h1 {
  margin-top: 20px;
  margin-bottom: 85px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 60px;
  padding-right: 135px;
  padding-left: 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #684747;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/faftest1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/faftest1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.btn {
  padding: 20px 50px;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 69%, #fd3e4f);
}

.about-container.ref1 {
  background-color: #3f8bfd;
  background-image: none;
  color: #fd3fb3;
}

.about-container.ref1.contact {
  padding-top: 95px;
  padding-bottom: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.89);
  text-align: center;
}

.about-container.ref1.contact.docs {
  padding-top: 69px;
  padding-bottom: 69px;
  background-color: #bf96d8;
}

.reverse {
  color: #fff;
}

.reverse.centre {
  display: block;
  margin-bottom: 21px;
}

.p-large {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
}

.p-large.ref2 {
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.p-large.ref2.contact2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 49px;
  line-height: 50px;
  font-style: normal;
  text-align: center;
}

.p-large.ref2.contact2.mob3 {
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 29px;
}

.p-large.ref2.contact2.mob3.email.mmm2 {
  text-decoration: none;
}

.p-large.ref2.contact2.mob3.email.mmm2.pli {
  color: #fff;
  font-size: 18px;
}

.p-large.ref2.cont {
  font-size: 29px;
  line-height: 50px;
  font-style: normal;
}

.p-large.heada {
  font-size: 22px;
  text-align: center;
}

.btn-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 2px solid #fff;
  border-radius: 50px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.rrow-img {
  margin-left: 20px;
}

