html{
	overflow-x: hidden !important;
}

body {
	background: #fff;
	font-family:'Myriad Pro';
}

input:focus, textarea:focus, button:focus, a:focus {
	outline: none;
}

/* Typography */
span, a, div, section, label {
	font-family:'Myriad Pro';
}

h1 {
	color: #f66922;
	padding-top: 0.5em;
	font-family: 'Paytone One', sans-serif;
	font-size: 48px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 32px;
	font-family: 'Paytone One', sans-serif !important;
}

h3 {
	color: #000 !important;
	font-family:'Myriad Pro';
}

h5 {
	color: #f36b24 !important;
	font-family:'Myriad Pro' !important;
	font-size: 18px;
}

h6 {
	color: #000 !important;
	font-family:'Myriad Pro';
}

p {
	font-family:'Myriad Pro';
	color: #222a41;
	font-size: 18px;
	
	line-height: 1.8;
	margin-bottom: 1.1em;
}

ul, ol {
	margin-bottom: 10px;
}

ul li, ol li {
	font-family: 'Myriad Pro';
	color: #222a41;
}

.bg-white {
	background: #fff;
	border: none;
}

.hide-row {
	display: none;
}

/* Menu */
.menu li{
	padding: 0 17px;
}

.menu li a{
	color: #222a41;
	font-size: 16px;
}

.menu li a:hover, .menu li.current-menu-item a{
	color: #f66922;
}

.page-content {
	padding-bottom: 100px
}

/* Header */
.site-header {
	padding-top: 2rem;
}

.img-bg {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1600px !important;
	overflow-x: hidden;
	z-index: -1;
}

.img-bg .bg-right{
	position: absolute;
	width: 45vw;
	height: auto;
	top: -10vw;
	right: -26vw;
	z-index: -1;
}

.img-bg .bg-left{
	position: absolute;
	top: 24vw;
	left: -12vw;
	width: 20vw;
	height: auto;
	z-index: -1;
}

.img-bg .bg-center{
	position: absolute;
	top: 16vw;
	right: 5vw;
	width: 37vw;
	height: auto;
	z-index: -1;

	border-radius: 40px;
	border: 12px solid rgba(0,0,0,0.1);

	/*
	opacity: 0;
	animation: fadeInAnimation ease 3s; 
	animation-fill-mode: forwards; 
	*/

	animation-duration: 2s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
}

.bouncing {
	animation-name: bounce-3 ;
	animation-timing-function: ease;
}

@keyframes bounce-3 {
	0%   { transform: translateY(0); }
	30%   { transform: translateY(-30px); }
	50%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

@keyframes fadeInAnimation { 
	0% { 
		opacity: 0; 
	}
	40% { 
		opacity: 0; 
	} 
	100% { 
		opacity: 1; 
	} 
} 


/* Content */
.elementor-widget-button[data-widget_type="button.default"] a{
	background: #f36b24;
	font-weight: 600;
	font-size: 17px;
	border-radius: 25px;
	padding: 15px 30px;
}

.elementor-widget-button[data-widget_type="button.default"] a:hover {
	filter: brightness(115%);
	transform: scale(1.1); 
}

.button-grow {
	transform: scale(1.1); 
}

/* Footer */
footer {
	background: #00263e;
	padding: 7em 0 3em 0;
	display:block;
}

footer p, footer div {
	color: #6d7783;
}

footer a {
	color: #6d7783;
}

footer a:hover {
	color: #f36b24 !important;
}

#footer-one {
	margin-bottom: 2em;
}

#footer-one ul.menu{
	display: inline-flex;
	width: 100%;
	list-style-type: none;
}

#footer-one ul.menu li a{
	color: #6d7783;
}

#footer-one .second aside{
	float: right;
}

.divider {
	height: 5px;
	width: 100%;
background: #c25d29;
background: -moz-linear-gradient(left, #c25d29 1%, #c25d29 43%, #f99d25 58%, #f99d25 100%);
background: -webkit-linear-gradient(left, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
background: linear-gradient(to right, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c25d29', endColorstr='#f99d25',GradientType=1 );
	margin-bottom: 2em;
}

#footer-two {
	width: 100%;
	margin-bottom: 4em;
	
}

#footer-two .first{
	display: flex;
  justify-content: center;
	width: 100%;
	list-style-type: none;
}

#footer-two aside .textwidget{
	padding: 0 30px !important;
	margin: 0 auto !important
}

