@font-face {
  font-family: 'psychology';
  src:  url('fonts/psychology.eot?cfez9z');
  src:  url('fonts/psychology.eot?cfez9z#iefix') format('embedded-opentype'),
    url('fonts/psychology.ttf?cfez9z') format('truetype'),
    url('fonts/psychology.woff?cfez9z') format('woff'),
    url('fonts/psychology.svg?cfez9z#psychology') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="psychology-"], [class*=" psychology-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'psychology' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.psychology-circle:before {
  content: "\e900";
}
.psychology-thumb:before {
  content: "\e901";
}
.ltr .fusion-section-separator .fusion-section-separator-spacer.fusion-section-separator-fullwidth,.ltr .fusion-section-separator .fusion-section-separator-svg.fusion-section-separator-fullwidth{
    left:50%;
    transform:translateX(-50%);
    display: none !important;
}
html.avada-is-100-percent-template #main.width-100 {
  background-color: #f5f8f8 !important;
}
.fusion-testimonials .review {
  display: block !important;
}















html.avada-is-100-percent-template #main.width-100 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

* {
    box-sizing: border-box;
}
body {
    background-color: #ecf0f1;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
	z-index: 100;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 0 auto;
margin-top: 5%;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: auto;
height: auto;
object-fit: contain;
margin: 0 auto;
text-align: center;
left: 0%;
position: relative;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .fusion-body .fusion-sticky-container.fusion-sticky-transition .fusion-menu-element-wrapper[data-count="1"] .fusion-menu-element-list {
  min-height: 330px !important;
}
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
.box1 {
  position: relative;
  right: -28% !important;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.width-100 .fusion-fullwidth, .width-100 .nonhundred-percent-fullwidth {
  margin-left: 0px !important;
  margin-right: 0px !important;
}










* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.box1 {
  position: relative;
  right: 0% !important;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.address {
  padding: 3em 0;
}
.address p{
  font-size: 24px;
}

.address h3{
  color: #422774 !important;
}


h2.heading {
  margin-bottom: 20px !important;
}