/*!
Theme Name: Albert Edison
Theme URI: http://underscores.me/
Author: IWM Network
Author URI: https://www.iwmnetwork.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: albert-edison
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Albert Edison is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Widgets
# Content
	## Posts and pages
# Media
steven rubio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap");
@font-face {
  font-family: "SmoothStone";
  src: url(./fonts/SmoothStone-Regular.ttf);
}

@font-face {
  font-family: "Roboto-Light";
  src: url(./fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(./fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(./fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: "Tinos-Regular";
  src: url(./fonts/Tinos-Regular.ttf);
}
@font-face {
  font-family: "Tinos-Bold";
  src: url(./fonts/Tinos-Bold.ttf);
}

@font-face {
  font-family: "Tinos-Italic";
  src: url(./fonts/Tinos-Italic.ttf);
}

@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/TrajanPro-Bold.woff") format("woff");
}
.shadow-lg {
    box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%) !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Tinos-Bold", serif;
}
.fontRobotoLight {
  font-family: "Roboto-Light", sans-serif;
}

.fontRobotoBold {
  font-family: "Roboto-Bold", sans-serif;
}
.fontTinosRegular {
  font-family: "Tinos-Regular", serif;
}
.fontTinosBold {
  font-family: "Tinos-Bold", serif;
}
.color-gray {
  color: #808285;
}
.color-yellow {
  color: #ffbe00;
}
.color-blue {
  color: #2f8eab;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #212529;
}
.line-height-1 {
  line-height: 1;
}

.h1, h1 {
    font-size: 54px;
}
.blog-post-image {
	margin-top: -100px;
	z-index: 1;
	position: relative;
}
@media (max-width: 767px) {
.h1, h1 {
    font-size: 30px;
}
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

p {
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

strong {
  font-family: "Roboto-Bold", sans-serif;
}
.with-gradient {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}

.with-gradient::before {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  z-index: 4;
  content: "";
}

.styled-list,
.list-styled {
  padding: 0 0 0 20px;
  list-style: none;
}
.styled-list.rotate li:before,
.list-styled.rotate li:before {
  transform: rotate(45deg);
}

.styled-list li,
.list-styled li {
  position: relative;
}
.list-styled li {
  padding-bottom: 10px;
}
.styled-list li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #318faa;
  transform: translateY(-50%) rotate(45deg);
}

.list-styled li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #318faa;
}

.list-styled.white li::before {
  background-color: #fff;
}

footer .offices {
  font-family: "Tinos-Bold", serif;
  font-size: 24px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-wrapper {
  background-color: #3390a8;
  padding: 40px;
  color: #fff;
  transform: rotate(-10deg);
  margin-left: 70px;
}
.form-wrapper .form-content {
  transform: rotate(10deg);
  padding: 0 40px;
}

.form-content .title {
  font-family: "Tinos-Bold", serif;
  font-size: 50px;
  margin-top: 15px;
}

.form-content .btn-info {
  color: #fff;
  background-color: #3390a8;
  border-color: #3390a8;
  font-family: "Tinos-Bold", serif;
  padding: 0.375rem 0;
}

.form-wrapper div.wpcf7-validation-errors,
.form-wrapper div.wpcf7-acceptance-missing {
  border: 0px solid #f7e700;
  font-size: 14px;
  line-height: 1.2;
  color: #f7e700;
}

.form-wrapper span.wpcf7-not-valid-tip {
  color: #a00000;
  font-size: 15px;
  font-weight: 100;
  display: block;
  font-family: "Tinos-Bold", serif;
}
.custom-input-field {
  background: transparent;
  border: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-family: "Tinos-Bold", serif;
  border-radius: 0;
  padding: 0.2rem 0;
  width: 100%;transition: all 200ms ease-in-out;
}

	.custom-input-field:focus {
	  color: #fff;
	  background-color: transparent;
	  border-color: transparent;
	  outline: none;
	  box-shadow: none;
	}


.custom-input-field.dark {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 22px;
  padding: 0.375rem 0;
}

	.custom-input-field.dark:focus {
	  color: #2f8eac;
	  border-color: #2f8eac;
	}




textarea.custom-input-field {
  width: 100%;
  height: 144px;
  resize: none;
}

textarea.custom-input-field {
  line-height: 4ch;
  background-image: linear-gradient(
    transparent,
    transparent calc(4ch - 1px),
    #e7eff8 0px
  );
	border: 0;
  background-size: 100% 4ch;
}

.custom-input-field::placeholder {
  color: #fff;
  font-size: 22px;
	transition: all 200ms ease-in-out;
  font-family: "Tinos-Regular", serif;
}
.custom-input-field::-moz-placeholder {
  color: #fff;
  font-size: 22px;
	transition: all 200ms ease-in-out;
  font-family: "Tinos-Regular", serif;
}
.custom-input-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 22px;
	transition: all 200ms ease-in-out;
  font-family: "Tinos-Regular", serif;
}


	.custom-input-field.dark::placeholder {
	  color: #000;
	}
	.custom-input-field.dark::-moz-placeholder {
	  color: #000;
	}
	.custom-input-field.dark::-webkit-input-placeholder {
	  color: #000;
	}

	.custom-input-field.dark:focus::placeholder {
	  color: #2f8eac;
	}
	.custom-input-field.dark:focus::-moz-placeholder {
	  color: #2f8eac;
	}
	.custom-input-field.dark:focus::-webkit-input-placeholder {
	  color: #2f8eac;
	}

textarea.form-control {
  width: 100%;
  background: #f5f5f5;
  border: none;
}

.form-control {
  color: #495057;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
}

.form-group label {
  font-family: "Tinos-Bold", serif;
  font-size: 24px;
}

.btn {
	position: relative;
  border-radius: 3px;
}


.btn.btn-submit {
  font-size: 18px;
  font-family: "Tinos-Bold", sans-serif;
  border: 1px solid #318faa;
  border-radius: 0;
  color: #318faa;
  transition: all 200ms ease-in-out;
  padding: 10px 20px;
}
.btn.btn-submit:hover,
.btn.btn-submit:active,
.btn.btn-submit:focus {
  background-color: #318faa;
  color: #fff;
}


.btn-primary,
.btn-default,
.btn-yellow {
	box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
	box-shadow: 0 2px 2px rgb(40 30 60 / 20%), 0 4px 4px rgb(40 30 60 / 20%), 0 8px 8px rgb(60 30 60 / 10%), 0 16px 16px rgb(40 30 60 / 20%), 0 32px 32px rgb(50 140 170 / 10%), 0 64px 192px rgb(40 30 60 / 100%);
}





.btn-primary {
  background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
	box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);
  color: #fff;
  font-size: 18px;
  font-family: "Tinos-Regular", sans-serif;
  border: 0;
  transition: all 200ms ease-in-out;
  padding: 10px 20px;
}

.btn span {
	position: relative;
	z-index: 1;}

.btn.btn-primary span {
	background: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
	filter: brightness(500%);
	-webkit-background-clip: text;
	transition: all 200ms ease-in-out;
	-webkit-text-fill-color: transparent;}

.btn:hover span {
	filter: brightness(100%);}

.btn:before,
.btn:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn:before {
  top: 0;
  left: 0;
  right: auto;
  border-radius:  3px 3px 0 0;
}
.btn:after {
  bottom: 0;
  right: 0;
  border-radius: 0 0 3px 3px;
  left: auto;
}
.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}



.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  color: #000;
}





.shadow-lg {
    box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
}




.btn-yellow {
	color: #000;
	background-image: -moz-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
	background-image: -webkit-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
	background-image: -ms-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
	
	font-size: 24px;
	border: 0 !important;
	padding: 8px 30px; 
	font-family: "Tinos-Regular", sans-serif;
	cursor: pointer;
	box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%);
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	border: 0 !important;
}

@media (max-width: 992px) {
 
  .btn-yellow {
    font-size: 20px;
  }
	

}



div.wpcf7 .ajax-loader {
  display: block;
}

.form-control:focus {
  color: #495057;
  background-color: #f5f5f5;
  border-color: #dadadabf;
  outline: 0;
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-xl {
font-size: 28px;
  padding: 10px 50px;
}
@media (max-width: 767px) {
.btn-xl {
font-size: 22px;
  padding: 7px 30px;
}
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
  z-index: 5;
 position: fixed;
  background: rgba(255, 255, 255,0);
transition: all 200ms ease-in-out;
  width: 100%;
  z-index: 5;
	top: 0;
box-shadow: none;
}
#masthead.sticky {
  box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
  
  background: rgba(255, 255, 255, 0.8);
 backdrop-filter:blur(10px);

}

.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
  top: 7px !important;
	right: 14px !important;
}

@media (max-width: 767px) {
.animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
  top: 2px !important;
	right: 5px !important;
}
	
	
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #318faa;
  font-family: "Tinos-Bold", serif;
}

.site-main a {
  font-family: "Roboto-Light", sans-serif;
}

a:hover,
a:focus,
a:active {
  color: #318faa;
  text-decoration: underline;
}

a:focus {
  color: #318faa;
  text-decoration: underline;
}

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

.nav-simple {
	border: 0;
	border-radius: 0;
	padding: 0;}

.nav-simple .nav-link,
.nav-simple .nav-link:hover{
	border: 0;
	border-radius: 0;
	color: #4e4e4e;
	padding: .5rem 1.5rem;
	position: relative;
	font-size: 22px;
	font-family: "Tinos-Regular", serif;}

.nav-simple .nav-link:before{
	background: #2f8eab;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 0;
	content: "";
	margin-top: -4px;}

.nav-simple .nav-link:hover{
	color: #2f8eab;}

.nav-simple .nav-link.active {
	background: #2f8eab;
	color: #fff;
	font-size: 30px;}

.nav-simple.flex-column .nav-link.active {
	margin: 10px 0;}

.tab-pane figure {
	position: relative;}

.tab-pane .description {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 310px;
	left: 500px;
	margin-top: -60px;
	font-family: "Roboto-Regular", sans-serif;
	background: #2f8eab;
	padding: 2rem;}

.tab-pane .description.step5 {
	left: 330px;
	margin-top: -20px;}

.tab-pane .description.step4,
.tab-pane .description.step6{
	top: auto;
	bottom: -30px;
	width: auto;
	left: 30px;
	right: 30px;
}
.tab-pane .description .btn-light,
.tab-pane .description .btn-light:hover,
.tab-pane .description .btn-light:focus{
    color: #3f8baa;
	background: #fff;
	cursor: default;
    margin: 0 5px;
    font-family: "Roboto-Regular", sans-serif;}

@media (max-width: 1199px) {
.tab-pane .description {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 310px;
	left: auto;
	right: 0;
	margin-top: -60px;
	font-family: "Roboto-Regular", sans-serif;
	background: #2f8eab;
	padding: 2rem;}
	
}

@media (max-width: 991px) {
.tab-pane .description,
.tab-pane .description.step4,
.tab-pane .description.step5,
.tab-pane .description.step6{
	top: auto;
	bottom: 15px;
	position: relative;
	width: 90%;
	left: 0;
	padding: 1rem 1.25rem;
	font-size: 16px;
	margin: 0 0 0 5%;
	right: 0px;}
	
	.nav-simple {
		flex-direction: row !important;
	}
	
	
.nav-simple .nav-link,
.nav-simple .nav-link:hover{
	font-size: 18px;
	padding: 0.5rem 1rem;}


.nav-simple .nav-link.active {
	font-size: 22px;}
	

	
.nav-simple .nav-item {
    margin-bottom: -1px;
    align-items: center;
    display: flex;}
	
	.nav-simple .nav-link span {
		display:none;}
	
	.nav-simple.flex-column .nav-link.active {
		margin: 0 15px}
	
	.nav-simple.flex-column .nav-link.active span {
		display:inline-block;}
	
.nav-simple .nav-link:before{
	display: none;}
	
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* .animatedfsmenu,
.animatedfsmenu .navbar-toggler {
  position: absolute !important;
} */

