/*!
Theme Name: The Fotocraft
Theme URI:
Author: Siddhartha Maharjan
Author URI:
Description: A semantic, HTML5, Custom jQuery, Minimal WordPress Theme Designed and Developed by Catch Square.
Version: 2.0.1
License:Copyright &copy; 2021 The FotoCraft.
License URI:
Text Domain: The FotoCraft
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, custom-post-type, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:before {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*, *:after, *:before {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  color: #000000;
  outline: 0;
}

a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left, .alignleft, .floatleft {
  float: left;
}

.pull-right, .alignright, .floatright {
  float: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.625em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}

blockquote {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  padding: 0 0 20px 40px;
}

sup, sub {
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn, cite, em, i {
  font-style: italic;
}

big {
  font-size: 150%;
}

.bold, strong, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Keyframe Animations
--------------------------------------------------------------*/
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html, body {
  width: 100%;
}

.post, .page {
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.foto-container {
  padding-left: 50px;
  padding-right: 50px;
}

input, select, textarea {
  color: #000000;
}

textarea {
  min-height: 200px;
}

ul, li {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

a {
  color: #666666;
  text-decoration: none;
}

a:visited, a:focus {
  color: #666666;
}

a:hover {
  color: #9c7630;
  text-decoration: none;
}

.basePadding {
  padding-top: 150px;
  padding-bottom: 150px;
}

.basePadding.small {
  padding-top: 60px;
  padding-bottom: 60px;
}

.basePaddingBottom {
  padding-bottom: 150px;
}

.basePaddingTop {
  padding-top: 150px;
}

form input, form textarea, form select {
  font-family: "Poppins", sans-serif;
  background: none;
  border: 1px solid #d1d1d1 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
  /*font-style: italic;
    color: $white;*/
}

form textarea {
  resize: none;
  height: 120px;
}

form select {
  padding: 13px 15px;
}

form input.submit-btn, form input[type="submit"] {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-style: normal;
}

input[type="submit"] {
  background: #9c7630;
  border: none !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px !important;
  width: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  background: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  position: absolute;
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -18px;
  -webkit-animation: bounceLeft 2s infinite;
          animation: bounceLeft 2s infinite;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -18px;
  -webkit-animation: bounceRight 2s infinite;
          animation: bounceRight 2s infinite;
}

.owl-theme .owl-controls .owl-buttons div i {
  color: #000000;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #efff42;
}

@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

label.label {
  position: relative;
  /* &:before{
    background: $yellow;
    display: inline-block;
    content: "";
    z-index: 1;
    width: calc(100% + 20px);
    height:14px;
    position: absolute;
    bottom: 0;
    left: -10px;

  }*/
}

label.label span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666666;
  font-weight: 600;
}

.sectionTitle {
  font-size: 38px;
  color: #9c7630;
  margin: 10px 0 15px;
  font-weight: 300;
}

.owl-carousel .owl-controls {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.owl-carousel .owl-controls .owl-page {
  margin: 10px 0;
  display: block;
}

.owl-carousel .owl-controls .owl-page span {
  height: 22px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-carousel .owl-controls .owl-page.active span {
  height: 42px;
  background: #9c7630;
}

.animation {
  position: relative;
}

.animation .thumb {
  overflow: hidden;
}

.animation:before, .animation:after {
  background: #ba903a;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.65;
  bottom: 0;
  z-index: 4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
}

.animation:before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.animation:after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.animation img {
  -webkit-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}

.animation:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.animation:hover:before {
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0);
}

.animation:hover:after {
  -webkit-clip-path: inset(0 0 0 50%);
          clip-path: inset(0 0 0 50%);
}

body {
  background: url(../img/top-background.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.bg {
  background: url(../img/background.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

.yellowbg {
  background-color: #fafaf4;
}

.innerpage {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
  background: white;
}

#PageBanner {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #e1e1e1;
}

#PageBanner .sectionTitle {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  margin: 0;
  padding: 12px 25px 0px 25px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
}

.breadcumbWrapper {
  color: #666666;
}

.breadcumbWrapper a {
  cursor: auto;
  color: #666666;
}

.breadcumbWrapper a:hover {
  color: #666666;
}

.tiktokclass {
  max-width: 18px;
  margin-right: 2px;
  top: -1px;
  opacity: 0.7;
}

/*--------------------------------------------------------------
# Bootstrap Resets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  padding: 10px 0;
  text-align: center;
}

header#masthead div {
  display: inline-block;
}

header#masthead .leftMenu, header#masthead .rightMenu {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
}

header#masthead .leftMenu ul li, header#masthead .rightMenu ul li {
  margin: 0 15px;
  display: inline-block;
}

header#masthead .responsiveView {
  display: none;
}

.socialMedia {
  position: fixed;
  font-size: 18px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 70%;
  left: 12px;
  z-index: 99;
}

.socialMedia li {
  display: inline-block;
}

.socialMedia li:before {
  width: 6px;
  height: 6px;
  background: #c5c44c;
  border-radius: 50px;
  content: "";
  margin: 0 20px;
  display: inline-block;
}

.socialMedia li a {
  font-weight: 300;
}

.socialMedia li:first-child {
  margin: 0;
}

.socialMedia li:first-child:before {
  display: none;
}

.socialMedia li:hover a {
  color: #000000;
}

.appointmentBtn {
  border-top: 4px solid #9c7630;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.appointmentBtn.active {
  top: 100%;
}

.appointmentBtn .inner {
  position: relative;
}

.appointmentBtn button {
  position: absolute;
  top: -4px;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9c7630), to(#7c5610));
  background-image: linear-gradient(#9c7630, #7c5610);
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 0;
}

.appointmentBtn button span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 9px 21px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.appointmentBtn button:before {
  content: "";
  display: block;
  width: 20%;
  height: 80%;
  position: absolute;
  border-radius: 28%;
  top: 4px;
  left: -37px;
  -webkit-box-shadow: 20px -20px 0 0 #9c7630;
          box-shadow: 20px -20px 0 0 #9c7630;
  z-index: 1;
}

.appointmentBtn button:after {
  content: "";
  display: block;
  width: 20%;
  height: 80%;
  position: absolute;
  border-radius: 28%;
  top: 4px;
  right: -36px;
  -webkit-box-shadow: -7px -20px 0 0 #9c7630;
          box-shadow: -7px -20px 0 0 #9c7630;
  z-index: 1;
}

.appointmentBtn:hover {
  border-color: #6c4600;
}

.appointmentBtn:hover button {
  background: #6c4600;
}

.appointmentBtn:hover button:before {
  -webkit-box-shadow: 20px -20px 0 0 #6c4600;
          box-shadow: 20px -20px 0 0 #6c4600;
}

.appointmentBtn:hover button:after {
  -webkit-box-shadow: -7px -20px 0 0 #6c4600;
          box-shadow: -7px -20px 0 0 #6c4600;
}

.appointmentBar {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #9c7630;
  color: #ffffff;
  z-index: 99999;
  overflow-y: auto;
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.appointmentBar.active {
  top: 0;
}

.appointmentBar .closeBtn {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 26px;
  top: 26px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  background: none;
  z-index: 10;
}

.appointmentBar p {
  margin: 0;
}

.appointmentBar .topBar {
  background-color: white;
  color: #9c7630;
  padding: 100px 0 50px;
}

.appointmentBar .topBar h2 {
  margin-bottom: 5px;
}

.appointmentBar .topBar p {
  font-family: "Poppins", sans-serif;
  color: #666666;
}

.appointmentBar .bottomBar {
  padding: 50px 0;
  position: relative;
}

.appointmentBar form label {
  text-transform: uppercase;
  letter-spacing: 4.5px;
  position: relative;
  bottom: -13px;
}

.appointmentBar form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.4;
  /* Firefox */
}

.appointmentBar form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.4;
  /* Firefox */
}

.appointmentBar form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.4;
  /* Firefox */
}

.appointmentBar form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.4;
  /* Firefox */
}

