/****************************** ****************************** 
                   		 Reset CSS
****************************** *****************************/ 
:root {
  font-size: 14px;
}
/**/
@media (min-width: 768px) {
  :root {
    font-size: 14.5px;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  :root {
    font-size: 16px;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
a[href^=tel]:active, a[href^=tel]:hover {
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #515151;
  background-color: #ffffff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #20232B;
  text-decoration: none;
  transition: all .2s ease;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.25;
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small, .small {
  font-size: 85%;
}
mark, .mark {
  background-color: #ff0;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt, dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/*********** Padding/Margin CSS ***********/
.no-margin {
  margin: 0 !important;
}
.margin-bottom-lg {
  margin-bottom: 5px;
}
.margin-bottom-xl {
  margin-bottom: 10px;
}
.margin-bottom-xxl {
  margin-bottom: 20px;
}
.no-padding {
  padding: 0 !important;
}
.force-padding {
  padding: 24px;
}
.large-padding {
  padding: 48px;
}
.small-padding {
  padding: 12px;
}
.no-y-padding {
  padding: 0 24px;
}
.no-side-padding {
  padding: 24px 0;
}
.no-shadow {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.gb_clearfix:before, .gb_clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .row:before, .row:after, .form-group::after, .form-group::before {
  content: "";
  display: table;
}
.gb_clearfix:after, .dl-horizontal dd:after, .row:after, .form-group::after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.visible-small {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*********** Grid ***********/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.small-1, .medium-1, .large-1, .small-2, .medium-2, .large-2, .small-3, .medium-3, .large-3, .small-4, .medium-4, .large-4, .small-5, .medium-5, .large-5, .small-6, .medium-6, .large-6, .small-7, .medium-7, .large-7, .small-8, .medium-8, .large-8, .small-9, .medium-9, .large-9, .small-10, .medium-10, .large-10, .small-11, .medium-11, .large-11, .small-12, .medium-12, .large-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12 {
  float: left;
}
.small-12 {
  width: 100%;
}
.small-11 {
  width: 91.66666667%;
}
.small-10 {
  width: 83.33333333%;
}
.small-9 {
  width: 75%;
}
.small-8 {
  width: 66.66666667%;
}
.small-7 {
  width: 58.33333333%;
}
.small-6 {
  width: 50%;
}
.small-5 {
  width: 41.66666667%;
}
.small-4 {
  width: 33.33333333%;
}
.small-3 {
  width: 25%;
}
.small-2 {
  width: 16.66666667%;
}
.small-1 {
  width: 8.33333333%;
}
.small-pull-12 {
  right: 100%;
}
.small-pull-11 {
  right: 91.66666667%;
}
.small-pull-10 {
  right: 83.33333333%;
}
.small-pull-9 {
  right: 75%;
}
.small-pull-8 {
  right: 66.66666667%;
}
.small-pull-7 {
  right: 58.33333333%;
}
.small-pull-6 {
  right: 50%;
}
.small-pull-5 {
  right: 41.66666667%;
}
.small-pull-4 {
  right: 33.33333333%;
}
.small-pull-3 {
  right: 25%;
}
.small-pull-2 {
  right: 16.66666667%;
}
.small-pull-1 {
  right: 8.33333333%;
}
.small-pull-0 {
  right: auto;
}
.small-push-12 {
  left: 100%;
}
.small-push-11 {
  left: 91.66666667%;
}
.small-push-10 {
  left: 83.33333333%;
}
.small-push-9 {
  left: 75%;
}
.small-push-8 {
  left: 66.66666667%;
}
.small-push-7 {
  left: 58.33333333%;
}
.small-push-6 {
  left: 50%;
}
.small-push-5 {
  left: 41.66666667%;
}
.small-push-4 {
  left: 33.33333333%;
}
.small-push-3 {
  left: 25%;
}
.small-push-2 {
  left: 16.66666667%;
}
.small-push-1 {
  left: 8.33333333%;
}
.small-push-0 {
  left: auto;
}
.small-offset-12 {
  margin-left: 100%;
}
.small-offset-11 {
  margin-left: 91.66666667%;
}
.small-offset-10 {
  margin-left: 83.33333333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-offset-8 {
  margin-left: 66.66666667%;
}
.small-offset-7 {
  margin-left: 58.33333333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-offset-5 {
  margin-left: 41.66666667%;
}
.small-offset-4 {
  margin-left: 33.33333333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-offset-2 {
  margin-left: 16.66666667%;
}
.small-offset-1 {
  margin-left: 8.33333333%;
}
.small-offset-0 {
  margin-left: 0;
}
@media only screen and (min-width: 576px) {
  .medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12 {
    float: left;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-11 {
    width: 91.66666667%;
  }
  .medium-10 {
    width: 83.33333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-8 {
    width: 66.66666667%;
  }
  .medium-7 {
    width: 58.33333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-5 {
    width: 41.66666667%;
  }
  .medium-4 {
    width: 33.33333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-2 {
    width: 16.66666667%;
  }
  .medium-1 {
    width: 8.33333333%;
  }
  .medium-pull-12 {
    right: 100%;
  }
  .medium-pull-11 {
    right: 91.66666667%;
  }
  .medium-pull-10 {
    right: 83.33333333%;
  }
  .medium-pull-9 {
    right: 75%;
  }
  .medium-pull-8 {
    right: 66.66666667%;
  }
  .medium-pull-7 {
    right: 58.33333333%;
  }
  .medium-pull-6 {
    right: 50%;
  }
  .medium-pull-5 {
    right: 41.66666667%;
  }
  .medium-pull-4 {
    right: 33.33333333%;
  }
  .medium-pull-3 {
    right: 25%;
  }
  .medium-pull-2 {
    right: 16.66666667%;
  }
  .medium-pull-1 {
    right: 8.33333333%;
  }
  .medium-pull-0 {
    right: auto;
  }
  .medium-push-12 {
    left: 100%;
  }
  .medium-push-11 {
    left: 91.66666667%;
  }
  .medium-push-10 {
    left: 83.33333333%;
  }
  .medium-push-9 {
    left: 75%;
  }
  .medium-push-8 {
    left: 66.66666667%;
  }
  .medium-push-7 {
    left: 58.33333333%;
  }
  .medium-push-6 {
    left: 50%;
  }
  .medium-push-5 {
    left: 41.66666667%;
  }
  .medium-push-4 {
    left: 33.33333333%;
  }
  .medium-push-3 {
    left: 25%;
  }
  .medium-push-2 {
    left: 16.66666667%;
  }
  .medium-push-1 {
    left: 8.33333333%;
  }
  .medium-push-0 {
    left: auto;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
    float: left;
  }
  .large-12 {
    width: 100%;
  }
  .large-11 {
    width: 91.66666667%;
  }
  .large-10 {
    width: 83.33333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-8 {
    width: 66.66666667%;
  }
  .large-7 {
    width: 58.33333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-5 {
    width: 41.66666667%;
  }
  .large-4 {
    width: 33.33333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-2 {
    width: 16.66666667%;
  }
  .large-1 {
    width: 8.33333333%;
  }
  .large-pull-12 {
    right: 100%;
  }
  .large-pull-11 {
    right: 91.66666667%;
  }
  .large-pull-10 {
    right: 83.33333333%;
  }
  .large-pull-9 {
    right: 75%;
  }
  .large-pull-8 {
    right: 66.66666667%;
  }
  .large-pull-7 {
    right: 58.33333333%;
  }
  .large-pull-6 {
    right: 50%;
  }
  .large-pull-5 {
    right: 41.66666667%;
  }
  .large-pull-4 {
    right: 33.33333333%;
  }
  .large-pull-3 {
    right: 25%;
  }
  .large-pull-2 {
    right: 16.66666667%;
  }
  .large-pull-1 {
    right: 8.33333333%;
  }
  .large-pull-0 {
    right: auto;
  }
  .large-push-12 {
    left: 100%;
  }
  .large-push-11 {
    left: 91.66666667%;
  }
  .large-push-10 {
    left: 83.33333333%;
  }
  .large-push-9 {
    left: 75%;
  }
  .large-push-8 {
    left: 66.66666667%;
  }
  .large-push-7 {
    left: 58.33333333%;
  }
  .large-push-6 {
    left: 50%;
  }
  .large-push-5 {
    left: 41.66666667%;
  }
  .large-push-4 {
    left: 33.33333333%;
  }
  .large-push-3 {
    left: 25%;
  }
  .large-push-2 {
    left: 16.66666667%;
  }
  .large-push-1 {
    left: 8.33333333%;
  }
  .large-push-0 {
    left: auto;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
}
/*********** Form Group ***********/
.form-group {
  margin-bottom: 14px;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 10px 20px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.42857143;
  color: #20232B !important;
  background-color: #F8F8F8;
  background-image: none;
  border: 2px solid #F8F8F8 !important;
  border-radius: 50px !important;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  background-color: #fff;
  border-color: #20232B !important;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #20232B;
  opacity: 0.9;
  font-weight: 500;
}
.form-control:-ms-input-placeholder {
  color: #20232B;
  opacity: 0.9;
  font-weight: 500;
}
.form-control::-webkit-input-placeholder {
  color: #20232B;
  opacity: 0.9;
  font-weight: 500;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
textarea.form-control {
  font-size: 0.875rem !important;
  height: 145px !important;
  resize: none;
  border-radius: 15px !important;
}
/* Stylist Select Box styles */
.cs_select {
  margin-bottom: 15px;
  position: relative;
}
.cs_select:last-child {
  margin-bottom: 0;
}
.cs_select > select, .cs_select > span > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cs_select::after {
  background: url(../images/menu-arrow.png) 50% 50% /14px no-repeat;
  pointer-events: none;
  position: absolute;
  content: "";
  right: 2px;
  top: 2px;
  width: 50px;
  height: calc(100% - 4px);
  border-radius: 0 25px 25px 0;
  z-index: 15;
}
/************ Button ***********/
.btn {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 50px;
  min-width: 170px;
  min-height: 46px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn-fill {
  background: #F16522;
  color: #ffffff;
  transition: none;
}
.btn-fill:hover {
  background: #00A69C;
  color: #ffffff;
}
.btn-fill:active, .btn-fill:active:hover {
  background: #00A69C;
  color: #ffffff;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
/*Gavity Forms CSS*/
.customGravity_form {
  position: relative;
}
.gform_ajax_spinner {
  display: none !important;
}
.customGravity_form .gform_wrapper.gravity-theme .gform_footer {
  margin: 6px 0 0 0;
  padding: 16px 0 0;
}
.customGravity_form .gform_wrapper.gravity-theme .for-side-button .gform_footer {
  padding: 0;
  margin: 0;
}
.customGravity_form .gform_wrapper.gravity-theme .gform_footer button, .customGravity_form .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .customGravity_form .gform_wrapper.gravity-theme .for-side-button .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
    max-width: 240px;
    float: right;
  }
}
.gform_wrapper input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 0.375rem 1.2rem;
  font-size: 1rem;
}
.gform_wrapper textarea {
  font-size: 0.875rem !important;
  padding: 0.775rem 1.2rem !important;
  height: 150px;
}
/*Validation Message*/
.gform_wrapper .field_description_below .gfield_description {
  padding: 0 !important;
  margin-top: 3px;
  font-size: 0.875rem !important;
  background: transparent;
  border: none;
}
.gform_wrapper .gform_validation_errors > h2 {
  width: 100%;
}
/****************************** ****************************** 
                   		 Header Part
****************************** *****************************/
header {
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  display: block;
  height: 700px;
}
@media (min-width: 576px) {
  header {
    height: 650px;
  }
}
@media (min-width: 768px) {
  header {
    height: 700px;
  }
}
@media (min-width: 992px) {
  header {
    height: 796px;
  }
}
.hero-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.logo {
  display: block;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.logo img {
  max-width: 150px;
  height: auto;
}
@media (min-width: 576px) {
  .logo img {
    max-width: 175px;
  }
}
@media (min-width: 992px) {
  .logo img {
    max-width: 202px;
  }
}
.hero-content-part {
  display: block;
  max-width: 920px;
}
.hero-content-part h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 25px;
}
.hero-content-part p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 45px;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .hero-content-part h1 {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .hero-content-part h1 {
    font-size: 3rem;
    margin: 0 0 35px;
  }
  .hero-content-part p {
    font-size: 1.125rem;
    margin: 0 0 45px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .hero-content-part h1 {
    font-size: 3.25rem;
  }
}
.hero-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .hero-links {
    flex-direction: row;
  }
}
.hero-links a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 8px 10px;
}
.hero-links a:hover {
  color: #F16522;
}
.hero-links a span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.hero-links a span img {
  max-width: 100%;
}
@media (min-width: 576px) {
  .hero-links a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .hero-links a {
    font-size: 1.125rem;
    margin: 8px 20px;
  }
  .hero-links a span {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .hero-links a {
    font-size: 1.25rem;
  }
}
/*Section Heading*/
.section-title-part {
  display: block;
  padding: 0 0 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.section-title-part h2 {
  color: #20232B;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}
@media (min-width: 576px) {
  .section-title-part h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .section-title-part h2 {
    font-size: 2.125rem;
    margin: 0 0 20px;
    padding: 0 0 23px;
  }
}
@media (min-width: 992px) {
  .section-title-part h2 {
    font-size: 2.25rem;
  }
}
.section-title-part h2:last-child {
  margin-bottom: 0;
}
.section-title-part h2::after {
  background: #00A69C;
  height: 3px;
  width: 100%;
  max-width: 44px;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 22px);
}
.section-title-part p {
  color: #5F6467;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-title-part p {
    font-size: 1.125rem;
    margin-bottom: 25px;
    line-height: 1.7;
  }
}
.section-title-part p:last-child {
  margin-bottom: 0;
}
/****************************** ****************************** 
                   		 Contact  Part
****************************** *****************************/
.contact-section {
  display: block;
  background: #ffffff;
  padding: 50px 0;
}
@media (min-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }
}
.contact-form-part {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .pad-right {
    padding-right: 7px;
  }
  .pad-left {
    padding-left: 7px;
  }
}
.error {
  font-size: 12px;
  color: #ff0000;
  padding-left: 15px;
  margin-top: 5px;
}
/****************************** ****************************** 
                Newsletter Subscription Part
****************************** *****************************/
.newsletter-section {
  display: block;
  background: #f8f8f8;
  padding: 50px 0;
}
@media (min-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .contact-section {
    padding: 70px 0;
  }
}
.newsletter-form-part {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newsletter-form-part h2 {
  color: #20232B;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.newsletter-form {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-top: 20px;
}
.newsletter-form form {
  width: 100%;
}
.newsletter-form .form-control {
  background-color: #ffffff;
  border: 1px solid #20232B !important;
}
.newsletter-form .form-control:focus {
  border-color: #F16522 !important;
}
.newsletter-form .btn {
  height: 44px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .newsletter-form-part h2 {
    font-size: 2rem;
  }
  .newsletter-form .btn {
    margin-top: 0;
  }
  .newsletter-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .newsletter-form-part h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .newsletter-form-part {
    flex-direction: row;
  }
  .newsletter-form-part h2 {
    font-size: 2.25rem;
    text-align: left;
    width: 46%;
  }
  .newsletter-form {
    width: 45%;
    margin-left: auto;
    margin-right: inherit;
    margin-top: 0;
  }
}
/*Settting With Gravity Form*/
.newsletter-form .customGravity_form {
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-form .customGravity_form .gform_wrapper.gravity-theme .gform_body.gform-body {
    margin-right: 190px;
  }
  .newsletter-form .customGravity_form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/****************************** ****************************** 
                   		 Footer  Part
****************************** *****************************/
footer {
  display: block;
  background: #00A69C;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.copyright {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
}
.copyright a {
  color: #ffffff;
}
.copyright a:hover {
  color: #F16522;
  text-decoration: underline;
}