/*!
Theme Name: Purple Hat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: purple-hat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

.contact-form .gform_fields {
	display: grid !important;
	grid-template-columns: repeat(12, 1fr) !important;
	gap: 24px !important;
}

.contact-form .gfield {
	grid-column: 1 / -1;
}

/* Gravity Forms column spans */
.contact-form .gfield--width-full {
	grid-column: span 12 !important;
}

.contact-form .gfield--width-eleven-twelfths {
	grid-column: span 11 !important;
}

.contact-form .gfield--width-five-sixths {
	grid-column: span 10 !important;
}

.contact-form .gfield--width-three-quarter {
	grid-column: span 9 !important;
}

.contact-form .gfield--width-two-thirds {
	grid-column: span 8 !important;
}

.contact-form .gfield--width-seven-twelfths {
	grid-column: span 7 !important;
}

.contact-form .gfield--width-half {
	grid-column: span 6 !important;
}

.contact-form .gfield--width-five-twelfths {
	grid-column: span 5 !important;
}

.contact-form .gfield--width-third {
	grid-column: span 4 !important;
}

.contact-form .gfield--width-quarter {
	grid-column: span 3 !important;
}

/* Inputs fill whatever column Gravity Forms gives them */
.contact-form .gfield input:not([type="checkbox"]):not([type="radio"]),
.contact-form .gfield select,
.contact-form .gfield textarea {
	width: 100% !important;
	box-sizing: border-box;
}

/* Name field */
.contact-form .ginput_complex {
	display: flex;
	gap: 20px;
}

.contact-form .ginput_complex > span {
	flex: 1 1 0;
}

/* Mobile */
@media (max-width: 767px) {

	.contact-form .gform_fields {
		grid-template-columns: 1fr !important;
	}

	.contact-form .gfield,
	.contact-form .gfield[class*="gfield--width-"] {
		grid-column: 1 / -1 !important;
	}

	.contact-form .ginput_complex {
		display: block;
	}

	.contact-form .ginput_complex > span {
		display: block;
		margin-bottom: 15px;
	}

}

/* Remove required fields legend */
.contact-form .gform_required_legend {
	display: none !important;
}


/* Fix Name field wrapper */
.contact-form .ginput_complex {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
}


/* Submit footer, force left alignment */
.contact-form .gform_footer {
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center;
	text-align: left !important;
	margin-top: 25px !important;
	padding: 0 !important;
}


/* Submit button */
.contact-form .gform_footer input[type="submit"],
.contact-form .gform_button {
	width: auto !important;
	min-width: 140px !important;
	margin: 0 !important;
	padding: 14px 30px !important;

	background: #40347f !important;
	border: 2px solid #40347f !important;
	border-radius: 0 !important;

	color: #fff !important;
	font-family: inherit;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: uppercase;

	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;

	transition: background 0.2s ease, color 0.2s ease;
}


/* Submit hover */
.contact-form .gform_footer input[type="submit"]:hover,
.contact-form .gform_button:hover {
	background: #fff !important;
	color: #40347f !important;
	opacity: 1 !important;
}

.contact-form fieldset {

	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	min-width: 0;

}
body .gform_required_legend{
	display:none!important;
}
/* Interactive
	 ========================================================================== */

details {
	display: block;
}

summary {
	display: list-item;
}

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

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #535456;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #3e317c;
	letter-spacing:0.05em;
	font-weight:bold;
}

h1.home-banner-heading{
	font-size:50px;
}

h1{
	font-size:34px;
}

h2{
	font-size:34px;
}

h3{
	font-size:22px;
}

h4{
	font-size:18px;
}

.img-circle {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
	float:right;
}


.img-circle2 img {
    border-radius: 50%;
	border: 1px solid #e5e5e5;
}

p {
	font-size: 18px;
	margin-bottom: 1.5em;
}

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

blockquote {
    margin: 2em 0 0em 2.5em;
    background: #EFEFEF;
    padding: 20px 20px 30px 50px;
	position:relative;
	clear:both;
	border-radius:15px;
}

blockquote:before {
    position: absolute;
    left: -40px;
    top: 10px;
    content: "\201C";
    font-size: 100px;
    margin-right: 10px;
    margin-bottom: 50px;
    color: #fff;
    font-family: Georgia,Times,"Times New Roman",serif;
    background-color: #B6975A;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 1.2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

blockquote cite{
	color:#3e317c;
	font-style:normal;
}

address {
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

}

.entry-content ul{
	margin:0 0 0 2em;
	padding:0;
}
.entry-content li{
	font-size:18px;
	position:relative;
	padding-left:20px;
	margin-bottom:15px;
}

.entry-content .featured{
	border-radius:15px;
}
#gform_fields_1 li{
	padding-left:0px!important;
}

.entry-content li:before{
content: " ";
    margin-right: 10px;
    background-image: url('images/dot.png');
    background-size: cover;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;

}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 36px;
    background: #B6975A;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1;
    padding: 10px 20px 10px 20px;
	cursor:pointer;
}


div.gform_footer.top_label {
 text-align: center;
}


@media only screen and (min-width: 641px) {
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit]{
margin:0;
}
}

