/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@font-face {
    font-family: 'Begilas';
    src: url('fonts/Begilas.eot');
    src: url('fonts/Begilas.eot') format('embedded-opentype'),
         url('fonts/Begilas.woff2') format('woff2'),
         url('fonts/Begilas.woff') format('woff'),
         url('fonts/Begilas.ttf') format('truetype'),
         url('fonts/Begilas.svg#Begilas') format('svg');
}
@font-face {
    font-family: 'NewAttenBook';
    src: url('fonts/NewAttenBook.eot');
    src: url('fonts/NewAttenBook.eot') format('embedded-opentype'),
         url('fonts/NewAttenBook.woff2') format('woff2'),
         url('fonts/NewAttenBook.woff') format('woff'),
         url('fonts/NewAttenBook.ttf') format('truetype'),
         url('fonts/NewAttenBook.svg#NewAttenBook') format('svg');
}
@font-face {
    font-family: 'NewAttenBold';
    src: url('fonts/NewAttenBold.eot');
    src: url('fonts/NewAttenBold.eot') format('embedded-opentype'),
         url('fonts/NewAttenBold.woff2') format('woff2'),
         url('fonts/NewAttenBold.woff') format('woff'),
         url('fonts/NewAttenBold.ttf') format('truetype'),
         url('fonts/NewAttenBold.svg#NewAttenBold') format('svg');
}


