/* CSS Document */

/* 
*
*
[Table of contents]
*
*
*

    font-alice / @import url
	reset / html
	general / body
	space / .space-single
	button-alice / button
	devider / .devider
	section / section
	no select / .noselect
	wrapper / .content-wrapper
	whitepage / .whitepage
	preloader / .preloader
	navigation / .navbar-default
	subheader / #subheader
	home / #home
	background img  / .mainbg
	feature / .features
	about / .h-bg
	projects / #projects-wrap
	testimony / #owl-testimonial
	price / .wrap-price
	recent post / .recent-post 
	team / #owl-team
	brand / .brand-page
	contact / #form-contact
	subscribe / #subwrap 
	address / .wrapaddres
	footer / .subfooter
	social-icons / .social-icons
	totop / #totop
	Blog & article / #content
	Blog comment / #blog-comment
	
*
*
*/

/* font-alice */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,500,600,700');

/** general **/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  overflow-x: hidden;
  color: #606060;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body.black {
  background: #111;
}

h1 {
  font-size: 30pt;
}

h2 {
  font-size: 22pt;
}

h3 {
  font-size: 20pt;
}

h4 {
  font-size: 18pt;
}

h5 {
  font-size: 14pt;
}

h6 {
  font-size: 12pt;
}

p {
  font-size: 14px;
}

