/* Bellaria - a Delicious Cakes and Bakery HTML Template

Template Name: Bellaria
Author: Bellaria
Version: 1.0.0

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header / Two / Three 
6. Search Popup
7. Sticky Header
8. Mobile Header
9. Mobile Menu
10. Section Title
11. Page Title
12. Main Slider
13. About Section / Two
14. Chef Section / Two
15. Servoces Section / One to Eight
16. Fluid Section one / Two
17. Video Section 
18. Call to Action / Two / Three
19. Portfolio Section / Two / Three
20. Portfolio Page Sections
21. Portfolio Single
22. Features Section / Two / Three
23. Recipes Section / Two
24. Recipe Single
25. Recipe Full Screen
26. Testimonial Section / Two / Three
27. Pricing Section
28. Reservation Section / Two
29. Team Section
30. Team Single
31. Blog Section
32. Blog Single
33. Contact Section
34. Map Section
35. Main Footer / One to Seven
36. Sidebar Page Container
37. Comment Area
38. Comment Form
39. Our Shop
40. Product Details
41. Product Tabs
42. Cart Section
43. CheckOut Page
44. Login Section
45. Demos Section
46. Screenshots Section
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Roboto:300,400,500,700|Leckerli+One|Merienda+One&display=swap');
/*
	font-family: 'Merienda One', cursive;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Leckerli One', cursive;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.min.css');
@import url('jquery.modal.min.css');
@import url('select2.min.css');
@import url('jquery.fancybox.min.css');
@import url('icomoon.css');
/*** 

====================================================================
		Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #4b4342;
    line-height: 28px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'ABeeZee', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #5fcac7;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #5fcac7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Merienda One', cursive;
}

section {
    position: relative;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    min-width: auto;
}

p,
.text {
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #ffffff;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
    border: 10px solid #ffffff;
}

/******************
** \reset select 2
******************/

.select2-container--open,
.select2-dropdown--below,
.select2-drop {
    z-index: 99;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-container .select2-choice {
    position: relative;
    z-index: 2;
}

.select2-container {
    max-width: 100%;
    z-index: 99;
}

.select2-container li:before {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 6px 10px;
    border: 0;
}

.select2-dropdown,
.select2-search--dropdown {
    border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
    position: relative;
    color: #4b4342;
    font-weight: 500;
    font-size: 17px;
    padding: 13px 10px;
    line-height: 20px;
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #5fcac7;
}

.select2-container--default .select2-selection--single {
    border-color: #e0e6ea;
    position: relative;
    color: #4b4342;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0px;
    line-height: 28px;
    border-top: 1px solid #f1f1f1;
    height: 48px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 100%;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    left: 0;
    top: -1px;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent !important;
    background: none;
    background-color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "\f107";
    opacity: .25;
    font-family: 'Font Awesome 5 Free';
    line-height: 20px;
    font-size: 17px;
    color: inherit;
    font-weight: 900;
}

/*** 

====================================================================
	List Styles
====================================================================

***/

.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.list-style-one li {
    position: relative;
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
    font-weight: 400;
    padding-left: 22px;
    margin-bottom: 13px;
}

.list-style-one li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: flaticon;
    content: "\f111";
    color: #ff91a4;
}

/*** 

====================================================================
	Social Icons
====================================================================

***/

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
    margin-bottom: 5px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li svg {
    position: absolute;
    left: 0;
    top: 0;
    stroke-width: 35px;
    fill: #ffffff;
    stroke: #ffffff;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
}

.social-icon-one li a:hover svg {
    fill: #4b4342;
    stroke: #4b4342;
}

/* Social Icon Two */

.social-icon-two {
    position: relative;
    display: block;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    z-index: 2;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 56px;
    width: 60px;
    height: 60px;
    color: #d0cece;
    border: 2px solid #d0cece;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-two li a:hover {
    color: #493e3c;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

/* Social Icon Three */

.social-icon-three {
    position: relative;
    display: block;
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    z-index: 2;
}

.social-icon-three li:last-child {
    margin-right: 0;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: #4b4342;
    background-color: #82d5af;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social-icon-three li a:hover {
    background-color: #ffffff;
}

/*** 

====================================================================
	Content Elements
====================================================================

***/

#page {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 40px;
}

.content-elements {
    position: relative;
}

.content-elements .sec-title .divider {
    margin-bottom: 0;
}

.content-elements .deviders p {
    margin-bottom: 30px;
    margin-top: 30px;
}

.content-elements .buttons {
    position: relative;
    text-align: center;
    margin: 0 -15px;
}

.buttons .upper-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 15px 0;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.buttons .upper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(95, 202, 199, 0.8);
}

.buttons .lower-box {
    position: relative;
    padding: 30px 15px 0;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery-item {
    position: relative;
}

.gallery-item .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.gallery-item .image img {
    width: 100%;
    display: block;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

/*==========================
	Owl Carousel Dots
===========================*/

.default-dots .owl-dots {
    position: relative;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.default-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.default-dots .owl-dot:hover,
.default-dots .owl-dot.active {
    opacity: 1;
}

/*==========================
	Owl Carousel Arrows
===========================*/

.owl-carousel.no-arrows .owl-nav {
    display: none;
}

.default-arrows .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    margin-top: -70px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows:hover .owl-nav {
    opacity: .7;
}

.default-arrows .owl-next,
.default-arrows .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-arrows .owl-next {
    left: auto;
    right: -50px;
}

.default-arrows:hover .owl-next {
    right: 10px;
}

.default-arrows:hover .owl-prev {
    left: 10px;
}

/*==========================
	Message Box
===========================*/

.message-box {
    position: relative;
    padding: 10px 10px;
    min-height: 75px;
    border-width: 3px;
    border-style: solid;
    border-color: #46cf93;
    border-radius: 40px;
    margin-bottom: 30px;
}

.message-box p {
    font-size: 17px;
    line-height: 20px;
}

.message-box h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2px;
}

.message-box a {
    color: #46cf93;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.message-box .close-btn {
    display: block;
    position: absolute;
    z-index: 1;
    top: 21px;
    right: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 50%;
    background: #d2d0d0;
    color: #ffffff;
}

.message-box.with-icon {
    padding-left: 80px;
    padding-right: 65px;
}

.message-box .icon-box {
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 1px;
    width: 70px;
    height: 70px;
    border-color: inherit;
}

.message-box .icon-box:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-color: inherit;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.message-box .icon-box .icon {
    font-size: 30px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    color: #46cf93;
}

/* Message Info */

.message-box.info {
    border-color: #41b6e2;
}

.message-box.info h4,
.message-box.info .icon-box .icon,
.message-box.info a {
    color: #41b6e2;
}

/* Message Success */

.message-box.sucess {
    border-color: #46cf93;
}

.message-box.sucess h4,
.message-box.sucess .icon-box .icon,
.message-box.sucess a {
    color: #46cf93;
}

/* Message Warning */

.message-box.warning {
    border-color: #ffc000;
}

.message-box.warning h4,
.message-box.warning .icon-box .icon,
.message-box.warning a {
    color: #ffc000;
}

/* Message Error */

.message-box.error {
    border-color: #ff5555;
}

.message-box.error h4,
.message-box.error .icon-box .icon,
.message-box.error a {
    color: #ff5555;
}

/*==========================
		Default Tabs
===========================*/

.default-tabs {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.default-tabs .tab-buttons {
    position: relative;
    background-color: #f6f5f5;
    margin-bottom: -30px;
}

.default-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    margin-right: -3px;
    font-size: 23px;
    line-height: 36px;
    padding: 12px 33px;
    font-family: Merienda One;
    color: #4b4342;
    cursor: pointer;
    padding-bottom: 42px;
    border-radius: 30px 30px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
    background-color: #5fcac7;
    color: #ffffff;
}

.default-tabs .tabs-content {
    position: relative;
    width: 100%;
    border: 3px solid #edecec;
    border-radius: 24px !important;
    padding: 20px 35px 10px;
    background: #ffffff;
}

.default-tabs .tabs-content p {
    margin-bottom: 18px;
}

/*==========================
	Accordian Box
===========================*/

.accordion-box {
    position: relative;
    border-radius: 24px;
    padding: 10px;
    border: 3px solid #edecec;
    background: #ffffff;
}

.accordion-box .block {
    position: relative;
    border-radius: 24px;
    padding: 9px 5px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block:before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: #edecec;
    bottom: -10px;
    left: 0;
}

.accordion-box .block.active-block {
    background-color: #5fcac7;
    margin-bottom: 10px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block:last-child:before,
.accordion-box .block.active-block:before {
    display: none;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 23px;
    padding: 5px 20px;
    padding-left: 55px;
    line-height: 1em;
    color: #4b4342;
    font-family: Merienda One;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #5fcac7;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .icon-outer {
    color: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block.active-block .icon-outer .icon:before {
    content: "\f068";
    font-weight: 900;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
}

.accordion-box .block .acc-btn.active .icon-outer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-left: 55px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    padding-top: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block.active-block .acc-btn,
.accordion-box .block.active-block .text {
    color: #ffffff;
}

/*==========================
			CWS Divider
===========================*/

.cws_divider {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
}

.cws_divider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.cws_divider img {
    display: block;
    margin: auto;
    max-width: 113px;
    padding: 0 20px;
    background: #ffffff;
}

/*** 

====================================================================
	Buttons Styles
====================================================================

***/

.theme-btn {
    font-family: 'Merienda One', cursive;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Btn Style One */

.btn-style-one {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 22px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    min-width: 160px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    margin: 20px 0;
    border: 0;
}

.btn-style-one:before,
.btn-style-one:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}

.btn-style-one:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}

.btn-style-one:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}

.btn-style-one span {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: inherit;
}

.btn-style-one span:first-child {
    top: -15px;
}

.btn-style-one span:last-child {
    bottom: -15px;
}

.btn-style-one span:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50%;
    border-color: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one span:first-child:before {
    top: 3px;
}

.btn-style-one span:last-child:before {
    bottom: 3px;
}

.btn-style-one:hover span:before,
.btn-style-one:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #5fcac7;
}

.btn-style-one.alt span:before {}

.btn-style-one.alt:hover span:before {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-one.alt:hover span:before,
.btn-style-one.alt:hover {
    background-color: transparent;
    border-color: #4b4342;
    color: #4b4342;
}

/* Btn Style two */

.btn-style-two {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    font-size: 22px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    min-width: 160px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #fff;
    margin: 20px 0;
    border: 0;
}

.btn-style-two:before,
.btn-style-two:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
    overflow: hidden;
    border: 3px solid;
    border-color: inherit;
}

.btn-style-two:before {
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: transparent !important;
}

.btn-style-two:after {
    right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: transparent !important;
}

.btn-style-two span {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-color: inherit;
}

.btn-style-two span:first-child {
    top: -15px;
}

.btn-style-two span:last-child {
    bottom: -15px;
}

.btn-style-two span:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    box-sizing: border-box;
    border: 3px solid;
    border-radius: 50%;
    border-color: inherit;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-style-two span:first-child:before {
    top: 3px;
}

.btn-style-two span:last-child:before {
    bottom: 3px;
}

.btn-style-two,
.btn-style-two span:before {
    box-shadow: 0px 0px 0px 3px #fff;
    color: #4b4342;
    background-color: #ffffff;
    border-color: #4b4342;
}

.btn-style-two:hover,
.btn-style-two:hover span:before {
    color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.alt span:before,
.btn-style-two.alt {
    box-shadow: none;
    background-color: transparent;
}

.btn-style-two.alt:hover span:before,
.btn-style-two.alt:hover {
    color: #ffffff;
    background-color: #4b4342;
}

.btn-style-two.with-bg span:before,
.btn-style-two.with-bg {
    box-shadow: none;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-style-two.with-bg:hover span:before,
.btn-style-two.with-bg:hover {
    color: #ffffff;
    background-color: #4b4342;
    border-color: #4b4342;
}

/* Theme btn bg-sky */

.theme-btn.bg-sky,
.theme-btn.bg-sky span:before {
    color: #ffffff;
    background-color: #5fcac7;
    border-color: #5fcac7;
}

.theme-btn.bg-sky:hover,
.theme-btn.bg-sky:hover span:before {
    color: #5fcac7;
    background-color: #ffffff;
}

/* Theme btn border-sky */

.theme-btn.border-sky,
.theme-btn.border-sky span:before {
    color: #5fcac7;
    background-color: #ffffff;
    border-color: #5fcac7;
}

.theme-btn.border-sky:hover,
.theme-btn.border-sky:hover span:before {
    color: #ffffff;
    background-color: #5fcac7;
}

/* Theme btn bg-pink */

.theme-btn.bg-pink,
.theme-btn.bg-pink span:before {
    color: #ffffff;
    background-color: #ff91a4;
    border-color: #ff91a4;
}

.theme-btn.bg-pink:hover,
.theme-btn.bg-pink:hover span:before {
    color: #ff91a4;
    background-color: #ffffff;
}

/* Theme btn border-pink */

.theme-btn.border-pink,
.theme-btn.border-pink span:before {
    border-color: #ff91a4;
    color: #ff91a4;
}

.theme-btn.border-pink:hover,
.theme-btn.border-pink:hover span:before {
    background-color: #ff91a4;
    color: #ffffff;
}

/* Theme btn bg-parrot */

.theme-btn.bg-parrot,
.theme-btn.bg-parrot span:before {
    color: #4b4342;
    background-color: #d1f16a;
    border-color: #d1f16a;
}

.theme-btn.bg-parrot:hover,
.theme-btn.bg-parrot:hover span:before {
    color: #d1f16a;
    background-color: #4b4342;
}

.theme-btn.bg-parrot.alt:hover,
.theme-btn.bg-parrot.alt:hover span:before {
    color: #d1f16a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.theme-btn:hover i {
    color: #fff;
}

.theme-btn.small {
    width: 160px;
    font-size: 20px;
    line-height: 36px;
}

.theme-btn.regular {
    font-size: 22px;
    width: 200px;
    line-height: 40px;
}

.theme-btn.large {
    width: 270px;
    font-size: 26px;
    line-height: 50px;
}

.theme-btn.small span {
    height: 13px;
}

.theme-btn.small span:first-child {
    top: -13px;
}

.theme-btn.small span:last-child {
    bottom: -13px;
}

.theme-btn.small span:before {
    margin-left: -25px;
    height: 50px;
    width: 50px;
}

.theme-btn.large span {
    height: 18px;
}

.theme-btn.large span:first-child {
    top: -18px;
}

.theme-btn.large span:last-child {
    bottom: -18px;
}

.theme-btn.large span:before {
    margin-left: -40px;
    height: 80px;
    width: 80px;
}

/*==========================
	Progress Bars
============================*/

.bar-item {
    position: relative;
    margin-bottom: 30px;
}

.bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
}

.bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e3e3e3;
}

.bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0px;
    border-bottom: 5px solid #ff91a4;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.bar-item .skill-bar .bar-inner .bar:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    right: -12px;
    width: 17px;
    height: 17px;
    border: 5px solid;
    box-sizing: border-box;
    border-radius: 50%;
    border-color: #ff91a4;
    background: #ffffff;
}