body #main h1, body #main h2, body #main h3,
body #main .elementor h1,
body #main .elementor h2,
body #main .elementor h3,
body #main .elementor .elementor-slide-heading{
	font-family: 'Begilas';
}
button:focus, input:focus, textarea:focus {
    outline: 0px;
}
a, button, input, textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
	font-family: 'NewAttenBook';
	font-size: 14px;
	line-height: 1.2em;
}
header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 25px 0px;
}
.container {
    width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    max-width: 100%;
}
.header-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
button.menu-btn {
    display: none;
}
.header-logo {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.header-logo a,
.header-logo a img {
    display: block;
}
nav#site-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
body.admin-bar header#header {
    top: 32px;
}
header#header .container {
    width: 94%;
    position: relative;
    z-index: 30;
}
.header-button {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.book-now {
    background: #000000;
    border-radius: 50px;
    color: #ffffff;
    border: 0px solid #ddd;
    font-size: 14px;
    line-height: 1.2em;
    padding: 14px 30px 10px 30px;
    text-transform: uppercase;
}
button.book-now:hover {
    background: #868686;
}
.header-cart {
    margin-left: 15px;
}
a.cart-link {
    display: block;
    max-width: 36px;
    position: relative;
}
span.header-cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #000000;
    min-width: 24px;
    min-height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    margin-top: -10px;
    margin-right: -10px;
}
a.user-link {
    display: block;
    max-width: 40px;
}
a.cart-link svg,
a.user-link svg{
    display: block;
    width: 100%;
    height: auto;
}
a.cart-link:hover,
a.user-link:hover {
    opacity: 0.6;
}
.header-user {
    margin-left: 15px;
}
.header-search {
    margin-left: 15px;
}
button.search {
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    width: 36px;
}
button.search>svg {
    display: block;
    width: 100%;
    height: auto;
}
button.search:hover,
button.search:focus {
    background: transparent;
}
ul#primary-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}
ul#primary-menu>li>a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 300;
    display: block;
    padding: 10px;
    border-radius: 10px;
}
ul#primary-menu>li ul.sub-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    padding: 20px 0px 0px 0px;
    min-width: 180px;
    background: #2B8890;
    border-radius: 0px 15px 15px 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul#primary-menu>li ul.sub-menu>li:not(:last-child) {
    border-bottom: 1px dashed #c5c5c5;
}
ul#primary-menu>li ul.sub-menu>li>a {
    display: block;
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}
ul#primary-menu>li ul.sub-menu>li>a:hover {
    color: #000000;
}
ul#primary-menu>li.menu-item-has-children>a {
    border-radius: 15px 15px 0px 0px;
}
ul#primary-menu>li.menu-item-has-children:hover > a {
    background: #2B8890;
    color: #ffffff;
}
ul#primary-menu>li>a:hover {
    color: #2B8890;
}
ul#primary-menu>li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
ul#primary-menu>li{
    position: relative;
}
ul#primary-menu>li:not(:last-child) {
    margin-right: 40px;
}
footer#footer {
    background: #2B8890;
    padding: 60px 0px;
}
.footer-wrapper {
    display: flex;
    align-items: flex-end;
}
.footer-widget.footer-widget1 {
    width: 25%;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
}
.footer-widget.footer-widget1 .widget_mc4wp_form_widget {
    margin-bottom: auto;
}
.widget_mc4wp_form_widget h2.widget-title {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields {
    display: flex;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"] {
    border: 0px solid #ddd;
    padding: 8px 15px;
    height: 40px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
    background: #2b8890;
    color: #ffffff;
    border: 0px solid #ddd;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 15px;
    height: 40px;
    border-radius: 50px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"]:hover {
    background: #000000;
}
.footer-widget.footer-widget1 .widget_media_image {
    max-width: 120px;
    margin-top: auto;
}
.footer-widget.footer-widget1 .widget_media_image img {
    display: block;
}
.footer-widget.footer-widget2 {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    align-self: stretch;
}
.footer-widget.footer-widget3 {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 6%;
}
.footer-widget.footer-widget4 {
    width: 25%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer-wrapper .footer-widget {
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
}
.footer-wrapper .footer-widget ul.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-wrapper .footer-widget ul.menu>li {
    margin-bottom: 10px;
}
.footer-wrapper .footer-widget ul.menu>li>a {
    color: #ffffff;
    text-transform: uppercase;
}
.footer-wrapper .footer-widget ul.menu>li>a:hover {
    color: #000000;
}
.footer-widget.footer-widget2 .widget_nav_menu {
    margin-bottom: auto;
    width: 100%;
}
.footer-widget.footer-widget2 .widget_text {
    margin-top: auto;
    width: 100%;
}
.footer-widget.footer-widget3 .widget_nav_menu {
    margin-bottom: auto;
    width: 100%;
}
.footer-widget.footer-widget3 .widget_text:nth-child(2) {
    margin-bottom: 25px;
    width: 100%;
    margin-top: 25px;
}
.footer-wrapper .footer-widget .widget_text p {
    margin-bottom: 0px;
}
.footer-widget.footer-widget3 .widget_text:nth-child(3) {
    width: 100%;
    margin-top: auto;
}
.footer-widget.footer-widget3 .widget_text a {
    color: #ffffff;
}
.footer-widget.footer-widget3 .widget_text a:hover {
    color: #000000;
}
.footer-widget.footer-widget4 .widget_nav_menu {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
    align-items: center;
}
.footer-widget.footer-widget4 .widget_nav_menu h2.widget-title {
    margin: 0px;
    font-size: 16px;
    padding-top: 3px;
    text-transform: uppercase;
    font-family: 'Begilas';
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu {
    list-style: none;
    display: flex;
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li {
    margin-left: 15px;
    margin-bottom: 0px;
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li>a {
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li>a:hover {
    opacity: 0.8;
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li.facebook>a:after {
    background-image: url('img/facebook.svg');
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li.instagram>a:after {
    background-image: url('img/instagram.svg');
}
.footer-widget.footer-widget4 .widget_nav_menu ul.menu>li.youtube>a:after {
    background-image: url('img/youtube.svg');
    background-size: auto 60%;
}
/*==== Home Page ====*/
#banner-slider .elementor-slides .swiper-slide-inner .swiper-slide-contents {
    width: 400px;
    margin-right: 15%;
}
section#our-services {
    margin-top: -22vh;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1),
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1){
    z-index: 20;
}
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) {
    border: 1px solid #f6f6f6;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2),
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2){
    border: 1px solid #2b8890;
    border-radius: 0px 0px 10px 10px;
    padding-top: 20px;
    margin-top: -5px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 40px 0px rgb(0 0 0 / 20%);
    z-index: 10;
}
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) {
    border-color: #f6f6f6;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) span.elementor-icon svg {
    fill: #ffffff;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) h3.elementor-icon-box-title,
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) h3.elementor-icon-box-title{
    margin-top: 0px;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) .elementor-inner-column:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
    opacity: 0.3;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column,
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column{
    padding-left: 30px;
    padding-right: 20px;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 25%);
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column p,
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column p{
    margin-bottom: 0px;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column p:not(:last-child),
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column p:not(:last-child){
    margin-bottom: 15px;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column h3.elementor-icon-box-title a,
section#our-services2 .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column h3.elementor-icon-box-title a{
    font-family: 'Begilas';
}
section#home-testimonial .elementor-swiper span.elementor-testimonial__name {
    text-align: center;
}
section#home-testimonial .elementor-swiper cite.elementor-testimonial__cite {
    font-style: normal;
}
section#service-bottom > .elementor-container > .elementor-column {
    width: 21%;
}
section#service-bottom > .elementor-container > .elementor-column:not(:last-child) {
    margin-right: auto;
}
section#service-bottom > .elementor-container > .elementor-column .elementor-widget-image {
    margin-bottom: 40px;
}
section#service-bottom > .elementor-container > .elementor-column .elementor-widget-image a {
    overflow: hidden;
    display: block;
    border-radius: 30px;
}
section#service-bottom > .elementor-container > .elementor-column .elementor-widget-image a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section#service-bottom > .elementor-container > .elementor-column .elementor-widget-image:hover a img {
    transform: scale(1.2);
}
main#main {
    overflow: hidden;
}