a,
a:visited,
a:hover,
a:active,
a:link {
  color: inherit;
  text-decoration: none;
  outline: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-link {
  display: block;
  text-decoration: none;
}

/* space */
.space-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.space-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.space-half {
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
  float: left;
  line-height: inherit;
}

.right {
  text-align: right;
  float: right;
  line-height: inherit;
}

.color {
  color: #f7d204;
}

.white {
  color: #fff;
}

.min-left {
  margin-left: -15px;
}

.min-right {
  margin-right: -15px;
}

/* button-alice */
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: none;
  list-style: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover {
  border: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-home {
  display: inline-block;
  width: 198px;
  height: 40px;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 38px;
  color: #060606;
  background: #f7d204;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-shadow: none;
  margin: 5px auto;
  margin-left: 0px;
  padding: 0;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-content {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 40px;
  color: #060606 !important;
  background: #f7d204;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-shadow: none;
  margin-left: 0px;
  padding: 0 30px 0 30px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-home:hover {
  background: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-content:hover {
  background: #efefef;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* devider */
.devider-widget {
  display: block;
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 30px;
  width: 60px;
  text-align: left;
}

.devider-sub {
  font-size: 14pt;
  font-weight: 500;
  text-align: center;
}

.devider-heading {
  font-size: 24pt;
  font-weight: 500;
  text-align: center;
}

.devider-heading-left {
  display: block;
  border-bottom: 1px solid #f7d204;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 120px;
  text-align: left;
}

.devider-heading-center {
  display: block;
  border-bottom: 1px solid #f7d204;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 120px;
  text-align: center;
}

.devider-heading-1 {
  font-size: 24pt;
  font-weight: 500;
  text-align: center;
  color: #101010;
}

.devider-heading-white {
  font-size: 24pt;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.devider-img {
  margin: 20px auto;
  margin-bottom: 30px;
}

.devider-img img {
  display: block;
  margin: auto;
}

/* section */
section {
  padding: 10% 0;
  background-size: cover;
}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

.no-padding,
section.no-padding {
  padding: 0;
}

.p-30 {
  padding: 30px;
}

.p-60 {
  padding: 60px;
}

.p-90 {
  padding: 90px !important;
}

.p-full {
  padding: 300px !important;
}

.sp-padding {
  padding: 60px 0 60px 0;
  overflow: hidden;
  overflow-x: hidden;
}

/* no select */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* wrapper */
.content-wrapper {
  overflow-x: hidden;
}

.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.row.equal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* whitepage */
.whitepage {
  width: 100%;
  height: auto;
  color: #606060;
  background: #fcfcfc;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#fcfcfc, #fcfcfc);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#fcfcfc, #fcfcfc);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#fcfcfc, #fcfcfc);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#fcfcfc, #fcfcfc);
  /* Standard syntax */
}

.whitepage-1 {
  width: 100%;
  height: auto;
  color: #606060;
  background: #fcfcfc;
}

.whitepage h1,
.whitepage h2,
.whitepage h3,
.whitepage h4,
.whitepage h5,
.whitepage h6 {
  color: #172434;
}

.whitepage h1 {
  font-weight: 600;
  letter-spacing: 2px;
}

.whitepage h3 {
  line-height: normal;
}

.whitepage .btn-content {
  margin-top: 20px;
  margin-bottom: 0px;
}

.whitepage em {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}

.whitepage article {
  padding: 10px 60px 0 0;
}

.paralax-page {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;
  padding: 90px 0 90px 0;
  overflow-x: hidden;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #111111;
}

.mainpreloader {
  position: relative;
  width: auto;
  height: auto;
}

.mainpreloader img {
  display: block;
  margin: 0 auto;
  z-index: 999;
  max-width: 100px;
}

.mainpreloader span {
  display: block;
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px auto;
}

.bg-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0b0b0b;
  z-index: 999;
}

.logo-preloader {
  -webkit-animation: fadeimg 1s infinite linear;
  animation: fadeimg 1s infinite linear;
}

@-webkit-keyframes fadeimg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeimg {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* end preloader */

/******************** navigation *******************/
header {
  position: fixed;
  z-index: 9999;
}

header.init {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0) !important;
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.show {
  height: 80px;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

/* subnav */
.subnav {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  font-size: 11px;
  color: #ddd;
  background: rgba(0, 0, 0, 0);
  padding: 8px 0px 10px 0px;
}

.social-icons-subnav {
  margin-left: -10px;
}

.social-icons-subnav div {
  display: inline-block;
  margin-right: 5px;
}

.right .social-icons-subnav {
  margin-right: 0px;
}

.social-icons-subnav span {
  text-shadow: none;
  padding: 8px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #f7d204 !important;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons-subnav span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons-subnav a:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* navigation */
.navbar-default {
  position: fixed;
  margin: 40px auto;
  top: 0px;
  left: 0px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index: 9999;
}

.navbar-default {
  height: 80px;
}

.navbar-default.fullHeight {
  height: 100% !important;
}

.navbar-brand {
  z-index: 2;
}

.navbar-brand img {
  width: auto;
  height: auto;
  max-height: 44px !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* menu nav */
nav {
  position: relative;
  float: right;
  margin-right: 0px;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: -4px;
}

nav a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #fff;
  font-size: 12pt;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 60px;
  text-decoration: none;
}

nav a:hover {
  color: #f7d204;
}

nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}

nav a.actived {
  color: #f7d204;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  color: #efefef;
}

nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

nav ul ul li {
  width: 230px;
  float: none;
  text-transform: uppercase;
  margin-left: -25px;
  display: list-item;
  background: #111111;
  border-bottom: 1px groove rgba(255, 255, 255, .1);
  position: relative;
}

nav ul ul li a {
  font-size: 8pt;
  line-height: 20px;
  padding-left: 17px;
}

nav ul ul li a:hover {
  color: #fff;
  background: #f7d204 !important;
}

nav ul ul li a.active {
  color: #fff;
  background: #ff6600;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul ul ul li {
  position: relative;
  top: -70px;
  left: 225px;
}

li>a:after {
  content: '';
  margin-left: 20px;
}

li>a:only-child:after {
  content: '';
}

/* white */
.navbar-default-white {
  position: fixed;
  margin: 30px auto;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px groove rgba(255, 255, 255, 0);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .0);
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  z-index: 9999;
}

.navbar-default-white {
  transform: translateZ(0);
  /* Scroll Fix in iPad */
  height: 80px;
  -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.fullHeight {
  height: 100% !important;
}

.navbar-brand.white {
  position: relative;
  top: 5px;
  left: -5px;
  z-index: 2;
}

.navbar-brand.white img {
  width: auto;
  height: auto;
  max-height: 35px !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.navbar-brand.white img.black {
  display: none;
}

.navbar-default-white.sticky,
.navbar-default.sticky {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: inherit;
  box-sizing: border-box;
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.navbar-default-white.sticky .white nav a,
.navbar-default.sticky nav {
  color: #707070;
}

.navbar-default-white.sticky .menu-line,
.navbar-default-white.sticky .menu-line1,
.navbar-default-white.sticky .menu-line2 {
  background-color: #707070;
}

/* menu nav */
.white nav {
  position: relative;
  float: right;
  margin-right: 0px;
  z-index: 999;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.white nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

.white nav ul li {
  display: inline-block;
  margin: 0;
  margin-right: -4px;
}

.white nav a {
  display: block;
  padding: 10px 0px 10px 20px;
  color: #fff;
  font-size: 12pt;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 60px;
  text-decoration: none;
}

.white nav a:hover {
  color: #f7d204 !important;
}

.white nav a:hover::before {
  display: inline-block;
  position: absolute;
  max-width: 35px;
  color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
}

.white nav a::before {
  position: absolute;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  white-space: nowrap;
}

.white nav a.actived {
  color: #f7d204 !important;
}

.white nav ul ul {
  display: none;
  position: absolute;
  top: 80px;
  color: #efefef;
}

.white nav ul li:hover>ul {
  display: inherit;
  -webkit-animation-name: animfadeInUpmenu;
  animation-name: animfadeInUpmenu;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.white nav ul ul li {
  width: 230px;
  float: none;
  display: list-item;
  background: #fff;
  border-bottom: 1px groove rgba(0, 0, 0, .2);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
  position: relative;
}

.white nav ul li i {
  margin-left: 10px;
}

.white nav ul ul li a {
  color: #707070;
  font-size: 12pt;
  line-height: 20px;
  padding-left: 17px;
}

.white nav ul ul li a:hover {
  color: #fff !important;
  background: #ffc128;
}

.white nav ul ul li a.active {
  color: #fff;
  background: #f7d204;
}

.white nav ul ul li:last-child {
  border-bottom: none;
}

.white nav ul ul ul li {
  position: relative;
  top: -75px;
  left: 230px;
}

li>a:after {
  content: '';
  margin-left: 20px;
}

li>a:only-child:after {
  content: '';
}

#nav-icon {
  position: relative;
  background: none;
  width: 20px;
  height: 25px;
  top: 14px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  transition: width 0.3s cubic-bezier(.165, .84, .44, 1), opacity 0.3s cubic-bezier(.165, .84, .44, 1);
  z-index: 99999;
}

.menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  background-color: #fff;
}

.menu-line1 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 5px;
  background-color: #fff;
}

.menu-line2 {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  background-color: #fff;
}

.social-icons-subnav {
  margin-right: 15px;
}

.social-icons-subnav span {
  color: #fff;
  text-shadow: none;
  font-size: 9pt;
  margin-right: 8px;
  line-height: 30px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons-subnav span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons-subnav a {
  font-weight: 500;
  letter-spacing: .07em;
}

.social-icons-subnav a:hover {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#menu-block {
  width: 35%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  box-shadow: 3px 8px 12px rgba(0, 0, 0, .1);
  z-index: 99999;
}

.blackpage-menu {
  background: rgba(11, 11, 11, .8);
}

.copy-right {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10%;
  font-size: 9pt;
  font-weight: 400;
  letter-spacing: .03em;
  text-align: right;
  color: #fff;
}

#menu-block ul {
  margin: 0 auto;
  text-align: right;
}

#menu-block ul li {
  display: block;
  position: relative;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 22pt;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 15pt;
  padding: 20px 20px 20px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-block ul li:hover {
  color: #f7d204;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-block ul li a.actived {
  color: #bababa;
}

#menu-block ul li i {
  font-size: 40%;
  font-weight: 600;
}

#menu-block ul li ul li {
  font-size: 18pt;
  font-weight: 500;
  line-height: 15pt;
  margin-left: 15px;
  color: #666;
  padding: 0;
  margin-top: 30px;
}

.dropdown-container {
  display: none;
}

.init-menu {
  left: 30px;
  opacity: 0;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

.show-menu {
  left: 0px;
  opacity: 1;
  -webkit-transition: left 0.6s ease;
  -moz-transition: left 0.6s ease;
  -o-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

.block-main {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

.wrap-menu {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-menu-child {
  padding-right: 0;
  padding-left: 0;
  margin-right: -30%;
}

.close-menu-block {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  text-shadow: none;
  font-size: 13pt;
  text-align: center;
  margin-right: 5px;
  border-radius: 1px;
  cursor: pointer;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.close-menu-block span:hover {
  color: #999;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/******************** navigation end *******************/

/* subheader */
#subheader {
  padding: 160px 0 110px 0;
}

#subheader h1 {
  color: #fefefe;
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#subheader .subdetail {
  font-size: 11px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-left: -35px;
  text-transform: uppercase;
  color: #777;
  text-align: center;
}

#subheader .subdetail li {
  display: inline-block;
  color: #fff;
}

#subheader .subdetail li a {
  color: #f7d204;
}

#subheader .subdetail li.sep {
  margin-right: 20px;
}

/* subheader end */



/* home */
#home,
#home1,
#home2,
#home3 {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

#home h1 {
  font-size: 34pt;
  font-weight: 600;
  letter-spacing: 1px;
}

#home h1.col-2 {
  font-size: 31pt;
}

#home h3 {
  font-size: 26pt;
  font-weight: 300;
  letter-spacing: 1px;
}

#home p {
  font-weight: 300;
  letter-spacing: 1px;
}

#home p.content {
  width: 590px;
}

.main-text {
  margin-bottom: 30px;
}

.overlay-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.big {
  font-size: 90pt !important;
  font-weight: 300 !important;
  letter-spacing: 8pt !important;
}

.overlay-main-1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blue-home {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px 0 20px 0;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  bottom: 30px;
  left: 0px;
}

.menuscroll {
  position: absolute;
  font-size: 7pt;
  bottom: 0px;
  right: 20px;
  letter-spacing: 4px;
  cursor: pointer;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

.menuscroll:hover {
  color: #e3b546;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

/* background img */
.mainbg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mainbgvideo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bgslider-owl {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  overflow: hidden;
}

.bgslider {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  background: #172434;
  margin-bottom: -30px;
}

.bgslider img {
  width: auto;
  min-height: 600px;
  max-height: 600px;
  top: 0;
  left: 0;
}

#revolution-slider {
  background: #000;
}

/* countdown */
#defaultCountdown {
  color: #fff;
  width: 100%;
}

.comingsoon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* home end */

/* feature */
.features {
  width: 100%;
  min-height: 320px;
  border: 1px solid #efefef;
  margin-top: 60px;
  padding: 30px;
  background: #fdfdfd;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features.no-margin {
  margin-top: 0px !important;
  padding: 60px 30px 60px 30px;
}

.features-1 {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .1);
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features:hover {
  cursor: pointer;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7d204;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features:hover .heading,
.features:hover a,
.features:hover span {
  color: #fff !important;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
  animation-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.features:hover .content {
  color: #fff;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
  animation-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.features span {
  font-size: 40pt;
}

.features-1 span {
  font-size: 40pt;
  color: #f7d204;
}

.features .bg-img span {
  color: #fff;
}

.features .bg-img-1 span {
  color: #f7d204;
}

.features .bg-img {
  width: 100%;
  padding: 60px;
  background: url(../img/bg-forest.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.features .bg-img-1 {
  width: 100%;
  padding: 60px;
  background: url(../img/bg-law.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.features .bg-img-2 {
  width: 100%;
  padding: 60px;
  background: url(../img/bg-interior.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.features .heading {
  font-size: 16pt;
}

.features .content {
  margin-bottom: 15px;
}

.features a {
  font-weight: 400;
}

section.whitepage.actived .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.whitepage i {
  font-size: 45px;
}

/* feature end */
/* Why Choose */
.text_area {
  padding: 5%;
}

.why_choose {
  padding: 5%;
  background: #fcfcfc;
}

.choose_box_inner p {
  color: #fff;
  font-size: 18px;
}

.why_choose h2 {
  font-size: 22pt;
}

.why_choose .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.choose_box_inner {
  background: #838383;
  padding: 5%;
  margin: 2%;
  max-width: 300px;
  min-height: 110px;
  border-radius: 10px;
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.application_main_new {
  padding: 5%;
}

.application_head {
  color: #0284c5;
  text-transform: uppercase;
  font-weight: 600;
}

.application_top_new {
  text-align: center;
}

.applications_box_main_new {
    padding: 2% 0;
    text-align: center;
}

.applications_box_main_new .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.application_point {
    background: #F1F5F9;
    padding: 5% 3%;
    margin-bottom: 2%;
    border: 1px solid #c8d3df;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 120px;
    align-items: center;
}
.application_point h3 {
  font-size: 20px;
}

.appli_cont p {
  font-size: 14px;
  margin-bottom: 5px;
}

.appli_icon svg {
  background: #0284c51a;
  width: 50px;
  height: 45px;
  padding: 12px;
  border-radius: 10px;
  margin-right: 10px;
}
.content_area .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* Why Choose end*/

/* About */
.h-bg {
  background: #111;
  color: #fff;
}

.white-bg {
  background: #fff;
  letter-spacing: .6px;
}

.star-content {
  font-size: 18pt;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 25pt;
}

.star-content i {
  color: #f7d204;
}

.img-content {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

/* .img-content img {
  position: absolute;
  left: 25%;
  bottom: 0;
} */

#about-us-bg,
#about-us-1,
#about-us-2,
#about-us-12 {
  height: 100%;
}

#about-us-bg .image-container {
  background: url(../img/bg-about.jpg);
}

#about-us-1 .image-container {
  background: url(../img/bg-about-1.jpg);
}

#about-us-2 .image-container {
  background: url(../img/bg-about-2.jpg);
}

#about-us-12 .image-container {
  background: url(../img/almasa-factory.jpg);
  background-position: 60% 20%;
}

#about-us-3 .image-container {
  background: url(../img/bg-4.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top right;
}

#about-us-4 .image-container {
  background: url(../img/bg-7.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
}

#about-us-5 .image-container {
  background: url(../img/bg-about-5.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top right;
}

#about-us-6 .image-container {
  background: url(../img/bg-about-6.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
}

#about-us-7 .image-container {
  background: url(../img/bg-about-7.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top right;
}

#about-us-8 .image-container {
  background: url(../img/bg-about-8.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
}

#about-us-9 .image-container {
  background: url(../img/bg-about-9.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: 1200px 800px, cover;
  background-position: top right;
}

#about-us-10 .image-container {
  background: url(../img/bg-about-10.jpg);
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: 1200px 800px, cover;
  background-position: top left;
}

.pers-heading {
  letter-spacing: .6px;
  margin: -30px 0px 50px 0;
}

.pers-content {
  letter-spacing: .6px;
  line-height: 22pt;
}

.content-max {
  float: right;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-max-1 {
  max-width: 700px;
  margin: 0 auto;
}

.personal {
  display: inline-block;
  line-height: 20px;
  margin: 30px 0 30px 0;
}

.personal .name {
  font-size: 13pt;
  color: #f7d204;
}

.personal .title {
  font-size: 9pt;
  letter-spacing: 1px;
}

.rounded-img img {
  width: 20px;
  height: auto;
  margin-left: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
  border: 12px solid #727272;
}

.rounded-img-1 img {
  width: 20px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
  border: 8px solid #e3e3e3;
}

.about-icon {
  display: inline-block;
  letter-spacing: .6px;
  margin-bottom: 60px;
}

.about-icon:last-child {
  margin-bottom: 0px;
}

.about-icon span {
  font-size: 24pt;
  padding: 15px;
  border: 1px solid #f7d204;
}

.about-icon .content {
  margin: -55px 0 0 90px;
}

/* skill bar */
#mainskill {
  margin: 0;
  padding: 0;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 15px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar:last-child {
  margin-bottom: 0px;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .3px;
  color: #ffffff;
  background: #f7d204;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-title span {
  display: block;
  background: #f7d204;
  padding: 0 20px;
  height: 15px;
  line-height: 15px;
}

.skillbar-bar {
  height: 15px;
  width: 0px;
  background: #f7d204;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}

/* service list */
.service-list {
  width: 100%;
  height: 100%;
  margin: 30px auto;
}

.service-list li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin: 0 30px 15px 0;
}

.service-list li span {
  color: #f7d204;
  margin-right: 5px;
}

.offer-img {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border-top: 30px solid rgba(0, 0, 0, 0);
}

.offer-img:hover img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.offer-img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.offer-img .hovereffect {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.offer-img .hovereffect .overlay {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.offer-img .hovereffect:hover .overlay {
  bottom: 0;
  left: 0;
  opacity: 1;
}

.offer-img .hovereffect .overlay div {
  color: rgba(255, 255, 255, .9);
  height: 100%;
  padding: 10%;
  background-color: rgba(0, 0, 0, .6);
}

.offer-img .hovereffect .overlay .v-align span.price {
  font-size: 14pt;
  font-weight: 600;
  color: #f7d204;
}

/* About end */

/* service-box */
img.box-icon-simple {
  padding: 0 5px 0 5px;
}

.box-icon-simple {
  line-height: 25px;
}

.box-icon-simple .heading {
  font-size: 14pt;
}

.box-icon-simple.right {
  margin-right: 120px;
  margin-top: 30px;
  text-align: right;
}

.box-icon-simple.right span {
  font-size: 34px;
  right: 0;
  padding: 20px;
  position: absolute;
  border: 1px solid #efefef;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.box-icon-simple.left {
  margin-left: 120px;
  margin-top: 30px;
}

.box-icon-simple.left span {
  font-size: 34px;
  left: 0;
  padding: 20px;
  position: absolute;
  border: 1px solid #efefef;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.box-icon-simple.right span:hover,
.box-icon-simple.left span:hover {
  border: 1px solid #f7d204;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* service-box end */

/* service hotel */
.service-hotel {
  background: #fafafa;
  border: 1px solid #efefef;
  padding: 5% 5% 7% 5%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.service-hotel .nav-tabs {
  margin-bottom: 60px;
  text-align: center;
}

.service-hotel .nav-tabs>li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.service-hotel .nav-tabs>li a,
.service-hotel .nav-tabs>li a:hover {
  background: rgba(0, 0, 0, 0);
  border: 0px;
}

.service-hotel .nav-tabs>li a:focus {
  color: #f7d204;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
}

.detailpro .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.service-hotel span {
  display: block;
  letter-spacing: .01em;
  line-height: 24pt;
}

.service-hotel i {
  color: #f7d204;
  margin-right: 5px;
}

.service-hotel .price {
  width: 111%;
  font-size: 44pt;
  text-align: left;
  font-weight: 600;
  color: #f7d204;
  padding: 10% 0 5% 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-hotel .price sub {
  font-size: 12pt;
  font-weight: 400;
}

.devider-rooms-detail {
  display: block;
  border-top: 1px solid #d9d9d9;
  width: 80%;
  text-align: center;
  margin-bottom: 15px;
}

.btn-book-2 {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  line-height: 48px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204;
  outline: none;
  text-shadow: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-book-2 {
  color: #fff;
}

.btn-book-2:hover {
  color: #010101;
  background: #efefef;
  border: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* service hotel end */

/* projects */
#projects-wrap {
  text-align: center;
  overflow: hidden;
}

.projects {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0);
}

.projects-grid {
  position: relative;
  letter-spacing: 1pt;
  text-transform: uppercase;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0);
}

.projects:hover img,
.projects-grid:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects img,
.projects-grid img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.projects .hovereffect,
.projects-grid .hovereffect {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.projects .hovereffect .overlay,
.projects-grid .hovereffect .overlay {
  width: 100%;
  height: 120%;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects .hovereffect:hover .overlay,
.projects-grid .hovereffect:hover .overlay {
  height: 100%;
  top: 0;
  opacity: 1;
  top: 0;
}

.projects .hovereffect .overlay div,
.projects-grid .hovereffect .overlay div {
  font-size: 24pt;
  font-weight: 500;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, .9);
  padding-top: 28%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
}

/* .projects-grid 2 */
.projects-grid .hovereffect-color {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.projects-grid .hovereffect-color .overlay {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects-grid .hovereffect-color:hover .overlay {
  opacity: 1;
  bottom: 0;
}

.projects-grid .hovereffect-color .overlay div {
  margin: 4%;
  padding: 10%;
  font-size: 11pt;
  font-weight: 400;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, .8);
}

.overlay div span {
  width: 100%;
  display: block;
}

.overlay div span.icon i {
  border: 1px solid #fff;
  padding: 8px;
  padding-left: 12px;
  margin: 5px;
  line-height: 60px;
}

.overlay div span.icon a {
  z-index: 999;
}

.overlay div span.icon a:hover {
  opacity: 0.3;
}

/* filter controls */
#filter-porto {
  padding: 0 0 30px 0;
  margin: 0 auto;
}

#filter-porto li.filt-projects,
#filter-porto li.filt-projects-w {
  font-size: 9pt;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 4px 15px 4px 15px;
  margin: 0 10px 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filter-porto li.filt-projects:hover,
#filter-porto li.filt-projects-w:hover {
  border: 1px solid #efefef;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#filter-porto li.selected {
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

/* projects max width */
#w-gallery-container {
  text-align: center;
  overflow: hidden;
  margin-left: 4px;
}

.w-gallery {
  margin: 0 auto;
  width: 100%;
  border: 5px solid rgba(0, 0, 0, 0);
}

.w-gallery:after {
  content: '';
  display: block;
  clear: both;
}

.w-gallery-image {
  width: 100%;
  display: block;
  height: auto;
}


/* testimony */
#owl-testimonial .item {
  padding: 30px 0px;
  margin: 10px auto;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-testimonial h3 {
  font-size: 21pt;
  font-weight: 400;
}

#owl-testimonial p {
  font-size: 14pt;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20pt;
  padding: 2px 20% 2px 20%;
}

#owl-testimonial small {
  font-size: 10pt;
  font-weight: 500;
  color: #fff;
}

#testi blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-decoration: none;
  list-style: none;
}

#testi blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #f7d204;

  /*Positioning*/
  position: absolute;
  left: 100px;
  top: 30px;
}

#testi blockquote::after {
  /*Reset to make sure*/
  content: "\201C";
  /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #f7d204;

  /*Positioning*/
  position: absolute;
  right: 100px;
  bottom: -20px;
}

/* testimony end */

/* news simple */
.news {
  padding: 0 10% 0 10%;
  text-align: center;
}

.news h3,
.news p,
.news .btn-content {
  margin: 10px 0 10px 0;
}

/* Price */
.wrap-price {
  position: relative;
  padding: 0 0 30px 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid #efefef;
}

.wrap-price-yellow {
  position: relative;
  padding: 0 0 30px 0;
  text-align: center;
  overflow: hidden;
  background: #f7d204;
  color: #fff;
  border: 1px solid #efefef;
}

/* price image */
.image .wrap-price-image {
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.wrap-price-image {
  position: relative;
  padding: 30px 0 30px 0;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  overflow: hidden;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.wrap-price-image:hover {
  color: #606060;
  background: #fff;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.wrap-price i,
.wrap-price-image i {
  font-size: 80pt;
  margin-top: 35px;
}

.wrap-price-yellow i {
  font-size: 80pt;
  margin-top: 35px;
}

.wrap-price .price {
  display: inline-block;
  width: 60%;
  font-size: 44pt;
  font-weight: 600;
  margin: 0 20% 30px 20%;
  padding: 50px 30px 50px 30px;
  border-bottom: 1px solid #efefef;
}

.wrap-price-yellow .price-yellow {
  display: inline-block;
  width: 60%;
  font-size: 44pt;
  font-weight: 600;
  margin: 0 20% 30px 20%;
  padding: 50px 30px 50px 30px;
  border-bottom: 1px solid #fff;
}

.wrap-price .price-yellow,
.wrap-price-image .price-yellow {
  display: inline-block;
  width: 60%;
  font-size: 44pt;
  font-weight: 600;
  margin: 0 20% 30px 20%;
  padding: 50px 30px 50px 30px;
  border-bottom: 1px solid #f7d204;
}

.price span {
  display: inline-block;
  font-size: 12pt;
  font-weight: 600;
}

.wrap-price .level-class,
.wrap-price-yellow .level-class {
  display: block;
  font-size: 30pt;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40pt;
  margin: 10px 40px 0 40px;
}

.wrap-price-image .level-class {
  display: block;
  font-size: 20pt;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40pt;
  margin: 10px 40px 0 40px;
}

.wrap-price span.list,
.wrap-price-yellow span.list,
.wrap-price-image span.list {
  display: block;
  font-size: 14pt;
  font-weight: 300;
  line-height: 10pt;
  margin-top: 25px;
}

.wrap-price .btn-content,
.wrap-price-image .btn-content {
  margin-top: 40px;
  margin-bottom: 20px;
}

.wrap-price-yellow .btn-content {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #101010;
  color: #fff !important;
}

/* Price end */

/* countstat */
#wrap-count {
  width: 100%;
  text-align: center;
}

#wrap-count span i {
  font-size: 44pt;
  color: #f7d204;
  padding-bottom: 30px;
}

.highlight {
  padding: 10px 0;
  margin: 15px 0 10px 0;
  font-weight: bold;
  display: block;
  font-size: 48px;
}

.milestone-details {
  font-weight: bold;
  font-size: 18px;
}

/* countstat end */

/* recent post */
.recent-post {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 394px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.recent-post .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.recent-post .hovereffect .overlay {
  width: 100%;
  height: auto;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-post .hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-post .overlay .content {
  white-space: nowrap;
  margin: 20px 20px 0 20px;
}

.recent-post .overlay .content .heading {
  font-size: 22px;
  font-weight: 500;
}

.recent-post .overlay .content .subheading {
  font-size: 16px;
}

.recent-post .overlay .content .content-text {
  width: 300px;
  font-size: 13px;
  white-space: normal;
}

.recent-post .overlay .content .readmore {
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
}

.recent-post .overlay .content .readmore i {
  font-weight: 600;
}

.devider-recent {
  display: block;
  border-top: 3px solid #f7d204;
  width: 102px;
  margin: 10px 0 0 0;
  margin-bottom: 10px;
  text-align: left;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-post .hovereffect:hover .devider-recent {
  width: 150px;
  border-top: 3px solid #f7d204;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#owl-post .item {
  margin: 5px;
  text-align: left;
}

/* recent post 2 */
.image.recent-pos-2 {
  background-attachment: fixed;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.recent-pos-2 {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 1);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-pos-2:hover {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.recent-pos-2 .num {
  display: inline-block;
  float: left;
  font-size: 24pt;
  color: #010101;
  background: #f7d204;
  padding: 40px;
  margin: 30px;
}

.recent-pos-2 .content {
  display: inline-block;
  padding: 30px;
}

.recent-pos-2 .devider-heading-left {
  display: block;
  border-bottom: 1px solid #f7d204;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 120px;
  text-align: left;
}

.recent-pos-2 .content .date {
  font-size: 13pt;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.recent-pos-2 .content .title {
  font-size: 12pt;
  letter-spacing: 1px;
}

.recent-pos-2 .content .desc {
  max-width: 700px;
  font-size: 10pt;
  letter-spacing: 1px;
}

.recent-pos-2 .content a {
  color: #f7d204;
}

/* recent post end */

/* team */
#owl-team .item {
  margin: 5px;
  text-align: left;
}

.team {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.team .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.team .hovereffect .overlay {
  width: 100%;
  height: 30%;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  background-color: #f7d204;
  bottom: -50%;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .hovereffect:hover .overlay {
  bottom: 0;
  background-color: #f7d204;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .overlay .content {
  white-space: nowrap;
  margin: 20px 20px 0 20px;
}

.team .overlay .content .heading {
  font-size: 21px;
  font-weight: 500;
}

.team .overlay .content .subheading {
  font-size: 12px;
  letter-spacing: .5px;
}

.team .overlay .content .readmore {
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
}

.team .overlay .content .readmore i {
  font-weight: 600;
}

.team .devider-recent {
  display: block;
  border-top: 2px solid rgba(255, 255, 255, .6);
  margin: 0 auto;
  width: 40%;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .hovereffect .overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, .3);
  bottom: -100%;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .hovereffect:hover .overlay-2 {
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team .overlay-2 .content {
  white-space: nowrap;
  margin: 50% 20px 0 20px;
}

.team .overlay-2 .content .heading {
  font-size: 21px;
  font-weight: 500;
}

.team .overlay-2 .content .subheading {
  font-size: 12px;
  letter-spacing: .5px;
}

.team .overlay-2 .content .readmore {
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
}

.team .overlay-2 .content .readmore i {
  font-weight: 600;
}

.team .devider-recent-2 {
  display: block;
  border-top: 2px solid #f7d204;
  margin: 0 auto;
  width: 40%;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* team end */

/* brand */
.brand-page {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0 60px 0;
  overflow-x: hidden;
  background: #fdfdfd;
  background-size: cover;
  background-attachment: scroll;
}

#owl-brand .item {
  margin: 10px auto;
  text-align: center;
}

#owl-brand img {
  max-width: 150px;
  max-height: 120px;
}

#brand .owl-wrapper {
  display: flex !important;
  align-items: center;
}

/* Brand */


/* map */
#map {
  width: 100%;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#mapinline {
  width: 100%;
  height: 100%;
  min-height: 700px;
  padding: 0px;
  margin: 0px;
}

#mapinline-1 {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 0px;
  margin: 0px;
}

.box {
  width: 100%;
  height: 100%;
}

/* contact */
#contact h3 {
  font-size: 18pt;
  line-height: 10pt;
  margin: 0 auto;
  margin-bottom: 30px;
}

#form-contact {
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#form-contact button.btn {
  width: 150px;
  font-size: 11pt;
  color: #060606;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 10px 20px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204;
}

#form-contact button.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: #fff;
}

input[type="text"] {
  text-align: left;
  width: 220px;
  height: 50px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  font-weight: 300;
  letter-spacing: 1px;
  color: #959595;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input#name,
input#email {
  width: 333px;
}

input#name-contact,
input#email-contact,
textarea#message-contact {
  width: 100%;
}

textarea {
  text-align: left;
  outline: none;
  width: 100%;
  height: 100px;
  margin: 5px 0px 5px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #959595;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input[type="text"]:focus,
input[type="text"].focus,
textarea:focus,
textarea.focus,
input[type="email"]:focus,
input[type="email"].focus,
email:focus,
email.focus {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 255.8);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #959595;
}

::-moz-placeholder {
  opacity: 1;
  color: #959595;
}

/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color: #959595;
}

/* ie */
input:-moz-placeholder {
  opacity: 1;
  color: #959595;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.error {
  color: #f7d204;
  width: 100%;
  display: none;
  padding: 2px 10px 2px 10px;
  font-size: 11px;
  margin: 10px auto;
}

.success {
  color: #f7d204;
  width: 100%;
  display: none;
  padding: 5px 0px 2px 0px;
  font-size: 11px;
  margin: 10px auto;
}

/* contact end */

/* subscribe */
.subscribe-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 90px 0 90px 0;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.subwrap-tagline {
  padding: 60px;
}

.subwrap {
  color: #333;
  min-height: 290px;
  background: rgba(255, 255, 255, .8);
  padding: 60px;
}

#subscribe .mail {
  display: none;
  visibility: hidden;
}

#subscribe input#subscribeemail {
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 10px auto;
  padding: 10px;
  background: rgba(255, 255, 255, 1);
  border: none;
}

#subscribe input#subscribeemail[type="text"]:focus,
#subscribe input#subscribeemail[type="text"].focus {
  color: #333;
  background: #fefefe;
}

.subscribesuccess {
  display: none;
  width: 100%;
  font-size: 10px;
  line-height: 2;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  letter-spacing: normal;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 1px;
}

#subscribe .subscribeerror {
  width: 100%;
  font-size: 10px;
  line-height: 2;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 10px auto;
  padding: 0;
  letter-spacing: 1px;
}

.btn-form {
  display: inline-block;
  width: 210px;
  height: 45px;
  font-size: 11pt;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204;
  outline: none;
  text-shadow: none;
  margin: 15px 0 0 15px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-form:hover {
  color: #010101;
  background: #efefef;
  border: 1px solid rgba(255, 255, 255, 0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* subscribe end */

/* reservation */
#reservation {
  width: 100%;
  height: auto;
  color: #606060;
  background: rgba(255, 255, 255, 1);
  box-shadow: 5px 5px 2px rgba(23, 36, 52, .1);
  padding: 45px 35px 45px 35px;
}

#reservation span {
  font-size: 44pt;
  color: #606060;
  position: absolute;
  top: 0px;
  right: 20px;
}

#reservation form {
  margin-top: 15px;
}

#reservation input[type="text"] {
  text-align: left;
  width: 100%;
  height: 30px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  font-weight: 300;
  letter-spacing: 1px;
  color: #959595;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f7d204;
  padding: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

input#name,
input#email {
  width: 333px;
}

input#name-contact,
input#email-contact,
textarea#message-contact {
  width: 100%;
}

#reservation textarea {
  text-align: left;
  outline: none;
  width: 100%;
  height: 70px;
  margin: 5px 0px 15px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #959595;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f7d204;
  padding: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#reservation select {
  text-align: left;
  outline: none;
  width: 100%;
  margin: 5px 0px 5px 0px;
  font-size: 9pt;
  border: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #959595;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f7d204;
  padding: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#reservation input[type="text"]:focus,
#reservation input[type="text"].focus,
#reservation textarea:focus,
#reservation textarea.focus,
#reservation input[type="email"]:focus,
#reservation input[type="email"].focus,
#reservation email:focus,
email.focus {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #959595;
}

::-moz-placeholder {
  opacity: 1;
  color: #959595;
}

/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color: #959595;
}

/* ie */
input:-moz-placeholder {
  opacity: 1;
  color: #959595;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}


/* reservation end */


/* footer */
.subfooter {
  width: 100%;
  background: #ffffff;
  color: #000000;
  height: auto;
  /*box-shadow: 5px 5px 20px rgba(23, 36, 52, .8);*/
  font-weight: 400;
  text-align: left;
  line-height: inherit;
  padding: 5% 1px;
  margin: 0 auto;
}

.subfooter h3 {
  font-weight: 500;
  font-size: 13pt;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* contact info */
.subfooter address span {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 270px;
  line-height: 60px;
}

.subfooter address.inline span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-right: 15px;
}

.subfooter address.inline-block {
  text-align: center;
  margin: 0 auto;
}

.subfooter address.inline-block span {
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.subfooter address.inline-block span .add_text {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  line-height: 25px;
}

.ti-map-alt {
  margin-bottom: 10px !important;
}


.subfooter address span strong {
  font-weight: 500;
  display: inline-block;
}

.subfooter address span a {
  display: inline;
}

address span i {
  font-size: 14pt;
  margin: 0 15px 0 0;
  border: 1px solid rgba(255, 255, 255, .3);
  padding: 12px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

address.inline-block span i {
  width: 60px;
  height: 60px;
  line-height: 30px;
  font-size: 14pt;
  display: block;
  margin: 20px auto;
  border: 2px solid rgba(0, 0, 0, .7);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

address span i:hover {
  border: 2px solid #f7d204;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

address.inline span i {
  font-size: 12pt;
  margin: 0 15px 0 0;
  border: 0px solid rgba(255, 255, 255, 0);
  padding: 0px;
}

/* contact info end */

/* photo stream */
.flickr {
  margin-bottom: 10px;
}

#flickr-photo-stream img {
  width: 58px;
  height: auto;
  margin: 0 5px 5px 0;
  float: left;
}

#flickr-photo-stream a img {
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#flickr-photo-stream a:hover img {
  border: solid 1px #ffc128;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer.white {
  background: #0b0b0b;
  color: #ebebeb;
  font-size: 9pt;
  letter-spacing: .5px;
  font-weight: 300;
  padding: 20px 0 20px 0;
}

footer.black {
  background: #0b0b0b;
  color: #ebebeb;
  font-size: 9pt;
  letter-spacing: .5px;
  font-weight: 300;
  padding: 30px 0 30px 0;
}

footer.black .social-icons {
  margin: 15px 0 15px 0;
}

/* social-icons */
.social-icons {
  display: block;
  margin: 0;
}

.social-icons span {
  text-shadow: none;
  padding: 0 25px 0 0;
  width: 28px;
  height: 28px;
  text-align: center;
  font-size: 9pt;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-icons span:hover {
  color: #ffc128;
  border-color: #eceff3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* footer end */

/* totop */
#totop {
  display: none;
  width: 35px;
  height: 35px;
  background: #000;
  line-height: 35px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop:hover {
  background: #f7d204;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#totop span {
  font-size: 9pt;
  font-weight: 300;
  color: #fff;
}

/* totop end */


/*Blog Post */
.blog-simple .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 0px;
  float: right;
  letter-spacing: .3px;
}

.blog-simple .blog-text h3 a {
  font-weight: 500;
}

.blog-simple .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.blog-simple .blog-text span.date-post {
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  margin-left: 20px;
}

.blog-simple .blog-text span.date-post i {
  padding-right: 7px;
  color: #f7d204;
}

.blog-simple .blog-text span.user-post {
  font-size: 13px;
  font-weight: 400;
}

.blog-simple .blog-text span.user-post i {
  padding-right: 7px;
  color: #f7d204;
}

.blog-simple .blog-text span.comment {
  margin-left: 20px;
  font-size: 13px;
}

.blog-simple .blog-text span.comment a i {
  padding-right: 7px;
  color: #f7d204;
}

.blog-simple .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.blog-simple .blog-text a {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.pagination li a {
  font-size: 9.5pt;
  color: #f7d204;
  margin-right: 5px;
  padding-left: 30px;
}


/* post meta */
.post-meta {
  background: #fcfcfc;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #333333;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #efefef;
  font-size: 12px;
  font-weight: 500;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #efefef;
  font-size: 10px;
  font-weight: 500;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* post format */
.post-image {
  margin-bottom: 20px;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li a {
  float: left;
  font-size: 11pt;
  font-weight: 500;
  padding-top: 20px;
}

/* single post */
.top-article {
  display: block;
  margin-top: 30px;
}

.bottom-article {
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

.bottom-article a.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 1pt;
  font-style: normal;
  text-align: center;
  line-height: 38px;
  color: #060606;
  background: #f7d204;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-shadow: none;
  margin: 5px auto;
  margin-left: 0px;
  padding: 0 30px 0 30px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bottom-article a.btn:hover {
  color: #999;
  background: #efefef;
}

/* pagination */
#pagination a {
  font-size: 9pt;
  padding: 5px 10px;
}

#pagination span {
  margin-top: 0px;
}

#pagination .pagina-num {
  font-size: 9pt;
  margin-right: 15px;
  margin-bottom: 60px;
}

#pagination a:hover {
  color: #fff;
  background: #ccc;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#pagination a.current {
  background: #f7d204;
  color: #fff;
  font-weight: 500;
}

/*  Aside, sidebar */
aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  margin: 0 auto;
}

.left-sidebar {
  padding: 0 30px 0 0;
}

.left-sidebar .widget h3,
.left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget,
.widget {
  margin-bottom: 40px;
}

.widget .recent div {
  margin-bottom: 20px;
  display: inline-block;
}

.widget .recent div img {
  float: left;
  padding-right: 10px;
}

.widget .recent div h6 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
}

.widget .recent div p {
  line-height: normal;
}

.widget .tags {
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}

.widget .tags div {
  margin: 5px 5px 15px 0;
  display: inline-block;
}

.widget .tags div a {
  border: 1px solid #efefef;
  padding: 5px 10px;
  text-align: center;
}

.widget .tags div a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
}

.devider-widget {
  display: block;
  border-bottom: 2px solid #f7d204;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 60px;
  text-align: left;
}

.input-group input[type="text"]:focus,
.input-group input[type="text"].focus {
  color: #606060;
}

.input-group span.icon {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: #f7d204;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.input-group-btn button:hover span.icon {
  background: #ffc128;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Blog & article end */

/* Blog comment */
#blog-comment {
  margin: 0;
  padding: 0px;
  color: none;
}

#blog-comment h5 {
  font-size: 12pt;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

#blog-comment ul,
#blog-comment li {
  list-style: none;
  padding-left: 0;
}

#blog-comment li {
  min-height: 70px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

#blog-comment li .avatar {
  position: absolute;
  margin-top: 5px;
}

#blog-comment .comment {
  /*color: #939393;*/
  font-size: 13px;
  font-weight: 300;
  margin-left: 85px;
}

