<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset.css is here */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
figure {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  height: auto;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
  display: block;
}
a {
  text-decoration: none !important;
  display: block;
  outline: none;
  color: #cb4721;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
h1 {
  font-size: 70px;
  line-height: 72px;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  font-family: 'Siggy-Bold';
  text-transform: uppercase;
}
h2 {
  font-size: 40px;
  line-height: 52px;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: 'GoodTimesRg-Regular';
}
h3 {
  font-size: 69px;
  line-height: 37px;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Siggy-Bold';
}
h4 {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Colfax-Regular';
}
h5 {
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
}
h6 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
}
p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
  color: #ffffff;
  font-family: 'Colfax-Regular';
}
small {
  font-size: 26px;
  line-height: 24px;
  color: #ffffff;
}
.clear:after {
  content: '';
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0;
}
.transition {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
/* reset.css ends here */
/*Font Face*/

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

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

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

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

body {
  background: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Colfax-Regular';
  font-weight: normal;
}
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/* LayOut Start here */
.container {
  max-width: 1250px;
  margin: 0 auto;
}
/*Header Starts Here*/
.btn {
  border: 0 none;
  border-style: solid;
  border-radius: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 20px;
  font-family: 'Colfax-Regular';
  text-transform: uppercase;
  background: #421e11;
  color: #fff;
  font-weight: 700;
}

.btn-warning {
  background: #f3cc04;
  color: #0b1c30;
  border-color: #f3cc04;
}
.nav_menu li {
  padding: 0 0 0 29px;
}
header {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 1;
}
.header_block {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  padding: 35px 35px;
}
.header_in {
  max-width: 90%;
  margin: 0 auto;
}
nav ul li a.active {
  color: #f3cc04;
}
nav ul li a.active:hover {
  color: #ffffff;
}
/*
.sticky header_block {position: fixed;background: #0b1c30;top: 0;left: 0;right: 0;width: 100%;}
.sticky .header_block {padding: 20px 15px 20px 15px;position: fixed;width: 100%;top: 0;left: 0;right: 0; background: #0b1c30;}
*/
/*Main Menu STarts Here*/

nav {
  max-width: 570px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
	-moz-animation: blurFadeInOut 3s ease-in backwards;
	-ms-animation: blurFadeInOut 3s ease-in backwards;
	animation: blurFadeInOut 3s ease-in backwards;
}
nav .middle_links {
  padding: 0 17px 0 0;
}
.main_menu {
  display: none;
}
/*.open_menu header .main_menu {display: block;position: absolute;width: 100%;top: 100%;left: 0;background: #0b1c30;z-index: 99;}*/
.open_menu header {
  background: transparent;
  top: 0;
  z-index: 999;
}
/* SHIFT */


nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #F1C40F;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

nav ul li a{
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Siggy-Bold';
  padding: 6px 6px 6px 6px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  }


nav ul li a:after{content: ''; position: absolute;top:0;left: 0;bottom: 0;right:0;margin: 0 auto;width: 100%;height: 1px;color: transparent;background: #fff;visibility: none;opacity: 0;z-index: -1;display: block;}

nav ul li a:hover {color: #f3cc04;}
/*Main Menu Ends Here*/
/*Menu Bar*/
.nav_icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9;
  width: 47px;
  height: 36px;
  padding: 5px !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  display: block;
  margin: 0px 0 0 15px;
}
.nav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #000;
  opacity: 1;
  left: 0px;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  margin: 0px auto !important;
  padding: 0px 0;
}
.nav_icon:hover span {
  background: #000;
}
.nav_icon span:nth-child(1) {
  top: 8px;
}
.nav_icon span:nth-child(2) {
  top: 17px;
}
.nav_icon span:nth-child(3) {
  top: 26px;
}
.nav_icon.open span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav_icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.nav_icon.open span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-weight: normal;
}

