.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:16px;
	font-family: "DM Sans", sans-serif;
	line-height:28px;
	color:#000000;
}
.font-cormorant-garamond, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .home-testimonials-items-content p {
  	font-family: "Cormorant Garamond", serif;
}
.font-dm-sans, .main-navigation ul li a, .home-about-block-wrapper h3 {
  	font-family: "DM Sans", sans-serif;
}
.grecaptcha-badge {
    opacity: 0;
}

/* common css */
.text-white, .main-navigation ul li a, .btn-secondary:hover,
.footer-content, .footer-address {
	color:#ffffff;
}
.text-black, .topbar-call a, .topbar-mail a {
	color:#000000;
}
.text-brown {
	color:#dbaf63;
}
.text-center {
	text-align:center;
}
.text-justify, .home-about-section-col2 p {
	text-align:justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
}
.btn-primary {
    background-color: #dbaf63;
    color: #ffffff !important;
   	text-transform: uppercase;
	transition: background-color 0.3s ease;
}
.btn-primary:hover {
    background-color: #532D56;
    color: #ffffff !important;
}
.btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
	transition: background-color 0.3s ease;
}
.section-top {
	margin-top:50px;
}
.section-title-img {
    position: relative;
    padding-bottom: 20px;
}
.section-title-img:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/title_shape_icon.svg);
    width: 270px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* h1-h6 */
h1, .h1 {
	font-size:40px;
	line-height:50px;
	font-weight:700;
}
h2, .h2 {
	font-size:35px;
	line-height:45px;
	font-weight:700;
}
h3, .h3 {
	font-size:30px;
	line-height:40px;
	font-weight:700;
}
h4, .h4 {
	font-size:25px;
	line-height:35px;
	font-weight:600;
}
h5, .h5{
	font-size:20px;
	line-height:30px;
	font-weight:600;
}
h6, .h6{
	font-size:18px;
	line-height:28px;
	font-weight:600;
}

/* header and menu */
.main-navigation ul li a {
   	font-size: 16px;
    font-weight: 600;
}
header#masthead {
    display: flex;
}
.header-left {
    width: 20%;
}
.header-right {
    width: 80%;
}
.site-header {
	padding: 0px 0px 0px 0;
   	background-color: transparent;
	border-bottom: 0px;
	margin-bottom: 0px;
}
ul.topbar-social img {
    width: 20px;
    display: block;
    height: 20px;
}
.my-topbar-wrapper {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: center;
    background-color: #f4e8e1;
    padding: 15px 100px 15px 15px;
}
.my-topbar-col1 {
    display: flex;
    column-gap: 40px;
}
ul.topbar-social {
    list-style-type: none;
    display: flex;
    column-gap: 30px;
    margin-left: 0px;
    margin-bottom: 0px;
}
ul.topbar-social li {
    border: 1px solid #dbaf63;
    border-radius: 50%;
    padding: 10px;
}
.site-branding img {
    width: 140px;
}
.site-header-inner {
    padding: 20px 100px 20px 20px;
	background-color: #000000;
    position: relative;
}
.site-header-inner:before {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 150px;
    height: 69px;
    left: -50px;
    top: 0;
    z-index: -1;
}
.site-branding {
    background-color: #532D56;
    text-align: center;
    padding: 30px 0px;
    border-radius: 0px 0px 120px 0px;
}
.main-navigation .search-toggle .open svg path {
    fill: #ffffff;
}
.topbar-call, .topbar-mail, .topbar-hours {
    position: relative;
    padding-left: 40px;
}
.topbar-call:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-telephone.svg);
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.topbar-mail:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-mail.svg);
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.topbar-hours:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-clock.svg);
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-menu {
    background-color: #dbaf63;
    padding: 23px 40px;
    color: #ffffff;
	transition: background-color 0.3s ease;
}
.btn-menu:hover {
    background-color: #532D56;
    color: #ffffff;
}
.btn-menu:visited, .btn-menu:focus {
    color: #ffffff;
}
.my-topbar-col1 {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.masthead-sentinel {
    margin-bottom: 0px;
}
.site-header.stuck {
    box-shadow: none;
}
.main-navigation ul .sub-menu {
    top: 35px;
}

/* banner */
.banner-section {
    margin-top: -50px;
}
.banner-section-items {
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner-section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 200px;
    max-width: 40%;
}
.banner-section-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 40%;
    left: 50px;
    z-index: 99;
    background-color: #532d569c;
	padding:10px 15px;
}
.banner-section-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow img,
.banner-section-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow img {
    width:30px;
	height:30px;
}
.banner-section-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
	position: absolute;
    top: 50%;
    left: 50px;
    z-index: 99;
    background-color: #532d569c;
	padding:10px 15px;
}
.mobile-banner-section {
    display: none;
}

