/******************************************************************
Author: Bluu & 523 Studio for PiroskaRuhaszerviz
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / .site-header
	+ Content / .site-main
		- Contetnt Area / .section
	+ Footer / .site-footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1.  Common Styles
	1.1	Mixins
	1.2	Variables
	1.3	Reset
	1.4	Helper
2.  Preloader
3.  Header
3.  Slider / Banner
4.  Service
5.  Team
6.  Progress Bar
7.  Portfolio
8.  Testimonials
9.  Price Table
10.  Blog
11.  Pages
12.  Shop
	12.1 Shop Single
13. Contact
14. footer
15. Fullscreen
	15.1 .home-wrapper
	15.2 .about-wrapper
	15.3 .service-wrapper
	15.4 .portfolio-wrapper
	15.5 .team-wrapper
	15.6 .blog-wrapper
	15.7 .contact-wrapper
16. Media Queries
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background: #fff (White)
Primary:    #000 (Solid Dark)
Content:    rgba(0,0,0,0.54) (Gray)

a (standard):   rgba(0,0,0,0.54) (gray)
a (hover)   :   rgba(0,0,0,0.87) (light dark)

-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Body 	:	14px/21px Raleway, sans-serif; 
Heading :	Montserrat, sans-serif";
	h1  : 	36px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	14px
	h6  : 	12px
-----------------------------------------------------------------------*/
/*------------------------------------------------------------
	Including Styles
------------------------------------------------------------*/
::-moz-selection {
  /* Code for Firefox */
  background-color: #000;
  color: #fff; }

::selection {
  background-color: #000;
  color: #fff; }

body {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px; }

a {
  color: rgba(0, 0, 0, 0.54);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #000;
    outline: none;
    text-decoration: none; }

.text-light > a{
	color: #fff;
}
	
p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.only-mobile {
	visibility:hidden;
}	
  
/**
 *  Typography
 *
 **/
h1, h2, h3,
h4, h5, h6,
.h1, .h2, .h3,
.h4, .h5, .h6 {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0; }

h5, .h5 {
  line-height: 18px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

/**
 *  Reset input fields opacity
 *
 **/
input:focus, button:focus {
  outline: 0; }

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit; }

:-ms-input-placeholder {
  opacity: 1;
  color: inherit; }

button, input, select, textarea {
  font-weight: 500; }

.btn:hover, .btn:focus, .btn:active:focus {
  outline: none; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear {
  *zoom: 1; }
  .clear:before, .clear:after {
    content: " ";
    display: table; }
  .clear:after {
    clear: both; }

.section-full {
  padding: 150px 0; }

.section {
  padding: 75px 0; }

.top-half {
  padding-top: 75px; }

.top-full {
  padding-top: 150px; }

.bottom-half {
  padding-bottom: 75px; }

.bottom-full {
  padding-bottom: 150px; }

.relative {
  position: relative; }

.montserrat {
  font-family: "Montserrat", sans-serif; }

.block {
  display: block; }

.inline {
  display: inline-block; }

.radius {
  border-radius: 3px; }

.w100 {
  width: 100%; }

.danger {
  color: #ff4951; }

.ov-hidden {
  overflow: hidden; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.fw-700 {
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700; }

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

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

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

.fz-12 {
  font-size: 12px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-flow-rw {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.btn {
  border-radius: 3px;
  border: 0 none;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-theme {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
  line-height: 50px;
  padding: 0 50px; }
  .btn-theme:hover, .btn-theme:focus {
    background-color: transparent;
    border-color: #000;
    color: #000; }

.btn-white {
  background-color: #fff;
  border: 1px solid transparent;
  color: #000; }
  .btn-white.btn-border:hover {
    border-color: transparent; }
  .btn-white:hover, .btn-white:focus {
    background-color: #000;
    border-color: #fff;
    color: #fff; }

.btn-mid {
  font-size: 12px;
  height: 33px;
  line-height: 32px;
  padding: 0 30px; }

.btn-round {
  border-radius: 50px; }

.btn-round-left {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px; }

.btn-border {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.white-bg {
  background-color: #fff; }

.gray-bg {
  background-color: #f7f7f7; }

.primary-bg {
  background: rgba(0,0,0,0.65); }

.default-shadow {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }

table{
	 margin: 0 0;
	 width: 100%;
}	
td {
	text-align: left;
	padding-left: 5px;
}	
td:nth-child(2){
	text-align: right;
	min-width: 40%;
}
  
.pricebox{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
 }
	
  
.pr{
	 
	 display: inline-block;
	 clear: both;
 }

.pr1{
	
	margin-right: 20px;
 }	
 
.pr2{
	float:left;
	
}
  
.title-color {
  color: rgba(0, 0, 0, 0.87); }

.text-light {
  color: #fff; }

.text-light-54 {
  color: rgba(255, 255, 255, 0.54); }

.text-dark-54 {
  color: rgba(0, 0, 0, 0.54); }

.text-link {
  color: rgba(0, 0, 0, 0.54); }
  .text-link a {
    color: rgba(0, 0, 0, 0.54); }
  .text-link:hover, .text-link:focus, .text-link a:hover, .text-link a:focus {
    color: rgba(0, 0, 0, 0.54); }

.link-light, .link-light:hover, .link-light:focus {
  color: #fff; }

.title-link, .title-link:hover {
  color: #000; }

.link-underline:hover {
  text-decoration: underline; }

.animated-link i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.animated-link:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px); }

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.parallax-bg {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.section-title .title-inner::before, .section-title .title-inner::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 70px;
  position: absolute;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.section-title .title-inner::before {
  left: 73px; }
.section-title .title-inner::after {
  right: 73px; }
.section-title .last {
  display: block; }
  .section-title .last::before, .section-title .last::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 50px;
    position: absolute;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-title .last::before {
    left: 87px; }
  .section-title .last::after {
    right: 87px; }
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1; }
  .section-title h2 span {
    display: block; }
  .section-title h2::before, .section-title h2::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100px;
    position: absolute;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-title h2::before {
    left: 58px; }
  .section-title h2::after {
    right: 58px; }
.section-title.style-2 .title-inner::before, .section-title.style-2 .title-inner::after {
  height: 30px; }
.section-title.style-2 .title-inner::before {
  left: -20px; }
.section-title.style-2 .title-inner::after {
  right: -20px; }
.section-title.style-2 h2::before, .section-title.style-2 h2::after {
  height: 50px; }
.section-title.style-2 h2::before {
  left: -10px; }
.section-title.style-2 h2::after {
  right: -10px; }
.section-title.style-2 span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px; }
  .section-title.style-2 span::before, .section-title.style-2 span::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    height: 80px;
    position: absolute;
    top: 50%;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .section-title.style-2 span::before {
    left: 0; }
  .section-title.style-2 span::after {
    right: 0; }
.section-title.light .title-inner::before, .section-title.light .title-inner::after, .section-title.light .last::before, .section-title.light .last::after, .section-title.light h2::before, .section-title.light h2::after, .section-title.light span::before, .section-title.light span::after {
  background-color: rgba(255, 255, 255, 0.54); }

.bullet-one {
  margin-bottom: 85px; }
  .bullet-one .owl-controls {
    bottom: -90px;
    left: 0;
    position: absolute;
    right: 0; }
  .bullet-one .owl-dot {
    background-color: rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    position: relative;
    width: 10px;
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .bullet-one .owl-dot::before, .bullet-one .owl-dot::after {
      background-color: #000;
      border-radius: 10px;
      content: "";
      height: 10px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 10px;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .bullet-one .owl-dot::after {
      background-color: #fff;
      top: 3px;
      z-index: -1; }
    .bullet-one .owl-dot.active {
      height: 31px; }
      .bullet-one .owl-dot.active::before, .bullet-one .owl-dot.active::after {
        opacity: 1; }
  .bullet-one.center .owl-dots {
    text-align: center; }
  .bullet-one.light .owl-dots {
    text-align: center; }
  .bullet-one.light .owl-dot {
    background-color: rgba(255, 255, 255, 0.38); }
    .bullet-one.light .owl-dot::before {
      background-color: #fff; }
    .bullet-one.light .owl-dot::after {
      background-color: #000; }

.rsbg{
	background-image: url("img/rsb.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.cm{
	position: absolute; 
	z-index: 100000;
	width: 100%;
	bottom: 50%;
}
.cm img{
	width: 100%;
	max-width: 100%;
}

/*------------------------------------------------------------
	Preloader
------------------------------------------------------------*/
.preloader {
  background-color: #fff;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.loader-inner {
  bottom: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px; }

.loader-line-wrap {
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -moz-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -o-animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  animation: spin 2000ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite; }

.loader-line {
  border: 4px solid transparent;
  border-radius: 100%;
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px; }

.loader-line-wrap:nth-child(1) {
  animation-delay: -50ms; }

.loader-line-wrap:nth-child(2) {
  animation-delay: -100ms; }

.loader-line-wrap:nth-child(3) {
  animation-delay: -150ms; }

.loader-line-wrap:nth-child(4) {
  animation-delay: -200ms; }

.loader-line-wrap:nth-child(5) {
  animation-delay: -250ms; }

.loader-line-wrap:nth-child(1) .loader-line {
  border-color: rgba(0, 0, 0, 0.2);
  height: 90px;
  width: 90px;
  top: 7px; }

.loader-line-wrap:nth-child(2) .loader-line {
  border-color: rgba(0, 0, 0, 0.4);
  height: 76px;
  width: 76px;
  top: 14px; }

.loader-line-wrap:nth-child(3) .loader-line {
  border-color: rgba(0, 0, 0, 0.6);
  height: 62px;
  width: 62px;
  top: 21px; }

.loader-line-wrap:nth-child(4) .loader-line {
  border-color: rgba(0, 0, 0, 0.8);
  height: 48px;
  width: 48px;
  top: 28px; }

.loader-line-wrap:nth-child(5) .loader-line {
  border-color: black;
  height: 34px;
  width: 34px;
  top: 35px; }

@-webkit-keyframes spin {
  0%, 15% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  0%, 15% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes spin {
  0%, 15% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0%, 15% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  z-index: 100; }
  .site-header .container-fluid {
    padding-left: 50px;
    padding-right: 50px; }

.navbar-brand {
  font-size: inherit;
  height: auto;
  line-height: inherit;
  padding: 0; }
  .navbar-brand img {
    height: 80px; }

.navbar-collapse .header-actions,
.navbar-collapse .primary-nav {
  display: none; }

.navbar-right > li {
  display: inline-block; }
  .navbar-right > li > a {
    line-height: 80px; }

.primary-nav {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  z-index: 1; }
  .primary-nav > li {
    position: relative; }
    .primary-nav > li > a {
      color: rgba(0, 0, 0, 0.87);
      display: block;
      font-size: 13px;
      padding: 0 20px;
      overflow: hidden;
      position: relative;
      text-transform: uppercase; }
      .primary-nav > li > a::before {
        background-color: rgba(0, 0, 0, 0.84);
        content: "";
        display: block;
        height: 1px;
        left: -100%;
        margin-top: -0.5px;
        position: absolute;
        top: 50%;
        visibility: hidden;
        width: 100%;
        z-index: 0; }
      .primary-nav > li > a:hover::before, .primary-nav > li > a.active::before {
        -webkit-animation: 0.9s ease 0s normal none 1 running menu_hover_2;
        -moz-animation: 0.9s ease 0s normal none 1 running menu_hover_2;
        -o-animation: 0.9s ease 0s normal none 1 running menu_hover_2;
        animation: 0.9s ease 0s normal none 1 running menu_hover_2; }

@-webkit-keyframes menu_hover_2 {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: 0.3; }
  80% {
    left: 100%;
    opacity: 0.1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@-moz-keyframes menu_hover_2 {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: 0.3; }
  80% {
    left: 100%;
    opacity: 0.1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@-o-keyframes menu_hover_2 {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: 0.3; }
  80% {
    left: 100%;
    opacity: 0.1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
@keyframes menu_hover_2 {
  0% {
    left: -100%;
    visibility: hidden; }
  10% {
    left: -100%;
    opacity: 1;
    visibility: visible; }
  65% {
    opacity: 0.3; }
  80% {
    left: 100%;
    opacity: 0.1;
    visibility: visible; }
  81% {
    left: 100%;
    visibility: hidden; }
  100% {
    left: -100%;
    visibility: hidden; } }
.is-sticky .navbar-brand img,
.is-sticky .toggle-header {
  height: 65px; }
.is-sticky .menu-wrapper > ul > li > a,
.is-sticky .navbar-right > li > a,
.is-sticky .toggle-header {
  line-height: 65px; }

/*----------------- DropDown ---------------*/
.primary-nav .sub-menu {
  background-color: rgba(0, 0, 0, 0.84);
  display: block;
  left: 0;
  min-width: 220px;
  position: absolute;
  padding: 35px 40px 36px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  white-space: nowrap;
  z-index: 2;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }
  .primary-nav .sub-menu li {
    float: none;
    position: relative; }
    .primary-nav .sub-menu li a {
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      display: block;
      line-height: inherit;
      padding: 7.5px 0 7.5px 0;
      text-transform: capitalize; }
      .primary-nav .sub-menu li a:first-child a {
        border-bottom: 0; }
  .primary-nav .sub-menu .sub-menu {
    top: 0;
    left: -webkit-calc(100% + 40px);
    left: -moz-calc(100% + 40px);
    left: calc(100% + 40px); }
.primary-nav li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.sub-menu > li .arrow {
  font-size: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-actions > li > a {
  display: block;
  font-size: 20px;
  padding: 0 19px; }

.mini-cart {
  position: relative; }
  .mini-cart:hover .mini-cart-wrapper {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }

.mini-cart-wrapper {
  background-color: #fff;
  min-width: 290px;
  padding: 30px 37px;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }
  .mini-cart-wrapper .mcart-product {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; }
    .mini-cart-wrapper .mcart-product span {
      display: block; }
    .mini-cart-wrapper .mcart-product .remove-product {
      position: absolute;
      right: -25px;
      top: 0;
      width: 30px; }

.toggle-header {
  font-size: 20px;
  height: 80px;
  margin: 0 0 0 36px;
  position: relative;
  width: 23px;
  z-index: 2; }
  .toggle-header span {
    background-color: black;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .toggle-header span::before, .toggle-header span::after {
      background-color: black;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      -o-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      -moz-transition-delay: 0.3s, 0s;
      -o-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s; }
    .toggle-header span::before {
      top: -7px;
      -webkit-transition-property: top, transform;
      -moz-transition-property: top, transform;
      -o-transition-property: top, transform;
      transition-property: top, transform; }
    .toggle-header span::after {
      bottom: -7px;
      -webkit-transition-property: bottom, transform;
      -moz-transition-property: bottom, transform;
      -o-transition-property: bottom, transform;
      transition-property: bottom, transform; }
  .toggle-header.active span {
    background-color: transparent; }
    .toggle-header.active span::before, .toggle-header.active span::after {
      -webkit-transition-delay: 0s, 0.3s;
      -moz-transition-delay: 0s, 0.3s;
      -o-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .toggle-header.active span::before {
      top: 0;
      transform: rotate(45deg); }
    .toggle-header.active span::after {
      bottom: 0;
      transform: rotate(-45deg); }

.navbar-toggle {
  margin: 0; }

.search-area {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .search-area.active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .search-area .header-search {
    left: 50px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .search-area input {
    border: 0 none;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 0;
    height: 50px;
    width: 100%;
    opacity: 0.25; }
    .search-area input:focus {
      opacity: 1; }

.close-search {
  margin-top: 3px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  .close-search:hover {
    opacity: 1; }

.tp-header {
  background-color: transparent;
  left: 0;
  position: fixed;
  right: 0; }
  .tp-header .navbar-brand {
    position: relative;
    height: 80px; }
    .tp-header .navbar-brand img {
      position: absolute;
      left: 0;
      top: 0; }
  .tp-header .logo-2 {
    opacity: 0; }
  .tp-header .primary-nav > li > a::before {
    background-color: #fff; }
  .tp-header .primary-nav > li > a,
  .tp-header .header-actions > li > a {
    color: #fff; }
  .tp-header.dark .primary-nav > li > a::before {
    background-color: rgba(0, 0, 0, 0.87); }
  .tp-header.dark .primary-nav > li > a,
  .tp-header.dark .header-actions > li > a {
    color: rgba(0, 0, 0, 0.87); }
  .tp-header .toggle-header span {
    background-color: #fff; }
    .tp-header .toggle-header span::before, .tp-header .toggle-header span::after {
      background-color: #fff; }
  .tp-header .toggle-header.active span {
    background-color: transparent; }
  .tp-header .toggle-header.dark span {
    background-color: #000; }
    .tp-header .toggle-header.dark span::before, .tp-header .toggle-header.dark span::after {
      background-color: #000; }
  .tp-header .toggle-header.dark.active span {
    background-color: transparent; }

.tp-header.is-sticky {
  background-color: #fff; }
  .tp-header.is-sticky .navbar-brand {
    height: 60px; }
  .tp-header.is-sticky .logo-1 {
    opacity: 0; }
  .tp-header.is-sticky .logo-2 {
    opacity: 1; }
  .tp-header.is-sticky .primary-nav > li > a::before {
    background-color: #000; }
  .tp-header.is-sticky .primary-nav > li > a,
  .tp-header.is-sticky .header-actions > li > a {
    color: rgba(0, 0, 0, 0.87); }
  .tp-header.is-sticky .toggle-header span {
    background-color: #000; }
    .tp-header.is-sticky .toggle-header span::before, .tp-header.is-sticky .toggle-header span::after {
      background-color: #000; }
  .tp-header.is-sticky .toggle-header.active span {
    background-color: transparent; }

/*------------------------------------------------------------
	home banner
------------------------------------------------------------*/
[class^="banner-"] .scroll-down:not(.animated-link) {
  border: 1px solid;
  border-radius: 30px;
  bottom: 20px;
  font-size: 13px;
  height: 40px;
  left: 50%;
  position: absolute;
  text-align: center;
  width: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  [class^="banner-"] .scroll-down:not(.animated-link) i {
    position: absolute;
    left: 50%;
    bottom: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: 1s scroll-jumping 0s infinite;
    -moz-animation: 1s scroll-jumping 0s infinite;
    -o-animation: 1s scroll-jumping 0s infinite;
    animation: 1s scroll-jumping 0s infinite; }

@-webkit-keyframes scroll-jumping {
  0% {
    bottom: 18px; }
  100% {
    bottom: 3px; } }
@-moz-keyframes scroll-jumping {
  0% {
    bottom: 18px; }
  100% {
    bottom: 3px; } }
@-o-keyframes scroll-jumping {
  0% {
    bottom: 18px; }
  100% {
    bottom: 3px; } }
@keyframes scroll-jumping {
  0% {
    bottom: 18px; }
  100% {
    bottom: 3px; } }
.banner-2 .overlay {
  background: black;
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 19%, rgba(0, 0, 0, 0.89) 90%, rgba(0, 0, 0, 0.88) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(19%, rgba(0, 0, 0, 0.98)), color-stop(90%, rgba(0, 0, 0, 0.89)), color-stop(100%, rgba(0, 0, 0, 0.88)));
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 19%, rgba(0, 0, 0, 0.89) 90%, rgba(0, 0, 0, 0.88) 100%);
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 19%, rgba(0, 0, 0, 0.89) 90%, rgba(0, 0, 0, 0.88) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.98) 19%, rgba(0, 0, 0, 0.89) 90%, rgba(0, 0, 0, 0.88) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.98) 19%, rgba(0, 0, 0, 0.89) 90%, rgba(0, 0, 0, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }
.banner-2 .banner-content img {
  width: 50%; }
.banner-2 .banner-content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  letter-spacing: 20px; }

.banner-3::before {
  background-color: #f3f3f3;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

.banner-5 .media-desc {
  background-color: #fff;
  padding: 91px 100px 91px 170px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% + 60px);
  top: -moz-calc(50% + 60px);
  top: calc(50% + 60px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.banner-7 h2 {
  font-size: 72px;
  line-height: 66px; }
.banner-7 p {
  font-size: 18px; }

.banner-slider-1 .container {
  border-left: 10px solid rgba(0, 0, 0, 0.87);
  min-height: 370px;
  padding-left: 60px;
  z-index: 0; }
  .banner-slider-1 .container:hover h2, .banner-slider-1 .container:hover p, .banner-slider-1 .container:hover a {
    color: #fff; }
  .banner-slider-1 .container:hover .half-img-holder {
    width: 100%; }
.banner-slider-1 .slide-content {
  width: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }
  .banner-slider-1 .slide-content h2 {
    font-size: 72px;
    line-height: 68px; }
  .banner-slider-1 .slide-content p {
    font-size: 18px; }
  .banner-slider-1 .slide-content h2, .banner-slider-1 .slide-content p, .banner-slider-1 .slide-content a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.banner-slider-1 .half-img-holder {
  background: transparent no-repeat scroll right bottom/cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
  .banner-slider-1 .half-img-holder::before {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
.banner-slider-1 .active .slide-content {
  width: 100%;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }
.banner-slider-1 .active .half-img-holder {
  width: 200px; }
.banner-slider-1 .owl-nav {
  color: #fff;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  right: 50px;
  text-align: right;
  top: -50px;
  width: 100%;
  z-index: 2; }
  .banner-slider-1 .owl-nav .owl-prev,
  .banner-slider-1 .owl-nav .owl-next {
    display: inline-block;
    margin: 0 15px; }

.banner-9 h2 {
  font-size: 60px;
  line-height: 60px; }

.liberty-holder {
  position: relative; }
  .liberty-holder img {
    margin-left: 47px;
    position: relative;
    width: 60%;
    z-index: 1; }

.liberty-shape,
.shape-inner {
  position: relative;
  z-index: 0; }
  .liberty-shape::before, .liberty-shape::after,
  .shape-inner::before,
  .shape-inner::after {
    background-color: red;
    border-radius: 50%;
    content: "";
    height: 237px;
    left: 0;
    position: absolute;
    top: 0;
    width: 237px;
    z-index: -1; }

.liberty-shape {
  margin-left: 66px; }
  .liberty-shape::before {
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -3;
    -webkit-animation: 1s liberty-ripple-3 0s infinite;
    -moz-animation: 1s liberty-ripple-3 0s infinite;
    -o-animation: 1s liberty-ripple-3 0s infinite;
    animation: 1s liberty-ripple-3 0s infinite; }
  .liberty-shape::after {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -4;
    -webkit-animation: 1s liberty-ripple-4 0s infinite;
    -moz-animation: 1s liberty-ripple-4 0s infinite;
    -o-animation: 1s liberty-ripple-4 0s infinite;
    animation: 1s liberty-ripple-4 0s infinite; }

.shape-inner::before {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: 1s liberty-ripple-1 0s infinite;
  -moz-animation: 1s liberty-ripple-1 0s infinite;
  -o-animation: 1s liberty-ripple-1 0s infinite;
  animation: 1s liberty-ripple-1 0s infinite; }
.shape-inner::after {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -2;
  -webkit-animation: 1s liberty-ripple-2 0s infinite;
  -moz-animation: 1s liberty-ripple-2 0s infinite;
  -o-animation: 1s liberty-ripple-2 0s infinite;
  animation: 1s liberty-ripple-2 0s infinite; }

@-webkit-keyframes liberty-ripple-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0; } }
@-moz-keyframes liberty-ripple-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0; } }
@-o-keyframes liberty-ripple-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0; } }
@keyframes liberty-ripple-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0; } }
@-webkit-keyframes liberty-ripple-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
@-moz-keyframes liberty-ripple-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
@-o-keyframes liberty-ripple-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes liberty-ripple-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }
@-webkit-keyframes liberty-ripple-3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); } }
@-moz-keyframes liberty-ripple-3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); } }
@-o-keyframes liberty-ripple-3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes liberty-ripple-3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); } }
@-webkit-keyframes liberty-ripple-4 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); } }
@-moz-keyframes liberty-ripple-4 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); } }
@-o-keyframes liberty-ripple-4 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); } }
@keyframes liberty-ripple-4 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4); } }
/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.about-carousel .item h4 {
  letter-spacing: 0.7px; }
.about-carousel .item i {
  font-size: 24px; }

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
.service-1 {
  margin-bottom: 1px;
  margin-right: 1px;
  min-height: 300px;
  z-index: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .service-1 i {
    font-size: 48px; }
  .service-1 .desc {
    background-color: rgba(255, 255, 255, 0.9);
    height: 0;
    opacity: 0;
    padding: 60px;
    position: absolute;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .service-1:hover {
    z-index: 1; }
    .service-1:hover .desc {
      box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
      height: 100%;
      opacity: 1; }

.service-2 {
  margin-bottom: 70px;
  margin-right: 30px;
  padding: 10px 10px 10px 120px;
  position: relative;
  z-index: 0; }
  .service-2 .shade-text {
    bottom: 130px;
    color: #f7f7f7;
    font-family: "Montserrat", sans-serif;
    font-size: 65px;
    font-weight: 700;
    left: 50px;
    line-height: 60px;
    opacity: 0.87;
    position: absolute;
    z-index: -1; }
  .service-2 .icon {
    color: rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 180px;
    margin-left: -50px;
    margin-bottom: 70px; }

.multi-carusel-2 .owl-stage-outer {
  padding: 15px; }

/*------------------------------------------------------------
	Team
------------------------------------------------------------*/
.team-member .overlay,
.hover-1 .overlay {
  background-color: rgba(255, 255, 255, 0.9);
  height: 70px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.team-member figcaption,
.hover-1 figcaption {
  bottom: 50px;
  left: 50px;
  position: absolute;
  right: 50px;
  opacity: 0; }
.team-member:hover,
.hover-1:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
  .team-member:hover .overlay,
  .hover-1:hover .overlay {
    height: 100%;
    opacity: 1; }
  .team-member:hover figcaption,
  .hover-1:hover figcaption {
    opacity: 1; }

/*------------------------------------------------------------
	Progress Bar
------------------------------------------------------------*/
.progress-item {
  margin-bottom: 33px; }
  .progress-item:last-child {
    margin-bottom: 0; }
  .progress-item .bar-wrap {
    background-color: #fff;
    height: 6px;
    width: 100%; }
  .progress-item .bar {
    background-color: #000;
    height: 100%;
    overflow: visible !important;
    position: relative;
    width: 0; }
    .progress-item .bar::after {
      background-color: #000;
      content: "";
      height: 26px;
      position: absolute;
      right: 0;
      top: -10px;
      width: 6px; }

/*------------------------------------------------------------
	Portfolio
------------------------------------------------------------*/
.isotope-filter {
  min-height: 272px; }
  .isotope-filter a {
    display: block;
    font-family: "Montserrat", sans-serif;
    line-height: 42px;
    position: relative; }
    .isotope-filter a::before {
      background-color: #000;
      bottom: 4px;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .isotope-filter a.active::before {
      width: 30px; }

/*------------------------------------------------------------
	Testimonials
------------------------------------------------------------*/
.quote-item blockquote {
  background-color: #fff;
  border: 0 none;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  padding: 54px 50px 55px; }
.quote-item figure {
  margin-right: 20px; }
.quote-item .author-info {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  padding: 20px 50px; }
.quote-item span {
  font-size: 12px; }
.quote-item.light blockquote {
  background-color: #000;
  color: #fff; }

.pf-single .meta {
  padding-top: 13px; }
  .pf-single .meta li {
    margin-bottom: 8px; }
    .pf-single .meta li:last-child {
      margin-bottom: 0; }
  .pf-single .meta b {
    font-family: "Montserrat", sans-serif;
    min-width: 90px;
    display: inline-block; }
  .pf-single .meta span {
    display: inline-block;
    margin-left: 40px; }

.mp-portfolio img {
  display: block;
  margin: 0 auto;
  max-width: 40%; }
.mp-portfolio h3 {
  color: #361c90; }

/*------------------------------------------------------------
	Price Table
------------------------------------------------------------*/
.price-table {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 56px 0 50px; }
  .price-table i {
    font-size: 48px; }
  .price-table h2 span {
    font-size: 14px; }
  .price-table li {
    font-size: 13px;
    line-height: 30px; }
  .price-table.active {
    background-color: #000;
    -webkit-transform: scale(1.11);
    -moz-transform: scale(1.11);
    -ms-transform: scale(1.11);
    -o-transform: scale(1.11);
    transform: scale(1.11); }

/*------------------------------------------------------------
	Logos
------------------------------------------------------------*/
.client-logo {
  opacity: .3; }
  .client-logo:hover {
    opacity: 1; }

/*------------------------------------------------------------
	Blog
------------------------------------------------------------*/
.blog-post {
  z-index: 0; }
  .blog-post .desc {
    padding: 60px;
    opacity: 0; }
  .blog-post .meta {
    font-size: 12px; }
  .blog-post:hover {
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    z-index: 1; }
    .blog-post:hover .desc {
      opacity: 1; }

.post-entry + .post-entry {
  margin-top: 30px; }
.post-entry .summery > div {
  padding-left: 50px;
  padding-right: 50px; }
.post-entry.single .summery > div {
  padding: 65px 0 0; }

.widget + .widget {
  margin-top: 30px; }

.widget-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative; }
  .widget-title::before {
    background-color: #000;
    content: '';
    height: 2px;
    width: 70px;
    position: absolute;
    bottom: -1px;
    left: 0; }

.widget-search input {
  border: 0 none;
  height: 50px;
  padding: 0;
  text-indent: 20px;
  width: 100%; }
.widget-search .search-sub {
  background-color: transparent;
  border: 0 none;
  padding: 0 20px; }

.list-caret li {
  position: relative;
  padding-left: 23px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .list-caret li + li {
    margin-top: 5px; }
  .list-caret li::before, .list-caret li::after {
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    display: inline-block;
    font-family: fontawesome;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0; }
  .list-caret li::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  .list-caret li::after {
    content: "\f178";
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .list-caret li:hover {
    padding-left: 31px; }
    .list-caret li:hover::before {
      opacity: 0;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0); }
    .list-caret li:hover::after {
      opacity: 1;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }

.tag-cloud a {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 28px; }

.post-pagination span a,
.post-pagination li a {
  background-color: #f7f7f7;
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px; }
  .post-pagination span a:hover, .post-pagination span a.active,
  .post-pagination li a:hover,
  .post-pagination li a.active {
    background-color: #000;
    color: #fff; }
.post-pagination .prev a {
  border-radius: 3px 0 0 3px; }
.post-pagination .next a {
  border-radius: 0 3px 3px 0; }

div.fb_iframe_widget {
  display: block; }
  div.fb_iframe_widget span {
    display: block;
    width: 100% !important; }
  div.fb_iframe_widget iframe {
    width: 100% !important; }

/*------------------------------------------------------------
	CTA
------------------------------------------------------------*/
.cta {
  padding: 50px 0; }
  .cta.primary {
    background-color: #000; }

/*------------------------------------------------------------
	Page
-----------------------------------------------------------*/
.page-header {
  background-position: center top;
  border-bottom: 0 none;
  margin: 0;
  padding: 90px 0; }

.page-title p {
  color: rgba(0, 0, 0, 0.54); }

.page-bc li {
  margin-right: 8px; }
  .page-bc li::after {
    content: "\f178";
    display: inline-block;
    font-family: fontawesome;
    margin-left: 8px; }
  .page-bc li:last-child {
    margin-right: 0; }
    .page-bc li:last-child::after {
      content: none; }

/*------------------------------------------------------------
	Product
------------------------------------------------------------*/
.product {
  margin-bottom: 30px; }
  .product .thumb {
    position: relative; }
    .product .thumb img {
      width: 100%; }
  .product .actions {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform-origin: center bottom 0;
    -moz-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    -o-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transform: translateY(-100%) scaleY(0);
    -moz-transform: translateY(-100%) scaleY(0);
    -ms-transform: translateY(-100%) scaleY(0);
    -o-transform: translateY(-100%) scaleY(0);
    transform: translateY(-100%) scaleY(0); }
    .product .actions a {
      background-color: white;
      border-radius: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 5px;
      position: relative;
      text-align: center;
      width: 40px;
      z-index: 0; }
      .product .actions a::before {
        background-color: #f7f7f7;
        border-radius: 30px;
        content: "";
        height: 30px;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 30px;
        z-index: -1;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .product .actions a:hover {
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
        .product .actions a:hover::before {
          background-color: #000; }
  .product .desc {
    margin: 0 10px;
    padding-bottom: 23px;
    padding-top: 24px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .product .desc::before {
      background-color: white;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
  .product h5 {
    margin-bottom: 3px; }
  .product .price {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400; }
  .product:hover .actions {
    -webkit-transform: translateY(-100%) scaleY(1);
    -moz-transform: translateY(-100%) scaleY(1);
    -ms-transform: translateY(-100%) scaleY(1);
    -o-transform: translateY(-100%) scaleY(1);
    transform: translateY(-100%) scaleY(1); }
  .product:hover .desc::before {
    height: 60px; }

.star-rating::before {
  content: '\f006\f006\f006\f006\f006'; }
.star-rating.star-half::before {
  content: '\f123\f006\f006\f006\f006'; }
.star-rating.star-1::before {
  content: '\f005\f006\f006\f006\f006'; }
.star-rating.star-1-half::before {
  content: '\f005\f123\f006\f006\f006'; }
.star-rating.star-2::before {
  content: '\f005\f005\f006\f006\f006'; }
.star-rating.star-2-half::before {
  content: '\f005\f005\f123\f006\f006'; }
.star-rating.star-3::before {
  content: '\f005\f005\f005\f006\f006'; }
.star-rating.star-3-half::before {
  content: '\f005\f005\f005\f123\f006'; }
.star-rating.star-4::before {
  content: '\f005\f005\f005\f005\f006'; }
.star-rating.star-4-half::before {
  content: '\f005\f005\f005\f005\f123'; }
.star-rating.star-5::before {
  content: '\f005\f005\f005\f005\f005'; }

.table-1 > thead > tr > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 17px;
  padding-top: 17px;
  white-space: nowrap; }
.table-1 > tbody > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px; }
.table-1 > tfoot > tr > th, .table-1 > tfoot > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px; }
.table-1 .remove-product a {
  display: block;
  opacity: 0.4;
  width: 20px; }
  .table-1 .remove-product a:hover {
    opacity: 1; }
.table-1 .product-price,
.table-1 .product-quantity,
.table-1 .remove-product {
  vertical-align: middle; }

.quantity-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .quantity-field button {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 32px; }
  .quantity-field input {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 38px;
    padding: 0;
    text-align: center;
    width: 32px; }

.selectize-input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .selectize-input.focus {
    box-shadow: none;
    border-radius: 0;
    border-bottom-color: #000; }
  .selectize-input.input-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .selectize-input input {
    display: block; }
  .selectize-input.items input {
    height: auto; }

.calculate-tax .selectize-control {
  margin-bottom: 10px; }

.selectize-dropdown {
  border-radius: 0; }

.purchase-confirmation-title p {
  color: #00be9b;
  font-weight: 400; }

.woocommerce-thankyou-order-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0; }
  .woocommerce-thankyou-order-details li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #a9a9a9;
    padding: 0 40px; }
    .woocommerce-thankyou-order-details li:last-child {
      border-right: 0;
      padding-right: 0; }
  .woocommerce-thankyou-order-details span {
    color: rgba(0, 0, 0, 0.54);
    display: block; }

.order-details .table-1 > tfoot > tr:first-child > th {
  padding-top: 30px; }
.order-details .table-1 > tfoot > tr > th, .order-details .table-1 > tfoot > tr > td {
  border-bottom: 0;
  padding: 10px 0; }

.shipping-method label {
  cursor: pointer;
  font-weight: 500;
  margin: 0; }
.shipping-method input {
  margin: -3px 0 0 20px; }

.cart-subtotal {
  padding-left: 50px;
  padding-right: 50px; }
  .cart-subtotal hr {
    margin-left: -50px;
    margin-right: -50px; }

.custom-radio {
  position: relative; }
  .custom-radio input {
    opacity: 0; }
    .custom-radio input:checked + label::after {
      background-color: #000;
      border-color: rgba(0, 0, 0, 0.38); }
  .custom-radio label {
    cursor: pointer;
    margin: 0 0 0 13px;
    position: relative; }
    .custom-radio label::before, .custom-radio label::after {
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      content: "";
      height: 15px;
      left: -29px;
      position: absolute;
      top: 50%;
      width: 15px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .custom-radio label::after {
      border: 0 none;
      height: 11px;
      left: -27px;
      width: 11px; }
  .custom-radio.right input {
    float: right; }
  .custom-radio.right label::before, .custom-radio.right label::after {
    left: auto;
    right: -32px; }
  .custom-radio.right label::after {
    right: -30.5px; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input {
    margin: 0;
    opacity: 0; }
    .custom-checkbox input + label {
      cursor: pointer;
      display: block;
      margin: 0 0 0 20px;
      position: relative; }
      .custom-checkbox input + label::before {
        border: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        height: 20px;
        left: -33px;
        position: absolute;
        top: 50%;
        width: 20px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .custom-checkbox input + label::after {
        color: #fff;
        content: '\f00c';
        font-family: FontAwesome;
        left: -30px;
        opacity: 0;
        position: absolute;
        top: 0; }
    .custom-checkbox input:checked + label::before {
      background-color: #000; }
    .custom-checkbox input:checked + label::after {
      opacity: 1; }

.woocommerce-info .woocommerce-info-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 30px; }
.woocommerce-info .login-form,
.woocommerce-info .checkout-coupon {
  display: none;
  padding-left: 50px;
  padding-right: 50px; }

.password-field,
.diff-shipping-address {
  display: none; }

.woocommerce-checkout-review-order {
  padding: 42px 30px 50px 30px; }
  .woocommerce-checkout-review-order .table-1 tr th,
  .woocommerce-checkout-review-order .table-1 tr td {
    padding-left: 20px;
    padding-right: 20px; }

.woocommerce-checkout-payment {
  padding: 50px 30px; }

.add-to-cart:hover {
  color: rgba(0, 0, 0, 0.54); }

.wishlist:hover {
  background-color: #000;
  border-color: #000;
  color: #fff; }

.wc_payment_methods li:not(:last-child) {
  margin-bottom: 3px; }
.wc_payment_methods .payment_box {
  background-color: #fafafb;
  color: rgba(0, 0, 0, 0.54);
  display: none;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 10px 30px; }

.comment-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 32px; }
  .comment-container:first-child {
    padding-top: 0; }
  .comment-container .avatar {
    margin-right: 40px; }
    .comment-container .avatar img {
      border: 8px solid #fff;
      width: 115px; }
  .comment-container h4 {
    font-size: 16px; }
  .comment-container .star-rating {
    font-size: 13px; }

/*==============================================
    Shop Single
===============================================*/
.single-product-gallery {
  margin: 0; }
  .single-product-gallery .owl-controls {
    bottom: 25px; }
  .single-product-gallery .owl-dots {
    text-align: center; }

.product--summery {
  padding: 0 100px; }
  .product--summery .sku {
    font-size: 16px; }
  .product--summery .price span {
    display: inline-block;
    font-size: 19px; }
  .product--summery .price .reg {
    margin-right: 15px;
    text-decoration: line-through; }
  .product--summery .size .nice-select {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    float: none;
    height: 40px;
    width: 80px; }
    .product--summery .size .nice-select .list {
      border-radius: 0 0 2px 2px;
      margin: 0;
      width: 100%; }
  .product--summery .colors p:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 86px; }
  .product--summery .quantity .action-label,
  .product--summery .size .action-label,
  .product--summery .tags .action-label,
  .product--summery .colors .action-label {
    display: inline-block;
    min-width: 45px;
    margin-right: 40px;
    position: relative; }
    .product--summery .quantity .action-label::after,
    .product--summery .size .action-label::after,
    .product--summery .tags .action-label::after,
    .product--summery .colors .action-label::after {
      content: ":";
      position: absolute;
      right: 0; }
  .product--summery .add-to-cart {
    border-radius: 30px;
    padding: 0 35px; }
  .product--summery .bag-icon {
    background: transparent url("../img/icons/cart.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    top: 5px;
    width: 17px; }
  .product--summery .wishlist {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px; }

.product-radio {
  border: 2px solid;
  border-radius: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px; }
  .product-radio + .product-radio {
    margin-left: 7px; }
  .product-radio input {
    cursor: pointer;
    border: 0 none;
    height: 22px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 20px; }
    .product-radio input:checked + label {
      -webkit-transform: scale(1.08);
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
      transform: scale(1.08); }
  .product-radio label {
    border-radius: 18px;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.tab-1 .tab-nav {
  border-bottom: 1px solid #d6d6d6; }
  .tab-1 .tab-nav li a {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-weight: 400;
    padding: 0 35px 25px;
    position: relative; }
    .tab-1 .tab-nav li a::before {
      background-color: #000;
      bottom: -2px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .tab-1 .tab-nav .active a {
    color: rgba(0, 0, 0, 0.54); }
    .tab-1 .tab-nav .active a::before {
      width: 100%; }

.product-specs {
  width: 100%; }
  .product-specs li {
    background-color: #f5f5f5; }
    .product-specs li:nth-child(2n+1) {
      background-color: #fbfbfb; }
    .product-specs li span {
      padding: 10px 80px 9px;
      width: 50%; }
      .product-specs li span:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }

/*------------------------------------------------------------
	Contact
------------------------------------------------------------*/
.contact-section > .container {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#gmap {
  min-height: 850px; }

.map-section #gmap {
  min-height: 500px; }

.contact-inner {
  padding-bottom: 100px;
  padding-top: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }
  .contact-inner.remove-form {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .contact-inner h2 {
    font-size: 48px;
    margin-bottom: 8px; }
  .contact-inner.page-contact {
    padding-top: 0;
    padding-bottom: 0; }

.toggle-contact-form {
  background-color: black;
  border-radius: 50px 0 0 50px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 135px;
  width: 50px;
  z-index: 10; }
  .toggle-contact-form .fa-envelope {
    display: none; }

.toggle-cf {
  background: #000 url("../img/icons/arrow.png") no-repeat scroll center center;
  border-radius: 0 50px 50px 0;
  display: none;
  height: 50px;
  position: absolute;
  right: -51px;
  top: 0;
  width: 50px; }

.contact-info .icon {
  font-size: 24px;
  margin-right: 20px;
  text-align: center; }

.contact-form [class^="msg-"] {
  color: #fff;
  display: none;
  margin-top: 30px; }
.contact-form .msg-failed {
  color: red; }

.input-group {
  display: block;
  position: relative; }
  .input-group + .input-group {
    margin-top: 30px; }
  .input-group .form-control {
    background-color: transparent;
    box-shadow: none;
    float: none; }
    .input-group .form-control:focus {
      box-shadow: none; }
  .input-group input,
  .input-group textarea {
    border: 0;
    height: 40px;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .input-group textarea {
    display: block;
    height: 100px; }
  .input-group label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .input-group label.error {
      display: none !important; }
  .input-group::before, .input-group::after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .input-group::before {
    background-color: rgba(0, 0, 0, 0.38);
    width: 100%; }
  .input-group.inline {
    display: inline-block; }
  .input-group .submit {
    background-color: #fff;
    border: 0 none;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    padding-left: 0; }
  .input-group.active::after {
    width: 100%; }
  .input-group.active label {
    font-size: 11px;
    top: -20px; }
    .input-group.active label.error {
      width: 100%; }
  .input-group.light::before, .input-group.light::after {
    background-color: #fff; }
  .input-group.light::before {
    background-color: rgba(255, 255, 255, 0.38); }
  .input-group.light input,
  .input-group.light textarea {
    background-color: transparent;
    color: #fff; }
  .input-group.light label {
    color: #fff; }
  .input-group.light .submit {
    background-color: transparent;
    color: #fff; }
  .input-group.error:after {
    background-color: red;
    width: 100%; }

/*------------------------------------------------------------
	404
------------------------------------------------------------*/
.error-text h2 {
  font-size: 90px; }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.site-footer {
  padding: 100px 0; }
  .site-footer .container-fluid {
    padding-left: 100px;
    padding-right: 100px; }

.social-links li {
  margin-right: 5px; }
  .social-links li:last-child {
    margin-right: 0; }
.social-links a {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  height: 35px;
  line-height: 35px;
  width: 35px; }
  .social-links a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff; }

/*------------------------------------------------------------
	Multipage
------------------------------------------------------------*/
.mp-wrapper .bg-overlay {
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%; }

.home-wrapper {
  position: relative; }
  .home-wrapper .bg-overlay {
    background: #0995d7 url("../img/multipage/home-overlay.png") no-repeat scroll 0 0/cover; }
  .home-wrapper .owl-dot.active {
    color: #0995d7; }

.nav-overlay {
  background-color: #fff;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s; }
  .nav-overlay.active {
    box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.15);
    width: 50%;
    z-index: 20; }

.bottom-nav li {
  margin-right: 40px; }
  .bottom-nav li:last-child {
    margin-right: 0; }
  .bottom-nav li a {
    color: rgba(0, 0, 0, 0.87);
    display: block; }
.bottom-nav.light li a {
  color: #fff; }

.mp-wrapper .site-footer {
  bottom: 50px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1; }
.mp-wrapper .mp-nav li a {
  padding-left: 0;
  padding-right: 0; }
  .mp-wrapper .mp-nav li a::before {
    top: auto;
    bottom: 0; }
.mp-wrapper .site-header .mp-nav li a {
  color: rgba(0, 0, 0, 0.87); }

.custom-control-container .owl-prev,
.custom-control-container .owl-next {
  cursor: pointer;
  font-size: 18px; }
.custom-control-container .owl-prev {
  margin-right: 25px; }
.custom-control-container li {
  cursor: pointer;
  margin-right: 25px; }

.owl-custom-dots .owl-dot {
  cursor: pointer;
  margin-right: 25px; }
  .owl-custom-dots .owl-dot::before {
    content: "01"; }
  .owl-custom-dots .owl-dot:nth-child(2)::before {
    content: "02"; }
  .owl-custom-dots .owl-dot:nth-child(3)::before {
    content: "03"; }
  .owl-custom-dots .owl-dot:nth-child(4)::before {
    content: "04"; }
  .owl-custom-dots .owl-dot:nth-child(5)::before {
    content: "05"; }
  .owl-custom-dots .owl-dot:nth-child(6)::before {
    content: "06"; }
  .owl-custom-dots .owl-dot:nth-child(7)::before {
    content: "07"; }
  .owl-custom-dots .owl-dot:nth-child(8)::before {
    content: "08"; }
  .owl-custom-dots .owl-dot:nth-child(9)::before {
    content: "09"; }
  .owl-custom-dots .owl-dot:nth-child(10)::before {
    content: "10"; }

.about-tab {
  left: 52%;
  position: absolute;
  top: 40px;
  z-index: 100; }
  .about-tab li {
    margin-right: 40px; }
    .about-tab li:last-child {
      margin-right: 0; }
  .about-tab .active a {
    color: #05cd8d; }

.about-wrapper {
  position: relative; }
  .about-wrapper .bg-overlay {
    background-color: #05cd8d; }
  .about-wrapper .tab-pane {
    max-height: 350px;
    overflow: auto; }
    .about-wrapper .tab-pane .right-content {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 10px; }

.about-shape {
  bottom: -70px;
  left: 0;
  position: absolute;
  width: 100%; }
  .about-shape img {
    width: 58%; }

.service-wrapper {
  background: #fff url("../img/multipage/shape-dark.png") no-repeat scroll right bottom;
  overflow-y: hidden; }
  .service-wrapper .bg-overlay {
    background: #e48e09 url("../img/multipage/shape-light.png") no-repeat scroll 0 0; }
    .service-wrapper .bg-overlay::before {
      background: transparent url("../img/bulllhorn.png") no-repeat scroll left bottom/90% auto;
      bottom: -2.5%;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .service-wrapper .heading {
    margin-top: 170px; }
  .service-wrapper .owl-dot.active {
    color: #d03907; }

.portfolio-wrapper .bg-overlay {
  background: #361c90 url("../img/multipage/shape-light.png") no-repeat scroll 0 0/100% auto; }
  .portfolio-wrapper .bg-overlay::before {
    background: transparent url("../img/multipage/shape-light-bottom.png") no-repeat scroll left bottom/100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
.portfolio-wrapper .owl-dot.active {
  color: #4a26a3; }

.team-wrapper .bg-overlay {
  background: #910f44 url("../img/multipage/shape-light.png") no-repeat scroll 0 0; }
  .team-wrapper .bg-overlay::before {
    background: transparent url("../img/multipage/shape-light-bottom.png") no-repeat scroll left bottom/100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }
.team-wrapper .owl-dot.active {
  color: #6c0b3d; }

.multi-carusel-4 [data-toggle] {
  display: block;
  overflow: hidden;
  position: relative; }
  .multi-carusel-4 [data-toggle]::before {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 150px 0 0;
    bottom: 0;
    content: "";
    height: 60px;
    position: absolute;
    right: 0;
    transform: scale(0);
    transform-origin: right bottom 0;
    width: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .multi-carusel-4 [data-toggle] img {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
.multi-carusel-4 li.active [data-toggle]::before {
  transform: scale(4); }
.multi-carusel-4 li.active [data-toggle] img {
  -webkit-animation: 0.5s ease 0s normal none 1 pulse-hover;
  -moz-animation: 0.5s ease 0s normal none 1 pulse-hover;
  -o-animation: 0.5s ease 0s normal none 1 pulse-hover;
  animation: 0.5s ease 0s normal none 1 pulse-hover; }

/* Pulse */
@-webkit-keyframes pulse-hover {
  25% {
    transform: scale(1.1); }
  75% {
    transform: scale(0.9); } }
@-moz-keyframes pulse-hover {
  25% {
    transform: scale(1.1); }
  75% {
    transform: scale(0.9); } }
@-o-keyframes pulse-hover {
  25% {
    transform: scale(1.1); }
  75% {
    transform: scale(0.9); } }
@keyframes pulse-hover {
  25% {
    transform: scale(1.1); }
  75% {
    transform: scale(0.9); } }
.blog-wrapper {
  background: #fff url("../img/multipage/shape-dark.png") no-repeat scroll right bottom; }
  .blog-wrapper .bg-overlay {
    background: #380e7b url("../img/multipage/shape-light.png") no-repeat scroll 0 0; }
  .blog-wrapper .thumb img {
    width: 80%; }
  .blog-wrapper .top-part {
    -webkit-flex-flow: column-reverse nowrap;
    -moz-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap; }
  .blog-wrapper .owl-dot.active {
    color: #361c90; }

.contact-wrapper {
  background: #fff url("../img/multipage/shape-dark.png") no-repeat scroll right bottom; }
  .contact-wrapper .bg-overlay {
    background: #71a430 url("../img/multipage/shape-light.png") no-repeat scroll 0 0; }

/*------------------------------------------------------------
	Include Media Queries
------------------------------------------------------------*/
/*============================================================
    For 15 inch and larger
==============================================================*/
@media only screen and (min-width: 1367px) {
  .site-header .container-fluid,
  .site-footer .container-fluid {
    padding-left: 100px;
    padding-right: 100px; }

  .search-area {
    left: 0;
    right: 0; } }
/*============================================================
	Macbook pro 13 inch
==============================================================*/
@media only screen and (min-width: 1151px) and (max-width: 1366px) {
  .service-2 {
    padding: 40px 20px 38px; }

  .team-desc .thumb img {
    width: 35%; }

  .team-wrapper .site-footer {
    bottom: 20px; } }
/*============================================================
	For Small Desktop / tablet landscape
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
  
  .site-header .container-fluid,
  .site-footer .container-fluid {
    padding-left: 50px;
    padding-right: 50px; }

  .primary-nav > li > a,
  .header-actions li a {
    padding-left: 10px;
    padding-right: 10px; }

  .toggle-header {
    margin-left: 20px; }

  .banner-7 {
    background-position: right bottom;
    background-size: 60%; }

  .banner-slider-1 .container {
    padding-left: 40px; }
  .banner-slider-1 .slide-content h2 {
    font-size: 40px;
    line-height: 48px; }

  .quote-item blockquote,
  .quote-item .author-info {
    padding-left: 23px;
    padding-right: 23px; }

  .blog-post .desc {
    padding: 25px; }

  .contact-inner h2 {
    font-size: 40px; }

  .post-entry .summery > div {
    padding-left: 30px;
    padding-right: 30px; }
  .post-entry h5 a {
    margin-top: 0; }

  .woocommerce-thankyou-order-details li {
    padding: 0 30px; }

  .mp-portfolio img {
    max-width: 50%; }

  .about-shape img {
    width: 67%; }

  .about-tab {
    top: 30px; }

  .about-shape img {
    width: 60%; }

  .service-wrapper .bg-overlay::before {
    background-size: 100%;
    bottom: 0; }
  .service-wrapper .heading {
    margin-top: 55%; }

  .nomob {
	visibility:hidden;
  }
	
  .service-2 {
    margin-right: 0;
    padding: 10px 10px 10px 60px; }
    .service-2 .shade-text {
      font-size: 55px; } }
/*============================================================
    Ipad Portrait 1024px
==============================================================*/
@media only screen and (max-width: 1025px) {
  .parallax-bg {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important; }
  .nomob {
	visibility:hidden;
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .site-header .container-fluid,
  .site-footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }

.nomob {
	visibility:hidden;
  }
	
  .disable-flex-sm {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  ul.primary-nav {
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%; 
	/*min-height: 555px;*/
	
	}
    ul.primary-nav li {
      display: block; }
      ul.primary-nav li a {
        line-height: 35px;
        padding-left: 30px;
        padding-right: 30px; }

  .tp-header .primary-nav > li > a {
    color: #000; }
    .tp-header .primary-nav > li > a::before {
      background-color: #000; }
  .tp-header .header-actions > li > a {
    color: #000; }

  .primary-nav .sub-menu {
    background-color: #fff;
    display: none;
    position: relative;
    opacity: 1;
    padding: 0 45px;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
    .primary-nav .sub-menu li a {
      font-size: 12px;
      padding-left: 45px;
      padding-right: 45px;
      color: rgba(0, 0, 0, 0.87); }

  .is-sticky ul.primary-nav > li > a {
    line-height: 35px; }

  .search-area {
    left: 30px;
    right: 30px; }
    .search-area .header-search {
      left: 30px;
      right: 30px; }

  .banner-2 .banner-content img {
    width: 100%; }
  .banner-2 .banner-content h2 {
    letter-spacing: 16px; }

  .banner-3 h2 {
    font-size: 30px; }

  .banner-5 .flex {
    display: block;
    margin-top: 150px; }
  .banner-5 .media-desc {
    padding: 60px;
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .banner-7 {
    background-attachment: scroll;
    background-position: right center;
    background-size: 50%; }
    .banner-7 h2 {
      font-size: 42px;
      line-height: 50px; }

  .banner-slider-1 .container {
    padding-left: 40px; }
  .banner-slider-1 .slide-content h2 {
    font-size: 40px;
    line-height: 48px; }

  .liberty-holder img {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .liberty-shape {
    margin-left: 24px; }

  .liberty-shape::before,
  .liberty-shape::after,
  .shape-inner::before,
  .shape-inner::after {
    height: 295px;
    width: 295px; }

  .service-1 .desc {
    padding: 15px; }

  .service-2 {
    margin: 300px 0 0 130px;
    padding: 10px 10px 10px 10px; }

  .team-member figcaption,
  .hover-1 figcaption {
    bottom: 20px;
    left: 20px;
    right: 20px; }

  .btn-theme {
    font-size: 12px;
    line-height: 40px;
    padding: 0 40px; }

  .client-logo {
    margin-bottom: 30px; }

  .contact-inner {
    padding: 50px 30px; }
    .contact-inner h2 {
      font-size: 35px;
      margin-bottom: 15px; }

  .map-section #gmap {
    min-height: 350px; }

  .widget-area {
    margin-top: 80px; }

  .woocommerce-thankyou-order-details li {
    padding: 0 15px; }

  .cart-subtotal {
    padding-left: 10px;
    padding-right: 10px; }
    .cart-subtotal hr {
      margin-left: -10px;
      margin-right: -10px; }

  .mp-portfolio img {
    max-width: 50%; }

  .about-tab {
    top: 30px; }
    .about-tab li:not(:last-child) {
      margin-right: 25px; }

  .service-wrapper .bg-overlay {
    width: 100%;
    height: 50%; } }
/*============================================================
    Ipad Portrait 1024px
==============================================================*/
@media (min-width: 768px) {
  .vertical-nav {
    display: block;
    height: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 50%; }
    .vertical-nav .primary-nav {
      background-color: transparent;
      box-shadow: none;
      display: block;
      left: 50%;
      padding: 0;
      position: absolute;
      top: 50%;
      width: auto;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .vertical-nav .primary-nav > li {
        display: block;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.4s;
        -moz-transition: all 0.3s ease 0.4s;
        -o-transition: all 0.3s ease 0.4s;
        transition: all 0.3s ease 0.4s;
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px); }
        .vertical-nav .primary-nav > li:nth-child(2) {
          -webkit-transition-delay: 0.5s, 0.3s;
          -moz-transition-delay: 0.5s, 0.3s;
          -o-transition-delay: 0.5s, 0.3s;
          transition-delay: 0.5s, 0.3s; }
        .vertical-nav .primary-nav > li:nth-child(3) {
          -webkit-transition-delay: 0.52s, 0.3s;
          -moz-transition-delay: 0.52s, 0.3s;
          -o-transition-delay: 0.52s, 0.3s;
          transition-delay: 0.52s, 0.3s; }
        .vertical-nav .primary-nav > li:nth-child(4) {
          -webkit-transition-delay: 0.54s, 0.3s;
          -moz-transition-delay: 0.54s, 0.3s;
          -o-transition-delay: 0.54s, 0.3s;
          transition-delay: 0.54s, 0.3s; }
        .vertical-nav .primary-nav > li:nth-child(5) {
          -webkit-transition-delay: 0.56s, 0.3s;
          -moz-transition-delay: 0.56s, 0.3s;
          -o-transition-delay: 0.56s, 0.3s;
          transition-delay: 0.56s, 0.3s; }
        .vertical-nav .primary-nav > li:nth-child(6) {
          -webkit-transition-delay: 0.58s, 0.3s;
          -moz-transition-delay: 0.58s, 0.3s;
          -o-transition-delay: 0.58s, 0.3s;
          transition-delay: 0.58s, 0.3s; }
        .vertical-nav .primary-nav > li:nth-child(7) {
          -webkit-transition-delay: 0.6s, 0.3s;
          -moz-transition-delay: 0.6s, 0.3s;
          -o-transition-delay: 0.6s, 0.3s;
          transition-delay: 0.6s, 0.3s; }
        .vertical-nav .primary-nav > li > a {
          font-size: 24px;
          font-weight: 700;
          line-height: 48px; }
    .vertical-nav.active {
      opacity: 1;
      visibility: visible; }
      .vertical-nav.active .primary-nav > li {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); } }
/*============================================================
	Mobile (Portrait) Design for a width of 418px
==============================================================*/
@media only screen and (max-width: 898px) {
  .site-header .container-fluid,
  .site-footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .only-mobile {
	visibility:visible;	
  }

  li.only-mobile {
	padding-top: 90px;	
  }  
	
  .nomob {
	visibility:hidden;
  }
	
  .menu-wrapper .primary-nav {
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10; }

  .tp-header .navbar-brand,
  .navbar-brand img,
  .toggle-header {
    height: 65px; }

  .toggle-header {
    position: relative;
    z-index: 2; }

  .navbar-collapse .header-actions {
    display: block; }

  .menu-wrapper > ul > li > a,
  .toggle-header {
    line-height: 65px; }

  .navbar-header {
    padding-left: 15px;
    padding-right: 15px; }
    .navbar-header::before, .navbar-header::after {
      content: none; }

  .navbar-collapse {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1; }

  ul.primary-nav {
    background-color: #fff;
	border-left: 3px solid #ff0000;
	min-height:350px;
    display: none;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
    ul.primary-nav li {
      display: block; }
      ul.primary-nav li a {
		font-size: 24px;
        line-height: 35px;
		padding-top: 30px;
        padding-left: 60px;
        padding-right: 30px; }

  ul.header-actions {
    text-align: right;
    margin-right: 70px; }
    ul.header-actions li a {
      padding: 0 10px;
      line-height: 65px; }

  .mini-cart {
    position: relative; }
    .mini-cart:hover .mini-cart-wrapper {
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0); }
    .mini-cart.active .mini-cart-wrapper, .mini-cart.active:hover .mini-cart-wrapper {
      -webkit-transform: scaleY(1);
      -moz-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -o-transform: scaleY(1);
      transform: scaleY(1); }

  .toggle-header {
    margin-left: 20px; }

  .tp-header .primary-nav > li > a {
    color: #000; }
    .tp-header .primary-nav > li > a::before {
      background-color: #000; }
  .tp-header .header-actions > li > a {
    color: #000; }

  .primary-nav .sub-menu {
    background-color: #fff;
    display: none;
    position: relative;
    opacity: 1;
    padding: 0;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s; }
    .primary-nav .sub-menu li a {
      font-size: 12px;
      padding-left: 45px;
      padding-right: 45px;
      color: rgba(0, 0, 0, 0.87); }

  .is-sticky ul.primary-nav > li > a {
    line-height: 35px; }

  .mp-wrapper .mp-nav li a {
    padding-left: 15px;
    padding-right: 15px; }

  .primary-nav.style-2 {
    background-color: transparent;
    box-shadow: none; }
    .primary-nav.style-2 > li > a {
      background-color: rgba(0, 0, 0, 0.85);
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      color: #fff !important;
      font-size: 10px;
      height: 38px;
      line-height: 38px;
      padding: 0 20px; }
      .primary-nav.style-2 > li > a:before, .primary-nav.style-2 > li > a:before {
        content: none; }

  .search-area {
    left: 0;
    right: 0; }
    .search-area .header-search {
      left: 15px;
      right: 15px; }
    .search-area input {
      font-size: 14px; }

  .banner-1 .banner-content img {
    width: 70%; }

  .banner-2 .banner-content img {
    width: 100%; }
  .banner-2 .banner-content h2 {
    font-size: 20px;
    letter-spacing: 13px;
    line-height: 36px; }

  .banner-3 .row.flex {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .banner-3 h2 {
    font-size: 25px;
    margin: 50px 0 15px; }
  .banner-3 .text-right {
    text-align: left; }

  .banner-5 .flex {
    display: block;
    margin-top: 100px; }
  .banner-5 .media-desc {
    padding: 25px;
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  .banner-7 {
    background-attachment: scroll;
    background-position: center bottom;
    background-size: contain; }
    .banner-7 h2 {
      font-size: 42px;
      line-height: 50px; }
    .banner-7 .col-xs-12 {
      margin-top: 150px;
      text-align: center;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start; }

  .banner-slider-1 .container {
    padding-left: 15px; }
  .banner-slider-1 .slide-content h2 {
    font-size: 24px;
    line-height: 29px; }
  .banner-slider-1 h2, .banner-slider-1 p, .banner-slider-1 a {
    color: #fff; }
  .banner-slider-1 .half-img-holder,
  .banner-slider-1 .active .half-img-holder {
    width: 100%; }

  .banner-9 h2 {
    font-size: 40px;
    line-height: 60px; }

  .service-1 .desc {
    padding: 15px; }

  .service-2 {
    margin: 300px 0 0 130px;
    padding: 10px 10px 10px 10px; }

  .isotope-filter {
    min-height: auto; }
    .isotope-filter li {
      display: inline-block;
      margin-right: 20px; }
      .isotope-filter li:last-child {
        margin-right: 0; }

  .team-member {
    margin-bottom: 30px; }

  .team-member figcaption,
  .hover-1 figcaption {
    bottom: 30px;
    left: 30px;
    right: 30px; }

  .quote-item blockquote {
    padding: 34px 20px 35px; }
  .quote-item .author-info {
    padding-left: 20px;
    padding-right: 20px; }

  .price-table.active {
    margin: 30px 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  .btn-theme {
    font-size: 12px;
    line-height: 40px;
    padding: 0 40px; }

  .client-logo {
    margin-bottom: 30px; }

  .blog-post .desc {
    padding: 20px; }

  .post-entry.flex {
    display: block; }
  .post-entry .summery > div {
    padding: 30px 20px; }
  .post-entry h5 a {
    margin-top: 0; }

  .post-pagination.single {
    margin-top: 30px; }

  .disable-flex-xs {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .widget-area {
    margin-top: 80px; }

  .cta-inner {
    display: block; }
    .cta-inner h2 {
      font-size: 24px;
      margin-bottom: 20px; }

  .contact-inner {
    padding: 50px 30px; }
    .contact-inner > .row {
      display: block; }
    .contact-inner h2 {
      font-size: 24px; }
    .contact-inner .contact-form {
      margin-top: 30px; }

  .map-section #gmap {
    min-height: 200px; }

  .client-item.flex {
    display: block; }
    .client-item.flex .text-right {
      text-align: left; }

  .ph-inner,
  .page-bc {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

  .page-bc {
    width: 100%; }

  .page-title {
    margin-bottom: 30px; }

  .pf-single .pf-image {
    margin-bottom: 30px; }

  .woocommerce-thankyou-order-details {
    display: block; }
    .woocommerce-thankyou-order-details li + li {
      padding-top: 15px; }

  .table-1 tbody tr td,
  .table-1 tfoot tr td,
  .order-details .table-1 tfoot tr th,
  .table-1 thead tr th {
    padding-left: 10px;
    padding-right: 10px; }

  .calculate-tax,
  .coupon-box {
    margin-bottom: 50px; }

  .flex .desc h5 {
    white-space: nowrap; }

  .cart-actions a:last-child {
    margin-top: 15px; }

  .checkout-login-box {
    margin-bottom: 30px; }

  .woocommerce-info .login-form,
  .woocommerce-info .checkout-coupon {
    padding-left: 20px;
    padding-right: 20px; }

  .payment-actions a {
    padding-left: 28px;
    padding-right: 28px;
    margin: 0; }

  .mp-wrapper .bg-overlay {
    height: 50%;
    width: 100%; }
  .mp-wrapper .site-footer {
    position: static;
    margin-bottom: 30px; }
    .mp-wrapper .site-footer .text-right {
      text-align: left; }
    .mp-wrapper .site-footer .custom-control-container {
      margin-top: 20px; }

  .home-wrapper .fullscreen {
    height: auto !important; }
  .home-wrapper .left-content {
    margin: 100px 0 80px; }
    .home-wrapper .left-content h2 {
      font-size: 24px;
      line-height: 38px; }
  .home-wrapper .right-content {
    margin-bottom: 50px; }
  .home-wrapper .bottom-nav.light a {
    color: rgba(0, 0, 0, 0.54); }

  .service-2 {
    padding: 40px 30px 38px; }

  .mp-portfolio img {
    margin-top: 60px;
    max-width: 30%; }
  .mp-portfolio h3 {
    font-size: 18px;
    margin-bottom: 15px; }

  .about-wrapper .bg-overlay {
    height: 38%; }
  .about-wrapper .fullscreen {
    height: auto !important; }
  .about-wrapper .left-content {
    margin-bottom: 100px; }
  .about-wrapper .site-footer {
    margin-top: 50px;
    margin-bottom: 50px; }
  .about-wrapper .bottom-nav {
    margin-bottom: 20px; }

  .about-tab {
    left: 15px;
    margin: 100px 0 40px;
    position: relative;
    top: auto;
    z-index: auto; }
    .about-tab li {
      margin-right: 20px; }
      .about-tab li a {
        color: #fff; }
    .about-tab .active a {
      border-bottom: 2px solid;
      color: #fff;
      padding-bottom: 2px; }

  .service-wrapper .fullscreen {
    height: auto !important; }
  .service-wrapper .service-2 {
    margin-top: 160px; }

  .team-wrapper .fullscreen {
    height: auto !important; }
  .team-wrapper .team-desc {
    margin-top: 140px;
    margin-bottom: 110px; }
    .team-wrapper .team-desc img {
      width: 50%; }
  .team-wrapper .bottom-nav {
    margin-top: 30px; }
    .team-wrapper .bottom-nav li a {
      color: rgba(0, 0, 0, 0.54); }
  .team-wrapper .site-footer {
    margin-bottom: 30px; }

  .blog-wrapper .thumb img {
    display: block;
    margin: 0px auto 0;
    width: 40%; }
  .blog-wrapper .fullscreen,
  .blog-wrapper .halfscreen {
    height: auto !important; }
  .blog-wrapper .meta, .blog-wrapper h3 {
    color: rgba(0, 0, 0, 0.54); }
  .blog-wrapper .meta {
    margin-bottom: 0; }
  .blog-wrapper .site-footer {
    margin-top: 50px;
    margin-bottom: 30px; }

  .contact-wrapper .fullscreen {
    height: auto !important; }
  .contact-wrapper .mp-contact {
    margin: 100px 0 70px; }
  .contact-wrapper .contact-form {
    margin-bottom: 50px;
    margin-top: 50px; }
  .contact-wrapper .site-footer {
    margin-bottom: 30px; }

  .bottom-nav.dark-xs li a {
    color: rgba(0, 0, 0, 0.54); }

  .home-wrapper .toggle-header.dark span,
  .about-wrapper .toggle-header.dark span,
  .service-wrapper .toggle-header.dark span,
  .team-wrapper .toggle-header.dark span,
  .blog-wrapper .toggle-header.dark span,
  .contact-wrapper .toggle-header.dark span {
    background-color: #fff; }
    .home-wrapper .toggle-header.dark span::before, .home-wrapper .toggle-header.dark span::after,
    .about-wrapper .toggle-header.dark span::before,
    .about-wrapper .toggle-header.dark span::after,
    .service-wrapper .toggle-header.dark span::before,
    .service-wrapper .toggle-header.dark span::after,
    .team-wrapper .toggle-header.dark span::before,
    .team-wrapper .toggle-header.dark span::after,
    .blog-wrapper .toggle-header.dark span::before,
    .blog-wrapper .toggle-header.dark span::after,
    .contact-wrapper .toggle-header.dark span::before,
    .contact-wrapper .toggle-header.dark span::after {
      background-color: #fff; }
  .home-wrapper .is-sticky .toggle-header.dark span,
  .about-wrapper .is-sticky .toggle-header.dark span,
  .service-wrapper .is-sticky .toggle-header.dark span,
  .team-wrapper .is-sticky .toggle-header.dark span,
  .blog-wrapper .is-sticky .toggle-header.dark span,
  .contact-wrapper .is-sticky .toggle-header.dark span {
    background-color: rgba(0, 0, 0, 0.54); }
    .home-wrapper .is-sticky .toggle-header.dark span::before, .home-wrapper .is-sticky .toggle-header.dark span::after,
    .about-wrapper .is-sticky .toggle-header.dark span::before,
    .about-wrapper .is-sticky .toggle-header.dark span::after,
    .service-wrapper .is-sticky .toggle-header.dark span::before,
    .service-wrapper .is-sticky .toggle-header.dark span::after,
    .team-wrapper .is-sticky .toggle-header.dark span::before,
    .team-wrapper .is-sticky .toggle-header.dark span::after,
    .blog-wrapper .is-sticky .toggle-header.dark span::before,
    .blog-wrapper .is-sticky .toggle-header.dark span::after,
    .contact-wrapper .is-sticky .toggle-header.dark span::before,
    .contact-wrapper .is-sticky .toggle-header.dark span::after {
      background-color: rgba(0, 0, 0, 0.54); }
  .home-wrapper .is-sticky .toggle-header.dark.active span,
  .about-wrapper .is-sticky .toggle-header.dark.active span,
  .service-wrapper .is-sticky .toggle-header.dark.active span,
  .team-wrapper .is-sticky .toggle-header.dark.active span,
  .blog-wrapper .is-sticky .toggle-header.dark.active span,
  .contact-wrapper .is-sticky .toggle-header.dark.active span {
    background-color: transparent; }

  .mp-portfolio .thumb {
    margin-top: 75px; }
  .mp-portfolio .desc {
    margin-top: 50px; }

  .banner-3 .fullscreen {
    height: auto !important; }
  .banner-3 .cocoen {
    width: 50%;
    margin: 100px auto 30px; }
  .banner-3 h2 {
    font-size: 17px;
    margin: 0px 0 15px;
    position: relative;
    text-align: center; }
  .banner-3 img {
    display: block;
    margin: 0 auto; }
  .banner-3 .col-xs-12 {
    text-align: center; }
  .banner-3 .scroll-down {
    margin: 50px 0 0;
    position: relative; }

  .service-wrapper .heading {
    margin-bottom: 200px;
    margin-top: 130px; }
  .service-wrapper .bg-overlay {
    height: 430px; }
  .service-wrapper .service-2 {
    margin: 0; }

  .service-2 {
    padding: 40px 0px; }
    .service-2 .icon {
      font-size: 80px;
      margin-bottom: 50px;
      margin-left: 0; }
    .service-2 .shade-text {
      bottom: 200px;
      font-size: 35px;
      left: 0;
      line-height: 40px; } 

  .cm{
	bottom: 70%;
  }
}
@media only screen and (max-width: 418px) {
  .mini-cart-wrapper {
    max-width: 270px;
    min-width: auto;
    padding: 20px;
    right: -46px; }

  .home-wrapper .bg-overlay {
    height: 43%; }

  .banner-7 {
    background-size: 50% auto; }
    .banner-7 h2 {
      font-size: 30px; }
    .banner-7 p {
      font-size: 14px; }

  .banner-slider-1 .container {
    min-height: 260px; }

  .banner-slider-1 .owl-nav {
    right: 0; }

  .blog-wrapper .bg-overlay {
    height: 45%; }
  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .contact-wrapper .bg-overlay {
    height: 45%; } }
@media only screen and (min-width: 321px) and (max-width: 360px) {
  .mini-cart-wrapper {
    right: -46px; }

  .home-wrapper .bg-overlay {
    height: 45%; }

  .blog-wrapper .bg-overlay {
    height: 46%; }
  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .contact-wrapper .bg-overlay {
    height: 45%; } }
@media only screen and (min-width: 361px) and (max-width: 480px) {
  .home-wrapper .bg-overlay {
    height: 43%; }

  .about-wrapper .bg-overlay {
    height: 45%; }
  .about-wrapper .left-content h2 {
    margin-bottom: 10px; }

  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .portfolio-wrapper .fullscreen {
    height: auto !important; }
  .portfolio-wrapper .desc {
    margin-top: 30px; }

  .service-wrapper .fullscreen {
    height: auto !important; }
  .service-wrapper .multi-carusel-2 {
    margin: 110px 0; }

  .contact-wrapper .bg-overlay {
    height: 44%; } }
@media only screen and (min-width: 418px) and (max-width: 898) and (orientation: landscape) {
  .banner-6 img {
    margin-top: 50px; }

  .team-wrapper > [class^="col-"] {
    text-align: center; }
  .team-wrapper .team-member {
    display: inline-block;
    text-align: left; }

  .isotope-no-gutter > [class^="col-"] {
    text-align: center; }
  .isotope-no-gutter .portfolio {
    display: inline-block;
    text-align: left; }

  .blog-post-wrapper > [class^="col-"] {
    text-align: center; }
  .blog-post-wrapper .blog-post {
    display: inline-block;
    text-align: left; } }
@media only screen and (min-width: 481px) and (max-width: 568px) {
  .home-wrapper .bg-overlay {
    height: 43%; }

  .about-wrapper .bg-overlay {
    height: 48%; }
  .about-wrapper .left-content h2 {
    margin-bottom: 10px; }

  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .portfolio-wrapper .fullscreen {
    height: auto !important; }
  .portfolio-wrapper .desc {
    margin-top: 30px; }

  .service-wrapper .fullscreen {
    height: auto !important; }
  .service-wrapper .multi-carusel-2 {
    margin: 110px 0; }

  .contact-wrapper .bg-overlay {
    height: 43%; } }
@media only screen and (min-width: 569px) and (max-width: 600px) {
  .home-wrapper .bg-overlay {
    height: 42%; }

  .about-wrapper .bg-overlay {
    height: 48%; }
  .about-wrapper .left-content h2 {
    margin-bottom: 10px; }

  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .contact-wrapper .bg-overlay {
    height: 42%; } }
@media only screen and (min-width: 601px) and (max-width: 640px) {
  .home-wrapper .bg-overlay {
    height: 43%; }

  .about-wrapper .bg-overlay {
    height: 48%; }
  .about-wrapper .left-content h2 {
    margin-bottom: 10px; }

  .blog-wrapper .thumb {
    margin: 100px 0; }
    .blog-wrapper .thumb img {
      width: 30%; }

  .contact-wrapper .bg-overlay {
    height: 42%; } }
