@import url("http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("vendor.css");
@charset "UTF-8";
/*=================================================
 * author: bonefishcode
 * template: GRID - Responsive Coming Soon Template
 * version: 1.0
 * url: http://themeforest.net/user/bonefishcode

 * please do not edit this file
 * put all the custom style in the assets/css/custom.css
=================================================*/

/*=================================================
01. reset
02. helper class
03. component
04. common
05. typography
06. preloader
07. header
08. layout
09. grid
10. content common
11. about
12. services
13. contact
14. subscribe
15. plugin
16. responsive
=================================================*/

/*==================================================
 * reset
==================================================*/
a:active,
a:focus,
a:hover,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn.focus,
.btn:focus,
.form-control.focus,
.form-control:focus,
button:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn,
.form-control {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.btn-group-vertical .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
/*==================================================
 * helper class
==================================================*/
/* text align */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/* float */
.fn {
  float: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* table */
.tb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* middle table cell */
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}
/*==================================================
 * component
==================================================*/
.btn-base {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 3px;
  line-height: 1;
  display: inline-block;
  border: 1px solid transparent;
  padding: 16px 27px 16px 30px;
}
/* button */
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 3px;
  line-height: 1;
  padding: 16px 27px 16px 30px;
}
/* large button */
.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 32px 16px 35px;
}
/* theme button */
.btn-theme {
  color: #ffffff;
}
.btn-theme:active,
.btn-theme.active,
.btn-theme:focus,
.btn-theme.focus,
.btn-theme:hover {
  color: #ffffff;
}
/* form */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 2px;
  line-height: 1.75;
  color: #dddddd;
  color: #f5f5f5;
  background-color: transparent;
  border-color: #cccccc;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control.focus,
.form-control:focus {
  background-color: transparent;
  border-color: #f5f5f5;
}
.line-form .form-control {
  border-width: 0 0 1px;
}
.col-input .form-control {
  padding-left: 46px;
}
.col-input i {
  text-align: center;
  position: absolute;
  left: 15px;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
}
textarea {
  resize: none;
}
.valid .icons,
.valid.icons {
  font-size: 22px;
  color: #2ccdae;
}
.valid .icons:before,
.valid.icons:before {
  content: "✓";
  font-style: normal;
}
.error .icons,
.error.icons {
  font-size: 22px;
  color: #fc5152;
}
.error .icons:before,
.error.icons:before {
  content: "✗";
  font-style: normal;
}
.form-notice {
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 0;
}
.form-notice i {
  width: 20px;
}
.placeholder {
  color: #dddddd;
}
.velocity-animating {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*==================================================
common
==================================================*/
html,
body {
  height: 100%;
  background-color: transparent;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
}
.scroll-block {
  position: relative;
  height: 100%;
}
.mobile-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
::-moz-selection {
  background-color: #010101;
  color: #f5f5f5;
}
::selection {
  background-color: #1a1a1a;
  color: #f5f5f5;
}
/*==================================================
typography
==================================================*/
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  color: #dddddd;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f5f5f5;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 54px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #f5f5f5;
}
a:hover {
  color: #806a47;
  text-decoration: none;
}
a:focus {
  color: #f5f5f5;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
i {
  display: inline-block;
}
.silver {
  color: #dddddd;
}
/*==================================================
preloader
==================================================*/
/* preloader background */
#loader {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  border: 20px solid #ffffff;
}
/* preloader element */
#loader-ele {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-family: Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.loader-top,
.loader-bottom {
  display: block;
  width: 15px;
  height: 15px;
  background: #eee;
  position: absolute;
  -webkit-animation: load 0.7s infinite alternate ease-in-out;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader-top {
  top: 0;
}
.loader-bottom {
  bottom: 0;
}
.ie9 .loader-top,
.ie9 .loader-bottom {
  display: none;
}
@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
.overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 66.66666666%;
  height: 50%;
  background-color: #010101;
}
.overlay2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66.66666666%;
  height: 50%;
  background-color: #010101;
}
.overlay3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33333334%;
  height: 100%;
  background-color: #010101;
}
/*==================================================
 * header
==================================================*/
#site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
}
#site-header .header-icon {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  float: right;
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
#site-header i {
  text-align: center;
  font-size: 44px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  letter-spacing: 0;
}
/* logo */
.logo {
  float: left;
  margin: 15px 0;
}
.logo img {
  display: block;
  max-width: 100%;
  height: auto;
  height: 100px;
}
/* subscribe icon */
.subscribe .subscribe-icon {
  display: block;
}
/*==================================================
 * layout
==================================================*/
#site-wrap {
  position: relative;
  height: 100%;
  border: 20px solid #ffffff;
  overflow: hidden;
}
#site-main {
  position: relative;
  height: 100%;
}
/*==================================================
 * grid
==================================================*/
#grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid-outer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
.grid-bg-top .grid-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.grid-bg-center .grid-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.grid-in .grid-outer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.grid-in .grid-outer:hover .grid-overlay {
  background-color: rgba(1, 1, 1, 0.3);
}
.grid-in .grid-outer:hover .grid-heading {
  opacity: 1;
}
.grid-inner {
  position: relative;
}
.grid-overlay {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}
[data-id="about"] {
  left: 0;
  top: 0;
  width: 66.66666666%;
  height: 50%;
  background-image: url(../img/bg/about-grid.jpg);
}
[data-id="services"] {
  left: 0;
  top: 50%;
  width: 66.66666666%;
  height: 50%;
  background-image: url(../img/bg/services-grid.jpg);
}
[data-id="contact"] {
  right: 0;
  top: 0;
  width: 33.33333334%;
  height: 100%;
  background-image: url(../img/bg/contact-grid.jpg);
}
.grid-inner {
  display: none;
  height: 100%;
  padding: 0 8%;
}
.grid-heading {
  text-align: center;
  position: relative;
  opacity: 0.85;
}
.grid-heading h3 {
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 0;
}
.grid-heading:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  height: 220px;
  border: 6px double rgba(128, 106, 71, 0.5);
}
.grid-title {
  color: #806a47;
  margin-bottom: 0;
}
/*==================================================
 * content common
==================================================*/
#content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.content-in #content {
  z-index: 10;
}
.content-outer {
  position: relative;
  height: 0;
  opacity: 0;
}
.content-outer.active {
  height: 100%;
  opacity: 1;
}
.content-bg-top .content-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.content-bg-center .content-outer {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content-outer:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(1, 1, 1, 0.5);
}
.content-inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 120px;
  bottom: 120px;
}
.animation {
  opacity: 0;
}
.content-heading {
  margin-bottom: 60px;
}
.content-title {
  margin-bottom: 0;
}
.content-subtitle {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 1.5px;
  color: #fff;
}
#about {
  background-image: url(../img/bg/about-content.jpg);
}
#services {
  background-image: url(../img/bg/services-content.jpg);
}
#contact {
  background-image: url(../img/bg/contact-content.jpg);
}
/*==================================================
 * about
==================================================*/
/* skill bar */
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 36px;
  overflow: visible;
  background-color: rgba(128, 106, 71, 0.3);
  border-left: 8px solid #705c3e;
  border-radius: 0;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar-title {
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 0;
}
.progress-bar {
  position: relative;
  background-color: #806a47;
}
.progress-bar span {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  color: #dddddd;
  margin-right: 20px;
}
/*==================================================
 * services
==================================================*/
#services {
  text-align: center;
}
.services-grid i {
  font-size: 55px;
  height: 65px;
  line-height: 65px;
  margin-bottom: 10px;
}
/*==================================================
 * contact
==================================================*/
#contact-form .form-control {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  padding-left: 24px;
}
#contact-form .col-md-12:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #705c3e;
}
.social-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social-ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.social-ul a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 0;
}
.contact-notice {
  display: none;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}
