/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}

.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.zulu-global.global-danger {
	display: none;
}

/** Flexbox CSS **/
.fb {
	display: flex;
	flex: auto 1;
}
.fb.center {
	align-items: center;
}

/** Flex End **/

.body, body {
	font-family: "Poppins", "sans-serif";
}
.frame {
	width: 1600px;
}
.header {
	padding: 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.33);
}
.header::before,
.header::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("images/bg-header-left.png");
}
.header::before {
	background-position: left;
}
.header::after {
	background-image: url("images/bg-header-right.png");
	background-position: right;
}
.logo {
	width: 120px;
	height: 90px;
}
.navigation {
	display: flex;
	margin-left: auto;
	background-color: transparent;
	border: 0px;
}
.ssslide img {
	opacity: 0;
}
ul.menu {
	display: flex;
	width: unset;
}
ul.menu .menulink {
	text-transform: capitalize!important;
	letter-spacing: 0px;
	font-weight: 400;
	color: #AAA;
	background-color: transparent;
	border: 0px;
	padding: 20px 30px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
ul.menu .menulink::before,
ul.menu .menulink::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	border-radius: 30px;
	transform: translateX(-101%);
	transition: all 0.4s ease-in-out 0s;
}
ul.menu .menulink:hover::before,
ul.menu .menulink:hover::after {
	transform: translateX(0%);
}
ul.menu .menulink::before {
	background-color: #D0DE5C;
}
ul.menu .menulink::after {
	background: linear-gradient(to right, #E5A3A3, #EEBCBB);
	transition: all 0.4s ease-in-out 0.2s;
}
ul.menu .menulink:hover {
	background-color: transparent;
	color: #D0DE5C;
	transform: scale(1.1);
}
ul.menu .mobile-nav + li {
	border: 0px;
}
.footer {
	background-color: #1A1A1A;
	border: 0px;
	padding: 120px;
}
.footer .h4 {
	text-transform: capitalize!important;
	letter-spacing: 0px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 40px;
}
.footer .h4 img {
	width: 20px;
}
.footer b {
	font-weight: 500;
	color: #D0DE5C;
	margin-right: 10px;
}
.footer .menu-wrap {
	margin-right: 70px;
}
.copyright {
	background-color: #111;
	border-top: 1px solid #333;
}
.copyright p {
	text-align: left;
	color: #666;
	font-size: 12px;
}
.copyright p a {
	float: right;
	text-decoration: none;
	color: #666;
}
.copyright p a:hover {
	color: #D0DE5C;
}
.image-wrap {
	border-radius: 15px;
	overflow: hidden;
	background: linear-gradient(270deg, #d0de5c, #eebcbb);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}
.image-wrap:hover img {
	transform: scale(1.1);
}
.image-wrap img {
	padding: 0px;
	border: 0px;
	transition: all 0.2s ease-in-out 0s;
}
.post-type-gallery .coltable.col4 > .col {
	width: 20%;
}
.post-type-gallery .body {
	padding-top: 180px;
}
.post-type-gallery h1 {
	color: #333;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: -1px;
}
.breadcrumb b {
	font-weight: 500;
	color: #D0DE5C;
}
.animate-bar {
	height: 5px;
	display: flex;
	background: linear-gradient(270deg, #d0de5c, #eebcbb);
	background-size: 400% 400%;
	-webkit-animation: AnimationName 30s ease infinite;
	-moz-animation: AnimationName 30s ease infinite;
	animation: AnimationName 30s ease infinite;
}
.intro-section {
	text-align: center;
}
hr {
	border-bottom: 2px solid #E6E6E6;
}
.row-container > .pb-section.section-variant-1 {
	position: relative;
	background-color: #FFF;
	background-image: url("images/bg-paws.png"), url("images/bg-paws-right.png");
	background-size: 180px, 180px;
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
}
.row-container > .pb-section.section-variant-1::before,
.row-container > .pb-section.section-variant-1::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-size: 1920px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url("images/bg-curve-white.png");
	transform: translateY(-99%);
	z-index: 10;
}
.row-container > .pb-section.section-variant-1::after {
	transform: translateY(99%) rotate(180deg);
	top: unset;
	bottom: 0;
}
h1, .h1 {
	color: #BAC622;
	font-weight: 600;
	letter-spacing: -1.5px;
}
h3, .h3 {
	font-family: "grafolita script", "sans-serif";
	color: #797051;
}
p {
	color: #808080;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
}
.intro-section hr {
	margin: 60px auto;
}
.button {
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	color: #808080;
	background-color: #E6E6E6;
	border: 0px;
	text-transform: capitalize;
	padding: 15px 40px;
	letter-spacing: 0px;
}
.button:hover {
	border: 0px;
}
.button.btn-variant-1 {
	background: linear-gradient(to right, #BAC622, #D0DE5C);
	color: #FFF;
}
.button.btn-variant-2 {
	background-color: #CCCCCC;
}
.intro-section .button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	align-items: center;
}
.intro-section .button:first-child {
	border-radius: 100px 0px 0px 100px;
}
.intro-section .button:last-child {
	border-radius: 0px 100px 100px 0px;
}
.intro-section .button {
	border-radius: 0px;
}
.services-section {
	background-image: url("images/bg-services.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-section .col-sm-4::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #797051;
	mix-blend-mode: color;
}
.services-section .col-sm-4 {
	padding: 120px;
	position: relative;
}
.services-section .service-box {
	z-index: 1;
	position: relative;
}
.raised-section .pb-container {
	background-color: #FFF;
	margin-top: -120px;
	padding: 70px;
	border-radius: 10px;
	box-shadow: 0 -10px 10px 0 rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
.contact-section .pb-block-type-form h2 {
	display: none;
}
.contact-details-list li {
	padding: 20px;
	border-bottom: 1px solid #EEE;
	list-style: none;
	display: flex;
	align-items: center;
	color: #888888;
}
.contact-details-list li span {
	height: 40px;
	width: 40px;
	border-radius: 5px;
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #CCC;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out 0s;
	margin-right: 10px;
}
.contact-details-list li:hover span {
	color: #BAC622;
	transform: scale(1.1);
}
.contact-details-list li a {
	text-decoration: none;
	color: #888888;
}
.contact-details-list li:hover a {
	color: #eebcbb;
}
.contact-section ul {
	width: 600px;
}
.form-block {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #EEE;
}
.form-block.single .field {
	display: flex;
}
.form-block.single .field label {
	font-weight: 500;
	background-color: #EEE;
	color: #888;
	font-size: 12px;
	flex: 0 0 33.333%;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin-right: 20px;
	padding: 15px;
	border-radius: 5px;
	transition: all 0.2s ease-in-out 0s;
}
.form-block.single .field:hover label {
	background-color: #BAC622;
	color: #FFF;
}
.form-block .field input, .form-block .field select, .form-block .field textarea {
	flex: 0 1 66.666%;
	border-radius: 5px;
	position: relative;
	font-family: "poppins", "sans-serif";
	padding: 15px;
	font-size: 12px;
	font-weight: 400;
}
.form-block .field input:hover, .form-block .field select:hover, .form-block .field textarea:hover {
	border-color: #BAC622;
}
.form-block .field input:focus, .form-block .field select:focus, .form-block .field textarea:focus {
	outline: unset;
}
.form-block button {
	background-color: #BAC622;
	border-radius: 5px;
	padding: 15px 30px;
	font-family: "poppins", "sans-serif";
	font-size: 14px;
	font-weight: 400;
}
.form-block button:hover {
	background-color: #eebcbb;
}
.our-services-section .col-sm-6:last-child .service-box:not(:last-child) {
	margin-bottom: 70px;
}
.service-box {
	background-color: #FFF;
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.066);
	background: linear-gradient(to bottom, #BAC622 0%, #BAC622 120px, transparent 120px, transparent 100%);
}
.service-box ul {
	margin-top: 15px;
	border-radius: 10px;
	padding-bottom: 0px;
	padding-top: 15px;
}
.service-box li {
	list-style: none;
	color: #777;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	padding-bottom: 10px;
	transition: all 0.2s ease-in-out 0s;
	font-size: 14px;
}
.service-box li:hover span {
	transform: scale(1.1);
	background-color: #BAC622;
	color: #FFF;
	border-color: #CAD725;
}
.service-box li:hover {
	color: #BAC622;
	margin-left: -5px;
}
.service-box li span {
	width: 50px;
	height: 30px;
	border-radius: 100px;
	border: 1px solid #CCC;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 50px;
	margin-right: 15px;
	background-color: #FFF;
	margin-left: -60px;
	font-weight: 600;
	color: #BAC622;
	transition: all 0.2s ease-in-out 0s;
}
.service-box .notice {
	background-color: #FFF;
	color: #AAA;
	border: 2px solid #AAA;
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 21px;
	padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.service-box .notice.warning {
	color: #C70E11;
	border: 2px solid #C70E11;
}
.service-box .notice.info {
	color: #00c3ff;
	border-color: #00c3ff;
}
.service-box .notice.good {
	color: #BAC622;
	border-color: #BAC622;
}
.service-box .notice::before {
	position: absolute;
	font-family: "Font Awesome 5 Pro"; 
	top: 50%;
	left: 0px;
	font-size: 24px;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	font-weight: 300;
}
.service-box .notice.warning::before {
	content: '\f071';
}
.service-box .notice.info::before {
	content: '\f05a';
}
.service-box .notice.good::before {
	content: '\f59a';
}
.service-box .notice:first-of-type {
	margin-top: 20px;
}
.service-box .notice:last-of-type {
	margin-bottom: 0px;
}
.service-box .notice .red {
	padding: 5px 10px;
	border-radius: 5px;
	color: #FFF!important;
	background-color: #970A0C;
	display: inline-flex;
	animation: important 3s ease-in-out infinite;
}
.service-box h3 {
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	color: #FFF;
}
.service-box .image {
	width: 200px;
	height: 200px;
	background-color: #DDD;
	margin-top: -80px;
	border-radius: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	position: relative;
}
.service-box .image-wrapper {
	padding: 15px;
	background-color: #BAC622;
	border-radius: 15px;
	margin-right: 20px;
}
.service-box .service-top {
	display: flex;
}
.our-services-section .pb-row {
	display: flex;
}
.our-services-section .col-sm-6:first-child {
	position: relative;
}
.sticky {
	position: sticky;
}
.service-info-box {
	top: 160px;
	width: 85%;
	border-right: 1px solid #DDD;
}
.service-info-box::before {
	position: absolute;
	content: '';
	top: 25px;
	right: 0;
	transform: translateX(50%);
	height: 50px;
	width: 50px;
	border-radius: 40px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.service-info-box p {
	padding-right: 70px;
	font-size: 14px;
	font-weight: 300;
}
.our-services-section .service-box:nth-child(1) .image {
	background-image: url("images/service-dog-walking.jpg");
}
.our-services-section .service-box:nth-child(2) .image {
	background-image: url("images/service-feeding.jpg");
}
.our-services-section .service-box:nth-child(3) .image {
	background-image: url("images/service-pet-sitting.jpg");
}
.our-services-section .service-box:nth-child(4) .image {
	background-image: url("images/service-house-sitting.jpg");
}
.our-services-section .service-box:nth-child(5) .image {
	background-image: url("images/service-vet.jpg");
}
.our-services-section .service-box:nth-child(6) .image {
	background-image: url("images/service-small-farm-animals.jpg");
}
.our-services-section .service-box:nth-child(7) .image {
	background-image: url("images/service-overnight.jpg");
}
.anchor-buttons {
	display: flex;
	flex-wrap: wrap;
}
.anchor-buttons a {
	background-color: #EEE;
	color: #AAA;
	font-size: 12px;
	padding: 2px 10px;
	border-radius: 5px;
	margin: 5px;
}
.anchor-buttons a:hover {
	background-color: #BAC622;
	color: #FFF;
}
.title-icon {
	width: 80px;
	height: 80px;
	border: 3px solid #e6e6e6;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-size: 32px;
}
.service-info-box h1 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.service-info-box .anchor-buttons {
	margin-top: 30px;
	border-top: 1px solid #DDD;
	padding-top: 30px;
	margin-right: 70px;
}
.button.btn-variant-2 {
	position: relative;
	z-index: 1;
	margin: 5px;
	border-radius: 8px;
	color: #FFF;
	transition: all 0.2s ease-in-out 0s;
	background: repeating-linear-gradient(-60deg, #eebcbb 0px, #eebcbb 10px, #FFEAE9 10px, #FFEAE9 20px);
	background-size: 200%;
	animation: bg-scroll 10s linear infinite;
}
.button.btn-variant-2::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: all 0.2s ease-in-out 0s;
	border-radius: 5px;
	background: linear-gradient(to right, #BAC622 0%, #D0DE5C 50%, #FFF 50%, #FFF 100%);
	background-position:center left;
	background-size: 200% 100%;
	z-index: -1;
}
.button.btn-variant-2:hover::before {
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-position:center right;
}
.button.btn-variant-2:hover {
	color: #BAC622;
}
* {
	/*animation: rainbow 10s ease-in-out infinite;*/
}

/** QUICK CSS - PLEASE REFACTOR LATER **/
.home-service-box h2 {
	color: #FFF;
	font-weight: 500;
	margin-bottom: 30px;
}
.home-service-box h5 {
	color: #FFF;
}
.home-service-box p {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
}
.services-section .col-sm-4 {
	z-index: 1;
	filter: brightness(1);
	padding-top: 160px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
.services-section .col-sm-4:nth-child(2){
	border-left: 2px solid rgba(255,255,255,0.2);
	border-right: 2px solid rgba(255,255,255,0.2);
}
.services-section .col-sm-4 {
	z-index: 1;
	filter: brightness(1);
	transition:all 0.6s ease 0s;
}
.services-section:hover .col-sm-4 {
	filter: brightness(0.5);
}
.services-section:hover .col-sm-4:hover {
	transition:all 0.3s ease 0s;
	filter: brightness(1);
	background-color: rgba(0,0,0,0.5);
}
.services-section .col-sm-4::before {
	content: unset;
}
.banner .slide .slide-inner {
	width: 700px;
	padding: 120px;
	text-align: left;
	border-right: 1px solid rgba(255,255,255,0.50);
	background-color: rgba(0,0,0,0.5);
}
.banner .slide .slide-inner p {
	font-size: 14px;
}
.banner .slide .slide-inner h1 {
	margin-bottom: 40px;
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1px;
}
.banner .slide .slide-inner .button {
	margin-top: 20px;
}
.banner .slide .slide-inner .button:last-child {
	margin-bottom: 5px;
}
.intro-section .button.btn-variant-2 {
	border-radius: 0px;
	margin: 0px;
}
.intro-section .button.btn-variant-2:hover {
	color: #eebcbb;
}
.intro-section .button.btn-variant-2::before {
	background: linear-gradient(to right, #eebcbb 0%, #E8A8A6 50%, #F7E2E2 50%, #F7E2E2 100%);
	background-size: 200%;
	border-radius: 0px;
}
.intro-section .button.btn-variant-2:hover::before {
	background-position: right;
}
.intro-section .button {
	background-color: #797051;
	color: #FFF;
}
.intro-section .button:hover {
	background-color: #988D66;
	color: #605840;
}
.service-box h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.service-box h3 .button.btn-variant-2 {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 25px;
	color: #888;
}
.service-box h3 .button.btn-variant-2:hover {
	color: #BAC622;
}
.service-box h3 .button.btn-variant-2::before {
	background: #FFF;
}
.service-box .service-top {
	align-items: flex-start;
}
.service-box .price-overlay {
	display: none;
	padding: 40px;
	border-radius: 8px;
    border: 1px solid #DDD;
    width: 100%;
	margin: 30px 0px;
	text-align: center;
}
.service-box .price-overlay h3 {
	color: #E8A8A6;
	font-size: 38px;
	font-weight: 600;
	position: relative;
	margin: 0px;
	display: flex;
    flex-direction: column;
}
.service-box .price-overlay h3 span {
	color: #888;
	font-size: 14px;
	font-weight: 400;
}
.service-box .price-overlay p {
	margin: 0px;
}
.service-body {
	position: relative;
}
.service-box .price-overlay.visible {
	display: block;
}
.service-box ul.invisible {
	display: none;
}
.service-box ul {
	transition: all 0.2s ease-in-out 0s;
}
.service-box .service-top h3 {
	font-size: 24px;
}
.service-info-box::before {
	content: unset;
}
.link {
	color: #BAC622;
}
ul.time-list {
	margin-bottom: 20px;
	width: 300px;
}
.time-list li {
	list-style: none;
	color: #808080;
	padding: 5px 0px;
	display: flex;
	justify-content: space-between;
}
h4, .h4 {
	color: #eebcbb;
	font-weight: 600;
}
.contact-details-list {
	margin-bottom: 30px;
}
/** COVID Overrides **/
.covid-warning {
	text-align: center;
    padding: 10px;
    background: repeating-linear-gradient(45deg, rgb(255,204,0) 0px, rgb(255,204,0) 10px, #FFF 10px, #FFF 20px);
}
.covid-warning p {
	font-weight: 600;
    color: #000;
    font-size: 17px;
	font-family: "proxima soft", "sans-serif";
	background-color: #FFF;
	margin: 0px;
	line-height: 18px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.covid-warning img {
	width: 70px;
}
.header::before, .header::after {
	background-size: 160px;
}
.header::before {
	background-position: left bottom;
}
.header::after {
	background-position: right bottom;
}
.covid-warning p b {
	font-size: 21px;
	margin-top: 5px;
	display: block;
}
.covid-warning p > span {
	text-align: center;
	margin-top: 5px;
	display: block;
}

/** End **/

/* Hidden Page CSS */
 
.useful-links-hidden-page .header,
.useful-links-hidden-page .footer,
.useful-links-hidden-page .copyright,
.useful-links-hidden-page .animate-bar {
	display: none;
}
.useful-links-hidden-page .row {
	margin: 0px;
}
.software-links .pb-row {
	display: flex;
}
.software-links .col-sm-2 {
	border: 1px solid #DDD;
	background-color: #F2F2F2;
	margin: 5px;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}
.software-links .col-sm-2:hover {
	transform: perspective(1000px) rotateX(10deg) translateY(-3px) scale(0.95);
	filter: brightness(1.03);
	z-index: 10;
}
.software-links h2 {
	color: #333;
	font-weight: 600;
	font-size: 28px;
	margin: 0px;
}
.software-links h3 {
	font-family: "poppins", "sans-serif";
	font-size: 16px;
	color: #AAA;
}
.software-links .pb-column .button {
	width: 100%;
	padding: 15px;
}
.software-links .pb-column .button-wrapper {
	display: flex;
}
.software-links .pb-column .button:not(:last-child) {
	margin-right: 5px;
}
.software-links .pb-column .button i {
	margin-right: 5px;
}
.software-links p {
	font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: justify;
    word-break: break-all;
    text-align-last: center;
    margin-bottom: 20px;
}
.software-links .svg-logo {
	width: 40%;
    margin: 0 auto 5px;
}
.software-links h3 + p {
	margin-top: -10px;
}
.page-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px!important;
	background-color: #1a1a1a;
	border-bottom: 1px solid #111;
	z-index: 1000;
}
.page-header h1 {
	font-size: 24px;
	margin: 0px;
	color: #FFF;
	letter-spacing: -0.5px;
	font-weight: 600;
}
.page-header h4 {
	color: #999;
	font-weight: 500;
	font-size: 16px;
	margin: 0px;
}
.software-links.web-based h2 {
	font-size: 21px;
}
.alternatives {
	position: absolute;
	top: 10px;
	right: 0;
	transform: translateX(40%);
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
	opacity: 0;
	pointer-events: none;
}
.alternatives img {
	width: 35px;
	display: block;
}
.alternatives figure:not(:last-child) a {
	margin-bottom: 5px;
}
.alternatives a {
	padding: 10px;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	border-radius: 5px;
	display: block;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.alternatives a:hover {
	transform: scale(1.4);
	z-index: 10;
}
.software-links .col-sm-2:hover .alternatives {
	opacity: 1;
	pointer-events: all;
}
.alternatives a span {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%, -40%);
	height: 25px;
	width: 25px;
	background-color: #82b500;
	color: #FFF;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 500;
}


/** End **/

@keyframes bg-scroll {
	0% {background-position: 100%;}
	100% {background-position: 0%;}
}
@keyframes rainbow {
	0% {filter: hue-rotate(0deg);}
	100% {filter: hue-rotate(360deg);}
}

@keyframes important {
	0% { opacity: 1;
		 filter: brightness(1.5);
	}
	50% { opacity: 0.33;
		  filter: brightness(1);
	}
	100% { opacity: 1;
		   filter: brightness(1.5);	
	}
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
	.frame {
		width: 100%;
	}
	.header {
		padding: 0px 160px;
	}
	.raised-section {
		padding: 0px 40px!important;
	}
	.raised-section .pb-container {
		margin-top: -60px;
	}
	.copyright {
		padding: 20px 40px;
	}
	.post-type-gallery .body {
		padding: 180px 70px 70px;
	}
	.service-box .notice .red {
		min-width: 175px;
		justify-content: center;
	}
	.service-info-box p {
		padding-right: 0px;
	}
	.covid-warning {
		margin-left: -160px;
		margin-right: -160px;
	}
}
@media screen and (max-width: 1400px) {
	.service-box {
		background: linear-gradient(to bottom, #BAC622 0%, #BAC622 140px, transparent 140px, transparent 100%);
	}
	.service-box h3 {
		flex-direction: column;
		text-align: center;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.footer {
		padding: 70px;
	}
	.services-section > .col-sm-12 {
		padding: 0px;
	}
	.services-section .col-sm-4 {
		padding: 160px 40px 120px;
	}
	.our-services-section .col-sm-6 {
		width: 100%;
		display: block;
	}
	.our-services-section .pb-row {
		flex-direction: column;
	}
	.service-info-box {
		width: 100%;
		border: 0px;
		position: relative;
		top: unset;
		text-align: center;
		margin-bottom: 70px;
	}
	.service-info-box .anchor-buttons {
		margin-right: 0px;
	}
	.service-info-box h1 {
		justify-content: center;
		margin-bottom: 0px;
	}
	.service-box h3 {
		text-align: right;
		align-items: unset;
	}
	.service-box h3 .button.btn-variant-2 {
		text-align: center;
		margin: 0px;
		margin-top: 10px;
	}
	.service-box {
		background: linear-gradient(to bottom, #BAC622 0%, #BAC622 160px, transparent 160px, transparent 100%);
	}
	.service-box .price-overlay h3 {
		align-items: center;
	}
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
	ul.menu .mobile-nav {
		display: block !important;
		width: 100%;
		float: none;
	}
	ul.menu .rlink {
		display: none;
		float: none;
	}
	ul.menu {
		flex-direction: column;
		width: 100%;
		margin-top: 8px;
	}
	.fb.center {
		flex-direction: column;
		justify-content: center;
	}
	.navigation {
		margin-left: unset;
		width: 100%;
	}
	.header::before, .header::after {
		background-size: 160px;
	}
	.header::before {
		background-position: left top;
	}
	.header::after {
		background-position: right top;
	}
	.header {
		position: relative;
		padding: 0px;
	}
	ul.menu .menulink::before,
	ul.menu .menulink::after {
		content: unset;
	}
	ul.menu .menulink {
		border-top: 1px solid #DDD;
		background-color: #FFF;
	}
	ul.menu .menulink:hover {
		background-color: #F2F2F2;
	}
	.footer .fb {
		flex-direction: column;
		align-items: center;
	}
	.footer .menu-wrap {
		margin-right: 0px;
		text-align: center;
	}
	.footer .foot-menu {
		padding-right: 0px;
	}
	.footer .menu-wrap:not(:last-child) {
		margin-bottom: 40px;
	}
	.raised-section .col-sm-6 {
		width: 100%;
		display: block;
		text-align: center;
	}
	.contact-section ul {
		width: 100%;
	}
	.contact-details-list li a,
	.contact-details-list li {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}
	.form-block.single .field label {
		text-align: left;
		display: block;
	}
	.contact-details-list {
		margin-bottom: 70px;
	}
	.contact-section .form-block {
		margin-top: 40px;
	}
	.form-block button {
		width: 100%;
	}
	.banner .slide .slide-inner {
		width: 100%;
		text-align: center;
		padding: 60px;
	}
	.intro-section .col-sm-6 {
		width: 80%;
	}
	.intro-section .col-sm-3 {
		width: 10%;
	}
	.row-container > .pb-section.section-variant-1 {
		background-size: 80px, 80px;
	}
	.slide-image.ssslide {
		background-size: contain;
	}
	.post-type-gallery .body {
		padding: 70px;
	}
	.service-box .notice,
	.service-box .notice .red {
		display: block;
	}
	.service-box .notice .red {
		margin-top: 10px;
	}
	.service-info-box .anchor-buttons {
		justify-content: center;
		flex-wrap: wrap;
	}
	.service-info-box .anchor-buttons a {
		flex: 1 0 25%;
	}
	.anchor-buttons + p .button {
		width: 100%;
	}
	.service-box .service-top {
		flex-direction: column;
		align-items: center;
	}
	.service-box {
		background: unset;
	}
	.service-box h3 {
		color: #847977;
		text-align: center;
		margin-top: 40px;
	}
	.service-box h3 .button.btn-variant-2 {
		margin-top: 20px;
	}
	.service-box h3 .button.btn-variant-2::before {
		background-color: #F2F2F2;
	}
	.service-box h3 .button.btn-variant-2:hover::before {
		background-color: #FFF;
	}
	.service-box .price-overlay h3 + p,
	.service-box .price-overlay h3 + h3 {
		margin-top: 20px;
	}
	.service-box .image-wrapper {
		margin-right: 0px;
	}
	.service-box .price-overlay h3 span {
		margin-bottom: 5px;
	}
	/** COVID Overrides **/
	.covid-warning {
		margin-left: 0px;
		margin-right: 0px;
	}
	.header::before {
		background-position: left 206px;
	}
	.header::after {
		background-position: right 206px;
	}
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	.footer {
		padding: 70px 40px;
	}
	.raised-section {
		padding: 0px!important;
	}
	.raised-section .pb-container {
		margin-top: 0px;
	}
	.raised-section .pb-container {
		padding: 30px;
	}
	.form-block.single .field,
	.intro-section .button-wrapper {
		flex-direction: column;
	}
	.form-block.single .field label {
		margin-right: 0px;
		margin-bottom: 5px;
		text-align: center;
	}
	.form-block {
		padding: 0px;
		border: 0px;
	}
	.form-block .field select {
		height: 45px;
	}
	.row-container > .pb-section.section-variant-1::before, .row-container > .pb-section.section-variant-1::after {
		content: unset;
	}
	.intro-section .col-sm-6 {
		width: 100%;
	}
	.intro-section .col-sm-3 {
		width: 0%;
	}
	.services-section .col-sm-4 {
		padding: 40px;
	}
	.services-section .col-sm-4:not(:last-child) {
		border: 0px;
		border-bottom: 2px solid rgba(255,255,255,0.2);
	}
	.intro-section .button:first-child,
	.intro-section .button.btn-variant-2,
	.intro-section .button.btn-variant-2::before,
	.intro-section .button:last-child {
		border-radius: 5px;
		width: 100%;
	}
	.intro-section .button.btn-variant-2::before {
		width: unset;
	}
	.intro-section .button:first-child,
	.intro-section .button.btn-variant-2 {
		margin-bottom: 10px;
	}
	.banner .slide .slide-inner .slide-cell * {
		display: none;
	}
	h1, .h1 {
		font-size: 38px;
	}
	.row-container > .pb-section.section-variant-1 {
		background-image: none;
		padding: 40px;
	}
	.services-section .col-sm-4 .button {
		width: 80%;
	}
	.post-type-gallery .body {
		text-align: center;
	}
	.service-info-box .anchor-buttons a {
		flex: 1 0 55%;
	}
	.service-info-box h1 {
		flex-direction: column;
		align-items: center;
	}
	.service-box .image {
		margin-top: -100px;
	}
	.service-box .price-overlay {
		padding: 20px;
	}
	.service-box .price-overlay h3 {
		font-size: 24px;
	}
	.covid-warning p {
		flex-direction: column-reverse;
	}
	.header::before {
		background-position: -50px 0px;
	}
	.header::after {
		background-position: 120% 0px;
	}
	ul.menu .menulink:hover {
		transform: unset;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.services-section {
		padding: 0px!important;
	}
	.service-box .notice .red {
		min-width: unset;
	}
	.copyright p {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}