body .gform_wrapper_2 input[type="text"],
body .gform_wrapper_2 input[type="email"]{
	width:100%!important;
}
@media only screen and (min-width: 641px) {

body #gform_wrapper_2 ul.gform_fields li.gfield {
    padding-right: 0px!important;
}
}

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 {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding: 5px;
	color:#6d6e71;
}

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;
	border-radius: 5px;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Header stuff
--------------------------------------------------------------*/

.site-header {
	width: 100%;
	background: white;
	z-index: 3000;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
	padding: 1.5em 0;
	transition: padding 0.3s linear;
}
.site-header .wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding{
    -webkit-flex: 0 1 190px;
    -ms-flex: 0 1 190px;
    flex: 0 1 190px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	width:190px;
	margin-right:50px;
	transition: all 0.2s ease-in-out;
}


.shrink.site-header .site-branding{
		width:120px;
    -webkit-flex: 0 1 120px;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
	height:73px;
	overflow:hidden;
}


.shrink {
    padding: 10px 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #B6975A;
	text-decoration:none;
}

a:visited {
	color: #B6975A;
}

a:hover, a:focus, a:active {
	color: #3e317c;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
	margin: 0;
	padding: 0;
	list-style:none;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	max-width:1060px;
}
.menu li {
	position:relative;
}

.menu li:before{
	content:"";
}
.menu li.top-insta a{
	position:relative;
margin-top: 12px;
}
.menu li.phone-number a{
	position:relative;
	padding-left:30px;
	font-weight:700;
}
.menu li.phone-number a:before {
	content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/phone-icon.png);
    background-size: 25px,25px;
}
.menu li a {
	display: block;
	color: #8b8b8b;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:0.05em;
	padding: 20px 0;
}

.menu li.menu-item-has-children a:after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    content: "\f078";
    margin-left: 10px!important;
    font-size: 14px;
    width: 20px;
	color:#B6975A;
}

.sub-menu li a:after{
	display:none;
}

.menu li:first-of-type {
	border: none;
-webkit-border:none;
	-moz-border:none;
}
.menu li:last-of-type {
	padding-right: 0;
}

/* sub-menu */
.menu li ul {
	background:white;
	visibility: hidden; /* hides sub-menu */
  	opacity: 0;
	position: absolute;
	top: 100%;
	left: -20px;
	margin:0;
	padding:0;
	list-style:none;
	width: 260px;
	transform: translateY(-1em);
	z-index: 100;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-webkit-box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
	box-shadow: 2px 5px 5px -3px rgba(50, 50, 50, 0.55);
}

.menu li:hover > ul {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.menu li ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.menu li ul li:hover:after {
	height: 0px;
}
.menu li ul li.current-menu-item:after {
	height: 0px;
}

.menu li ul a {
	background: transparent;
	display: block;
	text-align:left;
	width: 100%;
	padding: 1em 20px;
	font-size:14px;
	letter-spacing:0.05em;
}

.menu li ul a:last-child {
	border-bottom:none;
}
.menu li ul a:hover {
	background: #ebebeb;
}


body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
    font-size: 16px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	border-left:5px solid rgba(244, 244, 244, 1);
	position:relative;
}

body #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link:hover {
	border-color:#B6975A;
	
}

body #responsive-menu-pro-container .phone-number {
	

}
body #responsive-menu-pro-additional-content{
	padding:0!important;
	display:none;
}

.phonenumber a{
position: relative;
    padding-left: 55px!important;
    font-weight: 700;
    display: block;
    height: 60px;
    line-height: 60px;
	border-left:5px solid rgba(244, 244, 244, 1);
}
.phonenumber a:hover{
border-color:#B6975A;
background:rgba(235, 235, 235, 1);
}
.phonenumber a:before {
	content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    width: 25px;
    height: 25px;
    background-image: url(images/phone-icon.png);
    background-size: 25px,25px;
}

body #responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back {
    padding: 0 20px;
    color: rgba(139, 139, 139, 1);
	position:relative;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;
	cursor:pointer;
}

body #responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    content: "\f053"!important;
    margin-right: 10px!important;
    font-size: 14px;
    width: 20px;
	color:#B6975A;
}
body #responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back span{
	display:none!important;
}

body #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a:hover {
    border-color: #B6975A;
}


/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image .alignleft {
    margin-top: 0;
}
.wp-block-image .alignright {
    margin-top: 0;
}

.wp-block-image .alignleft {
    margin-right: 2em;
}

.wp-block-image .alignright {
    margin-left: 2em;
}

.wp-block-image figcaption{
	text-align:center;
	font-style:italic;
}

@media screen and (max-width:480px){

.wp-block-image .alignleft {
    margin:0 auto;
	float:none;
}

.wp-block-image .alignright {
    margin:0 auto;
float:none;
}

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/

.home-banner, .top-banner{
	width:100%;
	display:block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color:#EFEFEF;
	margin-top:160px;
	position:relative;
	z-index:1;
}

.home-banner{
  overflow: hidden;
	background-color: #3e317c!important;
}
#vid{
 position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);	
opacity:0.6;
}


.home-banner{

	background-position:bottom center!important;

}

.home-banner h1{
	color:white;
	max-width:600px;
	font-size:50px;
	line-height:1.1;
}