/*==== Our Menu ====*/
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}
.hero-section {
    position: relative;
    padding-top: 100px;
}
.hero-content {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px;
}
.hero-wrapper {
    max-width: 600px;
    text-align: center;
    padding: 0px 15px;
}
.hero-wrapper h1 {
    font-size: 55px;
    line-height: 1em;
    color: #2b8890;
    margin-top: 0px;
    margin-bottom: 10px;
}
.hero-wrapper p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}
.background:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
    opacity: 0.6;
}
.price-list.elementor-widget-text-editor {
    position: relative;
    padding-right: 80px;
    color: #000000;
    margin-bottom: 0px;
}
.price-list.elementor-widget-text-editor:not(:last-child) {
    margin-bottom: 40px;
}
.price-list.elementor-widget-text-editor h6 {
    position: absolute;
    top: 2px;
    right: 0px;
    margin: 0px;
    font-size: 14px;
}
.price-list.elementor-widget-text-editor h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}
.price-list.elementor-widget-text-editor p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.4em;
    color: #444444;
}
section.elementor-section.pricing-list-area .elementor-column {
    width: 43%;
}
section.elementor-section.pricing-list-area .elementor-column:first-child {
    margin-right: auto;
}
section.elementor-section.pricing-list-area:not(:last-child) {
    margin-bottom: 30px;
}
#sidebar {
    position: relative;
    width: 100%;
    z-index: 20;
    padding: 60px 0px;
    height: 362px;
}
#sidebar.is-affixed ul#side-nav {
    padding: 12px 0px 10px 0px;
}
#sidebar.is-affixed ul#side-nav>li>a>span{
    margin-top: 0px;
    font-size: 20px;
}
#sidebar.is-affixed ul#side-nav>li>a>img{
    width: 30px;
    height: 30px;
}
#page {
    position: relative;
}
ul#side-nav {
    list-style: none;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.service-content {
    position: relative;
}
ul#side-nav>li:not(:last-child) {
    margin-right: 5%;
}
ul#side-nav>li>a {
    display: block;
    text-align: center;
    width: 120px;
}
ul#side-nav>li>a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
ul#side-nav>li>a>img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#side-nav>li>a>span {
    font-family: 'Begilas';
    color: #2b8890;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    margin-top: 10px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#side-nav>li.current>a>span {
    border-color: #000000;
    color: #000000;
}
body.page-id-39 header#header .search-section {
    display: none;
}
body.page-id-39 header#header .header-search {
    display: none;
}
.sidebar-area {
    background: #ffffff;
}
.sidebar-area>.container {
    width: 910px;
}
.search-form {
    position: relative;
}
.search-section {
    padding: 0 4%;
    margin-top: 10px;
}
input.service-serach {
    display: block;
    border-radius: 10px;
    border-color: #b6b6b6;
}
button.search-submit {
    position: absolute;
    top: 0;
    right: 0px;
    border: 0px;
    padding: 0px;
    width: 40px;
    height: 100%;
}
button.search-submit>svg {
    display: block;
    width: 100%;
    height: 60%;
}
button.search-submit:focus,
button.search-submit:hover {
    background: transparent;
    outline: 0;
}
#sidebar.is-affixed .search-section {
    margin-top: 5px;
    margin-bottom: 12px;
}
#sidebar.is-affixed .sidebar-area {
    padding-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 3px 10px rgb(89 89 89 / 10%);
}
header#header .search-section {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
header#header .search-section .search-wrapper {
    max-width: 620px;
    margin: 0 auto;
    position: relative;
}
.search-result {
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    max-height: 250px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}
.service-item.fix:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.service-item.fix p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.2em;
}
.service-item.fix p a{
    display: flex;
    padding: 8px 0px;
    color: #707070;
    justify-content: space-between;
}
.service-item.fix p a:hover{
    color: #000000;
}
.service-item.fix p a span.small {
    font-size: 14px;
}
.search-wrapper {
    position: relative;
}
.services-categories {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-categories>a {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #2b8890;
}
.services-categories>a:not(:last-child) {
    margin-right: 5%;
}
.services-categories>a:hover {
    color: #000000;
}
.category-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #2b8890;
    padding-bottom: 15px;
}
.category-title h2 {
    margin: 0px;
    color: #000000;
    font-size: 25px;
    line-height: 1.2em;
}
.category-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-service.fix {
    width: 46%;
}
.single-service.fix p {
    margin: 0px;
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    justify-content: space-between;
}
.service-category-wrapper {
    padding-top: 20px;
}
.service-category-wrapper:not(:last-child) {
    margin-bottom: 10px;
}
.single-service.fix p span.small {
    /* font-family: 'Roboto'; */
    font-size: 16px;
    font-weight: 700;
    color: #2b8890;
}
.single-service.fix h3 span.title {
    max-width: 80%;
    display: block;
}
.single-service.fix:not(:last-child) {
    margin-bottom: 20px;
}
/*=====================
*  Product Page
 * ====================*/