.open_menu .header_block {
  padding: 20px;
}
.open_menu header.header_sticky {
  background: #0b1c30;
}
.open_menu .side_bar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #0b1c30;
}
.open_menu .side_bar .main_menu {
  background: url(../images/lightbox-pattern.png);
  display: block;
  padding: 0;
  position: relative;
  height: 100%;
}
.nav_deco &gt; figure {
  padding: 0 0 49px 0;
}
/*Menu Bar Enda Here*/
/*Header Ends Here*/
.banner-block {
  position: relative;
}
video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
div#fashion {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-cnt1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.banner-cnt1.swing {
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.banner-cnt1.swing2 {
  top: 20%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.banner-cnt1 p {
  font-family: 'GoodTimesRg-Regular';
  font-size: 30px;
  line-height: 32px;
}
.ban {
  height: 100vh;
}
/*------ block1 starts -----------------*/
.place-blk {
  margin-top: -10px;
  padding: 70px 0;
  background: url(../images/background-image1.png) no-repeat;
  background-size: cover;
  width: 100%;
}
.place-dtls {
}
.place-dtls h2 {
  color: #421e11;
  padding: 0 0 30px 0;
}
.place-dtls ul {
}
.place-dtls ul li:hover {
  padding: 0px 15px 0 15px;
}
.place-dtls ul li:hover .place-cnt {
  background: #421e11;
}
.place-dtls ul li:hover .place-cnt h3 {
  color: #fff;
}
.place-dtls ul li:hover .place-cnt p {
  color: #fff;
}
.place-dtls ul li.dine .place-cnt {
  padding: 34px 55px;
}

.place-dtls ul li {transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  padding: 45px 15px 0 15px;
}
.place-dtls ul li:hover a.btn {
  background: #fdd32b;
  color: #282828;
}
.place-in {
}
.place-img {
}
.place-img a img {
}
.place-cnt {
  background: #fdd32b;
  padding: 35px;
}
.place-cnt h3 {
  color: #282828;
  padding: 0 0 15px 0;
  font-family: 'GoodTimesRg-Regular';
  font-size: 30px;
  line-height: 32px;
}
.place-cnt p {
  font-size: 16px;
  color: #282828;
  padding: 0 0 15px 0;
}
.place-cnt a.btn {
}
/*------ block2 starts ------*/
.about-blk {
  background: #401d10;
  position: relative;
  padding: 90px 0;
}
.about-blk em.left {
  position: absolute;
  background: url(../images/rt-image.png) no-repeat;
  width: 301px;
  height: 38px;
  top: 25px;
  right: 25px;
  background-size: 90%;
}
.about-blk em.right {
  position: absolute;
  background: url(../images/lt-image.png) no-repeat;
  width: 301px;
  height: 38px;
  bottom: 25px;
  left: 25px;
  background-size: 90%;
}
.about-dtls {
}
.about-lt {
  padding: 0;
}
.about-lt a img {
}
.about-rt {
  padding: 0 0px 0 40px;
}
.about-rt h2 {
  padding: 5px 0 10px 0;
}
.about-rt p {
  text-align: justify;
  padding: 0 0 16px 0;
  font-size: 16px;
}
.about-rt a.btn {
  background: #fdd32b;
  color: #282828;
}
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    -webkit-transform: translateX(20px);
  }

  80% {
    -webkit-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    -moz-transform: translateX(20px);
  }

  80% {
    -moz-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  80% {
    -o-transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    transform: translateX(20px);
  }

  80% {
    transform: translateX(-5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    -webkit-transform: translateX(-20px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    -moz-transform: translateX(-20px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    -o-transform: translateX(-20px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    transform: translateX(-20px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------ block3 starts -------*/
.counter-blk {
  background: #fff2d2;
  padding: 30px 0;
}
.counter-in {
}
.counter-in {
}
.counter-in ul {
}
.counter-in ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  float: left;
  position: relative;
}
.counter-in ul li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 20px;
  height: 45px;
  background: url(../images/flag.png) no-repeat;
}
.count1 {
  text-align: center;
}
.count1 strong {
  text-align: center;
  font-size: 100px;
  line-height: 64px;
  color: #fdd32b;
  font-family: 'Siggy-Regular';
  font-weight: normal;
}
.count1 p {
  font-size: 30px;
  line-height: 32px;
  color: #fdd32b;
  font-family: 'Siggy-Regular';
  font-weight: normal;
}
.counter-in ul li:last-child:after {
  display: none;
}
/*----- block4 starts ------*/
.swing-blk {
  background: url(../images/background-image3.png) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 0 1px 0;
}
.swing-blk.blk1 {
  background: url(../images/background-image4.png) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 0 1px 0;
}
.swing-blk.blk2 {
  background: url(../images/background-image5.png) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 0 1px 0;
}
.swing-in {
}
.swing-img {
  padding: 28px 116px 0px 117px;
}
.swing-in h3 {
  color: #421e11;
  text-transform: uppercase;
  margin: -96px 0 0 155px;
}
.swing-in h3 a{color: #421e11;}
.swing-in p {
  text-transform: uppercase;
  color: #421e11;
  padding: 0 0 0 159px;
}
.swing-blk.blk1 .swing-in h3 {
  color: #421e11;
  text-transform: uppercase;
  margin: -96px 104px 0 0px;
  text-align: right;
}
.swing-blk.blk1 .swing-in p {
  text-transform: uppercase;
  color: #421e11;
  padding: 0 104px 0 0;
  text-align: right;
}
.swing-lt {
  padding: 0;
  max-width: 48%;
  flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
}
.swing-rt {
  padding: 0;
  max-width: 52%;
  flex: 0 0 52%;
  -webkit-flex: 0 0 52%;
}
.swing-blk.blk1 .swing-lt {
  padding: 0;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
}
.swing-blk.blk1 .swing-rt {
  padding: 0;
  max-width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
}
/*---- block5 starts -----------*/
.gallery-blk {
  padding: 40px 30px;
  background: #fcfcfc;
}
.gallery-dtls {
}
.gallery-dtls h2 {
  color: #282828;
  padding: 0 0 30px 0;
}
.gallery-dtls ul {
}
.gallery-dtls ul li {
  padding: 0;
}
.gallery-dtls a img {
}
/*--- block6 starts --------*/
.map-block {
}
/*---- footer starts ---------*/
footer {
}
.footer-blk {
}
.footer-top {
  padding: 50px 60px;
  background: #000;
}
.footer-top-in {
}
.footer-lt {
}
.footer-lt a img {
}
.footer-lt p {
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
.link-in {
}
.link-in {
}
.link-lt {
}
.link-lt ul {
}
.link-in h4 { font-family: 'GoodTimesRg-Regular';
  padding: 0 0 15px 0;
}
.link-in ul li {
  padding: 0 0 12px 0;
}
.link-in p {
  font-size: 14px;
  line-height: 20px;
}
.link-in a {
   font-family: 'GoodTimesRg-Regular';
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
}
.link-in a:hover {
  color: #fdd32b;
}
.link-rt {
}
.footer-rt {
}
.footer-bottom {
  background: #421e11;
  padding: 30px 0;
}
.footer-btm-in {
}
.footer-btm-lt {
}
.footer-btm-lt ul {
}
.footer-btm-lt ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
.footer-btm-rt {
}
.footer-btm-rt p {
  font-size: 14px;
  line-height: 16px;
  padding: 3px 0 0 0;
  color: #fff;
}
.footer-btm-rt p a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
/*------ celebrate page -------------------*/
.about-blk.blk1 {
  background: url(../images/background-image6.png) no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
}
.about-blk.blk1 .about-lt h2 {
  color: #421e11;
  font-size: 25px;
  line-height: 29px;
  padding: 0 0 15px 0;
}
.about-blk.blk1 .about-lt p {
  padding: 0 0 15px 0;
  color: #421e11;
  font-size: 16px;
}
.about-blk.blk1 .left {
  position: absolute;
  background: url(../images/rt-image1.png) no-repeat;
  width: 301px;
  height: 38px;
  top: 25px;
  right: 25px;
  background-size: 90%;
}
.about-blk.blk1 .right {
  position: absolute;
  background: url(../images/lt-image1.png) no-repeat;
  width: 301px;
  height: 38px;
  bottom: 25px;
  left: 25px;
  background-size: 90%;
}
.about-blk.blk1 .about-rt h2 {
  color: #421e11;
  font-size: 25px;
  line-height: 29px;
  padding: 0 0 15px 0;
}
.about-blk.blk1 .about-rt p {
  padding: 0 0 15px 0;
  color: #421e11;
  font-size: 16px;
}
.about-blk.blk1 .about-rt a {
  padding: 0 0 15px 0;
  color: #421e11;
  font-size: 16px;
}
.form-dtls {
  background: #411d11;
  padding: 35px 0;
}
.form-block {
}
.form-block h2 {
  padding: 0 0 20px 0;
  color: #fdd32b;
  position: relative;
}
.form-block h2:after {
  position: absolute;
  bottom: 19px;
  left: 4px;
  width: 80px;
  height: 4px;
  background: #fdd32b;
  content: '';
}
.form-block ul {
}
.form-block ul li {
  padding: 0 15px 25px 0px;
}
.form-block ul li.text .form-control {
  height: 169px;
  resize: inherit;
  padding: 12px 0 0 12px;
}
.form-control {
  display: block;
  width: 100%;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  background: #cacaca !important;
  outline: 0 none;
  font-size: 12px;
  line-height: 14px;
  height: 40px;
  color: #000;
  padding: 0 20px;
  font-weight: 700;
  font-family: 'Colfax-Regular';
  text-transform: uppercase;
}
.form-control.ctrl1 {
  color: #421e11;
  background: #fdd32b !important;
}
.form-control.ctrl1:hover {
  background: #fff !important;
}
.form-block ::-webkit-input-placeholder {
  color: #421e11;
}
.form-block ::-moz-placeholder {
  color: #421e11;
}
.form-block :-ms-input-placeholder {
  color: #421e11;
}
.form-block :-moz-placeholder {
  color: #421e11;
}
.show{display: block;}
.hide{display: none;}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonial {
  width: 300px;
  margin: 20px;
  text-align: center;
}

.testimonial img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}

.testimonial p {
  margin: 10px 0;
}

.testimonial .author {
  font-weight: bold;
}


























</pre></body></html>