#blog-comment li {
  min-height: 70px;
  font-size: 14px;
  line-height: 1.6em;
}

#blog-comment li li {
  margin-left: 80px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 10px;
  border-bottom: none;
}

#blog-comment li li .avatar {
  position: absolute;
}

.comment-info {
  margin-left: 85px;
  padding-top: 2px;
  margin-bottom: 5px;
}

.comment-info .c-name {
  font-size: 12pt;
  display: block;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.comment-info .c-reply {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 300;
  color: #f7d204;
  border-left: solid 1px #efefef;
}

.comment-info .c-reply a {
  font-weight: 300;
  font-size: 10pt;
}

.comment-info .c-date {
  display: inline;
  font-size: 10pt;
  font-weight: 300;
}

.comment-info .c-date i {
  padding-right: 7px;
  color: #f7d204;
}

/* comment form */
#comment-form-wrapper h6 {
  font-size: 10pt;
  letter-spacing: .1px;
}

#comment-form-wrapper {
  margin: 50px 0 50px 0;
  padding: 0px;
}

#commentform input {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin: 5px 0 5px 0;
  height: 40px;
  letter-spacing: 0px;
  border: 1px solid #efefef;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

#commentform input:focus {
  color: #606060;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #959595;
}

#commentform textarea {
  width: 100%;
  font-size: 10pt;
  padding: 10px;
  margin: 5px 0 5px 0;
  height: 150px;
  letter-spacing: 0px;
  border: 1px solid #efefef;
}