/* about */
.home-about-section-wrapper {
    max-width: 1500px;
    display: flex;
    column-gap: 40px;
    align-items: center;
    margin: 0px auto;
}
.home-about-section-col1, .home-about-section-col2 {
    width: 50%;
}
.home-about-img-wrapper {
    display: flex;
    column-gap: 30px;
}
.home-about-img-item2 {
    margin-top: 50px;
}
.home-about-img-item1 img {
    border-radius: 100px 0px 0px 0px;
}
.home-about-img-item2 img {
    border-radius: 0px 0px 100px 0px;
}
.home-about-block-wrapper {
    display: flex;
    column-gap: 40px;
    margin-bottom: 20px;
}
.home-about-block-col1,
.home-about-block-col2 {
    width: 50%;
}
.home-about-block-col1,
.home-about-block-col2 {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.home-about-block-col1-left,
.home-about-block-col2-left {
    width: 30%;
}
.home-about-block-col1-right,
.home-about-block-col2-right {
    width: 70%;
}
.home-about-block-wrapper h3 {
    color: #dbaf63;
    font-size: 70px;
    margin: 10px 0px;
}
.home-about-block-wrapper img {
    width: 90px;
}
.home-about-section-col1 {
    position: relative;
}
.home-about-section-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/home-about-img3.webp);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    left: -90px;
    z-index: -1;
	animation: rotate 15s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.tada-image {
    transition: transform 0.4s ease-in-out;
}
.tada-image:hover {
    animation: tada 1s ease-in-out;
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1) rotate(3deg);
    }
    20% {
        transform: scale(1) rotate(-3deg);
    }
    30% {
        transform: scale(1.1) rotate(2deg);
    }
    40% {
        transform: scale(1) rotate(-2deg);
    }
    50% {
        transform: scale(1.1) rotate(1deg);
    }
    60% {
        transform: scale(1) rotate(-1deg);
    }
    70% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* our services */