.home-banner h2{
	color:white;
	max-width:600px;
	font-size:18px;
	font-weight:400;
	line-height:1.6;
}
.home-banner h3{
	color:white;
	font-size:16px;
	font-weight:400;
	line-height:1.2;
margin-top:2em;
}

.home-banner h3 {

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;

}

.home-banner .h3-item {

	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;

}

.home-banner .h3-dot {

	width: 8px;
	height: 8px;
	display: block;
	flex: 0 0 8px;
	object-fit: contain;

}
.home-banner-inner{
	height:625px;
	z-index:2;
	position:relative;
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-banner{
	background-image: url('images/page-bg.jpg.webp');
}
.top-banner:after,
.home-banner:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

background: -moz-linear-gradient(left, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,57,144,0.8)), color-stop(100%, rgba(73,57,144,0)));
background: -webkit-linear-gradient(left, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
background: -o-linear-gradient(left, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
background: -ms-linear-gradient(left, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
background: linear-gradient(to right, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e317c', endColorstr='#3e317c', GradientType=1 );
z-index:0;
}

.top-banner-inner{
	height:190px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	z-index:2;
	position:relative;
}

.banner-title{
	position:relative;
	padding-left:20px;
	font-weight:400;
	color:white;
}
.banner-title:before{
	width:5px;
	background:#B6975A;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:" ";
}

#breadcrumbs{
	color:#B6975A;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:0.05em;
	font-size:13px;
}
#breadcrumbs a{
	color:#fff;
}
.breadcrumb_last{
	font-weight:300;
	color:#fff;
}

.sep{
	padding:0 8px;
	display:block;
}

.call-to-action{
color: white;
    height: 45px;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.05em;
}
.call-to-action:after{
		font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
	display:inline-block;
	text-align:center;
    font-size: 16px;	
	width:45px;
	height:45px;
	background:#B6975A;
	color:white;
	border-radius:45px;
	margin-left:10px;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
transition: all linear 0.2s;
}

.home-banner .call-to-action{
	color:white;
	margin-top:2em;
	font-size:18px;
}

.home-banner .call-to-action:hover:after{
	background:#3e317c;
	margin-left:15px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.wrapper {
	margin: 0px auto 0px auto;
	padding: 0;
	max-width: 1300px;
}

.site-content{
	margin-top:4em;
	margin-bottom:4em;
}

.page-content {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-sidebar {
  -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-main {
   -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	padding-right:4em;
}

.page-sidebar .menu{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

.page-sidebar .menu li{
	display:block;
	width:100%;
	margin-bottom:5px;
}
.page-sidebar .menu a{
	background: #EFEFEF;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
	color:#535456;
	border-left:5px solid #EFEFEF;
	text-transform:none;
}
.page-sidebar .menu li:first-of-type a{
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

.page-sidebar .menu li:last-of-type a{
	-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.page-sidebar .menu a:hover{
	background: #ebebeb;
	border-left:5px solid #B6975A;
}
.quick-contact_wrapper .quick-contact{
	padding:0 20px 20px 20px;
}

.home .quick-contact_wrapper .quick-contact{
	padding:0;
	margin-top:0;
}
.home-contact-inner > div:nth-of-type(2) h2{
	margin-bottom:0;
}

.gform_widget {
padding:0px;
border-top:0px solid #B6975A;
border-left: 0px solid #ebebeb;
border-right: 0px solid #ebebeb;
border-bottom: 0px solid #ebebeb;
background:#EFEFEF;
margin-top:2em;
text-align:center;
border-radius:15px;
overflow:hidden;
}
h2.widget-title{
	margin:0;
	background:#3e317c;
	color:white;
	padding:10px;
	font-size:24px;
	font-weight:500;
}

#gform_wrapper_2 .top_label select.medium,
body #gform_wrapper_1 .top_label select.medium {
    display: block;
    line-height: 1.3;
    padding: 7px 4px;
    width: 100%;
	color: #6d6e71;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2B6975A2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

#gform_wrapper_2 .top_label select.medium::-ms-expand {
    display: none;
}
#gform_wrapper_2 .top_label select.medium:hover {
    border-color: #e1e1e1;
}
#gform_wrapper_2 .top_label select.medium:focus {
    border-color: #e1e1e1;
    outline: none;
}
#gform_wrapper_2 .top_label select.medium option {
    font-weight:normal;
}


body #gform_wrapper_2 ul li.gfield {
    margin-top: 20px;
    padding-top: 0;
}

body #gform_wrapper_2 li.hidden_label input {
    margin-top: 0; 
}

body #gform_wrapper_2 {
margin:0;
}

body #gform_wrapper_2 .gform_footer {
    padding: 16px 0 10px;
    margin: 0px 0 0;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}




