body {
  font-family: "Helvetica 62", Arial;
  font-size: 19px;
  line-height: 1.5;
  color: #424242;
}

/*
body > div:not(.wrapper):not(.cp-module) {
    display:none;
}
*/

* {
  outline: 0 !important;
  text-decoration: none !important;
}

p {
  font-family: "Helvetica 62", Arial;
  font-size: 19px;
  line-height: 1.5;
  color: #777;
  margin-bottom: 30px;
}

.img-full {
  width: 100%;
  height: auto;
}

a,
a:hover {
  color: #f89728;
  transition: 0.3s all;
}

button,
button:hover {
  transition: 0.3s all;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1120px;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Arial;
  color: #462b3e;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 20px;
}

a.bttn,
.bttn a,
button.bttn,
.search-submit {
  border-radius: 35px;
  /*padding: 13px 40px;*/
  padding: 13px 25px;
  background-color: #f89728;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

a.bttn-white {
  background-color: #fff;
  color: #f89728;
}

a.bttn.bttn-white:hover {
  background-color: #000;
  color: #fff;
}

a.bttn:hover,
.bttn a:hover,
button.bttn:hover,
.search-submit:hover {
  background: #d18630;
  color: #fff;
}

.bttn-video {
  padding: 13px 45px 13px 35px !important;
}

.bttn-video i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 35px;
  font-size: 19px;
  padding-left: 5px;
  text-align: center;
}

.bttn-white .bttn-video i {
  border: 2px solid #000;
}

.bttn.btn-small a {
  padding: 6px 20px 8px;
  color: #fff;
  font-size: 15px;
}

.hero {
  /*height: calc(112vh - 225px);*/
  height: calc(100vh - 225px);
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  width: 100%;
}

/*body #logo_carousel {
    padding: 0 0 30px 0;
}*/

.inner {
  text-align: center;
  position: absolute;
  top: 0;
  transform: none;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.inner h1,
.inner p {
  color: #fff;
}

.inner h1,
.inner h2,
.inner h3,
.inner p,
.inner h4 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.slick-prev,
.slick-next {
  position: absolute;
  background: transparent;
  font-size: 0px;
  padding: 0;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  border-radius: 50%;
  transition: 0.3s all;
  z-index: 22;
}

.hero#block1 {
  padding: 0 !important;
}

.slick-next:before,
.slick-prev:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  position: absolute;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
  top: 15px;
  left: 18px;
  z-index: 1;
  transition: 0.3s all;
}

.slick-next {
  left: auto;
  right: 50px;
}

.slick-next:before {
  transform: rotate(-45deg);
  top: 15px;
  left: auto;
  right: 18px;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fff;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  border-color: #000;
}

.slick-slide > div {
  min-height: 100vh;
  background-size: cover !important;
  position: relative;
}

.slick-slide > div:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.slider-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  z-index: 3;
}

.slider-inner h1,
.slider-inner p {
  color: #fff;
}

.hero-quote .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.hero-quote p {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
}

.dual-section.section,
.section {
  padding: 100px 0;
}

.light {
  background: #f5f5f5;
}

.row.head-row {
  display: block;
}

.head {
  margin-bottom: 60px;
}

.head span {
  text-transform: uppercase;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 10px;
}

.head .essb_links span {
  color: #fff !important;
}

.head img {
  margin-bottom: 10px;
}

.head h2 {
  font-size: 45px;
  color: #462b3e;
  margin-bottom: 15px;
}

.head h3 {
  text-transform: none;
  margin-top: 15px;
  color: #000;
}

.head h3 span {
  display: inline-block;
  text-transform: none;
  color: #462b3e;
}

.head p {
  font-size: 20px;
  color: #777;
  line-height: 31px;
}

.head i {
  color: #462b3e;
  font-size: 150px;
  margin-bottom: 20px;
}

.stats {
  padding-top: 70px;
}

.stats .block {
  border: 3px solid #e5e5e5;
  padding: 50px 55px 55px;
  border-radius: 15px;
  text-align: center;
}

.stats .block .count {
  font-size: 75px;
  font-weight: 600;
  color: #462b3e;
}

.block .count div {
  display: inline-block;
}

.stats .block h3 {
  font-size: 14px;
  letter-spacing: 4px;
  margin: 20px 0;
}

.stats .block p {
  color: #777;
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  font-family: "Helvetica 65", Arial;
}

u {
  text-decoration: underline !important;
}

.results {
  padding-bottom: 30px;
}

.results .block h3 {
  color: #424242;
  font-size: 16px;
  margin-bottom: 15px;
}

.progress {
  height: 50px;
  overflow: hidden;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 70px;
}

.progress-bar {
  background-color: #f89728;
  text-align: left;
  padding-left: 20px;
  font-size: 20px;
}

.results.alt {
  padding-bottom: 70px;
}

.results.alt .progress {
  height: 55px;
  overflow: hidden;
  font-size: 14px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
}

.dark {
  background-color: #462b3e;
}

.dark-alt {
  background-color: #6b425f;
  background: -moz-linear-gradient(top, #6b425f 0%, #6b425f 60%, #462b3e 100%);
  background: -webkit-linear-gradient(
    top,
    #6b425f 0%,
    #6b425f 60%,
    #462b3e 100%
  );
  background: linear-gradient(to bottom, #6b425f 0%, #6b425f 60%, #462b3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b425f', endColorstr='#462b3e', GradientType=0);
}

.dark-alt-reverse {
  background-color: #462b3e;
  background: -moz-linear-gradient(top, #462b3e 0%, #6b425f 60%, #6b425f 100%);
  background: -webkit-linear-gradient(
    top,
    #462b3e 0%,
    #6b425f 60%,
    #6b425f 100%
  );
  background: linear-gradient(to bottom, #462b3e 0%, #6b425f 60%, #6b425f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#462b3e', endColorstr='#6b425f', GradientType=0);
}

.dark-alt *,
.dark *,
.dark-alt-reverse * {
  color: #fff !important;
}

.blog-grey {
  background: #dfdfdf;
}

.case-study .block {
  padding: 20px;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
}

.case-study .block > i {
  color: #fff;
  background: #794969;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 25px auto 15px;
  display: table;
  font-size: 25px;
}

.case-study .block .thumb {
  position: relative;
  background: #000;
}

.case-study .block .thumb img {
  opacity: 0.85;
  transition: 0.3s all;
}

.case-study .block .thumb:hover img {
  opacity: 1;
}

.case-study .block .thumb i {
  background: #794969;
  color: #fff;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-study .block h3 {
  font-size: 25px;
  color: #794969;
  text-align: center;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 400;
}
.case-study .block p {
  font-size: 16px;
  color: #424242;
  font-family: "Helvetica 62", Arial;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-study .block .cite,
.blog-post .cite {
  display: flex;
  align-items: center;
}

.case-study .block .cite div,
.blog-post .cite div {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}

.case-study .block .cite div img,
.blog-post .cite div img {
  width: auto;
  height: 100%;
  position: relative;
  float: right;
}

.case-study .block .cite span,
.blog-post .cite span {
  padding-left: 15px;
  font-weight: 400;
  color: #000 !important;
  font-size: 21px;
}

.learn.dark .block {
  text-align: center;
}

.learn.dark .block .ico {
  width: 150px;
  height: 150px;
  background: #fff;
  margin: 0 auto 30px;
}

.learn:not(.dark) .block .ico {
  width: 150px;
  height: 150px;
  background: #fff;
  margin: 0 auto 30px;
  padding: 25px;
  border: 2px solid #e5e5e5;
  text-align: center;
}

.learn .block .ico img {
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 90px;
  height: auto;
}

.learn .block .ico {
  border-radius: 0px;
  transition: 0.4s all;
}

.learn .block:hover .ico {
  border-radius: 50%;
  transition: 0.4s all;
}

.coaching {
  padding-bottom: 60px;
}

.coaching .block {
  text-align: center;
  margin-bottom: 40px;
}

.coaching .block .ico {
  margin: 0 auto 10px;
}

.coaching[class*="dark"] .block .ico {
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px 20px;
  box-shadow: 0 0 15px 0px rgba(197, 121, 175, 0);
  transition: 0.3s all;
}

.coaching .block .ico i,
.coaching[class*="dark"] .block .ico i {
  font-size: 60px;
}

.coaching[class*="dark"] .block .ico i {
  color: #462b3e !important;
}

.coaching .block .ico img,
.coaching[class*="dark"] .block .ico img {
  min-height: 60px;
  width: auto;
}

.team .block:hover .thumb img,
.coaching[class*="dark"] .block:hover .ico {
  box-shadow: 0 0 15px 0px rgba(197, 121, 175, 1);
}

.team .block .thumb img,
.coaching .block .ico img {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0);
  /*
	border-radius: 50%;
	transition: 0.3s all;
    */
}

.coaching .block:hover .ico img {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}

.coaching .block span {
  color: #424242;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.cta {
  background: #f89728;
  padding: 120px 0;
}

.cta.alt {
  background: transparent;
  padding: 100px 0;
}

.cta.alt h2 {
  margin-bottom: 10px;
}

.cta:not(.alt) h2 {
  color: #fff;
  margin-bottom: 20px;
}

.dual-section {
  padding: 50px 0;
}

.dual-section.full {
  padding: 0;
}

.dual-section.full .container {
  min-width: 100%;
}

.dual-section.full .col-md-6 {
  padding: 0;
}

.dual-section.full .col-md-6:last-child {
  padding: 150px 100px;
}

.dual-section.full .dual-img {
  height: 100%;
  background-size: cover !important;
}

hr {
  margin: 0;
}

body #block4507604646 {
  padding-top: 0;
}

.team {
  padding-bottom: 25px;
}

.team .block {
  text-align: center;
  margin-bottom: 60px;
}

.team .block .thumb img {
  width: 250px;
  height: auto;
  border-radius: 50%;
}

.team .block span {
  display: block;
  padding: 15px 0;
  font-weight: bold;
}

#accordion .accordion-item {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}

#accordion .accordion-item > a {
  color: #462b3e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  display: table;
  width: 100%;
  padding: 25px 50px 25px 25px;
  position: relative;
}

#accordion .accordion-item > a:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #f89728 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: calc(50% - 10px);
  right: 25px;
  transform: rotate(-90deg) translateX(-50%);
}

#accordion .accordion-item > a[aria-expanded="true"]:after {
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #424242 transparent;
  transform: rotate(-180deg) translateX(-50%);
  right: 35px;
}

#accordion .accordion-item > div {
  padding: 0 25px 25px;
}

#accordion .accordion-item > div ul li {
  color: #777;
  font-size: 18px;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-family: "Helvetica 62", Arial;
}

#accordion-faq .accordion-item {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #fff;
}

#accordion-faq .accordion-item > a {
  color: #462b3e;
  font-weight: bold;
  font-size: 16px;
  display: table;
  width: 100%;
  padding: 12px 15px 12px 55px;
  position: relative;
}

#accordion-faq .accordion-item > a:after {
  content: "+";
  background: #462b3e;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 50%;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-top: -14px;
}

#accordion-faq .accordion-item > a[aria-expanded="true"]:after {
  content: "-";
}

#accordion-faq .accordion-item > div {
  padding: 20px;
}

#accordion-faq .accordion-item > div p {
  font-size: 16px;
  font-family: "Helvetica 62", Arial;
  margin-bottom: 20px;
}

#accordion-faq .accordion-item > div p:last-child {
  margin-bottom: 0px;
}

.list li {
  padding-left: 60px;
  position: relative;
}

.list li:before {
  content: "";
  background: #462b3e;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50%;
  z-index: 0;
}