.bar-item .skill-header {
    position: relative;
    line-height: 29px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    color: #4b4342;
    margin-bottom: 10px;
}

.bar-item .skill-header .skill-title {
    position: relative;
    float: left;
}

.bar-item .skill-percentage {
    position: absolute;
    right: -25px;
    top: -37px;
    font-size: 19px;
    font-family: Merienda One;
    font-weight: 500;
    color: #4b4342;
}

.bar-item.style-two .skill-bar .bar-inner .bar:after {
    border-color: #5fcac7;
}

.bar-item.style-two .skill-bar .bar-inner .bar {
    border-color: #5fcac7;
    background-color: #5fcac7;
}

/*==========================
	Pie Graph
===========================*/

.pie-graph {
    position: relative;
    margin-bottom: 40px;
}

.pie-graph .graph-outer {
    position: relative;
    text-align: center;
    height: 216px;
    width: 216px;
    margin: 0 auto;
}

.pie-graph .graph-outer .dial {
    position: relative;
    display: block;
}

.pie-graph .inner-text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    font-size: 48px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
    font-weight: 500;
    font-family: Merienda One;
}

.pie-graph h4 {
    position: relative;
    font-size: 25px;
    color: #4b4342;
    margin-top: 10px;
    text-align: center;
}

/*==========================
	Banner Box
===========================*/

.banner-box {
    position: relative;
    margin-bottom: 50px;
}

.banner-box .inner-box {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 40px 20px;
    min-height: 190px;
}

.banner-box .theme-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -18px;
}

.banner-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    white-space: pre;
    padding: 6px 0;
}

.banner-box h2 {
    display: block;
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
}

.theme_color {
    color: #25262c;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/*==========================
		Preloader
===========================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    z-index: 9999;
}

.cws_loader_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    display: none;
}

.cws_loader_holder.active {
    display: block;
}

.cws_loader_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index: 1030;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.cws_loader {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    animation: fadeIn 2s 1;
    -webkit-animation-fill-mode: forwards;
    /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}

body .loader_overlay {
    width: 150px;
    height: 150px;
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    border-radius: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs {
    z-index: -2;
    width: 100px;
    height: 100px;
    top: -120px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__top {
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-transform-origin: 50px 50px;
    transform-origin: 50px 50px;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
}

body .loader_cogs__top div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__top div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__top div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__top div.top_part {
    width: 100px;
    border-radius: 10px;
    position: absolute;
    height: 100px;
    background: #f98db9;
}

body .loader_cogs__top div.top_hole {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__left {
    position: relative;
    width: 80px;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg);
    top: 28px;
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    animation: rotate_left 10s .1s infinite reverse linear;
    left: -24px;
    height: 80px;
}

body .loader_cogs__left div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__left div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__left div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__left div.left_part {
    width: 80px;
    border-radius: 6px;
    position: absolute;
    height: 80px;
    background: #97ddff;
}

body .loader_cogs__left div.left_hole {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body .loader_cogs__bottom {
    position: relative;
    width: 60px;
    top: -65px;
    -webkit-transform-origin: 30px 30px;
    transform-origin: 30px 30px;
    -webkit-animation: rotate_left 10.2s .4s infinite linear;
    animation: rotate_left 10.2s .4s infinite linear;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    left: 79px;
    height: 60px;
}

body .loader_cogs__bottom div:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

body .loader_cogs__bottom div:nth-of-type(2) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

body .loader_cogs__bottom div:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .loader_cogs__bottom div.bottom_part {
    width: 60px;
    border-radius: 5px;
    position: absolute;
    height: 60px;
    background: #ffcd66;
}

body .loader_cogs__bottom div.bottom_hole {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: white;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Animations */

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate_left {
    from {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    to {
        -webkit-transform: rotate(376deg);
        transform: rotate(376deg);
    }
}

@keyframes rotate_left {
    from {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg);
    }
    to {
        -webkit-transform: rotate(376deg);
        transform: rotate(376deg);
    }
}

@-webkit-keyframes rotate_right {
    from {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    to {
        -webkit-transform: rotate(364deg);
        transform: rotate(364deg);
    }
}

@keyframes rotate_right {
    from {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
    }
    to {
        -webkit-transform: rotate(364deg);
        transform: rotate(364deg);
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 1px solid #9a9a9a;
    margin-top: .6em;
    margin-bottom: .6em;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 32px;
    color: #ff91a4;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
}

.scroll-to-top svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    stroke-width: 12px;
    fill: transparent;
    stroke: #ff91a4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover svg {
    fill: #ff91a4;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1);
}

.main-header .main-box {
    position: relative;
    display: block;
    width: calc(100% - 80px);
    margin: 0 40px;
    min-height: 100px;
}

.main-header .menu_wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.menu_wave {
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom !important;
}

.main-header .nav-outer {
    position: relative;
    padding: 12px 0;
}

.main-header .logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 9;
    margin-left: -92.5px;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    width: 50%;
    margin: 0px;
    white-space: nowrap;
}

.main-menu .menu-left {
    position: relative;
    float: left;
    text-align: right;
    padding-right: 103px;
}

.main-menu .menu-right {
    position: relative;
    float: right;
    text-align: left;
    padding-left: 103px;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    color: #4b4342;
    font-weight: 500;
    margin-right: 6px;
    font-family: 'Merienda One', cursive;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    color: #000000;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.alternate .main-menu .navigation>li>a {
    color: #1c3545;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li.current>a {
    color: #5fcac7;
}

.main-menu .navigation>li>a:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 3px solid #ff91a4;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    min-width: 200px;
    z-index: 9;
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 10% top;
    -moz-transform-origin: 10% top;
    -ms-transform-origin: 10% top;
    -o-transform-origin: 10% top;
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .menu-right>li>ul {
    left: auto;
    right: 0;
    -webkit-transform-origin: 90% top;
    -moz-transform-origin: 90% top;
    -ms-transform-origin: 90% top;
    -o-transform-origin: 90% top;
    transform-origin: 90% top;
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu ul.menu-right>li>ul>li>ul,
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 100%;
    margin-right: 2px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    z-index: 1;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 2px 40px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #4b4342;
    font-family: ABeeZee;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    padding-bottom: 0;
}

.main-menu .navigation>li>ul>li:last-child>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #5fcac7;
}

.main-menu .navigation>li>ul>li>a:before {
    background-color: #5fcac7;
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    width: 30px;
    margin-left: -15px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 5px;
    height: 25px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .menu-right>li>ul>li.dropdown>a:after {
    content: "\f104";
    right: auto;
    left: 20px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    min-width: 200px;
    z-index: 9;
    text-align: center;
    padding: 15px 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 10% top;
    -moz-transform-origin: 10% top;
    -ms-transform-origin: 10% top;
    -o-transform-origin: 10% top;
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 2px 40px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #4b4342;
    font-family: ABeeZee;
    z-index: 2;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    padding-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #5fcac7;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    background-color: #5fcac7;
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    width: 30px;
    margin-left: -15px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a:before {
    display: none;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s !important;
    transition-duration: 0s, 0.2s, 0.2s !important;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: -10px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 0;
}

.main-header .search-box {
    position: relative;
    float: left;
}

.main-header .search-box .search-btn {
    position: relative;
    background-color: transparent;
    z-index: 1;
    color: #1c3545;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 40px;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.main-header.header-style-two .cart-btn a,
.header-style-two .search-box .search-btn,
.header-style-two .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-two .main-menu .navigation>li:hover>a,
.header-style-two .main-menu .navigation>li.current>a {
    color: #5fcac7;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
}

.header-style-three .logo {
    padding-top: 12px;
    left: 0;
    right: auto;
    transform: none;
    margin: 0;
}

.header-style-three .main-menu .navigation {
    width: 100%;
    text-align: right;
}

.header-style-three .nav-outer {
    position: relative;
    padding-right: 65px;
}

.main-header.header-style-three .cart-btn a,
.header-style-three .search-box .search-btn,
.header-style-three .main-menu .navigation>li>a {
    color: #ffffff;
}

.header-style-three .main-menu .navigation>li:hover>a,
.header-style-three .main-menu .navigation>li.current>a {
    color: #5fcac7;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.96);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #e0e6ea;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 50%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #e0e6ea;
    width: 100%;
    background-color: transparent;
    border-bottom: 2px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    text-align: center;
    font-size: 18px;
    color: #e0e6ea;
    padding: 0;
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #e0e6ea;
}

/*search box btn*/

.main-header .cart-btn {
    position: relative;
    float: left;
}

.main-header .cart-btn>a {
    position: relative;
    display: block;
    z-index: 1;
    color: #1c3545;
    font-size: 21px;
    line-height: 40px;
}

.main-header .cart-btn .count {
    position: absolute;
    right: -10px;
    top: 5px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #ffffff;
    background-color: #5fcac7;
    border-radius: 50%;
}

/*=== Shopping Cart ===*/

.main-header .shopping-cart {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    margin-right: 100%;
    background-color: #fff;
    padding: 30px;
    margin: 0;
    margin-top: 23px;
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-end;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.main-header .shopping-cart:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin-top: -40px;
}

.main-header .shopping-cart:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-sizing: border-box;
    border: 3px solid #5fcac7;
    opacity: 0.4;
    border-radius: 15px;
}

.main-header .cart-btn:hover .shopping-cart {
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -ms-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-start;
    visibility: visible;
    opacity: 1;
}

.shopping-cart .shopping-cart-items {
    position: relative;
}

.main-header .shopping-cart .cart-item {
    width: 270px;
}

.shopping-cart .cart-item {
    position: relative;
    width: 100%;
    padding-left: 80px;
    min-height: 65px;
    margin-bottom: 30px;
}

.shopping-cart .cart-item:last-child {
    margin-bottom: 0;
}

.shopping-cart .cart-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}

.shopping-cart .item-name {
    display: block;
    font-size: 16px;
    color: #4b4342;
    line-height: 2em;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .item-name {
    color: #5fcac7;
}

.shopping-cart .item-quantity {
    position: relative;
    display: block;
    line-height: 1em;
    font-weight: 500;
    color: #5fcac7;
    font-size: 16px;
}

.shopping-cart .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove-item {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    z-index: 2;
    color: #e1e1e1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item .remove-item:hover {
    color: #5fcac7;
}

.shopping-cart .cart-footer {
    position: relative;
    margin-top: 16px;
}

.shopping-cart .cart-footer:after {
    clear: both;
    content: "";
    display: table;
}

.shopping-cart .shopping-cart-total {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 6px 0;
    font-size: 17px;
    color: #4b4342;
    text-align: center;
    border-radius: 30px;
}

.shopping-cart .theme-btn {
    position: relative;
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #5fcac7;
    text-transform: capitalize;
    border: 3px solid #5fcac7;
    font-family: ABeeZee;
    text-align: center;
}

.shopping-cart .theme-btn:hover {
    background-color: #ffffff;
    color: #5fcac7;
}

.shopping-cart .cart-footer .theme-btn {
    position: relative;
    width: calc(50% - 8px);
    float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.shopping-cart .cart-footer .theme-btn:last-child {
    margin-right: 0;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 0.952941);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .logo {
    top: 25px;
}

.header-style-two .sticky-header .main-menu .navigation>li>a,
.header-style-three .sticky-header .main-menu .navigation>li>a {
    color: #4b4342;
}

.header-style-two .sticky-header .main-menu .navigation>li.current>a,
.header-style-three .sticky-header .main-menu .navigation>li:hover>a,
.header-style-three .sticky-header .main-menu .navigation>li.current>a {
    color: #5fcac7;
}

.header-style-three .sticky-header .nav-outer {
    padding-right: 0;
}

.header-style-three .sticky-header .logo {
    padding-top: 0;
    padding-left: 25px;
}

/*** 

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
    position: relative;
    margin: 0 20px;
    padding: 25px 0;
    display: none;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}

.mobile-header .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    left: 0;
}

.mobile-header .nav-outer {
    position: relative;
    float: right;
    padding: 5px 0 0;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
    padding: 8px 0 0;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: #1c3545;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    height: 50px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #5fcac7;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 0 20px;
}

.mobile-menu .navigation>li {
    position: relative;
    display: block;
}

.mobile-menu .navigation>li li {
    margin-left: 10px;
}

.mobile-menu .navigation>li>a {
    font-weight: 500;
    border-bottom: 1px solid #dddddd;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    font-family: Merienda One;
    font-size: 18px;
    line-height: 29px;
    color: #4b4342;
    padding: 10px 10px;
}

.mobile-menu .navigation li.current>a {
    color: #5fcac7;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-left: 1px solid #dddddd;
    color: #222222;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .icon {
    position: relative;
    display: block;
    color: #4b4342;
    line-height: 1em;
    font-size: 80px;
    margin-bottom: 20px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
}

.sec-title .text {
    position: relative;
    margin-top: 24px;
}

.sec-title .divider {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-title.light .text,
.sec-title.light .icon,
.sec-title.light h2 {
    color: #ffffff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(39, 43, 49, 0.1);
}

.page-title .auto-container {
    position: relative;
}

.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 51px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 300;
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "/";
    right: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    opacity: .9;
}

.shape_inner,
.shape_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}

.wave_up {
    -webkit-mask-image: url(../images/icons/wave_up.svg);
}

.shape_one {
    -webkit-mask-image: url(../images/icons/shape_one.svg);
}

.shape_two {
    -webkit-mask-image: url(../images/icons/shape_two.svg);
    -webkit-mask-position: bottom;
}

.shape_three {
    -webkit-mask-image: url(../images/icons/shape_three.svg);
}

.shape_four_up {
    -webkit-mask-image: url(../images/icons/shape_four_up.svg);
}

.shape_four_down {
    -webkit-mask-image: url(../images/icons/shape_four_down.svg);
    -webkit-mask-position: bottom;
}

.shape_five {
    -webkit-mask-image: url(../images/icons/shape_five.svg);
}

.shape_six_up {
    -webkit-mask-image: url(../images/icons/shape_six_up.svg);
}

.shape_six_down {
    -webkit-mask-image: url(../images/icons/shape_six_down.svg);
    -webkit-mask-position: bottom;
}

.shape_seven_up {
    -webkit-mask-image: url(../images/icons/shape_seven_up.svg);
}

.shape_seven_down {
    -webkit-mask-image: url(../images/icons/shape_seven_down.svg);
    -webkit-mask-position: bottom;
}

.footer_shape {
    -webkit-mask-image: url(../images/icons/footer_shape.svg);
}

.shape_wrapper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
    display: block;
    background-color: transparent;
    -webkit-mask-image: url(../images/icons/shape_menu_1.svg);
    -webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: -40px;
    z-index: 8;
}

.main-slider h2 {
    position: relative;
    white-space: normal;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    color: #4b4342;
    font-family: Leckerli One;
    z-index: 99;
}

.main-slider .text {
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4b4342;
    font-family: ABeeZee;
    z-index: 99;
}

.disable-tparrows .tparrows {
    display: none !important;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 100px;
}

.devider_icon_one {
    display: inline-block;
    height: 39px;
    width: 82px;
    background-image: url(../images/icons/icon-devider.png);
    background-size: 100%;
}

.about-section .sec-title {
    margin-bottom: 13px;
}

.about-section .content-box {
    position: relative;
    text-align: center;
}

.about-section .content-box h1 {
    position: relative;
    font-size: 120px;
    line-height: 1em;
    color: #f784b9;
    font-weight: 500;
    margin-bottom: 40px;
}

.about-section .devider_icon_one {
    margin-bottom: 10px;
}

.about-section .content-box p {
    position: relative;
    margin-bottom: 35px;
}

.about-section .feature-list {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.about-section .feature-list li {
    position: relative;
    float: left;
    width: 25%;
    font-size: 30px;
    color: #4b4342;
    margin-bottom: 20px;
    font-family: 'Merienda One';
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 120px;
}

.about-section-two .sec-title {
    margin-bottom: 20px;
}

.about-section-two .content-box {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.about-section-two .content-box p {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .designation {
    font-size: 18px;
    color: #4b4342;
    font-weight: 500;
}

.about-section-two .devider_icon_one {
    margin-bottom: 20px;
}

.about-section-two.alternate {
    padding: 110px 0 40px;
}

.about-section-two.alternate .sec-title {
    margin-bottom: 10px;
}

.about-section-two.alternate .sec-title .divider {
    margin-bottom: 0;
}

.about-section-two.alternate .devider_icon_one {
    margin-bottom: 0px;
}

/*** 

====================================================================
		Chef Section
====================================================================

***/

.chef-section {
    position: relative;
    padding: 180px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -85px;
}

.chef-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
}

.chef-section .content-column {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.chef-section .content-column .inner-column {
    position: relative;
    padding-top: 80px;
}

.chef-section .sec-title {
    margin-bottom: 0;
}

.chef-section .sec-title .divider {
    margin-bottom: 0;
}

.chef-section h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #ff91a4;
    font-weight: 500;
    margin-bottom: 10px;
}

.chef-section .divider {
    position: relative;
    margin-bottom: 10px;
}

.chef-section .divider img {
    height: 41px;
    display: inline-block;
}

.chef-section p {
    position: relative;
    margin-bottom: 30px;
}

/*** 

====================================================================
		Chef Section Two
====================================================================

***/

.chef-section-two {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    z-index: 1;
}

.chef-section-two .overlay {
    background-color: rgba(242, 136, 154, 0.9);
}

.chef-section-two .content-column {
    position: relative;
    text-align: center;
}

.chef-section-two .content-column .inner-column {
    position: relative;
}

.chef-section-two .sec-title {
    margin-bottom: 25px;
}

.chef-section-two .sec-title .divider {
    margin-bottom: 0;
}

.chef-section-two h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 20px;
}

.chef-section-two .divider {
    position: relative;
    margin-bottom: 10px;
}

.chef-section-two .divider img {
    height: 41px;
    display: inline-block;
}

.chef-section-two p {
    position: relative;
    margin-bottom: 30px;
}

/*** 

====================================================================
		Our Standards
====================================================================

***/

.our-standards {
    position: relative;
    padding: 135px 0 210px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -100px;
}

.our-standards .content-column {
    position: relative;
    text-align: center;
}

.our-standards .sec-title {
    margin-bottom: 0;
}

.our-standards .sec-title .divider {
    margin-bottom: 0;
}

.our-standards h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #ff91a4;
    font-weight: 500;
    margin-bottom: 10px;
}

.our-standards .divider {
    position: relative;
    margin-bottom: 10px;
}

.our-standards .divider img {
    height: 41px;
    display: inline-block;
}

.our-standards p {
    position: relative;
    margin-bottom: 2px;
}

.our-standards .content .icon {
    position: relative;
    display: block;
    color: #ff91a4;
    font-size: 16px;
    margin-bottom: 2px;
}

/*** 

====================================================================
	Servoces Section
====================================================================

***/

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 167px;
}

.services-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
}

.services-carousel {
    position: relative;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
    padding: 0 15px;
    text-align: center;
}

.service-block .image-box {
    position: relative;
    height: 180px;
    width: 180px;
    margin: 0 auto 20px;
}

.service-block .services_frame svg {
    position: relative;
    stroke-width: 12px;
    fill: transparent;
    stroke: #5fcac7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .services_frame svg {
    fill: #5fcac7;
}

.service-block .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 27px;
    height: 126px;
    width: 126px;
    margin: 0 auto;
}