.testimonials{
	    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.testimonials2{
	    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.testimonials .testimonial {
    margin: 2em 0 0em 2.5em;
    background: #EFEFEF;
    padding: 20px 20px 30px 50px;
	position:relative;
-webkit-column-break-inside: avoid;
    break-inside: avoid;
display: inline-block;
}

.testimonials .testimonial:before {
    position: absolute;
    left: -40px;
    top: 10px;
    content: "\201C";
    font-size: 100px;
    margin-right: 10px;
    margin-bottom: 50px;
    color: #fff;
    font-family: Georgia,Times,"Times New Roman",serif;
    background-color: #3e317c;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 1.2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.testimonials2 .testimonial:before{
background-color: #B6975A!important;
}

.testimonials .testimonial .cite{
	color:#3e317c!important;
	font-style:italic;
	font-weight:bold;

}


.1testimonials .testimonial.odd {
    margin: 2em 2.5em 0em 0;
    background: #EFEFEF;
    padding: 20px 50px 30px 20px;

}

.1testimonials .testimonial.odd:before {
    left: auto;
	right:-40px;
    background-color: #B6975A;

}

@media screen and (max-width:1040px){

.testimonials{
	    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

}

@media screen and (max-width:640px){

.testimonials, .testimonials2{
	    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.testimonials .testimonial {
    margin: 4em 0 0em 0em;
    background: #EFEFEF;
    padding: 30px 20px 20px 20px;
	text-align:center;

}
.testimonials .testimonial:nth-of-type(1) {
    margin: 2em 0 0em 0em;

}


.testimonials .testimonial:before {
    position: absolute;
    left: 0;
	right:0;
	margin:0 auto;
    top: -40px;

}


}


/*--------------------------------------------------------------
# How do we work
--------------------------------------------------------------*/
.how-list{
	margin: 0!important;
	padding:0!important;
}
.how-list li{
	padding-left:100px;
	margin-bottom:2em;
}
.how-list li:before {
    content: "";
    top: 0px;
}

.how-list li:nth-of-type(1):before {
	display:inline-block;
  	height:70px;
	width:70px;
	background-image: url(images/insight.png);
	background-size: 70px,70px;
}

.how-list li:nth-of-type(2):before {
	display:inline-block;
  	height:73px;
	width:70px;
	background-image: url(images/capability.png);
	background-size: 70px,73px;
}

.how-list li:nth-of-type(3):before {
	display:inline-block;
  	height:60px;
	width:70px;
	background-image: url(images/strategy.png);
	background-size: 70px,60px;
}

.how-list li:nth-of-type(4):before {
	display:inline-block;
  	height:66px;
	width:70px;
	background-image: url(images/results.png);
	background-size: 70px,66px;
}


.marketing-list{
	list-style:none;
	padding:0 0 0 0;
	margin:3em 0 0 0!important;
	text-align:center;
}
.marketing-list li{
	width:33.33%;
	display:inline-block;
	margin-bottom:2em;
	color:#3e317c;
	font-weight:500;
}
.marketing-list li:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    top: 0px;
}


.marketing-list li:nth-of-type(1):before {
	display:block;
	width:82px;
  	height:70px;
	background-image: url(images/websites.png);
	background-size: 82px,70px;
	margin:0 auto 1em auto;
}
.marketing-list li:nth-of-type(2):before {
	display:block;
	width:77px;
  	height:70px;
	background-image: url(images/digital-advertising.png);
	background-size: 77px,70px;
	margin:0 auto 1em auto;
}

.marketing-list li:nth-of-type(3):before {
	display:block;
	width:74px;
  	height:70px;
	background-image: url(images/social-media.png);
	background-size: 74px,70px;
	margin:0 auto 1em auto;
}

.marketing-list li:nth-of-type(4):before {
	display:block;
	width:64px;
  	height:70px;
	background-image: url(images/content-marketing.png);
	background-size: 64px,70px;
	margin:0 auto 1em auto;
	background-repeat:no-repeat;
}

.marketing-list li:nth-of-type(5):before {
	display:block;
	width:84px;
  	height:70px;
	background-image: url(images/email.png);
	background-size: 84px,70px;
	margin:0 auto 1em auto;
}

.marketing-list li:nth-of-type(6):before {
	display:block;
	width:57px;
  	height:70px;
	background-image: url(images/reports.png);
	background-size: 57px,70px;
	margin:0 auto 1em auto;
}

@media screen and (max-width:900px){
.marketing-list li{
	width:48%;
}
}

@media screen and (max-width:480px){
.marketing-list li{
	width:100%;
}
}

/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/

.partner-logos {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	position:relative;
	margin-bottom:2em;
} 

.border-override {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0.1em solid #fff;
}

.partner-logos .partner-logo {
	display: inline-block;
	margin-bottom: 0px;
	width: calc(50% - 0px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
	border:0.03em solid #e9e9e9;
	min-height: 90px;
}

.page-id-2566 .partner-logos .partner-logo {
        width: calc(33.33% - 0px);
    }


.partner-logos .partner-logo figure {
	display: block;
	width: 100%;
	-webkit-margin-before: 20px;
	-webkit-margin-after: 20px;
	-webkit-margin-start: 20px;
	-webkit-margin-end: 20px;
}

.partner-logos .partner-logo img{
	max-width:100%;
	max-height: 90px;
}

@media screen and (min-width: 50em) {
	.partner-logos .partner-logo {
		width: calc(25% - 0px);
	}

	.home .partner-logos .partner-logo {
		width: auto;
	}
}

.home .partner-logos .partner logo{
	width:auto;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.grid2 .col:nth-of-type(2n+1){
	margin-left: 0;
	clear: left;
}

.col {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 3.2%;
	font-size: 18px;
}

.grid2 .col {
width: 48.4%;
    border-radius: 15px;
    overflow: hidden;
}

.team-wrapper{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top:20px;
}
.team-wrapper .profile{
	padding:0;
	text-align:center;
	position:relative;
	margin-bottom:20px;
	width:31%;
}

.team-wrapper .profile figure{
	width: 160px;
	height:160px;
    -webkit-border-radius: 160px;
    -ms-border-radius: 160px;
    border-radius: 160px;
    border: 3px #3e317c solid;
	overflow:hidden;
	margin:0 auto;
}
.team-wrapper .profile img {
	margin:0 auto;
	filter: grayscale(1);
}
.lisa-border{border: 5px #3e317c solid;


    margin: 20px auto 0px auto;
	max-width: 300px;
    -webkit-border-radius: 300px;
    -ms-border-radius: 300px;
    border-radius: 300px;
overflow:hidden;
}
.lisa-border img{
	margin:0 auto;
	filter: grayscale(1);
}


.profile h2{
	margin:20px 0 0 0;
	padding:0;
	font-size:18px;
	letter-spacing:0;
}

.profile h3{
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    color: #B6975A;
    text-transform: uppercase;
    max-width: 236px;
}

.profile a{
	display:block;
}

.lisa-content h2{
	margin:0;
}
.lisa-content h3{
    font-size: 20px;
    font-weight: 400;
    color: #B6975A;
    text-transform: uppercase;
	margin:0;
}

@media screen and (max-width:1100px){
	.team-wrapper .profile {
    		width: 47%;
		margin-bottom:2.5em;
}
}

@media screen and (max-width:420px){
	.team-wrapper .profile {
    		width: 100%;
		margin-bottom:2.5em;
}
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.read-more{
	position:relative;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.05em;
}
.read-more:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 2px;
    right: -15px;
    font-size: 14px;	
	
}

.service-wrapper .read-more{
	color:#3e317c;
	display:inline-block;
	font-size:14px;
}
.service-wrapper .read-more:after{
	color:#B6975A;
    top: 1px;
}
.service-wrapper{
	text-align:center;
	margin-top:3em;
display: flex;
    flex-wrap: wrap;

}
.service-wrapper h3{
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-size:16px;
	font-weight:700;
	color:#3e317c;
}

.service-wrapper .grid2 .col {
    width: 48%;
}

.service-wrapper .col {
	margin-right:2%;	
	 width: 48%;
	background: rgb(244,244,244);
	float:none;
	margin-left:0;
	margin-bottom:2%;
	padding:30px 20px;
	border-radius:15px;
}

.service-wrapper .col img{
	height:45px;
}

.service-wrapper .service-image{
    height: 90px;
    background: white;
    width: 90px;
    margin: 0 auto;
    border-radius: 90px;
	position:relative;
}
.service-image img{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	transform: translatey(-50%);
}

/*--------------------------------------------------------------
# grid3
--------------------------------------------------------------*/
.industries-boxes .wp-block-column{
    background: rgba(244,244,244,1);
	    padding: 10px 20px 0 20px;
 -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin-bottom:1em;
	border-radius:15px;
}
.industries-boxes > div ul{
margin:0;
}

.industries-boxes h3{
	margin-top:15px;
}
/*--------------------------------------------------------------
# grid3
--------------------------------------------------------------*/
.grid3 .col:nth-of-type(3n+1){
	margin-left: 0;
	clear: left;
}

/* grid3 col */
.grid3 .col {
	width: 31.2%;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 30px;
}

body #gform_body{
margin:0;
padding:0;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home-entry-content{
	max-width:850px;
	margin:0 auto 4em auto;
}

.home-entry-content p{
	font-size:20px;
}


.home-entry-content h1{
	font-size:40px;
	margin-top:0;
}
.featured-boxes{
	display:flex;
}
.featured-boxes .col{
	background:#EFEFEF;
    border-radius: 15px;
    overflow: hidden;
}
.featured-boxes img{
	width:100%!important;
	height:auto!important;
}

.roundededge img{
    border-radius: 15px;}

.featured-details{
	padding:30px 40px 40px 40px;
	color:#7e7f81;
	text-align:center;
}

.featured-details h2{
	margin-top:0;	
	font-size:26px;
	color:#272727;
	letter-spacing:0.05em;
}

.learn-more{
	display:block;
	max-width:180px;
	color:white!important;
	background:#B6975A;
	height:45px;
	line-height:44px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:16px;
	margin:1.5em auto 0 auto;
	position:relative;
	border-radius:45px;
	transition: all 0.2s linear;
}


.learn-more:hover{
	background:#3e317c;
}

.learn-more:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
	display:inline-block;
	padding-left:10px;
}



.home-banner2{
	margin-top:3em;
	width:100%;
	display:block;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:left center;
	background-attachment:fixed;
	background-color:#EFEFEF;
	position:relative;
	z-index:1;
	background-color: #3e317c!important;
}

.home-banner2 h2{
	color:white;
	max-width:850px;
	margin:0 auto;
	font-size:40px;
	line-height:1.2;
text-align:center;
}

.home-banner2 h3{
	color:white;
	margin:2em auto 2em auto;
	max-width:600px;
	font-size:18px;
	font-weight:400;
	line-height:1.8;
text-align:center;
}

.home-banner2 .home-banner-inner{
	height:625px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-banner2:after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	    background: linear-gradient(to right, rgba(73,57,144,0.8) 0%, rgba(73,57,144,0) 100%);
}


.home-banner2 .call-to-action {
    justify-content: center;
	color:white;
	margin-top:4em;
}

.home-banner2 .call-to-action:hover:after {
    background: #3e317c;
    margin-left: 15px;
}

.test-logos-wrapper{
	margin-top:4em;
	margin-bottom:0em;
	width:100%;
}
.test-logos-wrapper h2{
	margin-top:0;
	text-align:center;
}
.test-logos-wrapper .partner-logos > div.partner-logo:last-of-type img {
    max-height: 57px;
}
	
.slider-wrapper{
	position:relative;
}

.test-logos-wrapper > div {
	width:100%;
}

.test-logos-wrapper > div a{
	margin-top: auto;
}

.quotation{
	position:absolute;
	width:80px;
	height:80px;
	border-radius:80px;
	color:white;
	background:#3e317c;
	z-index:100;
	text-align:center;
	overflow:hidden;
}
.purple{
	background:#3e317c!important;
}

.purple:hover{
	background:#B6975A!important;
}


.quotation:after{
line-height: 80px;
    font-size: 100px;
    content: "\201C";
    font-family: "Georgia",Times,"Times New Roman",serif!important;
    position: absolute;
    text-align: center;
    left: 0;
    padding-top: 25px;
    right: 0;
}
.testimonial-slider{
	background:#EFEFEF;
	padding:3em 3em 2em 3.5em;
	z-index:1;
	margin-left:2.5em;
}

.testimonial-inner{
	font-size:19px;
	
}

.testimonial-name{
	font-size:17px;
	color:#3e317c;
	letter-spacing:0.05em;
	display:block;
	margin-top:2em;
	font-style:italic;
	font-weight:600;
}

.slide{
	outine:none;
}


body .slick-dots {
    left: -1em;
}
body .slick-dots li button::before {

font-size:10px;
}

body .slick-dots li.slick-active button:before {

    color: #B6975A;
}

.test-logos-wrapper .partner-logos .partner-logo {
border: 0 solid #e9e9e9;

}

.home-section{
margin-top:0!important;
margin-bottom:5em!important;
	padding:3em 0;
	background:#EFEFEF;
}

.home-contact{
	padding:3em 0;
	background:#EFEFEF;
	margin-top:4em;
}
.home-contact-inner{
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-contact-inner > div{
	width:47%;
}
.home .site-content{
	margin-bottom:0;
	margin-top:0;
}

.home-contact-inner .entry-content li:before {
   
  
}

body .gform_wrapper .top_label li.gfield.gf_left_half:before {
	display:none;
}



.home-contact-inner .entry-content h2{
	color:#B6975A;
}


#gform_wrapper_3 .top_label select.medium,
body #gform_wrapper_1 .top_label select.medium {
    display: block;
    line-height: 1.3;
    padding: 7px 4px;
    width: 100%;
	color: #6d6e71;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2B6975A2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

#gform_wrapper_3 .top_label select.medium::-ms-expand {
    display: none;
}
#gform_wrapper_3 .top_label select.medium:hover {
    border-color: #e1e1e1;
}
#gform_wrapper_3 .top_label select.medium:focus {
    border-color: #e1e1e1;
    outline: none;
}
#gform_wrapper_3 .top_label select.medium option {
    font-weight:normal;
}


body #gform_wrapper_3 ul li.gfield {
    margin-top: 20px;
    padding-top: 0;
}