.animatedfsmenu .navbar-toggler {
  top: 7px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
  overflow-x: hidden;
}
.bg-gradient {
  background-image: -moz-linear-gradient( 110deg, rgb(75,150,182) 0%, rgb(187,213,181) 100%);
  background-image: -webkit-linear-gradient( 110deg, rgb(75,150,182) 0%, rgb(187,213,181) 100%);
  background-image: -ms-linear-gradient( 110deg, rgb(75,150,182) 0%, rgb(187,213,181) 100%);
}


.bg-gradient-dark-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#454a74+0,3088a7+100 */
  background: #454a74; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #454a74 0%, #3088a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #454a74 0%,#3088a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #454a74 0%,#3088a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454a74', endColorstr='#3088a7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient-medium-blue {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cddfc9+0,3088a7+100 */
  background: #cddfc9; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #cddfc9 0%, #3088a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #cddfc9 0%,#3088a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #cddfc9 0%,#3088a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddfc9', endColorstr='#3088a7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bg-gradient-light-blue {
  background: #dfeadd;
  background: -moz-linear-gradient(-45deg, #dfeadd 0%, #b3d2df 100%);
  background: -webkit-linear-gradient(-45deg, #dfeadd 0%,#b3d2df 100%);
  background: linear-gradient(135deg, #dfeadd 0%,#b3d2df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeadd', endColorstr='#b3d2df',GradientType=1 );
}



.offset-hero-inner {
	width:	100%;
	margin: 85px 0 50px 0;
}
#hero {
  position: relative;
  min-height: 590px;
	padding-top: 100px;
	margin-bottom: 75px;
	z-index: 1;
}

#hero .hero-image {
  position: absolute;
  top: 0px;
  right: -100px;
  animation: 1s ease-out 0s 1 slideInFromRight;

  width: auto;
}
#hero.hero-inner {
  min-height: auto;
	padding-top: 0;
	margin-bottom: 0;
}

#hero.hero-inner .hero-image {
  position: relative;
  top: -50px;
  left: 200px;
  animation: 1s ease-out 0s 1 slideInFromRight;
  width: 100%;
	
}
@media (max-width: 1749px) {}
	
	
#hero .hero-image {
  left: 48%;
  right: auto;}
	
#hero.hero-inner .hero-image {

  left: 300px;

	
}
@media (max-width: 991px) {
#hero .hero-image {
  left: 45%;}
}

@media (max-width: 767px) {
.offset-hero-inner {
	margin: 70px 0 50px 0;
}
	
#hero .hero-image {
  left: 32%;
	width: 700px;
}
	
  #hero.hero-inner .hero-image {
    top: 0px;
  }
	
#hero.hero-inner .hero-image {
	left: 50%;
  top: -20px;}
}

@media (max-width: 576px) {

	
	
}




@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

#hero .lead-text {
  font-size: 64px;
  font-family: "Tinos-Bold", serif;
  line-height: 1.2;
  margin-top: 50px;
}
#hero .lead-small-text {
  font-size: 44px;
  font-family: "Tinos-Regular", serif;
  line-height: 1;
  margin: 30px 0 ;
}

#what-we-do {
  margin-bottom: 190px;
}

#what-we-do .row {
  position: relative;
}

#what-we-do .row::before {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  position: absolute;
  left: 15px;
  top: 0;
  width: 7px;
  height: 100%;
  z-index: 4;
  content: "";
}

#what-we-do img {
  clip-path: polygon(
    52% 10%,
    91% 40%,
    86% 80%,
    59% 97%,
    17% 92%,
    4% 57%,
    15% 24%
  );
}

.service-title {
  font-family: "Roboto-Light", sans-serif;
  font-size: 28px;
	display:table-caption;
}
	
.service-subtitle {
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;

}
.service-title.hero {
	 font-family: "Roboto-Light", sans-serif;
  font-size: 28px;
	display:table-caption;
}
	

.service-description {
  font-family: "Roboto-Light", sans-serif;
  font-size: 18px;
}

#our-services {
  background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);

	
	box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);
	color: #fff;
	padding: 75px 0 125px 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	
	position: relative;
}
#our-services .media img {
	filter: brightness(500%);
}

#our-services.about {
  margin: 50px 0 0 0;
  top: 0px;
  z-index: 11;
	overflow: visible;
  position: relative;
}


@media (max-width: 1199px) {
#our-services .media  {
	 margin: 20px 0;}
}

@media (max-width: 767px) {
#our-services {
	padding: 75px 0;
}
	
#our-services .media  {
	 margin: 0 0 30px 0;
}
	
#our-services .media img {
	width: 57px;}
	
.service-title {
    font-size: 16px;
	font-family: "Roboto-Regular", sans-serif;
}
	
	.service-title:first-line {
	  font-size: 22px;

	}
	
.service-description {
    font-size: 16px;
	opacity: 0.7;
}
}

.page-template-about footer {
  height: auto;
}
.page-template-about footer::before {
  content: none;
}

#portfolio-companies {
  position: relative;
  padding: 80px 0;
  z-index: 2;
  margin-bottom: 70px;
}
#portfolio-companies:after {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  right: -200px;
  background-color: #F1F2F6;
	box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
  height: 100%;
  display: block;
  z-index: -1;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}










#corporate-responsability {
  padding: 50px 0 80px 0;
}

#research-development {
  margin-bottom: 75px;
}

footer {
  position: relative;
  padding: 145px 0 0 0;
  z-index: 2;
  height: 395px;
}

footer:after {
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: rgba(0,0,0,0.3)
}


footer  {
    background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);
    color: #fff;
    padding: 75px 0 125px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);

}
footer a,
#mc-embedded-subscribe.btn{ color:#fff !important;}
@media (max-width: 767px) {
#corporate-responsability {
  padding: 0px 0 15px 0;
}
}









#founder {
  margin: 50px 0;
  top: -90px;
  position: relative;
}
#founder .container {
  position: relative;
  background-image: url(./images/founder-bg.png);
  padding: 40px 0;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

#founder .name {
  font-family: "Tinos-Bold", sans-serif;
  color: #fff;
  font-size: 55px;
}
#founder .job-title {
  font-family: "Tinos-Regular", sans-serif;
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: -20px;
}

#founder .founder-bio {
  font-family: "Roboto-Light", sans-serif;
  color: #fff;
  font-size: 18px;
}
#founder .founder-bio > a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
  font-family: "Roboto-Light", sans-serif;
}
.social-media li > a {
  color: #fff;
  font-size: 20px;
}






.grid-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 50px;

}

@media (max-width: 767px) {
.grid-testimonials {
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 30px;

}
}











.lets-get-connected {
	margin: -50px 0 0 0;
	
}

	.lets-get-connected .inner{
	  background-image: -moz-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
	  background-image: -webkit-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
	  background-image: -ms-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
		box-shadow:0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
		padding: 75px 75px 50px 75px;
	}

@media (max-width: 767px) {

	.lets-get-connected .inner{
		padding: 30px;
	}
}