span.woocommerce-Price-currencySymbol {
    margin-right: 6px;
}
.product_meta a {
    color: #b19854;
}
.product_meta a:hover {
    color: #665423;
}
body.archive .woocommerce ul.products>li.product {
    position: relative;
}
body.archive .woocommerce ul.products>li.product a.add_to_cart_button {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
body.archive .woocommerce ul.products>li.product:hover a.add_to_cart_button {
    opacity: 1;
}
body.single-product #primary {
    padding-top: 200px;
}
body.archive .woocommerce ul.products>li.product img.attachment-woocommerce_thumbnail {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.archive .woocommerce ul.products>li.product:hover img.attachment-woocommerce_thumbnail {
    opacity: 0.5;
}
body.archive #main .woocommerce ul.products>li.product:hover h2.woocommerce-loop-product__title {
    color: #2b8890;
}
.woocommerce #main div.product p.price, .woocommerce #main div.product span.price {
    color: #2b8890;
    font-weight: 400;
}
.woocommerce #main div.product .summary p.price {
    font-size: 28px;
}
.woocommerce #main div.product form.cart .button {
    background: #2b8890;
    text-transform: uppercase;
    font-weight: 400;
    padding: 13px 30px;
    border-radius: 25px;
}
.woocommerce #main div.product h1.product_title {
    font-size: 45px;
}
.woocommerce #main div.product form.cart {
    margin-top: 30px;
}
.woocommerce #main div.product form.cart div.quantity {
    margin-right: 15px;
}
.woocommerce #main div.product form.cart .button:hover {
    background: #147179;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    overflow: visible;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #main div.product .woocommerce-tabs ul.tabs:after {
    display: none;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #ddd;
    margin: 0px;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #main div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000000;
    font-weight: 500;
}
.woocommerce #main div.product .woocommerce-tabs ul.tabs li.active:after {
    display: block;
    box-shadow: none;
    width: 100%;
    height: 2px;
    border: 0px;
    right: 0px;
    background: #2b8890;
}
.woocommerce #main div.product div.images.woocommerce-product-gallery {
    margin-bottom: 50px;
}
.woocommerce #main #review_form #respond .form-submit input {
    background: #2b8890;
    color: #ffffff;
    border-radius: 25px;
}
.woocommerce #main section.related.products > h2 {
    margin-top: 0px;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
}
.woocommerce #main section.related.products {
    margin-bottom: 40px;
}
.woocommerce #main section.related.products ul.products {
    margin-bottom: 0px;
}
.woocommerce #main section.related.products ul.products li.product {
    position: relative;
    text-align: center;
}
.woocommerce #main section.related.products ul.products li.product a.add_to_cart_button {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2b8890;
    color: #ffffff;
    border-radius: 25px;
    opacity: 0;
}
.woocommerce #main section.related.products ul.products li.product span.price {
    font-size: 16px;
    margin-bottom: 0px;
}
.woocommerce #main section.related.products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
    color: #000000;
}
.woocommerce #main section.related.products ul.products li.product:hover a.add_to_cart_button{
    opacity: 1;
}
.woocommerce #main section.related.products ul.products li.product img.attachment-woocommerce_thumbnail {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce #main section.related.products ul.products li.product:hover img.attachment-woocommerce_thumbnail {
    opacity: 0.6;
}
body.archive:not(.tax-product_cat) #product-description:before {
    content: 'Promising Excellence in Everything We Do. Come and try!';
    display: block;
}
body.archive:not(.tax-product_cat) #product-description p {
    display: none;
}
section#page-banner:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: transparent;
    background-image: linear-gradient(rgb(255 255 255 / 0%), white);
}
section#memberships section.single-product {
    border: 1px solid #707070;
    background: #ffffff;
    border-radius: 50px;
}
section#memberships section.single-product:not(:last-child) {
    margin-bottom: 4%;
}
section#memberships section.single-product .elementor-widget-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}
section#memberships section.single-product .elementor-element.title {
    margin-bottom: 0px;
}
.elementor-element.purchase a.elementor-button-link {
    width: 100%;
}
#pwgc-redeem-gift-card-container>label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
input#pwgc-redeem-gift-card-number {
    width: 75%;
    border-radius: 50px 0px 0px 50px;
    border: 1px solid #2B88B4;
}
#pwgc-redeem-gift-card-container {
    display: flex;
    flex-wrap: wrap;
}
input#pwgc-redeem-button {
    width: 25%;
    background: #2b8890;
    border: 2px solid #2b8890;
    border-radius: 0px 50px 50px 0px;
    color: #ffffff;
}
input#pwgc-redeem-button:hover {
    background-color: #007079;
    color: #ffffff;
}
p.product-reward {
    margin-bottom: 0px;
    margin-top: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td p.product-reward span {
    color: #606060;
}
.woocommerce .woocommerce-info {
    border-color: #000000;
}
.woocommerce .woocommerce-info:before {
    color: #000000;
}
.woocommerce a.button.wc-backward {
    background: #2b8890;
    color: #ffffff;
    padding: 15px 30px;
}
.woocommerce a.button.wc-backward:hover {
    background: #000000;
}
.wps_ways_to_gain_points_section p.wps_wpr_heading, 
.wps_ways_to_gain_points_section .wps_wpr_each_section {
    display: none;
}
#page .woocommerce-MyAccount-content-wrapper .wps_wpr_points_wrapper_with_exp p.wps_wpr_heading_para {
    display: block;
    margin-bottom: 20px;
}
#page .wps_wpr_points_wrapper_with_exp {
    float: left;
    width: 80%;
}
#page span#wps_wpr_points_only {
    display: inline-block;
    padding: 20px;
    background: #f2f2f2;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 3px;
}
#page span#wps_wpr_points_only span.wps_point_text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
#page span#wps_wpr_points_only span.wps_point {
    font-size: 25px;
    line-height: 1.2em;
    color: #000000;
}
#page span#wps_wpr_points_only span.wps_point:before {
    content: "\26AD";
    color: #434343;
    display: inline-block;
    position: relative;
    line-height: 15px;
    top: -2px;
    font-size: 20px;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
