﻿/* ===================================================
   Archit. Layout Stylesheet

   TOC:
    01. Variants Styles
    02. General & Global Styles
    03. Preloader Styles
    04. Navbar Styles
    05. Section Styles
    06. Helper Class Styles
    07. Button Styles
    08. Overlayer Styles
    09. Background Color Styles
    10. Background Image Styles
    11. Footer Styles
    12. Theme Carousel Styles
    13. Forms Styles
    14. Social Links Style


====================================================== */
/* ====================================================
   01. Variants Styles
=======================================================*/
@import url("https://fonts.googleapis.com/css?family=Khand:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
/* ---- Color ---- */
/* ====================================================
   02. General & Global Styles
=======================================================*/

img {
  width: inherit; }

.router {
  text-align: right;
  font-weight: 500; }

.route ul {
  margin-top: 30px; }

.route ul li {
  display: inline-block; }

.route ul li a {
  font-weight: 400; }

.route ul li a {
  color: #1C2025; }

.route ul li::after {
  content: "/";
  margin-left: 9px;
  margin-right: 6px;
  color: #677180; }

.route ul li:last-child::after {
  content: "";
  margin: 0; }

.blockquote {
  font-weight: 600; }

.blockquote p {
  font-size: 16px; }

blockquote::before {
  content: ""; }

blockquote::after {
  content: ""; }

.blockquote {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.5rem solid #FFC300; }

.blockquote-reverse {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-right: 0.5rem solid #FFC300; }

/* size icon */
.size-12 {
  font-size: 12px; }

.size-14 {
  font-size: 14px; }

.size-16 {
  font-size: 16px; }

.size-18 {
  font-size: 18px; }

.size-20 {
  font-size: 20px; }

.size-22 {
  font-size: 22px; }

.size-24 {
  font-size: 24px; }

.size-28 {
  font-size: 28px; }

.size-32 {
  font-size: 32px; }

.size-36 {
  font-size: 36px; }

.size-40 {
  font-size: 40px; }

.size-44 {
  font-size: 44px; }

.size-48 {
  font-size: 48px; }

.size-52 {
  font-size: 52px; }

.size-56 {
  font-size: 56px; }

.size-60 {
  font-size: 60px; }

/* ====================================================
   03. Preloader Styles
=======================================================*/
.preloader-area {
  background: #EAEDF6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 12.5%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

section {
  position: relative;
  z-index: 2; }

.section-main {
  overflow: hidden; }

.section-title {
  color: #1C2025;
  font-size: 48px;
  font-weight: 500;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0 0 15px -4px;
  letter-spacing: 2px;
  position: relative; 
      font-family: "Khand", sans-serif;
}
.section-space-v p{
    color: #30353E;
    margin: 0 0 30px;
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
}
hr {
    border-top: 2px solid #016696;
    width: 40px;
    position: relative;
    margin: 1.3em auto 1.4em auto;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px !important;
  margin-bottom: 70px;
  border-left: 2px solid #016696;
  border-right: 2px solid #016696;
  display: inline-block;
  padding-left: 15px;
  padding-right: 10px;
  line-height: 1.2 !important; }

.section-paragraph {
  margin-bottom: 70px;
  margin: 0 100px 70px 100px; }

.section-bd-top {
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

.section-tb-border {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.section-bg-color {
  background-color: #f8f8f8; }

.overlay-dark .section-subtitle,
.overlay-dark .section-title {
  color: #ffffff; }

#phrase h3.section-title {
  letter-spacing: 8px !important; }

/* ====================================================
   06. Helper Class Styles
=======================================================*/
.color {
  color: #FFC300 !important; }

.color-white {
  color: #ffffff !important; }

.m-0 {
  margin: 0 !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.section-space {
  padding: 105px 0 75px; }

.section-space-t {
  padding-top: 105px; }

.section-space-m-t {
  margin-top: 105px; }

.section-space-b {
  padding-bottom: 95px; }

.section-space-b-30 {
  padding-bottom: 30px; }

.section-space-m-b {
  margin-bottom: 75px; }

.section-space-v {
  padding-left: 100px;
  padding-right: 100px; }

.section-space-h {
  padding-top: 105px;
  padding-bottom: 105px; }

.section-space-l {
  padding-left: 100px; }

.section-space-r {
  padding-right: 100px; }

.section-space-all {
  padding: 70px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-important {
  font-size: 20px; }

.overflow-hidden {
  overflow: hidden; }

.init-animation {
  visibility: hidden; }

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.border-img {
  border: 6px solid #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  margin-bottom: 30px; }

.route ul {
  padding-left: 0; }

div .mockup-app {
  text-align: center; }

.mockup-app {
  width: 90% !important; }

/* ====================================================
   07. Button Styles
=======================================================*/
.btn-default {
  color: #fff !important;
  border-radius: 0;
  font-family: "Khand", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 32px;
  margin-bottom: 30px !important;
  letter-spacing: 1px;
  height: 40px;
  line-height: 42px; }

.btn-default:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  font-family: "Khand", sans-serif;
  text-transform: capitalize; }

.btn-highlight,
.btn-highlight:active,
.btn-highlight:hover,
.page-link:focus,
.page-link:hover {
  color: #fff !important; }

.btn-primary,
.btn-primary:hover {
  background-color: #FFC300;
  color: #1C2025 !important; }

.btn-black,
.btn-black:hover {
  background-color: #1C2025;
  color: #ffffff; }

.btn-white,
.btn-white:hover {
  background-color: #EAEDF6;
  color: #1C2025 !important; }

/* back to top */
.back-to-top-button {
  border: none;
  border-radius: 100%;
  color: #fff;
  position: fixed;
  height: 56px;
  width: 56px;
  min-width: 56px;
  padding: 0;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.6s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: normal;
  line-height: 36px;
  vertical-align: middle;
  margin: auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  right: 45px;
  bottom: 45px;
  opacity: 0;
  z-index: 5; }

.btn-search {
  margin-bottom: 0 !important; }

.back-to-top-button.visible {
  opacity: 1; }

/* ====================================================
   08. Overlayer Styles
=======================================================*/
/*.overlay {
  position: relative;
  z-index: 2; }*/

.overlay-white {
  background-color: rgba(255, 255, 255, 0.92); }

.overlay-dark {
  background-color: rgba(26, 29, 36, 0.96); }

.overlay-dark-slider {
  background-color: rgba(26, 29, 36, 0.76); }

.overlay-light {
  background-color: rgba(234, 237, 246, 0.92); }

.overlay-color {
  background-color: rgba(255, 195, 0, 0.92); }

/* ====================================================
   09. Background Color Styles
=======================================================*/
.bg-white {
  background-color: #ffffff; }
hr.left {
    margin: 1.3em 0 1.4em 0;
}
.bg-primary {
  background-color: #FFC300 !important; }

.bg-secondary {
  background-color: #1C2025; }

.bg-secondary * {
  color: #ffffff !important; }

.bg-third {
  background-color: #EAEDF6; }

.bg-primary hr {
  border-color: #1C2025 !important; }

/* ====================================================
   10. Background Image Styles
=======================================================*/
.bg-img-0,
.bg-img-1,
.bg-img-10,
.bg-img-11,
.bg-img-12,
.bg-img-13,
.bg-img-14,
.bg-img-15,
.bg-img-16,
.bg-img-17,
.bg-img-18,
.bg-img-19,
.bg-img-2,
.bg-img-20,
.bg-img-3,
.bg-img-4,
.bg-img-5,
.bg-img-6,
.bg-img-7,
.bg-img-8,
.bg-img-9 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-img-1,
.bg-img-10,
.bg-img-11,
.bg-img-12,
.bg-img-13,
.bg-img-14,
.bg-img-15,
.bg-img-16,
.bg-img-17,
.bg-img-18,
.bg-img-19,
.bg-img-2,
.bg-img-20,
.bg-img-3,
.bg-img-4,
.bg-img-5,
.bg-img-6,
.bg-img-7,
.bg-img-8,
.bg-img-9 {
  background-attachment: fixed; }

.bg-activies,
.bg-bar,
.bg-restaurant,
.bg-spa {
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat; }

/* why choose us slider */
.bg-img-0 {
  background-image: url("../img/bg/bg-img-0.html"); }

.bg-img-1 {
  background-image: url("../images/about2.jpg"); }

.bg-img-2 {
  background-image: url("../img/bg/bg-img-2.html"); }

.bg-img-3 {
  background-image: url("../img/bg/bg-img-3.html"); }

.bg-img-4 {
  background-image: url("../img/bg/bg-img-4.html"); }

.bg-img-5 {
  background-image: url("../img/bg/bg-img-5.html"); }

.bg-img-6 {
  background-image: url("../img/bg/bg-img-6.html"); }

.bg-img-7 {
  background-image: url("../img/bg/bg-img-7.html"); }

.bg-img-8 {
  background-image: url("../img/bg/bg-img-8.html"); }

.bg-img-9 {
  background-image: url("../img/bg/bg-img-9.html"); }

.bg-img-10 {
  background-image: url("../img/bg/bg-img-10.html"); }

.bg-img-11 {
  background-image: url("../img/bg/bg-img-11.html"); }

.bg-img-12 {
  background-image: url("../images/bg-img-12.jpg"); }

.bg-img-13 {
  background-image: url("../img/bg/bg-img-13.html"); }

.bg-img-14 {
  background-image: url("../img/bg/bg-img-14.html"); }

.bg-img-15 {
  background-image: url("../img/bg/bg-img-15.html"); }

.bg-img-16 {
  background-image: url("../img/bg/bg-img-16.html"); }

.bg-img-17 {
  background-image: url("../img/bg/bg-img-17.html"); }

.bg-img-18 {
  background-image: url("../img/bg/bg-img-18.html"); }

/*.bg-img-19 {
  background-image: url("../../img/bg/bg-img-19.jpg"); }*/

.bg-img-20 {
  background-image: url("../img/bg/bg-img-20.html"); }

/* ====================================================
   11. Footer Styles
=======================================================*/
.main-footer {
  position: relative; }

.contact {
  position: relative; }

.contact .item-contact {
  text-align: center; }

.contact .item-contact i {
  margin-bottom: 20px; }

.contact .item-contact h4 {
  margin-bottom: 8px; }

.contact .item-contact p {
  margin-bottom: 0; }

.main-footer .footer-social-links {
  text-align: center;
  margin: 0 auto 70px; }

.main-footer .footer-social-links a {
  color: #1C2025;
  border: 1px solid #1C2025;
  padding: 2px 0 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin: 2px; }

.main-footer .footer-social-links a:hover {
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d15a45+0,$color-primary+100 */
  border: 1px solid #ffffff; }

.main-footer .footer-version p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0; }

.main-footer .footer-version p span {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase; }

.main-footer .footer-text p {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: capitalize;
  text-align: center; }

/* ====================================================
   12. Theme Carousel Styles
=======================================================*/
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 30px 10px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 2px solid #677180; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFC300; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: 0; }

.owl-theme .owl-nav {
  font-family: "Ionicons";
  width: inherit;
  margin-top: 0;
  position: absolute;
  top: 45%;
  z-index: 999; }

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5%; }

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10%; }

.owl-theme .owl-nav [class*=owl-] {
  color: #1C2025;
  font-size: 24px;
  margin: 5px;
  padding: 11px 16px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid  transparent;
  font: normal normal normal 24px/1 Ionicons;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  -webkit-transition: opacity .2s, left .5s, right .5s, visibility .2s;
  -webkit-transition: all .2s, left .5s, right .5s, visibility .2s;
  transition: all .2s, left .5s, right .5s, visibility .2s; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #FFC300;
  color: #FFF;
  text-decoration: none; }

/* ====================================================
   13. Forms Styles
=======================================================*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #1C2025 !important;
  background-color: transparent !important;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.form-group {
  margin-bottom: 20px; }

.form-check {
  margin-bottom: 20px; }

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  outline: 0; }

button,
html,
input,
select,
textarea {
  color: #1C2025; }

.overlay-dark .form-control {
  border: 1px solid white; }

.pagination {
  font-family: "Roboto", sans-serif;
  margin-top: 30px; }

.pagination .page-item.disabled .page-link {
  color: #1C2025; }

.pagination .page-item.disabled .page-link,
.pagination .page-link {
  background-color: transparent; }

/* ====================================================
   13. Social links Styles
=======================================================*/
.social-links {
  text-align: left;
  margin: 0;
  padding: 0; }

.social-links a {
  color: #1C2025;
  border: 1px solid #1C2025;
  padding: 2px 0 6px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin: 2px; }

.social-links a:hover {
  color: #FFC300;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d15a45+0,$color-primary+100 */
  border: 1px solid #FFC300; }

/*# sourceMappingURL=common.css.map */