#commentform textarea:focus {
  color: #606060;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #959595;
}

#commentform button.btn {
  width: 150px;
  font-size: 11pt;
  color: #060606;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 15px;
  padding: 10px 20px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f7d204;
}

#commentform button.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  background: #ebebeb;
}

select.form-control,
select.form-control:hover,
select.form-control:focus,
input[type="text"].form-control,
input[type="text"].form-control:hover,
input[type="text"].form-control:focus {
  border: 0px solid rgba(0, 0, 0, .1);
  height: 40px;
  background: #fbfbfb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(126, 239, 104, 0);
  outline: 0 none;
}

/* Blog comment end */

/* particle */
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*
  Owl Carousel 
*/

.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

/* owl slider home */
#owl-slider-home .item {
  display: block;
  width: 100%;
}

#owl-slider-home .item {
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 2px;
  background: #ffc128;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#progressBar {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/* button */
#owl-gal .item {
  display: block;
  padding: 15px 0px;
  margin: 0 auto;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  padding: 10px 17px;
  background: rgba(0, 0, 0, 1);
}

.owl-theme .owl-buttons i {
  margin-top: 2px;
  font-size: 12pt;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  z-index: 9;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0px;
  top: 50%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0px;
  top: 50%;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


/* Magnific Popup CSS */
.mfp-bg,
.mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-container:before,
.mfp-figure:after {
  content: '';
}

.mfp-bg {
  z-index: 10421;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  z-index: 10431;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10451;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 10441;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-close,
.mfp-preloader a:hover {
  color: #efefef;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 10461;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(23, 36, 52, .6);
  position: absolute;
  left: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 38px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #efefef;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #efefef;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #efefef;
  font-size: 12px;
  line-height: 18px;
}

.mfp-figure,
img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #efefef;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #efefef;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
}

.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(23, 36, 52, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(23, 36, 52, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* end Magnific Popup CSS */

/* general popup */
.white-popup-block {
  max-width: 900px;
  margin: 20px auto;
  color: #333;
  background: #fefefe;
  padding: 40px;
}


.gray-popup-block {
  max-width: 900px;
  margin: 0 auto;
  background: #22252f;
  padding: 40px;
  text-align: center;
}

.gray-popup-block h3 {
  font-size: 34pt;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

.gray-popup-block p {
  font-size: 11pt;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

/* scroll onStep */
.onStep {
  opacity: 0;
  overflow-y: hidden !important;
}


@media (max-width: 900px) {
  section#home {
    height: 40vh !important;
  }
}

@media (max-width: 550px) {
  .whitepage {
    padding-top: 0px;
  }

  .subfooter address.inline-block span {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  address.inline-block span i {
    margin: 5px auto;
  }

  footer.black {
    padding: 0px 0 100px 0;
  }

  #testi blockquote::after {
    right: 45px;
  }

  #testi blockquote::before {
    left: 40px;
  }

  #owl-testimonial p {
    font-size: 14px;
  }
}