.list li:after {
  content: "";
  width: 8px;
  height: 17px;
  position: absolute;
  top: 10px;
  left: 16px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.list li h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.list li p {
  font-size: 16px;
  font-family: "Helvetica 62", Arial;
}

.pricing {
  padding-top: 70px;
}

.pricing .block {
  border: 1px solid #462b3e;
  padding: 40px 35px 45px;
  border-radius: 25px;
  text-align: center;
}

.pricing .block .count {
  font-size: 75px;
  font-weight: 600;
  color: #462b3e;
}

.pricing .block i {
  color: #462b3e;
  border: 2px solid #462b3e;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 38px;
}

.pricing .block h3 {
  font-size: 14px;
  letter-spacing: 4px;
  margin: 0 0 20px;
}

.pricing .block p {
  color: #000;
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  font-family: "Helvetica 62", Arial;
}

.progress-vertical {
  height: 300px;
  overflow: hidden;
  font-size: 14px;
  background-color: transparent;
  border-radius: 2px;
  position: relative;
  max-width: 80px;
  margin: 0 auto 17px;
}

.progress-vertical-bar {
  background-color: #f89728;
  text-align: center;
  padding-left: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 0;
  padding-top: 15px;
}

.myCountdown {
  display: table;
  margin: 0 auto;
}

.myCountdown div {
  float: left;
  margin: 0 15px;
  border: 2px solid orange;
  text-transform: uppercase;
  font-size: 18px;
  padding: 50px 25px;
  color: orange !important;
  font-family: "Helvetica 62", Arial;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.myCountdown div > span {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}

.icon-teaser {
  padding-bottom: 50px;
}

.icon-teaser h1 {
  margin-top: 40px;
}

.icon-teaser .block {
  text-align: center;
  color: #462b3e;
  margin-bottom: 50px;
}

.icon-teaser .block i {
  font-size: 60px;
  margin-bottom: 15px;
}

.icon-teaser .block h3 {
  color: #424242;
  font-size: 17px;
  margin-top: 15px;
}

.icon-teaser-2 {
  padding-bottom: 50px;
}

.icon-teaser-2 .block {
  margin-bottom: 50px;
}

.icon-teaser-2 .block i {
  font-size: 50px;
  margin-bottom: 15px;
  color: #462b3e;
}

.icon-teaser-2 .block h4 {
  color: #462b3e;
  font-size: 24px;
  margin-bottom: 10px;
}

.icon-teaser-2 .block p {
  font-size: 15px;
  font-family: "Helvetica 62", Arial;
  line-height: 25px;
}

.book-listing hr {
  margin: 40px 0;
}

.book-listing .book-thumb {
  width: 100%;
}

.book-listing .block .bttn {
  margin-top: 43px;
  width: 165px;
  text-align: center;
}

.book-listing .block .bttn i {
  font-size: 13px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

.book-listing .block p {
  font-size: 17px;
  font-family: "Helvetica 62", Arial;
}

.book-listing .book-info {
  padding-left: 25px;
}

.pricing-style-1 .img-block {
  width: 100%;
}

.pricing-style-1 {
  display: flex;
  justify-content: space-evenly;
}

.pricing-style-1 .plan-1 {
  background: #794969;
}

.pricing-style-1 .plan-2 {
  background: #92577e;
}

.pricing-style-1 .plan-3 {
  background: #af6d99;
}

.pricing-style-1 > div[class*="plan"] {
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  font-family: "Helvetica 62", Arial;
}

.pricing-style-1 > div[class*="plan"] p {
  font-family: "Helvetica 62", Arial;
}

.pricing-style-1 > div[class*="plan"].active {
  padding: 50px 40px;
  text-align: center;
  margin: -15px 0;
}

.pricing-style-1 > div[class*="plan"] .plan-title {
  color: #fff;
}

.pricing-style-1 > div[class*="plan"] .plan-title span {
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pricing-style-1 > div[class*="plan"] .plan-title h3 {
  font-size: 50px;
  color: #fff;
  position: relative;
  line-height: 1;
}

.pricing-style-1 > div[class*="plan"] .plan-title h3 sup {
  font-size: 17px;
  vertical-align: top;
  position: relative;
  top: 15px;
}

.pricing-style-1 > div[class*="plan"] .plan-title em {
  font-size: 15px;
  line-height: 1;
  display: block;
}

.pricing-style-1 > div[class*="plan"] .plan-info p {
  font-size: 15px;
  line-height: 29px;
  display: block;
  color: #fff;
  border-top: 4px double rgba(255, 255, 255, 0.6);
  margin: 30px 0;
  padding: 30px 0 0;
}

.pricing-style-1 > div[class*="plan"] a:not(.btn) {
  display: table;
  margin: 20px auto 0;
  color: #fff;
  font-size: 15px;
}

.pricing-style-1 > div[class*="plan"] a:not(.btn) i {
  margin-right: 5px;
}

.pricing-style-2 .plan {
}

.pricing-style-2 .plan .plan-img {
  margin-bottom: 30px;
  text-align: center;
}

.pricing-style-2 .plan .plan-img img {
  max-height: 120px;
  width: auto;
}

.pricing-style-2 .plan .plan-img i {
  font-size: 120px;
}

.pricing-style-2 .plan .plan-img span {
  background: #794969;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 -27px;
  border: 5px solid #fff;
  position: relative;
}

.pricing-style-2 .plan-title {
  background: #794969;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}

.pricing-style-2 .plan-info {
  padding: 20px 30px;
  border: 5px solid #794969;
  border-width: 0 5px;
}

.pricing-style-2 .plan-info ul li {
  margin: 9px 0;
  color: #794969;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 19px;
}

.pricing-style-2 .plan-info ul li i:not(.fa-shield) {
  background: #794969;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 18px;
}

.pricing-style-2 .plan-info ul li i.fa-shield {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #794969;
  margin-right: 15px;
  font-size: 35px;
  position: relative;
  top: 4px;
}

.pricing-style-2 .plan-info ul li.inactive {
  color: #999;
}

.pricing-style-2 .plan-info ul li.inactive i {
  background: #ccc;
  color: #fff;
}

.pricing-style-2 .plan-price {
  padding: 5px 15px;
  border: 5px solid #794969;
  text-align: center;
  font-size: 50px;
  color: #794969;
  font-weight: bold;
}

.gallery {
  display: table;
  width: 100%;
}

.gallery li {
  width: 25%;
  float: left;
}

.gallery.alt li {
  width: 50%;
  float: left;
}

.gallery li .block {
  overflow: hidden;
  position: relative;
  background: #000;
}

.gallery li .block img {
  opacity: 0.75;
  transition: 0.5s all;
}

@media (min-width: 1200px) {
  .gallery li .block img {
    min-height: 320px;
  }
}

.gallery li .block:hover img {
  opacity: 1;
  transition: 0.5s all;
  transform: scale(1.1);
}

.gallery li .block span {
  position: absolute;
  left: 0;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials:not(.alt) {
  padding-bottom: 30px;
  padding-top: 160px;
}

.testimonials .block {
  background: #fff;
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0px 0 100px;
  height: calc(100% - 100px);
  padding: 40px;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials .block h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.testimonials .block img {
  width: 100px;
  border-radius: 50%;
  margin: 0 0 -70px;
  position: relative;
  top: -90px;
}

.testimonials .block p {
  font-size: 16px;
  font-family: "Helvetica 62", Arial;
  margin: 0;
}

.testimonials.alt p {
  margin: 30px 0;
}

.testimonials.alt cite {
  font-style: normal;
}

.icon-teaser-3 {
  padding-bottom: 60px;
}

.icon-teaser-3 .block {
  text-align: center;
  color: #462b3e;
  margin-bottom: 40px;
}

.icon-teaser-3 .block i {
  font-size: 70px;
  margin-bottom: 15px;
}

.icon-teaser-3 .block h4 {
  color: #462b3e;
  font-size: 23px;
  margin-bottom: 10px;
}

.icon-teaser-3 .block p {
  font-size: 15px;
  font-family: "Helvetica 62", Arial;
}

.icon-teaser-4 {
  padding-bottom: 60px;
}

.icon-teaser-4 .head {
  margin-bottom: 30px;
}

.icon-teaser-4 h4 {
  font-size: 20px;
  margin: 40px 0 25px;
  text-transform: uppercase;
  color: #462b3e;
  text-align: center;
}

.icon-teaser-4 .block {
  text-align: center;
  margin-bottom: 25px;
}

.icon-teaser-4 .block .ico {
  margin-bottom: 15px;
  height: 35px;
}

.icon-teaser-4 .block h3 {
  color: #424242;
  font-size: 15px;
  font-family: "Helvetica 65", Arial;
  font-weight: 500;
}

.circle-process {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.circle-process > div {
  position: relative;
}

.circle-process > div > div {
  position: absolute;
  top: 18px;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  margin: 0 auto;
  left: -10px;
  right: 0px;
  box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.5);
  background-color: #f7f7f5;
  text-align: center;
  padding: 20px;
}

.circle-process > div:first-child > div {
  left: 18px;
  right: auto;
}

.circle-process > div:nth-child(2) {
  margin: 0 -25px;
}

.circle-process > div:last-child > div {
  left: auto;
  right: 18px;
}

.circle-process > div > div img {
  height: 40px;
  margin-bottom: 15px;
}

.circle-process i {
  font-size: 40px;
}

.circle-process h4 {
  color: #424242;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

.circle-process p {
  color: #424242;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.circle-process a {
  width: 43px;
  height: 43px;
  background-color: #3db54a;
  display: table;
  margin: 0 auto;
  color: #fff;
  border-radius: 50%;
  line-height: 38px;
  font-size: 18px;
}

.d-shape-wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}

.d-shape-wrap > img {
  opacity: 0;
}

.d-shape-wrap > div {
  z-index: 22;
}

.d-shape-wrap:after {
  content: "";
  background: url(../img/d-shape-circle.png) no-repeat center top;
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-shape-wrap > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #a8a6a6;
  font-size: 46px;
  margin: 0;
  line-height: 50px;
}

.d-shape-wrap > div > div span {
  font-family: "Helvetica 65", Arial;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.d-shape-wrap > div > div h4 {
  font-size: 18px;
  margin: 7px 0 0;
  color: #fff;
}

.shape-1 {
  position: absolute;
  display: table !important;
  bottom: 0;
  left: 0;
}

.d-shape-wrap > .shape-1 div {
  position: absolute;
  left: 131px;
  top: 58px;
}

.d-shape-wrap > .shape-2 div {
  position: absolute;
  left: 73px;
  top: 112px;
}

.d-shape-wrap > .shape-3 div {
  position: absolute;
  left: 40px;
  top: 136px;
}

.d-shape-wrap > .shape-4 div {
  position: absolute;
  left: 50px;
  top: 111px;
}

.d-shape-wrap > .shape-5 div {
  position: absolute;
  left: 50px;
  top: 49px;
}

.shape-2 {
  position: absolute;
  display: table !important;
  bottom: 124px;
  left: 157px;
}

.shape-3 {
  position: absolute;
  display: table !important;
  bottom: auto;
  left: 50%;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateX(-50%);
}

.shape-4 {
  position: absolute;
  display: table !important;
  bottom: 124px;
  right: 157px;
}

.shape-5 {
  position: absolute;
  display: table !important;
  bottom: 0;
  right: 0;
}

header {
  background: #462b3e;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

header nav {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

header nav ul {
  display: flex;
  justify-content: space-between;
}

header nav .container > ul {
  margin: 0 -15px;
}

header nav .container > ul > li {
  position: relative;
}

header nav .container > ul > li > a {
  color: #fff;
  /*font-size: 16px;*/
  font-size: 18px;
  display: table;
  padding: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Helvetica 65", Arial;
}

header nav .container > ul > li > a:after {
  content: "";
  background: #f89728;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  transition: 0.3s all;
}

header nav .container > ul > li:hover > a:after,
header nav .container > ul > li > a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

header nav .container > ul > li > a .fa {
  margin-left: 10px;
}

header nav ul ul.sub-menu {
  display: inline;
  position: absolute;
  background: #462b3e;
  min-width: 250px;
  top: 100%;
  z-index: 11;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}

header nav ul ul li a {
  color: #fff;
  display: table;
  padding: 8px 0;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Helvetica 65", Arial;
}

header nav .container > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

header nav .container > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

header nav .container > ul > li > ul > li {
  position: relative;
}

header nav > .container > ul ul.sub-menu ul {
  top: -19px !important;
  left: calc(100% + 20px);
  background: #6b425f;
}
ul.sub-menu .menu-item-has-children > a {
  width: 100%;
}

ul.sub-menu .menu-item-has-children > a:before {
  content: "\f107";
  font-family: Fontawesome;
  float: right;
  transform: rotate(-90deg);
  margin: 0;
}

footer {
  background: #462b3e;
  font-family: "Helvetica 65", Arial;
  font-weight: 500;
}

.flogo {
  display: table;
  margin-bottom: 20px;
}

footer p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-family: "Helvetica 65", Arial;
  font-weight: 500;
}

.footer-top {
  padding: 70px 0;
}

.footer-top h3 {
  color: #fff;
  /*font-size: 18px;*/
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-top ul li {
  margin-bottom: 10px;
}

.footer-top ul li a {
  font-size: 15px;
  color: #fff;
  display: table;
  border-bottom: 1px solid transparent;
}

.footer-top ul li a:hover {
  border-bottom: 1px solid #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom .social a {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom .social a:hover {
  border: 2px solid #f89728;
  color: #f89728;
}

.chart [transform="translate(0,479)"],
[id*="chart-"] [transform="translate(0,479)"],
.chart [transform="translate(0,279)"],
[id*="chart-"] [transform="translate(0,279)"] {
  display: none !important;
}

.chart,
#chart-two,
#chart-one,
#chart-three,
#chart-four,
div[id*="chart-"] {
  width: 100%;
  height: 500px;
  font-size: 14px;
  font-family: "Helvetica 65", Arial;
  font-weight: 400;
  color: #999;
}

.chart + p {
  font-size: 15px;
  text-align: center;
  display: block;
  padding-top: 30px;
  font-family: "Helvetica 65", Arial;
}

.progress-vertical + h3 {
  font-size: 15px;
}

.welcome span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Helvetica 65", Arial;
  margin: 20px 0 50px;
}

.quote p {
  font-style: italic;
  font-size: 36px;
  line-height: 55px;
}

.quote p span {
  font-size: 30px;
}

.quote cite {
  font-style: normal;
  text-align: center;
  display: block;
  font-size: 22px;
}

.partners {
  padding-bottom: 100px;
}

.partners p {
  margin-bottom: 30px;
}

.partners img {
  margin-top: 30px;
}

.gradiant-bg {
  background-image: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.global ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.global ul li h4 {
  color: #a8a6a6;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.global[class*="dark"] ul li > span,
.global[class*="dark"] ul li h4 {
  color: #a8a6a6 !important;
}

.global ul li > span {
  color: #a8a6a6;
  font-size: 32px;
}

.global ul li > div {
  display: flex;
  justify-content: center;
}

.global ul li > div > div {
  padding: 0 2px;
}

.global ul li > div > div > span {
  width: 53px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  display: block;
  margin-bottom: 4px;
}

.global ul li > div > div > span.act {
  border: 1px solid #f89728;
  background-color: #f89728;
}

.size span {
  color: #a8a6a6;
  font-size: 20px;
  display: block;
  padding-top: 25px;
}

.magnific-img img {
  width: 100%;
  height: auto;
}

.magnific-img {
  display: inline-block;
  width: 32.3%;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.instafeed {
  display: table;
  width: 100%;
}

.instafeed li {
  width: 16.66666%;
  float: left;
}

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

.section:not([class*="dark"]) .clients .slick-prev,
.section:not([class*="dark"]) .clients .slick-next,
.section:not([class*="dark"]) .clients-fewer .slick-prev,
.section:not([class*="dark"]) .clients-fewer .slick-next {
  border: 2px solid #000;
}

.section:not([class*="dark"]) .clients .slick-next:before,
.section:not([class*="dark"]) .clients .slick-prev:before,
.section:not([class*="dark"]) .clients-fewer .slick-next:before,
.section:not([class*="dark"]) .clients-fewer .slick-prev:before {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
}

.clients .slick-prev,
.clients-fewer .slick-prev {
  left: -50px;
  right: auto;
}

.clients .slick-next,
.clients-fewer .slick-next {
  left: auto;
  right: -50px;
}

.section:not([class*="dark"]) .clients .slick-prev:hover,
.section:not([class*="dark"]) .clients .slick-next:hover,
.section:not([class*="dark"]) .clients-fewer .slick-prev:hover,
.section:not([class*="dark"]) .clients-fewer .slick-next:hover {
  background: #000;
}

.section:not([class*="dark"]) .clients .slick-next:hover:before,
.section:not([class*="dark"]) .clients .slick-prev:hover:before,
.section:not([class*="dark"]) .clients-fewer .slick-next:hover:before,
.section:not([class*="dark"]) .clients-fewer .slick-prev:hover:before {
  border-color: #fff;
}

.info .block {
  position: relative;
}

.info .block .thumb {
  overflow: hidden;
  max-height: 245px;
}

.info .block > div:not(.thumb) {
  position: relative;
  top: -70px;
  background: #fff;
  width: 85%;
  margin: 0 auto -70px;
  padding: 20px 30px 0;
  text-align: center;
}

.info .block > div h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.info .block > div p {
  font-family: "Helvetica 62", Arial;
  font-size: 14px;
}

.info .block > div a {
  width: calc(100% + 60px);
  border-radius: 0px;
  margin: 0 -30px;
  display: table;
}

.contact h3 {
  margin-bottom: 80px;
}

.contact h4 {
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact p {
  margin-bottom: 50px;
}

.contact input {
  color: #000;
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 19px;
}

.contact textarea {
  color: #000;
  width: 100%;
  height: 126px;
  margin-bottom: 17px;
  padding: 15px 20px;
  font-size: 19px;
}

.contact .social {
  border-left: 1px solid #ddd;
  height: 100%;
  padding-left: 30px;
  padding-top: 50px;
}

.contact .social a {
  display: table;
  color: #462b3e;
  margin-bottom: 15px;
}

.contact .social a i {
  width: 35px;
  height: 35px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #462b3e;
  margin-right: 10px;
  transition: 0.3s all;
}

.contact .social a:hover {
  color: #f89728;
}

.contact .social a:hover i {
  background: #f89728;
  color: #fff;
}

.custom-chart {
  position: relative;
}

.custom-chart .label {
  border: 3px solid #f89728;
  background: #fff;
  position: absolute;
  right: 35px;
  z-index: 44;
  top: 35px;
  text-align: center;
  padding: 12px 18px;
}

.custom-chart .label h4 {
  font-size: 22px;
  margin-bottom: 5px;
}

.custom-chart .label p {
  font-size: 11px;
  margin-bottom: 0px;
  font-family: "Helvetica 62", Arial;
}

.custom-chart > span {
  display: block;
  text-align: end;
  color: #424242;
  font-family: "Helvetica 62", Arial;
  font-size: 12px;
  line-height: 21px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots li button {
  background: rgba(0, 0, 0, 0.31);
  border: none;
  font-size: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #f89728;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.hamburger {
  margin-left: auto;
  margin-right: 20px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 189px;
}

.hamburger span {
  width: 30px;
  /*height: 1px; */
  height: 3px;
  background: #fff;
  display: block;
  /*margin: 7px 0;*/
  margin: 5px 0;
  position: relative;
  transition: 0.3s all;
}

.hamburger span:nth-child(2) {
  /*max-width: 25px;*/
}

.menu-act .hamburger span:first-child {
  transform: rotate(45deg);
  top: 9px;
}

.menu-act .hamburger span:nth-child(2) {
  opacity: 0;
}

.menu-act .hamburger span:last-child {
  transform: rotate(-45deg);
  top: -7px;
}

.case-study .block p.bttn a {
  padding: 13px 20px;
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  .welcome.section .bttn {
    margin-top: 30px;
  }

  .footer-top .col-sm-4 {
    margin-top: 30px;
  }
  .footer-top {
    padding: 50px 0 40px;
  }
  .learn .block {
    margin-bottom: 40px;
  }
  .hero .text-right,
  .hero h2[style*="text-align: right"] {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 250px) and (max-width: 991px) {
  #bar-style-graph2 {
    width: 1000px;
  }

  .chart {
    margin-bottom: 0;
  }

  .table-responsive {
    margin-bottom: 40px;
  }

  .table-responsive::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  .table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
  }

  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #614a5b;
  }

  header nav .container > ul > li > a:after,
  .menu-item-has-children > a:before {
    display: none;
  }

  header nav .container > ul > li.menu-item-has-children {
    padding-right: 50px;
    position: relative;
  }

  header nav .container > ul > li.menu-item-has-children:before {
    content: "\f107";
    font-family: Fontawesome;
    float: none;
    margin-left: 0;
    position: absolute;
    right: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav .container > ul > li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav ul ul.sub-menu {
    display: none;
    position: relative;
    background: #462b3e;
    width: calc(100% + 50px);
    top: 0;
    z-index: 11;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  header nav ul li.act ul.sub-menu {
    display: block;
  }

  ul.sub-menu .menu-item-has-children > a:before {
    display: none;
  }

  header nav > .container > ul ul.sub-menu ul {
    border: none;
  }

  header nav > .container > ul ul.sub-menu ul {
    top: 0 !important;
    left: 0;
    background: transparent;
    display: table;
    padding: 10px;
    width: 100%;
  }

  header nav > .container > ul ul.sub-menu ul li a {
    width: 100%;
    padding: 5px 0;
  }

  h1,
  .h1 {
    font-size: 30px !important;
  }

  h2,
  .h2 {
    font-size: 25px !important;
  }

  h3,
  .h3 {
    font-size: 20px !important;
  }

  h4,
  .h4 {
    font-size: 16px !important;
  }

  .hero > img {
    opacity: 0;
  }

  .hero {
    height: calc(112vh - 149px);
  }

  body {
    /*		padding-top: 69px !important;*/
    padding-top: 100px !important;
  }
  .bttn-video {
    padding: 13px 75px 13px 35px !important;
  }
  .bttn-video i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    padding-left: 5px;
  }
  #player {
    width: 100%;
    max-width: 600px;
  }
  #player .player-song .timestamps {
    width: 100%;
    margin-bottom: 20px;
  }
  .myCountdown div {
    float: none;
    margin: 10px;
    display: inline-block;
  }
  progress[value] {
    width: 100%;
  }
  .global ul {
    display: table;
    width: 100%;
  }
  .global ul li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  .coaching .block span {
    white-space: pre-wrap;
  }
  .case-study .block {
    margin-bottom: 25px;
  }
  .results.alt .progress {
    height: 40px;
  }
  .progress {
    height: 40px;
    margin-bottom: 30px;
  }
  .stats .block {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  .stats .block .count {
    font-size: 50px;
  }
  .stats .block h3 {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 14px 0;
  }
  .quote p {
    font-size: 25px;
    line-height: 34px;
  }
  .menu-act {
    overflow: hidden;
  }
  .hamburger {
    display: inline;
  }
  header nav {
    border-top: none;
    background: #462b3e;
    position: fixed;
    top: 75vh;
    left: 0;
    width: 100%;
    z-index: 11;
    height: calc(100vh - 69px);
    overflow: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
  }
  .menu-act header nav {
    top: 69px;
    opacity: 1;
    visibility: visible;
  }
  header nav ul {
    display: block;
  }
  header nav .container > ul > li > a {
    padding: 17px 20px;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
  }
  header nav .container > ul > li > a .fa {
    float: right;
  }
  header nav ul ul {
    display: inline;
    position: relative;
    background: transparent;
    min-width: 100%;
    top: 0;
    z-index: 11;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  header nav ul li ul {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
    display: table;
    padding: 0 0 0 30px;
  }
  header nav ul ul li a {
    padding: 5px 0;
    font-size: 14px;
  }
  .logo {
    display: table;
    max-width: 110px;
  }
  .bttn.btn-small {
    padding: 6px 20px 8px;
    font-size: 13px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 1;
    margin-bottom: 25px;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  body {
    font-family: "Helvetica 62", Arial;
    font-size: 16px;
    line-height: 1.3;
  }
  .pricing .block p {
    font-size: 14px;
  }
  .pricing .block {
    padding: 25px;
    margin-bottom: 30px;
  }
  .pricing .block .count {
    font-size: 55px;
  }
  .pricing .block h3 {
    font-size: 13px;
    letter-spacing: 2px;
    margin: 10px 0 20px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: "Helvetica 62", Arial;
  }
  .bttn {
    padding: 12px 30px;
    font-size: 14px;
  }
  .dual-section.section,
  .section {
    padding: 50px 0;
  }
  .head p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica 62", Arial;
  }
  .learn.dark .block {
    margin-bottom: 35px;
  }
  .learn.section {
    padding-bottom: 15px;
  }
  .d-shape-wrap {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 908px;
    transform: scale(0.5);
    margin: -193px 0 -150px;
    left: 50%;
    transform: translateX(-50%) scale(0.33);
  }
  .dual-section.full .col-md-6:last-child {
    padding: 30px 20px;
  }
  .dual-section.full .dual-img {
    height: 200px;
  }
  .pricing-style-2 .plan {
    margin-bottom: 30px;
  }
  .head p br {
    display: none;
  }
  .circle-process {
    display: table;
    margin: 0 auto 30px;
  }
  .circle-process > div:first-child > div {
    left: 10px;
    right: auto;
    top: 10px;
  }
  .circle-process > div:last-child > div {
    left: auto;
    right: 6px;
    top: 7px;
  }
  .clients .slick-next,
  .clients-fewer .slick-next {
    left: auto;
    right: 0;
  }
  .clients .slick-prev,
  .clients-fewer .slick-prev {
    left: 0;
    right: auto;
  }
  .info .block {
    position: relative;
    margin-bottom: 40px;
  }
  .circle-process > div:first-child > div {
    left: 16px;
    right: auto;
    top: 17px;
  }
  .circle-process > div:last-child > div {
    left: auto;
    right: 18px;
    top: 18px;
  }
  .custom-chart .label {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .custom-chart .label p {
    line-height: 16px;
  }
  #bar-style-2 {
    width: 1000px;
    overflow: auto;
    display: block;
  }
  #Heading .mb-5 {
    margin-bottom: 0 !important;
  }
  #Heading .mb-5 h1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 250px) and (max-width: 599px) {
  .circle-process > div {
    position: relative;
    margin: 0 auto;
    display: table;
  }
  .contact .social {
    border-left: none;
    height: 100%;
    padding-left: 0;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
  }
  .chart,
  #chart-two,
  #chart-one,
  #chart-three,
  #chart-four,
  div[id*="chart-"] {
    height: 300px;
    margin-bottom: 40px;
  }
  #chart-three {
    height: 600px;
  }
  body .progress-vertical + h3 {
    font-size: 11px !important;
    margin-bottom: 15px !important;
    position: relative;
    top: 19px;
    width: 19px;
    text-align: right;
    display: block;
    height: auto;
    left: 24%;
    transform: translateX(-50%) rotate(-45deg);
  }
  .book-listing .book-info {
    padding: 25px 0 0;
    margin-bottom: -45px;
  }
  .pricing-style-1 {
    display: block;
  }
  .gallery.alt li,
  .gallery li {
    width: 100%;
  }
  .icon-teaser-3 .col {
    min-width: 100%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .global ul li {
    width: 20%;
  }
}

.hero .bttn {
  margin-bottom: 0px;
}
@media only screen and (min-width: 600px) and (max-width: 991px) and (orientation: landscape) {
  .hero {
    height: calc(100vh - 80px) !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 991px) {
  /*.hero {
		height: calc(112vh - 114px);
	}*/
  .hero {
    height: calc(70vh - 50px) !important;
  }
  ._form-content {
    float: none;
    padding-top: 0;
    padding-left: 59px;
    margin-top: -15px;
  }
  .icon-teaser-3 .col {
    min-width: 50%;
  }
  .gallery li {
    width: 50%;
  }
  .myCountdown div {
    float: none;
    margin-bottom: 10px;
  }
  .logo {
    max-width: 150px;
  }
  .pricing-style-1 .img-block {
    display: none;
  }
  .pricing-style-1 > div[class*="plan"] {
    padding: 40px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-study .block p.bttn {
    margin: 0;
    padding: 0;
    display: table;
  }

  .case-study .block p.bttn a {
    padding: 13px 15px;
    font-size: 13px;
    margin-bottom: 30px;
  }

  .learn:not(.dark) .block .ico {
    width: 120px;
    height: 120px;
  }
  .inner {
    max-width: 650px;
  }
  .dual-section.full .dual-img {
    height: 100%;
  }
  .global ul {
    display: flex;
  }
  .myCountdown div {
    font-size: 18px;
    padding: 39px 25px;
    width: 170px;
    height: 170px;
    margin: 0 5px !important;
  }
  .pricing-style-2 .plan .plan-img img {
    max-height: 98px;
  }
  .pricing-style-2 .plan .plan-img i {
    font-size: 98px;
  }
  .pricing-style-2 .plan-info ul li {
    font-size: 16px;
    padding-left: 40px;
    display: block;
    position: relative;
  }
  .pricing-style-2 .plan-info ul li i.fa-shield,
  .pricing-style-2 .plan-info ul li i:not(.fa-shield),
  .pricing-style-2 .plan-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .pricing-style-2 .plan-info ul li i.fa-shield {
    font-size: 25px;
  }
  .pricing-style-2 .plan-info {
    padding: 15px 15px;
  }
  .pricing-style-2 .plan-info ul li {
    margin: 20px 0;
    font-size: 16px;
  }
  .pricing-style-2 .plan-title {
    font-size: 19px;
  }
  .circle-process {
    display: flex;
    margin: -60px auto 0;
    width: 1000px;
    transform: scale(0.8);
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  body .progress-vertical + h3 {
    font-size: 11px !important;
    margin-bottom: 15px !important;
    position: relative;
    top: 49px;
    width: 19px;
    text-align: right;
    display: block;
    height: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
  #bar-style-2 {
    width: auto;
  }
  .d-shape-wrap {
    margin: -58px 0 -48px;
    transform: translateX(-50%) scale(0.8);
  }
  .dual-section.full .dual-img {
    height: 100%;
    min-height: 350px;
  }
  .dual-section.full .row {
    align-items: center;
  }
}

.blog-post {
  background: #fff;
  border-top: 5px solid #f89728;
  padding: 30px 50px;
  margin-bottom: 25px;
}

.blog-post h1,
.blog-post h1 strong,
.blog-post h2,
.blog-post h2 strong,
.blog-post h3,
.blog-post h3 strong,
.blog-post h4,
.blog-post h4 strong,
.blog-post h5,
.blog-post h5 strong {
  color: #462b3e !important;
  font-weight: 700;
}

.blog-post h3 {
  margin-bottom: 5px;
}

.blog-post h3 a {
  color: #6b425f !important;
}

.blog-post .meta {
  display: block;
  font-size: 11px;
  color: #333 !important;
  margin-bottom: 20px;
}

.blog-post img {
  margin-bottom: 15px;
  height: auto;
  width: auto;
}

.blog-post img.wp-image-1915,
.blog-post img.wp-image-6082 {
  height: auto;
  max-width: 160px;
}

.blog-post img.wp-image-1915.alignleft,
.blog-post img.wp-image-6082.alignleft {
  float: none;
}

.blog-post p,
.blog-post p strong,
.blog-post p b,
.blog-post p em {
  color: #333 !important;
}

.blog-post p {
  margin-bottom: 25px;
}

.blog-post a {
  color: #f89728 !important;
  text-decoration: underline;
}

.blog-post a:hover {
  text-decoration: none;
}

.blog-post .bttn a {
  color: #fff !important;
}

.blog-post ul {
  margin-bottom: 15px;
}

.blog-post ul li {
  color: #333 !important;
  font-size: 18px;
  font-family: "Helvetica 62", Arial;
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 40px;
}

.blog-post ul li ul li {
  margin-top: 15px;
  list-style-type: circle;
}

.blog-post ol li {
  color: #333;
  font-size: 18px;
  font-family: "Helvetica 62", Arial;
  list-style-type: upper-roman;
  margin-bottom: 10px;
}

.blog-post blockquote,
.page-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  box-sizing: border-box;
  position: relative;
  color: #333;
  width: 100%;
  padding: 35px 20px 20px 80px;
}

.blog-post blockquote:before,
.page-content blockquote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  color: #333;
  font-size: 40px;
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 20px;
}

#secondary .widget {
  margin-bottom: 35px;
}

#secondary .search-field,
.search-form .search-field {
  border: 0;
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

#secondary h2,
.widget_search span {
  font-family: "Helvetica Neue", Arial;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-form label span {
  display: none;
}

#secondary ul li {
  list-style-type: square;
  font-size: 16px;
  margin-left: 17px;
}

#secondary ul li a {
  color: #462b3e;
}

#secondary li a:hover {
  text-decoration: underline;
}

#secondary .widget_wpcategorieswidget li.categories {
  list-style: none;
  margin-left: 0;
}

#secondary .widget_wpcategorieswidget li.categories ul li {
  margin-left: 17px;
}

.page-content {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  padding: 80px 0;
}

.page-template-template-page-builder .page-content {
  margin-bottom: 0;
}

.page-content h3 {
  margin-bottom: 5px;
}

.page-content h3 a {
  color: #6b425f !important;
}

.page-content p {
  color: #777;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}

.page-content ul {
  margin-bottom: 25px;
}

.page-content ul li {
  color: #777;
  font-size: 18px;
  ffont-family: "Inter", sans-serif;
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}

.page-content ul li ul li {
  margin-top: 15px;
  list-style-type: circle;
}

.page-content ol li {
  color: #777;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
  margin-left: 40px !important;
}

.page-content ul.list {
  list-style: none;
}

.page-content ul.list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}

.page-header {
  background: #f1f1f1;
  padding: 25px 0;
  margin-bottom: 30px;
}

.page-header h1 {
  margin: 0;
}

.modal.custom {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 77777;
}

.modal.custom .modal-dialog {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 753px;
  padding: 0;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal.custom .modal-content,
.modal.custom .modal-body {
  border: 0;
  padding: 0;
}

.modal.custom .close {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  font-style: normal;
  opacity: 1;
  font-family: open sans, sans-serif;
  font-weight: 400;
}

.modal.custom iframe {
  min-height: 440px;
  width: 100%;
}

.modal.case {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 77777;
}

.modal.case .modal-dialog {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 753px;
  padding: 0;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal.case .modal-dialog p {
  font-size: 16px;
  line-height: 20px;
}

.modal.case .modal-header {
  border-bottom: 0;
  padding: 30px;
}

.pagination,
.posts-navigation {
  float: right;
}

.pagination a.page-numbers,
.posts-navigation a {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  color: #462b3e !important;
  margin-left: 5px;
  font-size: 14px;
}

.pagination span,
.pagination a.page-numbers:hover,
.posts-navigation a:hover {
  display: inline-block;
  padding: 3px 10px;
  background: #f89728;
  margin-left: 5px;
  font-size: 14px;
  color: #fff !important;
}

.posts-navigation h2 {
  display: none;
}

.search-field {
  color: #424242 !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 30px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 30px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */

  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
span .wpcf7-not-valid {
  background: #ffe2e2 !important;
  border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip,
.screen-reader-response {
  display: none !important;
}
div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid #ff0000 !important;
  color: #c10000;
  padding: 10px !important;
}
div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
}
.wpcf7-spam-blocked {
  background: #e2e2e2;
  border: 1px solid #bcbcbc !important;
  color: #383838;
}
.wpcf7-mail-sent-ng {
  background: #fcf8e3;
  border: 1px solid #ac9163 !important;
  color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #3c763d !important;
  color: #3c763d;
}

.menu-item-has-children > a:before {
  content: "\f107";
  font-family: Fontawesome;
  float: right;
  margin-left: 15px;
}

.info .block > div p:not(.bttn) {
  height: 105px;
  overflow: hidden;
}

.popup-video.thumb {
  position: relative;
  background: #000;
  margin: 0 auto;
  max-width: 753px;
}

.popup-video.thumb img {
  opacity: 0.85;
  transition: 0.3s all;
}

.popup-video.thumb:hover img {
  opacity: 1;
}

.popup-video.thumb i {
  background: #794969;
  color: #fff;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body > div[style*="visibility: hidden; position: absolute;"] {
  display: none;
}

.coaching.section .col {
  width: 33.33333%;
}

@media only screen and (min-width: 250px) and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 25px;
  }

  .progress-vertical-bar {
    padding: 10px 0 0 0 !important;
    font-size: 10px !important;
  }

  ._field-wrapper input {
    height: 40px !important;
    margin-bottom: 15px !important;
  }

  ._full_width {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .coaching.section .col {
    min-width: 100% !important;
  }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
  .dual-section .col-md-6 img {
    margin-bottom: 40px;
  }

  #case_studies {
    padding: 25px 0 !important;
  }

  .circle-process > div {
    position: relative;
    margin: 10px auto !important;
    display: table;
    width: 280px;
    height: 280px;
    border: 15px solid #744665;
    border-radius: 50%;
    padding: 0 !important;
  }

  .circle-process > div > div {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 250px !important;
    height: 250px !important;
    margin: 0 !important;
    padding: 35px 0;
  }

  .circle-process > div:nth-child(2) {
    border-color: #f89728 !important;
  }

  .circle-process > div > div i {
    margin-bottom: 15px !important;
  }

  .circle-process > div > img {
    display: none;
  }

  .circle-process > div:first-child > div {
    left: 16px;
    right: auto;
    top: 17px;
  }

  .circle-process > div:last-child > div {
    right: 12px;
    left: auto;
    top: 13px;
  }

  .circle-process > div > div {
    width: calc(240px - 20px);
    height: calc(238px - 20px);
  }
}

.bonus-image {
  height: auto;
  max-width: 600px;
}

.founder .heading {
  color: #462b3e;
}

.founder p {
  margin-top: 20px;
}

.pricing-style-1 .img-block {
  width: 100%;
  max-width: 300px;
  min-width: 250px;
  background-size: contain !important;
}

.pricing-style-1 > div[class*="plan"] {
  padding: 40px 25px !important;
  width: 100%;
}

.pricing-style-1 > div[class*="plan"].active {
  padding: 50px 25px !important;
}

.pricing-style-1 .plan-4 {
  background: #c582ae;
}

.pricing-style-1 > div[class*="plan"] a:not(.btn) {
  display: table;
  margin: 20px auto 0;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
}

.dual-section {
  /*padding: 60px 0;*/
  padding: 100px 0;
}

/*.dual-section + .dual-section {
	padding-top:0px;
}*/

.progress-vertical-bar {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.modal.case .modal-dialog p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  font-family: "Helvetica 62", Arial;
  color: #424242;
}

.modal.case .modal-body {
  padding: 0px 30px 10px;
}

.contact textarea,
.contact input {
  font-size: 15px;
  font-family: Arial;
}

.blog-post blockquote:before,
.page-content blockquote:before {
  font-family: auto;
  content: "\201C";
  color: #333;
  font-size: 150px;
  font-style: normal;
  position: absolute;
  top: 10px;
  left: 4px;
  line-height: 118px;
  font-family: serif;
  opacity: 0.2;
}

.progress-vertical + h3 {
  font-size: 15px;
  text-align: center;
}

.bonus-book .col-md-2 i {
  color: #999;
  font-size: 30px;
  margin: 30px auto -10px;
  height: 30px;
  display: table;
}

.megamenu-quiz {
  background: #79496a;
  text-align: center;
  padding: 40px 0;
  position: fixed;
  top: 132px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  max-height: calc(100vh - 145px);
  overflow: auto;
  overflow-x: hidden;
}

.megamenu-quiz.act {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

.megamenu-quiz h3 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 35px;
  font-weight: 400;
  font-family: "Helvetica 62", Arial;
}

.megamenu-quiz .row {
  max-width: 700px;
  margin: 0 auto;
}

.megamenu-quiz p {
  color: #fff;
}

.megamenu-quiz .item {
  padding: 20px;
  margin-bottom: 15px;
}

.megamenu-quiz .item:hover {
  background: #f89728;
}

.megamenu-quiz span {
  color: #fff;
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-family: Arial;
}

@media only screen and (max-width: 991px) and (min-width: 250px) {
  .megamenu-quiz {
    top: 69px;
    max-height: calc(100vh - 69px);
  }

  .megamenu-quiz h3 {
    font-size: 25px;
  }

  .megamenu-quiz p {
    font-size: 14px;
    margin: 10px 0 15px;
  }
}

.logo + a.bttn {
  padding: 7px 25px;
}

@media (max-width: 991px) {
  #hero img {
    min-height: 100vh;
    opacity: 0;
  }
}

.hero > img {
  min-height: 100vh;
  width: inherit;
  min-width: 100%;
  object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 77;
}

.logged-in header {
  top: 32px;
}

body {
  padding-top: 133px;
}

.youtube-video {
  position: absolute;
  height: 120%;
  width: 120%;
  top: -10%;
  right: 0;
  bottom: 0;
  left: -10%;
  z-index: -99;
  background: #000;
}

.youtube-video iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .hero-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-video iframe {
    width: 177.78vh;
  }
}

.no-page-content .search-form {
  margin: 0 auto;
  text-align: center;
}

.no-page-content .search-form .search-field {
  border: 1px solid #f89728;
}

.calendly-badge-widget {
  display: none;
}

.calendly-badge-widget,
.popup-button {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9999;
}

.calendly-badge-widget .calendly-badge-content {
  background: rgb(70, 43, 62);
  color: #fff;
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.popup-button a {
  background: #3db54b;
  color: #fff;
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.popup-button a:hover {
  background: #462b3e;
}

.divorce-link-wrapper .divorce-links {
  background: #fff;
  border-top: 5px solid #f89728;
  padding: 15px;
}

.divorce-link-wrapper .divorce-links .nav-tabs {
  border-bottom: 1px solid #462b3e;
  width: 100%;
}

.divorce-link-wrapper .divorce-links .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.divorce-link-wrapper .divorce-links .nav-tabs .nav-link.active,
.divorce-link-wrapper .divorce-links .nav-tabs .nav-item.show .nav-link,
.divorce-link-wrapper .divorce-links .nav-tabs .nav-link:hover {
  background-color: #462b3e;
  border-color: #462b3e;
  color: #fff;
}

.divorce-link-wrapper .divorce-links .tab-content h4 {
  border-bottom: 3px solid #462b3e;
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.divorce-link-wrapper .divorce-links .tab-content ul.divorce-link-list {
  margin-bottom: 15px;
}

.divorce-link-wrapper .divorce-links .tab-content ul.divorce-link-list li {
  font-size: 12px;
  padding: 6px;
}

.divorce-link-wrapper
  .divorce-links
  .tab-content
  ul.divorce-link-list
  li:nth-child(even) {
  background: #f1f1f1;
}

.divorce-link-wrapper .divorce-links .tab-content ul.divorce-link-list li a {
  color: #333;
}

.divorce-link-wrapper
  .divorce-links
  .tab-content
  ul.divorce-link-list
  li
  a:hover {
  color: #f89728;
  text-decoration: underline;
}

.clients .slick-track,
.clients-fewer .slick-track {
  display: flex;
  align-items: center;
}

#hero {
  padding: 0 !important;
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  header nav .container > ul > li > a {
    padding: 15px 8px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .social {
    padding-top: 20px;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }

  span.bttn {
    padding: 0;
  }

  #featured_articles {
    padding: 25px 0 !important;
  }

  .bonus-image {
    height: auto;
    max-width: 100%;
  }
}

.page-id-16451 .signup-bar {
  margin-bottom: -60px;
}

.gallery figure img {
  width: 100%;
}

.gallery-size-thumbnail a {
  pointer-events: none;
}

@media only screen and (max-width: 575px) {
  .page-id-15930 #block2 {
    background-position: 11% top !important;
  }

  .signup-bar h3 {
    padding-top: 6px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 250px) {
  body .hero {
    min-height: inherit !important;
    height: inherit !important;
    max-height: inherit !important;
  }

  body .hero img {
    display: none;
  }

  body .hero .inner {
    position: relative;
    padding: 50px 20px;
  }
}

.shop_table_responsive.cart thead tr th {
  background: #252525;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  padding: 15px 25px !important;
}

.cart_totals td,
.shop_table_responsive.cart tbody tr td {
  padding: 15px 25px !important;
}

.shop_table_responsive.cart a:not(.remove) {
  pointer-events: none;
}

td.product-subtotal {
  font-weight: 700;
  font-size: 17px;
}

body .woocommerce button.button[name="update_cart"] {
  width: auto;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 15px 15px !important;
  background: #ddd;
}

body.woocommerce-cart a.button.alt {
  background: #462b3e;
  color: #fff;
  border: 2px solid #462b3e;
  font-weight: normal;
  display: inline-block;
  padding: 20px 30px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.3s all;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

body.woocommerce-cart a.button.alt:hover {
  background: #1b0f17;
  border: 2px solid #1b0f17;
  color: #ffffff;
  transition: 0.3s all;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-weight: 700 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  padding: 0 15px;
}

body .select2-results__option {
  padding: 6px 15px;
  font-size: 15px;
}

.woocommerce textarea {
  height: 120px;
  box-shadow: none;
}

#order_review_heading,
#order_review {
  width: 100%;
  clear: both;
  margin-top: 15px;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}

#order_review table th:first-child,
#order_review table td:first-child {
  text-align: left;
}

#order_review table th:last-child,
#order_review table td:last-child {
  text-align: right;
}

body
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
}

body .select2-container .select2-selection--single {
  height: 44px;
}

body .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.woocommerce-shipping-fields {
  margin-top: 45px;
}

#ship-to-different-address-checkbox {
  margin-left: 1px;
  position: relative;
  top: 0px;
  width: auto;
  height: auto;
  margin: 0;
}

#ship-to-different-address-checkbox + span {
  font-size: 18px;
  width: auto !important;
  display: inline-block !important;
}

#payment li {
  list-style: none;
}

#payment li input[type="radio"] {
  width: auto;
  height: auto;
}

#payment li label {
  display: inline-block !important;
  width: auto !important;
}

#payment li img {
  max-width: 35px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  line-height: 1;
}