.contact-us {
    color: #fff;
}

	.contact-us .inner{
		background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
		background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
		background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
		box-shadow:0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
		padding: 75px 75px 50px 75px;
	}

@media (max-width: 767px) {
	.contact-us .inner{
		padding: 30px;
	}
}

@media (max-width: 992px) {
  #founder .container {
    position: relative;
    background-image: url(./images/founder-bg.png);
    padding: 40px 20px;
    min-height: 400px;
    height: auto;
  }
  #founder img {
    margin-top: 70px;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
  .logo {
    height: 75px;
	  margin: 5px 0;
  }
@media (max-width: 1440px) {
  #hero .lead-text {
    font-size: 55px;
  }
	

}

@media (max-width: 1200px) {

  #hero .lead-text {
    font-size: 48px;
  }

  #hero {
    min-height: 490px;
  }
}

@media (max-width: 991px) {
#hero .lead-small-text {
  font-size: 32px;
  margin: 10px 0 30px 0;
}
  #what-we-do {
    margin-bottom: 95px;
  }

  #portfolio-companies {
    margin-bottom: 5px;
  }

  .form-wrapper {
    margin-left: 0;
    margin-top: 70px;
  }

  footer {
    padding: 30px 0 45px 0;
    z-index: 2;
    height: auto;
    bottom: 0;
    margin-top: 35px;
  }
  footer::before {
    top: 0;
    left: -100px;
    bottom: -20px;
    width: 130%;
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  #hero .lead-text {
    font-size: 50px;
    margin-top: 0px;
    position: relative;
    padding: 0px;
  }
	
#hero .lead-small-text {
  font-size: 22px;
  margin: 10px 0 30px 0;
}
	
  #portfolio-companies {
    margin-bottom: 50px;
    padding: 35px 0;
  }

  #portfolio-companies:after {
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

}

@media (max-width: 576px) {
  #hero .lead-text {
    font-size: 30px;
  }

  #hero {
    min-height: 350px;
	  margin-bottom: 50px;
	  padding-top: 100px;
  }

  .logo {
    height: 60px !important;
    padding: 10px 0;
  }
  .animatedfsmenu__right .navbar-toggler {
    right: 5px !important;
    top: -3px !important;
  }
  p {
    font-size: 16px;
  }
  footer .offices {
    font-size: 16px;
  }

  #portfolio-companies .media {
    flex-direction: column;
  }

  .form-wrapper .form-content {
    padding: 0 0px;
  }
}

.flex-row {
  /* background: #aaa; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: relative;
}
.flex-row > .item {
  flex: 1 1 25%; /*grow | shrink | basis */
  margin: 30px;
  align-self: stretch;
}

#what-to-expect .item {
  padding: 15px 30px 25px 30px;
  box-shadow: 0px 0px 32px 0px rgb(2 2 2 / 13%);
  background: #fff;
}
#what-to-expect {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px 0;
}
#what-to-expect:after {
  content: "";
  background-repeat: no-repeat !important;
  background-position: top center !important;
  width: 100%;
  height: 950px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}
#what-to-expect .btn-yellow {
  background: #ffd200;
  padding: 10px 55px;
  border-radius: 0;
  font-size: 25px;
  transition: all 200ms ease-in-out;
}
#what-to-expect .btn-yellow:hover,
#what-to-expect .btn-yellow:focus {
  background: #ffdc42;
}

#what-to-expect h1.start-audit {
  font-size: 60px;
  padding: 50px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#trusted-by-cilents {
  padding: 50px 0;
}
#trusted-by-cilents h1 {
  position: relative;
}

#trusted-by-cilents h1:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background: #318faa;
  width: 575px;
  height: 1px;
  margin: auto;
}
@media (max-width: 1200px) {
  .flex-row > .item {
    margin: 15px;
  }
}
@media (max-width: 992px) {
  .flex-row > .item {
    flex: 1 1 40%;
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .flex-row > .item {
    flex: 1 1 100%;
    margin: 15px 0;
  }
}
.text-below-start {
	color: #fff;
	text-shadow: 1px 1px 1px rgb(54 101 108 / 92%);
	text-align:center; margin-top:-50px;
	font-size: 15px;
}
.single-product #desc {
	padding: 125px 0 60px 0;
}

.single-product #desc .card {
  padding: 50px 150px;
  box-shadow: 0px 0px 32px 0px rgb(2 2 2 / 13%);
  background: #fff;
  border: none;
}
.single-product #desc .card h1 {
  position: relative;
}
.single-product #desc .card h1:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  background: #318faa;
  width: 86%;
  height: 1.3px;
  margin: auto;
}
.single-product #desc .two-columns {
  column-count: 2;
  column-gap: 7%;
  text-align: justify;
  margin-top: 50px;
  font-size: 16px;
}

/** WOO */
.woocommerce-notices-wrapper {
	margin:98px 0 0 0;
}
.single-product-hero .button {
  float: none !important;
  margin-top: 20px !important;
  background-color: #ffd200;
  color: #000;
  transition: all 200ms ease-in-out;
  padding: 15px 55px !important;
  border-radius: 0 !important;
  font-size: 25px !important;
  font-family: "Tinos-Bold", serif !important;
}

.single-product .woocommerce div.product form.cart .button:hover,
.single-product .woocommerce div.product form.cart .button:focus {
  background: #ffdc42;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none !important;
  width: 100% !important;
  clear: none;
  text-align: center;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #ffd200;
  color: #000;
  transition: all 200ms ease-in-out;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #ffdc42;
  color: #000;
}
.woocommerce-page .site-footer img {
  display: none;
}

.single-product footer::before,
.woocommerce-page .site-footer::before {
  display: none;
}

.single-product footer img {
  display: none;
}

.single-product footer,
.woocommerce-page .site-footer {
  padding: 50px 0;
  height: auto;
}

.single-product .entry-footer {
  padding: 0;
}

.single-product h1.lead-text {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}
.single-product .cursive {
  color: #ffd200;
  font-size: 36px;
  font-family: "SmoothStone";
  margin-bottom: 30px;
}

.single-product .entry-summary .cart {
  display: inline-block;
  margin: auto;
}

.single-product .alg-product-input-fields-table label {
  display: none;
}

.single-product .entry-header {
  display: none;
}

/* .single-product .animatedfsmenu {
  display: none;
  visibility: hidden;
} */
.single-product header#masthead {
  background: rgba(255, 255, 255, 0.8);
  height: 88px;
}
.single-product .animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
  top: 8px;
}
.single-product-hero {
  position: relative;
  padding: 135px 0;
}
.single-product .hero-img-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: 1s ease-out 0s 1 slideInFromTop;
  width: 100%;
}

.single-product .hero-img-right {
  position: absolute;
  top: 320px;
  right: 0;
  width: 610px;
  animation: 1s ease-out 0s 1 slideInFromRight;
}

.single-product .hero-img-left {
  position: absolute;
  top: 320px;
  width: 610px;
  left: 0;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

#alg_wc_pif_local_1 {
  color: #495057;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  background-clip: padding-box;
  width: 100%;
}

.single-product .alg-product-input-fields-table {
  width: 345px;
  margin: auto;
}

.single-product .logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 5;
  height: 86px;
}

.woocommerce-checkout .form-group label {
  font-family: "Tinos-Regular", serif;
  font-size: 20px;
}
.woocommerce-checkout .woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce-checkout span.woocommerce-input-wrapper {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #495057;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .single-product h1.lead-text {
    font-size: 54px;
  }
}

@media (max-width: 1400px) {
  .single-product .hero-img-left {
    top: 275px;
    width: 520px;
  }
  .single-product .hero-img-right {
    top: 280px;
    width: 520px;
  }
  .single-product-hero {
    padding: 135px 0 0 0;
  }
}

@media (max-width: 1200px) {
.text-below-start {
	color: rgb(54 101 108 / 100%);
	text-shadow: none;
	padding: 70px 15px 0 15px;	
	margin-top:0px;
	font-size: 14px;
	margin-bottom: -20px;
}
	
  .single-product #desc .card {
    padding: 50px 60px;
  }
  #what-to-expect h1.start-audit {
    font-size: 40px;
  }
  .single-product .hero-img-left,
  .single-product .hero-img-right,
  .single-product .hero-img-top {
    display: none;
  }
  .single-product-hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .single-product h1.lead-text {
    font-size: 37px;
  }
  #trusted-by-cilents {
    padding: 35px 0 60px 0;
  }
.single-product #desc {
	padding: 50px 0;
}	
	
}

@media (max-width: 768px) {
  .single-product h1.lead-text {
    font-size: 27px;
    line-height: 1.2;
  }
  .single-product .logo img {
    height: 55px;
  }
  .single-product-hero {
    padding: 105px 0 0 0;
  }
  .single-product #desc .two-columns {
    column-count: 1;
    column-gap: 0;
    text-align: justify;
  }
.woocommerce-notices-wrapper {
	margin:68px 0 0 0;
}
}

@media (max-width: 576px) {
  .single-product .alg-product-input-fields-table {
    width: 300px;
  }
  #trusted-by-cilents h1 {
    font-size: 26px;
  }
  .single-product #desc .card h1 {
    font-size: 24px;
  }
  .single-product #desc .card {
    padding: 27px 30px;
  }
  #what-to-expect h1.start-audit {
    font-size: 30px;
    padding: 30px 0;
  }
  #trusted-by-cilents img {
    width: 100px;
    padding: 5px 5px;
  }
  #trusted-by-cilents {
    padding: 30px 0 0 0;
  }
  .single-product footer,
  .woocommerce-page .site-footer {
    padding: 50px 0 0 0;
  }
}

