@charset "UTF-8";
/* Fonts and Icons Import */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700|Montserrat:300,400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Settings */
/* Macros */
/* Mixins */
/* CSS */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.wrapper {
  width: 100%;
  float: none;
  display: block;
  margin: 0 auto !important;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }

.wrapper.lg {
  max-width: 1260px; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

.clearfix, .row {
  display: block; }

.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: '';
  width: 100%;
  display: table; }

a {
  text-decoration: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  color: #533560; }

a:hover {
  color: #E0C479; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0px;
  font-family: "Montserrat", sans-serif; }

p {
  margin: 0; }

* + h1, * + h2 {
  margin-top: 30px; }

* + h3, * + h4 {
  margin-top: 25px; }

* + h5, * + h6 {
  margin-top: 20px; }

* + p {
  margin-top: 15px; }

/* Fonts and Texts Related */
.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.set-bg, .bg, .overlay {
  background-size: cover;
  background-position: center;
  position: relative; }

.parallax {
  background-attachment: fixed; }

@media all and (max-width: 992px) {
  .parallax {
    background-attachment: initial; }
}

.overlay > * {
  position: relative;
  z-index: 2; }

.overlay:before {
  content: '';
  background: rgba(83, 53, 96, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute; }

.get-bg {
  display: none !important; }

.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6 {
  font-weight: 700; }

.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6 {
  font-weight: 600; }

.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 {
  font-weight: 500; }

.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 {
  font-weight: 400; }

.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  font-weight: 300; }

/* Float and Display related */
.fl {
  float: left; }

.fr {
  float: right; }

.ib {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px; }
  .ib.vt {
    vertical-align: top; }

.socialIcons a {
  display: inline-block;
  padding: 0 6px; }

.altBg {
  background-color: #F9F9F9; }

/* Widths and Paddings */
.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w33 {
  width: 33.33%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w66 {
  width: 66.66%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.pl20 {
  padding-left: 20px; }

.pr20 {
  padding-right: 20px; }

.pl30 {
  padding-left: 30px; }

.pl40 {
  padding-left: 40px; }

.pl60 {
  padding-left: 60px; }

.pr60 {
  padding-right: 60px; }

.pr30 {
  padding-right: 30px; }

.p0-0 {
  padding-left: 0;
  padding-right: 0; }

.p0-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p0-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p0-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p0-30 {
  padding-left: 30px;
  padding-right: 30px; }

.p10-0 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p20-0 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p30-0 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p40-0 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p50-0 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p60-0 {
  padding-top: 60px;
  padding-bottom: 60px; }

.p70-0 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.mt60 {
  margin-top: 60px; }

/* Form Style */
input[type=submit] {
  cursor: pointer;
  /*background-image:url(../Images/blank.png) !important; */ }

::-webkit-input-placeholder {
  opacity: 0.7 !important;
  color: inherit !important; }

::-moz-placeholder {
  opacity: 0.7 !important;
  color: inherit !important; }

:-ms-input-placeholder {
  opacity: 0.7 !important;
  color: inherit !important; }

textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {
  display: block;
  border: none;
  outline: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 17px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 8px 20px;
  width: 100% !important; }

textarea {
  min-height: 200px; }

form .field {
  padding: 0 0 20px; }

form .field input::placeholder {
  color: #BBB !important;  }

form .fields-group {
  margin: 0 -10px; }

form .fields-group .field {
  padding: 0 10px 20px; }

form .actions {
  position: relative;
  margin-top: 10px; }

form input[type="radio"], form input[type="checkbox"] {
  display: none; }

form input[type="radio"] + label, form input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer; }

form input[type="radio"] + label:before, form input[type="checkbox"] + label:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #E0C479;
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ccc;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  text-align: center;
  line-height: 18px; }

form input[type="radio"] + label:before {
  border-radius: 50%; }

form input[type="radio"]:checked + label:before {
  background: #E0C479;
  border-color: #E0C479; }

form input[type="checkbox"]:checked + label:before {
  border-color: #E0C479;
  font-size: 14px;
  background: #E0C479;
  color: #fff; }

input[type="submit"] {
  outline: none;
  padding: 14px 24px;
  background: #fff;
  color: #444444;
  border: 1px solid #E0C479;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  border-radius: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Lato", sans-serif;
  margin-top: 30px; }

input[type="submit"]:hover {
  color: #ffffff;
  background: #533560;
  border-color: #533560; }

/* Slick Slider */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 5;
  font-size: 0;
  line-height: 58px;
  width: 30px;
  height: 58px;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  margin: -30px 0 0;
  display: block;
  text-align: center; }

.slick-arrow:before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 56px;
  color: #000;
  display: block;
  line-height: 58px; }

.slick-arrow.slick-next {
  left: inherit;
  right: -30px; }

.slick-arrow.slick-next:before {
  content: ""; }

.slick-dotted ul.slick-dots {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 0; }

.slick-dotted ul.slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.slick-dotted ul.slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: #a1a1a1;
  border-radius: 50%;
  outline: 0; }

.slick-dotted ul.slick-dots li.slick-active button {
  background: #000; }

.slick-slider a, .slick-slider button, .slick-slider .slick-slide {
  outline: none; }

/* Fancybox 3 */
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  height: 100%;
  overflow: visible; }

.fancybox-container {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  webkit-backface-visibility: hidden;
  width: 100%;
  z-index: 99993; }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  backface-visibility: hidden;
  background: #0f0f11;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  webkit-backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  backface-visibility: hidden;
  direction: ltr;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity .2s;
  webkit-backface-visibility: hidden;
  z-index: 99994; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  background-color: rgba(30, 30, 30, 0.7);
  color: #ddd;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 44px;
  moz-user-select: none;
  ms-user-select: none;
  pointer-events: none;
  text-align: center;
  user-select: none;
  webkit-font-smoothing: subpixel-antialiased;
  webkit-tap-highlight-color: transparent;
  webkit-touch-callout: none;
  webkit-user-select: none;
  width: 70px; }

.fancybox-buttons {
  display: none;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  direction: ltr;
  overflow: hidden; }

.fancybox-slider-wrap,
.fancybox-slider {
  backface-visibility: hidden;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  webkit-backface-visibility: hidden;
  webkit-tap-highlight-color: transparent;
  z-index: 99993; }

.fancybox-slide {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  overflow: auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  webkit-overflow-scrolling: touch;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-slide > * {
  background-color: #fff;
  border-width: 0;
  box-sizing: border-box;
  display: inline-block;
  margin: 44px 0 44px;
  overflow: auto;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: calc(100% - 88px);
  line-height: normal;
  margin: 44px auto;
  outline: none;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  webkit-overflow-scrolling: touch;
  webkit-tap-highlight-color: transparent;
  white-space: normal;
  width: 80%; }

.fancybox-iframe {
  background: #fff;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: default;
  left: 0;
  margin: 0;
  ms-transform-origin: top left;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  webkit-backface-visibility: hidden;
  webkit-transform-origin: top left;
  z-index: 99995; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  background-size: 100% 100%;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
  cursor: -webkit-grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: hidden; }

.fancybox-error {
  background: #fff;
  cursor: default;
  left: 50%;
  margin: 0;
  max-width: 100%;
  ms-transform: translate(-50%, -50%);
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  webkit-transform: translate(-50%, -50%);
  width: 380px; }

.fancybox-error p {
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small:after {
  background: #fff;
  border-radius: 50%;
  border-width: 0;
  box-sizing: border-box;
  color: #888;
  content: '∩┐╜';
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
  height: 30px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  transition: background .2s;
  width: 30px;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  background: transparent;
  right: -36px;
  top: -36px; }

.fancybox-close-small:hover:after {
  background: #eee;
  color: #555; }

.fancybox-caption-wrap {
  backface-visibility: hidden;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 60px 30px 0 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity .2s;
  webkit-backface-visibility: hidden;
  z-index: 99998; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0;
  webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 44px; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  background-color: currentColor;
  border-color: #fff;
  box-sizing: border-box;
  color: currentColor;
  content: '';
  display: inline-block;
  opacity: 0.9;
  pointer-events: none;
  position: absolute; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  background: transparent;
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  height: 6px;
  left: 20px;
  ms-transform: rotate(-135deg);
  top: 18px;
  transform: rotate(-135deg);
  webkit-transform: rotate(-135deg);
  width: 6px; }

.fancybox-button--right::after {
  background: transparent;
  border-right: solid 2px currentColor;
  border-top: solid 2px currentColor;
  height: 6px;
  ms-transform: rotate(45deg);
  right: 20px;
  top: 18px;
  transform: rotate(45deg);
  webkit-transform: rotate(45deg);
  width: 6px; }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  height: 2px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 1px);
  width: 16px; }

.fancybox-button--close::before {
  ms-transform: rotate(45deg);
  transform: rotate(45deg);
  webkit-transform: rotate(45deg); }

.fancybox-button--close::after {
  ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  webkit-transform: rotate(-45deg); }

.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-radius: 100%;
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  height: 50px;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  webkit-animation: fancybox-rotate .8s infinite linear;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
    webkit-transform: rotate(0deg); }
  to {
    transform: rotate(359deg);
    webkit-transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
    webkit-transform: rotate(0deg); }
  to {
    transform: rotate(359deg);
    webkit-transform: rotate(359deg); } }
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }

  .fancybox-caption {
    margin: 0;
    padding: 20px 0; } }