body #gform_wrapper_2 li.hidden_label input {
    margin-top: 0; 
}

body #gform_wrapper_3 {
margin:0;
}

body #gform_wrapper_3 .gform_footer {
    padding: 16px 0 10px;
    margin: 0px 0 0;
}

@media screen and (max-width:768px){

.home-contact{
	padding:0em 0;
	margin-top:2em;
}

.home-contact-inner{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home-contact-inner > div{
	width:100%;
}
.home-contact-inner h2{
	text-align:center;
}

.home-contact-inner > div:nth-of-type(2) h2{
	margin-bottom:0;
}
}

/*--------------------------------------------------------------
# Boxes
--------------------------------------------------------------*/
.feature-boxes{
	margin:2em 0;
}
.overlay-holder {
    position: relative;
}

.overlay-holder .wpb_single_image .vc_figure {
    max-width: 100%;
	margin:0;
}

.over-lay {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding: 20px 20px 30px 20px;
    margin: 0px;
	width:100%;
	height:100%;
}
.over-lay > div {
	position:absolute;
	bottom:15px;
}
.over-lay h4{
	text-transform:uppercase;
	font-weight:700;
	color:white;	
	font-size:18px;
	margin:0;
}
.over-lay p{
	color:white;
	font-size:16px;
}

.over-lay p:first-of-type{
	margin-top:0;
}

.over-lay p:last-of-type{
	margin-bottom:0;
}
.over-lay p a{
	color:white;
	font-weight:700;
}

.over-lay p a:hover{
color:#B6975A;
}

.overlay-holder .vc_single_image-wrapper {
    overflow: hidden;
}

.overlay-holder .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.overlay-holder .vc_single_image-wrapper img {
    transition: transform .5s;
}

.overlay-holder .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.overlay-holder:hover .vc_single_image-wrapper img {
    transform: scale(1.1);
}

.overlay-holder .vc_single_image-wrapper img {
    transition: transform .5s;
}
.overlay-holder .vc_single_image-wrapper:after {
    position:absolute;	
	background: rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	content:" ";
	top:0;
	left:0;
	z-index:2;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
	width:100%;
	background:#3e317c;
	color:white;
	padding: 4em 0 3em 0;
}

.site-info{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.site-footer .menu{
	column-count:2;
	display:block;
	line-height:2;
}

.site-footer .menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0px 0;
	position:relative;
}

.site-footer .menu li a:hover {
    color: #e1e1e1;
}

.site-footer .menu li a:before {
    content: " ";
	margin-right:10px;
    background-image:url('images/dot.png');
	background-size:cover;
	width:8px;
	height:8px;
display: inline-block;
}



.site-footer .site-branding{
	max-width:150px;
	display:block;
	margin-bottom:1em;
}
.site-info > div {
	margin-bottom:2em;
}
.site-info > div:nth-child(1)
{
	max-width:290px;
}

.site-info > div:nth-child(3)
{
	max-width:348px;
}


.site-footer h3{
	color:white;
	font-weight:400;
	letter-spacing:0.05em;
	font-size:24px;
	margin-top:0;
}

.social-media-links{
	display:flex;
}
.social-media-links a{
	color:#B6975A;
	font-size:24px;
	margin-right:15px;
}
.social-media-links a:hover{
	color:white;
}
.social-media-links a:visited{
	color:#B6975A!important;
}

.social-media-links a:visited:hover{
	color:white!important;
}
@media screen and (max-width:768px){
.site-footer .social-media-links {
	justify-content: center;
}
}


.email,
.phone,
.address,
.insta,
.facebook{
	padding-left:35px;
	position:relative;
	margin-bottom:1em;
	display:block;
	color:white;
}

.email:hover,
.phone:hover,
.insta:hover {
	color:#e1e1e1;
}


.email:before,
.phone:before,
.address:before,
.insta:before {
    color: #b8b0a7;
	font-size:18px;
	position:absolute;
	left:0;
}

.email:before{
font-family: 'Font Awesome 5 Free';
    font-weight: 900;
content: "\f0e0";
color: #B6975A;
    margin-right: 10px;
}

.phone:before{
font-family: 'Font Awesome 5 Free';
    font-weight: 900;
content: "\f095";
color: #B6975A;
    margin-right: 10px;
}

.insta:before{
font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
content: "\f16d";
color: #B6975A;
    margin-right: 10px;
	font-size:20px;
margin-top: -3px;
}

.menu li.top-insta a span{
	display:none;
}
.menu li.top-insta a:before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url(images/insta-header.png);
    background-size: 25px,25px
}

