@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
* {
  box-sizing: border-box;
  line-height: 150%; }

@font-face {
  font-family: Sassoon;
  src: url("../../font/Sassoon Primary Regular/Sassoon-Primary.otf"); }
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: Sassoon, Helvetica, sans-serif;
  color: #9e9e9e;
  scroll-behavior: smooth; }

.back-to-top {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer; }
  .back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;
    color: #fff; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible; }

.c-back-banner {
  width: 100%;
  min-height: 340px;
  background-color: #DF8B0D; }

ul {
  margin: 0; }

.ml-2 {
  margin-left: 0.9375rem; }

.at {
  color: #DF8B0D; }

a {
  color: #9e9e9e;
  text-decoration: none; }

p, h1, h2, h3, h4, h5, li {
  margin: 0; }

h3 {
  color: #707070; }

button {
  cursor: pointer;
  font: inherit;
  vertical-align: middle; }

.btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3.125rem;
  padding: 0.625rem 1.875rem; }
  .btn:hover {
    background: #DF8B0D;
    border-color: #DF8B0D;
    transition: all 0.2s ease; }

.c-backdrop {
  position: fixed;
  top: 76px;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  display: none; }
  @media only screen and (max-width: 659px) {
    .c-backdrop {
      display: none; } }

.backdrop-active {
  display: block; }

.divider {
  max-width: 5rem;
  width: 100%;
  height: 0.3125rem;
  background-color: #DF8B0D;
  margin: 1.25rem 0;
  margin-left: auto;
  margin-right: auto; }

input, textarea {
  border: none;
  margin-top: 1.25rem;
  font: inherit;
  color: inherit; }
  input:focus, textarea:focus {
    outline: none; }

label {
  color: #A8B1B6; }

textarea {
  resize: none;
  height: 13.125rem;
  font: inherit; }

.error {
  border-color: #cc0000 !important; }

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 4.375rem;
  width: 100%;
  position: fixed;
  background: transparent;
  z-index: 2;
  color: #fff;
  transition: all 0.3s ease; }
  .c-header a {
    color: #fff; }
  .c-header_logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    .c-header_logo img {
      width: 40px;
      margin-right: 0.625rem; }
  .c-header.scrolled {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.0980392157);
    background: #fff;
    transition: all 0.3s ease;
    color: #707070; }
    .c-header.scrolled a {
      color: #707070; }
    .c-header.scrolled li {
      color: #707070; }
      @media only screen and (max-width: 659px) {
        .c-header.scrolled li {
          color: #fff; } }
    .c-header.scrolled svg {
      fill: #707070; }
      @media only screen and (max-width: 659px) {
        .c-header.scrolled svg {
          color: #fff; } }
    .c-header.scrolled h1 {
      color: #707070; }
  .c-header .nav-link:hover {
    color: #DF8B0D;
    cursor: pointer; }
  @media only screen and (max-width: 659px) {
    .c-header .nav-link:hover {
      color: #fff;
      cursor: pointer; } }
  @media only screen and (max-width: 659px) {
    .c-header {
      padding: 1.25rem 1.25rem;
      background-color: #fff;
      color: #707070; }
      .c-header a {
        color: #707070; }
      .c-header svg {
        fill: #9e9e9e; } }
  .c-header_links {
    display: flex;
    justify-content: center; }
    .c-header_links ul {
      display: flex;
      list-style: none;
      margin-bottom: 0; }
      .c-header_links ul li {
        padding: 0 0.9375rem;
        color: #fff; }
    @media only screen and (max-width: 659px) {
      .c-header_links {
        position: absolute;
        right: 0;
        height: calc(100vh - 76px);
        top: 4.75rem;
        background: #DF8B0D;
        width: 57%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.25rem;
        z-index: 101;
        overflow-y: auto; }
        .c-header_links ul {
          flex-direction: column;
          align-items: center;
          padding: 0;
          color: #fff; }
          .c-header_links ul li {
            color: #fff;
            padding: 1.25rem;
            opacity: 0;
            width: 100%; }
        .c-header_links a {
          width: 100%; } }
  .c-header_social {
    display: flex;
    justify-content: center;
    align-items: center; }
    .c-header_social svg {
      width: 1.5625rem;
      margin-left: 0.625rem;
      fill: #fff; }
    .c-header_social svg:hover {
      fill: #DF8B0D; }
    @media only screen and (max-width: 659px) {
      .c-header_social {
        text-align: center; }
        .c-header_social svg:hover {
          fill: #fff; } }
  .c-header .burger {
    display: none;
    cursor: pointer; }
    .c-header .burger div {
      background-color: #707070;
      border-radius: 2px;
      width: 25px;
      height: 3px;
      margin: 5px;
      transition: all 0.3s ease; }
    @media only screen and (max-width: 659px) {
      .c-header .burger {
        display: block; } }
  .c-header .toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px); }
  .c-header .toggle .line2 {
    opacity: 0; }
  .c-header .toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px); }
  .c-header .nav-active {
    transform: translateX(0%); }
@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
.c-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background-image: url("../../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .c-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    max-width: 43.75rem; }
    .c-banner-title h1 {
      margin: 1.25rem 0;
      font-size: 55px; }
      @media only screen and (max-width: 500px) {
        .c-banner-title h1 {
          font-size: 210%; } }
    @media only screen and (max-width: 500px) {
      .c-banner-title h2 {
        font-size: 100%; } }
  .c-banner .scroll-down {
    position: absolute;
    bottom: 1.25rem;
    margin: auto;
    width: 24px;
    height: 24px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite; }
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }
.a {
  background-color: #520E24;
  background-image: url("../../images/room/1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.b {
  background-color: #520E24;
  background-image: url("../../images/room/2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.c {
  background-color: #520E24;
  background-image: url("../../images/room/3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.d {
  background-image: url("../../images/room/4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.e {
  background-image: url("../../images/room/5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.f {
  background-image: url("../../images/room/6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.room {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #E6ECF8;
  padding: 3.125rem 0 4.375rem 0; }
  .room-title {
    width: 100%;
    text-align: center;
    min-height: 120px; }
    .room-title h2 {
      color: #707070; }
  .room-body {
    max-width: 1400px;
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap; }
    .room-body a {
      display: flex;
      flex-grow: 1;
      flex-basis: 300px; }
    .room-body .item {
      margin: 0.3125rem;
      display: flex;
      flex-grow: 1;
      flex-basis: 320px;
      height: 350px;
      border-radius: 8px;
      cursor: pointer; }
      @media only screen and (max-width: 659px) {
        .room-body .item {
          margin: 0.625rem 1.25rem; } }
  .room .btn {
    margin-top: 50px;
    border-color: #DF8B0D;
    color: #DF8B0D; }
    .room .btn:hover {
      color: #fff; }

.c-gallery {
  width: 100%; }
  .c-gallery .c-banner-title h3 {
    color: #fff; }
  .c-gallery-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 28.125rem;
    background-image: url("../../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .c-gallery-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    position: relative;
    top: -6.25rem; }
    .c-gallery-content a {
      display: flex;
      justify-content: center; }
    .c-gallery-content .gallery-item {
      max-width: 460px;
      max-height: 500px;
      border-radius: 0.5rem;
      margin: 0.625rem;
      display: flex;
      flex: auto;
      flex-grow: 1;
      flex-basis: 15.625rem;
      justify-content: space-between;
      align-items: center;
      object-fit: cover;
      box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
      cursor: pointer; }
      .c-gallery-content .gallery-item:hover {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.8); }
      @media only screen and (max-width: 659px) {
        .c-gallery-content .gallery-item {
          max-width: 90%; } }
      .c-gallery-content .gallery-item::before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        border: 2px solid red;
        border-color: transparent #e1e1e1 transparent #e1e1e1;
        border-radius: 50%;
        animation: loader 1s linear infinite;
        z-index: 0; }
      .c-gallery-content .gallery-item img {
        width: auto;
        height: 100%;
        flex: 1;
        position: relative;
        cursor: pointer; }
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }
.c-welcome {
  max-width: 75rem;
  width: 100%;
  text-align: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  padding-top: 60px;
  margin: auto; }
  .c-welcome-title {
    margin-bottom: 3.125rem;
    padding: 0 1.25rem 1.25rem 1.25rem; }
    .c-welcome-title h2 {
      color: #707070; }
    @media only screen and (max-width: 800px) {
      .c-welcome-title {
        text-align: justify; }
        .c-welcome-title h2 {
          text-align: center; } }
  .c-welcome-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75rem;
    margin: auto;
    word-wrap: break-word;
    padding-bottom: 100px; }
    .c-welcome-content h3 {
      margin-bottom: 0.625rem; }
    .c-welcome-content .philosiphy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 200px;
      width: 100%;
      flex-wrap: wrap; }
      .c-welcome-content .philosiphy-row {
        display: flex;
        flex-direction: row; }
        @media only screen and (max-width: 800px) {
          .c-welcome-content .philosiphy-row {
            flex-direction: column; } }
      .c-welcome-content .philosiphy .reverse {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 800px) {
          .c-welcome-content .philosiphy .reverse {
            flex-direction: column; } }
      .c-welcome-content .philosiphy #rachel-image {
        background-image: url("../../images/rachel.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .c-welcome-content .philosiphy .takeAction {
        background-image: url("../../images/takeAction.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .c-welcome-content .philosiphy .support {
        background-image: url("../../images/support.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .c-welcome-content .philosiphy .welcome-left {
        min-height: 400px;
        width: 50%;
        float: left; }
        @media only screen and (max-width: 800px) {
          .c-welcome-content .philosiphy .welcome-left {
            width: 100%; } }
      .c-welcome-content .philosiphy .welcome-right {
        width: 50%;
        float: right;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 50px 70px 50px;
        align-content: center; }
        @media only screen and (max-width: 800px) {
          .c-welcome-content .philosiphy .welcome-right {
            width: 100%; } }

.c-programmes {
  width: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
  top: -16.875rem;
  margin-bottom: -6.25rem; }
  .c-programmes-title {
    margin-bottom: 1.875rem; }
    .c-programmes-title .divider {
      background-color: #fff; }
  .c-programmes-content {
    max-width: 75rem;
    width: 100%;
    background-color: #fff;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    color: #9e9e9e;
    border-radius: 0.5rem;
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02); }
    .c-programmes-content .program {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 13.125rem;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 1.875rem; }
      .c-programmes-content .program:first-child {
        border-right: 1px solid #E6ECF8; }
        @media only screen and (max-width: 581px) {
          .c-programmes-content .program:first-child {
            border-bottom: 1px solid #E6ECF8;
            border-right: none; } }
      .c-programmes-content .program:last-child {
        border-left: 1px solid #E6ECF8; }
        @media only screen and (max-width: 825px) {
          .c-programmes-content .program:last-child {
            border-top: 1px solid #E6ECF8;
            border-left: none; } }
      .c-programmes-content .program h3 {
        margin: 0.625rem 0; }

/*start of pricing*/
.price-container {
  width: 100%;
  min-height: 700px;
  box-sizing: border-box;
  text-align: center;
  color: #fff; }
  .price-container p {
    color: #9e9e9e; }
  .price-container .divider {
    background-color: #fff; }

.container {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 1.25rem;
  margin: auto; }

.border {
  border-right: 1px solid #E6ECF8;
  border-left: 1px solid #E6ECF8; }

ul {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding: 1.25rem 0; }
  ul li {
    padding: 0.625rem 0; }

.panel {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: auto; }

.panel img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  margin-top: 20px; }

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  border-radius: 12px; }

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row; } }
.pricing-table * {
  text-align: center;
  text-transform: uppercase; }

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
  position: relative; }

.pricing-plan:last-child {
  border-bottom: none; }

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #E6ECF8;
    flex-basis: 100%; }

  .pricing-plan:last-child {
    border-right: none; } }
.pricing-img {
  margin-bottom: 25px;
  max-width: 100%; }

.pricing-header {
  color: #888899;
  font-weight: 600; }

.pricing-features {
  color: #9e9e9e;
  margin: 0px 0 25px; }

.pricing-plan p {
  text-align: left;
  margin-top: 50px;
  text-transform: none;
  font-weight: 600; }

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  text-align: justify;
  text-transform: none;
  padding-bottom: 8px; }

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff; }

.pricing-price {
  display: block;
  font-weight: 700;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0; }
  .pricing-price h3 {
    color: #DF8B0D; }

.background {
  position: relative;
  width: 100%;
  padding-top: 50px; }

.background hr {
  background: #fff; }

.background::after {
  content: '';
  background: #DF8B0D;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

/*End of pricng*/
.c-contact {
  width: 100%;
  background-color: #DF8B0D;
  padding: 4.375rem 0;
  color: #fff; }
  .c-contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 75rem;
    margin: 0 auto; }
    .c-contact-content .contact-item {
      display: flex;
      align-items: center;
      margin: 1.25rem;
      flex-grow: 1;
      flex-basis: 200px;
      word-break: break-word; }
      .c-contact-content .contact-item img {
        width: 5.625rem;
        height: 5.625rem; }
      .c-contact-content .contact-item_info {
        margin-left: 0.9375rem; }

.c-map {
  cursor: pointer; }
  .c-map .open-map {
    width: 100%;
    display: block;
    padding: 1.25rem 0;
    background-color: #FAFAFA;
    border: none;
    color: #A8B1B6;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .c-map .open-map img {
      width: 1.25rem;
      margin-bottom: 0.625rem; }
  .c-map .c-map-content {
    padding: 0;
    overflow-y: hidden;
    background-color: #f1f1f1;
    transition: all .5s ease-in-out;
    max-height: 0; }
    .c-map .c-map-content.slidedown {
      max-height: 400px; }
    .c-map .c-map-content iframe {
      width: 100%;
      margin: 0;
      padding: 0; }

.c-contact-form {
  padding: 5rem 1.25rem; }
  .c-contact-form_title {
    text-align: center;
    margin-bottom: 3.125rem; }
    .c-contact-form_title h2 {
      color: #707070; }
  .c-contact-form .contact-form {
    display: flex;
    flex-direction: column; }
    .c-contact-form .contact-form_content {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 81.25rem;
      width: 100%;
      margin: auto;
      align-items: stretch; }
      .c-contact-form .contact-form_content .form-field {
        display: flex;
        flex-direction: column;
        padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
        border: 1px solid #E2E6E7; }
        .c-contact-form .contact-form_content .form-field.nameFormfield {
          border-radius: 0.5rem 0 0 0; }
          @media only screen and (max-width: 643px) {
            .c-contact-form .contact-form_content .form-field.nameFormfield {
              border-radius: 0.5rem 0.5rem 0 0; } }
        .c-contact-form .contact-form_content .form-field.messageFormfield {
          border-radius: 0 0.5rem 0.5rem 0; }
          @media only screen and (max-width: 643px) {
            .c-contact-form .contact-form_content .form-field.messageFormfield {
              border-radius: 0 0 0.5rem 0.5rem; } }
        .c-contact-form .contact-form_content .form-field.phoneFormfield {
          border-radius: 0 0 0 0.5rem; }
          @media only screen and (max-width: 643px) {
            .c-contact-form .contact-form_content .form-field.phoneFormfield {
              border-radius: 0 0 0 0; } }
      .c-contact-form .contact-form_content .c-personal {
        width: 50%;
        flex-grow: 1;
        flex-basis: 300px; }
      .c-contact-form .contact-form_content .c-message {
        display: flex;
        width: 50%;
        position: relative;
        flex: 1;
        flex-grow: 1;
        flex-basis: 300px;
        border-radius: 0 0.5rem 0.5rem 0; }
        .c-contact-form .contact-form_content .c-message .form-field {
          flex: 1; }
    .c-contact-form .contact-form_handler {
      margin: auto;
      margin-top: 3.125rem; }
      .c-contact-form .contact-form_handler .btn-submit {
        border-color: #DF8B0D;
        color: #DF8B0D;
        margin: auto; }
        .c-contact-form .contact-form_handler .btn-submit:hover {
          background: #DF8B0D;
          color: #fff; }
    .c-contact-form .contact-form .form-success-message {
      background-color: #dbf0d9;
      border: 1px solid #0D8547;
      padding: 1.25rem;
      max-width: 81.25rem;
      width: 100%;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      margin: auto;
      margin-bottom: 1.875rem;
      display: none; }
      .c-contact-form .contact-form .form-success-message svg {
        max-width: 1.5625rem;
        width: 100%;
        margin-right: 0.625rem;
        fill: #0D8547; }

footer {
  background: #222222;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3.125rem;
  color: #fff; }
  @media only screen and (max-width: 659px) {
    footer {
      padding: 1.25rem;
      flex-direction: column;
      align-items: center; } }
  footer .c-footer-logo {
    text-align: center;
    flex-grow: 1; }
    footer .c-footer-logo h3 {
      color: #fff; }
  footer .c-footer_links {
    display: flex;
    justify-content: center;
    flex-grow: 1; }
    footer .c-footer_links ul {
      display: flex;
      list-style: none;
      padding: 0; }
      @media only screen and (max-width: 650px) {
        footer .c-footer_links ul {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (max-width: 755px) {
        footer .c-footer_links ul {
          margin: 1.25rem 0; } }
      footer .c-footer_links ul li {
        padding: 0 0.9375rem;
        color: #fff; }
        @media only screen and (max-width: 650px) {
          footer .c-footer_links ul li {
            padding: 0.9375rem 0.9375rem; } }
        footer .c-footer_links ul li:hover {
          color: #DF8B0D; }
  footer .c-footer_social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1; }
    footer .c-footer_social svg {
      width: 1.5625rem;
      fill: #fff; }
    footer .c-footer_social svg:hover {
      fill: #DF8B0D; }

/*start of reviews*/
.testimonial {
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid #E6ECF8;
  min-height: 700px;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px; }

.reviewTitle h2 {
  color: #707070; }

.reviewContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.25rem; }

.testimonial h2 {
  margin-top: 50px; }

.snip {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  margin: 35px 7px 10px;
  min-height: 370px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #DF8B0D; }

.snip *,
.snip *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.snip figcaption {
  padding: 13% 10% 12%; }

.snip figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #DF8B0D;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px; }

.snip h3 {
  color: #9e9e9e;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px; }

.snip h4 {
  margin: 0;
  opacity: 0.5; }

.snip blockquote {
  font-style: italic;
  margin: 0 0 20px; }

/*End of reviews*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

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

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*# sourceMappingURL=main.css.map */