.h3-sub {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.playfair {
  font-family: 'Playfair Display', sans-serif;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 135px;
  padding-left: 135px;
}

.about-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding: 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.about-block:hover {
  color: #fff;
}

.p-small {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
}

.h3-number {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 100;
  display: none;
  margin-bottom: 0px;
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.color-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 70%, #fd3e4f);
}

.content {
  position: relative;
  z-index: 2;
}

.team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.huge-number {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: rgba(253, 62, 79, 0.35);
  font-size: 120px;
  line-height: 120px;
  text-align: left;
}

.team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team-row.team2 {
  padding-top: 21px;
}

.team-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member:hover {
  background-color: transparent;
}

.avatar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-image: url('../images/IMG_20190721_235014_581.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.avatar-img:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_20190721_235014_581.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_20190721_235014_581.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.avatar-img._2e {
  background-color: #000;
  background-image: url('../images/2017-07-29-00.22.01.jpg');
  opacity: 1;
  color: #fff;
}

.avatar-img._2e:hover {
  background-color: rgba(0, 0, 0, 0.52);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/2017-07-29-00.22.01.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2017-07-29-00.22.01.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
  opacity: 1;
}

.avatar-img._2e._4e {
  background-image: url('../images/hands.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.avatar-img._2e._4e:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hands.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hands.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px, 0px 0px;
  background-size: auto, cover, auto, auto;
  background-repeat: repeat, repeat-x, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.avatar-img._2e._7e {
  background-image: url('../images/IMG_20190706_213717_199.jpg');
  background-position: 60% 50%;
}

.avatar-img._2e._7e:hover {
  background-image: url('../images/IMG_20190706_213717_199.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/IMG_20190706_213717_199.jpg'), linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, auto, auto;
}

.avatar-img._3e {
  background-image: url('../images/2017-07-29-00.22.01.jpg');
}

.avatar-img._3e._3eeee {
  width: 100%;
  height: 100%;
  background-image: url('../images/2017-07-01-18.18.20.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.avatar-img._3e._3eeee:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/2017-07-01-18.18.20.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2017-07-01-18.18.20.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
}

.avatar-img._3e._5e {
  background-image: url('../images/2018-10-27-16.17.36.jpg');
}

.avatar-img._3e._5e:hover {
  background-image: url('../images/2018-10-27-16.17.36.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/2018-10-27-16.17.36.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.avatar-img._3e._8e {
  background-image: url('../images/s.jpg');
}

.avatar-img._3e._8e:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/s.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/s.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
}

.avatar-img._4 {
  background-image: url('../images/baby.jpg');
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.avatar-img._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/baby.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/baby.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat-x, repeat;
  background-attachment: scroll, scroll, scroll;
}

.avatar-img._6e {
  background-image: url('../images/2017-07-09-16.42.33-1.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.avatar-img._6e:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/2017-07-09-16.42.33-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2017-07-09-16.42.33-1.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 65% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
}

.avatar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-image: linear-gradient(45deg, rgba(253, 63, 179, 0.85), rgba(253, 63, 129, 0.85) 30%, rgba(253, 62, 79, 0.85) 70%, rgba(253, 62, 79, 0.85));
  opacity: 1;
}

.avatar-content {
  position: relative;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-name {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.avatar-title {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
}

.avatar-title.reverse {
  color: #9a9a9a;
}

.sub-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  margin-top: -28px;
  padding-top: 69px;
}

.img-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-content {
  padding: 80px 135px 80px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pink-text {
  color: #fd3e4f;
  text-decoration: none;
}

.pink-text.s22 {
  color: #000;
}

.pink-text.s33 {
  color: #fd3fb3;
}

.pink-text.s33.s333 {
  color: #000;
}

.pink-text.s33.s4444 {
  color: #7a004b;
}

.pink-text.s33.s4444.papfc {
  color: #000;
}

.features-title {
  margin-bottom: 53px;
  line-height: 50px;
  text-align: left;
}

.p-features {
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 135px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.services-container.s2 {
  background-color: #fd3fb3;
}

.services-container.s3 {
  background-color: #fd3e4f;
}

.services-container.s3.s4 {
  background-color: #000;
}

.services-container.s3.s4.s444 {
  background-color: #9e4c4c;
}

.services-container.s3.s4.s444.bap {
  background-color: #fd3e4f;
}

.services-container.gallery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services-intro {
  width: 35%;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-p {
  margin-top: -33px;
  padding-top: 0px;
  font-family: Poppins, sans-serif;
  color: #dfdfdf;
  font-size: 20px;
  line-height: 25px;
}

.services-block {
  width: 48%;
  margin-bottom: 20px;
}

.services-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-1_1icon-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon.icon-2 {
  background-image: url('../images/icon-2_1icon-2.png');
}

.services-icon.icon-3 {
  background-image: url('../images/icon-3_1icon-3.png');
}

.services-icon.icon-4 {
  background-image: url('../images/icon-4_1icon-4.png');
}

.services-p-small {
  font-family: Poppins, sans-serif;
  color: #e1e1e1;
}

.h3-services {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.h3-services.b22 {
  color: #000;
}

.h3-services.b3 {
  color: #000;
}

.h3-services.b4 {
  color: #70c6ff;
}

.h3-services.b5 {
  color: #000;
}

.h3-services.b6 {
  color: #000;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fd3fb3;
}

.contact-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 58px;
  max-width: 1200px;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/sefsdfsdfsf.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.logo.pura {
  width: 88px;
  height: 29px;
  background-image: url('../images/pura.png');
  background-size: contain;
}

.logo.pura.w--current {
  width: 100px;
  height: 39px;
  background-image: url('../images/faf-png.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.p-contact {
  margin-top: 60px;
  margin-bottom: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #525151;
  line-height: 26px;
  font-weight: 400;
}

.p-contact.black {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #000;
}

.h5-copyright {
  margin-top: 51px;
  margin-bottom: 51px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.h5-copyright.footer {
  margin-top: -13px;
  margin-bottom: 31px;
  font-size: 12px;
  font-weight: 400;
}

.contact-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/icon-mail_1icon-mail.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-info-icon.phone {
  background-image: url('../images/icon-phone_1icon-phone.png');
}

.email-link {
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 135px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #fd3f81;
}

.nav-link.w--current {
  color: #fd3e4f;
  font-size: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.social-icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -118px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon-block.footer {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-icon-block.team-social {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icon.google {
  background-image: url('../images/google.svg');
}

.social-icon.twitter {
  background-image: url('../images/instagram-svg-small-5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.social-icon.red {
  margin-right: 20px;
  margin-left: 0px;
  background-image: url('../images/facebook-r.svg');
}

.social-icon.red.google-r {
  background-image: url('../images/google-r.svg');
}

.social-icon.red.twitter-r {
  background-image: url('../images/twitter-r.svg');
  color: #fff;
}

.social-icon.team-social-icon {
  margin-left: 0px;
}

.social-icon.twitter {
  background-image: url('../images/instagram-svg-small-5.png');
}

.brand-container {
  width: 80%;
  height: 100%;
  max-width: 1200px;
  min-height: 100px;
  min-width: 100px;
  margin-top: 57px;
  background-image: url('../images/sefsdfsdfsf.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-first-row {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.alert-block {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 30%;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 20px;
  border: 5px solid #e65555;
  background-color: #000;
}

.alert-block__text {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.alet-block__link {
  color: #fff;
}

.alert-block__close {
  position: absolute;
  top: -28px;
  right: -5px;
  background-color: #000;
  font-family: Inconsolata, monospace;
  color: #fff;
  cursor: pointer;
}

.link-block {
  width: 100%;
  height: 100%;
}

.div-block {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  padding: 30px 21px 45px 75px;
}

.html-embed {
  padding-top: 15px;
  padding-left: 60px;
  border-radius: 15px;
}

.about-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding: 70px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.about-block-2:hover {
  color: #fff;
}

.color-bg-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 70%, #fd3e4f);
}

.sfx {
  color: #000;
}

.image {
  margin-top: -61px;
  padding-top: 0px;
}

.social-icon-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon-block-2.team-social {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar-img-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-image: url('../images/layer-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-2 {
  display: block;
  background-color: rgba(0, 0, 0, 0.43);
}

.heading-2:hover {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.div-block-2 {
  display: block;
  background-color: transparent;
  opacity: 0;
}

.div-block-2:hover {
  display: block;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0.68;
}

.text-block {
  color: #fff;
}

.heading-3 {
  opacity: 1;
}

.div-block-3 {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.div-block-3:hover {
  display: block;
  opacity: 1;
}

.div-block-3.no1 {
  opacity: 1;
  color: #fff;
}

.heading-4 {
  display: block;
  border: 1px none #000;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
  font-size: 40px;
}

.heading-4.smr {
  margin-top: 1px;
  background-image: none;
  font-size: 25px;
  line-height: 50px;
}

.heading-4.smr.low {
  margin-top: 0px;
  line-height: 35px;
}

.heading-4.smr.h4 {
  color: #000;
}

.heading-4.smr.h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57));
  color: #000;
  line-height: 35px;
}

.heading-4.smr.h2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: #fff;
}

.heading-4.smr.h1 {
  background-color: hsla(0, 0%, 100%, 0.65);
  color: #000;
}

.bold-text {
  font-size: 15px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-3 {
  color: #fd3fb3;
  font-size: 16px;
}

.bold-text-4 {
  font-size: 15px;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-7 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-8 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-9 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-10 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-11 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-12 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-13 {
  color: #fd3fb3;
  font-size: 17px;
}

.bold-text-14 {
  color: #fd3fb3;
  font-size: 17px;
}

.div-block-4 {
  height: 420px;
  margin-top: 43px;
  border-radius: 8px;
  background-image: url('../images/bespoke.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-4.cp {
  background-image: url('../images/2017-05-26-17.37.48.jpg');
  background-position: 50% 50%;
}

.div-block-4.corp {
  background-image: url('../images/facebook_1564212195838.jpg');
  background-position: 50% 50%;
}

.div-block-4.bb {
  background-image: url('../images/facebook_1564212266033.jpg');
  background-position: 50% 100%;
}

.div-block-4.hen {
  background-image: url('../images/7REElqHo.jpeg');
  background-position: 30% 50%;
  background-size: cover;
}

.div-block-4.adult {
  background-image: url('../images/68359009_2884908931523406_4813802549402402816_n.jpg');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.div-block-5 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  padding-right: 25px;
  padding-left: 25px;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.facebook {
  color: #5346e4;
  text-decoration: none;
}

.facebook.instag {
  color: #fd3e4f;
}

.link {
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-6 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  padding: 20px 74px;
}

.div-block-7 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.click-gallery {
  width: 70%;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.lightbox-link-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.image-2 {
  width: 70%;
}

.image-3 {
  margin-top: -243px;
  padding-top: 0px;
  padding-bottom: 32px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: transparent;
}

.nav-link-2 {
  color: #fff;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-3 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
}

.nav-link-3:hover {
  color: #fd3f81;
}

.nav-link-3.w--current {
  color: #fd3e4f;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-2 {
  width: 176px;
  height: 58px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-2.pura {
  width: 250px;
  height: 100px;
  background-image: url('../images/faf-logo-final-png.png');
  background-size: cover;
}

.logo-2.pura.w--current {
  width: 100px;
  height: 39px;
  background-image: url('../images/faf-png.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  position: static;
  margin-top: 10px;
  clear: both;
}

.bold-text-15 {
  color: #70c6ff;
}

.bold-text-16 {
  color: #fff;
}

.fb-section.videos {
  background-color: #fd3e4f;
}

.fb-main-div {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 21px;
}

.div-block-8 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 22px;
}

.div-block-9 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 22px;
}

.column {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.column-2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.link-2 {
  color: #000;
}

.link-3 {
  color: #000;
}

.link-block-4 {
  width: 100%;
}

.link-block-5 {
  width: 100%;
}

.bold-text-17 {
  color: #fff;
}

.video {
  border: 4px solid #fff;
  border-radius: 0px;
}

.video-2 {
  border: 4px solid #fff;
}

.video-3 {
  border: 4px solid #fff;
}

.link-4 {
  text-decoration: none;
}

.div-block-10 {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 31px;
}

.b1 {
  color: #fd3fb3;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.b2 {
  color: #000;
}

.b2.b44 {
  color: #70c6ff;
}

.bb1 {
  color: #fd3fb3;
}

.image-4 {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
  border-radius: 5px;
}

html.w-mod-js *[data-ix="initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

html.w-mod-js *[data-ix="initial-avatar-bg"] {
  display: none;
  opacity: 1;
}

html.w-mod-js *[data-ix="initial-avatar-content"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="load-navigation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="load-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="load-header-slower"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="load-header-btn"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="load-about-btn"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 30px;
  }

  .header-container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .about-container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .p-large.ref2.cont.smakllk {
    font-size: 25px;
  }

  .p-large.ref2.cont.small2 {
    font-size: 29px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .h3-sub {
    font-size: 18px;
  }

  .about-row {
    padding-right: 80px;
    padding-left: 80px;
  }

  .p-small {
    font-size: 14px;
  }

  .h3-number {
    top: 20px;
  }

  .team-container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .huge-number {
    font-size: 100px;
  }

  .avatar {
    height: 300px;
  }

  .h4-about {
    font-size: 18px;
    line-height: 20px;
  }

  .img-column {
    background-position: 100% 50%;
    background-size: 500px;
  }

  .features-content {
    padding-right: 48px;
  }

  .features-title {
    line-height: 40px;
  }

  .p-features {
    font-size: 16px;
  }

  .services-container {
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-intro {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-intro.galll {
    margin-bottom: 0px;
  }

  .services {
    margin-left: 0px;
  }

  .contact-container {
    padding-right: 80px;
    padding-left: 80px;
  }

  .navbar {
    padding-right: 80px;
    padding-left: 80px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    padding-left: 80px;
    background-color: #000;
  }

  .social-icon-block {
    display: none;
  }

  .social-icon-block.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .brand-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    margin-top: -90px;
    padding-top: 0px;
    color: #fff;
    font-size: 40px;
  }

  .menu-icon-container {
    padding: 0px;
  }

  .menu-icon-container.w--open {
    background-color: transparent;
  }

  .social-icon-block-2 {
    display: none;
  }

  .lightbox-link-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-2 {
    padding-left: 80px;
    background-color: #000;
  }

  .nav-link-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .brand-container-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .nav-menu-3 {
    padding-left: 80px;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }

  .reverse.centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-large.ref2.contact2.mob3 {
    font-size: 20px;
  }

  .p-large.ref2.contact2.mob3.email {
    line-height: 30px;
  }

  .p-large.ref2.cont.smakllk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-large.ref2.cont.sm {
    font-size: 18px;
  }

  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-block {
    margin-top: 40px;
  }

  .team-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member {
    width: 100%;
    margin-bottom: 40px;
  }

  .avatar-img {
    background-position: 50% 0px;
  }

  .img-column {
    display: none;
  }

  .features-title {
    margin-bottom: 20px;
  }

  .features-title.reverse {
    padding-bottom: 40px;
  }

  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .contact-first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .alert-block {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block {
    display: block;
  }

  .html-embed {
    display: block;
  }

  .about-block-2 {
    margin-top: 40px;
  }

  .avatar-img-2 {
    background-position: 50% 0px;
  }

  .div-block-8 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .header-container {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-large {
    font-size: 14px;
  }

  .p-large.ref2.contact2.mob3 {
    font-size: 29px;
  }

  .p-large.ref2.contact2.mob3.email.mmm2 {
    font-size: 16px;
  }

  .p-large.ref2.contact2.mob3.mmm {
    font-size: 18px;
  }

  .p-large.ref2.cont.smakllk.smaller {
    width: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .p-large.ref2.cont.smakllk.smaller.mmobile {
    width: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-large.ref2.cont.small2.smalle2r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-large.ref2.cont.sm.mob3 {
    font-size: 14px;
  }

  .h3-sub {
    font-size: 16px;
  }

  .about-row {
    padding-right: 20px;
    padding-left: 20px;
  }

  .team-container {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .team-container.mob1 {
    padding-top: 39px;
  }

  .avatar-name {
    font-size: 16px;
  }

  .avatar-title {
    font-size: 14px;
  }

  .avatar-title.reverse {
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .member-name {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .features-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-title {
    margin-bottom: 6px;
  }

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

  .services-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .services-block {
    width: 100%;
  }

  .contact-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-about {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .h5-copyright.footer {
    font-size: 12px;
    font-weight: 400;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    padding-left: 20px;
  }

  .div-block-5.mmobile {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
  }

  .click-gallery {
    width: 90%;
  }

  .lightbox-link-2 {
    text-decoration: none;
  }

  .image-2 {
    width: 90%;
  }

  .nav-menu-2 {
    padding-left: 20px;
  }

  .nav-menu-3 {
    padding-left: 20px;
  }

  .div-block-8 {
    margin-right: auto;
    margin-left: auto;
  }
}