@media (min-width: 1600px) {
  .single-product .hero-img-left {
    top: 390px;
  }
  .single-product .hero-img-right {
    top: 395px;
  }
}

.wc_payment_method.payment_method_stripe > label {
  display: block !important;
  width: 100%;
}
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  display: block !important;
  width: 100%;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
  padding: 0;
}
#wc-stripe-cc-form label {
  line-height: 1;
}

#wc-stripe-cc-form > .form-row-wide {
  margin-bottom: 20px !important;
}

@media (max-width: 1024px) {
  .animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    right: 6px;
    top: 10px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #308faa;
  padding: 0;
  margin: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-in-out;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #308faa;
  background: #308faa;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}

#blog-main {
  padding: 70px 0;
}

.hero-inner.blog.single {
  margin-top: 0px;
  background-image: url(./images/testimonials-hero.png);
  background-size: contain;
  height: auto;
  padding: 150px 0 122px 0;
  color: #fff;
  background-position: top right;
  background-repeat: no-repeat;
}

.hero-inner.blog {
  margin-top: 0px;
  background-image: url(./images/testimonials-hero.png);
  background-size: cover;
  height: auto;
  padding: 150px 0 157px 0 !important;
  color: #fff;
  background-position: top left -15%;
  background-repeat: no-repeat;
}
.hero-inner.blog h1 {
  font-size: 55px;
}
.hero-inner.blog.single .person-image {
  position: absolute;
  bottom: 6px;
  right: 325px;
  width: 250px;
}

.single-post #quote,
.page-template-success-story #quote,
.success-stories-template-default #quote{
  background-image: url(./images/quote-bg.png);
  background-size: cover;
  padding: 150px 0;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  min-height: 465px;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}

.video-wrapper .videoBg {
  position: absolute;
  top: -30px;
  left: inherit;
  right: -35px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #d0d4d8;
  z-index: 0;
}

.video-wrapper .videoBg ~ div {
  z-index: 4;
}
.video-wrapper {
  margin: 60px 0 -120px 0;
}

@media (max-width: 1600px) {
  .hero-inner.blog {
    background-position: top left;
  }
  .hero-inner.blog.single {
    background-size: cover;
    padding: 150px 0;
    background-position: top right 116%;
  }
  .hero-inner.blog.single .person-image {
    right: 100px;
  }
}

@media (max-width: 1200px) {
  .hero-inner.blog.single {
    background-position: center;
  }
  .hero-inner.blog {
    background-position: top;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .hero-inner.blog {
    padding: 150px 0 120px 0;
  }
  .hero-inner.blog.single {
    background-size: cover;
    padding: 120px 0 225px 0;
  }
  .hero-inner.blog h1 {
    font-size: 36px;
  }
  .hero-inner.blog h4 {
    font-size: 17px;
  }
  .hero-inner.blog.single .person-image {
    right: 0;
    width: 190px;
  }
  #quote .fa-quote-left {
    font-size: 55px;
  }
  #quote .h4 {
    font-size: 20px;
  }

  #quote h1 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  #quote .fa-quote-left {
    font-size: 45px;
  }
}

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item {
  width: 305px !important;
  word-break: break-word !important;
  line-height: 1 !important;
  height: auto !important;
  padding: 10px 20px !important;
  background: #ffd200 !important;
  border: 1px solid #ffd200 !important;
  font-family: "Tinos-Bold", serif !important;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #ffd200 !important;
  color: #000 !important;
}
/* 
.woocommerce div.product form.cart .variations label {
  display: none;
} */

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none !important;
  background: #ffd800 !important;
  border: 1px solid #ffd800 !important;
}
.woocommerce-variation-price .price .amount {
  color: #ffd800;
  font-family: "Tinos-Bold", serif !important;
}

.woocommerce div.product form.cart .variations {
  position: relative;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -41px;
  color: #fff;
  width: 100%;
  z-index: 50;
  text-shadow: 2px 2px 3px rgb(0 0 0 / 59%);
  font-size: 21px;
}


.woocommerce div.product.post-1251 form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display:	block;
	text-align: center;
}

.woocommerce div.product.post-1251 form.cart .variations label {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
	text-align: center;
}



.woo-variation-swatches .variable-items-wrapper {
    justify-content: center;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	padding:20px !important;
	box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%);
	border-radius: 0;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%) !important;
	top: -5px;
	position: relative;
	background-image: -moz-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%) !important;
    background-image: -webkit-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%) !important;
    background-image: -ms-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%) !important;
}


.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item  .button-variable-item span {
    font-size: 20px;
}

body.postid-1251 .woocommerce-variation.single_variation {
    margin-bottom: 30px;
    background: #fff;
    max-width: 80%;
    margin-left: 10%;
    padding: 30px;
    box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%);
}

body.postid-1251 .woocommerce-variation.single_variation .woocommerce-variation-description ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	list-style-type: none;
	padding: 0 10%;
	text-align: left;
	margin: 20px 0;
}

body.postid-1251 .woocommerce-variation.single_variation .woocommerce-variation-description ul li{
	position: relative;
	padding: 0 0 0 30px;
}
body.postid-1251 .woocommerce-variation.single_variation .woocommerce-variation-description ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #3f8baa;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
}

body.postid-1251 .single-product-hero {
    padding: 135px 0 0 0;
}
body.postid-1251 #trusted-by-cilents {
    padding: 50px 0 60px 0;
}
body.postid-1251 .hero-img-left,
body.postid-1251 .hero-img-right { display: none;}
body.postid-1251 .woocommerce-variation-price .price .amount {
    color: #3f8baa;
    font-family: "Tinos-Regular", serif !important;
    font-size: 2rem;
}
body.postid-1251 #alg_wc_pif_local_1 {box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%); border-radius: 0;}

body.postid-1251 h4 {
	font-family: "Tinos-Regular", serif;
    color: #3f8baa;
	margin: 20px 0;}



@media (max-width: 991px) {
body.postid-1251 .woocommerce-variation.single_variation {
    max-width: 100%;
    margin-left: 0%;
    padding: 20px;}

body.postid-1251 .woocommerce-variation.single_variation .woocommerce-variation-description ul {
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 0;}

body.postid-1251 #trusted-by-cilents {
    padding: 0px 0 60px 0;}
	
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	top: 0;}
	
#alg_wc_pif_local_1 {
    font-size: 1.15rem;}
}













.reset_variations {
  display: none !important;
}
.single_variation_wrap {
  margin-top: 30px;
}

.single-product.postid-221 #trusted-by-cilents {
  padding: 5px 0 60px 0;
}

@media (max-width: 992px) {
  .single-product.postid-221 #trusted-by-cilents {
    padding: 35px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .woo-variation-swatches .variable-items-wrapper {
    justify-content: center;
  }
  .woo-variation-swatches.wvs-style-squared
    .variable-items-wrapper
    .variable-item.button-variable-item {
    margin-right: 0px;
    min-height: 50px;
  }
}

.page-template-moc #hero h1 {
  font-size: 50px;
}

.page-template-moc #hero h3 {
  font-family: "Roboto-Light", sans-serif;
  font-size: 40px;
}

#info-cards {
  position: relative;
  margin-top: 0px;
  margin-bottom: 30px;
}

#info-cards .card {
  position: relative;
  border: transparent;
  box-shadow: 0px 0px 11.52px 4.48px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  padding: 15px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#info-cards .card .leadText {
  font-family: "Tinos-Bold", sans-serif;
  font-size: 35px;
  line-height: 1;
}

#info-cards .card:after {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  z-index: 4;
  content: "";
  bottom: -6px;
}

@media (max-width: 1400px) {
  .page-template-moc #hero h1 {
    font-size: 39px;
  }
  .page-template-moc #hero h3 {
    font-size: 30px;
  }
  #info-cards .card .leadText {
    font-size: 28px;
  }
  #info-cards .card {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .page-template-moc #hero h1 {
    font-size: 35px;
  }
  .page-template-moc #hero h3 {
    font-size: 28px;
  }

  #info-cards .card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .page-template-moc #hero h1 {
    font-size: 29px;
  }
  .page-template-moc #hero h3 {
    font-size: 20px;
  }
}
.custom-card {
  background: #f5f5f5;
  padding: 20px 30px;
  margin-bottom: 20px;
  position: relative;
}

.custom-card.bordered:before {
  background-image: -moz-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(47, 142, 171) 0%,
    rgb(202, 221, 42) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  z-index: 4;
  content: "";
}

.custom-card-title {
  margin-bottom: 30px;
}
.custom-card img {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 335px;
}
#dr-tehrany-card h5 {
  width: 50%;
}

@media (max-width: 1490px) {
  .custom-card img {
    right: 17px;
    width: 250px;
  }
}

@media (max-width: 1885px) {
  #dr-tehrany-card h3.h3 {
    margin-top: 20px !important;
    padding-top: 0 !important;
  }
  #dr-tehrany-card h5 {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .custom-card img {
    right: 17px;
    width: 155px;
  }
  #dr-tehrany-card h5 {
    width: calc(100% - 160px) !important;
  }
}
@media (max-width: 576px) {
  #dr-tehrany-card {
    padding: 20px;
    padding-bottom: 0;
  }
  #dr-tehrany-card h5 {
    width: 100% !important;
  }
  .custom-card img {
    position: relative;
    width: 100%;
    display: block;
    bottom: -18px;
  }
}
.achievements {
  justify-content: space-between;
}
.achievements .custom-card {
  font-size: 18px;
  text-align: center;

  line-height: 1;
}
#moc-achievements-over-the-years .achievements .custom-card:nth-of-type(2) {
  margin-left: 15px;
  margin-right: 15px;
}
.achievements .custom-card span {
  color: #2f8eab;
  font-size: 60px;
  display: block;
  text-align: center;
  line-height: 1;
  font-family: "Tinos-Bold", serif;
}
@media (max-width: 992px) {
  #moc-achievements-over-the-years .achievements .custom-card {
    width: 32%;
  }
}