#footer-two img {
	margin-right: 8px;
}

#footer-three {
	width: 100%;
	margin-bottom: 4em;
}

#footer-three .first aside{
	text-align: right !important;
	width:100% !important;
}

#footer-three .gallery{
	display: inline-flex;
	width: 100%;
	margin-top: 1em;
	padding-right: 2em;
}

#footer-three .gallery .gallery-item {
	padding: 5px;
	margin: 0;
}

#footer-three .gallery .gallery-item img{
	width: 40px;
	filter: invert(1);
}

#footer-three .widget-social-icon img {
	filter: grayscale(1);
}

#footer-three .widget-social-icons{
	width: 100% !important;
	margin-top: 1em;
	padding-right: 2em;
}

#footer-three .widget-social-icons a {
	padding: 5px;
	margin: 0;
}

#footer-three .widget-social-icons img{
	width: 40px;
	filter: invert(1);
}

/* Custom elementor Widgets */
.graph-box {
	background: #fff;
	width: 100%;
	padding: 35px 25px 10px 25px;
	border-radius: 15px;
	min-height: 12.5em;
	cursor: pointer;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.graph-icon-container {
	width:100%;
	text-align: right;
}

.graph-box .percentage {
	color: #000000;
	font-family:'Paytone One';
	font-size: 30px;
	margin-top: 20px
}

.graph-box .title {
	color: #222a41;
	font-family:'Myriad Pro';
	font-size: 22px;
}

.widget-float {
	position: absolute;
	margin-top: -100px;
	width: 50% !important;
}

.testimonial-quote {
	position: absolute;
	top: -3.5em;
	right: 2.5em;
	z-index: 1;
}

.graph-box:before {
  content: "";
  position: absolute;
	border-radius: 14px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f36b24;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.graph-box:hover, .graph-box:focus, .graph-box:active {
  color: #fff;
}

.graph-box:hover .percentage, .graph-box:hover .title {
  color: #fff;
	transition: all 0.3s;
}

.graph-box:hover .graph-icon-container {
	filter: brightness(0) invert(1);
}

.graph-box:hover:before, .graph-box:focus:before, .graph-box:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Services */
.services .services-box{
	background: #fff;
	border-radius: 20px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #f1f1f1;
	cursor: pointer;
}

.services img {
	margin-left: 25px
}

.services h4 {
	font-family: 'Paytone One' !important;
	color: #000 !important;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 10px;
}

.services p {
	color: #222a41;
	padding: 0 30px;
}

.services .anchor-link{
	margin-left: 40px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.services .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 10px 0;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.services .services-box {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.services .services-box img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.services .services-box:hover img, .services .services-box:focus img, .services .services-box:active img {
	-webkit-animation-name: hvr-icon-wobble-vertical;
	animation-name: hvr-icon-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Subscription */
.yikes-mailchimp-form-description{
	color: #fff !important;
}

.homepage-subscription-container {
	background: url(//candidmarketing.com.au/wp-content/uploads/2020/11/bg-sil.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.homepage-subscription {
	width: 80% !important;
	margin-top: 20px;
	z-index: 999 !important;
}

.homepage-subscription button {
	width: auto !important;
	color: #222a41;
	padding: 10px 70px !important;
	border-radius: 30px;
}

.homepage-subscription button:hover {
	background: #f36b24;
}

.homepage-subscription input[type="text"], .homepage-subscription input[type="email"] {
	background: #fefce6 !important
}

.icon-text {
	display: inline-flex;
	font-family:'Paytone One' !important
}

.icon-text .image {
	width: 100px !important;
}

.icon-text .text{
	padding-left: 20px;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 300;
	font-family:'Paytone One' !important
}

/* Testimonials */
.elementor-widget-testimonial .elementor-widget-container {
	background: #fff;
	padding: 2.5em 2.8em 2.8em 2.8em;
	border-radius: 20px;
	margin: 8px;
	display:table;
	cursor: pointer;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.elementor-testimonial-job {
	font-family: 'Myriad Pro' !important;
	font-size: 18px !important;
}

@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes hvr-push {
	50% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.elementor-widget-testimonial .elementor-widget-container:hover, .elementor-widget-testimonial .elementor-widget-container:focus, .elementor-widget-testimonial .elementor-widget-container:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-content {
	font-family:'Myriad Pro';
	font-size: 18px;
	color: #222a41;
	display:table-footer-group;  
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-meta {
	display:table-row-group;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-meta-inner {
	margin-bottom: 2.8em !important;
}

.elementor-widget-testimonial .elementor-widget-container img {
	border-radius: 0 !important;
	border-radius: 10px !important;
}

.elementor-widget-testimonial .elementor-widget-container .elementor-testimonial-name {
	font-family: 'Paytone One';
	color: #000;
	padding-bottom: 10px;
}

/* Team */
.anchor-link a {
	background: transparent !important;
	color: #000;
	padding: 0 !important;
	font-weight: 600 !important;
}

.anchor-link:after, .custom-underlined:after {
	content: '';
	width: 70px;
	position: absolute;
	bottom: -5px;
	padding: 1.5px;
	background: #c25d29;
	background: -moz-linear-gradient(left, #c25d29 1%, #c25d29 43%, #f99d25 58%, #f99d25 100%);
	background: -webkit-linear-gradient(left, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
	background: linear-gradient(to right, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
}

.anchor-link a:hover {
	color: #000 !important;
}

.local-faces img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	cursor: pointer;
}

.local-faces img:hover, .local-faces img:focus, .local-faces img:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);

	-webkit-box-shadow: 0px 43px 32px -22px rgba(249,157,37,0.9), 0px 20px 32px -22px rgba(249,157,37,0.85); 
	box-shadow: 0px 43px 32px -22px rgba(249,157,37,0.9), 0px 20px 32px -22px rgba(249,157,37,0.85);
	transition: all 0.3s
}

/* -------------------- */
/* ABOUT US PAGE */
/* -------------------- */

/* -------------------- */
/* SERVICES PAGE */
/* -------------------- */

/* -------------------- */
/* PACKAGES PAGE */
/* -------------------- */

/* Testimonial */
.owl-carousel .owl-item{
	padding:40px;
	margin:0;
	background:#fff;
	min-height:40px;
	color: #000;
	border-radius: 15px;
}

.packages .active:not(.center) {
	margin-top: 25px;
}

.packages .active:not(.center) .carousel-item {
	max-height: 550px !important;
}

.packages .center {
	background: #00263e !important;
	color: #fff !important;
	padding-bottom: 80px;
}

.packages .center ul {
	line-height:0.5;
	margin: 0 !important;
}

.packages .center ul li{
	color: #fff !important;
	line-height: 1;
}

.packages ul {
	line-height:0.5;
	margin: 0 !important;
}

.packages ul li{
	line-height: 1;
}

.packages h4{
	font-family: 'Paytone One' !important;
	font-weight: 300 !important;
	color: #f36b24;
	font-size: 25px
}

.packages h5 {
	font-family: 'Paytone One' !important;
	font-size: 35px;
	font-weight: 500;
	color: #000 !important;
}

.packages .category {
	color: #000 !important;
	font-family: 'Myriad Pro';
	font-size: 18px;
	font-weight: 300 !important;
}

.packages button {
	background: #f36b24;
	color: #fff;
	padding: 8px 20px;
	border: none;
	border-radius: 20px;
	margin-top: 20px;
}

.packages .center h5, .packages .center .category {
	color: #fff !important;
}

.packages .category-container {
	position: relative;
	margin-bottom: 20px;
}

.packages .category:after {
	content: '';
	width: 70px;
	position: absolute;
	bottom: -5px;
	left: 0;
	padding: 1.5px;
	background: #c25d29;
	background: -moz-linear-gradient(left, #c25d29 1%, #c25d29 43%, #f99d25 58%, #f99d25 100%);
	background: -webkit-linear-gradient(left, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
	background: linear-gradient(to right, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
}

.packages .owl-dots .owl-dot span{
	display: block !important;
}

.packages .owl-dots .active span{
	background: #f36b24 !important;
	display: block !important;
	width: 14px !important;
	height: 14px !important;
}

#ultimate-package {
	background: #00263e;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
}

#ultimate-package ul {
	margin-top: -15px !important;
	margin-bottom: 10px !important;
}

#ultimate-package p , #ultimate-package ul li{
	color: #fff;
}

#ultimate-package h4 {
	color: #f36b24;
}

#ultimate-package h5 {
	color: #fff !important;
}

.category-custom p:after{
	content: '';
	width: 70px;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 1.5px;
	background: #c25d29;
	background: -moz-linear-gradient(left, #c25d29 1%, #c25d29 43%, #f99d25 58%, #f99d25 100%);
	background: -webkit-linear-gradient(left, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
	background: linear-gradient(to right, #c25d29 1%,#c25d29 43%,#f99d25 58%,#f99d25 100%);
}

/* New Menu */
.menu-main-container {
	width: 100%;
}
.menu-wrap {
	display: flex;
	justify-content: space-between;
}
.menu-icon {
	font-size: 2.4em;
	color: #f66922;
	cursor: pointer;
}
.menu-main-container nav {
	width: 100%;
	z-index: 1;
}
.menu-main-container nav ul {
	list-style-type: none;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s;
}
.menu-main-container nav ul li{
	padding: 0;
}
.menu-main-container nav ul li a {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.menu-main-container #checkbox {
	display: none;
}
.menu-main-container #checkbox:checked ~ nav ul {
	max-height: 500px;
	transition: all 0.5s;
}

/* Service Form */
.service-form form {
	column-count: 2;
	border: 1px solid #eee;
	margin-bottom: 50px;
	background: #fefce7;
	border-radius: 10px;
	
	padding: 3em 2.5em;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);	
	
}

.service-form form label, .service-form form span{
	width: 100%;
	color: #555;
}

.service-form form input[type="text"], .service-form form input[type="email"], .service-form form input[type="number"], .service-form form input[type="tel"], .service-form form input[type="date"], .service-form form textarea, .service-form form select{
	border: 1px solid #777;
	border-radius: 0;
}

.service-form form p {
	padding: 0 20px;
}

.service-form form label {
	font-size: 16px;
	line-height: 1.5;
}

.service-form form input[type="submit"]{
	background: #f36b24;
	font-size: 17px;
	border-radius: 25px;
	padding: 7px 30px;
	border: none;
	color: #fff;
}

.service-form form input[type="submit"]:focus{
	outline: none;
}

/* Grid Styling */
.grid .elementor-widget-wrap{
	padding: 20px 10px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border: 3px solid #fff;
}

.grid .elementor-widget-wrap:hover{
	filter: brightness(115%);
	transition: all 0.5s;
	border: 3px solid #f99d25;
}

.grid .elementor-text-editor{
	font-size: 18px;
	font-weight: 600;
}

#mysticky-nav .myfixed {
	background: #00263e !important;
	z-index: 999;
}

#mysticky-nav.wrapfixed {
	background: #00263e;
}

.myfixed .custom-logo {
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}

header.myfixed {
	border-bottom: none !important;
	position: fixed;
	width: 100% !important;
	margin: 0;
	padding: 0;
	max-width: 100%;
	z-index: 1;
}

header.myfixed nav ul li a {
	color: #fff;
	font-weight: 600
}

/* Flip Box */
.projects-flip-box .eael-elements-flip-box-front-container, .projects-flip-box .eael-elements-flip-box-rear-container{
	background: none;
}

.elementor-flip-box__front, .elementor-flip-box__back {
	background: #fff;
	padding: 0 !important;
	border-radius: 20px;
	height: 150px;
}

.elementor-flip-box {
	height: 150px;
}

.elementor-flip-box__layer__overlay, .elementor-flip-box__layer, .elementor-flip-box {
	padding: 0 !important;
	width: 100%;
}

.elementor-flip-box__image {
	margin-bottom: 0 !important
}

.elementor-flip-box__image img {
	width: 70%;
	vertical-align: middle !important;
	padding: 0 !important;
	margin-bottom: 0;
}

.testimonial-slider .elementor-testimonial__content{
	background-color: #fff;
	-webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
	box-shadow: 0 1rem 2rem rgba(0,0,0,0.1);
	border: 1px solid #f7f7f7;
	min-height: 250px;
}

.testimonial-slider .elementor-testimonial__content .elementor-testimonial__text {
	padding: 1.4em 1em !important;
	font-size: 18px;
	z-index: 2 !important;
	cursor: pointer;
}

.testimonial-slider .elementor-testimonial__name {
	color: #00263e !important;
	font-size: 18px;
	font-family:'Myriad Pro' !important;
	line-height: 1.1
}

.testimonial-slider .elementor-testimonial__title {
	font-size: 16px;
	font-family:'Myriad Pro' !important;
	font-weight: 600 !important;
	color: #f36b24 !important;
	margin-top: 3px;
}

.testimonial-slider .elementor-testimonial__content .elementor-testimonial__text:before {
	content: '“';
	position: absolute;
	font-size: 5em;
	font-weight: 600;
	left: 0.15em;
	top: 0.03em;
	line-height: 1;
	z-index: 1 !important;
	font-family:'';
	color: #f99d25;
}

.testimonial-slider .elementor-testimonial__content:after {
	content: "";
	display: block;
	margin-top: -15px;
	width: 35px;
	height: 35px;
	background-color: #fff;
	position: absolute;
	-webkit-transform: scaleX(.75) rotate(45deg);
	-ms-transform: scaleX(.75) rotate(45deg);
	transform: scaleX(.75) rotate(45deg);
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.testimonial-slider .elementor-swiper-button {
	cursor: pointer;
	font-size: 50px !important;
	color: #f36b24;
}
.testimonial-slider .elementor-swiper-button-prev {
	left: -10px !important
}
.testimonial-slider .elementor-swiper-button-next {
	right: -10px !important
}
.swiper-pagination-bullet-active {
	background: #f36b24;
}

#wpfront-scroll-top-container img {
	filter: brightness(0);
	opacity: 0.3;
}

/* Responsive on Testimonial */
@media (max-width: 576px) {
	.testimonial-slider .swiper-slide-active {
		padding: 0 !important;
		margin: 0 !important
	}
	.testimonial-slider .elementor-testimonial__footer {
		display: inline;
		text-align: center;
	}
	.testimonial-slider .elementor-testimonial__cite {
		margin: 0 !important;
		padding: 3px;
		margin-top:
	}
	.elementor-widget-testimonial-carousel .swiper-slide {
		padding: 0 !important
	}
	#wpfront-scroll-top-container {
		right: 5px !important;
		bottom: 5px !important;
		width: 40px;
	}
}

/* Responsive */
@media (min-width: 1200px) {
	.site-header, body:not([class*=elementor-page-]) .site-main, .page-header {
		max-width: 1130px;
	}
	header.myfixed .menu {
		max-width: 1130px !important;
		margin: auto;
	}
}

@media (max-width: 767px) {
	header.site-header {
		padding: 10px 20px 0px 0px !important;
		border-bottom: 1px solid #eee;
		background: #fefce7;
		max-width: 100%;
		height: 70px !important
	}
	header.site-header .site-branding {
		margin-left: 20px
	}
	.menu-icon:hover {
		filter: brightness(120%)
	}
	#menu-main-menu {
		background: #fefce7;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	.menu-main-container nav {
		position: absolute;
		background: transparent;
		margin-top: 55px;
		top: 15px !important;
	}
	.wrapfixed #menu-main-menu {
		background: #00263e;
	}
	.menu-main-container nav li a {
		color: #222;
	}
	.menu-icon {
		margin-top: 8px
	}
	.menu-main-container nav ul li {
		width: 100%;
	}
	.site-header .site-branding{
		width: 200px;
	}
	.menu-main-container nav ul li a{
		text-align: center;
		width: 100%;
	}
	.homepage-subscription {
		width: 100% !important;
		margin-top: 20px;
	}
	.homepage-subscription button{
		width: 100% !important;
		padding: 0 !important;
	}
	.homepage-subscription-container {
		background-size: 50% 60%;
	}
	main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bg-right {
		top: -10vw !important;
		opacity: 0.7;
	}
	.bg-left {
		top: 10em !important;
		opacity: 0.7;
	}
	.bg-center {
		top: 10em !important;
		opacity: 0.7;
		display: none;
	}
	.site-header .page-header{
		text-align: center !important;
	}
	.site-header .page-header h1{
		font-size: 38px;
		line-height: 1;
	}
	.services img {
		margin-left: 0 !important;
	}

	.services h4 {
		margin-top: 0 !important;
	}
	.widget-float {
		position: relative !important;
		width: 100% !important;
		column-count: 2;
		margin: 0
	}
	
	.widget-float div{
		margin-top: 0 !important
	}
	
	.graph-icon-container, .graph-box .percentage, .graph-box .title {
		text-align: center !important
	}

	/*.flip-image-container{
		column-count: 2;
	}*/
	
	.flip-image-container #flip-hide {
		display: none;
	}
	
	footer {
		padding: 4em 0 1em 0;
	}
	
	footer .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#footer-one .first{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer-one .second aside {
		float: none;
	}
	
	#footer-one .menu{
		padding: 0;
		text-align: center;
		margin-top: 20px
	}

	#footer-one ul.menu{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#footer-two {
		margin-bottom: 2em;
	}
	
	#footer-two .first{
		display: block;
		text-align: center;
		width: 100% !important;
	}
	
	#footer-two .first aside{
		width: 100% !important;
		margin-bottom: 20px;
	}

	#footer-two aside img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#footer-three .widget-social-icons {
		width: auto !important;
		margin-top: -10px !important;
	}
	
	#footer-three .first aside {
		text-align: center !important;
		padding: 0;
	}
	#footer-three .second aside {
		text-align: center;
		float: none;
		margin-top: 20px;
		padding: 0;
	}
	
	#footer-three .second .widget-footer-logo{
		padding: 0;
	}
	.service-form form {
		column-count: 1;
	}

	.service-form form p {
		padding: 0 10px;
	}
}

