/*!
Theme Name: Funky Vibes Marketing
Theme URI: https://funkyvibes.co.uk/
Author: Funky Vibes Team
Author URI: https://funkyvibes.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: funky-vibes-marketing
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


* {
	margin: 0;
	padding: 0;
	outline:none; 
	border:none;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Site Preloader */
.site_preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(120, 42, 135, 1); /* Light background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease-out;
}
.site_preloader .preloader_logo {
    max-width: 150px;
    opacity: 0;
    transform: scale(0); /* Start at normal size */
    transition: opacity 2s ease, transform 2s ease; /* Zoom-in and fade-in effect */
}
.site_preloader .zoom-in {
    opacity: 1;
    transform: scale(1.2); /* Zoom-in effect */
}
.site_content {
/*     display: none; */
	transition: opacity 1s ease-in-out;
	overflow: hidden;
}
.site_preloader .fade-out {
    opacity: 0;
    visibility: hidden;
}
.site_preloader .zoom-out {
    opacity: 0;
    transform: scale(0); /* Zoom-out effect */
}
/* Site Preloader */

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--site_width: 19.2;
	/* --context: 31; */
	/* --context:14.4; */
	--bg_color: #782a87;
	--bg_color1:#ef4780;
	--container:1380px;
	--inner_container:1280px;
}

body {
	background: #fff;
	font-size: calc(16vw / var(--context));
	font-family: "Montserrat", serif;
	font-style: normal;
	font-weight: normal;
	font-optical-sizing: auto;
	color: #50586b;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: #800080;
} */

/* a:hover,
a:focus,
a:active {
	color: #191970;
} */
/* 
a:focus {
	outline: thin dotted;
} */

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom Header */
.container{
	max-width: calc(1360vw / var(--site_width));
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
header#masthead {
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
	padding-left: calc(37vw / var(--site_width));
	padding-right: calc(37vw / var(--site_width));
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 99;
	justify-content: space-between;
	transition: all 0.3s ease;
}
header#masthead .site-branding .custom-logo-link {
    line-height: 0;
}
header#masthead .site-branding img.custom-logo {
    width: 330px;
    height: 70px;
    object-fit: cover;
}
header#masthead .site-branding .custom-logo-link svg {
    height: 65px;
	transition: all 0.3s ease;
}

/* .page-template-contact-page-template header#masthead .site-branding .custom-logo-link svg path {
    fill: #f26326!important;
}
.page-template-contact-page-template header#masthead .site-branding .custom-logo-link svg rect {
    fill: #f26326!important;
} */
header#masthead.shrink{
/* 	box-shadow: 0 0 31px rgba(239, 71, 128, .5); */
	background: #782a87;
	padding-top: 5px;
    padding-bottom: 2px;
}
header#masthead.shrink .site-branding .custom-logo-link svg {
    height: 36px;
}
header#masthead.shrink .headerRightSec{
	margin-bottom: 5px;
}

/* Navigation
--------------------------------------------- */
.faux-header{
	height: 100px;
	 width: 100%;
}
.hamburger-menu {
    display: flex; /* Hidden by default */
    flex-direction: column;
    justify-content: space-around;
    width: 20px;
    height: 24px;
    cursor: pointer;
    /* position: absolute;
    top: 33px; */
    right: calc(37vw / var(--site_width));
	transition: 0.4s;
	z-index: 99;
    position: relative;
	order: 2;
}
.hamburger-menu .bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
}
/* .page-template-contact-page-template .hamburger-menu .bar{
	background-color: #f26326;
} */
.hamburger-menu.open .bar{
   background-color: #fff;
}
.hamburger-menu.open .bar:first-child {
	transform: translate(0, 8px) rotate(-45deg);
}
.hamburger-menu.open .bar:nth-child(2) {
	opacity: 0;
}
.hamburger-menu.open .bar:last-child {
     transform: translate(0, -8px) rotate(45deg);
}
.headerRightSec {
    display: flex;
    align-items: center;
	transition: all 0.3s ease;
}
.headerRightSec .searchIcon img, .headerRightSec .searchIcon svg {
    max-width: 22px;
    margin-right: calc(48vw / var(--site_width));
    margin-top: 7px;
	cursor: pointer;
}
.headerRightSec a.btn {
    color: var(--bg_color);
    font-size: calc(14vw / var(--site_width));
    line-height: calc(20vw / var(--site_width));
    letter-spacing: 0.2vw;
	font-weight: 600;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 10px;
    text-transform: uppercase;
	order: 0;
	margin-right: 60px;
}
.headerRightSec a.btn:hover{
    color: #f26326;
    background-color: #fff;
}
.page-id-4271 .headerRightSec a.btn {
	color: #ee9fa6;
}
.page-id-611 .headerRightSec a.btn{
	color:#3ac4e5;
}
.page-id-11 .headerRightSec a.btn{
	color:#ed1c24;
}
.page-id-2981 .headerRightSec a.btn{
	color:#f0c1c0;
}
.page-id-838 .headerRightSec a.btn{
	color:#c5bdf7;
}
.page-id-836 .headerRightSec a.btn{
	color:#453cd3;
}
.page-id-15 .headerRightSec a.btn {
	color: #faec15;
}
.page-id-834 .headerRightSec a.btn{
	color:#e914c4;
}
.page-id-840 .headerRightSec a.btn{
		color:#f78be7;
}

nav {
	position: fixed;
	width: 100vw;
	height: 100dvh;
	top: -100vh;
	left: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 0;
}

nav ul {
	height: calc(100% - 200px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-size: calc(45vw / var(--site_width));
	font-weight: 600;
	line-height: normal;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-out;
	margin: 0;
}

nav ul li {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 160px;
	white-space: nowrap;
	clip-path: inset(0px -50vw);
	perspective: 180px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.7vw;
}

.nav-item-box {
	display: flex;
	justify-content: center;
	align-items: center;
	transition-property: transform;
	transition: 0.75s cubic-bezier(0.75, 0, 0, 1);
	transform-style: preserve-3d;
	transform: rotateX(-360deg);
}

.nav-text-up {
	position: absolute;
	transform: translateZ(-45px) rotateX(180deg);
	backface-visibility: hidden;
}

.nav-text-up .nav-text {
	margin-bottom: -16px;
	margin-top: 4px;
}

.nav-hover-top {
	position: absolute;
	letter-spacing: 0em;
	backface-visibility: hidden;
	transform: translateY(35%) rotateX(-90deg) scale(1.04);
}

.nav-hover-top .nav-text {
	margin-bottom: -20px;
	margin-top: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

nav:before {
	background-color: var(--bg_color1);
	width: 100%;
	position: absolute;
	left: 0;
	content: '';
	z-index: 0;
	top: 0;
	height: 0;
	transition: 0.75s cubic-bezier(0.75, 0, 0, 1);
}


nav ul li:hover .nav-item-box {
	transform: rotateX(90deg) !important;
}

nav.open {
	top: 0
}

nav.open:before {
	height: 100%;
}

.nav-inner {
	width: 100%;
	height: 100%;
	overflow-y: auto
}

nav.open ul {
	opacity: 1;
	visibility: visible;
	padding-bottom: 30px;
}

nav.open li {
	overflow: hidden;
}

nav.open li a {
	animation: nav-item-in 0.5s ease-in-out forwards;
	animation-delay: 0.1s;
	transform: translateY(100%)
}

nav.open li:nth-child(2) a {
	animation-delay: 0.15s
}

nav.open li:nth-child(3) a {
	animation-delay: 0.2s
}

nav.open li:nth-child(4) a {
	animation-delay: 0.25s
}

nav.open li:nth-child(5) a {
	animation-delay: 0.3s
}

nav.open li:nth-child(6) a {
	animation-delay: 0.35s
}

nav .nav-text-up .nav-text {
	font-variation-settings: "wght" 300;
	letter-spacing: 0.7vw;
}

nav .nav-hover-top .nav-text {
	font-21-settings: "wght" 400;
	letter-spacing: 0.7vw;
}
nav .nav-hover-top .nav-text strong, nav .nav-text-up .nav-text strong{
    font-variation-settings: "wght" 600;
}

nav.closed {
	top: 0;
	visibility: hidden
}

nav.closed:before {
	height: 0%;
}

@keyframes nav-item-in {
	0% {
		transform: translateY(100%)
	}

	100% {
		transform: translateY(0px)
	}
}
  
nav.open li.has_submenu_items {
    position: relative;
}
/* nav.open ul ul.sub_menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
	flex-direction: row;
	padding: 0;
    bottom: 20px;
    z-index: 99;
}
nav.open ul li:hover > ul {
	visibility: visible;
    opacity: 1;
} */
nav.open ul ul.sub_menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    flex-direction: row;
    padding: 0;
    bottom: 20px;
    z-index: 99;
    pointer-events: none; /* Prevent interaction when not visible */
    transition: opacity 0.7s ease, visibility 0.7s ease;
}
nav.open ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; /* Allow interactions */
    transition: opacity 0.7s ease, visibility 0.7s ease;
}
nav.open ul ul.sub_menu li {
    display: inline-block;
	position:relative;
	padding: 0 18px;
    width: auto;
}
nav.open ul ul.sub_menu li:after{
	position: absolute;
    top: 4px;
    right: 0px;
    width: 1px;
    height: 14px;
    content: "";
    background: #fff;
}
nav.open ul ul.sub_menu li:last-child:after{
	display:none;
}
nav.open li.has_submenu_items:hover {
    position: relative;
    padding-bottom: 50px;
}
nav.open ul ul.sub_menu li a {
    height: auto;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.3vw;
    text-decoration: none;
	color: #fff;
    text-transform: uppercase;
    font-weight: 300;
	padding: 0 8px;
}
nav.open ul ul.sub_menu li a:hover, nav.open ul ul.sub_menu li:hover a, nav ul ul.sub_menu li a.active{
	font-weight:700;
}
/* .headerSearchForm {
	position: fixed;
    width: 100vw;
    height: 100dvh;
    top: -100vh;
    left: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 99;
}
.headerSearchForm:before {
    background-color: var(--bg_color1);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    z-index: 0;
    top: 0;
    height: 0;
    transition: 0.75 scubic-bezier(0.75, 0, 0, 1);
}
.headerSearchForm.open {
	top: 0
}
.headerSearchForm.open:before {
	height: 100%;
}
.headerSearchForm.closed {
	top: 0;
	visibility: hidden
}
.headerSearchForm.closed:before {
	height: 0%;
} */

.searchIcon {
    order: 1;
    margin: 0 15px 0 24px;
	display:none;
}
.headerSearchForm {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--bg_color);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99;

  input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }

  .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 70px;
        margin-left:-80px;
        background-color: transparent;
        border: 2px solid #ef4780;
        color: #ef4780;
        font-size: calc(20vw / var(--site_width));
        line-height: calc(45vw / var(--site_width));
        letter-spacing: 0.2vw;
        font-weight: 600;
        padding: 3px 40px;
        text-transform: uppercase;
        cursor: pointer;
  }
	.btn:hover{
		background-color: #ef4780;
        color: #fff;
	}

  .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 0;
    font-size: 60px;
	font-weight: 200;
	background: transparent;
    border: 0;
    height: auto;
	cursor: pointer;
  }
  
  
  &.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
}
.searchClose{
    width: 40px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: calc(37vw / var(--site_width));
	transition: 0.4s;
	z-index: 999;
}
.searchClose .bar {
    width: 33px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
}
.searchClose .bar{
   background-color: #fff;
}
.searchClose .bar:first-child {
	transform: translate(0, 4px) rotate(-45deg);
}
.searchClose .bar:last-child {
     transform: translate(0, 0px) rotate(45deg);
}

/* Home Hero Banner */
.home_heroBannerSec{
	display: flex; 
	width: 100%; 
	height: 100vh;
	align-items: center; 
	justify-content: center;
	background-color: var(--bg_color);
/* 	background-image: url(assets/images/home_hero_logo.png);
	background-position: 143% -8%;
    background-repeat: no-repeat;
    background-size: 950px; */
}
.home_heroBannerSec h1{
	font-size: calc(100vw / var(--site_width));
	text-align: center;
	display: block;
	width: 100%;
	line-height: 0.75em;
	text-transform: uppercase;
	color:#fff;
	font-weight: 200;
	margin: 0;
	padding: 0;
	letter-spacing: 1.2vw;
}
.home_heroBannerSec .nav-text{
	color:#fff;
	font-weight: 700;
	letter-spacing: 1.2vw;
    font-size: calc(100vw / var(--site_width));
}
.home_heroBannerSec .nav-item-box{
	margin-top:100px;
	animation: tumble-text 1.75s cubic-bezier(0.75, 0, 0, 1) forwards 1s;
	transform: rotateX(180deg);
}
.home_heroBannerSec .nav-text-up{
	padding: 0;
	margin: 0;
	line-height: 0.75em;
	transform: translateZ(-70px) rotateX(180deg);
}
.home_heroBannerSec .nav-hover-top{
	padding: 0; 
	margin: 0;
	line-height: 0.75em;
	transform: translateY(90px) rotateX(-90deg) scale(1.04);
}
.home_heroBannerSec .nav-item-box.reverse{
	animation: tumble-text-reverse 1.75s cubic-bezier(0.75, 0, 0, 1) forwards 1s;
	transform: rotateX(90deg);
}
.home_heroBannerSec .nav-item-box.reverse .nav-text-up{
	transform: translateZ(90px) rotateX(0deg);
}
.home_heroBannerSec .nav-item-box.reverse .nav-hover-top	{
	transform: translateY(70px) rotateX(-90deg) scale(1.04);
}
@keyframes tumble-text	{
	0%		{transform: rotateX(180deg);}
	100%	{transform: rotateX(90deg);}
}
@keyframes tumble-text-reverse	{
	0%			{transform: rotateX(90deg);}
	100%		{transform: rotateX(0deg);}
}

.HomeVideoSec .video_container{
	overflow: hidden;
}
.HomeVideoSec .video_container {
	position: relative;
	width: 100%; /* Make it full-width */
	padding-bottom: 56.25%; /* Aspect ratio of 16:9 */
	height: 0;
	overflow: hidden;
}
.HomeVideoSec .video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.home_instagram_sliderSec .swiper-wrapper .image_with_contentSlider{
    overflow: hidden!important;
}
.image_with_content_sliderSec {
    background: #782a87;
	height: 100vh;
    display: flex;
    align-items: center;
}

.image_with_content_sliderSec .image_with_contentSlider{
	padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	padding-left: 80px;
    padding-right: 80px;
}
.ajSliderWrap {
    display: flex;
    align-items: center;
}
.ajSliderWrap .slideImg{
	width: 100%;
    max-width: 500px;
}
.ajSliderWrap .slideImg img {
    border: 2px solid #fff;
}
.ajSliderWrap .sliderText{
	width: calc(100% - 500px);
    padding-left: calc(90vw / var(--site_width));
}
.ajSliderWrap .sliderText p{
   color: #fff;
   font-size: calc(22vw / var(--site_width));
   line-height: calc(45vw / var(--site_width));
   font-weight: 300;
   text-align: center;
}
.image_with_content_sliderSec .swiper-pagination {
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #ef4780;
	width: 15px;
	height: 15px;
}
.home_instagram_sliderSec{
    padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
	/* height: 100vh; */
    display: flex;
    align-items: center;
}
.titleWrap {
    display: flex;
    justify-content: center;
    padding: 0 0 40px;
}
.titleWrap h2 {
   color: #fff;
   font-size: calc(53vw / var(--site_width));
   line-height: calc(63vw / var(--site_width));
   font-weight: 200;
   text-align: center;
   letter-spacing: 1vw;
}
.home_instagram_sliderWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home_instagram_sliderWrap .singleSlider {
    flex: 0 0 25%;
    max-width: 25%;
    padding:30px 40px 80px;
}
.imageCubeSlider {
    padding: 30px 0;
}
.imageCubeSlider .swiper-slide {
    line-height: 0;
}
.singleSlider .swiper-pagination {
    bottom: -50px;
	justify-content: center;
    align-items: center;
    display: flex;
}
.singleSlider .swiper-button-next:after, .singleSlider .swiper-button-prev:after {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    color: #aaa;
    line-height: 30px;
    text-align: center;
    background: transparent;
}

.singleSlider .swiper-button-next:hover:after, .singleSlider .swiper-button-prev:hover:after{
	color: #fff;
	background-color: #178087;
	border-color: #178087;
}
.singleSlider .swiper-pagination span.swiper-pagination-bullet{
	background-color: #cccccc;
	width: 12px;
	height: 12px;
}
.singleSlider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #178087;
}

.btnWrap {
    display: flex;
    justify-content: center;
    margin: 50px 0 0px;
}
.btnWrap .btn {
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: calc(14vw / var(--site_width));
    line-height: calc(17vw / var(--site_width));
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 16px;
	letter-spacing: 5px;
}
.btnWrap .btn:hover{
	background-color: #af2466;
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: none;
}

.home-listing-card-listing{
	padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
}
.home-listing-card-inner{
	width: 100%;
	max-width: 100%;
	height: 767px; 
	margin: auto; 
	background-size: cover; 
	background-position: center; 
	display: block; 
	margin-bottom: 100px;
}
.home_our_work_section{
	padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
    display: flex;
    align-items: center;
}
.home_our_work_section .titleWrap {
    justify-content: flex-start;
}
ul.our_work_imagesWrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	/* column-count: 2;
    column-gap: 25px; */
}
ul.our_work_imagesWrap li{
    /* margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 25px;
    break-inside: avoid;
    line-height: 0; */
	width: 50%;
}
ul.our_work_imagesWrap li:nth-child(1) {
    flex: 0 0 50%;
    width: 50%;
	padding-right: 25px;
}
ul.our_work_imagesWrap li:nth-child(2) {
    flex: 0 0 50%;
    width: 50%;
}
ul.our_work_imagesWrap li:nth-child(3) {
    flex: 0 0 25%;
    width: 25%;
	margin-top: -246px;
	padding-right: 25px;
}

ul.our_work_imagesWrap li:nth-child(4) {
	flex: 0 0 25%;
    width: 25%;
    padding-right: 25px;
	margin-top: -246px;
}
.workImage{
    opacity: 1;
    transform: perspective(1000px) scale(1);
    transition: transform .35s;
}
.workImage:hover{
	transform: perspective(1000px) scale(1.03);
}
.workImage img {
    width: 100%;
	border: 1px solid #fff;
}
ul.our_work_imagesWrap li .btnWrap {
    margin-top: 15px;
}