.appointmentBar form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.appointmentBar form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  }

.appointmentBar form input, .appointmentBar form textarea {
  border: none !important;
  color: white !important;
  font-size: 20px;
  font-weight: 200;
  }

.appointmentBar form input[type="submit"] {
  border: 3px solid #ffffff !important;
  border-radius: 50px !important;
  padding: 15px 25px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.appointmentBar form input[type="submit"]:hover {
  background: #ffffff;
  color: #9c7630;
}

/* Icon 1 */
#nav-icon2, #nav-icon3 {
  width: 40px;
  height: 45px;
  position: absolute;
  right: 40px;
  z-index: 7;
  top: 70px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none !important;
}

#nav-icon2 span, #nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #e1e1e1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even), #nav-icon3 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd), #nav-icon3 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2), #nav-icon3 span:nth-child(1), #nav-icon3 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4), #nav-icon3 span:nth-child(3), #nav-icon3 span:nth-child(4) {
  top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6), #nav-icon3 span:nth-child(5), #nav-icon3 span:nth-child(6) {
  top: 24px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6), #nav-icon3.open span:nth-child(1), #nav-icon3.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5), #nav-icon3.open span:nth-child(2), #nav-icon3.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1), #nav-icon3.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2), #nav-icon3.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3), #nav-icon3.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4), #nav-icon3.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5), #nav-icon3.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}

