/**************************************

    File Name: style.css
    Template Name: Testo
	
**************************************/

/**************************************
    Table of Content

    1. FONTS
    2. BASIC
    3. LOADER
    4. HEADER
    5. SECTION
    6. PORTFOLIO
    7. FOOTER
    8. ELEMENTS
    9. PRICING
    10. TESTIMONIAL
    11. TEAM MEMBER
    12. FORMS
    13. PAGES
    14. BLOG
    15. SIDEBAR WIDGETS
    16. SIDEBAR EXPENDED
    17. RESPONSIVE

**************************************/
/* BASIC 
**************************************/

body.boxed {
    background-color: #333;
}

body.boxed #wrapper {
    margin: 0 auto;
    max-width: 1240px;
	overflow: hidden;
	background: #fff;
}

a {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #333;
}

mark {
    padding: 0;
}

p {
    margin-bottom: 20px;
}



a:hover,
a:focus {
    color: #f7be27;
	text-decoration: none;
}

.blockquote,
blockquote {
    margin-bottom: 1.5rem;
    border-radius: 0 !important;
    padding: 40px;
}

.wp-block-pullquote.is-style-solid-color blockquote{
	background: inherit;
	padding: 40px 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite{
	color: inherit;
}

.wp-block-pullquote.is-style-solid-color .wp-block-quote:after,
.wp-block-pullquote.is-style-solid-color blockquote:after{
	content: "";
}

.readmore {
    display: block;
    font-size: 11px;
    margin: 1rem 0 0;
    color: #333;
    font-weight: 400;
    padding: 0;
    line-height: 1;
}

.margin-50 {
	margin-bottom: 50px;
}

.team-desc small,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle,
.process-box:hover .process-end, 
.normal-box h4::after, 
.image-box h4::after,
.widget-title:after,
.onsale,
.image-box h4::after,
.tooltip-inner,
.post-publish .fa:hover,
.da-thumbs.classic-portfolio .pitem a div i,
.page-link,
mark,
.bg {
	opacity: 1;
	color:#fff;
	background-color:#f7be27;
}

::selection {
    background: #333;
    color: #fff;
}

::-moz-selection {
    background: #333;
    color: #fff;
}

.gform .form-control:focus,
.search-form .search-field:focus,
.wpcf7 .form-control:focus {
  background: #f7f7f7;
  outline: none;
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  border-top-color: #f7be27;
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  border-bottom-color: #f7be27;
}

.main_search_btn {
    position: relative;
    padding: 0;
    background: none;
    border: none;
}

.top-list .fa-search,
.top-list .fa-times {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #212121;
	top: 3px;
	position: relative;
}

.header-transparent-on .top-list .fa-search,
.header-transparent-on .top-list .fa-times {
	color: #fff;
}

.main_search_btn {
	position: relative;
	padding: 0;
	background: none;
	border: none;
}

.main_search_btn .search_close {
	top: 50%;
	left: 50%;
	opacity: 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main_search_btn.active .search_icon {
	opacity: 0;
}

.main_search_btn.active .search_close {
	opacity: 1;
}

div#main_search_collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 5px 20px 0 rgb(143 143 143 / 15%);
    box-shadow: 0 5px 20px 0 rgb(143 143 143 / 15%);
}

.main_search_form {
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 0;
    z-index: 999999;
}

.main_search_form .form-control {
	height: 50px;
}

.main_search_form .submit_btn {
	top: 50%;
	right: 20px;
	position: absolute;
	background: none;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*----------------unit----------------------*/
a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	max-width: 100%;
}

.wp-caption{
	text-align: center;
}

figcaption {
	margin-top: 0.5em;
    margin-bottom: 1em;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption{
	margin: 0;
}

.page .wp-caption.alignright figcaption{
	margin-bottom: 0;
	margin-top: 5px;
}

.page figure.wp-caption.alignright{
	margin-top: -15px;
}

iframe {
	max-width: 100%;
}

.fb_iframe_widget{
	max-width: 100%;
}

.fb-post.fb_iframe_widget span{
	max-width: 100%;
}

.wp-block-embed iframe {
	max-width: 100%!important;
	min-width: 220px!important;
}

.screen-reader-text {
	display: none;
}

.alignright {
	float: right;
	margin: 6px 0 6px 20px;
}

.alignleft {
	float: left;
	margin: 6px 20px 6px 0;
}

img.aligncenter{
	display:block;
	text-align:center;
	display: block;
	margin:0 auto 20px auto;
	padding:0px;
	border:0px;
	background:none;
}

img.alignleft{
	float:left;
	margin: 6px 20px 6px 0;
	display: inline;
	border:0px;
	background:none;
	padding:0;
	display:block;
}

img.alignright{
	padding:0;
	float:right;
	margin: 6px 0 6px 20px;
	border:0px;
	display:block;
	background:none;
}

figure.aligncenter {
	margin:0 auto 20px auto;
}

blockquote {		 
	margin: 20px 0;
	position:relative;  
	width:auto;
}

table{
	width: 100%;
}

.blog-desc table {
	margin-bottom: 30px;
}

table th {
	font-weight: 500;
}

.wp-block-calendar table th {
	background: #f7f7f7;
	font-weight: 500;
	text-align: center;
}

.wp-block-calendar a {
	text-decoration: none;
}

.wp-calendar-table td a{
	color: #f7be27;
	font-weight: 500;
}

.wp-block-calendar th,
.wp-block-calendar tbody td {
	border-color: #eaeaea;
}

table td,
table th{
	padding: 8px;
	border: 1px solid #eaeaea;
	color: #666;
}

.widget table td,
.widget table th{
	text-align: center;
}

.wp-block-archives-dropdown{
	margin-bottom: 30px;
}

.gallery-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
}

.wp-block-search .wp-block-search__input{
	height: 54px;
}

.wp-block-search .wp-block-search__button{
	height: 54px;
	border: none;
	color: #fff;
	background: #e3000e;
	padding: 10px 25px;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus{
	color: #333;
}

select {
	border: 1px solid #eaeaea;
	height: 34px;
	padding: 5px;
	font-weight: 600;
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat;
	background-position: 92%;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	line-height: 14px;
	max-width: 100%;
	overflow: hidden;
	color: #333;
	margin-bottom: 5px;
}

.widget_archive select{
	min-width: 200px;
}

pre{
	border: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 1.3125;
    margin: 5px 0 1.75em;
    max-width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    padding: 1.75em;
    white-space: pre-wrap;
}

code {
	background: none;
	color: #642f21;
}

kbd {
	background: #642f21;
}

.pager {
    margin: 0;
}

.pagination > li{
	float: left;
	min-width: 22px;
	line-height: 33px;
}

.pagination > li > a,
.pagination > li > span {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pagination > li.current > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #fafafa;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}

.sticky .sticky-content{
	line-height: 34px;
}

.sticky-post {
	color: #642f21;
	font-weight: 700;
}

.gallery-caption{
	color: #000;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
	border: 1px solid #660016;
}

dd{
	margin-bottom: 20px;
}

.hidden-sec{
    display: none;
}

.visible-sec{
    display: block;
}

.tagcloud a,
.tagwidget li a,
.wp-block-tag-cloud a{
    margin: 0 0 10px 0;
	display: inline-block;
	font-size: 14px!important;
}

.wp-block-tag-cloud a {
	margin-right: 7px;
}

.tagcloud a:hover,
.tagwidget li a:hover,
.wp-block-tag-cloud a:hover{
	background: #f7be27;
	color: #fff;
}

.sidebar ul{
	padding-left: 0;
}

.sidebar .widget_nav_menu ul.sub-menu{
	padding-left: 15px;
}

.sidebar ul li{
	list-style: none;
	padding-bottom: 10px;
}

.panel-grid-cell{
	position: relative;
}

.post-password-form input[type="password"]{
	border: none;
	background-color: #f7f7f7;
	padding: 0 1rem;
	height: 45px;
	display: block;
}

.post-password-form input[type="submit"]{
	border: none;
	padding: 5px 35px;
	color: #fff;
    height: 45px;
    background: #f7be27;
    border: none;
    color: #fff!important;
    cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus{
	background: #333;
}

.right.carousel-control > span,
.left.carousel-control > span{
	top: 45%;
	position: absolute;
}

.comments-list li .children {
	padding-left: 10px;
}

.blog-tags {
	float: left;
	width: 100%;
}

.blog-tags h5 span{
	position: relative;
}

.page-links {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.page-links .page-links-title {
	padding-right: 5px;
}

.page-links .post-page-numbers {
	margin-right: 10px;
}

.page-links a,
.page-links span.post-page-numbers{
	color: #fff;
    background-color: #333;
    padding: 15px 18px;
    border: 1px solid #333;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
	display: inline-block;
	border-radius: 100%;
}

.page-links .post-page-numbers.current,
.page-links a:hover,
.page-links a:focus {
	background: #f7be27;
    color: #fff;
    border-color: #f7be27;
}

.wp-audio-shortcode {
	margin-bottom: 20px;
}

.media-list li.pingback {
	list-style: none;
}

.pagination {
	margin-top: 70px;
	justify-content: center;
	margin-bottom: 0;
}

/*-----------------------blocks-------------*/

.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-rss {
	padding: 0;
}

.wp-block-rss li{
	list-style: none;
	margin-bottom: 10px;
}

.wp-block-rss li:last-child{
	margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
	margin-bottom: 0;
}

.wp-block-image .alignleft {
	margin-right: 30px;
}

.wp-block-image figcaption {
	color: #666;
	font-size: 16px;
}

.wp-block-cover-image,
.wp-block-cover {
	min-height: 330px;
}

.wp-block-cover {
	margin-bottom: 40px;
}

.wp-block-video figcaption {
	color: #666;
	font-size: 16px;
}

.wp-block-pullquote {
	border-width: 0;
	border-style: solid;
	padding: 0;
	border-color: #ddd;
	color: #333;
}

.wp-block-pullquote p {
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.wp-block-pullquote blockquote p{
	font-size: 20px;
	margin-bottom: 0;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	color: #333;
	text-transform: inherit;
}

.wp-block-button__link{
	background: #333;
	color: #fff !important;
	border: 1px solid #333;
	border-radius: 30px;
	margin-bottom: 5px;
}

.is-style-squared .wp-block-button__link{
	border-radius: 0;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: #333;
	color: #333!important;
}

.blocks-gallery-caption {
	font-size: 16px;
    margin: 10px auto 30px;
	color: #666;
}

.wp-block-embed figcaption {
	font-size: 16px;
	color: #666;
}

.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color){
	color: #fff;
}

.wp-block-quote,
blockquote{
	padding: 0 15px 0 30px;
	line-height: 1.2;
	border-left: 5px solid #f7be27;
	margin: 40px 0;
}

.wp-block-quote p:last-child,
blockquote p:last-child{
	margin-bottom: 0;
}

.wp-block-calendar table caption,
table caption {
	caption-side: top;
	padding-top: 0;
	padding-bottom: 5px;
	color: #333;
}

.wp-block-calendar table caption {
	padding-bottom: 15px;
}

.wp-calendar-nav {
	padding-top: 5px;
	text-align: left;
}

.wp-calendar-nav a {
	font-size: 14px;
	color: #642f21;
	font-weight: 500;
}

.wp-calendar-table td#today {
	background: #e3000e;
    border-color: #e3000e;
    color: #fff;
}

.wp-block-calendar table {
	margin-bottom: 10px;
}

.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}

.wp-block-calendar .wp-calendar-nav {
	margin-bottom: 30px;
}

.has-text-align-right.wp-block-quote {
	text-align: right;
	border: none;
}

.wp-block-columns .wp-block-column .wp-block-quote{
	padding: 25px;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-large {
	padding: 25px;
}

.blog-box .meta-bottom{
	margin-top: 10px;
	font-weight: 600;
	float: left;
	width: 100%;
}

.meta-bottom i{
	margin-right: 5px;
	color: #f7be27;
}

.wp-block-audio audio{
	min-width: 220px;
}

.wp-block-quote p {
	color: #0A1026;
	line-height: 28px;
	z-index: 1;
	position: relative;
	font-weight: 700;
	margin-bottom: 0;	
}

.wp-block-quote:after,
blockquote:after {
	position: absolute;
	right: 30px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f10e";
	bottom: 0px;
	font-size: 80px;
	line-height: 1;
	opacity: 0.15;
}

.formate-quote > .wp-block-quote:after {
	opacity: 0;
}

.formate-quote > .wp-block-quote p{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}

.wp-block-quote:not(.is-large):not(.is-style-large){
	border-color: #f7be27;
	border-width: 5px;
}

.is-style-solid-color blockquote {
	border: none;
}

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
	font-weight: 600;
}

.wp-block-separator {
	margin: 1.65em auto!important;
	border-top: 1px solid #999;
	border-bottom: none;
	float: none!important;
}

.has-large-font-size{
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.2;
}

.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation,
.wp-block-quote cite a{
	color: #f7be27;
	font-weight: 700;
	display: inline-block;
	font-size: 18px;
}

.formate-quote .wp-block-quote cite a.author-name {
	position: relative;
	padding-left: 60px;
}

.formate-quote .wp-block-quote cite a.author-name:before {
	position: absolute;
	background: #fff;
	content: "";
    display: inline-block;
    height: 3px;
    bottom: 10px;
	left: 0px;
	width: 50px;
}

.formate-quote .wp-block-quote cite a {
	color: #fff;
	margin-right: 10px;
}

.formate-quote .wp-block-quote cite a .svg-inline--fa{
	margin-right: 5px;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation{
	color: #fff;
}

.gallery-carousel,
.wp-block-archives,
.wp-block-categories,
.wp-block-search {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}

.wp-block-code{
	border: 1px solid #eaeaea;
	border-radius: 0;
	color: #333;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #eaeaea;
}

.wp-block-group.has-background{
	margin-bottom: 15px;
}

.wp-block-latest-posts.is-grid{
	margin-bottom: 30px;
}

.wp-block-group.has-background {
	padding: 30px;
}

.wp-block-group.has-background p:last-child {
	margin-bottom: 0;
}

.wp-block-media-text{
	margin-bottom: 15px;
}

.wp-block-media-text.has-background .wp-block-media-text__content{
	padding: 15px;
}

.wp-block-media-text.has-background .wp-block-media-text__content p:last-child{
	margin-bottom: 0;
}

/* HEADER 
**************************************/
.header .navbar {
	padding: 10px 0;
}

.header-style2.header{
	background: none;
}

.header.header-style3{
	border-bottom: none;
}

.header.header-style2 .navbar{
	padding: 10px 40px;
    z-index: 1;
    background: rgba(255,255,255, 0.9);
    border-radius: 0 0 5px 5px;
}

.header.header-style3 .navbar{
	padding: 0;
}

.header-call-to-action {
	background: #333;
	padding: 20px 40px;
	margin-left: 40px;
	margin-right: -30px;
	min-width: 255px;
}

.header-call-to-action a span{
	color: rgba(255,255,255, 0.7);
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	display: block;
}

.header-call-to-action a{
	color: #FEDB41;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.header-top {
	padding: 0;
	background: #F3F8FC;
}

.header-style2 .header-top{
	background: #333;
}

.profile-menu {
	padding: 24px 0;
    margin: 0;
    display: inline-block;
    min-width: 132px;
	text-align: right;
}

.profile-menu li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
}

.profile-menu li:last-child{
	margin-right: 0;
}

.profile-menu li a {
	color: #642f21;
}

.header-style2 .profile-menu li a{
	color: #fff;
}

.profile-menu li a span{
	font-weight: 600;
	padding-left: 5px;
}

.profile-menu li a:hover,
.profile-menu li a:focus {
	color: #f7be27;
}

.profile-menu li a i,
.profile-menu li a .svg-inline--fa {
	margin-right: 5px;
	display: inline;
	color: #f7be27;
}

.profile-menu .cart-header-menu a,
.profile-menu .cart-header-menu a i,
.profile-menu .cart-header-menu a .svg-inline--fa{
	color: #fff;
	line-height: 40px;
	position: relative;
}

.profile-menu .cart-header-menu{
	padding-right: 3px;
}

.profile-menu .cart-header-menu a span{
	position: absolute;
    top: -8px;
    height: 18px;
    line-height: 20px;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    font-size: 11px;
    color: #333;
	text-align: center;
	right: -13px;
}

.normal-header {
    padding: 0;
}

.normal-header .navbar {
    padding: 0;
}

.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
    padding: 1rem 3rem;
}

.navbar-nav .menu-item a {
    line-height: 1;
    padding: 30px;
	color: #333;
	display: block;
	margin-top: -1px;
	font-weight: 400;
	position:relative;
}

.navbar-nav > .menu-item > a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #f7be27;
	width: 100%;
	height: 4px;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74,.72,.27,.24);
}

.navbar-nav > .menu-item:hover > a:before,
.navbar-nav > .menu-item.current_page_parent > a:before,
.navbar-nav > .menu-item.current-menu-item > a:before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.transparent-header .navbar-nav > .menu-item > a:before {
	height: 0;
}

.transparent-header .navbar-nav > .menu-item > a {
	padding: 17px 20px;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a {
	padding: 15px 25px;
}

.transparent-header.header-style1 .navbar-nav > .menu-item > a:before {
	height: 4px;
	background: #fff;
}

.light-header.transparent-header .navbar-nav > .menu-item > a {
	color: #333;
}

.light-header.transparent-header .navbar-nav > .menu-item.current-menu-item > a,
.light-header.transparent-header .navbar-nav > .menu-item:hover > a {
	color: #f7be27;
}

/*--------------orderable------------*/
.orderable-floating-cart--bl,
.orderable-floating-cart--br {
	bottom: 100px;
	right: 30px;
}

.orderable-floating-cart__button {
	width: 50px;
	height: 50px;
}

.orderable-floating-cart__button svg {
	width: 20px;
	height: 20px;
}

.orderable-floating-cart__count {
	top: -7px;
	right: -5px;
	background: #e3000e;
}

.orderable-order-timings__date {
	width: 170px;
}

@media (min-width: 992px) {	
	.navbar-nav > .menu-item.menu-item-has-children i {
		top: 1px;
		position: relative;
		padding-left: 2px;
	}

.navbar-nav .menu-item a .svg-inline--fa {
	padding: 1px;
	position: relative;
	top: 2px;
}

.navbar-nav .menu-item.current-menu-item > a,
.navbar-nav .menu-item.current_page_parent > a,
.navbar-nav .menu-item:hover > a {
	color: #f7be27;
}

.navbar-nav .dropdown-menu .menu-item a i {
    position: absolute;
    right: 15px;
	top: 5px;
}

.navbar ul li .dropdown-menu {
	position: absolute;
	z-index: 9;
	border-radius: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #fff;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar ul li .dropdown-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
	padding: 9px 0;
	position: relative;
}
.navbar ul li .dropdown-menu li a {
	padding: 0 10px 0 25px;
	line-height: 1.6;
	color: #5d5d5d;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	font-size: 16px;
}
.navbar ul li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar ul li .dropdown-menu li:hover > a {
	color: #f7be27;
	border: none;
}

.navbar ul li .dropdown-menu li a,
.navbar ul li .dropdown-menu li li a,
.navbar-nav .dropdown-menu .menu-item.current-menu-item > a {
	border: none;
}

.navbar .has-submenu > ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	left: 100%;
}

.navbar .has-submenu > ul li ul {
	position: absolute;
	top: 0;
	visibility: hidden;
	display: block;
	opacity: 0;
	left: 130%;
}
.navbar-collapse .navbar-nav li.dropdown .dropdown-btn {
	display: none;
}
}

/* Mobile-menu */
.mobile-menu i {
	display: none;
}
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .navbar-nav li.current > a:before {
	height: 100%;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background: #333;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #333;
	padding: 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.logged-in.admin-bar .mobile-menu .menu-box {
	top: 32px;
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.logged-in.admin-bar .mobile-menu .close-btn {
	top: 46px;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navbar-nav {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navbar-nav li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navbar-nav:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navbar-nav li >ul >li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navbar-nav li > a,
.mobile-menu .navbar-nav .menu-item.current-menu-item > a,
.mobile-menu .navbar-nav .menu-item.current_page_parent > a,
.mobile-menu .navbar-nav .menu-item:hover > a,
.transparent-header .mobile-menu .navbar-nav > .menu-item > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px!important;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border: none;
	margin: 0;
}

.transparent-header .mobile-menu .btn.btn-primary.align-right {
	margin: 10px 25px;
	display: none;
}

.mobile-menu .navbar-nav li ul li > a,
.mobile-menu .navbar ul li .dropdown-menu li a {
	font-size: 15px;
	margin-left: 20px!important;
}
.mobile-menu .navbar-nav li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0!important;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navbar-nav li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navbar-nav li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navbar-nav li > ul,
.mobile-menu .navbar-nav li > ul > li > ul {
	display: none;
	background: none;
	padding: 0;
	margin: 0;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.navbar .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #333;
    display: none;
	padding: 0;
}

.navbar .mobile-nav-toggler .svg-inline--fa {
	float: right;
	font-size: 22px;
	margin-top: 31px;
}

@media (max-width: 1024px) {
	.menu-outer .navbar-wrap {
	display: block !important;
	}
	.navbar .mobile-nav-toggler {
		display: block;
		width: 100%;
	}
	.header-bottom{
		margin-left: 20px;
	}
	.navbar{
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1025px){
	.header-main .navbar-toggleable-md .navbar-collapse {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 100%;
	}
}


/*-------end dropdown--------------*/

.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0.5em;
    margin-top: -0.3rem;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    font-family: 'FontAwesome';
}

.navbar-toggler {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.navbar-toggler-right {
    top: 13px;
}

.header-section {
    padding: 2rem 0;
    margin-bottom: 3rem;
    background-color: #fff;
    border-bottom: 1px dotted #eaeaea;
}

.logo img {
    max-width: 324px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.searchmenu .form-control {
    font-size: 13px;
    background-color:#fff;
    height: 45px;
    border: 0;
    border: 1px solid #ecede8;
    min-width: 220px;
    float: right;
    font-style: italic;
    border-radius: 0 !important;
}

.searchmenu .input-group-addon {
    border: 0;
    border-radius: 0 !important;
    background-color: #fff;
}

.searchmenu i {
    font-size: 13px;
}

.tooltip-inner {
    font-size: 12px;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    margin-top: 13px;
}

.header-main .collapse:not(.show){
	display: block;
}

.navbar-nav {
    margin: 0 auto;
}

.header-style2 .navbar-nav {
    margin: 0;
}

.menu-right,
.social {
    margin-top: 6px;
}

.social {
	padding: 18px 0;
	margin: 0;
}

.header-style2 .social {
	padding: 18px 0;
}

.social li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-weight: 600;
}

.social li a{
	color: #333;
}

.social li a:hover{
	color: #fff;
}

.menu-right {
    margin-left: 8px;
}

.fa-bars {
    font-size: 14px;
}

.navbar-brand {
    padding: 0;
	margin: 0;
	font-size: 30px;
	color: #333;
	font-weight: 700;
}

.header.header-style3 .navbar-brand {
	position: relative;
}

.header.header-style3 .navbar-brand:after{
	border-right: 1px solid rgba(20,57,109, 0.2);
	position: absolute;
	right: -30px;
	top: -10px;
	bottom: -10px;
	content: "";
}

.navbar-brand img {
	max-width: 195px;
	padding: 10px 0;
}

.social a {
    padding: 0;
    display: inline-block;
    width: auto;
    height: 40px;
    color: #333;
    line-height: 40px;
    text-align: center;
	font-size: 18px;
	margin-left: 30px;
}

.header-style2 .social a{
	color: #fff;
}

.social a:first-child{
	margin-left: 0;
}

.summary.entry-summary .social a{
	width: auto;
	background: none;
}

.footer .social a {
	width: 20px;
    height: 20px;
	line-height: 20px;
	background: none;
}

.social a:hover,
.social a:focus {
	color:#f7be27;
}

.footer .social a:hover,
.footer .social a:focus {
	background: none;
	color: #f7be27;
}

.summary.entry-summary .social a:hover,
.summary.entry-summary .social a:focus {
	color: #f7be27;
}

body.creative-head .header-section {
    margin-bottom: 0;
}

/* SECTION 
**************************************/
.section {
    padding: 90px 0;
}

.no-padding.section {
	padding: 0;
}

.section-button {
    display: block;
    margin: 2rem 0 0;
}

.section-button .btn {
    padding: 16px 43px;
}

.video-section {
    position: relative;
	padding: 5rem 0;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/pattern.png) repeat center center rgba(0, 0, 0, 0.7);
}

.nopadbot {
    padding-bottom: 0;
}

.bgwhite {
    background-color: #fff;
}

.bgdark {
    background-color: #333;
}

.bglight {
    background-color: #f7f7f7;
}

.post-media img {
    width: 100%;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    font-weight: 400 !important;
    color: #fff;
}

.tp-caption.NotGeneric-Title.fstrong,
.NotGeneric-Title.fstrong {
    font-weight: bold !important;
    color: #212121;
}

.tp-caption.NotGeneric-Title span,
.NotGeneric-Title span {
    font-weight: 600 !important;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    color: #fff;
    line-height: 1.7;
}

.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
    border-width: 2px !important;
    border-radius: 500px;
}

/*-----------pricing table-----------*/
.pricing-icon-container {
	display: inline-block;
	box-shadow: 0 25px 40px rgba(0, 186, 236, 0.15);
	border-radius: 50%;
	width: 160px;
	height: 160px;
	background-image: linear-gradient(180deg, #fff 40%,#B4EBF9);
	line-height: 156px;
}

.pricing-icon-container svg{
	vertical-align: middle;
}

.pricing-content {
	padding: 30px;
}

.pricing-content h5 {
	font-size: 50px;
	line-height: 60px;
	margin: 40px 0 30px 0;
}

.pricing-content h4 {
	margin-bottom: 20px;
}

.pricing-content .featured-yes h4 {
	margin: 15px 0 80px 0;
}

.pricing-content ul {
	padding: 0;
	margin: auto;
	text-align: left;
	max-width: 190px;
}

.pricing-content ul li {
	list-style: none;

}

.pricing-content li .svg-inline--fa {
	color: #01F0DB;
}

.pricing-icon-container .svg-inline--fa {
	font-size: 50px;
}

.pricing-content a {
	border: 1px solid #FEDB41;
	border-radius: 5px;
	padding: 10px 30px;
	display: inline-block;
    margin : 40px 0 20px 0;
	transition: all .5s ease-out;
}

.pricing-content a:hover,
.pricing-content a:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

.pricing-content .featured-yes a{
	background: #FEDB41;
	color: #333;
}

.pricing-content .featured-yes a:hover,
.pricing-content .featured-yes a:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}

/*-----------Service-----------*/
.service-des {
	box-shadow: 0 25px 40px rgba(0, 26, 112, 0.10);
}

.service-des-box {
	padding: 40px 30px;
}

.service-des-box h5 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 400;
}

.service-des-box h5 span {
	font-weight: 700;
}

.service-single-content ul{
	padding: 0;
	margin: 0;
	position: relative;
}

.service-single-content ul li{
	display: inline-block;
	width: 49%;
	list-style: none;
}

.service-single-content ul li svg {
	margin-right: 20px;
	color: #f7be27;
}

.service-single-content ul:after {
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	background: rgba(20, 57, 109, 0.5);
	top: 0;
    left: 42%;
}

.services-main-content.service-style1 .col-md-6:nth-child(odd) .service-des img,
.services-main-content.service-style1 .col-md-6:nth-child(odd) .service-des {
	border-radius: 50px 0 0 0;
}

.services-main-content.service-style1 .col-md-6:nth-child(even) .service-des {
	border-radius: 0 0 50px 0;	
}

.cat-lists {
	padding: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}

.cat-lists h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.cat-lists ul {
	padding: 0;
	margin: 0;
}

.cat-lists li {
	list-style: none;
    margin: 0 0 25px 0;
}

.cat-lists li:last-child {
	margin-bottom: 0;
}

.cat-lists li a {
	color: rgba(14,24,43,0.7);
	display: block;
	position: relative;
}

.cat-lists li a:hover {
	color: #f7be27;
}

.cat-lists li .svg-inline--fa {
	font-size: 12px;
    position: absolute;
    right: 0;
    top: 9px;
}


/* PORTFOLIO 
**************************************/
.cbp::after, .cbp-lazyload::after, .cbp-popup-loadingBox::after, .cbp-popup-singlePageInline::after {
	display: none;
}

.single-img-gal {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.no-gutters .single-img-gal {
	margin-bottom: 0;
}

.single-img-gal .image-link {
	position: absolute;
	bottom: 0;
	width: 80px;
	height: 80px;
	left: 0;
	background: #fff;
	text-align: center;
	line-height: 80px;
	opacity: 0;
}

.single-img-gal:hover .image-link {
	opacity: 1;
}

.blog-media{
	border-radius: 10px;
}

.single-img-gal img,
.absolute-pager img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	overflow: hidden;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
}

.single-img-gal:hover img,
.absolute-pager:hover img {
	transform: scale(1.06);
	-ms-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06);
	-moz-transform: scale(1.06);
}

.pager {
    list-style: none;
    padding: 0;
}

.portfolio-filter ul {
    padding: 0 0 2rem 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li,
.cbp-l-filters-button .cbp-filter-item {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    text-align: left !important;
    vertical-align: middle;
	border: none;
	color: #0E182B;
	padding: 0 30px;
	font-weight: 700;
	line-height: 1;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-item:hover {
	color: #f7be27;
	background: none;
}

.cbp-l-filters-button .cbp-filter-counter::after {
	border-top-color: #f7be27;
}

.cbp-l-filters-button .cbp-filter-counter {
	background-color: #f7be27;
	color: #fff;
	font-weight: 600;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
	bottom: 55px;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li a {
    font-size: 12px;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.pitem {
    padding: 0 !important;
    margin: 0;
}

.pitem img {
    width: 100%;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.da-thumbs {
    position: relative;
}

.da-thumbs .pitem {
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div span {
    display: block;
    padding: 10px 0 0;
    margin: 40px 20px 0 20px;
    position: absolute;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.da-thumbs .pitem a div small {
    display: block;
    font-size: 11px;
    padding: 0;
    margin: 5px 20px 20px 0;
    color: rgba(255, 255, 255, 0.9);
}

.cbp-l-caption-title {
	font-size: 24px;
	color: #333;
	font-weight: 700;
}

.cbp-caption-activeWrap {
	background: #fff;
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap{
	z-index: 3;
}

.cbp-caption-active .cbp-caption-activeWrap {
	width: 95%;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body {
	padding: 30px;
	position: relative;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body .cbp-l-caption-desc {
	color: #f7be27;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px; 
}

.cbp-l-caption-alignLeft .cbp-l-caption-body > a {
	color: #fff;
	width: 45px;
	height: 45px;
	background: #f7be27;
	line-height: 45px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.cbp-l-caption-alignLeft .cbp-l-caption-body > a:hover {
	background: #333;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
	top: 0;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper .cbp-caption-defaultWrap img {
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border-radius: 30px 0 0 0;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper:hover .cbp-caption-defaultWrap img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
	height: 115px;
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	bottom: -115px;
}

.cbp-caption-overlayBottomReveal .cbp-item-wrapper:hover .cbp-caption-activeWrap {
	z-index: 4;
	bottom: 0;
}

.cbp-l-filters-button {
	padding: 0;
	margin-bottom: 80px;
}

/* Featurettes
------------------------- */
/* Thin out the marketing headings */

.classic-portfolio .pitem {
    padding: 15px !important;
}

.classic-portfolio h4 a {
    text-decoration: none !important;
}

.classic-portfolio h4 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0 0;
}

.classic-portfolio small {
    padding: 0;
    margin: 0;
    display: block;
    line-height: 1;
}

.da-thumbs.classic-portfolio .pitem a div i {
    color: rgba(255, 255, 255, 0.9);
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50% !important;
}

.da-thumbs.classic-portfolio .pitem a div span {
    bottom: 0;
    left: 20px;
    margin: 0;
}

.da-thumbs.classic-portfolio .pitem p {
    padding: 10px 0 0;
    margin: 0;
}

.da-thumbs.classic-portfolio li {
    list-style: none;
}

.da-thumbs.classic-portfolio ul {
    padding: 0;
}

.list-portfolio h4,
.cbp-item-margin h4 {
    font-size: 21px;
    padding: 30px 0 10px;
	margin-bottom: 0;
}

.cbp-item-margin h4 > a,
.cbp-item-margin h4 > a:hover {
	text-decoration: none!important;
}

.cbp-item-margin small {
	color: #333;
	display: block;
	margin-bottom: 15px;
}

.cbp-item-margin .readmore:hover {
	text-decoration: underline;
	text-decoration-color: #642f21;
}

.next-portfolio {
	float: right;
}

.cbp-item-margin {
	margin-bottom: 30px;
}

.light-box-img {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	top: 0;
	z-index: 3;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.light-box-img span {
	background: #642f21;
	color: #fff;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.light-box-img span i {
	color: #fff;
	line-height: 26px;
}

.cbp-caption-defaultWrap:hover .light-box-img {
	visibility: visible;
	opacity: 1;
}

.flexslider {
  margin: 0;
  background: #fff;
  border: 0 solid #fff!important;
  position: relative;
  zoom: 1;
  box-shadow: none;
}

.flex-control-nav {
	display: none!important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  color:#fff;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 24px;
  display: inline-block;
  padding:18px 23px;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

.post-publish {
    padding: 0;
}

.post-publish .fa {
    background-color: #fff;
    border: 1px solid #121212;
    color: #121212;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 2px 0;
    padding: 0;
}
.flex-direction-nav a {
    background-color: #fff !important;
    color: #000000 !important;
    line-height: 25px;
}

.btn.btn-primary.fileupload-exists{
	line-height: 22px;
}

.images-label {
	padding-top: 10px;
}

.success-message {
	text-align: center;
}

/* FOOTER 
**************************************/
.ts-button-style-default {
	padding: 10px 30px!important;
}
.ts-button-style-default .svg-inline--fa {
	margin: 0 5px 0 0;
}

.footer {
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	background-size: cover;
}

.footer.section{
	padding-bottom: 0;
	padding-top: 140px;
}

.footer-top-part {
	margin-bottom: 75px;
	background: #FEDB41;
	padding: 60px 70px;
	border-radius: 10px;
}

.call-to-action-description {
	margin: 0;
	color: #0E182B;
}

.call-to-action-title {
	font-size: 30px;
}

.call-to-action-phone-link {
	display: inline-block;
	border-radius: 40px;
	background: #fff;
	padding: 5px;
}

.call-to-action-phone-link a{
	font-size: 30px;
	line-height: 60px;
	font-weight: 700;
	margin-left: 30px;
}

.call-to-action-phone-link a span {
	width: 60px;
    height: 60px;
    background: #FEDB41;
    border: 5px solid #f7be27;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
	line-height: 52px;
	margin-left: 35px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.call-to-action-phone-link:hover a span {
	background: #642f21;
}

.widget-title-top {
	margin: 0 0 35px 0;
	font-size: 36px;
}

.footer-logo img{
	max-width: 214px;
}

.footer-menu {
	margin: 0;
}

.footer-menu li{
	display: inline-block;
	margin-right: 15px;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li a {
	color: rgba(255,255,255, 0.6);
	display: block;
	padding: 0 0 0 15px;
	border-left: 2px solid rgba(255,255,255, 0.6);
	line-height: 13px;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
	color: #f7be27;
}

.footer-menu li:first-child a{
	border: none;
}

.widget-title {
    display: inline-block;
    padding: 0;
    margin: 0 0 30px 0;
    z-index: 1;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    color: #642f21;
	width: 100%;
}

.widget-title span {
	position: relative;
}

.footer-widget-area .widget-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 50px;
}

.footer-style2 .footer-widget-area .widget-title {
	color: #642f21;

}

.footer-widget-area .widget-title span {
	position: relative;
	display: inline-block;
}

.footer-widget-area p:last-child{
	margin-bottom: 0;
}

.footer-widget-area ul li{
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.footer-widget-area .footer-contact li{
	margin-bottom: 25px;
}

.footer-widget-area .widget_rss ul li {
	padding-bottom: 25px;
}

.footer-widget-area .widget_rss ul li a {
	padding-bottom: 15px;
}

.footer-widget-area .widget_rss ul li:last-child {
	padding-bottom: 0;
}

.footer-widget-area ul li a{
	display: inline-block;
	padding: 0 0 10px 0;
}

.footer-widget-area .footer-contact li a{
	padding: 0;
}

.footer-widget-area ul li:last-child a{
	padding-bottom: 0;
}

.footer-widget-area ul.children,
.footer-widget-area ul.sub-menu {
	padding: 10px 0 18px 15px;
}

.footer-widget-area li:last-child ul.sub-menu,
.footer-widget-area li:last-child ul.children {
	padding-bottom: 0;
}

.footer-widget-area .menu-services-container ul.menu li a,
.footer-widget-area .menu-quick-links-container ul.menu li a{
	display: block;
}

.footer.footer-style1 .footer-widget-area .blog-list-widget img {
	border: none;
    max-width: 60px;
    border-radius: 0;
}

.footer.footer-style1 .footer-widget-area .blog-list-widget .mb-1 {
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	font-weight: 500;
}

.footer-widget-area p {
	margin-bottom: 15px;
}

.footer-style2 .footer-widget-area ul li a{
	color: #642f21;
}

.footer-widget-area ul li a:hover,
.footer-widget-area ul li a:focus {
	color:#f7be27;
}

.footer-contact li h5 {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	line-height: 1;
	font-weight: 400;
}

.footer-style2 .footer-contact li h5{
	color: #642f21;
}

.entry {
    position: relative;
    overflow: hidden;
}

.magnifier {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .text-widget p {
    padding: 1rem 0;
    margin: 0;
}

.footer .social {
    border: 0;
	padding: 0;
}

.footer-widget-area:first-child{
	padding-right: 75px;
}

.footer.footer-style1 .social a,
.footer.footer-style2 .social a{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255, 0.1);
	margin-left: 0;
}

.footer.footer-style2 .social a{
	background: #642f21;
	color: #fff;
}

.footer.footer-style1 .social a:hover,
.footer.footer-style1 .social a:focus {
	background: #f7be27;
	color: #fff;
	border-color: #f7be27;
}

.footer .social a {
    margin-right: 10px;
    width: auto;
	font-weight: 600;
}

.footer .social a:last-child {
	margin-right: 0;
}

.footer .social a:hover,
.footer .social a:focus {
	color: #f7be27;
	text-decoration: underline;
}

.footer-widget-area ul {
	padding: 0;
	margin: 0;
}

.footer-widget-area ul li:last-child{
	margin-bottom: 0;
}

.footer-widget-area .widget {
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

.footer-widget-area .footer-logo-widget {
	max-width: 216px;
	margin: 0;
}

.footer-style1 .footer-widget-area p:last-child {
	margin: 0;
}

.footer .footer-widget-area p.wp-caption-text {
	margin-top: 5px;
}

.footer-widget-area .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area .search-form {
 border: 1px solid #ccc;
}

.footer-widget-title {
	margin-bottom: 25px;
	font-size: 1.375rem;
}

#message {
    display: none;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

#map {
    height: 400px;
    position: relative;
    width: 100%;
    z-index: 1;
}

#map img {
    max-width: inherit;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
}

.contact-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-widget ul li {
    margin-top: 0;
    line-height: 1;
    position: relative;
    margin-bottom: 18px;
}

.contact-widget ul li:last-child {
    margin-bottom: 0;
}

.contact-widget ul li span {
    width: 80px;
    display: inline-block;
}

.contact-list {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
}

.contact-list span {
	width: 120px;
    display: inline-block;
}

.main-footer {
	background: #642f21;
}

.main-footer.main-footer-style2 {
	background: #F3F8FC;
}

.copyrights {
    padding: 25px 0;
    background: #133565;
	font-weight: 400;
	color: rgba(255,255,255, 0.6);;
}

.copyrights p {
    margin-bottom: 0;
    padding: 0;
}

.copyrights i {
    margin-left: 6px;
}

.dmtop a{
	color: #fff;
	display: block;
	font-size: 20px;
}

.dmtop a:hover,
.dmtop a:focus {
	color: #fff;
}

.dmtop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    margin-left: 5px;
    visibility: hidden;
    background-color: #e3000e;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1;
	border-radius: 6px;
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.dmtop.dmtop-show{
	visibility: visible;
}

.dmtop:hover{
	background-color: rgba(10, 10, 10, .65);
}

/* ELEMENTS 
**************************************/
.process-box h3 {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    line-height: 1;
    margin: 25px 0 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.process-end h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #642f21;
    margin-bottom: 15px;
}

.process-end p {
    color: #642f21;
}

.process-box i {
    font-size: 44px;
    line-height: 1;
}

.process-box {
    background-color: #642f21;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.process-end {
    top: 0;
    left: 0;
    right: 0;
    bottom: 200px;
    padding: 30px 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.process-box:hover .process-end {
    opacity: 1;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: visible;
}

.image-box {
    position: relative;
    padding: 3rem 1.5rem;
    overflow: hidden;
}

.martop100 {
    margin-top: -150px;
}

.overflow-visible {
	overflow: visible!important;
}

.normal-box {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    background-color: #fff;
}

.image-box .details {
    z-index: 1;
    bottom: -120px;
    position: absolute;
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	padding: 3rem 1.5rem;
}

.image-box:hover .details {
    bottom: 0;
}

hr.invis {
    border: 0;
    margin: 2rem 0;
}

hr.invis1 {
    border: 0;
    margin: 4rem 0;
}

.normal-box p,
.image-box p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}

.normal-box p {
    color: rgba(0, 0, 0, 0.7);
}

.normal-box h4,
.image-box h4 {
    display: inline-block;
    padding: 0 0 1rem;
    margin: 0;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    position: relative;
    color: #fff;
}

.normal-box h4 {
    color: #642f21;
}

.image-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.image-box:hover .image-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7); 
}

.image-box.bg2,
.image-box.bg3,
.image-box.bg1 {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.image-box.style3 {
	padding: 0;
}

.services img {
    width: 120px; 
}

.services p {
    padding: 0;
    margin: 0 0 1.2rem;
}

.services .widget-title {
    display: table;
    margin: 2rem auto 1rem;
    padding: 0;
    width: auto;
}

.service-style.style4 .widget-title {
	margin: 2rem 0 1rem;
	padding: 0;
}

.services.text-left .widget-title {
    display: block;
    text-align: left;
}

.services.text-left img {
    width: 100%;
}

.btn-primary {
    background-color: #FEDB41;
    border: none;
    border-radius: 0;
    line-height: 1;
    padding: 15px 35px;
	cursor: pointer;
	border-radius: 5px;
	color: #642f21;
	font-size: 18px;
	font-weight: 700;
}

.header-style3 .btn-primary {
	font-size: 16px;
	font-weight: 500;
} 

.header.transparent-header.light-header .btn-primary{
	max-height: 52px;
}

.form-submit .btn-primary {
	padding: 25px 50px;
	background: #e3000e;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	background: #f7be27;
	box-shadow: none;
	color: #111;
	border-color: #f7be27;
}

.read-more-wrapper i {
	margin-left: 10px;
	font-size: 16px;
}

.read-more-wrapper {
	margin-top: 35px;
}

.more-link {
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	padding: 15px 45px;
	background: #e3000e;
	display: inline-block;
	font-weight: 500;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.more-link:hover,
.more-link:focus {
	text-decoration: none;
	background: #ffc600;
	color: #111111;
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 10px 20px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 10px 0 10px 20px;
}

/* TEAM MEMBERS 
**************************************/
 

.team-name h5 a {
	font-size: 20px;
	text-transform: uppercase;
}

.team-name{
	position: relative;
}

.team-name span .svg-inline--fa {
	border: 1px solid #f7be27;
	border-radius: 50%;
    padding: 10px;
    height: 80px;
    width: 80px;
}

.team-name p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.team-name h5 {
	margin: 40px 0 10px;
}

.team-social-icons {
	padding: 0;
	margin-bottom: 10px;
}

.team-social-icons li {
	list-style: none;
	display: inline-block;
}

.team-social-icons li a {
	font-size: 14px;
	margin: 0 5px;
}

.team-meta-content {
	padding: 50px 30px;
}

.team-meta-content h5 {
	font-weight: 500;
	color: #f7be27;
	margin: 0 0 45px 0;
}

.team-meta-content h2 {
	padding-bottom: 25px;
	margin: 0;
}

.team-meta-content p{
	margin-bottom: 40px;
}

.team-meta-content .read-more-wrapper {
	display: none;
}

.team-meta-content ul {
	padding: 0;
	margin: 0;
}

.team-meta-content li {
	display: inline-block;
	padding-bottom: 10px;
}

.team-meta-content .team-social a {
	margin-right: 20px;
	display: inline-block;
}

.team-meta-content ul li,
.team-meta-content ul li a{
	font-weight: 500;
	color: rgba(0, 73, 118, 0.7)
}

.team-meta-content ul li span{
	font-weight: 500;
	color: #004976;
}

.team-social a {
	margin-right: 5px;
	display: inline-block;
}

.team-social {
	padding-bottom: 20px;
}

.testo-progressbar .elementor-title {
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

.testo-progressbar .elementor-progress-wrapper {
	position: relative;
	overflow: inherit !important;
}

.testo-progressbar .elementor-progress-bar{
	border-radius: 60px;
}

.testo-progressbar .elementor-progress-text {
	display: none;
}

.testo-progressbar .elementor-progress-percentage {
	position: absolute;
	right: 0;
	top: -42px;
	color: #642f21;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	padding-right: 0;
}

.appointment-bg .elementor-background-overlay{
	background-size: 50% auto;
}

/*-------------home two--------------*/
.main-home-two .elementor-text-editor{
	max-width: 600px;
}

/* FORMS 
**************************************/
.media-list .comment-respond {
	margin-bottom: 30px;
}

.comment-reply-title {
	margin-top: 0;
	font-size: 30px;
	position: relative;
}

.comment-reply-title a{
	font-weight: 600;
}

.comment-respond .form-control {
	border: none;
	background: none;
    border-radius: 0;
	color: #642f21;
	height: 60px;
	font-size: 14px;
	padding: 25px 30px 25px 25px;
	position: relative;
	border: 2px solid #eeeeee;
}

.comment-respond .form-group{
	position: relative;
	margin-bottom: 0;
}

.comment-respond .form-submit {
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.comment-respond .form-group:before{
	position: absolute;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f075";
	top: 18px;
	line-height: 1;
	color: #f7be27;
	z-index: 1;
}

.comment-respond .form-group.comment-des:before{
	top: 20px;
}

.comment-respond .comment-url:before{
	content: "\f0ac";
}

.comment-respond .comment-name:before{
	content: "\f007";
}

.comment-respond .comment-email:before{
	content: "\f0e0";
}

.woocommerce #reviews #comments ol.commentlist{
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 64px;
	background: none;
	padding: 0;
	border: none;
	border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-left: 79px;
}

.woocommerce #reviews #comments h2{
	margin-bottom: 20px;
}

.woocommerce-Reviews .comment-form{
	margin-top: 0;
}

.woocommerce .star-rating span{
	color: #f7be27;
}

.comment-respond .form-submit:hover:before,
.comment-respond .form-submit:focus:before {
	color: #fff;
}

.woocommerce #review_form #respond .form-submit input{
	padding: 15px 30px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond [type="text"],
.woocommerce #review_form #respond [type="email"]{
 padding: 5px 10px;
 border: 1px solid #e0d9c5;
 height: 54px;
}

.woocommerce #review_form #respond textarea {
	height: 120px;
}

.woocommerce table.shop_attributes td{
	padding: 0 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{
	padding: 15px 30px;
}

.woocommerce .woocommerce-form-login .password-input{
	width: 100%;
}

.product-wrap {
	display: flex;
}

.comment-form-cookies-consent {
	margin-bottom: 15px;
}

.comment-form-cookies-consent label{
	width: 95%;
	vertical-align: top;
}

.comment-form-cookies-consent #wp-comment-cookies-consent{
	margin-top: 0;
}


.search-form .search-field,
.wpcf7 .form-control{
    background-color: #fff;
    border: none;
    border-radius: 0;
    display: block;
    height: 74px;
    padding: 0 1rem;
    width: 100%;
}

.search-form .search-field {
	background-color: #f6f9fa;
	border-radius: 5px;	
}

.wp-block-search .wp-block-search__input {
	float: left;
	max-width: 345px;
	border-color: #eaeaea;
	padding: 0 10px;
}

.wpcf7 .form-control {
	background: #fff;
	font-size: 16px;
	height: 60px;
	padding: 15px 50px 15px 25px;
}

.wpcf7 .booking-form .form-control {
	background: rgba(246, 251, 255, 0.3);
	border-radius: 2px;
	font-size: 18px;
}

.wpcf7 form.sent .booking-form .wpcf7-response-output{
	color: #fff;
}

.wpcf7 .booking-form.request-booking-form .form-control {
	background: #fff;
	border-radius: 2px;
	font-size: 18px;
}

.wpcf7 span {
	margin-bottom: 30px;
	display: block;
}

.position-relative {
	position: relative;
}

.wpcf7 i {
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 40px;
	color: #f7be27;
}

.big-contact-form .form-control {
    margin-bottom: 20px;
}

.comment-respond textarea.form-control {
    height: 150px;
	resize: none;
	padding-left: 25px;
	padding-top: 25;
}

.wpcf7 textarea.form-control {
	height: 250px;
	resize: none;
	padding-top: 20px;
}

.gform .form-control:focus,
.wpcf7 .form-control:focus,
.search-form .search-field:focus {
    color: #642f21;
    background: #fff;
    border-color: none;
    outline: none;
}

.search-form .search-field:focus {
	background: #f6f9fa;
}

.wpcf7 .form-control:focus {
	background: #fff;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.form-control::-webkit-input-placeholder {
    color: #642f21;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #642f21;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #642f21;
    opacity: 1;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.booking-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.booking-form.request-booking-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.booking-form.request-booking-form .form-control::-moz-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.booking-form.request-booking-form .form-control:-ms-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control::-webkit-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control::-moz-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.wpcf7 .booking-form.contact-form-page .form-control:-ms-input-placeholder {
    color: rgba(0, 73, 118, 0.7);
    opacity: 1;
}

.booking-form .btn-primary {
	display: block;
    width: 100%;
    border-radius: 2px;
    padding: 20px;
}

.booking-form .btn-primary:hover,
.booking-form .btn-primary:focus {
	background: rgba(246, 251, 255, 0.3);
}

.booking-form.request-booking-form .btn-primary:hover,
.booking-form.request-booking-form .btn-primary:focus {
	background: #642f21;
	color: #fff;
}

.booking-form.request-booking-form h3{
	margin-bottom: 50px;
}

.top-form-control::-webkit-input-placeholder {
    color: #642f21;
    opacity: 1;
}

.top-form-control::-moz-placeholder {
    color: #642f21;
    opacity: 1;
}

.top-form-control:-ms-input-placeholder {
    color: #642f21;
    opacity: 1;
}

.transparent-header .top-form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.transparent-header .top-form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.transparent-header.light-header .top-form-control::-webkit-input-placeholder {
    color: #642f21;
    opacity: 1;
}

.light-header.transparent-header .top-form-control::-moz-placeholder {
    color: #642f21;
    opacity: 1;
}

.transparent-header .top-form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.page .tnp-widget-minimal input.tnp-email::-webkit-input-placeholder{
	color: #642f21;
}

.page .tnp-widget-minimal input.tnp-email::-moz-placeholder{
	color: #642f21;
}

.page .tnp-widget-minimal input.tnp-email:-ms-input-placeholder{
	color: #642f21;
}

.form-control::placeholder {
    color: #642f21;
    opacity: 1;
}

button,
input,
optgroup,
select,
textarea {
	outline: none;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus{
	outline: none;
}

.search-form .search-submit {
	height: 45px;
	background: #f6f9fa;
	border: none;
	color: #fff!important;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-form .search-submit {
	text-indent: -999999px;
}

.search-form {
	position: relative;
	display: inline-block;
	background: #f6f9fa;
	width: 100%;
	max-width: 450px;
	border-radius: 5px;
}

.search-form .search-submit {
	height: 74px;
	width: 80px;
	float: right;
}

.search-form:after {
    position: absolute;
    color: #f7be27;
    left: auto;
	right: 29px;
    top: 22px;
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
	cursor: pointer;
	font-weight: 900;
}

.search-form:hover:after{
	color: #642f21;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
	color: #fff;
}

.search-form label {
	margin: 0;
	float: left;
	max-width: 230px;
}

.wp-caption-text {
	margin-top: 5px;
}

.top-search-form {
	max-width: 120px;
	float: right;
	padding-top: 5px;
	margin-left: 60px;
}

.light-header .top-search-form {
	margin: 5px 0 0 25px;
}

.top-search-form .top-form-control {
	width: 100px;
	float: right;
	border: none;
	font-weight: 600;
	background: none;
}

.transparent-header .top-search-form .top-form-control {
	color: #fff;
}

.transparent-header.light-header .top-search-form .top-form-control {
	color: #642f21;
}

.top-search-form .top-form-control:focus{
	border: none;
	outline: none;
}

.top-search-submit {
	border: none;
	background: none;
	color: #f7be27;
	padding: 0;
	width: 20px;
}

.transparent-header .top-search-submit {
	color: #fff;
}

.light-header.transparent-header .top-search-submit {
	color: #642f21;
}

.top-search-submit .svg-inline--fa,
.top-search-submit i {
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
}

.blog-list-widget .justify-content-between img {
	float: left;
}

/*----------Faq------*/
.wpcf7 .faqform .form-control {
	background: #EEEFF2;
	border-radius: 5px;	
}

.faqform .btn-primary {
	padding: 20px 35px;
}

.notfound .btn-primary {
	background-color: #e3000e;
	border-color: #e3000e;
}

.notfound .btn-primary:hover,
.notfound .btn-primary:focus {
	background-color: #f7be27;
	border-color: #f7be27;
}

.wpcf7 .faqform span {
	margin-bottom: 20px;
}

.faqform .wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}

.faq-accordian.elementor-element .elementor-accordion .elementor-accordion-item {
	border-bottom: 1px solid #DCDFE2 !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	width: 46px !important;
	text-align: right;
}

.faq-accordian .elementor-accordion-icon-opened {
	background: #f7be27;
	box-shadow: 0 10px 30px rgba(0, 186, 236, 0.5);
	text-align: center;
	display: inline-block;
	height: 46px;
	width: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
}

.faq-accordian .elementor-accordion-icon-closed {
	font-size: 14px;
}

.faq-accordian.elementor-element .elementor-accordion .elementor-tab-content {
	margin-top: -5px;
}

/*-------------percent box-----------*/
.percent-box-content {
	background: #642f21;
	padding: 40px 60px;
	font-weight: 600;
}
.percent-box-content h5{
	font-size: 120px;
	color: #fff;
	line-height: 1;
}

.percent-box-content h5 span {
	font-size: 30px;
}

.percent-box-content .right-con-per span {
	font-size: 20px;
	display: block;
	color: #fff;
}

/* PAGES 
**************************************/
.about-widget {
    padding: 2rem;
}

.about-widget .lead {
    font-size: 34px;
    padding: 0 0;
    line-height: 1.4;
    color: #111111;
    font-weight: bold;
}

.page-title1 img {
    max-width: 120px;
    margin: 0 auto 25px;
}

.page-title1 p {
    margin-bottom: 0;
	color: #fff;
}

.notfound h2 {
    font-size: 140px;
    padding: 0 0 1.7rem;
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
}

.notfound h3 {
    font-size: 40px;
    padding: 0;
    margin: 0;
}

.notfound p {
    padding: 2rem 80px 1.4rem 80px;
    margin-bottom: 0;
}

.alink {
    font-weight: bold;
    text-decoration: underline !important;
}

.blog-box img.float-left {
    margin-bottom: 0.5rem;
    margin-right: 1.5rem;
    margin-top: 0.5rem;
}

.blog-box img.float-right {
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

/* BLOG 
**************************************/
.soundcloud {
	width: 100%;
	border: 7px solid #fff;
	border-bottom: none;
}

.video-popup {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 14px;
	background: #f7be27;
	z-index: 1;
	border-radius: 100%;
	border: #fff 3px solid;
}

.popup-video-content .video-popup {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	height: 100px;
	width: 100px;
	line-height: 100px;
}

.popup-video-content .video-popup:before {
	border: 2px solid rgba(255,255,255, 0.1);
    position: absolute;
    left: -25px;
    top: -25px;
    content: "";
    width: 150%;
    height: 150%;
    border-radius: 100%;
	animation: border-video 1500ms ease-out infinite;
}

.video-popup:hover,
.video-popup:focus {
	background: #fff;
}

.form-wrapper p {
    padding-bottom: 1rem;
    margin: 0;
}

.form-wrapper .clearfix {
    margin-bottom: 0.6rem;
}

.form-wrapper .form-control {
    border-radius: 0;
    margin-bottom: 1rem;
    border: 1px solid #eaeaea;
    font-size: 12px;
    min-height: 45px;
    font-weight: lighter;
}

.form-wrapper textarea {
    padding-top: 20px;
    min-height: 120px !important;
	overflow: hidden;
}

.media-heading{
    font-size: 18px;
    padding: 0 130px 0 0;
	margin-top: 0;
}

.media-heading span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 500;
}

.media-body {
	position: relative;
}

.position-edit-links {
	position: absolute;
	right: 0;
	top: 5px;
}

.blog-item-comment {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.blog-item-comment-form {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.media-list {
	padding: 0;
	margin-bottom: 0;
}

.media-list .media .avatar {
	border-radius: 50%;
}

.media-list li.comment {
	margin-bottom: 30px;
}

.media-list li.comment,
.media-list li.trackback,
.media-list li.pingback{
	list-style: none;
}

.media-list li.comment:last-child {
	margin-bottom: 0;
}

.comment-edit-link,
.comment-reply-link {
	margin-left: 10px;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
	color: #642f21;
	font-size: 14px;
}

.comment-reply-link:before,
.comment-edit-link:before {
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 5 Pro";
    content: "\f3e5";
    font-weight: 300;
	line-height: 1;
}

.comment-edit-link:before {
	content: "\f044";
}

.comment-edit-link:hover,
.comment-reply-link:hover,
.comment-edit-link:focus,
.comment-reply-link:focus {
	color: #f7be27;
}

.comments-list li .children {
	padding-left: 30px;
}

.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
}

.comments-list .media {
    margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.media-list .commentform {
	margin-top: 60px;
}

.comments-list img {
    margin-right: 30px;
}

.comments-list p:last-child {
    padding-bottom: 0;
}

.comments-list .wp-block-quote p,
.comments-list blockquote p{
	font-size: 28px;
}

.authorbox {
    padding: 50px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	border: 2px solid #eeeeee;
	border-radius: 10px;
}

.authorbox img {
	border-radius: 50%;
}

.authorbox h5{
	margin: 0 0 10px 0;
}

.authorbox h4 span {
	font-size: 12px;
	display: block;
	color: #f7be27;
	line-height: 1;
	padding-bottom: 10px;
}

.authorbox p {
    padding: 0;
    margin: 0 0 0.8rem;
	line-height: 1.5;
}

.authorbox p:last-child{
	margin: 0;
}

.author-social a {
    margin-right: 10px;
}

.blog-list .blog-desc {
    padding-top: 0;
}

.blog-list .blog-desc h4 {
    padding-top: 0.7rem;
}

.blog-list .blog-meta {
    margin: 0.5rem 0;
}

.bottom-footer-list {
	margin: 0;
	padding: 0;
}

/*-----heading-content------*/
.heading-content h2{
	margin: 0 0 .5rem 0;
}

.heading-content h2 .heading-text {
	border-bottom: 1px dotted #adaccf;
    padding-bottom: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.heading-content h2 .heading-icon {
	margin: auto;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -10px;
    font-size: 20px;
}

.heading-content h2 .heading-icon::before {
	position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    height: 50px;
    z-index: 0;
    padding: 10px 20px;
    margin-left: -10px;
}

.heading-content h2 .heading-icon .svg-inline--fa,
.heading-content h2 .heading-icon svg {
	position: relative;
}

.heading-content {
	position: relative;
}

.heading-content .sub-title {
	display: inline-block;
	color: #f7be27;
	font-size: 30px;
	position: relative;
	line-height: 39px;
	z-index: 1;
	font-weight: 500;
	margin-bottom: 10px;
}

.heading-content.right .sub-title {
	padding-right: 20px;
}

.heading-content.left .sub-title {
	padding-left: 20px;
}

.heading-content.left.border-show .sub-title {
	padding-left: 0;
}

.heading-content .sub-title:before,
.heading-content .sub-title:after {
	border-bottom: 1px dotted #f7be27;
	content: "";
	left: -20px;
	top: 16px;
	width: 10px;
	height: 2px;
	position: absolute;
}

.heading-content.border-show .sub-title:before,
.heading-content.border-show .sub-title:after {
	display: none;
}

.heading-content .sub-title:after {
	right: -20px;
	left: auto;	
}

.heading-content.right .sub-title:before{
	display: none;
}

.heading-content.right .sub-title:after{
	right: 0;
}

.heading-content.left .sub-title:before{
	left: 5px;
}

.heading-content.left .sub-title:after{
	display: none;
}

.heading-content .bg-title {
	position: absolute;
	top: 0;
	font-size: 160px;
	line-height: 76px;
	color: #f8f8f8;
	width: 100%;
	left: 0;
	font-weight: 600;
}

.heading-content.left .bg-title {
	left: -5px;
}

.heading-content.left p {
	margin: 10px 0 0;
	max-width: 600px;
}

.heading-content.right p {
	margin: 10px 0 0;
	float: right;
	max-width: 600px;
}

/*-----end heading-content------*/
/*-----start featured category--*/
.cat-list-column {
	background: #fff;
	position: relative;
	min-height: 266px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-bottom: 30px;
	padding: 50px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.last-item-more:after {
	background-color: rgba(0, 158, 116, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	top: 0;
	bottom: 0;
}

.img-icon-box{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid #f7f7f7f7;
	margin: 0 auto 20px;
    line-height: 88px;
}

.cat-list-column .img-icon-box img {
	position: relative;
	max-height: 55px;
}

.cat-list-column > a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.cat-list-column h5 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

.last-item-more h5{
	color: #fff;
}

.cat-list-column.last{
	margin: 0;
}

.cat-list-column i {
	color: #f7be27;
	font-size: 40px;
}

.cat-list-column:hover,
.cat-list-column:focus {
	box-shadow: 0 8px 16px rgba(0,29,35, 0.10);
	outline: none;
}

.item-count {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

#ctf.ctf-super-narrow .ctf-author-name {
	color: #642f21!important;
}

/*-----------services----------*/
.services-content {
	padding: 20px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-content.style1 span {
	display: inline-block;
	max-height: 55px;
}

.services-content.style1 span svg {
	max-height: 55px;
}

.services-content.style1 a {
	margin-top: 20px;
	display: block;
	color: #f7be27;
	font-weight: 500;
	line-height: 30px;
}

.service-single-img{
	position: relative;
}

.service-single-img:after {
	background-image: linear-gradient(#fff, #fff);
	clip-path: polygon(100% 100%,0 100%,0 0,0 calc(100% - 3vw));
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	width: 100%;
	height: 60px;
}

.post-type-archive-service .service-single-img:after{
	background-image: linear-gradient(#F6FBFF, #F6FBFF);	
}

.read-more-service {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 30px;
	bottom: -15px;
	z-index: 2;
	opacity: 0;
	background: #FEDB41;
	border-radius: 100%;
	display: inline-block;
}

.read-more-service:hover {
	color: #fff;
}

.service-des-style2 {
	padding: 30px;
}

.post-type-archive-service .service-des-style2{
	background: #F6FBFF;
}

.service-single-content:hover .service-single-img:after {
	background-image: linear-gradient(#F6FBFF, #F6FBFF);
}

.service-style2 .service-single-content {
	background: #fff;
	border-radius: 30px 0 30px 0;
	margin-bottom: 30px;
}

.service-style1 .service-single-content {
	margin-bottom: 30px;
}

.service-style2 .service-single-content:hover,
.service-style1 .service-single-content:hover .service-des {
	background: #F6FBFF;
}

.services-main-content.service-style2 .service-single-content img {
	border-radius: 30px 0 0 0;
	max-height: 310px;
	object-fit: cover;
}

.service-des-style2 h5 {
	font-size: 30px;
	margin: 0 0 25px 0;
}

.service-single-content:hover .read-more-service{
	opacity: 1;
} 

.services-content.style2 {
	box-shadow: 0 10px 50px rgba(0, 26, 112, 0.1); 
	margin-bottom: 0;
	padding: 40px;
	border-radius: 5px;
	background: #fff;
}

.service-box-des-style2 {
	padding: 0 0 0 15px;
}

.main-icon-container.style3 {
	display: inline-block;
    box-shadow: 0 25px 40px rgba(0, 186, 236, 0.15);
    border-radius: 50%;
    width: 128px;
    height: 128px;
    background-image: linear-gradient(180deg, #fff 40%,#B4EBF9);
    line-height: 170px;
	position: relative;
	z-index: 2;
}

.services-content.style3 {
	border-radius: 10px;
	background-image: linear-gradient(180deg, #fff 40%, rgba(0, 186, 236, 0.05));
	padding: 0 40px 40px 40px;
}

.services-content.style3 h3 span {
	color: #f7be27;
	margin-right: 20px;
}

.services-content.style3:hover {
	box-shadow: 0 4px 2px -2px rgba(0, 186, 236, .15);
}

.services-content .number {
	color: #f7be27;
    padding: 12px 15px;
    border: 2px solid #f2fbff;
    display: inline-block;
    line-height: 1.4;
    font-weight: 600;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-content.style2 .number,
.services-content.style4 .number {
    color: #f7f7f7;
    padding: 0;
    border: none;
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 160px;
    line-height: 1;
    font-weight: 600;
}

.services-content.style4 .number {
	top: auto;
	bottom: 0;
	line-height: 120px;
	letter-spacing: -2px;
	visibility: hidden;
	color: rgba(255,255,255, 0.04);
}

.services-content.style2 a {
	font-weight: 600;
	padding-top: 20px;
	display: block;
	position: relative;
	color: #f7be27;
}

.services-content.style2 a:hover,
.services-content.style2 a:focus{
	color: #642f21;
}

.services-content h3 {
	margin: 25px 0 18px;
    font-size: 24px;
	position: relative;
}

.services-content.style3 h3 {
	margin-top: 40px;
    font-size: 30px;
	line-height: 44px;
	font-weight: 500;
}

.services-content.style3 h3 span {
	font-size: 30px;
	vertical-align: middle;
}

.services-content p {
	margin-bottom: 0;
}

.services-content.style3 p {
	margin-bottom: 0;
}

.services-content.style2 h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
}

.services-content.style2 p {
	font-size: 18px;
}

.services-content.style1:hover .number {
	background: #f7be27;
	color: #fff; 
}

.services-content.style4 {
	border: 2px solid #eff7fb;
	border-right-width: 0;
	padding: 30px 40px 50px;
}

.services-content.style4:hover,
.services-content.style4.active-yes {
	background: #d55342;
	border-color: #d55342;
	margin: -20px 0 -20px 0;
	padding: 50px 40px 70px 40px;
	-webkit-box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	-ms-box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	box-shadow: 0 8px 16px rgba(213, 83, 66, 0.16);
	position: relative;
	z-index: 1;
}

.services-content.style4 svg {
	max-width: 60px;
	max-height: 60px;
	position: relative;
	z-index: 1;
}

.services-content.style4:hover .number,
.services-content.style4.active-yes .number {
	visibility: visible;
}

.services-content.style4:hover h3,
.services-content.style4.active-yes h3{
	color: #fff;
}

.services-content.style4:hover p,
.services-content.style4.active-yes p{
	color: #fff;
}

.hover-icon {
	visibility: hidden;
}

.services-content.style4 .default-icon,
.services-content.style4 .hover-icon{
	position: relative;
}

.services-content.style4:hover .hover-icon,
.services-content.style4.active-yes .hover-icon {
	visibility: visible;
}

.services-content.style4.active-yes .default-icon,
.services-content.style4:hover .default-icon {
	visibility: hidden;
	display: none;
}

.services-content.style4 .default-icon:after,
.services-content.style4 .hover-icon:after {
	position: absolute;
	width: 45px;
	height: 45px;
	content: "";
	background: #e5f5f1;
	right: -8px;
	bottom: 5px;
	border-radius: 100%;
}

.services-content.style4 .default-icon:before,
.services-content.style4 .hover-icon:before {
	position: absolute;
	width: 45px;
	height: 45px;
	content: "";
	background: #e5f5f1;
	right: -30px;
	bottom: -17px;
	border-radius: 100%;
	animation: pulse-border 1500ms ease-out infinite;
}

.services-content.style4 .hover-icon:after {
	background: #d96555;
}

.services-content.style4 .hover-icon:before {
	background: #d96555;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

@keyframes border-video {
  0% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}
@-webkit-keyframes border-video {
  0% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1);
  opacity: 1;
  }
  100% {
    transform: translateX(0%) translateY(0%) translateZ(0) scale(1.5);
  opacity: 0;
  }
}

/*--------accordion------------------*/
.home-accordion .elementor-accordion .elementor-accordion-item{
	box-shadow: 0 10px 40px rgba(0, 26, 112, 0.1);
	margin-bottom: 30px;
	border-radius: 5px;
}
.home-accordion .elementor-accordion .elementor-tab-title.elementor-active{
	background: #642f21;
	border-radius: 5px 5px 0 0;
}

.home-accordion .elementor-accordion .elementor-tab-content {
	border-top-width: 0px;
	padding: 0 30px 30px 30px;
}

.home-accordion .elementor-accordion .elementor-tab-content.elementor-active{
	background: #642f21;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 5px 5px;
}

.home-accordion .elementor-accordion .elementor-tab-title {
	padding: 30px;
}

/*----------slick slider-------------*/
.slick-initialized .slick-slide {
	outline: none;
}
.slick-slide {
	margin: 0 15px;
}
.slick-slide img {
	width: 100%;
}


/*-----------counter-content---------*/
.counter-content {
	padding: 25px;
	border-radius: 0 20px 0 20px;
	background: #F6FBFF;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.counter-content .counter-icon {
	font-size: 80px;
	line-height: 1;
}

.counter-content .counter-icon svg {
	max-width: 80px;
	height: auto;
}

.counter-content span.number.count-number {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
	position: relative;
	color: #01F0DB;
	margin: 5px 0 5px 0;
	display: inline-block;
}

.counter-content span.number.count-number.show-circle:before {
	position: absolute;
    width: 60px;
    height: 60px;
    content: "";
    background: #d96555;
    left: -30px;
    top: -5px;
    border-radius: 100%;
}

.counter-content span.number.count-number .counter {
	position: relative;
	margin-right: -5px;
}

.counter-content h5 {
    font-size: 16px;
    margin: 0 0 5px 0;
	line-height: 30px;
	font-weight: 500;
}

.owl-prev i,
.owl-next i {
	padding: 3px 20px;
	color: #fff;
	margin-right: 5px;
	font-size: 36px;
	opacity: 0.8;
}


.gallery-carousel .owl-prev i,
.gallery-carousel .owl-next i {
	background: #FEDB41;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
	margin: 0 20px;
	font-size: 20px;
}

.owl-prev i:hover,
.owl-next i:hover {
	opacity: 1;
}

.owl-prev {
	float: left;
}

.owl-next {
	float:right;
}

/*------------list icons------*/
.listicon-content p {
	margin: 0;
	line-height: 16px;
	font-weight: 500;
}
.listicon-content p span {
	background: rgba(0, 73, 118, 0.7);
	width: 16px;
	border-radius: 2px;
	height: 16px;
	color: #eef9f6;
	text-align: center;
	margin-right: 15px;
	float: left;
	line-height: 16px;
	font-size: 10px;
	position: relative;
	top: 8px;
}

.list-pizza .listicon-content p span{
	top: 1px;
}

.progress-counter {
  background-color: #55c981;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 7px 7px 5px;
  position: absolute;
  right: -22px;
  bottom: -35px;
}

.progress-counter:after {
  border-style: solid;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #55c981;
  top: -4px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -3.5px;
  position: absolute;
  width: 0;
}

/*------feature lists---------*/
.featured-lists-content .featured-main-content {
	position: relative;
	z-index: 1;
	height: 0;
	padding-top: 100%;
	transform: rotate(-13deg);
}

.featured-lists-content .featured-main-content i {
	color: #fff;
}

.featured-lists-content .featured-main-content:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f7be27;
}

.featured-lists-content .services_item-icon {
	position: absolute;
	z-index: 1;
	width: 17%;
	height: 17%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	left: 41%;
	top: 41%;
	cursor: pointer;
	font-size: 30px;
}

.featured-lists-content .services_item-icon:hover,
.featured-lists-content .services_item-wrap.active .services_item-icon {
	border: 7px solid #fff;
}

.featured-lists-content .services_item-content .content-img {
	padding: 83px;
	border-radius: 100%;
}

.featured-lists-content .services_item-icon:before,
.featured-lists-content .services_item-icon:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 99.9%;
	height: 99.9%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #642f21;
}

.featured-lists-content .services_item-icon:after {
	opacity: 0;
}

.featured-lists-content .services_item-icon .services_icon {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	line-height: 1;
}

.featured-lists-content .services_item-icon .services_icon-grad2 {
opacity: 0;
}

.featured-lists-content .services_item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 8%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	display: block;
}

.featured-lists-content .services_item-wrap.active .services_item-icon:before {
opacity: 0; }
.featured-lists-content .services_item-wrap.active .services_item-icon:after {
opacity: 1; }
.featured-lists-content .services_item-wrap.active .services_item-icon .services_icon-grad1 {
opacity: 0; }
.featured-lists-content .services_item-wrap.active .services_item-icon .services_icon-grad2 {
opacity: 1; }
.featured-lists-content .services_item-wrap.active .services_item-icon + .services_item-content {
opacity: 1;
visibility: visible; }

@-webkit-keyframes circuit_service_hexagon_1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes circuit_service_hexagon_1 {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes circuit_service_hexagon_1 {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes circuit_service_hexagon_1 {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes circuit_service_hexagon_2 {
0% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg); } }
@-moz-keyframes circuit_service_hexagon_2 {
0% {
-moz-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-moz-transform: rotate(540deg);
transform: rotate(540deg); } }
@-o-keyframes circuit_service_hexagon_2 {
0% {
-o-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-o-transform: rotate(540deg);
transform: rotate(540deg); } }
@keyframes circuit_service_hexagon_2 {
0% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(540deg);
-moz-transform: rotate(540deg);
-o-transform: rotate(540deg);
transform: rotate(540deg); } }
@-moz-document url-prefix() {
.services_icon-grad1,
.services_icon-grad2 {
-webkit-text-fill-color: initial; }
}

/*------posts-content---------*/
.posts-content .blog-media{
	margin-bottom: 0;
}

.posts-content{
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.posts-content .posts-loop {
	margin-bottom: 30px;
}

.posts-content .rel-blog-desc {
	-moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.posts-content .posts-loop-style1 .rel-blog-desc {
	padding: 25px;	
}

.posts-content .posts-loop-style1 .small-post .rel-blog-desc {
	padding: 25px 25px 25px 0;	
}

.posts-content h4.blog-des-title {
	font-size: 22px;
	line-height: 1.4;
	padding: 0 0 15px 0;
}

.posts-content .blog-read-more {
	font-weight: 700;
}

.posts-style2 h4.blog-des-title {
	font-size: 18px;
	line-height: 26px;
}

.posts-content .rel-blog-desc p {
	margin-bottom: 15px;
}

.posts-content .blog-box {
	box-shadow: 0 20px 40px rgba(0,18,88,0.1);	
}

.posts-content .blog-box.small-post {
	margin-bottom: 30px;
}

.cat-readmore-con a {
	background: #f7be27;
	margin: 15px -15px 2px 2px;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.posts-style2 .cat-readmore-con {
	position: absolute;
    z-index: 1;
    bottom: -2px;
    right: 0;
}

.cat-readmore-con.absolute-position {
	position: absolute;
    bottom: 0;
    left: 30px;
}

.cat-readmore-con.absolute-position a {
	margin: 0 2px 0 0;
}

.posts-content .posts-style2 .rel-blog-desc {
	background: none;
	padding-bottom: 50px;
	position: relative;
}

.posts-content .posts-style2 .posts-loop{
	background: #fff;
	margin-bottom: 80px;
}

.posts-style2 .posts-loop .blog-media{
	margin: 0 30px 0 0;
	overflow: inherit;
}

.posts-style2 .posts-loop .blog-media img {
	margin-top: -30px;
}

.posts-style2 .posts-loop .blog-media:hover img {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.posts-style2 .cat-readmore-con a {
	margin: 15px 0 2px 2px;
	border-radius: 10px 0 0 0;
}

.low-padding {
	margin-left: -5px;
	margin-right: -5px;
}

.posts-style2 {
	padding: 0 5px;
}

.cat-readmore-con a:hover,
.cat-readmore-con a:focus{
	color: #fff;
}

.posts-loop:hover .cat-readmore-con a {
	background: #642f21;
}

.posts-loop:hover .cat-readmore-con .read-more-link {
	background: #f7be27;
	color: #fff;
}

.projects-content .cat-readmore-con {
	position: absolute;
	bottom: -5px;
	left: 40px;
}

.projects-content .rel-blog-desc {
	border: 2px solid #eff7fb;
	padding: 40px;
	border-top: none;
	margin-bottom: 30px;
	background: #fff;
}

.projects-content .rel-blog-desc.no-thumb-des {
	border-top: 2px solid #eff7fb;
}

.projects-content .rel-blog-desc h4.blog-des-title{
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 5px 0;
	letter-spacing: normal;
}

.projects-content .cat-readmore-con a {
	margin: 0  0 5px 2px;
}

.projects-content .cat-readmore-con a:hover,
.projects-content .cat-readmore-con a:focus{
	color: #fff;
	background: #642f21;
}

.cat-readmore-con .read-more-link {
	padding: 15px 20px;
	background: #fff;
	color: #642f21;
	margin: 0;	
}

/*---------newsletter---------*/
#wrapper .tnp.tnp-widget-minimal {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 20px;
}

#wrapper .tnp-form {
	position: relative;
	border-radius: 3px;
	float: left;
	width: 100%;
}

#wrapper .tnp-widget-minimal input.tnp-email {
	width: 67%;
	float: left;
	height: 58px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 0 20px;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#wrapper .tnp-widget-minimal input.tnp-submit {
	width: 175px;
	background: #e3000e;
	line-height: 1;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
	float: right;
	height: 58px;
    font-size: 1.15rem;
    padding: 13px 35px;
    margin-left: 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid #e3000e;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.5px;
}

#wrapper .tnp-widget-minimal input.tnp-submit:hover,
#wrapper .tnp-widget-minimal input.tnp-submit:focus {
	background:none;
	outline: none;
	color: #e3000e;
}

.image-boxes img,
.blog-media img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.blog-media.formate-quote:hover img {
    -webkit-filter: blur(1px);
    /* Safari 6.0 - 9.0 */
    filter: blur(1px);
    opacity: 0.9;
    filter: alpha(opacity=90);
    /* For IE8 and earlier */
}

.layout-rs .blog-box {
    background-color: #fff;
	margin: 0 20px 60px 0;
}

.blog-box{
	border-radius: 4px;
}

.content .post:last-child .blog-box{
	margin-bottom: 0;
}

.layout-ls .blog-box {
    margin-bottom: 2rem;
    background-color: #fff;
	margin-left: 20px;
}

.text-left-previous,
.text-right-next {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.tags-social-box {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.blog-item-next-prev {
	position: relative;
	float: left;
	width: 100%;
	background: #f6f9fa;
	padding: 25px;
	margin-top: 30px;
	border-radius: 5px;
}

.absolute-pager {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0;
	background: #eeeff3;
	padding: 35px 55px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.absolute-pager:hover,
.absolute-pager:focus {
	background: #642f21;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.absolute-pager:hover a,
.absolute-pager:focus a {
	color: #fff;
}

/*---------portfolio---------*/
.portfolio-meta-content {
	background: #F6FBFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 45px 50px 45px 50px;
}

.portfolio-meta-content .widget-title{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 35px;
}

.portfolio-meta-content ul {
	padding: 0;
	margin: 0;
}

.portfolio-meta-content li {
	list-style: none;
	margin-bottom: 10px;
	font-weight: 500;
	color: #0A1026;
}

.portfolio-meta-content li a{
	color: #0A1026;
}

.portfolio-meta-content li span{
	font-weight: 400;
	color: #686868;
	min-width: 110px;
	display: inline-block;
}

.portfolio-meta-content li:last-child {
	margin-bottom: 0;
}

.portfolio-contactform {
	background: #F6FBFF;
	border: 1px solid #E5E5E5;
	padding: 45px 50px 50px 50px;
	border-radius: 5px;
}

.wpcf7 .booking-form.request-booking-form.request-bg .form-control {
	background: #F6FBFF;
}

.wpcf7 .booking-form.contact-form-page .form-control {
	border: 1px solid #DCDFE2;
	color: #83868C;
	background: none;
}

.wpcf7 textarea.form-control {
	height: 60px;
}

.wpcf7 .portfolio-contactform textarea.form-control{
	height: 120px;
}

.wpcf7 .booking-form.contact-form-page textarea.form-control {
	height: 195px;
}

.wpcf7 .booking-form.contact-form-page .btn-primary:hover,
.wpcf7 .booking-form.contact-form-page .btn-primary:focus{
	background: #642f21;
}

.wpcf7 .portfolio-contactform span {
	margin-bottom: 10px;
}

.contact-page-icons.elementor-widget .elementor-icon-list-icon{
	color: #f7be27;
	margin-right: 25px;
}

.portfolio-contactform .btn-primary {
	padding: 20px 35px;
}

.portfolios-content {
	max-width: 1140px;
}

.portfolio-home-section .portfolios-content{
	float: right;
}

.portfolios-content .row{
	margin: 0;
}

.portfolio-single-content {
	margin: 0 0 0 30px;
}

.single-portfolio .portfolio-single-content {
	margin: 0;
} 

.related-portfolios{
	padding: 120px 0 0;
}

.portfolio-media{
	position: relative;
	border-radius: 30px 0 0 0;
}

.portfolio-media a img {
	border-radius: 30px 0 0 0;
}

.overlay-portfolio {
	position: absolute;
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(20,57,109, 0.6);
	text-align: center;
	opacity: 0;
	border-radius: 30px 0 0 0;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.portfolio-single-content:hover .overlay-portfolio {
	opacity: 1;
	z-index: 99;
}

.cbp-item-wrapper:hover .overlay-portfolio{
	opacity: 1;
}

.overlay-portfolio a{
	width: 60px;
	height: 60px;
	background: #FEDB41;
	border-radius: 100%;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
    position: relative;
    top: 45%;
}

.portfolio-cat-desc {
	padding: 0;
	margin: 0;
}
.portfolio-cat-desc li {
	list-style: none;
}

.portfolio-cat-desc li a {
	color: #f7be27;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.portfolio-cat-desc li a:hover {
	color: #642f21;
}

.portfolio-des {
	background: #fff;
	padding: 30px;
}

.cbp-wrapper .portfolio-des,
.single-portfolio .portfolio-des{
	background: #F6FBFF;
}

.portfolio-single-content .portfolio-des:hover{
	background: #F6FBFF;
} 

.portfolio-des h3 {
	margin-top: 0;
	font-size: 24px;
	line-height: 35px;
}

.blog-item-next-prev.portfolio-next-prev {
	margin-top: 100px;
}

.portfolio-next-prev .text-left-previous,
.portfolio-next-prev .text-right-next {
	color: #fff;
	vertical-align: middle;
}

.portfolio-next-prev .text-left-previous span,
.portfolio-next-prev .text-right-next span{
	display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-left-previous i,
.text-right-next i {
	color: #f7be27;
}

.text-left-previous i{
	margin-right: 5px;
}

.text-right-next i{
	margin-left: 5px;
}

.portfolio-next-prev img {
	max-width: 90px;
	display: inline-block;
	margin-right: 25px;
	border-radius: 10px 0;
}

.portfolio-next-prev .absolute-pager.text-right img {
	margin-right: 0;
	margin-left: 25px;
}

.portfolio-next-prev .absolute-pager {
	background: #642f21;
	padding: 20px;
	border-radius: 15px 0;
}

.portfolio-next-prev .absolute-pager.text-right {
	background: #f7be27;
}

.portfolio-next-prev .text-right-next span {
	color: #fff;
}

.project-meta-content h2 {
	margin: 0;
	font-size: 48px;
}

.project-meta-content h4 {
	margin: 0;
}

.aut-dat-box {
	display: inline-block;
	width: 48%;
	padding-top: 10px;
}

.aut-dat-box span {
	color: #f7be27;
	font-weight: 600;
}

.project-meta-content .port-cat {
	font-weight: 600;
	color: #f7be27;
}

.project-meta-content .btn-primary {
	padding: 30px;
}

.blog-media {
	position: relative;
	margin: 0 0 30px 0;
}

.blog-media img,
.posts-content .blog-media img{
	border-radius: 10px;
}

.posts-loop-style1 .blog-media img{
	border-radius: 4px 0 0 4px;
}

.posts-loop-style1 .col-lg-6:first-child .blog-media img{
	max-height: 325px;
	border-radius: 10px 10px 0 0;
}

.posts-content .posts-loop-style1 .col-lg-6:first-child h4.blog-des-title{
	padding: 0;
	margin: 0;
}

.blog-media.formate-quote img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
	object-fit: cover;
	height: 100%;
}

.blog-media.formate-quote i {
    position: absolute;
	font-size: 80px;
	right: 45px;
	bottom: 50px;
	color: #FEDB41;
}

.list-view .blog-media.formate-quote i{
	top: 45px;
}

.formate-quote .wp-block-quote {
	padding: 60px;
	text-align: left;
	margin-bottom: 0;
	background:rgba(20, 57, 109, 0.8);
	background-blend-mode: multiply;
	z-index: 1;
	border: none;
	margin-top: 0;
    margin-bottom: 0;
}

.list-view .formate-quote .wp-block-quote {
	padding: 130px 45px 45px 45px;
}

.blog-desc {
	float: left;
	width: 100%;
	position: relative;
}

.blog-des-top {
	float: left;
	width: 100%;
}

.blog-desc .post-views {
	display: none;
}

.related-posts {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 60px;
}

.custom-title {
	margin: 10px 0 30px 0;
	font-size: 30px;
}

.custom-title span{
	position: relative;
}

.related-posts .read-more-wrapper {
	display: none;
}

.list-style .blog-desc {
    padding: 0;
}

.list-style.blog-box {
    margin-bottom: 4rem;
}

.small-blog-box .blog-desc h4 {
    font-size: 24px;
}

.small-blog-box .blog-meta {
    margin: 0.7rem 0 0.6rem;
}

.blog-meta.with-thumb{
	margin: 0;
	position: absolute;
	bottom: -18px;
	left: 25px;
	z-index: 1;
}

.blog-post-img {
	position: relative;
}

@keyframes drop{
	0%		{ top:-350px; }
	100%	{ top:0; }
}

h4.blog-des-title {
    font-size: 30px;
    margin: 0 0 10px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 45px;
	letter-spacing: -0.3px;
}

h4.blog-des-title a{
	color: #642f21;
}

.search h4.blog-des-title {
	padding: 0;
}

.post_format-post-format-quote h4.blog-des-title {
	padding-bottom: 20px;
}

.related-posts h4.blog-des-title{
    font-size: 22px;
    line-height: 30px;
	letter-spacing: normal;
}

.related-posts .rel-blog-desc p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.related-posts .rel-blog-desc p:last-child{
	margin-bottom: 0;
}

.related-single-post {
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.related-posts .related-single-post:hover {
	background: none;
}

.contact-form .form-group .btn.btn-primary {
	cursor: pointer;
}

.blog-meta {
    display: inline-block;
    margin: 0 0 20px;
	font-size: 12px;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.posts-content .blog-meta {
	margin-bottom: 0;

}
.wp-block-quote .blog-meta {
	margin-bottom: 0;
}

.related-posts .blog-meta {
	margin: 0 0 5px 0;
}

.wp-block-quote .blog-meta .svg-inline--fa{
	color: #fff;
}

.meta-bottom a img{
	border-radius: 100%;
	margin-right: 15px;
}

.absoulate-social-metapart{
	position: absolute;
}

.social-metapart .blog-social{
	padding: 0 23px;
	text-align: left;
}

.social-metapart .blog-social:after{
	border: none;
}

.absoulate-social-metapart .blog-social {
    margin-top: -30px;
}

.blog-social-inner {
	position: relative;
	display: inline-block;
	background: #fff;
	z-index: 1;
	padding: 0 10px;	
}

.absoulate-social-metapart .blog-social-inner {
	padding: 10px 15px;
	box-shadow: 0 0px 11px rgba(93,61,225, 0.09);
}

.blog-social .btn {
    outline: 0 none !important;
	text-decoration: none !important;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #f7be27;
	line-height: 25px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin: 0 4px;
}

.socibox {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #fff;
	font-size: 12px;
}

.socibox:hover,
.socibox:focus{
	box-shadow: 0 0px 36px rgba(42,50,168, 0.10);
	color: #fff;
}

.post-bottom {
    border-top: 1px dotted #eaeaea;
    padding-top: 1rem;
}

.post-share {
    position: relative;
    display: block;
}

.customshare {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 1px;
}

.customshare .list {
    position: absolute;
    top: 0.2rem;
    right: 0;
    text-align: center;
    background: transparent;
}

.customshare .list a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    z-index: 1000;
    font-weight: normal;
    text-align: center;
    background: #fff;
    color: #fff !important;
}

.ie9 .customshare .list strong {
    padding-top: 5px;
    height: 41px;
}

.customshare .list a {
    background: #ff3;
    -webkit-transition: -webkit-transform .0001s linear, background .0001s ease, color .0001s ease;
    -moz-transition: -moz-transform .0001s linear, background .0001s ease, color .0001s ease;
    -ms-transition: -ms-transform .0001s linear, background .0001s ease, color .0001s ease;
    -o-transition: -o-transform .0001s linear, background .0001s ease, color .0001s ease;
    transition: transform .0001s linear, background .0001s ease, color .0001s ease;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
    -moz-transform: scale(0) translate3d(0, 0, 0);
    -ms-transform: scale(0) translate3d(0, 0, 0);
    -o-transform: scale(0) translate3d(0, 0, 0);
    transform: scale(0) translate3d(0, 0, 0);
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.customshare .list a:hover {
    color: #fff;
    text-decoration: none;
}

.customshare .list .tw,
.customshare .list .fb,
.customshare .list .gp {
    font-size: 14px;
}

.customshare .list:hover strong span,
.customshare .list.hover strong span {
    height: 135px;
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.customshare .list:hover a,
.customshare .list.hover a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition-duration: .3s, .4s, .4s;
    -moz-transition-duration: .3s, .4s, .4s;
    -ms-transition-duration: .3s, .4s, .4s;
    -o-transition-duration: .3s, .4s, .4s;
    transition-duration: .3s, .4s, .4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.customshare .list:hover a .fa {
    transform: rotate(45deg);
}

.customshare .list:hover .tw,
.customshare .list.hover .tw {
    -webkit-transition-delay: .1s, .0001s, .0001s;
    -moz-transition-delay: .1s, .0001s, .0001s;
    -ms-transition-delay: .1s, .0001s, .0001s;
    -o-transition-delay: .1s, .0001s, .0001s;
    transition-delay: .1s, .0001s, .0001s;
}

.customshare .list:hover .fb,
.customshare .list.hover .fb {
    -webkit-transition-delay: .2s, .0001s, .0001s;
    -moz-transition-delay: .2s, .0001s, .0001s;
    -ms-transition-delay: .2s, .0001s, .0001s;
    -o-transition-delay: .2s, .0001s, .0001s;
    transition-delay: .2s, .0001s, .0001s;
}

.customshare .list:hover .gp,
.customshare .list.hover .gp {
    -webkit-transition-delay: .3s, .0001s, .0001s;
    -moz-transition-delay: .3s, .0001s, .0001s;
    -ms-transition-delay: .3s, .0001s, .0001s;
    -o-transition-delay: .3s, .0001s, .0001s;
    transition-delay: .3s, .0001s, .0001s;
}

.page-link {
    background-color: #fff;
    border: 0 dotted #eaeaea;
    border-radius: 0;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-left: 3px;
    padding: 0.6rem 0.8rem;
    position: relative;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link:hover,
.page-link:focus {
    background-color: #642f21;
}

.content {
    padding-right: 0;
}

.search-no-results .content > .content{
	background: #fff;
	padding: 60px;
}

.search-no-results .content h1.entry-title {
	margin-top: 0;
}

.blog-grid .blog-bottom.text-center,
.blog-grid .blog-desc.text-center {
    text-align: left !important;
}

.blog-grid .blog-desc h4 {
    font-size: 24px;
	line-height: 28px;
}

.blog-grid .blog-desc p {
    margin-bottom: 20px;
}

/* SIDEBAR WIDGETS 
**************************************/
.user-widget {
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding: 50px;
}

.user-widget .user-img img{
	border-radius: 100%;
}

.user-widget .user-img h5 {
	font-size: 24px;
	line-height: 1;
	margin: 30px 0 20px 0;
}

.user-widget .user-img p {
	font-size: 18px;
}

.user-social {
	line-height: 1;
}

.user-social a {
	line-height: 1;
	color: #b3bed3;
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}

.user-social a:hover,
.user-social a:focus {
	color: #f7be27;
}

.sidebar .widget {
    display: block;
    position: relative;
    margin-bottom: 50px;
}

.sidebar .widget:last-child{
	margin-bottom: 0;
}

.blog-list-widget img {
    border: 1px solid #eaeaea;
    max-width: 80px;
    margin-right: 20px !important;
	min-height: 80px;
	object-fit: cover;
	border-radius: 12px;
}

.blog-list-widget span {
	font-size: 14px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

.footer.footer-style1 .blog-list-widget span{
	color: #a6b6b9;
}

.footer.footer-style1 .blog-list-widget .svg-inline--fa {
	color: #f7be27;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 20px;
    display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.blog-list-widget .w-100:hover h5,
.blog-list-widget .w-100:focus h5 {
	color: #f7be27;
}

.blog-list-widget .w-100 span
.blog-list-widget .w-100:hover span,
.blog-list-widget .w-100:focus span{
	color: #666;
}

.footer-widget-area .blog-list-widget .w-100 {
	margin-bottom: 20px;	
}

.blog-list-widget a.w-100:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget small {
    font-size: 11px;
}

.blog-list-widget .mb-1 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    margin-top: 0;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tag-widget a,
.tagcloud a,
.wp-block-tag-cloud a {
    background-color: #f6f9fa;
    display: inline-block;
    margin: 0 7px 10px 0;
    line-height: 1;
    padding: 8px 20px;
	border: 1px solid #f6f9fa;
	color: #333;
	border-radius: 4px;
}

.footer-widget-area .tagcloud a {
	background: #f7be27;
	color: #222;
}

.footer-widget-area .tagcloud a:hover,
.footer-widget-area .tagcloud a:focus,
.tag-widget a:hover,
.tagcloud a:hover,
.tag-widget a:focus,
.tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
	background: #f7be27;
	border-color: #f7be27;
	color: #222;
}

.footer.section.footer-style1 {
	color: rgba(255,255,255, 0.7);
}

.blog-tags ul {
	padding: 0;
	margin: 0;
}

.blog-tags ul li {
	display: inline-block;
	margin-right: 10px;
	background: #f2f2f2;
	padding: 5px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.sticky .post-meta.sticky-posts {
    margin-right: 20px;
    background: #F6F9FA;
	padding: 10px 0;
	margin-bottom: 30px;
	border-radius: 4px;
}

.pagination li a {
	color: #6D708D;
	min-height: 40px;
	min-width: 40px;
	background-color: #fff;
	padding: 0;
	border: none;
	line-height: 40px;
	font-weight: 600;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(50,39,193, 0.08);
	text-align: center;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.current a {
	background: #f7be27;
	color: #fff;
	border-color: #f7be27; 
}

.sidebar .widget_instagram-feed-widget .sbi_photo{
	margin: 0 10px 10px 0;
}

/* SIDEBAR WIDGETS (EXPANDED) 
**************************************/
div.sidewrapper.sidenav {
    background: #fff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -35em;
    top: 0;
    width: 290px;
    z-index: 99999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.sidewrapper .widget {
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding: 1rem 2rem 0;
}

.nav-expanded div.sidewrapper {
    right: 0;
    margin-right: 0;
    transition: margin-left 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: margin-left 0.4s ease-in-out 0s;
}

#nav-close {
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 27px;
    padding-right: 0;
    position: relative;
    right: 30px;
    text-align: center;
    top: 17px;
    width: 30px;
}

.logged-in.admin-bar #nav-close {
	top: 35px;
}

.category-widget ul,
.sidebar .widget ul,
.sidewrapper.sidenav .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .widget ul.children {
	padding-left: 15px;
	padding-top: 10px;
}

.category-widget li,
.sidebar .widget li,
.sidewrapper.sidenav .widget li{
    padding: 10px 0;
	position: relative;
}

.category-widget ul > li:first-child,
.sidebar .widget ul > li:first-child,
.sidewrapper.sidenav .widget ul > li:first-child{
	padding-top: 0;
}

.sidebar .widget_rss li{
	padding: 0 0 20px 0;
}

.widget_rss.widget cite {
	font-weight: 500;
}

.sidebar .widget li a {
	padding: 0;
}

.sidebar .widget_rss.widget li a {
	padding: 0 0 10px 0;
	width: 100%;
	font-weight: 500;
}

.sidebar .widget .children li:last-child,
.sidebar .widget .sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .testo-categories li{
	border: none;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.sidebar .testo-categories li a{
	padding: 15px 25px;
	display: block;
	background: #f7f7f7;
	font-weight: 600;
}

.sidebar .testo-categories li span {
	background: #00805e;	
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 56px;
    padding: 0 20px;
	color: #fff;
}

.sidebar .testo-categories li a:hover,
.sidebar .testo-categories li a:focus {
	background: #f7be27;
	color: #fff;
}

.sidebar .testo-categories li:first-child {
	border: none;
}

/* SHOPPING 
**************************************/
.page-title {
	display: none;
}

.result-coult-filter {
	margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.variations tr {
	width: 29%;
	float: left;
}

.variations tr td.label {
	display: block;
}

.reset_variations {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: -90px;
}

.reset_variations:after {
	background: #642f21;
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%
}

.reset_variations:hover:after {
	background: #f7be27;
}

.single_add_to_cart_button:before {
	content: "\f291";
	top: 15px;
	left: 30px;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.woocommerce span.onsale{
	display: none;
}

.image-wrap-thum {
	margin: 30px;
}

.image-wrap-thum .row {
	margin-left: -5px;
	margin-right: -5px;
}

.image-wrap-thum .col-md-4 {
	padding-left: 10px;
	padding-right: 10px;
}

.woo-tabs.stretch-content {
	clear: both;
	background: #f7f7f7;
}

.cart-collaterals tr:last-child td,
.cart-collaterals tr:last-child th{
	border-width: 0;
}

.cart-collaterals table tr th,
.cart-collaterals table tr.cart-subtotal td {
	border-width: 0;
}

.already-account {
	float: right;
	text-decoration: underline;
	padding-top: 14px;
}

.address-field .select2-container--default .select2-selection--single{
    border: 1px solid #ccc;
    padding: 8px;
	height: 60px;
	margin-bottom: 1rem;
}

.address-field .select2-container--default .select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 46px;
}

.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	right: 8px;
}

.select2-dropdown {
	border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #eaeaea;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #eaeaea;
	border-top: none;
	margin-top: 0;
}

.old-price {
    color: #FE1717;
    text-decoration: line-through;
}

.rating i {
    font-size: 11px;
}

.rating p {
    padding-bottom: 0;
    margin-bottom: 0;
}

hr.invis {
    border: 0;
}

hr.invis1 {
    margin: 3rem 0;
    border: 0;
}

hr.solidhr {
    margin: 35px 0;
    border-color: #eaeaea;
    border-style: dotted;
}

.rating i {
    color: #f4af0b;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.custom-select {
    border: 1px solid #eaeaea;
    border-radius: 0;
    color: #464a4c;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.25;
    max-width: 100%;
    min-height: 45px;
    outline: medium none;
    width: 100%;
}

.account-details .list-group-item {
    border: 1px solid #eaeaea;
    border-radius: 0 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.table-bordered thead td,
.table-bordered thead th {
    border: 0 none;
}

/* RESPONSIVE 
**************************************/
@media (min-width: 1400px) {
	.container-fluid {
		max-width: 1340px;
	}

	.header-style3 .container-fluid{
		max-width: 100%;
		padding: 0 30px;
	}
}

@media (min-width: 768px) {

	.tab-content .menu-7-img img {
		max-height: 250px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 992px;
		width: 992px;
	}

	.tab-content .menu-7-img img {
		max-height: 186px;
	}
}

@media (min-width: 1100px) {
	.container {
		max-width: 1068px;
		width: 1068px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1190px;
		width: 1190px;
	}
}

@media (min-width: 1210px) {
	.container {
		max-width: 1200px;
		width: 1200px;
	}
}

@media (min-width: 1199px) {
    .contact-details ul li {
        padding: 1.5rem 0.5rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
	.featured-category,
	.partner-content,
	.posts-content,
	.projects-content,
	.tab-exceed-heading .heading-content{
		margin: 0 15px;
	}
	.projects-content .rel-blog-desc{
		padding: 24px;
	}
	.projects-content .blog-meta a{
		margin-right: 15px;
	}
}

@media (max-width: 1199px) {
	.search-form .search-submit {
		width: 70px;
	}
	.search-form label {
		max-width: 215px;
	}
	.posts-content .posts-loop-style1 .small-post .rel-blog-desc{
		padding: 15px 25px 15px 0;
	}

	.posts-content .small-post h4.blog-des-title{
		padding-bottom: 5px;
	}

	.footer-widget-area:first-child{
		padding-right: 40px;
	}

	.elementor-widget-container .row{
		margin: 0;
	}

	.elementor-widget-container .product-single-content .row.pbox-8{
		margin-bottom: 30px;
	}

	.elementor-widget-container .col-md-6.col-lg-4:last-child .product-single-content .row.pbox-8{
		margin-bottom: 0;
	}

	.elementor-widget-container .blog-box.small-post .row{
		margin-left: -15px;
		margin-right: -15px;
	}

	table td, table th{
		padding: 7px;
	}

	.header.transparent-header .btn-primary{
		max-height: 52px;
	}

	.transparent-header .navbar-nav > .menu-item > a{
		padding: 17px 25px;
	}
	.ts-button-style-default{
		padding: 10px 25px!important;
	}
	.light-header .top-search-form{
		display: none;
	}
	.light-header .navbar-nav > .menu-item > a{
		padding: 17px 20px;
	}
	.light-header .btn-primary{
		padding: 17px 30px;
	}
	.percent-box-content{
		padding: 40px 20px;
	}
	.projects-content .blog-meta a{
		margin-right: 10px;
	}	
	.footer .social a{
		margin-bottom: 0;
	}
	.transparent-header.header-style1 .navbar-nav > .menu-item > a{
		padding: 17px 15px;
	}
	.sidebar .widget_media_image{
		padding: 0;
	}
	.page figure.wp-caption.alignright{
		margin-top: 10px;
	}
}

@media (max-width: 1130px) {
	#sync2.owl-carousel{
		left: 30%;
	}
	
}

@media (min-width: 1024px) and (max-width: 1199px){
	.portfolio-contactform,
	.portfolio-meta-content{
		padding: 35px 20px;
	}
}

@media (max-width: 1024px) {
	.blog-item-comment-form {
		margin-top: 30px;
	}
	.posts-loop-style1 .col-lg-6:first-child .blog-media img{
		max-height: inherit;
	}
	.posts-content .posts-loop-style1 .blog-box{
		margin-bottom: 30px;
	}
	.posts-content .posts-loop-style1 .blog-box.small-post:last-child{
		margin-bottom: 0;
	}
	.service-single-content ul:after{
		left: 45%;
	}
	#sync2.owl-carousel{
		left: 29%;
	}
	.portfolio-des{
		padding: 20px;
	}
	.portfolio-des h3{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.percent-box-content{
		padding: 40px 15px;
	}
	.comment-form-cookies-consent label{
		width: 91%;
	}
	.wp-block-quote, blockquote{
		padding: 30px;
	}
	.media {
		display: block;
	}
	.comments-list .pull-left img{
		margin-bottom: 20px;
	}
	.footer-widget-area .search-form{
		max-width: 300px;
	}
	.footer-widget-area .search-form:after{
		right: 28px;
	}
	.footer-widget-area .search-form label{
		width: 70%;
	}
	.footer-widget-area .search-form .search-submit{
		width: 64px;
	}
	.wp-block-search .wp-block-search__input{
		max-width: 395px;
	}
	.wp-block-search .wp-block-search__button {
		margin: 10px 0 10px 0;
	}
	.related-posts h4.blog-des-title{
		font-size: 20px;
		line-height: 26px;
	}
	.widget_archive select {
		min-width: 160px;
	}
	.section.section-main-container {
		padding: 100px 0;
	}
	.related-portfolios{
		padding: 100px 0 0;
	}
	.blog-item-next-prev.portfolio-next-prev{
		margin-top: 70px;
	}
	.portfolio-contactform{
		padding: 30px 20px 35px 20px;
	}
	.portfolio-meta-content{
		padding: 30px 35px 35px 35px;
	}
	.transparent-header.header-style1 .navbar-nav > .menu-item > a{
		padding: 30px 25px;
	}
	h4.blog-des-title {
		letter-spacing: 0;
	}
	.features-area-group-item {
		min-height: 350px!important;
	}
	.notfound p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.transparent-header.light-header .btn btn-primary.align-right {
		display: none;
	}
	.posts-style2 {
		padding: 0 10px;
	}
	.ts-button-style-default {
		padding: 13px 25px!important;
	}
	.widget-title {
		margin-bottom: 20px;
	}
	.projects-content .rel-blog-desc {
		padding: 25px;
	}
	.projects-content .cat-readmore-con{
		left: 25px;
	}
	.services-content.style4:hover,
	.services-content.style4.active-yes {
		margin: 0;
		padding: 40px;
	}
	.mobile-bg-sec {
		background-size: 0 auto!important;
	}
	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 80px;
	}
	.transparent-header .navbar-nav > .menu-item > a {
		padding: 16px 20px;
	}
	.featured-lists-content .services_item-content .content-img {
		padding: 60px;
	}
	.counter-content h5 {
		line-height: 1.3;
	}
	.heading-content p {
		position: relative;
		width: 82%;
		margin-top: 25px;
	}
	.footer-widget-area ul li a {
		padding-bottom: 12px;
	}
	.footer-widget-area .widget:last-child {
		margin-bottom: 30px;
	}
	.percent-box-content h5 {
		font-size: 80px;
	}
	.percent-box-content .right-con-per span {
		font-size: 18px;
	}
	.portfolio-filter ul li,
	.cbp-l-filters-button .cbp-filter-item {
		padding: 17px 25px;
	}
	.project-meta-content h2 {
		font-size: 40px;
	}
	.sidebar .widget_media_image {
		padding: 0;
	}
}

@media (min-width: 992px) and (max-width: 1024px){
	.transparent-header .navbar-nav > .menu-item > a {
		padding: 16px 15px;
	}
}

@media (min-width: 992px) {
	.navbar-toggleable-md .navbar-nav{
		display: block;
	}
	.header-style2 .navbar-toggleable-md .navbar-nav{
		text-align: right;
	}
	.header-style2 .navbar-toggleable-md .navbar-collapse{
		display: block!important;
	}
	.navbar-toggleable-md .navbar-nav li {
		display: inline-block;
	}
    .mobile-menu {
        display: none;
    }
	.logged-in.admin-bar .fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.posts-loop.posts-loop-style1{
		max-width: 800px;
		margin: auto;
	}
	.sidebar .widget_nav_menu ul.sub-menu{
		padding-left: 8px;
	}
	.widget-title{
		line-height: 1.2;
	}
	.sidebar table td,
	.sidebar table th{
		font-size: 14px;
		padding: 3px;
	}
	.search-form:after{
		right: 20px;
	}
	.team-name {
		margin: -30px 20px 0 20px;
		padding: 20px 20px;
	}
	.profile-menu li {
		margin-right: 15px;
	}
	.header-top .container-fluid {
		width: 720px;
	}
	.transparent-header .header-top .container-fluid{
		width: auto;
	}
	.search-form label {
		width: 65%;
	}
	.search-form .search-submit {
		width: 56px;
	}
	.media-heading {
		padding-right: 100px;
	}
	
}

@media (min-width: 991.5px) and (max-width: 992px){
	.search-form label {
		width: 70%;
	}
	.search-form .search-submit{
		width: 70px;
	}
	.search-form:after{
		right: 26px;
	}
}

@media (max-width: 1024px) {
	.posts-content .posts-loop-style1 .small-post .rel-blog-desc{
		padding: 20px 25px 20px 0;
	}
	.title-rating-author{
		padding: 15px 25px;
	}
	.title-rating-author h5{
		font-size: 22px;
	}
	.pricing-content a{
		padding: 10px 28px;
	}
	.header-call-to-action {
		padding: 20px 30px;
		margin-left: 20px;
		margin-right: -15px;
		min-width: 215px;
	}
	.header-call-to-action a span{
		font-size: 16px;
	}
	.sticky .post-meta.sticky-posts {
		margin-right: 0;
	}
	
	.top-search-form,
	.profile-menu.right-menu li {
		margin-left: 15px;
	}
	
	.heading-content h2 {
		font-size: 40px;
    	line-height: 48px;
		letter-spacing: normal;
	}
	
	.heading-content .bg-title {
		font-size: 70px;
	}
	
	.hidden-sec{
        display: block;
    }

    .visible-sec{
        display: none!important;
	}
	.header-main .navbar-toggleable-md .visible-sec{
		display: none!important;
	} 
    .normal-header .navbar-toggler-right {
        top: -3px;
    }
    .normal-header .fixed-top {
        position: relative !important;
    }
    .m30 {
        margin: 1rem 0;
    }
    .fixed-top {
        padding: 1rem;
		position: relative;
    }
    .mobile-menu {
        display: block;
    }
	
	.comments-list li .children {
		padding-left: 15px;
	}
	.profile-menu,
	.top-search-form .top-form-control,
	.header-top .social a {
		font-size: 15px;
	}
	.top-search-form .top-form-control{
		width: 95px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}
	.layout-rs .blog-box {
		margin-right: 0;
	}
	.read-more-wrapper {
		right: 25px;
	}
	.user-social a {
		margin: 0 8px 8px;
	}
	.footer.footer-style1 .footer-widget-area .blog-list-widget .justify-content-between{
		text-align: left;
	}
	.blog-list-widget .justify-content-between img {
		float: none;
		margin-bottom: 15px;
		margin-right: 0!important;
	}
	.sidebar .widget_media_image .widget-title {
		margin: 25px;
	}
	.donation-form-page .paypal-button {
		right: 25px;
		top: 45px;
		padding: 10px 0px!important;
	}
	.project-meta-content h2 {
		font-size: 30px;
	}
	
	.project-meta-content h4 {
		font-size: 17px;
	}
	.project-meta-content .btn-primary{
		padding: 25px;
	}
	.text-left-previous,
	.text-right-next {
		font-size: 20px;
	}
	.portfolio-next-prev .absolute-pager{
		padding: 15px;
	}
	.portfolio-next-prev .text-left-previous,
	.portfolio-next-prev .text-right-next{
		font-size: 18px;
	}
	.portfolio-next-prev img {
		max-width: 70px;
		margin-right: 10px;
	}
	.portfolio-next-prev .absolute-pager.text-right img {
		margin-left: 10px;
		margin-right: 0;
	}
	.widget-title {
		font-size: 19px;
	}
	.blog-social {
		text-align: left!important;
	}
	.authorbox {
		padding: 25px;
	}
	.authorbox .align-items-center {
		align-items: initial!important;
	}
	.comment-respond {
		padding: 0;
	}
	.wpcf7 textarea.form-control {
		height: 200px;
	}	
}
@media (max-width: 992px) {
	#sync2.owl-carousel{
		left: 26%;
	}
}
@media (max-width: 900px) {
	#sync2.owl-carousel{
		left: 25%;
	}
}

@media (max-width: 850px) {
	#sync2.owl-carousel{
		left: 23%;
	}
}

@media (max-width: 800px) {
	#sync2.owl-carousel{
		left: 22%;
	}
}

@media (max-width: 767px) {
	#wrapper .tnp-form {
		text-align: center;
	}

	#wrapper .tnp-widget-minimal input.tnp-email {
		width: 100%;
	}

	#wrapper .tnp-widget-minimal input.tnp-submit {
		float: none;
		margin: 10px 0 0 0;
	}

	.tabs-1 li {
		margin-bottom: 20px!important;
	}
	.services-main-content.service-style2 .service-single-content img{
		max-height: inherit;
	}
	.header-call-to-action{
		display: none;
	}
	.title-rating-author{
		padding: 15px;
	}
	.title-rating-author h5{
		font-size: 22px;
	}
	.team-meta-content {
		background: #F6FBFF;
	}
	.portfolio-single-content{
		margin: 0 0 30px 0;
	}
	.portfolios-content .row.no-gutters .col-lg-4.col-md-6:last-child .portfolio-single-content{
		margin-bottom: 0;
	} 
	.service-box-des-style2{
		padding: 15px 0 0 0;
	}
	.heading-content{
		margin-bottom: 20px;
	}
	.service-single-content ul:after{
		opacity: 0;
	}
	.service-single-content ul li{
		width: 100%;
	}
	#sync2.owl-carousel{
		display: none;
	}
	.transparent-header.header-style1 .header-top{
		padding: 15px 0;
	}
	.comment-respond .form-group.comment-des{
		margin-bottom: 0;
	}
	.pagination > li{
		line-height: 36px;
	}
	.related-single-post{
		margin-bottom: 15px;
	}
	.related-posts .col-md-6:last-child .related-single-post{
		margin-bottom: 0;
	}
	table td, table th{
		padding: 7px;
	}
	.pagination li a{
		padding: 12px 15px;
	}
	.read-more-wrapper {
		position: relative;
		right: auto;
	}
	.blog-media.formate-quote img{
		display: none;
	}
	.footer.footer-style1 .footer-widget-area ul.menu li {
		width: 100%;
	}
	.wp-block-search .wp-block-search__button {
		margin: 10px 0 10px 0;
	}
	select {
		float: left;
		max-width: 250px;
		width: 100%;
	}
	.project-meta-content .btn-primary {
		padding: 15px;
	}
	.aut-dat-box {
		display: none;
	}
	.navbar-brand img {
		max-width: 150px;
	}
	.navbar .mobile-nav-toggler .svg-inline--fa{
		margin-top: 25px;
	}
	.header-top .social{
		padding: 5px 0 0 0;
	}
	.variations tr {
		width: 100%;
	}
	.image-wrap-thum {
		margin: 30px 0 0 0;
	}
	.image-wrap-thum .col-md-4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.services-content.style4:hover,
	.services-content.style4.active-yes {
		margin: 0 0 30px 0;
	}
	.services-content.style4 {
		margin-bottom: 30px;
	}
	.footer-widget-area:first-child{
		padding-right: 15px;
	}
	.footer-widget-area .widget-title{
		margin-bottom: 30px;
	}
	.absolute-pager{
		padding-right: 0;
	}
	.portfolio-next-prev .absolute-pager{
		margin-top: 10px;
	}
	.absolute-pager.text-right {
		padding-left: 0;
	}
	.featured-lists-content .featured-main-content{
		transform: rotate(0deg);
	}
	.posts-content .posts-style2 .posts-loop {
		margin-bottom: 80px;
	}
	.posts-content .posts-style2:last-child .posts-loop {
		margin-bottom: 30px;
	}
	.portfolio-next-prev .absolute-pager.text-right {
		text-align: right!important;
	}
	.posts-content .blog-meta a {
		margin-right: 10px;
	}
	.profile-menu.right-menu li{
		margin-left: 0;
		margin-right: 5px;
	}
	.profile-menu.right-menu li:first-child{
		display: none;
	}
	.profile-menu {
		padding: 0;
	}
	.authorbox {
		padding: 25px;
	}
	.comments-list img {
		margin-bottom: 20px;
	}
	.comment-respond .form-control {
		padding: 15px 30px 15px 15px;
	}
	.comment-respond .form-group.comment-des::before {
		top: 13px;
	}
	.footer-widget-area .widget:last-child {
		margin-bottom: 35px;
	}
	.header-top{
		padding: 15px 0;
	}
	.profile-menu li {
		margin-right: 8px;
	}
	
	.heading-content h2 {
		font-size: 32px;
    	line-height: 42px;
	}

	.heading-content .sub-title{
		font-size: 24px;
	}
	
	.heading-content .bg-title {
		font-size: 60px;
	}
	
	.heading-content p {
		position: relative;
		margin-top: 15px;
		width: 100%;
		padding-left: 15px;
	}
	
	.heading-content.left .bg-title {
		left: 0;
	}
	
	.section {
		padding: 40px 0;
	}

	.footer-menu{
		margin-top: 15px;
	}
	
	.layout-rs .blog-box {
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.layout-rs .post > .blog-box {
		margin-bottom: 15px;
	}
	
	h4.blog-des-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.wp-block-quote {
		padding: 15px;
	}
	.text-left-previous {
		margin-bottom: 15px;
	}

	.authorbox img {
		margin-bottom: 15px;
	}
	.comment-respond {
		padding: 0;
	}
	.submit-button-btn .btn-primary{
		padding: 18px 28px;
	}
	.submit-button-btn .btn-primary {
		padding-left: 50px;
	}

	.sidebar .widget_media_image {
		padding: 0;
	}
	.footer-menu li:first-child a {
		padding-left: 0;
	}
	.text-right{
		text-align: left!important;
	}
	.top-search-form {
		padding-top: 0;
	}
	.footer .social {
		margin-top: 15px;
	}
	
	.project-meta-content h2 {
		font-size: 30px;
	}
	.aut-dat-box {
		width: 100%;
	}
	.project-meta-content .btn-primary {
		margin-top: 20px;
	}
	.posts-content .rel-blog-desc{
		padding: 0 15px 15px 15px;
	}
	.cat-readmore-con.absolute-position {
		left: 15px;
	}
	.footer-widget-area ul li a{
		padding-bottom: 10px;
	}
	.footer-top-part {
		padding-bottom: 18px;
		margin-bottom: 50px;
	}	
	.projects-content .rel-blog-desc {
		padding: 25px;
	}
	.projects-content .cat-readmore-con{
		left: 25px;
	}
	.services-content {
		padding: 20px 0;
	}
	.services-content.style2 {
		padding: 20px 10px;
	}
	.percent-box-content {
		padding: 15px;
	}
	.percent-box-content h5 {
		font-size: 60px;
	}
	.percent-box-content .right-con-per span {
		font-size: 14px;
	}
	.sidebar {
		margin-top: 40px;
	
	}
	.formate-quote .wp-block-quote{
		padding: 120px 45px 45px 45px;
	}
	.blog-media.formate-quote i {
		top: 45px;
	}
	
	.featured-lists-content .services_item-content .content-img {
		padding: 60px;
	}
}

@media (max-width: 600px) {
	.posts-content .blog-box.small-post .blog-meta{
		margin-bottom: 15px;
	}
	.posts-content .blog-box.small-post h4.blog-des-title{
		font-size: 20px;
		line-height: 22px;
		padding: 0;
	}
	.posts-content .blog-box.small-post .blog-read-more{
		font-size: 16px;
	}
	.posts-content .posts-loop-style1 .small-post .rel-blog-desc{
		padding: 15px 15px 15px 0;
	}
	.projects-content .blog-meta a {
		margin-right: 10px;
	}
	.team-name h5 {
		font-size: 18px;
	}
	.donation-form-page .paypal-button {
		position: relative;
		top: 10px;
		left: 0;
	}
	#wrapper .tnp-widget-minimal input.tnp-email {
		padding:0 0 0 20px;
	}
    .contact-details ul li {
        width: 100% !important;
        float: none !important;
        display: block;
        border: 0 !important;
    }	
	.image-box .details {
		padding: 1rem 1.5rem;
	}
	.listicon-content p {
		line-height: 38px;
	}
	
	.blog-box .meta-bottom{
	float: left;
	width: 100%;
	}
	
	.wp-block-cover-image .wp-block-cover__inner-container,
	.wp-block-cover .wp-block-cover__inner-container{
		width: calc(100% - 15px);
	}	
}

@media (max-width: 540px) {
	.listicon-content p {
		line-height: 38px;
	}
	.gallery-carousel .owl-nav{
		top: 40%;
		margin-top: 0;
	}
	.posts-content .blog-box.small-post .blog-meta{
		display: none;
	}
}

@media (max-width: 480px) {
	.header-bottom{
		display: none;
	}
	.form-submit .btn-primary {
		padding: 22px 35px 22px 35px;
	}
	.listicon-content p {
		line-height: 26px;
	}
	.blog-meta a {
		margin-right: 12px;
	}
	.portfolio-next-prev img {
		max-width: 70px;
	}
	.text-left-previous, .text-right-next{
		font-size: 18px;
	}
	.comments-list .comment .media .pull-left {
		min-width: 170px;
	}
	.posts-content .blog-box.small-post .blog-read-more{
		display: none;
	}
}
@media (max-width: 360px) {
	table td,
	table th{
		padding: 5px;
	}
	.pagination li a {
		padding: 9px 11px;
	}
	.pagination > li > a,
	.pagination > li > span{
		margin-right: 5px;
	}
	.projects-content .rel-blog-desc{
		padding: 20px;
	}
	.portfolio-next-prev .absolute-pager{
		padding: 10px;
	}
	.portfolio-next-prev .text-left-previous,
	.portfolio-next-prev .text-right-next{
		font-size: 15px;
	}
	.portfolio-next-prev .text-left-previous span,
	.portfolio-next-prev .text-right-next span{
		font-size: 13px;
	}
}
@media (max-width: 330px) {
	.posts-content .blog-box.small-post h4.blog-des-title{
		margin-bottom: 0;
		font-size: 15px;
	}
	.posts-content .posts-loop-style1 .small-post .rel-blog-desc{
		padding-right: 10px;
	}
	.wp-block-embed-twitter .twitter-tweet.twitter-tweet-rendered{
		width: 105%!important;
	}
	.twitter-tweet.twitter-tweet-rendered{
		width: 105%!important;
	}
	.wp-block-embed.wp-block-embed-twitter iframe{
		max-width: 95%!important;
		min-width: 200px!important;
	}
	.twitter-tweet.twitter-tweet-rendered iframe{
		max-width: 95%!important;
	}

}

/*---------------menu--------------*/
.navik-header {
	position: relative;
	z-index: 998;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.428572;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
  }
  
  .navik-header *,
  .navik-header *::before,
  .navik-header *::after {
	box-sizing: border-box;
  }
  
  .navik-header::before,
  .navik-header::after {
	box-sizing: border-box;
  }
  
  .navik-header ul {
	margin-bottom: inherit;
  }
  
  .navik-header img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
  }
  
  .navik-header a:hover,
  .navik-header a:focus,
  .navik-header a:active {
	text-decoration: none;
	outline: none;
  }
  
  .navik-header .logo {
	padding: 30px 40px;
	text-align: center;
  }
  
  .navik-header .logo img {
	max-width: 100%;
	height: auto;
  }
  
  .navik-header-container {
	position: relative;
  }
  
  .navik-menu > ul {
	display: none;
	padding: 0 0 20px;
  }
  
  .navik-menu ul li {
	position: relative;
	list-style: none;
  }
  
  .navik-menu ul li > a {
	display: block;
	padding: 14px 15px;
	font-family: "Fira Sans", sans-serif;
	font-size: 15px;
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-menu ul li.current-menu > a,
  .navik-menu ul li:hover > a {
	color: #26c6da;
	background-color: #f6f6f6;
  }
  
  .navik-menu ul ul li > a {
	padding: 14px 15px 14px 30px;
	font-size: 14px;
	font-style: italic;
	text-transform: inherit;
	background-color: #efefef;
  }
  
  .navik-menu ul ul li:hover > a {
	background-color: #efefef;
  }
  
  .navik-menu ul ul ul li > a {
	padding: 14px 15px 14px 45px;
  }
  
  .navik-menu li > ul {
	display: none;
	position: relative;
	left: auto;
	z-index: auto;
	top: auto;
	float: none;
	border: none;
	text-align: center;
  }
  
  .dropdown-plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
  }
  
  .dropdown-plus::before, 
  .dropdown-plus::after {
	position: absolute;
	top: 27px;
	right: 22px;
	width: 15px;
	height: 2px;
	content: "";
	background-color: #111;
  }
  
  .dropdown-plus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .dropdown-plus.dropdown-open::after {
	display: none;
  }
  
  .header-shadow-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 30px;
	overflow: hidden;
  }
  
  .header-shadow-wrapper::after {
	position: relative;
	top: -60px;
	display: block;
	width: 100%;
	height: 60px;
	content: "";
	border-radius: 50%;
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  }
  
  /***************************************************
	Burger menu
  ****************************************************/
  
  .burger-menu {
	position: absolute;
	top: 33px;
	right: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 27px;
	height: 24px;
	cursor: pointer;
	transition: -webkit-transform 330ms ease-out;
	transition: transform 330ms ease-out;
	transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  }
  
  .burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .line-menu {
	width: 100%;
	height: 4px;
	background-color: #111;
	border-radius: 2px;
  }
  
  .line-menu.line-half {
	width: 50%;
  }
  
  .line-menu.first-line {
	-webkit-transform-origin: right;
	transform-origin: right;
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  }
  
  .line-menu.last-line {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  }
  
  .menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px);
  }
  
  .menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px);
  }
  
  /***************************************************
	Center menu
  ****************************************************/
  
  .logoCenter {
	display: none;
  }
  
  .center-menu-1 .navik-menu > ul:first-child {
	padding: 0;
  }
  
  /***************************************************
	Dark version menu
  ****************************************************/
  
  .navik-header.header-dark {
	background-color: #111;
  }
  
  .navik-header.header-dark .line-menu,
  .navik-header.header-dark .dropdown-plus::before,
  .navik-header.header-dark .dropdown-plus::after {
	background-color: #fff;
  }
  
  .header-dark .navik-menu ul li > a {
	color: #fff;
  }
  
  .header-dark .navik-menu ul li.current-menu > a,
  .header-dark .navik-menu ul li:hover > a {
	color: #26c6da;
	background-color: #313131;
  }
  
  .header-dark .navik-menu ul ul li > a {
	color: #c1c1c1;
	background-color: #212121;
  }
  
  /***************************************************
	Overlay dropdown plus
  ****************************************************/
  
  .overlay-dropdown-plus {
	position: absolute;
	top: 6px;
	right: 30px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	opacity: 0;
  }
  
  .overlay-dropdown-plus::before, .overlay-dropdown-plus::after {
	position: absolute;
	top: 9px;
	right: 5px;
	width: 10px;
	height: 2px;
	content: "";
	background-color: #616161;
  }
  
  .overlay-dropdown-plus::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .overlay-dropdown-plus.overlay-dropdown-open::after {
	display: none;
  }
  
  /***************************************************
	Overlay menu
  ****************************************************/
  
  .navik-header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
  }
  
  .navik-header-overlay .navik-header-container {
	position: inherit;
  }
  
  .navik-header-overlay img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
  }
  
  .navik-header-overlay a:hover,
  .navik-header-overlay a:focus,
  .navik-header-overlay a:active {
	text-decoration: none;
	outline: none;
  }
  
  .navik-header-overlay .logo {
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 2;
  }
  
  .navik-header-overlay .burger-menu {
	position: fixed;
	top: 30px;
	right: 15px;
	z-index: 99999;
	display: block;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	width: 50px;
	height: 47px;
	padding: 15px;
	background: #111;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-header-overlay .burger-menu:hover {
	box-shadow: 0 0 25px -1px rgba(0, 0, 0, 0.4);
  }
  
  .navik-header-overlay .burger-menu > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 17px;
	transition: -webkit-transform 330ms ease-out;
	transition: transform 330ms ease-out;
	transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  }
  
  .navik-header-overlay .burger-menu.menu-open {
	-webkit-transform: rotate(0);
	transform: rotate(0);
  }
  
  .navik-header-overlay .burger-menu.menu-open > span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .navik-header-overlay .line-menu {
	background-color: #fff;
  }
  
  .nav-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fff;
	opacity: 0;
	transition: all 0.3s ease-in-out;
  }
  
  .nav-menu-wrapper.overlay-menu-open {
	visibility: visible;
	opacity: 1;
  }
  
  .navik-menu-overlay {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
  }
  
  .navik-menu-overlay > ul {
	display: table-cell;
	padding: 80px 0 100px;
	text-align: right;
	vertical-align: middle;
  }
  
  .navik-menu-overlay > ul > li {
	position: relative;
	padding: 0 65px 0 15px;
	margin-bottom: 12px;
  }
  
  .navik-menu-overlay > ul > li:last-child {
	margin-bottom: 0;
  }
  
  .navik-menu-overlay > ul > li > .menu-overlay-link a {
	display: inline-block;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2em;
	color: #212121;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
  }
  
  .navik-menu-overlay > ul > li > ul {
	display: none;
	padding: 10px 0 20px;
  }
  
  .navik-menu-overlay > ul > li > ul > li {
	position: relative;
  }
  
  .navik-menu-overlay > ul > li > ul > li::after {
	position: absolute;
	top: 3px;
	left: -18px;
	width: 1px;
	height: 13px;
	content: "";
	background-color: #d1d1d1;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  
  .navik-menu-overlay > ul > li > ul > li:first-child {
	margin-left: 0;
  }
  
  .navik-menu-overlay > ul > li > ul > li:first-child::after {
	display: none;
  }
  
  .navik-menu-overlay > ul > li.menuFade > .menu-overlay-link a,
  .navik-menu-overlay > ul > li.menuFade > .menu-overlay-link .overlay-dropdown-plus {
	opacity: 0;
  }
  
  .navik-menu-overlay > ul > li.menuFade > ul {
	opacity: 0;
  }
  
  .navik-menu-overlay > ul > li li {
	display: inline;
  }
  
  .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .navik-menu-overlay > ul > li.menuSlideOut .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .navik-menu-overlay > ul ul {
	display: inline;
  }
  
  .navik-menu-overlay > ul ul li {
	margin-left: 32px;
  }
  
  .navik-menu-overlay > ul ul li a {
	font-size: 14px;
	font-style: italic;
	color: #818181;
	white-space: nowrap;
	transition: color 0.2s ease-in-out;
  }
  
  .navik-menu-overlay > ul ul li a:hover {
	color: #26c6da !important;
  }
  
  .navik-menu-overlay ul li a {
	font-family: "Fira Sans", sans-serif;
	text-decoration: none;
  }
  
  .navik-menu-overlay.submenu-no-separate > ul > li > ul li::after {
	display: none !important;
  }
  
  .navik-menu-overlay.submenu-no-separate > ul ul li {
	margin-left: 20px;
  }
  
  .navik-menu-overlay > ul > li > .menu-overlay-link a:hover, 
  .navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a, 
  .overlay-menu-hover > .menu-overlay-link a, 
  .overlay-dropdown-plus:hover + a {
	color: #26c6da !important;
  }
  
  @-webkit-keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @-webkit-keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  
  @keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  
  @-webkit-keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
  }
  
  @keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
  }
  
  .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a, 
  .navik-menu-overlay > ul > li.menuSlideIn > ul {
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
	  opacity: 1;
	  -webkit-animation-name: menuFadeIn;
	  animation-name: menuFadeIn;
	}
  }
  
  @supports (-ms-accelerator: true) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
	  opacity: 1;
	  -webkit-animation-name: menuFadeIn;
	  animation-name: menuFadeIn;
	}
  }
  
  .overlay-center-menu .navik-menu-overlay > ul {
	text-align: center;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li {
	padding: 0 15px;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > ul {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li > ul {
	padding: 15px 0 21px;
  }
  
  .overlay-center-menu .menu-overlay-link {
	position: relative;
	display: inline-block;
  }
  
  .overlay-center-menu .overlay-dropdown-plus {
	right: -30px;
  }
  
  .overlay-submenu-close > li {
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  /***************************************************
	Overlay menu submenu vertical
  ****************************************************/
  
  .submenu-vertical > ul ul li {
	margin-left: 0 !important;
  }
  
  .submenu-vertical > ul > li > ul li {
	position: relative;
	display: block;
	margin-bottom: 5px;
  }
  
  .submenu-vertical > ul > li > ul li:last-child {
	margin-bottom: 0 !important;
  }
  
  .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	top: 1px;
	right: -35px;
  }
  
  .submenu-vertical > ul > li > ul ul {
	display: none;
	padding-top: 5px;
  }
  
  .submenu-vertical > ul > li > ul > li::after {
	display: none;
  }
  
  .submenu-vertical > ul > li.menuFade > ul {
	opacity: 1;
  }
  
  .submenu-vertical > ul > li.menuSlideIn > ul {
	-webkit-animation-name: none;
	animation-name: none;
  }
  
  .submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	display: inline-block;
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .submenu-vertical > ul > li ul {
	position: relative;
	right: -30px;
	padding-right: 30px !important;
  }
  
  .submenu-vertical > ul > li ul:not(.overlay-submenu-close) a {
	opacity: 0;
  }
  
  .submenu-vertical > ul > li.menuSlideOut li a {
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  .overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	right: -30px;
  }
  
  .overlay-center-menu .submenu-vertical > ul > li ul {
	right: 0 !important;
	padding-right: 0 !important;
  }
  
  .overlay-center-menu .submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
  }
  
  /***************************************************
	Overlay menu social media
  ****************************************************/
  
  .menu-social-media {
	position: absolute;
	right: 0;
	bottom: 24px;
	width: 100%;
	padding: 0 65px;
	font-size: 0;
	text-align: right;
  }
  
  .menu-social-media a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 6px 6px;
	border: 3px solid #212121;
	border-radius: 50%;
	transition: opacity 0.2s ease-in-out;
  }
  
  .menu-social-media a:hover {
	opacity: 0.8;
  }
  
  .menu-social-media a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .overlay-center-menu .menu-social-media {
	padding: 0 15px;
	text-align: center;
  }
  
  .overlay-center-menu .menu-social-media a {
	margin: 0 3px 6px;
  }
  
  /***************************************************
	Overlay slide menu
  ****************************************************/
  
  .menu-slide .navik-menu-overlay > ul {
	display: block;
	padding: 120px 0 100px;
	text-align: left;
  }
  
  .menu-slide .navik-menu-overlay > ul > li {
	padding: 0 35px 0 30px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul {
	padding-top: 25px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul ul {
	display: none;
	padding-top: 5px;
	padding-left: 20px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul li {
	position: relative;
	margin-bottom: 5px;
	margin-left: 0 !important;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul > li::after {
	display: none;
  }
  
  .menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
	top: -1px;
	right: -5px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li.menuSlideIn > ul {
	opacity: 1;
	-webkit-animation-name: none;
	animation-name: none;
  }
  
  .menu-slide .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
  }
  
  .menu-slide .navik-menu-overlay > ul > li li {
	display: block;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a {
	position: relative;
	display: block;
	padding-left: 20px;
	transition: all 0.2s ease-in-out;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a::before {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 1px;
	height: 13px;
	content: "";
	background-color: #d1d1d1;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a:hover {
	padding-left: 30px;
  }
  
  .menu-slide .navik-menu-overlay > ul ul:not(.overlay-submenu-close) a {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  
  .menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a {
	padding-left: 15px;
  }
  
  .menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a::before {
	display: none !important;
  }
  
  .menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a:hover {
	padding-left: 25px;
  }
  
  .menu-slide .navik-menu-overlay .menu-overlay-link {
	padding-right: 30px;
  }
  
  .menu-slide .nav-menu-wrapper {
	right: 0;
	left: inherit;
	width: 320px;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition-duration: 0.4s;
  }
  
  .menu-slide .nav-menu-wrapper.overlay-menu-open {
	box-shadow: -15px 0 60px -5px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateX(0);
	transform: translateX(0);
  }
  
  .menu-slide .menu-social-media {
	right: inherit;
	left: 0;
	padding: 0 30px;
	text-align: left;
  }
  
  .menu-slide .menu-social-media a {
	margin: 0 6px 6px 0;
  }
  
  .slidemenu-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transition-delay: 0.1s;
  }
  
  .overlay-menu-open + .slidemenu-bg-overlay {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
  }
  
  @-webkit-keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  .menu-slide .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a, 
  .menu-slide .navik-menu-overlay > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-name: menuFadeInRight;
	animation-name: menuFadeInRight;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }
  
  /***************************************************
	Overlay menu dark
  ****************************************************/
  .header-dark .nav-menu-wrapper {
	background-color: #111;
  }
  
  .header-dark .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
  }
  
  .header-dark .navik-menu-overlay > ul ul li a {
	color: #a1a1a1;
  }
  
  .header-dark .overlay-dropdown-plus::before, 
  .header-dark .overlay-dropdown-plus::after {
	background-color: #717171;
  }
  
  .header-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
  }
  
  .header-dark .menu-social-media a:hover {
	opacity: 1;
  }
  
  .navik-header-overlay.header-dark .burger-menu.menu-open {
	background-color: #000;
  }
  
  .header-dark .navik-menu-overlay > ul > li > ul > li::after, 
  .menu-slide.header-dark .navik-menu-overlay > ul ul li a::before {
	background-color: #515151 !important;
  }
  
  /***************************************************
	Overlay menu background color
  ****************************************************/
  
  .header-color-bg .nav-menu-wrapper {
	background-color: #006aa1;
  }
  
  .header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
  }
  
  .header-color-bg .navik-menu-overlay > ul ul li a {
	color: #fff;
  }
  
  .header-color-bg .menu-social-media a {
	border-color: #fff;
  }
  
  .header-color-bg .navik-menu-overlay > ul > li > ul li::after, 
  .header-color-bg .overlay-dropdown-plus::before,
  .header-color-bg .overlay-dropdown-plus::after, 
  .menu-slide.header-color-bg .navik-menu-overlay > ul ul li a::before {
	background-color: #fff !important;
  }
  
  .header-color-bg .navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a, 
  .header-color-bg .overlay-dropdown-plus:hover + a,
  .header-color-bg .overlay-menu-hover > .menu-overlay-link a {
	color: #fff !important;
  }
  
  .header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a:hover, 
  .header-color-bg .navik-menu-overlay > ul ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  
  /***************************************************
	Overlay menu background image
  ****************************************************/
  
  .header-bg-image .nav-menu-wrapper {
	background-color: inherit;
	background-image: url("../../../examples/demo/images/overlay-menu-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  }
  
  .header-bg-image .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
  }
  
  .header-bg-image .navik-menu-overlay > ul > li > ul > li::after {
	background-color: rgba(255, 255, 255, 0.25) !important;
  }
  
  .header-bg-image .navik-menu-overlay > ul ul li a {
	color: rgba(255, 255, 255, 0.6);
  }
  
  .header-bg-image .overlay-dropdown-plus::before,
  .header-bg-image .overlay-dropdown-plus::after {
	background-color: #fff;
  }
  
  .header-bg-image .menu-social-media a {
	border-color: #fff;
  }
  
  .header-bg-image .menu-social-media a:hover {
	opacity: 0.6;
  }
  
  /***************************************************
	Fixed sidebar menu
  ****************************************************/
  
  .navik-fixed-sidebar {
	position: fixed;
	top: 0;
	z-index: 9999999;
	width: 250px;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	transition: all 0.4s ease-in-out;
  }
  
  .navik-fixed-sidebar + .burger-menu {
	position: fixed;
	top: 30px;
	right: 15px;
	z-index: 9999999;
	display: block;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	width: 50px;
	height: 47px;
	padding: 15px;
	background: #111;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-fixed-sidebar + .burger-menu > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 17px;
	transition: -webkit-transform 330ms ease-out;
	transition: transform 330ms ease-out;
	transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
  }
  
  .navik-fixed-sidebar + .burger-menu .line-menu {
	background-color: #fff;
  }
  
  .navik-fixed-sidebar + .burger-menu.menu-open {
	-webkit-transform: rotate(0);
	transform: rotate(0);
  }
  
  .navik-fixed-sidebar + .burger-menu.menu-open > span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .navik-fixed-sidebar .navik-header-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	padding: 0 28px;
  }
  
  .navik-fixed-sidebar .menu-social-media {
	position: inherit;
	bottom: inherit;
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding: 0 0 30px !important;
	text-align: left;
  }
  
  .navik-fixed-sidebar .menu-social-media a {
	margin: 0 6px 6px 0;
  }
  
  .navik-fixed-sidebar .menu-social-media a:last-child {
	margin-right: 0;
  }
  
  .navik-fixed-sidebar .logo {
	display: none;
	padding: 70px 0;
  }
  
  .body-fixed-sidebar {
	overflow-x: hidden;
  }
  
  .navik-sidebar-left {
	left: 0;
	box-shadow: 2px 0 12px -2px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  
  .navik-sidebar-left.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
  }
  
  .navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(125px);
	transform: translateX(125px);
  }
  
  .navik-sidebar-left + .burger-menu {
	top: 0;
	right: inherit;
	left: 0;
  }
  
  .navik-sidebar-right {
	right: 0;
	box-shadow: -2px 0 12px -2px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
  }
  
  .navik-sidebar-right.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
  }
  
  .navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(-125px);
	transform: translateX(-125px);
  }
  
  .navik-sidebar-right + .burger-menu {
	top: 0;
	right: 0;
  }
  
  .fixedsidebar-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.3s ease-in-out;
  }
  
  .navik-side-content {
	transition: all 0.4s ease-in-out;
  }
  
  .navik-side-content > .logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 47px;
	padding: 0 50px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 2px 12px -2px rgba(0, 0, 0, 0.15);
  }
  
  .navik-side-content > .logo img {
	width: auto;
	max-width: inherit;
	max-height: 47px;
  }
  
  .fixed-sidebar-open ~ .fixedsidebar-bg-overlay {
	visibility: visible;
	opacity: 1;
  }
  
  .fixed-menu-wrap {
	width: 100%;
  }
  
  .navik-menu-fixed {
	padding-top: 90px;
  }
  
  .navik-menu-fixed ul li {
	position: relative;
  }
  
  .navik-menu-fixed ul li a {
	display: block;
	padding-right: 17px;
	font-family: "Fira Sans", sans-serif;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-menu-fixed > ul {
	margin-bottom: 40px;
  }
  
  .navik-menu-fixed > ul > li {
	margin-bottom: 14px;
  }
  
  .navik-menu-fixed > ul > li:last-child {
	margin-bottom: 0;
  }
  
  .navik-menu-fixed > ul > li > a {
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	text-transform: uppercase;
  }
  
  .navik-menu-fixed > ul > li > ul {
	padding: 27px 0 15px;
  }
  
  .navik-menu-fixed > ul > li > ul ul {
	padding-top: 6px;
  }
  
  .navik-menu-fixed > ul > li > ul > li ul {
	padding-left: 18px;
  }
  
  .navik-menu-fixed > ul ul {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
  }
  
  .navik-menu-fixed > ul ul.submenu-collapse {
	opacity: 1;
  }
  
  .navik-menu-fixed > ul ul li {
	margin-bottom: 6px;
  }
  
  .navik-menu-fixed > ul ul li:last-child {
	margin-bottom: 0;
  }
  
  .navik-menu-fixed > ul ul a {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-style: italic;
	color: #818181;
  }
  
  .navik-menu-fixed > ul ul a::before {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 1px;
	height: 12px;
	content: "";
	background-color: #d1d1d1;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
  }
  
  .navik-menu-fixed > ul ul a:hover {
	padding-left: 24px;
  }
  
  .navik-menu-fixed > ul ul .overlay-dropdown-plus {
	top: -3px;
  }
  
  .navik-menu-fixed .overlay-dropdown-plus {
	top: -1px;
	right: -7px;
	opacity: 1;
  }
  
  .navik-menu-fixed.submenu-no-separate > ul ul a {
	padding-left: 12px;
  }
  
  .navik-menu-fixed.submenu-no-separate > ul ul a::before {
	display: none !important;
  }
  
  .navik-menu-fixed.submenu-no-separate > ul ul a:hover {
	padding-left: 18px;
  }
  
  .navik-menu-fixed.submenu-no-separate > ul > li > ul > li ul {
	padding-left: 12px;
  }
  
  .navik-menu-fixed ul li:hover > a, 
  .navik-menu-fixed > ul > li.current-menu > a {
	color: #26c6da !important;
  }
  
  /***************************************************
	Fixed sidebar menu dark
  ****************************************************/
  .navik-fixed-sidebar.sidebar-dark {
	background-color: #111;
  }
  
  .navik-fixed-sidebar.sidebar-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
  }
  
  .navik-fixed-sidebar.sidebar-dark .menu-social-media a:hover {
	opacity: 1;
  }
  
  .sidebar-dark ~ .navik-side-content > .logo {
	background-color: #111;
  }
  
  .sidebar-dark .navik-menu-fixed > ul > li > a {
	color: #fff;
  }
  
  .sidebar-dark .navik-menu-fixed > ul ul a {
	color: #a1a1a1;
  }
  
  .sidebar-dark .navik-menu-fixed > ul ul a::before {
	background-color: #515151;
  }
  
  .sidebar-dark .overlay-dropdown-plus::before, 
  .sidebar-dark .overlay-dropdown-plus::after {
	background-color: #717171;
  }
  
  /***************************************************
	Fixed sidebar menu background color
  ****************************************************/
  .navik-fixed-sidebar.sidebar-color-bg {
	background-color: #006aa1;
  }
  
  .navik-fixed-sidebar.sidebar-color-bg .menu-social-media a {
	border-color: #fff;
  }
  
  .sidebar-color-bg ~ .navik-side-content > .logo {
	background-color: #006aa1;
  }
  
  .sidebar-color-bg .navik-menu-fixed ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
  }
  
  .sidebar-color-bg .navik-menu-fixed > ul > li > a, 
  .sidebar-color-bg .navik-menu-fixed > ul ul a {
	color: #fff !important;
  }
  
  .sidebar-color-bg .navik-menu-fixed > ul ul a::before, 
  .sidebar-color-bg .overlay-dropdown-plus::before, 
  .sidebar-color-bg .overlay-dropdown-plus::after {
	background-color: #fff;
  }
  
  /***************************************************
	Mega menu
  ****************************************************/
  .navik-menu .mega-menu-container {
	padding: 15px 30px 0;
  }
  
  .navik-menu .mega-menu-container ul li {
	position: relative;
  }
  
  .navik-menu .mega-menu-container ul li a {
	padding: inherit;
	font-style: inherit;
	color: inherit;
	background-color: inherit;
  }
  
  .navik-menu .mega-menu-container ul li:hover a {
	background-color: inherit;
  }
  
  .navik-menu .mega-menu-container li > ul {
	display: block;
  }
  
  .navik-menu .mega-menu > ul .dropdown-plus {
	display: none;
  }
  
  .navik-menu .mega-menu-heading {
	font-size: 18px;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .navik-menu .mega-menu-heading a {
	color: #212121;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
  }
  
  .navik-menu .mega-menu-desc {
	color: #666;
	font-size: 15px;
	line-height: 1.5; 
  }
  
  .navik-menu ul.mega-menu-list li a {
	padding: 5px 0;
	font-size: 14px;
	font-style: italic;
	color: #818181;
  }
  
  .navik-menu ul.mega-menu-list li a:hover {
	color: #26c6da;
  }
  
  .navik-menu ul.mega-menu-list ul {
	padding-left: 15px !important;
  }
  
  .navik-menu .mega-menu-thumbnail {
	margin-bottom: 15px;
  }
  
  .navik-menu .mega-menu-thumbnail img {
	width: 100%;
	height: auto;
  }
  
  .navik-menu .mega-menu-thumbnail > a {
	position: relative;
	display: block;
  }
  
  .navik-menu .mega-menu-thumbnail > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.2s ease-in-out;
  }
  
  .navik-menu .mega-menu-thumbnail:hover > a::before {
	background-color: rgba(0, 0, 0, 0.2);
  }
  
  /***************************************************
	Mega menu dark
  ****************************************************/
  
  .header-dark .navik-menu .mega-menu-container ul li a {
	background-color: inherit;
  }
  
  .header-dark .navik-menu .mega-menu-heading a {
	color: #fff;
  }
  /*
  .header-dark .navik-menu .mega-menu-heading a:hover {
	color: #26c6da;
  }
  */
  /***************************************************
	Menu icons
  ****************************************************/
  
  .navik-menu .navik-menu-icon {
	margin-right: 5px;
	color: #a1a1a1;
  }
  
  .navik-menu ul li > a .navik-menu-icon, 
  .navik-menu .mega-menu-heading a .navik-menu-icon {
	transition: color 0.2s ease-in-out;
  }
  
  .navik-menu ul li.current-menu > a .navik-menu-icon, 
  .navik-menu ul li:hover > a .navik-menu-icon, 
  .navik-menu .mega-menu-heading a:hover .navik-menu-icon {
	color: #26c6da !important;
  }
  
  .header-dark .navik-menu .navik-menu-icon {
	color: #717171;
  }
  
  .navik-menu-overlay .navik-menu-icon {
	position: relative;
	top: -2px;
	margin-right: 10px;
  }
  
  .navik-menu-overlay > ul ul li a .navik-menu-icon {
	top: -1px;
	margin-right: 7px;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
	margin-right: 5px;
  }
  
  .navik-menu-fixed .navik-menu-icon {
	margin-right: 5px;
  }
  
  /***************************************************
	Media queries for responsive design
  ****************************************************/
  
  @media (max-width: 767.98px) {
	.navik-header,
	.navik-header-overlay,
	.body-fixed-sidebar {
	  width: 100%;
	}
  }
  
  @media (max-width: 1199.98px) {
	.navik-header,
	.navik-header-overlay,
	.body-fixed-sidebar {
	  width: 100%;
	}
  }
  
  @media (min-width: 768px) {
  
  /********** Default menu **********/
  
  .navik-header .logo {
	float: left;
	padding: 30px 40px 30px 0;
  }
  
  .navik-menu {
	clear: both;
  }
  
  .header-shadow-wrapper::after {
	box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.1);
  }
  
  /********** Overlay dropdown plus **********/
  
  .overlay-dropdown-plus {
	top: 7px;
	right: 43px;
	width: 24px;
	height: 24px;
	line-height: 24px;
  }
  
  .overlay-dropdown-plus::before, 
  .overlay-dropdown-plus::after {
	top: 11px;
	right: 7px;
  }
  
  /********** Overlay menu **********/
  
  .navik-header-overlay .logo {
	left: 30px;
  }
  
  .navik-header-overlay .burger-menu {
	right: 30px;
  }
  
  .navik-menu-overlay > ul > li {
	padding: 0 110px 0 30px;
	margin-bottom: 16px;
  }
  
  .navik-menu-overlay > ul > li > .menu-overlay-link a {
	font-size: 34px;
  }
  
  .navik-menu-overlay > ul > li > ul {
	padding: 13px 0 16px;
  }
  
  .navik-menu-overlay > ul > li > ul > li::after {
	top: 1px;
	left: -23px;
	height: 16px;
  }
  
  .navik-menu-overlay > ul ul li {
	margin-left: 42px;
  }
  
  .navik-menu-overlay > ul ul li a {
	font-size: 16px;
  }
  
  .navik-menu-overlay.submenu-no-separate > ul ul li {
	margin-left: 25px;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li {
	padding: 0 30px;
  }
  
  .overlay-center-menu .navik-menu-overlay > ul > li > ul {
	padding: 18px 0 21px;
  }
  
  .overlay-center-menu .menu-social-media {
	padding: 0 40px;
  }
  
  .overlay-center-menu .overlay-dropdown-plus, 
  .overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	right: -42px;
  }
  
  .submenu-vertical > ul > li ul {
	right: -60px;
	padding-right: 60px !important;
  }
  
  .submenu-vertical > ul > li > ul li {
	margin-bottom: 7px;
  }
  
  .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	top: -2px;
	right: -67px;
  }
  
  .submenu-vertical > ul > li > ul ul {
	padding-top: 7px;
  }
  
  .menu-social-media {
	bottom: 34px;
	padding: 0 110px;
  }
  
  /********** Overlay slide menu **********/
  
  .menu-slide .nav-menu-wrapper {
	width: 400px;
  }
  
  .menu-slide .navik-menu-overlay > ul {
	padding: 140px 0 100px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li {
	padding: 0 60px 0 45px;
	margin-bottom: 14px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul {
	padding: 28px 0 16px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul li {
	margin-bottom: 7px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li > ul ul {
	padding-top: 7px;
	padding-left: 23px;
  }
  
  .menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
	top: -2px;
	right: -17px;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a {
	padding-left: 23px;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a:hover {
	padding-left: 33px;
  }
  
  .menu-slide .navik-menu-overlay > ul ul li a::before {
	height: 15px;
  }
  
  .menu-slide .menu-social-media {
	padding: 0 45px;
  }
  
  /********** Mega menu **********/
  
  .navik-menu .mega-menu-media {
	display: table;
	width: 100%;
  }
  
  .navik-menu .mega-menu-media-img {
	display: table-cell;
	width: 120px;
	vertical-align: top;
  }
  
  .navik-menu .mega-menu-media-img .mega-menu-thumbnail {
	margin-bottom: 0;
  }
  
  .navik-menu .mega-menu-media-img img {
	width: 100%;
	height: auto;
  }
  
  .navik-menu .mega-menu-media-info {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
  }
  
  /********** Menu icons **********/
  
  .navik-menu-overlay .navik-menu-icon {
	margin-right: 12px;
  }
  
  .navik-menu-overlay > ul ul li a .navik-menu-icon {
	margin-right: 8px;
  }
  
  .menu-slide .navik-menu-overlay .navik-menu-icon {
	margin-right: 10px;
  }
  
  }
  
  @media (min-width: 1200px) {
  
  /*------------------------------------------*/
  /*  Default Menu
  /*------------------------------------------*/  
  
  .navik-header-container {
	height: 80px;
  }
  
  .navik-header .logo {
	position: relative;
	top: 50%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .navik-header .logo img {
	width: auto;
	max-width: inherit;
	max-height: 80px;
  }
  
  .header .navik-header .logo img {
	max-height: 68px;
  }
  
  .burger-menu {
	display: none;
  }
  
  .navik-menu {
	float: right;
	clear: inherit;
  }
  
  .navik-menu > ul {
	display: inline-block !important;
	padding: 0;
	font-size: 0;
  }
  
  .navik-menu > ul > li {
	display: inline-block;
  }
  
  .navik-menu > ul > li > a {
	position: relative;
	box-sizing: border-box;
	height: 80px;
	padding: 0 14px;
	line-height: 80px;
	white-space: nowrap;
  }
  
  .navik-menu > ul > li:last-child > a {
	padding: 0 0 0 20px;
  }
  
  .navik-menu ul li {
	position: relative;
	text-align: left;
  }
  
  .navik-menu ul li.dropdown_menu > a > span {
	display: none;
  }
  
  .navik-menu ul li.dropdown_menu > a > span::before {
	position: relative;
	top: -3px;
	box-sizing: content-box;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 8px;
	content: "";
	/*border-color: #c1c1c1;*/
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  }
  
  .navik-menu ul ul li.dropdown_menu > a > span::before {
	top: 7px;
	right: -10px;
	float: right;
	margin: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  
  .navik-menu ul ul li > a {
	position: relative;
	padding: 9px 25px 7px !important;
	color: #818181;
	background-color: transparent;
  }
  
  .navik-menu ul ul li:hover > a {
	padding-left: 35px !important;
	color: #818181;
	background-color: transparent;
  }
  
  .navik-menu ul ul li:hover > a::before {
	width: 10px;
  }
  
  .navik-menu li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: block !important;
	width: 220px;
	padding: 12px 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 12px 30px -2px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-menu li > ul ul {
	top: -27px;
	left: 100%;
  }
  
  .navik-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
  }
  
  .navik-menu li.submenu-right > ul {
	right: 0;
	left: inherit;
  }
  
  .navik-menu li.submenu-right > ul ul {
	left: -100% !important;
  }
  
  .navik-menu.menu-caret ul li.dropdown_menu > a > span {
	display: inline-block;
  }
  
  .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
	display: inline;
  }
  
  .navik-menu.separate-line > ul > li > a {
	position: relative;
	padding: 0 28px;
  }
  
  .navik-menu.separate-line > ul > li > a::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	content: "";
	background-color: #eee;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .navik-menu.separate-line > ul > li:last-child > a {
	padding: 0 0 0 28px;
  }
  
  .navik-menu.separate-line > ul > li:last-child > a::before {
	display: none;
  }
  
  .header-dark .navik-menu ul li.dropdown_menu > a > span::before {
	border-color: #a1a1a1;
  }
  
  .header-dark .navik-menu ul ul li > a {
	color: #a1a1a1;
	background-color: transparent;
  }
  
  .header-dark .navik-menu ul ul li:hover > a {
	color: #fff;
	background-color: transparent;
  }
  
  .header-dark .navik-menu ul ul li:hover > a .navik-menu-icon {
	color: #fff !important;
  }
  
  .header-dark .navik-menu li > ul {
	background-color: #111;
  }
  
  .header-dark .navik-menu.separate-line > ul > li > a::before {
	background-color: #333;
  }
  
  .navik-menu.menu-hover-2 > ul > li:last-child > a, 
  .navik-menu.menu-hover-3 > ul > li:last-child > a, 
  .navik-menu.menu-hover-4 > ul > li:last-child > a, 
  .center-menu-1 .navik-menu > ul > li:last-child > a,
  .center-menu-2 .navik-menu > ul > li:last-child > a {
	padding: 0 14px;
  }
  
  .navik-menu.menu-hover-2.separate-line > ul > li:last-child > a, 
  .navik-menu.menu-hover-3.separate-line > ul > li:last-child > a, 
  .navik-menu.menu-hover-4.separate-line > ul > li:last-child > a, 
  .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
  .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
	padding: 0 28px;
  }
  
  .navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a, 
  .header-dark .navik-menu ul li.current-menu > a, 
  .header-dark .navik-menu ul li:hover > a {
	background-color: inherit;
  }
  
  .dropdown-plus {
	display: none;
  }
  
  /*------------------------------------------*/
  /*  Header Sticky
  /*------------------------------------------*/  
  
  .navik-header.sticky {
	position: fixed;
	width: 100%;
	-webkit-animation-name: stickyTransition;
	animation-name: stickyTransition;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	-moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  }
  
  .navik-header.sticky .navik-header-container {
	height: 80px;
  }
  
  #header-2 .navik-header.sticky .navik-header-container,
  #header-4 .navik-header.sticky .navik-header-container {
	height: 70px;
  }
  
  .navik-header.sticky .navik-menu > ul > li > a {
	height: 80px;
	line-height: 80px;
  }
  
  #header-2 .navik-header.sticky .navik-menu > ul > li > a {
	height: 70px;
	line-height: 70px;
  }
  
  .navik-header.sticky .logo {
	padding: 5px 40px 5px 0;
  }
  
  .navik-header.sticky .logo img {
	max-height: 70px;
  }
  
  @-webkit-keyframes stickyTransition {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes stickyTransition {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  /*------------------------------------------*/
  /*  Center Menu
  /*------------------------------------------*/  
  
  .navik-header.center-menu-1 {
	position: relative;
  }
  
  .navik-header.center-menu-1.sticky {
	position: fixed;
  }
  
  .navik-header.center-menu-1.sticky .logo {
	padding: 0;
  }
  
  .navik-header.center-menu-1 .navik-header-container > .logo {
	display: none;
  }
  
  .navik-header.center-menu-1 .logoCenter .logo {
	top: 0;
	float: none;
	width: inherit;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  .navik-header.center-menu-2 .navik-header-container {
	height: auto;
  }
  
  .navik-header.center-menu-2 .logo {
	top: 0;
	float: none;
	padding: 20px 30px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  
  .navik-header.center-menu-2 .logo img {
	width: auto;
	max-width: inherit;
	max-height: 90px;
  }
  
  .navik-header.center-menu-2.sticky .logo {
	display: none;
  }
  
  .navik-header.center-menu-2.sticky .navik-menu {
	border: none;
  }
  
  .logoCenter {
	display: table-cell !important;
	text-align: center;
	vertical-align: middle;
  }
  
  .center-menu-1 .navik-menu {
	display: table !important;
	float: none;
	width: 100%;
  }
  
  .center-menu-1 .navik-menu > ul {
	display: table-cell !important;
	vertical-align: top;
  }
  
  .center-menu-1 .navik-menu > ul:first-child {
	padding: 0 40px;
	text-align: right;
  }
  
  .center-menu-1 .navik-menu > ul:first-child ul {
	text-align: left;
  }
  
  .center-menu-1 .navik-menu > ul:last-child {
	padding: 0 40px;
	text-align: left;
  }
  
  .center-menu-2 .navik-menu {
	float: none;
	text-align: center;
	border-top: 1px solid #e9e9e9;
  }
  
  .center-menu-2 .navik-menu li > ul {
	text-align: left;
  }
  
  .center-menu-2 .navik-menu > ul > li > a {
	height: 62px;
	line-height: 62px;
  }
  
  .center-menu-2.header-dark .navik-menu {
	border-color: #333;
  }
  
  /*------------------------------------------*/
  /*  Header Transparent
  /*------------------------------------------*/  
  
  .navik-header.header-transparent-on, 
  .navik-header.header-opacity-on {
	position: absolute;
	width: 100%;
	background-color: transparent;
  }
  
  body.boxed .navik-header.header-transparent-on, 
  body.boxed .navik-header.header-opacity-on {
	max-width: 1240px;
  }
  
  
  .navik-header.header-opacity-on {
	background-color: rgba(0, 0, 0, 0.3);
  }
  
  .header-transparent-on .header-shadow-wrapper,
  .header-opacity-on .header-shadow-wrapper {
	display: none;
  }
  
  .header-transparent-on .navik-menu > ul > li > a,
  .header-opacity-on .navik-menu > ul > li > a {
	color: #f7f7f7;
  }
  
  .header-transparent-on .navik-menu > ul > li.yellow-color > a,
  .header-opacity-on .navik-menu > ul > li.yellow-color > a {
	color: #f7be27;
  }
  
  .header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
  .header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
	color: rgba(255, 255, 255, 0.85);
  }
  
  .header-transparent-on .navik-menu > ul > li:hover > a, 
  .header-transparent-on .navik-menu > ul > li.current-menu > a,
  .header-opacity-on .navik-menu > ul > li:hover > a,
  .header-opacity-on .navik-menu > ul > li.current-menu > a {
	color: #26c6da;
  }
  
  
  .header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span::before,
  .header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span::before {
	border-color: #f7f7f7;
  }
  
  .header-transparent-on.center-menu-2 .navik-menu {
	border-color: rgba(255, 255, 255, 0.25);
  }
  
  .header-transparent-on .navik-menu.separate-line > ul > li > a::before {
	background-color: rgba(255, 255, 255, 0.25);
  }
  
  .header-opacity-on.center-menu-2 .navik-menu {
	border-color: rgba(255, 255, 255, 0.2);
  }
  
  .header-opacity-on .navik-menu.separate-line > ul > li > a::before {
	background-color: rgba(255, 255, 255, 0.2);
  }
  
  /*------------------------------------------*/
  /*  Hover Transitions
  /*------------------------------------------*/  
  
  .navik-menu.menu-hover-2 > ul > li.current-menu > a, 
  .navik-menu.menu-hover-2 > ul > li:hover > a {
	color: #212121;
	background-color: #f8f8f8;
  }
  
  .navik-menu.menu-hover-2 > ul > li.current-menu > a::after, 
  .navik-menu.menu-hover-2 > ul > li:hover > a::after {
	opacity: 1;
  }
  
  .navik-menu.menu-hover-2 > ul > li > a::after, 
  .navik-menu.menu-hover-3 > ul > li > a::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 3px;
	content: "";
	background-color: #26c6da;
	opacity: 0;
	transition: all 0.2s ease-in-out;
  }
  
  .navik-menu.menu-hover-3 > ul > li.current-menu > a, 
  .navik-menu.menu-hover-3 > ul > li:hover > a {
	color: #212121;
  }
  
  .navik-menu.menu-hover-3 > ul > li.current-menu > a::after, 
  .navik-menu.menu-hover-3 > ul > li:hover > a::after {
	width: 100%;
	opacity: 1;
  }
  
  .navik-menu.menu-hover-3 > ul > li > a::after {
	left: 50%;
	width: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
  }
  
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition::after {
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	width: calc(100% + 2px);
	height: 0;
	content: "";
	background-color: #26c6da;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .navik-menu.menu-hover-4 > ul > li.current-menu > a, 
  .navik-menu.menu-hover-4 > ul > li:hover > a {
	color: #fff;
  }
  
  .navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition::after, 
  .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition::after {
	height: 100%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon, 
  .navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
	color: #fff !important;
  }
  
  .navik-menu.menu-hover-4 > ul > li > ul {
	transition-delay: 0s;
  }
  
  .navik-menu.menu-hover-4 > ul > li:hover > ul {
	transition-delay: 0.13s;
  }
  
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu.current-menu > a > span::before, 
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span::before {
	border-color: #fff;
  }
  
  .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a, 
  .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
	color: #fff;
	background-color: #222;
  }
  
  .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a, 
  .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
	color: #fff;
  }
  
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, 
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
	color: #f7f7f7;
	background-color: rgba(255, 255, 255, 0.25);
  }
  
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a, 
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
	color: #f7f7f7;
	background-color: rgba(255, 255, 255, 0.2);
  }
  
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, 
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a, 
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a, 
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
	color: #f7f7f7;
  }
  
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, 
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, 
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, 
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon, 
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon, 
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon, 
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon, 
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
	color: rgba(255, 255, 255, 0.85) !important;
  }
  
  /*------------------------------------------*/
  /*  Submenu
  /*------------------------------------------*/
  
	.navik-menu.submenu-top-border li > ul {
	  border-top: 3px solid #26c6da;
	}
	.navik-menu.submenu-top-border li > ul ul {
	  top: -30px;
	}
	.navik-menu.submenu-top-border.submenu-list-border li > ul ul {
	  top: -23px;
	}
	.navik-menu.submenu-list-border li > ul ul {
	  top: -20px;
	}
	.navik-menu.submenu-list-border ul ul li > a {
	  padding: 15px 35px 14px !important;
	}
	.navik-menu.submenu-list-border ul ul li:first-child > a {
	  padding: 8px 35px 14px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:last-child > a {
	  padding: 15px 35px 8px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:last-child::after {
	  display: none;
	}
	.navik-menu.submenu-list-border ul ul li::after {
	  position: absolute;
	  right: 35px;
	  bottom: 0;
	  left: 35px;
	  height: 1px;
	  content: "";
	  background-color: #eee;
	}
	.navik-menu.submenu-list-border ul ul li:hover > a {
	  padding-left: 55px !important;
	}
	.navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a::before {
	  top: 24px;
	}
	.header-dark .navik-menu.submenu-list-border ul ul li::after {
	  background-color: #333;
	}
	/********** Submenu transitions **********/
	.navik-menu.submenu-flip li > ul {
	  -webkit-transform-origin: 0% 0%;
	  transform-origin: 0% 0%;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  transition: all 0.35s ease-in-out;
	  -webkit-transform: rotateX(-90deg);
	  transform: rotateX(-90deg);
	}
	.navik-menu.submenu-flip li:hover > ul {
	  -webkit-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	}
	.navik-menu.submenu-flip ul {
	  -webkit-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-perspective: 200px;
	  perspective: 200px;
	}
	.navik-menu.submenu-flip ul li {
	  -webkit-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-perspective: 200px;
	  perspective: 200px;
	}
	.navik-menu.submenu-scale li > ul {
	  -webkit-transform-origin: 0 0;
	  transform-origin: 0 0;
	  transition: all 0.3s ease;
	  -webkit-transform: scale(0);
	  transform: scale(0);
	}
	.navik-menu.submenu-scale li.submenu-right ul {
	  -webkit-transform-origin: 100% 0;
	  transform-origin: 100% 0;
	}
	.navik-menu.submenu-scale li:hover > ul {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	/********** Overlay dropdown plus **********/
	.overlay-dropdown-plus {
	  right: 53px;
	}
	/********** Overlay menu **********/
	.navik-header-overlay .navik-header-container {
	  height: auto;
	}
	.navik-header-overlay .logo {
	  top: 50px;
	  left: 40px;
	}
	.navik-header-overlay .burger-menu {
	  top: 40px;
	  right: 40px;
	}
	.navik-menu-overlay > ul > li {
	  padding: 0 130px 0 40px;
	}
	.overlay-center-menu .navik-menu-overlay > ul > li {
	  padding: 0 40px;
	}
	.submenu-vertical > ul > li ul {
	  right: -70px;
	  padding-right: 70px !important;
	}
	.submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	  right: -77px;
	}
	.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
	  right: -7px;
	}
	.menu-social-media {
	  padding: 0 130px;
	}
	/********** Mega menu **********/
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container {
	  position: inherit;
	}
	.navik-mega-menu.mega-menu-fullwidth, .navik-mega-menu .navik-header-container {
	  -webkit-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-perspective: 200px;
	  perspective: 200px;
	}
	.navik-menu .mega-menu-container {
	  padding: 15px 15px 0;
	}
  
	.mega-menu-box, .mega-menu-box.last-menu-box { 
	  margin-bottom: 25px;  
	}
  
	.navik-menu .mega-menu-container ul.mega-menu-list li > a::before {
	  top: 13px !important;
	  left: 0;
	  display: block;
	}
	.navik-menu.submenu-flip .mega-menu > ul {
	  -webkit-perspective: inherit;
	  perspective: inherit;
	}
	.navik-menu.submenu-flip .mega-menu-container li > ul {
	  -webkit-transform: rotateX(0deg);
	  transform: rotateX(0deg);
	}
	.navik-menu.submenu-scale .mega-menu-container li > ul {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	.navik-menu ul li.mega-menu {
	  position: inherit;
	  font-size: initial;
	}
	.navik-menu li.mega-menu > ul {
	  width: 100%;
	  padding: 25px 20px 15px;
	}
	.navik-menu li.mega-menu:hover .mega-menu-container li > ul {
	  visibility: visible;
	  opacity: 1;
	}
	.navik-menu li.mega-menu.submenu-right > ul ul {
	  left: inherit !important;
	}
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container,
	.navik-mega-menu .navik-menu.submenu-flip > ul,
	.navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu {
	  -webkit-transform-style: unset;
	  transform-style: unset;
	  -webkit-perspective: none;
	  perspective: none;
	}
	.navik-menu.submenu-scale li.mega-menu ul,
	.navik-menu.submenu-scale li.mega-menu.submenu-right ul {
	  -webkit-transform-origin: 50% 0;
	  transform-origin: 50% 0;
	}
	.navik-menu .mega-menu-container li ul,
	.navik-menu.submenu-top-border .mega-menu-container li ul,
	.navik-menu.submenu-list-border .mega-menu-container li ul {
	  position: relative;
	  top: 0 !important;
	  left: inherit;
	  width: 100%;
	  padding: 0;
	  border-top: none;
	  box-shadow: inherit;
	}
	.navik-menu .mega-menu-container ul li > a::before,
	.navik-menu.submenu-list-border .mega-menu-container ul li::after,
	.navik-menu.menu-caret .mega-menu-container li.dropdown_menu > a > span {
	  display: none;
	}
	.navik-menu .mega-menu-container ul li a,
	.navik-menu .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
	  padding: inherit !important;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a,
	.navik-menu .mega-menu-container ul.mega-menu-list li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
	  padding: 5px 0 !important;
	  color: #818181;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a:hover,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
	  padding-left: 20px !important;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a {
	  color: #a1a1a1;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover {
	  color: #fff;
	}
	/********** Fixed sidebar menu **********/
	.navik-fixed-sidebar {
	  transition-duration: 0s;
	}
	.navik-fixed-sidebar .logo {
	  display: block;
	}
	.navik-side-content {
	  width: calc(100% - 250px);
	}
	.navik-fixed-sidebar + .burger-menu,
	.navik-side-content > .logo, .fixedsidebar-bg-overlay {
	  display: none;
	}
	.navik-sidebar-left, .navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content, 
	.navik-sidebar-right, .navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	  transition-duration: 0s;
	}
	.navik-sidebar-left ~ .fixedsidebar-bg-overlay + .navik-side-content {
	  margin-left: auto;
	}
	.navik-sidebar-right ~ .fixedsidebar-bg-overlay + .navik-side-content {
	  margin-right: auto;
	}
	.navik-menu-fixed {
	  padding-top: 0;
	}
  }
  /*# sourceMappingURL=navik-all.css.map */

  /*
  Template Name: Testo - Pizza and Fast Food Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Testo - Pizza and Fast Food Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: Jthemes, Food, Fast Food, Restaurant, Pizzeria, Restaurant Menu, Pizza, Burger, Sushi, Steak, Grill, Snack
*/




/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
  } 
   
  body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #757575;
	font-weight: 300;
	line-height: 1.5;
	font-size: 1.125rem;
  }
  
  /*------------------------------------------------------------------*/
  /*  IE10 in Windows 8 and Windows Phone 8 Bug fix
  /*-----------------------------------------------------------------*/
  
  @-ms-viewport {
	width: device-width;
  }
  
  @-o-viewport {
	width: device-width;
  }
  
  @viewport {
	width: device-width;
  }
  
  /*------------------------------------------*/
  /*  PAGE CONTENT
  /*------------------------------------------*/
  
  #page {
	overflow: hidden;
  }
  
  /*------------------------------------------*/
  /*  SPACING & INDENTS
  /*------------------------------------------*/
  
  .wide-100 {
	padding-top: 100px;
	padding-bottom: 100px;
  }
  
  .wide-90 {
	padding-top: 100px;
	padding-bottom: 90px;
  }
  
  .wide-80 {
	padding-top: 100px;
	padding-bottom: 80px;
  }
  
  .wide-70 {
	padding-top: 100px;
	padding-bottom: 70px;
  }
  
  .wide-60 {
	padding-top: 100px;
	padding-bottom: 60px;
  }
  
  .wide-50 {
	padding-top: 100px;
	padding-bottom: 50px;
  }
  
  .wide-40 {
	padding-top: 100px;
	padding-bottom: 40px;
  }
  
  .wide-30 {
	padding-top: 100px;
	padding-bottom: 30px;
  }
  
  .wide-20 {
	padding-top: 100px;
	padding-bottom: 20px;
  }
  
  /*------------------------------------------*/
  /*  Margin Top
  /*------------------------------------------*/
  
  .mt-100 {
	margin-top: 100px;
  }
  
  .mt-95 {
	margin-top: 95px;
  }
  
  .mt-90 {
	margin-top: 90px;
  }
  
  .mt-85 {
	margin-top: 85px;
  }
  
  .mt-80 {
	margin-top: 80px;
  }
  
  .mt-75 {
	margin-top: 75px;
  }
  
  .mt-70 {
	margin-top: 70px;
  }
  
  .mt-65 {
	margin-top: 65px;
  }
  
  .mt-60 {
	margin-top: 60px;
  }
  
  .mt-55 {
	margin-top: 55px;
  }
  
  .mt-50 {
	margin-top: 50px;
  }
  
  .mt-45 {
	margin-top: 45px;
  }
  
  .mt-40 {
	margin-top: 40px;
  }
  
  .mt-35 {
	margin-top: 35px;
  }
  
  .mt-30 {
	margin-top: 30px;
  }
  
  .mt-25 {
	margin-top: 25px;
  }
  
  .mt-20 {
	margin-top: 20px;
  }
  
  .mt-15 {
	margin-top: 15px;
  }
  
  .mt-10 {
	margin-top: 10px;
  }
  
  .mt-5 {
	margin-top: 5px!important;
  }
  
  .mt-0 {
	margin-top: 0;
  }
  
  /*------------------------------------------*/
  /*  Margin Bottom
  /*------------------------------------------*/
  
  .mb-100 {
	margin-bottom: 100px;
  }
  
  .mb-95 {
	margin-bottom: 95px;
  }
  
  .mb-90 {
	margin-bottom: 90px;
  }
  
  .mb-85 {
	margin-bottom: 85px;
  }
  
  .mb-80 {
	margin-bottom: 80px;
  }
  
  .mb-75 {
	margin-bottom: 75px;
  }
  
  .mb-70 {
	margin-bottom: 70px;
  }
  
  .mb-65 {
	margin-bottom: 65px;
  }
  
  .mb-60 {
	margin-bottom: 60px;
  }
  
  .mb-55 {
	margin-bottom: 55px;
  }
  
  .mb-50 {
	margin-bottom: 50px;
  }
  
  .mb-45 {
	margin-bottom: 45px;
  }
  
  .mb-40 {
	margin-bottom: 40px;
  }
  
  .mb-35 {
	margin-bottom: 35px;
  }
  
  .mb-30 {
	margin-bottom: 30px;
  }
  
  .mb-25 {
	margin-bottom: 25px;
  }
  
  .mb-20 { 
	margin-bottom: 20px;
  }
  
  .mb-15 {
	margin-bottom: 15px;
  }
  
  .mb-10 {
	margin-bottom: 10px;
  }
  
  .mb-5 {
	margin-bottom: 5px!important;
  }
  
  .mb-0 {
	margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  Margin Left
  /*------------------------------------------*/
  
  .ml-100 {
	margin-left: 100px;
  }
  
  .ml-95 {
	margin-left: 95px;
  }
  
  .ml-90 {
	margin-left: 90px;
  }
  
  .ml-85 { 
	margin-left: 85px;
  }
  
  .ml-80 { 
	margin-left: 80px;
  }
  
  .ml-75 {
	margin-left: 75px;
  }
  
  .ml-70 { 
	margin-left: 70px;
  }
  
  .ml-60 { 
	margin-left: 60px;
  }
  
  .ml-55 { 
	margin-left: 55px;
  }
  
  .ml-50 {
	margin-left: 50px;
  }
  
  .ml-45 { 
	margin-left: 45px;
  }
  .ml-40 { 
	margin-left: 40px; 
  }
  
  .ml-35 { 
	margin-left: 35px; 
  }
  
  .ml-30 { 
	margin-left: 30px; 
  }
  
  .ml-25 { 
	margin-left: 25px; 
  }
  
  .ml-20 { 
	margin-left: 20px; 
  }
  
  .ml-15 { 
	margin-left: 15px; 
  }
  
  .ml-10 { 
	margin-left: 10px; 
  }
  
  .ml-5 { 
	margin-left: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  Margin Right
  /*------------------------------------------*/
  
  .mr-100 { 
	margin-right: 100px; 
  }
  
  .mr-95 { 
	margin-right: 95px; 
  }
  
  .mr-90 { 
	margin-right: 90px; 
  }
  
  .mr-85 { 
	margin-right: 85px; 
  }
  
  .mr-80 { 
	margin-right: 80px; 
  }
  
  .mr-75 { 
	margin-right: 75px; 
  }
  
  .mr-70 { 
	margin-right: 70px; 
  }
  
  .mr-65 { 
	margin-right: 65px; 
  }
  
  .mr-60 { 
	margin-right: 60px; 
  }
  
  .mr-55 { 
	margin-right: 55px; 
  }
  
  .mr-50 { 
	margin-right: 50px; 
  }
  
  .mr-45 { 
	margin-right: 45px; 
  }
  
  .mr-40 { 
	margin-right: 40px; 
  }
  
  .mr-35 { 
	margin-right: 35px; 
  }
  
  .mr-30 { 
	margin-right: 30px; 
  }
  
  .mr-25 { 
	margin-right: 25px; 
  }
  
  .mr-20 { 
	margin-right: 20px; 
  }
  
  .mr-15 { 
	margin-right: 15px; 
  }
  
  .mr-10 { 
	margin-right: 10px; 
  }
  
  .mr-5 { 
	margin-right: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  Padding Top
  /*------------------------------------------*/
  
  .pt-100 { 
	padding-top: 100px; 
  }
  
  .pt-95 { 
	padding-top: 95px; 
  }
  
  .pt-90 { 
	padding-top: 90px; 
  }
  
  .pt-85 { 
	padding-top: 85px; 
  }
  
  .pt-80 { 
	padding-top: 80px; 
  }
  
  .pt-75 { 
	padding-top: 75px; 
  }
  
  .pt-70 { 
	padding-top: 70px; 
  }
  
  .pt-65 { 
	padding-top: 65px; 
  }
  
  .pt-60 { 
	padding-top: 60px; 
  }
  
  .pt-55 { 
	padding-top: 55px; 
  }
  
  .pt-50 { 
	padding-top: 50px; 
  }
  
  .pt-45 { 
	padding-top: 45px; 
  }
  
  .pt-40 { 
	padding-top: 40px; 
  }
  
  .pt-35 { 
	padding-top: 35px;
  }
  
  .pt-30 { 
	padding-top: 30px; 
  }
  
  .pt-25 { 
	padding-top: 25px; 
  }
  
  .pt-20 { 
	padding-top: 20px; 
  }
  
  .pt-15 { 
	padding-top: 15px; 
  }
  
  .pt-10 { 
	padding-top: 10px; 
  }
  
  .pt-5 { 
	padding-top: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  Padding Bottom
  /*------------------------------------------*/
  
  .pb-100 { 
	padding-bottom: 100px; 
  }
  
  .pb-95 { 
	padding-bottom: 95px; 
  }
  
  .pb-90 { 
	padding-bottom: 90px; 
  }
  
  .pb-85 { 
	padding-bottom: 85px; 
  }
  
  .pb-80 { 
	padding-bottom: 80px; 
  }
  
  .pb-75 { 
	padding-bottom: 75px; 
  }
  
  .pb-70 { 
	padding-bottom: 70px; 
  }
  
  .pb-65 { 
	padding-bottom: 65px; 
  }
  
  .pb-60 { 
	padding-bottom: 60px; 
  }
  
  .pb-55 { 
	padding-bottom: 55px; 
  }
  
  .pb-50 { 
	padding-bottom: 50px; 
  }
  
  .pb-45 { 
	padding-bottom: 45px; 
  }
  
  .pb-40 { 
	padding-bottom: 40px; 
  }
  
  .pb-35 { 
	padding-bottom: 35px; 
  }
  
  .pb-30 { 
	padding-bottom: 30px; 
  }
  
  .pb-25 { 
	padding-bottom: 25px; 
  }
  
  .pb-20 { 
	padding-bottom: 20px; 
  }
  
  .pb-15 { 
	padding-bottom: 15px; 
  }
  
  .pb-10 { 
	padding-bottom: 10px; 
  }
  
  .pb-5 { 
	padding-bottom: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  Padding Left
  /*------------------------------------------*/
  
  .pl-100 { 
	padding-left: 100px; 
  }
  
  .pl-95 { 
	padding-left: 95px; 
  }
  
  .pl-90 { 
	padding-left: 90px; 
  }
  
  .pl-85 { 
	padding-left: 85px; 
  }
  
  .pl-80 { 
	padding-left: 80px; 
  }
  
  .pl-75 { 
	padding-left: 75px; 
  }
  
  .pl-70 { 
	padding-left: 70px; 
  }
  
  .pl-65 { 
	padding-left: 65px; 
  }
  
  .pl-60 { 
	padding-left: 60px; 
  }
  
  .pl-55 { 
	padding-left: 55px; 
  }
  
  .pl-50 { 
	padding-left: 50px; 
  }
  
  .pl-45 { 
	padding-left: 45px; 
  }
  
  .pl-40 { 
	padding-left: 40px; 
  }
  
  .pl-35 { 
	padding-left: 35px; 
  }
  
  .pl-30 { 
	padding-left: 30px; 
  }
  
  .pl-25 { 
	padding-left: 25px; 
  }
  
  .pl-20 { 
	padding-left: 20px; 
  }
  
  .pl-15 { 
	padding-left: 15px; 
  }
  
  .pl-10 { 
	padding-left: 10px; 
  }
  
  .pl-5 { 
	padding-left: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  Padding Right
  /*------------------------------------------*/
  
  .pr-100 { 
	padding-right: 100px; 
  }
  
  .pr-95 { 
	padding-right: 95px; 
  }
  
  .pr-90 { 
	padding-right: 90px; 
  }
  
  .pr-85 { 
	padding-right: 85px; 
  }
  
  .pr-80 { 
	padding-right: 80px; 
  }
  
  .pr-75 { 
	padding-right: 75px; 
  }
  
  .pr-70 { 
	padding-right: 70px; 
  }
  
  .pr-65 { 
	padding-right: 65px; 
  }
  
  .pr-60 { 
	padding-right: 60px; 
  }
  
  .pr-55 { 
	padding-right: 55px; 
  }
  
  .pr-50 { 
	padding-right: 50px; 
  }
  
  .pr-45 { 
	padding-right: 45px; 
  }
  
  .pr-40 { 
	padding-right: 40px; 
  }
  
  .pr-35 { 
	padding-right: 35px; 
  }
  
  .pr-30 { 
	padding-right: 30px; 
  }
  
  .pr-25 { 
	padding-right: 25px; 
  }
  
  .pr-20 { 
	padding-right: 20px; 
  }
  
  .pr-15 { 
	padding-right: 15px; 
  }
  
  .pr-10 { 
	padding-right: 10px; 
  }
  .pr-5 { 
	padding-right: 5px!important; 
  }
  
  /*------------------------------------------*/
  /*  BACKGROUND SETTINGS
  /*------------------------------------------*/
  
  .bg-fixed,
  .bg-scroll {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
  }
  
  .bg-scroll {
	background-attachment: fixed!important;
  }
  
  .rel { 
	position: relative!important; 
  }
  
  /*------------------------------------------*/
  /*  Background Colors
  /*------------------------------------------*/
  
  .bg-white { 
	background-color: #fff!important; 
  }
  
  .bg-dark { 
	background-color: #1b1b1b!important; 
  }
  
  .bg-lightdark { 
	background-color: #363636!important; 
  }
  
  .bg-tra-dark { 
	background-color: rgba(10, 10, 10, .4); 
  }
  
  .bg-lightgrey { 
	background-color: #f6f9fa; 
  }
  
  .bg-grey { 
	background-color: #eaeaea; 
  }
  
  .bg-brown { 
	background-color: #6f5e4d; 
  }
  .bg-coffee { 
	background-color: #642f21; 
  }
  
  .bg-meat { 
	background-color: #d2322b; 
  }
  
  .bg-orange { 
	background-color: #ef7f01; 
  }
  
  .bg-red { 
	background-color: #e3000e; 
  }
  
  .bg-salmon { 
	background-color: #e84e1d; 
  }
  
  .bg-silk { 
	background-color: #fbf7e8; 
  }
  
  .bg-wine { 
	background-color: #831619; 
  }
  
  .bg-yellow { 
	background-color: #f7be27; 
  }
  
  /*------------------------------------------*/
  /*  Background Images for Sections
  /*------------------------------------------*/
  
  .bg-01,
  .bg-02,
  .bg-03,
  .bg-04,
  .bg-05,
  .bg-06 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
	background-attachment: scroll!important;
  }
  
  .bg-01 { 
	background-image: url(../images/bg-01.jpg); 
	background-attachment: fixed!important; 
  }
  
  .bg-02 { 
	background-image: url(../images/bg-02.jpg); 
	background-attachment: fixed!important; 
  }
  
  .bg-03 { 
	background-image: url(../images/bg-03.jpg); 
  }
  
  .bg-04 { 
	background-image: url(../images/bg-04.jpg); 
  }
  
  .bg-05 { 
	background-image: url(../images/bg-05.jpg); 
	background-attachment: fixed!important; 
  }
  
  .bg-06 { 
	background-image: url(../images/bg-06.jpg); 
	background-attachment: fixed!important; 
  }
  
  /*------------------------------------------*/
  /*. BORDER SETTINGS FOR DEMOS
  /*------------------------------------------*/
  
  .b-top { 
	border-top: 1px solid #eee; 
  }
  
  .b-bottom { 
	border-bottom: 1px solid #eee; 
  }
  
  .b-left { 
	border-left: 1px solid #eee; 
  }
  
  .b-right { 
	border-right: 1px solid #eee;
  }
  
  /* ==========================================================================
	02. TYPOGRAPHY
	=========================================================================== */
  
  /*------------------------------------------*/
  /*  HEADERS
  /*------------------------------------------*/
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {  
	font-family: 'Oswald', sans-serif;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0;
	color: #642f21; 
  }
  
  /* Header H6 */
  h6.h6-xs { 
	font-size: 1.0625rem; 
  }   /* 17px */
  
  h6.h6-sm { 
	font-size: 1.125rem; 
  }    /* 18px */
  
  h6.h6-md { 
	font-size: 1.15625rem; 
  }  /* 18.5px */
  
  h6.h6-lg { 
	font-size: 1.1875rem; 
  }   /* 19px */
  
  h6.h6-xl { 
	font-size: 1.21875rem; 
  }  /* 19.5px */
  
  /* Header H5 */
  h5.h5-xs { 
	font-size: 1.25rem; 
  }    /* 20px */
  
  h5.h5-sm { 
	font-size: 1.375rem; 
  }   /* 22px */
  
  h5.h5-md { 
	font-size: 1.5rem; 
  }     /* 24px */
  
  h5.h5-lg { 
	font-size: 1.625rem; 
  }   /* 26px */
  
  h5.h5-xl { 
	font-size: 1.75rem; 
  }    /* 28px */
  
  /* Header H4 */
  h4.h4-xs { 
	font-size: 1.875rem; 
  }   /* 30px */
  
  h4.h4-sm { 
	font-size: 2rem; 
  }       /* 32px */
  
  h4.h4-md { 
	font-size: 2.125rem; 
  }   /* 34px */
  
  h4.h4-lg { 
	font-size: 2.25rem; 
  }    /* 36px */
  
  h4.h4-xl { 
	font-size: 2.375rem; 
  }   /* 38px */
  
  h3.h3-xs { 
	font-size: 2.5rem; 
  }     /* 40px */
  
  h3.h3-sm { 
	font-size: 2.625rem; 
  }   /* 42px */
  
  h3.h3-md { 
	font-size: 2.75rem; 
  }    /* 44px */
  
  h3.h3-lg { 
	font-size: 2.875rem; 
  }   /* 46px */
  
  h3.h3-xl { 
	font-size: 3rem; 
  }       /* 48px */
  
  /* Header H2 */
  h2.h2-xs { 
	font-size: 3.125rem; 
  }   /* 50px */
  
  h2.h2-sm { 
	font-size: 3.25rem; 
  }    /* 52px */
  
  h2.h2-md { 
	font-size: 3.375rem; 
  }   /* 54px */
  
  h2.h2-lg { 
	font-size: 3.5rem; 
  }     /* 56px */ 
  
  h2.h2-xl { 
	font-size: 3.75rem; 
  }    /* 60px */
  
  /*------------------------------------------*/
  /*  PARAGRAPHS
  /*------------------------------------------*/
  
  p.p-sm { 
	font-size: 1rem; 
  }        /* 16px */
  
  p.p-md { 
	font-size: 1.125rem; 
  }    /* 18px */
  
  p.p-lg { 
	font-size: 1.1875rem; 
  }   /* 19px */
  
  p.p-xl { 
	font-size: 1.25rem; 
  }     /* 20px */
  
  /*------------------------------------------*/
  /*  LINK SETTINGS
  /*------------------------------------------*/
  
  a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  a:hover {
	color: #f7be27;
	text-decoration: none;
  }
  
  a:focus {
	outline: none;
	text-decoration: none;
  }
  
  /*------------------------------------------*/
  /*  LISTS
  /*------------------------------------------*/
  
  ul.txt-list {
	list-style: disc;
	margin: 0 0 0 15px;
	padding: 0;
  } 
  
  /*------------------------------------------*/
  /*  TEXT LIST
  /*------------------------------------------*/
  
  .txt-list li i {
	position: relative;
	font-size: 1.05rem;
	line-height: 1.5rem;
	float: left;
	margin-right: 10px;
	top: 2px;
  }
  
  .txt-list li p {
	overflow: hidden;
	margin-bottom: 10px;
  }
  
  /*------------------------------------------*/
  /*  BUTTON SETTINGS
  /*------------------------------------------*/
  
  .btn,
  .tab-content .button.add_to_cart_button {
	background-color: transparent;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 13px 32px;
	border: 1px solid transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;  
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  /*------------------------------------------*/
  /*  Button Size
  /*------------------------------------------*/
  
  .btn.btn-sm {
	font-size: 15px;
	padding: 13px 26px;
  }
  
  .btn.btn-md {
	font-size: 17px;
	padding: 15px 38px;
  }
  
  .btn.btn-lg {
	font-size: 20px;
	padding: 15px 42px;
  }
  
  /*------------------------------------------*/
  /*  Button Color
  /*------------------------------------------*/
  
  .btn-white, 
  .white-color .btn-white {
	color: #333;
	background-color: #fff;
	border-color: #fff!important;
  }
  
  .btn-tra-grey, 
  .white-color .btn-tra-grey {
	color: #333;
	background-color: transparent;
	border-color: #ddd!important;
  }
  
  .btn-brown, 
  .scroll .btn-brown, 
  .white-color .btn-brown,
  .brown-hover:hover, 
  .scroll .brown-hover:hover, 
  .white-color .brown-hover:hover {
	color: #fff!important;
	background-color: #6f5e4d;
	border-color: #6f5e4d!important;
  }
  
  .btn-red, 
  .scroll .btn-red, 
  .white-color .btn-red,
  .red-hover:hover, 
  .scroll .red-hover:hover, 
  .white-color .red-hover:hover {
	color: #fff;
	background-color: #e3000e;
	border-color: #e3000e;
  }
  
  .btn-tra-red, 
  .scroll .btn-tra-red, 
  .white-color .btn-tra-red,
  .tra-red-hover:hover, 
  .scroll .tra-red-hover:hover, 
  .white-color .tra-redhover:hover {
	color: #e3000e!important;
	background-color: transparent;
	border-color: #e3000e!important;
  }
  
  .btn-meat, 
  .scroll .btn-meat, 
  .white-color .btn-meat,
  .meat-hover:hover, 
  .scroll .meat-hover:hover, 
  .white-color .meat-hover:hover {
	color: #fff!important;
	background-color: #d2322b;
	border-color: #d2322b!important;
  }
  
  .btn-tra-meat, 
  .scroll .btn-tra-meat, 
  .white-color .btn-tra-meat,
  .tra-meat-hover:hover, 
  .scroll .tra-meat-hover:hover, 
  .white-color .tra-meathover:hover {
	color: #d2322b!important;
	background-color: transparent;
	border-color: #d2322b!important;
  }
  
  .btn-salmon, 
  .scroll .btn-salmon, 
  .white-color .btn-salmon,
  .salmon-hover:hover, 
  .scroll .salmon-hover:hover, 
  .white-color .salmon-hover:hover {
	color: #fff!important;
	background-color: #e84e1d;
	border-color: #e84e1d!important;
  }
  
  .btn-tra-salmon, 
  .scroll .btn-tra-salmon, 
  .white-color .btn-tra-salmon,
  .tra-salmon-hover:hover, 
  .scroll .tra-salmon-hover:hover, 
  .white-color .tra-salmonhover:hover {
	color: #e84e1d!important;
	background-color: transparent;
	border-color: #e84e1d!important;
  }
  
  .btn-yellow, 
  .scroll .btn-yellow, 
  .white-color .btn-yellow,
  .yellow-hover:hover, 
  .scroll .yellow-hover:hover, 
  .white-color .yellow-hover:hover {
	color: #333435!important;
	background-color: #f7be27;
	border-color: #f7be27!important;
  }
  
  /*------------------------------------------*/
  /*  Button Hover
  /*------------------------------------------*/
  
  .white-hover:hover, 
  .white-color .white-hover:hover {
	color: #333!important;
	background-color: #fff;
	border-color: #fff!important;
  }
  
  .tra-white-hover:hover, 
  .white-color .tra-white-hover:hover {
	color: #fff!important;
	background-color: transparent;
	border-color: #fff!important;
  }
  
  .scroll .tra-white-hover:hover {
	color: #333!important;
	background-color: transparent;
	border-color: #333!important;
  }
  
  /*------------------------------------------*/
  /*  Button Focus
  /*------------------------------------------*/
  
  .btn:focus {
	color: #fff; 
	-webkit-box-shadow: none;
	box-shadow: none; 
  }
  
  .btn.btn-black:focus {
	color: #fff; 
	-webkit-box-shadow: none;
	box-shadow: none; 
  }
  
  .btn-tra-black:focus, 
  .btn.btn-tra-grey:focus {
	color: #333; 
	-webkit-box-shadow: none;
	box-shadow: none; 
  }
  
  /*------------------------------------------*/
  /*  VIDEO POPUP ICON
  /*------------------------------------------*/
  
  .video-preview {
	position: relative; 
	text-align: center;
  }
  
  .video-block {
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
  }
  
  /*------------------------------------------*/
  /*  Video Button Icon
  /*------------------------------------------*/
  
  .video-btn {
	width: 100px;
	height: 100px;
	position: absolute!important;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px; 
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 100px!important;   
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%; 
  }
  
  .video-btn i {
	font-size: 3rem;
	line-height: 100px!important;   
	margin-left: 11px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .video-btn:hover i {
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
  }
  
  /*------------------------------------------*/
  /*  VECTOR ICONS
  /*------------------------------------------*/
  
  .ico-20 [class*="flaticon-"]:before,
  .ico-20 [class*="flaticon-"]:after { 
	font-size: 1.25rem; 
  }    /* 20px */
  
  .ico-25 [class*="flaticon-"]:before,
  .ico-25 [class*="flaticon-"]:after { 
	font-size: 1.5625rem; 
  }  /* 25px */
  
  .ico-30 [class*="flaticon-"]:before,
  .ico-30 [class*="flaticon-"]:after { 
	font-size: 1.875rem; 
  }   /* 30px */
  
  .ico-35 [class*="flaticon-"]:before,
  .ico-35 [class*="flaticon-"]:after { 
	font-size: 2.1875rem; 
  }  /* 35px */
  
  .ico-40 [class*="flaticon-"]:before,
  .ico-40 [class*="flaticon-"]:after { 
	font-size: 2.5rem; 
  }     /* 40px */
  
  .ico-45 [class*="flaticon-"]:before,
  .ico-45 [class*="flaticon-"]:after { 
	font-size: 2.8125rem; 
  }  /* 45px */
  
  .ico-50 [class*="flaticon-"]:before,
  .ico-50 [class*="flaticon-"]:after { 
	font-size: 3.125rem; 
  }   /* 50px */
  
  .ico-55 [class*="flaticon-"]:before,
  .ico-55 [class*="flaticon-"]:after { 
	font-size: 3.4375rem; 
  }  /* 55px */
  
  .ico-60 [class*="flaticon-"]:before,
  .ico-60 [class*="flaticon-"]:after { 
	font-size: 3.75rem; 
  }    /* 60px */
  
  .ico-65 [class*="flaticon-"]:before,
  .ico-65 [class*="flaticon-"]:after { 
	font-size: 4.0625rem; 
  }  /* 65px */
  
  .ico-70 [class*="flaticon-"]:before,
  .ico-70 [class*="flaticon-"]:after { 
	font-size: 4.375rem; 
  }   /* 70px */
  
  .ico-75 [class*="flaticon-"]:before,
  .ico-75 [class*="flaticon-"]:after { 
	font-size: 4.6875rem; 
  }  /* 75px */
  
  .ico-80 [class*="flaticon-"]:before,
  .ico-80 [class*="flaticon-"]:after { 
	font-size: 5rem; 
  }       /* 80px */
  
  .ico-85 [class*="flaticon-"]:before,
  .ico-85 [class*="flaticon-"]:after { 
	font-size: 5.3125rem; 
  }  /* 85px */
  
  .ico-90 [class*="flaticon-"]:before,
  .ico-90 [class*="flaticon-"]:after { 
	font-size: 5.625rem; 
  }   /* 90px */
  
  .ico-95 [class*="flaticon-"]:before,
  .ico-95 [class*="flaticon-"]:after { 
	font-size: 5.9375rem; 
  }  /* 95px */
  
  .ico-100 [class*="flaticon-"]:before,
  .ico-100 [class*="flaticon-"]:after { 
	font-size: 6.25rem; 
  }  /* 100px */
  
  /*------------------------------------------*/
  /*  SECTION TITLE
  /*------------------------------------------*/
  
  .section-title {
	position: relative;
  } 
  
  .section-title h2.h2-title {
	font-size: 4.5rem;
  }
  
  .section-title p {
	color: #888;
	padding: 0 18%;
	margin: 12px auto 0;
  }
  
  #contacts-4 .section-title p {
	padding: 0 10% 0 0;
  }
  
  /*------------------------------------------*/
  /*  FONT SETTINGS
  /*------------------------------------------*/
  
  .txt-300 { 
	font-weight: 300; 
  }
  
  .txt-400 { 
	font-weight: 400;
  }
  
  .txt-500 { 
	font-weight: 500;
  }
  
  .txt-700 { 
	font-weight: 700; 
  }
  
  .txt-900 { 
	font-weight: 900;
  }
  
  /*------------------------------------------*/
  /*  TEXT SETTINGS FOR DEMOS
  /*------------------------------------------*/
  
  .white-color,
  .white-color h2, 
  .white-color h3, 
  .white-color h4, 
  .white-color h5, 
  .white-color h6, 
  .white-color p, 
  .white-color a, 
  .white-color li,
  .white-color i, 
  .white-color span { 
	color: #fff;
  }
  
  .grey-color,
  .grey-color h2, 
  .grey-color h3, 
  .grey-color h4, 
  .grey-color h5, 
  .grey-color h6, 
  .grey-color p, 
  .grey-color a,
  .grey-color li, 
  .grey-color i, 
  .white-color .grey-color,
  .lightgrey-color .grey-color, 
  .grey-color span { 
	color: #757575; 
  }
  
  .lightgrey-color,
  .lightgrey-color h2, 
  .lightgrey-color h3, 
  .lightgrey-color h4, 
  .lightgrey-color h5, 
  .lightgrey-color h6, 
  .lightgrey-color p, 
  .lightgrey-color a,
  .lightgrey-color li, 
  .lightgrey-color i, 
  .white-color .lightgrey-color,
  .lightgrey-color span { 
	color: #ccc; 
  }
  
  .brown-color,
  .brown-color h2, 
  .brown-color h3, 
  .brown-color h4, 
  .brown-color h5, 
  .brown-color h6, 
  .brown-color p, 
  .brown-color a, 
  .brown-color li,
  .brown-color i, 
  .white-color .brown-color,
  .brown-color span { 
	color: #6f5e4d; 
  }
  
  .coffee-color,
  .coffee-color h2, 
  .coffee-color h3, 
  .coffee-color h4, 
  .coffee-color h5, 
  .coffee-color h6, 
  .coffee-color p, 
  .coffee-color a, 
  .coffee-color li,
  .coffee-color i, 
  .white-color .coffee-color,
  .coffee-color span { 
	color: #642f21; 
  }
  
  .green-color,
  .green-color h2, 
  .green-color h3, 
  .green-color h4, 
  .green-color h5, 
  .green-color h6, 
  .green-color p, 
  .green-color a, 
  .green-color li,
  .green-color i, 
  .white-color .green-color,
  .green-color span { 
	color: #94ad10; 
  }
  
  .meat-color,
  .meat-color h2, 
  .meat-color h3, 
  .meat-color h4, 
  .meat-color h5, 
  .meat-color h6, 
  .meat-color p, 
  .meat-color a, 
  .meat-color li,
  .meat-color i, 
  .white-color .meat-color,
  .meat-color span { 
	color: #d2322b; 
  }
  
  .orange-color,
  .orange-color h2, 
  .orange-color h3, 
  .orange-color h4, 
  .orange-color h5, 
  .orange-color h6, 
  .orange-color p, 
  .orange-color a, 
  .orange-color li,
  .orange-color i, 
  .white-color .orange-color,
  .orange-color span { 
	color: #ef7f01; 
  }
  
  .salmon-color,
  .salmon-color h2, 
  .salmon-color h3, 
  .salmon-color h4, 
  .salmon-color h5, 
  .salmon-color h6, 
  .salmon-color p, 
  .salmon-color a, 
  .salmon-color li,
  .salmon-color i, 
  .white-color .salmon-color,
  .salmon-color span { 
	color: #e84e1d; 
  }
  
  .red-color,
  .red-color h2, 
  .red-color h3, 
  .red-color h4, 
  .red-color h5, 
  .red-color h6, 
  .red-color p, 
  .red-color a, 
  .red-color li,
  .red-color i, 
  .white-color .red-color,
  .brown-color .red-color,
  .red-color span { 
	color: #e3000e; 
  }
  
  .wine-color,
  .wine-color h2, 
  .wine-color h3, 
  .wine-color h4, 
  .wine-color h5, 
  .wine-color h6, 
  .wine-color p, 
  .wine-color a, 
  .wine-color li,
  .wine-color i, 
  .white-color .wine-color,
  .wine-color span { 
	color: #831619; 
  }
  
  .yellow-color,
  .yellow-color h2, 
  .yellow-color h3, 
  .yellow-color h4, 
  .yellow-color h5, 
  .yellow-color h6, 
  .yellow-color p, 
  .yellow-color a, 
  .yellow-color li,
  .yellow-color i, 
  .white-color .yellow-color,
  .brown-color .yellow-color,
  .coffee-color .yellow-color,
  .yellow-color span { 
	color: #f7be27; 
  }
  
  /*------------------------------------------*/
  /*  TEXT SHADOW
  /*------------------------------------------*/ 
  
  .shadow-txt-white {
	text-shadow: #fff 3px 3px 0, #fff -3px -3px 0, 
				 #fff -3px 3px 0, #fff 3px -3px 0;
  }
  
  .shadow-txt-black {
	text-shadow: #000 3px 3px 0, #000 -3px -3px 0, 
				 #000 -3px 3px 0, #000 3px -3px 0;
  }
  
  .shadow-txt-yellow {
	 text-shadow: #e1a100 4px 4px 0, #e1a100 -4px -4px 0, 
				  #e1a100 -4px 4px 0, #e1a100 4px -4px 0;
  }
  
  /*------------------------------------------*/
  /*  ITEM RATING
  /*------------------------------------------*/
  .yith-wcwl-add-button .add_to_wishlist,
  .woocommerce .yith-wcwl-add-button .add_to_wishlist.button.alt {
	background: none;
	width: 26px;
	height: 26px;
	overflow: hidden;
	padding: 0;
	position: relative;
  }
  
  .yith-wcwl-add-button .add_to_wishlist:after,
  .woocommerce .yith-wcwl-add-button .add_to_wishlist.button.alt:after{
	position: absolute;
	left: 0;
	content: "\f19f";
	font-family: Flaticon;
	top: 0;
	color: #aaa;
	width: 26px;
	height: 26px;
	font-size: 24px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
  }
  
  .yith-wcwl-wishlistaddedbrowse > a,
  .yith-wcwl-wishlistexistsbrowse > a{
   position: relative;
   background: none;
	width: 26px;
	height: 26px;
	color: rgba(255,255,255, 0.0);
	font-weight: 700;
  }
  
  .yith-wcwl-wishlistaddedbrowse > a:after,
  .yith-wcwl-wishlistexistsbrowse > a:after{
	position: absolute;
	left: 0;
	content: "\f19f";
	font-family: Flaticon;
	top: 0;
	color: #e84e1d;
	width: 26px;
	height: 26px;
	font-size: 24px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
  }
  
  .yith-wcwl-add-button .add_to_wishlist:hover:after,
  .woocommerce .yith-wcwl-add-button .add_to_wishlist.button.alt:hover:after{
	color: #e84e1d;
  }

	.yith-wcwl-wishlistexistsbrowse a,
	.yith-wcwl-wishlistaddedbrowse a {
		color: rgba(255,255,255, 0.0);
	}
  
  .woocommerce .star-rating{
	font-size: 0.925rem;
  }
  
  .woocommerce .star-rating{
	width: 6.4em;
  }
  
  .menu-6-price ins {
	text-decoration: none;
  }
  
  .products .product .menu-6-item:hover .menu-6-price {
	opacity: 0;
	bottom: -30px;
  }
  
  .woocommerce .woocommerce-result-count{
	line-height: 40px;
  }
  
  .woocommerce .products .star-rating{
	color: #f7be27;
	margin: 5px 0 10px;
  }
  
  .woocommerce .star-rating::before{
	color: #f7be27;
	letter-spacing: 3px;  
  }
  
  .woocommerce .star-rating span::before{
	letter-spacing: 3px;
  }
  
  .stars-rating i,
  .stars-rating .svg-inline--fa {
	color: #f7be27;
	font-size: 0.95rem;
	line-height: 1;
  }
  
  .stars-rating.stars-lg i {
	font-size: 0.925rem;
  }
  
  .menu-7-img .item-rating,
  .pbox-14-img .item-rating {
	position: absolute;
	bottom: 30px;
	right: 15px;
  }
  
  .menu-7-img .item-rating span,
  .pbox-14-img .item-rating span {
	font-size: 0.9rem;
	top: 0;
  }
  
  .menu-7-img .stars-rating span,
  .pbox-14-img .stars-rating span{
	font-size: inherit;
  }
  
  /*------------------------------------------*/
  /*  ITEM CODE
  /*------------------------------------------*/
  
  span.item-code {
	display: block;
	font-size: 1.05rem;
	line-height: 1;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
  }
  
  .products .item-code,
  .pbox-8-img .item-code,
  .hover-overlay .item-code  {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 7px 8px;
	color: #fff;
	font-size: 0.915rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-8-img .item-code {
	top: 10px;
  }
  
  /*------------------------------------------*/
  /*  ITEM LIKE ICON
  /*------------------------------------------*/
  
  .like-ico {
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
  }
  
  .pbox-7 .like-ico {
	top: 23px;
	right: 15px;
  }
  
  .products-main-content.product-style3 .pbox-7 .like-ico{
	top: 21px;
  }
  
  .menu-6-item .like-ico {
	top: 23px;
	right: 28px;
  }
  
  .menu-7-img .like-ico,
  .pbox-14-img .like-ico {
	top: 14px;
	right: 16px;
  }
  
  .product-style4 .menu-7-img .like-ico,
  .product-style4 .pbox-14-img .like-ico {
	top: 30px;
	right: 30px;
  }
  
  .tab-content .menu-7-img .like-ico{
	right: 28px;
  }
  
  .like-ico.ico-25 [class*="flaticon-"]:before, 
  .like-ico.ico-25 [class*="flaticon-"]:after { 
	font-size: 1.375rem; 
  }
  
  .like-ico span {
	display: none; 
  }
  
  .yith-wcwl-add-to-wishlist{
	margin: 0;
  }
  
  .yith-wcwl-add-to-wishlist .svg-inline--fa{
	display: none;
  }
  
  /*------------------------------------------*/
  /*  Icon Hover
  /*------------------------------------------*/
  
  .like-ico:hover > a span {
	 color: #e84e1d!important;
  }
  
  /*------------------------------------------*/
  /*  ZOOM ICON
  /*------------------------------------------*/
  
  .menu-img-zoom {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	text-align: center;
	background-color: rgba(20, 20, 20, .45);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
  }
  
  .menu-img-zoom a {
	position: relative;
	line-height: 36px;
	top: 2px;
  }
  
  .pbox-7-img .menu-img-zoom,
  .menu-6-img .menu-img-zoom {
	bottom: 15px;
	left: 15px;
  }
  
  .menu-img-zoom.ico-25 [class*="flaticon-"]:before, 
  .menu-img-zoom.ico-25 [class*="flaticon-"]:after { 
	font-size: 1.215rem;
  }
  
  .menu-img-zoom span {
	color: rgba(255, 255, 255, .95);
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out; 
  }
  
  /*------------------------------------------*/
  /*  ADD TO CART
  /*------------------------------------------*/
  .add-to-cart-bg{
	position: absolute;
	right: 20px;  
  }
  
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button{
	right: 0;
	background-color: #f7be27;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	color: #333;
  }
  
  .products-main-content.woocommerce #respond input#submit,
  .products-main-content.woocommerce a.button,
  .products-main-content.woocommerce button.button,
  .products-main-content.woocommerce input.button {
	background: transparent;
	padding: 0;
  }
  
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit:focus,
  .woocommerce a.button:focus,
  .woocommerce button.button:focus,
  .woocommerce input.button:focus{
	background-color: #f5b200;
	color: #333;
  }
  
  .flaticon-shopping-bag:before{
	font-size: 0.9rem; 
  }
  
  .products-menu-list.product-style2 .flaticon-shopping-bag {
	position: relative;
	top: -3px;
  }
  
  .add-to-cart,
  .add-to-cart-bg .button {
	opacity: 0;
	position: absolute;
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	padding: 8px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;  
  }
  
  .add-to-cart-bg .button{
	background-color: #f7be27;
  }
  
  .add-to-cart.bg-red a, 
  .add-to-cart.bg-meat a, 
  .add-to-cart.bg-salmon a { color: #fff; }
  
  .pbox-7-txt .add-to-cart {
	right: 20px;
	bottom: 0px;
  }
  
  .menu-6-txt .add-to-cart,
  .add-to-cart-bg .button {
	right: 20px;
	bottom: 15px;
  }
  
  .pbox-7:hover .add-to-cart {
	bottom: 8px;
	opacity: 1; 
	-moz-opacity: 1; 
  }
  
  .pbox-7:hover #pb-7-2 .add-to-cart {
	bottom: 27px;
  }
  
  .products .pbox-7:hover #pb-7-2 .add-to-cart{
	bottom: 32px;
  }
  
  .menu-6-item:hover .add-to-cart,
  .menu-6-item:hover .add-to-cart-bg .button {
	bottom: 27px;
	opacity: 1; 
	-moz-opacity: 1; 
  }
  
  .post-type-archive-product .menu-6-item:hover .add-to-cart,
  .post-type-archive-product .menu-6-item:hover .add-to-cart-bg .button,
  .single-product .menu-6-item:hover .add-to-cart,
  .single-product .menu-6-item:hover .add-to-cart-bg .button {
	bottom: 32px;
  }
  
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
	color: #999;
	font-weight: 600;
	padding: 9px 16px;
	margin: 0 3px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  }
  
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #f7be27;
	color: #151515;
	border-color: #f7be27;
	-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
  }
  
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce nav.woocommerce-pagination ul li{
	border: none;
  }
  
  .woocommerce nav.woocommerce-pagination{
	margin-top: 70px;
  }
  
  .woocommerce div.product .product_title{
	text-transform: uppercase;
	font-size: 3.5rem;
  }
  
  .woocommerce div.product p.price,
  .woocommerce div.product span.price{
	font-size: 2.375rem;
	color: #f7be27;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
  }
  
  .woocommerce div.product p.price del,
  .woocommerce div.product span.price del{
	opacity: 1;
	color: #babbbc;
	font-weight: 700;
  }
  
  .woocommerce div.product p.price ins,
  .woocommerce div.product span.price ins{
	text-decoration: none;
  }
  
  .woocommerce div.product .woocommerce-review-link{
	position: relative;
	top: -5px;
  }
  
  .woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 15px;
  }
  
  .woocommerce div.product .product_meta{
	margin-bottom: 15px;
  }
  
  .single-product .yith-wcwl-add-to-wishlist{
	display: none;
  }
  
  .single-product.woocommerce div.product .summary.entry-summary .button{
	padding-left: 55px;
  }
  
  .single-product.woocommerce div.product .summary.entry-summary .social {
	padding-top: 0;
  }
  
  .product-preview {
	width: 58%;
  }
  
  .woocommerce #content div.product .woocommerce-tabs,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs{
	padding-top: 100px;
	padding-bottom: 70px;
  }
  
  .tabs-2 {
	padding: 0;
	margin: 0;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
	margin: 0 0 50px 0;
	text-align: center;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs::before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
  .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
	display: inline-block;
	  cursor: pointer;
	  background-color: transparent;
	  color: #9f9f9f;
	  padding: 15px 50px;
	  border: none;
	  margin: 0;
	  -webkit-transition: all 450ms ease-in-out;
	  -moz-transition: all 450ms ease-in-out;
	  -o-transition: all 450ms ease-in-out;
	  -ms-transition: all 450ms ease-in-out;
	  transition: all 450ms ease-in-out;
	  position: relative;
	  z-index: 912;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  background-color: #fff;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	  background-color: #f7be27;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 0;
  }
  
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #1b1b1b;
  }
  
  /*------------------------------------------*/
  /*  Add To Cart Icon
  /*------------------------------------------*/
  
  .add-to-cart.ico-10 [class*="flaticon-"]:before, 
  .add-to-cart.ico-10 [class*="flaticon-"]:after { 
	font-size: 0.85rem; 
  }
  
  .add-to-cart span {
	position: relative;
	top: -0.5px;
  }
  
  /*------------------------------------------*/
  /*  Add To Cart Hover
  /*------------------------------------------*/
  
  .add-to-cart.bg-yellow:hover {
	 background-color: #f5b200!important;
  }
  
  .add-to-cart.bg-salmon:hover {
	 background-color: #d43a09!important;
  }
  
  .add-to-cart.bg-meat:hover {
	 background-color: #bf1810!important;
  }
  
  .add-to-cart.bg-red:hover {
	 background-color: #c6020e!important;
  }
  
  /*------------------------------------------*/
  /*  PRICE BADGE
  /*------------------------------------------*/
  
  .price-badge-sm,
  .price-badge-md,
  .price-badge-lg {
	background-image: url(../images/price-badge-yellow.png);
	position: absolute;
	top: -20px; 
	right: 5px;
  }
  
  .red-badge.price-badge-sm,
  .red-badge.price-badge-md,
  .red-badge.price-badge-lg {
	background-image: url(../images/price-badge-red.png);
  }
  
  .orange-badge.price-badge-sm,
  .orange-badge.price-badge-md,
  .orange-badge.price-badge-lg {
	background-image: url(../images/price-badge-orange.png);
  }
  
  .red-badge.price-badge-sm del,
  .red-badge.price-badge-md del,
  .red-badge.price-badge-lg del{
	display: none;
  }
  
  .red-badge.price-badge-sm ins,
  .red-badge.price-badge-md ins,
  .red-badge.price-badge-lg ins{
	text-decoration: none;
  }
  
  #promo-3.promo-section .price-badge-sm {
	top: -10px; 
	right: -15px;
  }
  
  #promo-10.promo-section .price-badge-md {
	top: 120px; 
	left: 50px;
	right: 0;
  }
  
  #promo-11.promo-section .price-badge-lg {
	top: 20px; 
  }
  
  .price-badge-sm {
	width: 150px;
	height: 146px;
  }
  
  .price-badge-md {
	width: 180px;
	height: 176px;
  }
  
  .price-badge-lg {
	width: 200px;
	height: 195px;
  }
  
  .badge-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .badge-txt h5,
  .badge-txt h4 {
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 5px;
	text-transform: uppercase;
  }
  
  .badge-txt h3 {
	line-height: 1;
	letter-spacing: -1px;
	margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  OLD PRICE
  /*------------------------------------------*/
  
  .old-price {
	color: #babbbc!important;
	text-decoration: line-through;
	margin-right: 6px;
  }
  
  /*------------------------------------------*/
  /*  DISCOUNT BADGE
  /*------------------------------------------*/
  
  .discount-badge {
	position: absolute;
	left: -50px;
	top: 100px;
  }
  
  .discount-badge img {
	width: auto;
	max-width: inherit;
	max-height: 210px;
  }
  
  /* ==========================================================================
	03. PRELOAD SPINNER
	=========================================================================== */
  
  #loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #f5f5f5;
  }
  
  #loader {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .cssload-spinner {
	height: 50px;
	width: 50px;
	margin: 0 auto;
	position: relative;
	animation: cssload-invert 1.7s infinite steps(2, end);
	-o-animation: cssload-invert 1.7s infinite steps(2, end);
	-ms-animation: cssload-invert 1.7s infinite steps(2, end);
	-webkit-animation: cssload-invert 1.7s infinite steps(2, end);
	-moz-animation: cssload-invert 1.7s infinite steps(2, end);
  }
  
  .cssload-ball {
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	background: #e84e1d;
  }
  
  .cssload-ball-1 {
	animation: cssload-ball1 1.15s infinite alternate linear;
	  -o-animation: cssload-ball1 1.15s infinite alternate linear;
	  -ms-animation: cssload-ball1 1.15s infinite alternate linear;
	  -webkit-animation: cssload-ball1 1.15s infinite alternate linear;
	  -moz-animation: cssload-ball1 1.15s infinite alternate linear;
  }
  
  .cssload-ball-2 {
	animation: cssload-ball2 1.15s infinite alternate linear;
	  -o-animation: cssload-ball2 1.15s infinite alternate linear;
	  -ms-animation: cssload-ball2 1.15s infinite alternate linear;
	  -webkit-animation: cssload-ball2 1.15s infinite alternate linear;
	  -moz-animation: cssload-ball2 1.15s infinite alternate linear;
  }
  
  .cssload-ball-3 {
	animation: cssload-ball3 1.15s infinite alternate linear;
	  -o-animation: cssload-ball3 1.15s infinite alternate linear;
	  -ms-animation: cssload-ball3 1.15s infinite alternate linear;
	  -webkit-animation: cssload-ball3 1.15s infinite alternate linear;
	  -moz-animation: cssload-ball3 1.15s infinite alternate linear;
  }
  
  .cssload-ball-4 {
	animation: cssload-ball4 1.15s infinite alternate linear;
	  -o-animation: cssload-ball4 1.15s infinite alternate linear;
	  -ms-animation: cssload-ball4 1.15s infinite alternate linear;
	  -webkit-animation: cssload-ball4 1.15s infinite alternate linear;
	  -moz-animation: cssload-ball4 1.15s infinite alternate linear;
  }
  
  @keyframes cssload-invert {
	100% {
	  transform: rotate(180deg);
	}
  }
  
  @-o-keyframes cssload-invert {
	100% {
	  -o-transform: rotate(180deg);
	}
  }
  
  @-ms-keyframes cssload-invert {
	100% {
	  -ms-transform: rotate(180deg);
	}
  }
  
  @-webkit-keyframes cssload-invert {
	100% {
	  -webkit-transform: rotate(180deg);
	}
  }
  
  @-moz-keyframes cssload-invert {
	100% {
	  -moz-transform: rotate(180deg);
	}
  }
  
  @keyframes cssload-ball1 {
	12% {
	  transform: none;
	}
	26% {
	  transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  transform: translate(50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-o-keyframes cssload-ball1 {
	12% {
	  -o-transform: none;
	}
	26% {
	  -o-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -o-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -o-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -o-transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -o-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -o-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-ms-keyframes cssload-ball1 {
	12% {
	  -ms-transform: none;
	}
	26% {
	  -ms-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -ms-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -ms-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -ms-transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -ms-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -ms-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-webkit-keyframes cssload-ball1 {
	12% {
	  -webkit-transform: none;
	}
	26% {
	  -webkit-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -webkit-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -webkit-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-moz-keyframes cssload-ball1 {
	12% {
	  -moz-transform: none;
	}
	26% {
	  -moz-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -moz-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -moz-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -moz-transform: translate(50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @keyframes cssload-ball2 {
	12% {
	  transform: none;
	}
	26% {
	  transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  transform: translate(50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-o-keyframes cssload-ball2 {
	12% {
	  -o-transform: none;
	}
	26% {
	  -o-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -o-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -o-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -o-transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -o-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -o-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-ms-keyframes cssload-ball2 {
	12% {
	  -ms-transform: none;
	}
	26% {
	  -ms-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -ms-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -ms-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -ms-transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -ms-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -ms-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-webkit-keyframes cssload-ball2 {
	12% {
	  -webkit-transform: none;
	}
	26% {
	  -webkit-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -webkit-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -webkit-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-moz-keyframes cssload-ball2 {
	12% {
	  -moz-transform: none;
	}
	26% {
	  -moz-transform: translateX(25%) scale(1, 0.8);
	}
	40% {
	  -moz-transform: translateX(50%) scale(0.8, 0.8);
	}
	60% {
	  -moz-transform: translateX(50%) scale(0.8, 0.8);
	}
	74% {
	  -moz-transform: translate(50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @keyframes cssload-ball3 {
	12% {
	  transform: none;
	}
	26% {
	  transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-o-keyframes cssload-ball3 {
	12% {
	  -o-transform: none;
	}
	26% {
	  -o-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -o-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -o-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -o-transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-ms-keyframes cssload-ball3 {
	12% {
	  -ms-transform: none;
	}
	26% {
	  -ms-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -ms-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -ms-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -ms-transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -ms-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -ms-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-webkit-keyframes cssload-ball3 {
	12% {
	  -webkit-transform: none;
	}
	26% {
	  -webkit-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -webkit-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -webkit-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @-moz-keyframes cssload-ball3 {
	12% {
	  -moz-transform: none;
	}
	26% {
	  -moz-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -moz-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -moz-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -moz-transform: translate(-50%, 25%) scale(0.6, 0.8);
	}
	88% {
	  -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
	100% {
	  -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
	}
  }
  
  @keyframes cssload-ball4 {
	12% {
	  transform: none;
	}
	26% {
	  transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-o-keyframes cssload-ball4 {
	12% {
	  -o-transform: none;
	}
	26% {
	  -o-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -o-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -o-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -o-transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-ms-keyframes cssload-ball4 {
	12% {
	  -ms-transform: none;
	}
	26% {
	  -ms-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -ms-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -ms-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -ms-transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -ms-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -ms-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-webkit-keyframes cssload-ball4 {
	12% {
	  -webkit-transform: none;
	}
	26% {
	  -webkit-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -webkit-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -webkit-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
  }
  
  @-moz-keyframes cssload-ball4 {
	12% {
	  -moz-transform: none;
	}
	26% {
	  -moz-transform: translateX(-25%) scale(1, 0.8);
	}
	40% {
	  -moz-transform: translateX(-50%) scale(0.8, 0.8);
	}
	60% {
	  -moz-transform: translateX(-50%) scale(0.8, 0.8);
	}
	74% {
	  -moz-transform: translate(-50%, -25%) scale(0.6, 0.8);
	}
	88% {
	  -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
	100% {
	  -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
	}
  }
  
  
  
  
  /* ==========================================================================
	04. HEADER & NAVIGATION
	=========================================================================== */
  
  #header-1.navik-header {
	padding-top: 40px;
  }
  
  .header.navik-header {
	padding-top: 20px;
  }
  
  /*------------------------------------------*/
  /*  MAIN MENU LINK
  /*------------------------------------------*/
  
  .navik-menu ul li > a {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.095rem;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out; 
  }
  
  .header .navik-menu ul li > a {
	font-size: 18px;
	padding-left: 16px;
	padding-right: 16px;
  }
  
  .navbar-dark .navik-menu ul li > a {
	color: #212121;
  }
  
  .navbar-dark .navik-menu > ul > li.dropdown_menu > a > span::before {
	border-color: #212121;
  }
  
  .navik-menu ul li.dropdown_menu > a > span::before {
	top: -6px;
  }
  
  /*------------------------------------------*/
  /*  Main Menu Link Hover 
  /*------------------------------------------*/
  
  .navik-menu.navik-yellow ul li:hover > a,
  .navik-menu.navik-yellow .mega-menu-heading a:hover {
	color: #f7be27;
  }
  
  .navik-menu.navik-meat ul li:hover > a,
  .navik-menu.navik-meat .mega-menu-heading a:hover {
	color: #d2322b;
  }
  
  .navik-menu.navik-red ul li:hover > a,
  .navik-menu.navik-red .mega-menu-heading a:hover {
	color: #e3000e;
  }
  
  .navik-menu.navik-salmon ul li:hover > a,
  .navik-menu.navik-salmon .mega-menu-heading a:hover {
	color: #e84e1d;
  }
  
  /*------------------------------------------*/
  /*  HEADER BUTTON
  /*------------------------------------------*/
  
  .header .navik-menu ul li.nav-btn a {
	position: relative;
	top: 1.5px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5px;
	padding-left: 5px;
	padding-right: 5px;
  }
  
  .header .navik-menu ul li.nav-btn.yellow-color > a {
	color: #f7be27;
  }
  
  .header .navik-menu ul li.nav-btn.red-color > a {
	color: #e3000e;
  }
  
  .header .navik-menu ul li.nav-btn.salmon-color > a {
	color: #e84e1d;
  }
  
  /*------------------------------------------*/
  /*  SHOPPING BASKET
  /*------------------------------------------*/
  
  span.ico-holder {
	position: relative;
  }
  
  .basket-ico em.roundpoint {
	width: 20px;
	height: 20px;
	background-color: #e3000e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	position: absolute;
	top: -10px;
	right: -5px;
  }
  
  /*------------------------------------------*/
  /*  HEADER CALL BUTTON
  /*------------------------------------------*/
  
  .callusbtn {
	display: none;
	position: absolute;
	top: 33px;
	left: 14px;
  }
  
  .callusbtn a {
	font-size: 22px;
	line-height: 1;
	padding: 0;
	margin: 0;  
  }
  
  /*------------------------------------------*/
  /*  HEADER SUBMENU
  /*------------------------------------------*/
  
  .navik-menu li > ul {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  }
  
  .navik-menu ul ul li > a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	text-transform: inherit;
	padding: 14px 8px;
  }
  
  .header .navik-menu ul ul li > a {
	font-size: 15px;
  }
  
  /*------------------------------------------*/
  /*  NAVBAR STICKY
  /*------------------------------------------*/
  
  #header-1.navik-header.sticky,
  .header.navik-header.sticky {
	padding-top: 0;
  }
  
  .header.navik-header.sticky{
	background-color: #fff;
  }
  
  body.boxed .header.navik-header.sticky {
	max-width: 1240px;
  }
  
  /* ==========================================================================
	05. HERO
	=========================================================================== */
  
  .hero-section .container {
	position: relative;
	z-index: 3;
  }
  
  #hero-2 .bg-inner {
	position: relative;
	background-image: url(../images/hero-2.jpg);
	padding-top: 180px;
  }
  
  .white-overlay-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../images/white-overlay-wave.png);
	height: 155px;
  }
  
  #hero-4 {
	position: relative;
	background-image: url(../images/hero-4.jpg);
	padding-top: 170px;
	padding-bottom: 90px;
  }
  
  #hero-5 .bg-inner {
	position: relative;
	background-image: url(../images/hero-5.jpg);
	padding-top: 150px;
	margin-bottom: 60px;
  }
  
  #hero-9 .bg-inner {
	position: relative;
	background-image: url(../images/hero-9.jpg);
	padding-top: 210px;
	padding-bottom: 140px;
  }
  
  #hero-10 {
	position: relative;
	background-image: url(../images/hero-10.jpg);
	padding-top: 140px;
	padding-bottom: 70px;
  }
  
  #hero-11 {
	position: relative;
	background-image: url(../images/hero-11.jpg);
	padding-top: 180px;
	padding-bottom: 80px;
  }
  
  #hero-12 {
	position: relative;
	padding-top: 200px;
	padding-bottom: 80px;
  }
  
  /*------------------------------------------*/
  /*  HERO SLIDER
  /*------------------------------------------*/
  
  .slider {
	position: relative;
	max-width: 100%;
	height: 660px;
  }
  
  #hero-3 .slider {
	height: 700px;
  }
  
  #hero-8 .slider {
	height: 560px;
  }
  
  .slider.mt-100 {
	height: 550px;
	margin-top: 95px;
  }
  
  .slider .slides {
	margin: 0;
	height: 660px;
  }
  
  #hero-3 .slider .slides {
	height: 700px;
  }
  
  #hero-8 .slider .slides {
	height: 560px;
  }
  
  .slider.mt-100 .slides {
	margin: 0;
	height: 550px;
  }
  
  .slider .slides li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: inherit;
	overflow: hidden;
  }
  
  .slider .slides li img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
  }
  
  .slider .slides li .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
  }
  
  .slider .slides li.active {
	z-index: 2;
  }

  .woocommerce table.shop_table th.product-remove,
  .woocommerce table.shop_table .product-remove.td-trash {
	text-align: right;
  }

  .woocommerce table.shop_table .product-remove.td-trash a.remove {
	float: right;
  }
  
  /*------------------------------------------*/
  /*  Slider Animation
  /*------------------------------------------*/
  .contact-box-content .contact-icon svg{
	max-width: 65px;
	height: auto;
  }
  
  .center-align {
	text-align: center;
  }
  
  .right-align{
	text-align: right;
  }
  
  /*------------------------------------------*/
  /*  Slider Indicators
  /*------------------------------------------*/
  
  .slider .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0; 
	z-index: 98;
  }
  
  .slider .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	height: 10px;
	width: 10px;
	border: 2px solid #fff;
	margin: 0 7px;
	opacity: .5;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%;
  }
  
  .slider .indicators .indicator-item.active {
	background-color: #fff;
	opacity: .65;
  }
  
  /*------------------------------------------*/
  /*  HERO TEXT
  /*------------------------------------------*/
  
  .main-slider-content .caption-txt {
	padding: 0 6%;
	margin-top: 70px;
  }
  
  #hero-2 .hero-txt {
	padding: 0 5%;
  }
  
  #hero-3 .caption-txt {
	padding-left: 10px;
	margin-top: 50px;
  }
  
  #hero-6 .caption-txt {
	margin-top: 50px;
  }
  
  .hero-11-txt {
	margin-left: -20px;
	padding-right: 20px;
  }
  
  /*------------------------------------------*/
  /*  Hero Headers
  /*------------------------------------------*/ 
  
  .main-slider-content h2,
  #hero-2 h2,
  #hero-3 h2,
  .hero-4-txt h2,
  #hero-6 h2,
  #hero-9 h2 {
	font-family: 'Lilita One', cursive;
	font-size: 7.25rem;
	line-height: 1.1;
	letter-spacing: 3px;
	margin-bottom: 30px;
  }
  
  #hero-2 h2 {
	margin-bottom: 40px;
  }
  
  #hero-3 h2,
  #hero-6 h2 {
	font-size: 6.5rem;
	margin-bottom: 20px;
  }
  
  #hero-3 h3,
  #hero-6 h3 {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 0;
  }
  
  #hero-3 h3 span,
  #hero-6 h3 span {
	font-size: 4.25rem;
	font-weight: 400;
	letter-spacing: -1px;
	position: relative;
	top: 3px;
	left: 5px;
  }
  
  .hero-4-txt h2 {
	font-size: 7rem;
	line-height: 1;
	margin-bottom: 15px;
  }
  
  .hero-4-txt h3 {
	font-family: 'Lilita One', cursive;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 20px;
  }
  
  #hero-5 h2 {
	font-family: 'Lilita One', cursive;
	font-size: 17rem;
	line-height: 1;
	letter-spacing: 0;
	position: relative;
	opacity: .25;
	z-index: 8;
	margin-bottom: 0;
  }
  
  #hero-9 h2 {
	font-size: 7rem;
	opacity: .95;
	padding: 0 5%;
	margin-bottom: 25px;
  }
  
  #hero-10 h2 {
	display: inline-block;
	font-family: 'Lilita One', cursive;
	font-size: 18rem;
	line-height: 1;
	letter-spacing: 3px;
	opacity: .85;
	border-bottom: 10px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 35px;
   } 
  
  #hero-10 h3 {
	font-size: 4.75rem;
	line-height: 1;
	font-weight: 300;
	opacity: .85;
	letter-spacing: 2px;
	margin-bottom: 70px;
  }
  
  #hero-11 h2 {
	font-size: 10.5rem;
	line-height: 1;
	letter-spacing: -1px;
	margin-bottom: 20px;
  }
  
  #hero-11 h3 {
	font-size: 5.5rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
  }
  
  #hero-11 h4 {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 25px;
  }
  
  #hero-12 h3 {
	font-size: 4.25rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 25px;
  }
  
  #hero-12 h2 {
	font-family: 'Lilita One', cursive;
	font-size: 8.5rem;
	line-height: 1;
	letter-spacing: 3px;
	margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  Hero Paragraph
  /*------------------------------------------*/ 
  
  .main-slider-content p {
	font-size: 1.75rem;
	font-weight: 400;
	margin-bottom: 0;
  }
  
  .main-slider-content p span {
	font-family: 'Oswald', sans-serif;
	font-size: 2.35rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.5px;
	position: relative;
	top: 3px;
	left: 10px;
  }
  
  .hero-4-txt p {
	padding: 0 5%;
	margin-bottom: 20px;
  }
  
  .hero-9-txt p {
	font-size: 1.35rem;
	padding: 0 15%;
	margin-bottom: 40px;
  }
  
  .hero-11-txt p {
	padding-right: 5%;
	margin-bottom: 30px;
  }
  
  .hero-12-txt p {
	padding: 0 15%;
	margin-bottom: 65px;
  }
  
  /*------------------------------------------*/
  /*  HERO BOX
  /*------------------------------------------*/
  
  .hbox-1-wrapper,
  .hbox-2-wrapper {
	padding: 0 8%;
  }
  
  .hbox-1 h5,
  .hbox-2 h5 {
	line-height: 1;
	margin-top: 25px;
	letter-spacing: 0;
	margin-bottom: 0;
  }
  
  .hbox-2 h5,
  .hbox-2-ico {
	opacity: .8;
  }
  
  /*------------------------------------------*/
  /*  HERO IMAGE
  /*------------------------------------------*/
  
  .hero-2-img {
	position: relative;
	margin-bottom: -50px;
  }
  
  .hero-4-img {
	position: relative;
  }
  
  .hero-5-img {
	margin-top: -90px;
	margin-bottom: -40px;
	position: relative;
	z-index: 9;
  }
  
  .hero-9-img {
	margin-top: -30px;
	margin-bottom: -60px;
	position: relative;
	z-index: 9;
  }
  
  .hero-11-img {
	margin-left: -50%;
  }
  
  .hero-11-img img {
	position: relative;
	max-width: none;
	display: inline-block;
  }
  
  /* ==========================================================================
	06. ABOUT
	========================================================================== */  
  
  #about-1 {
	background-image: url(../images/about-1.jpg);
  }
  
  #about-2 {
	background-image: url(../images/about-2.jpg);
	padding-top: 100px;
	padding-bottom: 300px;
  }
  
  #about-5,
  #about-6 {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 80px;
  }
  
  #about-7 {
	padding-top: 70px;
	padding-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TEXT
  /*------------------------------------------*/
  
  .about-2-txt {
	padding: 0 30px;
  }
  
  .about-3-txt {
	padding: 0 25px;
  }
  
  .about-4-txt {
	padding: 50px 30px 0;
  }
  
  .about-5-txt {
	padding: 0 60px 0 15px;
  }
  
  .about-6-txt {
	padding: 0 15px 0 60px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT TYPOGRAPHY
  /*------------------------------------------*/
  
  .about-1-txt h2 {
	font-size: 4.25rem; 
	line-height: 1.2;
	margin-bottom: 25px;
  }
  
  .about-2-txt h2 {
	margin-bottom: 20px;
  }
  
  .about-3-txt h2,
  .about-4-txt h2,
  .about-5-txt h2,
  .about-6-txt h2 {
	margin-bottom: 25px;
  }
  
  .about-1-txt p,
  .about-2-txt p {
	padding: 0 5%;
	margin-bottom: 45px;
  }
  
  .about-2-txt p {
	margin-bottom: 30px;
  }
  
  .about-4-txt p {
	margin-bottom: 40px;
  }
  
  .about-4-img p {
	padding-left: 20px;
	padding-right: 30%;
	margin-top: 30px;
	margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  ABOUT BOX
  /*------------------------------------------*/
  
  .abox-1-wrapper {
	padding: 0 5%;
	margin-bottom: 10px;
  }
  
  .abox-2-wrapper {
	margin-top: 40px;
  }
  
  .abox-3-wrapper {
	margin-top: 50px;
  }
  
  /*------------------------------------------*/
  /*  ABOUT BOX TYPOGRAPHY
  /*------------------------------------------*/
  
  .abox-1 h6,
  .abox-2 h6,
  .abox-3 h6 {
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 0;
  }
  
  .abox-3 h6 {
	line-height: 1.25;
  }
  
  .abox-4 h5 {
	line-height: 1;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  
  .abox-4 p { 
	margin-bottom: 0;
  }
  
  /*------------------------------------------*/
  /*  ABOUT IMAGE
  /*------------------------------------------*/
  
  .about-5-img { 
	background-image: url(../images/about-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 50%;
  }
  
  .about-6-img { 
	background-image: url(../images/about-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	left: 0;
  }
  
  /* ==========================================================================
	07. DIVIDERS
	========================================================================== */  
  
  #div-01,
  #div-02,
  #div-03,
  #div-04,
  #div-05 {
	width: 100%;
	height: 600px;
  }
  
  #div-01 { 
	background-image: url(../images/divider-01.jpg); 
  }
  
  #div-02 { 
	background-image: url(../images/divider-02.jpg); 
  }
  
  #div-03 { 
	background-image: url(../images/divider-03.jpg); 
  }
  
  #div-04 { 
	background-image: url(../images/divider-04.jpg); 
  }
  
  #div-05 { 
	background-image: url(../images/divider-05.jpg); 
  }
  
  /* ==========================================================================
	08. PROMO
	========================================================================== */  
  
  #pb-1-1 { 
	background-image: url(../images/pb-1-1.jpg); 
  }
  
  #pb-1-2 { 
	background-image: url(../images/pb-1-2.jpg); 
  }
  
  #pb-1-3 { 
	background-image: url(../images/pb-1-3.jpg); 
  }
  
  #pb-2-1 { 
	background-image: url(../images/pb-2-1.jpg); 
  }
  
  #pb-2-2 { 
	background-image: url(../images/pb-2-2.jpg); 
  }
  
  #promo-1 .row {
	margin-left: -10px;
	margin-right: -10px;
  }
  
  #promo-1 .col-lg-3,
  #promo-1 .col-lg-6 {
	padding-left: 5px;
	padding-right: 5px;
  }
  
  #promo-4 .col-lg-5,
  #promo-4 .col-lg-7,
  #promo-5 .col-lg-3,
  #promo-5 .col-lg-6 {
	padding-left: 8px;
	padding-right: 8px;
  }
  
  #promo-10 {
	margin-top: 30px;
  }
  
  #promo-11 {
	background-image: url(../images/promo-11.jpg);
	padding-top: 100px;
	padding-bottom: 60px;
  }
  
  #promo-12 {
	padding-top: 50px;
  }
  
  #promo-12 .bg-inner {
	position: relative;
	z-index: 1;
  }
  
  /*------------------------------------------*/
  /*  PROMO BOX
  /*------------------------------------------*/
  
  .pbox-1 {
	text-align: center;
	padding-top: 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-1-txt {
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .02));
	background-image: linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .02));
	padding: 70px 0 50px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
  }
  
  .pbox-2 {
	text-align: right;
	padding: 80px 35px 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-5 {
	text-align: center;
	padding: 50px 20px 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;  
  }
  
  .pbox-5:hover {
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, .1);
  }
  
  .products-grid-content .col-lg-6 .pbox-5 {
	padding: 40px 80px 50px;
  }
  
  
  .products-grid-content h4{
	text-transform: uppercase;
  }
  
  .pbox-6-txt {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	min-height: 317px;
  }
  
  .pb6-content {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
  }
  
  .pb6-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  
  .product-style3 .col-md-6.col-lg-4:nth-child(odd) .pbox-7-txt{
	padding: 25px 12px 10px;
  }
  
  .product-style3 .col-md-6.col-lg-4:nth-child(even) .pbox-7 .like-ico{
	top: 8px;
  }
  
  .product-style3 .col-md-6.col-lg-4:nth-child(even) .pbox-7:hover .add-to-cart{
	bottom: 30px;
  }
  
  .product-style3 .col-md-6.col-lg-4:nth-child(even) .pbox-7-txt{
	padding: 10px 12px 30px;
  }
  
  .pbox-7-price del,
  .pbox-7-price del span{
	color: #babbbc;
  }
  
  .pbox-7-price ins{
	text-decoration: none;
  }
  
  
  #pb-8-1, #pb-8-2, #pb-8-3 { 
	padding-right: 5px; 
  }
  
  .pbox-8-txt { 
	padding-left: 3px; 
  }
  
  .pbox-8 .col-lg-6.rel { 
	padding-right: 0; 
  }
  
  .pbox-9-txt {
	text-align: center;
	padding: 0 30px;
  }
  
  .pbox-10-txt {
	position: relative;
	margin-right: -140px;
  }
  
  .pbox-11-link {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  .pbox-11-link:hover {
	background-color: rgba(255, 255, 255, .2);
  }
  
  .pbox-11-link p {
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
  }
  
  .promo-12-txt {
	padding-left: 10px;
  }
  
  .pbox-13-item {
	text-align: center;
	padding: 60px 30px;
	margin-bottom: 40px;
  }
  
  #pb-13-2 .pbox-13-item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-14-item {
	margin: 0 10px;
  }
  
  #pb-14-1.pbox-14-item {
	padding: 60px 50px 45px;
	margin: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-14-txt {
	text-align: center;
	padding: 20px 10px 5px;
  }
  
  #pb-14-1 .pbox-14-txt {
	padding: 0;
  }
  
  /*------------------------------------------*/
  /*  PROMO BOX TYPOGRAPHY
  /*------------------------------------------*/
  
  .pbox-1 h3,
  .pbox-2 h4 {
	line-height: 1;
	margin-bottom: 10px;
  }
  
  .pbox-5 h4.h4-sm {
	line-height: 1.25;
	margin-bottom: 5px;
  }
  
  .pbox-6-txt h4 {
	line-height: 1.25;
	margin-bottom: 0;
  }
  
  .pbox-7 h4 {
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 12px;
	text-transform: uppercase;
  }
  
  .pbox-8 h5 {
	line-height: 1;
	margin-bottom: 8px;
	text-transform: uppercase;
  }
  
  .pbox-9 h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
  }
  
  .pbox-10-txt h2 {
	font-size: 6rem;
	line-height: 1.2;
	letter-spacing: -1px;
	opacity: .8;
	margin-bottom: 20px;
	text-transform: uppercase;
  }
  
  .pbox-10-txt h4 {
	font-size: 1.85rem;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: uppercase;
  }
  
  .pbox-10-txt h4 span {
	font-size: 3.25rem;
	font-weight: 700;
	position: relative;
	top: 8px;
	left: 10px;
  }
  
  .pbox-11-txt h3 {
	line-height: 1;
	letter-spacing: -1px;
	margin-bottom: 5px;
	text-transform: uppercase;
  }
  
  .pbox-11-txt h2 {
	font-size: 5.5rem;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-bottom: 20px;
	text-transform: uppercase;
  }
  
  .promo-12-txt h2 {
	font-size: 5.5rem;
	line-height: 1.1;
	letter-spacing: -0.5px;
	margin-bottom: 25px;
  }
  
  .promo-12-txt h3 {
	font-size: 3.25rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 0;
  }
  
  .promo-12-txt span {
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: -1px;
	position: relative;
	top: 3px;
	left: 5px;
  }
  
  .pbox-14-txt h6 {
	margin-bottom: 10px;
  }
  
  .pbox-1-txt p {
	font-weight: 400;
  }
  
  .pbox-6-txt p {
	padding: 0 10%;
	margin-bottom: 20px;
  }
  
  .pbox-7-txt p {
	margin-bottom: 0;
  }
  
  .pbox-8-txt p {
	font-size: 0.925rem;
	margin-bottom: 30px;
  }
  
  .pbox-9-txt p {
	font-weight: 400;
	margin-bottom: 0;
  }
  
  .pbox-10-txt p {
	padding-right: 10%;
  }
  
  .pbox-11-txt p {
	font-weight: 400;
	margin-bottom: 25px;
  }
  
  .pbox-2 .btn {
	margin-top: 15px;
  }
  
  .pbox-13-txt p {
	margin-bottom: 0;
  }
  
  .pbox-14-txt p {
	font-size: 1rem;
	margin-bottom: 15px;
  }
  
  #pb-14-1 .pbox-14-txt p {
	font-size: 1rem;
	padding: 0 8%;
	margin-bottom: 0;
  }
  
  .pbox-14-txt .btn.btn-sm {
	padding: 12px 44px;
  }
  
  /*------------------------------------------*/
  /*  PROMO BOX PRICE
  /*------------------------------------------*/
  
  .pbox-5-price {
	margin-top: 35px;
  }
  
  .pbox-6-price {
	margin-top: 6px;
  }
  
  .pbox-7-price {
	margin-top: 15px;
  }
  
  .pbox-9-price {
	margin-top: 20px;
  }
  
  .pbox-6-price h5 {
	line-height: 1;
	margin-bottom: 20px;
  }
  
  .pbox-7-price h5 {
	line-height: 1;
	letter-spacing: -0.5px;
	margin-bottom: 0;
  }
  
  .pbox-5-price p,
  .pbox-9-price p {
	font-size: 1.15rem;
	letter-spacing: -0.5px;
	margin-bottom: 5px;
  }
  
  .pbox-9-price p {
	font-size: 1.45rem;
	font-weight: 300;
  }
  
  .pbox-5-price p span,
  .pbox-9-price p span {
   font-family: 'Oswald', sans-serif;
   font-size: 1.75rem;
   line-height: 1;
   font-weight: 500;
   letter-spacing: -0.5px;
   position: relative;
   top: 3px;
   left: 10px;
  }
  
  .pbox-9-price p span {
   font-size: 2.25rem;
   top: 3px;
   left: 10px;
  }
  
  .pbox-14-price {
	display: inline-block;
	padding: 7px 12px 10px;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  .pbox-14-price h5 {
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-top: 0;
	margin-bottom: 1px;
  }
  
  /*------------------------------------------*/
  /*  PROMO CAROUSEL NAVIGATION
  /*------------------------------------------*/
  
  .owl-theme .owl-dots, 
  .owl-theme .owl-nav {
	text-align: center;
	margin-top: 35px;
  }
  
  .owl-carousel.owl-theme .owl-nav [class*='owl-'] { 
	background: transparent;
	margin: 0 10px;
	padding: 0;
  }
  
  .owl-theme .owl-nav img { 
	width: 35px;
	height: 18px;
  }
  
  .owl-theme .owl-nav button {
	background-color: transparent;
	border: none;
	padding: 0 5px;
  }
  
  .owl-theme .owl-nav button:focus {
	outline: 0px none;
	box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  PROMO IMAGES
  /*------------------------------------------*/
  
  .pbox-3,
  .pbox-4,
  .pbox-7-img,
  .pbox-3 img,
  .pbox-4 img,
  .pbox-7-img img {   
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-6-img,
  .pbox-6-img img {   
	overflow: hidden;
  }
  
  .pbox-8-img,
  .pbox-8-img img { 
	overflow: hidden;  
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .pbox-10-img {
	position: relative;
	text-align: center;
	margin: -60px -60px -60px 60px;
  }
  
  .pbox-10-img img {
	max-width: none;
	display: inline-block;
  }
  
  .pbox-11-img {
	position: relative;
	text-align: center;
  }
  
  .promo-12-img {
	margin-top: -50px;
	position: relative;
  }
  
  .promo-12-img img.img-fluid {
	max-width: none;
	display: inline-block;
  }
  
  .pbox-13-img {   
	padding: 0 10px;
  }
  
  .pbox-14-img {   
	border: 1px solid #e5e5e5;
	padding: 25px 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  #pb-14-1 .pbox-14-img {   
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  }
  
  /*------------------------------------------*/
  /*  PROMO IMAGES HOVER
  /*------------------------------------------*/
  
  .pbox-3:hover img,
  .pbox-4:hover img,
  .hover-overlay:hover .elementor-image img {
	transform: scale(1.06);
	-ms-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-o-transform: scale(1.06);
	-moz-transform: scale(1.06);
  }
  
  .pbox-6:hover img,
  .pbox-7:hover img, 
  .pbox-8:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  
  /* ==========================================================================
	09. MENU
	========================================================================== */  
  
  #menu-2 {
	background-image: url(../images/menu-2.jpg);
  }
  
  #menu-6 .col-lg-3 {
	padding-left: 8px;
	padding-right: 8px;
  }
  
  /*------------------------------------------*/
  /*  MENU TEXT
  /*------------------------------------------*/ 
  
  .menu-1-txt {
	padding: 0 10px;
  }
  
  .menu-2-txt {
	padding-left: 10px;
  }
  
  .menu-3-wrapper {
	padding: 0 3%;
  }
  
  .menu-3-txt {
	padding: 0 15px;
  }
  
  .menu-5-txt {
	padding: 25px;
  }
  
  .menu-6-txt {
	overflow: hidden;
	padding: 25px 20px;
  }
  
  .menu-7-txt {
	text-align: center;
	padding-top: 25px;
  }
  
  /*------------------------------------------*/
  /*  Menu Item
  /*------------------------------------------*/ 
  
  .menu-1-list li,
  .menu-2-list li,
  .menu-4-list li {
	margin-bottom: 40px;
  }
  
  .products-menu-list .menu-3-list{
	padding: 0;
	margin: 0;
  }
  
  .products-menu-list .menu-3-list li {
	list-style: none;
  }
  
  .products-menu-list .col-md-6.col-lg-6:nth-child(odd) .menu-3-list{
	padding-right: 15px;
  }
  
  .products-menu-list .col-md-6.col-lg-6:nth-child(even) .menu-3-list{
	padding-left: 15px;
  }
  
  .products-menu-list .menu-item-desc {
	padding-right: 70px;
  }
  
  .menu-3-list li {
	margin-bottom: 30px;
  }
  
  .menu-4-list.common-dishes li {
	margin-bottom: 35px;
  }
  
  .menu-1-list li:last-child,
  .menu-2-list li:last-child,
  .menu-4-list li:last-child {
	margin-bottom: 0;
  }
  
  .menu-5-item,
  .menu-6-item {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
  }
  
  .menu-7-item {
	margin-bottom: 50px;
  }
  
  .bg-01 .menu-5-item,
  .bg-01 .menu-6-item,
  .bg-02 .menu-5-item,
  .bg-02 .menu-6-item,  
  .bg-04 .menu-5-item,
  .bg-04 .menu-6-item {
	border: 1px solid #171717;
  }
  
  .menu-3-item-data {
	position: absolute;
	padding: 5px 10px;
	top: 35px;
	right: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  .menu-3-item-data h6 {
	font-size: 0.95rem;
	line-height: 1;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  .menu-3-list li:hover .menu-3-item-data {
	background-color: #f7be27;
  }
  
  .item-data-meat-hover .menu-3-list li:hover .menu-3-item-data {
	background-color: #d2322b;
  }
  
  .item-data-red-hover .menu-3-list li:hover .menu-3-item-data {
	background-color: #e3000e;
  }
  
  .item-data-salmon-hover .menu-3-list li:hover .menu-3-item-data {
	background-color: #e84e1d;
  }
  
  .menu-3-list li:hover .menu-3-item-data h6 {
	color: #151515;
  }
  
  .item-data-red-hover .menu-3-list li:hover .menu-3-item-data h6,
  .item-data-meat-hover .menu-3-list li:hover .menu-3-item-data h6,
  .item-data-salmon-hover .menu-3-list li:hover .menu-3-item-data h6 {
	color: #fff;
  }
  
  /*------------------------------------------*/
  /*  Menu Item Title & Price
  /*------------------------------------------*/ 
  
  .menu-title-wrapper {
	margin: 0 0 3px;
	display: table;
  }
  
  .menu-item-title {
	position: relative;
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	padding: 0 10px 0 0;
  }
  
  .menu-item-dots {
	position: relative;
	display: table-cell;
	height: 3px;
	width: 98%;
	z-index: 1;
	background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
	background-position: 50% 100%;
	background-size: 5px 2px;
	background-repeat: repeat-x;
  }
  
  .menu-item-price {
	display: table-cell;
	width: 1%;
	padding: 0 0 0 10px;
	white-space: nowrap;
  }
  
  .menu-item-title h6,
  .menu-item-title h5,
  .menu-item-price h6,
  .menu-item-price h5 {
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	text-transform: uppercase; 
  }
  
  .menu-3-title {
	text-align: center;
	margin-bottom: 60px;
  }
  
  /*------------------------------------------*/
  /*  Menu Item Description
  /*------------------------------------------*/ 
  
  .menu-item-desc {
	margin-top: 12px;
  }
  
  .menu-item-desc p {
	font-size: 0.975rem;
	font-weight: 400;
	margin-bottom: 3px;
  }
  
  .menu-3-list .menu-item-desc p {
	font-size: 1.05rem;
	font-weight: 300;
	padding-right: 15%;
	margin-bottom: 3px;
	color: #333;
  }
  
  .menu-item-desc span {
	font-size: 0.915rem;
	margin-bottom: 0;
	padding-right: 3px;
  }
  
  .menu-item-price ins{
	text-decoration: none;
  }
  
  .common-dishes .menu-item-desc span {
	padding-right: 0;
  }
  
  .menu-item-desc span:after { 
	content: "/"; 
	padding-left: 7px; 
	position: relative;
  }
  
  .menu-item-desc span:last-child:after,
  .common-dishes .menu-item-desc span:after { 
	content: " "; 
	padding-left: 0; 
  }
  
  .menu-5-txt h5,
  .menu-6-txt h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  .menu-7-txt h6 {
	margin-bottom: 10px;
  }
  
  .menu-5-txt p {
	font-size: 1rem;
	padding-right: 20%;
	margin-bottom: 10px;
  }
  
  .menu-6-txt p {
	font-size: 0.95rem;
	margin-bottom: 15px;
  }
  
  .menu-7-txt p {
	font-size: 1rem;
	margin-bottom: 15px;
  }
  
  .menu-5-txt span.item-data {
	display: block;
	color: #888;
	font-size: 0.95rem;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 0;
  }
  
  .menu-7-txt .btn.btn-sm {
	padding: 12px 44px;
  }
  
  .menu-5-price {
	position: absolute;
	top: 40px;
	right: 25px;
	display: inline-block;
	padding: 7px 12px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  .menu-6-price {
	display: inline-block;
	padding: 7px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
  }
  
  .menu-7-price {
	display: inline-block;
	padding: 7px 12px 10px;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  .menu-5-price h5,
  .menu-6-price h5,
  .menu-7-price h5 {
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-top: 0;
	margin-bottom: 1px;
  }
  
  .menu-5-txt .add-to-basket {
	right: 25px;
	bottom: 20px;
  }
  
  .menu-6-txt .add-to-basket {
	right: 16px;
	bottom: 18px;
  }
  
  /*------------------------------------------*/
  /*  MENU TABS
  /*------------------------------------------*/ 
  
  .products-tab-content .red-tabs{
	padding: 0;
  }
  
  #tabs-nav {
	margin-bottom: 70px;
  }
  
  .tab-content.current,
  .tab-content.displayed {
	display: inherit;
  }
  
  .tab-content .h5-sm{
	text-transform: uppercase;
  }
  
  .tabs-1 li {
	display: inline-block; 
	cursor: pointer;
	background-color: transparent;
	color: #9f9f9f;
	padding: 0 70px;
	border-bottom: none;
	margin: 0;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	position: relative;
	z-index: 997;
  }
  
  .tabs-1 li img {
	max-width: 70px;
  }
  
  .tabs-1 li h5 {
	line-height: 1;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
  }
  
  .tabs-1 li.current h5 { 
	color: #1b1b1b;
	font-weight: 500;
  }
  
  .tabs-1.red-tabs li.current span { 
	color: #e3000e;
  }
  
  .tabs-1.brown-tabs li.current span { 
	color: #6f5e4d;
  }
  
  .tabs-1.yellow-tabs li.current span { 
	color: #fac122;
  }
  
  /*------------------------------------------*/
  /*  TABS CONTENT
  /*------------------------------------------*/ 
  
  .tab-content {
	display: none;
  }
  
  /*------------------------------------------*/
  /*  MENU IMAGE
  /*------------------------------------------*/ 
  
  .menu-3-img {
	margin-top: 65px;
	padding: 0 3%;
  }
  
  .menu-4-img {
	text-align: center;
	padding-right: 30px;
	margin-bottom: 40px;
  }
  
  #m4-bottom .menu-4-img {
	padding-right: 0;
	padding-left: 30px;
  }
  
  .menu-5-img,
  .menu-6-img,
  .menu-5-img img,
  .menu-6-img img {   
	overflow: hidden;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
  }
  
  .menu-7-img {   
	border: 1px solid #e5e5e5;
	padding: 25px 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .products-main-content.product-style4 .h5-sm{
	text-transform: uppercase;
	color: #642F21;
  }
  .products-main-content.product-style4 .h5-sm a{
	color: #642F21;
  }
  
  .menu-5-item:hover img,
  .menu-6-item:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  
  /* ==========================================================================
	10. GALLERY
	========================================================================== */  
  
  #gallery-2 {
	padding-top: 100px;
	padding-bottom: 84px;
  }
  
  /*------------------------------------------*/
  /*  GALLERY GRID
  /*------------------------------------------*/ 
  
  #gallery-1 .gallery-grid {
	margin-left: 5px;
	margin-right: 5px;
  }
  
  #gallery-1 .col-lg-3 {
	padding: 0 5px;
	margin-bottom: 10px;
  }
  
  .gallery-content .col-lg-3 {
	padding: 0 8px;
	margin-bottom: 16px;
  }
  
  /*------------------------------------------*/
  /*  Image Hover Overlay
  /*------------------------------------------*/
  
  .hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative; 
  }
  
  .hover-overlay .elementor-image{
	overflow: hidden;
	border-radius: 6px;
  }
  
  .hover-overlay img,
  .hover-overlay .elementor-image img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	overflow: hidden;
	-webkit-transition: transform 400ms;
	-moz-transition: transform 400ms;
	-o-transition: transform 400ms;
	transition: transform 400ms;
  }
  
  /*------------------------------------------*/
  /*  Image Meta
  /*------------------------------------------*/
  
  .img-meta {
	width: 100%;
	padding: 30px 25px 40px;
	position: absolute;
	left: 0;
	bottom: -50px;
	overflow: hidden;
	opacity: 0; 
	-moz-opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
  }
  
  .img-meta h5 {
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 5px;
  }
  
  .img-meta1 p {
	margin-bottom: 5px;
  }
  
  /*------------------------------------------*/
  /*  Overlay Background 
  /*------------------------------------------*/ 
  
  .item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, .45);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Image Hover Effect 
  /*------------------------------------------*/ 
  
  .gallery-img:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  
  .gallery-img:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
  }
  
  .gallery-img:hover .img-meta {
	bottom: 0;
	opacity: 1; 
	-moz-opacity: 1; 
  }
  
  /*------------------------------------------*/
  /*  GALLERY CAROUSEL NAVIGATION
  /*------------------------------------------*/
  
  #gallery-3 .owl-dots {
	display: none;
  }
  
  /* ==========================================================================
	11. REVIEWS
	========================================================================== */  
  
  #reviews-1 {
	padding-top: 85px;
	padding-bottom: 70px;
  }
  
  #reviews-1.bg-image {
	background-image: url(../images/reviews.jpg);
  }
  
  /*------------------------------------------*/
  /*  REVIEWS
  /*------------------------------------------*/ 
  
  .review-1 {
	text-align: center;
	margin-bottom: 40px;
  } 
  
  .review-2.b-bottom {
	padding-bottom: 15px;
	margin-bottom: 30px;
  } 
  
  .review-2-txt {
	overflow: hidden;
	padding-left: 20px;
  }
  
  /*------------------------------------------*/
  /*  Testimonial Message Avatar 
  /*------------------------------------------*/ 
  
  .testi-style2.owl-carousel .owl-item img {
	width: 120px;
	height: 120px;
	display: inline-block;
	margin: 0 auto 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
  }
  
  .review-2-avatar {
	float: left;
  }
  
  .review-2 img {
	width: 80px;
	height: 80px;
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
  }
  
  /*------------------------------------------*/
  /*  REVIEWS TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .review-1-txt p {
	font-size: 1.7rem;
	line-height: 1.45;
	font-weight: 400;
	padding: 0 12%;
	margin-bottom: 25px;
  }
  
  .review-1-txt p.testimonial-autor {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
  }
  
  .review-info {
	margin-top: 5px;
	margin-bottom: 5px;
  }
  
  .review-info h5 {
	float: left;
	margin-right: 10px;
  }
  
  .review-info span {
	position: relative;
	color: #999;
	font-size: 1.05rem;
	font-weight: 500;
	top: 2px;
  }
  
  /*------------------------------------------*/
  /*  Review Rating
  /*------------------------------------------*/
  
  .review-rating {
	margin-bottom: 15px;
  }
  
  .review-rating i {
	color: #f7be27;
	font-size: 1.1rem;
	line-height: 1;
	margin: 0 1px;
  }
  
  /*------------------------------------------*/
  /*  Reviews FlexSlider Navigation
  /*------------------------------------------*/
  
  .flex-control-paging li a {
	background: rgba(90, 90, 90, .25);
	width: 10px;
	height: 10px;  
	border: 2px solid rgba(90, 90, 90, .02);
  }
  
  .bg-image .flex-control-paging li a {
	background: transparent;
	border: 2px solid rgba(240, 240, 240, .4);
  }
  
  .flex-control-paging li a:hover,
  .flex-control-paging li a.flex-active { 
	background: rgba(111, 94, 77, .65); 
	border: 2px solid rgba(111, 94, 77, .2); 
  }
  
  .bg-image .flex-control-paging li a:hover,
  .bg-image .flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, .5);
	border: 2px solid rgba(255, 255, 255, .02);
  }
  
  .owl-carousel button.owl-dot span{
	background: transparent;
	border: 2px solid rgba(240, 240, 240, .4);
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
  }
  
  .owl-carousel button.owl-dot.active span{
	background: rgba(255, 255, 255, .5);
	border: 2px solid rgba(255, 255, 255, .02);
  }
  
  .abox-4-ico svg {
	max-width: 80px;
	height: auto;
  }
  
  /* ==========================================================================
	12. BRANDS
	========================================================================== */ 
  
  #brands-1 {
	padding-top: 30px;
	padding-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  BRANDS LOGO HOLDER
  /*------------------------------------------*/ 
  
  .partner-content .brand-logo {
	padding: 10px 20px;
  } 
  
  .brand-logo img {
	opacity: .7;
  } 
  
  #brands-1 .owl-dots {
	display: none;
  }
  
  /* ==========================================================================
	13. BANNER
	========================================================================== */ 
  
  #banner-1 {
	background-image: url(../images/banner-1.jpg);
	padding-top: 80px;
	padding-bottom: 70px;
  }
  
  #banner-2 {
	background-image: url(../images/banner-2.jpg);
	padding-top: 80px;
	padding-bottom: 80px;
  }
  
  #banner-3 {
	margin-top: 40px;
  }
  
  #banner-4 {
	background-image: url(../images/banner-4.jpg);
	background-position: top center;
  }
  
  /*------------------------------------------*/
  /*  BANNER TEXT
  /*------------------------------------------*/
  
  .banner-1-txt {
	padding: 0 5%;
  }
  
  /*------------------------------------------*/
  /*  BANNER TYPOGRAPHY
  /*------------------------------------------*/
  
  .banner-1-txt h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 30px; 
  }
  
  .banner-2-txt h2 {
	font-size: 6rem;
	line-height: 1.2;
	padding: 0 10%;
	margin-bottom: 40px; 
  }
  
  .banner-3-txt h4 {
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0; 
  }
  
  .banner-3-txt h2 {
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px; 
  }
  
  .banner-4-txt h4 {
	line-height: 1;
	font-weight: 400;
	margin-bottom: 25px; 
  }
  
  .banner-4-txt h2 {
	font-size: 4.5rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 25px; 
  }
  
  .banner-2-txt p {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 25px; 
  }
  
  .banner-3-txt p {
	padding-right: 10%;
	margin-bottom: 25px; 
  }
  
  .banner-4-txt p {
	padding: 0 5%;
	margin-bottom: 30px; 
  }
  
  .banner-4-txt .btn {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.5px;
	padding: 17px 40px;
  }
  
  /*------------------------------------------*/
  /*  STORE BADGE ICONS
  /*------------------------------------------*/
  
  .stores-badge {
	display: inline-block;
  }
  
  .store {
	text-align: center;
	float: left;
	margin-right: 15px;
  }
  
  .store:last-child {
	margin-right: 0;
  } 
  
  img.googleplay-original { 
	display: block; 
	width: 163px; 
	height: 50px; 
  }
  
  img.appstore-original { 
	display: block; 
	width: 163px; 
	height: 50px; 
  } 
  
  /*------------------------------------------*/
  /*  BANNER IMAGE
  /*------------------------------------------*/
  
  .banner-3-img {
	text-align: center;
	margin-top: -40px;
	margin-left: -30px;
  }
  
  /* ==========================================================================
	14. FAQs
	========================================================================== */  
  
  .faqs-1-questions {
	padding: 0 3%;
  }
  
  .questions-wrapper {
	padding: 0 15px;
  }
  
  .question {
	margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  FAQs TYPOGRAPHY
  /*------------------------------------------*/
  
  .question h5 {
	margin-bottom: 10px;
  }
  
  /*------------------------------------------*/
  /*  More Questions Button
  /*------------------------------------------*/
  
  .more-questions-btn {
	margin-top: 35px;
  }
  
  /* ==========================================================================
	15. NEWSLETTER
	========================================================================== */ 
  
  #newsletter-1 .inner-bg {
	padding: 50px 0 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  /*------------------------------------------*/
  /*  NEWSLETTER TYPOGRAPHY
  /*------------------------------------------*/ 
  
  .newsletter-txt h3 { 
	margin-bottom: 8px;
  }
  
  .newsletter-txt p { 
	font-weight: 400;
	margin-bottom: 25px;
  }
  
  /*------------------------------------------*/
  /*  NEWSLETTER FORM
  /*------------------------------------------*/ 
  
  .newsletter-section .newsletter-form {
	padding: 0 4%;
  }
  
  /*------------------------------------------*/
  /*   Newsletter Form Input
  /*------------------------------------------*/
  
  .newsletter-section .form-control {
	height: 58px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 1.125rem;
	font-weight: 300;
	padding: 0 20px;  
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  }
  
  .newsletter-section .input-group > .custom-select:not(:last-child), 
  .newsletter-section .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Focus
  /*------------------------------------------*/
  
  .newsletter-section .form-control:focus {
	border: 1px solid #999;
	outline: 0;
	box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Input Placeholder
  /*------------------------------------------*/
  
  .newsletter-section .form-control::-moz-placeholder { 
	color: #999; 
  } 
  
  .newsletter-section .form-control:-ms-input-placeholder { 
	color: #999; 
  } 
  
  .newsletter-section .form-control::-webkit-input-placeholder { 
	color: #999; 
  } 
  
  /*------------------------------------------*/
  /*  Newsletter Form Button
  /*------------------------------------------*/
  
  .newsletter-section .btn {
	height: 58px;
	font-size: 1.15rem;
	padding: 15px 60px;
	margin-left: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  }
  
  /*------------------------------------------*/
  /*  Newsletter Form Notification
  /*------------------------------------------*/
  
  .newsletter-section .form-notification {
	color: #2dcb21;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 400;
	margin-top: 20px;
  }
  
  .newsletter-section .newsletter-form label.valid,
  .newsletter-section .newsletter-form label.error {
	color: #f6412d;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 0;
  }
  
  .newsletter-section .newsletter-form label.valid {
	color: #48af4b;
  }
  
  /* ==========================================================================
	16. BLOG
	========================================================================== */ 
  
  .blog-post {
	margin-bottom: 40px;
  }
  
  .blog-post-txt {
	padding: 0 8%;
  }
  
  /*------------------------------------------*/
  /*   BLOG POST TYPOGRAPHY
  /*------------------------------------------*/
  
  .blog-post-txt h5 {
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
  }
  
  .bg-dark .blog-post-txt a:hover {
	color: #fff;
  }
  
  .blog-post-txt p {
	font-size: 0.975rem;
	font-weight: 400;
	margin-bottom: 0;
  }
  
  .blog-post:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  
  /*------------------------------------------*/
  /*  BLOG LISTING PAGE
  /*------------------------------------------*/
  
  #blog-listing .blog-post {
	text-align: left;
	margin-bottom: 40px;
  }
  
  #blog-listing .col-lg-4 .blog-post {
	margin-bottom: 0;
  }
  
  #blog-listing .blog-post.b-bottom {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
  }
  
  #blog-listing .blog-post-txt {
	padding: 0 15px;
  }
  
  #blog-listing .col-lg-4 {
	padding-left: 10px;
	padding-right: 10px;
  }
  
  #blog-listing .col-lg-4 .blog-post-txt {
	padding: 0;
  }
  
  #blog-listing .blog-post-txt h4.h4-xs {
	margin-top: 30px;
	margin-bottom: 20px;
  }
  
  #blog-listing .blog-post-txt h5.h5-lg {
	margin-top: 25px;
	margin-bottom: 15px;
  }
  
  #blog-listing h5.posts-category {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-top: 70px;
	margin-bottom: 40px;
  }
  
  .blog-post-meta {
	margin-top: 15px;
  }
  
  .blog-post-meta span,
  .blog-box .blog-meta a,
  .posts-content .blog-meta a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	margin-right: 5px;
	background: #e3000e;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 5px;
	display: inline-block;
  }
  
  .blog-box .blog-meta a .svg-inline--fa,
  .posts-content .blog-meta a .svg-inline--fa {
	font-size: 12px;
	margin-right: 5px;
	position: relative;
	top: -2px;
  }
  
  /*------------------------------------------*/
  /*  SINGLE POST
  /*------------------------------------------*/ 
  
  .single-post-title {
	padding: 0 4%;
	margin-bottom: 35px;
  }
  
  .single-post-txt {
	padding: 0 4%;
  }
  
  .single-post-txt h5 {
	margin-top: 30px;
	margin-bottom: 30px;
  }
  
  /*------------------------------------------*/
  /*  BLOG POST INNER IMAGE
  /*------------------------------------------*/ 
  
  .post-inner-img {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;  
  }
  
  .post-inner-img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px; 
  }
  
  .post-inner-img p {
	margin-top: 25px;
	margin-bottom: 0;  
  }
  
  /*------------------------------------------*/
  /*  POST TAGS 
  /*------------------------------------------*/ 
  
  .post-share-links {
	padding: 0;
	margin-top: 60px;
	border-top: 1px solid #ddd;
	padding-top: 60px;
  }
  
  .post-tags-list span a {
	color: #757575;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.42857;
	background-color: #f2f2f2;
	padding: 10px 20px;
	margin-right: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
  }
  
  .post-tags-list span a:hover {
	color: #666;
	background-color: #e7e7e7;
  }
  
  /*------------------------------------------*/
  /*  POST SHARE ICONS
  /*-----------------------------------------*/
  
  .post-share-links .share-social-icons {
	display: inline-block; 
	padding-left: 0;
  }
  
  .post-share-links .share-social-icons li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
  }
  
  .post-share-links .share-social-icons li.share-ico a {
	color: #555;
	width: 33px;
	height: 33px;
	font-size: 22px;
	display: block;
	margin-right: 5px;
  }
  
  /*------------------------------------------*/
  /*  OTHER POSTS TYPOGRAPHY
  /*------------------------------------------*/ 
  
  #other-posts {
	padding-top: 60px;
	padding-bottom: 30px;
  }
  
  #op-row {
	padding: 0 4%;
  }
  
  .other-posts h6 {
	margin-bottom: 12px;
  }
  
  .prev-post a, 
  .next-post a {
	font-size: 1.21875rem;
	line-height: 1.2;
	color: #642f21;
	font-weight: 700;
  }
  
  .prev-post a:hover, 
  .next-post a:hover {
	color: #000;
	text-decoration: underline;
  }
  
  .blog-item-next-prev h6 {
	font-size: 1.0625rem;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  .blog-item-next-prev .prev-post h6 .svg-inline--fa,
  .blog-item-next-prev .prev-post h6 i {
	margin-right: 7px;
  }
  
  .blog-item-next-prev .next-post h6 .svg-inline--fa,
  .blog-item-next-prev .next-post h6 i {
	margin-left: 7px;
  }
  
  /*------------------------------------------*/
  /*  POST COMMENTS
  /*------------------------------------------*/
  
  .comments-wrapper {
	padding: 0 4%;
  }
  
  .post-comments h5 {
	padding-bottom: 30px;
	margin-bottom: 80px;
	border-bottom: 1px solid #ddd;
  }
  
  .post-comments img {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
  }
  
  .media-body p {
	color:  #757575;
  }
  
  .comment-meta {
	margin-bottom: 10px;
  }
  
  .comment-meta h6 {
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 2px;
  }
  
  .comment-date {
	color: #888;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
  }
  
  .btn-reply {
	margin-left: 3px;
  }
  
  .btn-reply a {
	color:  #888;
	font-size: 15px;
	font-weight: 400; 
  }
  
  .btn-reply a i {
	font-size: 13px;  
	margin-right: 1px;  
  }
  
  .btn-reply a:hover {
	color: #222;
  }
  
  .post-comments hr {
	margin-top: 24px; 
	margin-bottom: 40px; 
  }
  
  /*------------------------------------------*/
  /*    SINGLE POST COMMENT FORM
  /*------------------------------------------*/
  
  .post-comments #leave-comment h5 {
	padding-bottom: 0;
	margin-top: 80px;
	margin-bottom: 3px;
	border: none;
  }
  
  .comment-form {
	position: relative;
	margin-top: 20px;
  }
  
  .comment-form p {
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 5px;
	display: block;
  }
  
  .comment-form .form-control {
	height: 54px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .comment-form .form-control:focus {
	border-color: #00b2e4;
	outline: 0px none;
	box-shadow: none;
  }
  
  .comment-form textarea { 
	min-height: 200px; 
  }
  
  .comment-form textarea.form-control { 
	padding: 20px;
  }
  
  /*------------------------------------------*/
  /*  Comment Form Button
  /*------------------------------------------*/
  
  .comment-form .btn {
	margin-top: 10px;
  }
  
  .comment-form .btn:focus {
	outline: 0px none;
	box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Comment Form Message
  /*------------------------------------------*/
  
  .comment-form-msg {
	width: 100%!important;
	display: block;
	margin-top: 10px;
	padding-left: 0;
  }
  
  .comment-form .loading {
	color: #2dcb21;
	font-size: 18px;
	font-weight: 400;
  }
  
  .comment-form .error {
	color: #e74c3c;
	font-size: 14.5px;
	font-weight: 300;
	margin-bottom: 20px;
  }
  
  .comment-form .form-control.error {
	font-size: 17px!important;
  }
  
  /* ==========================================================================
	17. CONTACTS
	========================================================================== */  
  
  #contacts-1,
  #contacts-2 {
	background-image: url(../images/contacts-1.jpg);
	padding-top: 80px;
	padding-bottom: 50px;
  }
  
  #contacts-2 {
	background-image: url(../images/contacts-2.jpg);
  }
  
  #contacts-4 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 40px;
  }
  
  #contacts-4 .section-title {
	padding-left: 40px;
  }
  
  #contacts-5 .section-title {
	margin-top: 60px;
  }
  
  /*------------------------------------------*/
  /*  CONTACT BOX
  /*------------------------------------------*/
  
  .cbox-1 {
	margin-bottom: 30px;
  }
  
  .cbox-2 {
	margin-bottom: 27px;
  }
  
  .cbox-3 {
	margin-bottom: 37px;
  }
  
  .cbox-2-txt {
	overflow: hidden;
	padding-left: 30px;
  }
  
  .cbox-2 span {     
	float: left;
	text-align: center;
	margin-top: 5px;
  }
  
  .cbox-3-txt {
	margin-top: 35px;
	padding: 0 20px;
  }
  
  .contacts-info {
	padding-left: 40px;
  }
  
  .cbox-5 {
	text-align: center;
	margin-bottom: 40px;
  }
  
  .contact-style3 {
	margin-bottom: 0;
	padding: 25px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgb(0 26 112 / 10%);
  }
  
  .contact-style3 .contact-icon{
	width: 67px;
	height: 67px;
	background: #f2f2f2;
	text-align: center;
	line-height: 67px;
	font-size: 30px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
  }
  
  .contact-style3 .cbox-3-txt {
	display: inline-block;
	margin-top: 0;
	padding: 0 0 0 30px;
  }
  
  .contact-style3 .cbox-3-txt .dark-color,
  .contact-style3 .cbox-3-txt .h6-xl {
	line-height: 1.56;
	font-size: 1rem;
  }
  
  .contact-style3 .cbox-3-txt .h6-xl a {
	color: #757575;
  }
  
  .contact-style3 .cbox-3-txt .grey-color {
	color: #757575;
	font-size: 1rem;
	line-height: 1.56;
  }
  
  /*------------------------------------------*/
  /*  CONTACTS TYPOGRAPHY
  /*------------------------------------------*/
  
  .cbox-1 h5,
  .cbox-4 h5,
  .cbox-5 h5 {
	line-height: 1;
	margin-bottom: 20px;
  }
  
  .cbox-2-txt h5 {
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
  }
  
  .cbox-3-txt h5 {
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  .contact-style3 .cbox-3-txt h5 {
	font-size: 1.375rem;
  }
  
  .cbox-3-txt h6 {
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  .cbox-3-txt h6 span {
	font-weight: 500;
  }
  
  .cbox-1 p.p-xl {
	font-size: 1.35rem;
	line-height: 1;
	margin-bottom: 10px;
  }
  
  .cbox-1 p.p-md {
   line-height: 1;
   margin-bottom: 0;
  }
  
  .cbox-1 p a,
  .cbox-1 p.yellow-color {
   font-family: 'Oswald', sans-serif;
   font-size: 1.85rem;
   line-height: 1;
   font-weight: 700;
   letter-spacing: -0.5px;
   text-transform: uppercase;
  }
  
  .cbox-1 p span {
   position: relative;
   top: -5px;
   margin-right: 5px;
  }
  
  .cbox-2-txt p {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 3px;
  }
  
  .cbox-3-txt p {
	font-size: 1.15rem;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 3px;
  }
  
  .cbox-4 p {
	line-height: 1;
	margin-bottom: 10px;
  }
  
  .cbox-5 p {
   margin-bottom: 3px;
  }
  
  .cbox-5 p a {
   font-weight: 700;
   text-decoration: underline;
  }
  
  /*------------------------------------------*/
  /*  CONTACT FORM
  /*------------------------------------------*/
  
  .contact-form .form-control {
	height: 54px;
	background-color: #fff;
	border: 1px solid #e0d9c5;
	box-shadow: 0 0 0 0;
	color: #5f5842;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Textarea
  /*------------------------------------------*/
  
  .contact-form textarea { 
	min-height: 160px;
  }
  
  .contact-form textarea.form-control { 
	padding: 20px 15px;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Placeholder
  /*------------------------------------------*/
  
  .contact-form .form-control::-moz-placeholder { 
	color: #5f5842;
  } 
  
  .contact-form .form-control:-ms-input-placeholder { 
	color: #5f5842; 
  }
  
  .contact-form .form-control::-webkit-input-placeholder { 
	color: #5f5842; 
  }
  
  /*------------------------------------------*/
  /*  Contact Form Input Focus
  /*------------------------------------------*/
  
  .contact-form .form-control:focus {
	outline: 0px none;
	box-shadow: none;
	border-color: #afa074;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
	border: 1px solid green;
	-webkit-text-fill-color: #555;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
  }
  
  /*------------------------------------------*/
  /*  Contact Form Message
  /*------------------------------------------*/
  
  .contact-form-msg {
	width: 100%!important;
	display: block;
	margin-top: 10px;
	padding-left: 0;
  }
  
  .contact-form .loading {
	color: #2dcb21;
	font-size: 18px;
	font-weight: 400;
  }
  
  .contact-form .error {
	color: #e74c3c;
	font-size: 14.5px;
	font-weight: 300;
	margin-bottom: 20px;
  }
  
  .contact-form .form-control.error {
	font-size: 17px!important;
  }
  
  /*------------------------------------------*/
  /*  CONTACTS IMAGE
  /*------------------------------------------*/
  
  .cbox-3:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
  }
  
  .contacts-4-img { 
	background-image: url(../images/about-5.jpg);
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 34%;
	left: 0;
  }
  
  /* ==========================================================================
	18. BOOKING FORM
	=========================================================================== */ 
  
  #booking-1 {
	background-image: url(../images/booking.jpg);
	margin-top: 40px;
	margin-bottom: 40px;
  }
  
  #booking-1 .form-holder {
	padding: 50px 40px 45px;
	margin: -30px 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  }
  
  .booking-form {
	margin-top: 20px;
  }
  
  #booking-1 .form-holder a,
  #booking-2 .form-holder a {
	font-weight: 700;
	letter-spacing: -0.5px;
  }
  
  #booking-2 .form-holder p {
	margin-bottom: 40px;
  }
  
  /*------------------------------------------*/
  /*  BOOKING FORM
  /*------------------------------------------*/
  
  .booking-form .form-control,
  .booking-form .custom-select {
	height: 52px;
	background-color: #fff;
	border: 1px solid #e0d9c5;
	box-shadow: 0 0 0 0;
	color: #5f5842;
	font-size: 17px;
	line-height: 1;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
  }
  
  .booking-form .custom-select {
	display: inline-block;
	width: 100%;
	color: #5f5842;
	margin-bottom: 22px;
  }
  
  .bg-color-01 .booking-form .form-control,
  .bg-color-01 .booking-form .custom-select {
	background-color: #fff;
	border: 1px solid #e0d9c5;
	color: #5f5842;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Textarea
  /*------------------------------------------*/
  
  .booking-form textarea { 
	min-height: 120px; 
  }
  
  .booking-form textarea.form-control { 
	padding: 20px 15px;
	height: 220px;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Placeholder
  /*------------------------------------------*/
  
  .booking-form .form-control::-moz-placeholder { 
	color: #5f5842;
  } 
  
  .booking-form .form-control:-ms-input-placeholder { 
	color: #5f5842; 
  }
  
  .booking-form .form-control::-webkit-input-placeholder { 
	color: #5f5842; 
  }
  
  /*------------------------------------------*/
  /*  Booking Form Input Focus
  /*------------------------------------------*/
  
  .booking-form .form-control:focus {
	outline: 0px none;
	box-shadow: none;
	border-color: #afa074;
  }
  
  /*------------------------------------------*/
  /*  Booking Form Message
  /*------------------------------------------*/
  
  .booking-form-msg {
	width: 100%!important;
	display: block;
	margin-top: 10px;
	padding-left: 0;
  }
  
  .booking-form .loading {
	color: #2dcb21;
	font-size: 18px;
	font-weight: 400;
  }
  
  .booking-form .error {
	color: #e74c3c;
	font-size: 14.5px;
	font-weight: 300;
	margin-bottom: 20px;
  }
  
  .booking-form .form-control.error {
	font-size: 17px!important;
  }
  
  /* ==========================================================================
	19. GOOGLE MAP
	========================================================================== */  
  
  .google-map {
	position: relative;
	padding: 0px 0px 40%;
	height: 0px;
	overflow: hidden;
  }
  
  .google-map iframe, 
  .google-map object, 
  .google-map embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border:0;
  }
  
  #contacts-5 #gmap {
	margin-top: 30px;
  }
  
  /* ==========================================================================
	20. FOOTER
	========================================================================== */ 
  
  .footer {
	padding-top: 80px;
	padding-bottom: 40px;
  }
  
  #footer-3.footer {
	padding-bottom: 80px;
	border-top: 1px solid #f6f9fa;
  }
  
  .footer.bg-red,
  .footer.bg-dark {
	background-image: url(../images/footer-red.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover;
	background-attachment: scroll!important;
  } 
  
  .footer.bg-dark {
	background-image: url(../images/footer-dark.jpg);
  } 
  
  #footer-1 .footer-contacts {
	padding-left: 30px;
  }
  
  #footer-4 .footer-contacts {
	padding-left: 40px;
  }
  
  #footer-4 .footer-info {
	padding-left: 10px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER LOGO
  /*------------------------------------------*/
  
  .footer-logo {
	margin-bottom: 30px;
  }
  
  #footer-4 .footer-logo {
	margin-bottom: 15px;
  }
  
  .footer-logo img {
	width: auto;
	max-width: inherit;
	max-height: 95px;
  }
  
  #footer-3 .footer-logo img {
	max-height: 120px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER TYPOGRAPHY
  /*------------------------------------------*/
  
  .footer h5 {
	color: #283034;
	line-height: 1;
	margin-bottom: 25px;
  }
  
  .bg-red.footer h5,
  .bg-dark.footer h5 {
	color: #fff;
  }
  
  .footer-info p,
  .footer-contacts p {
	margin-bottom: 3px;
  }
  
  #footer-1 .footer-info p {
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0;
  }
  
  #footer-1 .footer-contacts p.p-xl {
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 0;
  }
  
  #footer-1 .footer-contacts p.p-lg {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0;
  }
  
  #footer-1 .footer-contacts p.foo-email {
	margin-top: 15px;
	margin-bottom: 2px;
  }
  
  .footer-contacts p span {
   font-family: 'Oswald', sans-serif;
   font-size: 1.85rem;
   line-height: 1;
   font-weight: 700;
   letter-spacing: -0.5px;
   position: relative;
   top: 4px;
   left: 6px;
  }
  
  #footer-2 .footer-contacts p span,
  #footer-4 .footer-contacts p span {
   left: 0;
  }
  
  .footer-info p span {
	padding-left: 8px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER LINKS
  /*------------------------------------------*/
  
  .footer-links li {
	width: auto !important;
	display: block !important;
	clear: none !important;
	margin: 0;
	padding: 0;
  }
  
  .footer-links li p {
	margin-bottom: 10px;
  }
  
  /*------------------------------------------*/
  /*   FOOTER SOCIAL LINKS
  /*------------------------------------------*/
  
  #footer-3 .footer-socials-links {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 12px;
  }
  
  .foo-socials {
	display: inline-block; 
	padding-left: 0;
	margin: 0 auto 0;
  }
  
  .foo-socials li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	margin: 0 0 8px 0;
	padding: 0;
  }
  
  .foo-socials a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 23px;
	line-height: 1;
	margin: 0 2px;
  }
  
  /*------------------------------------------*/
  /*  FOOTER INSTAGRAM IMAGES
  /*------------------------------------------*/
  
  .footer-img img.insta-img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  }
  
  /*------------------------------------------*/
  /*  BOTTOM FOOTER
  /*------------------------------------------*/
  
  .bottom-footer {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 40px;
  }
  
  #footer-2 .bottom-footer {
	margin-top: 15px;
  }
  
  #footer-2.bg-red .bottom-footer {
	border-top: 1px solid rgba(255, 255, 255, .25);
  }
  
  #footer-2.bg-dark .bottom-footer {
	border-top: 1px solid rgba(100, 100, 100, .25);
  }
  
  /*------------------------------------------*/
  /*  FOOTER COPYRIGHT
  /*------------------------------------------*/
  
  .footer-copyright p {
	line-height: 1;
	margin-bottom: 0;
  }
  
  #footer-3 .footer-copyright p {
	margin-top: 10px;
  }
  
  /*------------------------------------------*/
  /*  BOOTOM FOOTER LINKS
  /*------------------------------------------*/
  
  .bottom-footer-list li {
	display: inline-block !important;
	margin-bottom: 0;
  }
  
  .bottom-footer-list li i {
	position: relative;
	font-size: 0.875rem;
	line-height: 1;
	top: -1px;
	right: 3px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  .bottom-footer-list li p {
	font-size: 1rem;
	line-height: 1; 
	font-weight: 300;
	margin-left: 10px;
	margin-bottom: 0;
  }
  
  #footer-3 .bottom-footer-list li {
	font-size: 0.915rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
  }
  
  .bottom-footer-list li:after { 
	content: "|"; 
	padding-left: 11px; 
	position: relative;
	top: -1px;
  }
  
  .bottom-footer-list li:last-child:after { 
	content: " "; 
	padding-left: 0; 
  }
  
  /* ==========================================================================
	21 INNER PAGE HERO
	=========================================================================== */  
  .bg-banner{
	background-color: #333;
  }
  
  .single-product .section-main-container {
	padding-bottom: 0;
  }
  
  .page-hero-section {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;   
	background-size: cover!important;
	background-attachment: scroll!important;
	padding-top: 170px;
	padding-bottom: 120px;
  }
  
  #about-page {
	background-image: url(../images/about-page.jpg);
  }
  
  #blog-page {
	background-image: url(../images/blog-page.jpg);
  }
  
  #booking-page {
	background-image: url(../images/booking-page.jpg);
  }
  
  #cart-page {
	background-image: url(../images/cart-page.jpg);
  }
  
  #contacts-page {
	background-image: url(../images/contacts-page.jpg);
  }
  
  #gallery-page {
	background-image: url(../images/gallery-page.jpg);
  }
  
  #gift-page {
	background-image: url(../images/gift-page.jpg);
  }
  
  #faqs-page {
	background-image: url(../images/faqs-page.jpg);
  }
  
  #locations-page {
	background-image: url(../images/locations-page.jpg);
  }
  
  #menu-page {
	background-image: url(../images/menu-page.jpg);
  }
  
  #product-page {
	background-image: url(../images/product-page.jpg);
  }
  
  #team-page {
	background-image: url(../images/team-page.jpg);
  }
  
  #terms-page {
	background-image: url(../images/terms-page.jpg);
  }
  
  /*------------------------------------------*/
  /*  INNER PAGE HERO TYPOGRAPHY
  /*------------------------------------------*/
  
  .page-hero-section h2 {
	font-size: 4rem;
	margin-bottom: 0;
  }
  
  /*========woocommerce========*/
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images{
	width: 58%;
	float: none;
  }
  
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary{
	width: 40%;
	margin-left: 2%;
  }
  
  .woocommerce-info,
  .woocommerce-message {
	border-top-color: #f7be27;
  }
  
  .woocommerce-info::before,
  .woocommerce-message::before {
	color: #f7be27;
  }
  
  .woocommerce table.shop_table tr.cart-subtotal td,
  .woocommerce table.shop_table tr.order-total td {
	text-align: right;
  }
  
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1{
	max-width: 48%;
  }
  
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2{
	max-width: 48%;
  }
  
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
	height: 54px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
	margin-bottom: 22px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .woocommerce form .form-row textarea{
	height: 120px;
  }
  
  .woocommerce form .form-row label,
  .woocommerce-page form .form-row label{
	width: 100%;
  }
  
  .form-row.form-row-wide .woocommerce-input-wrapper,
  .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper{
	width: 98%;
  }
  
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
	background: #f7be27;
	color: #212121;
	padding: 15px 30px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover{
	background: #f5b200;
	color: #212121;
  }
  
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text{
	padding: 8px 6px 6px;
	border-radius: 4px;
  }
  
  .woocommerce #respond input#submit.disabled,
  .woocommerce #respond input#submit:disabled,
  .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce a.button.disabled,
  .woocommerce a.button:disabled,
  .woocommerce a.button:disabled[disabled],
  .woocommerce button.button.disabled,
  .woocommerce button.button:disabled,
  .woocommerce button.button:disabled[disabled],
  .woocommerce input.button.disabled,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled],
  .woocommerce .cart .button,
  .woocommerce .cart input.button,
  .woocommerce .checkout_coupon button.button{
	padding: 15px 30px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .woocommerce .checkout_coupon button.button{
	padding: 20px 30px;
  }
  
  .woocommerce form.checkout_coupon .form-row-last,
  .woocommerce-page form.checkout_coupon .form-row-last{
	float: left;
  }
  
  
  /* ==========================================================================
	22. BREADCRUMB
	=========================================================================== */
  
  .breadcrumb {
	display: inline-block;
	margin: 0 auto 14px;
  }
  
  .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	width: 100%;
  }
  
  .breadcrumb li{
	display: inline-block;
  }
  
  /*------------------------------------------*/
  /*  BREADCRUMB TYPOGRAPHY
  /*------------------------------------------*/ 
  .breadcrumb li span{
	padding-left: 10px;
  }
  
  .breadcrumb li a {
	color: #fff;
	font-size: 0.925rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
  }
  
  .breadcrumb li a:hover {
	color: #fff;
  }
  
  .breadcrumb li.active,
  .breadcrumb {
	color: #fff;
	font-size: 0.925rem;
	font-weight: 700;
	text-transform: uppercase;
  }
  
  .breadcrumb li {
	padding: 0 6px;
  }
  
  /* ==========================================================================
	23. PAGE PAGINATION
	=========================================================================== */
  
  .page-pagination {
	padding-bottom: 100px;
  }
  
  .blog-page-pagination {
	margin-top: 80px;
	padding-top: 80px;
  }
  
  .page-link {
	color: #999;
	font-weight: 600;
	padding: 9px 16px;
	margin: 0 3px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  }
  
  .page-item:first-child .page-link {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  
  .page-item:last-child .page-link {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  
  .page-item.disabled .page-link {
	color: #aaa;
	background-color: transparent;
	border-color: transparent;
  }
  
  .page-link:hover,
  .page-item.active .page-link {
	background-color: #f7be27;
	color: #151515;
	border-color: #f7be27;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  }
  
  .page-link:focus {
	background-color: transparent;
	color: #666;
	border-color: transparent;
	box-shadow: 0 0;
  }
  
  /* ==========================================================================
	24. GIFT CARDS PAGE
	=========================================================================== */
  
  .card-box {
	text-align: center;
	margin-bottom: 40px;
  }
  
  /*------------------------------------------*/
  /*  CARDS PAGE TYPOGRAPHY
  /*------------------------------------------*/
  
  .card-box h5 {
	margin-top: 25px;
	margin-bottom: 10px;
  }
  
  .card-box p {
	padding: 0 5%;
  }
  
  /* ==========================================================================
	25. SINGLE PRODUCT
	=========================================================================== */
  
  .project-title {
	margin-bottom: 15px;
  }
  
  .project-title h2,
  .project-title .stars-rating  {
	margin-bottom: 8px;
  }
  
  .project-title .stars-rating span {
	font-size: 1.05rem;
	margin: 0 4px;
	top: 1px;
  }
  
  .project-title .stars-rating i {
	font-size: 1.05rem;
  }
  
  .product-txt ul.txt-list li p {
	margin-bottom: 3px;
  }
  
  /*------------------------------------------*/
  /*  PRODUCT INFO
  /*------------------------------------------*/ 
  
  .product-info h5 { 
	margin-bottom: 20px;
  }
  
  .product-info p {
	color: #555; 
	font-weight: 700;  
	position: relative;
	margin-bottom: 0;
	padding: 11px 0;
	border-bottom: 1px dotted #ccc;
  }
  
  .product-info p:last-child {   
	border-bottom: none;
  }
  
  .product-info p span {   
	position: absolute;
	right: 15px;
	bottom: 11px;
	color: #333;
	font-weight: 400;
  }
  
  /*------------------------------------------*/
  /*  ADD TO CART BUTTON
  /*------------------------------------------*/ 
  
  .add-to-cart-btn {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 700;
	padding: 13px 32px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;  
  }
  
  /*------------------------------------------*/
  /*  Add To Cart Hover
  /*------------------------------------------*/
  
  .add-to-cart-btn.bg-yellow:hover {
	 background-color: #f5b200!important;
  }
  
  /*------------------------------------------*/
  /*  PRODUCT INFO TABS
  /*------------------------------------------*/
  .tab-content .menu-7-price del{
	display: none;
  }
  
  .tab-content .menu-7-price ins{
	text-decoration: none;
  }
  
  .tab-content .button.add_to_cart_button,
  .products-main-content.product-style4 .button.add_to_cart_button{
	border: 1px solid #ddd;
	padding: 12px 44px;
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	display: inline-block;
  }
  
  .tab-content .button.add_to_cart_button:hover,
  .tab-content .button.add_to_cart_button:focus,
  .products-main-content.product-style4 .button.add_to_cart_button:hover,
  .products-main-content.product-style4 .button.add_to_cart_button:focus {
	color: #333435;
	background-color: #f7be27;
	border-color: #f7be27;
  }
  
  .tab-content .flaticon-shopping-bag:before{
	font-size: 20px;
  }
  
  .products-main-content.product-style4 .flaticon-shopping-bag:before{
	font-size: 16px;
  }
  
  .products-menu-list.product-style2 .flaticon-shopping-bag:before{
	font-size: 20px;
  }
  
  #product-1-data .tab-content {
	padding: 0 4%;
  }
  
  #product-1-data .tabs-nav {
	margin-bottom: 50px;
  }
  
  .product-preview .tabs-nav {
	margin-top: 50px;
	margin-bottom: 0;
  }
  
  #product-1-data .tabs-1 li {
	display: inline-block; 
	cursor: pointer;
	background-color: transparent;
	color: #9f9f9f;
	padding: 15px 50px;
	border-bottom: none;
	margin: 0;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	position: relative;
	z-index: 912;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  #product-1-data .tabs-1 li h5 {
	line-height: 1;
	font-weight: 500;
	margin: 0;
  }
  
  #product-1-data .tabs-1 li.current { 
	background-color:  #f7be27;
  }
  
  .tabs-2 li {
	opacity: .5;
	display: inline-block; 
	cursor: pointer;
	background-color: transparent;
	padding: 15px;
	border: 1px solid #e5e5e5;
	margin: 0 4px;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
	position: relative;
	z-index: 912;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .tabs-2 li img {
   width: auto;
	max-width: inherit;
	max-height: 78px;
  }
  
  .tabs-2 li.displayed { 
	opacity: 1;
  }
  
  /* ==========================================================================
	26. CART PAGE
	=========================================================================== */
  
  .woocommerce table.shop_table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
  }
  
  .woocommerce table.shop_table a.remove:hover{
	color: #283034!important;
	background: none;
  }
  
  .woocommerce table.shop_table tr {
	border-bottom: 1px solid #ccc;
  }
  
  .woocommerce table.shop_table tr.last-tr {
	border-bottom: none;
  }
  
  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
	padding: 16px 10px;
	color: #283034;
  }
  
  .woocommerce table.shop_table td{
	border: none;
	font-weight: 700;
  }
  
  .woocommerce table.shop_table td.actions{
	padding: 16px 0;
  }
  
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text{
	width: 150px;
  }
  
  .woocommerce table.shop_table td.product-name {
	padding: 16px 10px 16px 0;
	min-width: 225px;
  }
   
  .woocommerce table.shop_table th {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 0;
	border: none;
  }
  
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding-left: 0;
  }
  
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img{
	width: 60px;
	margin-right: 20px;
  }
  
  .woocommerce table.shop_table td.product-name h5{
	display: inline-block;
	text-transform: uppercase;
  }
  
  .td-trash i {
	position: relative;
	cursor: pointer;
	color: #999;
	font-size: 1.5rem;
	top: -2px;
	padding-left: 25px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  .td-trash:hover i {
	color: #151515;
  }
  
  .cart-product-img {
	float: left;
  }
  
  .cart-product-img img {
	width: auto;
	max-width: inherit;
	max-height: 60px;
  }
  
  .cart-product-desc {
	overflow: hidden;
	padding-left: 20px;
  }
  
  .cart-product-desc h5 {
	position: relative;
	padding-top: 6px;
	margin-bottom: 2px;
  }
  
  .cart-product-desc p {
	margin-bottom: 0;
  }
  
  .cart-product-price h5, 
  .cart-product-total h5 {
	margin-top: 12px;
  }
  
  .cart-table .qty {
	margin-top: 6px;
  }
  
  .qty {
	height: 43px;
	font-size: 1.3rem;
	padding: 0 3px 0 6px;
	margin-right: 6px;
	border: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
  }
  
  .qty:focus {
	outline: 0;
  }
  
  input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
  }
  
  /*------------------------------------------*/
  /*  Responsive Table
  /*------------------------------------------*/ 
  
  @media screen and (max-width: 600px) {
  
	.cart-table table {
	  border: 0;
	}
  
	.cart-table table thead {
	  border: none;
	  clip: rect(0 0 0 0);
	  height: 1px;
	  margin: -1px;
	  overflow: hidden;
	  padding: 0;
	  position: absolute;
	  width: 1px;
	}
	
	.cart-table table tr {
	  border: 1px solid #ddd;
	  border-bottom: none;
	  display: block;
	  margin-bottom: 25px;
	}
	
	.cart-table table td {
	  border-bottom: 1px solid #ddd;
	  display: block;
	  font-size: 1.25rem;
	  text-align: right;
	}
  
	.cart-table table th,
	.cart-table table td,
	.cart-table table td.product-name {
	  padding: 16px 30px;
	}
  
	.cart-product-price h5, 
	.cart-product-total h5 {
	  margin-top: 0;
	}
  
	.td-trash i {
	  top: 0;
	}
	
	.cart-table table td::before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	}
  
	.cart-table table td.product-name::before {
	  position: relative;
	  top: 15px;
	}
  
  }
  
  /*------------------------------------------*/
  /*  Checkout Table
  /*------------------------------------------*/ 
  
  .cart-checkout {
	padding: 50px 45px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  .cart-checkout h5 {
	margin-bottom: 20px;
  }
  
  .cart-checkout .btn {
	display: block;
	width: 100%;
	margin-top: 20px;
  }
  
  /*------------------------------------------*/
  /*  Checkout Table
  /*------------------------------------------*/ 
  
  .cart-checkout table td, .cart-checkout table th {
	padding: 20px 0;
	border-bottom: 1px solid #dee2e6;
  }
  
  .cart-checkout table .last-tr td, .cart-checkout table .last-tr th {
	border-bottom: none;
  }
  
  .cart-checkout table {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 700;
  } 
  
  /*------------------------------------------*/
  /*  DISCOUNT COUPON
  /*------------------------------------------*/ 
  
  .discount-form .form-control {
	height: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-size: 1.05rem;
	font-weight: 300;
	padding: 0 14px;  
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  }
  
  .discount-form .input-group > .custom-select:not(:last-child), 
  .discount-form .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
  }
  
  /*------------------------------------------*/
  /*  Discount Form Input Focus
  /*------------------------------------------*/
  
  .discount-form .form-control:focus {
	border: 1px solid #999;
	outline: 0;
	box-shadow: none;
  }
  
  /*------------------------------------------*/
  /*  Discount Form Input Placeholder
  /*------------------------------------------*/
  
  .discount-form .form-control::-moz-placeholder { 
	color: #999; 
  } 
  
  .discount-form .form-control:-ms-input-placeholder { 
	color: #999; 
  } 
  
  .discount-form .form-control::-webkit-input-placeholder { 
	color: #999; 
  } 
  
  /*------------------------------------------*/
  /*  Discount Form Button
  /*------------------------------------------*/
  
  .discount-form .btn {
	height: 50px;
	font-size: 1.05rem;
	padding: 15px 30px;
	margin-left: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
  }
  
  /* ==========================================================================
	27. TEAM
	=========================================================================== */
  
  .team-member {
	text-align: center;
	position: relative;
	z-index: 10; 
	margin-bottom: 40px;
  }
  
  .tm-meta {
	padding: 25px 10px 0;
  }
  
  .tm-meta h5 {
	line-height: 1;
	margin-bottom: 5px;
  }
  
  .tm-meta span {
	font-size: 1.175rem;
	font-weight: 500;
	display: block;
  }
  
  /*------------------------------------------*/
  /*  Team Member Photo
  /*------------------------------------------*/ 
  
  .team-member-photo {
	position: relative;
  }
  
  .team-content .team-member-photo img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  }
  
  /*------------------------------------------*/
  /*  Team Member Social Links
  /*------------------------------------------*/
  
  .tm-social ul {
	width: 100%;
	display: inline-block; 
	padding-left: 0;
	margin-top: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  }
  
  .tm-social ul li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
  }
  
  .tm-social a {
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(10, 10, 10, .35);
	font-size: 1.15rem;
	line-height: 40px!important;
	margin-right: 1px;
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  .tm-social a.ico-facebook:hover { 
	background-color: #3b5998; 
  }
  
  .tm-social a.ico-twitter:hover { 
	background-color: #00a9ed; 
  }
  
  .tm-social a.ico-instagram:hover { 
	background-color: #e44772; 
  }
  
  .tm-social a.ico-dribbble:hover { 
	background-color: #d92d84; 
  }
  
  .tm-social a.ico-behance:hover { 
	background-color: #2473f6; 
  }
  
  .tm-social a.ico-pinterest:hover { 
	background-color: #ac281a; 
  }
  
  .tm-social a.ico-linkedin:hover { 
	background-color: #015886; 
  }
  
  .tm-social a.ico-google-plus:hover { 
	background-color: #cd1111; 
  }
  
  .tm-social a.ico-youtube:hover { 
	background-color: #cd1b20; 
  }
  
  .tm-social a.ico-tumblr:hover { 
	background-color: #3a5976; 
  }
  
  .tm-social a.ico-vk:hover { 
	background-color: #3b5998; 
  }
  
  .team-member:hover .tm-social ul {
	bottom: 6%;
	opacity: 1; 
	-moz-opacity: 1; 
  }
  
  /* ==========================================================================
	28. TERMS PAGE
	=========================================================================== */
  
  .terms-box { 
	margin-bottom: 30px;
  }
  
  .terms-box h5 {
	margin-bottom: 25px;
  }
  
  .terms-box a {
	font-weight: 500;
  }
  
  /* ==========================================================================
	29. SCROLL TO TOP
	========================================================================== */  
   
  #scrollUp {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color: rgba(227, 0, 14, .95);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; 
  }
  
  #scrollUp:hover {
	background-color: rgba(10, 10, 10, .65);
  }
  
  nav a#pull {  
	display: none;  
  } 
  
  /* ==========================================================================
	 STYLE CHANGER 
	========================================================================== */
  
  #stlChanger {
	position: fixed;
	z-index: 9999;
	font-size: 15px;
	overflow: hidden;
	right: -230px;
	top: 100px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
  }
  
  #stlChanger.open {
	right: 0px;
  }
  
  #stlChanger .bgChanger {
	min-width: 280px;
	min-height: 280px;
  }
  
  #stlChanger .blockChanger {
	width: 230px;
  }
  
  #stlChanger .chBody {
	background: #2b2e37;
	width: 230px;
	position: relative;
	overflow: hidden;
	border: 1px solid #2b2e37;
	border-radius: 4px 0px 0px 4px;
	height: 550px; 
	overflow: scroll; 
	overflow-x: hidden;
	direction: rtl;
	margin-left: 50px;
  }
  
  #stlChanger .chBut {
	background: #e3000e;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000000;
	text-align: center;
	border: 1px solid #e3000e;
	border-left: none;
	padding: 0 0 0 2px;
	border-radius: 4px 0px 0px 4px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
  }
  
  #stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
  #stlChanger .chBut.icon-xs [class*="flaticon-"]:after {   
	color: #fff;
	font-size: 2rem;
	line-height: 48px!important;
  }
  
  #stlChanger p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
  }
  
  #stlChanger .stBgs a {
	text-decoration: none;
	width: 50px;
	height: 50px;
	float: left;
	padding: 0;
	margin: 0 5px 8px;
	cursor: pointer;
	opacity: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
  }
  
  #stlChanger .stBgs a img {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
  }
  
  .stBlock1 {
	margin: 0 20px 25px 20px;
  }
  
  .stBlock .btn {
	width: 100%;
	line-height: 1;
	margin-top: 15px;
  }
  
  .s_1 img {
	opacity: 1;
	margin-bottom: 15px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
  }
  
  .s_1 img:hover {
	opacity: 0.8;
  }
  
  /*-------------dark mode--------*/
  .dark-mode,
  .dark-mode .header.navik-header.sticky,
  .dark-mode .menu-6-txt,
  .dark-mode .navik-menu li > ul,
  .dark-mode .navik-header,
  .dark-mode #wrapper .tnp-widget-minimal input.tnp-email,
  .dark-mode .booking-form .form-control,
  .dark-mode .booking-form .custom-select,
  .layout-rs.dark-mode .blog-box {
	background-color: #212121;
  }
  
  .dark-mode .tag-widget a,
  .dark-mode .tagcloud a,
  .dark-mode .wp-block-tag-cloud a,
  .dark-mode .blog-tags ul li,
  .dark-mode .blog-item-next-prev,
  .dark-mode .comment-form .form-control,
  .dark-mode .bg-lightgrey,
  .dark-mode .woocommerce form .form-row input.input-text,
  .dark-mode .woocommerce form .form-row textarea,
  .dark-mode .select2-container--default .select2-selection--single,
  .dark-mode .select2-dropdown,
  .dark-mode #add_payment_method #payment,
  .dark-mode .woocommerce-cart #payment,
  .dark-mode .woocommerce-checkout #payment,
  .dark-mode .woocommerce-error,
  .dark-mode .woocommerce-info,
  .dark-mode .woocommerce-message {
	background-color: #333;
  }
  
  .dark-mode .wpcf7 .booking-form .form-control {
	background: rgba(246, 251, 255, 0.1);
  }
  
  .dark-mode .menu-5-item,
  .dark-mode .menu-6-item,
  .dark-mode .menu-7-img,
  .dark-mode .center-menu-2 .navik-menu,
  .dark-mode #wrapper .tnp-widget-minimal input.tnp-email,
  .dark-mode #footer-3.footer {
	border-color: #333;
  }
  
  .dark-mode,
  .dark-mode .grey-color,
  .dark-mode .grey-color h2,
  .dark-mode .grey-color h3,
  .dark-mode .grey-color h4,
  .dark-mode .grey-color h5,
  .dark-mode .grey-color h6,
  .dark-mode .grey-color p,
  .dark-mode .grey-color a,
  .dark-mode .grey-color li,
  .dark-mode .grey-color i,
  .dark-mode .white-color .grey-color,
  .dark-mode .lightgrey-color .grey-color,
  .dark-mode .grey-color span,
  .dark-mode .section-title p,
  .dark-mode .tabs-1 li.current h5,
  .dark-mode .products-main-content.product-style4 .h5-sm,
  .dark-mode .products-main-content.product-style4 .h5-sm a,
  .dark-mode .menu-3-list .menu-item-desc p,
  .dark-mode #wrapper .tnp-widget-minimal input.tnp-email,
  .dark-mode .booking-form .form-control,
  .dark-mode .booking-form .custom-select,
  .dark-mode .blog-list-widget span,
  .dark-mode .prev-post a,
  .dark-mode .next-post a,
  .dark-mode .comment-form p,
  .dark-mode .social li a,
  .dark-mode .woocommerce table.shop_table th,
  .dark-mode .woocommerce table.shop_table td,
  .dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,
  .dark-mode .woocommerce-error,
  .dark-mode .woocommerce-info,
  .dark-mode .woocommerce-message {
	color: #f7f7f7;
  }
  
  .dark-mode a,
  .dark-mode .navik-menu ul li > a,
  .dark-mode .navik-menu ul li > a,
  .dark-mode .coffee-color,
  .dark-mode .coffee-color h2,
  .dark-mode .coffee-color h3,
  .dark-mode .coffee-color h4,
  .dark-mode .coffee-color h5,
  .dark-mode .coffee-color h6,
  .dark-mode .coffee-color p,
  .dark-mode coffee-color a,
  .dark-mode .coffee-color li,
  .dark-mode .coffee-color i,
  .dark-mode .white-color .coffee-color,
  .dark-mode .coffee-color span,
  .dark-mode .coffee-color a,
  .dark-mode h1,
  .dark-mode h2,
  .dark-mode h3,
  .dark-mode h4,
  .dark-mode h5,
  .dark-mode h6,
  .dark-mode .tab-content .button.add_to_cart_button,
  .dark-mode .products-main-content.product-style4 .button.add_to_cart_button,
  .dark-mode h4.blog-des-title a {
	color: #fff;
  }
  
  .dark-mode .contact-form .form-control::-moz-placeholder { 
	color: #f7f7f7;
  } 
  
  .dark-mode .contact-form .form-control:-ms-input-placeholder { 
	color: #f7f7f7; 
  }
  
  .dark-mode .contact-form .form-control::-webkit-input-placeholder { 
	color: #f7f7f7; 
  }
  
  .dark-mode .booking-form .form-control::-moz-placeholder { 
	color: #f7f7f7;
  } 
  
  .dark-mode .booking-form .form-control:-ms-input-placeholder { 
	color: #f7f7f7; 
  }
  
  .dark-mode .booking-form .form-control::-webkit-input-placeholder { 
	color: #f7f7f7;
  }

  /*
  Template Name: Testo - Pizza and Fast Food Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Testo - Pizza and Fast Food Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: Jthemes, Food, Fast Food, Restaurant, Pizzeria, Restaurant Menu, Pizza, Burger, Sushi, Steak, Grill, Snack
*/


/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

	/*------------------------------------------*/
	/*   BASE
	/*------------------------------------------*/
  
	/* Header H6 */
	h6.h6-xs { 
	  font-size: 0.95rem;
	}
  
	h6.h6-sm { 
	  font-size: 1rem;
	}
  
	h6.h6-md {
	  font-size: 1.028rem; 
	}
  
	h6.h6-lg {
	  font-size: 1.056rem; 
	}
  
	h6.h6-xl {
	  font-size: 1.083rem; 
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.11rem; 
	}
  
	h5.h5-sm {
	  font-size: 1.22rem; 
	}
	  
	h5.h5-md {
	  font-size: 1.33rem; 
	}
  
	h5.h5-lg {
	  font-size: 1.44rem; 
	}
  
	h5.h5-xl {
	  font-size: 1.56rem; 
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.67rem; 
	}
  
	h4.h4-sm {
	  font-size: 1.78rem; 
	}
  
	h4.h4-md {
	  font-size: 1.89rem; 
	}
  
	h4.h4-lg {
	  font-size: 2rem; 
	}
  
	h4.h4-xl {
	  font-size: 2.11rem; 
	} 
  
	h3.h3-xs {
	  font-size: 2.2rem; 
	}
  
	h3.h3-sm {
	  font-size: 2.33rem; 
	}
  
	h3.h3-md {
	  font-size: 2.44rem; 
	}
  
	h3.h3-lg {
	  font-size: 2.56rem; 
	}
  
	h3.h3-xl {
	  font-size: 2.67rem; 
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 2.78rem; 
	}
  
	h2.h2-sm {
	  font-size: 2.89rem; 
	}
  
	h2.h2-md {
	  font-size: 3rem; 
	}
	  
	h2.h2-lg {
	  font-size: 3.11rem; 
	}
  
	h2.h2-xl {
	  font-size: 3.35rem; 
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 0.95rem; 
	}
  
	p {
	  font-size: 1rem; 
	}
  
	p.p-md {
	  font-size: 1.025rem; 
	}
  
	p.p-lg {
	  font-size: 1.08rem; 
	}
  
	p.p-xl {
	  font-size: 1.14rem; 
	}
  
	/* Store Badges */
	.store {
	  margin-right: 8px; 
	}
  
	img.googleplay-original {
	  width: 156px; 
	  height: 48px; 
	}
  
	img.appstore-original {
	  width: 156px; 
	  height: 48px; 
	} 
  
	/* Section Title */
	.section-title h2.h2-title {
	  font-size: 4.15rem; 
	}
  
	.section-title p {
	  padding: 0 15%; 
	}
  
	/* Item Code */
	span.item-code {
	  font-size: 1rem; 
	  margin-top: 10px; 
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 140px; 
	  height: 137px; 
	}
  
	.price-badge-md {
	  width: 160px;
	  height: 156px; 
	}
  
	.price-badge-lg {
	  width: 170px; 
	  height: 166px; 
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: -50px; 
	  top: 100px; 
	}
  
	.discount-badge img {
	  max-height: 180px; 
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	 .navik-header.sticky {
	  position: fixed;
	  width: 100%;
	  -webkit-animation-name: stickyTransition;
	  animation-name: stickyTransition;
	  -webkit-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	}
  
	@-webkit-keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	@keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	#header-1.navik-header, .header.navik-header {
	  padding-top: 0; 
	}
  
	.navik-header .logo { 
	  padding: 10px 0;
	  float: none; 
	}
	.navik-header .logo img {
	  width: auto; 
	  max-width: inherit; 
	  max-height: 70px; 
	} 
  
	.navik-menu {
	  text-align: center; 
	}
  
	.navik-menu .mega-menu-container {
	  text-align: left; 
	  padding: 25px 8px; 
	}
	
	.navik-menu .mega-menu-container .col-lg-3,
	.navik-menu .mega-menu-container .col-lg-4 {
	  padding-left: 8px; 
	  padding-right: 8px;
	}
  
	.mega-menu-media {
	  margin-bottom: 20px; 
	}
  
	.mega-menu-container .col-lg-4 .last-menu-box .mega-menu-media {
	  margin-bottom: 0;
	}
  
	.navik-menu .mega-menu-desc {
	  font-size: 14px;
	}
	.navik-menu .mega-menu-heading {
	  font-size: 18px; 
	  margin-bottom: 5px;
	}
  
	.navik-menu .mega-menu-media-info {
	  padding-left: 15px;
	}
  
	.navik-menu ul.top-list {
	  margin-top: 15px;
	}
  
	.navik-menu ul li > a,
	.header .navik-menu ul li > a {
	  font-size: 20px;
	  background-color: rgba(160, 160, 160, .05); 
	  margin-bottom: 7px;
	}
  
	.navik-menu ul li.basket-ico > a {
	  margin-bottom: 10px;
	}
  
	.navik-menu ul ul li > a,
	.header .navik-menu ul ul li > a {
	  font-size: 18px;
	}
  
	.header .navik-menu ul li.nav-btn a {
	  top: 0; font-size: 32px; 
	  padding-left: 15px; 
	  padding-right: 15px;
	}
  
   .basket-ico em.roundpoint {
	 top: -6px;
	}
  
	.callusbtn {
	  display: block;
	}
  
	/*------------------------------------------*/
	/*   HERO
	/*------------------------------------------*/ 
  
	#hero-2 .bg-inner {
	  padding-top: 100px;
	}
  
	#hero-4 {
	  padding-top: 100px;
	  padding-bottom: 80px;
	}
  
	#hero-5 .bg-inner {
	  padding-top: 80px;
	  margin-bottom: 60px;
	}
  
	#hero-9 .bg-inner {
	  padding-top: 100px;
	  padding-bottom: 90px;
	}
  
	#hero-10 {
	  padding-top: 80px;
	  padding-bottom: 60px;
	}
  
	#hero-11 {
	  padding-top: 90px;
	  padding-bottom: 70px;
	}
  
	#hero-12 {
	  padding-top: 100px;
	  padding-bottom: 60px;
	}
  
	/* Hero Slider */
	.slider, .slider .slides {
	  height: 520px;
	}
	
	#hero-3 .slider,
	#hero-6 .slider,
	#hero-3 .slider .slides,
	#hero-6 .slider .slides {
	  height: 500px;
	}
  
	#hero-8 .slider,
	#hero-8 .slider .slides {
	  height: 460px;
	}
  
	/* Hero Text */
	.main-slider-content .caption-txt {
	  padding: 0 6%;
	  margin-top: 0;
	}
  
	#hero-3 .caption-txt {
	  padding-left: 0;
	  margin-top: 0;
	}
  
	#hero-6 .caption-txt {
	  padding-left: 15px;
	  margin-top: 0;
	}
  
	.hero-11-txt {
	  margin-left: -20px;
	  padding-right: 0;
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 6.5rem; 
	  margin-bottom: 25px; 
	}
  
	#hero-2 h2 {
	  font-size: 6.25rem;
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 5.25rem; 
	  margin-bottom: 15px; 
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 2.75rem; 
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 3.15rem; 
	  top: 1px; 
	}
  
	.hero-4-txt h2 {
	  font-size: 5.5rem; 
	}
  
	.hero-4-txt h3 {
	  font-size: 2rem; 
	}
  
	#hero-5 h2 {
	  font-size: 15rem;
	}
  
	#hero-9 h2 {
	  font-size: 5.5rem; 
	  padding: 0 5%; 
	  margin-bottom: 25px; 
	}
  
	#hero-10 h2 {
	  font-size: 15rem; 
	  border-bottom: 6px solid #fff; 
	  padding-bottom: 25px; 
	  margin-bottom: 35px; 
	}
  
	#hero-10 h3 {
	  font-size: 4.25rem; 
	}
  
	#hero-11 h2 {
	  font-size: 9rem; 
	  margin-bottom: 20px; 
	}
  
	#hero-11 h3 {
	  font-size: 4.5rem;
	  margin-bottom: 5px; 
	}
  
	#hero-11 h4 {
	  font-size: 3rem; 
	}
  
	#hero-12 h3 {
	  font-size: 3.75rem; 
	  margin-bottom: 25px; 
	}
  
	#hero-12 h2 {
	  font-size: 7.5rem;
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.5rem; 
	}
  
	.main-slider-content p span {
	  font-size: 2rem; 
	}
  
	.hero-4-txt p {
	  padding: 0; 
	  margin-bottom: 20px; 
	}
  
	.hero-11-txt p {
	  padding-right: 0; 
	  margin-bottom: 30px; 
	}
  
	.hero-12-txt p {
	  padding: 0 10%; 
	  margin-bottom: 50px; 
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper {
	  padding: 0 4%; 
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before,
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 5rem; 
	}
  
	/* Hero Image */
	.hero-5-img {
	  margin-top: -80px; 
	  margin-bottom: -40px; 
	}
  
	.hero-11-img {
	  margin-left: -68%; 
	}
  
	.hero-11-img img {
	  width: 92%;
	}
  
	.hbox-1 img {
	  padding: 0 5px; 
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-5, 
	#about-6 {
	  padding-top: 100px; 
	  padding-bottom: 60px; 
	}
  
	#about-7 {
	  padding-top: 80px;
	  padding-bottom: 40px; 
	}
  
	.about-2-txt {
	  padding: 0 15px; 
	}
  
	.about-3-txt {
	  padding: 0 5px;
	}
  
	.about-4-txt {
	  padding: 30px 10px 0; 
	}
  
	.about-5-txt {
	  padding: 0 35px 0 0; 
	}
  
	.about-6-txt {
	  padding: 0 0 0 40px; 
	}
  
	.abox-1-wrapper {
	  padding: 0 10%; 
	  margin-bottom: 0; 
	}
  
	.abox-2-wrapper {
	  padding-right: 5%; 
	  margin-top: 30px;
	}
  
	.abox-3-wrapper {
	  margin-top: 35px; 
	  padding-right: 10px; 
	}
  
	.about-1-txt h2 {
	  font-size: 4rem; 
	  margin-bottom: 20px; 
	}
	.about-2-txt h2 {
	  margin-bottom: 15px;
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, .about-5-txt h2, 
	.about-6-txt h2 { 
	  margin-bottom: 20px; 
	}
  
	.about-1-txt p {
	  padding: 0 10%; 
	  margin-bottom: 35px; 
	}
  
	.about-2-txt p {
	  padding: 0; 
	  margin-bottom: 25px; 
	}
  
	.about-4-img p {
	  padding-left: 0; 
	  padding-right: 20%; 
	  margin-top: 30px; 
	}
  
	.abox-4 p {
	  padding: 0 5%; 
	}
  
	.abox-3-wrapper.ico-70 [class*="flaticon-"]:before,
	.abox-3-wrapper.ico-70 [class*="flaticon-"]:after { 
	  font-size: 65px;
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 420px; 
	}
  
	/* Promo */
	.pbox-1 {
	  padding-top: 15px; 
	}
  
	.pbox-2 {
	  padding: 50px 25px 50px; 
	}
  
	.pbox-5 {
	  padding: 45px 10px; 
	}
  
	#pb-5-1.pbox-5 {
	  padding: 40px 70px 50px; 
	}
  
	.pbox-5-price {
	  margin-top: 20px; 
	}
  
	.pbox-5-price p {
	  font-size: 1.1rem;
	  margin-bottom: 5px; 
	}
  
	.pbox-5-price p span {
	  font-size: 1.6rem; 
	  top: 3px; 
	  left: 10px; 
	}
  
	.pbox-6-txt {
	  min-height: 266px; 
	} 
  
	.pbox-6-txt p {
	  padding: 0 10%; 
	  margin-bottom: 15px; 
	}
  
	.pbox-6-price h5 {
	  margin-bottom: 14px; 
	}
  
	#pb-7-1, 
	#pb-7-3 {
	  padding: 25px 5px 10px; 
	}
  
	#pb-7-2 {
	  padding: 10px 5px 30px; 
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.56rem; 
	}
  
	.pbox-7-txt p {
	  font-size: 0.975rem; 
	}
  
	.pbox-7:hover .add-to-cart {
	  bottom: 6px; 
	}
  
	.pbox-8-txt p {
	  margin-bottom: 10px; 
	}
	
	.pbox-9-txt {
	  padding: 0 10px;
	}
  
	.pbox-9 h2 {
	  margin-bottom: 15px; 
	}
  
	.pbox-9-price {
	  margin-top: 15px; 
	}
  
	.pbox-9-price p span {
	  top: 4px;
	}
  
	.pbox-10-txt {
	  margin-right: -120px; 
	}
  
	.pbox-10-txt h2 {
	  font-size: 4.75rem;
	  margin-bottom: 20px;
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.25rem; 
	}
	.pbox-10-txt h4 span {
	  font-size: 2.5rem;
	  top: 5px; left: 10px; 
	}
  
	.pbox-10-txt p {
	  padding-right: 18%; 
	}
  
	.pbox-10-img {
	  margin: -60px -60px -60px 50px; 
	}
  
	.pbox-10-img img {
	  width: 110%; 
	}
  
	.pbox-11-txt h2 {
	  font-size: 4.75rem; 
	  margin-bottom: 20px; 
	}
  
	.pbox-11-txt p {
	  font-size: 0.95rem; 
	}
  
	.pbox-11-link {
	  padding: 12px; 
	  margin-bottom: 15px; 
	}
  
	.pbox-11-link p {
	  font-size: 0.95rem; 
	}
  
	#promo-11.promo-section .price-badge-lg {
	  top: 0px; 
	}
  
	.promo-12-txt h2 {
	  font-size: 4.75rem; 
	  margin-bottom: 25px; 
	}
  
	.promo-12-txt h3 {
	  font-size: 3rem; 
	}
  
	.promo-12-txt span {
	  font-size: 3.25rem; 
	}
  
	.promo-12-img {
	  margin-left: 40px; 
	}
  
	.pbox-13-item {
	  padding: 50px 20px; 
	}
  
	.pbox-14-item {
	  margin: 0 8px; 
	}
	.pbox-14-txt {
	  padding: 20px 0 5px; 
	}
  
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1rem; 
	  padding: 0; 
	}
  
	/* Menu */
	#menu-7 .col-lg-3,
	 #menu-8 .col-lg-3 { 
	  padding-left: 8px;
	  padding-right: 8px;
	}
  
	.menu-3-wrapper {
	  padding: 0; 
	}
  
	.menu-1-txt, 
	.menu-3-txt {
	  padding: 0 5px; 
	}
  
	.menu-2-txt { 
	  padding-left: 5px; 
	}
  
	.menu-5-txt {
	  padding: 25px 16px 30px; 
	}
  
	.menu-6-txt {
	  padding: 25px 13px 20px; 
	}
  
	.menu-title-wrapper h5 {
	  font-size: 1.3rem;
	}
  
	.menu-3-item-data h6 {
	  font-size: 0.915rem; 
	}
  
	#menu-3 .menu-item-desc p {
	  font-size: 1rem; 
	}
  
	.menu-5-txt p { 
	  padding-right: 5%; 
	  margin-bottom: 10px; 
	}
  
	.menu-6-txt p {
	  font-size: 0.875rem; 
	  margin-bottom: 15px; 
	}
  
	.menu-7-txt p {
	  font-size: 0.95rem; 
	}
  
	.menu-5-price {
	  top: 35px; 
	  right: 18px; 
	}
  
	.menu-6-txt .add-to-cart {
	  right: 10px;
	  bottom: 0px;
	}
	.menu-6-item:hover .add-to-cart {
	  bottom: 20px; 
	}
  
	.menu-3-img { 
	  padding: 0 5px; 
	}
  
	.menu-7-img .item-rating {
	  bottom: 25px; 
	  right: 15px; 
	}
  
	.tabs-1 li {
	  padding: 0 50px; 
	}
  
	/* Gallery */
	#gallery-1 .img-meta, 
	#gallery-2 .img-meta {
	  padding: 30px 20px 25px; 
	} 
  
	/* Reviews */
	#reviews-1 img {
	  width: 110px; 
	  height: 110px; 
	}
  
	.review-1-txt p {
	  font-size: 1.45rem; 
	  padding: 0 10%; 
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0; 
	}
  
	.banner-2-txt h2 {
	  font-size: 5rem;
	  padding: 0 10%; 
	}
  
	.banner-2-txt p {
	  font-size: 1.25rem; 
	  padding: 0 5%; 
	  margin-bottom: 18px; 
	}
  
	.banner-3-txt h2 {
	  font-size: 3.85rem; 
	}
  
	.banner-3-txt p {
	  padding-right: 10%;
	} 
  
	.banner-4-txt h2 {
	  font-size: 4rem;
	}
  
	.banner-4-txt p {
	  padding: 0 10%;
	}
  
	.banner-4-txt .btn {
	  font-size: 18px; 
	  padding: 15px 45px; 
	}
  
	/* FAQs */
	.questions-wrapper,
	.faqs-1-questions {
	  padding: 0;
	}
  
	/* Newsletter */
	#newsletter-1 .inner-bg {
	  padding: 50px 0 40px; 
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0 8%; 
	}
  
	.newsletter-section .form-control,
	.newsletter-section .btn {
	  height: 56px;
	}
  
	/* Blog */
	#blog-1 .col-lg-4 {
	  padding-left: 8px; 
	  padding-right: 8px; 
	}
  
	.blog-post-txt {
	  padding: 0;
	}
  
	.blog-post-txt p {
	  font-size: 0.95rem;
	}
  
	.single-post-title,
	.single-post-txt,
	.post-share-links, 
	#op-row, 
	.comments-wrapper {
	  padding: 0;
	}
  
	.post-share-links {
	  padding-top: 20px;
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  font-size: 22px;
	}
	.all-posts a {
	  font-size: 2rem; 
	}
  
	/* Contacts */
	#contacts-1,
	#contacts-2 {
	  padding-top: 60px;
	  padding-bottom: 30px; 
	}
  
	#contacts-3 .col-lg-4 {
	  padding-left: 8px; 
	  padding-right: 8px; 
	}
  
	#contacts-4 .section-title, 
	.contacts-info {
	  padding-left: 0;
	}
  
	.cbox-1 p a,
	.cbox-1 p.yellow-color {
	  font-size: 1.65rem; 
	}
  
	.cbox-2-txt {
	  padding-left: 20px;
	}
  
	.cbox-2.ico-65 [class*="flaticon-"]:before, 
	.cbox-2.ico-65 [class*="flaticon-"]:after {
	  font-size: 60px; 
	}
  
	.cbox-2-txt p {
	  font-size: 1rem;
	}
  
	.contacts-4-img {
	  width: 30%; 
	}
  
	/* Booking Form */
	#booking-1 .form-holder {
	  padding: 45px 30px 40px; 
	  margin: -30px 10px;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 38%;
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0;
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px; 
	}
  
	.footer-img img.insta-img {
	  width: 85px; 
	  height: 85px; 
	  margin: 3px; 
	}
  
	.foo-email.mt-15 {
	  margin-top: 0; 
	}
  
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px; 
	  margin-bottom: 5px; 
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.15rem;
	}
  
	.footer-contacts p span {
	  font-size: 1.65rem; 
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 90px; 
	  padding-bottom: 100px;
	}
  
	/* Cart */
	.cart-table .qty {
	  margin-top: 0;
	}
  
	.cart-product-desc h6 {
	  font-size: 1.3rem;
	}
  
	/* Checkout */
	.cart-checkout {
	  padding: 40px 35px;
	}
	.cart-checkout .btn {
	  padding-left: 0;
	  padding-right: 0;
	}
	.cart-checkout .table {
	  font-size: 1.15rem;
	}
  
	/* Team */
	.tm-meta {
	  padding: 20px 0 0;
	}
  
  }
  
  @media (max-width: 1024px) {
	.product-preview {
	  width: 100%;
	  margin-bottom: 40px;
	}
  
	.product-preview .tabs-2 li {
	  margin-bottom: 5px;
	}
  
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
	  float: left;
	  width: 100%;
	  margin-bottom: 0;
	}
  
	.product-style3 .col-md-6.col-lg-4:nth-child(odd) .pbox-7-txt {
		  padding-top: 10px;
	  }
	  .products-main-content.product-style3 .pbox-7 .like-ico {
		  top: 8px;
	  }
  }
  
  @media (min-width: 768px) and (max-width: 991.95px) { 
  
	/*------------------------------------------*/
	/*   BASE
	/*------------------------------------------*/
  
	.wide-100 {
	  padding-top: 80px; 
	  padding-bottom: 80px;
	}
  
	.wide-90 {
	  padding-top: 80px; 
	  padding-bottom: 70px; 
	}
  
	.wide-80 {
	  padding-top: 80px;
	  padding-bottom: 60px;
	}
  
	.wide-70 {
	  padding-top: 80px;
	  padding-bottom: 50px;
	}
  
	.wide-60 {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
  
	.wide-50 {
	  padding-top: 80px; 
	  padding-bottom: 30px;
	}
  
	.wide-40 {
	  padding-top: 80px; 
	  padding-bottom: 20px; 
	}
  
	.wide-30 {
	  padding-top: 80px;
	  padding-bottom: 10px; 
	}
  
	.wide-20 {
	  padding-top: 80px;
	  padding-bottom: 0;
	}
  
	.pt-100 {
	  padding-top: 80px; 
	}
	.pb-100 {
	  padding-bottom: 80px;
	}
  
	.pt-80 {
	  padding-top: 60px;
	}
  
	.pb-80 {
	  padding-bottom: 60px; 
	}
  
	.pt-60 {
	  padding-top: 40px; 
	}
  
	.pb-60 {
	  padding-bottom: 40px; 
	}
  
	.pb-50 {
	  padding-bottom: 30px;
	} 
  
	.bg-scroll, 
	.bg-01, 
	.bg-02, 
	.bg-03, 
	.bg-04, 
	.bg-05 {
	  background-attachment: scroll!important; 
	}
  
	/* Header H6 */
	h6.h6-xs {
	  font-size: 1rem; 
	}
  
	h6.h6-sm {
	  font-size: 1.05rem; 
	}
  
	h6.h6-md {
	  font-size: 1.1rem;
	}
  
	h6.h6-lg {
	  font-size: 1.15rem;
	}
  
	h6.h6-xl {
	  font-size: 1.2rem; 
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.2rem; 
	}
  
	h5.h5-sm {
	  font-size: 1.3rem;
	}
  
	h5.h5-md {
	  font-size: 1.35rem; 
	}
  
	h5.h5-lg {
	  font-size: 1.4rem; 
	}
  
	h5.h5-xl {
	  font-size: 1.5rem;
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.6rem; 
	}
  
	h4.h4-sm {
	  font-size: 1.7rem;
	}
  
	h4.h4-md {
	  font-size: 1.6rem;
	}
  
	h4.h4-lg {
	  font-size: 1.7rem; 
	}
  
	h4.h4-xl {
	  font-size: 1.8rem;
	} 
  
	h3.h3-xs {
	  font-size: 1.9rem;
	}
  
	h3.h3-sm {
	  font-size: 2rem;
	}
  
	h3.h3-md {
	  font-size: 2.1rem;
	}
  
	h3.h3-lg {
	  font-size: 2.2rem; 
	}
  
	h3.h3-xl {
	  font-size: 2.3rem; 
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 2.4rem; 
	}
  
	h2.h2-sm {
	  font-size: 2.5rem; 
	}
  
	h2.h2-md {
	  font-size: 2.6rem; 
	}
  
	h2.h2-lg {
	  font-size: 2.7rem; 
	}
  
	h2.h2-xl {
	  font-size: 2.8rem; 
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 0.95rem; 
	}
  
	p {
	  font-size: 1rem;
	}
  
	p.p-md {
	  font-size: 1.025rem; 
	}
  
	p.p-lg {
	  font-size: 1.08rem; 
	}
  
	p.p-xl {
	  font-size: 1.125rem; 
	}  
  
	/* Button */
	.btn, 
	.btn.btn-md, 
	.btn.btn-lg {
	  font-size: 16px; 
	}
  
	.btn.btn-sm {
	  font-size: 15px; 
	  padding: 12px 24px; 
	}
	.btn.btn-md, 
	.btn.btn-lg {
	  padding: 14px 34px; 
	}
  
	/* Section Title */
	.section-title h2.h2-title {
	  font-size: 3.85rem; 
	}
  
	.section-title h2.h2-xl {
	  font-size: 3.15rem; 
	}
  
	.section-title p {
	  padding: 0 12%; 
	}
  
	/* Like Icon */
	.like-ico.ico-20 [class*="flaticon-"]:before, 
	.like-ico.ico-20 [class*="flaticon-"]:after {
	  font-size: 1.5rem; 
	}
  
	.like-ico.ico-25 [class*="flaticon-"]:before, 
	.like-ico.ico-25 [class*="flaticon-"]:after {
	  font-size: 1.6rem; 
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 130px; 
	  height: 127px; 
	}
  
	.price-badge-md {
	  width: 150px; 
	  height: 146px; 
	}
  
	.price-badge-lg {
	  width: 160px; 
	  height: 156px; 
	}
  
	#hero-2 .badge-txt {
	  top: 50%; 
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: 20px; 
	  top: 25px; 
	}
  
	.discount-badge img {
	  max-height: 180px;
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	 .navik-header.sticky {
	  position: fixed;
	  width: 100%;
	  -webkit-animation-name: stickyTransition;
	  animation-name: stickyTransition;
	  -webkit-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	}
  
	@-webkit-keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	@keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	#header-1.navik-header, 
	.header.navik-header {
	  padding-top: 0; 
	}
  
	.navik-header .logo {
	  padding: 10px 0;
	  float: none;
	}
  
	.navik-header .logo img {
	  width: auto; 
	  max-width: inherit; 
	  max-height: 70px;
	} 
  
	.navik-menu {
	  text-align: center; 
	}
  
	.navik-menu ul.top-list {
	  margin-top: 15px; 
	}
  
	.navik-menu ul li > a, 
	.header .navik-menu ul li > a {
	  font-size: 20px; 
	  background-color: rgba(160, 160, 160, .05); 
	  margin-bottom: 7px; 
	}
  
	.navik-menu ul li.basket-ico > a {
	  margin-bottom: 10px;
	}
  
	.navik-menu ul ul li > a, 
	.header .navik-menu ul ul li > a {
	  font-size: 18px; 
	}
  
	.navik-menu .mega-menu-container {
	  text-align: left; 
	  padding: 25px 0 0; 
	  height: 450px; 
	  overflow: scroll;  
	  overflow-x: hidden;
	}
  
	.mega-menu-box, 
	.mega-menu-box.last-menu-box {
	  margin-bottom: 25px;
	}
  
	.navik-menu .mega-menu-desc {
	  font-size: 15px; 
	}
  
	.navik-menu .mega-menu-heading {
	  font-size: 20px; 
	  margin-bottom: 5px; 
	}
  
	.navik-menu .mega-menu-media-info {
	  padding-left: 15px; 
	}
  
	.header .navik-menu ul li.nav-btn a {
	  top: 0; 
	  font-size: 32px; 
	  padding-left: 15px; 
	  padding-right: 15px; 
	}
  
	.basket-ico em.roundpoint {
	  top: -6px;
	}
  
	.callusbtn {
	  display: block; 
	}
  
	/*------------------------------------------*/
	/*   HERO   
	/*------------------------------------------*/
  
	#hero-2 .bg-inner {
	  padding-top: 80px; 
	}
  
	#hero-4 {
	  padding-top: 80px; 
	  padding-bottom: 80px; 
	}
  
	#hero-5 .bg-inner {
	  padding-top: 50px; 
	  margin-bottom: 50px; 
	}
  
	#hero-9 .bg-inner {
	  padding-top: 90px; 
	  padding-bottom: 80px;
	}
  
	#hero-10 {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}
	#hero-11 {
	  padding-top: 70px;
	  padding-bottom: 50px;
	}
  
	#hero-12 {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
  
	/* Hero Slider */
	.slider, 
	.slider .slides {
	  height: 440px;
	}
  
	#hero-3 .slider, 
	#hero-6 .slider, 
	#hero-3 .slider .slides, 
	#hero-6 .slider .slides {
	  height: 400px;
	}
  
	#hero-8 .slider, 
	#hero-8 .slider .slides {
	  height: 390px;
	}
  
	.slider .indicators {
	  bottom: 20px;
	}
  
	/* Hero Text */
	.main-slider-content .caption-txt {
	  padding: 0 5%; 
	  margin-top: -5px; 
	}
  
	#hero-3 .caption-txt, 
	#hero-6 .caption-txt {
	  padding-left: 0;
	  margin-top: 0;
	}
  
	.hero-11-txt {
	  margin-top: -20px;
	  margin-left: 0;
	  padding-right: 0;
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 5.25rem; 
	  margin-bottom: 25px;
	}
  
	#hero-2 h2 {
	  font-size: 5.25rem; 
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 4rem; 
	  margin-bottom: 10px; 
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 2.15rem;
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 2.75rem;
	}
  
	.hero-4-txt h2 {
	  font-size: 4rem;
	}
  
	.hero-4-txt h3 {
	  font-size: 1.75rem; 
	  margin-bottom: 15px;
	}
  
	#hero-5 h2 {
	  font-size: 12rem; 
	}
  
	#hero-9 h2 {
	  font-size: 4.75rem; 
	  padding: 0; 
	  margin-bottom: 20px; 
	}
  
	#hero-10 h2 {
	  font-size: 13rem; 
	  border-bottom: 4px solid #fff; 
	  padding-bottom: 25px; 
	  margin-bottom: 35px; 
	}
  
	#hero-10 h3 {
	  font-size: 3.5rem; 
	}
  
	#hero-11 h2 {
	  font-size: 7.5rem; 
	  margin-bottom: 20px; 
	}
  
	#hero-11 h3 {
	  font-size: 3.75rem; 
	  margin-bottom: 5px; 
	}
  
	#hero-11 h4 {
	  font-size: 2.15rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h3 {
	  font-size: 2.75rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h2 {
	  font-size: 6.25rem; 
	  margin-bottom: 20px;
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.4rem; 
	}
  
	.main-slider-content p span {
	  font-size: 1.9rem; 
	}
  
	.hero-4-txt p {
	  padding: 0; 
	  margin-bottom: 25px; 
	}
  
	.hero-9-txt p {
	  font-size: 1.15rem; 
	  padding: 0 5%; 
	  margin-bottom: 30px; 
	}
  
	.hero-11-txt p {
	  padding-right: 0; 
	  margin-bottom: 25px; 
	}
  
	.hero-12-txt p {
	  padding: 0 5%; 
	  margin-bottom: 50px; 
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper, 
	.hbox-2-wrapper {
	  padding: 0 3%; 
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before, 
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 4.75rem;
	}
  
	/* Hero Image */
	.hero-4-img {
	  margin-left: -25px;
	}
  
	.hero-5-img {
	  margin-top: -60px; 
	  margin-bottom: -30px; 
	}
  
	.hero-11-img {
	  margin-left: -100%; 
	}
  
	.hero-11-img img {
	  width: 100%; 
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-2 {
	  padding-top: 80px;
	  padding-bottom: 300px;
	}
  
	#about-5, 
	#about-6 {
	  padding-top: 80px; 
	  padding-bottom: 40px; 
	}
  
	#about-7 {
	  padding-top: 80px; 
	  padding-bottom: 40px;
	}
  
	.about-2-txt {
	  padding: 0 15px; 
	}
  
	.about-3-txt, 
	.about-4-txt {
	  padding: 0; 
	}
  
	.about-5-txt {
	  padding: 0 5px 0 0; 
	}
  
	.about-6-txt {
	  padding: 0 0 0 5px;
	}
  
	.abox-1-wrapper {
	  padding: 0 3%; 
	  margin-bottom: 0; 
	}
  
	.abox-2-wrapper {
	  padding-right: 3%; 
	  margin-top: 30px; 
	}
  
	.about-1-txt h2 {
	  font-size: 3.85rem; 
	  margin-bottom: 20px; 
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, 
	.about-5-txt h2, 
	.about-6-txt h2 {
	  margin-bottom: 20px; 
	}
  
	.about-1-txt p {
	  padding: 0 5%; 
	  margin-bottom: 35px; 
	}
  
	.about-2-txt p {
	  padding: 0 5%; 
	  margin-bottom: 25px; 
	}
	.about-4-img p {
	  padding-left: 0;
	  padding-right: 0; 
	  margin-top: 30px; 
	}
  
	.abox-1-wrapper.ico-75 [class*="flaticon-"]:before, 
	.abox-1-wrapper.ico-75 [class*="flaticon-"]:after {
	  font-size: 65px; 
	  line-height: 1!important; 
	} 
  
	.abox-2-wrapper.ico-70 [class*="flaticon-"]:before, 
	.abox-2-wrapper.ico-70 [class*="flaticon-"]:after {
	  font-size: 65px;
	  line-height: 1!important; 
	} 
  
	.abox-3-wrapper.ico-70 [class*="flaticon-"]:before, 
	.abox-3-wrapper.ico-70 [class*="flaticon-"]:after {
	  font-size: 60px; 
	  line-height: 1!important; 
	} 
  
	.about-3-img {
	  position: relative; 
	  left: -75%; 
	}
  
	.about-3-img img {
	  max-width: none;
	  width: 170%; 
	  display: inline-block; 
	}
  
	.about-5-img {
	  width: 40%; left: 60%; 
	}
  
	.about-6-img {
	  width: 40%; 
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 390px; 
	}
  
	/* Promo */
	#promo-2 .col-md-6,
	#promo-3 .col-md-6,
	#promo-4 .col-md-4 {
	  padding-left: 8px;
	  padding-right: 8px;
	}
  
	.pbox-1 {
	  padding-top: 30px;
	}
  
	.pbox-1-txt p {
	  font-size: 1.025rem;
	}
  
	.pbox-2 {
	  padding: 50px 20px 40px; 
	}
  
	.pbox-3.mb-30 {
	  margin-bottom: 16px;
	}
	
	/* Promo-5 */
	#pb-5-1.pbox-5 {
	  margin-bottom: 20px; 
	}
  
	#pb-5-2.pbox-5, 
	#pb-5-3.pbox-5 {
	  border: 1px solid #e5e5e5;
	  padding: 45px 25px;
	}
  
	.pbox-5-txt h4, 
	#pb-5-1.pbox-5 h4 {
	  font-size: 1.8rem;
	  padding: 0 12%;
	}
  
	#pb-5-1 .price-badge-sm {
	  width: 170px; 
	  height: 166px; 
	}
  
	#pb-5-1 .badge-txt h5 {
	  font-size: 1.75rem; 
	}
  
	#pb-5-1 .badge-txt h4 {
	  font-size: 2.05rem;
	}
  
	.pbox-5-price p {
	  font-size: 1.25rem;
	}
  
	.pbox-5-price p span {
	  font-size: 1.75rem;
	  top: 3px; left: 10px;
	}
  
	.pbox-6-txt {
	  min-height: 296px;
	}
  
	.pbox-6-txt h4 {
	  font-size: 1.8rem; 
	}
  
	.pbox-6-txt p {
	  padding: 0 15%; 
	  margin-bottom: 20px;
	}
  
	.pbox-6-price h5 {
	  font-size: 1.65rem; 
	}
  
	/* Promo-7 */
	#promo-7 {
	  padding-bottom: 50px;
	}
  
	.pbox-7-img { 
	  width: 50%; 
	  float: left;
	}
  
	.pbox-7-txt {
	  display: inline-block; 
	  width: 50%; 
	}
  
	#pb-7-1, 
	#pb-7-2, 
	#pb-7-3 {
	  padding: 40px 20px 40px 30px; 
	}
  
	.pbox-7 {
	  margin-bottom: 30px;
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.8rem; 
	}
  
	.pbox-7-price h5 {
	  font-size: 1.65rem;
	}
  
	.pbox-7-txt .add-to-cart {
	  opacity: 1; 
	  position: relative; 
	  right: 0; 
	  bottom: 0; 
	  font-size: 1rem; 
	  padding: 10px 17px; 
	  margin-top: 25px; 
	}
  
	.pbox-7:hover .add-to-cart, 
	.pbox-7:hover #pb-7-2 .add-to-cart {
	  bottom: 0; 
	}
  
	.pbox-7-txt .add-to-cart.ico-10 [class*="flaticon-"]:before, 
	.pbox-7-txt .add-to-cart.ico-10 [class*="flaticon-"]:after {
	  font-size: 0.95rem;
	}
  
	/* Promo-8 */
	#promo-8 .col-md-4 {
	  padding-left: 8px; 
	  padding-right: 8px; 
	}
  
	#pb-8-1, 
	#pb-8-2, 
	#pb-8-3 {
	  padding-right: 15px;
	}
  
	.pbox-8-txt {
	  text-align: center; 
	  padding: 20px 0 0; 
	}
  
	.pbox-8 .col-lg-6.rel {
	  padding-right: 15px;
	}
  
	.pbox-8 h5 {
	  font-size: 1.65rem; 
	  margin-bottom: 10px; 
	}
  
	.pbox-8-txt p {
	  font-size: 1.0625rem;
	  padding: 0 5%; 
	  margin-bottom: 10px; 
	}
  
	.pbox-8-price h5 {
	  font-size: 1.65rem;
	}
  
	/* Promo-9 */
	.pbox-9-txt {
	  padding: 30px 10% 0;
	}
  
	.pbox-9 h2 {
	  margin-bottom: 15px;
	}
  
	.pbox-9-price {
	  margin-top: 15px;
	}
  
	.pbox-9-price p {
	  font-size: 1.45rem;
	}
  
	.pbox-9-price p span {
	  font-size: 2.15rem; 
	  top: 3px; left: 10px;
	}
  
	#promo-9 .m-row {
	  display: flex; 
	  flex-flow: wrap; 
	}
  
	#promo-9 .m-top, 
	#promo-9 .m-bottom {
	  width: 100%; 
	}
  
	#promo-9 .m-bottom {
	  order: 1;
	}
  
	#promo-9 .m-top {
	  order: 0; 
	}
  
	/* Promo-10 */
	.pbox-10-txt {
	  margin-right: -80px;
	}
  
	.pbox-10-txt h2 {
	  font-size: 4.5rem; 
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.35rem;
	}
  
	.pbox-10-txt h4 span {
	  font-size: 2.25rem; 
	  top: 4px; 
	}
  
	.pbox-10-txt p {
	  padding-right: 5%;
	}
  
	.pbox-10-img {
	  margin: -60px -60px -60px 40px;
	}
  
	.pbox-10-img img {
	  width: 160%; 
	}
  
	/* Promo-11 */
	#promo-11 {
	  padding-top: 80px; 
	  padding-bottom: 60px;
	}
  
	.pbox-11-txt h2 {
	  font-size: 4.5rem; 
	  margin-bottom: 15px;
	}
  
	.pbox-11-txt p {
	  font-weight: 300;
	  margin-bottom: 20px;
	}
  
	#promo-11 .col-lg-2 {
	  width: 52%; 
	}
  
	.pbox-11-link {
	  width: 45%; 
	  float: left; 
	  padding: 10px; 
	  margin-left: 8px; 
	  margin-right: 8px; 
	}
  
	/* Promo-12 */
	#promo-12 {
	  margin-top: 0; 
	  overflow: hidden; 
	}
  
	.promo-12-txt {
	  text-align: center; 
	  padding-top: 80px; 
	  padding-left: 0; 
	}
  
	.promo-12-txt h2 {
	  font-size: 4.25rem; 
	  margin-bottom: 10px; 
	}
  
	.promo-12-txt h3 {
	  font-size: 2.5rem;
	}
  
	.promo-12-txt span {
	  font-size: 3rem;
	}
  
	.promo-12-img {
	  margin-top: 30px;
	  margin-bottom: -170px; 
	  position: relative; 
	  overflow: hidden; 
	}
  
	.promo-12-img img.img-fluid {
	  max-width: 100%; 
	  display: inline-block; 
	}
  
	#promo-13 .col-md-4 {
	  padding-left: 4px; 
	  padding-right: 4px; 
	}
	.pbox-13-item {
	  padding: 40px 15px;
	}
  
	/* Promo-14 */
	.pbox-14-item {
	  margin: 0 8px;
	}
  
	#pb-14-1.pbox-14-item {
	  padding: 60px; 
	  margin: 0 8px 20px; 
	}
  
	.pbox-14-txt {
	  padding: 20px 20px 5px;
	}
  
	.pbox-14-txt h5 {
	  font-size: 1.5rem;
	}
  
	#pb-14-1 .pbox-14-txt h5 {
	  font-size: 1.8rem; 
	}
  
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1rem; 
	  padding: 0; 
	}
  
	.pbox-14-price h5 {
	  font-size: 1.35rem; 
	} 
  
	#pb-14-1 .price-badge-sm {
	  width: 170px; 
	  height: 166px; 
	}
  
	#pb-14-1 .badge-txt h5 {
	  font-size: 1.75rem; 
	}
  
	#pb-14-1 .badge-txt h4 {
	  font-size: 2.05rem; 
	}
  
	/* Menu */
	#menu-4 {
	  padding-bottom: 20px; 
	}
  
	#menu-6 .col-lg-3 {
	  padding-left: 15px; 
	  padding-right: 15px; 
	}
  
	.menu-3-wrapper {
	  padding: 0; 
	}
  
	.menu-1-txt, 
	.menu-2-txt {
	  padding-left: 0; 
	}
  
	.menu-3-txt {
	  padding: 0; 
	}
  
	#m4-bottom {
	  margin-top: -70px; 
	}
  
	.menu-1-list li.resp-lst:last-child {
	  margin-bottom: 40px; 
	}
  
	.menu-3-list li.resp-lst:last-child {
	  margin-bottom: 30px; 
	}
  
	.menu-item-title h6, 
	.menu-item-title h5 {
	  font-size: 1.5rem; 
	}
  
	.menu-item-price h6, 
	.menu-item-price h5 {
	  font-size: 1.5rem; 
	}
  
	.menu-3-item-data {
	  top: 38px; 
	}
  
	.menu-3-item-data h6 {
	  font-size: 0.95rem; 
	}
  
	.menu-item-desc p {
	  font-size: 1.025rem; 
	  margin-bottom: 5px; 
	}
  
	#menu-3 .menu-item-desc p {
	  font-size: 1.025rem; 
	  padding-right: 10%; 
	}
  
	.menu-item-desc span {
	  font-size: 1rem; 
	}
  
	.menu-5-txt {
	  padding: 25px 20px 35px; 
	}
  
	.menu-5-txt h5, 
	.menu-6-txt h5, 
	.menu-7-txt h5 {
	  font-size: 1.5rem; 
	  margin-top: 5px; 
	  margin-bottom: 10px; 
	}
  
	.menu-5-price h5, 
	.menu-6-price h5, 
	.menu-7-price h5 {
	  font-size: 1.35rem; 
	  line-height: 1; 
	  margin-top: 0; 
	  margin-bottom: 1px; 
	}
  
	.menu-5-txt p {
	  font-size: 1rem; 
	  padding-right: 0; 
	  margin-bottom: 10px; 
	}
	
	.menu-6-txt p, 
	.menu-5-txt span.item-data, 
	.menu-item-desc p, 
	.menu-item-desc span {
	  font-size: 1rem;
	}
  
	.menu-7-txt p {
	  font-size: 1rem; 
	  padding: 0 8%; 
	}
  
	.menu-6-item .like-ico {
	  top: 28px; 
	  right: 20px; 
	}
  
	.menu-6-txt .add-to-cart {
	  right: 20px; 
	  bottom: 20px; 
	}
  
	.menu-6-item:hover .add-to-cart {
	  bottom: 30px; 
	}
  
	.menu-7-img .like-ico, 
	.pbox-14-img .like-ico {
	  top: 20px; 
	  right: 24px; 
	}
  
	.menu-7-img .item-rating {
	  bottom: 30px; 
	  right: 25px; 
	}
  
	.menu-7-txt .btn.btn-sm {
	  padding: 14px 48px; 
	}
  
	#tabs-nav {
	  margin-bottom: 50px; 
	}
  
	.tabs-1 li {
	  padding: 0 35px; 
	}
  
	.menu-3-img {
	  padding: 0; 
	}
  
	.menu-4-img {
	  padding-right: 0; 
	}
  
	#m4-top .menu-4-img {
	  position: relative; 
	  margin-left: -175%; 
	  margin-bottom: 0; 
	}
  
	#m4-bottom .menu-4-img {
	  position: relative; 
	  margin-left: 20px; 
	}
  
	#m4-top .menu-4-img img, 
	#m4-bottom .menu-4-img img {
	  max-width: none; 
	  display: inline-block; 
	}
  
	/* Gallery */
	#gallery-2 {
	  padding-top: 80px; 
	  padding-bottom: 64px; 
	}
  
	/* Reviews */
	#reviews-1 {
	  padding-top: 80px; 
	  padding-bottom: 70px; 
	}
  
	#reviews-1 img {
	  width: 100px; 
	  height: 100px; 
	}
  
	.review-1-txt p {
	  font-size: 1.4rem; 
	  padding: 0 1%; 
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0;
	}
  
	.banner-2-txt h2 {
	  font-size: 4.25rem; 
	  padding: 0; 
	  margin-bottom: 30px;  
	}
  
	.banner-2-txt p {
	  font-size: 1.2rem; 
	  padding: 0 5%; 
	  margin-bottom: 15px; 
	}
  
	.banner-3-txt h2 {
	  font-size: 3.5rem; 
	}
  
	.banner-3-txt p {
	  padding: 0; 
	  margin-bottom: 25px; 
	}
  
	.banner-3-img img {
	  max-width: none;
	  width: 160%; 
	  display: inline-block;
	  margin-left: -20px; 
	}
  
	.banner-4-txt h2 {
	  font-size: 4rem; 
	  line-height: 1.15;
	  margin-bottom: 15px; 
	}
  
	.banner-4-txt h4 {
	  margin-bottom: 14px; 
	}
  
	.banner-4-txt p {
	  padding: 0 10%; 
	  margin-bottom: 25px; 
	}
  
	.banner-4-txt .btn {
	  font-size: 19px;
	  padding: 16px 40px; 
	}
  
	/* FAQs */
	.questions-wrapper, 
	.faqs-1-questions {
	  padding: 0; 
	}
  
	.more-questions-btn {
	  margin-top: 20px;
	}
  
	/* Newsletter */
	#newsletter-1.mb-20 {
	  margin-bottom: 0; 
	}
  
	#newsletter-1 .inner-bg {
	  padding: 50px 0 40px;
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0 3%; 
	}
  
	.newsletter-section .form-control,
	.newsletter-section .btn {
	  height: 56px; 
	}
  
	/* Blog */
	.blog-post-txt {
	  padding: 0 3%; 
	}
  
	#blog-listing .col-lg-4 #sp-2-1.blog-post, 
	#blog-listing .col-lg-4 #sp-2-2.blog-post {
	  margin-bottom: 40px; 
	}
  
	.single-post-title, 
	.single-post-txt, 
	.post-share-links, 
	#op-row, 
	.comments-wrapper {
	  padding: 0;
	}
  
	.post-share-links {
	  padding-top: 20px;
	}
  
	.tags-social-box.post-share-links .col-lg-6.text-right {
	  text-align: left!important;
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  font-size: 22px; 
	}
  
	.all-posts a {
	  font-size: 2rem; 
	}
  
	.single-post-title {
	  padding: 0; 
	  margin-bottom: 25px; 
	}
  
	.single-post-txt h5 {
	  margin-top: 25px; 
	  margin-bottom: 25px; 
	}
  
	.post-inner-img {
	  margin-top: 40px;
	  margin-bottom: 40px; 
	}
  
	/* Contacts */
	#contacts-4 {
	  padding-top: 80px; 
	  padding-bottom: 20px; 
	}
  
	#contacts-4 .section-title, 
	.contacts-info {
	  padding-left: 0;
	}
  
	#contacts-4 .section-title {
	  text-align: center; 
	  padding: 0; 
	}
	
	#contacts-4 .section-title p {
	  padding: 0 12%; 
	}
  
	#contacts-5 .section-title {
	  margin-top: 50px; 
	}
  
	.cbox-1 {
	  padding-left: 5%;
	}
  
	.cbox-1 p.p-xl {
	  font-size: 1.2rem;
	}
  
	.cbox-1 p a, 
	.cbox-1 p.yellow-color {
	  font-size: 1.65rem; 
	}
	
	.cbox-2-txt {
	  text-align: center; 
	  padding-left: 0; 
	}
  
	.cbox-2 h5 {
	  font-size: 1.5rem; 
	  margin-top: 25px; 
	}
  
	.cbox-2 span {
	  display: block; 
	  float: none; 
	}
  
	.cbox-2-txt p {
	  font-size: 1rem; 
	  margin-bottom: 3px; 
	}
  
	.cbox-3 h5 {
	  font-size: 1.5rem; 
	}
  
	.cbox-3 h6 {
	  font-size: 1.35rem;
	}
  
	.cbox-5 h5 {
	  font-size: 1.5rem;
	}
  
	.contacts-4-img {
	  display: none;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 50%;
	}
  
	#contacts-5 #gmap {
	  margin-top: 20px;
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0;
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px; 
	}
  
	.footer h5 {
	  font-size: 1.4rem; 
	}
  
	#footer-3 .footer-socials-links {
	  margin-top: 50px;
	  margin-bottom: 20px; 
	}
  
	.foo-socials a {
	  width: 40px; 
	  height: 40px; 
	  font-size: 26px; 
	  margin: 0 3px; 
	}
  
	.footer-img img.insta-img {
	  width: 100px; 
	  height: 100px; 
	  margin: 4px; 
	}
  
	.footer-info p, 
	.footer-contacts p {
	  margin-bottom: 5px;
	}
	
	.foo-email.mt-15 {
	  margin-top: 0;
	}
  
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px; 
	  margin-bottom: 5px; 
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.2rem; 
	}
  
	#footer-2 .footer-info p, 
	#footer-2 .footer-contacts, 
	#footer-2 .footer-socials-links {
	  padding: 0 10%; 
	}
  
	.footer-contacts p span {
	  font-size: 1.75rem; 
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 80px; 
	  padding-bottom: 90px; 
	}
  
	.page-hero-section h2 {
	  font-size: 3.25rem;
	}
  
	/* Pagination */
	.page-pagination {
	  padding-bottom: 80px;
	}
  
	.blog-page-pagination {
	  margin-top: 80px;
	  padding-top: 80px;
	}
  
	/* Single Product */
	.product-description {
	  margin-top: 50px;
	}
  
	#product-1-data .tab-content {
	  padding: 0;
	}
  
	/* Cart */
	table th {
	  font-size: 1.05rem;
	}
  
	.cart-product-desc1 h5 {
	  font-size: 1.3rem;
	}
  
	.product-price h5, 
	.product-price-total h5 {
	  font-size: 1.5rem;
	}
  
	.cart-table .qty {
	  margin-top: -2px;
	}
  
	.cart-checkout {
	  padding: 50px;
	}
  
	.cart-checkout h5 {
	  font-size: 1.75rem;
	}
  
	/* Checkout */
	.discount-coupon.pt-15 {
	  padding-top: 0;
	}
  
	.cart-checkout {
	  margin-top: 70px;
	}
  
	.cart-checkout .btn {
	  font-size: 1.15rem;
	  padding: 18px 20px;
	}
  
	/* Team */
	.tm-meta h5 {
	  font-size: 1.5rem;
	}
  
	.tm-meta span {
	  font-size: 1.25rem;
	}
  
	.tm-social a {
	  width: 50px; 
	  height: 50px; 
	  font-size: 1.35rem; 
	  line-height: 50px!important; 
	}
	
  }
  
  @media (max-width: 767px) { 
  
	/*------------------------------------------*/
	/*   BASE
	/*------------------------------------------*/
  
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
	  max-width: 100%;
	}
  
	.menu-3-list .menu-item-desc p {
	  padding: 0;
	}
  
	.products-menu-list .menu-item-desc {
	  padding: 0;
	}
  
	.products-menu-list .col-md-6.col-lg-6:nth-child(even) .menu-3-list {
	  padding-left: 0;
	}
  
	.products-menu-list .col-md-6.col-lg-6:nth-child(odd) .menu-3-list {
	  padding-right: 0;
	}
  
	.wide-100 {
	  padding-top: 80px; 
	  padding-bottom: 80px; 
	}
  
	.wide-90 {
	  padding-top: 80px; 
	  padding-bottom: 70px; 
	}
	
	.wide-80 {
	  padding-top: 80px; 
	  padding-bottom: 60px;
	}
  
	.wide-70 {
	  padding-top: 80px; 
	  padding-bottom: 50px; 
	}
  
	.wide-60 {
	  padding-top: 80px; 
	  padding-bottom: 40px;
	}
  
	.wide-50 {
	  padding-top: 80px;
	  padding-bottom: 30px;
	}
  
	.wide-40 {
	  padding-top: 80px;
	  padding-bottom: 20px;
	}
  
	.wide-30 {
	  padding-top: 80px; 
	  padding-bottom: 10px; 
	}
	.wide-20 {
	  padding-top: 80px; 
	  padding-bottom: 0; 
	}
  
	.pt-100 {
	  padding-top: 80px; 
	}
  
	.pb-100 {
	  padding-bottom: 80px; 
	}
  
	.pt-80 {
	  padding-top: 60px; 
	}
  
	.pb-80 {
	  padding-bottom: 60px;
	}
  
	.pt-60 {
	  padding-top: 40px;
	}
  
	.pb-60 {
	  padding-bottom: 40px;
	}
  
	.pb-50 {
	  padding-bottom: 30px;
	} 
  
	.bg-scroll, 
	.bg-01, 
	.bg-02, 
	.bg-03, 
	.bg-04, 
	.bg-05 {
	  background-attachment: scroll!important;
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	 .navik-header.sticky {
	  position: fixed;
	  width: 100%;
	  -webkit-animation-name: stickyTransition;
	  animation-name: stickyTransition;
	  -webkit-animation-duration: 0.5s;
	  animation-duration: 0.5s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
	  top: 0;
	}
  
	@-webkit-keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	@keyframes stickyTransition {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	  }
	  to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	  }
	}
  
	#header-1.navik-header, 
	.header.navik-header {
	  padding-top: 0;
	}
  
	.navik-header .logo {
	  padding: 10px 0; 
	  float: none; 
	}
  
	.navik-header .logo img {
	  width: auto; 
	  max-width: inherit;
	  max-height: 70px; 
	} 
  
	.navik-menu {
	  text-align: center;
	}
  
	.navik-menu ul.top-list {
	  margin-top: 15px;
	}
  
	.navik-menu ul li > a, 
	.header .navik-menu ul li > a {
	  font-size: 20px; 
	  background-color: rgba(160, 160, 160, .05); 
	  margin-bottom: 7px; 
	}
  
	.navik-menu ul li.basket-ico > a {
	  margin-bottom: 10px;
	}
  
	.navik-menu ul ul li > a, 
	.header .navik-menu ul ul li > a {
	  font-size: 18px;
	}
  
	.header .navik-menu ul li.nav-btn a {
	  top: 0; font-size: 32px; 
	  padding-left: 15px; 
	  padding-right: 15px;
	}
  
	.basket-ico em.roundpoint {
	  top: -6px;
	}
  
	.callusbtn {
	  display: block;
	}
  
	.navik-menu .mega-menu-container {
	  padding: 20px 8px 0;
	  height: 320px;
	  overflow: scroll;
	  overflow-x: hidden; 
	}
  
	.mega-menu-box {
	  margin-bottom: 20px; 
	  padding-bottom: 20px; 
	  border-bottom: 1px dashed #ccc;
	}
  
	.navik-menu .mega-menu-desc {
	  font-size: 16px;
	}
  
	.navik-menu .mega-menu-heading {
	  font-size: 18px;
	  margin-bottom: 5px;
	}
  
	.mega-menu-thumbnail {
	  display: none; 
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* Menu */
	.menu-1-list li.resp-lst:last-child, 
	.menu-3-list li.resp-lst:last-child {
	  margin-bottom: 40px;
	}
  
	/* Blog */
	.single-post-title, 
	.single-post-txt, 
	.post-share-links, 
	#op-row, 
	.comments-wrapper {
	  padding: 0; 
	}
  
	.post-share-links {
	  padding-top: 20px;
	}
  
	.blog-tags {
	  margin-bottom: 10px;
	}
  
	#blog-listing .col-lg-4 #sp-2-1.blog-post, 
	#blog-listing .col-lg-4 #sp-2-2.blog-post {
	  margin-bottom: 40px;
	}
  
	#blog-listing .col-lg-4 {
	  padding-left: 15px; 
	  padding-right: 15px;
	}
  
	.single-post-title {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.single-post-txt h5 {
	  margin-top: 25px;
	  margin-bottom: 25px;
	}
  
	.post-inner-img {
	  margin-top: 40px; 
	  margin-bottom: 40px; 
	}
  
	.blog-post-img.top-img {
	  margin-bottom: 40px;
	}
  
	/* Contacts */
	.contacts-4-img {
	  display: none;
	}
  
	/* Booking */
	#booking-2 {
	  padding-bottom: 70px;
	}
  
	/* Pagination */
	.page-pagination {
	  padding-bottom: 80px;
	}
  
	.blog-page-pagination {
	  margin-top: 80px;
	  padding-top: 80px;
	}
  
	/* Single Product */
	.product-description {
	  margin-top: 50px;
	}
  
	#product-1-data .tab-content {
	  padding: 0;
	}
  
	/* Checkout */
	.cart-checkout {
	  margin-top: 60px;
	}
  
  }
  
  @media (min-width: 480px) and (max-width: 767.95px) {
  
	.m-row {
	  display: flex; 
	  flex-flow: wrap; 
	}
  
	.m-top, .m-bottom {
	  width: 100%;
	}
  
	.m-bottom {
	  order: 1;
	}
  
	.m-top {
	  order: 0;
	}
  
	/* Header H6 */
	h6.h6-xs {
	  font-size: 1rem;
	}
  
	h6.h6-sm {
	  font-size: 1.05rem;
	} 
  
	h6.h6-md {
	  font-size: 1.1rem;
	}
  
	h6.h6-lg {
	  font-size: 1.15rem;
	}
  
	h6.h6-xl {
	  font-size: 1.2rem;
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.4rem;
	}
  
	h5.h5-sm {
	  font-size: 1.5rem;
	}
  
	h5.h5-md {
	  font-size: 1.5rem;
	} 
  
	h5.h5-lg {
	  font-size: 1.6rem;
	}
  
	h5.h5-xl {
	  font-size: 1.6rem;
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.6rem;
	}
  
	h4.h4-sm {
	  font-size: 1.6rem;
	}
  
	h4.h4-md {
	  font-size: 1.65rem; 
	}
  
	h4.h4-lg {
	  font-size: 1.7rem;
	}
  
	h4.h4-xl {
	  font-size: 1.8rem;
	} 
  
	h3.h3-xs {
	  font-size: 1.9rem;
	}
  
	h3.h3-sm {
	  font-size: 1.95rem;
	}
  
	h3.h3-md {
	  font-size: 2rem;
	}
  
	h3.h3-lg {
	  font-size: 2.05rem;
	}
  
	h3.h3-xl {
	  font-size: 2.1rem;
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 2.15rem; 
	}
  
	h2.h2-sm {
	  font-size: 2.25rem;
	}
  
	h2.h2-md {
	  font-size: 2.35rem;
	}
  
	h2.h2-lg {
	  font-size: 2.45rem;
	}
  
	h2.h2-xl {
	  font-size: 2.55rem;
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 1rem;
	}
  
	p {
	  font-size: 1.0625rem; 
	}
  
	p.p-md {
	  font-size: 1.093rem;
	}
  
	p.p-lg {
	  font-size: 1.1rem;
	}
  
	p.p-xl {
	  font-size: 1.125rem;
	} 
  
	/* Button */
	.btn, 
	.btn.btn-md, 
	.btn.btn-lg {
	  font-size: 16px;
	}
  
	.btn.btn-sm {
	  font-size: 15px;
	  padding: 12px 24px;
	}
  
	.btn.btn-md, 
	.btn.btn-lg {
	  padding: 14px 34px;
	}
  
	/* Section Title */
	.section-title h2.h2-title {
	  font-size: 3.5rem;
	}
  
	.section-title h2.h2-xl {
	  font-size: 3rem;
	}
  
	.section-title p {
	  padding: 0;
	}
  
	/* Like Icon */
	.like-ico.ico-20 [class*="flaticon-"]:before, 
	.like-ico.ico-20 [class*="flaticon-"]:after {
	  font-size: 1.5rem;
	}
  
	.like-ico.ico-25 [class*="flaticon-"]:before, 
	.like-ico.ico-25 [class*="flaticon-"]:after {
	  font-size: 1.6rem;
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 130px; 
	  height: 127px;
	}
  
	.price-badge-md {
	  width: 150px; 
	  height: 146px; 
	}
  
	.price-badge-lg {
	  width: 160px; 
	  height: 156px;
	}
  
	#hero-2 .badge-txt {
	  top: 50%;
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: 20px; 
	  top: 25px; 
	}
	
	.discount-badge img {
	  max-height: 170px; 
	}
  
	/*------------------------------------------*/
	/*.  HERO  
	/*------------------------------------------*/
  
	#hero-2 .bg-inner {
	  padding-top: 80px; 
	}
  
	#hero-4 {
	  padding-top: 80px; 
	  padding-bottom: 80px;
	}
  
	#hero-5 .bg-inner {
	  padding-top: 50px;
	  margin-bottom: 30px;
	}
  
	#hero-9 .bg-inner {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-10 {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}
  
	#hero-11 {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-12 {
	  padding-top: 80px;
	  padding-bottom: 50px;
	}
  
	/* Hero Slider */
	.slider, 
	.slider .slides {
	  height: 380px;
	}
  
	#hero-3 .slider, 
	#hero-6 .slider, 
	#hero-3 .slider .slides, 
	#hero-6 .slider .slides {
	  height: 360px;
	}
  
	#hero-8 .slider, 
	#hero-8 .slider .slides {
	  height: 320px;
	}
  
	/* Hero Text */
	.main-slider-content .caption-txt {
	  padding: 0; 
	  margin-top: -10px;
	}
  
	#hero-3 .caption-txt, 
	#hero-6 .caption-txt {
	  padding-left: 0; 
	  margin-top: 0;
	}
  
	.hero-4-txt {
	  padding: 0 5%; 
	  margin-top: 30px;
	}
  
	.hero-11-txt {
	  text-align: center; 
	  margin-top: 35px; 
	  margin-left: 0; 
	  padding-right: 0;
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 4.25rem; 
	  margin-bottom: 20px; 
	}
  
	#hero-2 h2 {
	  font-size: 4.25rem;
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 3.25rem; 
	  margin-bottom: 10px;
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 2.15rem; 
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 2.5rem;
	  top: 0; 
	}
  
	.hero-4-txt h2 {
	  font-size: 4.5rem;
	}
  
	.hero-4-txt h3 {
	  font-size: 2rem;
	  margin-bottom: 15px; 
	}
  
	#hero-5 h2 {
	  font-size: 9rem;
	}
  
	#hero-9 h2 {
	  font-size: 3.75rem;
	  padding: 0; 
	  margin-bottom: 20px;
	}
  
	#hero-10 h2 {
	  font-size: 12rem; 
	  border-bottom: 4px solid #fff; 
	  padding-bottom: 25px; 
	  margin-bottom: 35px;
	}
  
	#hero-10 h3 {
	  font-size: 3.15rem;
	  margin-bottom: 60px;
	}
  
	#hero-11 h2 {
	  font-size: 7.5rem; 
	  margin-bottom: 20px; 
	}
  
	#hero-11 h3 {
	  font-size: 3.25rem; 
	  margin-bottom: 5px; 
	}
  
	#hero-11 h4 {
	  font-size: 2rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h3 {
	  font-size: 2.5rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h2 {
	  font-size: 5.25rem;
	  margin-bottom: 15px;
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.35rem;
	}
  
	.main-slider-content p span {
	  font-size: 1.85rem;
	}
  
	.hero-4-txt p {
	  padding: 0 5%; 
	  margin-bottom: 25px;
	}
  
	.hero-9-txt p {
	  font-size: 1.0625rem; 
	  padding: 0 5%; 
	  margin-bottom: 30px; 
	}
  
	.hero-11-txt p {
	  padding: 0 10%; 
	  margin-bottom: 25px; 
	}
  
	.hero-12-txt p {
	  padding: 0 4%;
	  margin-bottom: 50px;
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper, 
	.hbox-2-wrapper {
	  padding: 0;
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before,
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 4.25rem;
	}
  
	/* Hero Image */
	.hero-5-img {
	  margin-top: -40px;
	  margin-bottom: -20px;
	}
  
	.hero-4-img {
	  padding: 0 5%;
	}
  
	.hero-11-img {
	  margin-left: -10%;
	}
  
	.hero-11-img img {
	  max-width: 100%; 
	  display: block;
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-2 {
	  padding-top: 80px;
	  padding-bottom: 300px;
	}
  
	#about-5, 
	#about-6 {
	  padding-top: 80px;
	  padding-bottom: 0;
	}
  
	#about-7 {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
  
	.about-2-txt {
	  padding: 0;
	}
  
	.about-3-txt,
	.about-4-txt {
	  padding: 0;
	}
  
	.about-5-txt {
	  padding: 0; 
	  margin-bottom: 40px;
	}
  
	.about-6-txt {
	  padding: 0;
	  margin-bottom: 80px;
	}
  
	.abox-1-wrapper {
	  padding: 0; 
	  margin-bottom: 10px;
	}
  
	.abox-2-wrapper {
	  margin-top: 30px;
	}
  
	.about-1-txt h2 {
	  font-size: 3.25rem; 
	  margin-bottom: 20px;
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, 
	.about-5-txt h2, 
	.about-6-txt h2 {
	  margin-bottom: 20px;
	}
  
	.about-1-txt p {
	  padding: 0 4%; 
	  margin-bottom: 35px; 
	}
  
	.about-2-txt p {
	  padding: 0 3%; 
	  margin-bottom: 25px; 
	}
  
	.about-4-img p {
	  padding-left: 0; 
	  padding-right: 0; 
	  margin-top: 30px;
	}
  
	.about-3-img {
	  margin: 0 5% 30px;
	}
	.about-5-img, 
	.about-6-img {
	  background-position: center center; 
	  position: relative; 
	  left: 0; 
	  height: 360px; 
	  width: auto!important; 
	  margin: 0; 
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 350px;
	}
  
	/* Promo */
	#pb-1-1, 
	#pb-1-2 {
	  margin-bottom: 30px;
	}
  
	#promo-1 .row {
	  margin-left: 5px; 
	  margin-right: 5px;
	}
  
	#promo-1 .col-lg-3, 
	#promo-1 .col-lg-6 {
	  padding-left: 15px;
	  padding-right: 15px;
	}
  
	.pbox-1 {
	  padding-top: 0;
	}
  
	.pbox-1-txt {
	  padding: 50px 0;
	}
  
	.pbox-1-txt h3 {
	  font-size: 2.25rem;
	}
  
	.pbox-2 {
	  padding: 50px 30px 30px;
	}
  
	#pb-2-1 {
	  margin-bottom: 30px;
	}
  
	.pbox-2-txt h4 {
	  font-size: 2rem;
	}
  
	.pbox-3-last {
	  margin-top: 30px;
	}
  
	.pbox-4 {
	  margin-bottom: 30px;
	}
  
	.pbox-4.pbox-4-last {
	  margin-bottom: 0;
	}
  
	#pb-5-1.pbox-5 {
	  padding: 50px 35px; 
	  margin-bottom: 20px;
	}
  
	#pb-5-2.pbox-5, 
	#pb-5-3.pbox-5 {
	  border: 1px solid #e5e5e5; 
	  padding: 50px 15px; 
	}
	
	.pbox-5-txt h4, 
	#pb-5-1.pbox-5 h4 {
	  font-size: 1.85rem; 
	  padding: 0; 
	}
  
	#pb-5-1 .price-badge-sm {
	  width: 170px; 
	  height: 166px; 
	}
  
	#pb-5-1 .badge-txt h5 {
	  font-size: 1.75rem;
	}
  
	#pb-5-1 .badge-txt h4 {
	  font-size: 2.05rem;
	}
  
	.pbox-5-price p {
	  font-size: 1.15rem;
	}
	
	.pbox-5-price p span {font-size: 1.7rem; 
	  top: 3px; left: 10px; 
	}
  
	.pbox-6-txt {
	  min-height: 300px;
	}
  
	.pbox-6-txt h4 {
	  font-size: 1.85rem;
	}
  
	.pbox-6-txt p {
	  padding: 0 15%; 
	  margin-bottom: 20px; 
	}
  
	.pbox-6-price h5 {
	  font-size: 1.7rem;
	}
  
	#promo-7 {
	  padding-bottom: 40px;
	}
  
	.pbox-7 {
	  margin-bottom: 40px;
	}
  
	#pb-7-1, 
	#pb-7-2, 
	#pb-7-3 {
	  padding: 30px 15px 0;
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.85rem;
	}
  
	.pbox-7-price h5 {
	  font-size: 1.85rem;
	}
  
	.pbox-7-txt .add-to-cart {
	  right: 20px; 
	  bottom: -10px; 
	  font-size: 1rem; 
	  padding: 10px 17px;
	}
  
	.pbox-7:hover .add-to-cart,
	.pbox-7:hover #pb-7-2 .add-to-cart {
	  bottom: -4px;
	}
  
	.pbox-7-txt .add-to-cart.ico-10 [class*="flaticon-"]:before, 
	.pbox-7-txt .add-to-cart.ico-10 [class*="flaticon-"]:after {
	  font-size: 0.95rem;
	}
  
	#pb-8-1, 
	#pb-8-2, 
	#pb-8-3 {
	  padding-right: 15px;
	}
  
	.pbox-8-txt {
	  text-align: center; 
	  padding: 30px 0 0;
	}
  
	.pbox-8 .col-lg-6.rel {
	  padding-right: 15px;
	}
  
	.pbox-8 {
	  margin-bottom: 30px;
	}
  
	.pbox-8.pbox-8-last {
	  margin-bottom: 0;
	}
  
	.pbox-8 h5 {
	  font-size: 1.85rem; 
	  margin-bottom: 10px;
	}
  
	.pbox-8-txt p {
	  font-size: 1.0625rem;
	  padding: 0; margin-bottom: 10px;
	}
  
	.pbox-8-price h5 {
	  font-size: 1.85rem;
	}
  
	.pbox-9-txt {
	  padding: 30px 0 0;
	}
  
	.pbox-9 h2 {
	  margin-bottom: 10px;
	}
  
	.pbox-9-price {
	  margin-top: 10px;
	}
  
	.pbox-9-price p {
	  font-size: 1.65rem;
	}
  
	.pbox-9-price p span {
	  font-size: 2.15rem; 
	  top: 3px; left: 10px;
	}
  
	/* Promo-10 */
	#promo-10 {
	  margin-top: 0; 
	  margin-bottom: 0; 
	  overflow: hidden;
	}
  
	.pbox-10-txt {
	  text-align: center;
	  padding-top: 80px;
	  margin: 0 0 40px;
	}
  
	.pbox-10-txt h2 {
	  font-size: 4.75rem;
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.5rem;
	}
  
	.pbox-10-txt h4 span {
	  font-size: 2.5rem;
	  top: 4px;
	}
  
	.pbox-10-txt p {
	  padding: 0;
	}
  
	.pbox-10-img {
	  margin: 0 0 -200px 0;
	  position: relative;
	  overflow: hidden;
	}
  
	.pbox-10-img img {
	  max-width: 100%;
	  display: inline-block;
	}
  
	#promo-10.promo-section .price-badge-md {
	  top: 40px; 
	  left: 50px;
	}
  
	/* Promo-11 */
	.pbox-11-txt {
	  text-align: center;
	}
  
	.pbox-11-txt h2 {
	  font-size: 3.75rem; 
	  margin-bottom: 15px;
	}
  
	.pbox-11-txt p {
	  font-weight: 300; 
	  padding: 0 10%; 
	  margin-bottom: 20px;
	}
  
	#promo-11 {
	  padding-top: 80px; 
	  padding-bottom: 60px;
	}
  
	#promo-11 .col-lg-2 {
	  width: 70%; 
	  margin: 0 15%;
	}
  
	.pbox-11-link {
	  width: 45%; 
	  float: left; 
	  padding: 10px; 
	  margin-left: 8px; 
	  margin-right: 8px;
	}
	
	.pbox-11-img {
	  margin-bottom: 25px;
	}
  
	/* Promo-12 */
	#promo-12 {
	  padding-top: 0; 
	  overflow: hidden;
	}
  
	.promo-12-txt {
	  text-align: center; 
	  padding-top: 80px; 
	  padding-left: 0;
	}
  
	.promo-12-txt h2 {
	  font-size: 3.75rem; 
	  margin-bottom: 10px;
	}
  
	.promo-12-txt h3 {
	  font-size: 2.15rem;
	}
  
	.promo-12-txt span {
	  font-size: 2.75rem;
	}
  
	.promo-12-img {
	  margin-top: 30px; 
	  margin-bottom: -100px; 
	  position: relative; 
	  overflow: hidden;
	}
  
	.promo-12-img img.img-fluid {
	  max-width: 100%; 
	  display: inline-block;
	}
  
	.pbox-13-item {
	  padding: 60px 30px;
	}
  
	#pb-13-1.pbox-13-item {
	  padding: 20px 30px;
	}
  
	#pb-13-3.pbox-13-item {
	  padding: 20px 30px 0;
	}
  
	/* Promo-14 */
	.pbox-14-item {
	  margin: 0 5px;
	}
  
	#pb-14-1.pbox-14-item {
	  padding: 50px 35px;
	  margin: 0 5px 20px;
	}
  
	.pbox-14-item h5 {
	  font-size: 1.65rem;
	}
  
	.pbox-14-item p, 
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1.0625rem; 
	  padding: 0;
	}
  
	.pbox-14-price h5 {
	  font-size: 1.5rem;
	}
  
	.pbox-14-txt .btn.btn-sm {
	  font-size: 15px;
	  padding: 14px 48px;
	}
  
	#pb-14-1 .price-badge-sm {
	  width: 170px; 
	  height: 166px;
	}
  
	#pb-14-1 .badge-txt h5 {
	  font-size: 1.75rem; 
	}
  
	#pb-14-1 .badge-txt h4 {
	  font-size: 2.05rem;
	}
  
	.pbox-14-img {
	  padding: 25px 35px 20px;
	}
  
	/* Menu */
	#menu-5 .col-lg-4, 
	#menu-7 .col-lg-3, 
	#menu-8 .col-lg-3 {
	  padding-left: 8px; 
	  padding-right: 8px;
	}
  
	.menu-3-wrapper {
	  padding: 0;
	}
  
	.menu-1-txt, 
	.menu-3-txt {
	  padding: 0;
	}
  
	.menu-2-txt {
	  padding-left: 0;
	}
  
	.menu-item-title {
	  margin-bottom: 10px;
	}
  
	.menu-item-title h6, 
	.menu-item-title h5 {
	  font-size: 1.5rem;
	}
  
	.menu-item-price h6, 
	.menu-item-price h5 {
	  font-size: 1.5rem;
	}
  
	.menu-item-desc p {
	  font-size: 1.0625rem; 
	  margin-bottom: 5px;
	}
  
	.menu-item-desc span {
	  font-size: 1rem;
	}
  
	.menu-3-title {
	  margin-bottom: 50px;
	}
  
	.menu-3-item-data {
	  top: 40px;
	}
  
	.menu-5-txt {
	  padding: 25px 16px 50px;
	}
  
	.menu-6-txt {
	  padding: 25px 16px;
	}
  
	.menu-5-txt h5, 
	.menu-6-txt h5, 
	.menu-7-txt h5 {
	  font-size: 1.5rem; 
	  margin-top: 5px; 
	  margin-bottom: 10px;
	}
  
	.menu-5-price h5, 
	.menu-6-price h5, 
	.menu-7-price h5 {
	  font-size: 1.4rem; 
	  line-height: 1; 
	  margin-top: 0; 
	  margin-bottom: 1px;
	}
  
	.menu-5-txt p {
	  font-size: 0.95rem; 
	  padding-right: 0; 
	  margin-bottom: 10px;
	}
  
	.menu-5-txt span.item-data {
	  font-size: 1rem;
	}
  
	.menu-item-desc p, 
	.menu-item-desc span {
	  font-size: 1.0625rem;
	}
	
	#menu-3 .menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding-right: 12%;
	}
  
	.menu-5-price {
	  top: -20px; 
	  right: 20px;
	}
  
	.menu-7-img .like-ico, 
	.pbox-14-img .like-ico {
	  top: 15px; 
	  right: 19px;
	}
  
	.menu-7-txt .btn.btn-sm {
	  font-size: 16px; 
	  padding: 14px 48px;
	}
  
	.menu-7-img .item-rating, 
	.pbox-14-img .item-rating {
	  bottom: 30px; 
	  right: 20px;
	}
  
	#tabs-nav {
	  margin-bottom: 50px;
	}
  
	.tabs-1 li {
	  padding: 0 25px;
	}
  
	.tabs-1 li h5 {
	  font-size: 1.4rem;
	}
  
	.tabs-1.ico-55 [class*="flaticon-"]:before, 
	.tabs-1.co-55 [class*="flaticon-"]:after {
	  font-size: 45px; 
	  line-height: 1!important;
	} 
  
	.menu-3-img {
	  padding: 0; 
	  margin-top: 40px;
	}
  
	.menu-3-img.mb-60 {
	  margin-bottom: 50px;
	}
  
	.menu-4-img {
	  display: none;
	}
  
	/* Gallery */
	#gallery-2 {
	  padding-top: 80px;
	  padding-bottom: 64px;
	}
  
	/* Reviews */
	#reviews-1 {
	  padding-top: 80px;
	  padding-bottom: 70px;
	}
	.review-info span {
	  font-size: 1.125rem;
	  top: 2px;
	}
  
	#reviews-1 img {
	  width: 100px;
	  height: 100px;
	}
  
	.review-1-txt p {
	  font-size: 1.3rem; 
	  padding: 0;
	}
  
	.review-1-txt p.testimonial-autor {
	  font-size: 1.25rem;
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0;
	}
  
	.banner-1-txt h2 {
	  font-size: 3.5rem;
	}
  
	.banner-2-txt h2 {
	  font-size: 4rem;
	  padding: 0; 
	  margin-bottom: 30px;
	}
  
	.banner-2-txt p {
	  font-size: 1.2rem;
	  padding: 0;
	  margin-bottom: 15px;
	}
  
	#banner-3 {
	  text-align: center; 
	  padding-top: 80px; 
	  margin-top: 0; 
	}
  
	.banner-3-txt h2 {
	  font-size: 3.75rem;
	}
  
	.banner-3-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.banner-3-img {
	  margin-top: 30px;
	  margin-left: 0;
	}
  
	.banner-4-txt h2 {
	  font-size: 3.5rem; 
	  line-height: 1.15; 
	  margin-bottom: 15px;
	}
  
	.banner-4-txt h4 {
	  margin-bottom: 14px;
	}
  
	.banner-4-txt p {
	  padding: 0 5%; 
	  margin-bottom: 25px;
	}
  
	.banner-4-txt .btn {
	  font-size: 19px;
	  padding: 16px 40px;
	}
  
	/* FAQs */
	.questions-wrapper, 
	.faqs-1-questions {
	  padding: 0;
	}
  
	.question h5 {
	  font-size: 1.4rem;
	}
  
	.more-questions-btn {
	  margin-top: 20px;
	}
  
	/* Newsletter */
	#newsletter-1.mb-20 {
	  margin-bottom: 0;
	}
  
	#newsletter-1 .inner-bg {
	  padding: 50px 0 40px;
	}
  
	.newsletter-txt h3 {
	  font-size: 2.15rem;
	}
  
	.newsletter-txt p {
	  padding: 0 15%;
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0 10%;
	}
  
	.newsletter-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.newsletter-section .input-group-btn {
	  display: block; 
	  width: 100%!important;
	}
  
	.newsletter-section .btn {
	  display: block; 
	  width: 100%!important; 
	  font-size: 1.125rem; 
	  margin-left: 0;
	}
  
	/* Blog */
	.blog-post-txt {
	  padding: 0;
	}
  
	.post-share-links {
	  margin-top: 50px;
	}
  
	.post-share-list.text-right {
	  text-align: left!important; 
	  margin-top: 35px; 
	  margin-left: 8px;
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  width: 33px; 
	  height: 33px; 
	  font-size: 25px; 
	  margin-right: 6px; 
	}
  
	.post-tags-list span a {
	  font-size: 1rem; 
	  padding: 8px 16px;
	}
  
	.prev-post, .next-post {
	  text-align: center;
	}
  
	.prev-post h6, 
	.next-post h6 {
	  font-size: 1.5rem;
	}
  
	.all-posts a {
	  font-size: 2.25rem;
	}
  
	/* Contacts */
	#contacts-4 {
	  padding-top: 80px; 
	  padding-bottom: 20px;
	}
  
	#contacts-4 .section-title, 
	.contacts-info {
	  padding-left: 0;
	}
  
	.contacts-info {
	  text-align: center;
	}
  
	#contacts-4 .form-holder, 
	#contacts-5 .form-holder {
	  margin-left: 12px;
	  margin-right: 12px;
	}
  
	#contacts-4 .section-title {
	  text-align: center; 
	  padding: 0; 
	}
  
	#contacts-4 .section-title p {
	  padding: 0;
	}
  
	#contacts-5 .section-title {
	  margin-top: 45px;
	}
  
	.cbox-1 {
	  padding-left: 5%;
	}
  
	.cbox-1 p.p-xl {
	  font-size: 1.2rem;
	}
  
	.cbox-1 p a, 
	.cbox-1 p.yellow-color {
	  font-size: 1.65rem;
	}
  
	.cbox-2 h5 {
	  font-size: 1.5rem;
	}
  
	.cbox-3 h5 {
	  font-size: 1.75rem;
	}
  
	.cbox-3 h6 {
	  font-size: 1.45rem;
	}
  
	.cbox-5 h5 {
	  font-size: 1.75rem;
	}
  
	/* Booking Form */
	#booking-1 .form-holder {
	  padding: 45px 30px 40px; 
	  margin: -30px 10px;
	}
  
	#booking-2 .form-holder {
	  margin-left: 12px;
	  margin-right: 12px;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 50%;
	}
  
	#contacts-5 #gmap {
	  margin-top: 10px;
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0;
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px;
	}
  
	.footer h5 {
	  font-size: 1.4rem;
	}
  
	#footer-3 .footer-socials-links {
	  margin-top: 50px;
	  margin-bottom: 20px;
	}
  
	.foo-socials a {
	  width: 40px;
	  height: 40px;
	  font-size: 28px;
	  margin: 0 3px;
	}
  
	.footer-img img.insta-img {
	  width: 100px; 
	  height: 100px;
	  margin: 4px;
	}
  
	.footer-info p, 
	.footer-contacts p {
	  margin-bottom: 5px;
	}
	
	.foo-email.mt-15 {
	  margin-top: 0;
	}
  
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px; 
	  margin-bottom: 5px;
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.25rem;
	}
  
	.footer-contacts p span {
	  font-size: 1.75rem;
	}
  
	.bottom-footer-list li {
	  padding-bottom: 4px;
	}
  
	#footer-3 .bottom-footer-list li {
	  padding-bottom: 7px;
	}
  
	.bottom-footer-list.text-right {
	  text-align: left!important;
	}
  
	#footer-4 .footer-copyright {
	  margin-bottom: 10px;
	}
  
	#footer-3 .footer-copyright p {
	  margin-top: 20px;
	}
  
	.bottom-footer-list li i {
	  font-size: 0.95rem;
	}
  
	.bottom-footer-list li p {
	  font-size: 1.0625rem; 
	  line-height: 1.5;
	}
  
	.bottom-footer-list li p.first-list-link {
	  margin-left: 0;
	}
  
	#footer-3 .bottom-footer-list li p {
	  font-size: 1rem; 
	  line-height: 1.5;
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 70px; 
	  padding-bottom: 80px;
	}
  
	.page-hero-section h2 {
	  font-size: 3.1rem;
	}
  
	/* Gift Card Page */
	.cards-01-img.mb-100 {
	  margin-bottom: 70px;
	}
  
	.card-box img {
	  padding: 0 5%;
	}
  
	.card-box h5 {
	  font-size: 2rem;
	}
  
	.card-box p {
	  font-size: 1.0625rem; 
	  padding: 0 15%;
	}
  
	/* Cart */
	.cart-table.mb-70 {
	  margin-bottom: 40px;
	}
  
	.cart-product-desc h6 {
	  font-size: 1.3rem;
	}
  
	.cart-product-img {
	  display: none;
	}
  
	.cart-product-desc {
	  padding-left: 0;
	}
  
	.discount-coupon.pt-15 {
	  padding-top: 0;
	}
  
	.discount-form {
	  margin-bottom: 50px;
	}
  
	.discount-coupon .col-lg-5.text-right {
	  text-align: center!important;
	}
  
	.cart-checkout .btn {
	  padding: 16px 30px; 
	  font-size: 1.15rem;
	}
  
	/* Team */
	.tm-meta h5 {
	  font-size: 1.5rem;
	}
  
	.tm-meta span {
	  font-size: 1.25rem;
	}
  
	.tm-social a {
	  width: 50px; 
	  height: 50px; 
	  font-size: 1.35rem; 
	  line-height: 50px!important;
	}
  
	/* Scroll Up */
	#scrollUp {
	  bottom: 20px; 
	  right: 20px;
	}
  
	
  
  }
  
  @media (min-width: 414px) and (max-width: 479.95px) {
  
	#stlChanger {
	  display: none;
	}
  
	.m-row {
	  display: flex; 
	  flex-flow: wrap;
	}
  
	.m-top, .m-bottom {
	  width: 100%;
	}
  
	.m-bottom {
	  order: 1;
	}
  
	.m-top {
	  order: 0;
	}
  
	/* Header H6 */
	h6.h6-xs {
	  font-size: 1rem;
	}
  
	h6.h6-sm {
	  font-size: 1.05rem;
	}
  
	h6.h6-md {
	  font-size: 1.1rem;
	}
  
	h6.h6-lg {
	  font-size: 1.15rem;
	}
  
	h6.h6-xl {
	  font-size: 1.2rem;
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.4rem;
	}
  
	h5.h5-sm {
	  font-size: 1.5rem;
	}
  
	h5.h5-md {
	  font-size: 1.5rem;
	}
  
	h5.h5-lg {
	  font-size: 1.6rem;
	}
  
	h5.h5-xl {
	  font-size: 1.6rem;
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.6rem;
	}
  
	h4.h4-sm {
	  font-size: 1.6rem;
	}
  
	h4.h4-md {
	  font-size: 1.6rem;
	}
  
	h4.h4-lg {
	  font-size: 1.65rem;
	}
  
	h4.h4-xl {
	  font-size: 1.7rem;
	} 
  
	h3.h3-xs {
	  font-size: 1.75rem;
	}
  
	h3.h3-sm {
	  font-size: 1.8rem;
	}
  
	h3.h3-md {
	  font-size: 1.9rem;
	}
  
	h3.h3-lg {
	  font-size: 2rem;
	}
  
	h3.h3-xl {
	  font-size: 2.1rem;
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 2.1rem;
	}
  
	h2.h2-sm {
	  font-size: 2.2rem; 
	}
  
	h2.h2-md {
	  font-size: 2.3rem; 
	}
  
	h2.h2-lg {
	  font-size: 2.4rem;
	}
  
	h2.h2-xl {
	  font-size: 2.5rem;
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 1rem;
	}
  
	p {
	  font-size: 1.0625rem;
	}
  
	p.p-md {
	  font-size: 1.1rem;
	}
  
	p.p-lg {
	  font-size: 1.1rem;
	}
  
	p.p-xl {
	  font-size: 1.1rem;
	} 
  
	/* Button */
	.btn, .btn.btn-md, 
	.btn.btn-lg {
	  font-size: 16px;
	}
  
	.btn.btn-sm {
	  font-size: 15px;
	  padding: 12px 24px;
	}
  
	.btn.btn-md, 
	.btn.btn-lg {
	  padding: 14px 34px;
	}
  
	/* Section Title */
	.section-title.mb-60 {
	  margin-bottom: 45px;
	}
  
	.section-title h2.h2-title {
	  font-size: 2.75rem;
	}
  
	.section-title p {
	  padding: 0 5%;
	}
  
	/* Item Rating */
	.stars-rating i {
	  font-size: 0.95rem;
	}
  
	.stars-rating.stars-lg i {
	  font-size: 1.05rem;
	}
  
	.menu-7-img .item-rating, 
	.pbox-14-img .item-rating {
	  bottom: 35px; 
	  right: 20px;
	}
  
	/* Like Icon */
	.like-ico.ico-20 [class*="flaticon-"]:before, 
	.like-ico.ico-20 [class*="flaticon-"]:after {
	  font-size: 1.75rem;
	}
  
	.like-ico.ico-25 [class*="flaticon-"]:before, 
	.like-ico.ico-25 [class*="flaticon-"]:after {
	  font-size: 1.75rem; 
	}
  
	.menu-6-item .like-ico {
	  top: 32px; 
	  right: 22px;
	}
  
	.menu-7-img .like-ico, 
	.pbox-14-img .like-ico {
	  top: 25px; 
	  right: 25px; 
	}
  
	/* Add To Cart */
	.add-to-cart {
	  font-size: 1rem; 
	  padding: 10px 17px; 
	}
  
	.add-to-cart.ico-10 [class*="flaticon-"]:before, 
	.add-to-cart.ico-10 [class*="flaticon-"]:after {
	  font-size: 0.95rem;
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 115px; 
	  height: 112px;
	}
  
	.price-badge-md {
	  width: 135px; 
	  height: 132px;
	}
  
	.price-badge-lg {
	  width: 155px; 
	  height: 151px;
	}
  
	#hero-2 .badge-txt {
	  top: 50%;
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: 10px; 
	  top: 5px;
	}
  
	.discount-badge img {
	  max-height: 140px;
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	.navik-menu .mega-menu-container {
	  padding: 20px 0 0; 
	  height: 320px; 
	  overflow: scroll;  
	  overflow-x: hidden;
	}
  
	.mega-menu-desc {
	  padding-left: 14%; 
	  padding-right: 14%;
	}
  
	.callusbtn {
	  top: 35px; 
	  left: 6px; 
	}
  
	.callusbtn a {
	  font-size: 20px;
	}
  
	.burger-menu {
	  width: 23px; 
	  height: 20px; 
	  top: 35px; 
	  right: 6px;
	}
  
	/*------------------------------------------*/
	/*   HERO   
	/*------------------------------------------*/
  
	#hero-2 .bg-inner {
	  padding-top: 80px;
	}
  
	#hero-4 {
	  padding-top: 80px; 
	  padding-bottom: 80px; 
	}
  
	#hero-5 .bg-inner {
	  padding-top: 50px; 
	  margin-bottom: 30px; 
	}
  
	#hero-9 .bg-inner {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-10 {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}
  
	#hero-11 {
	  padding-top: 80px; 
	  padding-bottom: 80px;
	}
  
	#hero-12 {
	  padding-top: 80px;
	  padding-bottom: 50px;
	}
  
	/* Hero Slider */
	.slider, .slider .slides {
	  height: 350px;
	}
  
	#hero-3 .slider, 
	#hero-6 .slider, 
	#hero-3 .slider .slides, 
	#hero-6 .slider .slides {
	  height: 330px;
	}
  
	#hero-3 .slider .slides li img, 
	#hero-6 .slider .slides li img {
	  background-position: left center;
	}
  
	#hero-3 .slider .slides li#slide-2 img {
	  background-position: right center;
	}
  
	#hero-8 .slider, 
	#hero-8 .slider .slides {
	  height: 280px;
	}
  
	/* Hero Text */
	#hero-1 .caption-txt {
	  padding: 0; 
	  margin-top: -10px;
	}
  
	#hero-3 .caption-txt {
	  padding-left: 0; 
	  margin-top: -15px;
	}
  
	.hero-4-txt {
	  padding: 0; 
	  margin-top: 30px;
	}
  
	#hero-3 .caption-txt, 
	#hero-6 .caption-txt {
	  text-align: center; 
	  padding-left: 0; 
	  margin-top: -20px; 
	}
  
	.hero-11-txt {
	  text-align: center; 
	  margin-top: 35px; 
	  margin-left: 0; 
	  padding-right: 0; 
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 3.15rem; 
	  letter-spacing: 2px; 
	  margin-bottom: 15px; 
	}
  
	#hero-2 h2 {
	  font-size: 3.15rem;
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 4rem;
	  margin-bottom: 10px;
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 2.15rem;
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 2.5rem; 
	  top: 0; 
	}
  
	.hero-4-txt h2 {
	  font-size: 4.75rem;
	}
  
	.hero-4-txt h3 {
	  font-size: 1.85rem; 
	  margin-bottom: 15px; 
	}
  
	#hero-5 h2 {
	  font-size: 7rem;
	}
  
	#hero-9 h2 {
	  font-size: 3.25rem; 
	  padding: 0; 
	  margin-bottom: 20px; 
	}
  
	#hero-10 h2 {
	  font-size: 10rem; 
	  border-bottom: 3px solid #fff; 
	  padding-bottom: 25px; 
	  margin-bottom: 35px;
	}
  
	#hero-10 h3 {
	  font-size: 2.75rem; 
	  margin-bottom: 60px;
	}
  
	#hero-11 h2 {
	  font-size: 7rem; 
	  margin-bottom: 20px;
	}
  
	#hero-11 h3 {
	  font-size: 3rem; 
	  margin-bottom: 5px;
	}
  
	#hero-11 h4 {
	  font-size: 2rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h3 {
	  font-size: 2.15rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h2 {
	  font-size: 6.5rem; 
	  margin-bottom: 15px;
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.25rem;
	}
  
	.main-slider-content p span {
	  font-size: 1.75rem;
	}
  
	.hero-4-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.hero-9-txt p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	  margin-bottom: 30px; 
	}
  
	.hero-11-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.hero-12-txt p {
	  padding: 0; 
	  margin-bottom: 40px;
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper, 
	.hbox-2-wrapper {
	  padding: 0 3%;
	}
  
	.hbox-1-wrapper .col-sm-3, 
	.hbox-2-wrapper .col-sm-3 {
	  width: 25%; 
	  float: left; 
	  padding-left: 8px; 
	  padding-right: 8px;
	}
  
	.hbox-1 h5, 
	.hbox-2 h5 {
	  font-size: 1.15rem;
	  margin-top: 20px;
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before, 
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 3.65rem;
	}
  
	/* Hero Image */
	.hero-4-img {
	  padding: 0 5%;
	}
  
	.hero-5-img {
	  padding: 0 5%;
	  margin-top: -30px;
	  margin-bottom: -20px;
	}
  
	.hero-11-img {
	  margin-left: -10%;
	}
  
	.hero-11-img img {
	  max-width: 100%; 
	  display: block;
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-2 {
	  padding-top: 80px; 
	  padding-bottom: 300px; 
	}
  
	#about-5, 
	#about-6 {
	  padding-top: 80px; 
	  padding-bottom: 0;
	}
  
	#about-3 {
	  padding-bottom: 40px;
	}
  
	#about-7 {
	  padding-top: 80px; 
	  padding-bottom: 40px;
	}
  
	.about-2-txt, 
	.about-4-txt {
	  padding: 0;
	}
  
	.about-3-txt {
	  padding: 0; 
	  margin-bottom: 0;
	}
  
	.about-5-txt {
	  padding: 0; 
	  margin-bottom: 40px;
	}
  
	.about-6-txt {
	  padding: 0; 
	  margin-bottom: 80px;
	}
  
	.abox-1-wrapper {
	  padding: 0; 
	  margin-bottom: 10px;
	}
  
	.abox-2-wrapper {
	  margin-top: 30px;
	}
  
	.abox-1-wrapper .col-sm-4, 
	.abox-2-wrapper .col-sm-3, 
	.abox-3-wrapper .col-sm-3 {
	  width: 50%; 
	  float: left;
	}
  
	.abox-2 {
	  margin-bottom: 40px;
	}
	
	.abox-4 {
	  padding: 0 5%;
	}
  
	.about-1-txt h2 {
	  font-size: 3.5rem;
	  padding: 0 5%; 
	  margin-bottom: 20px;
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, 
	.about-5-txt h2, 
	.about-6-txt h2 {
	  margin-bottom: 20px;
	}
  
	.about-1-txt p {
	  padding: 0 3%; 
	  margin-bottom: 35px;
	}
  
	.about-2-txt p {
	  padding: 0 3%; 
	  margin-bottom: 25px;
	}
  
	.about-4-img p {
	  padding-left: 0;
	  padding-right: 0;
	  margin-top: 30px;
	}
  
	.about-3-img {
	  margin: 0 0 30px;
	}
	.about-5-img, .about-6-img {
	  background-position: center center; 
	  position: relative; 
	  left: 0; 
	  height: 360px;
	  width: auto!important; 
	  margin: 0; 
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 300px;
	}
  
	/* Promo */
	#pb-1-1, 
	#pb-1-2 {
	  margin-bottom: 30px;
	}
  
	#promo-1 .row {
	  margin-left: 0;
	   margin-right: 0;
	  }
  
	#promo-1 .col-lg-3, 
	#promo-1 .col-lg-6 {
	  padding-left: 0;
	  padding-right: 0;
	}
  
	.pbox-1 {
	  padding-top: 0;
	}
  
	.pbox-1-txt {
	  padding: 50px 0;
	}
  
	.pbox-1-txt h3 {
	  font-size: 2.2rem;
	}
  
	.pbox-2 {
	  padding: 40px 25px;
	}
  
	#pb-2-1 {
	  margin-bottom: 30px; 
	}
  
	.pbox-2-txt h4 {
	  font-size: 2rem;
	}
  
	.pbox-3-last {
	  margin-top: 30px;
	}
  
	.pbox-4 {
	  margin-bottom: 30px;
	}
	
	.pbox-4.pbox-4-last {
	  margin-bottom: 0;
	}
  
	#pb-5-1.pbox-5 {
	  padding: 50px 35px;
	  margin-bottom: 20px;
	}
  
	#pb-5-2.pbox-5 {
	  border: 1px solid #e5e5e5;
	  padding: 50px 35px; 
	  margin-bottom: 20px;
	}
  
	#pb-5-3.pbox-5 {
	  border: 1px solid #e5e5e5;
	  padding: 50px 35px;
	}
  
	.pbox-5-txt h4, 
	#pb-5-1.pbox-5 h4 {
	  font-size: 2rem;
	  padding: 0 10%;
	}
  
	#pb-5-1 .price-badge-sm {
	  width: 140px; 
	  height: 137px;
	}
  
	#pb-5-1 .badge-txt h5 {
	  font-size: 1.5rem;
	}
  
	#pb-5-1 .badge-txt h4 {
	  font-size: 1.85rem;
	}
  
	.pbox-5-price p {
	  font-size: 1.25rem;
	}
  
	.pbox-5-price p span {
	  font-size: 1.85rem; 
	  top: 3px; 
	  left: 10px;
	}
  
	.pbox-6-txt {
	  min-height: 300px;
	}
  
	.pbox-6-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-6-price h5 {
	  font-size: 1.7rem;
	}
  
	#promo-7 {
	  padding-bottom: 40px;
	}
  
	.pbox-7 {
	  margin-bottom: 40px;
	}
	
	#pb-7-1, 
	#pb-7-2, 
	#pb-7-3 {
	  padding: 30px 15px 0;
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-price {
	  margin-top: 20px;
	}
  
	.pbox-7-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-txt .add-to-cart {
	  right: 20px; 
	  bottom: -12px; 
	  font-size: 1rem; 
	  padding: 10px 17px;
	}
  
	.pbox-7:hover .add-to-cart, 
	.pbox-7:hover #pb-7-2 .add-to-cart {
	  bottom: -6px;
	}
  
	#pb-8-1, 
	#pb-8-2, 
	#pb-8-3 {
	  padding-right: 15px;
	}
  
	.pbox-8-txt {
	  text-align: center;
	  padding: 30px 0 0;
	}
  
	.pbox-8 .col-lg-6.rel {
	  padding-right: 15px;
	}
  
	.pbox-8 {
	  margin-bottom: 30px;
	}
  
	.pbox-8.pbox-8-last {
	  margin-bottom: 0;
	}
  
	.pbox-8 h5 {
	  font-size: 1.7rem; 
	  margin-bottom: 10px;
	}
  
	.pbox-8-txt p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	  margin-bottom: 10px; 
	}
  
	.pbox-8-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-9-txt {
	  padding: 30px 15px 0;
	}
  
	.pbox-9 h2 {
	  margin-bottom: 10px;
	}
  
	.pbox-9-price {
	  margin-top: 10px;
	}
  
	.pbox-9-price p {
	  font-size: 1.5rem;
	}
  
	.pbox-9-price p span {
	  font-size: 1.95rem; 
	  top: 3px; 
	  left: 10px;
	}
  
	/* Promo-10 */
	#promo-10 {
	  margin-top: 0; 
	  margin-bottom: 0; 
	  overflow: hidden; 
	}
  
	.pbox-10-txt {
	  text-align: center; 
	  padding-top: 80px; 
	  margin: 0 0 40px;
	}
  
	.pbox-10-txt h2 {
	  font-size: 4rem;
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.25rem;
	}
  
	.pbox-10-txt h4 span {
	  font-size: 2.15rem; 
	  top: 4px;
	}
  
	.pbox-10-txt p {
	  padding: 0;
	}
  
	.pbox-10-img {
	  margin: 0 0 -200px 0; 
	  position: relative; 
	  overflow: hidden;
	}
  
	.pbox-10-img img {
	  max-width: 100%; 
	  display: inline-block;
	}
  
	#promo-10.promo-section .price-badge-md {
	  top: 10px; 
	  left: 20px;
	}
  
	/* Promo-11 */
	.pbox-11-txt {
	  text-align: center;
	}
  
	.pbox-11-txt h2 {
	  font-size: 3.35rem; 
	  margin-bottom: 15px;
	}
  
	.pbox-11-txt p {
	  font-weight: 300; 
	  padding: 0 5%; 
	  margin-bottom: 20px;
	}
  
	#promo-11 {
	  padding-top: 80px; 
	  padding-bottom: 60px;
	}
  
	#promo-11 .col-lg-2 {
	  width: 80%; 
	  margin: 0 10%;
	}
  
	.pbox-11-link {
	  width: 44%;
	  float: left;
	  padding: 10px;
	  margin-left: 8px;
	  margin-right: 8px;
	}
  
	.pbox-11-img {
	  margin-bottom: 25px;
	}
  
	#promo-11.promo-section .price-badge-lg {
	  top: -10px;
	}
  
	/* Promo-12 */
	#promo-12 {
	  padding-top: 0; 
	  padding-top: 0; 
	  overflow: hidden;
	}
  
	.promo-12-txt {
	  text-align: center; 
	  padding-top: 80px; 
	  padding-left: 0;
	}
  
	.promo-12-txt h2 {
	  font-size: 3.35rem; 
	  margin-bottom: 10px;
	}
  
	.promo-12-txt h3 {
	  font-size: 2.15rem;
	}
  
	.promo-12-txt span {
	  font-size: 2.75rem;
	}
  
	.promo-12-img {
	  margin-top: 30px; 
	  margin-bottom: -50px; 
	  position: relative; 
	  overflow: hidden;
	}
  
	.promo-12-img img.img-fluid {
	  max-width: 100%; 
	  display: inline-block;
	}
  
	/* Promo-13 */
	.pbox-13-item {
	  padding: 60px 30px;
	}
	
	#pb-13-1.pbox-13-item {
	  padding: 20px 30px;
	}
  
	#pb-13-3.pbox-13-item {
	  padding: 20px 30px 0;
	}
  
	/* Promo-14 */
	.pbox-14-item {
	  margin: 0 5px;
	}
  
	.pbox-14-txt {
	  padding: 20px 10% 5px;
	}
  
	#pb-14-1 .pbox-14-txt {
	  padding: 0;
	}
  
	#pb-14-1.pbox-14-item {
	  padding: 50px 25px; 
	  margin: 0 5px 20px;
	}
  
	.pbox-14-item h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-14-item p, 
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1.0625rem; 
	  padding: 0;
	}
	.pbox-14-price h5 {
	  font-size: 1.7rem; 
	}
  
	.pbox-14-txt .btn.btn-sm {
	  font-size: 16px; 
	  padding: 15px 48px;
	}
  
	#pb-14-1 .price-badge-sm {
	  width: 140px; 
	  height: 137px;
	}
  
	#pb-14-1 .badge-txt h5 {
	  font-size: 1.5rem;
	}
  
	#pb-14-1 .badge-txt h4 {
	  font-size: 1.85rem;
	}
  
	/* Menu */
	#menu-6 .col-lg-3 {
	  padding-left: 15px; 
	  padding-right: 15px;
	}
  
	.menu-3-wrapper {
	  padding: 0;
	}
  
	.menu-1-item, 
	.menu-2-item {
	  text-align: center;
	  padding-bottom: 30px;
	  border-bottom: 1px dashed #666;
	}
  
	.menu-3-item, 
	.menu-4-item {
	  text-align: center;
	  padding-bottom: 30px;
	  border-bottom: 1px dashed #ccc;
	}
  
	.menu-1-item:last-child, 
	.menu-2-item:last-child, 
	.menu-3-item:last-child, 
	.menu-4-item:last-child {
	  padding-bottom: 0; 
	  border-bottom: none;
	}
  
	.menu-1-list li.resp-lst:last-child, 
	.menu-2-list li.resp-lst:last-child, 
	.menu-3-list li.resp-lst:last-child, 
	.menu-4-list li.resp-lst:last-child {
	  padding-bottom: 30px; 
	  border-bottom: 1px dashed #ccc; 
	  margin-bottom: 40px;
	}
  
	.menu-item-title {
	  display: block; 
	  width: 100%; 
	  margin-bottom: 13px; 
	  padding: 0;
	}
  
	.menu-title-wrapper {
	  margin: 0; 
	  display: block;
	}
  
	.menu-item-dots {
	  display: none;
	}
  
	.menu-item-price {
	  display: inline-block; 
	  width: auto; 
	  padding: 0; 
	  margin-bottom: 0; 
	  margin-right: 10px; 
	}
  
	.menu-3-title {
	  margin-bottom: 50px;
	}
  
	.menu-item-title h6,
	.menu-item-title h5 {
	  font-size: 1.7rem;
	}
  
	.menu-item-price h6, 
	.menu-item-price h5 {
	  font-size: 1.7rem;
	}
  
	.menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding: 0 10%; 
	  margin-bottom: 10px;
	}
  
	#menu-3 .menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding: 0;
	}
  
	#menu-4 .menu-item-desc p {
	  padding: 0 5%;
	}
  
	.menu-item-desc span {
	  font-size: 1rem;
	}
  
	.menu-3-item-data {
	  position: relative; 
	  display: inline-block; 
	  top: 0; 
	  right: 0; 
	  margin-top: 0; 
	  padding: 8px 18px;
	}
  
	.menu-3-item-data h6 {
	  font-size: 1.25rem;
	}
  
	.menu-1-txt, .menu-3-txt {
	  padding: 0;
	}
  
	.menu-2-txt {
	  padding-left: 0;
	}
  
	.menu-5-txt p {
	  font-size: 1.0625rem; 
	  padding-right: 12%; 
	  margin-bottom: 10px;
	}
  
	.menu-5-txt span.item-data {
	  font-size: 1rem;
	}
  
	.menu-6-txt h5, 
	.menu-7-txt h5 {
	  font-size: 1.7rem;
	}
  
	.menu-6-txt p {
	  font-size: 1.0625rem;
	}
  
	.menu-7-txt p {
	  font-size: 1.0625rem;
	  padding: 0 10%;
	}
  
	.menu-7-txt .btn.btn-sm {
	  font-size: 17px; 
	  padding: 15px 48px;
	}
  
	.menu-6-price h5, 
	.menu-7-price h5 {
	  font-size: 1.7rem;
	}
  
	#tabs-nav {
	  margin-bottom: 40px;
	}
  
	.tabs-1 li {
	  display: block; 
	  background-color: #f5f5f5; 
	  padding: 11px 30px; 
	  margin-bottom: 10px;
	}
  
	.tabs-1 li.current {
	  background-color: transparent;
	}
  
	.tabs-1 li span {
	  position: relative; 
	  right: 10px;
	}
  
	.tabs-1.ico-55 [class*="flaticon-"]:before, 
	.tabs-1.co-55 [class*="flaticon-"]:after {
	  font-size: 45px; 
	  line-height: 1!important;
	} 
  
	.tabs-1 li h5 {
	  display: inline-block;
	  font-size: 1.4rem; 
	  position: relative; 
	  top: -4px; 
	  margin-top: 0;
	}
  
	.menu-3-img {
	  padding: 0; 
	  margin-top: 40px;
	}
  
	.menu-3-img.mb-60 {
	  margin-bottom: 50px;
	}
  
	.menu-4-img {
	  display: none;
	}
  
	/* Reviews */
	#reviews-1 {
	  padding-top: 80px; 
	  padding-bottom: 70px;
	}
  
	#reviews-1 img {
	  width: 100px; 
	  height: 100px;
	}
  
	.review-1-txt p {
	  font-size: 1.3rem;
	  padding: 0;
	}
  
	.review-1-txt p.testimonial-autor {
	  font-size: 1.3rem;
	}
  
	.review-2-txt {
	  overflow: hidden;
	  padding-left: 0;
	}
  
	.review-2-avatar {
	  float: none; 
	  margin-bottom: 20px;
	}
  
	.review-2 img {
	  width: 100px;
	  height: 100px;
	}
  
	.review-info { 
	  margin-top: 5px;
	  margin-bottom: 15px;
	}
  
	.review-info h5 {
	  display: block; 
	  float: none; 
	  margin-right: 0; 
	  margin-bottom: 5px;
	}
  
	.review-info span {
	  display: block;
	  font-size: 1.15rem; 
	  top: 0;
	}
  
	/* Gallery */
	#gallery-1 .col-lg-3, 
	#gallery-2 .col-lg-3 {
	  padding: 0 15px;
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0;
	}
  
	.banner-1-txt h2 {
	  font-size: 2.5rem;
	}
  
	.banner-2-txt h2 {
	  font-size: 4rem; 
	  padding: 0; 
	  margin-bottom: 30px;
	}
  
	.banner-2-txt p {
	  font-size: 1.2rem; 
	  padding: 0 5%; 
	  margin-bottom: 15px;
	}
  
	#banner-3 {
	  text-align: center;
	  padding-top: 80px;
	  margin-top: 0;
	}
  
	.banner-3-txt h2 {
	  font-size: 3rem;
	}
  
	.banner-3-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.banner-3-img {
	  margin-top: 30px;
	  margin-left: 0;
	}
  
	.banner-4-txt h2 {
	  font-size: 3.5rem;
	  line-height: 1.15;
	  margin-bottom: 15px;
	}
  
	.banner-4-txt h4 {
	  margin-bottom: 14px;
	}
  
	.banner-4-txt p {
	  padding: 0 5%; 
	  margin-bottom: 25px;
	}
  
	.banner-4-txt .btn {
	  font-size: 19px;
	  padding: 16px 40px;
	}
  
	/* FAQs */
	.questions-wrapper, 
	.faqs-1-questions {
	  padding: 0;
	}
  
	.question h5 {
	  margin-bottom: 1.4rem;
	}
  
	/* Newsletter */
	#newsletter-1.mb-20 {
	  margin-bottom: 0;
	}
  
	#newsletter-1 .inner-bg {
	  padding: 45px 0 35px;
	}
  
	.newsletter-txt p {
	  padding: 0 10%;
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0 8%;
	}
  
	.newsletter-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  height: 56px;
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.newsletter-section .input-group-btn {
	  display: block; 
	  width: 100%!important;
	}
  
	.newsletter-section .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  font-size: 1.125rem; 
	  margin-left: 0; 
	}
  
	/* Blog */
	.blog-post-txt {
	  padding: 0 3%;
	}
  
	.post-share-links {
	  margin-top: 50px;
	}
  
	.post-share-list.text-right {
	  text-align: left!important;
	  margin-top: 35px;
	  margin-left: 8px;
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  width: 33px; 
	  height: 33px; 
	  font-size: 25px; 
	  margin-right: 6px; 
	}
  
	.post-tags-list span a {
	  font-size: 1rem; 
	  padding: 8px 16px;
	}
  
	.prev-post, 
	.next-post {
	  text-align: center;
	}
  
	.prev-post h6, 
	.next-post h6 {
	  font-size: 1.5rem;
	}
  
	.all-posts a {
	  font-size: 2.25rem;
	}
  
	/* Contacts */
	#contacts-4 {
	  padding-top: 80px;
	  padding-bottom: 20px;
	}
  
	#contacts-4 .section-title,
	.contacts-info {
	  padding-left: 0;
	}
  
	.contacts-info {
	  text-align: center;
	}
  
	#contacts-4 .form-holder, 
	#contacts-5 .form-holder {
	  margin-left: 12px; 
	  margin-right: 12px; 
	}
  
	#contacts-4 .section-title {
	  text-align: center; 
	  padding: 0;
	}
  
	#contacts-4 .section-title p {
	  padding: 0 5%;
	}
  
	#contacts-5 .section-title {
	  margin-top: 45px;
	}
  
	.cbox-2 h5 {
	  font-size: 1.5rem;
	}
  
	.cbox-3 h5 {
	  font-size: 1.75rem;
	}
  
	.cbox-3 h6 {
	  font-size: 1.45rem;
	}
  
	.cbox-5 h5 {
	  font-size: 1.75rem;
	}
  
	/* Booking Form */
	#booking-1 .form-holder {
	  padding: 45px 40px 40px;
	  margin: -30px 0;
	}
  
	#booking-2 .form-holder {
	  margin-left: 12px;
	  margin-right: 12px;
	}
  
	#booking-2 .form-holder p {
	  padding: 0 15%;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 60%;
	}
  
	#contacts-5 #gmap {
	  margin-top: 10px;
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0;
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px;
	}
  
	.footer h5 {
	  font-size: 1.4rem;
	}
  
	#footer-3 .footer-socials-links {
	  margin-top: 50px;
	  margin-bottom: 20px;
	}
  
	.foo-socials a {
	  width: 40px; 
	  height: 40px; 
	  font-size: 26px; 
	  margin: 0 3px;
	}
  
	.footer-img img.insta-img {
	  width: 100px; 
	  height: 100px;
	  margin: 4px;
	}
  
	.footer-info p, 
	.footer-contacts p {
	  margin-bottom: 5px;
	}
  
	.foo-email.mt-15 {
	  margin-top: 0;
	}
  
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px; 
	  margin-bottom: 5px;
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.25rem;
	}
  
	#footer-2 .footer-info p, 
	#footer-2 .footer-contacts, 
	#footer-2 .footer-socials-links {
	  padding: 0 10%;
	}
  
	.footer-contacts p span {
	  font-size: 1.75rem;
	}
  
	#footer-4 .footer-copyright {
	  margin-bottom: 15px;
	}
  
	#footer-3 .footer-copyright p {
	  margin-top: 20px;
	}
  
	.bottom-footer-list li {
	  padding-bottom: 4px;
	}
  
	#footer-3 .bottom-footer-list li {
	  padding-bottom: 7px;
	}
  
	.bottom-footer-list.text-right {
	  text-align: left!important;
	}
  
	.bottom-footer-list li i {
	  font-size: 0.95rem;
	}
  
	.bottom-footer-list li p {
	  font-size: 1.0625rem; 
	  margin-left: 7px; 
	  line-height: 1.5;
	}
  
	.bottom-footer-list li p.first-list-link {
	  margin-left: 0;
	}
  
	#footer-3 .bottom-footer-list li p {
	  font-size: 1rem; 
	  line-height: 1.5;
	}
  
	.bottom-footer-list p:after {
	  padding-left: 8px;
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 70px;
	  padding-bottom: 80px;
	}
  
	.page-hero-section h2 {
	  font-size: 2.6rem;
	}
  
	/* Breadcrumb */
	#breadcrumb {
	  margin-bottom: 10px;
	}
  
	/* Gift Card Page */
	.cards-01-img.mb-100 {
	  margin-bottom: 70px;
	}
  
	.card-box img {
	  padding: 0 5%;
	}
  
	.card-box h5 {
	  font-size: 1.75rem;
	}
  
	.card-box p {
	  font-size: 1.0625rem; 
	  padding: 0 5%;
	}
  
	/* Single Product */
	#product-1-data .tabs-nav {
	  margin-bottom: 30px;
	}
  
	#product-1-data .tabs-1 li {
	  padding: 14px 40px; 
	  margin-bottom: 10px;
	}
  
	#product-1-data .tabs-1 li h5 {
	  top: 0;
	}
  
	.tabs-2 li {
	  padding: 10px;
	  margin: 0 3px;
	}
  
	.tabs-2 li img {
	  max-height: 65px;
	}
  
	.discount-coupon.pt-15 {
	  padding-top: 0;
	}
  
	.discount-form {
	  margin-bottom: 50px;
	}
  
	.discount-coupon .col-lg-5.text-right {
	  text-align: center!important;
	}
  
	/* Cart */
	.cart-table.mb-70 {
	  margin-bottom: 40px;
	}
  
	.cart-product-desc h6 {
	  font-size: 1.15rem;
	}
  
	.cart-product-img {
	  display: none;
	}
	
	.cart-product-desc {
	  padding-left: 0;
	}
  
	.cart-table table th, 
	.cart-table table td, 
	.cart-table table td.product-name {
	  padding: 16px 18px;
	}
  
	/* Team */
	.tm-meta h5 {
	  font-size: 1.75rem;
	}
  
	.tm-meta span {
	  font-size: 1.25rem;
	}
  
	.tm-social a {
	  width: 54px; 
	  height: 54px; 
	  font-size: 1.45rem; 
	  line-height: 54px!important;
	}
  
	/* Scroll Up */
	#scrollUp {
	  bottom: 20px; 
	  right: 20px;
	}
  
  }
  
  @media (max-width: 480px) {
	.contact-style3 .cbox-3-txt {
	  padding-left: 15px;
	}
	.contact-style3 {
	  padding: 15px 10px;
	}
  }
  
  @media (min-width: 321px) and (max-width: 413.95px) {
  
	#stlChanger {
	  display: none;
	}
  
	.m-row {
	  display: flex; 
	  flex-flow: wrap;
	}
  
	.m-top, .m-bottom {
	  width: 100%;
	}
  
	.m-bottom {
	  order: 1;
	}
  
	.m-top {
	  order: 0;
	}
  
	/* Header H6 */
	h6.h6-xs {
	  font-size: 1.1rem;
	}
  
	h6.h6-sm {
	  font-size: 1.15rem;
	}
  
	h6.h6-md {
	  font-size: 1.2rem;
	}
  
	h6.h6-lg {
	  font-size: 1.2rem;
	}
  
	h6.h6-xl {
	  font-size: 1.2rem;
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.4rem;
	}
  
	h5.h5-sm {
	  font-size: 1.5rem;
	} 
  
	h5.h5-md {
	  font-size: 1.5rem;
	}
  
	h5.h5-lg {
	  font-size: 1.6rem;
	} 
  
	h5.h5-xl {
	  font-size: 1.6rem;
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.6rem;
	}
  
	h4.h4-sm {
	  font-size: 1.6rem;
	}
  
	h4.h4-md {
	  font-size: 1.6rem;
	}
  
	h4.h4-lg {
	  font-size: 1.65rem;
	}
  
	h4.h4-xl {
	  font-size: 1.65rem;
	} 
  
	h3.h3-xs {
	  font-size: 1.7rem;
	}
  
	h3.h3-sm {
	  font-size: 1.75rem;
	}
  
	h3.h3-md {
	  font-size: 1.8rem;
	}
  
	h3.h3-lg {
	  font-size: 1.85rem;
	}
  
	h3.h3-xl {
	  font-size: 1.9rem;
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 1.9rem;
	}
  
	h2.h2-sm {
	  font-size: 2rem;
	}
  
	h2.h2-md {
	  font-size: 2.1rem;
	}
  
	h2.h2-lg {
	  font-size: 2.2rem;
	}
  
	h2.h2-xl {
	  font-size: 2.3rem;
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 1rem;
	} 
  
	p {
	  font-size: 1.0625rem;
	}
  
	p.p-md {
	  font-size: 1.1rem;
	}
  
	p.p-lg {
	  font-size: 1.1rem;
	}
  
	p.p-xl {
	  font-size: 1.1rem;
	}  
  
	/* Button */
	.btn, 
	.btn.btn-md, 
	.btn.btn-lg {
	  font-size: 16px;
	}
  
	.btn.btn-sm {
	  font-size: 15px; 
	  padding: 12px 24px;
	}
  
	.btn.btn-md, 
	.btn.btn-lg {
	  padding: 14px 34px;
	}
  
	/* Store Badges */
	.store {
	  margin-right: 8px;
	}
  
	img.googleplay-original {
	  width: 156px; 
	  height: 48px;
	}
  
	img.appstore-original {
	  width: 156px; 
	  height: 48px;
	} 
  
	/* Section Title */
	.section-title.mb-60 {
	  margin-bottom: 45px;
	}
  
	.section-title h2.h2-title {
	  font-size: 2.5rem;
	}
  
	.section-title p {
	  padding: 0 5%;
	}
  
	/* Item Rating */
	.stars-rating i {
	  font-size: 0.95rem;
	}
  
	.stars-rating.stars-lg i {
	  font-size: 1.05rem;
	}
  
	.menu-7-img .item-rating, 
	.pbox-14-img .item-rating {
	  bottom: 32px; 
	  right: 20px;
	}
  
	/* Like Icon */
	.like-ico.ico-20 [class*="flaticon-"]:before, 
	.like-ico.ico-20 [class*="flaticon-"]:after {
	  font-size: 1.75rem;
	}
  
	.like-ico.ico-25 [class*="flaticon-"]:before, 
	.like-ico.ico-25 [class*="flaticon-"]:after {
	  font-size: 1.75rem;
	}
  
	.menu-6-item .like-ico {
	  top: 32px; 
	  right: 22px; 
	}
  
	.menu-7-img .like-ico, 
	.pbox-14-img .like-ico {
	  top: 20px; 
	  right: 20px; 
	}
  
	/* Add To Cart */
	.add-to-cart {
	  font-size: 1rem; 
	  padding: 10px 17px; 
	}
	
	.add-to-cart.ico-10 [class*="flaticon-"]:before, 
	.add-to-cart.ico-10 [class*="flaticon-"]:after {
	  font-size: 0.95rem;
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 115px; 
	  height: 112px; 
	}
  
	.price-badge-md {
	  width: 135px; 
	  height: 132px;
	}
  
	.price-badge-lg {
	  width: 155px;
	  height: 151px;
	}
  
	#hero-2 .badge-txt {
	  top: 50%;
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: 10px; 
	  top: 5px;
	}
  
	.discount-badge img {
	  max-height: 140px;
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	.navik-menu .mega-menu-container {
	  padding: 20px 0; 
	  height: 320px; 
	  overflow: scroll; 
	  overflow-x: hidden; 
	}
	.mega-menu-desc {
	  padding-left: 10%; 
	  padding-right: 10%;
	}
  
	.callusbtn {
	  top: 35px; 
	  left: 6px;
	}
  
	.callusbtn a {
	  font-size: 20px;
	}
  
	.burger-menu {
	  width: 23px; 
	  height: 20px; 
	  top: 35px; 
	  right: 6px;
	}
  
	/*------------------------------------------*/
	/*   HERO   
	/*------------------------------------------*/
  
	#hero-2 .bg-inner {
	  padding-top: 80px;
	}
  
	#hero-4 {
	  padding-top: 80px; 
	  padding-bottom: 80px; 
	}
  
	#hero-5 .bg-inner {
	  padding-top: 60px; 
	  margin-bottom: 30px;
	}
  
	#hero-9 .bg-inner {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-10 {
	  padding-top: 60px;
	  padding-bottom: 40px;
	}
  
	#hero-11 {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-12 {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
  
	/* Hero Slider */
	.slider, .slider .slides {
	  height: 320px;
	}
  
	#hero-3 .slider, 
	#hero-6 .slider, 
	#hero-3 .slider .slides, 
	#hero-6 .slider .slides {
	  height: 320px;
	}
  
	#hero-3 .slider .slides li img, 
	#hero-6 .slider .slides li img {
	  background-position: left center;
	}
  
	#hero-3 .slider .slides li#slide-2 img {
	  background-position: right center;
	}
  
	#hero-8 .slider, 
	#hero-8 .slider .slides {
	  height: 270px;
	}
  
	.slider .indicators {
	  bottom: 18px;
	}
  
	/* Hero Text */
	#hero-1 .caption-txt {
	  padding: 0; 
	  margin-top: -15px;
	}
  
	#hero-3 .caption-txt {
	  padding-left: 0; 
	  margin-top: -15px; 
	}
  
	.hero-4-txt {
	  padding: 0; 
	  margin-top: 30px;
	}
	
	#hero-3 .caption-txt,
	#hero-6 .caption-txt {
	  text-align: center; 
	  padding-left: 0; 
	  margin-top: -20px;
	}
  
	.hero-11-txt {
	  text-align: center;
	  margin-top: 35px;
	  margin-left: 0;
	  padding-right: 0;
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 2.25rem; 
	  letter-spacing: 2px; 
	  margin-bottom: 10px;
	}
  
	#hero-2 h2 {
	  font-size: 2.75rem;
	  letter-spacing: 2px;
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 3.25rem; 
	  margin-bottom: 10px;
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 2rem;
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 2.25rem; 
	  top: 0;
	}
  
	.hero-4-txt h2 {
	  font-size: 4rem;
	}
  
	.hero-4-txt h3 {
	  font-size: 1.5rem; 
	  margin-bottom: 15px;
	}
  
	#hero-5 h2 {
	  font-size: 6.25rem;
	}
  
	#hero-9 h2 {
	  font-size: 2.75rem; 
	  padding: 0; 
	  letter-spacing: 2px; 
	  margin-bottom: 20px; 
	}
  
	#hero-10 h2 {
	  font-size: 8.5rem;
	  border-bottom: 3px solid #fff;
	  padding-bottom: 25px;
	  margin-bottom: 35px;
	}
  
	#hero-10 h3 {
	  font-size: 2.25rem; 
	  margin-bottom: 60px; 
	}
  
	#hero-11 h2 {
	  font-size: 6.5rem; 
	  margin-bottom: 20px;
	}
  
	#hero-11 h3 {
	  font-size: 2.75rem; 
	  margin-bottom: 5px;
	}
  
	#hero-11 h4 {
	  font-size: 2rem; 
	  margin-bottom: 20px;
	}
  
	#hero-12 h3 {
	  font-size: 1.85rem; 
	  margin-bottom: 20px; 
	}
  
	#hero-12 h2 {
	  font-size: 6rem;
	  margin-bottom: 15px; 
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.2rem;
	}
  
	.main-slider-content p span {
	  display: block; 
	  font-size: 1.5rem; 
	  left: 0; 
	  top: 3px; 
	}
  
	.hero-4-txt p {
	  padding: 0 3%; 
	  margin-bottom: 25px; 
	}
  
	.hero-9-txt p {
	  font-size: 1.1rem; 
	  padding: 0 3%; 
	  margin-bottom: 30px; 
	}
  
	.hero-11-txt p {
	  padding: 0 3%; 
	  margin-bottom: 25px;
	}
	
	.hero-12-txt p {
	  padding: 0 3%; 
	  margin-bottom: 40px;
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper, 
	.hbox-2-wrapper {
	  padding: 0 2%;
	}
  
	.hbox-1-wrapper .col-sm-3, 
	.hbox-2-wrapper .col-sm-3 {
	  width: 25%; 
	  float: left; 
	  padding-left: 5px; 
	  padding-right: 5px; 
	}
  
	.hbox-1 h5, 
	.hbox-2 h5 {
	  font-size: 1.15rem; 
	  margin-top: 20px;
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before, 
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 3.5rem;
	}
  
	/* Hero Image */
	.hero-4-img {
	  padding: 0 5%;
	}
  
	.hero-5-img {
	  padding: 0 5%; 
	  margin-top: -30px; 
	  margin-bottom: -20px;
	}
  
	.hero-11-img {
	  margin-left: -10%;
	}
  
	.hero-11-img img {
	  max-width: 100%; 
	  display: block;
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-2 {
	  padding-top: 80px; 
	  padding-bottom: 300px;
	}
  
	#about-5, 
	#about-6 {
	  padding-top: 80px; 
	  padding-bottom: 0;
	}
  
	#about-3 {
	  padding-bottom: 40px;
	}
  
	#about-7 {
	  padding-top: 80px; 
	  padding-bottom: 40px;
	}
  
	.about-2-txt, 
	.about-4-txt {
	  padding: 0;
	}
  
	.about-3-txt {
	  padding: 0; 
	  margin-bottom: 0;
	}
  
	.about-5-txt {
	  padding: 0; 
	  margin-bottom: 40px; 
	}
  
	.about-6-txt {
	  padding: 0; 
	  margin-bottom: 80px;
	}
  
	.abox-1-wrapper {
	  padding: 0; 
	  margin-bottom: 10px;
	}
  
	.abox-2-wrapper {
	  margin-top: 30px;
	}
  
	.abox-1-wrapper .col-sm-4, 
	.abox-2-wrapper .col-sm-3, 
	.abox-3-wrapper .col-sm-3 {
	  width: 50%; 
	  float: left; 
	}
  
	.abox-2 {
	  margin-bottom: 40px;
	}
  
	.abox-4 {
	  padding: 0;
	}
  
	.about-1-txt h2 {
	  font-size: 3.25rem; 
	  padding: 0; 
	  margin-bottom: 20px;
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, 
	.about-5-txt h2, 
	.about-6-txt h2 {
	  margin-bottom: 20px;
	}
  
	.about-1-txt p {
	  padding: 0; 
	  margin-bottom: 35px;
	}
  
	.about-2-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.about-4-img p {
	  padding-left: 0;
	  padding-right: 0;
	  margin-top: 30px;
	}
  
	.about-3-img {
	  margin: 0 0 30px;
	}
  
	.about-5-img,
	.about-6-img {
	  background-position: center center; 
	  position: relative; 
	  left: 0; 
	  height: 330px; 
	  width: auto!important; 
	  margin: 0;
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 280px;
	}
  
	/* Promo */
	#pb-1-1, 
	#pb-1-2 {
	  margin-bottom: 30px;
	}
  
	#promo-1 .row {
	  margin-left: 0; 
	  margin-right: 0;
	}
  
	#promo-1 .col-lg-3, 
	#promo-1 .col-lg-6 {
	  padding-left: 0; 
	  padding-right: 0;
	}
  
	.pbox-1 {
	  padding-top: 0;
	}
  
	.pbox-1-txt {
	  padding: 50px 0;
	}
  
	.pbox-1-txt h3 {
	  font-size: 2rem;
	}
  
	.pbox-2 {
	  padding: 50px 25px 30px;
	}
  
	#pb-2-1 {
	  margin-bottom: 30px;
	}
  
	.pbox-2-txt h4 {
	  font-size: 1.85rem;
	}
  
	.pbox-3-last {
	  margin-top: 30px;
	}
  
	.pbox-4 {
	  margin-bottom: 30px;
	}
  
	.pbox-4.pbox-4-last {
	  margin-bottom: 0;
	}
  
	#pb-5-1.pbox-5 {
	  padding: 50px 25px; 
	  margin-bottom: 20px;
	}
  
	#pb-5-2.pbox-5 {
	  border: 1px solid #e5e5e5; 
	  padding: 50px 25px; 
	  margin-bottom: 20px;
	}
  
	#pb-5-3.pbox-5 {
	  border: 1px solid #e5e5e5;
	  padding: 50px 25px;
	}
  
	.pbox-5-txt h4, 
	#pb-5-1.pbox-5 h4 {
	  font-size: 1.85rem;
	  padding: 0 10%;
	}
  
	.pbox-5-price p {
	  font-size: 1.25rem;
	}
  
	.pbox-5-price p span {
	  font-size: 1.75rem;
	  top: 3px; 
	  left: 10px;
	}
  
	.pbox-6-txt {
	  min-height: 300px;
	}
  
	.pbox-6-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-6-price h5 {
	  font-size: 1.7rem;
	}
  
	#promo-7 {
	  padding-bottom: 40px;
	}
	
	.pbox-7 {
	  margin-bottom: 40px;
	}
  
	#pb-7-1, 
	#pb-7-2, 
	#pb-7-3 {
	  padding: 30px 0 0;
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-price {
	  margin-top: 20px;
	}
  
	.pbox-7-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-txt .add-to-cart {
	  right: 20px; 
	  bottom: -12px; 
	  font-size: 1rem; 
	  padding: 10px 17px;
	}
  
	.pbox-7:hover .add-to-cart, 
	.pbox-7:hover #pb-7-2 .add-to-cart {
	  bottom: -6px;
	}
  
	#pb-8-1, 
	#pb-8-2, 
	#pb-8-3 {
	  padding-right: 15px;
	}
  
	.pbox-8-txt {
	  text-align: center; 
	  padding: 30px 0 0;
	}
  
	.pbox-8 .col-lg-6.rel {
	  padding-right: 15px;
	}
  
	.pbox-8 {
	  margin-bottom: 30px;
	}
	
	.pbox-8.pbox-8-last {
	  margin-bottom: 0;
	}
  
	.pbox-8 h5 {
	  font-size: 1.7rem;
	  margin-bottom: 10px;
	}
  
	.pbox-8-txt p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	  margin-bottom: 10px;
	}
  
	.pbox-8-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-9-txt {
	  padding: 30px 5px 0;
	}
  
	.pbox-9 h2 {
	  margin-bottom: 15px;
	}
  
	.pbox-9-price {
	  margin-top: 15px;
	}
  
	.pbox-9-price p {
	  font-size: 1.5rem;
	}
  
	.pbox-9-price p span {
	  font-size: 1.85rem; 
	  top: 3px; 
	  left: 10px;
	}
  
	/* Promo-10 */
	#promo-10 {
	  margin-top: 0; 
	  margin-bottom: 0; 
	  overflow: hidden;
	}
  
	.pbox-10-txt {
	  text-align: center;
	  padding-top: 80px;
	  margin: 0 0 40px;
	}
  
	.pbox-10-txt h2 {
	  font-size: 3.65rem;
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.25rem;
	}
  
	.pbox-10-txt h4 span {
	  font-size: 2rem; 
	  top: 4px;
	}
  
	.pbox-10-txt p {
	  padding: 0;
	}
  
	.pbox-10-img {
	  margin: 0 0 -100px 0; 
	  position: relative; 
	  overflow: hidden;
	}
  
	.pbox-10-img img {
	  max-width: 100%;
	  display: inline-block;
	}
  
	#promo-10.promo-section .price-badge-md {
	  top: 10px; 
	  left: 20px;
	}
  
	/* Promo-11 */
	.pbox-11-txt {
	  text-align: center;
	}
  
	.pbox-11-txt h2 {
	  font-size: 3.5rem; 
	  margin-bottom: 15px;
	}
  
	.pbox-11-txt p {
	  font-weight: 300; 
	  padding: 0 5%; 
	  margin-bottom: 20px;
	}
  
	#promo-11 {
	  padding-top: 80px; 
	  padding-bottom: 60px;
	}
  
	#promo-11 .col-lg-2 {
	  width: 96%; 
	  margin: 0 2%;
	}
  
	.pbox-11-link {
	  width: 46%; 
	  float: left;
	  padding: 10px; 
	  margin-left: 4px; 
	  margin-right: 4px;
	}
	.pbox-11-img {
	  margin-bottom: 25px;
	}
  
	#promo-11.promo-section .price-badge-lg {
	  top: -10px;
	}
  
	/* Promo-12 */
	#promo-12 {
	  margin-top: 0;
	  padding-top: 0;
	  overflow: hidden;
	}
  
	.promo-12-txt {
	  text-align: center;
	  padding-top: 80px;
	  padding-left: 0;
	}
  
	.promo-12-txt h2 {
	  font-size: 3.5rem;
	  margin-bottom: 10px;
	}
  
	.promo-12-txt h3 {
	  font-size: 2rem;
	}
	.promo-12-txt span {
	  font-size: 2.5rem;
	}
  
	.promo-12-img {
	  margin-top: 30px;
	  margin-bottom: -50px;
	  position: relative;
	  overflow: hidden;
	}
	.promo-12-img img.img-fluid {
	  max-width: 100%; 
	  display: inline-block;
	}
  
	/* Promo-13 */
	.pbox-13-item {
	  padding: 60px 30px;
	}
	
	#pb-13-1.pbox-13-item {
	  padding: 20px 30px;
	}
  
	#pb-13-3.pbox-13-item {
	  padding: 20px 30px 0;
	}
  
	/* Promo-14 */
	.pbox-14-item {
	  margin: 0 5px;
	}
  
	.pbox-14-txt {
	  padding: 20px 0 5px;
	}
  
	#pb-14-1 .pbox-14-txt {
	  padding: 0;
	}
  
	#pb-14-1.pbox-14-item {
	  padding: 50px 20px 40px; 
	  margin: 0 5px 20px;
	}
  
	.pbox-14-item h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-14-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-14-item p, 
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1.0625rem; 
	  padding: 0;
	}
  
	.pbox-14-txt .btn.btn-sm {
	  font-size: 16px; 
	  padding: 15px 48px;
	}
  
	/* Menu */
	#menu-6 .col-lg-3 {
	  padding-left: 15px; 
	  padding-right: 15px;
	}
  
	.menu-3-wrapper {
	  padding: 0;
	}
  
	.menu-1-item, .menu-2-item {
	  text-align: center;
	  padding-bottom: 30px;
	  border-bottom: 1px dashed #666;
	}
  
	.menu-3-item, 
	.menu-4-item {
	  text-align: center;
	  padding-bottom: 30px;
	  border-bottom: 1px dashed #ccc;
	}
  
	.menu-1-item:last-child, 
	.menu-2-item:last-child, 
	.menu-3-item:last-child, 
	.menu-4-item:last-child {
	  padding-bottom: 0; 
	  border-bottom: none;
	}
  
	.menu-1-list li.resp-lst:last-child, 
	.menu-2-list li.resp-lst:last-child, 
	.menu-3-list li.resp-lst:last-child, 
	.menu-4-list li.resp-lst:last-child {
	  padding-bottom: 30px;
	  border-bottom: 1px dashed #ccc;
	  margin-bottom: 40px;
	}
  
	.menu-item-title {
	  display: block;
	  width: 100%; 
	  margin-bottom: 8px; 
	  padding: 0;
	}
  
	.menu-title-wrapper {
	  margin: 0; 
	  display: block;
	}
  
	.menu-item-dots {
	  display: none;
	}
  
	.menu-item-price {
	  display: inline-block; 
	  width: auto; 
	  padding: 0; 
	  margin-bottom: 0; 
	  margin-right: 10px;
	}
  
	.menu-3-title {
	  margin-bottom: 50px;
	}
  
	.menu-3-item-data {
	  position: relative; 
	  display: inline-block; 
	  top: 0; 
	  right: 0; 
	  margin-top: 8px; 
	  padding: 8px 18px; 
	}
  
	.menu-3-item-data h6 {
	  font-size: 1.25rem;
	}
  
	.menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding: 0 5%; 
	  margin-bottom: 10px;
	}
  
	#menu-3 .menu-item-desc p {
	  font-size: 1.0625rem;
	  padding: 0;
	}
  
	.menu-item-desc span {
	  font-size: 1rem;
	}
  
	.menu-1-txt, 
	.menu-3-txt {
	  padding: 0;
	}
  
	.menu-2-txt {
	  padding-left: 0;
	}
  
	.menu-5-txt, 
	.menu-6-txt {
	  padding: 25px 16px;
	}
  
	.menu-5-txt p {
	  font-size: 1.0625rem;
	  padding-right: 12%; 
	  margin-bottom: 10px;
	}
  
	.menu-5-txt span.item-data {
	  font-size: 1rem;
	}
  
	.menu-6-txt h5, 
	.menu-7-txt h5 {
	  font-size: 1.7rem;
	}
  
	.menu-6-txt p {
	  font-size: 1.0625rem;
	}
  
	.menu-7-txt p {
	  font-size: 1.0625rem; 
	  padding: 0 10%;
	}
  
	.menu-7-txt .btn.btn-sm {
	  font-size: 17px; 
	  padding: 15px 48px;
	}
  
	.menu-6-price h5, 
	.menu-7-price h5 {
	  font-size: 1.7rem;
	}
  
	#tabs-nav {
	  margin-bottom: 40px;
	}
  
	.tabs-1 li {
	  display: block; 
	  background-color: #f5f5f5; 
	  padding: 11px 30px; 
	  margin-bottom: 10px; 
	}
  
	.tabs-1 li.current {
	  background-color: transparent;
	}
  
	.tabs-1 li span {
	  position: relative; 
	  right: 10px;
	}
  
	.tabs-1.ico-55 [class*="flaticon-"]:before, 
	.tabs-1.co-55 [class*="flaticon-"]:after {
	  font-size: 45px; 
	  line-height: 1!important; 
	} 
  
	.tabs-1 li h5 {
	  display: inline-block; 
	  font-size: 1.4rem; 
	  position: relative; 
	  top: -4px; 
	  margin-top: 0;
	}
  
	.menu-3-img {
	  padding: 0; 
	  margin-top: 40px; 
	}
  
	.menu-3-img.mb-60 {
	  margin-bottom: 50px;
	}
  
	.menu-4-img {
	  display: none;
	}
  
	/* Reviews */
	#reviews-1 {
	  padding-top: 80px; 
	  padding-bottom: 70px;
	}
  
	#reviews-1 img {
	  width: 100px;
	  height: 100px;
	}
  
	.review-1-txt p {
	  font-size: 1.3rem;
	  padding: 0;
	}
  
	.review-1-txt p.testimonial-autor {
	  font-size: 1.3rem;
	}
  
	.review-2-txt {
	  overflow: hidden;
	  padding-left: 0;
	}
  
	.review-2-avatar {
	  float: none;
	  margin-bottom: 20px;
	}
  
	.review-2 img {
	  width: 90px; 
	  height: 90px;
	}
  
	.review-info {
	  margin-top: 5px; 
	  margin-bottom: 15px; 
	}
  
	.review-info h5 {
	  display: block; 
	  float: none; 
	  margin-right: 0; 
	  margin-bottom: 5px;
	}
  
	.review-info span {
	  display: block; 
	  font-size: 1.15rem; 
	  top: 0;
	}
  
	/* Gallery */
	#gallery-1 .col-lg-3, 
	#gallery-2 .col-lg-3 {
	  padding: 0 15px;
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0;
	}
  
	.banner-1-txt h2 {
	  font-size: 2.5rem;
	}
  
	.banner-2-txt h2 {
	  font-size: 4rem; 
	  padding: 0; 
	  margin-bottom: 30px; 
	}
  
	.banner-2-txt p {
	  font-size: 1.2rem; 
	  padding: 0 5%; 
	  margin-bottom: 15px;
	}
  
	#banner-3 {
	  text-align: center; 
	  padding-top: 80px; 
	  margin-top: 0;
	}
  
	.banner-3-txt h2 {
	  font-size: 3rem;
	}
  
	.banner-3-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.banner-3-img {
	  margin-top: 30px;
	  margin-left: 0;
	}
  
	.banner-4-txt h2 {
	  font-size: 3.5rem;
	  line-height: 1.15;
	  margin-bottom: 15px;
	}
  
	.banner-4-txt h4 {
	  margin-bottom: 14px;
	}
  
	.banner-4-txt p {
	  padding: 0 5%; 
	  margin-bottom: 25px;
	}
  
	.banner-4-txt .btn {
	  font-size: 19px; 
	  padding: 16px 40px;
	}
  
	/* FAQs */
	.questions-wrapper, .faqs-1-questions {
	  padding: 0;
	}
  
	.question h5 {
	  margin-bottom: 1.4rem;
	}
  
	/* Newsletter */
	#newsletter-1.mb-20 {
	  margin-bottom: 0;
	}
  
	#newsletter-1 .inner-bg {
	  padding: 40px 25px 30px;
	}
  
	.newsletter-txt h3 {
	  font-size: 2.15rem;
	}
  
	.newsletter-txt p {
	  padding: 0;
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0;
	}
  
	.newsletter-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  height: 56px;
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.newsletter-section .input-group-btn {
	  display: block; 
	  width: 100%!important;
	}
  
	.newsletter-section .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  font-size: 1.125rem; 
	  margin-left: 0; 
	}
  
	/* Blog */
	.blog-post-txt {
	  padding: 0 3%;
	}
  
	.post-share-links {
	  margin-top: 50px;
	}
  
	.post-share-list.text-right {
	  text-align: left!important;
	  margin-top: 35px;
	  margin-left: 8px;
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  width: 33px; 
	  height: 33px; 
	  font-size: 25px; 
	  margin-right: 6px;
	}
  
	.post-tags-list span a {
	  font-size: 1rem;
	  padding: 8px 16px;
	}
  
	.prev-post, .next-post {
	  text-align: center;
	}
  
	.prev-post h6, 
	.next-post h6 {
	  font-size: 1.45rem;
	}
  
	.all-posts a {
	  font-size: 2.25rem;
	}
  
	/* Contacts */
	#contacts-4 {
	  padding-top: 80px;
	  padding-bottom: 20px;
	}
  
	#contacts-4 .section-title, 
	.contacts-info {
	  padding-left: 0;
	}
  
	.contacts-info {
	  text-align: center;
	}
  
	#contacts-4 .form-holder, 
	#contacts-5 .form-holder {
	  margin-left: 8px; 
	  margin-right: 8px;
	}
  
	#contacts-4 .section-title {
	  text-align: center; 
	  padding: 0;
	}
  
	#contacts-4 .section-title p {
	  padding: 0 5%;
	}
  
	#contacts-5 .section-title {
	  margin-top: 45px;
	}
  
	.cbox-2 h5 {
	  font-size: 1.5rem;
	}
  
	.cbox-3 h5 {
	  font-size: 1.75rem;
	}
  
	.cbox-3 h6 {
	  font-size: 1.45rem;
	}
  
	.cbox-5 h5 {
	  font-size: 1.75rem;
	}
  
	/* Booking Form */
	#booking-1 .form-holder {
	  padding: 45px 30px 40px;
	  margin: -30px 0;
	}
  
	#booking-2 .form-holder {
	  margin-left: 8px;
	  margin-right: 8px;
	}
  
	#booking-2 .form-holder p {
	  padding: 0 15%;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 70%;
	}
  
	#contacts-5 #gmap {
	  margin-top: 10px;
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0;
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px;
	}
  
	.footer h5 {
	  font-size: 1.4rem;
	}
  
	#footer-3 .footer-socials-links {
	  margin-top: 50px; 
	  margin-bottom: 20px;
	}
  
	.foo-socials a {
	  width: 40px; 
	  height: 40px; 
	  font-size: 26px; 
	  margin: 0 3px;
	}
  
	.footer-img img.insta-img {
	  width: 100px; 
	  height: 100px; 
	  margin: 4px;
	}
  
	.footer-info p, 
	.footer-contacts p {
	  margin-bottom: 5px;
	}
  
	.foo-email.mt-15 {
	  margin-top: 0;
	}
  
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px;
	  margin-bottom: 5px;
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.25rem;
	}
  
	#footer-2 .footer-info p, 
	#footer-2 .footer-contacts, 
	#footer-2 .footer-socials-links {
	  padding: 0 10%;
	}
  
	.footer-contacts p span {
	  font-size: 1.75rem;
	}
  
	#footer-4 .footer-copyright {
	  margin-bottom: 15px;
	}
  
	#footer-3 .footer-copyright p {
	  margin-top: 20px;
	}
  
	.bottom-footer-list li {
	  padding-bottom: 4px;
	}
  
	#footer-3 .bottom-footer-list li {
	  padding-bottom: 7px;
	}
  
	.bottom-footer-list.text-right {
	  text-align: left!important;
	}
  
	.bottom-footer-list li i {
	  font-size: 0.95rem;
	}
  
	.bottom-footer-list li p {
	  font-size: 1.0625rem; 
	  margin-left: 7px; 
	  line-height: 1.5; 
	}
  
	.bottom-footer-list li p.first-list-link {
	  margin-left: 0;
	}
  
	#footer-3 .bottom-footer-list li p {
	  font-size: 1rem; 
	  line-height: 1.5;
	}
  
	.bottom-footer-list p:after {
	  padding-left: 8px;
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 70px; 
	  padding-bottom: 80px;
	}
  
	.page-hero-section h2 {
	  font-size: 2.35rem;
	}
  
	/* Breadcrumb */
	#breadcrumb {
	  margin-bottom: 10px;
	}
  
	/* Gift Card Page */
	.cards-01-img.mb-100 {
	  margin-bottom: 70px; 
	}
  
	.card-box img {
	  padding: 0 5%;
	}
  
	.card-box h5 {
	  font-size: 1.75rem;
	}
  
	.card-box p {
	  font-size: 1.0625rem; 
	  padding: 0 5%; 
	}
  
	/* Scroll Up */
	#scrollUp {
	  bottom: 20px; 
	  right: 20px; 
	}
  
	/* Single Product */
	#product-1-data .tabs-nav {
	  margin-bottom: 30px;
	}
  
	#product-1-data .tabs-1 li {
	  padding: 14px 40px; 
	  margin-bottom: 10px; 
	}
	#product-1-data .tabs-1 li h5 {
	  top: 0; 
	}
  
	.tabs-2 li {
	  padding: 10px; margin: 0 3px;
	}
  
	.tabs-2 li img {
	  max-height: 65px;
	}
  
	/* Cart */
	.cart-table.mb-70 {
	  margin-bottom: 40px;
	}
  
	.cart-product-desc h5 {
	  font-size: 1.25rem;
	}
	
	.cart-product-img {
	  display: none;
	}
  
	.cart-product-desc {
	  padding-left: 0;
	}
  
	.cart-product-desc p {
	  padding-left: 10%;
	}
  
	.cart-table table th, 
	.cart-table table td, 
	.cart-table table td.product-name {
	  padding: 16px 18px;
	}
  
	.cart-table table td {
	  font-size: 1.125rem;
	}
  
	.discount-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  height: 56px;
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.discount-form .input-group-btn {
	  display: block; 
	  width: 100%!important;
	}
  
	.discount-form .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  font-size: 1.125rem; 
	  margin-left: 0; 
	  margin-bottom: 50px; 
	}
  
	.discount-coupon .col-lg-5.text-right {
	  text-align: center; 
	}
  
	.discount-coupon .col-lg-5.text-right .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  padding: 16px 30px; 
	  font-size: 1.125rem; 
	}
  
	/* Team */
	.tm-meta h5 {
	  font-size: 1.65rem;
	}
  
	.tm-meta span {
	  font-size: 1.25rem;
	}
  
	.tm-social a {
	  width: 54px; 
	  height: 54px; 
	  font-size: 1.45rem; 
	  line-height: 54px!important; 
	}
  
  
  
  }
  
  @media (max-width: 320.95px) { 
  
	#stlChanger {
	  display: none;
	}
  
	.m-row {
	  display: flex; 
	  flex-flow: wrap;
	}
  
	.m-top, .m-bottom {
	  width: 100%;
	}
  
	.m-bottom {
	  order: 1;
	}
  
	.m-top {
	  order: 0;
	}
  
	/* Header H6 */
	h6.h6-xs {
	  font-size: 1rem;
	} 
  
	h6.h6-sm {
	  font-size: 1.1rem;
	}
  
	h6.h6-md {
	  font-size: 1.1rem;
	}
  
	h6.h6-lg {
	  font-size: 1.15rem;
	} 
	
	h6.h6-xl {
	  font-size: 1.2rem;
	}
  
	/* Header H5 */
	h5.h5-xs {
	  font-size: 1.3rem;
	}
  
	h5.h5-sm {
	  font-size: 1.4rem;
	}
  
	h5.h5-md {
	  font-size: 1.4rem;
	}
  
	h5.h5-lg {
	  font-size: 1.5rem;
	} 
  
	h5.h5-xl {
	  font-size: 1.5rem;
	} 
  
	/* Header H4 */
	h4.h4-xs {
	  font-size: 1.4rem;
	}
  
	h4.h4-sm {
	  font-size: 1.4rem;
	}
  
	h4.h4-md {
	  font-size: 1.45rem;
	}
  
	h4.h4-lg {
	  font-size: 1.45rem;
	}
  
	h4.h4-xl {
	  font-size: 1.5rem;
	} 
  
	h3.h3-xs {
	  font-size: 1.5rem;
	}
  
	h3.h3-sm {
	  font-size: 1.55rem;
	}
  
	h3.h3-md {
	  font-size: 1.6rem;
	}
  
	h3.h3-lg {
	  font-size: 1.65rem;
	}
  
	h3.h3-xl {
	  font-size: 1.7rem;
	} 
  
	/* Header H2 */
	h2.h2-xs {
	  font-size: 1.7rem;
	}
  
	h2.h2-sm {
	  font-size: 1.8rem;
	}
  
	h2.h2-md {
	  font-size: 1.9rem;
	}
  
	h2.h2-lg {
	  font-size: 2rem;
	}
  
	h2.h2-xl {
	  font-size: 2.1rem;
	}
  
	/* Paragraphs */
	p.p-sm {
	  font-size: 1rem;
	}
  
	p {
	  font-size: 1rem;
	}
  
	p.p-md {
	  font-size: 1.05rem;
	}
  
	p.p-lg {
	  font-size: 1.05rem;
	}
  
	p.p-xl {
	  font-size: 1.1rem;
	}  
  
	/* Button */
	.btn, 
	.btn.btn-md, 
	.btn.btn-lg {
	  font-size: 16px;
	}
  
	.btn.btn-sm {
	  font-size: 15px; 
	  padding: 12px 24px;
	}
  
	.btn.btn-md, 
	.btn.btn-lg { 
	  padding: 14px 34px;
	}
  
	/* Store Badges */
	.store {
	  display: block; 
	  float: none; 
	  margin: 0 10px 10px;
	}
	
	img.googleplay-original {
	  width: 150px; 
	  height: 46px; 
	}
  
	img.appstore-original {
	  width: 150px; 
	  height: 46px; 
	} 
  
	/* Section Title */
	.section-title.mb-60 {
	  margin-bottom: 45px;
	}
  
	.section-title h2.h2-title {
	  font-size: 2.25rem;
	}
  
	.section-title p {
	  padding: 0 6%;
	}
  
	/* Item Code */
	span.item-code {
	  font-size: 0.95rem;
	}
  
	/* Item Rating */
	.stars-rating i {
	  font-size: 0.95rem;
	}
  
	.stars-rating.stars-lg i {
	  font-size: 1.05rem;
	}
  
	.menu-7-img .item-rating, 
	.pbox-14-img .item-rating {
	  bottom: 35px; 
	  right: 20px; 
	}
  
	/* Like Icon */
	.like-ico.ico-20 [class*="flaticon-"]:before, 
	.like-ico.ico-20 [class*="flaticon-"]:after {
	  font-size: 1.75rem;
	}
  
	.like-ico.ico-25 [class*="flaticon-"]:before, 
	.like-ico.ico-25 [class*="flaticon-"]:after {
	  font-size: 1.75rem;
	}
  
	.menu-6-item .like-ico {
	  top: 32px; 
	  right: 22px; 
	}
  
	.menu-7-img .like-ico, 
	.pbox-14-img .like-ico {
	  top: 20px; 
	  right: 20px;
	}
  
	/* Add To Cart */
	.add-to-cart {
	  font-size: 1rem; 
	  padding: 10px 17px;
	}
  
	.add-to-cart.ico-10 [class*="flaticon-"]:before, 
	.add-to-cart.ico-10 [class*="flaticon-"]:after {
	  font-size: 0.95rem;
	}
  
	/* Price Badge */
	.price-badge-sm {
	  width: 105px; 
	  height: 102px;
	}
  
	.price-badge-md {
	  width: 125px; 
	  height: 122px;
	}
  
	.price-badge-lg {
	  width: 145px; 
	  height: 141px;
	}
  
	#hero-2 .badge-txt {
	  top: 50%;
	}
  
	/* Discount Badge */
	.discount-badge {
	  left: 10px; 
	  top: -5px; 
	}
  
	.discount-badge img {
	  max-height: 130px;
	}
  
	/*------------------------------------------*/
	/*   NAVIGATION MENU    
	/*------------------------------------------*/
  
	.navik-menu .mega-menu-container {
	  padding: 20px 0; 
	  height: 320px; 
	  overflow: scroll;  
	  overflow-x: hidden;
	}
  
	.mega-menu-desc {
	  padding-left: 10%; 
	  padding-right: 10%; 
	}
  
	.callusbtn {
	  top: 35px; 
	  left: 6px; 
	}
  
	.callusbtn a {
	  font-size: 20px;
	}
  
	.burger-menu {
	  width: 23px; 
	  height: 20px; 
	  top: 35px; 
	  right: 6px; 
	}
  
	/*------------------------------------------*/
	/*   HERO   
	/*------------------------------------------*/
  
	#hero-2 .bg-inner {
	  padding-top: 80px;
	}
  
	#hero-4 {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-5 .bg-inner {
	  padding-top: 60px;
	  margin-bottom: 30px;
	}
  
	#hero-9 .bg-inner {
	  padding-top: 80px;
	  padding-bottom: 80px;
	}
  
	#hero-10, #hero-12 {
	  padding-top: 80px; 
	  padding-bottom: 40px;
	}
  
	#hero-11 {
	  padding-top: 80px; 
	  padding-bottom: 80px;
	}
  
	/* Hero Slider */
	.slider, .slider .slides {
	  height: 320px;
	}
  
	#hero-3 .slider, 
	#hero-6 .slider, 
	#hero-3 .slider .slides, 
	#hero-6 .slider .slides {
	  height: 310px;
	}
  
	#hero-3 .slider .slides li img,
	#hero-6 .slider .slides li img {
	  background-position: left center; 
	}
  
	#hero-3 .slider .slides li#slide-2 img {
	  background-position: right center;
	}
  
	#hero-8 .slider, 
	#hero-8 .slider .slides {
	  height: 270px;
	}
  
	.slider .indicators {
	  bottom: 18px;
	}
  
	/* Hero Text */
	.main-slider-content .caption-txt {
	  padding: 0; 
	  margin-top: -10px;
	}
  
	#hero-3 .caption-txt {
	  padding-left: 0; 
	  margin-top: -15px; 
	}
  
	.hero-4-txt {
	  padding: 0; 
	  margin-top: 30px;
	}
  
	#hero-3 .caption-txt, 
	#hero-6 .caption-txt {
	  text-align: center; 
	  padding-left: 0; 
	  margin-top: -20px;
	}
  
	.hero-11-txt {
	  text-align: center; 
	  margin-top: 35px; 
	  margin-left: 0; 
	  padding-right: 0; 
	}
  
	/* Hero Headers */
	.main-slider-content h2 {
	  font-size: 2.25rem;
	  letter-spacing: 2px;
	  margin-bottom: 10px;
	}
  
	#hero-2 h2 {
	  font-size: 2.25rem; 
	  letter-spacing: 2px; 
	}
  
	#hero-3 h2, 
	#hero-6 h2 {
	  font-size: 2.95rem; 
	  margin-bottom: 10px; 
	}
  
	#hero-3 h3, 
	#hero-6 h3 {
	  font-size: 1.85rem;
	}
  
	#hero-3 h3 span, 
	#hero-6 h3 span {
	  font-size: 2.1rem; 
	  top: 0; 
	}
  
	.hero-4-txt h2 {
	  font-size: 3.5rem;
	}
  
	.hero-4-txt h3 {
	  font-size: 1.25rem; 
	  margin-bottom: 15px;
	}
  
	#hero-5 h2 {
	  font-size: 5.5rem;
	}
  
	#hero-9 h2 {
	  font-size: 2.25rem; 
	  padding: 0; 
	  letter-spacing: 2px; 
	  margin-bottom: 20px;
	}
  
	#hero-10 h2 {
	  font-size: 8rem; 
	  border-bottom: 3px solid #fff; 
	  padding-bottom: 25px; 
	  margin-bottom: 35px; 
	}
  
	#hero-10 h3 {
	  font-size: 2rem;
	  margin-bottom: 60px;
	}
  
	#hero-11 h2 {
	  font-size: 6rem;
	  margin-bottom: 15px;
	}
  
	#hero-11 h3 {
	  font-size: 2.25rem; 
	  margin-bottom: 5px;
	}
  
	#hero-11 h4 {
	  font-size: 1.75rem;
	  margin-bottom: 20px;
	}
  
	#hero-12 h3 {
	  font-size: 1.85rem;
	  margin-bottom: 20px;
	}
  
	#hero-12 h2 {
	  font-size: 5.5rem;
	  margin-bottom: 15px;
	}
  
	/* Hero Paragraphs */
	.main-slider-content p {
	  font-size: 1.2rem;
	}
  
	.main-slider-content p span {
	  display: block; 
	  font-size: 1.5rem; 
	  left: 0; top: 3px;
	}
  
	.hero-4-txt p {
	  padding: 0 3%;
	  margin-bottom: 25px;
	}
  
	.hero-9-txt p {
	  font-size: 1.05rem;
	  padding: 0;
	  margin-bottom: 30px;
	}
  
	.hero-11-txt p {
	  padding: 0;
	  margin-bottom: 25px;
	}
  
	.hero-12-txt p {
	  padding: 0;
	  margin-bottom: 40px;
	}
  
	/* Hero Boxes */
	.hbox-1-wrapper, 
	.hbox-2-wrapper {
	  padding: 0 5%;
	}
  
	.hbox-1-wrapper .col-sm-3, 
	.hbox-2-wrapper .col-sm-3 {
	  width: 50%; 
	  float: left; 
	  padding-left: 5px; 
	  padding-right: 5px;
	}
  
	.hbox-1 h5, 
	.hbox-2 h5 {
	  font-size: 1.25rem;
	  margin-top: 20px;
	}
  
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:before, 
	.hbox-2-wrapper.ico-90 [class*="flaticon-"]:after {
	  font-size: 3.75rem;
	}
  
	/* Hero Image */
	.hero-4-img {
	  padding: 0 2%;
	}
  
	.hero-5-img {
	  padding: 0 5%; 
	  margin-top: -20px; 
	  margin-bottom: -20px;
	} 
  
	.hero-11-img {
	  margin-left: -10%;
	}
  
	.hero-11-img img {
	  max-width: 100%; 
	  display: block;
	}
  
	/*------------------------------------------*/
	/*   CONTENT
	/*------------------------------------------*/
  
	/* About */
	#about-2 {
	  padding-top: 80px; 
	  padding-bottom: 300px;
	}
  
	#about-5, 
	#about-6 {
	  padding-top: 80px;
	  padding-bottom: 0;
	}
  
	#about-3 {
	  padding-bottom: 40px;
	}
  
	#about-7 {
	  padding-top: 80px;
	  padding-bottom: 40px;
	}
  
	.about-2-txt, 
	.about-4-txt {
	  padding: 0;
	}
  
	.about-3-txt {
	  padding: 0; 
	  margin-bottom: 0;
	}
  
	.about-5-txt {
	  padding: 0; 
	  margin-bottom: 40px;
	}
  
	.about-6-txt {
	  padding: 0; 
	  margin-bottom: 80px;
	}
  
	.abox-1-wrapper {
	  padding: 0; 
	  margin-bottom: 10px;
	}
  
	.abox-2-wrapper {
	  margin-top: 30px;
	}
  
	.abox-1-wrapper .col-sm-4, 
	.abox-2-wrapper .col-sm-3, 
	.abox-3-wrapper .col-sm-3 {
	  width: 50%; 
	  float: left;
	}
  
	.abox-2 {
	  margin-bottom: 40px;
	}
  
	.abox-4 {
	  padding: 0 3%;
	}
  
	.about-1-txt h2 {
	  font-size: 2.85rem;
	  padding: 0;
	  margin-bottom: 20px;
	}
  
	.about-3-txt h2, 
	.about-4-txt h2, 
	.about-5-txt h2, 
	.about-6-txt h2 {
	  margin-bottom: 20px;
	}
  
  
	.about-1-txt p {
	  padding: 0; 
	  margin-bottom: 35px;
	}
  
	.about-2-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.about-4-img p {
	  padding-left: 0;
	  padding-right: 0;
	  margin-top: 30px;
	}
  
	.about-3-img {
	  margin: 0 0 30px;
	}
  
	.about-5-img, 
	.about-6-img {
	  background-position: center center; 
	  position: relative; 
	  left: 0; 
	  height: 330px; 
	  width: auto!important; 
	  margin: 0;
	}
  
	/* Dividers */
	#div-01, 
	#div-02, 
	#div-03, 
	#div-04, 
	#div-05 {
	  height: 250px;
	}
  
	/* Promo */
	#pb-1-1, 
	#pb-1-2 {
	  margin-bottom: 30px;
	}
  
	#promo-1 .row {
	  margin-left: 0; 
	  margin-right: 0; 
	}
  
	#promo-1 .col-lg-3, 
	#promo-1 .col-lg-6 {
	  padding-left: 0; 
	  padding-right: 0; 
	}
  
	.pbox-1 {
	  padding-top: 0;
	}
  
	.pbox-1-txt {
	  padding: 50px 0; 
	}
  
	.pbox-1-txt h3 {
	  font-size: 1.8rem;
	}
  
	.pbox-2 {
	  padding: 50px 25px 30px; 
	}
  
	#pb-2-1 {
	  margin-bottom: 30px;
	}
  
	.pbox-2-txt h4 {
	  font-size: 1.65rem;
	}
  
	.pbox-3-last {
	  margin-top: 30px; 
	}
  
	.pbox-4 {
	  margin-bottom: 30px; 
	}
  
	.pbox-4.pbox-4-last {
	  margin-bottom: 0;
	}
  
	#pb-5-1.pbox-5 {
	  padding: 50px 25px; 
	  margin-bottom: 20px; 
	}
  
	#pb-5-2.pbox-5 {
	  border: 1px solid #e5e5e5; 
	  padding: 50px 25px; 
	  margin-bottom: 20px; 
	}
  
	#pb-5-3.pbox-5 {
	  border: 1px solid #e5e5e5; 
	  padding: 50px 25px;
	}
  
	.pbox-5-txt h4, 
	#pb-5-1.pbox-5 h4 {
	  font-size: 1.75rem; 
	  padding: 0 10%; 
	}
  
	.pbox-5-price p {
	  font-size: 1.25rem;
	}
  
	.pbox-5-price p span {
	  font-size: 1.6rem;
	  top: 3px; left: 10px;
	}
  
	.pbox-6-txt {
	  min-height: 280px;
	}
  
	.pbox-6-txt p {
	  padding: 0 5%;
	}
  
	.pbox-6-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-price {
	  margin-top: 15px;
	}
  
	.pbox-6-price h5 {
	  font-size: 1.7rem;
	}
  
	#promo-7 {
	  padding-bottom: 40px;
	}
  
	.pbox-7 {
	  margin-bottom: 40px;
	}
  
	#pb-7-1, 
	#pb-7-2, 
	#pb-7-3 {
	  padding: 30px 0 0;
	}
  
	.pbox-7-txt h4 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-7-txt .add-to-cart {
	  opacity: 1; 
	  position: relative; 
	  right: 0; 
	  bottom: 0; 
	  margin-top: 20px; 
	}
  
	.pbox-7:hover .add-to-cart, 
	.pbox-7:hover #pb-7-2 .add-to-cart {
	  bottom: 0;
	}
  
	#pb-8-1, 
	#pb-8-2, 
	#pb-8-3 {
	  padding-right: 15px;
	}
  
	.pbox-8-txt {
	  text-align: center;
	  padding: 30px 0 0; 
	}
  
	.pbox-8 .col-lg-6.rel {
	  padding-right: 15px;
	}
  
	.pbox-8 {
	  margin-bottom: 30px;
	}
  
	.pbox-8.pbox-8-last {
	  margin-bottom: 0;
	}
  
	.pbox-8 h5 {
	  font-size: 1.7rem; 
	  margin-bottom: 10px;
	}
  
	.pbox-8-txt p {
	  font-size: 1rem; 
	  padding: 0 10%; 
	  margin-bottom: 10px;
	}
  
	.pbox-8-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-9-txt {
	  padding: 30px 5px 0;
	}
	
	.pbox-9 h2 {
	  margin-bottom: 15px;
	}
  
	.pbox-9-price {
	  margin-top: 15px;
	}
  
	.pbox-9-price p {
	  font-size: 1.5rem;
	}
  
	.pbox-9-price p span {
	  font-size: 1.85rem;
	  top: 3px; 
	  left: 10px;
	}
  
	/* Promo-10 */
	#promo-10 {
	  margin-top: 0;
	  margin-bottom: 0;
	  overflow: hidden;
	}
  
	.pbox-10-txt {
	  text-align: center;
	  padding-top: 80px;
	  margin: 0 0 40px;
	}
  
	.pbox-10-txt h2 {
	  font-size: 3.15rem;
	}
  
	.pbox-10-txt h4 {
	  font-size: 1.15rem;
	}
  
	.pbox-10-txt h4 span {
	  font-size: 1.75rem; 
	  top: 2px;
	}
  
	.pbox-10-txt p {
	  padding: 0;
	}
  
	.pbox-10-img {
	  margin: 0 0 -100px 0; 
	  position: relative; 
	  overflow: hidden;
	}
  
	.pbox-10-img img {
	  max-width: 100%;
	  display: inline-block;
	}
  
	#promo-10.promo-section .price-badge-md {
	  top: 10px; 
	  left: 20px;
	}
  
	.pbox-11-txt {
	  text-align: center;
	}
  
	.pbox-11-txt h2 {
	  font-size: 3.15rem; 
	  margin-bottom: 15px;
	}
  
	.pbox-11-txt p {
	  font-weight: 300;
	  padding: 0 5%;
	  margin-bottom: 20px;
	}
  
	#promo-11 {
	  padding-top: 80px;
	  padding-bottom: 60px;
	}
  
	#promo-11 .col-lg-2 {
	  width: 100%;
	  margin: 0;
	}
  
	.pbox-11-link {
	  width: 46%; 
	  float: left; 
	  padding: 10px; 
	  margin-left: 5px; 
	  margin-right: 5px;
	}
  
	.pbox-11-img {
	  margin-bottom: 25px;
	}
  
	#promo-11.promo-section .price-badge-lg {
	  top: -10px;
	}
  
	#promo-12 {
	  padding-top: 0;
	  overflow: hidden;
	}
  
	.promo-12-txt {
	  text-align: center; 
	  padding-top: 80px; 
	  padding-left: 0;
	}
  
	.promo-12-txt h2 {
	  font-size: 3.15rem; 
	  margin-bottom: 10px;
	}
  
	.promo-12-txt h3 {
	  font-size: 1.75rem;
	}
  
	.promo-12-txt span {
	  font-size: 2.25rem; 
	  top: 2px;
	}
  
	.promo-12-img {
	  margin-top: 30px; 
	  margin-bottom: -20px; 
	  position: relative; 
	  overflow: hidden; 
	}
  
	.promo-12-img img.img-fluid {
	  max-width: 100%; 
	  display: inline-block; 
	}
  
	/* Promo-13 */
	.pbox-13-item {
	  padding: 60px 30px;
	}
  
	#pb-13-1.pbox-13-item {
	  padding: 20px 30px;
	}
  
	#pb-13-3.pbox-13-item {
	  padding: 20px 30px 0;
	}
  
	/* Promo-14 */
	.pbox-14-item {
	  margin: 0 5px;
	}
  
	.pbox-14-txt {
	  padding: 20px 5% 5px;
	}
  
	#pb-14-1 .pbox-14-txt {
	  padding: 0; 
	}
  
	#pb-14-1.pbox-14-item {
	  padding: 50px 20px 40px; 
	  margin: 0 5px 20px;
	}
  
	.pbox-14-item h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-14-price h5 {
	  font-size: 1.7rem;
	}
  
	.pbox-14-item p, 
	#pb-14-1 .pbox-14-txt p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	}
  
	.pbox-14-txt .btn.btn-sm {
	  font-size: 16px; 
	  padding: 15px 48px; 
	}
  
	/* Menu */
	#menu-6 .col-lg-3 {
	  padding-left: 15px; 
	  padding-right: 15px; 
	}
  
	.menu-3-wrapper {
	  padding: 0; 
	}
  
	.menu-1-item, .menu-2-item {
	  text-align: center;
	  padding-bottom: 30px; 
	  border-bottom: 1px dashed #666; 
	}
  
	.menu-3-item, 
	.menu-4-item {
	  text-align: center; 
	  padding-bottom: 30px; 
	  border-bottom: 1px dashed #ccc; 
	}
  
	.menu-1-item:last-child, 
	.menu-2-item:last-child, 
	.menu-3-item:last-child, 
	.menu-4-item:last-child {
	  padding-bottom: 0; 
	  border-bottom: none; 
	}
  
	.menu-1-list li.resp-lst:last-child, 
	.menu-2-list li.resp-lst:last-child, 
	.menu-3-list li.resp-lst:last-child, 
	.menu-4-list li.resp-lst:last-child {
	  padding-bottom: 30px; 
	  border-bottom: 1px dashed #ccc; 
	  margin-bottom: 40px;
	}
  
	.menu-item-title {
	  display: block; 
	  width: 100%; 
	  margin-bottom: 10px; 
	  padding: 0; 
	}
  
	.menu-title-wrapper {
	  margin: 0; 
	  display: block; 
	}
  
	.menu-item-dots {
	  display: none;
	}
  
	.menu-item-price {
	  display: inline-block; 
	  width: auto; 
	  padding: 0; 
	  margin-bottom: 0; 
	  margin-right: 10px; 
	}
  
	.menu-3-title {
	  margin-bottom: 50px;
	}
  
	.menu-3-item-data {
	  position: relative; 
	  display: inline-block; 
	  top: 0; 
	  right: 0; 
	  margin-top: 8px; 
	  padding: 8px 18px;
	}
  
	.menu-3-item-data h6 {
	  font-size: 1.25rem;
	}
  
	.menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	  margin-bottom: 10px; 
	}
  
	#menu-3 .menu-item-desc p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	}
  
	.menu-item-desc span {
	  font-size: 1rem; 
	}
  
	.menu-1-txt, 
	.menu-3-txt {
	  padding: 0; 
	}
  
	.menu-2-txt {
	  padding-left: 0;
	}
  
	.menu-5-txt, 
	.menu-6-txt {
	  padding: 25px 16px; 
	}
  
	.menu-5-txt p {
	  font-size: 1.0625rem; 
	  padding-right: 12%; 
	  margin-bottom: 10px; 
	}
  
	.menu-5-txt span.item-data {
	  font-size: 1rem; 
	}
  
	.menu-6-txt h5, 
	.menu-7-txt h5 {
	  font-size: 1.7rem; 
	}
  
	.menu-6-txt p {
	  font-size: 1.0625rem; 
	}
  
	.menu-7-txt p {
	  font-size: 1.0625rem; 
	  padding: 0 5%; 
	}
  
	.menu-7-txt .btn.btn-sm {
	  font-size: 17px; 
	  padding: 15px 48px; 
	}
  
	.menu-6-price h5, 
	.menu-7-price h5 {
	  font-size: 1.7rem;
	}
  
	#tabs-nav {
	  margin-bottom: 40px;
	}
  
	.tabs-1 li {
	  display: block; 
	  background-color: #f5f5f5; 
	  padding: 11px 30px;
	  margin-bottom: 10px; 
	}
  
	.tabs-1 li.current {
	  background-color: transparent; 
	}
  
	.tabs-1 li span {
	  position: relative; 
	  right: 10px;
	}
  
	.tabs-1.ico-55 [class*="flaticon-"]:before, 
	.tabs-1.co-55 [class*="flaticon-"]:after {
	  font-size: 45px; 
	  line-height: 1!important;
	} 
  
	.tabs-1 li h5 {
	  display: inline-block; 
	  font-size: 1.4rem; 
	  position: relative; 
	  top: -4px; 
	  margin-top: 0; 
	}
  
	.menu-3-img {
	  padding: 0; 
	  margin-top: 40px; 
	}
  
	.menu-3-img.mb-60 {
	  margin-bottom: 50px;
	}
  
	.menu-4-img {
	  display: none;
	}
  
	/* Reviews */
	#reviews-1 {
	  padding-top: 80px; 
	  padding-bottom: 70px;
	}
  
	#reviews-1 img {
	  width: 100px; 
	  height: 100px;
	}
  
	.review-1-txt p {
	  font-size: 1.175rem;
	  padding: 0;
	}
  
	.review-1-txt p.testimonial-autor {
	  font-size: 1.3rem;
	}
  
	.review-2-txt {
	  overflow: hidden; 
	  padding-left: 0;
	}
  
	.review-2-avatar {
	  float: none; 
	  margin-bottom: 20px;
	}
  
	.review-2 img {
	  width: 100px; 
	  height: 100px; 
	}
  
	.review-info {
	  margin-top: 5px; 
	  margin-bottom: 15px;
	}
  
	.review-info h5 {
	  display: block;
	  float: none;
	  margin-right: 0;
	  margin-bottom: 5px; 
	}
  
	.review-info span {
	  display: block; 
	  font-size: 1.15rem; 
	  top: 0; 
	}
  
	/* Gallery */
	#gallery-1 .col-lg-3, 
	#gallery-2 .col-lg-3 {
	  padding: 0 15px; 
	}
  
	/* Banner */
	.banner-1-txt {
	  padding: 0;
	}
  
	.banner-1-txt h2 {
	  font-size: 2.5rem;
	}
  
	.banner-2-txt h2 {
	  font-size: 3.5rem;
	  padding: 0; 
	  margin-bottom: 30px;
	}
  
	.banner-2-txt p {
	  font-size: 1.125rem;
	  padding: 0 5%; 
	  margin-bottom: 15px; 
	}
  
	#banner-3 {
	  text-align: center; 
	  padding-top: 80px; 
	  margin-top: 0; 
	}
  
	.banner-3-txt h2 {
	  font-size: 2.6rem;
	}
  
	.banner-3-txt p {
	  padding: 0; 
	  margin-bottom: 25px;
	}
  
	.banner-3-img {
	  margin-top: 30px; 
	  margin-left: 0;
	}
  
	.stores-badge {
	  text-align: center;
	}
  
	.banner-4-txt h2 {
	  font-size: 3.25rem; 
	  line-height: 1.15; 
	  margin-bottom: 15px;
	}
  
	.banner-4-txt h4 {
	  margin-bottom: 14px;
	}
  
	.banner-4-txt p {
	  padding: 0; 
	  margin-bottom: 25px; 
	}
  
	.banner-4-txt .btn {
	  font-size: 18px; 
	  padding: 16px 40px; 
	}
  
	/* FAQs */
	.questions-wrapper, 
	.faqs-1-questions {
	  padding: 0; 
	}
  
	.question h5 {
	  margin-bottom: 1.3rem; 
	}
  
	/* Newsletter */
	#newsletter-1.mb-20 {
	  margin-bottom: 0; 
	}
  
	#newsletter-1 .inner-bg {
	  padding: 40px 15px 30px; 
	}
  
	.newsletter-txt h3 {
	  font-size: 2.15rem; 
	}
  
	.newsletter-txt p {
	  padding: 0; 
	}
  
	.newsletter-section .newsletter-form {
	  padding: 0; 
	}
  
	.newsletter-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  height: 56px;
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.newsletter-section .input-group-btn {
	  display: block; 
	  width: 100%!important; 
	}
  
	.newsletter-section .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  font-size: 1.125rem; 
	  margin-left: 0; 
	}
  
	/* Blog */
	.blog-post-txt {
	  padding: 0; 
	}
  
	.post-share-links {
	  margin-top: 50px; 
	}
  
	.post-share-list.text-right {
	  text-align: left!important;
	  margin-top: 35px; 
	  margin-left: 8px; 
	}
  
	.post-share-links .share-social-icons a.share-ico i {
	  width: 33px; 
	  height: 33px; 
	  font-size: 25px; 
	  margin-right: 6px; 
	}
  
	.post-tags-list span a {
	  font-size: 1rem; 
	  padding: 8px 16px; 
	}
  
	.prev-post, 
	.next-post {
	  text-align: center;
	}
  
	.prev-post h6, 
	.next-post h6 {
	  font-size: 1.45rem; 
	}
  
	.all-posts a {
	  font-size: 2.25rem; 
	}
  
	/* Contacts */
	#contacts-4 {
	  padding-top: 80px; 
	  padding-bottom: 20px;
	}
  
	#contacts-4 .section-title, 
	.contacts-info {
	  padding-left: 0; 
	}
  
	.contacts-info {
	  text-align: center; 
	}
  
	#contacts-4 .form-holder, 
	#contacts-5 .form-holder {
	  margin-left: 8px; 
	  margin-right: 8px; 
	}
  
	#contacts-4 .section-title {
	  text-align: center; 
	  padding: 0; 
	}
  
	#contacts-4 .section-title p {
	  padding: 0 6%;
	}
  
	#contacts-5 .section-title {
	  margin-top: 45px;
	}
  
	.cbox-2-txt {
	  text-align: center; 
	  padding-left: 0; 
	}
  
	.cbox-2 h5 {
	  font-size: 1.5rem; 
	  margin-top: 25px; 
	}
  
	.cbox-2 span {
	  display: block; 
	  float: none; 
	}
  
	.cbox-3 h5 {
	  font-size: 1.75rem;
	}
  
	.cbox-3 h6 {
	  font-size: 1.45rem;
	}
  
	.cbox-5 h5 {
	  font-size: 1.75rem; 
	}
  
	/* Booking Form */
	#booking-1 .form-holder {
	  padding: 35px 30px 30px; 
	  margin: -30px 0; 
	}
  
	#booking-2 .form-holder {
	  margin-left: 8px; 
	  margin-right: 8px; 
	}
	#booking-2 .form-holder p {
	  padding: 0 5%;
	}
  
	/* Google Map */
	.google-map {
	  padding: 0px 0px 70%; 
	}
  
	#contacts-5 #gmap {
	  margin-top: 10px; 
	}
  
	/* Footer */
	#footer-1 .footer-contacts, 
	#footer-4 .footer-contacts, 
	#footer-4 .footer-info {
	  padding-left: 0; 
	}
  
	#footer-3 .footer-logo img {
	  max-height: 100px; 
	}
  
	.footer h5 {
	  font-size: 1.4rem; 
	}
  
	#footer-3 .footer-socials-links {
	  margin-top: 50px; 
	  margin-bottom: 20px; 
	}
  
	.foo-socials a {
	  width: 40px; 
	  height: 40px; 
	  font-size: 24px; 
	  margin: 0 3px; 
	}
  
	.footer-img img.insta-img {
	  width: 88px; 
	  height: 88px; 
	  margin: 4px;
	}
  
	.footer-info p, 
	.footer-contacts p {
	  margin-bottom: 5px;
	}
  
	.foo-email.mt-15 {
	  margin-top: 0; 
	}
	
	#footer-1 p.p-lg.foo-email {
	  margin-top: 5px; 
	  margin-bottom: 5px; 
	}
  
	#footer-1 .footer-contacts p.p-xl, 
	#footer-1 .footer-contacts p.p-lg {
	  font-size: 1.175rem;
	}
  
	#footer-2 .footer-info p,
	#footer-2 .footer-contacts, 
	#footer-2 .footer-socials-links {
	  padding: 0 10%; 
	}
  
	.footer-contacts p span {
	  font-size: 1.65rem; 
	}
  
	#footer-4 .footer-copyright {
	  margin-bottom: 15px;
	}
  
	#footer-3 .footer-copyright p {
	  margin-top: 20px;
	}
  
	.bottom-footer-list li {
	  padding-bottom: 4px;
	}
  
	#footer-3 .bottom-footer-list li {
	  padding-bottom: 7px;
	}
  
	.bottom-footer-list.text-right {
	  text-align: left!important; 
	}
  
	.bottom-footer-list li i {
	  font-size: 0.925rem; 
	}
  
	.bottom-footer-list li p {
	  font-size: 1rem; 
	  margin-left: 4px; 
	  line-height: 1.5; 
	}
  
	.bottom-footer-list li p.first-list-link {
	  margin-left: 0; 
	}
  
	#footer-3 .bottom-footer-list li p {
	  font-size: 0.925rem; 
	  line-height: 1.5;
	}
  
	.bottom-footer-list p:after {
	  padding-left: 5px;
	}
  
	/* Inner Page Hero */
	.page-hero-section {
	  padding-top: 70px; 
	  padding-bottom: 80px;
	}
  
	.page-hero-section h2 {
	  font-size: 2.25rem; 
	}
  
	/* Breadcrumb */
	#breadcrumb {
	  margin-bottom: 10px; 
	}
  
	/* Gift Card Page */
	.cards-01-img.mb-100 {
	  margin-bottom: 70px; 
	}
  
	.card-box img {
	  padding: 0 3%;
	}
  
	.card-box h5 {
	  font-size: 1.65rem; 
	}
  
	.card-box p {
	  font-size: 1.0625rem; 
	  padding: 0; 
	}
  
	/* Scroll Up */
	#scrollUp {
	  bottom: 20px; 
	  right: 20px; 
	}
  
	/* Single Product */
	#product-1-data .tabs-nav {
	  margin-bottom: 30px;
	}
  
	#product-1-data .tabs-1 li {
	  padding: 14px 40px; 
	  margin-bottom: 10px; 
	}
  
	#product-1-data .tabs-1 li h5 {
	  top: 0;
	}
	.tabs-2 li {
	  padding: 8px; 
	  margin: 0 2px;
	}
  
	.tabs-2 li img {
	  max-height: 55px;
	}
  
	.project-title .stars-rating span {
	  font-size: 1rem; 
	  margin: 0 2px; 
	}
	
	.project-title .stars-rating i {
	  font-size: 1rem;
	}
  
	/* Cart */
	.cart-table.mb-70 {
	  margin-bottom: 40px; 
	}
  
	.cart-product-desc h5 {
	  font-size: 1.15rem; 
	}
  
	.cart-product-img {
	  display: none; 
	}
  
	.cart-product-desc {
	  padding-left: 0; 
	}
  
	.cart-product-desc p {
	  padding-left: 10%; 
	}
  
	.cart-table table th, 
	.cart-table table td, 
	.cart-table table td.product-name {
	  padding: 16px 18px; 
	}
  
	.cart-table table td {
	  font-size: 1.125rem; 
	}
  
	.cart-checkout {
	  padding: 35px 20px; 
	}
  
	.discount-form .form-control { 
	  display: block; 
	  width: 100%!important; 
	  text-align: center; 
	  height: 56px;
	  font-size: 1.125rem; 
	  margin-right: 0;
	  margin-bottom: 15px; 
	}
  
	.discount-form .input-group-btn {
	  display: block; 
	  width: 100%!important; 
	}
  
	.discount-form .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  font-size: 1.125rem; 
	  margin-left: 0; 
	  margin-bottom: 50px; 
	}
  
	.discount-coupon .col-lg-5.text-right {
	  text-align: center; 
	}
  
	.discount-coupon .col-lg-5.text-right .btn {
	  display: block; 
	  width: 100%!important; 
	  height: 56px; 
	  padding: 16px 30px; 
	  font-size: 1.125rem; 
	}
  
	/* Team */
	.tm-meta h5 {
	  font-size: 1.65rem; 
	}
  
	.tm-meta span {
	  font-size: 1.25rem; 
	}
  
	.tm-social a {
	  width: 54px; 
	  height: 54px; 
	  font-size: 1.45rem; 
	  line-height: 54px!important; 
	}
  
  
  }