@media (max-width: 576px) {
	header.site-header {
		padding: 10px 10px 0px 0px !important;
		border-bottom: 1px solid #eee;
		background: #fefce7;
		max-width: 100%;
	}
	.menu-icon {
		font-size: 30px;
		margin-top: 10px;
	}
	.site-header .site-branding{
		margin-top: 5px;
		margin-left: 10px !important;
		width: 150px;
	}
	.homepage-subscription-container {
		background-size: 70% 40%;
	}
	.site-header {
		padding-top: 2rem;
	}
	.site-branding {
		width: 60%;
		margin-left: 10px;
		margin-right: auto;
	}
	.widget-float {
		column-count: 1;
	}
	.widget-float div{
		margin-top: 0 !important
	}

	/*
	.flip-image-container {
		column-count: 1;
	}
	.elementor-flip-box__image img {
		width: auto !important;
		height: 100% !important;
	}
	*/
	
	.icon-text {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.icon-text .image{
		margin: 0 auto !important;
    position: relative;
	}
	.icon-text .text {
		padding: 0 !important;
		text-align: center;
	}
}


@media (min-width: 768px) {
	header.myfixed nav {
		margin-right: 0px;
	}
	header.myfixed .custom-logo, header .custom-logo {
		width: 255px;
	}
	.site-branding {
		padding: 5px 5px 0px 0px;
	}
	.packages .center .carousel-item{
		min-height: 550px !important
	}
	.packages .active:not(.center) .carousel-item {
		min-height: 550px !important;
	}
	.packages .owl-prev, .packages .owl-next {
		background: transparent !important;
		color: #aac6c9 !important;
		font-weight: 900;
		font-size: 70px !important;
	}
	.packages .owl-prev {
		position: absolute;
		left: -80px;
		top: 250px;
	}
	.packages .owl-next {
		position: absolute;
		right: -80px;
		top: 250px;
	}
	.menu-icon {
		display: none;
	}
	.menu-main-container nav ul {
		max-height: 70px;
		padding: 15px 0;
		text-align: right;
	}
	.menu-main-container nav ul li {
		display: inline-flex;
		padding-left: 10px;
	}
}

/* Custom Responsive */
@media (min-width: 768px) and (max-width: 1200px) {
	#menu-main-menu {
		margin-right: 10px;
	}
	header .custom-logo {
	    padding: 10px 10px 10px 15px !important;
	}
	header.site-header {
		max-width: 100%;
	}
	.site-branding {
		padding: 0 !important;
	}
	header.myfixed nav {
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 935px) {
	.site-navigation ul.menu li a {
	    padding: 8px 5px !important;
	}
}

/* Custom */
@media (min-width: 1201px) and (max-width: 1350px)  {
	.site-header, body:not([class*=elementor-page-]) .site-main, .page-header {
		max-width: 1000px !important;
	}
	header.myfixed .menu {
		max-width: 1000px !important;
	}
}

@media (min-width: 992px) {
	.page-header {
		max-width: 650px;
	}
	header .menu{
		/*margin-right: 15em;*/
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.page-header {
		max-width: 650px;
	}
}

@media (min-width: 768px) and (max-width: 1025px) {
	.page-header h1.entry-title {
		width: 60%;
	}
}