.home_testimonial_and_clients_logoSec{
	padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
	position: relative;
}
.rightBg_red{
	background-color:#ef4780;
	position: absolute;
	right: 0;
	top: 0;
	width:50%;
    height: 100%;
}
.home_testimonial_and_clients_logoSec .rowWrap, .home_our_servicesSec .rowWrap{
	position: relative;
}
.rowWrap {
    display: flex;
    align-items: center;
}
.col{
	width: 50%;
}
.col:nth-child(2n){
	padding-left: 20px;
}
.col:nth-child(2n+1){
	padding-right: 20px;
}
.home_testimonial_and_clients_logoSec .col:nth-child(2n+1) {
    padding-right: 80px;
}
.testimonialDetails {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	text-align: center;
}
.testimonialDetails img{
	display: inline-block;
	max-width: 122px;
}
.testimonialDetails p{
	font-weight: 400;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(47vw / var(--site_width));
	letter-spacing: 0.26vw;
    padding: 40px 0 30px;
	color: #fff;
	position: relative;
}
.testimonialDetails p:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    height: 1.4px;
    width: 102px;
    background-color: #fff;
    margin-left: -51px;
}
.testimonialDetails h6{
    font-weight: 700;
    font-size: calc(17vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
	color: #fff;
    letter-spacing: 0.26vw;
    text-transform: capitalize;
}
.testimonialDetails h6 span{
    font-weight: 300;
}
.clientLogoWrap {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.clientLogoWrap .clientsLogo {
    width: 33.333%;
	text-align: center;
	flex: 0 0 33.333%;
    padding: 0 20px;
}
.clientLogoWrap .clientsLogo img{
	display: inline-block;
}
.home_our_servicesSec{
    padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
	position: relative;
}
.home_our_servicesSec .titleWrap {
    padding: 0;
}
.accordionListSec {
    padding-left: calc(70vw / var(--site_width));
}
.accordionWrap {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.accordionTitle{
	position: relative;
}
.accordionTitle::before {
    content: '+';
    position: absolute;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    right: 4px;
    top: 21px;
}
.accordionTitle.active::before {
    content: '-';
}
.accordionTitle h3 {
    color: #fff;
    font-size: calc(22vw / var(--site_width));
    line-height: calc(100vw / var(--site_width));
    font-weight: 300;
	letter-spacing: 0.3vw;
	cursor: pointer;
}
.accordionDetails{
	display: none;
	padding-bottom: 25px;
}
.accordionDetails p{
    color: #fff;
    font-size: calc(15vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.14vw;
}
.accordionDetails .btnWrap {
    margin-top: 0;
}
.accordionDetails .btnWrap a.btn {
    border-width: 1px;
}
.home .services_listDetails {
    background-color: #782a87;
}
section.services_listSec .headingSec {
    padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.home_find_your_tribeSec{
	padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
	position: relative;
}
.tag_lineWrap {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	text-align: center;
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
	padding: 90px 0;
}
.tag_lineWrap img {
    max-width: 200px;
}
.tag_lineWrap p{
    color: #fff;
    font-size: calc(37vw / var(--site_width));
    line-height: calc(71vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 5px;
	position: relative;
}
.tag_lineWrap p::before{
	content: "";
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -50px;
	background-color: #fff;
}
.tag_lineWrap h5{
    color: #EF4780;
    font-size: calc(37vw / var(--site_width));
    line-height: calc(37vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 5px;
}
.home_find_your_tribeSec .titleWrap {
    padding-top: 100px;
}
.find_your_tribeSec{
   padding-top:calc(140vw / var(--site_width));
   padding-bottom:calc(140vw / var(--site_width)); 
   background-color:#ef4780;
   height: 100vh;
   display: flex;
   align-items: center;
   flex-direction: column;
}
.find_your_tribeWrap {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 40px;
	flex-direction: column;
}
.find_your_tribeWrap .linkBox {
    margin-bottom: 40px;
}
.find_your_tribeWrap .linkBox:last-child{
	margin-bottom:0;
}
.find_your_tribeWrap .linkBox a {
     text-decoration: none;
    color: #ef4780;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(50vw / var(--site_width));
    letter-spacing: 0.2vw;
    font-weight: 600;
    background: #fff;
    padding: 12px 14px;
    border-radius: 15px;
    width: calc(355vw / var(--site_width));
    display: inline-block;
    text-align: center;
}
.find_your_tribeWrap .linkBox a:hover {
    background-color: #f26326;
	color: #fff;
}
.home_tips_tricksSec{
    padding-top: calc(140vw / var(--site_width));
	padding-bottom: calc(140vw / var(--site_width));
	background: #782a87;
	position: relative;
}
ul.home_post_list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.home_post_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    list-style: none;
    margin-bottom: 30px;
    line-height: 0;
}
ul.home_post_list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
	overflow: hidden;
	perspective: 1000px; 
}
ul.home_post_list li img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s; 
	transform-style: preserve-3d; 
	border:1px solid #fff;
}
ul.home_post_list li a:hover img {
transform: rotateY(15deg) rotateX(10deg);
}
.home_tips_tricksSec .btnWrap {
    padding: 0 15px;
    margin-top: 0;
}
.site-footer{
	display: flex;
	background-color: var(--bg_color1);
	padding: 55px 0 35px;
 }
 .footerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.socialicons ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.socialicons ul li {
    padding-left: 15px;
}
.socialicons ul li a:hover{
	opacity: 0.5;
}
.socialicons ul li img{
    display: inline-block;
	line-height: 0;
	max-width: 25px;
}
.footerBottom {
    display: block;
    text-align: center;
    padding: 55px 0 0;
}
.footerLinks ul.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerLinks ul.footer-menu li{
    padding: 0 7px;
	position: relative;
}
.footerLinks ul.footer-menu li::after{
	position: absolute;
	right: 0;
	top: 7px;
	height: 12px;
	width: 1px;
	background-color: #fff;
	content: "";
}
.footerLinks ul.footer-menu li:last-child::after{
	display: none;
}
.footerLinks ul.footer-menu li a{
    font-size: calc(18vw / var(--site_width));
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
	text-decoration: none;
}
.footerLinks ul.footer-menu li a:hover{
    text-decoration: underline;
	color: #fff;
}
.copyrightText p{
	font-size: calc(18vw / var(--site_width));
	color: #fff;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding:12px 0 0;
}

/* LEARN ABOUT FUNKY Page*/
.hero_banner_Sec {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: right center;
}
.bannerText {
    width: 70%;
}
.bannerText h1 {
    color: #fff;
    font-size: calc(130vw / var(--site_width));
    line-height: calc(140vw / var(--site_width));
    letter-spacing: 0.5vw;
    font-weight: 300;
    text-align: left;
	margin: 0;
	padding: 0;
}
.bannerText h1 strong {
    font-weight: 700;
	letter-spacing: 1vw;
}
.our_tribe_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding-top: 60px;
}
.our_tribe_list .our_tribeDetails {
    flex: 0 0 calc(33.333% - 20px);
    width: 33.333%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
    border: 4px solid #fff;
    line-height: 0;
}
/* .our_tribe_list .our_tribeDetails:nth-child(2) {
    flex: 0 0 50%;
    width: 50%;
}
.our_tribe_list .our_tribeDetails:nth-child(1) {
    flex: 0 0 50%;
    width: 50%;
} */
.our_tribeDetails a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
	line-height: 0;
}
.our_tribeDetails img {
    width: 100%;
    height: auto;
/* 	opacity: .7;
    transition: opacity .35s; */
	border: 1px solid #fff;
}
.our_tribeDetails:hover img{
/* 	opacity: 0.4; */
}
.infoText_overlay{
	padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
    transition: opacity 0.3s ease;
}
.our_tribeDetails:hover .infoText_overlay{
	opacity:1;
}
.infoText_overlay::before, .infoText_overlay::after{
	position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    transition: opacity .35s, transform .35s;
}
.our_tribeDetails:hover .infoText_overlay::before, .our_tribeDetails:hover .infoText_overlay::after{
	opacity: 1;
    transform: scale(1);
}
.infoText_overlay::before{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
}
.infoText_overlay:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
}
.infoText_overlay .innerText{
	align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 4em;
}
.infoText_overlay .innerText h3{
    font-size: calc(48vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
	padding: 0;
    transition: padding .25s ease-in-out;
	text-align: center;
	margin: 0;
	font-weight: 400;
	letter-spacing: 0.25vw;
}
/* .our_tribe_list .our_tribeDetails:nth-child(1) .infoText_overlay .innerText h3, .our_tribe_list .our_tribeDetails:nth-child(2) .infoText_overlay .innerText h3{
	font-size: calc(48vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
} */
.our_tribeDetails:hover .infoText_overlay .innerText h3{
	margin: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
	padding: 0 0 .5em 0;
}
.infoText_overlay .innerText p{
    font-size: calc(15vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	margin-top: -1em;
    padding: 0;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: opacity .35s, transform .35s, margin .35s ease-in-out;
}
/* .our_tribe_list .our_tribeDetails:nth-child(1) .infoText_overlay .innerText p, .our_tribe_list .our_tribeDetails:nth-child(2) .infoText_overlay .innerText p{
	font-size: calc(15vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
} */
.our_tribeDetails:hover .infoText_overlay .innerText p{
	margin: 0;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.our_methodsSec{
    padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.our_methodsSec .titleWrap h2{
	text-align:left;
}
.our_stepsInfo {
    display: flex;
    align-items: center;
	margin-bottom: 60px;
}
.our_stepsInfo h6{
	color: #fff;
	font-size: calc(54vw / var(--site_width));
    line-height: calc(47vw / var(--site_width));
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	background-color: #EF4780;
	border-radius: 15px;
	text-align: center;
	width: 116px;
	height: 116px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our_stepsInfo h6 span{
	color: #fff;
    font-size: calc(21vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
	letter-spacing: 2.5px;
	display: block;
}
.stepContent{
   width: calc(100% - 116px);
   padding-left: calc(55vw / var(--site_width));
}
.stepContent h4{
	color: #fff;
	font-size: calc(30vw / var(--site_width));
    line-height: calc(36vw / var(--site_width));
	font-weight: 500;
	letter-spacing: 5px;
	margin: 0;
    padding: 0 0 15px;
}
.stepContent p{
	color: #fff;
	font-size: calc(16vw / var(--site_width));
    line-height: calc(23vw / var(--site_width));
	font-weight: 300;
	letter-spacing: 0.15vw;
	margin: 0;
}
.page-id-11 .tag_lineWrap h5 {
	color: #fff;
}
.page-id-4271 .hero_banner_style_2 .bannerText h1 strong {
    letter-spacing: 0.5vw;
    font-size: calc(165vw / var(--site_width));
}
.page-id-4271 .hero_banner_style_2 .bannerText h1 strong span {
    letter-spacing: 0.8vw;
}

/* NICHE SECTORS */
.hero_banner_style_2 .bannerText h1 {
    color: #fff;
    font-size: calc(90vw / var(--site_width));
    line-height: calc(140vw / var(--site_width));
	letter-spacing: 0.5vw;
    font-weight: 300;
    text-align: left;
    margin: 0;
}
.hero_banner_style_2 .bannerText h1 strong {
    font-weight: 700;
    letter-spacing: 0.4vw;
    font-size: calc(180vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
	display: block;
}
.hero_banner_style_2 .bannerText h1 strong span {
    letter-spacing: 0.5vw;
    font-size: calc(190vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
}
.single_quotesSec{
	padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
    background: #782a87;
    position: relative;
}
.quotes_messageWrap{
   background-image: url(assets/images/Faded-Logo.png);
   background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}
.quotes_messageWrap figure {
    text-align: center;
    margin: 0;
}
.quotes_messageWrap figure img {
    display: inline-block;
    max-width: 115px;
}
.quotes_messageWrap h5{
	color: #fff;
    font-size: calc(16vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.2vw;
}
.quotes_messageWrap h6 span{
    font-weight: 300;
}
.quotes_messageWrap p{
    color: #fff;
    font-size: calc(24vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.15vw;
	position: relative;
}
.quotes_messageWrap p::before{
	content: "";
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -50px;
	background-color: #fff;
}
.quotes_messageWrap a.btn {
    background-color: #ef4780;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: calc(16vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.2vw;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 25px;
}
.quotes_messageWrap a.btn:hover{
	color:#ef4780;
	background-color:#fff;
}
.specialist_work_listSec{
	padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.work_listsInfo {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
	flex-wrap: wrap;
}
.work_listsInfo figure {
    margin: 0;
    padding: 0;
	flex: 0 0 50%;
	line-height: 0;
}
.work_listsInfo figure a {
    line-height: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
}
.work_listsInfo figure img{
	transition: transform 0.3s ease; 
	transform: perspective(1000px) scale(1);
	width: 100%;
}
.work_listsInfo figure:hover img{
	transform: perspective(1000px) scale(1.03); 
}
.work_listsInfo .workInfoText {
    flex: 0 0 50%;
	padding-left: calc(90vw / var(--site_width));
	width:50%;
}
.workInfoText h5{
    color: #fff;
    font-size: calc(21vw / var(--site_width));
    line-height: calc(100vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.2vw;
}
.workInfoText h3{
	color: #fff;
    font-size: calc(39vw / var(--site_width));
    line-height: calc(84vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.9vw;
	text-transform: uppercase;
}
.workInfoText a.btn{
	color: #fff;
    font-size: calc(13.84vw / var(--site_width));
    line-height: calc(99.3vw / var(--site_width));
    font-weight: 500;
    letter-spacing: 0.15vw;
	text-decoration: none;
    padding: 12px 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    text-transform: uppercase;
}
.workInfoText a.btn:hover{
	background-color: #fff;
    color: #782a85 !important;
}
.work_listsWrap .innerWrapSec:nth-child(2n) .work_listsInfo{
    flex-direction: row-reverse;
}
.work_listsWrap .innerWrapSec:nth-child(2n) .work_listsInfo .workInfoText {
    text-align: right;
    padding-right: calc(110vw / var(--site_width));
	padding-left: 0;
}
/* contact us page */
.hero_banner_style_2.contactUsBanner .bannerText h1{
	letter-spacing: 38.15px;
}
.hero_banner_style_2 .bannerText h1 strong{
	letter-spacing: 0.1vw;
}
.book_appointmentSec {
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width));
    background-color: #ef4780;
	position:relative;
	background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.rightBg_blue{
	background-color: #3ac4e5;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.book_appointmentSec .rowWrap {
    position: relative;
	margin-top: calc(100vw / var(--site_width));
}
.book_appointmentSec .our_stepsInfo h6{
	background-color:#ef4780;
	color:#fff;
	width: calc(120vw / var(--site_width));
    height: calc(120vw / var(--site_width));
	border-radius: 100%;
}
.book_appointmentSec .our_stepsInfo h6 span{
	color:#fff;
	margin-top: 0;
}
.book_appointmentSec .rowWrap .col:first-child {
    padding-right: calc(40vw / var(--site_width));
}
.book_appointmentSec .titleWrap h2{
	letter-spacing: 8px;
}
.how_it_workSec .headingSec h2 {
    color: #ef4780;
}
.how_it_workSec .stepContent h4{
	color:#ef4780;
}
.how_it_workSec .stepContent p{
	color:#ef4780;
	font-weight: 500;
}
.book_appointmentSec .stepContent{
	padding-left: calc(40vw / var(--site_width));
}
/* .how_it_workSec .our_methods_steps .our_stepsInfo{
  opacity: 0;
  transform: translateX(-100%);
  margin-bottom: 20px;
  transition: all 0.5s ease;
} */
.headingSec.get_started_heading {
    background-color: #3ac4e5;
    padding-bottom: calc(140vw / var(--site_width));
    padding-top: calc(140vw / var(--site_width));
}
.headingSec.get_started_heading h2{
	color:#ef4780;
	padding-bottom:0;
}
.yourprojectSec .rowWrap .col:nth-child(2n+1) {
    padding-right: 40px;
}
.CalendlySec {
    padding:15px 0 0 calc(60vw / var(--site_width));
    width: 100%;
    display: block;
}
.CalendlySec h2{
    color: #ef4780;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.7vw;
    text-transform: uppercase;
	text-align: center;
}
.CalendlySec p{
	color: #fff;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.15vw;
    padding: 10px 0 0;
	text-align: center;
}
.CalendlySec .calendly-inline-widget {
    max-width: 80%;
    min-width: 300px !important;
    width: 100%;
    margin: 0 auto;
	max-height: 895px;
}
.yourprojectSec{
	background-color: #ef4780;
/* 	padding-top:calc(60vw / var(--site_width));
	padding-bottom:calc(60vw / var(--site_width)); */
	position:relative;
}
.yourprojectSec .container {
    max-width: 90%;
}
.yourprojectSec .rowWrap {
    position: relative;
	align-items: baseline;
    padding-top: 40px;
}
.yourprojectSec .quotes_messageWrap p {
    color: #fff;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(50vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 5px;
    position: relative;
}
.yourprojectSec .quotes_messageWrap{
	background-image:url(assets/images/Logo-Background-white.png);
}
.yourprojectSec .quotes_messageWrap h5{
	color:#fff;
	font-weight: 500;
}
.letschatSec {
    padding: 20px;
    border: 1px solid #fff;
	text-align:center;
	margin: 3vw auto;
    max-width: 80%;
}
.letschatSec h4 {
	color: #fff;
    font-size: calc(35vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 1.1vw;
}
.letschatSec p{
	color: #fff;
    font-size: calc(25vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 1vw;
}
.letschatSec .socialicons ul{
    justify-content: center;
}
.letschatSec .socialicons ul li img{
	max-width:20px;
}
.contactformSec{
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
}
.yourprojectSec .container .contactformSec{
	max-width:100%;
}
.contactformSec h3{
	color: #fff;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.7vw;
	text-align:center;
	margin-bottom: 10px;
}
.contactformSec p{
	color: #fff;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.15vw;
    text-align: center;
    padding: 0 2%;
}
.contactformSec .frm_forms form .frm_form_fields .frm_fields_container {
    display: flex;
    flex-direction: column;
}
.contactformSec .with_frm_style label {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}
.contactformSec .frm_forms form .frm_form_fields .frm_fields_container button.frm_button_submit.frm_final_submit {
    flex: 0 0 100%;
    padding: 10px 20px !important;
    margin-top: 0;
	background-color: #3ac4e5 !important;
}
.contactformSec .frm_forms form .frm_form_fields .frm_fields_container button.frm_button_submit.frm_final_submit:hover{
	color: #3ac4e5 !important;
	background-color: #fff !important;
}
.contactformSec .frm_forms .frm_error {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15vw;
}
.contactuspage_bottom_bgcolor{
	display:block;
	min-height:200px;
	width:100%;
	background-color:#3ac4e5;
}
.contactformSec .with_frm_style .frm_dropzone {
    max-width: 100%;
}
.contactformSec .with_frm_style .frm_dropzone .dz-message {
    background-color: rgba(255, 182, 193, 0.9);
}
.contactformSec .with_frm_style .frm_dropzone .dz-message p {
    color: rgb(132 132 132);
}
.questionAskSec {
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width));
    background-color: #ef4780;
    border-bottom: 2px solid #00000061;
}
.questionAskSec h4{
	color: #fff;
    font-size: calc(45vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.9vw;
    margin-bottom: 40px;
    text-align: right;
    text-transform: uppercase;
}
.questionAskSec h4 strong {
    font-size: calc(40vw / var(--site_width));
    font-weight: 700;
	display: block;
}
.questionAskSec p{
	 color: #fff;
    font-size: calc(18vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.3vw;
    text-align: right;
    margin-bottom: 5px;
}
.questionAskSec a{
	color:#fff;
	text-decoration:none;
}
.questionAskSec a:hover{
	text-decoration:underline;
}
.questionAskSec .socialicons ul {
    display: flex;
    flex-direction: column;
}
.questionAskSec .socialicons ul li {
    padding: 0 0 38px;
}
.questionAskSec .socialicons ul li:last-child {
    padding: 0;
}
.questionAskSec .socialicons ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: calc(18vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.3vw;
    text-align: center;
    background-color: #3ac4e5;
    padding: 8px 15px;
    display: block;
    width: 388px;
    border-radius: 30px;
}
.questionAskSec .socialicons ul li a:hover {
    opacity: 1;
    background-color: #f26326;
}


/* Services page */
.ourServiceBanner {
    background-color: #f84690;
}
/* .page-id-13 .hero_banner_style_2 .bannerText h1{
	letter-spacing: 30px;
}
.page-id-13 .hero_banner_style_2 .bannerText h1 strong {
    letter-spacing: 5px;
    font-size: calc(160vw / var(--site_width));
}
.page-id-13 .hero_banner_style_2 .bannerText h1 strong span {
    letter-spacing: 35px;
    font-size: calc(200vw / var(--site_width));
} */
.ourRetainerService {
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width));
	background-color:#f84690;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    align-items: center;
    height: 100vh;
}
.ourRetainerService p{
	 color: #fff;
    font-size: calc(22vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
}
.ourRetainerService h2 {
    color: #fff;
    font-size: calc(36vw / var(--site_width));
    line-height: calc(50vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.7vw;
    margin-bottom: calc(20vw / var(--site_width));
	text-transform: uppercase;
}
.services_listDetails {
    display: block;
    background-size: cover;
    background-position: center;
    padding: calc(150vw / var(--site_width)) 0;
	background-color: #ee4890;
	border-bottom: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
	position:relative;
}
.services_listDetails:first-child {
    border-top: 2px solid #fff;
}
.service_image{
	position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: right 0.9s ease-in-out;
}
.services_listDetails:hover .service_image{
   right: 0;
}
.services_listDetails h2{
	font-size: calc(42vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
	font-weight:200;
	color:#fff;
	letter-spacing:2vw;
	cursor:pointer;
	position:relative;
	z-index:2;
	display: inline-block;
    padding:5px 0px 5px 30px;
}
.services_listDetails h2 strong{
	font-weight:500;
}
.services_listDetails h2 a{
	color:#fff;
	text-decoration:none;
}
.services_listDetails h2 a:hover{
	color:#fff;
}
.services_listDetails h2 a::before, .services_listDetails h2 a::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.services_listDetails h2 a span::before, .services_listDetails h2 a span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.services_listDetails h2 a:hover::before, .services_listDetails h2 a:hover::after{
  width: 100%;
}
.services_listDetails h2 a:hover span::before, .services_listDetails h2 a:hover span::after{
  height: 100%;
}
.services_listDetails h2 a::before, .services_listDetails h2 a::after{
  transition-delay: 0.2s;
}
.services_listDetails h2 a span::before, .services_listDetails h2 a span::after{
  transition-delay: 0s;
}
.services_listDetails h2 a::before{
  right: 0;
  top: 0;
}
.services_listDetails h2 a::after{
  left: 0;
  bottom: 0;
}
.services_listDetails h2 a span::before{
  left: 0;
  top: 0;
}
.services_listDetails h2 a span::after{
  right: 0;
  bottom: 0;
}
.services_listDetails h2 a:hover::before, .services_listDetails h2 a:hover::after{
  transition-delay: 0s;
}
.services_listDetails h2 a:hover span::before, .services_listDetails h2 a:hover span::after{
  transition-delay: 0.2s;
}


/* .services_listDetails:nth-child(2) h2 a:hover{
	color:#dae798;
}
.services_listDetails:nth-child(3) h2 a:hover{
	color:#fef200;
}
.services_listDetails:nth-child(4) h2 a:hover{
	color:#3ac4e5;
}
.services_listDetails:last-child h2 a:hover {
	color:#3ac4e5;
} */

/* Service Detail page */
.our_work_before_and_after_gallery{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color: #f0c1c0;
}
.our_work_before_and_after_gallery .titleWrap {
    justify-content: left;
}
ul.beforGalleryShortcode {
    list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
    align-items: normal;
    flex-wrap: wrap;
}
ul.beforGalleryShortcode li {
    width: 100%;
    margin-bottom: calc(20vw / var(--site_width));
}
ul.beforGalleryShortcode li:nth-child(3n){
	width:50%;
	padding-left: calc(10vw / var(--site_width));
}
ul.beforGalleryShortcode li:nth-child(3n+1){
	width:100%;
}
ul.beforGalleryShortcode li:nth-child(3n+2){
	width:50%;
	padding-right: calc(10vw / var(--site_width));
}
.page-id-2981 .accordionTitle h3 {
    font-size: calc(26vw / var(--site_width));
    line-height: calc(85vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 5px;
}
.the_contents_boxSec {
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color: #f0c1c0;
}
.the_contents_boxSec .list_boxes_shortcode_mobile_view_only {
    display: none;
}
.the_contents_boxSec .titleWrap {
    justify-content: flex-start;
}
.the_contents_boxSec h2.vp-portfolio__item-meta-title {
    margin: 0 0 15px;
    font-size: calc(21vw / var(--site_width)) !important;
    line-height: calc(40vw / var(--site_width)) !important;
	letter-spacing: 0.1vw;
}
.the_contents_boxSec .vp-portfolio__item-meta-excerpt {
    font-size: calc(17vw / var(--site_width)) !important;
    line-height: calc(26vw / var(--site_width)) !important;
    letter-spacing: 0.1vw;
    font-weight: 200;
}
.page-id-838 .accordionTitle h3 {
    color: #fff;
    font-size: calc(24vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 8px;
    cursor: pointer;
}
.page-id-836 .hero_banner_style_2 .bannerText h1 strong span {
    letter-spacing: 3px;
    font-size: calc(160vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
}
.our_work_before_and_after_gallery .rowWrap {
    align-items: normal;
}
.page-id-836 .accordionTitle h3 {
    color: #fff;
    font-size: calc(26vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 5px;
    cursor: pointer;
}
.our_work_image_sliderSec{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color: #f0c1c0;
}
.our_work_image_sliderSec .titleWrap {
    justify-content: left;
}
ul.youtube_video_listWrap {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
ul.youtube_video_listWrap li {
    flex: 0 0 33.333%;
    width: 33.333%;
    margin-bottom: 30px;
    padding: 0 15px;
}
ul.youtube_video_listWrap li iframe {
    width: 100%;
}

/* default page setup */
.defaultBanner {
    background-color: #782a87;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	min-height: 75vh;
    display: flex;
    align-items: center;
}
.defaultBanner h1 {
    text-align: center;
    color: #fff;
	font-size: calc(58vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 5px;
}
.defaultCfullwidthSec{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
}
.page-id-1730 .defaultCfullwidthSec {
    padding-top: calc(20vw / var(--site_width));
}
/* portfolio Details page */
.the_brief_info_for_portfolio{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color:#af3965;
}
.the_brief_info_for_portfolio h2{
	font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 1vw;
	margin-bottom: 20px;
}
.the_brief_info_for_portfolio p{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.15vw;
	
}
.rightContentWrap .portfolioClientDetails p{
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: calc(40vw / var(--site_width));
}
.description_content {
    padding-right: 15px;
	color:#fff;
}
.portfolioClientDetails {
    border: 1px solid #fff;
    padding: 6% 30% 10% 10%;
	color:#fff;
}
.portfolioClientDetails h4{
	font-size: calc(24vw / var(--site_width));
    line-height: calc(45vw / var(--site_width));
    font-weight: 600;
    letter-spacing:0.5vw;
	margin-bottom: 20px;
}
.portfolioClientDetails a.email{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 600;
    letter-spacing:0.3vw;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
}
.portfolioClientDetails a.email:hover{
	opacity:0.4;
}
.clientSocialLinks {
    display: flex;
    align-items: center;
}
.clientSocialLinks a{
	background-size:20px;
	background-position:center center;
	background-repeat:no-repeat;
	font-size:0;
	width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-top: 15px;
}
.clientSocialLinks a:hover{
	opacity:0.4;
}
.clientSocialLinks .facebook{
	background-image:url(assets/images/facebook_icon.png);
}
.clientSocialLinks .instagram{
	background-image:url(assets/images/instagram_icon.png);
}
.clientSocialLinks .linkedin{
	background-image:url(assets/images/linkedin_icon.png);
}
.single_fullwidth_testimonialSec{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color:#af3965;
}
.single_testimonialDetails figure{
	text-align:center;
}
.single_testimonialDetails figure img{
	display:inline-block;
	border-radius:50px;
}
.single_testimonialDetails p{
	color:#fff;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 300;
    letter-spacing:0.25vw;
	font-style:italic;
	background-image:url(assets/images/Comma-2.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size: 90px;
    padding: 96px 0 0;
}
.single_testimonialDetails h4{
	color:#fff;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 600;
    letter-spacing:0.25vw;
	text-align: right;
}
.portfolio_image_gallerySec{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color:#af3965;
}
/* .portfolio_image_gallerySec ul{
	list-style:none;
	margin:0;
	padding:0;
	column-count: 3;
    column-gap: 10px;
}
.portfolio_image_gallerySec ul li{
	margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
    line-height: 0;
}
.portfolio_image_gallerySec ul li img {
    grid-row: 1 / -1;
    grid-column: 1;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
	width:100%;
} */
.portfolio_image_gallerySec ul{
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	margin:0;
	padding:0;
}
.portfolio_image_gallerySec ul li{
	width:50%;
	margin-bottom: 40px;
    line-height: 0;
}
.portfolio_image_gallerySec ul li:nth-child(1){
	width:50%;
	padding-right:20px;
}
.portfolio_image_gallerySec ul li:nth-child(2){
	width:50%;
	padding-left:20px;
}
.portfolio_image_gallerySec ul li:nth-child(3){
	width: 25%;
    padding-right: 15px;
}
.portfolio_image_gallerySec ul li:nth-child(4){
	width: 25%;
    padding-right: 15px;
}
.portfolio_image_gallerySec ul li:nth-child(5){
	width: 25%;
    padding-left: 20px;
	margin-top: -225px;
}
.portfolio_image_gallerySec ul li:nth-child(6){
	width: 25%;
    padding-left: 20px;
	margin-top: -225px;
}
.portfolio_image_gallerySec ul li img{
	width:100%;
	border:1px solid #fff;
}
.portfolio_youtube_and_imageSec{
	padding-top:calc(140vw / var(--site_width));
	padding-bottom:calc(140vw / var(--site_width)); 
	background-color:#af3965;
}
ul.youtube_video_listSec {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.youtube_video_listSec li {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px;
    line-height: 0;
}
ul.youtube_video_listSec li iframe {
    width: 100%;
}
ul.image_gallerySec {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.image_gallerySec li {
    line-height: 0;
    width: 33.333%;
    padding: 0 20px;
}
ul.image_gallerySec li img {
    width: 100%;
    display: inline-block;
    border: 1px solid #fff;
}
.boxTextListSec {
    border: 1px solid #fff;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 35px;
}
.boxTextListSec h5{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.5vw;
    padding:5% 11%;
    color: #fff;
    text-align: center;
}
.flip_box_listSec{
   padding-top:calc(40vw / var(--site_width));
   padding-bottom:calc(40vw / var(--site_width)); 
   background-color:#eba7ac;
}
.flip_boxWrapper {
    display: flex;
	margin-bottom: 30px;
}
.flip_boxWrapper .flip_boxIinnerWrapper{
	width: 20%;
	position: relative;
    margin-bottom: 15px;
    perspective: 1000px;
	min-height: 260px;
}
.flip_boxWrapper .flip_boxIinnerWrapper .flip_box_front, .flip_boxWrapper .flip_boxIinnerWrapper .flip_box_back{
	display: flex;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    perspective: 1000px;
    padding: 27px 20px;
    text-align: center;
    backface-visibility: hidden;
    background-clip: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 2.0s;
    border: 1px solid #fff;
    border-radius: 4px;
	transition: transform 2.0s cubic-bezier(.2, .85, .4, 1.275);
}
.flip_boxWrapper .flip_boxIinnerWrapper .flip_box_front{
	position: absolute;
	transform: rotateY(0);
	bottom: 0;
    z-index: 10;
    background-color: #ef4780;
    background-blend-mode: normal;
    color: #fff;
	margin: 0 10px;
}
.flip_boxWrapper .flip_boxIinnerWrapper .flip_box_front h4{
	font-size: calc(18vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 400;
    letter-spacing:0.15vw;
	color:#fff;
}
.flip_boxWrapper .flip_boxIinnerWrapper .flip_box_back{
	position: absolute;
    z-index: -1;
    background-color: #3ac4e5;
    background-blend-mode: normal;
    color: #fff;
	transform: rotateY(-180deg);
	bottom: 0px;
	margin: 0 10px;
}
.flip_boxWrapper .flip_boxIinnerWrapper:hover .flip_box_front{
	transform: rotateY(180deg);
	 z-index: 1;
}
.flip_boxWrapper .flip_boxIinnerWrapper:hover .flip_box_back{
	transform: rotateY(0);
	z-index: 1;
}
.flip_boxWrapper .flip_boxIinnerWrapper .flip_box_back p{
	font-size: calc(16vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.15vw;
	color:#fff;
}
.flip_box_listSec .col:nth-child(2n+1) {
    padding-right: 60px;
}
.bottom_left_content h3 {
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 0.15vw;
    font-weight: 500;
    font-size: calc(22vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
}
.bottom_right_content {
    border: 1px solid #fff;
    padding: 12% 10%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom_right_content h4 {
    color: #fff;
    letter-spacing: 1vw;
    font-weight: 300;
    font-size: calc(28vw / var(--site_width));
    line-height: calc(36vw / var(--site_width));
    padding-bottom: 15px;
}
.bottom_right_content p {
    color: #fff;
    letter-spacing: 0.15vw;
    font-weight: 100;
    font-size: calc(17vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    display: block;
    width: 100%;
    text-align: center;
}
.bottom_right_content a.btn {
    color: #fff;
    letter-spacing: 0.15vw;
    font-weight: 200;
    font-size: calc(18vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    text-decoration: none;
    width: 100%;
    display: block;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
	margin-top: 40px;
}
.bottom_right_content a.btn:hover{
	color: #fff;
    background-color: #af2466;
}
.could_we_helpSec .rowWrap .col:last-child {
    max-width: 370px;
    margin: 0 auto;
}
.accordion_fullwidthSec .titleWrap {
    flex-direction: column;
    padding-left: calc(70vw / var(--site_width));
	padding-bottom: 0;
}
.accordion_fullwidthSec .titleWrap h2{
	color: #fff;
    letter-spacing: 0.5vw;
    font-weight: 400;
    font-size: calc(32vw / var(--site_width));
    line-height: calc(45vw / var(--site_width));
    padding-bottom: 15px;
	text-align: left;
}
.accordion_fullwidthSec .titleWrap p{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 100;
    letter-spacing: 0.15vw;
	color:#fff;
}
.accordionLeftSec h2{
	color: #fff;
    font-size: calc(53vw / var(--site_width));
    line-height: calc(63vw / var(--site_width));
    font-weight: 200;
    text-align: center;
    letter-spacing: 14px;
}
.the_customer_journeySec{
   padding-top:calc(140vw / var(--site_width));
   padding-bottom:calc(140vw / var(--site_width)); 
   background-color:#782a87;
   height: 100vh;
    display: flex;
    align-items: center;
}
.the_customer_journeySec .titleWrap {
    justify-content: left;
}
.the_customer_journeySec h2 {
    color: #fff;
    font-size: calc(45vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.6vw;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: calc(85vw / var(--site_width)) calc(15vw / var(--site_width)) calc(85vw / var(--site_width)) calc(60vw / var(--site_width));
    text-align: left;
}
.the_customer_journeySec h2 span {
    display: block;
}
.the_customer_journeySec .contentInner {
    color: #fff;
}
.the_customer_journeySec p{
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 0.15vw;
}
.the_customer_journeySec .contentInner p:last-child {
    margin-bottom: 0;
}
.the_customer_journeySec .col:nth-child(2n) {
    padding-left: 60px;
}
.the_customer_journeySec .col:nth-child(2n+1) {
    padding-right: 0;
}
/* .headingSec {
	white-space: nowrap;
	display: inline-flex;
	width: 100%;
	overflow: hidden;
} */
/* .headingSec h2{
	color: #fff;
    font-size: calc(160vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 1.5vw;
    text-transform: uppercase;
    padding-bottom: calc(30vw / var(--site_width));
	margin-right: 0;
	display: inline-block;
    animation: scroll-left 15s linear infinite;
}
.headingSec h2 strong {
    font-weight: 700;
}
@keyframes scroll-left {
	from {
		transform: translateX(5%);
	}
	to {
		transform: translateX(-100%);
	}
} */

/* .headingSec{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;

  h2{
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    color: #fff;
    font-size: calc(160vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 1.5vw;
    text-transform: uppercase;
    padding-bottom: calc(30vw / var(--site_width));
	margin-right: 0;
	display: inline-block;
  }
}
 */
.headingSec span strong {
    font-weight: 700;
}
@keyframes headingSec {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.headingSec{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  color: #fff;

  span{
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: headingSec 15s linear infinite;
    
    // Extra Styling
    color: #fff;
    font-size: calc(160vw / var(--site_width));
    line-height: calc(190vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 1.5vw;
    text-transform: uppercase;
	padding-bottom: calc(30vw / var(--site_width));
	margin-right: 0;
	display: inline-block;
  }
}

.work_listSec .work_listWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    position: relative;
	transition: opacity 0.5s ease-in-out;
   width: 100%;
}
.wl_images{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	width:100%;
	height:100%;
}
/* .work_listSec .work_listWrap:not(:first-child) {
    opacity: 0;
}
.work_listSec .work_listWrap.active {
    opacity: 1;
}
html {
    scroll-behavior: smooth; 
} */
/*  #image1 {
    position: sticky;
    top: 0;
    z-index: 2;
    opacity: 1; 
}
#image2, #image3, #image4 {
    opacity: 0; 
    transition: opacity 0.5s ease;
}
#image1.hidden {
    display: none;
}
.work_listSec .work_listWrap:not(#image1) {
    opacity: 0; 
    transition: opacity 0.5s ease;
}  */
.website_image_slider {
    width: 100%;
    height: 100%;
}
.website_image_slider .swiper-slide {
  width: 100%; 
  height: 100%;
}
.website_imageinnerWrap {
    display: flex;
    width: 100%;
    position: relative;
	height:100vh;
}
.website_image_slider .swiper-slide {
    width: 100% !important;
}
.website_imageinnerWrap figure {
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.website_imageinnerWrap figure img {
    display: inline-block;
    width: 100%;
}
.work_listSec .work_listWrap .work_listText, .website_image_slider .overlayText{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #782a87;
    position: absolute;
    width: 100%;
    bottom: 5vh;
    left: 0;
    padding: 10px calc(50vw / var(--site_width));
	box-sizing: border-box;
}
.work_listSec .work_listWrap .work_listText h6, .website_image_slider .overlayText h6{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 100;
    letter-spacing: 0.25vw;
	color: #fff;
    text-transform: uppercase;
}
.work_listSec .work_listWrap .work_listText h2, .website_image_slider .overlayText h2{
	font-size: calc(38vw / var(--site_width));
    line-height: calc(48vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	color: #fff;
    text-transform: uppercase;
}
.linkbtn a{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 500;
    letter-spacing: 0.15vw;
	color: #fff;
    text-transform: uppercase;
	position:relative;
	text-decoration:none;
}
.linkbtn a:after{
	content:"";
	position:absolute;
	left:0;
	bottom: -3px;
    opacity: 0.5;
	width:100%;
	height:1px;
	background-color:#fff;
}
.linkbtn a:hover:after{
	display:none;
}
.core_servicesSec{
   padding-top:calc(140vw / var(--site_width));
   padding-bottom:calc(140vw / var(--site_width)); 
   background-color:#782a87;
}
.core_servicesSec .headingSec {
    margin-bottom: 30px;
}
.core_servicesSec .rowWrap {
    align-items: flex-start;
}
.rowWrap .leftContent {
    padding-right: 50px;
}
.leftContent p{
	font-size: calc(18vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 0.20vw;
	color:#fff;
}
.simple_headingSec {
    display: block;
    text-align: center;
}
.simple_headingSec h2{
    color: #fff;
    font-size: calc(50vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 200;
    letter-spacing: 1.1vw;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.marketing_tipsSec {
   padding-top:calc(140vw / var(--site_width));
   padding-bottom:calc(140vw / var(--site_width)); 
   background-color: #782a87;
}
.marketing_tipsSec ul.home_post_list {
    margin-top: 60px;
}
.marketing_tipsSec ul.home_post_list li {
    flex: 0 0 25%;
}
.contactBannerSec {
    background-color: #3ac4e5;
	flex-direction:column;
}
.contactBannerSec .home-hero-text {
    display: block;
    width: 100%;
}
.how_it_workSec .simple_headingSec h2 {
    color: #ef4780;
}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main{
	background-color: rgba(255, 182, 193, 0.9);
	height: 60px;
}
.with_frm_style textarea {
    height: 140px;
}
.ourWorkBanner {
    background-color: #faec15;
}
.home-hero-text{
	width:100%;
}
.ourVibeBanner{
	background-color:#ed1c24;
}
/* .page-template-our-vibe-page-template .our_valuesSec{
	height:100vh
} */
.page-template-our-vibe-page-template .our_valuesSec .our_methodsStepWrapSec {
    margin-top: 30px;
}
.our_valuesSec .rowWrap {
    padding-top: 40px;
}
.services-accordion__accordion-item-content h4{
	color: #fff;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.55vw;
    margin: 0 0 15px;
	text-transform: uppercase;
}
.services-accordion__accordion-item-content h4 strong {
    font-weight: 700;
}
.left_side_content p{
	 color: #fff;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.2vw;
    margin: 0;
	padding-right: 13%;
}
.sub_headingTextSec {
    color: #fff;
    font-size: calc(24vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.19vw;
    text-align: center;
    display: block;
    padding-bottom: 30px;
    padding-top: 10px;
}
.our_methodsStepWrapSec{
	position:relative;
	margin-top: 30px;
}
.our_methodsStepSec {
    margin-left: 45%;
    width: calc(100% - 45%);
	padding-left: 20px;
	height:48vh;
}
.our_methodsStepSec .our_stepsInfoWrap:first-of-type {
    border-top: solid 1px #fff;
}
.our_methodsStepSec .our_stepsInfoWrap {
    border-bottom: solid 1px #fff;
}
.titleWrapItem{
	margin:0;
	position:relative;
	cursor:pointer;
	display: flex;
    align-items: center;
}
.titleWrapItem h6 {
    margin:0 6px 0 0px;
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: #ef4780;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 12px;
}
.titleWrapItem h6 span {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.titleWrapItem h4{
	font-family: "Montserrat", serif;
    color: #fff;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.5vw;
    min-height: 3.75rem;
    overflow: hidden;
    padding: 0;
    padding: 1rem 0;
    padding-right: 1.5rem;
    position: relative;
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
	text-transform: uppercase;
	width: calc(100% - 51px);
}
.our_valuesSec .titleWrapItem h4 {
    width: 100%;
}
.titleWrapItem h4 a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.steps_trigger__arrow {
    content: "î©¬";
    font-family: "Montserrat", serif;
    font-size: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.steps_trigger__arrow_left{
	margin-left: -40px;
    margin-right: .5rem;
    position: relative;
    transform: none;
}
.titleWrapItem:hover .steps_trigger__arrow_left, .titleWrapItem.hover .steps_trigger__arrow_left{
	margin-left: 0;
	top: 0;
}
.steps_trigger__arrow_right{
	right:0;
}
.our_valuesSec .steps_trigger__arrow_right{
	right:-15px;
}
.titleWrapItem:hover .steps_trigger__arrow_right, .titleWrapItem.hover .steps_trigger__arrow_right{
   transform: translateX(12.5rem) translateY(-50%);
}
.steps_nameWrap{
	display: block;
    overflow: hidden;
    position: relative;
}
.steps_nameText_onliner{
    display: block;
    position: absolute;
    transform: translateY(-100%);
    width: 100%;	
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, -70px);
	transition: transform 0.5s ease;
}
.titleWrapItem:hover .steps_nameText_onliner, .titleWrapItem.hover .steps_nameText_onliner{
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.steps_nameText {
    display: block;
    overflow: hidden;
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0x);
	transition: transform 0.5s ease;
}
.titleWrapItem:hover .steps_nameText, .titleWrapItem.hover .steps_nameText{
	 translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 70px);
}
.stepsContent {
	left: 0;
	position: absolute;
	top: 50%;
	width: 45%;
	opacity: 0; 
    visibility: hidden; 
    transform: translate(0px, -50%); 
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s; 
	padding-right:5%;
}
.stepsContent .stepsContentInner {
    border: 2px solid #fff;
    padding:25px 50px 25px;
    margin-top: 0;
	box-sizing: border-box;
}
.page-template-branding-our-services-page-template .stepsContent .stepsContentInner {
    margin-top: 70px;
}
.home .stepsContent .stepsContentInner {
    border: 0;
    padding: 0;
    margin-top: 0;
}
.titleWrapItem:hover + .stepsContent, .titleWrapItem.hover + .stepsContent{
   opacity: 1; 
   visibility: inherit; 
   transform: translate(0px, -50%); 
   transition: opacity 0.5s ease, transform 0.5s ease;
}
.stepsContent h4{
	color: #fff;
    font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.5vw;
    margin: 0 0 15px;
	text-transform: uppercase;
}
.stepsContent h4 strong{
	font-weight:700;
}
.stepsContent p{
	 color: #fff;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.2vw;
	padding-top: 5px;
	margin:0;
	text-align: left;
}
.our_methodsStepSec .our_stepsInfoWrap:first-child {
    border-top: 0;
}
.our_methodsStepSec .our_stepsInfoWrap:last-child {
    border-top: 0;
}
.our_methodsStepSec .our_stepsInfoWrap:last-child {
    border: 0;
}
.how_we_workSec {
    background-color: #ed1c24;
}
.how_we_workSec .accordionListSec {
    padding-left: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
}
.how_we_workSec .accordionTitle{
	margin: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;display:flex;
}
.how_we_workSec .accordionTitle h3 {
    color: #fff;
    font-size: calc(24vw / var(--site_width));
    line-height: calc(90vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.5vw;
    cursor: pointer;
    text-transform: uppercase;
}
.accordionTitle h6 {
    margin: 0 15px 0 0px;
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: #ef4780;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 12px;
}
div#tabcontent2 .accordionTitle h6 {
    background-color: #ed1c24;
}
.accordionTitle h6 span {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}
.tab-content .tabContent{
	display:none;
}
.tab-content .tabContent.active{
	display:block;
}
.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0 25px;
}
.tabs .tab {
    color: #fff;
    font-size: calc(22vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    letter-spacing: 0.5vw;
    text-transform: uppercase;
	width: 50%;
    text-align: center;
    position: relative;
	padding: 15px 25px;
	cursor: pointer;
}
.tabs .tab.active::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #ef4780;
    height: 100%;
    width: 100%;
	display:none;
}
.tabs .tab:last-child::before{
	right: -100%;
    left: auto;
	background-color: #ed1c24;
}
.single_quotesSec .headingSec {
    margin-bottom: 30px;
}
.page-id-11 .our_methodsSec .container {
    max-width: calc(1580vw / var(--site_width));
}
.our_reviews_section {
	padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
    background-color: #ed1c24;
}
.our_reviews_sliderWrap {
    margin: 20px auto 0;
    max-width: 90%;
    width: 100%;
}
.our_reviews_section .imageCubeSlider .swiper-slide img{
	width:100%;
}
.our_reviews_section .btnWrap .btn {
    background-color: #ef4780;
    width: 250px;
    text-align: center;
}
.our_reviews_section .btnWrap .btn:hover{
   color: #ef4780;
   background-color: #fff;
}
.website_image_slider .swiper-button-next, .website_image_slider .swiper-button-prev {
    color: #fff;
    border-radius: 100%;
    background-color: #782a87;
    width: 40px;
    height: 40px;
}
.website_image_slider .swiper-button-next:hover, .website_image_slider .swiper-button-prev:hover {
    background-color: #fff;
	color:#782a87;
}
.website_image_slider .swiper-button-prev:after, .website_image_slider .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px;
    font-weight: 700;
}
.website_image_slider .swiper-button-next:after, .website_image_slider .swiper-rtl .swiper-button-prev:after {
    content: 'next';
	font-size: 20px;
    font-weight: 700;
}
.services_tabsSec{
	padding-top: calc(170vw / var(--site_width));
    padding-bottom: calc(170vw / var(--site_width));
    background-color: #ed1c24;
}
.photography_servicesSec{
	padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.services_tabsSec .tabs .tab {
    color: #fff;
    font-size: calc(19vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    letter-spacing: 0.15vw;
    width: auto;
}
.services_tabsSec .tabs .tab.active{
	background-color:#3ac4e5;
}
.page-template-photography-our-services-page-template .services_tabsSec .tabs .tab {
	width: 25%;
}
.services_tabsSec .tabs .tab.active::before{
	display:none;
}
.tabContentInner {
	margin: 0 auto;
    max-width: calc(980vw / var(--site_width));
/*     background: #3ac4e5; */
	padding:0 10px;
}
.page-id-834 .tabContentInner{
	border: 2px solid #3ac4e5;
	padding-bottom: 20px;
}
/* Custom scrollbar */
/* .customScrollBar{
   height: 44vh;
   overflow-y: scroll;	
   padding: 0 calc(80vw / var(--site_width));
}
.customScrollBar::-webkit-scrollbar {
	width: 5px;
}
.customScrollBar::-webkit-scrollbar-thumb {
	background-color: #d63bbf; 
	border-radius: 10px;
	width:2px;
}
.customScrollBar::-webkit-scrollbar-track {
	background-color: #3ac4e5; 
	border-radius: 10px;	
} */
.custom-scrollbar-container {
  position: relative;
  height: 50vh;
}

.customScrollBar {
  height: 100%;
  overflow-y: scroll;
  padding: 0 calc(80vw / var(--site_width));
}

.customScrollBar::-webkit-scrollbar {
  width: 5px;
}

.customScrollBar::-webkit-scrollbar-thumb {
  background-color: #3ac4e5;
  border-radius: 10px;
  width: 2px;
}

.customScrollBar::-webkit-scrollbar-track {
  background-color: #d63bbf;
  border-radius: 10px;
}

.custom-scrollbar-container .scroll-arrow {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #d63bbf;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    right: -5px;
    padding: 0;
    border: 0;
    font-size: 0;
    color: #d63bbf;
	display:none;
}

.custom-scrollbar-container .top-arrow {
  top: -12px;
}

.custom-scrollbar-container .bottom-arrow {
  bottom: 0px;
}
.websiteserviceTabSec div#tabcontent2 .customScrollBar::-webkit-scrollbar, .websiteserviceTabSec div#tabcontent4 .customScrollBar::-webkit-scrollbar, .websiteserviceTabSec div#tabcontent5 .customScrollBar::-webkit-scrollbar{
	display:none;
}

.tabContentInner h3{
	color:#fff;
	font-size: calc(24vw / var(--site_width));
    line-height: calc(60vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 4px;
    padding: 40px calc(80vw / var(--site_width)) 20px;
}
.tabContentInner h3 strong{
	 font-weight: 700;
}
.tabContentInner p{
	color: #fff;
    font-size: calc(18vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	padding:0 calc(80vw / var(--site_width));
}
.tabContentInner .customScrollBar p{
	padding:0;
}
.tabContentInner .boxSec{
    padding: 20px 20px;
    width: 100%;
	margin-bottom: 25px;
	border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.12);
}
.tabContentInner .boxSec h5{
	color: #fff;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.4vw;
	margin-bottom: 12px;
}
.tabContentInner .boxSec p{
	color: #fff;
    font-size: calc(15vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	margin:0;
	padding:0 0 15px;
}
.tabContentInner .boxSec ul{
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
.tabContentInner .boxSec ul li{
	color: #fff;
    font-size: calc(15vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	margin:0;
	padding:0;
}
div#tabcontent2 .boxSec p {
    line-height: calc(38vw / var(--site_width));
}
.page-template-websites-our-services-page-template .find_your_tribeWrap .linkBox a{
	color:#d63bbf;
}
.page-template-websites-our-services-page-template .find_your_tribeWrap .linkBox a:hover {
    background-color: #d63bbf;
    color: #fff;
}
.stepsContent figure {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 0;
}
span.overlaytext {
    position: absolute;
    background: #782a87;
    width: 100%;
    display: flex;
	bottom:0;
	left:0;
	padding-left: 0;
}
span.overlaytext a {
    font-size: calc(22vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.3vw;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-decoration: underline;
    padding: 10px 0 8px;
}
span.overlaytext a:hover{
	text-decoration:none;
}
span.overlaytext a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    opacity: 0.5;
    width: 100%;
    height: 2px;
    background-color: #fff;
	display:none;
}
span.overlaytext a:hover:after{
	display:none;
}
.page-template-branding-our-services-page-template .our_methodsStepWrapSec {
    margin-top: 40px;
}
.page-template-branding-our-services-page-template .custom-scrollbar-container .top-arrow, .page-template-social-media-our-services-page-template .custom-scrollbar-container .top-arrow, .page-template-marketing-strategies-our-services-page-template .custom-scrollbar-container .top-arrow, .page-template-photography-our-services-page-template .custom-scrollbar-container .top-arrow{
	display:none;
}
.page-template-branding-our-services-page-template .custom-scrollbar-container .bottom-arrow, .page-template-social-media-our-services-page-template .custom-scrollbar-container .bottom-arrow, .page-template-marketing-strategies-our-services-page-template .custom-scrollbar-container .bottom-arrow, .page-template-photography-our-services-page-template .custom-scrollbar-container .bottom-arrow{
	display:none;
}
.page-template-branding-our-services-page-template .tabContentInner, .page-template-marketing-strategies-our-services-page-template .tabContentInner, .page-template-photography-our-services-page-template .tabContentInner{ 
	background:transparent;
}
.page-template-branding-our-services-page-template .custom-scrollbar-container, .page-template-social-media-our-services-page-template .custom-scrollbar-container, .page-template-marketing-strategies-our-services-page-template .custom-scrollbar-container, .page-template-photography-our-services-page-template .custom-scrollbar-container{
	height: auto;
}
.page-template-branding-our-services-page-template .customScrollBar::-webkit-scrollbar-track, .page-template-social-media-our-services-page-template .customScrollBar::-webkit-scrollbar-track, .page-template-marketing-strategies-our-services-page-template .customScrollBar::-webkit-scrollbar-track, .page-template-photography-our-services-page-template .customScrollBar::-webkit-scrollbar-track{
	background:transparent;
}
.page-template-branding-our-services-page-template .find_your_tribeWrap .linkBox a:hover{
	background:#f0c1c0;
}
.page-template-social-media-our-services-page-template .services_tabsSec .tabs .tab.active {
    background-color: #f1eb27;
	color: #453cd3;
}
.page-template-social-media-our-services-page-template .services_tabsSec .tabs .tab{
	padding: 20px 60px;
	width: 33.333%;
}
.page-template-websites-our-services-page-template .services_tabsSec .tabs .tab{
	width:20%;
}
.page-template-social-media-our-services-page-template .tabContentInner, .page-template-marketing-strategies-our-services-page-template .tabContentInner, .page-template-photography-our-services-page-template .tabContentInner{
    background: transparent;
}
.page-template-social-media-our-services-page-template .our_methodsSec.our_valuesSec .container, .page-template-marketing-strategies-our-services-page-template .our_methodsSec.our_valuesSec .container, .page-template-photography-our-services-page-template .our_methodsSec.our_valuesSec .container{
    max-width: calc(1690vw / var(--site_width));
}
.page-template-social-media-our-services-page-template .find_your_tribeWrap .linkBox a{
	color:#453cd3;
}
.page-template-social-media-our-services-page-template .find_your_tribeWrap .linkBox a:hover {
    background-color: #453cd3;
    color: #fff;
}
.page-template-social-media-our-services-page-template .tabContentInner {
    max-width: calc(1400vw / var(--site_width));
}
.page-template-photography-our-services-page-template .find_your_tribeWrap .linkBox a.btn {
    color: #f78be7;
}
.page-template-photography-our-services-page-template .find_your_tribeWrap .linkBox a.btn:hover {
    background-color: #f78be7;
    color: #fff;
}
.page-template-marketing-strategies-our-services-page-template .find_your_tribeWrap .linkBox a.btn {
    color: #c5bdf7;
}
.page-template-marketing-strategies-our-services-page-template .find_your_tribeWrap .linkBox a.btn:hover {
    background-color: #c5bdf7;
    color: #fff;
}
.page-template-marketing-strategies-our-services-page-template .services_tabsSec .tabs .tab.active {
    background-color: #ef4780;
	padding: 20px 15px 30px;
}
.page-template-marketing-strategies-our-services-page-template .tabs {
    margin-bottom: 0;
}
.page-template-marketing-strategies-our-services-page-template .tab-content {
    background: #ef4780;
    padding: calc(130vw / var(--site_width)) 0 calc(130vw / var(--site_width));
	margin-top: -1px;
}
.tabContentInner .fullRwo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabContentInner .fullRwo .colImg {
    flex: 0 0 48%;
    padding-right: 60px;
}
.tabContentInner .fullRwo .colText {
   flex: 0 0 52%;
   border: 1px solid #fff;
   padding: 20px;
}
.tabContentInner .fullRwo .colText p:last-child {
    padding: 0;
    margin: 0;
}
.page-template-marketing-strategies-our-services-page-template .customScrollBar{
	padding:0;
}
.page-template-marketing-strategies-our-services-page-template .tabContentInner{
    max-width: calc(1260vw / var(--site_width));
}
.page-template-marketing-strategies-our-services-page-template .tabContentInner .fullRwo .colImg{
	flex:0 0 45%;
}
.page-template-marketing-strategies-our-services-page-template .tabContentInner .fullRwo .colText {
    flex: 0 0 45%;
	order: 1;
}
.title_bottom_textSec {
    margin:0 auto calc(60vw / var(--site_width));
    max-width: calc(1250vw / var(--site_width));
    padding: 0 10px;
}
.title_bottom_textSec p{
	color: #fff;
    font-size: calc(22vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	text-align:center;
}
.heroBannerSec{
	display: flex;
    width: 100%;
    height: 45vh;
    align-items: center;
    justify-content: center;
    background-color: var(--bg_color);
}
.heroBannerSec h1{
	font-size: calc(70vw / var(--site_width));
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    margin: 0;
    padding: 0;
    letter-spacing: .35vw;
    margin-top: calc(200vw / var(--site_width));
}
.defaultpageContent {
    padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.defaultpageContent p{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
    padding: 0;
    margin: 0 0 calc(15vw / var(--site_width));
    text-align: left;
}
.defaultpageContent input.search-field, section.error-404.not-found input.search-field{
	width: calc(100% - 200px);
    padding: 3px 10px;
    height: 40px;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
}
input.search-submit, section.error-404.not-found input.search-submit{
	text-decoration: none;
    color: #ef4780;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(29vw / var(--site_width));
    letter-spacing: 0.2vw;
    font-weight: 600;
    background: #fff;
    padding: 5px 12px;
    border-radius: 0;
    width: 140px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-color: #ef4780;
	height: 40px;
}
input.search-submit:hover, section.error-404.not-found input.search-submit:hover{
	background:#ef4780;
	color:#fff;
}
.searchPostListSec{
	padding-top: calc(70vw / var(--site_width));
    padding-bottom: calc(70vw / var(--site_width));
}
.searchPostListSec h2{
	color:#50586b;
    font-size: calc(36vw / var(--site_width));
    line-height: calc(45vw / var(--site_width));
    font-weight: 500;
    margin:0 0 5px;
    padding: 0;
    letter-spacing: .15vw;
}
.searchPostListSec h2 a{
	text-decoration:none;
	color:#50586b;
}
.searchPostListSec h2 a:hover{
	color:var(--bg_color1);
}
.searchPostListSec .entry-summary {
    margin: 0;
}
.heroBannerSec p {
    color: #fff;
    text-align: center;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
	font-weight:400;
}
section.error-404.not-found{
	padding-top: calc(70vw / var(--site_width));
    padding-bottom: calc(70vw / var(--site_width));
	text-align: center;
}
section.error-404.not-found .container {
    max-width: calc(1200vw / var(--site_width));
}
section.error-404.not-found a.btn{
	text-decoration: none;
    color: #ef4780;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(29vw / var(--site_width));
    letter-spacing: 0.2vw;
    font-weight: 600;
    background: #fff;
    padding: 15px 40px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #ef4780;
}
section.error-404.not-found a.btn:hover{
	background:#ef4780;
	color:#fff;
}
section.error-404.not-found h2{
	color: #000;
    font-size: calc(40vw / var(--site_width));
    line-height: calc(70vw / var(--site_width));
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: .15vw;
}
section.error-404.not-found p{
	text-align: center;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.1vw;
}
/* .page-template-branding-our-services-page-template .tab-content div#tabcontent1 .customScrollBar {
    max-width: 60%;
    margin: 0 auto;
} */
.page-template-branding-our-services-page-template .tabContentInner {
    max-width: calc(1580vw / var(--site_width));
}
.page-template-branding-our-services-page-template .tabContentInner .customScrollBar p {
    padding: 0 calc(80vw / var(--site_width));
}
.bafgList {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	margin-top: 35px;
}
.bafgList .bafgBox {
    flex: 0 0 33.333%;
    padding: 0 10px;
}
section#tsvg-section-105338 {
    min-height: auto !important;
}
.bafgBox .twentytwenty-before-label:before, .bafgBox .twentytwenty-after-label:before{
	width: 40%;
    min-height: 40px;
    display: flex;
    align-items: center;
	letter-spacing: 0.1vw;
	line-height:21px;
}
.bafgBox .twentytwenty-horizontal .twentytwenty-after-label:before {
    justify-content: end;
	text-align: right;
}
.page-id-840 .tabContentInner {
    max-width: 100%;
	padding:0;
}
.page-id-840 .tabContentInner .customScrollBar {
    padding: 0;
}
.tabContentInner .ak_video_gallery .video-thumbnail {
    flex: 0 0 calc(33.333% - 10px);
	height: 200px;
	overflow:hidden;
}
.page-id-840 .tabContentInner .ak_video_gallery .video-thumbnail{
	height:auto;
}
.page-id-840 .tabContentInner .customScrollBar .rowFull.hideOnMobile {
    max-width: 920px;
    padding: 0;
    margin: 0 auto;
}
.page-id-840 .tabContentInner .customScrollBar .ak_video_gallery {
    max-width: 920px;
    padding: 0;
    margin: 0 auto;
}
.page-id-840 .tabContentInner .customScrollBar .rowFull.hideOnMobile .col:last-child .swiper-slide.video-thumbnail {
    flex: 0 0 100%;
	max-height: 538px;
}
.fancybox-bg {
    background: #782a87;
}
.fancybox-is-open .fancybox-bg{
	opacity:0.5;
}
.tabContentInner .rowFull {
    display: flex;
}
.tabContentInner .rowFull .ak_video_gallery .video-thumbnail {
    flex: 0 0 100%;
	height: auto;
}
.tabContentInner .rowFull .col:last-child .ak_video_gallery .video-thumbnail {
    flex:0 0 calc(50% - 10px);
}
.the_brief_section {
    padding-top: calc(140vw / var(--site_width));
    padding-bottom: calc(140vw / var(--site_width));
}
.the_brief_section .container {
    max-width: calc(1140vw / var(--site_width));
}
.the_briefContent {
    padding-top: calc(40vw / var(--site_width));
}
.the_briefContent p{
	font-size: calc(20vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 0.2vw;
	color:#fff;
	margin-bottom:calc(25vw / var(--site_width));
}
.fullwidth_image_slider_section img {
    object-fit: cover;
    width: 100%;
    height: 100vh !important;
}
.portfolio_project_overview_section .description_content {
    padding-right: 50px;
}
.portfolio_project_overview_section .rowWrap {
    margin-top: calc(40vw / var(--site_width));
}
.rightContentWrap .portfolioClientDetails {
    border: 1px solid #fff;
    padding: 40px;
    color: #fff;
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}
.portfolio_the_outcome_section .rowWrap {
    margin-top: calc(50vw / var(--site_width));
}
.portfolio_the_outcome_section .rowWrap p {
    margin-bottom: calc(35vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    letter-spacing: 0.2vw;
}
.portfolio_the_outcome_section .rowWrap .boxTextListSec:last-child {
    margin-bottom: 0;
}
.videolistWrap .ak_video_gallery .video-thumbnail {
    width: calc(50% - 10px);
    margin-bottom: 0;
}
.videolistWrap .ak_video_gallery {
    gap: 20px;
}
.single-avada_portfolio .find_your_tribeWrap .linkBox a{
	color:#fff;
	background: #af3965;
}
.single-avada_portfolio .find_your_tribeWrap .linkBox a:hover {
    background-color: #7a62ab;
    color: #fff;
}
.vp-portfolio.vp-portfolio__ready {
    margin-bottom: 30px;
}
.onlyformobile{
	display:none;
}
section.fullwidth_image_slider_section .vp-portfolio {
    margin-bottom: 0;
}
section.coming_soon_section .bannerText {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    width: 100%;
}
.ak_video_gallery {
    max-width: 1115px;
    width: 100%;
    margin: 0 auto;
}


.page-template-templatesour-work-page-template-php .st2 {
    fill: #ef4780;
}
.page-template-templatesour-work-page-template-php .headerRightSec a.btn{
	background-color: #ef4780;
	border-color:#ef4780;
	color:#faec15;
}
.page-template-templatesour-work-page-template-php .hamburger-menu .bar{
	background-color: #ef4780;
}
.page-template-templatesour-work-page-template-php .hamburger-menu.open .bar {
    background-color: #fff;
}
.page-template-templatesour-work-page-template-php .home_heroBannerSec h1{
	color: #ef4780;
}
.page-template-templatesour-work-page-template-php .home_heroBannerSec .nav-text{
	 color: #ef4780;
}
/* Blog Page */
.blogBannerSec {
    background: #782a87;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogBannerSec h1 {
    font-size: calc(90vw / var(--site_width));
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    margin: 0;
    padding: 0;
    letter-spacing: 1.2vw;
    text-align: center;
}
.blogBannerSec h1 strong {
    font-weight: 200;
}
.blogpostListSec {
    background: #782a87;
    padding:1px 0 calc(90vw / var(--site_width));
	display:block;
}
.blogpostListSec .container {
    max-width: calc(1152vw / var(--site_width));
}
.blogpostListSec .post-item {
    display: block;
    width: 100%;
}
.blogpostListSec .post-item .postfethureImage {
    margin-bottom: 20px;
}
.blogpostListSec .post-item .postfethureImage figure {
    margin: 0;
    line-height: 0;
}
.blogpostListSec .post-item .postfethureImage figure img{
    width: 100%;
}
.blogpostListSec .post-item .postText {
    border: 1px solid #fff;
    margin-bottom: 100px;
	padding: 15px 35px 15px 15px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.blogpostListSec .post-item .postText a {
    text-decoration: none;
    display: block;
}
.blogpostListSec .post-item .postText p {
    color: #fff;
    font-size: calc(15vw / var(--site_width));
    line-height: calc(28vw / var(--site_width));
    font-weight: 400;
    letter-spacing: 0.15vw;
	margin: 0;
	width: calc(100% - 90px);
}
.blogpostListSec .post-item .postText a.postLink {
    color: #fff;
/*     border: 1px solid #fff;
    border-radius: 100%;
        width: 40px;
    height: 40px; */
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
}
.blogpostListSec .post-item .postText a.postLink:hover{
	opacity: 0.7;
}
div#loader p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

/* Post Details */
.singlePostDetailsSec
{
    display: block;
    width: 100%;
    background: #782a87;
	padding: 170px 0 40px;
}
.singlePostDetailsSec .post-thumbnail {
    margin-bottom: 30px;
	line-height: 0;
}
.singlePostDetailsSec .post-thumbnail img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.singlePostDetailsSec .postDetailsText {
    background: #fff;
    padding: 35px 40px;
}
.singlePostDetailsSec .postDetailsText h2 {
	color: #782a87;
    font-size: calc(24vw / var(--site_width));
    line-height: calc(32vw / var(--site_width));
    font-weight: 700;
    font-style: normal;
	margin-bottom: 15px;
}
.singlePostDetailsSec .postDetailsText h3 {
	color: #782a87;
    font-size: calc(21vw / var(--site_width));
    line-height: calc(31vw / var(--site_width));
    font-weight: 700;
    font-style: normal;
	margin-bottom: 15px;
}
.singlePostDetailsSec .postDetailsText p{
	color: #782a87;
    font-size: calc(20vw / var(--site_width));
    line-height: calc(30vw / var(--site_width));
    font-weight: 300;
    font-style: normal;
}
.singlePostDetailsSec .postDetailsText p:last-child{
   margin: 0;
   padding: 0;
}
.singlePostDetailsSec .postDetailsText a{
	color: #782a87;
	font-weight:700;
}
.single-post .find_your_tribeSec .headingSec span{
	animation: headingSec 15s linear infinite!important;
}
.single-avada_portfolio  .portfolioClientDetails h4{
	font-weight: 600;
    margin-bottom: 0;font-weight:300;
}

.fancybox__carousel .fancybox__slide{
	padding:0;
}
.fancybox__carousel .fancybox__slide .popupWrapSec {
    max-width: 1090px;
    width: 100%;
    padding: 60px;
}
.tribe_popup_content {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.tribe_popup_content.active {
	display: flex;
}
.popup-inner{
	max-width: 1090px;
    width: 100%;
    padding: 60px;
	background:#fff;
	position: relative;
}
.popupWrapSec.active {
  display: flex;
}
.slides-container .slide {
	 display: none;
}
.slides-container .slide.active {
	display: block;
}
.nav-buttons {
	margin-top: 0;
}
.nav-buttons button {
	padding: 8px 16px;
    margin: 0 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 0;
    background: #fff;
    margin-top: -40px;
}
.nav-buttons button#tribe_prev_btn{
    left: -135px;
}
.nav-buttons button#tribe_next_btn {
    right: -135px;
}
#close-btn{
	position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    box-shadow: unset;
    text-shadow: none;
	padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
	cursor:pointer;
}
#close-btn svg{
	width:60px;
}
body.no-scroll {
  overflow: hidden;
}
.popupWrapSec .teamMemberSec {
    display: flex;
    align-items: center;
	align-content
}
.popupWrapSec .teamMemberSec figure {
    margin: 0;
    line-height: 0;
    width: 50%;
}
.popupWrapSec .teamMemberSec figure img {
    width: 100%;
    height: auto;
}
.popupWrapSec .teamMemberSec .teamText {
    width: 50%;
    padding: 0 0 0 40px;
}
.popupWrapSec .teamMemberSec .teamText h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
	margin: 0 0 15px;
}
.popupWrapSec .teamMemberSec .teamText h6 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
	margin: 0 0 20px;
}
.popupWrapSec .teamMemberSec .teamText h6 strong{
	font-weight: 600;
}
.popupWrapSec .teamMemberSec .teamText p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
}
.popupWrapSec .teamMemberSec .teamText p strong{
	font-weight: 500;
}
.popupWrapSec .teamMemberSec .teamText span.funfact{
	background-image:url(assets/images/Fun_Fact_Icon.svg);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:52px;
	display: block;
    padding-left: 60px;
	padding-top: 10px;
}
.popupWrapSec .teamMemberSec .teamText span.funfact h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    padding: 0 0 5px;
}
.popupWrapSec .teamMemberSec .teamText span.funfact p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
}
.fancybox__content.popupWrapSec>.carousel__button.is-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    box-shadow: unset;
    text-shadow: none;
}
.fancybox__thumbs {
    display: none;
}
.carousel__button.is-prev, .carousel__button.is-next {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    color: rgba(169, 169, 169, 1);
}
.fancybox__nav .carousel__button.is-next {
    right: 6%;
}
.fancybox__nav .carousel__button.is-prev{
    left: 6%;
}
.carousel__button.is-prev svg, .carousel__button.is-next svg {
    width: 40px;
    height: 40px;
}
.singlePostDetailsSec .postDetailsText>h2{
    display: none;
}
.our_tribe_list .our_tribeDetails:last-child .infoText_overlay .innerText h3 {
    font-size: calc(37vw / var(--site_width));
}

.contactformSec input::placeholder {
  color: #fff!important; 
  opacity: 1!important;  
}
.contactformSec input::-webkit-input-placeholder {
  color: #fff!important;
	opacity: 1!important;
}
.contactformSec input:-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
.contactformSec input::-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
}
.contactformSec input:-ms-input-placeholder {
  color: #fff!important;
	opacity: 1!important;
}
.postid-5923 .rightContentWrap .portfolioClientDetails{
   padding: 6% 5% 10% 5%;
}
.postid-5923 .boxTextListSec h5{
   letter-spacing: 0.3vw;
}
/* .photography_servicesSec .container {
    max-width: 1114px;
} */
.photography_servicesSec .tab.active {
    background: #42C6E9;
}
.photography_servicesSec .tabs .tab {
/*     font-size: 14px; */
    font-style: normal;
    font-weight: 300;
/*     line-height: normal; */
    letter-spacing: 2.8px;
}
.photography_servicesSec .innertabWrap {
    background: #42C6E9;
	padding: 56px 62px 66px;
	display:block;
}
.innertabWrap .tabHeading {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 25px;
    margin-bottom: 40px;
}
.innertabWrap .tabHeading .innertabtitle {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    border: 1px solid #FFF;
    display: flex;
    padding: 12px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
	cursor:pointer;
}
.innertabWrap .tabHeading .innertabtitle.active{
	color: #42C6E9;
	background:#fff;
}
.innerTabContentWrap p {
    padding: 0;
    letter-spacing: 1px;
    font-size: calc(16vw / var(--site_width));
    line-height: calc(24vw / var(--site_width));
}
.innerTabContentWrap .innerTabContent{
	display:none;
}
.innerTabContentWrap .innerTabContent.active{
	display:block;
}
.photography_servicesSec .tabs {
    padding: 0 40px;
}
.innerTabContentWrap .innerTabContent .vp-portfolio.vp-portfolio__ready {
    margin-bottom: 0;
}
.innerTabContentWrap .innerTabContent .vp-portfolio.vp-portfolio__ready .vp-portfolio__items-bullets>.swiper-pagination-bullet{
	background:#fff;
}
.photography_servicesSec .ak_video_gallery{
	justify-content: center;
}
.page-id-840 .tabContentInner div#tabcontent1 .ak_video_gallery .video-thumbnail {
    height: 158px;
}
.page-id-840 .tabContentInner div#tabcontent2 .ak_video_gallery .video-thumbnail{
    height: 168px;
}

.fancybox__container.is-closing {
    display: none;
}
#wordpress-lucky-wheel-shortcode-1.wp-lucky-wheel-shortcode-container{
	background-image:none!important;
}
#wordpress-lucky-wheel-shortcode-1.wp-lucky-wheel-shortcode-container .wp-lucky-wheel-shortcode-wheel-button-wrap span.wp-lucky-wheel-shortcode-wheel-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}
.wp-lucky-wheel-shortcode-wheel-gdpr-wrap a {
    color: #fff;
    font-weight: 600;
}
.luckywheeltc h2 {
    color: #fff;
	font-size: calc(30vw / var(--site_width));
    line-height: calc(40vw / var(--site_width));
    font-weight: 600;
    letter-spacing: 0.15vw;
    margin-bottom: calc(50vw / var(--site_width));
}
.luckywheeltc p {
    color: #fff;
	font-size: calc(20vw / var(--site_width));
    line-height: calc(35vw / var(--site_width));
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: calc(50vw / var(--site_width));
}
.postid-5923 .home_heroBannerSec .nav-text {
    font-weight: 700;
    letter-spacing: 0.50vw;
}
.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-always .vp-portfolio__item-overlay{
	opacity:0!important;
	display:none;
}
.sarLogoqa{
    max-width: 330px;
}
.wp-lucky-wheel-shortcode-wheel-description h2 {
    font-size: 20px;
    line-height: 28px;
	margin-bottom:10px;
	text-align: left;
}
.wp-lucky-wheel-shortcode-wheel-description p {
    font-size: 14px;
    line-height: 23px;
	text-align: left;
}
.wp-lucky-wheel-shortcode-wheel-fields-container .wp-lucky-wheel-shortcode-wp-lucky-wheel-shortcode-wheel-field-name-wrap {
    margin-bottom: 10px;
}

.photography_servicesSec .panel .ak_video_gallery .video-thumbnail::before, .ak_video_gallery .video-thumbnail::before {
    content: "";
    margin: -17px 0 0 -17px;
    font-size: 15px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    box-shadow: 3px 5px 15px #ccc;
    background-color: #782a87;
	background-image:url(assets/images/play_arrow_filled_white.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:26px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    padding: 0 0 0 3px;
}

.wplwl_player_selectbox_wrap {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    position: relative;
    display: none;
}
.wplwl_player_selectbox_wrap select {
    text-align: left;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    width: 100%;
    font-weight: 300;
}
.wp-lucky-wheel-shortcode-wheel-description h2 {
    font-weight: 300;
    letter-spacing: 4px;
}
.wp-lucky-wheel-shortcode--frontend-result {
    text-align: left;
}

.websiteserviceTabSec .tabContentInner {
    border: none !important;
    max-width: calc(1360vw / var(--site_width));
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.websiteserviceTabSec .tabContentInner .leftSec {
    width: 50%;
}
.websiteserviceTabSec .tabContentInner .custom-scrollbar-container {
    width: 50%;
	height: 60vh;
}
.websiteserviceTabSec .tabContentInner .leftSec h3 {
    padding-left: 0;
	letter-spacing: 0.61vw;
	padding-top: 0;
}
.websiteserviceTabSec .tabContentInner .leftSec p {
    padding-left: 0;
	padding-right: calc(110vw / var(--site_width));
}
.websiteserviceTabSec .tabContentInner .custom-scrollbar-container .customScrollBar {
    padding: 0 calc(20vw / var(--site_width));
}
.websiteserviceTabSec .innerdataSec {
/*     border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 15px; */
}
.websiteserviceTabSec .tabContentInner h4 {
    color: #fff;
    padding: 5px calc(20vw / var(--site_width)) 15px;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.3vw;
}
.photography_servicesSec .tab-content {
    padding-top: 70px;
    max-width: calc(1360vw / var(--site_width));
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.photography_servicesSec .tabContentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.photography_servicesSec .tabContentInner .leftSec {
    width: 50%;
}
.photography_servicesSec .tabContentInner .innertabWrap {
    background: none;
    display: inline-block;
    padding: 0;
    width: 50%;
}
.photography_servicesSec .tabContentInner .leftSec h3 {
    padding-left: 0;
	padding-top: 0;
    padding-bottom: 5px;
	text-transform: uppercase;
    letter-spacing: 0.5vw;
}
.photography_servicesSec .tabContentInner .leftSec p {
    padding-left: 0;
    padding-right: calc(85vw / var(--site_width));
}
.photography_servicesSec .container {
    max-width: 100%;
    padding: 25px;
}
.photography_servicesSec div#tabcontent1 div#innertab2 .ak_video_gallery .video-thumbnail {
    flex: 0 0 70%;
}
.websiteserviceTabSec #tabcontent4 .tabContentInner .custom-scrollbar-container, .websiteserviceTabSec #tabcontent5 .tabContentInner .custom-scrollbar-container {
    height: auto;
}
.websiteserviceTabSec.tab-content .tabContent#tabcontent4, .websiteserviceTabSec.tab-content .tabContent#tabcontent5 {
    margin-top: calc(90vw / var(--site_width));
}
.page-id-840 .ak_slider-arrow{
	display:none;
}

/* DENTAL PRACTISES page */
.page-id-4238 .ourRetainerService {
    background-color: #f2b0b5;
    background-position: right center;
    background-size: 515px;
    height: auto;
}
.page-id-4238 .ourRetainerService h3{
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Montserrat", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 12px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.page-id-4238 .ourRetainerService p{
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: 1.5px;
}
.page-id-4238 .ourRetainerService .col {
    flex: 0 0 68%;
}


  /* media css */
@media screen and (min-width: 1600px) {
.HomeVideoSec .video_container {
	position: relative;
	width: 100%;
	height: 100vh; /* Full screen height */
	overflow: hidden;
}

.HomeVideoSec .video_container iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* Center the video */
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the video covers the container */
}

}

@media (max-width: 767px) {
	header#masthead.shrink{
		box-shadow: none;
	}
	header#masthead.shrink .site-branding .custom-logo-link svg {
		height: 24px;
	}
	nav ul{
		display:block;
	}
	nav ul li{
		display:block;
		margin-bottom: 40px;
        padding: 0 15px;
	}
	nav ul li a{
		display: block;
		width: 90%;
		height: auto;
		white-space: unset;
		clip-path: unset;
		perspective: none;
		color: #FFF;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-decoration: none;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	nav ul li .nav-item-box{
		display: block;
		transform-style: unset;
        transform: none !important;
	}
	nav ul li .nav-item-box .nav-hover-top{
		display:none;
	}
	nav ul li .nav-text-up {
		position: static;
		transform: none;
		backface-visibility: visible;
	}
	nav ul li .nav-text-up .nav-text
	 {
		margin-bottom: 0;
		margin-top: 0;
	}
	span.toggle-submenu {
		position: absolute;
		cursor: pointer;
		right: 15px;
		top: -6px;
		font-size: 30px;
		line-height: 30px;
		color: #fff;
		font-weight: 400;
	}
	nav ul li:hover .nav-item-box
	 {
		transform: none !important;
	}
	nav.open ul ul.sub_menu{
		position: static;
		flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -7px;
		transition: opacity 0.7s ease, visibility 0.7s ease;
		display: none;
	}
	nav.open ul li.has_submenu_items.open ul.sub_menu{
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition: opacity 0.7s ease, visibility 0.7s ease;
		position: static;
		flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 -7px;
		display: block;
	}
	nav.open ul li:hover > ul{
		visibility: hidden;
        opacity: 0;
	}
	nav.open ul ul.sub_menu li {
		display: block;
		position: relative;
		padding: 0;
		width: auto;
		margin: 0;
	}
	nav.open ul ul.sub_menu li a{
		color: #FFF;
		font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 1px;
		width: auto;
		margin: 4px 0;
	}
	nav.open ul ul.sub_menu li a:hover, nav.open ul ul.sub_menu li a.active{
		font-weight: 700;
	}
	nav.open ul ul.sub_menu li:after {
		position: absolute;
		top: 9px;
		right: 0px;
		width: 1px;
		height: 12px;
		content: "";
		background: #fff;
		display:none;
	}
	nav.open li.has_submenu_items:hover {
		position: relative;
		padding-bottom: 0;
	}
	.faux-header {
		height: 22vh;
		width: 100%;
	}
	header#masthead .site-branding .custom-logo-link svg {
       height: 24px;
	}
	.headerRightSec a.btn {
		order: 0;
		color: var(--bg_color);
		text-align: center;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 2px;
		border-radius: 0;
        background: #fff;
		padding: 8px 12px;
	}
	.page-template-our-services-page-template .headerRightSec a.btn{
		color:#f84690;
	}
	.page-id-840 .headerRightSec a.btn{
		color:#f78be7;
	}
	.page-id-4271 .headerRightSec a.btn{
		color:#ee9fa6;
	}
	.searchIcon {
		order: 1;
		margin: 0 15px;
	}
	.headerRightSec .searchIcon img, .headerRightSec .searchIcon svg{
		max-width:18px;
	}
	.hamburger-menu .bar{
		width: 20px;
        border-radius: 0;
        height: 2px;
	}
	.hamburger-menu {
		order: 2;
        width: 20px;
        height: 24px;
	}
	header#masthead {
		padding: 24px 16px;
	}
/* 	.home_heroBannerSec{
		height:50vh;
	} */
	.home_heroBannerSec h1 {
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 6px;
	}
	.home_heroBannerSec .nav-text{
		font-size:20px;
	}
	.home_heroBannerSec .nav-item-box{
		margin-top:25px;
	}
	.home_heroBannerSec .home-hero-text {
		margin-top: 0;
	}
	.the_customer_journeySec {
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: column;
	}
	.rowWrap{
		flex-direction:column;
	}
	.col {
		width: 100%;
	}
	.the_customer_journeySec .col:nth-child(2n) {
		padding-left: 0;
		margin-top: 28px;
	}
	.the_customer_journeySec .col:nth-child(2n) {
		padding-left: 0;
		margin-top: 28px;
	}
	.the_customer_journeySec h2 span {
		display: inline-block;
	}
   .the_customer_journeySec h2 {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 4px;
		text-align: center;
	}
	.the_customer_journeySec p {
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
		text-align: center;
	}
	.headingSec {
		color: #fff;
		padding-bottom: 60px;
		
      span{
		color: #FFF;
		font-size: 42px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 12px;
		animation: headingSec 10s linear infinite!important;
	   }
	}
	.website_imageinnerWrap{
		height:auto;
	}
	.website_imageinnerWrap figure img {
		display: inline-block;
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	.website_image_slider .swiper-button-next, .website_image_slider .swiper-button-prev{
		width: 44px;
        height: 44px;
	}
	.website_image_slider .swiper-button-next:after, .website_image_slider .swiper-rtl .swiper-button-prev:after{
		font-size: 16px;
		margin-left: 4px;
	}
	.website_image_slider .swiper-button-prev:after, .website_image_slider .swiper-rtl .swiper-button-next:after{
		font-size: 16px;
		font-weight: 700;
	}
	.work_listSec .work_listWrap .work_listText h6, .website_image_slider .overlayText h6{
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}
	.work_listSec .work_listWrap .work_listText h2, .website_image_slider .overlayText h2{
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 2px;
	}
	.work_listSec .work_listWrap .work_listText, .website_image_slider .overlayText{
		padding:16px 24px;
	}
	.website_image_slider .overlayText .linkbtn {
		margin-top: -8px;
	}
	.linkbtn a{
		color: #FFF;
		text-align: center;
		font-size: 10px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1px;
	}
	.our_methodsSec {
		padding-top: 0;
        padding-bottom: 200px;
		margin-top: -1px;
	}
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	.our_methodsStepSec {
		margin-left: 0;
		width: 100%;
		padding-left: 0;
		height: auto;
	}
	.stepsContent {
		position: static;
		width: 100%;
		transform: none !important;
		padding: 0 0 30px;
		display: none;
	}
	.titleWrapItem h4{
		color: #FFF;
		font-family: Montserrat;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 4px;
		position: static;
	}
	.titleWrapItem h4 a{
		position:static;
	}
	.steps_trigger__arrow{
		font-size:20px;
	}
	.our_valuesSec .titleWrapItem h4 {
		width: 92%;
	    padding-left: 7px;
		padding-right: 7px;
	}
	span.overlaytext a{
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 1px;
		padding-left: 5px;
        padding-right: 11px;
	}
	.stepsContent p{
		 color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.our_valuesSec .steps_trigger__arrow_right {
		right: -4px;
		z-index: 99;
		cursor: pointer;
	}
	.our_stepsInfoWrap.hover .stepsContent {
		display: block;
	}
	.find_your_tribeSec{
		padding-top: 60px;
        padding-bottom: 97px;
		height:auto;
	}
	.find_your_tribeWrap{
		padding-top:60px;
	}
	.find_your_tribeWrap .linkBox a{
		font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        border-radius: 4px;
        width: 260px;
        padding: 16px 15px;
	}
	.find_your_tribeWrap .linkBox {
		margin-bottom: 20px;
	}
	.marketing_tipsSec {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.marketing_tipsSec .container {
		overflow: hidden;
		padding: 0;
		width: 100%;
		position: relative;
	}
	.home_instagram_sliderWrap {
		display: flex;
		flex-wrap: unset;
		align-items: unset;
		padding-top: 0;
		gap: 20px;
/* 		animation: scrollSlider 30s linear infinite; */
	}
	.marketing_tipsSec ul.home_post_list{
		display: flex;
		flex-wrap: unset;
		align-items: unset;
		padding-top: 60px;
		gap: 20px;
/* 		animation: scrollSlider 30s linear infinite; */
		overflow-x: auto;
		white-space: nowrap;
		width:1260px;
	}
	.home_instagram_sliderWrap .singleSlider {
		flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 0 50px;
		width:100%;
	}
	.swiper-button-next, .swiper-button-prev{
	   width: 25px;
       height: 25px;
	}
	.singleSlider .swiper-button-next:after, .singleSlider .swiper-button-prev:after{
		font-size: 10px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.singleSlider .swiper-pagination{
		bottom:-35px!important;
	}
	.singleSlider .swiper-pagination span.swiper-pagination-bullet{
		width: 8px;
        height: 8px;
	}
	.marketing_tipsSec ul.home_post_list {
		margin-top: 0;
	}
	.marketing_tipsSec ul.home_post_list li {
/* 		flex: 0 0 80%;
        padding: 0;
        max-width: 80%; */
	}
	.site-footer{
		padding:25px 0;
	}
	.site-footer .container {
        max-width: 100%;
        padding: 0 12px;
    }
	.trustistSec div.ts-widgetLogo{
		height: 30px !important;
        width: 40px !important;
	}
	.trustistSec div.ts-widgetScore{
		font-size: 9px !important;
		margin-bottom: 0px !important;
		line-height: 6px !important;
	}
	.trustistSec span.ts-widgetScoreBig {
		font-size: 12px !important;
	}
	.trustistSec a.ts-widgetLinkReviewer {
       font-size: 6px !important;
	   height: 12px !important;
	}
	.trustistSec span.ts-stars{
	  width: 64px !important;
	}
	.trustistSec div.ts-widgetContent{
	  padding: 6px 10px 0 !important;
	}
	.socialicons ul li {
		padding-left: 24px;
	}
	.socialicons ul li img{
		max-width: 20px;
	}
	.footerBottom{
		padding-top:32px;
	}
	.footerLinks ul.footer-menu li a{
		color: #FFF;
		text-align: right;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px; /* 333.333% */
		letter-spacing: 1px;
		text-decoration: underline;
	}
	.footerLinks ul.footer-menu li a:hover{
		text-decoration:none;
	}
	.copyrightText p{
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 0.5px;
	}
	.footerLinks ul.footer-menu{
		justify-content: flex-end;
       flex-wrap: wrap;
	}
	.footerLinks ul.footer-menu li {
	    padding: 0 0 10px 20px;
        position: relative;
        width: auto;
	}
	.footerLinks ul.footer-menu li::after {
        height: 6px;
        top: 13px;
		display:none;
    }
	.ourRetainerService{
		padding-top: 140px;
        padding-bottom: 0;
		margin-top: -1px;
        margin-bottom: -1px;
	}
	.page-id-13 .ourRetainerService{
		background-image:url(assets/images/Services_banner_mobile.png)!important;
	}
	.ourRetainerService .rowWrap
	 {
		flex-direction: column;
	}
	.ourRetainerService .col {
		width: 100%;
		padding: 0;
	}
	.ourRetainerService h2{
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 4px;
		text-align: center;
        margin-bottom: 15px;
	}
	.ourRetainerService p{
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
		text-align:center;
	}
	section.services_listSec {
		background-color: #ee4890;
		height: 100vh;
		display: flex;
		align-items: center;
		width: 100%;
	}
	section.services_listSec .services_listWrap {
		width: 100%;
	}
	.services_listDetails h2{
		color: #FFF;
		leading-trim: both;
		text-edge: cap;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 4px;
		padding: 0;
		width:100%;
		position:relative;
	}
	.services_listDetails h2 strong {
		font-weight: 400;
	}
	.services_listDetails h2:after{
		 content: "";
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 24px;
	  height: 24px;
	  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M17.808 9.83999V9.86399L13.704 5.73599L9.48 5.75999L14.016 10.32H4.104V13.68H14.016L9.48 18.24H13.704L19.944 12L17.808 9.83999Z' fill='white'/></svg>");
	  background-size: contain;
	  background-repeat: no-repeat;
	}
	.single-avada_portfolio .ourRetainerService{
		background-position: 82% center;
	}
	.single_fullwidth_testimonialSec{
		padding-top: 60px;
        padding-bottom: 90px;
		margin-top: -2px;
	}
	.portfolioClientDetails h4{
		color: #FFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 3px;
	}
	.single_testimonialDetails p{
		 background-size: 35px;
         padding: 30px 0 0;
		color: #FFF;
		leading-trim: both;
		text-edge: cap;
		font-size: 15px;
		font-style: italic;
		font-weight: 300;
		line-height: 28px; 
		letter-spacing: 1px;
		position:relative;
		text-align: center;
	}
	.single_testimonialDetails p:after{
		content:"";
		position:absolute;
		right:0;
		bottom:0;
		background-image: url(assets/images/Comma-2.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
        width:30px;
		height:30px;
		transform: rotate(180deg);
	}
	.single_testimonialDetails h4{
		color: #FFF;
		leading-trim: both;
		text-edge: cap;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 10px;
		letter-spacing: 1px;
		text-align: center;
	}
	.the_brief_section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.the_brief_section .container {
		max-width: 100%;
	}
	.the_briefContent p{
		color: #FFF;
		font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 20px;
	}
	.fullwidth_image_slider_section img{
		height:auto!important;
	}
	.fullwidth_image_slider_section .vp-id-7087 img{
		height:297px!important;
	}
	.the_brief_info_for_portfolio{
		padding-bottom: 25px;
        padding-top: 110px;
	}
	.col:nth-child(2n+1){
		padding-right: 0;
	}
	.col:nth-child(2n) {
		padding-left: 0;
	}
	.portfolio_project_overview_section .description_content {
		padding-right: 0;
	}
	.the_brief_info_for_portfolio p{
		color: #FFF;
		font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
        text-align: center;
	}
	.the_brief_info_for_portfolio .rightContentWrap img {
		height: auto;
		max-width: 160px;
	}
	.portfolio_the_outcome_section .rowWrap p{
		color: #FFF;
		font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1px;
	}
	.description_content {
		padding-right: 0;
		color: #fff;
	}
	.boxTextListSec h5{
		color: #FFF;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 21px; /* 200% */
		letter-spacing: 2px;
		padding: 20px 32px;
	}
	.find_your_tribeSec .headingSec span{
		color:#fff;
	}
	.single-avada_portfolio .find_your_tribeSec .headingSec span{
		color: #be2b65;
	}
	.home .find_your_tribeSec .headingSec span, .page-id-840 .find_your_tribeSec .headingSec span{
		color: #fff;
	}
	.videolistWrap .ak_video_gallery {
		gap: 12px;
	}
	.boxTextListSec{
		max-width: 100%;
        margin: 0px auto 15px;
	}
	.page-template-social-media-our-services-page-template .our_methodsSec.our_valuesSec .container, .page-template-marketing-strategies-our-services-page-template .our_methodsSec.our_valuesSec .container, .page-template-photography-our-services-page-template .our_methodsSec.our_valuesSec .container {
			max-width: 100%;
		}
	.our_valuesSec .container {
		padding: 0 20px;
	}
	.our_methodsStepSec .our_stepsInfoWrap {
		padding: 0 15px;
	}
	section.our_methodsSec.our_valuesSec .titleWrapItem h4{
		font-size: 20px;
	}
	 .page-id-840 .our_valuesSec .titleWrapItem h4{
		width:100%;
	}
	.services_tabsSec{
		padding:0 0 200px;
	}
	.title_bottom_textSec {
		margin:0px auto 40px;
		max-width: 100%;
		padding: 0 20px;
	}
	.title_bottom_textSec p{
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.tabs{
		margin-top: 20px;
		margin-bottom: 27px;
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.services_tabsSec .tabs .tab{
		width: 50%;
		color: #FFF;
		font-size: 8px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 1.6px;
		padding:8px 12px;
		margin-bottom: 16px;
	}
	.page-id-840 .tabContentInner {
		max-width: 100%;
		padding: 0 20px;
	}
	.tabContentInner p{
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.tabContentInner .rowFull .col {
		width: 50%;
		padding: 0 4px;
	}
	.tabContentInner .rowFull {
        margin: 0 -4px;
    }
	.vp-portfolio.vp-portfolio__ready {
		margin-bottom: 8px;
	}
	.ak_video_gallery .video-thumbnail{
       margin-bottom: 10px;
	   height: 268px;
	   width: 100%;
	  flex: 0 0 100%;
	}
	.page-id-2981 .ak_video_gallery .video-thumbnail{
		height:auto;
	}
	.ak_video_gallery{
		gap:8px;
	}
	.tabContentInner .ak_video_gallery .video-thumbnail {
		flex: 0 0 calc(33.333% - 5.5px);
	}
	.page-id-836 .ourRetainerService{
		background-size: 375px;
        background-color: #453cd3;
		background-image:url(assets/images/social_media_mobile_banner.png)!important;
		background-position: top center;
        padding-top: 300px;
        padding-bottom: 40px;
        height: auto;
		
	}
	.page-id-840 .ourRetainerService {
		background-size: 180px;
		background-color: #f78be7;
		background-image:url(assets/images/film_graphic_mobile_banner.png)!important;
		background-position: top center;
        padding-top: 60px;
		padding-bottom: 40px;
	}
	.page-id-836 .services_tabsSec {
        padding: 200px 0;
    }
	.page-id-836 .accordion.onlymobileAccordion{
		background: #FEF200;
	}
	.page-id-836 .accordion.onlymobileAccordion .accordion-title {
		color: #453CD3;
	}
	.page-id-836 .accordion.onlymobileAccordion .accordion-content p {
		color: #453CD3;
	}
	.page-id-836 .accordion.onlymobileAccordion .accordion-title::after{
		background-image: url(assets/images/next-svgrepo-com2_blue.png);
	}
	.page-id-836 .find_your_tribeSec .headingSec span {
        color: #453CD3;
    }
	.page-id-2981 .ourRetainerService {
		background-size: cover;
		background-color: #f0c1c0;
		background-image: url(assets/images/branding_mobile_banner.png)!important;
		background-position:top center;
		height: auto;
        padding-top: 280px;
        padding-bottom: 15px;
	}
	.page-id-834 .headerRightSec a.btn{
		color:#e914c4;
	}
	.page-id-834 .home_heroBannerSec h1 > span{
		background-color: #e914c4;
	}
	.page-id-834 .ourRetainerService {
		background-size: cover;
		background-color: #e914c4;
		background-image:url(assets/images/Website_mobile_banner.png)!important;
		background-position: top center;
        height: auto;
        padding-top: 270px;
        padding-bottom: 50px;
	}
	
	.page-id-15 .ourRetainerService {
		background-size: cover;
		background-color: #faec15;
		background-image:url(assets/images/Our_Work_mobile_banner.png)!important;
		background-position: top center;
        height: auto;
        padding-top: 300px;
        padding-bottom: 30px;
	}
	.work_listsInfo{
	   margin-bottom: 60px;
       margin-top: 60px;
	   flex-direction: column;
	}
	.work_listsInfo figure{
		flex:0 0 47%;
	}
	.work_listsInfo .workInfoText{
		padding-left: 0;
        flex: 1;
        width: 100%;
        text-align: center;
	}
	.work_listsWrap .innerWrapSec:nth-child(2n) .work_listsInfo {
		flex-direction: column;
	}
	.work_listsWrap .innerWrapSec:nth-child(2n) .work_listsInfo .workInfoText {
		text-align: center;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
	.workInfoText h3{
		font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin: 40px 0 15px;
	}
	.workInfoText a.btn{
		font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 4px;
        padding: 20px 32px;
        margin-top: 10px;
        display: inline-block;
        border-width: 1px;
	}
/* 	.page-id-15 .home_heroBannerSec h1{
		color:#782a87;
	}
	.page-id-15 .home_heroBannerSec .nav-text{
		color:#782a87;
	}
	.page-id-15 .headerRightSec a.btn {
		color: #faec15;
		border-color: var(--bg_color);
        background: var(--bg_color);
	}
	.page-id-15 .hamburger-menu .bar{
		background-color:#782a87;
	}
	.page-id-15 .st2
	 {
		fill: #782a87;
	}
	 */
	.page-id-15 .home_heroBannerSec h1 > span{
		background: #faec15;
	}
	.page-id-11 .ourRetainerService {
		background-size: 345px;
		background-color: #ed1c24;
		background-image:url(assets/images/Our_Vibe_mobile_banner.png)!important;
		background-position: top center;
        height: auto;
        padding-top: 190px;
        padding-bottom: 200px;
	}
	.our_tribeSec .container {
/* 		overflow: hidden;
		width: 100%;
		position: relative;
		padding: 0; */
		position: relative;
		padding:0;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
		width: 100%;
	}
	.headerRightSec a.btn{
		margin-right:30px;
	}
	.our_tribe_list{
/* 		display: flex;
		flex-wrap: unset;
		align-items: unset;
		padding-top: 60px;
		gap: 20px;
		animation: scrollSlider 30s linear infinite; */
		display: flex;
		flex-wrap: nowrap; /* disable wrap so it scrolls horizontally */
		gap: 20px;
		width: max-content; /* ensures it stretches based on content */
		animation: none;
	}
	.our_tribe_wrapper::-webkit-scrollbar {
		display: none; /* hide scrollbar for cleaner look */
	}

	.our_tribe_wrapper {
		scroll-snap-type: x mandatory;
	}

	.our_tribeDetails {
/* 		scroll-snap-align: start; */
	}
	.our_tribe_list .our_tribeDetails {
		flex: unset;
		width: 70%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		position: relative;
		border: 0;
		line-height: 0;
		flex-shrink: 0;
	}
	
	@keyframes scrollSlider {
	  0% {
		transform: translateX(0%);
	  }
	  100% {
		transform: translateX(-100%);
	  }
	}
	
	.infoText_overlay {
		position: static;
		opacity: 1;
		backface-visibility: visible;
		height: auto;
		width: 100%;
		background: #000;
		padding: 12px 8px;
	}
	.infoText_overlay::before, .infoText_overlay:after{
		display:none;
	}
	.infoText_overlay .innerText {
		text-align: left;
		display: block;
		height: auto;
		padding: 0;
	}
	.infoText_overlay .innerText h3{
		text-align: left;
		color: #FFF;
		leading-trim: both;
		text-edge: cap;
		font-family: Montserrat;
		font-size: 21px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px; 
		letter-spacing: 1.6px;
		text-transform: uppercase;
	}
	.our_tribe_list .our_tribeDetails:last-child .infoText_overlay .innerText h3 {
		font-size: 21px;
	}
	.infoText_overlay .innerText p{
		text-align:left;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		opacity: 1;
		transform: unset;
		transition: unset;
		color: #FFF;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.our_tribeDetails img{
		border:0;
/* 		height: 171px;
        width: 171px;
        object-fit: cover; */
	}
	.our_tribeSec .container:hover .our_tribe_list {
	  animation-play-state: paused;
	}
	.tabs .tab{
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.sub_headingTextSec{
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px; /* 175% */
		letter-spacing: 1px;
	}
	.how_we_workSec .accordionListSec{
		max-width:100%;
	}
	.accordionTitle::before{
		top:-8px;
	}
	.accordionListSec .accordionTitle::before {
		top: 0px;
	}
	.accordionTitle h6{
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		flex-direction: unset;
		padding: 8px;
		width: 65px;
		height: auto;
		border-radius: 0;
		margin: 0;
	}
	.accordionTitle h6 span{
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1.6px;
		text-transform: uppercase;
		padding-right: 2px;
	}
	.how_we_workSec .accordionTitle h3{
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.accordionWrap{
		padding: 12px 0 12px;
	}
	.accordionDetails p{
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.our_reviews_section .btnWrap .btn{
		 text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        border-radius: 4px;
        padding: 20px 32px;
	}
	.our_reviews_section{
		padding-bottom: 200px;
        padding-top: 0;
        margin-top: -1px;
	}
	.accordionDetails{
		padding-bottom: 20px;
        padding-top: 20px;
	}
	.accordionDetails p:last-child{
		margin-bottom:0;
	}
	.page-id-611 .book_appointmentSec.how_it_workSec {
		background-size: cover;
		background-image:url(assets/images/Contact_us_mobile_banner.png)!important;
		background-position: top center;
        height: auto;
        padding-top: 276px;
        padding-bottom: 67px;
	}
	.our_stepsInfo h6{
		color: #FFF;
		text-align: center;
		font-size: 8px;
		font-style: normal;
		font-weight: 700;
		line-height: 14px; /* 175% */
		letter-spacing: 1.6px;
		text-transform: uppercase;
		flex-direction: row;
	}
	.our_stepsInfo h6 span{
		font-size: 8px;
		font-style: normal;
		font-weight: 300;
		line-height: 14px; /* 175% */
		letter-spacing: 1.6px;
		text-transform: uppercase;
		margin-right: 5px;
	    padding-top: 3px;
	}
	.simple_headingSec h2{
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.stepContent h4{
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.stepContent {
        width: 100%;
	}
	.stepContent p{
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.book_appointmentSec .our_stepsInfo h6 {
		width: 100px;
        height: auto;
        border-radius: 0;
        padding: 8px;
        margin-right: 8px;
        font-size: 15px;
	}
	.book_appointmentSec .our_stepsInfo h6 span {
		margin-top: 0;
		margin-bottom: 2px;
		font-size: 15px;
	}
	.simple_headingSec {
		text-align: left;
	}
	.book_appointmentSec .our_stepsInfo .onlyformobile{
		display:inline-block;
		color: #EF4680;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
		padding: 15px 0;
	}
	.how_it_workSec .stepContent h4{
		display:none;
	}
	.our_methods_steps .our_stepsInfo{
		 flex-direction: column;
         align-items: flex-start;
		margin-bottom:12px;
	}
	.book_appointmentSec .stepContent {
		padding-left: 0;
	}
	.our_methods_steps .our_stepsInfo .steptitleWrap {
/* 		display: flex;
		align-items: center;
		margin-bottom: 8px; */
	}
	.rightBg_blue{
		display:none;
	}
	.yourprojectSec .container {
		max-width: 100%;
		padding: 0;
	}
	.yourprojectSec .rowWrap{
		padding-top:0;
	}
	.yourprojectSec .rowWrap .col:nth-child(2n+1) {
		padding: 0 20px;
	}
	.contactformSec h3{
		color: #FFF;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.contactformSec p{
		color: #FFF;
		text-align: center;
		font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        padding: 18px 0 28px;
        margin: 0;
	}
		.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
		height: 44px;
		border-radius: 0;
		color: #8B8B8B;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.with_frm_style textarea {
		height: 112px;
	}
	.frm_style_sleek-smooth-style.with_frm_style div#frm_field_5_container {
		margin-bottom: 28px !important;
	}
	.contactformSec .with_frm_style label{
		color: #FFF;
		font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        text-align: center;
	}
	.with_frm_style .frm_submit.frm_flex{
		justify-content:center;
	}
	.contactformSec .frm_forms form .frm_form_fields .frm_fields_container button.frm_button_submit.frm_final_submit {
		flex: 0 0 172px;
		border-radius: 4px !important;
		padding: 8px 8px !important;
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 2.4px;
		text-transform: uppercase;
	}
	.contactformSec .with_frm_style .frm_dropzone .dz-message {
		background-color: rgba(255, 182, 193, 0.9);
		border-radius: 0;
		margin-top: 60px;
	}
	.yourprojectSec{
		background-color: #3ac4e5;
	}
	.yourprojectSec .rowWrap .col:last-child {
		background: #3AC1E3;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.CalendlySec{
		padding:0;
	}
	.CalendlySec h2{
		color: #EE4780;
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.CalendlySec p{
		color: #FFF;
		text-align: center;
		font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        padding: 28px 20px;
        margin: 0;
	}
	.CalendlySec .calendly-inline-widget{
		max-width:100%;
	}
	.contactuspage_bottom_bgcolor{
		min-height:120px;
	}
	.questionAskSec {
		padding-top: 28px;
		padding-bottom: 60px;
		background-color: #ef4780;
		border-bottom: 0;
	}
	.questionAskSec .rowWrap .col:first-child {
		order: 1;
		margin-top: 20px;
	}
	.questionAskSec .socialicons ul li {
		padding: 0 0 12px;
	}
	.questionAskSec .socialicons ul li a {
		border-radius: 4px;
		width: 205px;
		padding: 12px 36px;
		background: #fff;
		color: #EE4780;
		text-align: center;
		font-size: 11px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 2px;
	}
	.questionAskSec h4{
		color: #FFF;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: 32px;
		letter-spacing: 4px;
		text-transform: uppercase;
		margin-bottom: 32px;
	}
	.questionAskSec p{
		color: #FFF;
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 30px; /* 200% */
		letter-spacing: 4px;
	}
	.questionAskSec h4 strong {
		display: inline-block;
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.home_heroBannerSec{
		position:relative;
		z-index:8;
		padding-bottom: 140px;
	}
	.home_heroBannerSec h1 > span {
		background: #782a87;
		position: relative;
		z-index: 99;
		padding-top: 100px;
		padding-bottom: 10px;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
	}
	.home_heroBannerSec .nav-text{
		color:#fff;
		font-weight: 700;
		letter-spacing: 1.2vw;
		font-size: calc(100vw / var(--site_width));
	}
	.home_heroBannerSec .nav-item-box{
		margin-top:25px;
		animation: tumble-text 1.75s cubic-bezier(0.75, 0, 0, 1) forwards 1s;
		transform: rotateX(180deg);
		position:relative;
		z-index:8;
	}
	.home_heroBannerSec .nav-text-up{
		padding: 0;
		margin: 0;
		line-height: 0.75em;
		transform: translateZ(-70px) rotateX(180deg);
	}
	.home_heroBannerSec .nav-hover-top{
		padding: 0; 
		margin: 0;
		line-height: 0.75em;
		transform: translateY(90px) rotateX(-90deg) scale(1.04);
	}
	.home_heroBannerSec .nav-item-box.reverse{
		animation: tumble-text-reverse 1.75s cubic-bezier(0.75, 0, 0, 1) forwards 1s;
		transform: rotateX(90deg);
	}
	.home_heroBannerSec .nav-item-box.reverse .nav-text-up{
		transform: translateZ(90px) rotateX(0deg);
	}
	.home_heroBannerSec .nav-item-box.reverse .nav-hover-top	{
		transform: translateY(70px) rotateX(-90deg) scale(1.04);
	}
	@keyframes tumble-text	{
		0%		{transform: rotateX(180deg);}
		100%	{transform: rotateX(90deg);}
	}
	@keyframes tumble-text-reverse	{
		0%			{transform: rotateX(90deg);}
		100%		{transform: rotateX(0deg);}
	}
	section.HomeVideoSec {
		display: none;
	}
	section.example_website_sliderSec {
        padding-bottom: 200px;
        padding-top: 40px;
    }
	.onlyformobile {
		display: inline-block;
	}
	.single-avada_portfolio .ourRetainerService {
        background-position: 82% center;
        background-image: none !important;
        background-color: #be2b65;
		height: auto;
    }
	.our_methodsSec.our_valuesSec .titleWrapItem.hove h4 {
		padding-right: 0;
		width: 100%;
	}
	.single-avada_portfolio .home_heroBannerSec h1 > span{
		background-color:#be2b65;
	}
	.comingSoonSec h1 > span, .single-avada_portfolio .comingSoonSec h1 > span{
		background-color: #782a87;
	}
	.portfolioClientDetails{
		padding:5%;
	}
	.postid-5923 .portfolioClientDetails {
		padding: 5%;
	}
	.postid-5923 .boxTextListSec h5{
		line-height: 24px;
	}
	.single-avada_portfolio .portfolioClientDetails h4 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3px;
		margin-bottom: 5px;
		text-align: center;
    }
	.single-avada_portfolio .portfolioClientDetails p{
		text-align: center;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 1px;
		margin-left: 0 !important;
	}
	.portfolioClientDetails a.email{
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 3px;
	}
	.clientSocialLinks a {
		background-size: 12px;
		background-position: left center;
		background-repeat: no-repeat;
		width: 15px;
        height: 15px;
		padding-left: 5px;
		color: #fff;
		text-decoration: none;
		margin-right: 20px;
		margin-top: 0px;
		font-size: 0;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 1.5px;
	}
	.single-avada_portfolio .vp-portfolio.vp-portfolio__ready {
        margin-bottom: 0;
    }
	.portfolio_project_overview_section .rowWrap .col:first-child {
		order: 1;
		margin-top: 25px;
	}
	.portfolio_project_overview_section .rowWrap .rightContentWrap{
/* 		display: flex;
		align-items: center; */
	}
	.portfolio_project_overview_section .rowWrap .rightContentWrap p {
		order: 1;
		margin: 0;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
		margin-left: 5px;
	}
	.portfolio_the_outcome_section .rowWrap {
		margin-top: 35px;
	}
	.portfolio_the_outcome_section .rowWrap .col:first-child {
		order: 1;
		margin-top: 25px;
	}
	.page-id-840 .home_heroBannerSec h1 > span{
		background-color: #f78be7;
	}
	.page-template-niche-sectors-page-template .home_heroBannerSec h1 > span{
		background-color: #ee9fa6;
	}
	.page-template-niche-sectors-page-template .ourRetainerService{
		background-image:url(assets/images/Specialist_Sector_mobile_banner.png)!important;
		margin-top: -4px;
        background-position: bottom center;
        padding-top: 350px;
        padding-bottom: 90px;
        background-size: cover;
        height: auto;
    }
	.page-template-niche-sectors-page-template .ourRetainerService h2 {
		text-align: center;
	}
	.page-template-niche-sectors-page-template .ourRetainerService p {
		text-align: center;
	}
	section.specialist_work_listSec .innerWrapSec {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	section.specialist_work_listSec .workListmView {
		width: 100%;
		padding: 100px 0;
	}
	.the_briefContent {
		padding-top: 0;
	}
	.portfolio_youtube_and_imageSec {
		padding-top: 30px;
		padding-bottom: 200px;
		background-color: #af3965;
		margin-top: -2px;
	}
	.portfolio_youtube_and_imageSec .container {
/* 		padding: 0; */
	}
	.ak_video_gallery.swiper .swiper-button-next, .ak_video_gallery.swiper .swiper-button-prev{
		background: rgba(129, 103, 164, 1);
		color: #fff;
		width: 44px;
		height: 44px;
		border-radius: 100%;
	}
	.ak_video_gallery.swiper .swiper-button-next:after, .ak_video_gallery.swiper .swiper-button-prev:after{
		font-size: 22px;
	}
	.page-id-13 .home_heroBannerSec h1 > span{
		background-color: #f84690;
	}
	.page-id-13 header#masthead.shrink{
		background-color: #f84690;
	}
	.accordion.onlymobileAccordion {
         border: 0;
        border-radius: 0;
        margin-bottom: 8px;
        background: #42C6E9;
		padding: 14px 12px;
    }

    .accordion.onlymobileAccordion .accordion-title {
        cursor: pointer;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #fff;
		position: relative;
    }
	.accordion.onlymobileAccordion .accordion-title::after{
		background-image:url(assets/images/next-svgrepo-com2.png);
		background-position:center center;
		width:20px;
		height:20px;
		content:"";
		display:inline-block;
		position:absolute;
		right:0;
		top:3px;
	}

    .accordion.onlymobileAccordion .accordion-content {
      padding: 15px 0 5px;
	  display: block;
      overflow: hidden;
/* 	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical; */
      position: relative;
		display: -webkit-box;
		  -webkit-line-clamp: 2;       
		  -webkit-box-orient: vertical;
		  text-overflow: ellipsis;
		  white-space: normal;
		  transition: all 0.3s ease;
/* 		 height: 75vh;
         overflow-y: auto; */
    }
	.accordion.onlymobileAccordion.full .accordion-content {
		  -webkit-line-clamp: unset;  
		  display: block;
		}
    .accordion.onlymobileAccordion.expanded .accordion-content {
      display: block; /* Removes clamping */
      -webkit-line-clamp: unset;
      -webkit-box-orient: unset;
      overflow: visible;
      text-overflow: unset;
    }
/* 	.accordion.onlymobileAccordion .accordion-content p{
		display: -webkit-box;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		transition: all 0.3s ease;
	}
	.accordion.onlymobileAccordion .accordion-content.full p {
		-webkit-line-clamp: unset;
		display: block;
	}	 */
	.accordion.onlymobileAccordion .accordion-content h3{
		color:#fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 3px;
	}
	.page-template-websites-our-services-page-template .accordion.onlymobileAccordion .accordion-content h3{
		display:none;
	}
	.accordion.onlymobileAccordion .accordion-content p{
		color:#fff;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 0.5px;
		text-align:left!important;
	}
	.hideOnMobile{
		display:none!important;
	}
	.accordion.customSimpleAccordion {
		padding: 24px 0;
		margin-bottom: 8px;
		border-bottom: 1px solid #fff;
	}
	.customSimpleAccordion .accordion-title {
        color:#fff;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing:3px;
		text-transform: uppercase;
		position:relative;
	}
	.customSimpleAccordion .accordion-title::after{
		content:"+";
		color:#fff;
		position:absolute;
		right:0;
		top: -12px;
        font-size: 35px;
	}
	.customSimpleAccordion.expanded .accordion-title::after, .customSimpleAccordion.active .accordion-title::after{
		content:"-";
		font-size: 61px;
        font-weight: 300;
        top: -32px;
	}
	.customSimpleAccordion .accordion-content {
		display: none;
		padding: 12px 12px 24px;
        margin-top: 24px;
		overflow: hidden;
	}
	.customSimpleAccordion.expanded .accordion-content {
		display: block;
	}
	.customSimpleAccordion .accordion-content h4{
		color:#fff;
		font-size: 17px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	.customSimpleAccordion .accordion-content p{
		color:#fff;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
	}
	.customSimpleAccordion .accordion-content p:last-child{
		margin-bottom:0;
	}
	.page-id-836 .headerRightSec a.btn{
		color:#453cd3;
	}
	.page-id-836 .home_heroBannerSec h1 > span{
		background-color: #453cd3;
	}
	.page-id-838 .headerRightSec a.btn{
		color:#c5bdf7;
	}
	.page-id-838 .home_heroBannerSec h1 > span{
		background-color: #c5bdf7;
		font-size: 18px;
	}
	.page-id-838 .ourRetainerService{
		background-image:url(assets/images/marketing_mobile_banner.png)!important;
		background-position: top center;
        padding-top: 240px;
        height: auto;
        padding-bottom: 101px;
	}
	.page-id-838 .accordion.onlymobileAccordion{
		background-color: #ef4780;
	}
	.page-template-marketing-strategies-our-services-page-template .find_your_tribeWrap .linkBox a.btn{
		color:#ef4780;
	}
	.page-id-2981 .headerRightSec a.btn{
		color:#f0c1c0;
	}
	.page-id-2981 .home_heroBannerSec h1 > span{
		background:#f0c1c0;
	}
	.page-id-2981 .services_tabsSec {
        padding: 200px 0;
    }
	.accordion.onlymobileAccordion .accordion-content .bafgList{
		flex-wrap: wrap;
	}
	.accordion.onlymobileAccordion .accordion-content .bafgList .bafgBox {
		flex: 0 0 100%;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.page-id-15 section.specialist_work_listSec .innerWrapSec{
		padding:100px 0;
	}
	.page-id-15 section.specialist_work_listSec .innerWrapSec .workListmView {
		padding: 0;
	}
	.specialist_work_listSec{
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-id-15 section.specialist_work_listSec .innerWrapSec .workListmView .headingSec{
		padding-bottom:0;
	}
	.page-id-15 .specialist_work_listSec .work_listsWrap {
		padding: 100px 0;
	}
    .page-id-15 .workInfoText h3 {
/*         font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
		margin: 24px 0 14px; */
		font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin: 40px 0 15px;
    }
	.page-id-11 .headerRightSec a.btn{
		color:#ed1c24;
	}
	.page-id-11 .home_heroBannerSec h1 > span{
		background:#ed1c24;
	}
	section.home_testimonial_and_clients_logoSec.our_tribeSec {
		padding: 0;
		height: 100vh;
		display: flex;
		align-items: center;
	}
	section.home_testimonial_and_clients_logoSec.our_tribeSec .tribeSecWrap {
		width: 100%;
	}
	section.home_testimonial_and_clients_logoSec.our_tribeSec .tribeSecWrap .our_tribe_list {
		padding-top: 0;
		width:100%;
		padding-left: 20px;
        padding-right: 20px;
	}
	.page-template-our-vibe-page-template .accordion.onlymobileAccordion{
		background: #EE4780;
	}
	.accordion.onlymobileAccordion .accordion-content p.sub_headingTextSec {
		padding: 0;
	}
	.accordion.onlymobileAccordion .accordion-content .accordionWrap h3 {
		letter-spacing: 2px;
	}
	.our_reviews_section .our_reviews_sliderWrap {
		margin: 0 auto 0;
		max-width: 100%;
	}
	.our_reviews_section .our_reviews_sliderWrap .singleSlider .swiper.imageCubeSlider {
		padding: 0;
	}
	.our_reviews_section .swiper-3d {
		perspective: 2000px;
	}
	.our_reviews_section .container{
		padding:0;
	}
	.singleSlider .swiper-button-next:after, .singleSlider .swiper-button-prev:after{
		border-color:#fff;
		color:#fff;
	}
	.page-id-834 .services_tabsSec {
        padding: 0 0 214px;
        margin-top: -1px;
    }
	.page-id-611 .headerRightSec a.btn{
		color:#3ac4e5;
	}
	.page-id-611 .home_heroBannerSec h1 > span{
		background:#3ac4e5;
	}
	.headingSec.get_started_heading {
		background-color: #3ac4e5;
		padding-bottom: 60px;
		padding-top: 200px;
	}
	.yourprojectSec .rowWrap .col:first-child {
		order: 1;
	}
	.yourprojectSec .container .contactformSec {
		background-color: #ef4780;
		padding: 32px 16px 6px;
	}
	div#frm_field_6_container {
		margin-bottom: 0 !important;
	}
	.contactformSec .with_frm_style .frm_dropzone .dz-message p {
		color: rgb(132 132 132);
		font-size: 10px;
		line-height: 16px;
	}
	.bgcoloronlyformobile{
		background-color: #3ac4e5;
		display:block;
		height:200px;
		width:100%;
	}
	.blogBannerSec h1{
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		letter-spacing: 6px;
		text-transform: uppercase;
	}
	.blogBannerSec h1 strong {
		font-weight: 700;
		display: block;
	}
	.blogpostListSec .container {
		max-width: 100%;
	}
	.blogpostListSec .post-item .postText{
		 margin-bottom: 120px;
         padding: 16px 16px 16px 16px;
	}
	.blogpostListSec .post-item .postText p{
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
		width: calc(100% - 40px);
		display: -webkit-box;
	  -webkit-line-clamp: 2; /* Limit to 2 lines */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	.blogpostListSec .post-item .postText a.postLink {
		color: #fff;
/* 		border: 0;
		border-radius: 100%;
		width: 32px;
		height: 32px; */
		text-decoration: none;
		line-height: 32px;
		text-align: center;
		font-size: 25px;
	}
	.blogpostListSec .post-item .postfethureImage {
		margin-bottom: 24px;
	}
	.singlePostDetailsSec .post-thumbnail {
		margin-bottom: 24px;
	}
	.singlePostDetailsSec .postDetailsText {
		padding: 16px 16px;
	}
	.singlePostDetailsSec .postDetailsText h2 {
		font-size: 18px;
		line-height: 28px;
	}
	.singlePostDetailsSec .postDetailsText h3 {
		font-size: 15px;
		line-height: 26px;
	}
	.singlePostDetailsSec .postDetailsText p{
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 1px;
	}
	section.marketing_tipsSec .home_post_slider {
		padding: 0 20px 40px;
		margin-top: 90px;
	}
	section.marketing_tipsSec .home_post_slider .swiper-pagination-bullet {
	  background: #cccccc;
	  opacity: 1;
	  width: 8px;
      height: 8px;
	}
	section.marketing_tipsSec .home_post_slider .swiper-pagination-bullet-active {
	    background: #ee4780;
	    opacity: 1;
	}
	section.marketing_tipsSec .home_post_slider .swiper-pagination{
	    bottom: 0px;
	}
	.singlePostDetailsSec{
		padding: 170px 0 200px;
	}
	.home_instagram_sliderWrap.swiper {
		padding-top: 50px;
	}
	.home_instagram_sliderWrap.swiper .swiper-button-next.outer-next {
		right: 15px;
		top: 33px;
		color: #fff;
		border: 1px solid #fff;
		width: 30px;
		height: 30px;
	}
	.home_instagram_sliderWrap.swiper .swiper-button-prev.outer-prev {
		right: 60px;
		left: auto;
		color: #fff;
		top: 32px;
		width: 30px;
		height: 30px;
		border: 1px solid #fff;
	}
	.home_instagram_sliderWrap.swiper .swiper-button-next:after, .home_instagram_sliderWrap.swiper .swiper-button-prev:after {
		font-size: 15px;
	}
	.singleSlider .swiper-button-next {
		right: 35px;
	}
	.singleSlider .swiper-button-prev{
		left: 35px;
	}
	.accordion-content > figure {
		position: relative;
	}
	.services_listDetails h2 a:hover::before, .services_listDetails h2 a:hover::after, .services_listDetails h2 a:hover span::before, .services_listDetails h2 a:hover span::after{
		display:none;
	}
	.mobile_title_linkSec {
		display: block;
		border-bottom: 1px solid #fff;
		margin: 0 -20px;
		padding: 28px 16px;
	}
	.mobile_title_linkSec:first-child{
		border-top:1px solid #fff;
	}
	.mobile_title_linkSec a {
		text-decoration: none;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 4px;
	}
	.accordion-content .boxSec{
		border: 1px solid #fff;
		padding: 20px 20px;
		width: 100%;
		margin-bottom: 25px;
	}
	.accordion-content .boxSec h5{
		color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 2px;
	}
	.accordion-content .boxSec p{
		color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0.5px;
	}
	.accordion-content .boxSec p:last-child{
		margin-bottom:0;
		padding-bottom:0;
	}
	.page-id-15 .searchIcon path{
		fill: #782a87;
	}
	.page-id-11 .our_methodsSec .container {
		max-width: 100%;
	}
	
	/* custom tab popup sec */
	 .serviceTabPopup{
		display:none; 
		position: fixed;
        top: 8vh;
        left: 0;
        width: 100%;
        background: #42C6E9;
        padding: 0 0 20px;
        border: 0;
        z-index: 999;
/*         max-height: 90vh; */
	}
	.serviceTabPopup:before {
		content: "";
		position: absolute;
		top: -9vh;
		left: 0;
/* 		background: rgba(0, 0, 0, 0.5); */
		display: inline-block;
		width: 100%;
		height: 105vh;
		z-index:-1;
	}
	.page-template-social-media-our-services-page-template .serviceTabPopup{
		 background: #FEF200;
	}
	.page-template-marketing-strategies-our-services-page-template .serviceTabPopup{
		 background-color: #ef4780;
	}
	.serviceTabPopup select#accordionSelect {
		border: 0;
		border-bottom: 2px solid #463CD3;
		background: transparent;
		border-radius: 0;
		width: 100%;
		padding: 15px 20px;
		color: #463CD3;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		outline:none;
	}
	.page-template-social-media-our-services-page-template .serviceTabPopup select#accordionSelect{
		border-bottom: 2px solid #463CD3;
	}
	.serviceTabPopup select#accordionSelect option {
		width:100%;
		background-color:transparent;
	}
	.custom-select {
      position: relative;
      width: 100%;
      user-select: none;
      border-bottom: 2px solid #fff;
	  z-index:999;
    }
	.page-template-social-media-our-services-page-template .custom-select{
		border-bottom: 2px solid #463CD3;
	}
    .select-trigger {
        background: transparent;
        border: 0;
        padding: 20px 20px;
        cursor: pointer;
        text-align: left;
        position: relative;
		color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
	.page-template-social-media-our-services-page-template .select-trigger{
		color: #463CD3;
	}
    .select-trigger::before,
    .select-trigger::after {
      content: '';
      position: absolute;
      right: 20px;
	  width:12px;
	  height:12px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:12px;
    }
    .select-trigger::before {
      top: 16px;
	  background-image:url(assets/images/next-svgIcon_white.svg);
    }
    .select-trigger::after {
      bottom: 16px;
      background-image:url(assets/images/prev-svgIcon_white.svg);
    }
	.page-template-social-media-our-services-page-template .select-trigger::before{
		 background-image:url(assets/images/next-svgIcon.svg);
	}
	.page-template-social-media-our-services-page-template .select-trigger::after {
      background-image:url(assets/images/prev-svgIcon.svg);
    }
    .custom-options {
        position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #42C6E9;
		border-bottom: 2px solid #fff;
		border-top: none;
		z-index: 10;
		display: none;
		overflow-y: auto;
		margin: 0;
		padding:5px 20px;
    }
	.page-template-social-media-our-services-page-template .custom-options{
		background: #FEF200;
		border-bottom: 2px solid #463CD3;
	}
	.page-template-marketing-strategies-our-services-page-template .custom-options{
		 background-color: #ef4780;
	}
	 .custom-options::before,
    .custom-options::after {
      content: '';
      position: absolute;
      right: 20px;
	  width:12px;
	  height:12px;
		background-position:center center;
		background-repeat:no-repeat;
		background-size:12px;
    }
    .custom-options::before {
        top: 24px;
        background-image: url(assets/images/next-svgIcon_white.svg);
        transform: rotate(90deg);
    }
    .custom-options::after {
         top: 24px;
        background-image: url(assets/images/prev-svgIcon_white.svg);
        transform: rotate(90deg);
        right: 40px;
    }
	.page-template-social-media-our-services-page-template .custom-options::before {
        background-image: url(assets/images/next-svgIcon.svg);
    }
    .page-template-social-media-our-services-page-template .custom-options::after {
        background-image: url(assets/images/prev-svgIcon.svg);
    }
    .custom-options li {
        padding: 20px 0;
        cursor: pointer;
        display: block;
		color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
	.page-template-social-media-our-services-page-template .custom-options li{
		color: #453cd3;
	}
    .custom-options li:hover {
      background-color: #eee;
    }
	.serviceTabPopup #popupContent{
		margin-top:24px;
		height:60vh; 
		overflow-y:auto;
		padding: 0 20px;
		position: relative;
        z-index: 9;
	}
	.serviceTabPopup #popupContent h3 {
		color: #fff;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 4px;
		text-align: left !important;
		margin-bottom: 8px;
	}
	.serviceTabPopup #popupContent h5 {
		color: #fff;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 3px;
		margin-bottom: 12px;
	}
	.serviceTabPopup #popupContent p{
		color: #fff;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 0.5px;
		text-align: left !important;
		margin-bottom: 20px;
	}
	.serviceTabPopup #popupContent .boxSec {
		padding-top: 35px;
	}
	.serviceTabPopup #popupContent .boxSec ul{
		padding: 0;
		margin: 0;
		list-style-position: inside;
	}
	.serviceTabPopup #popupContent .boxSec ul li{
		color: #fff;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	.page-template-social-media-our-services-page-template .serviceTabPopup #popupContent p{
		color: #463CD3;
	}
	.serviceTabPopup #popupContent .bafg-twentytwenty-wrapper {
		background: transparent;
		margin-top: 36px;
		display: block;
	}
	.page-template-social-media-our-services-page-template .serviceTabPopup #popupContent .bafg-twentytwenty-wrapper{
		background: #453cd3;
	}
	
	.serviceTabPopup #closePopup{
		margin-top: 20px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 4px;
        text-transform: uppercase;
        border: 1px solid #fff;
        background: transparent;
        width: calc(100% - 40px);
        padding: 16px 0;
        border-radius: 0;
		margin-left:20px;
		position: relative;
        z-index: 9;
	}
	.page-template-social-media-our-services-page-template .serviceTabPopup #closePopup{
		 color: #463CD3;
		border: 1px solid #463CD3;
	}
	.serviceTabPopup #popupContent .bafgList{
/* 		display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding: 0;
        flex-wrap: nowrap;
		padding: 10px;
        flex-wrap: nowrap;
        align-items: unset;
        justify-content: unset;
        width: auto; */
        margin: 0;
		flex-wrap: wrap;
	}
	.serviceTabPopup #popupContent .bafgBox {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-width:92.6%;
        background: transparent;
        padding: 0;
        box-sizing: border-box;
        border: 0;
        border-radius: 0;
    }
	.serviceTabPopup #popupContent .bafgList::-webkit-scrollbar {
        display: none;
    }

    .serviceTabPopup #popupContent .bafgList {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
	#popupContent .beaf-container {
	  width: 100% !important;
	  max-width: 100% !important;
	}
	section.our_methodsSec.our_valuesSec .headingSec span {
		animation: headingSec 16s linear infinite !important;
	}
	section.services_tabsSec .headingSec span {
		animation: headingSec 14s linear infinite !important;
	}
	section.marketing_tipsSec .headingSec span {
		animation: headingSec 14s linear infinite !important;
	}
	section.example_website_sliderSec .headingSec span {
		animation: headingSec 14s linear infinite !important;
	}
	.page-template-templatesour-vibe-page-template-php .our_methodsSec.how_we_workSec .headingSec span {
		animation: headingSec 20s linear infinite !important;
	}
	.page-template-templatesour-vibe-page-template-php .home_testimonial_and_clients_logoSec.our_tribeSec .headingSec span {
		animation: headingSec 16s linear infinite !important;
	}
	.page-template-templatesour-vibe-page-template-php .our_methodsSec.our_valuesSec .headingSec span {
		animation: headingSec 16s linear infinite !important;
	}
	.workListmView .headingSec span {
		animation: headingSec 14s linear infinite !important;
	}
	section.specialist_work_listSec .innerWrapSec:nth-child(3) .workListmView .headingSec span{
		animation: headingSec 16s linear infinite !important;
	}
	section.the_brief_info_for_portfolio.portfolio_project_overview_section .headingSec span {
		animation: headingSec 16s linear infinite !important;
	}
	.contactuspage_bottom_bgcolor .headingSec.get_started_heading span {
		animation: headingSec 14s linear infinite !important;
	}
	.videolistWrap h3 {
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		text-align: center;
		display: block;
		margin: 0 0 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.tribe_popup_content .popup-inner{
		padding:20px;
	}
	button#close-btn {
		top: auto;
		bottom: 15px;
		right: 20px;
		width: calc(100% - 40px);
		border: 1px solid #000;
		border-radius: 0;
		height: 50px;
	}
	button#close-btn svg{
		display:none;
	}
	button#close-btn::after {
        content: "Exit";
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
	.nav-buttons button {
		padding: 2px 4px;
		top: auto;
		bottom: 90px;
		width: 44px;
		height: 44px;
		margin-top: 0;
		color: rgba(169, 169, 169, 1);
		box-shadow: 3px 5px 15px #ccc;
	}
	.nav-buttons button svg {
		width: 22px;
		height: 22px;
	}
	.nav-buttons button#tribe_prev_btn{
		left: 6%;
	}
	.nav-buttons button#tribe_next_btn {
		right: 6%;
	}
	.popupWrapSec .teamMemberSec {
		display: block;
		text-align: center;
		width:100%;
		padding-bottom: 117px;
	}
	.popupWrapSec .teamMemberSec figure{
		width:100%;
		max-width:209px;
		margin:-40px auto 0;
	}
	.popupWrapSec .teamMemberSec figure img{
		display:inline-block;
	}
	.popupWrapSec .teamMemberSec .teamText {
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
		height: 45vh;
        overflow-y: auto;
	}
	.popupWrapSec .teamMemberSec .teamText h3{
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	}
	.popupWrapSec .teamMemberSec .teamText h6{
		font-size:16px;
	}
	.popupWrapSec .teamMemberSec .teamText p{
		font-size:14px;
		margin-bottom: 30px;
		font-weight: 400;
	}
	.popupWrapSec .teamMemberSec .teamText span.funfact{
		background-size: 50px;
		background-position: top center;
		padding-left: 0;
        padding-top: 60px;
        padding-bottom: 30px;
	}
	.popupWrapSec .teamMemberSec .teamText span.funfact h5{
		font-size: 17px;
        line-height: 28px;
	}
	.popupWrapSec .teamMemberSec .teamText span.funfact p{
		font-size: 14px;
        font-weight: 500;
	}
	.fancybox__carousel .fancybox__slide .popupWrapSec{
		padding:20px;
	}
	.carousel__button.is-prev, .carousel__button.is-next {
		width: 44px;
		height: 44px;
		background: #fff;
		border-radius: 100%;
		color: rgba(169, 169, 169, 1);
		box-shadow: 3px 5px 15px #ccc;
	}
	.carousel__button.is-prev svg, .carousel__button.is-next svg {
		width: 22px;
		height: 22px;
	}
	.fancybox__content.popupWrapSec>.carousel__button.is-close {
		top: auto;
		bottom: 15px;
		right: 20px;
		width: calc(100% - 40px);
		border: 1px solid #000;
		border-radius: 0;
		height: 50px;
	}
	.fancybox__content.popupWrapSec>.carousel__button.is-close::after {
		content: "Exit";
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
	 }
	.fancybox__content.popupWrapSec>.carousel__button.is-close svg {
		display: none;
	}
	.carousel__button.is-prev, .carousel__button.is-next {
		top: auto;
		bottom: 135px;
	}
	.home section.our_methodsSec.our_valuesSec .container {
		padding: 0;
	}
	.home section.our_methodsSec.our_valuesSec .services_listDetails .container {
		padding: 0 20px;
	}
	.home section.our_methodsSec.our_valuesSec .services_listDetails {
		background-color: transparent;
	}
	.teamText .teamtopdetails p:last-child{
		background-image:url(assets/images/prev-svgIcon.svg);
		background-position:bottom center;
		background-size: 20px;
        background-repeat: no-repeat;
        padding-bottom: 23px;
	}
	.page-template-marketing-strategies-our-services-page-template .serviceTabPopup .fullRwo{
		display: flex;
		flex-direction: column;
	}
	.page-template-marketing-strategies-our-services-page-template .serviceTabPopup .fullRwo .colText {
		order: 1;
	}
	.page-template-marketing-strategies-our-services-page-template .serviceTabPopup .fullRwo .colImg {
		order: 0;
	}
	.portfolioClientDetails .clientSocialLinks {
		justify-content: center;
	}
	.page-template-niche-sectors-page-template .headingSec{
        padding-bottom: 0;
    }
	.questionAskSec a.email {
		display: none;
	}
	.questionAskSec a.phone {
		background: #3ac4e5;
		border-radius: 4px;
		width: 205px;
		padding: 12px 15px;
		display: inline-block;
	}
	section.services_listSec.has_heading {
		display: block;
		margin-top: -1px;
	}
	section.services_listSec .headingSec {
		padding-bottom: 60px;
	}
	select#accordion-select {
		appearance: none;
		width: 100%;
		background: #42C6E9;
		color: #fff;
		border: 0;
		padding: 20px 20px;
		cursor: pointer;
		text-align: left;
		position: relative;
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 4px;
		text-transform: uppercase;
		border-bottom: 2px solid #fff;
	}
	.accordion-selectWrap{
		position:relative;
		display:inline-block;
		width:100%;
	}
	.accordion-selectWrap::before, .accordion-selectWrap::after {
        content: '';
        position: absolute;
        right: 20px;
        width: 12px;
        height: 12px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 12px;
		z-index: 9;
    }
	.accordion-selectWrap::before {
        top: 16px;
        background-image: url(assets/images/next-svgIcon_white.svg);
    }
	.accordion-selectWrap::after {
        bottom: 16px;
        background-image: url(assets/images/prev-svgIcon_white.svg);
    }
	#accordion-loader {
		margin: 20px auto;
		width: 40px;
		height: 40px;
		border: 4px solid #fff;
		border-top: 4px solid #782a87;
		border-radius: 50%;
		animation: spin 1s linear infinite;
	  }

	  @keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	  }
	.accordion.onlymobileAccordion .accordion-content ul {
		margin: 0 0 0 15px;
		padding: 0;
	}
	.accordion.onlymobileAccordion .accordion-content li {
		color: #fff;
		font-size: 15px;
		font-style: normal;
		font-weight: 300;
		line-height: 28px;
		letter-spacing: 0.5px;
	}
	.page-template-social-media-our-services-page-template select#accordion-select {
		background: #FEF200;
		color: #453CD3;
	}
	.page-id-838 select#accordion-select {
		background: #ef4780;
	}
/* 	.accordion.onlymobileAccordion .accordion-content .fullRwo {
		display: flex;
		flex-direction: column;
	}
	.accordion.onlymobileAccordion .accordion-content .fullRwo .colText {
		order: 1;
	}
	.accordion.onlymobileAccordion .accordion-content .fullRwo .colImg {
		order: 0;
	} */
	.vp-portfolio.vp-uid-396adc12.vp-id-6940.vp-portfolio__ready {
		margin-bottom: 20px;
	}
	.singleSlider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active
	 {
		background-color: #ee4780;
	}
	
	/* Accordion Style */
    .photography_servicesSec .accordion {
        cursor: pointer;
		padding: 14px 15px;
		background-color: #42C6E9;
		color: white;
		border: none;
		outline: none;
		transition: 0.4s;
		width: 100%;
		text-align: left;
        font-size: 15px;
		margin-bottom: 10px;
		border-radius: 0;
		font-style: normal;
		font-weight:400;
		line-height: normal;
		letter-spacing: 3px;
		text-transform: uppercase;
		font-family: "Montserrat", serif;
		position:relative;
    }
	.photography_servicesSec button.accordion.active {
		margin: 0;
	}
	.photography_servicesSec .accordion::after {
        background-image: url(assets/images/next-svgrepo-com2.png);
        background-position: center center;
        width: 20px;
        height: 20px;
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 14.5px;
        background-size: 18px;
        background-repeat: no-repeat;
    }
	.photography_servicesSec button.accordion.active::after{
		transform: rotate(90deg);
		top: 13px;
	}

/*     .active, .accordion:hover {
      background-color: #0056b3;
    } */

    .photography_servicesSec .panel {
      padding: 40px 12px;
      background-color: #42C6E9;
      display: none;
      overflow: hidden;
	  margin-bottom: 10px;
    }

    /* Tabs inside accordion */
    .photography_servicesSec .tab-container {
      margin-top: 0;
    }

   .photography_servicesSec .tab-buttons {
        overflow: hidden;
        border-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }

    .photography_servicesSec .tab-buttons button {
        background-color:transparent;
        border: 1px solid #fff;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        padding: 5px 30px;
        margin-bottom: 28px;
        display: flex;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1.6px;
        font-family: "Montserrat", serif;
        text-transform: uppercase;
        border-radius: 0;
        max-width: 121px;
    }

    .photography_servicesSec .tab-buttons button:hover {
        background-color: #42C6E9;
        color: #fff;
    }

    .photography_servicesSec .tab-buttons button.active-tab {
        background-color: #fff;
        color: #42C6E9;
    }

   .photography_servicesSec .tab-content {
      display: none;
    }
    .photography_servicesSec .tab-content.show {
      display: block;
    }
	.photography_servicesSec .tab-content p{
		color: #fff;
		text-align: center;
		leading-trim: both;
		text-edge: cap;
		font-size: 13px;
		font-style: normal;
		font-weight: 300;
		line-height: 21px; 
		letter-spacing: 1px;
	}
	.photography_servicesSec .tab-content p:nth-child(2){
       margin: 0;
    }
	.photography_servicesSec{
		padding:200px 0;
	}
	.photography_servicesSec .panel .ak_video_gallery .video-thumbnail{
        height: auto;
    }
	.luckywheeltc h2 {
		color: #FFF;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: 3px;
		margin-bottom: 15px;
	}
	.luckywheeltc p {
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	.defaultCfullwidthSec {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.page-id-7461 .home_heroBannerSec{
		padding-bottom: 140px;
/*         height: 60vh; */
	}
	.wp-lucky-wheel-shortcode-wheel-description h2 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 18px;
		text-align: center!important;
        font-weight: 300;
        letter-spacing: 2vw;
	}
	.wp-lucky-wheel-shortcode-wheel-description p {
		font-size: 14px;
		line-height: 23px;
		text-align: center!important;
		margin-bottom: 35px;
	}
	.wp-lucky-wheel-shortcode--frontend-result {
		text-align: center;
	}
	.wp-lucky-wheel-shortcode-wheel-gdpr-wrap {
		font-size: 11px !important;
		margin-bottom: 0 !important;
		margin-top: 12px !important;
		text-align: center!important;
	}
	.wp-lucky-wheel-shortcode-wheel-gdpr-wrap span {
		position: relative;
		top: -3px;
	}
	 .wp-lucky-wheel-shortcode-content-container {
        width: 100%;
        margin-bottom: 40px;
    }
	.fullwidth_image_slider_section {
		padding: 0 16px;
	}
	.videolistWrap .ak_video_gallery .video-thumbnail {
		width: 100%;
		margin-bottom: 0;
		height: auto;
	}
	.photography_servicesSec .tab-content{
		padding-top: 0;
	}
	
}
@media (min-width: 767px) {
	.ak_video_gallery.swiper .swiper-wrapper {
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
  .ak_video_gallery .swiper-button-next,
  .ak_video_gallery .swiper-button-prev,
  .ak_video_gallery .swiper-pagination {
    display: none !important;
  }
	.bgcoloronlyformobile{
		display:none;
	}
}