@media (max-width: 768px) {
  #moc-achievements-over-the-years .achievements .custom-card {
    width: 100%;
  }
  #moc-achievements-over-the-years .achievements .custom-card:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .achievements .custom-card {
    font-size: 16px;
  }
  .achievements .custom-card span {
    font-size: 45px;
  }
}
.moc-quote {
  padding: 50px 100px;
  background: #2f8eab;
  color: #fff;
  position: relative;
  background-image: url(./images/moc-quote-bg.png);
  background-size: cover;
  background-position: center right;
}
.moc-quote.no-bg {
  background-image: none;
}
.moc-quote i {
  font-size: 80px;
  color: #4facc9;
  position: absolute;
  top: 25px;
  left: 50px;
  z-index: 1;
}
.moc-quote em {
  font-size: 33px;
  font-family: "Tinos-Italic", serif;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .moc-quote {
    padding: 30px;
  }
  .moc-quote em {
    font-size: 28px;
  }
  .moc-quote i {
    font-size: 58px;
    top: 10px;
    left: 20px;
  }
}

@media (max-width: 576px) {
  .moc-quote em {
    font-size: 20px;
  }
}

#moc-improved-content {
  background-color: #f5f5f5;
  padding: 50px 0;
}

#moc-over-the-years {
  padding: 50px 0;
}

@media (max-width: 576px) {
  #moc-over-the-years .achievements .custom-card span {
    font-size: 34px;
  }
  #moc-over-the-years .custom-card {
    padding: 20px;
  }
  #moc-over-the-years .achievements .custom-card {
    font-size: 15px;
  }
}
.improved-brand-stats {
  list-style: none;
  padding: 0;
  margin: 0;
}
.improved-brand-stats li {
  background-color: #f5f5f5;
  color: #2f8eab;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 22px;
  font-family: "Tinos-Regular", serif;
  position: relative;
  line-height: 1.2;
}

.improved-brand-stats li strong {
  font-size: 34px;
  font-family: "Tinos-Bold", serif;
}
.improved-brand-stats li span {
  display: inline-block;
  position: relative;
}
.improved-brand-stats li small {
  color: #000;
  text-transform: none;
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 16px;
}

@media (max-width: 576px) {
  .improved-brand-stats li {
    font-size: 17px;
  }
  .improved-brand-stats li strong {
    font-size: 28px;
  }
}

#moc-optimization {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.stats-card {
  background-color: #2f8eab;
  padding: 20px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.2;
}
.stats-card strong {
  font-size: 60px;
  font-family: "Tinos-Bold", serif;
}
.stats-card .infinity {
  transform: rotate(90deg);
  font-family: "Trajan Pro Bold";
  display: inline-block;
  font-size: 103px;
}

.stats-card.last {
  line-height: 0.8;
}

@media (max-width: 576px) {
  .stats-card strong {
    font-size: 45px;
  }
  .stats-card .infinity {
    font-size: 70px;
  }
  .stats-card {
    padding: 20px 15px;
    font-size: 16px;
  }
}
#moc-phone-service {
  position: relative;
  padding: 80px 0;
}
#moc-phone-service::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: -80px;
  right: 0;
  left: -100px;
  bottom: 0;
  width: 130%;
  transform: rotate(5deg);
  overflow-x: hidden;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.phone-services-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.phone-services-stats li {
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 20px;
  padding: 10px;
  font-size: 18px;
  position: relative;
  line-height: 1.2;
  flex: 1 0 21%;
}

.phone-services-stats li strong {
  font-size: 60px;
  font-family: "Tinos-Bold", serif;
  text-transform: uppercase;
  color: #2f8eab;
  display: block;
  flex: 1 0 21%;
}
.phone-services-stats li span {
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .phone-services-stats li {
    flex: 1 0 40%;
  }
  #moc-phone-service::before {
    width: 200%;
  }
}

@media (max-width: 576px) {
  .phone-services-stats li strong {
    font-size: 35px;
  }
  .phone-services-stats li {
    margin: 10px 20px;
    font-size: 16px;
  }
}
#moc-services {
  padding: 50px 0;
}

#moc-services .grid {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

#moc-services .grid .column {
  flex: 1 1 30%;
  height: 100px;
  background-color: #2f8eab;
  color: #fff;
  margin: 20px;
  padding: 20px;
  height: auto;
  position: relative;
  z-index: 3;
}

#moc-services .grid .column p {
  font-size: 16px;
}
#moc-services .stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.hexagon {
  position: relative;
  width: 190px;
  height: 109.7px;
  background-color: #ffffff;
  margin: 60px 0;
  padding: 0 10px;
  justify-content: center;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  left: 0;
  right: 0;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 54.85px solid #ffffff;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 54.85px solid #fff;
}

.hexagon strong {
  font-size: 55px;
  color: #2f8eab;
  font-family: "Tinos-Bold", serif;
}
#moc-reviews {
  position: relative;
  padding: 20px 0 50px 0;
}
#moc-reviews::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: -80px;
  right: 0;
  left: -100px;
  bottom: 0;
  width: 130%;
  transform: rotate(5deg);
  overflow-x: hidden;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
ul.review-logos li > strong {
  font-size: 33px;
  font-family: "Tinos-Bold", serif;
  color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  #moc-reviews::before {
    width: 200%;
  }
}

@media (max-width: 576px) {
  #moc-reviews .fa-star.fa-3x {
    font-size: 2em;
  }
  #moc-reviews .display-3 {
    font-size: 3.5rem;
  }
}
#moc-how-did-we-achieve {
  padding: 70px 0 0 0;
  color: #fff;
  background: #f5f5f5;
  position: relative;
  z-index: 3;
}
#moc-how-did-we-achieve::before {
  content: "";
  background-color: #2f8eab;
  position: absolute;
  top: 0;
  right: 0;
  left: -100px;
  bottom: 0;
  width: 130%;
  transform: rotate(5deg);
  overflow-x: hidden;
}

.page-template-moc footer {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  #moc-how-did-we-achieve::before {
    width: 200%;
  }
}

/* .page-template-interim-ceo header,
.page-template-interim-ceo #animatedfsmenu_css {
  display: none;
} */
























#interim-ceo-header {
  position: relative;
}
#interim-ceo-header .btn-header {
  color: #000;
  background-image: -moz-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
  background-image: -webkit-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
  background-image: -ms-linear-gradient( 174deg, rgb(255,162,0) 0%, rgb(255,192,0) 100%);
	border-radius: 3px;
  font-size: 24px;
	border: 0;
  padding: 8px 30px; font-family: "Tinos-Regular", sans-serif;
  position: fixed;
  top: 16px;
  right: 100px;
	box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%);
  z-index: 5;
}
#interim-ceo-header .btn-header:hover,
#interim-ceo-header .btn-header:focus,
#interim-ceo-header .btn-header:active {
  background-color: #2f8eab;
}

@media (max-width: 992px) {
  #interim-ceo-header img {
    height: 55px;
  }
  #interim-ceo-header .btn-header {
    font-size: 20px;
  }
	
#interim-ceo-header .btn-header {
  top: 4px;
  right: 70px;
}
}

@media (max-width: 768px) {
  #interim-ceo-header img {
    height: 65px;
    display: block;
    margin: auto;
  }
  #interim-ceo-header .btn-header {
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    margin: 5px 0;
  }
}
@media (max-width: 576px) {
  #interim-ceo-header .btn-header {
    font-size: 14px;
    padding: 7px 20px;
    right: 67px;
    top: 7px;
  }
}
#interim-ceo-hero {
  position: relative;
  padding: 0 0 50px 0;
  z-index: 1;
}

#interim-ceo-hero h1 {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  font-size: 50px;
}

#interim-ceo-hero p {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 2;
  font-size: 30px;
}

#interim-ceo-hero a.btn-yellow {
  margin: auto;
  margin-top: -30px;
}

@media (max-width: 1200px) {
  #interim-ceo-hero h1 {
    font-size: 40px;
  }
  #interim-ceo-hero p {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  #interim-ceo-hero h1 {
    font-size: 35px;
  }

  #interim-ceo-hero p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #interim-ceo-hero {
    padding: 0 0 20px 0;
  }
  #interim-ceo-hero h1 {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    color: #000 !important;
    font-size: 32px;
    margin-top: 10px;
  }

  #interim-ceo-hero p {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    color: #000 !important;
    font-size: 18px;
  }
  #interim-ceo-hero a.btn-yellow {
    margin-top: 0;
  }
}

.page-template-interim-ceo .blue-outline {
  border: 3px solid #2f8eab;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.page-template-interim-ceo .blue-outline strong {
  font-size: 28px;
}

@media (max-width: 768px) {
  .page-template-interim-ceo .blue-outline {
    padding: 10px;
    font-size: 20px;
  }
  .page-template-interim-ceo .blue-outline strong {
    font-size: 26px;
  }
}
.page-template-interim-ceo #work-loop {
  padding: 50px 0;
}
.page-template-interim-ceo #work-loop .desc {
  position: absolute;
  bottom: 60px;
  left: 43%;
}