.home-our-services-section-outer-wrapper {
    background-color: #ffffff;
    max-width: 1500px;
    margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.home-our-services-section-inner-wrapper {
    display: flex;
    padding: 40px 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-our-services-section-items {
    width: 32%;
    background-color: #f9f3f0;
    text-align: center;
    padding: 20px;
	margin: 0px 0px 20px 0px;
}
.home-our-services-section-items:hover {
    background-image: url(/wp-content/uploads/2024/08/service-shape-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.4s ease-in-out;
}
.home-our-services-section-outer-wrapper h2 {
    margin-bottom: 0px;
}
.home-our-services-section-inner-items img {
    display: inline-block;
    width: 80px;
}
.home-our-services-section-inner-items p {
    color: #000000;
}
.home-or-services-btn-wrapper {
    text-align: center;
}

/* brand logo section */
.home-brand-logo-wrapper {
    background-color: #3b3732;
    padding: 40px 0px;
    max-width: 1500px;
    margin: 0px auto;
}
.home-brand-logo-items img {
    width: 80px;
    height: 80px;
	margin: 0px auto;
}

/* gift card */
.home-gift-card-section-main-wrapper {
    background-image: url(/wp-content/uploads/2024/08/home-card_bg.webp);
    padding: 100px 60px;
    max-width: 1500px;
    margin: 0px auto;
    background-repeat: repeat;
    background-size: contain;
}
.home-gift-card-items {
    position: relative;
}
.home-gift-card-image img {
    width: 100%;
}
.home-gift-card-content {
    position: absolute;
    top: 10px;
    max-width: 45%;
    left: 15px;
}
.home-gift-card-price {
    position: absolute;
    bottom: 8px;
    right: 0;
    transform: translate(10%, 10%);
    background-color: #dbaf63;
    color: #ffffff;
    padding: 15px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
}
.home-gift-card-items:hover .home-gift-card-price {
	transform: translate(0, 0);
    opacity: 1;
}
.home-gift-card-section-wrapper {
   	display: flex;
    column-gap: 30px;
    justify-content: center;
}
.home-gift-card-items {
    width: 33%;
}
.home-gift-card-content, .home-gift-card-content h4,
.home-gift-card-section-top h2 {
    color: #ffffff;
}
.home-gift-card-content p {
    font-size: 12px;
    line-height: 20px;
}
.home-gift-card-content h4 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.home-gift-card-section-top h2 {
    margin-top: 0px;
}

/* testimonials */
.home-testimonials-wrapper {
    max-width: 1500px;
    margin: 0px auto;
}
.home-testimonials-items {
    display: flex !important;
    align-items: center;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2024/08/flower-11.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.home-testimonials-items-col1,
.home-testimonials-items-col2 {
    width: 50%;
}
.home-testimonials-items-col2-wrapper {
    max-width: 80%;
    margin: 0px auto;
}
.home-testimonials-items-content p {
    font-size: 18px;
    font-weight: 500;
	text-align:justify;
}

/* blogs section */
.home-blog-wrapper {
    max-width: 1400px;
    margin: 0px auto;
}
.home-blog-items-inner-top img {
    width: 100%;
}
.home-blog-items {
    padding: 20px;
}
.home-blog-items-inner-wrapper {
    background-color: #ffffff;
    padding: 20px;
	color: #000000;
    font-size: 16px;
}
.home-blog-items-info-wrapper {
    display: flex;
    align-items: center;
	padding-top: 10px;
}
.home-blog-items-info-col1, 
.home-blog-items-info-col2, 
.home-blog-items-info-col3 {
    width: 30%;
    position: relative;
    padding-left: 35px;
}
.home-blog-items-info-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-user1.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-blog-items-info-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-calendar.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-blog-items-info-col3:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-time-left.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-blog-items-inner-bottom h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-blog-items h3 {
    font-size: 20px;
	line-height: 30px;
}

/* footer */
.site-footer {
    background: #161616;
    margin-top: 60px;
}
.site-footer .widgets {
    padding: 50px 0;
}
.widgets.widgets-4 {
    max-width: 1600px;
    margin: 0px auto;
    border: 1px solid #dbaf63;
    padding-left: 40px;
    padding-right: 40px;
}
.site-footer .widget ul li {
    line-height: 38px;
}
.footer-logo img {
    width: 180px;
}
.site-footer .widgets .widget .widget-title {
	font-size: 30px;
    text-transform: capitalize;
	position: relative;
}
.site-footer .widgets .widget .widget-title:after {
    position: absolute;
    content: '';
    background-color: #dbaf63;
    width: 100px;
    height: 2px;
    bottom: 0px;
    left: 0;
}
.site-footer .widgets .widget a,
.footer-address {
    font-size: 12px;
}
.footer-hours p {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}
.footer-content, .footer-call, .footer-call, .footer-mail {
    padding-bottom: 15px;
}
.footer-call, .footer-mail, .footer-address {
    position: relative;
    padding-left: 35px;
}
.footer-call:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/telephone-footer.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.footer-mail:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/mail-footer.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.footer-address:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/location-pin.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.site-footer .bottom-bar {
    background: transparent;
    color: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #dbaf63;
    position: relative;
    top: -1px;
}
.site-footer .site-info {
    font-size: 14px;
    position: relative;
}
.site-footer .site-info img {
    position: relative;
    top: 5px;
    left: 5px;
}
ul.footer-social img {
    width: 22px;
    display: block;
    height: 22px;
}
ul.footer-social {
    display: flex;
    column-gap: 20px;
    position: relative;
    top: 20px;
}
ul.footer-social li {
    background-color: #dbaf63;
    padding: 9px;
}
ul.footer-social li:hover {
    animation: rotate 0.5s ease-in-out;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.my-footer-wrapper {
    padding-top: 60px;
}
ul#menu-quick-links li a,
ul#menu-our-services li a {
    position: relative;
    padding-left: 30px;
}
ul#menu-quick-links li a:before,
ul#menu-our-services li a:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/foo-right-arrow.svg);
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer-gallery-items {
    width: 28%;
    padding: 5px;
}
.footer-gallery-items img {
    width: 100px;
    border-radius: 10px;
}

/* section side effect images */
.banner-section-wrapper,
.home-our-services-section,
.home-gift-card-section,
.home-blog-sec {
    position: relative !important;
}
.banner-section-wrapper:before, 
.home-gift-card-section:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/leaves-icon.webp);
    width: 180px;
    height: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50px;
    left: 0;
    z-index: 99;
	animation: moveUpDown 3s ease-in-out infinite;
}
.home-our-services-section:before,
.home-blog-sec:before {
	position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/leaves-1-img.webp);
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50px;
    left: 0;
    z-index: 99;
	animation: moveUpDown 3s ease-in-out infinite;
}
.home-our-services-section:after,
.home-blog-sec:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/leaves-7-img.webp);
    height: 345px;
	width:180px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50px;
    right: 0px;
    z-index: 99;
    animation: moveUpDown 3s ease-in-out infinite;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px); 
    }
    100% {
        transform: translateY(0);
    }
}