#nav-icon2.open span:nth-child(6), #nav-icon3.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

.appointments {
  width: 100%;
  display: block;
}

.appointments .buttons {
  display: block;
  width: 100%;
  background: #9c7630;
  color: white;
  padding: 8px 0;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  background: #deccae;
}

footer#colophon p, footer#colophon li {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

footer#colophon li {
  position: relative;
  padding-left: 90px;
}

footer#colophon li span {
  position: absolute;
  left: 0;
  top: 0;
}

footer#colophon h3 {
  position: relative;
  display: inline-block;
  /* &:before{
      width: calc(100% + 20px);
      background: $white;
      position: absolute;
      left: -10px;
      bottom: 0;
      height: 15px;
      opacity: 0.3;
      display: block;
      content: "";
    }*/
}

footer#colophon h3 span {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666666;
}

.site-info {
  background: rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}

.site-info a {
  color: #666666;
  font-weight: 700;
}

.site-info a:hover {
  color: #000000;
}

.site-info p {
  margin-bottom: 0;
}

.site-menu li {
  display: inline-block;
  padding: 0 !important;
}

.site-menu li:before {
  content: "|";
  display: inline-block;
  padding: 0 10px 0 7px;
}

.site-menu li a {
  font-weight: 600;
}

.site-menu li:first-child:before {
  display: none;
}

.fbChatBox {
  position: fixed;
  right: 50px;
  bottom: 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 5;
}

.fbChatBox img {
  max-width: 55px;
}

.fbChatBox:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
.mainBanner .slider-Wrapper {
  position: relative;
}

.mainBanner .slider-Wrapper .sectionTitle {
  margin: 0;
}

.mainBanner .slider-Wrapper .content {
  position: absolute;
  left: 15%;
  top: 50%;
  z-index: 2;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mainBanner .slide {
  height: 73vh;
  width: 100%;
  background: #e1e1e1;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-position: center;
}

.services .inner {
  position: relative;
}

.services .inner .thumb {
  overflow: hidden;
}

.services .inner:before, .services .inner:after {
  background: #ba903a;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.5;
  bottom: 0;
  z-index: 4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
}

.services .inner:before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.services .inner:after {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.services .inner img {
  -webkit-transition: 1.5s all ease-in-out;
  transition: 1.5s all ease-in-out;
}

.services .inner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.services .inner:hover:before {
  -webkit-clip-path: inset(0 50% 0 0);
          clip-path: inset(0 50% 0 0);
}

.services .inner:hover:after {
  -webkit-clip-path: inset(0 0 0 50%);
          clip-path: inset(0 0 0 50%);
}

.services .inner:hover {
  color: white;
  -webkit-box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.1);
          box-shadow: 0 0 0 10px rgba(250, 250, 250, 0.1);
}

.services .content {
  position: absolute;
  top: 0;
  text-align: center;
  left: 50%;
  width: 100%;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.services .content label {
  color: #9c7630;
  font-size: 19px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-top: 60px;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.services .content label:before {
  height: 100px;
  width: 2px;
  background: #9c7630;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -110px;
}

.services .content h4 {
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  font-size: 38px;
}

.services .seemore {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 700;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
  z-index: 5;
}

.services .seemore:hover {
  letter-spacing: 4px;
  color: #efff42;
}

.counterSection .inner {
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.counterSection .row div {
  text-align: center;
}

.counterSection .row div span {
  color: #9c7630;
  display: block;
  font-size: 55px;
  line-height: 47px;
  margin-bottom: 20px;
  border-left: 1px solid #9c7630;
}

.counterSection .row div:first-child span {
  border: none;
}

.counterSection .postitioncenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  padding: 0 100px;
}

.portfolio {
  background: #fafaf4;
}

.portfolio #gallery .ftg-items {
  width: 100 !important;
}

.portfolio #gallery .ftg-items .tile {
  width: 33.3% !important;
}

.featuredWorks figure {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.featuredWorks figure a {
  letter-spacing: 5.5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s all ease-in-out 0.3s;
  transition: 0.3s all ease-in-out 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.featuredWorks figure a:hover {
  text-decoration: underline;
}

.featuredWorks figure:hover a {
  letter-spacing: 4px;
  opacity: 1;
}

.featuredWorks .content {
  margin: 30px 0;
}

.featuredWorks h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #666666;
  margin: 0 0 5px;
}

.featuredWorks .meta {
  font-weight: 300;
  font-size: 20px;
  color: #666666;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.featuredWorks .meta span {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.portfolioWorks {
  margin-top: 20px;
  padding: 0 15px;
}

.portfolioWorks figure {
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
}

.portfolioWorks .content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out 0.3s;
  transition: 0.3s all ease-in-out 0.3s;
  opacity: 0;
}

.portfolioWorks h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  margin: 0 0 5px;
}