.fancybox-button--fullscreen::before {
  background: none;
  border: 2px solid;
  height: 11px;
  left: 15px;
  top: 16px;
  width: 15px; }

.fancybox-button--play::before {
  background: transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  border-top: 6px inset transparent;
  height: 0;
  left: 18px;
  top: 16px;
  width: 0; }

.fancybox-button--pause::before {
  background: transparent;
  border-style: solid;
  border-width: 0 2px 0 2px;
  height: 11px;
  left: 18px;
  top: 16px;
  width: 7px; }

.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  height: 3px;
  left: 21px;
  top: 20px;
  width: 3px; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  left: auto;
  margin: 0;
  padding: 5px 5px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  webkit-overflow-scrolling: touch;
  webkit-tap-highlight-color: transparent;
  width: 220px;
  word-break: normal;
  z-index: 99993; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  width: 100%; }

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  border: 5px solid #fff;
  border-right-width: 0;
  border-top-width: 0;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 0;
  max-width: 50%;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  webkit-backface-visibility: hidden;
  webkit-tap-highlight-color: transparent;
  width: 105px; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  left: 0;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  moz-user-select: none;
  ms-user-select: none;
  position: absolute;
  top: 0;
  user-select: none;
  webkit-touch-callout: none;
  webkit-user-select: none; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  border-radius: 2px;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }

  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }
/* List Styling */
ul.listStyle, ul.noStyle {
  margin: 0;
  padding: 0;
  list-style: none; }

/* put listStyle class to "parent" tag of "ul" */
ul.listStyle li {
  padding: 5px 0 5px 30px;
  position: relative;
  font-weight: 500; }

ul.listStyle li:before {
  font-family: 'fontawesome',sans-serif;
  position: absolute;
  font-size: 16px;
  left: 4px;
  color: #E0C479;
  font-weight: normal;
  top: 7px; }

ul.listStyle li:not([class*="fa-"]):before {
  content: "\f105"; }

/*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */
@media (max-width: 992px) {
  /* Width */
  .tabw25 {
    width: 25%; }

  .tabw30 {
    width: 30%; }

  .tabw33 {
    width: 33.33%; }

  .tabw40 {
    width: 40%; }

  .tabw50 {
    width: 50%; }

  .tabw60 {
    width: 60%; }

  .tabw66 {
    width: 66.66%; }

  .tabw70 {
    width: 70%; }

  .tabw75 {
    width: 75%; }

  .tabw100 {
    width: 100%; }

  /* Paddings */
  .p40-0 {
    padding-top: 30px;
    padding-bottom: 30px; }

  .p50-0 {
    padding-top: 35px;
    padding-bottom: 35px; }

  .p60-0 {
    padding-top: 40px;
    padding-bottom: 40px; }

  .p70-0 {
    padding-top: 45px;
    padding-bottom: 45px; }

  .pb40 {
    padding-bottom: 30px; }

  .pb50 {
    padding-bottom: 35px; }

  .pb60 {
    padding-bottom: 40px; }

  .pb70 {
    padding-bottom: 45px; }

  .pt40 {
    padding-top: 30px; }

  .pt50 {
    padding-top: 35px; }

  .pt60 {
    padding-top: 40px; }

  .pt70 {
    padding-top: 45px; }

  .pt25 {
    padding-top: 25px; }

  .tabp0 {
    padding: 0px; }

  /* Mobile Menu Icon */
  a.expandMenu {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 5px; }

  a.expandMenu i {
    position: relative;
    width: 30px;
    left: 0;
    height: 4px;
    opacity: 1;
    display: block;
    background: #533560;
    margin: 5px 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s; }

  a.expandMenu.open i:first-child {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 10px;
    position: relative; }

  a.expandMenu.open i:nth-child(2) {
    position: relative;
    left: -46px;
    opacity: 0; }

  a.expandMenu.open i:last-child {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -8px;
    position: relative; } }
@media (max-width: 767px) {
  /* Width */
  .mw25 {
    width: 25%; }

  .mw33 {
    width: 33.33%; }

  .mw50 {
    width: 50%; }

  .mw66 {
    width: 66.66%; }

  .mw75 {
    width: 75%; }

  .mw100 {
    width: 100%; }

  /* Margin and Paddings */
  .mtop10 {
    margin-top: 10px; }

  .mtop20 {
    margin-top: 20px; }

  .mtop30 {
    margin-top: 30px; }

  .mpt0 {
    padding-top: 0 !important; }

  .mpb0 {
    padding-bottom: 0 !important; }

  .mp0 {
    padding: 0 !important; }

  /* Font Alignments */
  .mobile-left {
    text-align: left; }

  .mobile-center {
    text-align: center; }

  .mobile-right {
    text-align: right; } }
/* Animate CSS */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.7;
  font-family: "Lato", sans-serif;
  color: #444444;
  font-weight: 400;
  overflow-x: hidden; }
  @media (max-width: 992px) {
    body {
      font-size: 16px; } }

.button a, a.button {
  font-size: 15px;
  font-weight: 700;
  color: #533560;
  border: 1px solid #E0C479;
  padding: 10px 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block; }
  .fontWhite .button a, .fontWhite a.button {
    color: #ffffff; }
  .button a:hover, a.button:hover {
    background: #533560;
    color: #fff;
    border-color: transparent !important; }

.button.white a, a.button.white {
  color: #fff;
  border-color: #fff; }

.button.secondaryColor a, a.button.secondaryColor {
  border-color: #533560; }

.button.primaryColor a, a.button.primaryColor {
  border-color: #E0C479;
  color: #E0C479; }
  .button.primaryColor a:hover, a.button.primaryColor:hover {
    color: #fff; }

/* Link Styles */
h1 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 400; }
  @media (max-width: 992px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 992px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 992px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #888888; }
  @media (max-width: 992px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400; }
  @media (max-width: 992px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400; }
  @media (max-width: 992px) {
    h6 {
      font-size: 16px; } }

.table {
  display: table; }
  .table .tableCell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px; }

.border-top {
  border-top: 1px solid #eeeeee; }

.border-bottom {
  border-bottom: 1px solid #eeeeee; }

.border-left {
  border-left: 1px solid #eeeeee; }

.border-right {
  border-right: 1px solid #eeeeee; }

.fontWhite {
  color: #fff; }

.fullImage img {
  width: 100%;
  height: auto; }

.link a:after {
  content: '\f105';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #444444; }

.link a, a.link {
  color: #0E3A87; }
  .link a:hover, a.link:hover {
    color: #533560; }

.link.secondaryColor a, a.link.secondaryColor {
  color: #E0C479; }
  .link.secondaryColor a:hover, a.link.secondaryColor:hover {
    color: #533560; }

.link.secondaryColor a:after, a.link.secondaryColor:after {
  color: #533560; }

.titleStyle {
  position: relative;
  padding-top: 55px;
  z-index: 5; }
  .titleStyle:before {
    content: '';
    position: absolute;
    top: -15px;
    width: 100%;
    height: 30px;
    left: 0;
    background: rgba(224, 196, 121, 0.72);
    border-left: 15px solid #533560;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .titleStyle.bottom {
    padding-top: 0;
    padding-bottom: 30px; }
    .titleStyle.bottom:before {
      top: inherit;
      bottom: -15px;
      max-width: 245px; }

.allTitle .titleStyle {
  padding-top: 0; }
  .allTitle .titleStyle:before {
    top: -75px; }
  .allTitle .titleStyle:after {
    content: '';
    position: absolute;
    height: 220px;
    border: 1px solid #EEEEEE;
    top: -75px;
    right: 0px; }
  @media (max-width: 992px) {
    .allTitle .titleStyle {
      padding-bottom: 30px; }
      .allTitle .titleStyle:before {
        top: -55px; }
      .allTitle .titleStyle:after {
        display: none; } }
@media (max-width: 992px) {
  .allTitle .pl60 {
    padding-left: 0; }
  .allTitle .text-right {
    text-align: left; } }

.staff .titleStyle {
  margin-top: 75px; }

/* Header And Footer CSS
-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Header */
header {
  font-size: 15px;
  min-height: 115px;
  position: absolute;
  z-index: 151;
  width: 100%;
  left: 0;
  top: 0; }
  header .siteLogo {
    padding: 0 30px;
    background: #ffffff; }
    header .siteLogo a {
      height: 115px;
      display: block;
      line-height: 115px; }
      header .siteLogo a img {
        width: auto;
        height: auto;
        max-width: 275px;
        max-height: 80px;
        display: inline-block;
        vertical-align: middle; }
  header a {
    color: #ffffff; }
    header a:hover {
      font-weight: 700;
      color: #ffffff; }
  header .headerRight {
    padding: 17px 0; }
  header .topStrip {
    font-size: 13px; }
  header .siteNavigation {
    text-align: right; }
    header .siteNavigation ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none; }
      header .siteNavigation ul li {
        display: inline-block; }
        header .siteNavigation ul li a {
          display: block;
          padding: 8px 15px; }
          @media (max-width: 1230px) {
            header .siteNavigation ul li a {
              padding: 8px 10px; } }
          header .siteNavigation ul li a:not(.button) {
            font-family: "Montserrat", sans-serif;
            text-transform: uppercase; }
          header .siteNavigation ul li a.button {
            padding: 10px 30px;
            font-weight: 700;
            font-size: 13px;
            color: #ffffff; }
        header .siteNavigation ul li.active a {
          color: #ffffff;
          font-weight: 700; }

@media (max-width: 992px) {
  header {
    position: relative;
    z-index: 151;
    min-height: 100px; }
    header .siteLogo {
      padding: 0; }
      header .siteLogo a {
        line-height: 100px;
        height: 100px; }
    header .headerRight {
      padding: 0; }
    header .siteNavigation {
      width: 100%;
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      padding: 0;
      text-align: left;
      border-top: 2px solid #533560;
      display: none; }
      header .siteNavigation ul {
        display: block; }
        header .siteNavigation ul li {
          display: block; }
          header .siteNavigation ul li + li {
            border-top: 1px solid #ddd; }
          header .siteNavigation ul li:last-child {
            padding: 25px 15px; }
          header .siteNavigation ul li a {
            padding: 15px;
            color: #533560 !important; }
            header .siteNavigation ul li a:hover {
              color: #E0C479 !important;
              font-weight: 400; }
    header .topStrip {
      display: none; }
    header .headerRight {
      display: block; } }
/* Footer */
footer {
  background-color: #533560;
  font-size: 15px;
  color: #CCCCCC; }
  footer a {
    color: #CCCCCC; }
    footer a:hover {
      color: #E0C479; }
  footer .footerLinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footerLinks ul li {
      display: inline-block; }
      footer .footerLinks ul li a {
        padding: 8px 15px;
        display: block; }
  footer .footerContent {
    font-size: 13px;
    line-height: 1.8; }

/* Home Page */
.services p {
  line-height: 2;
  font-size: 16px; }

.bannerSection .table {
  height: 100vh;
  min-height: 100vh; }
  @media (min-width: 992px) {
    .bannerSection .table .tableCell {
      padding-top: 115px; }
      .bannerSection .table .tableCell.overlay:before {
        top: inherit;
        bottom: -30px;
        height: calc(100% - 85px); } }
  @media (max-width: 767px) {
    .bannerSection .table {
      min-height: 0;
      height: auto; }
      .bannerSection .table .tableCell {
        display: block;
        width: 100%;
        padding: 60px 15px; }
        .bannerSection .table .tableCell + .tableCell {
          display: none; } }

.services .all-image a, .estimates .link a {
  color: #0E3A87; }
  .services .all-image a:hover, .estimates .link a:hover {
    color: #533560; }

.AboutBanner {
  min-height: 270px; }

.welcomeSection h2 {
  color: #888888; }
@media (min-width: 768px) {
  .welcomeSection .w50 {
    padding-right: 6%; }
    .welcomeSection .w50 + .w50 {
      padding-right: 0;
      padding-left: 6%; } }

.serBlock .imgBg {
  width: 100%;
  padding-bottom: 75%; }

.all-image div:nth-child(3n+1) {
  clear: left; }

.staff-content .mail a {
  color: #444444;
  font-size: 13px;
  display: block;
  white-space: normal;
  word-break: break-all; }
  .staff-content .mail a:hover {
    color: #E0C479; }

.aboutRight p {
  padding-bottom: 25px; }

.left-img img {
  -webkit-box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 40px 0 rgba(0, 0, 0, 0.5); }

.allStaff div:nth-child(3n+1) {
  clear: left; }
@media (max-width: 992px) {
  .allStaff div:nth-child(3n+1) {
    clear: none; } }
@media (max-width: 767px) {
  .allStaff div:nth-child(3n+1) {
    clear: none; }
  .allStaff div:nth-child(2n+1) {
    clear: left; } }

.staffimg {
  height: 250px;
  width: 250px;
  max-width: 100%;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  background-size: cover !important; }

.officeContact p {
  font-size: 15px; }
  .officeContact p a {
    font-size: 15px;
    color: #444444;
    line-height: 2; }

/*servicesPage*/
.servicesRight ul li {
  list-style-type: none; }
  .servicesRight ul li:before {
    content: '\f111';
    color: #E0C479;
    font-family: fontawesome;
    font-size: 10px;
    vertical-align: middle;
    padding-right: 15px; }
  .servicesRight ul li a {
    font-size: 24px;
    color: #888888;
    font-weight: 300;
    vertical-align: middle; }
    .servicesRight ul li a:hover {
      color: #E0C479; }
    @media (max-width: 767px) {
      .servicesRight ul li a {
        font-size: 20px; } }
@media (max-width: 992px) {
  .servicesRight ul {
    padding-left: 0; } }

.resources-section .test-1 span {
  color: #E0C479;
  display: block; }
.resources-section .test-1 p {
  padding-top: 10px; }

@media (max-width: 767px) {
  .test-1 {
    padding-right: 0; } }

/*OrderPage*/
/*orderPage*/
form label {
  font-size: 15px;
  /*color: #533560;*/
  margin-bottom: 15px;
  display: block;
  text-align: left !important; }
form select {
  background: url("../images/selectArrow@2x.png") calc(100% - 15px) center no-repeat #ffffff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
form h4 {
  color: #444444;
  padding-bottom: 20px; }

.color h4 {
  color: #444444;
  padding-bottom: 20px; }

/*contactPage*/
.formLeft {
  padding-right: 30px;
  border-right: 1px solid #EEEEEE; }
  @media (max-width: 767px) {
    .formLeft {
      border-right: none; } }

.reach {
  font-size: 15px; }
  .reach a {
    display: block;
    color: #444444;
    white-space: normal;
    word-break: break-all; }
    .reach a:hover {
      color: #533560; }
  .reach .socialIcons a {
    display: inline-block;
    color: #E0C479; }
    .reach .socialIcons a:hover {
      color: #533560; }

.contactForm {
  padding-bottom: 160px; }
  @media (max-width: 992px) {
    .contactForm {
      padding-bottom: 40px; } }

@media (max-width: 480px) {
  .fmw100 {
    width: 100%;
    text-align: center; }

  .staffimg {
    margin: 0 auto; } }
.estimates {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }

/* Responsive */
@media (max-width: 767px) {
  .bannerSection .wrapper {
    padding: 0; }

  .imgShadow {
    padding-left: 15px;
    padding-right: 15px; }

  .wrapLeft {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

    .actionDescription{
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;
}
/*# sourceMappingURL=style.css.map */

.resources-section .resource-description {
  span {
    color: inherit;
    display: inline-block;
  }
  a {
    color: var(--color-2);
  }
  a:hover {
    color: var(--color-1);
  }
}

.fill-gradient-instagram {
  background-clip: text;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  
  /* needed for browser support */
  -webkit-background-clip: text; /* see https://caniuse.com/#feat=background-img-opts */
  -webkit-text-fill-color: transparent; /* https://caniuse.com/#feat=text-stroke */
}