.checkout_coupon {
  position: relative;
}

.checkout_coupon input {
  padding: 0 15px;
  border-radius: 3px;
}

.checkout_coupon button[name="apply_coupon"] {
  border: none;
  padding: 0 20px;
  height: 44px;
  font-size: 14px;
  background: #958b7f;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}

body .woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0;
}

.woocommerce-info::before {
  color: #958b7f;
}

.woocommerce-info {
  border-top-color: #958b7f;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

body.woocommerce-page
  .woocommerce
  button[name="woocommerce_checkout_place_order"] {
  background: #462b3e;
  color: #fff;
  border: 2px solid #462b3e;
  font-weight: normal;
  display: inline-block;
  padding: 20px 30px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.3s all;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
}

body.woocommerce-page
  .woocommerce
  button[name="woocommerce_checkout_place_order"]:hover {
  background: #1b0f17;
  border: 2px solid #1b0f17;
  color: #ffffff;
  transition: 0.3s all;
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: collapse;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce-page textarea {
  min-height: 150px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  padding: 16px;
  color: #252525;
  font-size: 14px;
  min-width: 100%;
  margin-bottom: 16px;
}

.shop_table.woocommerce-checkout-review-order-table thead {
  background: #252525;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table thead th {
  padding: 10px 15px !important;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 10px 15px !important;
}

span.payment-title-checkout {
  font-size: 12px;
}

.woocommerce-checkout #payment div.payment_box {
  width: 100%;
  padding: 20px 0 0;
  margin: 20px 0 0;
  background-color: #fff;
  color: #515151;
  border-top: 1px solid #ddd;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group,
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
  width: 100%;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  width: 100%;
}

.woocommerce-checkout #payment #wc-stripe-cc-form div.form-row {
  padding: 0;
  margin: 0 0 10px !important;
}