.portfolioWorks h4 a {
  color: #ffffff;
}

.portfolioWorks h4 a:hover {
  text-decoration: underline;
}

.portfolioWorks .meta {
  font-weight: 300;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.portfolioWorks .meta:after {
  width: 50px;
  background: white;
  border-radius: 8px;
  height: 6px;
  content: "";
  display: block;
  margin: 20px auto;
}

.portfolioWorks .meta span {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.portfolioWorks .cat {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.portfolioWorks .inner:hover .content {
  opacity: 1;
}

.socialMediaBar {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: static;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-align: center;
}

.socialMediaBar li a {
  padding: 17px 0;
  display: inline-block;
}

.serviceListing li {
  display: table;
  counter-increment: item;
}

.serviceListing li:before {
  display: inline-block;
  padding: 0 0.5em 0 0;
  content: counter(item, decimal-leading-zero);
  font-size: 48px;
  opacity: 0.1;
  color: #9c7630;
  font-family: #9c7630;
  line-height: 60px;
  position: relative;
  top: 12px;
  font-weight: 700;
  width: 90px;
  text-align: right;
}

.serviceListing li a {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}

.videoSection {
  padding-bottom: 300px;
  background: url(../img/bg-bottom.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.videoSection iframe {
  position: relative;
  z-index: 2;
}

.videoSection .bordering {
  border: 40px solid #e1e1e1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 90px;
  right: -70px;
}

.videoSection figure {
  width: 100%;
  display: block;
  clear: bottom;
}

.videoSection .more {
  padding: 50px 0;
  position: relative;
}

.videoSection .more span {
  font-size: 100px;
  opacity: 0.1;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.videoSection .more a {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  font-weight: 300;
}

.videoSection .more a:hover {
  font-weight: 700;
  letter-spacing: 6px;
}

.textContainer {
  text-align: center;
}

.contact-form-area {
  position: relative;
  z-index: 2;
}

.google-map {
  position: relative;
  z-index: 1;
}

.form_wrapper {
  padding: 50px;
  background: white;
  margin-bottom: 100px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  margin-top: -107px;
}

.form_wrapper input, .form_wrapper textarea {
  padding: 7px 15px;
}

.contact-info-wrapper .contact-info li {
  position: relative;
  padding-left: 90px;
  font-weight: normal;
}

.contact-info-wrapper .contact-info li a {
  color: #000000;
}

.contact-info-wrapper .contact-info li a:hover {
  text-decoration: underline;
}

.contact-info-wrapper .contact-info li span {
  position: absolute;
  left: 0;
  top: 0;
}

.contact-social li {
  padding-left: 0 !important;
  display: inline-block;
}

.contact-social li:before {
  width: 6px;
  height: 6px;
  background: #c5c44c;
  border-radius: 50px;
  content: "";
  margin: 0 20px;
  display: inline-block;
}

.contact-social li a {
  font-weight: 300;
}

.contact-social li:first-child {
  margin: 0;
}

.contact-social li:first-child:before {
  display: none;
}

.contact-social li:hover a {
  color: #000000;
}

.contentInner {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.work-single .content {
  margin: 30px 0;
}

.work-single h4 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #666666;
  margin: 0 0 5px;
}

.work-single .meta {
  font-weight: 300;
  font-size: 20px;
  color: #666666;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.work-single .meta span {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-style: italic;
}

.work-single .cat {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}

.figuring .inner {
  position: sticky;
  top: 60px;
}

.figuring .post-thumbnail {
  position: relative;
  z-index: 3;
}

.figuring .bordering {
  border: 40px solid #e1e1e1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 90px;
  right: -90px;
  z-index: 2;
}

.videoPortfolio {
  background: #fafaf4;
}

.videosection iframe {
  width: 100%;
  min-height: 600px;
}

.work-single .entry-header label {
  background: #9c7630;
  padding: 1px 6px;
  color: #ffffff;
  border-radius: 2px;
}

.work-single .entry-header label span {
  color: #ffffff;
  letter-spacing: 1px;
}

.aboutImage {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.services .serviceListing li {
  display: block;
  width: 50%;
  text-align: left;
  float: left;
  border-top: 1px dashed #cecece;
  padding: 15px 0;
}

.services .serviceListing li:first-child, .services .serviceListing li:nth-child(2) {
  border: none;
}

.aboutTestimonials .inner {
  background-image: url(../img/testimonials-bg.jpg);
  background-position: center bottom;
  background-size: 70%;
  background-repeat: no-repeat;
}

.aboutTestimonials .sliderWrapper {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

.aboutTestimonials .sliderWrapper .sliderTitle {
  background: #9c7630;
  color: #ffffff;
  position: absolute;
  left: 50px;
  padding: 6px 10px;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.aboutTestimonials .sliderWrapper .owl-controls {
  width: 100%;
  right: 0;
}

.aboutTestimonials .sliderWrapper .owl-controls .owl-pagination {
  display: none !important;
}

.aboutTestimonials .sliderWrapper .owl-controls .owl-buttons div {
  color: black;
}

.aboutTestimonials .sliderWrapper .content {
  padding: 50px;
}

.aboutTestimonials .sliderWrapper .content p {
  margin-bottom: 0;
}

.aboutTestimonials .sliderWrapper .content hr {
  width: 100px;
  margin: 30px 0;
}

.aboutTestimonials .sliderWrapper .content h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #9c7630;
  letter-spacing: 5px;
}

/*--------------------------------------------------------------
# Responsive css
--------------------------------------------------------------*/
/*$laptop:"screen and (max-width: 1200px)";
$desktop:"screen and (max-width: 991px)";
$tablet:"screen and (max-width: 768px)";
$mobile:"screen and (max-width: 575px)";
$midmobile:"screen and (max-width: 479px)";
$smallmobile:"screen and (max-width: 400px)";
$minimobile:"screen and (max-width: 300px)";*/
@media screen and (max-width: 1200px) {
  .mainBanner .slider-Wrapper .content {
    left: 6%;
  }
  .services .content h4 {
    font-size: 24px;
  }
  .videoSection iframe {
    height: 290px;
  }
  .videoSection .bordering {
    border-width: 25px;
    top: 50px;
    right: -44px;
  }
  .videoSection figure {
    max-width: 210px;
    margin: 0 auto;
  }
  .videoSection .more {
    padding: 24px 0;
  }
  .videoSection .more span {
    font-size: 70px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    font-size: 30px;
  }
  .figuring iframe {
    height: 290px;
  }
  .figuring .bordering {
    border-width: 25px;
    top: 50px;
    right: -44px;
  }
}

@media screen and (max-width: 991px) {
  .basePadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .basePaddingBottom {
    padding-bottom: 70px;
  }
  .basePaddingTop {
    padding-top: 70px;
  }
  #PageBanner {
    min-height: 400px;
  }
  header#masthead .responsiveView .menu-responsive-menu-container {
    display: block;
  }
  header#masthead .responsiveView .appointments {
    display: none;
  }
  header#masthead .desktopView .leftMenu, header#masthead .desktopView .rightMenu {
    display: none;
  }
  header#masthead .responsiveView {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    top: 204px;
    z-index: 99998;
    border-bottom: 1px solid #e1e1e1;
  }
  header#masthead .responsiveView .menu {
    width: 100%;
  }
  header#masthead .responsiveView li {
    padding: 8px 0;
    border-top: 1px dashed #e1e1e1;
    width: 100%;
  }
  header#masthead .responsiveView li:first-child {
    border: none;
  }
  .videoSection {
    padding-bottom: 150px;
  }
  #nav-icon2, #nav-icon3 {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services .content label {
    font-size: 12px;
    color: white;
    margin-top: 30px;
  }
  .services .content label:before {
    height: 50px;
    top: -60px;
  }
  .services .content h4 {
    font-size: 16px;
  }
  .services .seemore {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .foto-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sectionTitle {
    font-size: 25px;
  }
  label.label span {
    font-size: 12px;
  }
  header#masthead .custom-logo {
    max-height: 110px;
    width: auto;
  }
  header#masthead .responsiveView {
    top: 120px;
  }
  .mainBanner .slide {
    height: 400px;
  }
  .mainBanner .slider-Wrapper .content {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    left: 50%;
    top: 100%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mainBanner .slider-Wrapper .content img {
    max-width: 150px;
  }
  header#masthead .responsiveView .appointments {
    display: block;
  }
  .appointmentBtn button {
    display: none;
  }
  .services .inner {
    margin-top: 30px;
  }
  .services .content label::before {
    display: none;
  }
  .portfolioWorks .col-lg-3 {
    margin-top: 20px;
  }
  .portfolioWorks .col-lg-3:first-child {
    margin-top: 0;
  }
  .sidesticker {
    display: none;
  }
  .videoSection .bordering {
    display: none;
  }
  .figuring .bordering {
    display: none;
  }
  .textContainer {
    padding-top: 50px;
  }
  .videoSection {
    padding-bottom: 70px;
  }
  .site-info .col-md-6 {
    text-align: center !important;
  }
  .services .content label {
    margin-top: 30px;
  }
  .appointmentBar {
    height: 100%;
  }
  .appointmentBar .topBar {
    padding: 50px 0 20px;
  }
  .appointmentBar .topBar h2 {
    font-size: 23px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    margin-bottom: 0;
  }
  #nav-icon2, #nav-icon3 {
    top: 40px;
  }
  .work-single .col-md-6.offset-1 {
    margin-left: 0;
  }
  .foto-container {
    margin-bottom: 0 !important;
  }
  .videosection {
    padding-top: 0;
  }
  .videosection .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .videosection iframe {
    min-height: 290px;
  }
  .ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 50% !important;
  }
  #PageBanner {
    min-height: 200px;
  }
  .services .serviceListing li {
    width: 100%;
  }
  .services .serviceListing li:nth-child(2) {
    border-top: 1px dashed #cecece;
  }
  .services .serviceListing li:first-child {
    border: none;
  }
  .aboutTestimonials .inner {
    padding-top: 0;
  }
  .aboutTestimonials .sliderWrapper {
    max-width: 100%;
  }
  .aboutTestimonials .sliderWrapper .content h4 {
    letter-spacing: 0;
    text-transform: none;
  }
  .contentInner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .entry-content h2 {
    font-size: 22px;
  }
  .entry-content h3 {
    font-size: 20px;
  }
  .form_wrapper {
    margin-top: 50px;
    padding: 30px;
    margin-bottom: 50px;
  }
  .contact-form-area .col-lg-5.pl-5 {
    padding-left: 15px !important;
    margin-bottom: 50px;
  }
  .work-single .content {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  .mainBanner .slide {
    height: 260px;
  }
  .appointmentBar form label {
    font-weight: normal;
    font-size: 14px;
    bottom: -8px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    font-size: 19px;
  }
  .appointmentBar form textarea {
    height: 60px;
    min-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .mainBanner .slider-Wrapper .content {
    width: 90%;
  }
  .appointmentBar form label {
    text-transform: none;
    letter-spacing: 0;
  }
  .sectionTitle {
    font-size: 20px;
  }
  label.label span {
    letter-spacing: 2px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .featuredWorks .content {
    margin: 15px 0 30px 0;
  }
  .featuredWorks h4 {
    font-size: 18px;
  }
  .featuredWorks .meta {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .socialMediaBar li {
    display: block;
    border-top: 1px dashed #e1e1e1;
  }
  .socialMediaBar li:first-child {
    border-top: none;
  }
  .socialMediaBar li:before {
    display: none;
  }
  .serviceListing li a {
    font-size: 17px;
  }
  .serviceListing li:before {
    font-size: 30px;
    width: 60px;
    line-height: 40px;
    top: 5px;
  }
  footer#colophon p, footer#colophon li {
    font-size: 15px;
    line-height: 26px;
  }
  .featuredWorks figure a {
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
  }
  .foto-container .pr-5 {
    padding-right: 15px !important;
  }
  footer#colophon h3 span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  footer#colophon li {
    padding-left: 0;
    margin-bottom: 0;
  }
  footer#colophon li span {
    position: static;
    display: block;
  }
  .breadcumbWrapper {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */