/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@font-face {
  font-family: "Einstellung";
  src: url('../../fonts/einstellung/Einstellung-Regular.eot');
  src: url('../../fonts/einstellung/Einstellung-Regular.eot#iefix') format("embedded-opentype"), url('../../fonts/einstellung/Einstellung-Regular.woff2') format("woff2"), url('../../fonts/einstellung/Einstellung-Regular.woff') format("woff"), url('../../fonts/einstellung/Einstellung-Regular.ttf') format("truetype"), url('../../fonts/einstellung/Einstellung-Regular.svg#Einstellung-Regular') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Einstellung";
  src: url('../../fonts/einstellung/Einstellung-Medium.eot');
  src: url('../../fonts/einstellung/Einstellung-Medium.eot#iefix') format("embedded-opentype"), url('../../fonts/einstellung/Einstellung-Medium.woff2') format("woff2"), url('../../fonts/einstellung/Einstellung-Medium.woff') format("woff"), url('../../fonts/einstellung/Einstellung-Medium.ttf') format("truetype"), url('../../fonts/einstellung/Einstellung-Medium.svg#Einstellung-Medium') format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Einstellung";
  src: url('../../fonts/einstellung/Einstellung-Bold.eot');
  src: url('../../fonts/einstellung/Einstellung-Bold.eot#iefix') format("embedded-opentype"), url('../../fonts/einstellung/Einstellung-Bold.woff2') format("woff2"), url('../../fonts/einstellung/Einstellung-Bold.woff') format("woff"), url('../../fonts/einstellung/Einstellung-Bold.ttf') format("truetype"), url('../../fonts/einstellung/Einstellung-Bold.svg#Einstellung-Bold') format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Einstellung Normal";
  src: url('../../fonts/einstellung/Einstellung-Normal.eot');
  src: url('../../fonts/einstellung/Einstellung-Normal.eot#iefix') format("embedded-opentype"), url('../../fonts/einstellung/Einstellung-Normal.woff2') format("woff2"), url('../../fonts/einstellung/Einstellung-Normal.woff') format("woff"), url('../../fonts/einstellung/Einstellung-Normal.ttf') format("truetype"), url('../../fonts/einstellung/Einstellung-Normal.svg#Einstellung-Normal') format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Einstellung", Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: -webkit-calc(25/15);
  line-height: -moz-calc(25/15);
  line-height: calc(25/15);
  color: #000;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  transition: background 1s ease;
}
h1, h2, h3, h4, h5 {
  font-family: "Einstellung", Arial, "Helvetica Neue", sans-serif;
}
p {
  color: #7e7e7e;
}
html {
  overflow-x: hidden;
}
p {
  margin: 0 0 15px;
}
em {
  margin: 0 0 15px;
  color: #7e7e7e;
  display: block;
}
em strong {
  color: #662d91;
  display: block;
  font-size: 14px;
}
sup {
  top: -2em;
  font-size: 38%;
}
/* #General Css
================================================== */
.col-auto {
  margin: 0px auto;
  float: none;
}
.img-fluid {
  width: 100%;
}
.animated-text {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.text-blue h3 {
  color: #662d91 !important;
}
/* #Headroom Css
================================================== */
.headroom {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: transform 0.25s ease-in-out;
  padding-bottom: 150px;
}
.headroom--unpinned {
  top: -108px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-108px);
  -o-transform: translateY(-108px);
  -moz-transform: translateY(-108px);
  -ms-transform: translateY(-108px);
  transform: translateY(-108px);
}
.headroom--pinned {
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.continuing-pg .section-navbar-1.fixed {
  position: static !important;
}
/* #Backgroud Overlay And Gradient 
================================================== */
.bg-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  min-height: 670px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .bg-parallax {
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
  }
}
.bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(black));
  background: -webkit-linear-gradient(bottom, transparent 0%, black 100%);
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  background: -o-linear-gradient(bottom, transparent 0%, black 100%);
  background: linear-gradient(to top, transparent 0%, black 100%);
}
.bg-gradient-light {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
}
.content-middle {
  display: flex;
  align-items: center;
}
/* #Typography
================================================== */
h1, h2, h3, h4 {
  font-weight: bold;
}
h5, h6 {
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1px;
  font-weight: bold;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
.text-small {
  font-size: 13px;
}
.text-white p {
  color: #fff;
}
main {
  padding: 0 !important;
}
main .g-content {
  padding: 0;
  margin: 0;
}
/*  Blockquotes  */
/* #Links
================================================== */
p a {
  line-height: inherit;
  text-decoration: none;
}
p a:visited {
  line-height: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  cursor: pointer;
}
/* #Lists
================================================== */
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ul ul, ul ol {
  font-size: 90%;
}
ol ol, ol ul {
  font-size: 90%;
}
li p {
  line-height: 21px;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Transition
================================================== */
a, button, a:hover, button:hover {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
/* #Social icon item
================================================== */
.social-item-1 {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-item-1 a {
  display: table-cell;
  vertical-align: middle;
  color: #646464;
  font-size: 20px;
}
.social-item-1:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-item-2 {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* #List style
================================================== */
.horizontal-list {
  padding: 0;
  margin: 0;
}
.horizontal-list:after {
  content: "";
  display: table;
  clear: both;
}
.horizontal-list li {
  float: left;
}
/* #Spalsh window
================================================== */
.splash-block {
  text-align: center;
  background: url('../../../../images/splash-bg.jpg') center center fixed;
  background-size: cover;
  position: relative;
  min-height: inherit !important;
  height: calc(100vh - 102px);
}
.splash-wrap {
  height: 100vh;
  position: relative;
  /* overflow: hidden; */
  z-index: 999999;
  width: 100%;
  top: 0px;
}
.splash-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.splash-wrap .splash-inner-content {
  color: #fff;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
}
.splash-wrap input[type=checkbox]:checked ~ div.splash-left-part, .splash-wrap input[type=checkbox]:checked ~ div.splash-right-part {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.splash-wrap .curtainPanel {
  display: flex;
  align-items: center;
  background: #e6e5eb;
  background: -moz-linear-gradient(top, #e6e5eb 0%, #dad9e5 100%);
  background: -webkit-linear-gradient(top, #e6e5eb 0%, #dad9e5 100%);
  background: linear-gradient(to bottom, #e6e5eb 0%, #dad9e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e5eb", endColorstr="#dad9e5",GradientType=0);
  color: #fff;
  float: left;
  position: absolute;
  width: 50%;
  height: 100vh;
  z-index: 2;
  transition: all 1.6s ease;
  z-index: 99999;
}
.splash-wrap .splash-left-part {
  border-right: 1px solid #cdcdcd;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.splash-wrap .splash-right-part {
  border-left: 1px solid #cdcdcd;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0px;
}
.splash-wrap .splash-left-part:before, .splash-wrap .splash-right-part:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}
.splash-wrap .splash-left-part:before {
  background: url('../../../../images/logo-left-part-old.png') no-repeat center right scroll !important;
  right: -1px;
}
.splash-wrap .splash-right-part:before {
  background: url('../../../../images/logo-right-part-old.png') no-repeat center left scroll !important;
  left: -1px;
}
.therapeeds-story {
  padding: 100px 0px;
}
.therapeeds-story .therapeeds-content {
  background: #fff;
  padding: 35px;
}
/* #Hamburger Button
================================================== */
.hamburger {
  padding: 20px 15px 10px 15px;
}
.hamburger:focus {
  outline: none;
}
.hamburger:hover {
  opacity: 1;
}
/* #Text block
================================================== */
.text-inline {
  display: inline-block;
}
.text-block {
  font-size: 15px;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.text-lead {
  font-size: 39px;
  font-weight: 300;
}
.text-large {
  font-size: 36px;
}
.text-med-large {
  font-size: 30px;
}
.text-med {
  font-size: 24px;
}
.text-bold {
  font-weight: 700;
}
.text-med-sm {
  font-size: 20px;
}
.text-underline {
  text-decoration: underline;
}
.post-list li {
  list-style: none;
  margin-bottom: 10px;
}
.post-list li:before {
  content: "";
  background: #555;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
.bullet-list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 22px;
  color: #662d91;
  font-weight: 700;
}
.bullet-list li:before {
  content: "";
  vertical-align: text-top;
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 28px/26px FontAwesome;
  color: #97cb50;
  font-weight: 700;
}
.post-blockquote {
  padding: 10px 50px;
}
.post-blockquote p {
  font-size: 18px;
}
.post-blockquote .text-grey {
  color: #808080;
}
.image.image-border {
  border: 1px solid #e6e6e6;
}
/* #Accordion-box
  ================================================== */
.accordion-box-1 .accordion {
  background: #fff;
}
.accordion-box-1 .accordion .accordion-title {
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  border: 1px solid #e6e6e6;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.accordion-box-1 .accordion .accordion-title p {
  color: #000;
}
.accordion-box-1 .accordion .accordion-title span {
  width: 35px;
  position: relative;
  float: right;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 34px;
}
.accordion-box-1 .accordion .accordion-title span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #898989;
  content: "";
  font-family: FontAwesome;
  display: inline-block;
}
.accordion-box-1 .accordion .accordion-title span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  display: none;
}
.accordion-box-1 .accordion.open .accordion-title span:after {
  display: block;
}
.accordion-box-1 .accordion .accordion-title p {
  margin: 0;
}
.accordion-box-1 .accordion.open .accordion-title span:before {
  display: none;
}
.accordion-box-1 .content-inner {
  border: 1px solid #ededed;
  padding: 25px 30px 20px 30px;
  border-top: none;
}
/* #Au Tabs
================================================== */
.au-tabs {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #e6e6e6;
}
.au-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.au-tabs li {
  float: left;
}
.au-tabs li.active a {
  color: #333;
  background: #f2f2f2;
}
.au-tabs li a {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 20px 80px;
}
.au-tabs li a:hover {
  color: #333;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .au-tabs li {
    width: 100%;
  }
  .au-tabs li a {
    display: block;
  }
}
.au-tabs-1 {
  display: block;
  border: 1px solid #e6e6e6;
}
.au-tabs-1 li.active a {
  border-top: 2px solid #999999;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: -1px;
  background: #fff;
}
.au-tabs-1 li a {
  padding: 15px 30px;
  border: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .au-tabs-1 li {
    width: 100%;
  }
  .au-tabs-1 li.active a {
    border: none;
    margin-bottom: 0;
    background: #e6e6e6;
  }
  .au-tabs-1 li a {
    display: block;
  }
}
.au-tab-content-1 {
  padding: 30px 30px 40px 30px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.au-tab-content-1 p {
  margin: 0;
}
.post-tabs-1 {
  padding: 0;
  margin: 0;
  border-left: 1px solid #e6e6e6;
}
.post-tabs-1 li {
  margin-bottom: 10px;
}
.post-tabs-1 li a {
  display: block;
  padding: 1px 0 0 20px;
  color: #555;
  font-weight: 700;
  border-left: 3px solid transparent;
}
.project-tabs {
  margin: 0;
  padding: 0;
}
.project-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.project-tabs li {
  margin-right: 40px;
  float: left;
}
.project-tabs li span {
  cursor: pointer;
  color: #888888;
}
/* #au-paginations
================================================== */
.au-paginations {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.au-paginations:after {
  content: "";
  display: table;
  clear: both;
}
.au-paginations li:not(.next) {
  margin-right: 10px;
  float: left;
  width: 36px;
  height: 36px;
  display: table;
  text-align: center;
}
.au-paginations li:not(.next) a {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  color: #000;
}
.au-paginations .next, .au-paginations .prev {
  display: table;
  text-align: center;
  float: left;
  width: 50px;
  height: 36px;
  margin-left: 10px;
}
.au-paginations .next a, .au-paginations .prev a {
  font-weight: normal;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
.au-paginations .next a i {
  margin-left: 0px;
}
.au-paginations li.prev {
  border: none;
  width: auto;
  margin-right: 20px;
}
.au-paginations li.prev a i {
  margin-right: 5px !important;
}
/* #About Sec
================================================== */
.we-work-section {
  width: 485px;
  padding: 65px 0 65px 50px;
}
.we-work-section h3 {
  font-size: 34px;
}
.we-work-section p {
  font-size: 15px;
}
.we-work-section h3, .we-work-section p {
  color: #fff !important;
}
.we-work-section .au-btn {
  margin-top: 20px;
  font-size: 14px;
  background: #97cb50;
  color: #fff !important;
  padding: 12px 30px;
}
.we-work-section .au-btn:hover {
  background: #662d91;
  border-color: #662d91;
  color: #fff !important;
}
.we-work-section .owl-carousel.nav-style-2 .owl-nav .owl-prev, .we-work-section .owl-carousel.nav-style-2 .owl-nav .owl-next {
  position: static;
  margin-top: 20px;
  color: #fff;
  width: 10px;
  height: 12px;
}
.we-work-section .owl-carousel.nav-style-2 .owl-nav .owl-prev i, .we-work-section .owl-carousel.nav-style-2 .owl-nav .owl-next i {
  font-size: 28px;
}
.we-work-section .owl-carousel.nav-style-2 .owl-nav .owl-prev {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .we-work-section {
    width: 100%;
    padding: 65px 30px 65px 30px;
  }
}
.financial-tabs-section {
  text-align: center;
}
.financial-tabs-section .tab-content {
  text-align: left;
}
/* #Contact Sec
================================================== */
.contact-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec .overlay {
  display: block;
  width: 95%;
  height: 88%;
  position: absolute;
  background: #ffffffe0;
}
.contact-sec .heading-section-2 h2 {
  margin-bottom: 40px;
}
.contact-sec .heading-section-2 address {
  position: relative;
}
.contact-sec .heading-section-2 h3 {
  margin-bottom: 30px;
}
.contact-sec .heading-section-2 p {
  font-size: 17px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 20px;
}
.contact-sec .heading-section-2 p a {
  text-decoration: underline;
}
ul.contact-list {
  margin: 0px;
  padding: 0px;
}
ul.contact-list li {
  position: relative;
  font-size: 16px;
  color: #000;
  padding-left: 70px;
  line-height: 24px;
  margin-bottom: 30px;
}
ul.contact-list li span, ul.contact-list li i {
  position: absolute;
  left: 0px;
  font-size: 13px;
  color: #7e7e7e;
}
ul.contact-list li a {
  color: #000;
}
ul.contact-list li a:hover {
  color: #97cb50;
}
ul.contact-list li strong {
  display: block;
  font-size: 16px;
  color: #000;
}
.contact-pg.contact-list {
  margin-top: 30px;
}
.contact-pg.contact-list li {
  padding-left: 35px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 20px;
}
.contact-pg.contact-list li i {
  top: 4px;
  font-size: 18px;
  color: #662d91;
}
.contact-pg.contact-list li a {
  color: #7e7e7e;
}
.contact-pg.contact-list li a.directions {
  color: #662d91;
  text-decoration: underline;
}
.subscribe-block p {
  font-size: 34px;
  line-height: 37px;
  margin: 0px;
}
.subscribe-form {
  position: relative;
  right: 20px;
  top: 14px;
}
.subscribe-form input {
  margin-bottom: 0px;
}
.subscribe-form .au-btn:hover {
  background: #fff;
  color: #662d91;
}
.main-contact-sec {
  background: url('../images/contact-bg.jpg') 0 0 no-repeat;
  background-attachment: scroll !important;
}
/* #Lists
================================================== */
.sidebar-lists-1 {
  padding: 0;
  margin: 0;
}
.sidebar-lists-1 li:last-child a {
  border-bottom: 1px solid #e6e6e6;
}
.sidebar-lists-1 li a {
  border-top: 1px solid #e6e6e6;
  display: block;
  padding: 8px 0;
  color: #555555;
}
.sidebar-lists-2 li:last-child a {
  border-bottom: none;
}
.sidebar-lists-2 li:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-lists-2 li a {
  float: left;
  border: none;
}
.sidebar-lists-2 li span {
  float: right;
}
/*-------------------------------------
              Base Button
--------------------------------------*/
/* #Button Styles
================================================== */
.au-btn {
  background: #97cb50;
  font-size: 14px;
  padding: 14px 40px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: none;
}
.au-btn:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.au-btn-large {
  padding: 20px 40px;
}
.au-btn-border {
  border: 1px solid #fff;
  background: #ffffff1a;
}
.au-btn-border-light {
  border: 1px solid #fff;
  color: #fff;
}
.au-btn-block {
  text-align: center;
  width: 100%;
}
.au-btn-grey {
  background: #808080;
  color: #fff;
}
.au-btn.disabled {
  cursor: not-allowed;
}
/* #Footer
================================================== */
.footer-1 .title {
  margin-bottom: 25px;
}
.footer-1 .title h3 {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}
.top-footer .footer-block-2 .quick-link ul {
  margin: 0px;
  padding: 0px;
}
.top-footer .footer-block-2 .quick-link ul li a {
  font-size: 14px;
  color: #646464;
  font-weight: 4300;
}
.top-footer .footer-block-2 .quick-link ul li a:hover {
  color: #662d91;
  margin-left: 10px;
}
.bot-footer {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0px;
  font-size: 14px;
}
.bot-footer .block-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.bot-footer .block-inner:after {
  content: "";
  display: table;
  clear: both;
}
.bot-footer span {
  color: #646464;
}
.bot-footer span a {
  text-decoration: underline;
  color: #9acb56;
}
.bot-footer .quick-link ul {
  padding: 0;
  margin: 0;
}
.bot-footer .quick-link ul:after {
  content: "";
  display: table;
  clear: both;
}
.bot-footer .quick-link ul li {
  float: left;
  margin-left: 20px;
}
.bot-footer .quick-link ul li a {
  color: #e5e5e5;
}
.footer-block-1 {
  padding-right: 20px;
}
.footer-block-1 .logo img {
  width: 180px;
}
.footer-block-1 .quick-link {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 10px;
}
.footer-block-1 .quick-link ul {
  margin: 0;
  padding: 0;
}
.footer-block-1 .quick-link ul li {
  line-height: 30px;
}
.footer-block-1 .quick-link ul li a {
  color: #e5e5e5;
  font-size: 14px;
}
.footer-block-2 .contact-list {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-right: 20px;
}
.footer-block-2 .contact-list ul {
  padding: 0;
  margin: 0;
}
.footer-block-2 .contact-list ul li {
  font-size: 14px;
  line-height: 30px;
  color: #aaaaaa;
}
.footer-block-3 {
  padding-left: 20px;
}
.footer-block-3 .social-list {
  margin-top: 40px;
}
.footer-block-3 .social-list ul li {
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .footer-block-3 {
    padding: 0;
  }
}
/* #Form styles
================================================== */
input:focus, select:focus, textarea:focus {
  outline: none;
}
.au-select .chosen-container {
  background: #fff;
  vertical-align: top;
}
.au-select .chosen-container .chosen-single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
}
.au-select .chosen-container .chosen-single span {
  font-size: 15px;
  color: #555;
  line-height: 22px;
}
.au-select .chosen-container .chosen-single div b {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.au-select .chosen-container .chosen-single div b:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.au-select .chosen-container .chosen-drop {
  border-top: 1px solid #cccccc;
  background: #fff;
  left: 0;
}
.au-select .chosen-container .chosen-drop .chosen-results {
  background: #fff;
  padding: 0;
  margin: 0;
}
.au-select .chosen-container .chosen-drop .chosen-results li {
  padding: 10px 20px;
  color: #555;
  font-size: 15px;
}
.au-select .chosen-container .chosen-drop .chosen-results .disabled-result {
  display: none;
}
.au-select .chosen-container.chosen-container-active .chosen-single, .au-select .chosen-container.chosen-container-active .chosen-drop {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.au-select-2 .chosen-container .chosen-single {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}
.au-select-2 .chosen-container .chosen-single span {
  font-weight: 700;
}
.au-select-2 .chosen-container .chosen-single div b:after {
  content: "";
}
.au-select-2 .chosen-drop {
  border: 1px solid #e1e1e1;
}
.au-input {
  width: 100%;
  border: none;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 22px;
  color: #9c9c9c;
}
.au-input:focus {
  border: none;
}
.au-input-2 {
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
}
.au-input-submit {
  margin-bottom: 10px;
  line-height: 20px;
}
.au-select {
  margin-bottom: 10px;
}
.au-textarea {
  width: 100%;
  min-width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}
.au-form-group {
  margin: 0 -5px;
}
.au-form-group:after {
  content: "";
  display: table;
  clear: both;
}
.au-form-col-3, .au-form-col-4 {
  float: left;
  padding: 0 5px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .au-form-group .au-form-col-3, .au-form-group .au-form-col-4 {
    width: 100%;
  }
}
/* #Header Styles
================================================== */
.topbar {
  padding: 13px 0 5px 0;
}
.topbar .block-left {
  float: left;
}
.topbar .block-right {
  float: right;
}
.topbar .text-block {
  color: #888888;
  margin-bottom: 0;
  line-height: 25px;
}
.topbar .chosen-lang {
  display: inline-block;
  height: 25px;
  width: 90px;
  font-size: 13px;
}
.topbar .horizontal-list {
  display: inline-block;
}
.topbar .horizontal-list li {
  margin-left: 5px;
}
.topbar .horizontal-list li.top-nav {
  margin-right: 20px;
  font-size: 13px;
  margin-top: 1px;
}
.topbar .chosen-container .chosen-single span {
  text-align: right;
  margin-right: 20px;
}
.topbar .chosen-container .chosen-results li {
  text-align: left;
}
.topbar-2 {
  padding: 0;
}
/*header 1*/
.header-1 {
  padding: 25px 0 25px;
  background: #fff;
}
.header-1 .block-left {
  float: left;
}
.header-1 .block-right {
  float: right;
}
/*Responsive*/
/*< 1200*/
@media (max-width: 1199px) {
  .header-1 {
    padding: 20px 0;
  }
  .header-1 .block-left {
    margin-bottom: 15px;
  }
  .header-1 .block-right, .header-1 .block-left {
    float: none;
  }
}
/*< 992*/
@media (max-width: 992px) {
  body {
    overflow: hidden;
  }
  .footer-block-1 {
    padding-right: 0px;
  }
  .bg-parallax {
    min-height: inherit;
    padding: 40px 0px;
  }
  .header-mobile-1 {
    background: #fff;
    padding: 0;
  }
  .header-mobile-1 .top-header {
    padding: 10px 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .header-mobile-1 .top-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-mobile-1 .top-header .logo {
    padding-left: 15px;
    float: left;
    margin-top: 5px;
  }
  .header-mobile-1 .top-header .logo img {
    width: 75px;
  }
  .header-mobile-1 .top-header .hamburger {
    float: right;
  }
  .header-mobile-1 .top-header .search-widget {
    float: right;
    margin-top: 11px;
  }
  .header-mobile-1 .top-header .search-widget .icon-search i {
    font-size: 24px;
  }
  .header-mobile-1 .contact-widget {
    padding-left: 15px;
    margin-top: 20px;
    float: left;
    width: 100%;
  }
  .image-card-5 .card-body {
    padding: 0 60px !important;
  }
  .owl-carousel.nav-style-2 .owl-nav {
    position: static !important;
    top: 15px !important;
    right: 0;
    margin: 0px auto !important;
    text-align: center !important;
  }
  .hamburger-inner {
    width: 30px !important;
    background-color: #662d91;
  }
  .hamburger-inner:after, .hamburger-inner:before {
    width: 30px !important;
    background-color: #662d91;
  }
  .hamburger {
    padding: 20px 4px 10px 15px !important;
  }
}
/*< 768*/
@media (max-width: 767px) {
  .topbar {
    text-align: center;
  }
  .topbar .block-left {
    float: none;
    margin-bottom: 5px;
  }
  .topbar .block-right {
    float: none;
  }
  .header-1 .au-btn {
    display: block;
    text-align: center;
  }
}
.header-fixed {
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.header-fixed.bg-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
/* #Heading Styles
================================================== */
.heading-section-1 {
  padding-bottom: 20px;
}
.heading-section-1 h3 {
  margin: 0 !important;
  font-size: 44px;
  color: #222222;
}
.heading-section-1.light h3 {
  color: #fff;
}
.heading-section-1.dark h3 {
  color: #222;
}
.heading-section-2 {
  padding-bottom: 20px;
  text-align: center;
}
.heading-section-2 h3, .heading-section-2 h2 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  color: #662d91;
  position: relative;
  margin-bottom: 0px;
}
.heading-section-2 h3 {
  font-size: 34px;
  line-height: 35px;
}
.heading-section-2.light h3 {
  color: #fff;
  text-shadow: 0px 1px 6px #000000;
}
.heading-section-2.dark h3 {
  color: #222;
}
.heading-section-2.left {
  text-align: left;
}
.heading-section-2.left h3:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.main-post.shadow-box .services-grids .image-card-4 {
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  border: none;
  overflow: hidden;
  min-height: 327px;
  padding: 0;
  margin: 0 1.4%;
  width: 30.5%;
  margin-bottom: 40px;
}
/* #iconbox
================================================== */
.icon-box-2 {
  margin-bottom: 30px;
  text-align: center;
}
.icon-box-2 .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.icon-box-2 .icon i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 24px;
}
.icon-box-2 .title {
  margin-bottom: 12px;
}
.icon-box-2 .title h3 {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.icon-box-2.light .title h3 {
  color: #fff;
}
.icon-box-2 .content p {
  margin-bottom: 12px;
  color: #7e7e7e;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.icon-box-2 .link a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
}
.icon-box-2 .link a:hover {
  color: #97cb50;
}
.department-sec .icon-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  min-height: 140px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.department-sec .icon-box-2 .title {
  margin: 0px;
  width: 100%;
}
.department-sec .icon-box:hover {
  margin-top: -10px;
}
@media (max-width: 479px) {
  .icon-box-2 .content {
    padding: 0;
  }
}
.nicescroll-box {
  height: 375px;
  width: 100%;
  overflow: auto;
  padding: 0 12px 0 0px;
  position: relative !important;
}
.nicescroll-box.nicescroll-main-info {
  height: 250px;
}
/* #Services
================================================== */
.main-services.owl-carousel .owl-item {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-services.owl-carousel .owl-item:hover {
  margin-top: -10px;
}
.main-services.owl-carousel .owl-stage-outer {
  overflow: inherit;
}
/* #Main Post
================================================== */
.main-post .post-content {
  padding: 20px;
  text-align: left;
  background: #fff;
}
.main-post .image-card-4 {
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #e8e7ec;
}
.main-post-inner .image-card-4 {
  border: none;
}
.main-post .image-card-4 .image {
  margin: 0px;
}
.main-post.shadow-box .image-card-4 {
  border-radius: 2px;
  box-shadow: 0px 0px 5px #00000021;
  border: none;
  overflow: hidden;
  min-height: 327px;
}
.main-post.shadow-box .image-card-4 a {
  font-weight: 500;
}
.main-post .post-content .au-btn {
  font-size: 12px;
  padding: 12px 20px 10px 20px;
}
.main-post.shadow-box .image-card-4 h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  line-height: 22px;
}
.main-post.shadow-box .image-card-4 a.more {
  font-size: 13px;
}
.main-post .post-tabs li {
  display: inline-block;
  font-size: 16px;
  margin-left: 6px;
}
.main-post .post-tabs li.active a {
  background: #97cb50;
  color: #fff !important;
}
.main-post .post-tabs li a {
  font-size: 14px;
  padding: 12px 30px;
  color: #fff !important;
}
.media-sec .image-card-4 .title {
  text-align: left !important;
  font-size: 18px;
  line-height: 22px;
}
.media-sec .image-card-4 .title a {
  color: #662d91;
}
.media-sec .image-card-4 .title a:hover {
  color: #000;
}
.services-sec .heading-section-2 h3:before, .education-box .heading-section-2 h3:before {
  content: "";
  width: 15%;
  height: 3px;
  background: #9ccd58;
  display: block;
  margin-bottom: 10px;
}
.services-sec .image-card-4 h3, .services-sec .image-card-4 p {
  text-align: center;
}
.services-sec .image-card-4 h3 a {
  color: #662d91;
}
.services-sec .image-card-4 h3 a:hover {
  color: #9ccd58;
}
.services-sec .image-card-4 p {
  margin-bottom: 0px;
}
.education-block .education-box {
  min-height: 648px;
}
.education-block .education-box .heading-section {
  text-align: center !important;
  width: 100%;
}
.education-block .education-box .heading-section a {
  color: #fff;
}
.education-box .image-card-4 {
  border: none;
  margin-bottom: 30px;
}
.education-box .image-card-4 .title a {
  font-weight: bold;
  color: #662d91;
  font-size: 22px;
}
.education-box .image-card-4 .au-btn {
  border-width: 1px;
}
.education-box .post-content {
  padding: 30px;
}
.education-box .post-content p {
  color: #7e7e7e;
}
/* #Image Card
================================================== */
.image-card-2 .card-contnet {
  padding: 45px 30px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-card-2 .card-top {
  margin-top: 20px;
}
.image-card-2 .card-top:after {
  content: "";
  display: table;
  clear: both;
}
.image-card-2 .card-top .avatar {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.image-card-2 .card-top .avatar img {
  width: 100%;
}
.image-card-2 .card-top .info .name {
  font-weight: 500;
  color: #000;
  display: block;
  padding-top: 1px;
  font-size: 18px;
  line-height: 18px;
}
.image-card-2 .card-top .info .job-title {
  display: block;
  font-size: 14px;
  color: #000;
}
.image-card-2 .card-body .content p {
  color: #000000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
.image-card-2:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
}
.image-card-2.card-border {
  border: 1px solid #e6e6e6;
}
.image-card-3 {
  margin-bottom: 30px;
}
.image-card-3 .image img {
  width: 100%;
}
.image-card-3 .title {
  margin-bottom: 0;
  width: 100%;
  margin-top: 10px;
}
.image-card-3 .title a {
  background: #e6e6e6;
  display: block;
  padding: 18px;
  font-size: 15px;
  color: #333333;
}
.image-card-3 .title a:after {
  content: "";
  display: table;
  clear: both;
}
.image-card-3 .title span {
  float: left;
}
.image-card-3 .title i {
  float: right;
}
.image-card-4 {
  margin-bottom: 40px;
  text-align: center;
}
.image-card-4 .image {
  margin-bottom: 20px;
  overflow: hidden;
}
.image-card-4 .image img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.image-card-4 .image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-card-4 .date {
  margin-bottom: 8px;
}
.image-card-4 .date span {
  font-size: 12px;
  color: #662d91;
}
.image-card-4 .title {
  margin: 0px;
}
.image-card-4 .title a {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.image-card-4 .content {
  margin-bottom: 13px;
}
.image-card-4 .content p {
  margin: 0;
}
.image-card-4 .link a:before {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  padding-right: 0;
  margin-left: -5px;
  content: "";
  font-family: FontAwesome, sans-serif;
}
.image-card-4 .link a:hover {
  padding-left: 10px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.image-card-4 .link a:hover:before {
  opacity: 1;
  padding-right: 8px;
}
/* #Au Navbar
================================================== */
.au-navbar {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.au-navbar .au-navbar-menu {
  padding: 0;
  margin: 0;
}
.au-navbar .au-navbar-menu:after {
  content: "";
  display: table;
  clear: both;
}
.au-navbar .au-navbar-menu li {
  float: left;
}
.au-navbar .au-navbar-menu li a {
  display: inline-block;
}
.au-navbar .au-navbar-menu li.drop {
  position: relative;
  z-index: 10000;
}
.au-navbar .au-navbar-menu li.drop .drop-menu {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  margin: 0;
  padding: 0;
}
.au-navbar .au-navbar-menu li img {
  vertical-align: sub;
}
.au-navbar .au-navbar-menu li.drop .drop-menu.bottom-right {
  top: 110%;
  left: 0;
}
.au-navbar .au-navbar-menu li.drop .drop-menu.bottom-left {
  top: 110%;
  right: 0;
}
.au-navbar .au-navbar-menu li.drop .drop-menu.top-left {
  top: 0;
  right: 110%;
}
.au-navbar .au-navbar-menu li.drop .drop-menu.top-right {
  top: 0;
  margin-left: 1px;
  left: 110%;
}
.au-navbar .au-navbar-menu li.drop .drop-menu li {
  float: none;
}
.au-navbar .au-navbar-menu li.drop .drop-menu li a {
  display: block;
}
.au-navbar .au-navbar-menu li.drop:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.au-navbar .au-navbar-menu li.drop .drop-menu.bottom-right ul {
  left: 260px;
  position: absolute !important;
  top: 0px !important;
  width: 188px;
}
.au-navbar .au-navbar-menu li.drop:hover > .drop-menu.bottom-right, .au-navbar .au-navbar-menu li.drop:hover > .drop-menu.bottom-left {
  top: 100%;
}
.au-navbar .au-navbar-menu li.drop:hover > .drop-menu.top-left {
  right: 100%;
}
.au-navbar .au-navbar-menu li.drop:hover > .drop-menu.top-right {
  left: 100%;
}
.navbar-1 > ul > li {
  margin-right: 35px;
}
.navbar-1 ul li {
  line-height: 20px;
}
.navbar-1 ul li a {
  color: #000;
  font-size: 14px;
  padding: 5px 0;
  text-align: left;
}
.navbar-1 ul li.drop > a:after {
  font-family: FontAwesome, sans-serif;
  content: "";
  margin-left: 1px;
  line-height: 1;
}
.navbar-1 ul li.drop .drop-menu {
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 260px;
}
.navbar-1 ul li.drop .drop-menu li:last-child > a {
  border-bottom: none;
}
.navbar-1 ul li.drop .drop-menu li a {
  font-size: 13px;
  padding: 10px 16px;
}
.navbar-1 ul li.drop .drop-menu li.drop > a:after {
  content: "";
  font-family: FontAwesome, sans-serif;
  float: right;
  line-height: 1;
}
.navbar-2 > ul > li {
  margin-left: 30px;
  margin-right: 0;
}
.au-navbar.top-navebar {
  display: block;
  text-align: right;
}
.au-navbar.top-navebar ul li {
  float: none;
  display: inline-block;
  margin-left: 5px;
}
.au-navbar.top-navebar ul li a {
  padding: 4px 15px 2px 15px;
  font-size: 13px;
  border: 1px solid #cacaca;
  color: #000;
  border-radius: 30px;
}
.au-navbar.top-navebar ul li a:hover {
  background: #662d91;
  color: #fff;
}
.au-navbar.top-navebar ul li a:hover i {
  color: #fff;
}
.au-navbar.top-navebar ul li a i {
  color: #97cb50;
  font-size: 14px;
  margin-right: 3px;
  vertical-align: middle;
}
/*Navbar menu mobile*/
.au-navbar-mobile {
  z-index: 10000;
  width: 100%;
  float: left;
  display: none;
}
.au-navbar-mobile .au-navbar-menu {
  padding: 0;
  margin: 0;
}
.au-navbar-mobile .au-navbar-menu li a {
  display: block;
}
.au-navbar-mobile .au-navbar-menu li.drop .drop-menu {
  display: none;
  padding: 0;
}
.navbar-mobile-1 ul.au-navbar-menu li {
  position: relative;
}
.navbar-mobile-1 ul.au-navbar-menu li a {
  font-size: 14px;
  padding: 9px 30px;
  font-weight: 400;
  background: #f9f9f9;
  color: #000;
  border-bottom: 1px solid #c2c2c2;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop > .arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop > .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop > .arrow i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 3px;
  background: #e6e6e6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop > .arrow i:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  height: 11px;
  background: #e6e6e6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop > .clicked {
  color: #f1c40f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-mobile-1 ul.au-navbar-menu li.drop .drop-menu {
  background: #fff;
  width: 100%;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop .drop-menu li a {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 40px;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop .drop-menu .drop .drop-menu {
  display: none;
}
.navbar-mobile-1 ul.au-navbar-menu li.drop .drop-menu .drop li a {
  padding: 15px 50px;
}
/* #Testinmonials
================================================== */
.section-testimonials .owl-carousel .owl-item {
  height: 345px;
}
.section-testimonials .owl-carousel .owl-item img {
  width: inherit;
  margin: 0px auto;
}
.section-testimonials .owl-carousel .owl-item .fa {
  position: absolute;
  color: #fff;
  top: 35%;
  font-size: 40px;
  left: 0px;
  width: 100%;
}
.section-testimonials .owl-carousel .hover {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  box-shadow: none;
}
.section-testimonials .owl-carousel .card-front {
  opacity: 1;
  padding: 40px 30px;
}
.section-testimonials .owl-carousel .card-front p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.section-testimonials .owl-carousel .card-back {
  opacity: 0;
  padding: 20px;
  text-align: center;
}
.section-testimonials .owl-carousel .hover:hover .card-front {
  opacity: 0;
}
.section-testimonials .owl-carousel .hover:hover .card-back {
  opacity: 1;
}
.section-testimonials .owl-carousel .card-front, .section-testimonials .owl-carousel .card-back {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 900;
  height: 345px;
  transition: all 0.8s ease;
}
.quote-testimonial .image-card-2 .card-contnet {
  padding: 15px 120px;
  margin: 0px;
  background: transparent !important;
  text-align: center;
}
.quote-testimonial.light .image-card-2 .card-body .content p {
  color: #fff;
}
.quote-testimonial.light .image-card-2 .card-top .info .name, .quote-testimonial.light .image-card-2 .card-top .info .job-title {
  color: #fff;
}
.quote-testimonial .image-card-2 .card-contnet .icon_quotations {
  font-size: 80px;
  color: #57257d;
}
.quote-testimonial.light .image-card-2 .card-contnet .icon_quotations {
  color: #9ccd58;
}
.testimonial-light .image-card-2 .card-body .content p {
  color: #fff !important;
}
.testimonial-light .image-card-2 .card-top .info .name, .testimonial-light .image-card-2 .card-top .info .job-title {
  color: #fff !important;
}
.testimonial-light .owl-carousel.nav-style-2 .owl-nav .owl-prev i, .testimonial-light .owl-carousel.nav-style-2 .owl-nav .owl-next i {
  color: #fff !important;
}
.quote-testimonial.testimonial-light .image-card-2 .card-contnet .icon_quotations {
  color: #97ca50 !important;
}
.client-carousel .owl-carousel .owl-item img {
  margin: 0px auto;
  width: auto;
}
/* #Customized Clasess
================================================== */
.classes-sec .image-card-2 .card-contnet {
  padding: 40px 30px;
}
.classes-sec .image-card-2 .card-contnet h4 {
  color: #662d91;
}
.classes-sec .image-card-2 .card-contnet p {
  color: #7e7e7e;
}
/* #Widget
================================================== */
/*Search widget*/
.block-right.nav-search {
  margin-top: 5px;
  margin-left: 4px;
}
.block-right.nav-search .julia-harper-inc img {
  width: 140px;
  height: auto;
  margin-top: 2px;
}
.section-navbar-2.fixed .block-right .julia-harper-inc img {
  margin-top: 15px;
}
.search-widget-1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.search-widget-1.search-widget-open .icon-search i {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-widget-1.search-widget-open .icon-search:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.search-widget-1.search-widget-open input {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  visibility: visible;
}
.search-widget-1 .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: table;
  text-align: center;
  color: #bebebe;
}
.search-widget-1 .icon-search i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.search-widget-1 .icon-search:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  font-family: FontAwesome, sans-serif;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-widget-1 input {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  height: 60px;
  padding: 20px;
  background: #fff;
  z-index: 1000;
}
.search-widget-1 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.search-widget-1 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}
.search-widget-1 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}
.search-widget-1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  /* Microsoft Edge */
  color: #999;
}
.search-widget-2 {
  position: relative;
}
.search-widget-2 .icon-search {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  text-align: center;
  background: #333;
}
.search-widget-2 .icon-search a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.search-widget-2 input {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #e6e6e6;
}
/* #Contact Widget*/
.contact-widget-1 {
  /*< 992*/
}
.contact-widget-1 .icon-box {
  margin-right: 30px;
}
.au-form-group label {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  display: inline-block;
  vertical-align: middle;
}
.au-form-group input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .contact-widget-1 .icon-box {
    margin-bottom: 15px;
  }
}
/* #Helper class
================================================== */
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.relative {
  position: relative;
}
.clear-list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-t-0 {
  border-top: none;
}
.b-b-0 {
  border-bottom: none;
}
.b-r-0 {
  border-right: none;
}
.b-l-0 {
  border-left: none;
}
.b-0 {
  border: none;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-l-0 {
  padding-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-0 {
  margin: 0px;
}
.p-0 {
  padding: 0px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-5 {
  margin: 5px;
}
.p-5 {
  padding: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-10 {
  margin: 10px;
}
.p-10 {
  padding: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-15 {
  margin: 15px;
}
.p-15 {
  padding: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-20 {
  margin: 20px;
}
.p-20 {
  padding: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-25 {
  margin: 25px;
}
.p-25 {
  padding: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-30 {
  margin: 30px;
}
.p-30 {
  padding: 30px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-35 {
  margin: 35px;
}
.p-35 {
  padding: 35px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-40 {
  margin: 40px;
}
.p-40 {
  padding: 40px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-45 {
  margin: 45px;
}
.p-45 {
  padding: 45px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-50 {
  margin: 50px;
}
.p-50 {
  padding: 50px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-55 {
  margin: 55px;
}
.p-55 {
  padding: 55px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-60 {
  margin: 60px;
}
.p-60 {
  padding: 60px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-65 {
  margin: 65px;
}
.p-65 {
  padding: 65px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-70 {
  margin: 70px;
}
.p-70 {
  padding: 70px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-75 {
  margin: 75px;
}
.p-75 {
  padding: 75px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-80 {
  margin: 80px;
}
.p-80 {
  padding: 80px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-85 {
  margin: 85px;
}
.p-85 {
  padding: 85px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-90 {
  margin: 90px;
}
.p-90 {
  padding: 90px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-95 {
  margin: 95px;
}
.p-95 {
  padding: 95px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-l-100 {
  margin-left: 100px;
}
.m-100 {
  margin: 100px;
}
.p-100 {
  padding: 100px;
}
.p-b-105 {
  padding-bottom: 105px;
}
.p-t-105 {
  padding-top: 105px;
}
.p-r-105 {
  padding-right: 105px;
}
.p-l-105 {
  padding-left: 105px;
}
.m-b-105 {
  margin-bottom: 105px;
}
.m-t-105 {
  margin-top: 105px;
}
.m-r-105 {
  margin-right: 105px;
}
.m-l-105 {
  margin-left: 105px;
}
.m-105 {
  margin: 105px;
}
.p-105 {
  padding: 105px;
}
.p-b-110 {
  padding-bottom: 110px;
}
.p-t-110 {
  padding-top: 110px;
}
.p-r-110 {
  padding-right: 110px;
}
.p-l-110 {
  padding-left: 110px;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-t-110 {
  margin-top: 110px;
}
.m-r-110 {
  margin-right: 110px;
}
.m-l-110 {
  margin-left: 110px;
}
.m-110 {
  margin: 110px;
}
.p-110 {
  padding: 110px;
}
.p-b-115 {
  padding-bottom: 115px;
}
.p-t-115 {
  padding-top: 115px;
}
.p-r-115 {
  padding-right: 115px;
}
.p-l-115 {
  padding-left: 115px;
}
.m-b-115 {
  margin-bottom: 115px;
}
.m-t-115 {
  margin-top: 115px;
}
.m-r-115 {
  margin-right: 115px;
}
.m-l-115 {
  margin-left: 115px;
}
.m-115 {
  margin: 115px;
}
.p-115 {
  padding: 115px;
}
.p-b-120 {
  padding-bottom: 120px;
}
.p-t-120 {
  padding-top: 120px;
}
.p-r-120 {
  padding-right: 120px;
}
.p-l-120 {
  padding-left: 120px;
}
.m-b-120 {
  margin-bottom: 120px;
}
.m-t-120 {
  margin-top: 120px;
}
.m-r-120 {
  margin-right: 120px;
}
.m-l-120 {
  margin-left: 120px;
}
.m-120 {
  margin: 120px;
}
.p-120 {
  padding: 120px;
}
.p-b-125 {
  padding-bottom: 125px;
}
.p-t-125 {
  padding-top: 125px;
}
.p-r-125 {
  padding-right: 125px;
}
.p-l-125 {
  padding-left: 125px;
}
.m-b-125 {
  margin-bottom: 125px;
}
.m-t-125 {
  margin-top: 125px;
}
.m-r-125 {
  margin-right: 125px;
}
.m-l-125 {
  margin-left: 125px;
}
.m-125 {
  margin: 125px;
}
.p-125 {
  padding: 125px;
}
.p-b-130 {
  padding-bottom: 130px;
}
.p-t-130 {
  padding-top: 130px;
}
.p-r-130 {
  padding-right: 130px;
}
.p-l-130 {
  padding-left: 130px;
}
.m-b-130 {
  margin-bottom: 130px;
}
.m-t-130 {
  margin-top: 130px;
}
.m-r-130 {
  margin-right: 130px;
}
.m-l-130 {
  margin-left: 130px;
}
.m-130 {
  margin: 130px;
}
.p-130 {
  padding: 130px;
}
.p-b-135 {
  padding-bottom: 135px;
}
.p-t-135 {
  padding-top: 135px;
}
.p-r-135 {
  padding-right: 135px;
}
.p-l-135 {
  padding-left: 135px;
}
.m-b-135 {
  margin-bottom: 135px;
}
.m-t-135 {
  margin-top: 135px;
}
.m-r-135 {
  margin-right: 135px;
}
.m-l-135 {
  margin-left: 135px;
}
.m-135 {
  margin: 135px;
}
.p-135 {
  padding: 135px;
}
.p-b-140 {
  padding-bottom: 140px;
}
.p-t-140 {
  padding-top: 140px;
}
.p-r-140 {
  padding-right: 140px;
}
.p-l-140 {
  padding-left: 140px;
}
.m-b-140 {
  margin-bottom: 140px;
}
.m-t-140 {
  margin-top: 140px;
}
.m-r-140 {
  margin-right: 140px;
}
.m-l-140 {
  margin-left: 140px;
}
.m-140 {
  margin: 140px;
}
.p-140 {
  padding: 140px;
}
.p-b-145 {
  padding-bottom: 145px;
}
.p-t-145 {
  padding-top: 145px;
}
.p-r-145 {
  padding-right: 145px;
}
.p-l-145 {
  padding-left: 145px;
}
.m-b-145 {
  margin-bottom: 145px;
}
.m-t-145 {
  margin-top: 145px;
}
.m-r-145 {
  margin-right: 145px;
}
.m-l-145 {
  margin-left: 145px;
}
.m-145 {
  margin: 145px;
}
.p-145 {
  padding: 145px;
}
.p-b-150 {
  padding-bottom: 150px;
}
.p-t-150 {
  padding-top: 150px;
}
.p-r-150 {
  padding-right: 150px;
}
.p-l-150 {
  padding-left: 150px;
}
.m-b-150 {
  margin-bottom: 150px;
}
.m-t-150 {
  margin-top: 150px;
}
.m-r-150 {
  margin-right: 150px;
}
.m-l-150 {
  margin-left: 150px;
}
.m-150 {
  margin: 150px;
}
.p-150 {
  padding: 150px;
}
.p-b-155 {
  padding-bottom: 155px;
}
.p-t-155 {
  padding-top: 155px;
}
.p-r-155 {
  padding-right: 155px;
}
.p-l-155 {
  padding-left: 155px;
}
.m-b-155 {
  margin-bottom: 155px;
}
.m-t-155 {
  margin-top: 155px;
}
.m-r-155 {
  margin-right: 155px;
}
.m-l-155 {
  margin-left: 155px;
}
.m-155 {
  margin: 155px;
}
.p-155 {
  padding: 155px;
}
.p-b-160 {
  padding-bottom: 160px;
}
.p-t-160 {
  padding-top: 160px;
}
.p-r-160 {
  padding-right: 160px;
}
.p-l-160 {
  padding-left: 160px;
}
.m-b-160 {
  margin-bottom: 160px;
}
.m-t-160 {
  margin-top: 160px;
}
.m-r-160 {
  margin-right: 160px;
}
.m-l-160 {
  margin-left: 160px;
}
.m-160 {
  margin: 160px;
}
.p-160 {
  padding: 160px;
}
.p-b-165 {
  padding-bottom: 165px;
}
.p-t-165 {
  padding-top: 165px;
}
.p-r-165 {
  padding-right: 165px;
}
.p-l-165 {
  padding-left: 165px;
}
.m-b-165 {
  margin-bottom: 165px;
}
.m-t-165 {
  margin-top: 165px;
}
.m-r-165 {
  margin-right: 165px;
}
.m-l-165 {
  margin-left: 165px;
}
.m-165 {
  margin: 165px;
}
.p-165 {
  padding: 165px;
}
.p-b-170 {
  padding-bottom: 170px;
}
.p-t-170 {
  padding-top: 170px;
}
.p-r-170 {
  padding-right: 170px;
}
.p-l-170 {
  padding-left: 170px;
}
.m-b-170 {
  margin-bottom: 170px;
}
.m-t-170 {
  margin-top: 170px;
}
.m-r-170 {
  margin-right: 170px;
}
.m-l-170 {
  margin-left: 170px;
}
.m-170 {
  margin: 170px;
}
.p-170 {
  padding: 170px;
}
.p-b-175 {
  padding-bottom: 175px;
}
.p-t-175 {
  padding-top: 175px;
}
.p-r-175 {
  padding-right: 175px;
}
.p-l-175 {
  padding-left: 175px;
}
.m-b-175 {
  margin-bottom: 175px;
}
.m-t-175 {
  margin-top: 175px;
}
.m-r-175 {
  margin-right: 175px;
}
.m-l-175 {
  margin-left: 175px;
}
.m-175 {
  margin: 175px;
}
.p-175 {
  padding: 175px;
}
.p-b-180 {
  padding-bottom: 180px;
}
.p-t-180 {
  padding-top: 180px;
}
.p-r-180 {
  padding-right: 180px;
}
.p-l-180 {
  padding-left: 180px;
}
.m-b-180 {
  margin-bottom: 180px;
}
.m-t-180 {
  margin-top: 180px;
}
.m-r-180 {
  margin-right: 180px;
}
.m-l-180 {
  margin-left: 180px;
}
.m-180 {
  margin: 180px;
}
.p-180 {
  padding: 180px;
}
.p-b-185 {
  padding-bottom: 185px;
}
.p-t-185 {
  padding-top: 185px;
}
.p-r-185 {
  padding-right: 185px;
}
.p-l-185 {
  padding-left: 185px;
}
.m-b-185 {
  margin-bottom: 185px;
}
.m-t-185 {
  margin-top: 185px;
}
.m-r-185 {
  margin-right: 185px;
}
.m-l-185 {
  margin-left: 185px;
}
.m-185 {
  margin: 185px;
}
.p-185 {
  padding: 185px;
}
.p-b-190 {
  padding-bottom: 190px;
}
.p-t-190 {
  padding-top: 190px;
}
.p-r-190 {
  padding-right: 190px;
}
.p-l-190 {
  padding-left: 190px;
}
.m-b-190 {
  margin-bottom: 190px;
}
.m-t-190 {
  margin-top: 190px;
}
.m-r-190 {
  margin-right: 190px;
}
.m-l-190 {
  margin-left: 190px;
}
.m-190 {
  margin: 190px;
}
.p-190 {
  padding: 190px;
}
.p-b-195 {
  padding-bottom: 195px;
}
.p-t-195 {
  padding-top: 195px;
}
.p-r-195 {
  padding-right: 195px;
}
.p-l-195 {
  padding-left: 195px;
}
.m-b-195 {
  margin-bottom: 195px;
}
.m-t-195 {
  margin-top: 195px;
}
.m-r-195 {
  margin-right: 195px;
}
.m-l-195 {
  margin-left: 195px;
}
.m-195 {
  margin: 195px;
}
.p-195 {
  padding: 195px;
}
.p-b-200 {
  padding-bottom: 200px;
}
.p-t-200 {
  padding-top: 200px;
}
.p-r-200 {
  padding-right: 200px;
}
.p-l-200 {
  padding-left: 200px;
}
.m-b-200 {
  margin-bottom: 200px;
}
.m-t-200 {
  margin-top: 200px;
}
.m-r-200 {
  margin-right: 200px;
}
.m-l-200 {
  margin-left: 200px;
}
.m-200 {
  margin: 200px;
}
.p-200 {
  padding: 200px;
}
.p-b-205 {
  padding-bottom: 205px;
}
.p-t-205 {
  padding-top: 205px;
}
.p-r-205 {
  padding-right: 205px;
}
.p-l-205 {
  padding-left: 205px;
}
.m-b-205 {
  margin-bottom: 205px;
}
.m-t-205 {
  margin-top: 205px;
}
.m-r-205 {
  margin-right: 205px;
}
.m-l-205 {
  margin-left: 205px;
}
.m-205 {
  margin: 205px;
}
.p-205 {
  padding: 205px;
}
.p-b-210 {
  padding-bottom: 210px;
}
.p-t-210 {
  padding-top: 210px;
}
.p-r-210 {
  padding-right: 210px;
}
.p-l-210 {
  padding-left: 210px;
}
.m-b-210 {
  margin-bottom: 210px;
}
.m-t-210 {
  margin-top: 210px;
}
.m-r-210 {
  margin-right: 210px;
}
.m-l-210 {
  margin-left: 210px;
}
.m-210 {
  margin: 210px;
}
.p-210 {
  padding: 210px;
}
.p-b-215 {
  padding-bottom: 215px;
}
.p-t-215 {
  padding-top: 215px;
}
.p-r-215 {
  padding-right: 215px;
}
.p-l-215 {
  padding-left: 215px;
}
.m-b-215 {
  margin-bottom: 215px;
}
.m-t-215 {
  margin-top: 215px;
}
.m-r-215 {
  margin-right: 215px;
}
.m-l-215 {
  margin-left: 215px;
}
.m-215 {
  margin: 215px;
}
.p-215 {
  padding: 215px;
}
.p-b-220 {
  padding-bottom: 220px;
}
.p-t-220 {
  padding-top: 220px;
}
.p-r-220 {
  padding-right: 220px;
}
.p-l-220 {
  padding-left: 220px;
}
.m-b-220 {
  margin-bottom: 220px;
}
.m-t-220 {
  margin-top: 220px;
}
.m-r-220 {
  margin-right: 220px;
}
.m-l-220 {
  margin-left: 220px;
}
.m-220 {
  margin: 220px;
}
.p-220 {
  padding: 220px;
}
.p-b-225 {
  padding-bottom: 225px;
}
.p-t-225 {
  padding-top: 225px;
}
.p-r-225 {
  padding-right: 225px;
}
.p-l-225 {
  padding-left: 225px;
}
.m-b-225 {
  margin-bottom: 225px;
}
.m-t-225 {
  margin-top: 225px;
}
.m-r-225 {
  margin-right: 225px;
}
.m-l-225 {
  margin-left: 225px;
}
.m-225 {
  margin: 225px;
}
.p-225 {
  padding: 225px;
}
.p-b-230 {
  padding-bottom: 230px;
}
.p-t-230 {
  padding-top: 230px;
}
.p-r-230 {
  padding-right: 230px;
}
.p-l-230 {
  padding-left: 230px;
}
.m-b-230 {
  margin-bottom: 230px;
}
.m-t-230 {
  margin-top: 230px;
}
.m-r-230 {
  margin-right: 230px;
}
.m-l-230 {
  margin-left: 230px;
}
.m-230 {
  margin: 230px;
}
.p-230 {
  padding: 230px;
}
.p-b-235 {
  padding-bottom: 235px;
}
.p-t-235 {
  padding-top: 235px;
}
.p-r-235 {
  padding-right: 235px;
}
.p-l-235 {
  padding-left: 235px;
}
.m-b-235 {
  margin-bottom: 235px;
}
.m-t-235 {
  margin-top: 235px;
}
.m-r-235 {
  margin-right: 235px;
}
.m-l-235 {
  margin-left: 235px;
}
.m-235 {
  margin: 235px;
}
.p-235 {
  padding: 235px;
}
.p-b-240 {
  padding-bottom: 240px;
}
.p-t-240 {
  padding-top: 240px;
}
.p-r-240 {
  padding-right: 240px;
}
.p-l-240 {
  padding-left: 240px;
}
.m-b-240 {
  margin-bottom: 240px;
}
.m-t-240 {
  margin-top: 240px;
}
.m-r-240 {
  margin-right: 240px;
}
.m-l-240 {
  margin-left: 240px;
}
.m-240 {
  margin: 240px;
}
.p-240 {
  padding: 240px;
}
.p-b-245 {
  padding-bottom: 245px;
}
.p-t-245 {
  padding-top: 245px;
}
.p-r-245 {
  padding-right: 245px;
}
.p-l-245 {
  padding-left: 245px;
}
.m-b-245 {
  margin-bottom: 245px;
}
.m-t-245 {
  margin-top: 245px;
}
.m-r-245 {
  margin-right: 245px;
}
.m-l-245 {
  margin-left: 245px;
}
.m-245 {
  margin: 245px;
}
.p-245 {
  padding: 245px;
}
.p-b-250 {
  padding-bottom: 250px;
}
.p-t-250 {
  padding-top: 250px;
}
.p-r-250 {
  padding-right: 250px;
}
.p-l-250 {
  padding-left: 250px;
}
.m-b-250 {
  margin-bottom: 250px;
}
.m-t-250 {
  margin-top: 250px;
}
.m-r-250 {
  margin-right: 250px;
}
.m-l-250 {
  margin-left: 250px;
}
.m-250 {
  margin: 250px;
}
.p-250 {
  padding: 250px;
}
#g-offcanvas #g-mobilemenu-container ul, #g-offcanvas {
  background: #662d91 !important;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none !important;
  background: transparent !important;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #97cb50 !important;
}
/* #Owl styles
================================================== */
.owl-carousel.nav-style-1 {
  position: static;
}
.owl-carousel.nav-style-1 .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next {
  margin-left: 3px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  margin-right: 3px;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-1 .owl-nav .owl-prev i, .owl-carousel.nav-style-1 .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel.nav-style-1.dark .owl-nav .owl-prev, .owl-carousel.nav-style-1.dark .owl-nav .owl-next {
  border: 1px solid #999999;
  opacity: 1;
}
.owl-carousel.nav-style-1.dark .owl-nav .owl-prev:hover, .owl-carousel.nav-style-1.dark .owl-nav .owl-next:hover {
  border-color: #000;
}
.owl-carousel.nav-style-1.dark .owl-nav .owl-prev:hover i, .owl-carousel.nav-style-1.dark .owl-nav .owl-next:hover i {
  color: #000;
}
.owl-carousel.nav-style-2 {
  position: relative;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  right: -70px;
  margin-left: 3px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
  left: -70px;
  margin-right: 3px;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-2 .owl-nav .owl-next:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev i, .owl-carousel.nav-style-2 .owl-nav .owl-next i {
  /*color: #fff;*/
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 45px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-testimonials .owl-carousel.nav-style-2 .owl-nav .owl-prev i, .section-testimonials .owl-carousel.nav-style-2 .owl-nav .owl-next i {
  color: #fff;
}
@media (max-width: 479px) {
  .owl-carousel.nav-style-2 .owl-nav {
    display: none;
  }
}
.owl-carousel.nav-style-3 {
  position: relative;
}
.owl-carousel.nav-style-3 .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-3 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-3 .owl-nav .owl-next:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel.nav-style-3 .owl-nav .owl-prev i, .owl-carousel.nav-style-3 .owl-nav .owl-next i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-carousel.dots-style-1 {
  position: relative;
}
.owl-carousel.dots-style-1 .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.owl-carousel.dots-style-1 .owl-dots:after {
  content: "";
  display: table;
  clear: both;
}
.owl-carousel.dots-style-1 .owl-dots .owl-dot {
  margin: 0 5px;
  float: left;
  width: 10px;
  height: 10px;
  background: #faf8f7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.section-brain-changer .heading-section-1 {
  padding-bottom: 10px;
}
.section-brain-changer .heading-section-1 h3 {
  font-size: 32px;
  margin-bottom: 0px;
}
.section-brain-changer .speaking-video {
  margin-bottom: -10px;
}
.section-brain-changer .brain-changer-contnet {
  padding: 100px 50px 100px 0px;
}
.section-brain-changer .speaking-video {
  width: 100%;
  position: absolute;
  right: 0px;
  text-align: right;
  top: -1px;
}
@media (max-width: 1390px) {
  .owl-carousel.nav-style-2 .owl-nav {
    position: absolute;
    top: -46px;
    right: -8px;
  }
  .owl-carousel.nav-style-2 .owl-nav .owl-prev, .owl-carousel.nav-style-2 .owl-nav .owl-next {
    position: static;
    width: 30px;
    height: 30px;
  }
  .owl-carousel.nav-style-2 .owl-nav .owl-prev i, .owl-carousel.nav-style-2 .owl-nav .owl-next i {
    font-size: 24px;
  }
  .owl-carousel.nav-style-2 .owl-nav button span {
    color: #fff;
    font-size: 64px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .splash-block {
    background: url('../images/splash-bg.jpg') -120px center center scroll !important;
  }
  .splash-wrap {
    overflow: hidden !important;
  }
  #qx-column-921252, #qx-text-84538 {
    width: 100% !important;
  }
  .education-box.slide-one .qx-column {
    margin-bottom: 20px;
    width: 46.5% !important;
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .splash-block {
    background: url('../images/splash-bg.jpg') -120px center center scroll !important;
    background-size: cover !important;
    height: calc(100vh - 88px);
  }
  .bg-parallax {
    background-attachment: scroll !important;
    /*overflow: hidden;*/
    min-height: 550px;
  }
  .section-navbar-2 .navbar-1 > ul > li {
    margin-left: 15px;
    margin-right: 0;
  }
  .heading-section-1 h3 {
    font-size: 35px;
  }
  .heading-section-2 h3, .heading-section-2 h2 {
    font-size: 35px;
  }
  .owl-carousel.nav-style-2 .owl-nav {
    position: static;
    margin: 30px auto 0px auto;
    width: 100%;
    text-align: center;
  }
  .bullet-list li {
    font-size: 18px;
  }
  .bullet-list li:before {
    font-size: 23px;
    line-height: 19px;
  }
  .subscribe-block p {
    font-size: 28px;
    line-height: 32px;
  }
  .owl-carousel.nav-style-2 .owl-nav .owl-prev, .owl-carousel.nav-style-2 .owl-nav .owl-next {
    position: static;
  }
  .section-testimonials {
    padding-bottom: 40px;
  }
  .section-testimonials .owl-carousel .owl-item {
    margin-bottom: 25px;
  }
  .g-main-nav li.g-menu-item {
    margin-left: 11px !important;
  }
  #g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: none !important;
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .qx-container {
    width: 1228px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #qx-column-74964 {
    width: 50%;
    float: right;
  }
  .section-testimonials h3 {
    text-align: center;
  }
  .qx-container, #qx-text-78391 {
    width: 100% !important;
  }
  #qx-text-78391 p {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .hidden-tablet-landscape {
    display: none !important;
  }
  .section-testimonials h3, .section-testimonials p, .section-testimonials .col-md-4 {
    text-align: center;
  }
  .section-testimonials a.au-btn {
    margin-top: 10px;
  }
  .section-testimonials .owl-carousel.nav-style-2 .owl-nav {
    margin: 50px auto 0px auto !important;
  }
  .subscribe-block p {
    font-size: 20px;
    line-height: 25px;
    margin: 11px 0px 0px 0px;
  }
  .footer-block-1 {
    margin-bottom: 30px;
  }
  .footer-block-1 .quick-link {
    border: none;
  }
  .footer-block-2 {
    margin-bottom: 30px;
  }
  .footer-block-2 .contact-list {
    border: none;
  }
  .footer-block-3 {
    padding: 0;
  }
  .bot-footer .block-left, .bot-footer .block-right {
    float: none;
  }
  .bot-footer .block-left {
    margin-bottom: 10px;
  }
  .bot-footer .quick-link {
    display: inline-block;
  }
  .bot-footer .quick-link ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  .subscribe-form {
    position: static;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .subscribe-block, .footer-block-1, .quick-link, .bot-footer .block-inner {
    text-align: center;
  }
  .subscribe-block p {
    font-size: 18px;
    text-align: left !important;
  }
  .subscribe-block p br {
    display: none;
  }
  .main-contact-sec {
    padding: 60px 0px !important;
  }
  .section-testimonials .speaking-video {
    clear: both;
    width: 100%;
    float: none;
    text-align: center;
  }
  .content-middle {
    display: block;
  }
  .custom-class #qx-section-214 {
    background-position: bottom right !important;
    background-color: #fff !important;
    background-size: 75% !important;
    min-height: 400px !important;
  }
  .education-box .image-card-4 {
    width: 44.5% !important;
    min-height: 300px !important;
  }
  #qx-section-214 {
    background-position: center !important;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  #qx-section-214 #qx-text-60157, #qx-text-81820 p, #qx-text-40817 {
    text-align: center !important;
    margin: 0px !important;
  }
  #qx-row-11221 #qx-column-38362, #qx-row-11221 #qx-column-71467, #qx-column-71467, #qx-column-201411, #qx-column-92819, .bubble-content {
    width: 100% !important;
  }
  .education-box.slide-one .qx-column {
    width: 44.5% !important;
  }
  .speeking-banner .qx-container-fluid .bubble-content {
    position: absolute !important;
    left: 0px !important;
  }
  .speeking-banner {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #qx-section-931158 {
    padding: 60px 0px;
  }
}
@media (max-width: 920px) {
  .section-testimonials h3 br {
    display: none;
    margin-bottom: 30px;
  }
  .full-screen-columns .qx-row {
    min-height: auto !important;
    display: block !important;
    align-items: center;
  }
  .full-screen-columns.scrollie-section .section-split-left {
    min-height: 100vh;
    float: none !important;
    width: 100% !important;
    background-attachment: scroll !important;
  }
  .section-split-right {
    width: 100% !important;
  }
  .section-split .section-split-right {
    float: left;
    width: 75% !important;
  }
  .main-contact-sec {
    background: #fff !important;
  }
}
@media (max-width: 768px) {
  .logo-therapeeds {
    margin-top: 25px;
    position: relative;
    left: 10px;
  }
  .logo-therapeeds > div {
    width: 75px !important;
  }
  #g-navigation .g-main-nav .g-menu-item-title {
    font-size: 11px !important;
  }
  .g-main-nav li.g-menu-item {
    margin-left: 8px !important;
  }
  #qx-section-731854 {
    padding: 0px 30px;
  }
  #qx-section-731854 .five-cols .icon-box-2 {
    width: 32%;
    float: none;
    display: inline-block;
    margin-bottom: 50px;
  }
  .main-services p {
    text-align: center !important;
  }
  .main-services .qx-element-button {
    text-align: center !important;
  }
  .main-post h2 {
    text-align: center;
  }
  .media-wrap {
    padding: 0 10px !important;
    width: 49.333333%;
    text-align: center !important;
  }
  #qx-joomla-module-77201 .row {
    margin: 0px !important;
  }
  #qx-column-48326 {
    width: 100%;
  }
  .heading-section-2 h3, .heading-section-2 h2 {
    font-size: 30px;
  }
  .footer-block-1 {
    padding-right: 5px;
    padding-left: 30px;
  }
  .g-container {
    width: 100% !important;
  }
  footer .g-grid:nth-child(2) {
    display: block;
    width: 100%;
  }
  footer .g-grid:nth-child(2) .g-block {
    width: 100%;
    text-align: center;
  }
  .g-branding.branding {
    text-align: center !important;
  }
  main .g-content {
    padding: 0 20px !important;
    margin: 0;
  }
  .online-classes-row {
    margin: 0px;
  }
  .education-box.slide-one .qx-column {
    width: 100% !important;
    display: block;
    margin-bottom: 20px !important;
  }
  .services-grids, #qx-section-214 {
    display: block !important;
    flex-wrap: nowrap;
    margin: 0px !important;
  }
  #qx-accordion-652091 {
    margin-top: 0px !important;
  }
  #qx-row-46458 {
    margin-bottom: 0px !important;
  }
  #qx-row-905 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 319px) {
  .hidden-phone-small {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 630px;
    margin: 30px auto;
  }
}
@media (max-width: 479px) {
  .hidden-phone-med {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-tablet-portrait {
    display: none !important;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .subscribe-form input {
    margin-bottom: 8px;
  }
  .main-contact-sec {
    display: block;
  }
  .main-contact-sec .col-md-8 {
    margin-top: 40px;
  }
  .heading-section-1 h3 {
    font-size: 28px;
    line-height: 29px;
  }
  .heading-section-2 h3, .heading-section-2 h2 {
    font-size: 28px;
    line-height: 29px;
  }
  .bot-footer {
    font-size: 12px;
    line-height: 12px;
  }
  .splash-block {
    height: calc(55vh - 88px);
  }
  .splash-wrap {
    height: 55vh;
    display: none;
  }
  .splash-wrap .curtainPanel {
    height: 55vh;
    display: none;
  }
  .splash-wrap .splash-left-part:before, .splash-wrap .splash-right-part:before {
    background-size: 55% !important;
  }
  .bg-parallax {
    min-height: inherit;
    padding: 40px 0px;
  }
  sup {
    top: -1em;
  }
  .section-split.bg-black .section-split-left {
    min-height: 300px;
    background-attachment: scroll !important;
    background-size: cover !important;
    width: 100%;
    background-position: 0px -60px !important;
  }
  .department-sec {
    display: block;
  }
  .department-sec h3 br {
    display: none;
  }
  .subscribe-block p {
    font-size: 20px;
    text-align: center !important;
  }
  .heading-section-2 h3 br {
    display: none;
  }
  .services-sec .image-card-4 p {
    margin-bottom: 0px;
    line-height: normal;
  }
  .p-t-80 {
    padding-top: 50px;
  }
  .m-b-80 {
    margin-bottom: 50px;
  }
  .media-wrap {
    padding: 0 10px !important;
    width: 100%;
    text-align: center !important;
  }
  .media-description, .media-inner h3 {
    text-align: center !important;
  }
  #g-navigation.homepage-header {
    z-index: 999 !important;
    position: static !important;
    width: 100% !important;
    margin-top: 0px !important;
  }
  .g-offcanvas-toggle {
    display: inline-block;
    position: absolute;
    left: 120px;
    top: 43px;
    z-index: 999999;
    color: #c1c1c1;
    font-size: 1.8rem;
  }
  .logo-therapeeds > div {
    width: 86px !important;
  }
  .moduletable.language-selector {
    position: absolute;
    left: 165px;
    top: -16px;
  }
  .logo-therapeeds {
    margin: 5px 0px 0px 20px !important;
    position: static !important;
  }
  .au-navbar.top-navebar {
    margin-top: 28px !important;
    margin-right: 15px !important;
  }
  .footer-block-1 {
    padding-left: 10px;
  }
  .ba-form-footer {
    overflow: hidden;
  }
  .section-split .section-split-right {
    width: 91% !important;
    padding: 25px 0 25px 30px;
  }
  #qx-section-3116 {
    background: #fff !important;
  }
  #qx-text-59283 {
    text-align: center !important;
  }
  .main-post.shadow-box .services-grids .image-card-4 {
    width: 46.5%;
  }
  .heading-section-1 h3 {
    text-align: center !important;
  }
  #qx-text-886 p {
    text-align: center !important;
  }
  #qx-row-951254, #qx-column-38362, #qx-row-11221, #qx-row-5713, #qx-joomla-module-3832 .media-module {
    margin: 0px !important;
  }
  .education-box .image-card-4 {
    width: 100% !important;
    min-height: inherit !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .qx-blurb-title {
    font-size: 20px !important;
  }
  #qx-column-591397 {
    padding-right: 0px !important;
  }
  #qx-video-popup-941927, #qx-text-941582, #qx-text-251647, #qx-column-591397 {
    text-align: center;
  }
  #qx-section-472221, #qx-section-78212 {
    background-size: cover !important;
  }
  .owl-carousel.nav-style-2 {
    margin: 0px auto !important;
  }
  .speeking-video-sec {
    margin: 0px !important;
  }
  #qx-column-591397 {
    padding: 0px !important;
  }
  #qx-button-193967, #qx-text-251647, #qx-video-popup-941927 {
    text-align: center !important;
  }
  .speeking-video-sec {
    height: auto !important;
  }
  div.modal.fade {
    top: -100px;
    display: none;
  }
}
@media (max-width: 600px) {
  .logo-therapeeds {
    position: absolute !important;
    top: 9px;
    width: 100%;
    text-align: center;
    left: 20px;
    margin: 0px !important;
  }
  .au-navbar.top-navebar {
    margin-top: 80px !important;
    margin-right: 0px !important;
  }
  .g-offcanvas-toggle {
    right: 20px;
    top: 43px;
    left: initial !important;
  }
  .moduletable.language-selector {
    right: 70px;
    top: -16px;
    left: initial !important;
  }
  .au-navbar .au-navbar-menu {
    text-align: center !important;
  }
  #g-navigation > div > .g-grid:first-child {
    float: none !important;
    position: static !important;
    width: 100% !important;
  }
  #qx-section-731854 .five-cols .icon-box-2 {
    width: 100%;
  }
  #qx-column-74964 {
    width: 85%;
    float: right;
  }
  #qx-section-9438 {
    background-position: -520px center;
  }
  .main-contact-sec .qx-row {
    width: 100% !important;
    margin: 0px !important;
  }
  #qx-column-5492 {
    margin-top: 30px !important;
  }
  #qx-text-60157 h1 {
    font-size: 26px !important;
  }
  #qx-section-214, #qx-column-71467 {
    min-height: 250px !important;
  }
  #qx-column-5314 {
    padding: 0px !important;
  }
  #qx-section-214, #qx-column-71467 {
    min-height: inherit !important;
  }
  .accordion-box-1 .collapsible-header {
    padding: 10px 30px 15px 15px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .accordion-box-1 .collapsible-header:after {
    position: absolute !important;
    top: 8px !important;
    right: 12px !important;
  }
}
@media (max-width: 520px) {
  .hidden-phone-med-up {
    display: none !important;
  }
  .section-split.bg-black .section-split-left {
    background-position: 0px 0px !important;
  }
  .image-card-4 .title a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  footer#g-footer .row {
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .footer-block-2 {
    margin-bottom: 0px !important;
  }
  footer .g-grid:nth-child(2) .g-block {
    font-size: 12px;
  }
  .logo-therapeeds > div {
    width: 72px !important;
  }
  .g-offcanvas-toggle {
    top: 35px;
  }
  .moduletable.language-selector {
    top: -20px;
  }
  #qx-column-74964, .main-post.shadow-box .services-grids .image-card-4 {
    width: 100%;
  }
  .speeking-banner {
    height: 350px !important;
  }
  #qx-carousel-47324 .swiper-button-prev::before, #qx-carousel-47324 .swiper-button-next::before, .swiper-button-next, .swiper-button-prev {
    position: static !important;
    display: inline-block;
  }
  #qx-carousel-47324 .swiper-button-prev::before, #qx-carousel-47324 .swiper-button-next::before {
    font-size: 30px !important;
  }
}
@media (max-width: 390px) {
  .au-navbar.top-navebar ul li a {
    padding: 4px 5px 2px 5px !important;
    font-size: 12px !important;
  }
  .logo-therapeeds > div {
    width: 75px !important;
  }
  .heading-section-1 h3 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .row.media-module {
    display: block !important;
    margin: 0px !important;
  }
  .media-wrap {
    padding: 0px 20px !important;
    width: 100% !important;
    text-align: center !important;
  }
  #qx-section-9544 {
    padding-bottom: 0px;
  }
  .heading-section-2 h3, .heading-section-2 h2 {
    font-size: 22px !important;
    line-height: 25px;
  }
}
@media (min-width: 320px) {
  .hidden-phone-small-up {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-tablet-portrait-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-tablet-landscape-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-desktop-med {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop-med-up {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .hidden-desktop-large {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-desktop-large-up {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-phone-med-tablet-portrait {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet-portrait-tablet-landscape {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-tablet-landscape-desktop-med {
    display: none !important;
  }
}
/* #Section styles
================================================== */
.block-left {
  float: left;
}
.block-right {
  float: right;
}
.section {
  position: relative;
}
.page-content {
  background: #fff;
}
.section-split {
  width: 100%;
  height: auto !important;
}
.section-split:after {
  content: "";
  display: table;
  clear: both;
}
.section-split .section-split-left {
  float: left;
  width: 60%;
  background-attachment: fixed !important;
  background-size: contain !important;
}
.section-split .section-split-right {
  float: left;
  width: 40%;
}
@media (max-width: 767px) {
  .section-split .section-split-left, .section-split .section-split-right {
    float: none;
    width: 100%;
  }
}
/* #Section Navbar
================================================== */
.section-navbar-1 {
  z-index: 10000;
}
.section-navbar-1 .logo-mobile {
  display: none;
}
.section-navbar-1.fixed {
  -webkit-animation: fadeInDown 0.3s ease-out forwards;
  -moz-animation: fadeInDown 0.3s ease-out forwards;
  -o-animation: fadeInDown 0.3s ease-out forwards;
  animation: fadeInDown 0.3s ease-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.section-navbar-1.fixed .logo-mobile {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  margin-top: 13px;
}
.section-navbar-1.fixed .logo-mobile img {
  width: 180px;
}
.section-navbar-1.fixed nav {
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1199px) {
  .section-navbar-1.fixed .navbar-1 > ul > li {
    margin-right: 0;
  }
  .section-navbar-1.fixed .logo-mobile {
    margin-right: 10px;
    margin-top: 13px;
  }
  .section-navbar-1.fixed .logo-mobile img {
    width: 180px;
  }
  .section-navbar-1.fixed .block-right {
    display: none;
  }
}
.section-navbar-2 {
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-navbar-2 .logo {
  padding-top: 0px;
}
.section-navbar-2 .logo img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 96px;
  margin-top: 4px;
}
.section-navbar-2.fixed {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  padding: 8px 0px;
}
.section-navbar-2.fixed .logo {
  padding-top: 0px;
  margin-top: 0;
}
.section-navbar-2.fixed .logo img {
  width: 80px;
}
.section-navbar-2.fixed .navbar-1 > ul > li > a {
  padding: 8px 0;
}
.section-navbar-2.fixed .au-navbar {
  margin-top: 3px;
}
.section-navbar-2.fixed .block-right {
  display: block;
  margin-top: 0px;
}
.section-navbar-2.fixed .block-right .search-widget-1 {
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .section-navbar-2 .navbar-1 > ul > li {
    margin-left: 12px;
    margin-right: 0;
  }
  .section-navbar-2 .logo {
    padding-top: 15px;
  }
  .section-navbar-2 .logo img {
    width: 80px;
  }
}
.contact-form input[type=checkbox] {
  -ms-transform: scale(1.3);
  /* IE */
  -moz-transform: scale(1.3);
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  -o-transform: scale(1.3);
  /* Opera */
}
/* #Speeking Section
================================================== */
.speeking-banner {
  height: 620px;
  overflow: hidden;
}
.speeking-banner .left-bubble {
  position: absolute;
  left: -120px;
  bottom: -40px;
}
.speeking-banner .right-bubble {
  background: url('../images/blue-bubble.png') 0 0;
  height: 620px;
  position: absolute;
  right: -52px;
  top: 0px;
  background-size: cover;
}
.bubble-content {
  width: 45%;
  position: absolute;
  top: 210px;
  left: 220px;
  color: #fff !important;
}
.bubble-content h3, .bubble-content p {
  color: #fff !important;
}
.speeking-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.speeking-banner .fullscreen-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.speeking-banner .fullscreen-bg:before {
  background: #000000a8;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.speeking-banner .fullscreen-bg .bubble-content {
  color: #fff !important;
  z-index: 9999;
  text-align: center;
  position: absolute;
  left: inherit;
  top: inherit;
  width: calc(100% - 600px);
}
.speeking-banner .fullscreen-bg .bubble-content h3 {
  color: #fff !important;
}
.bubble-content p {
  color: #fff !important;
}
.speeking-banner .bubble-content h3 {
  font-size: 50px;
}
.speeking-banner .bubble-content .heading-section-2 {
  padding-bottom: 10px;
}
/* #Section Testimonials
================================================== */
.section-testimonials p {
  color: #fff;
}
.section-testimonials .au-btn:hover {
  background: #fff !important;
  color: #662d91;
}
.section-testimonials .video-testimonials .owl-carousel .card-back {
  position: static;
  opacity: 1;
}
.section-testimonials .video-testimonials .owl-carousel .owl-item .fa {
  color: #fff;
  top: 33%;
  font-size: 45px;
}
@media (max-width: 991px) {
  .why-choose-us-section-1 {
    background: none !important;
    background-color: #fff !important;
  }
}
@media (max-width: 991px) {
  .contact-form-section {
    margin-right: 0;
  }
  .speeking-banner .right-bubble {
    right: 0px;
    width: 70%;
  }
  .speeking-banner .left-bubble {
    display: none;
  }
  .bubble-content {
    width: 60%;
    position: absolute;
    top: 210px;
    left: 180px;
    color: #fff !important;
  }
}
.contact-form-section-2 .au-select-2 .chosen-container .chosen-single span {
  font-weight: 400;
}
.contact-form-section-2 .au-input-submit {
  padding: 12px 30px;
}
.post-section-2 .post-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.post-section-2 .post-info p {
  color: #808080;
}
.post-section-2 .post-info p span {
  margin: 0 5px;
}
.post-section-2 .post-info p a {
  color: #808080;
}
.post-author {
  padding: 30px 30px 40px 30px;
}
.post-author:after {
  content: "";
  display: table;
  clear: both;
}
.post-author .avatar {
  float: left;
  width: 80px;
  height: 80px;
}
.post-author .avatar img {
  width: 100%;
}
.post-author .content {
  margin-left: 80px;
  padding-left: 25px;
}
.post-author .content h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.about-section-2 {
  margin-bottom: -120px;
}
.about-section-2 .video-about-section {
  z-index: 1000;
  position: relative;
}
.careers {
  margin: 0;
  padding-left: 0;
}
.careers .career {
  margin-bottom: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.careers .career .text-grey {
  color: #808080;
}
.post-section-1 .accordion-box-1 .accordion .accordion-title span {
  width: 23px;
  height: 23px;
}
@media (max-width: 991px) {
  .post-section-1, .post-section-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-form-section-3 .au-form-group {
  margin: 0 -15px;
}
.contact-form-section-3 .au-form-group .au-form-col-4 {
  margin-bottom: 20px;
  padding: 0 15px;
}
.contact-form-section-3 .au-textarea {
  margin-bottom: 20px;
}
.contact-map-section-1 .controls-map {
  background: #e6e6e6;
}
.contact-map-section-1 .google-map .gm-style-iw {
  padding: 20px 30px;
}
.contact-map-section-1 .google-map .gm-style-iw h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.contact-map-section-1 .google-map .gm-style-iw p {
  font-size: 15px;
  font-weight: 400;
}
.contact-map-section-1 .google-map .gm-style-iw ul {
  padding: 0;
  margin: 0;
}
.contact-map-section-1 .google-map .gm-style-iw ul li {
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
}
.contact-map-section-1 .controls:after {
  content: "";
  display: table;
  clear: both;
}
.contact-map-section-1 .controls li {
  float: left;
  width: 25%;
  text-align: center;
}
.contact-map-section-1 .controls li:last-child a {
  border-right: 2px solid #cccccc;
}
.contact-map-section-1 .controls li a {
  border-left: 2px solid #cccccc;
  font-weight: 700;
  display: inline-block;
  padding: 20px 0 !important;
  color: #333333 !important;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .quote-testimonial .image-card-2 .card-contnet {
    padding: 15px 40px;
  }
  .contact-map-section-1 .row {
    margin: 0;
  }
  .contact-map-section-1 .container {
    padding: 0;
  }
  .contact-map-section-1 .heading-section {
    padding-left: 15px;
  }
  .contact-map-section-1 .controls li {
    width: 100%;
  }
  .contact-map-section-1 .controls li a {
    border: none;
    border-bottom: 2px solid #cccccc;
  }
  .contact-map-section-1 .controls li:last-child a {
    border: none;
  }
  .speeking-banner {
    height: 450px;
    overflow: hidden;
    background-position: -278px center !important;
  }
  .speeking-banner .right-bubble {
    right: 0px;
    width: 95%;
    height: 100%;
  }
  .bubble-content {
    width: 75%;
    position: absolute;
    top: 165px;
    left: 120px;
    color: #fff !important;
  }
  .bubble-content h3, .bubble-content p {
    line-height: 22px;
  }
}
@media (max-width: 580px) {
  .speeking-banner .right-bubble {
    width: 115%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .bubble-content {
    width: 68%;
    position: absolute;
    top: 140px;
    left: 120px;
    color: #fff !important;
  }
  .speeking-banner {
    height: 550px;
    background-position: -478px center !important;
  }
  .bubble-content {
    width: 68%;
    position: absolute;
    top: 186px;
    left: 108px;
    color: #fff !important;
  }
  .speeking-banner .right-bubble {
    width: 110%;
    height: 100%;
  }
  .bubble-content p {
    font-size: 14px;
    line-height: 18px;
  }
}
#up-to-top {
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 10000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.4) no-repeat center;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#up-to-top:hover {
  background: #8fc742 no-repeat center;
}
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000000;
  text-align: center;
}
.loader {
  width: 134px;
  height: 134px;
  position: relative;
  -webkit-animation: loader08 1s ease infinite;
  -moz-animation: loader08 1s ease infinite;
  -o-animation: loader08 1s ease infinite;
  animation: loader08 1s ease infinite;
  top: 50%;
  margin: -46px auto 0;
}
.modal {
  text-align: center;
  z-index: 9999999;
}
.no-container .g-container {
  width: 100%;
}
.no-container .g-container .g-content {
  padding: 0;
  margin: 0;
}
.splash-block {
  overflow: hidden;
}
.logo-therapeeds > div {
  padding: 0;
  width: 96px;
}
.language-selector-wrap ul.lang-inline {
  margin: 0;
  margin-top: 50px;
}
.services-grids {
  display: flex;
  flex-wrap: wrap;
}
footer#g-footer {
  background: #efefef;
}
footer#g-footer .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
footer#g-footer .row > div[class*=col] {
  padding: 0 15px;
}
footer .g-grid:nth-child(2) {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0px;
  font-size: 14px;
}
footer .g-grid:nth-child(2) .g-content {
  padding: 0;
  margin: 0;
}
.g-branding.branding {
  text-align: right;
}
footer .g-content {
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
}
.grid-image {
  margin-bottom: 20px;
}
h3.qx-title {
  margin-bottom: 0 !important;
}
.grid-content p {
  margin-bottom: 12px;
  color: #7e7e7e;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
  margin: 0 0 15px;
}
a.qx-btn.link.grid-link.qx-btn-default {
  color: #662d91;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 4px;
}
.five-cols .icon-box-2 {
  width: 20%;
}
.main-services {
  margin-top: 60px;
}
.therapeeds-articles {
  margin-top: 10px;
}
.therapeeds-articles .qx-media-grid {
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #e8e7ec;
}
.therapeeds-articles .qx-media-grid figure {
  margin: 0;
  width: 100%;
}
.therapeeds-articles .qx-media-grid figure img {
  width: 100%;
}
.therapeeds-articles h3.qx-media-heading {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.therapeeds-articles h3.qx-media-heading a {
  color: #000;
}
.therapeeds-articles .post-meta {
  font-size: 12px;
  color: #662d91;
  line-height: 30px;
}
.therapeeds-articles .qx-media-body {
  padding: 23px 19px;
  text-align: left;
}
.therapeeds-articles a.qx-btn.qx-btn-default {
  font-size: 12px;
  padding: 12px 20px 10px 20px;
  background: #97cb50;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  line-height: 1;
  margin-top: 7px;
}
.therapeeds-articles a.qx-btn.qx-btn-default:hover {
  color: #fff;
}
.therapeeds-articles .owl-nav {
  display: block !important;
  margin: 0;
}
.therapeeds-articles .owl-nav button {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 45px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.au-btn-primary:hover, .au-btn-primary:focus, .au-btn:focus {
  background: #662d91;
  color: #fff;
}
.current-happening-carousel .qx-col-md-4 {
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
  margin-right: 3px;
}
.therapeeds-articles.white-bg-grid .owl-nav span {
  color: rgba(255, 255, 255, 0.7);
}
.therapeeds-articles .owl-nav span {
  font-size: 65px;
}
.owl-carousel .owl-nav button {
  background: transparent !important;
  color: #000 !important;
  outline: none !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: -70px !important;
  position: absolute;
  left: auto;
}
.bg-primary {
  background: #662d91;
  color: #fff;
}
.owl-carousel.nav-style-2 .owl-nav button span {
  color: #fff;
  font-size: 64px;
}
div.modal {
  width: 630px !important;
}
.modal button.close {
  opacity: 1;
  right: -30px;
  position: absolute;
  top: -24px;
}
.modal button.close span {
  color: #97cb50;
  font-size: 40px;
  text-shadow: none;
}
.modal-body {
  overflow: inherit;
}
.modal-dialog {
  margin: 0;
}
.card-body {
  max-height: 370px;
  overflow-y: auto;
  padding-right: 0px;
}
div.modal {
  z-index: inherit;
}
div.modal.in {
  z-index: 1050;
}
.main-contact-sec .qx-row {
  width: 100%;
}
.main-contact-sec .ba-form .row-fluid [class*="span"] > .tool {
  border: 0;
  padding: 0;
}
.main-contact-sec .ba-form .row-fluid [class*="span"] > .tool label {
  display: none;
}
.main-contact-sec .ba-form > div {
  padding: 0 !important;
}
.com-baforms .ba-form {
  padding: 0;
}
input.ba-btn-submit {
  float: right;
  text-transform: uppercase;
  color: #000 !important;
  transition: all ease 300ms;
}
input.ba-btn-submit:hover {
  color: #fff !important;
}
a {
  text-decoration: none;
  color: #662d91;
}
a:visited {
  text-decoration: none;
  color: #662d91;
}
a:hover, a:focus {
  color: #97cb50;
  text-decoration: none;
}
.g-main-nav .g-menu-item-title {
  color: #000;
  font-size: 12px;
  padding: 5px 0;
  text-align: left;
}
.g-main-nav .g-menu-item-container {
  padding: 0 !important;
}
.g-main-nav > ul.g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  font-family: FontAwesome, sans-serif;
  content: "" !important;
  margin-left: 1px;
  line-height: 1;
  width: auto;
  color: #000 !important;
  font-size: 16px;
  margin-top: 5px;
}
.g-main-nav li.g-menu-item {
  margin-left: 20px;
}
#g-navigation {
  -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#g-navigation > div > .g-grid:first-child {
  float: right;
  position: absolute;
  right: 0;
  width: 83%;
}
#g-navigation .g-main-nav .g-dropdown {
  padding-top: 10px;
  background: transparent;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: transparent;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > a > span > span {
  color: #97cb50;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > a > span > span {
  transition: 0.3s;
}
#g-navigation .g-main-nav .g-menu-item-title {
  font-weight: 400;
}
#g-navigation .g-main-nav .g-standard .g-dropdown {
  width: 260px;
}
.main-nav .g-content {
  padding: 0;
  margin: 0;
}
.au-navbar .g-content {
  padding: 0;
  margin: 0;
}
.main-nav div[id*=menu] {
  padding: 0;
  margin: 0;
  display: block !important;
  float: right;
  margin-top: 50px;
}
div#menu-4910-particle {
  padding-right: 0;
  margin-right: 0;
}
#g-navigation .g-main-nav {
  padding-top: 57px;
  display: block;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
}
.au-navbar .au-navbar-menu a {
  color: #000 !important;
}
a.julia-harper-inc:before {
  content: "";
  color: #97cb50;
  font-size: 14px;
  margin-right: 3px;
  vertical-align: middle;
  font-family: "FontAwesome";
  top: -1px;
  position: relative;
}
.au-navbar.top-navebar ul li a:hover {
  color: #fff !important;
}
ul.g-dropdown.g-dropdown-right li a {
  background: #97cb50;
  border-bottom: 1px solid #64a50c;
  font-size: 13px;
  padding: 10px 16px !important;
}
ul.g-dropdown.g-dropdown-right li a span {
  color: #fff;
}
ul.g-dropdown.g-dropdown-right li {
  margin-left: 0;
}
div#logo-4173-particle {
  padding: 0;
  width: 96px;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: transparent !important;
}
.thumb {
  background-color: #4c206d;
  border-radius: 100px;
}
.nicescroll-box.scrollable .viewport .overview {
  padding-right: 10px;
}
.scrollable .scroll-bar.vertical {
  width: 5px !important;
}
.au-navbar.top-navebar {
  margin-top: 10px;
}
#g-main {
  background: transparent !important;
}
div#g-page-surround {
  background: transparent !important;
}
.full-screen-columns .qx-row {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.full-screen-columns .section-split-left {
  min-height: 100vh;
}
.scrollie-section h1, .scrollie-section h2, .scrollie-section h3, .scrollie-section h4, .scrollie-section h5, .scrollie-section h6, .scrollie-section p, .scrollie-section ul li, .scrollie-section ol li {
  color: #fff;
}
.section-split-right {
  width: 485px !important;
  padding: 25px 0 25px 55px;
}
.section-split-right .qx-carousel-item > img, .section-split-right .qx-carousel-item > h4 {
  display: none;
}
.section-split-right .qx-carousel-item {
  color: #fff !important;
  text-align: left;
  font-size: 15px;
}
.section-split-right .swiper-button-prev, .section-split-right .swiper-button-next {
  position: inherit;
  float: left;
  width: 28px !important;
  margin-top: 29px;
  height: 20px !important;
}
.section-split-right .swiper-button-prev:before, .section-split-right .swiper-button-next:before {
  color: #fff;
  font-size: 28px !important;
  float: left;
  left: 0 !important;
}
.section-split-right .au-btn {
  margin-top: 20px;
  font-size: 14px;
  background: #97cb50;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 0;
}
.section-split-right .au-btn:hover {
  color: #333 !important;
  background: #f9f9f9;
}
.therapeeds-articles.white-bg-grid .qx-media-body {
  background: #fff !important;
}
.therapeeds-articles.white-bg-grid .qx-media-grid {
  border: 0;
  margin: 0;
  background: #fff !important;
}
.therapeeds-articles.white-bg-grid .qx-media-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.therapeeds-articles .qx-media-grid figure img {
  margin-bottom: -1px;
}
.therapeeds-articles.current-happening-carousel > .qx-row {
  margin: 0 -15px !important;
  width: auto;
}
.tab-content .tab-pane:not(.active) {
  display: none !important;
}
.dept-box {
  margin-bottom: 25px;
}
.dept-box .title {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  min-height: 140px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dept-box .title h3 {
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.dept-box .title:hover {
  margin-top: -10px;
}
section#g-navigation.homepage-header {
  z-index: 999;
  position: absolute;
  width: 100%;
  margin-top: -100px;
}
.splash-block {
  height: 100vh;
}
.splash-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 0;
}
.qx-media-inner .item-image {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.qx-media-inner .item-image a img {
  width: 100% !important;
}
.blog.therapeeds-articles .qx-media-body {
  display: block;
}
.therapeeds-articles .post-meta .article-info {
  margin: 0 0 10px 0;
}
.therapeeds-articles .post-meta .article-info dd {
  margin: 0;
  color: #662d91;
}
.therapeeds-articles .post-meta .article-info span.icon-calendar {
  display: none;
}
.blog.therapeeds-articles a.qx-btn {
  color: #000 !important;
}
.blog.therapeeds-articles {
  padding: 50px 0;
}
.pagination ul li a, .pagination ul li span {
  color: #000;
  border: 0;
  box-shadow: none !important;
}
.pagination ul {
  box-shadow: none !important;
}
.pagination ul li span {
  opacity: 0.7;
}
.pagination {
  background: #f9f9f9;
  padding: 18px 10px 12px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  border: 1px solid #eee;
}
.pagination > p {
  margin: 7px 0 0 0 !important;
}
a.au-btn.au-btn-primary {
  color: #000;
}
.video-owl-carousel .qx-column.video-testimonial {
  width: 100% !important;
  max-width: inherit;
  padding: 0 25px;
}
.video-testimonial-desc {
  margin-top: 20px;
  text-align: center !important;
}
.video-testimonial-desc h3 {
  font-weight: 500;
  color: #000;
  display: block;
  padding-top: 1px;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.video-testimonial-desc p {
  display: block;
  font-size: 14px;
  color: #000;
}
.video-owl-carousel.owl-carousel.nav-style-2 .owl-nav button span {
  color: #000 !important;
}
.video-owl-carousel.owl-carousel {
  margin-top: 20px;
}
.text-testimonial-carousel .qx-testimony p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.text-testimonial-carousel .qx-testimony:before {
  content: "";
  font-family: "FontAwesome";
  color: #9ccd58;
  font-size: 60px;
}
.text-testimonial-carousel h4.title {
  font-weight: 500;
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 2px;
}
.text-testimonial-carousel p.designation {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.text-testimonial-carousel .owl-dots {
  display: none;
}
.text-testimonial-carousel .qx-media {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.span10.col-auto.therapeeds-single {
  margin: auto;
  float: none;
}
.therapeeds-single dl.article-info.muted {
  margin: 0;
  margin-top: 11px;
}
.therapeeds-single dl.article-info.muted dd {
  margin: 0;
}
.speeking-banner:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.speeking-banner .qx-container-fluid {
  z-index: 10;
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.speeking-banner .qx-container-fluid .bubble-content {
  text-align: center !important;
  position: inherit !important;
  margin: 0 auto !important;
  float: none;
}
.speeking-banner .qx-container-fluid .bubble-content * {
  text-align: center;
}
.speeking-banner .qx-container-fluid .bubble-content h3 {
  margin-top: 28px;
}
.speeking-video-sec {
  height: 95vh;
}
.bg-primary p {
  color: #fff;
}
.speeking-banner .qx-background-media {
  width: 100% !important;
}
.classes-sec .image-card-2 .card-contnet p {
  margin: 0;
}
.classes-sec .image-card-2 .card-contnet h4 {
  margin-bottom: 11px;
}
.classes-sec .image-card-2 {
  padding: 0 10px;
}
.classes-sec .card-contnet {
  margin: 0;
}
.classes-owl-carousel.owl-carousel.nav-style-2 .owl-nav button span {
  color: #000;
}
body .client-carousel .swiper-button-prev {
  left: -10px !important;
  margin-top: 0;
}
body .client-carousel .swiper-button-next {
  right: -12px !important;
  margin-top: 0;
}
.client-carousel {
  padding-left: 40px;
  padding-right: 40px;
}
.accordion-box-1 .collapsible-header {
  cursor: pointer;
  padding: 10px 20px 10px 30px;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 37px;
}
.accordion-box-1 .collapsible-body {
  padding: 25px 30px 20px 30px;
  background: none;
}
.accordion-box-1 .collapsible-body p {
  margin: 0;
  line-height: 23px;
}
.accordion-box-1 .collapsible-header {
  position: relative;
}
.accordion-box-1 .collapsible-header:after {
  top: 0;
  right: 0;
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  width: 35px;
  position: relative;
  float: right;
  vertical-align: bottom;
  font-size: 28px;
  line-height: 34px;
  text-align: right;
}
.accordion-box-1 .collapsible-header.active:after {
  content: "";
}
.media-highlights .qx-column img {
  width: 100%;
}
.media-highlights .qx-column h3.qx-blurb-title {
  color: #662d91;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 23px;
  margin-bottom: 0;
}
.media-highlights .qx-element-video-popup {
  margin: 20px 0;
}
.education-box .image-card-4 {
  background: #fff;
  padding: 30px 30px;
  margin: 0px 15px;
  width: 47.5%;
  margin-bottom: 30px;
}
.education-box .image-card-4 a.qx-btn.au-btn.au-btn-border-primary.qx-btn-default:hover {
  background: #662d91;
  color: #fff;
}
.education-box .title p {
  margin: 0;
  line-height: 20px;
}
#g-main.error-404-bg {
  background: url('../../../../images/testimonial-bg.jpg') !important;
  background-attachment: fixed !important;
  text-align: center;
  min-height: calc(100vh - 106px);
  background-attachment: fixed;
  display: flex;
  align-items: center;
  padding: 60px 0 !important;
}
#g-main.error-404-bg h1.heading-404 {
  color: #fff;
  font-size: 190px;
  -webkit-text-stroke: 4px #444;
  text-shadow: 0px 5px 20px #444;
  font-weight: 900 !important;
  letter-spacing: -17px;
  line-height: 178px;
  margin: 0;
}
#g-main.error-404-bg p {
  color: #fff;
  font-size: 21px;
}
.buttons-block {
  margin-bottom: 40px;
}
.buttons-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.buttons-block ul li a {
  background: #97cb50;
  min-width: 150px;
  display: inline-block;
  padding: 10px 0px;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
.buttons-block ul li a:hover {
  background: #fff;
}
#g-main.error-404-bg .g-social a {
  border: transparent;
  background: transparent;
  color: #fff;
  font-size: 19px;
}
.contact-form-joomla .au-input-2, .contact-form-joomla .ba-textarea {
  border: 0;
  padding: 0;
}
.contact-form-joomla .au-input-2 label, .contact-form-joomla .ba-textarea label {
  display: none;
}
.contact-form-joomla p:empty {
  display: none;
}
.dept-title button.qx-btn.qx-btn-default {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  min-height: 140px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  white-space: initial;
  line-height: 26px;
}
.dept-title button.qx-btn.qx-btn-default:hover {
  margin-top: -10px;
}
.dept-title .modal-title {
  margin: 10px 0px;
}
.nohover .card-contnet.card-back {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-testimonials .owl-carousel .owl-item .nohover .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}
.text-testimonial-carousel .image-card-2:hover {
  box-shadow: none;
}
.post-content ul li {
  margin: 0;
}
.post-content ul {
  margin-left: 20px;
}
.platform-content .post-content ul li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  color: #662d91;
}
.platform-content .post-content ul li {
  position: relative;
  padding-left: 16px;
}
.post-content p + ul {
  margin-top: 0;
}
.accordion-box-1 .collapsible-body p {
  margin-bottom: 15px;
}
.accordion-box-1 .collapsible-body p:last-child {
  margin-bottom: 0;
}
.accordion-box-1 .collapsible-body p a {
  color: #662d91;
}
.no-background .bg-primary {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.qx-container {
  width: 1228px;
}
.connect-play {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 50%;
  width: auto !important;
}
.date-media {
  font-size: 12px;
  color: #662d91;
  line-height: 30px;
}
.media-inner h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.media-inner h3 a {
  color: #000;
}
.image-thumbnail {
  position: relative;
  max-height: 203px;
  overflow: hidden;
}
.media-inner {
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #e8e7ec;
}
.media-wrap {
  padding: 0 10px;
}
.row.media-module {
  display: flex;
  flex-wrap: wrap;
}
.media-description {
  padding: 19px 14px;
  text-align: left;
}
.media-inner a.qx-btn.qx-btn-default {
  font-size: 12px;
  padding: 12px 20px 10px 20px;
  background: #97cb50;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  line-height: 1;
  margin-top: 7px;
  color: #444;
}
.media-inner .image-thumbnail > a > img.img-responsive {
  width: 100%;
}
.md-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}
.md-content {
  background: #000 !important;
}
button.md-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 30px;
  height: 30px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: "Arial";
  font-size: 14px;
}
:focus {
  outline: none;
}
.owl-carousel.qx-row.row.media-module .media-wrap {
  width: 100% !important;
}
.post-content table p {
  margin: 0;
}
.post-content table tbody tr td:first-child {
  min-width: 120px;
  text-align: center;
  background: #f9f9f9;
}
.post-content table tbody tr td {
  padding: 9px 15px;
}
.post-content ul {
  margin-top: 0;
}
.post-content ul li p {
  margin: 0;
  display: initial;
}
.cta-reg {
  padding: 50px 0;
}
.cta-reg a.qx-btn.therapeeds-cta-btn.qx-btn-default {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px 10px;
  max-width: 410px;
  box-sizing: border-box;
  word-break: break-all;
  white-space: inherit;
  border: 2px solid #fff;
}
a.qx-btn.therapeeds-cta-btn.qx-btn-default:hover {
  background: transparent;
  color: #fff;
}
.education-box .image-card-4 {
  min-height: 223px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.education-box .image-card-4 .title {
  margin-bottom: 5px;
}
.programs-page .qx-element-image {
  border-radius: 50%;
  width: 100%;
  max-width: 220px;
  height: 220px;
  position: relative;
  margin: 30px auto 0 !important;
}
.programs-page .qx-element-image img {
  min-height: 100%;
  width: auto;
  max-width: initial;
  position: absolute;
  left: -30%;
  min-width: inherit !important;
}
.education-box .image-card-4.big-row {
  display: block;
  width: 97.6%;
  text-align: center;
  height: inherit;
  min-height: inherit;
  padding: 50px 0;
}
.education-box .image-card-4.big-row .title p {
  font-size: 23px;
  font-weight: 700;
  color: #662d91;
  text-align: center;
}
.education-box .image-card-4.big-row p {
  text-align: center;
  color: #383838 !important;
  margin: 0;
}
.classes-sec .image-card-2 .card-contnet {
  min-height: 440px !important;
  margin-bottom: 30px;
}
.classes-sec .image-card-2 .card-contnet h4 {
  line-height: 26px;
}
.education-box.slide-one {
  padding-bottom: 0;
}
.education-box.slide-one .qx-column {
  margin-bottom: 0;
}
.education-box.newclass-row .image-card-4 .title {
  text-align: center !important;
}
.education-box.newclass-row .image-card-4 .title p {
  font-size: 21px;
}
.education-box.newclass-row .image-card-4 .title h3 {
  margin-bottom: 10px;
}
.qx-element-video-popup span {
  color: #662d91;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 23px;
  margin-bottom: 0;
  display: block;
}
.design_change.main-post.shadow-box .services-grids .image-card-4 {
  width: 45%;
  display: flex;
  min-height: 0;
}
.main-post.design_change .image-card-4 .image {
  border-radius: 0;
  max-width: 200px;
  height: 200px;
  margin: 0 !important;
}
.main-post.design_change .post-content {
  text-align: left !important;
}
.main-post.design_change.shadow-box .image-card-4 h3 {
  text-align: left;
  line-height: 25px;
}
.main-post.design_change.shadow-box .image-card-4 a {
  font-weight: 700;
}
.main-post.design_change .services-sec .image-card-4 p {
  text-align: left;
  line-height: 24px;
}
#revero.ours .bg {
  background-position: center;
}
.education-box .change_width_design .image-card-4 {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  min-height: inherit;
}
.education-box .change_width_design .image-card-4, .education-box .change_width_design .image-card-4 .title, .education-box .change_width_design .image-card-4 .qx-element-text {
  width: 100%;
  display: block;
}
.therapeeds-articles h3.qx-media-heading a {
  color: #662d91;
  font-weight: 700;
}
.therapeeds-articles .span4 .qx-media-inner .item-image {
  height: 295px;
  overflow: hidden;
}
.media-highlights > div {
  min-height: 355px;
}
.main-contact-sec.change-image-post {
  background-position: top right !important;
  background-size: contain !important;
}
.speeking-video-sec {
  height: auto;
  padding: 50px 0;
}
.speeking-video-sec .heading-section-1 h3 {
  font-size: 34px;
}
.education-box.newclass-row .image-card-4 .title p span {
  line-height: 30px !important;
}
body:not(.g-home) section#g-navigation {
  position: absolute;
  width: 100%;
}
body:not(.g-home) main#g-main {
  padding-top: 80px !important;
}
section#g-navigation.fixed {
  position: fixed !important;
  top: 0;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.content-middle.main-contact-sec {
  padding-top: 160px;
  background-size: contain !important;
}
@media (max-width: 767px) {
  section#g-navigation.fixed {
    position: inherit !important;
  }
  .g-offcanvas-toggle.fixed {
    top: 36px;
    position: fixed;
  }
  body:not([style*="background-color"]) div#g-page-surround {
    background: #fff !important;
  }
  .banner-live-program {
    width: 100% !important;
    padding-bottom: 10px;
  }
  .education-box.newclass-row .image-card-4 .title p span {
    line-height: 30px !important;
  }
  .education-box.newclass-row .image-card-4 .qx-element-button {
    text-align: center !important;
  }
  .splash-block {
    display: none;
  }
  body #revero #microsite .scrollmagic-pin-spacer, body #revero.ours {
    display: block !important;
    height: inherit;
  }
  body .itemid-125 .g-content {
    padding: 0 !important;
  }
  body #revero.ours #our-features {
    position: inherit !important;
    height: inherit !important;
  }
  body #revero.ours .bg {
    position: inherit !important;
  }
  body #revero.ours #our-features .our-features-step {
    position: inherit !important;
  }
  body #revero.ours #our-features .our-features-step {
    position: inherit !important;
    height: 110px;
  }
  body #revero.ours .bg {
    height: auto;
    min-height: 60vw;
    background-size: cover;
  }
  body #revero.ours #our-features .our-features-step > div {
    transition: inherit !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }
  body #revero.ours #our-features .our-features-step .step-content-wrapper {
    position: inherit !important;
    width: 100%;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    height: inherit;
    min-height: 79vw;
    background-position: center;
  }
  body #revero.ours #our-features .our-features-step {
    height: inherit !important;
    padding: 0;
  }
  body.itemid-125 .qx-container-fluid {
    padding: 0;
  }
  body #revero.ours .step-main-image h2 a, body #revero.ours .step-secondary-image h2 a {
    font-size: 30px;
    margin: 0;
    position: inherit;
  }
  body #revero.ours #our-features .our-features-step.badge .step-main-image, #revero.ours #our-features .our-features-step.badge .step-secondary-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66vw;
    background-position: center;
  }
  body #revero.ours h2 {
    margin: 0;
  }
  body #revero.ours #our-features .our-features-step > div {
    display: flex;
    position: inherit !important;
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  body #revero.ours #our-features .our-features-step .step-content-wrapper .step-content h1 a {
    font-size: 30px;
    width: 100%;
    line-height: 40px;
  }
}
.therapeeds-single .item-image:First-child {
  display: none;
}
.therapeeds-single .item-image {
  width: 100%;
}
.blog.therapeeds-articles .category-desc.clearfix {
  text-align: center;
  margin-bottom: 31px;
}
.blogs-landing-page .qx-media-inner figure {
  margin: 0;
}
.blogs-landing-page .qx-media-inner figure {
  max-height: 194px;
  overflow: hidden;
  display: block;
}
.blogs-landing-page {
  margin: 90px 0;
}
.blogs-landing-page h3.qx-media-heading {
  font-size: 22px;
  line-height: 28px;
}
.therapeeds-story .therapeeds-content {
  background: rgba(255, 255, 255, 0.7) !important;
}
.nicescroll-box p {
  color: #000;
}
.post-content .heading-section ul {
  margin-left: 0px;
}
.post-content .heading-section ul li {
  margin-bottom: 10px;
}
.box-shadow {
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  min-height: 204px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 100%;
  max-width: 366px;
}
.box-shadow h4 {
  color: #662d91;
  line-height: 28px;
}
.c_link {
  position: relative;
}
a.link_1:hover {
  color: #fff !important;
  transition: all 0.3s ease !important;
}
.a_link {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.border-sec .border-col {
  border-right: 1px solid #999;
}
.border-sec h4 {
  color: #662d91;
}
.change-heading .heading-section-1 h3 {
  color: #662d91;
  font-size: 26px;
  line-height: 34px;
}
.change-design.speeking-video-sec .heading-section-1 h3 {
  color: #662d91;
  font-size: 18px;
  line-height: 22px;
}
.change-design.speeking-video-sec .heading-section-1 {
  -webkit-box-shadow: 0px 8px 18px 1px #e7e7e7;
  -moz-box-shadow: 0px 8px 18px 1px #e7e7e7;
  box-shadow: 0px 8px 18px 1px #e7e7e7;
  padding: 20px;
  width: 100%;
  max-width: 366px;
  height: 100px;
}
.change-heading.speeking-video-sec {
  padding: 0;
  -webkit-box-shadow: 18px 0px 18px 1px #e7e7e7;
  -moz-box-shadow: 18px 0px 18px 1px #e7e7e7;
  box-shadow: 14px 9px 18px 1px #e7e7e7;
}
.change-design.speeking-video-sec.video-sec {
  padding: 0;
}
.qx-row.media-highlights {
  display: flex;
  flex-wrap: wrap;
}
/*--------Updated-------*/
.videopopups-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 24px;
}
.videopopups-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -40px;
  margin-right: 0;
  top: 140px;
  background: #652d92 !important;
  color: #fff !important;
  padding: 0px 18px !important;
}
.videopopups-carousel.owl-carousel .owl-nav button.owl-prev span {
  font-size: 32px;
}
.videopopups-carousel.owl-carousel .owl-nav button.owl-next {
  top: 140px;
  right: -40px !important;
  background: #652d92 !important;
  color: #fff !important;
  padding: 0px 18px !important;
}
.videopopups-carousel.owl-carousel .owl-nav button.owl-next span {
  font-size: 32px;
}
.layout-redesign .module-redesign .media-wrap {
  width: 100%;
}
.layout-redesign .module-redesign .media-inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.layout-redesign .module-redesign .image-thumbnail {
  max-height: inherit;
  padding: 20px;
  max-width: 400px;
  width: 100%;
}
.layout-redesign .module-redesign .media-inner h3 {
  font-size: 28px;
  font-weight: 500;
  color: #272727;
}
.layout-redesign .module-redesign .media-inner h3 a {
  color: #272727;
}
.layout-redesign .module-redesign .connect-play {
  display: none;
}
.layout-redesign #sptab109 ul.tabs_container li.tab.active, .layout-redesign #sptab113 ul.tabs_container li.tab.active, .layout-redesign #sptab109 ul.tabs_container li.tab, .layout-redesign #sptab113 ul.tabs_container li.tab {
  background: none;
  padding: 0;
}
.layout-redesign #sptab109 ul.tabs_container li.tab span, .layout-redesign #sptab113 ul.tabs_container li.tab span {
  background: #fafafa;
  color: #000;
  display: flex;
  align-items: center;
  padding: 25px 80px;
  letter-spacing: 2px;
  text-transform: capitalized;
  font-weight: 400;
}
.layout-redesign #sptab109 ul.tabs_container li.tab.active span, .layout-redesign #sptab113 ul.tabs_container li.tab.active span {
  background: #652d92;
  color: #fff;
}
.layout-redesign #sptab109 .tabs_buttons, .layout-redesign #sptab113 .tabs_buttons {
  background: none;
  margin-bottom: 40px;
}
.layout-redesign #sptab109 .tab-padding, .layout-redesign #sptab113 .tab-padding {
  padding: 10px 10px 10px 0 !important;
}
.layout-redesign_carousel .image-thumbnail {
  max-width: 60%;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.layout-redesign_carousel .media-wrap {
  width: 100%;
}
.layout-redesign_carousel .media-inner {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background: #652d92;
}
.layout-redesign_carousel .image-thumbnail {
  max-height: 400px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.layout-redesign_carousel .media-description {
  padding: 0 30px;
}
.layout-redesign_carousel .media-inner h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff !important;
}
.layout-redesign_carousel .module-redesign .media-inner h3 a, .layout-redesign_carousel .module-redesign .media-inner .date-media, .layout-redesign_carousel .module-redesign .media-inner .date-media p {
  color: #fff;
}
.layout-redesign_carousel .module-redesign .media-inner .date-media {
  font-size: 14px;
  line-height: 24px;
}
.layout-redesign_carousel .module-redesign .media-inner .date-media p {
  margin-top: 10px;
}
.layout-redesign_carousel .owl-nav {
  display: none;
}
.layout-redesign_carousel .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 60px;
}
.layout-redesign_carousel button.owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #7d7972 !important;
  margin: 0 2px;
}
.layout-redesign_carousel button.owl-dot.active {
  background: #97cb50 !important;
}
.layout-redesign .module-redesign .media-inner h3 .blurb {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin: 18px 0 15px 0;
  line-height: 22px;
  width: 85%;
}
.btn.therapeeds-btn {
  font-size: 16px !important;
  text-transform: uppercase;
  border: 1px solid #662d91;
  padding: 12px 20px 10px;
  min-width: 170px;
  border-radius: 0;
  margin-top: 30px !important;
}
.chn-ht .qx-media-inner figure {
  height: 344px;
  max-height: inherit;
}
.chn-ht .qx-media-inner figure img {
  height: 100%;
  object-fit: cover;
}
.therapeeds-single .item-image {
  text-align: center;
}
.au-navbar.top-navebar ul li:nth-child(2) {
  display: none;
}
div.cst-pop {
  background: #fff;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.qx-element-video-popup.brd-up {
  border: 4px solid #c7c7c7;
}
/*--------Parent's Weekend Page CSS added 3.11.25-------*/
.parent-sec .icon-box {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  min-height: 140px;
  scroll: auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.parent-sec .icon-box-2 .title {
  margin: 0px;
  width: 100%;
}
.parent-sec .icon-box:hover {
  margin-top: -10px;
}
.parent-sec {
  display: block;
}
.parent-sec h3 br {
  display: none;
}
div.parent-sec .therapeeds-story .therapeeds-content {
  margin-top: 10%;
}
.parents-box {
  margin-bottom: 25px;
}
.parents-box .title {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parents-box .title h3 {
  margin: 0;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.parents-box .title:hover {
  margin-top: -10px;
}
.parents-box h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.parents-title button.qx-btn.qx-btn-default {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  min-height: 140px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  white-space: initial;
  line-height: 26px;
}
.parents-title button.qx-btn.qx-btn-default:hover {
  margin-top: -10px;
}
.parents-title .modal-title {
  margin: 10px 0px;
  font-size: 24px;
}
div.parent-sec div.modal .modal-body h4 {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.6;
}
div.parent-sec div.modal {
  max-width: 95%;
  height: auto;
  max-height: 85% !important;
  overflow-x: hidden;
  overflow-y: auto;
  /* Allow scrolling if content exceeds max-height */
  padding: 20px;
  /* Add padding around the content */
  box-sizing: border-box;
  /* Ensure padding doesn't affect width/height calculations */
}
div.parent-sec div.modal .modal-body {
  padding: 1.2em;
  overflow-y: auto;
  flex-grow: 1;
  max-height: calc(100% - 75px);
  margin-right: 1em;
}
/* For the modal content*/
div.parent-sec div.modal .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 100%;
  word-wrap: break-word;
}
div.parent-sec div.modal .modal-header {
  position: sticky;
}
/* close button (X) is positioning */
div.parent-sec div.modal .modal-header .close {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 30px;
  color: #000;
  border: none;
  background: none;
  opacity: 1;
}
/* hover effect for visibility */
div.parent-sec div.modal .modal-header .close:hover {
  color: #662d91;
  /* Change color on hover */
  cursor: pointer;
  /* Change cursor on hover */
}
div.parent-sec div.modal ul {
  list-style: none;
  margin: 1em !important;
  padding-bottom: 1.3em;
  color: #4d4d4d;
}
/* Custom styling for the bullet points inside the modal */
div.parent-sec div.modal ul li {
  align-items: flex-start;
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
}
/* Create custom bullet points with a different color */
div.parent-sec div.modal ul li::before {
  content: "•";
  color: #5e2f90;
  font-size: 12px;
  /* Bullet size */
  position: absolute;
  left: 0;
  /* Position the bullet to the left */
  top: 15%;
}
div.parent-sec div.modal p {
  font-size: 18px;
  padding-left: 1.7rem;
  font-weight: 400;
  color: #4d4d4d;
}
div.parent-sec div.modal em {
  color: #4d4d4d;
}
div.parent-sec div.modal .modal-body h5 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.5em;
}
#outdoors p, #indoors p, #museums p {
  padding-bottom: 15px;
}
#outdoors h5, #indoors h5, #museums h5 {
  padding-top: 15px;
}
@media (min-width: 768px) {
  div.parent-sec .modal-dialog {
    width: auto;
  }
}
/*Careers modal on Julia's story/Our Team page*/
#careers .modal-dialog .modal-content .modal-body {
  overflow: auto;
  max-height: 80vh;
}
/*# sourceMappingURL=custom_17.css.map */