.text-primary {
  color: #c26e63 !important; }
.text-white {
  color: #ffffff; }
.text-dark {
  color: #091c3a !important; }
.text-blue {
  color: #5c99e9 !important; }
 .text-red {
  color: #e43b38 !important; }
.text-green {
  color: #2fb93f !important; }
.bg-primary {
  background: #c26e63 !important; }
.bg-secondary {
  background: #e4e4e4 !important; }
.bg-huise {
  background: #f4f4f4 !important; }
.bg-light {
  background: #fef2f1 !important; }
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }

.bg-overlay-half-bottom {
  position: relative; }

.bg-overlay-black-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-4:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-half-bottom:before {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s; }

.bg-overlay-secondary {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary:before {
    background: rgba(16, 38, 54, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.space-ptb {
  padding: 80px 0; }

.space-pt {
  padding: 80px 0 0; }

.space-pb {
  padding: 0 0 80px; }

.h-100vh {
  height: 100vh !important; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px; }

.font-sm {
  font-size: 13px; }  

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1380px; } }
	
@media (min-width: 1600px) {
  .container {
    max-width: 1480px; } }

.form-group {
  margin-bottom: 1rem; }

@media (max-width: 1200px) {
  .space-ptb {
    padding: 80px 0; }
  .space-pt {
    padding: 80px 0 0; }
  .space-pb {
    padding: 0 0 80px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding: 60px 0 0; }
  .space-pb {
    padding: 0 0 60px; } }

@media (max-width: 767px) {
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding: 50px 0 0; }
  .space-pb {
    padding: 0 0 50px; } }

@media (max-width: 575px) {
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding: 40px 0 0; }
  .space-pb {
    padding: 0 0 40px; } }

/*****************************
    000000
*****************************/
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #c26e63;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #c26e63;
    text-decoration: none !important; }
  a:hover {
    color: #c26e63;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #c26e63; }

h1, h2, h3, h4, h5, h6 {
  
  font-weight: normal;
  color: #091c3a;
  margin-top: 0px;
  font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 90px;
  font-style: normal;
  font-weight: 800;
  line-height: 1; }

h2 {
  font-size: 32px;
  font-weight: 400; }

h3 {
  font-size: 28px;
  font-weight: 400; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 20px; }

p {
  font-weight: normal;
  line-height: 1.5; }

*::-moz-selection {
  background: #c26e63;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #c26e63;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #c26e63;
  color: #ffffff;
  text-shadow: none; }

.fw-medium {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.border-radius {
  border-radius: 6px; }

.border-radius-sm {
  border-radius: 4px; }

.border-radius-md {
  border-radius: 10px; }

.border-radius-lg {
  border-radius: 50%; }

.box-shadow {
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07); }

.box-shadow-sm {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1); }

.box-shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175);
          box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175); }


@media (max-width: 767px) {
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 24px; } }

@media (max-width: 575px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  }
/*****************************
  Button
*****************************/
.btn-link {
  text-decoration: underline !important;
  color: #102636;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-link:after {
    display: none;
    content: inherit; }
  .btn-link:hover {
    color: #c26e63; }

button {
  outline: medium none !important;
  color: #c26e63; }

/* btn */
.btn {
  border: none;
  z-index: 1;
  position: relative;
  font-size: 16px;
  padding: 10px 26px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #c26e63;
  border-color: #c26e63; }

.btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px; }

.btn.btn-md {
  padding: 10px 30px;
  font-size: 14px; }

.btn.btn-lg {
  padding: 20px 40px; }

.btn.btn-xl {
  padding: 25px 40px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-app i {
    font-size: 40px; }

.btn.btn-link {
  padding: 0;
  background-color: inherit;
  color: #091c3a;
  font-size: 14px; }

.btn.btn-link:hover {
  color: #c26e63;
  text-decoration: underline !important; }

.btn.btn-link:focus {
  color: #c26e63;
  text-decoration: underline !important; }

.btn.btn-primary {
  background: #c26e63;
  color: #ffffff; }
  .btn.btn-primary:hover {
    color: #ffffff;
    background: #c26e63; }
  .btn.btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #c26e63; }
  .btn.btn-primary:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background: #c26e63; }
  .btn.btn-primary:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 4px; }
  .btn.btn-primary:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn.btn-primary:hover:after {
      left: 0;
      width: 100%; }


.btn-sm:after {
  border-radius: 4px !important; }

.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
  color: #ffffff;
  border: 2px solid #c26e63; }

/* keyframes */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

@keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0; }
  ul.list li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    ul.list li i {
      margin-right: 10px;
      color: #ffffff;
      background-color: #c26e63;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 11px;
      margin-top: 5px; }
    ul.list li:last-child {
      margin-bottom: 0; }

ul.list.list-circle li i {
  font-size: 6px; }

/*****************************
 listing
*****************************/
.listing-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  border-radius: 10px; }
  .listing-item .listing-image {
    position: relative;
    overflow: hidden;
    }
    .listing-item .listing-image img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    
  .listing-item .listing-details {
    padding: 13px; }
    .listing-item .listing-details .listing-title .title {
      font-size: 16px;
      line-height: 20px;
      font-weight: 550;
      color: #091c3a; }
      .listing-item .listing-details .listing-title .title:hover {
        color: #c26e63; }
  .listing-item:hover .listing-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.listing-item.listing-item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  position: relative;
  
  width: 99%;
  background-color: inherit;
  margin: 0 5px; }
  .listing-item.listing-item-2 .listing-image {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 6px; }
  .listing-item.listing-item-2 .listing-details {
    padding: 30px;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    width: 70%; }
   
    .listing-item.listing-item-2 .listing-details .listing-title .title {
      font-size: 20px; }

  .listing-item.listing-item-2:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
            box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
    position: absolute;
    right: 0;
    top: 0; }
.owl-carousel .listing-item {
  margin-bottom: 20px; }
/*****************************
    Responsive
*****************************/
@media (max-width: 991px) {
  .listing-item.listing-item-2 .listing-image {
    width: 50%; }
  .listing-item.listing-item-2 .listing-details {
    width: 50%;
    padding: 30px; } }

@media (max-width: 767px) {
  .listing-item.listing-item-2 {
    display: inherit;
    padding: 0; }
    .listing-item.listing-item-2:before {
      width: 100%; }
    .listing-item.listing-item-2 .listing-image {
      width: 100%; }
    .listing-item.listing-item-2 .listing-details {
      width: 100%;
      padding: 25px; } }

/*****************************
  Tabs
*****************************/
.nav-tab .nav-tabs {
  border: inherit; }
  .nav-tab .nav-tabs .nav-link.active {
    border-bottom: 2px solid #c26e63;
    color: #c26e63; }
  .nav-tab .nav-tabs .nav-link {
    border-bottom: 2px solid #ededed;
    font-weight: bold;
    color: #7c8087;
    background-color: transparent;
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    padding: 15px 30px; }

.nav.nav-pills {
  margin-right: 0; }
  .nav.nav-pills .nav-link {
    padding: 0;
    border-radius: 0;
    background-color: inherit; }

@media (max-width: 1200px) {
  .nav-tab .nav-tabs .nav-link {
    padding: 15px 20px; } }
/*****************************
  Blog
*****************************/
.blog .blog-body {
  padding-top: 15px; }
  .blog .blog-body span {
    font-size: 14px;
    line-height: 24px; }
  .blog .blog-body .time-card img {
    height: 20px;
    width: 20px; }
  .blog .blog-body .user .user-img img {
    height: 20px;
    width: 20px;
    border-radius: 50%; }

.blog a {
 
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
  color: #102636;
 
  display: block; }
  .blog a:hover {
    color: #c26e63; }

/*Blog Detail*/
.blog-detail .blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 6px; }
  .blog-detail .blog .blog-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 7s;
    transition: -webkit-transform 7s;
    transition: transform 7s;
    transition: transform 7s, -webkit-transform 7s;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.blog-detail:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }


.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation.post-navigation .nav-links .nav-previous {
    width: 49%;
    border: 1px solid #ededed;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 6px; }
    .navigation.post-navigation .nav-links .nav-previous a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #102636; }
      .navigation.post-navigation .nav-links .nav-previous a .pagi-text {
        color: #102636;
		background-color: #fef2f1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
        padding: 12px 25px;
        border-right: 1px solid #ededed;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-radius: 6px; }
      .navigation.post-navigation .nav-links .nav-previous a .nav-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: auto; }
    .navigation.post-navigation .nav-links .nav-previous:hover {
      border: 1px solid #c26e63;
      background-color: #fef2f1;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .navigation.post-navigation .nav-links .nav-previous:hover .pagi-text {
        background-color: #c26e63;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-right: 1px solid #c26e63; }
  .navigation.post-navigation .nav-links .nav-next {
    width: 49%;
    border: 1px solid #ededed;
    margin-right: 15px;
    margin-right: 0;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 6px; }
    .navigation.post-navigation .nav-links .nav-next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #102636;
      padding-left: 15px; }
      .navigation.post-navigation .nav-links .nav-next a .nav-title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-left: auto; }
      .navigation.post-navigation .nav-links .nav-next a .pagi-text {
        display: -webkit-box;
        display: -ms-flexbox;
		background-color: #fef2f1;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        border-left: 1px solid #ededed;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-bottom-left-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-radius: 6px; }
    .navigation.post-navigation .nav-links .nav-next:hover {
      border: 1px solid #c26e63;
      background-color: #fef2f1;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .navigation.post-navigation .nav-links .nav-next:hover .pagi-text {
        background-color: #c26e63;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-left: 1px solid #c26e63; }
  .navigation.post-navigation .nav-links .nav-title {
    margin: 12px 20px; }
  .navigation.post-navigation .nav-links .pagi-text {
    padding: 12px 25px; }

.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination .page-item {
    margin: 0 5px 5px; }
    .pagination .page-item .page-link {
      width: 46px;
      height: 46px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #091c3a;
      background-color: transparent;
      border: 2px solid #ededed;
      border-radius: 6px; }
      .pagination .page-item .page-link span {
        font-size: 26px; }
      .pagination .page-item .page-link:hover {
        color: #c26e63;
        background-color: transparent;
        border: 2px solid #c26e63; }
        .pagination .page-item .page-link:hover:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    .pagination .page-item:not(:first-child) .page-link {
      margin-left: -1px; }
  .pagination .page-item.active .page-link {
    color: #fff;
    background-color: #c26e63;
    border: 2px solid #c26e63; }

@media (max-width: 575px) {
  .navigation.post-navigation .nav-links {
    display: block; }
    .navigation.post-navigation .nav-links .nav-previous {
      width: 100%; }
    .navigation.post-navigation .nav-links .nav-next {
      width: 100%; }
  }

/*****************************
  why choose us
*****************************/
.feature-categories {
  padding: 20px;
 
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
  color: #102636; }
  .feature-categories .title {
    font-size: 16px; 
	color: #fff;}
  .feature-categories .icon {
    margin-bottom: 10px; }
    .feature-categories .icon object {
      width: 60px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  
  

.feature-section {
  margin-bottom: -75px; }

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-nav button {
  background-color: #ffffff !important;
  padding: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
  border-radius: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-nav button:before {
    content: '';
    background-color: #c26e63 !important;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-transition: all 490ms ease;
    transition: all 490ms ease;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1; }
  .owl-carousel .owl-nav button:hover {
    background-color: #c26e63 !important; }
    .owl-carousel .owl-nav button:hover:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }

.perfect-tour .owl-nav {
  position: absolute;
  top: -140px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.owl-carousel .owl-dots {
  margin-top: 15px; }
  .owl-carousel .owl-dots button.owl-dot span {
    background-color: #102636;
    width: 60px;
    height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    margin-right: 15px; }
  .owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #c26e63; }

.bg-secondary .owl-carousel .owl-dots button.owl-dot span {
  background-color: #ffffff; }

.bg-secondary .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #c26e63; }

.owl-carousel.owl-dots-bottom-center .owl-dots {
  text-align: center; }

.owl-carousel.owl-nav-center .owl-nav {
  width: 100%; }
  .owl-carousel.owl-nav-center .owl-nav .owl-next {
    top: 50%;
    right: -30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .owl-carousel.owl-nav-center .owl-nav .owl-prev {
    top: 50%;
    left: -30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.owl-carousel .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0; }
  .owl-carousel .owl-nav .owl-next:hover i {
    background-image: url(../images/arrow-white.svg); }

.owl-carousel .owl-nav .owl-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0; }
  .owl-carousel .owl-nav .owl-prev:hover i {
    background-image: url(../images/arrow-white.svg); }
  .owl-carousel .owl-nav .owl-prev i {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg); }

.owl-carousel .owl-nav i {
  background-image: url(../images/arrow.svg);
  background-size: cover;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .owl-carousel .owl-nav i:before {
    content: none; }

@media (max-width: 991px) {
  .owl-carousel .owl-dots {
    margin-top: 30px; }
  .perfect-tour .owl-nav {
    display: none; } }

@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    margin-top: 20px; }
  .owl-carousel.owl-nav-center .owl-nav .owl-prev {
    display: none; }
  .owl-carousel.owl-nav-center .owl-nav .owl-next {
    display: none; } }

/*****************************
  sidebar
*****************************/
.sidebar .widget {
  padding: 25px 20px;
  margin-top: 0px !important;
  border-radius: 4px;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  margin-bottom: 30px; }
  .sidebar .widget .widget-title {
    margin-bottom: 20px; }
  .sidebar .widget .search {
    position: relative; }
    .sidebar .widget .search i {
      position: absolute;
      right: 0;
      top: 0;
      background: #c26e63;
      color: #ffffff;
      padding: 17px 20px;
      cursor: pointer;
      margin: 0;
      border-radius: 0 6px 6px 0px; }
    .sidebar .widget .search input {
      padding-right: 64px;
      height: 50px;
      padding-left: 20px; }
  .sidebar .widget .social ul li a {
    color: #091c3a;
    font-weight: 600;
   /* text-transform: capitalize;*/ }
   
  .sidebar .widget .form-check {
    display: block; }
    .sidebar .widget .form-check span {
      float: right; }
  .sidebar .widget .social ul {
    margin-bottom: 0; }
    .sidebar .widget .social ul li {
      display: inline-block;
      list-style-type: none;
      font-size: 14px;
      border-radius: 4px; }
  .sidebar .widget .widget-categories ul li a {
    font-size: 14px;
    line-height: 32px;
    display: block; }
    .sidebar .widget .widget-categories ul li a:hover {
      color: #c26e63; }

.sidebar .widget .search {
  position: relative; }
  .sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #c26e63;
    color: #ffffff;
    padding: 17px 20px;
    cursor: pointer;
    margin: 0;
    border-radius: 0 3px 3px 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sidebar .widget .search i:hover {
      background: #102636; }
  .sidebar .widget .search input {
    padding-right: 64px;
    height: 50px;
    padding-left: 20px; }

.sidebar .widget ul.list-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  width: 100%; }

.sidebar .widget .widget-categories .list-style-underline li a {
  padding: 5px 0;
  border-bottom: 1px solid #ededed; }
  .sidebar .widget .widget-categories .list-style-underline li a span {
    font-size: 13px; }

.sidebar .widget .widget-categories .list-style-underline li:last-child a {
  border-bottom: inherit; }

.sidebar .widget .social ul {
  margin-bottom: 0; }
  .sidebar .widget .social ul li {
    padding: 10px 10px 10px 20px;
    border: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
	background-color: #fff;
    display: flex !important;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sidebar .widget .social ul li:last-child {
      margin-bottom: 0; }

.sidebar .widget .social ul a {
  color: #333; }
/* Header default */
.header {
  background: #ffffff;
  z-index: 999;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02); }
  .header .topbar {
    background: #e4a199; }
/* Topbar */
.header .topbar-inner {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(9, 28, 58, 0.05); }
  .header .topbar-inner .topbar-left a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.2px; }
    .header .topbar-inner .topbar-left a img {
      width: 14px;
      margin-right: 5px; }
    .header .topbar-inner .topbar-left a:hover {
      color: #c26e63; }
    .header .topbar-inner .topbar-left a i {
      color: #c26e63; }
  .header .topbar-inner .topbar-left .topbar-call {
    margin-right: 24px; }
  .header .topbar-inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #ffffff; }
    .header .topbar-inner ul li {
      padding: 0 10px; }
  .header .topbar-inner a {
    color: #ffffff;
    font-size: 12px; }
    .header .topbar-inner a:hover {
      color: #000; }

.header .navbar {
  padding: 0; }
  .header .navbar .navbar-brand {
    padding: 22px 0; }
  .header .navbar .navbar-nav {
    position: relative; }
    .header .navbar .navbar-nav .nav-item {
      margin-right: 26px; }
      .header .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; }
    .header .navbar .navbar-nav .nav-link {
      color: #222;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 30px 5px; }
      .header .navbar .navbar-nav .nav-link:hover {
        color: #c26e63; }
      .header .navbar .navbar-nav .nav-link i {
        margin-left: 8px; }
    .header .navbar .navbar-nav li.active > a {
      color: #c26e63; }
    .header .navbar .navbar-nav .dropdown-menu li.active > a {
      background: rgba(228, 161, 153, 0.05);
      color: #c26e63;
      padding-left: 10px;
      border-radius: 6px; }
    .header .navbar .navbar-nav .dropdown-menu li:hover > a {
      background: rgba(228, 161, 153, 0.05);
      color: #c26e63;
      padding-left: 10px;
      border-radius: 6px; }

.add-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .add-listing .woo-action ul {
    margin: 0; }
    .add-listing .woo-action ul li {
      display: inline-block;
      margin-right: 20px; }
      .add-listing .woo-action ul li:last-child {
        margin-right: 0px; }
      .add-listing .woo-action ul li a {
        color: #091c3a;
        font-size: 12px;
        position: relative; }
        .add-listing .woo-action ul li a:hover {
          color: #c26e63; }
    
    .add-listing .woo-action ul li.cart .dropdown-toggle {
      background: transparent;
      border: none;
      color: #091c3a;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 33px;
      }
      .add-listing .woo-action ul li.cart .dropdown-toggle object {
        width: 23px;
		
        -webkit-filter: invert(84%) sepia(25%) saturate(1301%) hue-rotate(134deg) brightness(90%) contrast(84%);
                filter: invert(84%) sepia(25%) saturate(1301%) hue-rotate(134deg) brightness(90%) contrast(84%);
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .add-listing .woo-action ul li.cart .dropdown-toggle:hover {
        color: #c26e63; }
        .add-listing .woo-action ul li.cart .dropdown-toggle:hover object {
          -webkit-filter: invert(84%) sepia(25%) saturate(1301%) hue-rotate(134deg) brightness(90%) contrast(84%);
                  filter: invert(84%) sepia(25%) saturate(1301%) hue-rotate(134deg) brightness(90%) contrast(84%);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .add-listing .woo-action ul li.cart .dropdown-toggle:after {
        border-top: none; }
    .add-listing .woo-action ul li.cart .dropdown-menu-right {
      background-color: #ffffff;
      position: absolute;
      -webkit-box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175);
              box-shadow: 0 1rem 3rem rgba(9, 28, 58, 0.175);
      border-radius: 6px;
      width: 315px;
      z-index: 9;
      -webkit-transform: translate3d(0%, 10px, 0);
              transform: translate3d(0%, 10px, 0);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-property: opacity, visibility, -webkit-transform;
      transition-property: opacity, visibility, -webkit-transform;
      transition-property: opacity, visibility, transform;
      transition-property: opacity, visibility, transform, -webkit-transform;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      visibility: hidden;
      opacity: 0;
      display: block !important;
      right: 0; }
    .add-listing .woo-action ul li.cart .cart-footer {
      padding: 15px; }
      .add-listing .woo-action ul li.cart .cart-footer a {
        display: inline-block;
        text-align: center; }
      .add-listing .woo-action ul li.cart .cart-footer a.btn {
        color: #ffffff; }
    .add-listing .woo-action ul li.cart:hover .dropdown-menu-right {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
      visibility: visible;
      opacity: 1; }
 

.header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  top: 0;
  z-index: 999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }


@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.dropdown-submenu {
  position: relative;
  padding: 7px 0 7px 0;
  display: block;
  color: #102636; }

/* Header Style 03 */
.header.header-3 .topbar {
  padding: 0 65px; }

.header.header-3 .navbar {
  padding: 0 65px; }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    min-width: 200px;
    font-size: 14px;
    border-radius: 6px;
    padding: 20px;
    border-color: transparent;
    left: 0;
    -webkit-transform: translate3d(-10px, 15px, 0);
            transform: translate3d(-10px, 15px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(-15px, 10px, 0);
              transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 0; }
  .header .navbar .dropdown > .dropdown-menu {
    top: 100%;
    margin-top: 0px; }
  .header .navbar .dropdown > .dropdown-menu.megamenu {
    top: 100%; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-10px, 0px, 0);
            transform: translate3d(-10px, 0px, 0);
    visibility: visible;
    opacity: 1; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px; }
  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 450px; }
  .navbar-nav .mega-menu {
    position: static; }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative;
    position: relative;
    padding: 7px 0 7px 0;
    display: block;
    color: #102636; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .dropdown-menu .dropdown-item {
    padding: 7px 0 7px 0; }
    .dropdown-menu .dropdown-item:focus {
      background-color: transparent; } }

@media (max-width: 1400px) {
  .header.header-3 .navbar {
    padding: 0 30px; }
    .header.header-3 .navbar .navbar-nav .nav-item {
      margin-right: 12px; }
  .header.header-3 .topbar {
    padding: 0 30px; } }

@media (max-width: 1199px) {
  .header.header-3 .topbar {
    padding: 0; }
  .header.header-3 .navbar {
    padding: 0; }
    .header.header-3 .navbar .navbar-nav .nav-item {
      margin-right: 12px; }
  .header .navbar .navbar-nav .nav-item {
    margin-right: 15px; }
   }

@media (max-width: 991px) {
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    left: 0;
    margin-top: -1px;
    margin-left: 0px;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
    .header .navbar .navbar-nav .nav-link {
      color: #091c3a;
      padding: 10px 20px; }
      .header .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px; }
    .header .navbar .navbar-nav .nav-item {
      margin-right: 0; }
    .header .navbar .navbar-nav .dropdown.mega-menu .megamenu {
      width: 95%;
      margin: 0 auto; }
  .header .navbar .dropdown-menu {
    margin: 0px 15px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f9ff;
    padding: 15px;
    font-size: 13px;
    border-radius: 6px; }
    .header .navbar .dropdown-menu .dropdown-item {
      padding: 10px 0px; }
  .header .navbar .nav-title {
    margin-top: 20px; }
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    color: #c26e63;
    padding: 15px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    width: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .navbar .add-listing {
    padding-right: 80px; }
    .header .navbar .add-listing .menu-btn {
      display: none; } }

@media (max-width: 767px) {
  .header .navbar .add-listing {
    padding-right: 70px; }
    }

@media (max-width: 575px) {
  .header .navbar .navbar-brand {
    padding: 15px 0; }
  .header .navbar .add-listing {
    padding-right: 60px; }
    }

@media (max-width: 479px) {
  .add-listing .woo-action ul li.cart .dropdown-menu-right {
    width: 280px;
    right: inherit;
    left: -172px; } }
/*Social Icon*/
.social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0; }
  .social-icon ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    float: left; }
    .social-icon ul li:last-child a {
      margin-right: 0; }
    .social-icon ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 18px;
      color: #091c3a;
      margin-right: 25px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .social-icon ul li a:hover {
        color: #c26e63; }

.social-icon.space-right ul li a {
  font-size: 20px;
  margin-right: 50px; }
/*Section Title*/
.section-title .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 5px; }
  .section-title .sub-title span {
    position: relative;
    padding-left: 20px;
    margin-left: 15px;
    text-transform: uppercase; }
    .section-title .sub-title span:before {
      content: "";
      position: absolute;
      background: #c26e63;
      height: 25px;
      width: 3px;
      left: 0; }
.section-title .title {
  margin-bottom: 20px; }
.section-title .description {
  margin-bottom: 35px; }
.section-title.section-title-right .sub-title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
.section-title.section-title-center .sub-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
/*Inner Header*/
.header-inner-menu {
  background-position: center;
  background-size: cover; }
  .header-inner-menu .header-inner-title {
    margin: 250px 0px 150px; }
    .header-inner-menu .header-inner-title .section-title .sub-title span {
      text-transform: capitalize;
      color: #ffffff; }
    .header-inner-menu .header-inner-title .section-title .sub-title .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      color: #ffffff; }
    .header-inner-menu .header-inner-title .title {
      font-size: 44px; }
.breadcrumb-item.active {
  color: #c26e63; }
/* Form */
.form-control {
  padding: 14px 20px;
  height: 50px;
  font-size: 14px;
  border-color: #ededed;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #7c8087;
  border-radius: 6px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ededed; }
textarea.form-control {
  height: auto; }
/*About us*/
.about-img {
  position: relative; } 
.about {
  position: relative;
  text-align: center; }
/*contact us*/
.social-info h6 {
  padding: 30px 0;
  font-weight: 600; }
.social-info .contact-info ul li {
  padding-bottom: 15px; }
.social-info .social-icon {
  margin-top: 10px; }
  .social-info .social-icon ul li a {
    color: #ffffff; }
    .social-info .social-icon ul li a:hover {
      color: #091c3a; }
.message-info {
  padding: 35px;
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important; }
.contact-form {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }
.form-inline {
  position: relative; }
  .form-inline .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 30px 14px;
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media (max-width: 1200px) {
  .social-icon.space-right ul li a {
    margin-right: 30px; }
   }
@media (max-width: 991px) {
  .about {
    margin-bottom: 65px; }
  .message-info {
    border-radius: 6px;
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
    border-bottom-left-radius: 6px !important; }
  .contact-form {
    border-radius: 6px;
    border-bottom-left-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
    border-top-right-radius: 6px !important; }
   }
@media (max-width: 767px) {
  .header-inner-menu .header-inner-title {
    margin: 160px 0px; }
    .header-inner-menu .header-inner-title .title {
      font-size: 36px; } }
@media (max-width: 575px) {
  .about {
    text-align: center; }
  .header-inner-menu .header-inner-title {
    margin: 150px 0px 100px; }
    .header-inner-menu .header-inner-title .title {
      font-size: 30px; }
  }
/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background-color: #c26e63;
  border-radius: 6px;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
          box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9; }
  .back-to-top:hover {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
    .back-to-top:hover:before {
      -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
    .back-to-top:hover:after {
      -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
              animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  .back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  .back-to-top a {
    color: #ffffff; }
  .back-to-top:hover a {
    color: transparent; }
.back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s; }
  .back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
  .back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
            animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }
@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }
@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg); } }
@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }
@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px); } }
/*Banner 02*/
.banner-02 .swiper-slide {
 /* height: 850px; 
  padding-top: 127px;*/}
  .banner-02 .swiper-slide .title {
    font-size: 70px;
    line-height: 1; }
  .banner-02 .swiper-slide p {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1200px) { 
  .banner.banner-02 .swiper-slide .title {
    font-size: 70px; }
  .banner-02 .swiper-slide {
    height: 750px; }
    .banner-02 .swiper-slide .title {
      font-size: 100px; } }

@media (max-width: 991px) {
  .banner-02 .swiper-slide {
    height: 700px; }
    .banner-02 .swiper-slide .title {
      font-size: 65px; }
 }
@media (max-width: 767px) { 
  .banner-02 .swiper-slide {
    height: 600px; }
    .banner-02 .swiper-slide .title {
      font-size: 60px; }
  }
@media (max-width: 575px) {
  .banner-02 .swiper-slide {
    height: 450px; }
    .banner-02 .swiper-slide .title {
      font-size: 36px; }
    .banner-02 .swiper-slide p {
      font-size: 16px;
      margin-bottom: 20px; }
}
/* Product Detail */
.shop-single .nav-tabs-02 {
  border: inherit; }
  .shop-single .nav-tabs-02 .nav-item {
    margin: 0 5px 10px; }
    .shop-single .nav-tabs-02 .nav-item .nav-link {
      font-size: 16px;
      padding: 10px 30px;
      border-radius: 6px;
      border: inherit;
      color: #ffffff;
      background-color: #c26e63; }
    .shop-single .nav-tabs-02 .nav-item .nav-link.active {
      border: inherit;
      background-color: #102636;
      color: #ffffff; }
  .shop-single .nav-tabs-02 .tab-content {
    -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
            box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
    padding: 30px;
    border-radius: 6px; }
.slider-slick .slider-nav .slick-next:before {
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
  background-image: url(../img/right.svg);
  background-size: cover;
  height: 30px;
  width: 30px;
  content: ""; }
.slider-slick .slider-nav .slick-prev:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  background-image: url(../img/left.svg);
  background-size: cover;
  height: 30px;
  width: 30px;
  content: "";
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg); }
.slider-slick .slider-nav:hover .slick-prev {
  left: 0;
  z-index: 99;
  opacity: 1;
  border-radius: 4px; }
.slider-slick .slider-nav:hover .slick-next {
  right: 0;
  opacity: 1;
  border-radius: 4px; }
.slider-slick .slider-nav .slick-prev {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #c26e63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.slider-slick .slider-nav .slick-next {
  opacity: 0;
  width: 50px;
  height: 50px;
  background: #c26e63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px; }
@media (max-width: 768px) {
  .slider-slick .slider-nav .slick-prev {
    display: none !important; }
  .slider-slick .slider-nav .slick-next {
    display: none !important; }
  .shop-single .nav-tabs-02 .nav-item .nav-link {
    font-size: 14px; }
  }
/*****************************
  Footer star
*****************************/
.footer .min-footer {
  padding: 80px 0 70px 0; }
  .footer .min-footer .social-icon ul li a {
    margin-right: 20px; }
.footer .footer-title {
  margin-bottom: 15px; }
.footer .footer-contact-info ul {
  width: 100%; }
  .footer .footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer .footer-contact-info ul li i {
      font-size: 16px;
      min-width: 25px;
      margin-right: 10px; }
    .footer .footer-contact-info ul li img {
      height: 36px; }
    .footer .footer-contact-info ul li span {
      color: #333;
      }
    .footer .footer-contact-info ul li span.address {
      color: #333; }
.footer .footer-link ul li:last-child {
  margin-bottom: 0; }
.footer .footer-link ul li a {
  color: #091c3a; }
  .footer .footer-link ul li a:hover {
    color: #c26e63; }
.footer .footer-bottom {
  padding: 25px 0; }
  .footer .footer-bottom .copyright p {
    font-size: 15px;
    margin-bottom: 0; }
    .footer .footer-bottom .copyright p a:hover {
      color: #091c3a; }
.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer .footer-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-menu ul li a {
      color: #333;
      padding: 10px 35px 10px 0;
      font-size: 16px; }
.footer .footer-menu.dark-text ul {
  display: inline-block;
  padding: 0;
  margin-bottom: 0; }
  .footer .footer-menu.dark-text ul li a {
    color: #333;
    padding: 0 0 10px; }
    .footer .footer-menu.dark-text ul li a:hover {
      color: #c26e63; }
  .footer .footer-menu.dark-text ul li:last-child a {
    padding-bottom: 0; }
.footer.footer-style-03 {
   background-color: #e9e9e9;}
.footer.footer-style-03 .min-footer {
  padding: 80px 0 50px 0; 
   background-color: #f5f5f5;}
@media (max-width: 991px) {
  .footer .min-footer {
    padding: 60px 0 50px 0; }
  .footer.footer-style-03 .min-footer .social-icon.space-right ul li a {
    margin-right: 20px; } }
@media (max-width: 767px) {
  .footer .footer-title {
    margin-bottom: 20px; }
  .footer .footer-contact-info ul li {
    margin-bottom: 15px; }
  .footer .min-footer {
    padding: 50px 0 50px 0; }
  .footer.footer-style-03 .min-footer {
    padding: 115px 0 25px 0; }
    .footer.footer-style-03 .min-footer .social-icon.space-right ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
 }
@media (max-width: 575px) {
  .footer .min-footer {
    padding: 40px 0 40px 0; }
  .footer .footer-menu ul li a {
    padding: 6px 25px 6px 0; }
   }