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

    Template Name: Barber
    Template URI: 
    Description: This is html5 template
    Author: Voidcoders
    Author URI: https://themeforest.net/user/voidcoders
    Version: 1.00

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

    INDEX
    ===================
    1. Theme default Style
    2. Header Style
    3. Hero Style
    4. About Style
    5. Portfolio Style
    6  Service Style
    7  Testimonial Style
    8  Blog Style
    9  Gallery Style
    10  Error Style
    11  Contact Style
    12  Footer Style
    13  RTL
    14  Responsive Style
    
    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
.clear {
  clear: both; }

::-moz-selection {
  background: #c79e56;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #c79e56;
  color: #fff;
  text-shadow: none; }

.no-mar {
  margin: 0 !important; }

.no-pad {
  padding: 0 !important; }

.some-pad {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.left-pad {
  padding-left: 90px !important; }

.mar-1_br {
  margin-right: -1px;
  margin-bottom: -1px; }

div#preloader {
  background: #333333 url("../img/preloder.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

header.header-area.nav-fixed {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  -moz-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  left: 0;
  background: #191919;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.custom-padding {
  padding-bottom: 350px !important; }

.mar-bot-50 {
  margin-bottom: 50px; }

.mar-bot-40 {
  margin-bottom: 40px; }

.mar-bot-150 {
  margin-bottom: 150px; }

.mar-bot-30 {
  margin-bottom: 30px; }

.margin-minas {
  margin-bottom: -50px; }

.padding-minas {
  padding-bottom: 50px !important; }

.padding-to-minas {
  padding-top: 0px !important; }

.mar-top-30 {
  margin-top: 30px; }

.mar-top-80 {
  margin-top: 80px; }

.mar-top-80 {
  margin-top: 80px; }

.mar-top-55 {
  margin-top: 55px; }

.mar-top-140 {
  margin-top: 140px !important; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #ffffff;
  font-weight: normal;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
  color: #141313;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

.body2 {
  background: #f6f6f6; }

body.vs-light {
  background: #fff; }

.dark-bg {
  background-color: #dcbc95; }

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

button,
input,
textarea {
  letter-spacing: 0px; }

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Playfair Display", serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Playfair Display", serif;
  letter-spacing: 0; }

h1 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 0px;
  color: #ffffff; }

h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #111111; }

h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #111111;
  font-weight: 700; }

h4 {
  font-size: 22px;
  line-height: 27px; }

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

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

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #515151;
  line-height: 26px;
  margin: 0; }

p img {
  margin: 0; }

/* em and strong */
em {
  font: 15px/30px; }

strong,
b {
  font: 15px/30px; }

small {
  font-size: 11px;
  line-height: inherit; }

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  outline: 0;
  transition: .5s ease; }

a:hover,
a:active {
  color: #c79e56;
  text-decoration: none;
  outline: 0;
  transition: .5s ease;
  font-family: "Poppins", sans-serif; }

a:focus {
  text-decoration: none;
  outline: 0; }

p a,
p a:visited {
  line-height: inherit;
  outline: 0; }

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px; }

ul {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding: 0;
  margin: 0; }
  ul ul li,
  ul ol li,
  ol ul li,
  ol ol li {
    margin-bottom: 0px; }

li {
  line-height: 18px;
  list-style-type: none;
  margin: 0px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px; }

[class^="flaticon-"]:before {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  letter-spacing: inherit; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none !important; }

button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important; }

span {
  letter-spacing: 0;
  color: #515151; }

input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #a36c4e !important; }

.c-fulid-max {
  max-width: 90%;
  margin: auto; }

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #a36c4e !important; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #c79e56 !important;
  background-color: #fff0 !important;
  border: none !important; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border: none !important; }

.nav-tabs .nav-link {
  color: #fff;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.nav-tabs {
  border-bottom: 0 !important; }

.nav-fill .nav-item {
  text-align: left !important;
  font-size: 24px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  transition: .5s ease; }