.woocommerce-checkout #payment br {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #ddd;
}

.woocommerce-order > p {
  color: #462b3e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: table;
  margin: 0 auto 30px;
}

.woocommerce-order h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

.woocommerce-order .shop_table thead {
  background: #252525;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.woocommerce-order .shop_table thead th {
  padding: 10px 15px !important;
}

.woocommerce-order .shop_table tfoot th,
.woocommerce-order .shop_table tbody td {
  padding: 10px 15px !important;
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 30px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 150px;
}

.woocommerce form input:not([type="checkbox"]):not([type="radio"]) {
  height: 45px;
  border: 1px solid #ddd;
  color: #808184;
  padding: 0 25px;
  width: 100%;
}

#additional_coaching_field input + label {
  display: inline-block;
  margin-left: 5px;
}

#wi-thanq-wrapper {
  padding: 30px 0 50px;
  display: block;
}

#wi-cancel-redirect {
  background: #462b3e;
  color: #fff;
  border: none;
  font-size: 18px;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  top: -4px;
}

body .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

body .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: 0 !important;
  font-family: FuturaStd-Light, Sans-serif;
}

.woocommerce-MyAccount-navigation ul li:before {
  display: none;
}

.woocommerce-MyAccount-navigation ul li a {
  background: transparent;
  color: #000;
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #462b3e;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #462b3e;
  color: #fff !important;
}