/* form css */
.modal-content .wpcf7 input[type=text], 
.modal-content .wpcf7 input[type="email"], 
.modal-content .wpcf7 input[type="tel"], 
.modal-content .wpcf7 textarea {
    width: 100%;
    border: 1px solid #dbaf63;
    border-radius: 10px;
}
.modal-content .wpcf7 input[type=submit] {
    background-color: #dbaf63;
}


/* popup */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 40%;
    position: relative;
    border-radius: 20px;
}
.modal .close {
    color: #000000;
    float: right;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    top: -15px;
}
.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#triggerPopup {
    cursor: pointer;
}

/* scroll to top */
.progress-wrap.active-progress:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2024/08/icon-service-items.svg);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 20px;
    top: 12px;
}
/* footer right circle progess line */
.footer-cust-progress .progress-wrap {
	  position: fixed;
	  right: 0px;
	  bottom: 40px;
	  height: 64px;
	  width: 64px;
	  cursor: pointer;
	  display: block;
	  border-radius: 50px;
	  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
	  z-index: 10000;
	  opacity: 0;
	  visibility: hidden;
	  transform: translateY(15px);
	  -webkit-transition: all 200ms linear;
	  transition: all 200ms linear;
	background-color: #532D56;
}
.footer-cust-progress .progress-wrap.active-progress {
	  opacity: 1;
	  visibility: visible;
	  transform: translateY(0);
}
.footer-cust-progress .progress-wrap:hover::after {
  	opacity: 0;
}
.footer-cust-progress .progress-wrap:hover::before {
  	opacity: 1;
}
.footer-cust-progress .progress-wrap svg path {
  	fill: none;
}
.footer-cust-progress .progress-wrap svg.progress-circle path {
	  stroke: #dbaf63;
	  stroke-width: 5;
	  box-sizing: border-box;
	  -webkit-transition: all 200ms linear;
	  transition: all 200ms linear;
}
body .footer-cust-progress.light .progress-wrap {
  	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
body .footer-cust-progress.light .progress-wrap::after {
  	color: var(--black-blue);
}
body .footer-cust-progress.light .progress-wrap svg.progress-circle path {
  	stroke: var(--black-blue);
}
.footer-cust-progress .switch,
.footer-cust-progress .circle {
	  -webkit-transition: all 300ms linear;
	  transition: all 300ms linear;
}
.footer-cust-progress .circle:hover {
  	box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.footer-cust-progress .switched .circle {
	  left: 45px;
	  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	  background: var(--black-blue);
}
.footer-cust-progress .switched .circle:hover {
  	box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}
.footer-cust-progress .switched .circle:before {
  	opacity: 0;
}
.footer-cust-progress .switched .circle:after {
  	opacity: 1;
}
.footer-cust-progress {
    position: relative;
}
.progress-wrap.active-progress img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}

.whatsapp-info {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 999;
}
.whatsapp-info img {
    width: 50px;
}


@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #ffffff;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 20px;
    }
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.my-topbar-wrapper, .menu-button-wrapper, .site-header-inner:before,
	button#search-button {
    	display: none;
	}
	.header-left, .header-right {
    	width: 50%;
	}
	.site-branding {
		background-color: #532D56;
		text-align: center;
		padding: 0px 0px;
		border-radius: 0px 0px 40px 0px;
	}
	.site-branding img {
    	width: 120px;
	}
	.banner-section {
    	display: none;
	}
	.mobile-banner-section {
		display:block;
		margin-top:-33px;
	}
	.mobile-banner-section-items img {
    	width: 100%;
	}
	h1, .h1 {
    	font-size: 32px;
    	line-height: 42px;
    }
	h2, .h2 {
    	font-size: 30px;
    	line-height: 40px;
    }
	h3, .h3 {
    	font-size: 25px;
    	line-height: 35px;
    }
	.section-top {
    	margin-top: 30px;
	}
	.banner-section-content {
    	top: 25%;
    	transform: translateY(-25%);
    	left: 0px;
    	max-width: 100%;
		padding: 0px 20px;
	}
	.banner-section-items {
    	height: 500px;
    }
	.home-about-section-wrapper,
	.home-testimonials-items {
    	flex-direction: column-reverse;
	}
	.banner-section-wrapper:before, .home-gift-card-section:before, .home-about-section-col1:before,
	.home-our-services-section:before, .home-our-services-section:after,
	.home-blog-sec:before, .home-blog-sec:after, .site-footer .widgets .widget .widget-title:after {
		display:none;
	}
	.banner-section-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	top: 70%;
    	left: 20px;
    }
	.banner-section-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    	top: 70%;
    	left: 100px;
    }
	.home-about-section-col2 h2, .home-about-section-col2 h1 {
    	margin-top: 0px;
	}
	.home-about-block-wrapper, .home-our-services-section-inner-wrapper,
	.home-gift-card-section-wrapper {
    	flex-direction: column;
	}
	.home-about-section-col1, .home-about-section-col2,
	.home-about-block-col1, .home-about-block-col2, .home-gift-card-items,
	.home-our-services-section-items, .home-testimonials-items-col1, .home-testimonials-items-col2 {
    	width: 100%;
	}
	.home-about-block-wrapper h3 {
    	font-size: 45px;
    }
	.home-about-img-wrapper {
    	column-gap: 10px;
    	padding-top: 40px;
	}
	.home-about-img-item1 img {
    	border-radius: 50px 0px 0px 0px;
	}
	.home-about-img-item2 img {
    	border-radius: 0px 0px 50px 0px;
	}
	.home-our-services-section-inner-wrapper {
    	padding: 15px;
	}
	.home-our-services-section-items {
    	padding: 15px;
    	margin: 0px 0px 15px 0px;
	}
	.home-gift-card-section-main-wrapper {
    	padding: 15px 15px;
    }
	.btn-secondary {
    	padding: 8px 20px;
    	font-size: 14px;
	}
	.home-testimonials-items-col2-wrapper {
    	max-width: 100%;
    	padding: 15px;
	}
	.home-testimonials-items-content p {
    	font-size: 20px;
    }
	.home-testimonials-items-name h3 {
    	margin-bottom: 0px;
	}
	.home-blog-items {
    	padding: 0px;
	}
	.home-blog-items-info-wrapper {
    	font-size: 10px;
	}
	.site-footer .widgets {
        padding: 15px 0px 10px 0px;
    }
	.widgets.widgets-4 {
  		padding-left: 10px;
    	padding-right: 10px;
	}
	ul.footer-social {
    	padding-bottom: 20px;
	}
	.site-footer .widgets .widget a, .footer-hours p {
    	font-size: 16px;
	}
	.site-footer .site-info {
    	font-size: 14px;
    }
	.whatsapp-info img {
    	width: 40px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #ffffff;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 20px;
    }
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.my-topbar-wrapper, .menu-button-wrapper, .site-header-inner:before,
	button#search-button {
    	display: none;
	}
	.site-branding {
    	border-radius: 0px 0px 100px 0px;
	}
	.section-top {
    	margin-top: 30px;
	}
	h1, .h1 {
    	font-size: 35px;
    	line-height: 45px;
    }
	h2, .h2 {
    	font-size: 30px;
    	line-height: 40px;
    }
	h3, .h3 {
    	font-size: 25px;
    	line-height: 40px;
    }
	.banner-section-items {
    	height: 450px;
    }
	.banner-section-wrapper:before, .home-gift-card-section:before,
	.home-our-services-section:before, .home-blog-sec:before,
	.home-our-services-section:after, .home-blog-sec:after {
		display:none;
	}
	.banner-section-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	top: 35%;
    }
	.banner-section {
    	margin-top: -105px;
	}
	.home-about-section-wrapper {
    	flex-direction: column-reverse;
	}
	.home-about-section-col1, .home-about-section-col2 {
    	width: 100%;
	}
	.home-about-section-col2 h2 {
    	margin-top: 0px;
	}
	.home-about-img-wrapper {
    	margin-top: 40px;
	}
	.home-about-section-col1:before {
    	bottom: 0px;
    	left: 0;
    }
	.home-our-services-section-inner-wrapper {
    	padding: 30px 15px;
    }
	.home-gift-card-section-wrapper {
    	flex-direction: column;
	}
	.home-gift-card-items {
    	width: 70%;
    	margin: 0px auto;
	}
	.home-gift-card-section-main-wrapper {
    	padding: 30px 30px;
    }
	.home-gift-card-content p {
        font-size: 16px !important;
        line-height: 26px !important;
	}
	.home-gift-card-content {
    	top: 40px;
    }
	.home-testimonials-items-col2-wrapper {
    	max-width: 100%;
   		padding: 20px;
	}
	.home-blog-items {
    	padding: 0px;
	}
	.site-footer .widgets {
    	padding: 30px 0px 0px 0px;
	}
	.widgets.widgets-4 {
    	padding-left: 20px;
    	padding-right: 20px;
	}
}

@media (max-width:1280px) {
	.home-gift-card-content p {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	.my-topbar-col1 {
    	font-size: 10px;
    }
}

@media (min-width:1600px) {
	.main-navigation ul li {
    	margin: 0 60px -10px 0;
    }
	.my-topbar-col1 {
    	font-size: 16px;
    	line-height: 25px;
	}
	.home-gift-card-content p {
		font-size: 14px;
		line-height: 22px;
	}
	.home-gift-card-content {
    	top: 30px;
    }
	.site-footer .widgets .widget a, .footer-address, .footer-hours p {
    	font-size: 15px;
	}
}


@media (max-width:1280px) {
	.main-navigation ul li a{
		font-size:12px;
	}
.counter-title {
    font-size: 12px;
}
}
@media (min-width:1024px) and (max-width:1480px) {
	.site-header-inner {
		padding:20px;
	}
}