.service-block .image img {
    display: block;
    width: 100%;
}

.service-block h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 15px;
}

.service-block p {
    position: relative;
}

.services-carousel .owl-nav {
    display: none;
}

.services-carousel .owl-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.services-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active {
    opacity: 1;
}

/*** 

====================================================================
	Servoces Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 60px 0 85px;
}

.services-section-two .auto-container {
    max-width: 1320px;
}

.services-section-two .sec-title {
    margin-bottom: 95px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
}

.service-block-two .image-box {
    position: relative;
    height: 300px;
    width: 300px;
    margin: 0 auto 45px;
}

.service-block-two .service-frame svg {
    position: relative;
    fill: #e4e3e3;
}

.service-block-two .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 210px;
    width: 210px;
    margin: -105px auto 0;
}

.service-block-two .image img {
    display: block;
    width: 100%;
}

.service-block-two h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-two p {
    position: relative;
}

/*** 

====================================================================
	Servoces Section Three
====================================================================

***/

.services-section-three {
    position: relative;
    padding: 110px 0 0;
    margin-top: -35px;
    z-index: 3;
    background-color: transparent;
}

.services-section-three .outer-box {
    position: relative;
    padding: 0 15px;
}

.services-section-three .overlay {
    background-color: rgba(123, 181, 206, 0.8);
}

.services-section-three .sec-title {
    margin-bottom: 30px;
}

.service-block-three {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-block-three .inner-box {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-block-three .image-box {
    position: relative;
}

.service-block-three .image {
    position: relative;
    margin-bottom: 30px;
}

.service-block-three .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-three h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

/*** 

====================================================================
	Servoces Section Four
====================================================================

***/

.services-section-four {
    position: relative;
}

.service-block-four {
    position: relative;
}

.service-block-four .inner-box {
    position: relative;
    padding: 20% 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-block-four .icon {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: #ffffff;
    line-height: 90px;
    margin-bottom: 20px;
}

.service-block-four h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

/*** 

====================================================================
	Servoces Section Five
====================================================================

***/

.services-section-five {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 80px;
}

.service-block-five {
    position: relative;
    margin-bottom: 30px;
}

.service-block-five .inner-box {
    position: relative;
    text-align: center;
}

.service-block-five .image-box {
    position: relative;
}

.service-block-five .image {
    position: relative;
    margin-bottom: 20px;
}

.service-block-five .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-five h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 15px;
}

.service-block-five p {
    position: relative;
}

/*** 

====================================================================
	Servoces Section Six
====================================================================

***/

.services-section-six {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 50px;
}

.services-section-six .sec-title {
    margin-bottom: 45px;
}

.service-block-six {
    position: relative;
    margin-bottom: 30px;
}

.service-block-six .inner-box {
    position: relative;
    text-align: center;
}

.service-block-six .image-box {
    position: relative;
}

.service-block-six .image {
    position: relative;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 20px;
    height: 300px;
    width: 300px;
}

.service-block-six .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-six h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-six p {
    position: relative;
    margin-bottom: 30px;
}

/*** 

====================================================================
	Servoces Section Seven
====================================================================

***/

.services-section-seven {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 210px;
    z-index: 2;
}

.services-section-seven .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.service-block-seven {
    position: relative;
    margin-bottom: 30px;
}

.service-block-seven .inner-box {
    position: relative;
    text-align: center;
}

.service-block-seven .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.service-block-seven .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 1em;
    color: #ffffff;
}

.service-block-seven h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.service-block-seven p {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}

/*** 

====================================================================
	Servoces Section Eight
====================================================================

***/

.services-section-eight {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 115px;
}

.service-block-eight {
    position: relative;
    margin-bottom: 30px;
}

.service-block-eight .inner-box {
    position: relative;
    text-align: center;
}

.service-block-eight .image-box {
    position: relative;
}

.service-block-eight .image {
    position: relative;
    margin-bottom: 20px;
}

.service-block-eight .image img {
    display: inline-block;
    max-width: 100%;
}

.service-block-eight .divider {
    margin-bottom: 5px;
}

.service-block-eight .divider img {
    height: 15px;
    display: block;
    margin: 0 auto;
}

.service-block-eight h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 10px;
}

.service-block-eight p {
    position: relative;
}

/*** 

====================================================================
	Fluid Section one
====================================================================

***/

.fluid-section-one {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
}

.fluid-section-one .outer-box {
    position: relative;
}

.fluid-section-one .content-column,
.fluid-section-one .image-column {
    position: relative;
    float: left;
    width: 33.333333%;
}

.fluid-section-one .content-column {
    position: relative;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 660px;
    padding: 125px 15px 0;
    text-align: center;
    margin: 0 auto;
}

.fluid-section-one .content-column h2 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.devider_icon_light {
    display: inline-block;
    height: 39px;
    width: 82px;
    background-image: url(../images/icons/icon-devider-light.png);
    background-size: 100%;
}

.fluid-section-one .content-column .devider_icon_one_light {
    margin-bottom: 10px;
}

.fluid-section-one .content-column p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.fluid-section-one .image-column {
    position: relative;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    text-align: center;
}

.fluid-section-one .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.fluid-section-one .image-column .image img {
    display: inline-block;
    max-width: 100%;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 55px;
}

.fluid-section-two .outer-box {
    position: relative;
}

.fluid-section-two .image-column {
    position: relative;
    margin-bottom: 30px;
}

.fluid-section-two .content-column {
    position: relative;
    display: flex;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fluid-section-two .content-column {
    position: relative;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 500px;
    text-align: center;
}

.fluid-section-two h4 {
    font-size: 28px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 20px;
}

.fluid-section-two p {
    position: relative;
    margin-bottom: 20px;
}

.fluid-section-two .icon-box {
    position: relative;
    margin-bottom: 20px;
}

.fluid-section-two .icon-box .icon {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 56px;
    color: #4b4342;
    border: 2px solid #4b4342;
    border-radius: 50%;
}

.fluid-section-two h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #4b4342;
    margin-bottom: 30px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    min-height: 585px;
    overflow: hidden;
    margin-top: -100px;
    margin-bottom: -70px;
    z-index: 3;
}

.video-section .shape_wrapper {
    position: absolute !important;
}

.video-section .overlay {
    background-color: rgba(40, 151, 179, 0.5);
}

.video-section .content-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-section .content-box h2 {
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
}

/*** 

====================================================================
	Call to Action
====================================================================

***/

.call-to-action {
    position: relative;
    padding: 100px 0 190px;
    margin-top: -100px;
    background-color: transparent;
    z-index: 2;
}

.call-to-action .shape_wrapper .overlay {
    background-color: rgba(67, 183, 156, 0.8);
}

.call-to-action .content-box {
    position: relative;
    text-align: center;
    z-index: 9;
}

.call-to-action .icon-box {
    position: relative;
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-bottom: 30px;
}

.call-to-action .icon-box svg {
    stroke-width: 12px;
    fill: transparent;
    stroke: #ffffff;
}

.call-to-action .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.call-to-action .icon_heart {
    width: 88px;
    height: 83px;
    background-image: url(../images/icons/icon_heart.png);
}

.call-to-action h1 {
    position: relative;
    font-size: 65px;
    line-height: 0.8em;
    color: #ffffff;
    margin-bottom: 0.67em;
}

.call-to-action p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.call-to-action .btn-box {
    position: relative;
}

.call-to-action.style-two {
    padding: 100px 0 230px;
}

.call-to-action.style-two h1 {
    line-height: 1.5em;
}

.call-to-action.style-two .overlay {
    background-color: rgba(95, 202, 199, 0.8);
}

.call-to-action.style-two .icon-box {
    height: 180px;
    width: 180px;
    margin-bottom: 10px;
}

.call-to-action.style-two .icon_heart {
    height: 126px;
    width: 119px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*** 

====================================================================
		Call to Action Two
====================================================================

***/

.call-to-action-two {
    position: relative;
    padding: 200px 0 180px;
}

.call-to-action-two .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.call-to-action-two .content-box {
    position: relative;
    text-align: center;
}

.call-to-action-two .icon-box {
    position: relative;
    margin-bottom: 30px;
}

.call-to-action-two .icon-box .icon {
    position: relative;
    display: inline-block;
    height: 130px;
    width: 130px;
    line-height: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    font-size: 84px;
    color: #ffffff;
}

.call-to-action-two h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 24px;
}

.call-to-action-two p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

/* Call to Action Style Two */

.call-to-action-two.style-two {
    padding: 100px 0;
}

.call-to-action-two.style-two .shape_inner {
    background-position: left top;
}

.call-to-action-two.style-two .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.call-to-action-two.style-two .btn-box a:hover {
    color: #4b4342;
}

/* Call to Action Style Three */

.call-to-action-two.style-three {
    padding: 60px 0 205px;
}

.call-to-action-two.style-three .icon-box {
    margin-bottom: 35px;
}

.call-to-action-two.style-three h2 {
    margin-bottom: 10px;
}

.call-to-action-two.style-three .overlay {
    background-color: rgba(92, 209, 156, 0.8);
}

.call-to-action-two.style-three .content-box .devider img {
    position: relative;
    height: 40px;
    margin: 0 auto 10px;
}

/*** 

====================================================================
		Call to Action Three
====================================================================

***/

.call-to-action-three {
    position: relative;
    padding: 100px 0 75px;
    margin-top: -60px;
    z-index: 2;
}

.call-to-action-three .overlay {
    display: none;
}

.call-to-action-three .content-column {
    position: relative;
    display: flex;
}

.call-to-action-three .content-column .inner-column {
    position: relative;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.call-to-action-three .divider {
    position: relative;
    margin-bottom: 10px;
}

.call-to-action-three .divider img {
    display: block;
    height: 40px;
    margin: 0 auto;
}

.call-to-action-three h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.call-to-action-three p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.call-to-action-three .btn-box {
    position: relative;
}

.call-to-action-three .btn-box .btn-style-one:hover span:before,
.call-to-action-three .btn-box .btn-style-one:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #da9abe;
}

.call-to-action-three .image-column .inner-column {
    position: relative;
    padding: 30px 0 0;
}

.call-to-action-three .image-column .image {
    margin-bottom: 30px;
}

/*** 

====================================================================
		Portfolio Section
====================================================================

***/

.portfolio-section {
    position: relative;
    padding: 30px 0 85px;
}

.portfolio-section .auto-container {
    max-width: 1230px;
}

.portfolio-section .sec-title {
    margin-bottom: 40px;
}

.portfolio-section .row {
    margin: 0 -10px;
}

.portfolio-section .row.masonry-items-container {
    margin: 0;
}

.portfolio-block {
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-block .inner-box {
    position: relative;
}

.portfolio-block .image-box {
    position: relative;
}

.portfolio-block .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block .image img {
    display: block;
    width: 100%;
}

.portfolio-block .link,
.portfolio-block .hover-effect,
.portfolio-block .portfolio-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-block .portfolio-hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
}