.woocommerce-MyAccount-content input:not([type="submit"]) {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-content legend {
  padding: 30px 0 0 !important;
  display: table !important;
  border: none;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content {
  color: #000;
}

.cart_totals h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2,
.woocommerce-customer-details h2,
.woocommerce-order-details h2 {
  margin-bottom: 15px;
  font-size: 27px;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  display: table;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
}

body .woocommerce-Address {
  padding: 15px !important;
  border: 1px solid #e5e5e5;
  min-height: 220px;
  max-width: 350px;
  float: none;
}

body .woocommerce-Address address {
  font-size: 19px;
}

body .woocommerce-Address {
  margin-bottom: 20px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  font-size: 15px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-content input:not([type="submit"]) {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  margin: 0 0 5px;
  width: 100%;
  display: block;
}

.woocommerce-MyAccount-content legend {
  padding: 30px 0 0 !important;
  display: table !important;
  border: none;
  margin: 0 -5px 30px;
  font-size: 25px;
}

.return-to-shop a,
body .woocommerce button[name="save_address"],
body .woocommerce button[name="save_account_details"],
.woocommerce .widget_price_filter .price_slider_amount .button {
  display: inline-block;
  font-weight: bold;
  line-height: 50px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  background: #462b3e;
  padding: 0 25px;
  text-align: center;
  border: none;
}

.return-to-shop a:hover,
body .woocommerce button[name="save_address"]:hover,
body .woocommerce button[name="save_account_details"]:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background: #000;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  nav.woocommerce-MyAccount-navigation {
    width: 30%;
    float: left;
    margin-bottom: 30px;
  }

  .woocommerce-MyAccount-content {
    width: 70%;
    float: left;
    padding-left: 30px;
  }
}

.page-id-16904:not(.logged-in) .woocommerce {
  max-width: 500px;
  margin: 0 auto;
}

.page-id-16904:not(.logged-in) input[type="text"] {
  width: 100%;
}

.page-id-16904:not(.logged-in) .woocommerce-form-row,
.password-input {
  width: 100% !important;
}

body.woocommerce-page [value="Reset password"],
body.woocommerce-page .woocommerce-form-login__submit {
  background: #462b3e;
  color: #fff;
  border: 2px solid #462b3e;
  font-weight: normal;
  display: inline-block;
  padding: 15px 30px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.3s all;
  min-width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px 0;
}

body.woocommerce-page [value="Reset password"]:hover,
body.woocommerce-page .woocommerce-form-login__submit:hover {
  background: #1b0f17;
  border: 2px solid #1b0f17;
  color: #ffffff;
  transition: 0.3s all;
}

.woocommerce-LostPassword {
  text-align: center;
}

.woocommerce-LostPassword * {
  font-size: 19px;
}

body.woocommerce-page .single_add_to_cart_button {
  background: #462b3e !important;
  color: #fff;
  border: 2px solid #462b3e;
  font-weight: normal;
  display: inline-block;
  padding: 14px 20px;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border-radius: 2px;
  font-weight: 700;
  transition: 0.3s all;
  text-transform: uppercase;
  font-size: 14px;
}

body.woocommerce-page .single_add_to_cart_button:hover {
  background: #1b0f17;
  border: 2px solid #1b0f17;
  color: #ffffff;
  transition: 0.3s all;
}

header.entry-header {
  display: none;
}

#comments ol {
  margin: 0;
  padding: 0;
}

#comments ol li {
  background: #fff;
  border-top: 4px solid #462b3e;
  padding: 15px;
  margin: 0 0 20px 0;
}

#comments footer {
  background: #fff;
  margin-bottom: 10px;
  color: #462b3e;
}

#comments footer a {
  color: #462b3e;
}

#comments footer time {
  font-size: 12px;
  margin: 4px 0;
}

#comments label {
  color: #462b3e;
  font-weight: bold;
  display: block;
  width: 100%;
}

#comments .comment-form-cookies-consent label {
  display: inline-block;
  width: auto;
  font-size: 14px;
}

