@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500|Oswald:300,400,500,700);
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  font-size: 15px;
}
body {
  font-family: "Heebo", sans-serif;
  background-color: #111;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
p {
  color: #999;
  line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #2a2a2a;
}
ul {
  padding-left: 0;
  margin: 0;
}
a {
  transition: all 0.2s;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.owl-carousel .owl-item img {
  width: auto;
}
button:focus {
  outline: none;
}
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.border {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 40%, 0.3);
  z-index: -1;
}
.hero-slider-wrapper {
  position: relative;
}
.hero-slider-wrapper:before {
  left: 18%;
  z-index: 99;
}
.hero-slider-wrapper:after,
.hero-slider-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: hsla(0, 0%, 40%, 0.3);
}
.hero-slider-wrapper:after {
  right: 18%;
}
.box-style {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .box-style {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .box-style {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .box-style {
    padding: 0 10px;
  }
}
.wow {
  visibility: hidden;
}
.fi:before {
  margin: 0;
}
.section-padding {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
}
.mr-bt-0 {
  margin-bottom: 0 !important;
}
.section-title h2 {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 50px;
}
.section-title span {
  color: #ddd;
  margin-bottom: 10px;
}
.theme-btn {
  font-family: "Oswald", sans-serif;
  height: 50px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  border: 1px solid hsla(0, 0%, 40%, 0.8);
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: all 0.3s;
}
.theme-btn:hover {
  background: #333;
  color: #fff;
}
.back-to-top {
  background-color: hsla(0, 0%, 40%, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #666;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #333;
}
.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-header .navigation {
  background-color: initial;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.site-header .navigation > .container {
  position: relative;
}
.site-header .navigation .navbar-brand {
  height: auto;
  padding: 9px 15px 8px;
}
.site-header #navbar {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s;
}
.site-header #navbar > ul li a:focus {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 250px;
    border-top: 2px solid #ddd;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #ececec;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
    font-size: 1rem;
    display: block;
    padding: 12px 20px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header
    #navbar
    > ul
    > li
    > .sub-menu
    > .menu-item-has-children
    > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .half-mega-menu,
  .site-header #navbar .mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ddd;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul .half-mega-menu,
  .site-header #navbar > ul .mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .half-mega-menu .row,
  .site-header #navbar > ul .mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar .close-navbar,
  .site-header .navbar-header .open-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #000;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ddd;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #000;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 112;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
    background-color: #191919;
    padding: 65px 15px;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in,
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header,
  .site-header .navbar-nav,
  .site-header .navbar-nav > li,
  .site-header .navbar-right {
    float: none;
  }
}
@media screen and (min-width: 992px) {
  .header-style-1 {
    position: absolute;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid hsla(0, 0%, 40%, 0.3);
  }
  .header-style-1 ul {
    list-style: none;
  }
  .header-style-1 .navigation-holder {
    background: #191919;
    width: 500px;
    height: 100% !important;
    padding: 65px 55px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  .header-style-1 .navigation-holder > ul {
    float: none;
    height: 100%;
    overflow: auto;
  }
  .header-style-1 #navbar > ul {
    width: 100%;
    height: 100%;
  }
  .header-style-1 #navbar > ul > li {
    float: none;
  }
  .header-style-1 #navbar > ul li a {
    text-transform: uppercase;
    display: block;
  }
  .header-style-1 #navbar > ul > li .sub-menu a,
  .header-style-1 #navbar > ul li a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fff;
    padding: 15px;
  }
  .header-style-1 #navbar > ul > li .sub-menu a {
    text-transform: none;
    font-weight: 300;
  }
  .header-style-1 #navbar > ul > li .sub-menu a:hover {
    color: #ddd;
  }
  .header-style-1 #navbar > ul li a {
    padding: 20px 15px;
  }
  .header-style-1 #navbar > ul .sub-menu {
    background-color: initial;
    width: auto;
    height: 0;
    border-top: 0;
    position: static;
    left: 0;
    top: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    padding-left: 20px;
    transition: all 0.3s;
  }
  .header-style-1 #navbar > ul .sub-menu.open-submenu {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .header-style-1 #navbar > ul > li .sub-menu li {
    border-bottom: 0;
  }
  .header-style-1 #navbar > ul > li:hover > .sub-menu {
    top: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 #navbar > ul .sub-menu > li:hover > .sub-menu {
    left: auto;
    visibility: hidden;
    opacity: 0;
  }
  .header-style-1 .close-navbar-2 {
    background-color: #000;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .header-style-1 #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e64b";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .header-style-1 .close-navbar-2 {
    display: none;
  }
}
.header-style-1 .navigation {
  padding: 12px 0;
}
@media (max-width: 767px) {
  .header-style-1 .navigation {
    padding: 0;
  }
}
.header-style-1 .menu-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .header-style-1 .menu-info {
    display: none;
  }
}
.header-style-1 .menu-info ul {
  overflow: hidden;
  list-style: none;
}
.header-style-1 .menu-info ul li {
  font-size: 18px;
  font-size: 1.2rem;
  padding-bottom: 2px;
  float: left;
  line-height: 1em;
}
@media (max-width: 991px) {
  .header-style-1 .menu-info ul li {
    font-size: 16px;
    font-size: 1.06667rem;
    padding-bottom: 2px;
  }
}
.header-style-1 .menu-info ul > li + li {
  margin-left: 35px;
}
@media (max-width: 991px) {
  .header-style-1 .menu-info ul > li + li {
    margin-left: 25px;
  }
}
.header-style-1 .menu-info ul .fi {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 3px;
}
@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi {
    top: 2px;
  }
}
.header-style-1 .menu-info ul .fi:before {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #ddd;
}
@media (max-width: 991px) {
  .header-style-1 .menu-info ul .fi:before {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
.header-style-1 .menu-open-btn-holder {
  background-color: #191919;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 22px;
}
@media (max-width: 991px) {
  .header-style-1 .menu-open-btn-holder {
    display: none;
  }
}
.header-style-1 .menu-open-btn-holder button {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.header-style-1 .menu-open-btn-holder button span {
  background-color: #fff;
  width: 27px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 9px;
}
.header-style-1 .menu-open-btn-holder button > span:nth-child(2) {
  top: 22px;
}
.header-style-1 .menu-open-btn-holder button > span:nth-child(3) {
  width: 18px;
  top: 32px;
}
@media (max-width: 991px) {
  .header-style-1 .navbar-header button {
    top: 25px;
  }
}
.header-style-1 .navigation-holder.open-navigation-menu {
  right: 0;
}
.header-style-1 a img {
  width: 100%;
}
.header-style-1 .home a {
  width: 100%;
  transition: all 0.5s;
}
.header-style-1 .about a:before,
.header-style-1 .blog a:before,
.header-style-1 .home a:before,
.header-style-1 .price a:before .header-style-1 .contact a:before,
.header-style-1 .protfolio a:before,
.header-style-1 .service a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.header-style-1 .about a:after,
.header-style-1 .blog a:after,
.header-style-1 .contact a:after,
.header-style-1 .home a:after,
.header-style-1 .price a:after,
.header-style-1 .protfolio a:after,
.header-style-1 .service a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "Home";
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 40px;
  color: #fff;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s;
}
.header-style-1 .blog a:after {
  content: "blog";
}
.header-style-1 .about a:after {
  content: "About Me";
}
.header-style-1 .service a:after {
  content: "Service";
}
.header-style-1 .protfolio a:after {
  content: "Portfolio";
}
.header-style-1 .price a:after {
  content: "Pricing";
}
.header-style-1 .contact a:after {
  content: "contact";
}
.header-style-1 .about a:hover:after,
.header-style-1 .blog a:hover:after,
.header-style-1 .contact a:hover:after,
.header-style-1 .home a:hover:after,
.header-style-1 .price a:hover:after,
.header-style-1 .protfolio a:hover:after,
.header-style-1 .service a:hover:after {
  opacity: 1;
}
.header-style-1 .about a:hover:before,
.header-style-1 .blog a:hover:before,
.header-style-1 .contact a:hover:before,
.header-style-1 .home a:hover:before,
.header-style-1 .price a:hover:before,
.header-style-1 .protfolio a:hover:before,
.header-style-1 .service a:hover:before {
  opacity: 0.9;
}
.nav > li > a {
  padding: 0;
}
.header-style-1 #navbar > ul li a {
  padding: 0;
  margin-bottom: 20px;
}
.header-style-2,
.hero {
  position: relative;
}
.hero {
  height: 100vh;
}
@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}
.hero .slide {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}
.hero .slide .slider-bg {
  display: none;
}
.hero .slide:focus {
  outline: none;
}
.hero .slide .slider-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .slide .container {
  height: 100%;
  display: table;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero .slide .container {
    padding: 0;
  }
}
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}
.hero .copy {
  font-family: "Oswald", sans-serif;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
@media (max-width: 991px) {
  .hero .pagi-info {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
@media (max-width: 767px) {
  .hero .pagi-info {
    display: none;
  }
}
.hero .social-links {
  width: auto;
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (max-width: 1300px) {
  .hero .social-links {
    left: 25px;
  }
}
@media (max-width: 850px) {
  .hero .social-links {
    display: none;
  }
}
.hero .social-links:before {
  content: "";
  width: 1px;
  height: 50px;
  background: hsla(0, 0%, 49%, 0.4);
  position: absolute;
  left: 8px;
  top: -70px;
}
.hero .social-links:after {
  font-family: "Oswald", sans-serif;
  color: #888;
  content: "SOCIAL";
  position: absolute;
  left: -28px;
  top: -135px;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hero .social-links ul {
  list-style: none;
}
.hero .social-links ul > li + li {
  margin-top: 10px;
}
.hero .social-links li a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
}
.hero .social-links li a:hover {
  color: #ddd;
}
.hero .slide-caption > div {
  overflow: hidden;
}
.hero .hero-slider .slick-current .slider-image {
  -webkit-animation: kenburn 25s 2s infinite alternate;
  -animation: kenburn 25s 2s alternate infinite;
}
.hero .slide-caption {
  padding-top: 90px;
}
.hero .slide-caption > div * {
  -webkit-animation: fadeInLeft 1.5s both;
  animation: fadeInLeft 1.5s both;
}
.hero .slide-caption > div.btns *,
.hero .slide-caption > div.slide-subtitle *,
.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.hero-style-1,
.hero-style-1 .slide {
  height: 100vh;
  min-height: 850px;
}
.hero-style-1 .slide-subtitle h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-style-1 .slide-subtitle h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide-subtitle h4 {
    font-size: 14px;
    font-size: 0.93333rem;
    letter-spacing: 4px;
  }
}
.hero-style-1 .slide-title h2 {
  font-size: 70px;
  font-size: 4.66667rem;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.hero-style-1 .slide-subtitle {
  margin-bottom: 0;
}
.hero-style-1 .slide-subtitle h4 {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
.hero-style-1 .slide-subtitle h4:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 9px;
  width: 65px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.hero-style-1 .slide-caption:hover h4:before {
  right: -80px;
}
@media (max-width: 1199px) {
  .hero-style-1 .slide-title h2 {
    font-size: 60px;
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}
@-webkit-keyframes kenburn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
@keyframes kenburn {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.header-style-1 .sticky-header {
  box-shadow: 0 2px 15px hsla(0, 0%, 49%, 0.1);
  background-color: #333;
}
.copy p {
  color: #ddd;
}
.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2s linear infinite;
  animation: sk-rotate 2s linear infinite;
}
.preloader .dot1,
.preloader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ddd;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s ease-in-out infinite;
  animation: sk-bounce 2s ease-in-out infinite;
}
.preloader .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes sk-rotate {
  to {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  to {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.hx-about-style-1 {
  background: #111;
  padding: 100px 0;
}
.hx-about-style-1 .hx-about-content p {
  margin-bottom: 20px;
  color: #333;
  color: #999;
}
.hx-about-style-1 .hx-about-content {
  padding-left: 0;
  width: 100%;
}
.hx-about-img img {
  padding: 15px;
  border: 1px solid #333;
}
.hx-about-style-1 .hx-about-content h2 {
  color: #fff;
}
.hx-site-title-1 span,
.hx-site-title span {
  font-size: 16px;
  color: #ddd;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.hx-site-title-1 h2,
.hx-site-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #444;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
  margin-top: 15px;
}
.hx-site-title-1 h2:before,
.hx-site-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #333;
  border-radius: 20px;
}
.hx-site-title-1 h2 {
  margin-bottom: 60px;
}
.hx-site-title-1 h2:before {
  left: 46%;
}
.hx-about-style-1 .hx-about-img {
  text-align: right;
}
.col-m {
  padding-right: 0;
}
.hx-about-style-1 .btns {
  margin-top: 30px;
}
.hx-service-area,
.hx-service-style-1 {
  background: #202020;
  padding: 100px 0 70px;
}
.hx-service-single {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.hx-service-content {
  padding: 11px 30px 20px;
  position: absolute;
  left: 0;
  top: 85%;
  transition: all 0.3s;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.hx-service-single:hover .hx-service-content {
  top: 0;
  background: rgba(0, 0, 0, 0.99);
}
.hx-service-content p {
  padding: 1px 0 0;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}
.hx-service-content h3 {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 25px;
}
.service-p {
  padding-left: 60px;
}
.service-img img {
  width: 100%;
}
.gallery-section {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .gallery-section {
    padding-bottom: 83px;
  }
}
@media (max-width: 767px) {
  .gallery-section {
    padding-bottom: 73px;
  }
}
.gallery-section .gallery-filters {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-filters {
    margin-bottom: 30px;
  }
}
.gallery-section .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
}
.gallery-section .gallery-filters ul li {
  display: inline-block;
}
.gallery-section .gallery-filters ul > li + li {
  margin-left: 15px;
}
.gallery-section .gallery-filters ul li a {
  font-weight: 500;
  color: #ddd;
  display: block;
  text-transform: capitalize;
}
.gallery-section .gallery-filters ul .current {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .gallery-section .gallery-filters ul li a {
    font-size: 15px;
    font-size: 1rem;
  }
}
.gallery-section .grid {
  position: relative;
}
.gallery-section .grid img {
  width: 100%;
}
.gallery-section .grid:before {
  position: absolute;
  content: "";
  left: 30px;
  right: 30px;
  top: 15px;
  bottom: 15px;
  background: hsla(0, 0%, 100%, 0.5);
  transition: all 0.3s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gallery-section .grid:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gallery-section .item {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s;
  overflow: hidden;
}
.icon {
  position: absolute;
  top: 43%;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform: all 0.9s;
  transform: all 0.9s;
}
.gallery-section .grid:hover .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon i {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.gallery-section .section-title {
  margin-bottom: 30px;
}
.testimonial-area {
  padding: 100px 0 60px;
  background: #202020;
}
.testimonial-area .slick-list {
  margin: 0 -15px;
}
.testimonial-area .slick-slide {
  outline: none !important;
  padding: 0 15px;
}
.testimonial-area .testimonial-wrap {
  outline: none !important;
}
.testimonial-img {
  width: 15%;
  z-index: 99;
  position: relative;
  margin: auto;
}
.testimonial-img,
.testimonial-img img {
  border-radius: 50%;
}
.testimonial-item {
  text-align: center;
  position: relative;
}
.testimonial-item p {
  padding-top: 10px;
  position: relative;
  font-size: 18px;
  color: #999;
}
.testimonial-item h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.testimonial-item span {
  font-size: 14px;
  color: #999;
}
.testimonial-tumb-content {
  text-align: center;
  overflow: hidden;
}
.testimonial-icon .fi {
  color: #e9e9e9;
}
.testimonial-content {
  background: #111;
  padding: 40px 35px;
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.1);
  position: relative;
}
.testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 100%;
  left: 50%;
  margin-top: 0;
  width: 0;
  height: 0;
  border-color: #111 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 0;
}
.testimonial-icon {
  position: absolute;
  bottom: 75px;
  right: 30px;
  z-index: 99;
  overflow: hidden;
}
.testimonial-icon .flaticon-right-quotation-mark:before {
  content: "\f100";
  font-size: 70px;
}
.testimonial-sub {
  padding-left: 40px;
  padding-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  display: none;
}
.pricing-area {
  position: relative;
  padding: 100px 0 70px;
}
.price-item {
  text-align: center;
  background: #f6f6f6;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.pricing-header h3 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-top: 0;
}
.pricing-header {
  padding: 15px 0 5px;
  background: #333;
  color: #fff;
  position: relative;
  z-index: 11;
}
.price-item.price-item-2 .pricing-header {
  background: #333;
}
.price-sub-header {
  padding: 25px 0 12px;
  background: #444;
}
.price-item.price-item-2 .price-sub-header {
  background: #111;
}
.price-sub-header h4 {
  font-size: 40px;
  color: #fff;
  margin-top: 0;
}
.price-sub-header h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.price-sub-header h4 span {
  font-size: 30px;
  color: #fff;
}
.price-item.price-item-2 .price-sub-header h4 {
  display: block;
  width: 150px;
  height: 150px;
  line-height: 124px;
  background: #fff;
  color: #333;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #cfcdcd;
  font-size: 60px;
  margin: auto auto 10px;
}
.price-item.price-item-2 .price-sub-header h4 span {
  font-size: 36px;
  color: #333;
}
.pricing-table {
  padding-bottom: 22px;
  background: #333;
}
.pricing-table ul {
  margin-top: 50px;
}
.pricing-table li {
  padding: 10px;
  border-bottom: 1px solid hsla(0, 0%, 40%, 0.1);
  list-style: none;
  color: #999;
}
.pricing-footer {
  margin-top: 20px;
}
.pricing-footer .theme-btn a {
  color: #fff;
  font-weight: 500;
}
.pricing-footer-2 .theme-btn a {
  color: #ddd;
  font-weight: 500;
}
.pricing-footer .theme-btn {
  height: 45px;
  line-height: 44px;
  padding: 0 18px;
}
.pricing-footer-2 .theme-btn {
  background: hsla(0, 0%, 40%, 0.9);
}
.p-out {
  padding: 50px 0 0;
}
.price-item.price-item-2 {
  margin-top: -56px;
}
.pricing-header-b,
.pricing-header-c {
  position: relative;
}
.pricing-header-b:after {
  bottom: -32px;
  width: 100%;
  -webkit-clip-path: polygon(0 76%, 100% 60%, 100% 75%, 0 100%);
  clip-path: polygon(0 76%, 100% 60%, 100% 75%, 0 100%);
}
.pricing-header-b:after,
.pricing-header-c:after {
  position: absolute;
  left: 0;
  height: 134px;
  background: #444;
  content: "";
}
.pricing-header-c:after {
  bottom: -46px;
  width: 107%;
  -webkit-clip-path: polygon(0 43%, 100% 65%, 100% 88%, 0 68%);
  clip-path: polygon(0 43%, 100% 65%, 100% 88%, 0 68%);
}
.pricing-table-2 ul {
  margin-top: 30px;
}

#blog{
    display: none !important;
}

.blog-section {
  padding-bottom: 90px;
  background: #202020;
  display: none !important;
}
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 70px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.blog-section .blog-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7.5px;
  }
}
.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  float: left;
}
@media (max-width: 1199px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}
@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.blog-section .grid .details {
  padding: 35px 30px;
  background: #111;
}
@media (max-width: 1199px) {
  .blog-section .grid .details {
    padding: 30px 20px;
  }
}
.blog-section .grid .details h3 {
  font-size: 25px;
  line-height: 1.4em;
  margin: 0 0 0.7em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .blog-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.blog-section .grid .details h3 a {
  color: #fff;
}
.blog-section .details p {
  font-size: 15px;
  font-size: 0.9375rem;
}
.blog-section .entry-meta {
  overflow: hidden;
  padding-top: 10px;
}
.blog-section .entry-meta > li {
  font-size: 14px;
  float: left;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-section .entry-meta > li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.blog-section .entry-meta > li + li {
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 12px;
  position: relative;
  color: #ddd;
}
.blog-section .entry-meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 11px;
  color: #ddd;
}
.blog-section .entry-meta li,
.blog-section .entry-meta ul {
  list-style: none;
}
.blog-section .entry-meta li a {
  color: #ddd;
}
.blog-section .entry-meta img {
  border-radius: 50%;
  margin-right: 10px;
}
.entry-media img {
  width: 100%;
}
.contact-page-area {
  padding-top: 94px;
  background: #111;
}
.contact-page-area .contact-map {
  height: 450px;
  margin-top: 60px;
  cursor: pointer;
}
.contact-page-area .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.contact-page-area input:focus,
.contact-page-area textarea:focus {
  background: rgba(51, 51, 51, 0.5);
}
.contact-page-item h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
.contact-page-item h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-page-item span {
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.contact-page-item .adress,
.contact-page-item .phone {
  margin-bottom: 20px;
}
.contact-area.contact-area-2.contact-area-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-area.contact-area-2.contact-area-3 h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.contact-page-item p {
  margin-top: 30px;
  color: #bbb;
  line-height: 30px;
}
.contact-text .title h2 {
  color: #fff;
}
.contact-area-s2 form,
.contact-area form {
  overflow: hidden;
  margin: 0 -15px;
}
.contact-area-s2 form .half-col,
.contact-area form .half-col {
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  .contact-area-s2 form .half-col,
  .contact-area form .half-col {
    width: 100%;
    float: left;
  }
}
.contact-area-s2 form div,
.contact-area form div {
  padding: 0 15px 30px;
}
.contact-area-s2 form .submit-btn-wrapper,
.contact-area form .submit-btn-wrapper {
  padding-bottom: 0;
}
.contact-area-s2 form input,
.contact-area-s2 form select,
.contact-area-s2 form textarea,
.contact-area form input,
.contact-area form textarea {
  background: transparent;
  height: 50px;
  padding: 6px 15px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 0;
}
.contact-area select.form-control:not([size]):not([multiple]) {
  height: 50px;
  padding: 6px 15px;
  color: #555;
  border: 2px solid #454545;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(192, 181, 150, 0.5);
  position: relative;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.contact-area-s2 form input:focus,
.contact-area-s2 form textarea:focus,
.contact-area form input:focus,
.contact-area form textarea:focus {
  box-shadow: none;
  border-color: #666;
}
.contact-area-s2 form textarea,
.contact-area form textarea {
  height: 150px;
  padding: 15px;
}
.contact-validation-active #error,
.contact-validation-active #success {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-section-s2 form .submit-btn-wrapper,
.contact-section form .submit-btn-wrapper {
  padding-bottom: 0;
}
.theme-btn-s3 {
  text-transform: uppercase;
}
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 5px 0 0;
  text-align: left;
  display: block;
}
.theme-btn-s3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  padding: 9px 25px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.5);
  border-radius: 0;
}
.contact-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.contact-form ::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.contact-form :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.contact-form :-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.contact-map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer-area {
  padding: 40px 0 20px;
  background: #202020;
}
.footer-menu ul {
  justify-content: center;
  margin-bottom: 15px;
}
.footer-menu ul li {
  width: 40px;
  height: 40px;
  line-height: 46px;
  margin: 0 5px;
  border-radius: 50%;
  background: #333;
  transition: all 0.3s;
  display: inline-block;
}
.footer-menu ul li:hover {
  background: #333;
  color: #fff;
}
.footer-image {
  margin-bottom: 20px;
}
.footer-menu ul li:hover a {
  color: #fff;
}
.footer-menu ul li i {
  font-style: 20px;
}
.footer-menu ul li a {
  font-size: 20px;
  color: #999;
}
.footer-sub p,
.footer-sub span {
  font-size: 14px;
  color: #ddd;
}
.contact-area .section-title h2 {
  margin-bottom: 100px;
}
.hero-slider {
  overflow: hidden;
}
.portflio .Item {
  -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
  transform: matrix(0, 0, 0, 0, 0, 0);
  transition: 0.4s;
  width: 0;
  display: inline-block;
  opacity: 0;
  height: 0;
  position: relative;
}
.portflio .Item img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.portflio .Item.Open,
.portflio .Item.Photo,
.portflio .Item.Video {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  width: auto;
  width: 25%;
  opacity: 1;
  height: auto;
}
.portflio .Item.Open img,
.portflio .Item.Photo img,
.portflio .Item.Video img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tumho-masonary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px;
}
.tumho-masonary .grid {
  transition: 0.4s;
  overflow: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  flex: 0 1;
  max-width: 0;
  position: relative;
  width: 0;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.tumho-masonary .grid .view-icon {
  display: inline-block;
  font-size: 30px;
  color: #000;
}
.tumho-masonary .grid.active,
.tumho-masonary .grid.open {
  -webkit-transform: scale(1);
  transform: scale(1);
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.p-lightbox-content {
  width: 300px !important;
  height: 500px !important;
}
.navigation-holder .navbar-nav {
  display: block;
}
.header-style-1 #navbar > ul {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 2px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.header-style-1 #navbar > ul li:last-child a {
  margin-bottom: 0;
}
.header-style-1 .navigation-holder {
  right: -526px;
}
.header-style-1 .navigation-holder.active {
  right: 0;
}
.fixed-navbar {
  position: relative;
  z-index: 5555;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fixed-navbar.active .site-header.header-style-1 {
  position: fixed;
  z-index: 555;
  top: 0;
  left: 0;
  width: 100%;
  background: #2a2a2a;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hx-about-style-1 .hx-about-img {
    display: none;
  }
  .hero-style-1,
  .hero-style-1 .slide {
    height: auto;
    min-height: auto;
  }
  .hero .slide-caption {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hx-service-area,
  .hx-service-style-1,
  .pricing-area {
    padding: 60px 0 30px;
  }
  .tumho-masonary .grid.active,
  .tumho-masonary .grid.open {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .p-out {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-item {
    overflow: hidden;
  }
  .hero-style-1,
  .hero-style-1 .slide {
    height: auto;
    min-height: auto;
  }
  .hero .slide-caption {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .hero-style-1 .slide-title h2 {
    font-size: 32px;
  }
  .hero .copy,
  .hero .slide .slider-image {
    display: none;
  }
  .hero-style-1 .slide {
    background: url(/static/media/slide-2.c8b691ef.jpg) 20% no-repeat;
    background-size: cover;
  }
  .header-style-1 .navbar-header button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-style-1 .slide-subtitle h4:before {
    display: none;
  }
  .hx-about-style-1 .hx-about-img {
    margin-top: 40px;
  }
  .hx-about-style-1 .hx-about-content h2 {
    margin-bottom: 30px;
  }
  .hx-about-style-1 {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .price-item.price-item-2 {
    margin-top: 0;
  }
  .gallery-section {
    padding: 60px 0 40px;
  }
  .testimonial-sub {
    padding-left: 0;
  }
  .testimonial-content:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonial-area {
    padding-top: 60px;
  }
  .testimonial-item p {
    font-size: 16px;
  }
  .p-out {
    padding-top: 0;
  }
  .blog-section {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .contact-page-area {
    padding-top: 34px;
    padding-bottom: 60px;
  }
  .contact-page-area .contact-map {
    height: 250px;
    margin-top: 0;
  }
  .header-style-1 .navigation-holder.active {
    right: 0 !important;
  }
  .site-header .navbar-nav > li {
    position: relative;
  }
  .price-item.price-item-2 .price-sub-header h4 {
    line-height: 72px;
    height: auto;
    width: auto;
    border: none;
    font-size: 40px;
    background: transparent;
    color: #fff;
  }
  .price-item.price-item-2 .price-sub-header h4 span {
    color: #fff;
  }
  .pricing-table.pricing-table-2 h5 {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
  .hx-service-area,
  .hx-service-style-1,
  .pricing-area {
    padding: 60px 0 30px;
  }
  .tumho-masonary .grid.active,
  .tumho-masonary .grid.open {
    flex: 100% 1;
    max-width: 100%;
  }
  .p-out {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-item {
    overflow: hidden;
  }
  .hero-style-1,
  .hero-style-1 .slide {
    height: auto;
    min-height: auto;
  }
  .hero .slide-caption {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .hero-style-1 .slide-title h2 {
    font-size: 32px;
  }
  .hero .copy,
  .hero .slide .slider-image {
    display: none;
  }
  .hero-style-1 .slide {
    background: url(/static/media/slide-2.c8b691ef.jpg) 20% no-repeat;
    background-size: cover;
  }
  .header-style-1 .navbar-header button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-style-1 .slide-subtitle h4:before {
    display: none;
  }
  .hx-about-style-1 .hx-about-img {
    margin-top: 40px;
  }
  .hx-about-style-1 .hx-about-content h2 {
    margin-bottom: 30px;
  }
  .hx-about-style-1 {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .price-item.price-item-2 {
    margin-top: 0;
  }
  .gallery-section {
    padding: 60px 0 40px;
  }
  .testimonial-sub {
    padding-left: 0;
  }
  .testimonial-content:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonial-area {
    padding-top: 60px;
  }
  .testimonial-item p {
    font-size: 16px;
  }
  .p-out {
    padding-top: 0;
  }
  .blog-section {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .contact-page-area {
    padding-top: 34px;
    padding-bottom: 60px;
  }
  .contact-page-area .contact-map {
    height: 250px;
    margin-top: 0;
  }
  .header-style-1 .navigation-holder.active {
    right: 0 !important;
  }
  .site-header .navbar-nav > li {
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hx-service-area,
  .hx-service-style-1,
  .pricing-area {
    padding: 60px 0 30px;
  }
  .tumho-masonary .grid.active,
  .tumho-masonary .grid.open {
    flex: 100% 1;
    max-width: 100%;
  }
  .p-out {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-item {
    overflow: hidden;
  }
  .hero-style-1,
  .hero-style-1 .slide {
    height: auto;
    min-height: auto;
  }
  .hero .slide-caption {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
  }
  .hero-style-1 .slide-title h2 {
    font-size: 32px;
  }
  .hero .copy,
  .hero .slide .slider-image {
    display: none;
  }
  .hero-style-1 .slide {
    background: url(/static/media/slide-2.c8b691ef.jpg) 20% no-repeat;
    background-size: cover;
  }
  .header-style-1 .navbar-header button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-style-1 .slide-subtitle h4:before {
    display: none;
  }
  .hx-about-style-1 .hx-about-img {
    margin-top: 40px;
  }
  .hx-about-style-1 .hx-about-content h2 {
    margin-bottom: 30px;
  }
  .hx-about-style-1 {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .price-item.price-item-2 {
    margin-top: 0;
  }
  .gallery-section {
    padding: 60px 0 40px;
  }
  .testimonial-sub {
    padding-left: 0;
  }
  .testimonial-content:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonial-area {
    padding-top: 60px;
  }
  .testimonial-item p {
    font-size: 16px;
  }
  .p-out {
    padding-top: 0;
  }
  .blog-section {
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .contact-page-area {
    padding-top: 34px;
    padding-bottom: 60px;
  }
  .contact-page-area .contact-map {
    height: 250px;
    margin-top: 0;
  }
  .header-style-1 .navigation-holder.active {
    right: 0 !important;
  }
  .site-header .navbar-nav > li {
    position: relative;
  }
}
/*# sourceMappingURL=main.06e0ceea.chunk.css.map */