/*==================================================
subscribe
==================================================*/
#subscribe-form {
  position: relative;
}
#subscribe-form .form-group {
  margin-bottom: 0;
}
#subscribe-form .input {
  position: relative;
}
#subscribe-form .input:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #806a47;
}
#subscribe-form .form-control {
  border-color: rgba(255, 255, 255, 0.1);
  padding-right: 100px;
  height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
#subscribe-form .btn {
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
}
#subscribe-email {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f5f5f5;
  font-size: 14px;
  text-transform: none;
  padding-left: 24px;
}
.subscribe-notice {
  display: none;
  margin-top: 10px;
  margin-bottom: 0;
}
/*==================================================
plugin
==================================================*/
/* owl carousel */
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  display: inline-block;
}
.owl-nav {
  text-align: center;
}
@media (min-width: 992px) {
  .owl-controls {
    margin-top: 30px;
  }
}
.prev-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
}
.prev-icon:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #806a47;
}
.next-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
}
.next-icon:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #806a47;
}
/* magnific popup */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .98;
}
/* zoom in */
.mfp-zoom-in .mfp-with-anim {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*==================================================
responsive
==================================================*/
/* fix ie10 viewport bug */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* screen md */
@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 44px;
  }
}
/* screen sm */
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 42px;
  }
  [data-id="about"] {
    left: 0;
    top: 0;
    width: 100%;
    height: 33.33333333%;
  }
  [data-id="services"] {
    left: 0;
    top: 33.33333333%;
    width: 100%;
    height: 33.33333333%;
  }
  [data-id="contact"] {
    left: 0;
    top: 66.66666666%;
    width: 100%;
    height: 33.33333333%;
  }
  .grid-inner {
    padding: 0 40px;
  }
  .grid-heading:before {
    width: 150px;
    height: 150px;
  }
  .content-heading {
    margin-bottom: 40px;
  }
  .content-subtitle {
    font-size: 16px;
  }
  .skill-bar {
    margin-top: 40px;
  }
  .contact-form-col {
    margin-top: 30px;
  }
}
/* screen xs */
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  #loader {
    border-width: 10px;
  }
  #site-wrap {
    border-width: 10px;
  }
  #site-header {
    height: 40px;
  }
  #site-header .logo {
    margin: 5px 0;
  }
  #site-header .logo img {
    height: 30px;
  }
  #site-header .header-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
  }
  #site-header .close-icon {
    margin-right: -10px;
  }
  #site-header i {
    text-align: center;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .grid-inner {
    padding: 0 10px;
  }
  .grid-heading:before {
    width: 100px;
    height: 100px;
  }
  .content-inner {
    top: 70px;
    bottom: 0;
    padding-bottom: 70px;
  }
  .content-heading {
    margin-bottom: 30px;
  }
  .content-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .content-subtitle {
    font-size: 14px;
  }
  .skill-bar {
    margin-top: 30px;
  }
  .progress-bar-title,
  .progress-bar span {
    font-size: 12px;
  }
  .services-grid i {
    font-size: 46px;
    height: 50px;
    line-height: 50px;
  }
  .social-ul a {
    font-size: 20px;
  }
}