#comments textarea {
  display: block;
  padding: 15px;
  margin: 0 0 5px 0;
  width: 100%;
}

#comments #author,
#comments #email,
#comments #url {
  display: block;
  padding: 5px 15px;
  margin: 0 0 5px 0;
  width: 100%;
}

#comments #submit {
  background: #462b3e;
  border: 2px solid #462b3e;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
}

#comments #submit:hover {
  background: transparent;
  color: #462b3e;
}

@media only screen and (max-width: 767px) and (min-width: 250px) {
  body .hero {
    background-size: cover !important;
    background-position: center !important;
  }
}

.contact_wrapper ul {
  padding: 0;
  margin: 0;
}

.contact_wrapper .gform_fields li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact_wrapper .gform_fields > li > label {
  display: none;
}

@media only screen and (min-width: 576px) {
  .contact_wrapper .gform_fields > li:first-child,
  .contact_wrapper .gform_fields > li:nth-child(2),
  .contact_wrapper .gform_fields > li:nth-child(3),
  .contact_wrapper .gform_fields > li:nth-child(4) {
    width: 49%;
    float: left;
  }

  .contact_wrapper .gform_fields > li:nth-child(2),
  .contact_wrapper .gform_fields > li:nth-child(4) {
    margin-left: 2%;
  }
}

.contact_wrapper input[type="submit"] {
  border-radius: 35px;
  padding: 13px 60px;
  background-color: #f89728;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  width: auto;
}

.contact_wrapper input[type="submit"]:hover {
  background: #d18630;
  color: #fff;
}

.validation_error {
  display: none;
}

.gfield_description.validation_message {
  color: red !important;
  font-size: 15px;
  /*margin:-20px 0 15px;*/
  margin: -5px 0 10px;
}

.popup-one,
.popup-two {
  background-color: rgba(255, 255, 255, 0.68);
  height: 100vh;
  display: flex;
  align-items: center;
  position: fixed;
  top: 50vh;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 777;
  transition: 0.3s all;
}

.popup-one-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-one-inner::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.popup-one-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.popup-two.act,
.popup-one.act {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
}

.popup-one-inner {
  background: #462b3e;
  width: 95%;
  max-width: 850px;
  border-radius: 16px;
  background-color: #462b3e;
  margin: 0 auto;
  padding: 45px 35px 60px;
  display: flex;
}

.popup-one-inner .popup-img {
  margin-top: -90px;
  min-width: 250px;
}

.popup-one-inner .popup-content {
  padding: 0 0 0 45px;
}

.popup-one-inner .popup-content h3 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 20%;
}

.popup-one-inner .popup-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.popup-btns a {
  border: 1px solid #f89728;
  margin-right: 10px;
}

.popup-btns .bttn-border a {
  background: transparent;
  color: #f89728;
}

.popup-close {
  color: #000;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 50px;
  line-height: 1;
  font-weight: 200;
  font-family: "helvetica 35", Arial;
  cursor: pointer;
  z-index: 22;
}

.popup-two-inner {
  background: #462b3e;
  width: 95%;
  max-width: 500px;
  border-radius: 16px;
  background-color: #462b3e;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  max-height: calc(100vh - 40px);
  overflow: auto;
  overflow-x: hidden;
}

.popup-two-inner::-webkit-scrollbar-track {
  background-color: transparent;
}

.popup-two-inner::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.popup-two-inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.popup-two-inner h3 {
  color: #f89728;
  text-align: center;
}

.popup-two-inner .row {
  margin: 0 -10px;
}

.popup-two-inner [class*="col-"] {
  padding: 0 10px;
}

.popup-two-inner input:not([type="radio"]),
.popup-two-inner textarea,
.popup-two-inner select {
  height: 55px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.04);
  width: 100%;
  border: none;
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.popup-two-inner input[type="submit"] {
  background: #f89728;
}

.popup-two-inner ::-webkit-input-placeholder {
  color: #ffffff;
}

.popup-two-inner :-ms-input-placeholder {
  color: #ffffff;
}

.popup-two-inner ::placeholder {
  color: #ffffff;
}

.popup-two-inner #gform_confirmation_message_1 {
  color: #fff !important;
}

.radio-box {
  position: relative;
  padding-top: 40px;
  display: flex;
}

.radio-box span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-box > div {
  margin-bottom: 16px;
  margin-right: 25px;
  position: relative;
}

.radio-box > div input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.radio-box > div label {
  padding-left: 25px;
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.radio-box > div label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  transition: 0.3s all;
}

.radio-box > div label:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #f89728;
  position: absolute;
  top: 5px;
  left: 2px;
  border-radius: 50%;
  transition: 0.3s all;
  opacity: 0;
}

.radio-box > div input:checked + label:before {
  border: 1px solid rgba(255, 255, 255, 1);
}

.radio-box > div input:checked + label:after {
  opacity: 1;
}

.popup-two-inner textarea {
  height: 140px;
  padding: 20px;
}

.cta_custom {
  padding-left: 100px;
  position: relative;
  margin: 100px 0 0;
}

.cta_custom > img {
  position: absolute;
  top: calc(50% + 15px);
  bottom: auto !important;
  left: 50px;
  width: 215px;
  transform: translateY(-50%) !important;
}

.cta_custom form input {
  width: 100%;
  height: 55px;
  border-radius: 34px;
  background-color: rgba(255, 255, 255, 0.13);
  border: none;
  color: #ffffff;
  font-size: 15px;
  padding: 0 20px;
}

.cta_custom form ._form-content > div:nth-child(2) input {
  padding: 0 160px 0 20px;
  margin-left: 10px;
}

.cta_custom > div {
  background-color: #f89728;
  display: flex;
  padding: 40px 40px 40px 135px;
}

.cta_custom h3 {
  color: #fff;
  margin: 0;
  padding-right: 15px;
  font-size: 22px;
  max-width: 330px;
  vertical-align: middle;
}

.cta_custom form {
  padding-left: 25px;
}

.cta_custom ::-webkit-input-placeholder {
  color: #ffffff;
}

.cta_custom :-ms-input-placeholder {
  color: #ffffff;
}

.cta_custom ::placeholder {
  color: #ffffff;
}

.cta_custom form {
  position: relative;
}

.cta_custom form button {
  border-radius: 26px;
  background-color: #462b3e;
  color: #fff;
  font-size: 15px;
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
  line-height: 47px;
  padding: 0 15px;
}

.bttn.btn-purple {
  background: #462b3e;
}

.bttn.btn-purple:hover {
  background: #462b3e;
  opacity: 0.8;
}