.page-template-interim-ceo #work-loop .desc p {
  font-size: 22px;
}
.page-template-interim-ceo #work-loop .desc h4 {
  font-size: 26px;
}
@media (max-width: 1200px) {
  .page-template-interim-ceo #work-loop .desc {
    position: absolute;
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  .page-template-interim-ceo #work-loop .desc {
    position: relative;
    bottom: inherit;
    left: inherit;
    background-color: #f5f5f5;
    padding: 25px 15px;
    text-align: center;
  }
}
.page-template-interim-ceo #gain-insight-now .bg-gray {
  background-color: #f5f5f5;
  display: block;
}

@media (max-width: 768px) {
  .page-template-interim-ceo #gain-insight-now h2 {
    font-size: 24px;
  }
  .page-template-interim-ceo #gain-insight-now h3 {
    font-size: 18px;
  }
  .page-template-interim-ceo #gain-insight-now img {
    height: 70px;
    margin: 0 20px 0 0;
  }
}

.cta-animated ~ small {
  opacity: 0;
  visibility: hidden;
}
.cta-animated:hover ~ small {
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 1;
  visibility: visible;
  animation-delay: 0s;
  animation: flipInX; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 500ms; /* don't forget to set a duration! */
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@media (max-width: 768px) {
  .cta-animated ~ small {
    opacity: 1;
    visibility: visible;
    animation: none;
  }
  .cta-animated:hover ~ small {
    animation: none; /* referring directly to the animation's @keyframe declaration */
  }
}
.page-template-interim-ceo #implement {
  padding: 50px 0;
}

.page-template-interim-ceo #implement h1 {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 40%;
}

.page-template-interim-ceo #implement .cta-wrapper {
  margin-top: -30px;
}
@media (max-width: 992px) {
  .page-template-interim-ceo #implement h1 {
    top: 35%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .page-template-interim-ceo #implement .desc {
    background-color: #308faa;
    padding: 30px;
    text-align: center;
  }
  .page-template-interim-ceo #implement h1 {
    position: relative;
    top: inherit;
    transform: inherit;
    left: inherit;
    font-size: 32px;
    margin-bottom: 22px;
  }
  .page-template-interim-ceo #implement .cta-wrapper {
    margin-top: 0px;
  }
}
.page-template-interim-ceo #interim-ceo-services {
  padding: 70px 0;
}

#interim-ceo-services .service-item {
  background-color: #2a7c96;
  padding: 35px;
  position: relative;
  transform: rotate(4deg);
  z-index: 2;
  width: 100%;
  margin-bottom: 40px;
}

#interim-ceo-services .service-item::before {
  content: "";
  background: #3390a8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-4deg);
}

#interim-ceo-services .service-item > * {
  transform: rotate(-4deg);
}

#interim-ceo-services .service-item_title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

#interim-ceo-services ul li:before {
  transform: rotate(45deg);
}
#interim-get-started {
  padding: 50px 0;
  position: relative;
}
#interim-get-started #row-items {
  margin-bottom: -185px;
}
#interim-get-started #row-cta {
  margin-top: -30px;
}
#interim-get-started .background {
  height: 500px;
  background-image: url(./images/InterimCEO/get-started-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
#interim-get-started .blue-outline {
  min-height: 120px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #interim-get-started #row-items {
    margin-bottom: 0;
  }
  #interim-get-started .blue-outline {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  #interim-get-started #row-cta {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .h-md-100 {
    height: 100%;
  }
}
.modal {
  z-index: 55555555555555555555;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 0 !important;
  background-color: transparent !important;
  font-weight: lighter !important;
  font-family: "Roboto-Light", sans-serif !important;
  z-index: 1;
  color: #a00000 !important;
  display: block;
  position: absolute;
}
#mc_embed_signup .form-control {
  border: transparent;
  border-bottom: 1px solid #000;
  padding: 0;
  background: transparent !important;
}
.textwidget ul li > a {
  font-family: "Roboto-Light", sans-serif;
  color: #808285;
  font-size: 80%;
}
footer .textwidget ul li > a {
  color: #fff;
}
#mc-embedded-subscribe.btn {
  color: #000;
  font-family: "Tinos-Bold", sans-serif;
  text-transform: uppercase;
  background: transparent;
}

@media (max-width: 992px) {
  .single-product .logo {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 5;
    height: 70px;
  }
  .single-product header#masthead {
    height: 81px;
  }
  .single-product .animatedfsmenu .animatedfsmenu-navbar-toggler.right_top {
    top: 11px;
    right: 11px;
  }
}

@media (max-width: 768px) {
  .single-product .logo {
    height: 55px;
  }
  .single-product header#masthead {
    height: 68px;
  }
}

.page-template-masterclass .single-product h1.lead-text {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 900;
}

.page-template-masterclass #shapes-container {
  position: relative;
  margin-top: -100px;
}

.page-template-masterclass #shapes-container .shapes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-template-masterclass #shapes-container .item {
  background: url(./images/shape-masterclass-hero.png);
  width: 450px;
  height: 450px;
  background-size: 450px 450px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 73px;
  font-size: 33px;
  line-height: 1.2;
  font-family: "Roboto-Regular", sans-serif;
}

.page-template-masterclass .single-product #desc .card {
  border-radius: 30px;
  box-shadow: 0px 0px 32px 0px rgb(2 2 2 / 13%);
}
.page-template-masterclass .single-product h2 {
  text-shadow: 1px 1px 1px #000000;
}

.masterclass-main h2 {
  padding-top: 50px;
  color: #414141;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.masterclass-main h1 {
  padding-bottom: 50px;
  color: #004e91;
  font-size: 90px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.masterclass-main img.zoom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -185px;
  width: 200px;
}
.masterclass-main img.zoom.middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 200px;
  top: 0;
}
.masterclass-main .middlePart {
  margin-top: -110px;
  padding-top: 50px;
}
.page-template-masterclass .masterclass-main .middlePart .desc {
  bottom: 45px;
}

.masterclass-main .date {
  text-align: center;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 85px 0;
  margin-top: 155px;
}
.page-template-masterclass .form-control-lg {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 21px 0px rgba(1, 1, 1, 0.24);
  border-radius: 30px;
  height: calc(2.5em + 1rem + 2px);
}

.page-template-masterclass .btn-yellow.masterclass,
.page-template-masterclass #what-to-expect .btn-yellow {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  box-shadow: 0px 0px 21px 0px rgba(1, 1, 1, 0.24);
  border-radius: 30px;
  font-size: 35px;
}
.page-template-masterclass #what-to-expect .form-title {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 30px 0;
}
.page-template-masterclass footer {
  padding: 70px 0 0 0;
}
.page-template-masterclass footer::before {
  display: none;
}
.page-template-masterclass .masterclass-main .desc {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 46px 0px rgb(0 0 0 / 11%);
  padding: 20px 30px 20px 30px;
  border-radius: 30px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}
.page-template-masterclass .masterclass-main .desc strong {
  font-weight: 700;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  display: block;
}

.page-template-masterclass .masterclass-main .desc.matt {
  left: -110px;
}
.page-template-masterclass .masterclass-main .desc.phyllis {
  right: -100px;
}

@media (max-width: 1500px) {
  .page-template-masterclass .masterclass-main .desc.matt {
    left: -133px;
  }
  .page-template-masterclass .masterclass-main .desc {
    font-size: 22px;
  }
  .page-template-masterclass .masterclass-main .desc strong {
    font-size: 27px;
  }
}
@media (max-width: 1400px) {
  .page-template-masterclass .single-product h1.lead-text {
    font-size: 60px;
  }
  .page-template-masterclass #shapes-container {
    margin-top: -25px;
  }
}

@media (max-width: 1200px) {
  .page-template-masterclass .single-product h1.lead-text {
    font-size: 55px;
  }
  .page-template-masterclass .single-product-hero {
    padding: 135px 0 129px 0;
    position: relative;
    z-index: 0;
  }
  .page-template-masterclass #shapes-container {
    margin-top: -125px;
    z-index: 2;
  }
  .page-template-masterclass #shapes-container .item {
    width: 400px;
    height: 400px;
    background-size: 400px 400px;
    font-size: 27px;
  }
  .masterclass-main h1 {
    font-size: 75px;
  }
  .page-template-masterclass .masterclass-main .desc {
    bottom: -10px;
  }
  .page-template-masterclass .masterclass-main .desc.matt {
    left: -20px;
  }
  .masterclass-main img.zoom {
    bottom: -25px;
    width: 170px;
  }

  .page-template-masterclass .masterclass-main .desc {
    font-size: 22px;
  }
  .page-template-masterclass .masterclass-main .desc strong {
    font-size: 24px;
  }
  .page-template-masterclass .masterclass-main .desc.phyllis {
    right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .page-template-masterclass .single-product h1.lead-text {
    font-size: 41px;
  }
  .page-template-masterclass #shapes-container .item {
    width: 350px;
    height: 321px;
    background-size: 350px 321px;
    font-size: 22px;
  }
  .masterclass-main h1 {
    font-size: 58px;
  }
  .masterclass-main h2 {
    font-size: 35px;
  }
  .page-template-masterclass .btn-yellow.masterclass,
  .page-template-masterclass #what-to-expect .btn-yellow {
    font-size: 30px;
    padding: 10px 50px;
  }
  .masterclass-main .middlePart {
    margin-top: 0;
    padding: 0;
  }
  .page-template-masterclass .masterclass-main .middlePart .desc {
    bottom: 45px;
    bottom: -10px;
  }
  .masterclass-main img.zoom {
    bottom: 0;
    width: 170px;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-template-masterclass #what-to-expect .form-title {
    font-size: 35px;
  }
  .page-template-masterclass .single-product h1.lead-text {
    font-size: 35px;
  }
  .page-template-masterclass .single-product h2 {
    font-size: 24px;
  }

  .page-template-masterclass #shapes-container .shapes {
    flex-direction: column;
    align-items: center;
  }
  .masterclass-main h2 {
    font-size: 25px;
  }
  .masterclass-main h1 {
    font-size: 32px;
  }
  .masterclass-main .date {
    font-size: 30px;
  }
  .masterclass-main img.zoom {
    width: 160px;
    bottom: 0;
    top: 0;
    position: relative;
    margin-top: 75px;
  }
  .masterclass-main .date {
    margin-top: 0;
  }
  .page-template-masterclass .masterclass-main .desc.matt {
    left: 0;
    right: 0;
    margin: auto;
    width: 270px;
    bottom: inherit;
    top: 0;
    padding: 20px 30px 20px 30px;
  }
  .page-template-masterclass .masterclass-main .desc.phyllis {
    right: 0;
    left: 0;
    width: 270px;
    margin: auto;
    padding: 20px 30px 20px 30px;
  }
  .masterclass-main .middlePart {
    padding: 0;
    margin: 50px;
  }
}