.portfolio-block .hover-effect svg {
    fill: rgba(255, 255, 255, 0.4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block .portfolio-hover h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #4b4342;
    padding: 0 15%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .inner-box:hover .portfolio-hover h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.portfolio-block .portfolio-hover h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block .portfolio-hover h3 a:hover {
    opacity: 0.7;
}

.portfolio-section.pull-up {
    margin-top: -40px;
}

.portfolio-section.alternate {
    margin-top: -60px;
    padding: 110px 0 90px;
}

.portfolio-section.alternate2 {
    padding: 90px 0 40px;
}

/*** 

====================================================================
		Portfolio Section Two
====================================================================

***/

.portfolio-section-two {
    position: relative;
    padding: 65px 0 80px;
}

.portfolio-section-two .sec-title {
    margin-bottom: 40px;
}

.portfolio-tabs {
    position: relative;
    padding: 0 15px;
}

.portfolio-tabs .btns-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.portfolio-tabs .tab-buttons {
    position: relative;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    padding: 5px 30px;
}

.portfolio-tabs .tab-buttons:before,
.portfolio-tabs .tab-buttons:after {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    margin-top: -1.5px;
    width: 107px;
    background-color: #edecec;
    height: 3px;
    content: "";
}

.portfolio-tabs .tab-buttons:after {
    left: auto;
    right: calc(100% + 13px);
}

.portfolio-tabs .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 9px;
    z-index: 3;
    font-family: 'Merienda One';
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-tabs .tab-btn:hover,
.portfolio-tabs .tab-btn.active-btn {
    color: #ff91a4;
}

.portfolio-tabs .tabs-content {
    position: relative;
}

.portfolio-tabs .tabs-content .tab {
    position: relative;
}

.portfolio-block-two {
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
}

.portfolio-block-two .inner-box {
    position: relative;
}

.portfolio-block-two .image-box {
    position: relative;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.portfolio-tabs .active-tab .portfolio-block-two .image-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-block-two .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-two .image img {
    display: block;
    width: 100%;
}

.portfolio-block-two .link,
.portfolio-block-two .hover-effect,
.portfolio-block-two .portfolio-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.portfolio-block-two .portfolio-hover {
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover {
    opacity: 1;
    visibility: visible;
}

.portfolio-block-two .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block-two .portfolio-hover h3 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #4b4342;
    padding: 0 20%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .portfolio-hover h3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.portfolio-block-two .portfolio-hover h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-two .portfolio-hover h3 a:hover {
    opacity: 0.7;
}

/*** 

====================================================================
		Portfolio Section Three
====================================================================

***/

.portfolio-section-three {
    position: relative;
    padding: 80px 0 50px;
}

.portfolio-section-three .outer-box {
    position: relative;
    margin: 0 -15px;
}

.portfolio-carousel {
    position: relative;
}

.portfolio-block-thre {
    position: relative;
    padding: 0 15px;
}

.portfolio-block-thre .image-box {
    position: relative;
}

.portfolio-block-thre .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.portfolio-block-thre .image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-carousel .owl-dots {
    position: relative;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.portfolio-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.portfolio-carousel .owl-dot:hover,
.portfolio-carousel .owl-dot.active {
    opacity: 1;
}

/*** 

====================================================================
		Portfolio Page Sections
====================================================================

***/

.portfolio-masonry .portfolio-block .hover-effect svg {
    fill: rgba(24, 168, 156, 0.3);
}

.portfolio-masonry .portfolio-block .portfolio-hover h3 a {
    color: #ffffff;
}

.portfolio-masonry-wide .portfolio-block .hover-effect svg {
    fill: rgba(146, 205, 219, 0.7);
}

.portfolio-masonry-wide .portfolio-block .portfolio-hover h3 a {
    color: #ffffff;
}

.portfolio-with-filter .portfolio-block-four .hover-effect svg {
    fill: rgba(131, 234, 115, 0.6);
}

.portfolio-two-column .portfolio-block-four .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
}

.portfolio-with-sidebar .portfolio-block-four {
    padding: 0;
}

.portfolio-with-sidebar .portfolio-block-four .lower-content {
    text-align: left;
}

.portfolio-with-sidebar .portfolio-block-four .hover-effect svg {
    fill: rgba(255, 255, 255, 0.7);
}

.portfolio-square .portfolio-block-four {
    margin-bottom: 20px;
}

.portfolio-wide .row {
    margin: 0;
}

.portfolio-section .portfolio-block-four.mix {
    display: none;
}

.mixitup-gallery .filters {
    position: relative;
    margin-top: -10px;
    margin-bottom: 35px;
    text-align: center;
}

.mixitup-gallery .filter {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #4b4342;
    cursor: pointer;
    padding: 0 51px;
    font-family: Merienda One;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mixitup-gallery .filter:before {
    position: absolute;
    right: -12px;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/icons/filter_before.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.mixitup-gallery .filter:last-child:before {
    display: none;
}

.mixitup-gallery .filter .filter_shape {
    position: relative;
    width: 47px;
    margin: 0 auto;
    display: block;
    fill: #ff91a4;
    bottom: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mixitup-gallery .filter.active {
    color: #ff91a4;
}

.mixitup-gallery .filter.active .filter_shape {
    opacity: 1;
    visibility: visible;
}

/*=== Portfolio Block Four ===*/

.portfolio-block-four {
    position: relative;
    padding: 0 10px;
    margin-bottom: 40px;
}

.portfolio-block-four .inner-box {
    position: relative;
}

.portfolio-block-four .image-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-block-four .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.portfolio-block-four .image img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-block-four .link,
.portfolio-block-four .hover-effect {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .inner-box:hover .link,
.portfolio-block-four .inner-box:hover .hover-effect {
    opacity: 1;
    visibility: visible;
}

.portfolio-block-four .hover-effect svg {
    fill: rgba(244, 149, 193, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.portfolio-block-four .lower-content {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.portfolio-block-four .title-box {
    position: relative;
}

.portfolio-block-four .title-box h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 15px;
}

.portfolio-block-four .title-box h3 svg {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 13px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.portfolio-block-four .title-box h3 a:hover svg {
    fill: #ff91a4;
}

.portfolio-block-four .title-box h3 a:hover {
    color: #ff91a4;
}

.portfolio-block-four .title-box h3 .div_left {
    margin-right: 10px;
}

.portfolio-block-four .title-box h3 .div_right {
    margin-left: 10px;
}

/*** 

====================================================================
		Portfolio Single
====================================================================

***/

.portfolio-single {
    position: relative;
    padding: 80px 0 30px;
}

.portfolio-single .content-box {
    position: relative;
}

.portfolio-single .image-box {
    position: relative;
}

.portfolio-single .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-single .image img {
    display: block;
    width: 100%;
}

.portfolio-single .lower-content {
    position: relative;
    padding-top: 30px;
    margin-bottom: 40px;
}

.portfolio-single .two-column {
    position: relative;
}

.portfolio-single .title-box {
    position: relative;
    margin-bottom: 5px;
}

.portfolio-single h3 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600;
    color: #4b4342;
    margin-bottom: 7px;
}

.portfolio-single h4 {
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
    margin-bottom: 20px;
}

.portfolio-single .term {
    color: #5fcac7;
    font-size: 15px;
}

.portfolio-single p {
    position: relative;
    margin-bottom: 30px;
}

blockquote {
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 25px 10%;
    border-radius: 30px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
    font-family: Merienda One;
}

blockquote:before,
blockquote:after {
    content: '“';
    color: #ff91a4;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

blockquote:after {
    content: '”';
    bottom: -13px;
    top: initial;
}

/* Post control Option */

.post-control-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.post-control-option li {
    overflow: hidden;
}

.post-control-option li.prev a,
.post-control-option li.next a {
    position: relative;
    display: block;
    padding: 8px 10px;
    border: 1px solid transparent;
    line-height: 24px;
    font-size: 17px;
    color: #4b4342;
    font-weight: 600;
    min-width: 50px;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .fa,
.post-control-option li.prev .fa {
    position: absolute;
    left: 0;
    top: 1px;
    height: 38px;
    line-height: 38px;
    width: 36px;
    text-align: center;
    background-color: #ffffff;
    z-index: 1;
}

.post-control-option li.next .fa {
    right: 0;
    left: auto;
}

.post-control-option li .wrap {
    position: relative;
    display: inline-block;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.post-control-option li.next .wrap {
    margin-left: 0;
    margin-right: -60px;
}

.post-control-option li.next a {
    padding-left: 15px;
    padding-right: 15px;
}

.post-control-option li.prev a:hover {
    border: 1px solid #cccccc;
    padding-left: 36px;
}

.post-control-option li.next a:hover {
    border: 1px solid #cccccc;
    padding-right: 36px;
}

.post-control-option li a:hover .wrap {
    opacity: 1;
    margin: 0;
}

.post-control-option .load-more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: auto;
}

.post-control-option .load-more a {
    width: 22px;
    height: 22px;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-control-option .load-more .back_link span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #cfd0d0;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.post-control-option .load-more .back_link span:nth-child(1) {
    top: 0;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(2) {
    top: 0;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(3) {
    top: 0;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(4) {
    top: 8px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(6) {
    top: 8px;
    left: 16px;
}

.post-control-option .load-more .back_link span:nth-child(7) {
    top: 16px;
    left: 0;
}

.post-control-option .load-more .back_link span:nth-child(8) {
    top: 16px;
    left: 8px;
}

.post-control-option .load-more .back_link span:nth-child(9) {
    top: 16px;
    left: 16px;
}

.post-control-option .load-more .back_link:hover span:nth-child(1) {
    top: -2px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(2) {
    top: -2px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(3) {
    top: -2px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(4) {
    top: 8px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(5) {
    top: 8px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(6) {
    top: 8px;
    left: 18px;
}

.post-control-option .load-more .back_link:hover span:nth-child(7) {
    top: 18px;
    left: -2px;
}

.post-control-option .load-more .back_link:hover span:nth-child(8) {
    top: 18px;
    left: 8px;
}

.post-control-option .load-more .back_link:hover span:nth-child(9) {
    top: 18px;
    left: 18px;
}

/* Related Products */

.related-products {
    position: relative;
}

.related-products .shop-item {
    margin-bottom: 30px;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 150px;
    z-index: 2;
}

.feature-block {
    position: relative;
    margin-bottom: 40px;
}

.feature-block .inner-box {
    position: relative;
    text-align: center;
}

.feature-block h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.feature-block p {
    position: relative;
    color: #ffffff;
}

.feature-block .icon-box {
    position: relative;
    display: inline-block;
    height: 125px;
    width: 125px;
    margin-bottom: 25px;
}

.feature-block .icon-box svg {
    stroke-width: 12px;
    fill: transparent;
    stroke: #ffffff;
}

.feature-block .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 62px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-section .btn-box {
    position: relative;
    text-align: center;
}

.features-section.style-two {
    padding: 130px 0 95px;
    margin-bottom: -100px;
}

.features-section.style-two .overlay {
    background-color: rgba(249, 129, 147, 0.8);
}

.features-section.style-two .sec-title {
    margin-bottom: 70px;
}

/*** 

====================================================================
		Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    z-index: 2;
}

.features-section-two .overlay {
    background-color: rgba(94, 94, 94, 0.5);
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-two h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 10px;
}

.feature-block-two p {
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}

.feature-block-two .icon-box {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    margin-bottom: 20px;
}

.feature-block-two .icon-box svg {
    fill: #ffffff;
    stroke: #ffffff;
}

.feature-block-two .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-section-two .btn-box {
    position: relative;
    text-align: center;
}

.features-section-two .btn-box a:hover span:before,
.features-section-two .btn-box a:hover {
    background-color: #ffffff;
    color: #4b4342;
}

/***

====================================================================
		Features Section Three
====================================================================

***/

.features-section-three {
    position: relative;
    padding: 75px 0 90px;
    background-color: #f8f5f1;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.features-section-three .image-column {
    position: relative;
}

.feature-block-three {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-three .inner-box {
    position: relative;
    padding-right: 100px;
    text-align: right;
}

.feature-block-three .icon-box {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.feature-block-three .icon-box .icon {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 74px;
    color: #4b4342;
    border: 3px solid #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-three .inner-box:hover .icon-box .icon {
    background-color: #4b4342;
    color: #ffffff;
}

.feature-block-three h3 {
    position: relative;
    font-size: 30px;
    color: #4b4342;
    margin-bottom: 10px;
}

.feature-block-three p {
    position: relative;
}

.features-section-three .left-column {
    position: relative;
}

.features-section-three .right-column {
    position: relative;
    order: 12;
}

.features-section-three .right-column .feature-block-three .inner-box {
    text-align: left;
    padding-left: 100px;
    padding-right: 0;
}

.features-section-three .right-column .feature-block-three .icon-box {
    left: 0;
    right: auto;
}

/***

====================================================================
		Features Section Four
====================================================================

***/

.features-section-four {
    position: relative;
    padding: 100px 0 105px;
    margin-top: -55px;
}

.features-section-four .overlay {
    background-color: #ff91a4 !important;
}

.feature-block-four {
    position: relative;
    margin-bottom: 70px;
}

.feature-block-four .inner-box {
    position: relative;
    text-align: center;
}

.feature-block-four .icon {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 56px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-bottom: 35px;
}

.feature-block-four h4 {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature-block-four p {
    position: relative;
    color: #ffffff;
}

/***

====================================================================
		Recipes Section
====================================================================

***/

.recipes-section {
    position: relative;
    margin-top: -100px;
    padding: 120px 0 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recipes-section .recipes-carousel {
    position: relative;
}

.recipe-block {
    position: relative;
}

.recipe-block .recipe-image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.recipe-block .recipe-image img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.recipes-carousel .owl-nav {
    display: none;
}

.recipes-carousel .owl-dots {
    position: relative;
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.recipes-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.recipes-carousel .owl-dot:hover,
.recipes-carousel .owl-dot.active {
    opacity: 1;
}

.recipes-section.style-two {
    padding: 70px 0 110px;
    margin-top: -1px;
}

.recipes-section.style-two .recipe-block .recipe-image {
    text-align: left;
}

.recipes-section.style-two .recipe-block .recipe-image img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.recipes-section.style-two .recipes-carousel .owl-dot {
    background-color: #4b4342;
}

/*** 

====================================================================
		Recipes Section Two
====================================================================

***/

.recipes-section-two {
    position: relative;
    padding: 80px 0 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recipes-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
}

/* Cooked Recipe Search */

.cooked-recipe-search {
    position: relative;
    margin-bottom: 20px;
}

.cooked-recipe-search .browse-recipe {
    position: relative;
    float: left;
    width: 14%;
    margin-right: 1%;
}

.browse-recipe .browse-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, .075);
    border-radius: 6px;
    text-align: left;
    color: #4b4342;
    width: 100%;
    font-size: .9rem;
    line-height: 3rem;
    height: auto;
    padding: 0 1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.browse-recipe .browse-btn:hover {
    background: rgba(0, 0, 0, .1);
}

.browse-recipe .browse-btn:before {
    content: "\f107";
    opacity: .25;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    position: absolute;
    top: 50%;
    font-weight: 900;
    right: 1.5rem;
    line-height: 1.25rem;
    height: 1.25rem;
    margin-top: -.5rem;
}

.browse-recipe .browse-dropdown {
    position: absolute;
    width: 170%;
    padding: 1.5rem;
    cursor: default;
    z-index: 99;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    top: 4rem;
    left: -11px;
    margin: 0;
    line-height: 1.5rem;
    border-radius: 3px;
}

.browse-recipe .browse-dropdown a {
    position: relative;
    display: block;
    display: block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5fcac7;
    line-height: 1.6em;
}

.browse-recipe .browse-dropdown a:hover {
    color: #5fcac7;
}

.browse-dropdown .cooked-title {
    display: block;
    font-size: .9rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 .6rem;
    padding: 0 10px .6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

/* Search Recipe Form */

.search-recipe-form {
    position: relative;
    float: left;
    width: 85%;
}

.search-recipe-form .form-group {
    position: relative;
}

.search-recipe-form .cooked-browse-search {
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #4b4342;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    min-width: 160px;
    min-height: 48px;
    border-radius: 6px;
    width: 100%;
}

.search-recipe-form .cooked-sortby-wrap {
    position: absolute;
    right: 56px;
    top: 0;
    max-width: 192px;
}

.cooked-recipe-search .cooked-sortby-wrap select {
    margin: 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    min-width: 190px;
    background: 0 0;
    cursor: pointer;
    font-size: .9rem;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    border-radius: 0;
    display: inline-block;
    padding: 0 1.25rem;
}

.cooked-recipe-search .search-recipe-submit {
    position: absolute;
    right: 0;
    top: 0;
}

.cooked-recipe-search .search-recipe-submit .theme-btn {
    position: relative;
    right: 1px;
    width: 56px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #5fcac7;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.cooked-recipe-search .search-recipe-submit .theme-btn:hover {
    background-color: #1b9371;
}

/* Recipe Block Two */

.recipe-block-two {
    position: relative;
    margin-bottom: 30px;
}

.recipe-block-two .image-box {
    position: relative;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -ms-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.recipe-block-two .image-box:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 10px rgba(0, 0, 0, .075);
}

.recipe-block-two .date {
    position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #ff91a4;
    font-family: Merienda One;
    z-index: 1;
}

.recipe-block-two .date span {
    display: block;
    color: #4b4342;
    font-size: 18px;
    line-height: 1em;
}

.recipe-block-two .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.recipe-block-two .image img {
    display: block;
    width: 100%;
}

.recipe-block-two .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: calc(100% - 40px);
    box-shadow: none;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    margin: 20px;
    border-radius: 15px;
    padding-bottom: 2px;
    padding-top: 12px;
}

.recipe-block-two .caption-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.65rem;
    margin: .25rem 0;
    color: #4b4342;
}

.recipe-block-two .caption-box h3 a {
    color: #4b4342;
    display: inline-block;
}

.recipe-block-two .caption-box .devider {
    display: block;
    width: 15%;
    height: 6px;
    border-radius: 3px;
    background: #ddd;
    margin: 1rem auto;
    -webkit-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .15, 1);
    transition: all .2s cubic-bezier(.42, 0, .15, 1);
}

.recipe-block-two .image-box:hover .caption-box .devider {
    width: 25%;
    background-color: #5FCAC4;
}

.recipes-section-two.alternate {
    padding: 120px 0 100px;
    margin-top: -30px;
}

.recipes-section-two.alternate:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.recipes-section-two.alternate .sec-title {
    margin-bottom: 60px;
}

.recipes-section-two.alternate .btn-box {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

/*** 

====================================================================
		Recipe Section Three
====================================================================

***/

.recipes-section-three {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0 150px;
    margin-top: -90px;
}

.recipes-section-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    content: "";
}

.recipes-section-three .title-column {
    position: relative;
    display: flex;
}

.recipes-section-three .title-column .inner-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    text-align: center;
}

.recipes-section-three .title-column h3 {
    position: relative;
    color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.recipes-section-three .title-column h3 span {
    position: relative;
    display: block;
    color: #5fcac7;
}

.recipes-section-three .divider {
    margin-bottom: 20px;
}

.recipes-section-three .divider img {
    position: relative;
    display: block;
    height: 40px;
    margin: 0 auto;
}

.recipes-section-three .slider-column {
    position: relative;
}

.recipes-section-three .owl-dots {
    margin-top: 30px;
}

/*** 

====================================================================
		Recipe Single
====================================================================

***/

.recipe-single {
    position: relative;
}

.recipe-block-two .lower-content {
    position: relative;
    padding-top: 40px;
}

.recipe-block-two .lower-content p {
    position: relative;
    margin-bottom: 1em;
}

.recipe-block-two .post-info {
    position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.recipe-block-two .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #4b4342;
    margin-right: 16px;
}

.recipe-block-two .post-info li:last-child {
    margin-right: 0;
}

.recipe-block-two .post-info li a {
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-two .post-info li a:hover {
    color: #ff91a4;
}

.recipe-block-two .post-info li .icon {
    position: relative;
    float: left;
    margin-right: 10px;
    color: #ff91a4;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.cooked-recipe-info {
    position: relative;
    margin-bottom: 1rem;
}

.cooked-recipe-info .cooked-left {
    position: relative;
    float: left;
}

.cooked-recipe-info .cooked-right {
    position: relative;
    float: right;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-difficulty-level,
.cooked-recipe-info .cooked-category,
.cooked-recipe-info .cooked-author {
    position: relative;
    line-height: 1.25rem;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 2rem 1rem 0;
    display: inline-block;
    width: auto;
}

.cooked-recipe-info .cooked-time,
.cooked-recipe-info .cooked-servings,
.cooked-recipe-info .cooked-author {
    padding-left: 50px;
}

.cooked-recipe-info .cooked-icon,
.cooked-recipe-info .cooked-author .cooked-author-avatar {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
}

.cooked-recipe-info .cooked-author .cooked-author-avatar img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.cooked-recipe-info .cooked-icon {
    font-size: 30px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #999999;
}

.cooked-recipe-info strong {
    font-size: .75rem;
    letter-spacing: .03rem;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    color: #4b4342;
}

.cooked-recipe-info a {
    color: #5fcac7;
    display: inline-block;
    font-size: 17px;
}

.cooked-recipe-info a:hover {
    color: #5fcac7;
}

.cooked-recipe-info .difficulty {
    position: relative;
    font-size: 18px;
    color: #4b4342;
}

.cooked-recipe-info .sortby-select {
    width: 270px;
    height: 34px;
}

.cooked-recipe-info .select2-selection--single {
    height: 34px;
    padding: 3px 0;
    border-radius: 0px;
}

.cooked-recipe-info .select2-selection__arrow b:before,
.cooked-recipe-info .select2-selection__arrow b {
    background-color: transparent !important;
}

.cooked-recipe-info .cooked-print,
.cooked-recipe-info .cooked-fsm-button {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.cooked-recipe-info .cooked-fsm-button .cooked-icon,
.cooked-recipe-info .cooked-print .cooked-icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
}

.cooked-recipe-info .cooked-time .cooked-icon {
    font-size: 36px;
}

.cooked-recipe-info .cooked-time {
    font-size: 16px;
}

.cooked-recipe-info .cooked-time:last-child {
    margin-right: 0;
}

/* Cooked Recipe Ingredients */

.cooked-recipe-ingredients {
    position: relative;
    margin-bottom: 2rem;
}

.cooked-single-ingredient {
    position: relative;
    padding: .5rem 0 0 2rem;
    margin: 0;
    font-size: 16px;
}

.cooked-single-ingredient .cooked-ingredient-checkbox {
    position: absolute;
    top: .5rem;
    left: 0;
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    margin: .2rem .8rem 0 0;
    border-color: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    -moz-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    -o-transition: all .1s cubic-bezier(.42, 0, .15, 1);
    transition: all .1s cubic-bezier(.42, 0, .15, 1);
}

.cooked-single-ingredient .cooked-ingredient-checkbox:hover {
    border-color: #bbbbbb;
    border-color: rgba(0, 0, 0, .5);
}

.cooked-single-ingredient.checked .cooked-ingredient-checkbox:after {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: .6rem;
    line-height: 1rem;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f00c";
    color: #888888;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.cooked-single-ingredient.checked {
    text-decoration: line-through;
    opacity: .5;
}

/* Cooked Recipe Directions */

.cooked-recipe-directions {
    position: relative;
}

.cooked-single-direction {
    position: relative;
    padding-left: 2rem;
}

.cooked-single-direction .cooked-direction-number {
    opacity: .35;
    position: absolute;
    display: inline-block;
    width: auto;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: 800;
    top: 0;
    left: 0;
    font-size: 1.5rem;
}

.cooked-single-direction p {
    position: relative;
    margin-bottom: 0 !important;
}

.recipe-single .devider {
    position: relative;
    margin: 90px auto 80px;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.recipe-single .devider img {
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.recipe-single .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

/***

====================================================================
		Recipe Full Screen
====================================================================

***/

.jquery-modal {
    z-index: 99;
}

.jquery-modal .model {
    position: absolute;
    max-width: 100%;
    width: 100%;
    padding: 0;
    left: 0;
    top: 0;
}

.recipe-fullscreen-model {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cooked-fsm-directions .cooked-panel,
.cooked-fsm-ingredients .cooked-panel {
    padding-left: 1%;
    padding-right: 2%;
}

.recipe-fullscreen-model h2 {
    margin-bottom: 0.5em;
    font-size: 1rem;
    padding: 0;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: 800;
}

.recipe-fullscreen-model .cooked-fsm-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    background: #16a780;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 0 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3.5rem;
    height: 3.5rem;
    z-index: 9;
}

.recipe-fullscreen-model .cooked-fsm-ingredients {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    padding: 5.5rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    height: 100vh;
    background: #f9f9f9;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-recipe-ingredients {
    margin-top: -.75rem;
}

.recipe-fullscreen-model .cooked-fsm-ingredients .cooked-single-ingredient {
    padding: .75rem 0 0 2rem;
}

.recipe-fullscreen-model .cooked-single-direction {
    padding-left: 2.3rem;
}

.recipe-fullscreen-model .cooked-single-direction p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0 0 1.5rem !important;
}

.recipe-fullscreen-model .cooked-single-direction .cooked-direction-number {
    font-size: 1.8rem;
}

.recipe-fullscreen-model .cooked-fsm-directions {
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 5.5rem 2rem 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.close-recipe-fsm {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #16a780;
    color: #ffffff;
    z-index: 999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.close-recipe-fsm:hover {
    color: #ffffff;
}

.recipe-fullscreen-model .cooked-ingredient-checkbox {
    top: .75rem;
}

/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 100px 0 140px;
    background-color: transparent;
    margin-top: -65px;
}

.testimonial-section .shape_wrapper .overlay {
    background-color: #ff91a4;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .testimonial_img {
    position: relative;
}

.testimonial-block .testimonial_img .thumb-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.testimonial-block .testimonial_img .thumb-box img {
    border-radius: 50%;
    vertical-align: top;
}

.testimonial-block .testimonial_img .div_left,
.testimonial-block .testimonial_img .div_right {
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
}

.testimonial-block .testimonial_img .div_left {
    margin-right: 10px;
}

.testimonial-block .testimonial_img .div_right {
    margin-left: 10px;
}

.testimonial-block .text {
    position: relative;
    color: #ffffff;
    max-width: 750px;
    margin: 0 auto 25px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Merienda One', cursive;
    margin-bottom: 5px;
}

.testimonial-block .designation {
    position: relative;
    display: block;
    font-size: 17px;
    color: #ffffff;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.6;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
}

.testimonial-section.style-two {
    padding: 230px 0;
    margin-bottom: -100px;
    z-index: 1;
}

.testimonial-section.style-two .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 100px 0 90px;
}

.testimonial-section-two .sec-title {
    margin-bottom: 25px;
}

.testimonial-section-two .content-box {
    position: relative;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
}

.testimonial-section-two .content-box p {
    color: #ffffff;
}

.testimonial-section-two .content-box h4 {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 15px;
}

/*** 

====================================================================
		Testimonial Section Three
====================================================================

***/

.testimonial-section-three {
    padding: 30px 0 90px;
    margin-top: -40px;
}

.testimonial-section-three .overlay {
    display: none;
}

.testimonial-section-three .testimonial-block .testimonial_img .thumb-box {
    border-color: #d1f16a;
}

.testimonial-section-three .testimonial-block .testimonial_img .div_left,
.testimonial-section-three .testimonial-block .testimonial_img .div_right {
    fill: #d1f16a;
}

.testimonial-section-three .testimonial-block .inner-box {
    padding: 0 15px;
}

.testimonial-section-three .testimonial-block .name,
.testimonial-section-three .testimonial-block .text {
    color: #4b4342;
}

.testimonial-section-three .owl-nav {
    display: none;
}

.testimonial-section-three .owl-dots {
    position: relative;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.testimonial-section-three .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #82d5af;
    opacity: 0.6;
}

.testimonial-section-three .owl-dot:hover,
.testimonial-section-three .owl-dot.active {
    opacity: 1;
}

/*=============================
	Testimonial Block Two
==============================*/

.testimonial-block-two {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-two .testimonial_img {
    position: relative;
}

.testimonial-block-two .testimonial_img .thumb-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid #5fcac7;
}

.testimonial-block-two .testimonial_img .thumb-box img {
    border-radius: 50%;
    vertical-align: top;
}

.testimonial-block-two .testimonial_img .div_left,
.testimonial-block-two .testimonial_img .div_right {
    display: inline-block;
    width: 65px;
    height: 21px;
    margin-top: 30px;
    vertical-align: top;
    fill: #5fcac7;
}

.testimonial-block-two .testimonial_img .div_left {
    margin-right: 10px;
}

.testimonial-block-two .testimonial_img .div_right {
    margin-left: 10px;
}

.testimonial-block-two .text {
    position: relative;
    margin: 0 0 25px;
}

.testimonial-block-two .name {
    position: relative;
    display: block;
    font-size: 24px;
    color: #4b4342;
    font-family: 'Merienda One', cursive;
}

.testimonial-block-two.style-two .testimonial_img .div_left,
.testimonial-block-two.style-two .testimonial_img .div_right {
    fill: #ff91a4;
}

.testimonial-block-two.style-two .testimonial_img .thumb-box {
    border-color: #ff91a4;
}

/*** 

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 30px 0 60px;
}

.pricing-section.alternate {
    padding: 80px 0 60px;
}

.pricing-table {
    position: relative;
    margin-bottom: 50px;
}

.pricing-table .inner-box {
    position: relative;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 4px solid #5fcac7;
    border-radius: 10px;
    margin-top: 80px;
    padding-top: 70px;
    z-index: 9;
}

.pricing-table .pricing-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 180px;
    z-index: -1;
    overflow: hidden;
}

.pricing-table .pricing-svg svg {
    fill: #5fcac7;
    width: 100%;
    height: 100%;
}

.pricing-table .image-box {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
}

.pricing-table .image-box .image {
    position: relative;
    height: 70px;
    max-width: 60%;
    z-index: 1;
    margin: 0 auto;
}

.pricing-table .image-box .image img {
    display: inline-block;
}

.pricing-table .title-box {
    position: relative;
    display: block;
}

.pricing-table .title-box h3 {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    padding-bottom: 65px;
}

.pricing-table .price-box {
    position: relative;
    margin-bottom: 20px;
}

.pricing-table .price-box .price {
    position: relative;
    font-size: 48px;
    line-height: 1em;
    color: #4b4342;
    font-family: Merienda One;
    vertical-align: middle;
    margin-bottom: 20px;
}

.pricing-table .price-box .price sup {
    font-size: 24px;
    line-height: 1;
}

.pricing-table .price-box .title {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    background-color: #ff91a4;
}

.pricing-table .table-content {
    padding: 0 20px;
    margin-top: 25px;
}

.pricing-table .table-content li {
    position: relative;
    padding: 11px 0;
    font-size: 16px;
    border-bottom: 1px solid #5fcac7;
    color: #4b4342;
}

.pricing-table .table-footer {
    position: relative;
    padding: 12px 30px 15px;
}

.pricing-table .pricing-highlight {
    position: absolute;
    right: -15px;
    top: -15px;
    height: 78px;
    width: 78px;
}

.pricing-table .pricing-highlight svg {
    stroke: #5fcac7;
    fill: #ffffff;
    stroke-width: 4;
}

.pricing-table .pricing-highlight h5 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #4b4342;
    line-height: 78px;
}

.pricing-table.tagged .inner-box {
    border-color: #ff91a4;
}

.pricing-table.tagged .pricing-svg svg {
    fill: #ff91a4;
}

.pricing-table.tagged .price-box .title {
    background-color: #5fcac7;
}

/*=== Pricing Section Style Two ===*/

.pricing-section.style-two {
    position: relative;
    padding: 60px 0 170px;
}

.pricing-section.style-two .overlay {
    background-color: rgba(116, 188, 188, 0.8);
}

.pricing-section.style-two .pricing-table .pricing-svg svg {
    fill: #82d5af;
}

.pricing-section.style-two .pricing-table .inner-box {
    border-color: #82d5af;
}

.pricing-section.style-two .pricing-table .price-box .title {
    background-color: #5eb8c0;
}

.pricing-section.style-two .pricing-table.tagged .inner-box {
    border-color: #d1f16a;
}

.pricing-section.style-two .pricing-table.tagged .pricing-svg svg {
    fill: #d1f16a;
}

/*** 

====================================================================
		Reservation Section
====================================================================

***/

.reservation-section {
    position: relative;
    padding: 90px 0;
}

.reservation-section .overlay {
    background-color: rgba(242, 164, 173, 0.65);
}

.reservation-section .sec-title {
    margin-bottom: 40px;
}

.reservation-section .sec-title h2 {
    font-size: 51px;
}

.reservation-section .form-outer {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
}

.reservation-section .text {
    color: #ffffff;
    margin-bottom: 55px;
}

/*=== Footer Form ===*/

.reservation-form {
    position: relative;
}

.reservation-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.reservation-form .form-group:last-child {
    margin-bottom: 0;
}

.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group input[type="url"],
.reservation-form .form-group textarea,
.reservation-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #222222;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #edecec;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reservation-form .form-group input:focus,
.reservation-form .form-group select:focus,
.reservation-form .form-group textarea:focus {
    border-color: #ffffff;
}

.reservation-form .form-group textarea {
    height: 125px;
    resize: none;
}

.reservation-form .form-group input[type="submit"],
.reservation-form .form-group button {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #4b4342;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    line-height: 20px;
    border: 1px solid #edecec;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    transition: all 300ms ease;
    margin-top: 8px;
}

.reservation-form .form-group input[type="submit"]:hover,
.reservation-form .form-group button:hover {
    background-color: #4b4342;
    color: #ffffff;
    border: 1px solid #4b4342;
}

.reservation-form input.error:focus,
.reservation-form select.error:focus,
.reservation-form textarea.error:focus {
    border-color: #ff0000;
}

.reservation-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

/*** 

====================================================================
		Reservation Section Two
====================================================================

***/

.reservation-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 135px;
    margin-bottom: -60px;
}

.reservation-section-two .overlay {
    background-color: rgba(242, 164, 173, 0.65);
}

.reservation-section-two .sec-title {
    margin-bottom: 20px;
}

.reservation-section-two .sec-title h2 {
    font-size: 51px;
}

.reservation-section-two .reservation-form p {
    margin-bottom: 20px;
}

.reservation-section-two .reservation-form .divider {
    margin-bottom: 50px;
}

.reservation-section-two .reservation-form .divider img {
    height: 39px;
    width: auto;
}

.reservation-section-two .form-outer {
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}

.reservation-section-two .text {
    color: #ffffff;
    margin-bottom: 55px;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 40px;
}

.team-section.style-two {
    padding: 80px 0 60px;
}

.team-section.style-two .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    text-align: center;
}

.team-block .image-box {
    position: relative;
    margin-bottom: 15px;
}

.team-block .social-links {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    z-index: 1;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.team-block .social-links li a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff91a4;
    border: 3px solid #ff91a4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .social-links li a:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.team-block .inner-box:hover .social-links li a {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
    visibility: visible;
}

.team-block .inner-box:hover .social-links li:nth-child(2) a {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.team-block .inner-box:hover .social-links li:nth-child(3) a {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.team-block .image {
    position: relative;
    margin-bottom: 0;
    max-width: 270px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.team-block .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #ff91a4;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-block .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.team-block .name {
    position: relative;
    font-size: 30px;
    color: #4b4342;
    line-height: 1.39em;
    margin-bottom: 0;
}

.team-block .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .name a:hover {
    color: #ff91a4;
}

.team-block .name svg {
    fill: #4b4342;
    width: 58px;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .name a:hover svg {
    fill: #ff91a4;
}

.team-block .designation {
    display: block;
    font-size: 16px;
    color: #4b4342;
}

.team-carousel .owl-dots {
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.team-carousel .owl-dot:hover,
.team-carousel .owl-dot.active {
    opacity: 1;
}

/*** 

====================================================================
		Team Single
====================================================================

***/

.team-single {
    position: relative;
    padding: 80px 0 30px;
}

.team-single .image-column {
    position: relative;
    margin-bottom: 50px;
}

.team-single .image-box {
    position: relative;
    text-align: center;
}

.team-single .image {
    position: relative;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    max-width: 370px;
    margin: 0 auto 10px;
}

.team-single .image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid #ff91a4;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}

.team-single .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.team-single .social-links {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.team-single .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.team-single .social-links li a {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 44px;
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff91a4;
    border: 3px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-single .social-links li a:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.team-single .content-column {
    position: relative;
}

.team-single .content-column .inner-column {
    position: relative;
}

.team-single .name {
    position: relative;
    font-size: 36px;
    color: #4b4342;
    line-height: 1.4em;
    margin-bottom: 0;
}

.team-single .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-single .name a:hover {
    color: #ff91a4;
}

.team-single .designation {
    display: block;
    font-size: 16px;
    color: #4b4342;
    margin-bottom: 10px;
}

/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
    padding: 105px 0 0px;
}

.blog-masonry {
    position: relative;
    padding: 80px 0;
}

.blog-sidebar .news-block {
    text-align: center;
    margin-bottom: 50px;
}

.blog-masonry .news-block .image-column,
.blog-sidebar .news-block .image-column {
    margin-bottom: 35px;
}

.blog-three-column .news-block .post-info,
.blog-masonry .news-block .post-info {
    display: inline-block;
    margin-bottom: 12px;
}

.blog-three-column .news-block .post-info li,
.blog-masonry .news-block .post-info li {
    float: left;
}

.blog-three-column .news-block,
.blog-two-column .news-block,
.blog-masonry .news-block {
    margin-bottom: 25px;
    text-align: center;
}

.news-block {
    position: relative;
    margin-bottom: 70px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-column {
    position: relative;
    margin-bottom: 25px;
}

.news-block .image-column .inner-column {
    position: relative;
}

.news-block .image-column .date {
    position: absolute;
    min-width: 84px;
    min-height: 84px;
    top: 10px;
    left: 12px;
    padding: 12px 0;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    font-size: 28px;
    line-height: 1.2em;
    display: block;
    font-weight: 500;
    color: #ff91a4;
    font-family: Merienda One;
    z-index: 1;
}

.news-block .image-column .date span {
    display: block;
    color: #4b4342;
    font-size: 18px;
    line-height: 1em;
}

.news-block .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image iframe {
    position: relative;
    width: 100%;
}

.news-block .image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block .content-column {
    position: relative;
    margin-bottom: 25px;
}

.news-block .content-column .inner-column {
    position: relative;
}

.news-block h3 {
    position: relative;
    font-size: 26px;
    color: #4b4342;
    font-weight: 500;
    margin-bottom: 25px;
}

.news-block h3 a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block h3 a:hover {
    color: #ff91a4;
}

.news-block .post-info {
    position: relative;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #4b4342;
    margin-right: 16px;
}

.news-block .post-info:after {
    display: table;
    clear: both;
    content: "";
}

.news-block .post-info li:last-child {
    margin-right: 0;
}

.news-block .post-info li a {
    display: inline-block;
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .post-info li a:hover {
    color: #ff91a4;
}

.news-block .post-info li .icon {
    position: relative;
    float: left;
    margin-right: 10px;
    color: #ff91a4;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.news-block .text {
    position: relative;
    margin-bottom: 30px;
}

.news-block .devider {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
    max-width: 370px;
    z-index: 1;
}

.news-block .devider img {
    display: block;
    margin: auto;
    padding: 0 20px;
    height: 36px;
    background: #ffffff;
}

.news-block .devider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}

.news-block.style-two .inner-box {
    text-align: right;
}

.news-block.style-two .image-column {
    order: 2;
}

.news-block .single-item-carousel {
    position: relative;
}

.news-block .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.news-block .owl-next,
.news-block .owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .owl-next {
    left: auto;
    right: 10px;
}

.news-block .owl-next:hover,
.news-block .owl-prev:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.blog-masonry .row {
    margin: 0 -20px;
}

.blog-two-column .styled-pagination,
.blog-masonry .styled-pagination {
    margin-top: 30px;
}

.blog-sidebar .styled-pagination {
    margin-top: 100px;
}

.styled-pagination ul {
    position: relative;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    padding: 5px 10px;
}

.styled-pagination ul:before,
.styled-pagination ul:after {
    position: absolute;
    left: calc(100% + 13px);
    top: 50%;
    margin-top: -1.5px;
    width: 107px;
    background-color: #edecec;
    height: 3px;
    content: "";
}

.styled-pagination ul:after {
    left: auto;
    right: calc(100% + 13px);
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: 8px 6px;
    z-index: 3;
    color: #4b4342;
    font-family: 'Merienda One';
}

.styled-pagination li .next,
.styled-pagination li .prev {
    font-size: 13px;
    color: #edecec;
}

.styled-pagination li a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li .current {
    color: #ff91a4;
}

/***

==================================================================
		Blog Single
==================================================================

***/

.blog-single {
    position: relative;
}

.blog-single .news-block .image-column {
    margin-bottom: 20px;
}

.blog-single .news-block .content-column {
    text-align: center;
}

.blog-single .two-column {
    margin-top: 40px;
}

.blog-single .two-column .content-column {
    text-align: left;
}

.blog-single p {
    position: relative;
    margin-bottom: 30px;
}

.news-block .link-box h3 {
    font-size: 40px;
    line-height: 1.2em;
}

.news-block .image-column .link-box .date,
.news-block .image-column .quote-box .date {
    border: 4px solid #edecec;
    height: 92px;
    width: 92px;
    padding: 15px 0;
}

.news-block .link-box,
.quote-box {
    display: block;
    position: relative;
    text-align: center;
    color: #4b4342;
    border: 4px solid #edecec;
    padding: 20px 10% 30px;
    border-radius: 30px;
    padding-left: 100px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 1em;
    font-family: Merienda One;
}

.quote-box:before,
.quote-box:after {
    content: '“';
    color: #ff91a4;
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -22px;
    line-height: 0.9;
    height: 20px;
    width: 44px;
    background: #fff;
}

.quote-box:after {
    content: '”';
    bottom: -13px;
    top: initial;
}

.quote-box .quote_text {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.quote-box .author_name {
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2em;
}

.quote-box .author_status {
    display: inline-block;
    font-size: 14px;
}

.news-block .link-box {
    position: relative;
    z-index: 1;
    padding: 24px 130px 34px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.news-block .video {
    position: relative;
    height: 0;
    padding-bottom: 56.316%;
}

.news-block .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*** 

====================================================================
		Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 80px 0 30px;
}

.contact-section .sec-title {
    margin-bottom: 70px;
}

.contact-section .sec-title .divider {
    margin-bottom: 0;
}

.contact-section .column {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.contact-section .title {
    position: relative;
    text-align: center;
    margin-bottom: 17px;
}

.contact-section .title .icon {
    position: relative;
    max-width: 74px;
    margin: 0 auto;
}

.contact-section .title h4 {
    font-size: 28px;
}

.contact-section .contact-info {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .contact-info li {
    position: relative;
    font-size: 17px;
    color: #4b4342;
    line-height: 29px;
    margin-bottom: 17px;
}

.contact-section .contact-info li a {
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .contact-info li a:hover {
    color: #5fcac7;
}

.contact-section .contact-form {
    margin-top: 46px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 17px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #4b4342;
    line-height: 20px;
    padding: 10px 10px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    font-weight: 400;
    height: 42px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #edecec;
}

.contact-form .form-group textarea {
    height: 130px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #4b4342;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: Merienda One;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #edecec;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form .form-group input[type="submit"]:hover,
.contact-form .form-group button:hover {
    color: #ffffff;
    background-color: #4b4342;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
    border-color: #ff0000;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    text-align: left;
    margin-bottom: 0;
}

#email-form .response {
    position: relative;
    text-align: center;
}

#email-form .response .success {
    background: #5fcac7;
    color: #ffffff;
    padding: 0 10px;
}

#email-form .response .failed {
    background-color: #ff91a4;
    color: #ffffff;
    padding: 0 10px;
}

#email-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
    padding: 0 10px;
}

.contact-section .contact-column {
    position: relative;
    margin-bottom: 30px;
}

/*** 

====================================================================
		Map Section
====================================================================

***/

.map-section {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

iframe#gmap_canvas {
    height: 540px;
    width: 100%;
}

.map-area {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-section .map-canvas {
    height: 540px;
    background-color: #f9f9f9;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
    position: relative;
}

.main-footer .shape_wrapper .overlay {
    background-color: rgba(75, 67, 66, 0.9);
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 0 25px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
    text-align: center;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main-footer .widget-title h3 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1em;
    margin-bottom: 20px;
}

.main-footer .widget-title>svg {
    fill: #ffffff;
    max-width: 53px;
    max-height: 26px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.main-footer .about-widget {
    position: relative;
}

/*=== Newslatter Widget ===*/

.newslatter-widget {
    position: relative;
}

.newslatter-form .form-group {
    position: relative;
    padding-right: 70px;
}

.newslatter-form .form-group input[type="text"],
.newslatter-form .form-group input[type="tel"],
.newslatter-form .form-group input[type="email"],
.newslatter-form .form-group textarea {
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #edecec;
    width: 100%;
    margin: auto;
    line-height: 40px;
    min-height: 42px;
    border-radius: 6px;
}

.newslatter-form .form-group input[type="submit"],
.newslatter-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #edecec;
    background-color: #aba4a2;
    border-radius: 4px;
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newslatter-form .form-group input[type="submit"]:hover,
.newslatter-form .form-group button:hover {
    background-color: #5fcac7;
}

.newslatter-form .response {
    position: relative;
    padding: 0 10px;
}

.newslatter-form .response .success {
    background: #5fcac7;
    color: #ffffff;
}

.newslatter-form .response .failed {
    background-color: #ff91a4;
    color: #ffffff;
}

.newslatter-form .response .text-info {
    background-color: #ffcd66;
    color: #222222 !important;
}

/*=== Footer Form ===*/

.footer-form {
    position: relative;
}

.footer-form .form-group {
    position: relative;
    margin-bottom: 1em;
    text-align: left;
}

.footer-form .form-group:last-child {
    margin-bottom: 0;
}

.footer-form .form-group input[type="text"],
.footer-form .form-group input[type="email"],
.footer-form .form-group input[type="url"],
.footer-form .form-group textarea,
.footer-form .form-group select {
    position: relative;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-form .form-group input:focus,
.footer-form .form-group select:focus,
.footer-form .form-group textarea:focus {
    border-color: #eeeeee;
}

.footer-form ::-webkit-input-placeholder {
    color: #222222;
}

.footer-form ::-moz-input-placeholder {
    color: #222222;
}

.footer-form ::-ms-input-placeholder {
    color: #222222;
}

.footer-form .form-group textarea {
    height: 125px;
    resize: none;
}

.footer-form .form-group input[type="submit"],
.footer-form .form-group button {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #4b4342;
    font-size: 16px;
    background-color: #ffffff;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 4px;
    width: 160px;
    margin-top: 10px;
    text-align: center;
}

.footer-form input.error:focus,
.footer-form select.error:focus,
.footer-form textarea.error:focus {
    border-color: #ff0000;
}

.footer-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    margin-bottom: 0;
}

.footer-form .form-group input[type="submit"]:hover,
.footer-form .form-group button:hover {
    background-color: #4b4342;
    color: #ffffff;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    -webkit-mask-image: url(../images/icons/shape_three.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 30px 0;
    padding-top: 50px;
    margin-top: -20px;
    text-align: center;
}

.main-footer .footer-bottom p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
}

/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two .widgets-section {
    padding: 140px 0 55px;
}

.main-footer.style-two .auto-container {
    max-width: 1170px;
}

.main-footer.style-two .footer-widget p {
    color: #b0b0b0;
    font-size: 15px;
    margin-bottom: 1em;
}

.main-footer.style-two .footer-widget p a {
    color: #b0b0b0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer.style-two .footer-widget p a:hover {
    color: #ffffff;
}

.main-footer.style-two .social-widget .social-box {
    position: relative;
    margin-top: 40px;
}

.main-footer.style-two .widget-title h3 {
    margin-bottom: 16px;
}

/***

==================================================================
		Main Footer Style Three
==================================================================

***/

.main-footer.style-three .widgets-section {
    position: relative;
    padding: 120px 0 100px;
    margin-top: -30px;
}

.main-footer.style-three .overlay {
    background-color: rgba(108, 177, 209, 0.9);
}

.main-footer.style-three .newslatter-form {
    max-width: 360px;
    margin: 0 auto;
}

.main-footer.style-three .footer-bottom {
    background-color: rgba(53, 14, 4, 0.6);
}

/***

==================================================================
		Main Footer Style Four
==================================================================

***/

.main-footer.style-four .widgets-section {
    position: relative;
    padding: 130px 0 20px;
    margin-top: -50px;
}

.main-footer.style-four .overlay {
    background-color: rgba(29, 15, 10, 0.75);
}

.main-footer.style-four .social-widget {
    padding-top: 45px;
}

.main-footer.style-four .about-widget {
    padding-top: 60px;
}

.main-footer.style-four .about-widget p {
    color: #b0b0b0;
}

/***

==================================================================
		Main Footer Style Five
==================================================================

***/

.main-footer.style-five .widgets-section {
    padding: 130px 0 80px;
    margin-top: -50px;
}

.main-footer.style-five .overlay {
    background-color: rgba(75, 67, 66, 1);
}

.main-footer.style-five .widgets-section p {
    font-size: 16px;
    color: #b0b0b0;
}

.main-footer.style-five .social-widget {
    margin-bottom: 30px;
}

/***

==================================================================
		Main Footer Style Six
==================================================================

***/

.main-footer.style-six {
    position: relative;
}

.main-footer.style-six .widgets-section {
    padding-bottom: 40px;
}

.main-footer.style-six .auto-container {
    max-width: 1170px;
}

.main-footer.style-six .overlay {
    background-color: rgba(75, 67, 66, 1);
}

.main-footer.style-six .widget-title h3 {
    margin-bottom: 15px;
}

.main-footer.style-six .text-box {
    position: relative;
    margin-top: 20px;
}

.main-footer.style-six p {
    color: #b0b0b0;
    font-size: 16px;
}

.main-footer.style-six p a {
    color: #b0b0b0;
    display: inline-block;
}

.main-footer.style-six p a:hover {
    color: #ffffff;
}

.main-footer .gallery-widget {
    position: relative;
}

.instagram-gallery {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.instagram-gallery .outer-box {
    position: relative;
    margin: 0 -5px;
}

.instagram-gallery .image {
    position: relative;
    float: left;
    width: 33.33333%;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

.instagram-gallery .image img {
    display: block;
    width: 100%;
    border-radius: 4px;
}

/***

==================================================================
		Main Footer Style Seven
==================================================================

***/

.main-footer.style-seven .widgets-section {
    padding: 140px 0 55px;
}

.main-footer.style-seven .overlay {
    background-color: rgba(73, 62, 60, 0.9);
}

.main-footer.style-seven .auto-container {
    max-width: 1170px;
}

.main-footer.style-seven .footer-widget p {
    color: #b0b0b0;
    font-size: 16px;
    margin-bottom: 0;
}

.main-footer.style-seven .footer-widget p a {
    color: #b0b0b0;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer.style-seven .footer-widget p a:hover {
    color: #ffffff;
}

.main-footer.style-seven .social-widget .social-box {
    position: relative;
    margin-top: 18px;
}

.main-footer.style-seven .widget-title h3 {
    margin-bottom: 16px;
}

/***

==================================================================
		Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-side .sidebar {
    position: relative;
}

.sidebar-widget {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 60px;
    border: 4px solid #edecec;
    border-radius: 20px;
}

.sidebar-widget:not(.search-widget):before {
    content: '';
    width: 87px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/icons/widget_before.jpg);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -43px;
}

.sidebar-widget:not(.search-widget):after {
    content: '';
    background-image: url(../images/icons/widget_after.jpg);
    width: 26px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -13px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .widget-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    line-height: 39px;
    color: #4b4342;
}

.sidebar-widget figure {
    margin-bottom: 0;
    text-align: center;
}

/*Search Widget*/

.sidebar .search-widget {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sidebar .search-widget .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 9px 20px;
    line-height: 20px;
    height: 38px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-widget .form-group input:focus {
    border-color: #ab7442;
}

.sidebar .search-widget .form-group input[type="submit"],
.sidebar .search-widget .form-group button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 54px;
    height: 36px;
    color: #ffffff;
    background-color: #ff91a4;
    border-radius: 30px;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-widget .form-group input[type="submit"]:hover,
.sidebar .search-widget .form-group button:hover {
    color: #222222;
}

/*=== Cart Widget ===*/

.cart-widget {
    position: relative;
}

.cart-widget .shopping-cart .theme-btn {
    color: #ffffff;
    background-color: #4b4342;
    border: 3px solid #4b4342;
    padding: 5px 0;
}

.cart-widget .shopping-cart .theme-btn:hover {
    background-color: #ffffff;
    color: #4b4342;
}

/* Range Slider widget */

.rangeslider-widget {
    position: relative;
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
}

.range-slider-one .input-box {
    position: relative;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #4b4342;
    font-size: 15px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #4b4342;
    font-size: 15px;
    font-weight: 300;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    margin-bottom: 20px;
    background: #5fcac7;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 5px;
    background: #e4e3e3;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    position: absolute;
    top: -6px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: -1px;
    border-radius: 50%;
    background: #5fcac7;
    border-color: #5fcac7;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
}

.range-slider-one .ui-slider-handle:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    z-index: 2;
    border-radius: 50%;
    background: #ffffff;
}

.range-slider-one .theme-btn {
    position: relative;
    display: block;
    padding: 7px 2px;
    width: 92px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    border-radius: 30px;
    margin-top: -3px;
    font-family: ABeeZee;
    border: 3px solid #4b4342;
    color: #4b4342;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.range-slider-one .theme-btn:hover {
    background-color: #4b4342;
    color: #ffffff;
}

/*=== Tags Widget ===*/

.sidebar .tags {
    padding: 30px 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #ff91a4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    color: #ffffff;
    background-color: #5fcac7;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.10);
}

/*Team Widget*/

.team-widget {
    position: relative;
}

.team-widget .single-item-carousel {
    position: relative;
}

.team-widget .single-item-carousel .owl-nav {
    display: none;
}

.team-widget .owl-dots {
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.team-widget .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #ff91a4;
    opacity: 0.6;
}

.team-widget .owl-dot:hover,
.team-widget .owl-dot.active {
    opacity: 1;
}

.team-block-two {
    position: relative;
}

.team-block-two .inner-box {
    position: relative;
    padding: 15px 10px;
    padding-left: 75px;
    border-radius: 10px;
}

.team-block-two .thumb {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 60px;
}

.team-block-two .thumb img {
    width: 100%;
    display: block;
}

.team-block-two h4 {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 600;
    font-family: inherit;
}

.team-block-two .text {
    font-size: 16px;
    line-height: 25px;
    color: #ff91a4;
}

.team-block-two .text a {
    color: #ff91a4;
}

.team-block-two.active .inner-box {
    background-color: #f8f8f8;
}

.category-widget {
    position: relative;
}

.categories-list {
    position: relative;
}

.categories-list li {
    position: relative;
    color: #363636;
    font-weight: 500;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 20px;
    background: #f8f8f8;
    border-radius: 30px;
    line-height: 40px;
}

.categories-list li:nth-child(even) {
    background-color: #ffffff;
}

.categories-list li:before {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: flaticon;
    content: "\f111";
    color: #5fcac7;
    font-weight: 500;
    font-size: 16px;
}

.categories-list li a {
    color: #363636;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.group-title h3 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    line-height: 1.2em;
    color: #4b4342;
    font-weight: 500;
}

.comments-area {
    position: relative;
    margin-bottom: 50px;
}

.comments-area .comment-box {
    position: relative;
}

.comments-area .comment-box.reply-comment {
    margin-left: 100px;
}

.comments-area .comment {
    position: relative;
    min-height: 60px;
    padding-left: 70px;
    margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    padding-top: 5px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    color: #5fcac7;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 25px;
    color: #333e4f;
}

.comments-area .comment-box .text {
    font-size: 17px;
    font-weight: 400;
}

.comments-area .comment-box .rating {
    float: right;
    font-size: 10px;
    line-height: 18px;
    color: #ebba44;
    margin-top: -20px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: 400;
    background-color: #156f89;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10);
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .sub-title {
    font-size: 18px;
}

.comment-form .form-outer {
    position: relative;
    border-radius: 20px;
    border: 4px solid #f8f8f8;
    padding: 20px 30px 0px;
    background: #f8f8f8;
}

.comment-form .form-outer p {
    position: relative;
    margin-bottom: 10px;
}

.comment-form .row {
    margin: 0 -5px;
}

.comment-form .form-group {
    position: relative;
    padding: 0 5px;
    margin-bottom: 30px;
}

.comment-form .form-group .field-label {
    font-size: 17px;
    line-height: 29px;
    color: #4b4342;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 42px;
    width: 100%;
    font-size: 15px;
    color: #4b4342;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #156f89;
}

.comment-form .form-group textarea {
    height: 250px;
    resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    color: #ff91a4;
    font-size: 17px;
    padding: 4px 20px;
    line-height: 30px;
    font-family: Merienda One;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid #ff91a4;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.comment-form .form-group input[type="submit"]:hover,
.comment-form .form-group button:hover {
    color: #ffffff;
    background-color: #ff91a4;
}

/***

==================================================================
			Our Shop
==================================================================

***/

.our-shop {
    position: relative;
}

.shop-upper-box {
    position: relative;
    margin-bottom: 50px;
}

.shop-upper-box .items-label {
    position: relative;
    float: left;
    font-size: 17px;
    line-height: 28px;
    padding: 5px 0;
}

.shop-upper-box .orderby {
    position: relative;
    float: right;
    min-width: 270px;
    background-color: #f2f2f2;
}

.shop-upper-box .select2-container {
    background-color: #f2f2f2;
    min-width: 270px;
}

.shop-upper-box .select2-container--default .select2-selection__arrow b,
.shop-upper-box .select2-container--default .select2-selection--single {
    background-color: #f2f2f2;
}

.shop-upper-box .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    opacity: .8;
    font-size: 14px;
}

.shop-upper-box .select2-container--default .select2-selection--single {
    padding: 6px 0;
    height: 43px;
}

/* Shop Item */

.shop-item {
    position: relative;
    margin-bottom: 60px;
}

.shop-item .inner-box {
    position: relative;
    text-align: center;
}

.shop-item .image-box {
    position: relative;
    overflow: hidden;
}

.shop-item .sale-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #ff91a4;
    z-index: 2;
}

.shop-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 0;
}

.shop-item .image img {
    display: block;
    width: 100%;
    height: auto;
}

.shop-item .image-box .btn-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .btn-box {
    bottom: 5px;
    opacity: 1;
    visibility: visible;
}

.shop-item .image-box .btn-box a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 25px;
    color: #4b4342;
    background-color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .image-box .btn-box a:hover {
    background-color: #4b4342;
    color: #ffffff;
}

.shop-item .lower-content {
    position: relative;
    padding-top: 18px;
}

.shop-item .name {
    position: relative;
    font-size: 20px;
    line-height: 1.1em;
    color: #4b4342;
}

.shop-item .name a {
    color: #4b4342;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .name a:hover {
    color: #5fcac7;
}

.shop-item .rating {
    position: relative;
    margin-bottom: 3px;
}

.shop-item .rating span {
    display: inline-block;
    font-size: 10px;
    color: #ebba44;
    margin: 0 1px;
}

.shop-item .rating span.light {
    color: #e5e5e5;
}

.shop-item .price {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
}

.shop-item .price del {
    color: #d5d7d4;
    font-weight: 100;
    margin-right: 5px;
}

/*** 

====================================================================
		Product Details
====================================================================

***/

.product-details {
    position: relative;
    margin-top: 20px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 30px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.product-details .image-column .image img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .image-column .image .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #5fcac7;
    text-align: center;
    background-color: #ffffff;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating {
    font-size: 18px;
    color: #ebba44;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 300;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .item-price {
    font-size: 28px;
    font-weight: 400;
    color: #ff91a4;
    line-height: 1.3em;
    font-family: Merienda One;
    margin-bottom: 10px;
}

.product-details .basic-details .details-header .item-price del {
    color: #999999;
    margin-left: 10px;
    font-weight: 400;
}

.product-details .basic-details .text {
    font-size: 17px;
    color: #4b4342;
    margin-bottom: 20px;
}

.product-details .other-options {
    position: relative;
}

.product-details .other-options .item-quantity {
    float: left;
    font-size: 17px;
    line-height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-details .other-options .item-quantity .qty {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: 0 10px;
    height: 42px;
    padding: 10px 10px;
    border: 1px solid #edecec;
    border-radius: 5px;
    text-align: center;
}

.product-details .other-options .add-to-cart {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ff91a4;
    text-transform: capitalize;
    border: 2px solid #ff91a4;
    font-family: ABeeZee;
}

.product-details .other-options .add-to-cart:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

.product-details .product-meta {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #d8e8ec;
    margin-top: 20px;
}

.product-details .product-meta li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    line-height: 28px;
}

.product-details .product-meta li a {
    display: inline-block;
    color: #ff91a4;
}

/*** 

====================================================================
		Product Tabs
====================================================================

***/

.product-info-tabs {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #d8e8ec;
    margin-bottom: 30px;
}

.prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    border-bottom: 4px solid #edecec;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    text-align: center;
    min-width: 112px;
    padding: 13px 20px;
    font-weight: 500;
    font-size: 20px;
    color: #abb0a6;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #1c3545;
    border-bottom-color: #ff91a4;
}

.prod-tabs .tabs-content .tab>.title {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 500;
    color: #4b4342;
    font-family: Merienda One;
    margin-bottom: 0.5em;
}

.prod-tabs .tabs-content .tab .content {
    position: relative;
}

.prod-tabs .tabs-content .tab .content p {
    position: relative;
}

.prod-tabs .comment-form .field-label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
}

.prod-tabs .comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.prod-tabs .comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #e5e5e5;
}

.prod-tabs .comment-form .rating-box .rating a {
    color: #e5e5e5;
    float: left;
    margin-right: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.prod-tabs .comment-form .rating-box .rating a:hover {
    color: #ebba44;
}

/*** 

====================================================================
		Cart Section
====================================================================

***/

.cart-section {
    position: relative;
    padding: 80px 0px 30px;
}

.cart-outer {
    position: relative;
    margin-bottom: 70px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #e0e6ea;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e0e6ea;
}

.cart-outer .cart-item {
    position: relative;
    border: 1px solid #e0e6ea;
}

.cart-table thead tr th {
    line-height: 30px;
    padding: 30px 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.cart-table .cart-header .product-name {
    text-align: left;
}

.cart-table th,
.cart-table td {
    padding: 30px 20px;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: inherit;
}

.cart-table td a {
    color: inherit;
}

.cart-table .cart-item .quantity {
    position: relative;
}

.cart-table .cart-item .quantity .qty {
    background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
    text-align: center;
}

.cart-table .cart-item .product-remove a {
    width: 22px;
    height: 22px;
    font-size: 0;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: #e21b1b;
    background: transparent;
}

.cart-table td.product-thumbnail a img {
    max-width: 80px;
    border-radius: 10px;
}

.cart-table td.product-name>* {
    margin-right: 20px;
}

/* Cart Option */

.cart-section .cart-options {
    position: relative;
    padding: 30px 20px 10px;
    background-color: #f8f8f8;
    border: 1px solid #e0e6ea;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .proceed-btn,
.cart-section .cart-options .coupon-btn,
.cart-section .cart-options .cart-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 10px;
    font-size: 14px;
    color: #5fcac7;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #5fcac7;
    font-family: ABeeZee;
}

.cart-section .proceed-btn:hover,
.cart-section .cart-options .coupon-btn:hover,
.cart-section .coupon-btn:hover {
    background-color: #5fcac7;
    color: #ffffff;
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #5fcac7;
    color: #ffffff;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 22px;
    padding: 8px 10px;
    border: 1px solid #edecec;
    width: 190px;
    height: 42px;
    font-size: 16px;
    border-radius: 6px;
    background: #ffffff;
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-section .totals-table {
    position: relative;
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.cart-section .totals-table li:last-child {
    border-bottom: 0;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: .5em;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 17px;
    padding-top: 10px;
    padding: 0;
    padding-top: 10px;
    text-transform: capitalize;
}

.cart-section .totals-table .col:last-child {
    text-align: right;
}

.cart-section .totals-table .total-price {
    color: #5fcac7;
    font-weight: 700;
}

.cart-section .totals-table .proceed-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    margin-top: 30px;
    background-color: #ff91a4;
    border: 2px solid #ff91a4;
    text-transform: unset;
    font-family: ABeeZee;
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #5fcac7;
    border: 2px solid #5fcac7;
    color: #ffffff;
}

/***

====================================================================
		CheckOut Page
====================================================================

***/

.checkout-page {
    position: relative;
    padding: 80px 0px 40px;
}

.checkout-page .default-links {
    position: relative;
}

.checkout-page .default-links .message-box {
    padding-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}

.checkout-page .default-links .message-box a {
    color: #ff91a4;
}

.checkout-page .default-links .message-box a:hover {
    color: #5fcac7;
}

.checkout-form {
    position: relative;
    margin-top: 20px;
}

.checkout-page .sec-title {
    margin-bottom: 15px;
}

.checkout-page .sec-title h3 {
    font-size: 36px;
}

.checkout-form .column {
    position: relative;
    margin-bottom: 40px;
}

.checkout-form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 27px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222222;
    display: block;
    font-weight: 600;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 15px;
    color: #222222;
}

.checkout-form .form-group .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    padding: 10px 10px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #edecec;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
    resize: none;
    height: 60px !important;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #edecec;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}

/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: #dc3545;
}

.coupon-form button {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box table {
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.order-box thead tr {
    background: #f8f8f8;
    color: inherit;
}

.order-box table th,
.order-box table td {
    padding: 14px;
    border: 1px solid #e0e6ea;
    font-size: 17px;
    font-weight: 400;
}

.order-box table .product-total,
.order-box table .cart-subtotal td,
.order-box table .order-total td {
    border-left: 0;
    text-align: right;
}

.order-box table .cart-subtotal th,
.order-box table .cart-subtotal td {
    font-weight: 600;
}

.order-box table .order-total {
    color: #5fcac7;
    font-size: 16px;
    background: #f8f8f8;
}

.payment-box {
    position: relative;
}

.payment-box .upper-box {
    position: relative;
    border-bottom: 1px solid #b7b7b7;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
}

.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 7px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 20px;
    background-color: #5fcac7;
}

.payment-box .payment-options li .radio-option input:checked+label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #5fcac7;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #156f89;
    font-size: 16px;
    font-weight: 400;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .payment-options .text {
    font-size: 17px;
}

.payment-box .payment-options .text a:hover,
.payment-box .payment-options .text a {
    color: #5fcac7;
}

.payment-box .lower-box {
    position: relative;
    padding: 30px 0 0;
}

.payment-box .lower-box .theme-btn {
    position: relative;
    min-width: 160px;
    padding: 8px 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #ff91a4;
    text-transform: capitalize;
    border: 2px solid #ff91a4;
    font-family: ABeeZee;
}

.payment-box .lower-box .theme-btn:hover {
    background-color: #ffffff;
    color: #ff91a4;
}

/*** 

====================================================================
		Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 80px 0px 30px;
}

.login-section .column {
    position: relative;
    margin-bottom: 50px;
}

.login-section h2 {
    position: relative;
    font-size: 48px;
    color: #4b4342;
    line-height: 1.2em;
    margin-bottom: 24px;
}

.login-form {
    position: relative;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.login-form .form-group label {
    position: relative;
    color: #4b4342;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    height: 42px;
    color: #4b4342;
    font-size: 17px;
    border: 1px solid #edecec;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: #edecec;
}

.login-form .form-group input[type="submit"],
.login-form button {
    position: relative;
    min-width: 160px;
    padding: 5px 10px;
    font-size: 17px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #5fcac7;
    text-transform: capitalize;
    border: 3px solid #5fcac7;
    font-family: ABeeZee;
}

.login-form .form-group input[type="submit"]:hover,
.login-form button:hover {
    color: #5fcac7;
    background-color: #ffffff;
}

.login-form .psw {
    position: relative;
    color: #5fcac7;
    font-size: 17px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .psw:hover {
    text-decoration: underline;
}

/*** 

====================================================================
		Demos Section
====================================================================

***/

.demos-section {
    position: relative;
    padding: 90px 0 130px;
}

.demos-section .demo-column {
    position: relative;
}

.demos-section .demo-column:nth-child(2) {
    margin-top: 80px;
}

.demos-section .demo-column:nth-child(3) {
    margin-top: 160px;
}

.demo-block {
    position: relative;
    padding: 0 11px;
    margin-bottom: 40px;
}

.demo-block .image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all .6s cubic-bezier(.2, .55, .1, .7);
    box-shadow: 0px 5px 22px 0px rgba(30, 37, 54, 0.18);
}

.demo-block .image img {
    position: relative;
    display: block;
    width: 100%;
}

.demo-block .image:hover {
    transform: translate3d(0, 10px, 0);
    box-shadow: 0px 10px 45px 0px rgba(30, 37, 54, 0.18);
}

.demo-block .title-box {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.demo-block .title-box h4 {
    font-size: 28px;
    line-height: 1.2em;
    color: #4b4342;
}

/***

====================================================================
		Screenshots Section
====================================================================

***/

.screenshots-section {
    position: relative;
    padding: 110px 0 50px;
}

.screenshots-section .demo-block {
    padding: 0 15px;
    margin-bottom: 55px;
}

.screenshots-section .title-column {
    position: relative;
}

.screenshots-section .title-column .inner-column {
    position: relative;
    text-align: center;
    margin-top: -10px;
}

.screenshots-section .title-column h3 {
    position: relative;
    color: #4b4342;
    font-size: 42px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.screenshots-section .title-column h3 span {
    position: relative;
    display: block;
    color: #5fcac7;
}

.screenshots-section .divider {
    margin-bottom: 20px;
}

.screenshots-section .divider img {
    position: relative;
    display: block;
    height: 40px;
    margin: 0 auto;
}

;
margin: 0 auto;
}