html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

ul {
  list-style: none;
  padding-left: 0; }

li {
  text-decoration: none; }

a {
  color: #6f6f6f;
  outline: none;
  text-decoration: none; }

a:active,
a:focus,
a:hover {
  color: #dba47d;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none; }

p {
  color: #a2938c; }

h1 {
  font-size: 76px;
  line-height: 80px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
  @media (max-width: 768px) {
    h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 5px; } }

h2 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
  @media (max-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 34px;
      margin-bottom: 5px; } }

h3 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #666;
  font-weight: 700; }

section {
  padding: 60px 0;
  position: relative; }

.btn-primary {
  color: #fff;
  background-color: #dba47d;
  border-color: #dba47d;
  padding: 8px 21px;
  font-size: 18px; }

.btn-primary:hover {
  color: #fff;
  background-color: #9c99b6;
  border-color: #9c99b6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

/*****navbar start******/
.navbar-brand {
  padding: 10px 15px 10px 15px; }

.navbar-brand img {
  width: 230px; }

@media (min-width: 768px) {
  .navbar-default .btn {
    text-align: right;
    float: right;
    margin-top: 8px; } }
.btn-secundary {
  background-color: #dba47d;
  border-radius: 0;
  padding: 7px 20px;
  color: #fff;
  font-size: 21px;
  border-radius: 3px; }

.btn-secundary:hover {
  color: #fff;
  background-color: #9c99b6;
  border-color: #9c99b6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

@media (min-width: 1024px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 120px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 15px;
    font-weight: 500;
    /*font-family: $font-secundary;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;*/ }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  .navbar-default .btn-secundary {
    margin: 20px 0;
    float: left; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none; } }
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
  color: #dba47d; }

nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
  color: #dba47d !important; }

nav.navbar li.dropdown ul.dropdown-menu {
  border-top-color: #dba47d !important; }

.navbar-cta {
  color: #fff;
  float: right !important;
  background: #dba47d;
  margin-right: -15px !important;
  position: relative;
  padding: 5px 25px 5px 25px; }
  @media (max-width: 991px) {
    .navbar-cta {
      float: left !important;
      margin: 20px 0;
      width: 100%; } }
  .navbar-cta .svg-inline--fa.fa-w-16 {
    margin-right: 10px; }

.navbar-cta .cta-number {
  font-size: 22px;
  line-height: 50px;
  font-weight: 600; }

nav.navbar.bootsnav {
  border-bottom: none; }

.navbar-cta-xs {
  color: #fff;
  float: right !important;
  background: #dba47d;
  margin-right: -15px !important;
  position: relative;
  padding: 0px 12px 5px 12px;
  display: inline-block;
  height: 50px;
  line-height: 50px; }
  @media (min-width: 991px) {
    .navbar-cta-xs {
      display: none; } }

.navbar-cta-xs .cta-number-xs {
  font-size: 14px; }

/*****navbar end******/
/*****hero start******/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  position: relative; }

.hero .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(219, 164, 125, 0.25); }

.hero-title {
  margin-top: 25%;
  z-index: 3;
  color: #fff;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .hero-title {
      margin-top: 50%;
      margin-bottom: 10px; } }