@media (max-width: 575px) {
  .popup-one-inner {
    max-height: calc(100% - 40px);
    display: block;
    padding: 35px;
  }

  .popup-one-inner .popup-content {
    padding: 0;
  }

  .popup-one-inner .popup-img {
    margin-top: 0;
    width: 230px;
    margin: 0 auto 30px;
  }

  .popup-close {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .cta_custom {
    padding-left: 0;
    position: relative;
    margin: 0;
  }

  .radio-box {
    display: block;
  }

  .popup-two-inner {
    display: block;
  }

  .popup-one-inner {
    overflow: auto;
    overflow-x: hidden;
  }

  .popup-one-inner .popup-content h3 {
    padding-right: 0;
    line-height: 30px;
  }

  .popup-btns a {
    border: 1px solid #f89728;
    margin-right: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .popup-close {
    top: 19px;
    right: 15px;
    font-size: 40px;
  }

  .popup-two-inner {
    padding: 30px;
  }

  .cta_custom > div {
    display: block;
    padding: 150px 25px 25px 25px;
  }

  .cta_custom > img {
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translateX(-40%) !important;
    width: 140px;
    top: 15px;
  }

  .cta_custom h3 {
    text-align: center;
  }

  .cta_custom form {
    padding-left: 0;
  }

  .logged-in header {
    top: 0;
  }
}

@media (max-width: 991px) {
  .cta_custom h3 {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cta_custom _form-content input {
    width: 100% !important;
    height: 55px;
    border-radius: 34px;
    background-color: rgba(255, 255, 255, 0.13);
    border: none;
    color: #ffffff;
    font-size: 15px;
    padding: 0 20px !important;
    margin: 0 0 10px !important;
  }

  .cta_custom _form-content {
    position: relative;
    display: block;
    padding: 0;
  }

  .cta_custom > div {
    display: block;
  }

  .cta_custom _form-content button {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 15px;
    width: 100%;
  }
}

.popup-two-inner .gform_fields > li.radio-box {
  padding-top: 40px;
  position: relative;
}

.popup-two-inner .gform_fields > li.radio-box > label {
  font-family: "Helvetica 62", Arial;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-two-inner.gform_fields > li.radio-box > label span {
  display: none !important;
}

.popup-two-inner .gform_fields > li.radio-box li {
  display: inline-block;
  margin-right: 22px;
}

.popup-two-inner .gfield_description.validation_message {
  color: red;
  font-size: 11px;
  margin: 0;
  position: absolute;
  margin: 0;
  bottom: 1px;
}

.popup-two-inner .gform_fields li {
  position: relative;
}

@media (min-width: 576px) and (max-width: 767px) {
  .popup-one-inner .popup-img {
    margin-top: 0;
    min-width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .popup-btns .bttn {
    padding: 0;
  }

  .popup-one-inner .popup-img {
    margin-top: -70px;
    min-width: 200px;
  }

  .popup-btns a {
    font-size: 15px;
    padding: 13px 25px;
  }

  .cta_custom > img {
    bottom: 50%;
    left: 0px;
    width: 225px;
    transform: translateY(50%);
  }

  .cta_custom > div {
    padding: 40px 40px 40px 100px;
  }
}

@media (min-width: 992px) and (max-width: 1170px) {
  .cta_custom > div {
    display: block;
  }

  .cta_custom > div h3 {
    min-width: 100%;
  }

  .cta_custom _form-content {
    padding: 0;
    margin: 25px 0 0;
  }

  .cta_custom _form-content input {
    width: 47% !important;
  }
}

.cta_custom {
  padding-left: 0;
  margin: 0 -15px;
  background: #f89728;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .cta_custom > div {
    justify-content: center;
  }

  ._form-content {
    display: flex;
  }

  .cta_custom form input {
    width: 100%;
  }

  .cta_custom form input[type="email"] {
    width: 100%;
    padding: 0 160px 0 20px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .cta_custom form input {
    min-width: 100%;
    margin: 0 0 15px !important;
    padding: 0 20px !important;
  }

  .cta_custom form button {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
  }

  .cta_custom h3 {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.rc-anchor-center-container {
  padding-bottom: 15px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  body .cta_custom > div {
    /*padding: 40px 40px 40px 190px;*/

    padding: 40px 40px 40px 40px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
  }

  body ._form-content {
    float: none;
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
  }

  body .cta_custom h3 {
    /*padding-left: 30px;*/
    padding-left: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  body .cta_custom > div {
    /*padding: 40px 40px 40px 250px;*/

    padding: 40px 40px 40px 40px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
  }

  body ._form-content {
    float: none;
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
  }

  body ._form-content input {
    width: 100% !important;
  }

  body .cta_custom h3 {
    /*padding-left: 30px;*/
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero > img {
    min-height: inherit;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  body .hero {
    height: 50vh !important;
  }
  .cta_custom {
    display: block;
    text-align: center;
    padding: 50px 0;
  }
  .cta_custom > img {
    position: static;
    transform: none !important;
  }
  .cta_custom > div {
    padding: 25px 25px 0;
    text-align: center;
  }
}

#contact .radio-box * {
  color: #777 !important;
}

#contact .radio-box > div label:before {
  border: 1px solid #777;
}

#contact .gform_fields > li.radio-box {
  padding-top: 40px;
  position: relative;
}

#contact .gform_fields > li.radio-box > label {
  font-family: "Helvetica 62", Arial;
  font-size: 19px;
  line-height: 1.5;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .gform_fields > li.radio-box > label span {
  display: none !important;
}

#contact .gform_fields > li.radio-box li {
  display: inline-block;
  margin-right: 22px;
}

#contact .gfield_description.validation_message {
  color: red;
  font-size: 11px;
  margin: 0;
  position: absolute;
  margin: 0;
  bottom: 1px;
}

#contact .gform_fields li {
  position: relative;
}

._form-content {
  position: relative;
}

._form-content ._error._below {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.contact_wrapper .gform_fields > li:nth-child(5) {
  display: table;
  width: 100%;
}

@media (min-width: 1200px) {
  .cta_custom > div {
    justify-content: flex-start;
  }

  .cta_custom {
    margin-top: 26px;
  }

  .cta_custom > img {
    position: relative;
    top: 10px;
    bottom: auto !important;
    left: 0;
    width: 150px;
    transform: none !important;
  }

  .cta_custom > div {
    padding: 40px 40px 40px 35px;
  }

  .cta_custom {
    padding-left: 0;
    margin: 0 -15px;
    background: #f89728;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*Landing pages*/

.dark {
  background-color: #462b3e;
}
.white {
  background-color: #fff;
}
.green {
  background-color: #3db54b;
}
.dark *,
.green * {
  color: #fff;
}
.white * {
  color: #462b3e;
}
.page-template-templatelanding-php,
.page-template-templatelanding-2-php,
.page-template-templatelanding-3-php {
  padding-top: 0;
}
.top-header {
  text-align: center;
  background-color: #f89728;
}
.top-header p {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #462b3e;
  margin-bottom: 0;
  padding: 20px 0;
}
.banner-section,
.form-section {
  padding: 80px 0 100px;
}
.video-block {
}
.banner-section .head .heading,
.form-section .head .heading {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  color: #fff;
  padding: 0 10%;
}
.page-template-templatelanding-3-php .form-section.dark .head .heading {
  font-size: 50px;
}
.form-section .head p {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  padding: 0 15%;
  color: #fff;
}
.banner-section .content-block {
  padding-right: 19%;
}
.banner-section .content-block h2 {
  font-family: Helvetica;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #f89728 !important;
}

.banner-section .content-block ul li {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
}
.banner-section .content-block ul li:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
.banner-section .content-block ul li:after {
  content: "";
  border-bottom: 3px solid #462b3e;
  border-right: 3px solid #462b3e;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
}
.banner-section .img-block img,
.form-section .img-block img {
  border-radius: 10px;
  max-width: 100%;
}
.banner-section .subscription,
.form-section .subscription {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 44px 60px;
}
.banner-section .subscription h3,
.form-section .subscription h3 {
  font-family: Helvetica;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-align: left;
  color: #212121 !important;
  margin-bottom: 10px;
}
.banner-section .subscription p,
.form-section .subscription p {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #212121 !important;
  margin-bottom: 15px;
}

.banner-section .subscription p:last-child {
  font-size: 16px;
  font-family: Helvetica;
  color: #212121 !important;
  background-image: url(../img/landing-img/lock.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  overflow: visible;
  padding-left: 15px;
}
.form-section .subscription p:last-child {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: rgba(33, 33, 33, 0.5) !important;
}
.banner-section .subscription form .col,
.form-section .subscription form .col {
  padding: 0;
}
.banner-section .subscription form input[type="email"] {
  background-image: url(../img/landing-img/message.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}
.banner-section .subscription form input[type="text"],
.banner-section .subscription form input[type="email"],
.banner-section .subscription form select,
.form-section .subscription form input[type="text"],
.form-section .subscription form input[type="email"],
.form-section .subscription form select {
  border-radius: 40px;
  background-color: rgba(70, 43, 62, 0.05);
  border: 1px solid rgba(70, 43, 62, 0.05);
  padding: 18px 31px 18px 47px;
  width: 100%;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #212121 !important;
  margin-bottom: 10px;
}
.banner-section .subscription form input::-webkit-input-placeholder,
.form-section .subscription form input::-webkit-input-placeholder {
  color: #212121 !important;
}
.banner-section .subscription form input:-moz-placeholder -,
.form-section .subscription form input:-moz-placeholder - {
  color: #212121 !important;
}
.banner-section .subscription form input::-moz-placeholder,
.form-section .subscription form input::-moz-placeholder {
  color: #212121 !important;
}
.banner-section .subscription form input:-ms-input-placeholder,
.form-section .subscription form input:-ms-input-placeholder {
  color: #212121 !important;
}
.form-section .subscription form select {
  appearance: none;
  background-image: url(../img/landing-img/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 10px;
  color: #212121 !important;
}
.banner-section .subscription form input[type="submit"],
.form-section .subscription form input[type="submit"] {
  padding: 20px 75px 20px 73px;
  border-radius: 40px;
  background-color: #f89728;
  border: 1px solid #f89728;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.banner-section .subscription form input[type="submit"]:hover,
.form-section .subscription form input[type="submit"]:hover {
  background-color: #d18630;
  border: 1px solid #d18630;
}

.form-section .bottom-content-block {
  padding-top: 40px;
}

.banner-section .bottom-content-block {
  text-align: center;
  padding: 0 13%;
}
.banner-section .bottom-content-block p {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
}
.testimonial-section {
  padding: 100px 0;
  text-align: center;
}
.testimonial-section h2 {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
}
.testimonial-section .circle-img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
  margin-bottom: 55px;
}
.page-template-templatelanding-3-php .testimonial-section .circle-img {
  border: 8px solid #e5e5e5;
  margin-bottom: 40px;
}
.testimonial-section .content {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  padding: 0 10%;
}
.testimonial-section .content p {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 15px;
}
.page-template-templatelanding-3-php .testimonial-section .content p {
  color: #777;
  font-size: 18px;
}
.content-section {
  padding: 100px 0;
}
.content-section p {
  font-family: Helvetica;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: left;
}
.block-section {
  padding: 70px 0 72px;
  text-align: center;
}
.block-section .block h3 {
  font-family: Helvetica;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.76px;
  text-align: center;
  color: #462b3e;
  margin-bottom: 0;
  margin-top: 30px;
}
.block-section .block p {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #462b3e;
  margin-bottom: 0;
}
.video-section {
  padding: 110px 0 100px;
  text-align: center;
}
.video-section iframe {
  margin-bottom: 115px;
}
.video-section h2 {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  margin-bottom: 60px;
}
.video-section ul {
  column-count: 2;
  text-align: left;
  column-gap: 70px;
}
.video-section ul li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 50px;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
}

.video-section ul li:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f89728;
}
.video-section ul li:after {
  content: "";
  border-bottom: 3px solid #462b3e;
  border-right: 3px solid #462b3e;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
}

.video-section ul + a {
  width: 43%;
  float: right;
  text-align: left;
  color: #f89728 !important;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
}
.about-section {
  padding: 118px 0 100px;
}
.about-section h2 {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  color: #462b3e;
}
.about-section .img-block {
  border-radius: 10px;
  overflow: hidden;
}
.about-section .img-block img {
  max-width: 100%;
}
.about-section .content-block {
  padding-left: 20px;
}
.about-section .content-block p {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #777777;
}
.logo-section {
  text-align: center;
  padding-bottom: 50px;
}
.logo-section h3 {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #462b3e;
}
.content-text-section {
  padding: 50px 0 100px;
}
.content-text-section .img-block {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.content-text-section p {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #462b3e;
  margin-bottom: 0;
  padding: 0 12%;
}
.three-block-section {
  padding: 100px 0 112px;
}
.three-block-section h2 {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  color: #fffeff;
  margin-bottom: 92px;
}
.three-block-section .block {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.three-block-section .block img {
  border-radius: 10px;
  max-width: 100%;
}
.three-block-section .block .content {
  padding: 0 10px;
}
.three-block-section .block .content p i {
  font-family: Helvetica;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #462b3e !important;
  margin-top: 30px;
  display: block;
}
.three-block-section .block .content p {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #777777 !important;
  margin-bottom: 20px;
}
.three-block-section .block .content a {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #f89728 !important;
  margin-bottom: 30px;
  display: block;
}
.three-block-section .block .author h3 {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #462b3e !important;
  margin-bottom: 10px;
}
.three-block-section .block .author p {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #777777 !important;
  margin-bottom: 0;
}
.three-block-section .btn-small {
  margin: 50px auto 0;
}
footer {
  padding: 110px 0 100px;
}
footer.white {
  padding: 63px;
}
footer .footer-content {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-content p {
  font-family: Helvetica;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: left;
}
footer .copyright p,
footer .footer-menu ul li a,
footer.white .copyright p,
footer.white .copyright p a {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
footer .copyright p,
footer .copyright p a,
footer .footer-menu ul li a {
  text-align: left;
  color: #fefefe;
}
footer .copyright p a {
  border-bottom: 1px solid transparent;
}
footer .copyright p a:hover {
  border-bottom: 1px solid #fefefe;
}
footer.white .copyright p,
footer.white .copyright p a {
  text-align: center;
  color: #212121;
}
footer.white .copyright p a:hover {
  border-bottom: 1px solid #212121;
}
footer .footer-menu {
  margin: 0 0 0 -15px;
}
footer .footer-menu ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-menu ul li {
  line-height: 1;
}
footer .footer-menu ul li a {
  position: relative;
  border-bottom: 1px solid transparent;
}
footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #fefefe;
}
footer .footer-menu ul li a:after {
  content: "";
  background: #fefefe;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -7px;
}
footer .footer-menu ul li:last-child a:after {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-templatelanding-php .container,
  .page-template-templatelanding-2-php .container,
  .page-template-templatelanding-3-php .container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-templatelanding-php .container,
  .page-template-templatelanding-2-php .container,
  .page-template-templatelanding-3-php .container {
    max-width: 1210px;
  }
  footer .footer-menu ul li a:after {
    right: -9px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
  .page-template-templatelanding-php,
  .page-template-templatelanding-2-php,
  .page-template-templatelanding-3-php {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-section,
  .form-section {
    padding: 50px 0;
  }
  .banner-section .subscription h3,
  .form-section .subscription h3 {
    font-size: 28px;
  }
  .banner-section .subscription p,
  .form-section .subscription p {
    font-size: 14px;
  }
  .banner-section .subscription form input[type="submit"],
  .form-section .subscription form input[type="submit"] {
    padding: 20px 0;
  }
  .video-section ul li,
  .about-section .content-block p,
  .video-section ul + a {
    font-size: 16px;
  }
  .content-text-section p {
    font-size: 18px;
  }
  .three-block-section .block {
    padding: 20px;
  }
  .three-block-section .block .content p i,
  .three-block-section .block .content p,
  .three-block-section .block .content a,
  .three-block-section .block .author h3 {
    font-size: 16px;
  }
  .three-block-section .block .author p {
    font-size: 14px;
  }
  .testimonial-section .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .top-header p {
    font-size: 18px;
  }
  .banner-section .content-block {
    padding-right: 15%;
  }
  footer .footer-menu {
    margin: 0 0 0 -15px;
  }
  footer .copyright p,
  footer .footer-menu ul li a,
  footer.white .copyright p,
  footer.white .copyright p a {
    font-size: 14px;
    text-align: center;
  }
  footer .footer-menu ul li a:after {
    right: -23px;
  }
  .banner-section .img-block,
  .form-section .img-block {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-section .img-block {
    margin-bottom: 20px;
  }
  .about-section .content-block {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-header p {
    font-size: 16px;
    padding: 15px 0;
  }
  .banner-section .content-block {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .banner-section .content-block ul li {
    font-size: 16px;
    padding-left: 38px;
  }
  .banner-section .content-block ul li:before {
    width: 24px;
    height: 24px;
  }
  .banner-section .content-block ul li:after {
    width: 7px;
    height: 13px;
    left: 9px;
    top: 4px;
  }
  .banner-section .head .heading,
  .form-section .head .heading {
    padding: 0;
  }
  .banner-section .subscription,
  .form-section .subscription {
    padding: 25px 30px;
  }
  .form-section .head p {
    padding: 0;
    font-size: 18px;
  }
  .banner-section .bottom-content-block {
    padding: 0;
  }
  .banner-section .bottom-content-block p {
    font-size: 20px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section .circle-img {
    margin-bottom: 35px;
  }
  .testimonial-section .content {
    padding: 0;
  }
  .testimonial-section .content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .content-section {
    padding: 50px 0;
  }
  .content-section p {
    font-size: 16px;
  }
  .block-section {
    padding: 50px 0;
  }
  .block-section .block {
    margin-bottom: 20px;
  }
  .three-block-section h2 {
    margin-bottom: 30px;
  }
  .three-block-section .block {
    height: auto;
    margin-bottom: 20px;
  }
  .three-block-section .btn-small {
    margin: 20px auto 0;
  }
  .three-block-section,
  .video-section,
  .about-section,
  .content-text-section {
    padding: 50px 0;
  }
  .video-section iframe {
    margin-bottom: 45px;
    width: 100%;
  }
  .video-section ul {
    column-count: 1;
  }
  .video-section ul + a {
    width: 100%;
  }
  .logo-section {
    padding-bottom: 25px;
  }
  .logo-section .img-wrap img {
    width: 100%;
  }
  .content-text-section .img-content-block {
    margin-bottom: 20px;
  }
  .content-text-section .img-block {
    margin-bottom: 20px;
  }
  footer {
    padding: 50px 0;
  }
  footer.white {
    padding: 40px 15px;
  }
  footer .footer-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  footer .footer-content p {
    font-size: 16px;
  }
  footer .footer-menu ul {
    justify-content: space-evenly;
  }
  footer .footer-menu ul li a:after {
    right: -9px;
  }
  .hero-video .bttn a {
    padding: 13px 15px;
    min-width: 230px;
  }
}
@media only screen and (max-width: 666px) {
  .banner-section .bottom-content-block p {
    font-size: 16px;
  }
  footer .footer-menu ul {
    display: block;
  }
  footer .footer-menu ul li a:after {
    display: none;
  }
  footer .footer-menu ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .top-header p {
    font-size: 14px;
  }
}
.hidden_label label {
  display: none;
}

.case-study.dark .block h3 {
  color: #794969 !important;
}

.case-study.dark .block p {
  color: #424242 !important;
}

/*040522 new-design fs*/
/*font-family: 'Cormorant Garamond', serif;
font-family: 'Inter', sans-serif;
font-family: 'Lexend', sans-serif;
font-family: 'Open Sans', sans-serif;*/
body {
  padding-top: 95px;
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lexend", sans-serif;
}
p {
  font-family: "Inter", sans-serif;
}
.list li p {
  font-family: "Inter", sans-serif;
}
a.bttn,
.bttn a,
button.bttn,
.search-submit {
  font-family: "Lexend", sans-serif;
  border-radius: 5px;
  font-weight: 700;
}
header.white {
  border-bottom: 1px solid #e5e5e5;
}
header.white .header-top {
  align-items: center;
  flex-wrap: wrap;
}
header.white nav .container > ul > li > a {
  color: #462b3e;
}
header.white nav ul ul li a {
  color: #fff;
}
header.white nav ul ul li a:hover {
  color: #f89728;
}
header.white nav .container > ul > li > a,
header.white nav ul ul li a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
h3.h2 {
  font-weight: normal;
  font-size: 20px;
}
.hero .inner {
  text-align: left;
  justify-content: flex-start;
  max-width: 1260px;
}
#logo_carousel .slick-slide img {
  min-width: 200px;
}
.hamburger span {
  background-color: #462b3e;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}
.section:not([class*="dark"]) .clients .slick-prev,
.section:not([class*="dark"]) .clients .slick-next,
.section:not([class*="dark"]) .clients-fewer .slick-prev,
.section:not([class*="dark"]) .clients-fewer .slick-next {
  border: 2px solid #999999;
  background: #999999;
}
.section:not([class*="dark"]) .clients .slick-prev:hover,
.section:not([class*="dark"]) .clients .slick-next:hover,
.section:not([class*="dark"]) .clients-fewer .slick-next:hover,
.section:not([class*="dark"]) .clients-fewer .slick-next:hover {
  border-color: #000;
}
.section:not([class*="dark"]) .clients .slick-next:before,
.section:not([class*="dark"]) .clients .slick-prev:before,
.section:not([class*="dark"]) .clients-fewer .slick-next:before,
.section:not([class*="dark"]) .clients-fewer .slick-prev:before {
  border-color: #fff;
}
.slick-next:before,
.slick-prev:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(135deg);
  left: 53%;
}
.slick-next:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 43%;
}
#case_studies h1.heading,
#team .heading,
.page-content h1,
.contact h1 {
  font-size: 35px;
  font-weight: 700;
  color: #462b3e;
}
.dual-section .bttn a {
  font-size: 18px;
}
.case-study .block {
  box-shadow: none;
  padding: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .case-study .block {
    min-height: 550px;
  }
}
.case-study .block i {
  display: none;
}
.case-study .block h3 {
  font-style: normal;
  color: #462b3e;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}
.case-study .block p {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}
.case-study .block p.bttn {
  float: right;
  border-bottom: 0;
  padding-bottom: 0;
}
.case-study .block p.bttn a {
  padding: 13px 0px;
  background: transparent;
  color: #f89728;
  font-weight: 600;
}
.case-study .block .cite div {
  height: 48px;
  width: 48px;
}
.case-study .block .cite div img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.case-study .block .cite span {
  font-size: 16px;
  font-weight: 600;
  color: #333333 !important;
  width: calc(100% - 48px);
}
.quote {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.quote:before {
  content: "";
  background-color: rgba(52, 31, 46, 0.68);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.quote .head {
  margin-bottom: 0;
}
.quote p {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
}
.quote cite {
  font-weight: 700;
  font-size: 18px;
}
.team .block span {
  font-weight: 400;
  font-size: 16px;
}
.team .block span h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}
.team .block .bttn.btn-small a {
  background: transparent;
  color: #f89728;
}
#chart h4 {
  font-size: 24px;
  text-align: center;
}
.progress-vertical-bar {
  border-radius: 0;
}
body .progress-vertical + h3 {
  transform: none;
  text-align: center;
  top: 0;
  left: 0;
  width: auto;
  font-weight: normal;
}
#quote_headshot {
  background-size: cover;
  background-position: center center;
  position: relative;
}
#quote_headshot:before {
  content: "";
  background: rgba(97, 59, 15, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonials .head {
  display: none;
}
.testimonials .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.testimonials .col-md-12 .quote-image {
  order: 2;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.testimonials .col-md-12 .quote-content {
  order: 1;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
  text-align: left;
}
.testimonials .col-md-12 .quote-content p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}
.testimonials .col-md-12 .quote-content cite {
  font-weight: 700;
  font-size: 18px;
}
.testimonials .col-md-12 .quote-content cite span {
  font-weight: 400;
  display: block;
}
#contact {
  background-repeat: no-repeat;
  position: relative;
  padding: 90px 0;
}
#contact:before {
  content: "";
  background: linear-gradient(270deg, #f4f4f4 60%, rgba(244, 244, 244, 0) 100%);
  position: absolute;
  left: 90px;
  height: 100%;
  width: 100%;
  top: 0;
}
.contact h1 {
  margin-bottom: 15px;
}
.contact h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.contact p {
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #333;
  line-height: 1.3;
  margin-bottom: 40px;
}
.contact textarea,
.contact input {
  border: 0;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
#contact .gform_fields > li.radio-box > label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333333;
}
#contact .radio-box * {
  color: #333 !important;
  font-size: 16px;
}
.contact_wrapper input[type="submit"] {
  border-radius: 5px;
}
.icon-list-wrapper {
  padding: 100px 0;
}
.icon-list-wrapper .block {
  padding: 0 20px;
}
.icon-list-wrapper .block .icon-wrap {
  text-align: center;
}
.icon-list-wrapper .block .content-wrap {
  text-align: center;
  margin-top: 30px;
}
.icon-list-wrapper .block .content-wrap h3 {
  font-weight: 700;
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
}
.icon-list-wrapper .block .content-wrap p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.inner-hero-banner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  /*padding: 150px 0;*/
}
.inner-hero-banner .image-wrap {
  width: 50vw;
}
.inner-hero-banner .image-wrap img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.inner-hero-banner .bttn {
  margin-bottom: 0;
}
.two-column-section {
  padding: 100px 0;
}
.two-column-section .head {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.two-column-section .head span {
  padding-bottom: 0;
}
.two-column-section .list li h3 {
  margin-bottom: 10px;
}
footer {
  padding: 0;
}
.footer-top {
  padding: 50px 0;
}
.footer-top h3 {
  text-transform: none;
  font-family: "Lexend", sans-serif;
}
.footer-top ul.sub-menu {
  margin-top: 10px;
}
.footer-top ul li a {
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.footer-top ul li a:before {
  display: none;
}
footer p,
footer a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
footer .social {
  margin: 15px 0;
}
footer .social a:first-child {
  padding-left: 0;
}
footer .social a:last-child {
  padding-right: 0;
}
footer .social a {
  color: #ffffff;
  padding: 0 8px;
  font-size: 26px;
}
footer .social a:hover {
  color: #f89728;
}
.secition-hide {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}
@media only screen and (max-width: 1199px) {
  a.bttn,
  .bttn a,
  button.bttn,
  .search-submit {
    font-size: 14px;
    padding: 8px 10px;
  }
  .hero > img {
    min-height: 100%;
  }
  .two-column-section .head {
    width: 50%;
  }

  .contact h4 {
    font-size: 20px;
  }
  .inner-hero-banner p br {
    display: none;
  }
  .inner-hero-banner .bttn {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  header .bttn.btn-small {
    display: none;
  }
  .hamburger {
    top: 30px;
    right: 15px;
  }
  .menu-act header nav {
    top: 140px;
  }
  header.white nav .container > ul > li > a {
    color: #fff;
  }
  #hero img {
    opacity: 1;
    min-height: 100%;
  }
  .two-column-section .head {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    /*padding-top: 45px !important;*/
    padding-top: 85px !important;
  }
  .menu-act header nav {
    top: 90px;
  }
  body #hero {
    background: transparent !important;
    height: auto !important;
  }
  body #hero img {
    display: block;
  }
  #hero .inner {
    /*position: absolute;*/
    padding: 20px;
    top: 0;
  }
  #hero .inner p {
    font-size: 20px;
  }
  #hero .bttn {
    padding-left: 0;
    padding-right: 0;
  }
  #hero .bttn a {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  #image_text.dual-section {
    padding: 50px 5px;
  }
  .dual-section h2 {
    font-size: 35px !important;
  }
  .dual-section p {
    font-size: 18px;
  }
  .dual-section .bttn {
    padding: 0;
    margin-bottom: 0;
  }
  .dual-section .bttn a {
    font-size: 18px;
    padding: 17px 25px;
  }
  div#quote {
    padding: 75px 25px;
  }
  .quote p {
    line-height: 1.3;
  }
  div#quote .head {
    margin-bottom: 0;
  }
  #case_studies h1.heading,
  #team .heading,
  .page-content h1,
  .contact h1 {
    font-size: 35px !important;
  }
  #case_studies {
    padding: 50px 0 !important;
  }
  .case-study .block .cite div {
    position: relative;
  }
  .case-study .block .cite div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .case-study .block .cite span {
    padding-left: 10px;
  }
  .case-study .block p.bttn a {
    padding: 0;
  }
  #chart h4 {
    font-size: 24px !important;
  }
  .progress-vertical {
    height: 160px;
  }
  .testimonials .col-md-12 {
    margin: 0;
  }
  .testimonials .col-md-12 .quote-image,
  .testimonials .col-md-12 .quote-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .testimonials .col-md-12 .quote-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  div#contact {
    padding: 50px 15px;
  }
  #contact:before {
    background-color: #f4f4f4;
    left: 0;
  }
  .contact h4 {
    font-size: 24px !important;
  }
  .contact h4 br {
    display: none;
  }
  .icon-list-wrapper {
    padding: 50px 0;
  }
  .icon-list-wrapper .block .content-wrap {
    padding: 0 10%;
  }
  .inner-hero-banner {
    padding: 0 0 25px;
  }
  .inner-hero-banner .col-md-6:last-child {
    padding: 0;
    order: -1;
  }
  .inner-hero-banner .image-wrap {
    width: 100%;
    margin-bottom: 25px;
  }
  .inner-hero-banner .image-wrap img {
    object-position: top right;
  }
  .inner-hero-banner .bttn {
    margin-bottom: 10px;
  }
  .two-column-section {
    padding: 50px 0;
  }
  .two-column-section .head {
    width: 100%;
    margin-bottom: 40px;
  }
  .two-column-section .head span {
    padding-bottom: 10px;
  }
  .two-column-section .list {
    margin-top: 20px;
  }
  .video.section {
    padding: 50px 0 !important;
  }
  div#team {
    padding: 50px 25px;
  }
  #team .head {
    margin-bottom: 40px;
  }
  .team .block {
    margin-bottom: 40px;
  }
  .team .block span {
    padding: 0;
  }
  .team .block span h3 {
    margin-bottom: 20px;
  }
  .team .block .bttn.btn-small {
    padding-top: 0;
  }
  .team .block .bttn.btn-small a {
    padding: 0;
  }
}

/* OVERLAY HERO */

.inner-div.overlay-div {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 50px;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.inner-div.overlay-div h1 {
  font-size: 22px;
  font-weight: 300;
  color: #545454 !important;
}

.inner-div.overlay-div p {
  color: #545454;
  font-size: 15px;
}

@media (max-width: 640px) {
  .inner-div.overlay-div {
    padding: 15px;
  }

  .inner-div.overlay-div h1 {
    font-size: 18px !important;
  }

  .inner-div.overlay-div p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*Divorce Consultant*/
.page-id-24548 img.alignleft {
  margin: 0px 30px 20px 0;
}
.align-horizontal {
  display: flex;
  align-items: center; /* Vertically centers the items */
  justify-content: flex-start; /* Aligns items to the start (left) */
  margin-top: 20px;
}

.text-container {
  display: flex;
  flex-direction: column; /* Stacks h3 and p vertically */
  justify-content: center; /* Centers the text container vertically */
}

/*Divorce Counsellor*/
.page-id-24846 img.alignleft {
  margin: 0px 30px 20px 0;
}
.align-horizontal {
  display: flex;
  align-items: center; /* Vertically centers the items */
  justify-content: flex-start; /* Aligns items to the start (left) */
  margin-top: 20px;
}

.text-container {
  display: flex;
  flex-direction: column; /* Stacks h3 and p vertically */
  justify-content: center; /* Centers the text container vertically */
}

/*Divorce Support*/
.page-id-24851 img.alignleft {
  margin: 0px 30px 20px 0;
}
.align-horizontal {
  display: flex;
  align-items: center; /* Vertically centers the items */
  justify-content: flex-start; /* Aligns items to the start (left) */
  margin-top: 20px;
}

.text-container {
  display: flex;
  flex-direction: column; /* Stacks h3 and p vertically */
  justify-content: center; /* Centers the text container vertically */
}

/* Responsive Design */
@media (max-width: 768px) {
  .align-horizontal {
    flex-direction: row; /* Stacks items horizontally on smaller screens */
    align-items: flex-start; /* Aligns items to the start (left) */
    margin-top: 10px;
  }
  .page-id-24548 img.alignleft {
    margin: 0px 30px 00px 0;
  }
}