.nav-fill .nav-item:hover {
  color: #c79e56; }

.btn-1 {
  position: relative;
  padding: 14px 45px;
  color: #fff;
  background: #c79e56;
  display: inline-block;
  min-width: 170px;
  transition: 1.5s ease;
  cursor: pointer;
  z-index: 1; }
  .btn-1:hover {
    background: #f5ca80;
    color: #fff; }

.btn-2 {
  padding: 14px 45px;
  color: #fff;
  background: transparent;
  display: inline-block;
  min-width: 170px;
  cursor: pointer; }

.btn-3 {
  padding: 14px 45px;
  color: #fff;
  background: #000000;
  display: inline-block;
  min-width: 170px;
  cursor: pointer;
  transition: .5s ease !important;
  text-transform: uppercase; }
  .btn-3:hover {
    background: #fff;
    color: #515151; }

.card {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.scroll-top {
  position: fixed;
  right: -5%;
  bottom: 70px;
  z-index: 99;
  cursor: pointer;
  transition: 1.5s ease;
  border: none;
  background: transparent; }

.scrollup-icon {
  font-size: 25px;
  color: #ffffff;
  background: #c79e56;
  padding: 10px 15px; }

.scr-3 {
  color: #ff6666; }

.scroll-top.open {
  right: 30px; }

/*=================== Header Style 1 Start ====================*/
header.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 25px 0px;
  z-index: 9; }
  header.header-area .logo-wrapper {
    position: relative; }
    header.header-area .logo-wrapper img {
      max-width: unset;
      width: auto; }
  header.header-area .menu-wrapper {
    position: relative;
    margin-top: 10px; }

/*==================== Header Style 1 ==========================*/
/*==========================Hero Area Style Start=============================*/
.hero-area {
  position: relative;
  width: 100%;
  background: url(../img/hero/hero.jpg);
  text-align: center;
  background-size: cover;
  overflow: hidden; }
  .hero-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    opacity: 0.8; }
  .hero-area .hero-content {
    position: relative;
    padding: 250px 135px 220px; }
    .hero-area .hero-content p {
      position: relative;
      color: #fff;
      font-size: 20px;
      width: 150px;
      margin: auto;
      margin-top: 20px;
      letter-spacing: 1px;
      line-height: 30px;
      font-weight: 400; }
      .hero-area .hero-content p::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        left: -40px;
        background: #c79e56;
        top: 15px;
        z-index: 1; }
      .hero-area .hero-content p::after {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        right: -40px;
        background: #c79e56;
        top: 15px;
        z-index: 1; }
    .hero-area .hero-content .btn-1 {
      margin-top: 40px;
      color: #fff; }

.hero-2 {
  position: relative;
  background: url(../img/hero/hero2.jpg); }
  .hero-2 .hero-content {
    position: relative;
    text-align: left;
    padding: 250px 0 219px; }
    .hero-2 .hero-content h1 {
      font-family: "Oswald", sans-serif; }
    .hero-2 .hero-content p {
      margin: 0;
      width: unset;
      font-size: 18px;
      color: #a36c4e;
      text-transform: uppercase;
      margin-top: 20px; }
      .hero-2 .hero-content p::before {
        display: none; }
      .hero-2 .hero-content p::after {
        display: none; }
    .hero-2 .hero-content .for-appointment {
      position: relative;
      display: flex;
      margin-top: 60px; }
      .hero-2 .hero-content .for-appointment .btn-1 {
        margin: 0;
        display: inline-table;
        background: #a36c4e;
        text-transform: uppercase;
        font-size: 17px;
        padding: 20px 50px; }
        .hero-2 .hero-content .for-appointment .btn-1:hover {
          background: #c79e56; }
      .hero-2 .hero-content .for-appointment i {
        font-size: 38px;
        height: 70px;
        padding: 20px 15px;
        background: #524036;
        width: 70px;
        line-height: 30px;
        border-radius: 50%;
        margin-left: 30px;
        margin-right: 7px; }
      .hero-2 .hero-content .for-appointment .cell-number p {
        margin: 0;
        font-size: 16px;
        text-transform: lowercase;
        color: #fff;
        font-weight: 500; }
      .hero-2 .hero-content .for-appointment .cell-number span {
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        font-family: "Poppins", sans-serif; }

.hero-3 {
  position: relative;
  background: url(../img/hero/hero3.jpg);
  background-size: cover; }
  .hero-3::before {
    background-color: #111111;
    opacity: 0.612; }
  .hero-3 .hero-content h1 {
    font-size: 80px; }
  .hero-3 .hero-content p {
    width: unset;
    margin-top: 30px; }
    .hero-3 .hero-content p::before {
      display: none; }
    .hero-3 .hero-content p::after {
      display: none; }

/*==========================Hero Area Style End=============================*/
/*====================Inner Hero Style================================*/
.inner-hero {
  position: relative;
  text-align: center;
  background: url(../img/hero/inner-hero.jpg); }
  .inner-hero::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #111111;
    opacity: 0.8; }
  .inner-hero .page-tittle {
    position: relative;
    padding: 170px 0px 150px; }
    .inner-hero .page-tittle h2 {
      color: #fff; }
    .inner-hero .page-tittle ul.breadcam {
      padding-top: 20px; }
      .inner-hero .page-tittle ul.breadcam li {
        font-size: 17px;
        letter-spacing: 0;
        color: #fff;
        font-weight: 500;
        padding-left: 8px; }
        .inner-hero .page-tittle ul.breadcam li a {
          font-size: 17px;
          letter-spacing: 0;
          color: #fff;
          font-weight: 500;
          transition: .5s ease; }
          .inner-hero .page-tittle ul.breadcam li a:hover {
            color: #c79e56; }

.inner-hero-2 {
  position: relative;
  background: url(../img/hero/inner-hero2.jpg);
  background-size: cover; }

.inner-hero-3 {
  position: relative;
  background: url(../img/hero/inner-hero3.jpg);
  background-size: cover; }

/*====================Inner Hero End================================*/
/*=======================About Style Start===================*/
.about {
  position: relative;
  padding-top: 150px;
  overflow: hidden; }
  .about .about-content {
    position: relative; }
    .about .about-content h2 {
      position: relative;
      padding-right: 15%; }
    .about .about-content p.ab-p {
      color: #111111;
      padding: 20px 0px;
      font-weight: 500; }
  .about .about-img {
    position: relative;
    width: calc(100% + 20%);
    margin-left: 30px; }
    .about .about-img .as-img {
      margin-bottom: 25px; }
    .about .about-img .as-img.as-img2 {
      margin-top: -150px; }
  .about .inner-ab-img {
    position: relative;
    text-align: right; }
    .about .inner-ab-img img {
      max-width: unset;
      width: auto; }

.about2 {
  position: relative; }
  .about2 .about-img {
    position: relative;
    width: 95%;
    margin-left: 0; }
    .about2 .about-img .as-img {
      margin-bottom: 0; }
  .about2 .about-content {
    position: relative; }
    .about2 .about-content h2 {
      position: relative;
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
    .about2 .about-content .s-safety {
      position: relative;
      display: flex;
      margin-bottom: 8px; }
      .about2 .about-content .s-safety .ss-img {
        position: relative; }
        .about2 .about-content .s-safety .ss-img img {
          max-width: unset;
          width: auto; }
      .about2 .about-content .s-safety .ss-text {
        position: relative;
        margin-left: 20px; }
        .about2 .about-content .s-safety .ss-text h4 {
          color: #a36c4e;
          font-weight: 500;
          font-family: "Oswald", sans-serif; }
        .about2 .about-content .s-safety .ss-text p {
          padding-top: 5px; }

.about-3 {
  background: #212121;
  margin: 0;
  padding: 150px 0; }
  .about-3 .about-content {
    position: relative; }
    .about-3 .about-content h2 {
      color: #fff; }
    .about-3 .about-content p.ab-p {
      color: #bcbbbb; }

/*=======================About Style End===================*/
/*=============================Video ======================*/
.video {
  position: relative;
  max-height: 500px;
  background: url(../img/hero/video.jpg);
  height: 500px;
  margin-top: 150px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video a {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #bb8f40cf;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 24px; }
    .video a::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      border-radius: 50%;
      border: 1px solid #b88642;
      -webkit-animation: spin2 1000ms linear infinite;
      -o-animation: spin2 1000ms linear infinite;
      animation: spin2 1000ms linear infinite; }

.history {
  position: relative;
  margin-top: 150px;
  text-align: center; }
  .history h2 {
    margin-bottom: 60px; }
  .history .his-img2 {
    margin-bottom: 30px; }
  .history .history-text {
    position: relative;
    text-align: left; }
    .history .history-text p {
      padding-top: 30px; }

/*==================Vedio End==============*/
/*=====================Team Style Start=====================*/
.team {
  position: relative;
  margin-top: 150px;
  text-align: center; }
  .team h2 {
    margin-bottom: 60px; }
  .team .single-t-member {
    position: relative;
    overflow: hidden; }
    .team .single-t-member:hover .st-text {
      bottom: 0; }
    .team .single-t-member .st-text {
      position: absolute;
      left: 0;
      bottom: -110px;
      text-align: center;
      width: 100%;
      height: 110px;
      background: #bb8f40cf;
      padding: 20px 0px;
      transition: .5s ease all; }
      .team .single-t-member .st-text h4 {
        text-transform: uppercase;
        color: #fff; }
      .team .single-t-member .st-text ul {
        margin-top: 5px; }
        .team .single-t-member .st-text ul li {
          margin-right: 5px; }
          .team .single-t-member .st-text ul li a {
            color: #cbcbcb; }
            .team .single-t-member .st-text ul li a:hover {
              color: #fff; }

.team-2 {
  position: relative; }
  .team-2 h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase; }
  .team-2 .single-t-member .st-text {
    background: #a36c4ecf; }
    .team-2 .single-t-member .st-text h4 {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif; }

/*=====================Team Style End=====================*/
/*======================Testimonial Style Start=====================*/
.testimonial {
  position: relative;
  background: #f8f8f7;
  text-align: center;
  padding: 100px 0;
  overflow: hidden; }
  .testimonial .test-img {
    position: relative; }
    .testimonial .test-img img {
      max-width: unset;
      width: auto; }
  .testimonial h2 {
    padding-top: 40px; }
  .testimonial .client {
    position: relative; }
    .testimonial .client button.owl-prev {
      position: absolute;
      top: -25px;
      font-size: 50px;
      left: -13%;
      color: #a2a4b0;
      transition: .5s ease; }
      .testimonial .client button.owl-prev:hover {
        background: #86979100;
        color: #c79e56; }
    .testimonial .client button.owl-next {
      position: absolute;
      top: -25px;
      right: -13%;
      transition: .5s ease;
      color: #a2a4b0;
      font-size: 50px; }
      .testimonial .client button.owl-next:hover {
        background: #86979100;
        color: #c79e56; }
    .testimonial .client .single-client {
      padding-top: 40px;
      border-radius: 10px; }
      .testimonial .client .single-client p {
        font-size: 17px;
        z-index: 1;
        max-width: 645px;
        margin: auto;
        position: relative; }
      .testimonial .client .single-client span {
        font-size: 18px;
        display: block;
        color: #111111;
        margin-top: 35px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif; }

.testimonial-2 {
  position: relative;
  margin-top: 150px;
  text-align: center;
  padding: 100px 0;
  background: url(../img/hero/testimonial.jpg);
  background-position: center; }
  .testimonial-2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #111111;
    opacity: 0.431; }
  .testimonial-2 h2 {
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-transform: uppercase; }
  .testimonial-2 .client-2 .single-client {
    padding-top: 40px;
    border-radius: 10px; }
    .testimonial-2 .client-2 .single-client p {
      font-size: 17px;
      z-index: 1;
      max-width: 645px;
      margin: auto;
      color: #fff;
      position: relative; }
    .testimonial-2 .client-2 .single-client span {
      font-size: 18px;
      display: block;
      color: #fff;
      margin-top: 35px;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif; }
  .testimonial-2 .owl-theme .owl-dots {
    margin-top: 30px !important; }
    .testimonial-2 .owl-theme .owl-dots .owl-dot span {
      background: #6f4d3bba; }
    .testimonial-2 .owl-theme .owl-dots .owl-dot.active span {
      background: #a36c4e; }

.testmonial-3 {
  background: #1c1c1c; }
  .testmonial-3 h2 {
    color: #fff; }
  .testmonial-3 .client .single-client span {
    color: #fff; }

/*======================Testimonial Style End=====================*/
/*=====================Blog Style Start=====================*/
.blog {
  position: relative;
  margin-top: 150px;
  text-align: center; }
  .blog h2 {
    margin-bottom: 50px; }
  .blog .single-blog {
    position: relative;
    box-shadow: 0.14px 1.995px 5.52px 0.48px rgba(241, 241, 241, 0.91);
    transition: .5s ease;
    margin: 15px auto; }
    .blog .single-blog:hover {
      box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, 0.91); }
    .blog .single-blog .sb-text {
      position: relative;
      text-align: left;
      padding: 20px 25px 25px;
      background: #fff; }
      .blog .single-blog .sb-text span {
        position: relative;
        font-size: 12px;
        font-family: "Poppins", sans-serif; }
        .blog .single-blog .sb-text span:nth-child(2) {
          float: right; }
      .blog .single-blog .sb-text a:hover h3 {
        color: #c79e56; }
      .blog .single-blog .sb-text a h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        transition: .5s ease; }
      .blog .single-blog .sb-text p {
        padding-top: 25px; }
      .blog .single-blog .sb-text a {
        padding-top: 20px;
        font-size: 16px;
        display: flex;
        color: #515151; }
        .blog .single-blog .sb-text a:hover {
          color: #c79e56; }
          .blog .single-blog .sb-text a:hover i {
            padding-left: 10px; }
        .blog .single-blog .sb-text a i {
          padding-left: 3px;
          font-weight: 600;
          transition: .5s ease; }
  .blog .bg-3 {
    position: relative;
    box-shadow: none; }
    .blog .bg-3:hover {
      box-shadow: none; }
    .blog .bg-3 .sb-text {
      background: #f6f6f6;
      padding: 20px 0px 25px; }
      .blog .bg-3 .sb-text a h3 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px; }
      .blog .bg-3 .sb-text p.bdp-tittle {
        position: relative;
        background: #f5f5f5;
        font-size: 18px;
        padding: 40px;
        padding-top: 80px; }
        .blog .bg-3 .sb-text p.bdp-tittle i {
          position: absolute;
          font-size: 45px;
          top: 40px;
          color: #c79e56; }
    .blog .bg-3 .comment-details {
      position: relative;
      padding-top: 50px;
      text-align: left; }
      .blog .bg-3 .comment-details h2 {
        padding-bottom: 50px;
        margin: 0; }
      .blog .bg-3 .comment-details .hire-info {
        width: 100%; }
        .blog .bg-3 .comment-details .hire-info .form-group {
          position: relative;
          margin-bottom: 25px; }
          .blog .bg-3 .comment-details .hire-info .form-group input.form-control {
            height: 50px;
            padding: 15px;
            font-size: 15px;
            line-height: 25px;
            color: #c6c9d8;
            font-family: "Poppins", sans-serif;
            background-color: #f3f3f3;
            background-clip: padding-box;
            border: 1px solid #f3f3f3;
            border-radius: 0; }
          .blog .bg-3 .comment-details .hire-info .form-group textarea.form-control {
            padding: 15px;
            font-size: 15px;
            line-height: 25px;
            color: #c6c9d8;
            background-color: #f3f3f3;
            font-family: "Poppins", sans-serif;
            background-clip: padding-box;
            border: 1px solid #f3f3f3;
            border-radius: 0; }
        .blog .bg-3 .comment-details .hire-info .form-check {
          position: relative;
          display: flex; }
          .blog .bg-3 .comment-details .hire-info .form-check .form-check-label {
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-size: 14px;
            padding-left: 10px;
            margin-top: -5px; }
        .blog .bg-3 .comment-details .hire-info .btn-1 {
          border: 0;
          margin-top: 30px;
          font-family: "Poppins", sans-serif;
          font-weight: 500; }
  .blog .pagination {
    position: relative;
    width: 270px;
    margin-top: 60px !important; }
    .blog .pagination ul li {
      margin-right: 5px; }
      .blog .pagination ul li a {
        padding: 10px 15px;
        color: #111111;
        border: 1px solid #c79e56;
        transition: .5s ease; }
        .blog .pagination ul li a:hover {
          background: #c79e56;
          color: #fff; }
          .blog .pagination ul li a:hover i {
            padding-left: 15px; }
        .blog .pagination ul li a i {
          transition: .5s ease;
          padding-left: 5px; }
  .blog .side-bar {
    position: relative;
    padding-left: 10%;
    text-align: left; }
    .blog .side-bar .searchbox {
      position: relative;
      margin: 15px auto;
      display: inline-block;
      width: 100%; }
      .blog .side-bar .searchbox form .form-control {
        padding: 20px 10px;
        font-size: 14px;
        color: #d7d7d7;
        font-family: "Gotham Narrow";
        border-radius: 0; }
      .blog .side-bar .searchbox form .input-group-append {
        margin-left: -2px; }
        .blog .side-bar .searchbox form .input-group-append .btn-outline-secondary {
          color: #ffffff;
          background-color: #c79e56;
          background-image: none;
          border-color: #c79e56;
          padding: 0px 20px;
          font-size: 20px;
          transition: .5s ease; }
    .blog .side-bar .catagory {
      position: relative;
      margin-top: 35px; }
      .blog .side-bar .catagory h3 {
        font-size: 24px;
        line-height: 34px; }
      .blog .side-bar .catagory ul.c-list {
        position: relative;
        margin-top: 10px; }
        .blog .side-bar .catagory ul.c-list li {
          display: block;
          padding: 13px 0px; }
          .blog .side-bar .catagory ul.c-list li a {
            color: #515151;
            transition: .5s ease;
            font-size: 18px; }
            .blog .side-bar .catagory ul.c-list li a:hover {
              color: #c79e56; }
              .blog .side-bar .catagory ul.c-list li a:hover span {
                color: #c79e56; }
            .blog .side-bar .catagory ul.c-list li a span {
              transition: .5s ease;
              padding-left: 5px; }
    .blog .side-bar .recent-post {
      position: relative;
      margin-top: 50px; }
      .blog .side-bar .recent-post h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px; }
      .blog .side-bar .recent-post .single-recent-blog {
        position: relative;
        width: 100%;
        display: flex;
        margin-top: 28px; }
        .blog .side-bar .recent-post .single-recent-blog .srb-img {
          position: relative;
          width: 80px;
          height: 70px;
          border-radius: 5px; }
          .blog .side-bar .recent-post .single-recent-blog .srb-img img {
            height: 100%;
            border-radius: 5px; }
        .blog .side-bar .recent-post .single-recent-blog .srb-text {
          position: relative;
          padding-left: 15px;
          width: 80%; }
          .blog .side-bar .recent-post .single-recent-blog .srb-text h5 {
            font-size: 16px;
            line-height: 24px;
            transition: .5s ease;
            color: #515151; }
            .blog .side-bar .recent-post .single-recent-blog .srb-text h5:hover {
              color: #c79e56; }
          .blog .side-bar .recent-post .single-recent-blog .srb-text span {
            text-transform: capitalize;
            font-size: 14px;
            letter-spacing: 0;
            font-family: "Poppins", sans-serif; }
    .blog .side-bar .tag {
      position: relative;
      margin-top: 60px; }
      .blog .side-bar .tag h3 {
        margin-bottom: 30px; }
      .blog .side-bar .tag ul li {
        border: 1px solid #b3b5b8;
        display: inline-block;
        margin-top: 10px;
        margin-right: 5px;
        transition: .5s ease;
        border-radius: 30px; }
        .blog .side-bar .tag ul li:hover {
          border-color: #c79e56; }
        .blog .side-bar .tag ul li a {
          color: #bfc1c4;
          font-size: 14px;
          padding: 10px 14px;
          display: block;
          border-radius: 30px;
          transition: .5s ease; }
          .blog .side-bar .tag ul li a:hover {
            background: #c79e56;
            color: #fff; }
  .blog .sider-left {
    padding-left: 0;
    padding-right: 10%; }

.blog-3 {
  position: relative;
  background: #212121;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 200px; }
  .blog-3 h2 {
    color: #fff; }
  .blog-3 .single-blog {
    position: relative;
    box-shadow: none;
    background: #fff; }
    .blog-3 .single-blog:hover {
      box-shadow: 0.14px 1.995px 5.52px 0.48px rgba(241, 241, 241, 0.91); }

.blog-2 {
  position: relative; }
  .blog-2 h2 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  .blog-2 .single-blog {
    position: relative; }
    .blog-2 .single-blog .sb-text a:hover h3 {
      color: #a36c4e; }
    .blog-2 .single-blog .sb-text a h3 {
      font-family: "Oswald", sans-serif; }

/*=====================Blog Style End=====================*/
/*=============Portfolio Style Start===================*/
.portfolio {
  position: relative;
  background: #212121;
  padding-top: 150px;
  text-align: center; }
  .portfolio h2 {
    color: #fff;
    margin-bottom: 60px; }
  .portfolio .single-portfolio {
    position: relative; }
    .portfolio .single-portfolio a {
      position: relative;
      display: block; }
      .portfolio .single-portfolio a::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #111111;
        opacity: 0.502; }

.portfolio2 {
  position: relative;
  background: none;
  padding-top: 0;
  margin-top: 150px; }
  .portfolio2 h2 {
    color: #111111; }

/*=============Portfolio Style End===================*/
/*=====================Service Area Style Start==========================*/
.service {
  position: relative;
  margin-top: 80px;
  text-align: center;
  padding: 80px 0px;
  background: #f8f8f7; }
  .service h2 {
    margin-bottom: 30px; }
  .service .single-service {
    position: relative;
    text-align: left;
    margin: 15px auto;
    margin-top: 60px; }
    .service .single-service .ss-icon {
      position: relative; }
      .service .single-service .ss-icon i {
        font-size: 60px;
        color: #c79e56; }
    .service .single-service .ss-text {
      position: relative; }
      .service .single-service .ss-text h3 {
        position: relative;
        padding: 25px 0px; }

.service-2 {
  background: #fffaf8;
  margin-top: 150px;
  padding: 100px 0px; }
  .service-2 .service-img {
    margin-bottom: 20px; }
  .service-2 .service-list {
    position: relative; }
    .service-2 .service-list h2 {
      font-family: "Oswald", sans-serif;
      margin: 0;
      text-align: left; }
    .service-2 .service-list ul {
      text-align: left;
      margin-top: 50px; }
      .service-2 .service-list ul li {
        width: 95%;
        line-height: 25px;
        padding: 15px 0px; }
        .service-2 .service-list ul li p {
          font-family: "Poppins", sans-serif;
          font-size: 18px;
          float: left; }
        .service-2 .service-list ul li span {
          font-family: "Poppins", sans-serif;
          font-size: 18px;
          float: right; }

.service-3 {
  position: relative;
  margin-top: 0px;
  background: #1c1c1c; }
  .service-3 h2 {
    color: #fff; }
  .service-3 .single-service .ss-text h3 {
    color: #fff; }

.service-4 {
  margin-top: 0;
  background: #f8f8f7;
  overflow: hidden; }
  .service-4 .service-list {
    position: relative; }
    .service-4 .service-list h2 {
      font-family: "Playfair Display", serif; }

.service-5 {
  background: #f8f8f7;
  padding-bottom: 50px; }
  .service-5 h2 {
    margin-bottom: 50px; }
  .service-5 .main-single-service {
    position: relative;
    box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, 0.91); }
    .service-5 .main-single-service::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #111111;
      opacity: 0.502; }
    .service-5 .main-single-service .mss-text {
      position: absolute;
      bottom: 0;
      text-align: left;
      width: 100%;
      padding: 20px; }
      .service-5 .main-single-service .mss-text h3 {
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        padding-bottom: 10px; }
      .service-5 .main-single-service .mss-text p {
        color: #fff; }

.appointment {
  position: relative;
  padding: 100px 0px;
  background: url(../img/hero/appointment.jpg);
  background-size: cover;
  background-position: center; }
  .appointment::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #111111;
    opacity: 0.6;
    top: 0;
    left: 0; }
  .appointment .appoint-text {
    position: relative;
    padding: 210px 0; }
    .appointment .appoint-text h2 {
      font-family: "Oswald", sans-serif;
      color: #fff;
      text-transform: uppercase; }
    .appointment .appoint-text p {
      font-size: 17px;
      color: #fff;
      padding-top: 15px; }
  .appointment .booked {
    position: relative;
    background: #fff;
    padding: 50px 25px; }
    .appointment .booked h2 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
    .appointment .booked p {
      padding-top: 10px; }
    .appointment .booked form {
      position: relative;
      margin-top: 60px; }
      .appointment .booked form .form-control {
        position: relative;
        padding: 0 15px;
        font-size: 14px;
        height: 40px;
        font-family: "Poppins", sans-serif;
        margin: 5px 0px; }
      .appointment .booked form button.btn-1 {
        border: none;
        margin-left: 15px;
        text-transform: uppercase;
        margin-top: 5px;
        padding: 12px 30px;
        background: #a36c4e; }

.appointment2 {
  position: relative;
  background: url(../img/hero/appointmen2.jpg); }
  .appointment2 .appoint-text h2 {
    font-family: "Playfair Display", serif; }
  .appointment2 .booked h2 {
    font-family: "Playfair Display", serif; }
  .appointment2 .booked form button.btn-1 {
    background: #c79e56; }

.heritage {
  position: relative;
  text-align: center;
  margin-top: 150px;
  padding: 180px 0px;
  background: url(../img/hero/video.jpg);
  background-size: cover; }
  .heritage::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #111111;
    opacity: 0.6; }
  .heritage h2 {
    position: relative;
    color: #fff;
    max-width: 405px;
    margin: auto; }

.heritage-2 {
  position: relative;
  margin-top: 0;
  background: url(../img/hero/heritage.jpg); }
  .heritage-2 .btn-1 {
    color: #fff;
    margin-top: 35px; }

.modal .modal-content {
  padding: 20px;
  margin-top: 30%; }
  .modal .modal-content .modal-header button.close {
    font-size: 30px;
    padding-top: 0;
    color: #c79e56;
    opacity: 1; }
    .modal .modal-content .modal-header button.close:hover {
      opacity: .5; }
  .modal .modal-content .booked {
    position: relative;
    background: #fff;
    padding: 50px 25px; }
    .modal .modal-content .booked h2 {
      font-family: "Oswald", sans-serif;
      text-transform: uppercase; }
    .modal .modal-content .booked p {
      padding-top: 10px; }
    .modal .modal-content .booked form {
      position: relative;
      margin-top: 60px; }
      .modal .modal-content .booked form .form-control {
        position: relative;
        padding: 0 15px;
        font-size: 14px;
        height: 40px;
        font-family: "Poppins", sans-serif;
        margin: 5px 0px; }
      .modal .modal-content .booked form button.btn-1 {
        border: none;
        margin-left: 15px;
        text-transform: uppercase;
        margin-top: 5px;
        padding: 12px 30px;
        background: #a36c4e; }

/*=====================Service Area Style End==========================*/
/*================Error Style====================*/
.errore-area {
  position: relative;
  margin-top: 150px;
  text-align: center; }
  .errore-area .errore-img {
    position: relative; }
    .errore-area .errore-img img {
      max-width: unset;
      width: auto; }
  .errore-area .errore-text {
    padding-top: 50px; }
    .errore-area .errore-text p {
      width: 400px;
      margin: 30px auto; }
    .errore-area .errore-text .btn-1 {
      color: #fff; }

/*================Error Style====================*/
/*=================commingsoon Style================*/
.commingsoon {
  position: relative;
  background-image: url(../img/commingsoon.jpg);
  padding: 80px 0px;
  text-align: center; }
  .commingsoon::before {
    position: absolute;
    content: '';
    background-color: #111111;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .commingsoon .com-logo {
    margin: 100px auto;
    text-align: center; }
    .commingsoon .com-logo img {
      max-width: unset;
      width: auto; }
  .commingsoon .comming-content {
    position: relative;
    text-align: center; }
    .commingsoon .comming-content h1 {
      color: #fff;
      margin-bottom: 20px; }
    .commingsoon .comming-content p {
      color: #fff;
      max-width: 500px;
      margin: auto; }
  .commingsoon #clockdiv {
    display: inline-flex;
    position: relative;
    margin-left: -20px; }
    .commingsoon #clockdiv .time {
      display: inline-block;
      width: 165px;
      padding: 60px 0px;
      text-align: center; }
      .commingsoon #clockdiv .time span {
        font-size: 72px;
        color: #ffffff;
        font-weight: 700;
        line-height: 82px;
        font-family: "Oswald", sans-serif; }
      .commingsoon #clockdiv .time .smalltext {
        font-size: 22px;
        color: #ffffff;
        font-weight: 600; }
    .commingsoon #clockdiv .dot {
      font-size: 50px;
      color: #ffffff;
      padding: 100px 10px; }
  .commingsoon .subscribe {
    position: relative;
    margin: auto;
    width: 58%; }
    .commingsoon .subscribe form {
      width: 100%;
      display: flex; }
      .commingsoon .subscribe form input.form-control {
        max-width: 78%;
        padding: 30px 15px;
        font-size: 14px;
        border: 0;
        border-radius: 0; }
      .commingsoon .subscribe form .sub-btn {
        font-size: 16px;
        background: #c79e56;
        padding: 0px 50px;
        border: none;
        border-radius: 0; }
  .commingsoon .comming-social {
    position: relative;
    margin-top: 50px;
    text-align: center; }
    .commingsoon .comming-social ul {
      position: relative; }
      .commingsoon .comming-social ul li {
        border-radius: 50%;
        background: #ffffff;
        height: 35px;
        width: 35px;
        display: inline-block;
        transition: .3s ease;
        margin-left: 10px; }
        .commingsoon .comming-social ul li a {
          font-size: 17px;
          color: #c79e56;
          padding: 8px 8px;
          display: block;
          transition: .4s ease; }

/*=================commingsoon Style================*/
/*=================FAQ Style====================*/
.faq-area {
  position: relative;
  text-align: center;
  margin-top: 150px; }
  .faq-area .card {
    border-radius: 0;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0.14px 1.995px 5.52px 0.48px rgba(241, 241, 241, 0.91);
    text-align: left; }
    .faq-area .card .card-header {
      position: relative;
      border-radius: 0;
      border-bottom: 0;
      background-color: white; }
      .faq-area .card .card-header .accordion-toggle.collapsed {
        font-size: 20px;
        color: #111111;
        font-family: "Playfair Display", serif; }
        .faq-area .card .card-header .accordion-toggle.collapsed:hover {
          color: #c79e56; }
        .faq-area .card .card-header .accordion-toggle.collapsed .fa-chevron-up {
          display: none; }
        .faq-area .card .card-header .accordion-toggle.collapsed .fa-chevron-down {
          display: block;
          position: absolute;
          right: 5px;
          font-size: 20px;
          top: 7px;
          color: #c6c9d8; }
      .faq-area .card .card-header .accordion-toggle {
        font-size: 20px;
        color: #c79e56;
        font-family: "Playfair Display", serif; }
        .faq-area .card .card-header .accordion-toggle:hover {
          color: #c79e56; }
        .faq-area .card .card-header .accordion-toggle .fa-chevron-down {
          display: none; }
        .faq-area .card .card-header .accordion-toggle .fa-chevron-up {
          position: absolute;
          right: 5px;
          font-size: 20px;
          top: 7px;
          color: #c79e56; }
    .faq-area .card .card-block {
      padding: 0px 20px;
      background-color: white; }
      .faq-area .card .card-block p {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 24px; }

.problrm-solve {
  position: relative;
  margin-top: 100px;
  text-align: center; }
  .problrm-solve h2 {
    margin: auto;
    margin-bottom: 50px;
    max-width: 500px; }
  .problrm-solve form .form-group {
    width: 100%; }
    .problrm-solve form .form-group .form-control {
      position: relative;
      padding: 25px 20px;
      font-size: 16px;
      font-family: "Poppins", sans-serif;
      margin: 10px 0px; }
    .problrm-solve form .form-group button.btn-1 {
      display: block;
      border: 0;
      width: 100%;
      margin-top: 10px;
      font-size: 17px;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif; }

/*=================FAQ Style====================*/
/*=======================Contact Style=========================*/
.contact-area {
  position: relative;
  margin-top: 150px; }
  .contact-area .contact-info {
    position: relative;
    margin-bottom: 150px; }
    .contact-area .contact-info .single-info {
      position: relative;
      text-align: center;
      padding: 30px 50px;
      transition: .5s ease;
      border-radius: 10px;
      background-color: white;
      box-shadow: -0.326px 0.946px 14.72px 1.28px rgba(232, 235, 234, 0.53); }
      .contact-area .contact-info .single-info:hover {
        border-radius: 10px;
        background-color: white;
        box-shadow: 3.661px 41.84px 49.68px 4.32px rgba(241, 241, 241, 0.91); }
      .contact-area .contact-info .single-info i {
        font-size: 30px;
        color: #c79e56; }
      .contact-area .contact-info .single-info h5 {
        line-height: 32px;
        font-weight: 700;
        font-size: 18px;
        color: #111111; }
    .contact-area .contact-info .sf-2 {
      position: relative;
      background: unset;
      text-align: left;
      box-shadow: none;
      margin-bottom: 40px;
      padding: 0; }
      .contact-area .contact-info .sf-2:hover {
        box-shadow: none; }
  .contact-area .contact-details {
    position: relative; }
    .contact-area .contact-details h2 {
      margin-bottom: 50px; }
    .contact-area .contact-details .cd-text {
      position: relative;
      padding-right: 40%;
      margin-top: 150px; }
      .contact-area .contact-details .cd-text p {
        margin-top: 30px; }
    .contact-area .contact-details .cd-info {
      position: relative;
      border-radius: 5px;
      background-color: white;
      box-shadow: -0.326px 0.946px 14.72px 1.28px rgba(232, 235, 234, 0.53);
      padding: 60px 40px; }
      .contact-area .contact-details .cd-info form .form-group {
        width: 100%; }
        .contact-area .contact-details .cd-info form .form-group .form-control {
          position: relative;
          padding: 25px 20px;
          font-size: 16px;
          font-family: "Poppins", sans-serif;
          margin: 5px 0px;
          background: #f9f9f9;
          border-color: #f9f9f9; }
        .contact-area .contact-details .cd-info form .form-group .grecaptcha-badge {
          width: 83% !important; }
          .contact-area .contact-details .cd-info form .form-group .grecaptcha-badge iframe {
            width: 100%; }
            .contact-area .contact-details .cd-info form .form-group .grecaptcha-badge iframe .rc-anchor-normal {
              height: 74px;
              width: 100%; }
        .contact-area .contact-details .cd-info form .form-group button.btn-1 {
          display: block;
          border: 0;
          width: 100%;
          margin-top: 5px;
          font-size: 17px;
          text-transform: uppercase; }

.g-map {
  position: relative;
  margin-top: 150px; }
  .g-map .map {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 10px; }
    .g-map .map div#googleMap {
      height: 100%;
      width: 100%; }
      .g-map .map div#googleMap img {
        max-width: unset;
        width: auto; }

/*=======================Contact Style=========================*/
/*=========================Footer Area Start===========================*/
.footer-area {
  position: relative;
  margin-top: 150px;
  background: #333333; }
  .footer-area .footer-details {
    position: relative;
    padding: 60px 0px; }
    .footer-area .footer-details .fd-info {
      position: relative; }
      .footer-area .footer-details .fd-info .f-logo {
        position: relative;
        padding-bottom: 30px; }
        .footer-area .footer-details .fd-info .f-logo img {
          max-width: unset;
          width: auto; }
      .footer-area .footer-details .fd-info p {
        color: #fff;
        padding-bottom: 20px;
        font-size: 18px;
        padding-right: 20%; }
        .footer-area .footer-details .fd-info p:nth-last-child(2) {
          font-size: 20px; }
      .footer-area .footer-details .fd-info .f-social {
        position: relative; }
        .footer-area .footer-details .fd-info .f-social ul li a {
          padding-right: 10px;
          font-size: 15px;
          color: #fff; }
          .footer-area .footer-details .fd-info .f-social ul li a:hover {
            color: #c79e56; }
    .footer-area .footer-details .f-link {
      position: relative; }
      .footer-area .footer-details .f-link h4 {
        font-size: 22px;
        font-weight: 400;
        color: #c79e56;
        margin-bottom: 20px; }
      .footer-area .footer-details .f-link .f-social {
        position: relative; }
        .footer-area .footer-details .f-link .f-social ul li {
          display: block;
          padding: 10px 0; }
          .footer-area .footer-details .f-link .f-social ul li a {
            color: #fff;
            font-size: 18px;
            font-size: 400; }
    .footer-area .footer-details .f-gallery {
      position: relative; }
      .footer-area .footer-details .f-gallery h4 {
        font-size: 22px;
        font-weight: 400;
        color: #c79e56;
        margin-bottom: 20px; }
      .footer-area .footer-details .f-gallery ul li {
        width: 105px;
        height: 100px;
        margin: 3px;
        display: inline-flex;
        overflow: hidden; }
        .footer-area .footer-details .f-gallery ul li a {
          position: relative; }
          .footer-area .footer-details .f-gallery ul li a::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            opacity: 0;
            background: #bb8f40a8;
            top: 0;
            left: 0;
            transition: .5s ease;
            z-index: 1; }
          .footer-area .footer-details .f-gallery ul li a:hover::before {
            opacity: 1; }
          .footer-area .footer-details .f-gallery ul li a:hover img {
            transform: scale(1); }
          .footer-area .footer-details .f-gallery ul li a img {
            transform: scale(1.3);
            height: 100%;
            transition: .5s ease; }
  .footer-area footer {
    position: relative;
    text-align: center;
    padding: 20px 0px; }
    .footer-area footer p {
      color: #fff; }
      .footer-area footer p a {
        color: #fff; }
        .footer-area footer p a:hover {
          color: #c79e56; }

.fa-2 {
  margin-top: 0;
  background: #0e0e0e; }

/*=========================Footer Area End===========================*/
/* Animation style */
@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px); }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px); } }
@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(30px);
    transform: rotate(0deg) translateY(30px); }
  100% {
    -webkit-transform: rotate(160deg) translateY(30px);
    transform: rotate(160deg) translateY(30px); } }
@-webkit-keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes slideInnew3 {
  0% {
    -webkit-transform: translate(-30px, -100px);
    -ms-transform: translate(-30px, -100px);
    transform: translate(-30px, -100px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes slideInnew4 {
  0% {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes scrollup {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes roket {
  0% {
    -webkit-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    transform: translate(0px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes roket {
  0% {
    -webkit-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, -70px); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spin2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
@-webkit-keyframes years {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes years {
  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); } }
/* End Animation style */
/*----------------------------------------*/
/*  Potfo RTL Style
/*----------------------------------------*/
html[dir="rtl"] header.header-area .logo-wrapper {
  position: relative;
  text-align: right; }
html[dir="rtl"] .about .about-content {
  padding-left: 40px;
  text-align: right; }
html[dir="rtl"] .about .about-content h2 {
  padding-right: 0;
  text-align: right; }
html[dir="rtl"] .service .single-service {
  text-align: right; }
html[dir="rtl"] .testimonial {
  direction: ltr; }
html[dir="rtl"] .blog .single-blog .sb-text {
  text-align: right; }
html[dir="rtl"] .footer-area .footer-details .fd-info {
  text-align: right; }
html[dir="rtl"] .footer-area .footer-details .fd-info p {
  padding-right: 0; }
html[dir="rtl"] .footer-area .footer-details .f-link .f-social {
  text-align: right; }
html[dir="rtl"] .footer-area .footer-details .f-link h4 {
  text-align: right; }
html[dir="rtl"] .footer-area .footer-details .f-gallery h4 {
  text-align: right; }
html[dir="rtl"] .blog .single-blog .sb-text span:nth-child(2) {
  float: left; }
html[dir="rtl"] .modal .modal-content .booked {
  text-align: right; }
html[dir="rtl"] .hero-2 .hero-content {
  position: relative;
  text-align: right; }
html[dir="rtl"] .about2 .about-content {
  position: relative;
  text-align: right; }
html[dir="rtl"] .about2 .about-content .s-safety .ss-text {
  margin-left: 0;
  margin-right: 20px; }
html[dir="rtl"] .service-2 .service-list h2 {
  text-align: right; }
html[dir="rtl"] .service-2 .service-list ul {
  text-align: right; }
html[dir="rtl"] .appointment .booked {
  text-align: right; }
html[dir="rtl"] .appointment .booked form button.btn-1 {
  margin-left: 0;
  margin-right: 15px; }
html[dir="rtl"] .modal .modal-content .booked form button.btn-1 {
  margin-left: 0;
  margin-right: 15px; }
html[dir="rtl"] .appointment .appoint-text {
  text-align: right; }
html[dir="rtl"] .about .about-content p.ab-p {
  text-align: right; }
html[dir="rtl"] .contact-area .contact-details {
  text-align: right; }
html[dir="rtl"] .contact-area .contact-info .sf-2 {
  text-align: right; }
html[dir="rtl"] .faq-area .card .card-block {
  text-align: right; }
html[dir="rtl"] .blog .side-bar {
  padding-left: 0;
  text-align: right;
  padding-right: 10%; }
html[dir="rtl"] .blog .side-bar .recent-post .single-recent-blog .srb-text {
  padding-left: 0;
  padding-right: 15px; }
html[dir="rtl"] .blog .side-bar .catagory ul.c-list li a span {
  padding-left: 0;
  padding-right: 5px; }
html[dir="rtl"] .blog .bg-3 .comment-details {
  text-align: right; }
html[dir="rtl"] .blog .bg-3 .comment-details .hire-info .form-check .form-check-label {
  padding-left: 0;
  margin-right: 15px; }

/*----------------------------------------*/
/*  Portfo RTL Style END
/*----------------------------------------*/
/*----------------------------------------*/
/*  Portfo RTL Responsive Style
/*----------------------------------------*/
@media only screen and (max-width: 991px) {
  html[dir="rtl"] .hero-area .hero-content p {
    width: 30%; }
  html[dir="rtl"] .hero-2 .hero-content .for-appointment .cell-number p {
    width: 100%; }
  html[dir="rtl"] .hero-3 .hero-content p {
    width: 100% !important; } }
@media only screen and (max-width: 767px) {
  html[dir="rtl"] .main-menu-btn {
    float: left; }
  html[dir="rtl"] .blog .side-bar {
    padding-right: 0; } }

/*----------------------------------------*/
/*  Portfo RTL Responsive Style End
/*----------------------------------------*/
/*========================

Responsive Style

==========================*/
@media only screen and (max-width: 1400px) {
  .testimonial .client button.owl-next {
    right: -5%; }

  .testimonial .client button.owl-prev {
    left: -5%; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sm-mint a .sub-arrow {
    display: none; } }
@media only screen and (min-width: 1199px) {
  .sm-mint a.has-submenu {
    padding-right: 34px; } }
@media only screen and (max-width: 1199px) {
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 14px 12px;
    font-size: 12px; }

  .hero-area .hero-content {
    padding: 250px 100px 220px; }

  .footer-area .footer-details .f-gallery ul li {
    width: 80px;
    height: 80px; }

  .hero-2 .hero-content {
    padding: 250px 0 219px; }

  .hero-3 .hero-content h1 {
    font-size: 80px;
    line-height: 85px; }

  .history {
    margin-top: 100px; }

  .blog {
    margin-top: 100px; }

  .commingsoon .com-logo {
    margin: 0px auto 57px; }

  .contact-area .contact-info .single-info {
    padding: 30px 0; }

  .contact-area {
    margin-top: 80px; }

  .contact-area .contact-info {
    margin-bottom: 80px; }

  .contact-area .contact-details .cd-text {
    padding-right: 20%;
    margin-top: 150px; } }
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .sm-mint a {
    font-size: 10px; }

  .sm-mint a .sub-arrow {
    display: none; }

  .contact-area .contact-info .single-info p {
    font-size: 10px;
    line-height: 20px; }

  .contact-area .contact-details .cd-info {
    padding: 30px 10px; } }
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 46px; }

  .hero-area .hero-content p {
    font-size: 16px;
    width: 130px; }

  .about .about-content h2 {
    padding-right: 0%;
    font-size: 30px;
    line-height: 37px; }

  .testimonial .client button.owl-next {
    right: 0; }

  .testimonial .client button.owl-prev {
    left: 0; }

  .hero-area .hero-content p {
    width: 100%; }

  .hero-2 .hero-content .for-appointment .cell-number span {
    font-size: 16px; }

  .hero-2 .hero-content .for-appointment .cell-number p {
    font-size: 14px; }

  .hero-3 .hero-content h1 {
    font-size: 45px; }

  .blog .side-bar {
    padding-left: 0; }

  .commingsoon .subscribe {
    width: 90%; } }
/*--Max-width :991px----------*/
@media only screen and (max-width: 850px) {
  .sm-mint a {
    font-size: 10px;
    padding: 14px 9px; }

  .commingsoon #clockdiv .time {
    width: 150px; } }
/*===========Max-width : 867px---------------*/
@media only screen and (max-width: 767px) {
  .sm-mint a {
    color: white;
    padding: 14px 10px;
    font-size: 12px; }

  .sm-mint {
    padding: 31px 20px; }

  #main-menu {
    position: fixed;
    max-height: 383px;
    border-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    top: 70px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25); }

  .hero-area .hero-content {
    padding: 250px 10px 220px; }

  .hero-area .hero-content {
    padding: 200px 10px 160px; }

  .about {
    padding-top: 100px; }

  .about .about-img {
    width: 100%;
    margin-left: 0; }

  .about .about-img .as-img {
    margin-bottom: 25px;
    margin-top: 50px; }

  .about .about-img .as-img.as-img2 {
    margin-top: 25px; }

  .team {
    margin-top: 100px; }

  .team .single-t-member {
    margin-bottom: 50px; }

  .video {
    margin-top: 100px; }

  .footer-area {
    margin-top: 100px;
    text-align: center; }

  .footer-area .footer-details .fd-info p {
    padding-right: 0; }

  .footer-area .footer-details .f-link {
    margin-top: 50px; }

  .footer-area .footer-details .f-gallery {
    margin-top: 50px; }

  .about2 .about-content {
    margin-top: 50px; }

  .about2 .about-content .s-safety {
    margin-bottom: 8px;
    margin-top: 30px; }

  .service-2 {
    margin-top: 50px; }

  .appointment .appoint-text {
    padding: 50px 0;
    text-align: center; }

  .blog-3 {
    padding-top: 60px;
    padding-bottom: 80px; }

  .portfolio {
    padding-top: 100px; }

  .mar-top-140 {
    margin-top: 80px !important; }

  .heritage {
    margin-top: 50px;
    padding: 90px 0px; }

  .service-5 .main-single-service {
    margin-bottom: 60px; }

  .about .inner-ab-img {
    text-align: left;
    margin-top: 50px; }

  .history-img {
    position: relative;
    margin-bottom: 30px; }

  .portfolio2 {
    margin-top: 0; }

  .blog {
    margin-top: 50px; }

  .blog .side-bar {
    margin-top: 50px; }

  .blog .bg-3 {
    margin-top: 50px; }

  .commingsoon #clockdiv .time span {
    font-size: 50px;
    line-height: 60px; }

  .commingsoon #clockdiv .time {
    width: 100px; }

  .commingsoon #clockdiv .dot {
    font-size: 25px;
    padding: 80px 10px; }

  .commingsoon #clockdiv .time .smalltext {
    font-size: 15px; }

  .faq-area {
    margin-top: 100px; }

  .problrm-solve {
    margin-top: 60px; }

  .errore-area .errore-img img {
    max-width: 100%;
    width: 100%; }

  .contact-area .contact-details .cd-info form .form-group .form-control {
    font-size: 12px; }

  .contact-area .contact-info .single-info {
    margin-bottom: 30px; }

  .contact-area .contact-details .cd-text {
    padding-right: 0%;
    margin-top: 50px;
    margin-bottom: 30px; }

  .contact-area .contact-details h2 {
    font-size: 32px;
    line-height: 42px; }

  .contact-area .contact-info {
    margin-bottom: 0; }

  .contact-area {
    margin-top: 100px; } }
@media only screen and (max-width: 575px) {
  .hero-2 .hero-content .for-appointment i {
    font-size: 25px;
    height: 50px;
    padding: 20px 12px;
    width: 50px;
    line-height: 10px;
    margin-left: 15px; }

  .hero-3 .hero-content h1 {
    font-size: 45px;
    line-height: 55px; }

  .errore-area .errore-text p {
    width: 100%; } }
@media only screen and (max-width: 512px) {
  header.header-area .logo-wrapper img {
    max-width: 100%;
    width: 100%; }

  header.header-area {
    padding: 10px 0px; }

  .hero-2 .hero-content .for-appointment .btn-1 {
    font-size: 14px;
    padding: 15px 30px; }

  .problrm-solve h2 {
    font-size: 30px;
    line-height: 40px; }

  .contact-area .contact-details .cd-info {
    padding: 60px 5px; } }
@media only screen and (max-width: 480px) {
  .hero-2 .hero-content .for-appointment i {
    display: none; }

  .cell-number {
    display: none; }

  .hero-3 .hero-content h1 {
    font-size: 30px;
    line-height: 36px; }

  .hero-3 .hero-content p {
    font-size: 14px;
    line-height: 25px; }

  .commingsoon #clockdiv .time span {
    font-size: 40px;
    line-height: 50px; }

  .commingsoon #clockdiv .time {
    width: 80px; } }
@media only screen and (max-width: 434px) {
  .video {
    margin-top: 60px; }

  .testimonial .client button.owl-prev {
    display: none; }

  .testimonial .client button.owl-next {
    display: none; }

  .testimonial .test-img img {
    max-width: 100%;
    width: 100%; }

  .hero-area.hero-3 .hero-content {
    padding: 149px 10px; }

  .about-3 {
    padding: 100px 0; }

  .inner-hero .page-tittle {
    padding: 130px 0px; }

  h2 {
    font-size: 30px;
    line-height: 40px; } }
@media only screen and (max-width: 402px) {
  .commingsoon #clockdiv .time {
    width: 60px; }

  .commingsoon #clockdiv .time span {
    font-size: 30px;
    line-height: 44px; }

  .contact-area .contact-details h2 {
    font-size: 24px;
    line-height: 34px; } }
@media only screen and (max-width: 359px) {
  h1 {
    font-size: 30px;
    line-height: 35px; }

  .commingsoon #clockdiv .dot {
    font-size: 20px;
    padding: 80px 5px; }

  .commingsoon .com-logo {
    padding: 0px 20px; }

  .commingsoon .com-logo img {
    max-width: 100%;
    width: 100%; } }
/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */

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