.hero-title p {
  margin-top: 15px;
  color: #fff; }

.btn-info {
  background-color: #dba47d;
  padding: 15px 50px;
  font-size: 26px;
  font-weight: 600;
  border: 1px solid #dba47d; }
  @media (max-width: 768px) {
    .btn-info {
      font-size: 20px;
      padding: 15px 30px; } }
  .btn-info .svg-inline--fa.fa-w-16 {
    margin-right: 10px; }

.btn-info:hover {
  color: #fff;
  background-color: #9c99b6;
  border-color: #9c99b6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }
/*****hero end******/
/******intro start******/
.intro p {
  font-size: 22px;
  line-height: 36px;
  padding: 0 80px;
  color: #a2938c; }
  @media (max-width: 768px) {
    .intro p {
      padding: 0 10px 20px 0; } }
.intro a {
  padding: 0 6px;
  color: #9c99b6; }
.intro a:hover {
  color: #dba47d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/******intro end******/
/*****tc-slider start******/
.tc-slider {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 60px;
  height: 50vh;
  z-index: 1;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .tc-slider {
      height: 50vh;
      margin-bottom: 5px;
      width: 90%;
      margin-left: 5%;
      box-shadow: none; } }
  .tc-slider h5 {
    text-transform: uppercase;
    color: #dba47d;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 25px; }

.slider {
  float: right;
  position: relative;
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .slider {
      width: 100%;
      height: 50vh;
      margin-bottom: 10px; } }

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /**background-position: 50% 50%;**/
  transition: clip .7s ease-in-out, z-index 0s .7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  /*display: table;*/ }
  @media (max-width: 991px) {
    .slider li {
      background-position: right center; } }

.center-y {
  display: table-cell;
  height: 50vh;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: 50%; }
  @media (max-width: 991px) {
    .center-y {
      /*width: 100%;*/ } }

.slider-texts {
  width: 35%;
  display: table-cell;
  padding: 20px 20px 40px 30px; }
  @media (max-width: 991px) {
    .slider-texts {
      display: none; } }

.tc-slider .btn-primary {
  padding: 6px 15px;
  font-size: 15px; }

.tc-slider h4, .tc-slider h4 + a {
  opacity: 0;
  transition: opacity .7s 0s, transform .5s .2s;
  transform: translate3d(0, 50%, 0);
  font-size: 28px;
  font-weight: 700;
  padding: 0 15px; }
  @media (min-width: 991px) {
    .tc-slider h4, .tc-slider h4 + a {
      display: none; } }

li.current h4, li.current h4 + a {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0); }
  @media (min-width: 991px) {
    li.current h4, li.current h4 + a {
      display: none; } }

.tc-slider li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0); }

.tc-slider li.prev {
  clip: rect(0, 0, 100vh, 0); }

.slider nav {
  position: absolute;
  bottom: 3%;
  left: 18%;
  right: 0;
  z-index: 10; }
  @media (max-width: 991px) {
    .slider nav {
      left: 0%;
      text-align: center; } }

.tc-slider nav a {
  display: inline-block;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  background: #dba47d;
  box-shadow: 1px 1px 5px #ccc;
  margin: 0 6px;
  transition: transform .3s; }

a.current_dot {
  transform: scale(1.3); }

.location .btn-info {
  padding: 12px 25px;
  font-size: 20px; }

/*****tc-slider end******/
/****gallery*****/
.gallery-box {
  border: 5px solid #dba47d;
  box-shadow: 1px 1px 15px #dba47d;
  padding: 40px 15px;
  margin: 20px 0px 20px 0; }

.gallery {
  padding: 100px 0; }
  .gallery h1 {
    margin-bottom: 0;
    font-size: 116px;
    color: #9c99b6; }
  .gallery h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 44px;
    line-height: 42px;
    color: #9c99b6;
    font-weight: 700; }
  .gallery h5 {
    text-transform: uppercase;
    font-size: 38px;
    color: #808080;
    font-weight: 900; }
  .gallery h6 {
    font-size: 28px;
    color: #808080;
    font-weight: 900;
    margin: 20px 0 15px 0; }
  .gallery .svg-inline--fa.fa-w-14 {
    color: #dba47d;
    margin-right: 10px;
    font-size: 22px; }

.gallery p {
  font-size: 20px;
  line-height: 22px;
  padding: 0 30px 10px 00px;
  color: #a2938c; }

.gallery h3 {
  padding: 0 10px 10px 0px;
  margin-top: 0; }

.gallery .btn-info {
  padding: 12px 25px;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .gallery .btn-info {
      margin-bottom: 40px !important; } }

/********gallery******/
/***location start***/
.location {
  background-image: url(../images/background12.jpg);
  background-position: bottom center;
  background-size: cover;
  margin-top: -350px;
  z-index: 0; }

.location-padding {
  padding-left: 8px;
  padding-right: 8px; }

.snip1360 h3 {
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.snip1360 {
  position: relative;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  height: 240px;
  border-radius: 4px;
  opacity: 1;
  box-shadow: 1px 1px 10px #666; }
  @media (max-width: 768px) {
    .snip1360 {
      width: 94%;
      margin-left: 3%;
      margin-bottom: 20px; } }

.snip1360:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.location-btn {
  font-size: 30px;
  color: #666;
  font-weight: 800; }

/****location end******/
/*****tc-cta start******/
.tc-cta .background {
  background-color: rgba(156, 153, 182, 0.2);
  padding: 80px 0;
  box-shadow: 1px 1px 20px rgba(70, 116, 134, 0.3); }

.our-client {
  background-image: url(..//images/img5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.our-client .content {
  color: #fff;
  text-align: right;
  text-transform: capitalize; }
  @media screen and (max-width: 768px) {
    .our-client .content {
      text-align: center; } }

#contact {
  background: transparent;
  padding: 30px;
  margin: 20px 0 50px 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15); }

.tc-cta h4 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #dba47d; }

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%; }

#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
  padding: 6px;
  color: #999;
  font-size: 14px; }

#contact select {
  padding: 8px; }

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa; }

#contact textarea {
  box-shadow: none;
  margin-top: 0px;
  font-weight: 400; }