nav#site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
}
.header-button {
    position: relative;
    top: inherit;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
header#header .container {
    width: 100%;
    padding: 0px 20px;
}
button.book-now {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
}
button.menu-btn {
    background: transparent;
    padding: 0px;
    border: 0px;
    width: 30px;
    height: 30px;
    position: relative;
}
span.menu-bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
span.menu-bar:nth-child(1) {
    margin-top: -8px;
}
span.menu-bar:nth-child(3) {
    margin-top: 8px;
}
button.active.menu-btn span.menu-bar:nth-child(1) {
    margin-top: 0px;
    transform: rotate(45deg);
}
button.active.menu-btn span.menu-bar:nth-child(2){
    opacity: 0;
    left: -30px;
}
button.active.menu-btn span.menu-bar:nth-child(3){
    margin-top: 0px;
    transform: rotate(-45deg);
}
.header-logo {
    max-width: 80px;
    margin-bottom: 0px;
}
.footer-wrapper {
    flex-wrap: wrap;
}
.footer-wrapper .footer-widget {
    width: 100%;
}
.footer-widget.footer-widget1 .widget_media_image {
    margin: 0 auto;
}
.footer-widget.footer-widget2 .widget_text {
    margin-top: 20px;
}
.footer-widget.footer-widget1 {
    order: 1;
}
.footer-widget.footer-widget3 {
    order: 2;
    padding-right: 0px;
    margin-top: 30px;
}
.footer-widget.footer-widget2 {
    order: 3;
    margin-top: 30px;
}
.footer-widget.footer-widget4 {
    order: 4;
}
.footer-widget.footer-widget4 .widget_media_image,
.footer-widget.footer-widget4 .widget_nav_menu {
    justify-content: center;
}
.footer-widget.footer-widget4 .widget_media_image a {
    margin: 0 auto;
}
section#our-services {
    margin-top: 0px;
}
#banner-slider .elementor-slides .swiper-slide-inner .swiper-slide-contents {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: 5vh;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) > .elementor-container,
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) > .elementor-container {
    display: flex;
    flex-wrap: nowrap;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(1) {
    padding: 10px;
}
section#our-services .elementor-top-column:nth-child(2) section.elementor-section:nth-child(2) .elementor-inner-column p a {font-size: 10px;}
section#service-bottom > .elementor-container > .elementor-column {
    width: 100%;
}
section#service-bottom > .elementor-container > .elementor-column:not(:last-child) {
    margin-bottom: 40px;
}







}