@media (max-width: 576px) {
  .page-template-masterclass .single-product h1.lead-text {
    font-size: 28px;
    margin-top: -60px;
  }

  .page-template-masterclass .btn-yellow.masterclass,
  .page-template-masterclass #what-to-expect .btn-yellow {
    padding: 15px 25px;
    word-break: break-word;
    white-space: inherit;
    line-height: 1;
    font-size: 20px;
  }
  .masterclass-main .date {
    font-size: 23px;
  }
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 5px;
}

.woocommerce-MyAccount-navigation ul li > a {
  color: #fff;
  padding: 15px;
  background-color: #1d748f;
  display: block;
  transition: all 200ms ease-in-out;
}
.woocommerce-MyAccount-navigation ul li > a:hover,
.woocommerce-MyAccount-navigation ul li > a:focus,
.woocommerce-MyAccount-navigation ul li > a:active {
  background-color: #fff;
  color: #1d748f;
  text-decoration: none;
}

.woocommerce-account .woocommerce-Address {
  max-width: 100%;
  flex: 1;
  padding: 0;
}

.woocommerce-Input--text.input-text,
.woocommerce-Input--email.input-text,
.woocommerce-Input--password.input-text,
#wcpay_selected_currency {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #495057;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
}
.woocommerce-account .password-input {
  display: block;
}

.woocommerce-account .loggin-card {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(7, 7, 7, 0.13);
}

.loggin-card .woocommerce-form-login__submit {
  background-color: #318faa !important;
  color: #fff !important;
  font-size: 18px;
  font-family: "Tinos-Bold", sans-serif;
  border: 1px solid #318faa !important;
  border-radius: 0 !important;
  transition: all 200ms ease-in-out;
  padding: 30px 20px;
  text-transform: uppercase;
}

.loggin-card .woocommerce-form-login__submit:hover {
  background-color: #fff !important;
  color: #318faa !important;
}

.loggin-card .lost_password > a {
  color: #9d9d9d;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Roboto-Light", sans-serif;
}

.woocommerce-account .post-113 {
  margin: 50px 0;
}

@media (min-width: 768px) {
  .woocommerce-account .post-113 .entry-header {
    margin-left: 16.666667%;
  }
}

@media (min-width: 992px) {
  .woocommerce-account .post-113 .entry-header {
    margin-left: 25%;
  }
}







.relative {
	position:relative;}