#contact button[type="submit"] {
  cursor: pointer;
  width: 50%;
  margin-left: 25%; }

label {
  color: #999;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1px; }

.form-control:focus {
  border-color: #dba47d;
  box-shadow: 0 0 8px rgba(219, 164, 125, 0.4); }

/*****tc-cta end******/
/*****blog start******/
.blog {
  padding: 0px 0 30px 0; }

.services {
  padding: 20px 0; }

@media screen and (max-width: 768px) {
  .service-box {
    margin-bottom: 40px; } }

.services > div > div {
  border-radius: 4px;
  transition: 0.2s;
  box-shadow: 0 4px 43px 0 rgba(66, 92, 187, 0.2);
  transition: all .4s ease; }

.services > div > div:hover {
  box-shadow: 0 4px 43px 0 rgba(106, 124, 123, 0.4);
  transition: all .4s ease; }

.blog-text {
  padding: 15px; }

.cover-image-first {
  width: 100%;
  height: 190px;
  background-image: url(../images/slider3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.cover-image-second {
  width: 100%;
  height: 190px;
  background-image: url(../images/service3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.cover-image-third {
  width: 100%;
  height: 190px;
  background-image: url(../images/slider2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.blog .date,
.blog i {
  background-color: rgba(219, 164, 125, 0.5);
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center; }

.blog .date {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }

.blog .date span {
  display: block;
  line-height: 30px; }

.blog .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1); }

.blog .see-reviews {
  font-size: 18px;
  font-weight: 600;
  color: #dba47d; }

.blog .see-reviews:hover {
  color: #9c99b6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog h4 {
  font-size: 22px;
  font-weight: 600;
  color: #666;
  line-height: 30px; }

.blog h6 {
  color: #dba47d;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }

/*****blog end******/
/*****tc-testimonial start******/
.testimonials {
  padding: 80px 0 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center; }
  @media (max-width: 768px) {
    .testimonials {
      padding: 20px 0 50px 0; } }

.item blockquote {
  border-left: none;
  margin: 0; }

.testimonials p {
  font-size: 22px;
  line-height: 36px;
  padding: 0 80px;
  color: #7f6e66; }
  @media (max-width: 768px) {
    .testimonials p {
      padding: 0 5px;
      font-size: 18px;
      line-height: 30px; } }

.testimonials h3 {
  padding-bottom: 10px;
  font-weight: 500;
  padding: 0 130px 10px 130px;
  font-size: 34px; }

.item blockquote img {
  margin-bottom: 10px; }

.testimonials .svg-inline--fa.fa-w-16 {
  width: 1em;
  color: #dba47d;
  font-size: 45px;
  padding: 3px 10px; }

.owl-theme .owl-nav [class*=owl-] {
  background: #dba47d !important; }

.owl-theme .owl-dots .owl-dot span {
  background: #dba47d !important; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

/*****tc-testimonial end******/
/******footer start****/
@media (max-width: 768px) {
  .footer-box {
    margin-bottom: 30px; } }
.footer-wrap {
  padding-top: 30px;
  background-color: #333; }
  .footer-wrap h4 {
    color: #dba47d;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700; }
  .footer-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
    margin-top: 13px; }
  .footer-wrap a:hover {
    text-decoration: none;
    color: #fff; }
  .footer-wrap li a {
    font-size: 14px;
    line-height: 26px;
    color: #ccc; }
  .footer-wrap li:hover {
    padding-right: 10px;
    color: #ccc; }

.footer-links .svg-inline--fa {
  margin-right: 9px;
  color: #dba47d;
  min-width: 14px; }

.footer-media {
  margin: 10px 0px 0px;
  padding: 0px; }
  .footer-media a {
    margin-right: 10px; }
  .footer-media .svg-inline--fa {
    color: #dba47d;
    width: 26px;
    height: 26px;
    border: 1px solid #dba47d;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    font-size: 12px;
    padding: 5px; }
  .footer-media .svg-inline--fa:hover {
    background-color: #color-theme-light;
    color: #ccc; }

.copyright {
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #ccc;
  margin-top: 25px;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px; }

/*****footer end******/

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