.menu li.top-facebook a span{
	display:none;
}
.menu li.top-facebook a:before {
font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    content: "\f39e";
    position: absolute;
	color:#3e317c;
	font-size:24px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;

    width: 38px;
    height: 38px;

}


.address:before{
font-family: 'Font Awesome 5 Free';
    font-weight: 900;
content: "\f3c5";
color: #B6975A;
    margin-right: 10px;
}

.newsletter-wrapper{
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-radius:45px;
	height:45px;
	background:white;
	overflow:hidden;
}
.newsletter-wrapper input.email{
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	height:45px;
	line-height:45px;
	border:none;
	outline:none;
	background:white;
	text-indent:20px;
}
.newsletter-wrapper input#mc-embedded-subscribe{
   -webkit-flex: 0 1 45px;
    -ms-flex: 0 1 45px;
    flex: 0 1 45px;
    height: 45px;
    line-height: 1;
    border-radius: 45px;
    border: none;
    outline: none;
    background: #B6975A;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    padding: 0;
}
.newsletter-wrapper input#mc-embedded-subscribe::placeholder{
	text-transform:uppercase;
}

.subscribecol p{
	font-size:16px;
}
.credits {
	border-top:1px solid #5e5476;
	padding-top:2em!important;
}
.credits a{
	color:#e9e9e9;
}
.credits p{
	font-size:12px;
	text-align:center;
	font-weight:400;
	letter-spacing:0.1em;
	color:#e9e9e9;
	margin:0;
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.toggle{
	display:flex;
	justify-content: flex-end;
}
.faq-collection { width: 100%; }
.faq-section { margin-bottom: 24px; }
.faq-section-header {
    display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:8px;
}
.faq-section-title { margin:0 0 1em 0;font-size:22px; }

.toggle-all-btn {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background: none;
    color: #3e317c;
    font-weight: 400;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:400;
}

.faq-accordion { clear: both; }
.faq-item { margin-bottom: 5px; padding-bottom: 0px; }

.faq-question {
    cursor: pointer;
	font-size:18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background:#EFEFEF;
    color: #535456;

}
.faq-question:hover { background-color: #3e317c; 
	color:white;}
.faq-question:hover .toggle-icon{
	color:white;
}
.faq-item.active .faq-question {
    background-color: #3e317c; /* your highlight color */
    color: #fff;
}
.faq-item.active .toggle-icon {
    color: #fff;
}

.toggle-icon { font-size: 20px; font-weight: bold; transition: transform .3s ease;color: #3e317c}
.faq-answer { padding: 5px; margin-top: 5px; }



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width:1340px){
	.wrapper {
		padding:0 20px;
	}
}
@media screen and (max-width:1000px){
	.home-banner-inner{
		height:500px;
	}

}
@media screen and (max-width:900px){

.site-content {
    margin-top: 2em;
}


.page-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-main{
	width:100%!important;
    padding-right: 0em;
}

.page-sidebar {
 	width:100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top:2em;
}
.page-sidebar > div {
	width:49%;

}

.gform_widget {
    margin-top: 0em;
}
}

@media screen and (max-width:768px){
	.home-banner-inner{
		height:400px;
	}

	.home-banner-inner h1{
		font-size:36px;
	}

.banner-title {
	font-size:28px;
}


	.featured-boxes{
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
justify-content: space-between;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
	}
	/* change grid3 to 2-column */
	.featured-boxes .col {
		width: 48.4%!important;
		margin-bottom:3.2%;
	}
	.featured-boxes .col:nth-of-type(3n+1) {
		margin-left: 3.2%!important;
		clear: none!important;
	}
	.featured-boxes .col:nth-of-type(2n+1) {
		margin-left: 0!important;
		clear: left!important;
	}

.featured-boxes .col:nth-of-type(3) {
	width:100%!important;

}

.site-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-footer a:visited, .site-info a:visited {
    color: #ffffff!important;
}

.site-info > div{
	width:100%;
	text-align:center;
}
.site-footer .menu {
    column-count: 1;
}
.site-info > div:nth-child(3), .site-info > div:nth-child(1), .site-info > div:nth-child(4) {
    max-width: 100%;
}

.email, .phone, .address, .insta {
    padding-left: 0;
}

.email:before, .phone:before, .address:before ,  .insta:before {
position: static;
display:block;
    margin-right: 0;
}
.site-footer .site-branding {
    margin: 0 auto 1em auto;
}

.site-info > div:nth-of-type(3) {
    margin-bottom: 2em;
}

.site-footer {
    padding: 2em 0;
}

.test-logos-wrapper{
	margin-top:2em;
	margin-bottom:0em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.test-logos-wrapper > div {
	width:100%;
	max-width:600px;
	margin:0 auto 2em auto;
}
.test-logos-wrapper h2{
	text-align:center;
}

.test-logos-wrapper > div:nth-child(1){
	  -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.test-logos-wrapper > div:nth-child(2){
  -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;	
}

.test-logos-wrapper > div:nth-child(3){
	  -webkit-order: 2;
    -ms-flex-order:2;
    order: 2;
padding-bottom: 2em;
}

.test-logos-wrapper > div:nth-child(4){
  -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;	
	margin: 0 auto 0 auto;
}

.quotation {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.testimonial-slider {
    padding: 3em 3em 2em 3em;
    margin-left: 0;
}

.test-logos-wrapper .partner-logos {

    margin-bottom: 0em;
}

.site-content {
    margin-bottom: 2em;
}
body .slick-dots {
    left: 0em;
}

.home-section{
margin-top:0!important;
margin-bottom:20px!important;
	padding:20px 0;
}
.home-entry-content {
    margin: 0 auto 0em auto;
}

}
#nav_menu-2 h2{
display:none;
}
@media screen and (max-width:640px){

	/* change grid3 to 2-column */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 3.2%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

.page-sidebar {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-sidebar > div {
	width:100%;
}

.gform_widget {
    margin-top: 1em;
}

#nav_menu-2 h2{
display:block;
	text-align:center;
	margin-bottom:1em;
}

.site-info{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-info > div{
	width:100%!important;
	max-width:100%!important;
}

.site-info .menu {
	column-count:1;
}
.home-banner video{
	display:none;
}

.home-banner{
	background: url('images/poster.jpg.webp');
	background-size:cover;
	background-position: center center;
}
.home-banner2 {
    background-attachment: initial;
}


@media screen and (max-width: 600px) {
	.featured-boxes .col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}

	.featured-boxes{
		margin:0em 0;
	}


	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}

.home-banner2 {
    margin-top: 1em;

}

	.home-banner-inner{
		height:auto;
		padding: 2em 0;
	}
	.home-banner-inner h1{
		font-size:24px;
	}

}



@media screen and (max-width:480px){

body,
button,
input,
select,
optgroup,
textarea {
	font-size: 18px;
	font-size:1.1rem;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
}


.banner-title {
	font-size:24px;
}

blockquote {
	margin: 3em 0 0em 0;
    padding: 50px 20px 30px 30px;

}

blockquote:before {
    left: 0;
    right: 0;
    margin: 0 auto!important;
    top: -30px;
    margin-bottom: 50px;
}

.home-banner2 {
    margin-top: 1em!important;
}

.team-wrapper .profile:last-of-type{
	margin-bottom:0;
}

}