.text-gradient {
	background: -webkit-linear-gradient(0deg, #3089a7, #43426c 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}

.list-styled {
	margin:	0;
	padding:0;
	list-style-type: none}

	.list-styled li {
		position: relative;
		padding: 0 0 0 30px;
		margin: 8px 0;}

		.list-styled li:before {
			position: absolute;
			width: 14px;
			height: 14px;
			border-radius: 50%;
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a3876+0,3188a6+100 */
			background: rgb(74,56,118); /* Old browsers */
			background: -moz-linear-gradient(left,  rgba(74,56,118,1) 0%, rgba(49,136,166,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3876', endColorstr='#3188a6',GradientType=1 ); /* IE6-9 */
			content: "";
			top: 6px;
			left: 0;}

.panel {
    background-image: -moz-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 110deg, rgb(241,242,246) 0%, rgb(255,255,255) 100%);
    box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%), 0 64px 192px rgb(40 30 60 / 5%);
    padding: 60px;}

.page-template-mp-template {
	padding-top: 86px;}

@media (max-width: 991px) {
.panel {
    padding: 40px;}
}

@media (max-width: 767px) {
.page-template-mp-template {
	padding-top: 70px;}
	
.panel {
    padding: 30px;}
	
	.page-template-mp-template footer {
		margin-top:		0;
	}
}

@media (max-width: 576px) {
.page-template-mp-template {
	padding-top: 60px;}
}






.mp_content_split {
	padding: 80px 0;
	background-color: #3188a6;
	background-size: cover;
	background-position: center;
	position: relative;}

	.mp_content_split:before {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		content:"";
		opacity: 0.8;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a3876+0,3188a6+100 */
		background: rgb(74,56,118); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(74,56,118,1) 0%, rgba(49,136,166,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3876', endColorstr='#3188a6',GradientType=1 ); /* IE6-9 */}

	.mp_content_split.mp_content_split_v2 {
		background-position: 100% center;
		background-size:50%;
		background-repeat: no-repeat;
		background-color: transparent;}

		.mp_content_split.mp_content_split_v2:before {
			left: 50%;
			width: 50%;
			opacity: 0.6;}




@media (max-width: 991px) {
	.mp_content_split.mp_content_split_v2 {
		padding: 40px 0;
		background: none !important;}

		.mp_content_split.mp_content_split_v2:before {
			display: none;}
	
	.mp_content_split.mp_content_split_v2 .panel{
		background-size: cover;
		background-position: center;
		position: relative;
		color: #fff;}
	
	.mp_content_split.mp_content_split_v2 .panel:before {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		content:"";
		opacity: 0.8;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a3876+0,3188a6+100 */
		background: rgb(74,56,118); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(74,56,118,1) 0%, rgba(49,136,166,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(74,56,118,1) 0%,rgba(49,136,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a3876', endColorstr='#3188a6',GradientType=1 ); /* IE6-9 */}
}

@media (min-width: 992px) {
.page-template-mp-template .h2,
.page-template-mp-template h2 {
    font-size: 2.5rem;}
	
	.mp_content_split.mp_content_split_v2 .panel{
		background-image: none !important;
		background-color: #fff;}
}

@media (max-width: 767px) {
.mp_content_split {
	padding: 40px 0;}
}



.grid-split {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;}


.mp_video {
	padding:80px 0;}

#play-video {
	position:	absolute;
	top: 0;
	left: 15px;
	right: 15px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;}

	#play-video:hover {
		opacity: 0.95;}

@media (max-width: 1199px) {
.grid-split {
	grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 767px) {
.mp_video {
	padding: 40px 0;}
}


.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 30px;
	padding: 40px 0 80px 0;}


	.step {
		box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 2px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 8px 16px rgb(40 30 60 / 10%), 0 16px 32px rgb(50 140 170 / 5%), 0 32px 192px rgb(40 30 60 / 5%);
		padding: 30px 40px;
		display: flex;}

		.step  i {
			background: -webkit-linear-gradient(0deg, #3089a7, #43426c 80%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 40px;}

		.step .mini-split{
			display: flex;
			justify-content: space-between;}

.mp_blank {
	padding:80px 0;}


@media (max-width: 1199px) {
.steps {
	grid-column-gap: 30px;}
	
	.step {
		padding: 20px 30px;}
}

@media (max-width: 991px) {
.steps {
	grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 767px) {
.steps {
	grid-column-gap: 0px;
	grid-row-gap: 20px;
	padding: 20px 0 40px 0;}

	.step {
		padding: 15px 20px;}

		.step  i {
			font-size: 30px;}

	
.mp_blank {
	padding:40px 0;}
}


body.postid-1896 input.input-text.qty.text {
	display:none;
}




body.single-cartflows_step {
  background-image: url(https://www.dragonmastermind.com/wp-content/themes/dragonmastermind/images/dragon-black-opaque.png);
  background-position: top 200px center;
  background-repeat: no-repeat;
}
.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row input.input-text, .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row textarea, .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row select, .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce .input-text, .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

body.single-cartflows_step .woocommerce-checkout-review-order-table,
body.single-cartflows_step #order_review_heading,
body.single-cartflows_step .wc_payment_method.payment_method_stripe label,
body.single-cartflows_step .woocommerce-billing-fields-custom,
body.single-cartflows_step .entry-header,
body.single-cartflows_step .wcf-collapsed-order-review-section  {
  display: none !important;
}

body.single-cartflows_step .entry-content {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  body.single-cartflows_step .entry-content {
    margin: 40px 0 0 0;
  }
}
body.single-cartflows_step .woocommerce-billing-fields h3,
body.single-cartflows_step .wcf-payment-option-heading h3{
  text-transform: uppercase;
  font-family: "Roboto-Bold", sans-serif;
  font-size:1.15rem;
}


body.single-cartflows_step .woocommerce-notices-wrapper {
    margin:0;
}


body.single-cartflows_step .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    color: #000;
    background-image: -moz-linear-gradient( 174deg,rgb(255,162,0) 0%,rgb(255,192,0) 100%);
    background-image: -webkit-linear-gradient( 174deg,rgb(255,162,0) 0%,rgb(255,192,0) 100%);
    background-image: -ms-linear-gradient( 174deg,rgb(255,162,0) 0%,rgb(255,192,0) 100%);
    border-radius: 3px;
    font-size: 24px;
    border: 0;
    padding: 12px 30px;
    box-shadow: 0 2px 2px rgb(40 30 60/10%),0 4px 4px rgb(40 30 60/10%),0 8px 8px rgb(60 30 60/5%),0 16px 16px rgb(40 30 60/10%),0 32px 32px rgb(50 140 170/5%);
}

body.single-cartflows_step .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce-checkout #payment ul.payment_methods>li:not( .woocommerce-info ) {
  padding: 0px 15px 0;
}


.pkg-wrap {
  display: flex;
  padding: 0 0 0 35px;
  color: #000;;
  justify-content: space-between;
  position: relative;
}
  .pkg-wrap.active {
    color:#000;
  }
  .pkg-wrap:before {
    position: absolute;
    width:20px;
    height:20px;
    background: #fff;
    border: 1px solid #ccc;
    content:"";
    border-radius: 50%;
    top: 0;
    left: 0;
  }

  .pkg-wrap.active:before {
    background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
    -webkit-box-shadow:inset 0 0 0 3px #ffffff;
    box-shadow:inset 0 0 0 3px #ffffff;
  }

.pkg-wrap .pkg-name{
}

.pkg-wrap h5 {
  font-family: "Roboto-Bold", sans-serif;
  font-size:1rem;
}

.pkg-wrap .pkg-price{
  text-align: right;
}



.what-you-get-wrap {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }

  .what-you-get-wrap .amount {
    color: #2384a3;
    font-size: 34px;
    text-align: right;
    padding-right: 25px;
    font-weight: bold;
    font-family: open sans hebrew condensed,Sans-serif;
  }

  .what-you-get-wrap .info {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: inter,sans-serif;
  }

  .what-you-get-wrap span.value {
    display: block;
    text-transform: uppercase;
    font-family: open sans hebrew condensed,Sans-serif;
    font-weight: bold;
  }

/* linktree */
.fw-300 {font-weight: 300;}
.lt-social {
  display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
  margin:0;
  padding:0;
  list-style-type: none;
}

.lt-social {
  display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
  margin:0;
  padding:0;
  list-style-type: none;
}
.lt-social li a{
  display:block;
}
.lt-ss-wrap {
  position: relative;
}

.lt-ss-wrap:before {
  position: absolute;
  top:50px;
  left:-15px;
  width: calc(100% + 30px);
  height: calc(100% - 70px);
  content:"";
  background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);
}
.lt-ss-wrap .grid-testimonials {
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 5px;
}
.lt-ss-wrap .testimonial a {
  display: block;
  box-shadow: 0 2px 2px rgb(40 30 60 / 10%), 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(60 30 60 / 5%), 0 16px 16px rgb(40 30 60 / 10%), 0 32px 32px rgb(50 140 170 / 5%);
}

.footer-linktree {
  background-image: -moz-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -webkit-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  background-image: -ms-linear-gradient( -150deg, rgb(73,65,109) 0%, rgb(47,142,172) 100%);
  box-shadow: 0 1px 1px rgb(16 27 30 / 10%), 0 2px 2px rgb(16 27 30 / 10%), 0 4px 4px rgb(16 27 30 / 10%), 0 8px 8px rgb(16 27 30 / 10%), 0 16px 16px rgb(16 27 30 / 10%);
  color: #fff;
  padding: 25px 0;
}




.padded75 {
  padding: 75px 0;
}
@media (min-width:768px) {
  body.page-template-consulting h1 {
    font-size: 44px;
  }
}

.padded50 {
  padding: 50px 0;
}
.hero-consulting {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#454a74+0,3088a7+100 */
  background: #454a74; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #454a74 0%, #3088a7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #454a74 0%,#3088a7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #454a74 0%,#3088a7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454a74', endColorstr='#3088a7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding:100px 0;
  margin: 85px 0 50px 0;
}
.hero-consulting h1{
  font-size:54px !important;
}
.hero-consulting h2{
  font-size:36px;
}

@media (max-width: 767px) {
  .padded75 {
    padding: 50px 0;
  }
  

  .hero-consulting {
    padding:50px 0;
    margin: 70px 0 30px 0;
  }
  .hero-consulting img{
    max-width:80%;
    margin: 0 auto;
  }
  .hero-consulting {
    text-align: center;
  }

  .hero-consulting h1{
    font-size:28px !important;
  }

  .hero-consulting h2{
    font-size:22px;
  }
  
  .hero-consulting h4{
    font-size:18px;
    margin-top:20px !important;
  }
}


.box-shadow {
  box-shadow: 0 4px 4px rgb(40 30 60 / 10%), 0 8px 8px rgb(40 30 60 / 10%), 0 16px 16px rgb(60 30 60 / 5%), 0 32px 32px rgb(40 30 60 / 10%), 0 64px 64px rgb(50 140 170 / 5%), 0 128px 256px rgb(40 30 60 / 5%);
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 30px;
  width: 48px;
  height:48px;
  color: #000;
  border-radius:50%;
  background: rgba(255,255,255,0.9);
}

.carousel-control-prev {
  left: auto;
  right: 90px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA6UlEQVR4nO3WwQoBURTG8X9KVnZKWVl4ABtLKytbNrwDXsJ4CCteYR6AbJSRZ1CUleykRGg0U9NpLM+5lK/u5m5+3du55x7450eSBwLgGa25BZoB/AQaro0FPBLoCahoo23gkUBvQEMbrQJncdqeNloE9gKdaKNZYCHQJZDThscC3UU3oJqBQC9ATRttRFUbo2E1d7TRMnAUpx1ikLVA/ahjqSdwBZdTrtrDKHXgKoqra4X3XTynTw3kAJQwSNZVywxTALYCn2KUasq3GNaASVpiELgDTSvcczH6OB324vF2lYBn791/vikvhQ9rMP7mWfoAAAAASUVORK5CYII=");
}


.carousel-control-next-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA3klEQVR4nO3WMQrCQBCF4Z+AWNkJgpWFB7DQ0iqVrTZ6B/USxkOk0it4AIONoOAZBAUrsRNBFCOBFZbBTjKRJQ+2/phldnYgz58lAmJztkBJC95ZcHIWgKcB14CzwAOU0gbuFvwCBlr4SFR9A1paeCjwE1DVgAvASuBroKiBl4G9wOcopQFcBZ70gEq6prs/8BPoaOGBqPoC1DVgz0yyWIxVd+FpFlfdE831APwsntMwbbQCHAU6c3ZkhgI9mBtINeMv32IzbdQ3XWsvAv0sVp8JLi97SwvdaK63efg1bx9lay4TR1IYAAAAAElFTkSuQmCC");
}

.clients-info-consulting {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dfeadd+0,b3d2df+100 */
  background: #dfeadd; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #dfeadd 0%, #b3d2df 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #dfeadd 0%,#b3d2df 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #dfeadd 0%,#b3d2df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeadd', endColorstr='#b3d2df',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 275px 0 75px 0;
  margin-top: -200px;
}

@media (max-width: 767px) {
  .clients-info-consulting {
    padding: 150px 0 50px 0;
    margin-top: -100px;
  }
}

.packages-consulting {
  padding: 75px 0;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;}

  .packages-grid.x4 {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;}

  .packages-grid .package{
    display: flex;
    flex-direction: row;
    background: #fff;
    align-content: space-between;
    flex-wrap: wrap;}

    .packages-grid .package .top{
      width: 100%;}


    .packages-grid .package .title{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #454a74;
      text-align: center;
      background: -moz-linear-gradient(-45deg, #454a74 0%, #3088a7 100%);
      background: -webkit-linear-gradient(-45deg, #454a74 0%,#3088a7 100%);
      background: linear-gradient(135deg, #454a74 0%,#3088a7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454a74', endColorstr='#3088a7',GradientType=1 );}

      .packages-grid .package .title img{
        margin-right:20px}

    .packages-grid .package .bottom{
      text-align: center;
      width: 100%;
      padding: 25px;}


@media (max-width: 1499px) {
  .packages-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;}

    .packages-grid.x4 {
      grid-template-columns: repeat(3, 1fr);}

    .packages-grid .title{
      font-size: 26px;}
}

@media (max-width: 1299px) {
  .packages-grid .package .title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;}

.packages-grid .package .title img{
  display:block;
  height: 40px;
  margin: 0 0 15px 0;}
  
.packages-grid .package .title span{
  display:block;
  width: 100%;}
}

@media (max-width: 991px) {
  .packages-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;}

    .packages-grid.x4 {
      grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:767px) {
.packages-consulting {
  padding: 50px 0;}

  .packages-grid.x4 {
    grid-template-columns: repeat(1, 1fr);
}

  .packages-grid .title{
    font-size: 22px;}
}

.btn-top-offset {
  margin-top: -100px;
}



@media (max-width: 991px){
body.page-template-consulting footer {
    margin-top: 0;}
}