html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: none;
}
b,
strong {
  font-weight: bold;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, button{
	 -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
textarea {
  resize: none;
  overflow: auto;
}
select::-ms-expand {
  display: none;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.no-touch a,
.no-touch button,
.no-touch input[type="submit"],
.no-touch input[type="reset"],
.no-touch a:before,
.no-touch button:before,
.no-touch input[type="submit"]:before,
.no-touch input[type="reset"]:before,
.no-touch a:after,
.no-touch button:after,
.no-touch input[type="submit"]:after,
.no-touch input[type="reset"]:after {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
figure {
  margin: 0;
}
figure a {
  display: inline-block;
  vertical-align: middle;
}
figure a img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  margin: 0 0;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.row,
.row-inline {
  margin-left: -15px;
  margin-right: -15px;
}
.row-inline {
  font-size: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-1-inline, .col-sm-1-inline, .col-md-1-inline, .col-lg-1-inline, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-inline, .col-sm-2-inline, .col-md-2-inline, .col-lg-2-inline, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-3-inline, .col-sm-3-inline, .col-md-3-inline, .col-lg-3-inline, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-4-inline, .col-sm-4-inline, .col-md-4-inline, .col-lg-4-inline, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-5-inline, .col-sm-5-inline, .col-md-5-inline, .col-lg-5-inline, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-6-inline, .col-sm-6-inline, .col-md-6-inline, .col-lg-6-inline, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-7-inline, .col-sm-7-inline, .col-md-7-inline, .col-lg-7-inline, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-8-inline, .col-sm-8-inline, .col-md-8-inline, .col-lg-8-inline, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-9-inline, .col-sm-9-inline, .col-md-9-inline, .col-lg-9-inline, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-10-inline, .col-sm-10-inline, .col-md-10-inline, .col-lg-10-inline, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-11-inline, .col-sm-11-inline, .col-md-11-inline, .col-lg-11-inline, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12-inline, .col-sm-12-inline, .col-md-12-inline, .col-lg-12-inline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1-inline, .col-sm-2-inline, .col-sm-3-inline, .col-sm-4-inline, .col-sm-5-inline, .col-sm-6-inline, .col-sm-7-inline, .col-sm-8-inline, .col-sm-9-inline, .col-sm-10-inline, .col-sm-11-inline, .col-sm-12-inline {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .col-sm-12,
  .col-sm-12-inline {
    width: 100%;
  }
  .col-sm-11,
  .col-sm-11-inline {
    width: 91.66666667%;
  }
  .col-sm-10,
  .col-sm-10-inline {
    width: 83.33333333%;
  }
  .col-sm-9,
  .col-sm-9-inline {
    width: 75%;
  }
  .col-sm-8,
  .col-sm-8-inline {
    width: 66.66666667%;
  }
  .col-sm-7,
  .col-sm-7-inline {
    width: 58.33333333%;
  }
  .col-sm-6,
  .col-sm-6-inline {
    width: 50%;
  }
  .col-sm-5,
  .col-sm-5-inline {
    width: 41.66666667%;
  }
  .col-sm-4,
  .col-sm-4-inline {
    width: 33.33333333%;
  }
  .col-sm-3,
  .col-sm-3-inline {
    width: 25%;
  }
  .col-sm-2,
  .col-sm-2-inline {
    width: 16.66666667%;
  }
  .col-sm-1,
  .col-sm-1-inline {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1-inline, .col-md-2-inline, .col-md-3-inline, .col-md-4-inline, .col-md-5-inline, .col-md-6-inline, .col-md-7-inline, .col-md-8-inline, .col-md-9-inline, .col-md-10-inline, .col-md-11-inline, .col-md-12-inline {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .col-md-12,
  .col-md-12-inline {
    width: 100%;
  }
  .col-md-11,
  .col-md-11-inline {
    width: 91.66666667%;
  }
  .col-md-10,
  .col-md-10-inline {
    width: 83.33333333%;
  }
  .col-md-9,
  .col-md-9-inline {
    width: 75%;
  }
  .col-md-8,
  .col-md-8-inline {
    width: 66.66666667%;
  }
  .col-md-7,
  .col-md-7-inline {
    width: 58.33333333%;
  }
  .col-md-6,
  .col-md-6-inline {
    width: 50%;
  }
  .col-md-5,
  .col-md-5-inline {
    width: 41.66666667%;
  }
  .col-md-4,
  .col-md-4-inline {
    width: 33.33333333%;
  }
  .col-md-3,
  .col-md-3-inline {
    width: 25%;
  }
  .col-md-2,
  .col-md-2-inline {
    width: 16.66666667%;
  }
  .col-md-1,
  .col-md-1-inline {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1-inline, .col-lg-2-inline, .col-lg-3-inline, .col-lg-4-inline, .col-lg-5-inline, .col-lg-6-inline, .col-lg-7-inline, .col-lg-8-inline, .col-lg-9-inline, .col-lg-10-inline, .col-lg-11-inline, .col-lg-12-inline {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .col-lg-12,
  .col-lg-12-inline {
    width: 100%;
  }
  .col-lg-11,
  .col-lg-11-inline {
    width: 91.66666667%;
  }
  .col-lg-10,
  .col-lg-10-inline {
    width: 83.33333333%;
  }
  .col-lg-9,
  .col-lg-9-inline {
    width: 75%;
  }
  .col-lg-8,
  .col-lg-8-inline {
    width: 66.66666667%;
  }
  .col-lg-7,
  .col-lg-7-inline {
    width: 58.33333333%;
  }
  .col-lg-6,
  .col-lg-6-inline {
    width: 50%;
  }
  .col-lg-5,
  .col-lg-5-inline {
    width: 41.66666667%;
  }
  .col-lg-4,
  .col-lg-4-inline {
    width: 33.33333333%;
  }
  .col-lg-3,
  .col-lg-3-inline {
    width: 25%;
  }
  .col-lg-2,
  .col-lg-2-inline {
    width: 16.66666667%;
  }
  .col-lg-1,
  .col-lg-1-inline {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -1 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.row-inline:before,
.row-inline:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.row-inline:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
header {
  background-color: #26282C;
  text-align: center;
}
header li {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
}
header li:hover {
  color: #c44a61;
}
header li:first-child {
  padding: 0 30px 0 0;
}
.text-center {
  background-color: #26282C;
}
.hide-menu {
  padding: 4% 0;
}
.menu-lines {
  display: none;
}
.menu-list-header-1 {
  text-align: left;
  float: left;
  display: inline-block;
  vertical-align: middle;
}
.head-logo-1 {
  display: inline-block;
  vertical-align: middle;
}
.head-logo-2 {
  display: none;
}
.menu-list-header-2 {
  text-align: right;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
.menu-list-header-2 li:last-child {
  padding: 0 0 0 30px;
}
.logo {
  text-align: center;
}
h1 {
  font-weight: 300;
  font-size: 50px;
  color: #FFF;
  line-height: 60px;
  padding: 0 14%;
  margin-bottom: 60px;
}
h1 span {
  color: #c44a61;
  font-weight: 900;
}
footer {
  background-color: #2D2E33;
}
footer form {
  position: relative;
  bottom: 44px;
}
footer form label {
  display: block;
  margin-bottom: 20px;
}
footer form input.focused + .label-text {
  font-size: 14px;
  transform: translateY(-78px);
}
footer form input:focus:invalid {
  border: 2px solid red;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
footer form input:focus:valid {
  border: 2px solid #c44a61;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f2f3fa;
}
footer form .label-text {
  position: absolute;
  padding-left: 90px;
  cursor: text;
  color: #9599AE;
  font-size: 20px;
  font-weight: 200;
  transform: translateY(-51px);
  transition: all 0.3s;
}
footer form input[type=email] {
  background-color: #f2f3fa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 16px 21px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 16px 21px rgba(0, 0, 0, 0.31);
  box-shadow: 0 16px 21px rgba(0, 0, 0, 0.31);
  display: block;
  border: 2px solid transparent;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  box-shadow: none;
  background-image: url("../images/svg/email-icon.svg");
  background-repeat: no-repeat;
  background-position: 2% center;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 28px 160px 28px 90px;
}
footer form input[type=submit] {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 15px 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  background-color: #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
footer form input[type=submit]:hover {
  color: #c44a61;
  background-color: #FFF;
  border: 1px solid #c44a61;
}
footer .sub-follow-like {
  display: block;
  background-color: #404248;
  padding: 20px 0 20px 30px;
  height: 85px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
footer .sub-follow-like:hover {
  border: 1px solid #fff;
}
footer .soc-md-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
footer .sub-follow-like-count {
  display: inline-block;
  vertical-align: middle;
}
footer h5 {
  font-weight: 200;
  color: #FFF;
  font-size: 18px;
  margin: 2px 0;
}
footer p {
  font-weight: 200;
  color: #8DA0AA;
  font-size: 15px;
}
/* footer ul { */
  /* text-align: center; */
  /* padding: 70px 0 60px; */
/* } */
/* footer ul li { */
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* color: #FFF; */
  /* font-size: 14px; */
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  /* padding: 0 30px; */
/* } */
footer ul li:hover {
  color: #c44a61;
}
footer .foot-logo {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 1229px) {
  header li {
    padding: 0 10px;
  }
  header li:first-child {
    padding: 0 10px 0 0;
  }
  .menu-list-header-2 li:last-child {
    padding: 0 0 0 10px;
  }
  footer .sub-follow-like {
    padding: 20px 0 20px 10px;
  }
  footer .soc-md-logo {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  header li {
    padding: 0;
    display: block;
    line-height: 40px;
  }
  header li:first-child {
    padding: 0;
  }
  .menu-list-header-1 {
    float: none;
    display: block;
    text-align: center;
  }
  .menu-list-header-2 {
    float: none;
    display: block;
    text-align: center;
  }
  .menu-list-header-2 li:last-child {
    padding: 0;
  }
  .hide-menu {
    display: none;
    text-align: center;
    float: none;
  }
  .head-logo-1 {
    display: none;
  }
  .head-logo-2 {
    display: block;
    padding-top: 20px;
  }
  .menu-lines {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 0;
    position: absolute;
    top: 21px;
    padding: 0;
    right: 0;
    background: none;
    border: 0;
    margin-right: 12px;
  }
  .menu-lines:focus {
    outline: none;
  }
  .menu-lines > span {
    display: block;
    height: 2px;
    width: 100%;
    border-bottom: 2px solid #c44a61;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .menu-lines > span:nth-child(1) {
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  .menu-lines > span:nth-child(3) {
    -webkit-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -o-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  .menu-toggle1.menu-lines > span:nth-child(1) {
    -webkit-transform: translate(0, 4px) rotate(45deg);
    -moz-transform: translate(0, 4px) rotate(45deg);
    -o-transform: translate(0, 4px) rotate(45deg);
    -ms-transform: translate(0, 4px) rotate(45deg);
    transform: translate(0, 4px) rotate(45deg);
  }
  .menu-toggle1.menu-lines span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu-toggle1.menu-lines > span:nth-child(3) {
    -webkit-transform: translate(0, 0px) rotate(-45deg);
    -moz-transform: translate(0, 0px) rotate(-45deg);
    -o-transform: translate(0, 0px) rotate(-45deg);
    -ms-transform: translate(0, 0px) rotate(-45deg);
    transform: translate(0, 0px) rotate(-45deg);
  }
  h1 {
    line-height: 40px;
    font-size: 30px;
    padding: 0;
    margin-bottom: 30px;
  }
  br {
    display: none;
  }
  footer .col-sm-6 {
    margin: 10px 0;
  }
  footer .sub-follow-like {
    padding: 20px;
  }
  footer ul {
    padding: 30px 0;
  }
  footer ul li {
    display: block;
    padding: 0;
    line-height: 40px;
  }
}
.section-popup {
  padding: 0 !important;
}
@media (max-width: 767px) {
  h1 span {
    display: inline-block;
  }
  footer form {
    bottom: 25px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  footer form label {
    margin-bottom: 10px;
  }
  footer form .label-text {
    font-size: 13px;
    padding-left: 50px;
    transform: translateY(-36px);
  }
  footer form input.focused + .label-text {
    font-size: 11px;
    transform: translateY(-55px);
  }
  footer form input[type=email] {
    padding: 15px 10px 15px 50px;
  }
  footer form input[type=submit] {
    top: 0;
    width: 100%;
    right: 0;
    position: inherit;
  }
  footer .soc-md-logo {
    margin: 0 20px;
  }
  footer .sub-follow-like {
    padding: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 90px;
  }
  footer h5 {
    margin: 10px 0;
  }
  footer p {
    margin-bottom: 10px;
  }
}
.wpcf7-validation-errors {
  border: none !important;
  color: #fff;
  text-align: center;
}
a,
input,
textarea,
button {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.bottom-footer {
  padding-top: 40px;
}
.section-1 {
  padding: 20px 0 50px;
}
.section-1 a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-color: #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 30px;
}

.section-1 a:hover {
  color: #c44a61;
  background-color: transparent;
  border: 1px solid #c44a61;
}
.section-1 p {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  line-height: 25px;
  padding: 0 31%;
  margin-bottom: 85px;
}
.section-1 p span {
  color: #c44a61;
  font-weight: 700;
}
.section-1 .modal-dialog {
  width: 630px;
}
.section-1 .modal-content {
  padding: 39px 30px;
  position: relative;
}
.section-1 .modal-content h3 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
}
.section-1 .modal-content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0 0;
  margin: 0;
}
.section-1 .modal-content .close {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #D5D5D9;
  font-size: 50px;
}
.section-1 .modal-content .close:hover {
  color: #3F464F;
}
.section-1 .modal-content form {
  padding: 0 20px;
  text-align: left;
}
.section-1 .modal-content form label {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin: 25px 0 15px;
}
.section-1 .modal-content form label span {
  color: #c44a61;
  font-weight: 600;
}
.section-1 .modal-content form input {
  width: 100%;
  padding: 17px 21px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #9599AE;
  font-size: 14px;
  font-weight: 300;
      border: 1px solid #dddddd;
    border-radius: 4px;
}
.section-1 .modal-content form input:focus:invalid {
  border: 1px solid #c44a61;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 13px rgba(255, 94, 41, 0.25);
  -webkit-box-shadow: 0 1px 13px rgba(255, 94, 41, 0.25);
  box-shadow: 0 1px 13px rgba(255, 94, 41, 0.25);
}
.section-1 .modal-content form select {
  width: 100%;
  padding: 23px 21px;
  background-color: #F2F3FA;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  background-image: url("../images/arrows/contact-arrow-select-grey.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.section-1 .modal-content form option {
  padding: 10px 0;
}
.section-1 .modal-content form .filling {
  margin: 50px 0;
}
.section-1 .modal-content form .filling .head-check {
  display: block;
}
.section-1 .modal-content form .filling .wpcf7-list-item {
  display: inline-block;
  vertical-align: middle;
  width: calc(49%);
  margin: 8px 0;
}
.section-1 .modal-content form .filling .wpcf7-list-item label {
  margin: 0;
}
.section-1 .modal-content form .filling span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
}
.section-1 .modal-content form .radio-filling input[type=radio] {
  width: 23px;
  height: 23px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.section-1 .modal-content form .radio-filling .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
}
.section-1 .modal-content form .radio-filling span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
}
.section-1 .modal-content form input[type=checkbox]:checked {
  background-image: url("https://neilpateldigital.com/wp-content/themes/neilpatel/images/svg/checkbox-tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c44a61;
}
.section-1 .modal-content form input[type=radio]:checked {
  background-image: url("https://neilpateldigital.com/wp-content/themes/neilpatel/images/svg/radio-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #c44a61;
}
.section-1 .modal-content form input[type=checkbox] {
  width: 25px;
  height: 25px;
  background-color: #F2F3FA;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.section-1 .modal-content form .range-from-to {
  margin: 20px 0 50px;
}
.section-1 .modal-content form .ra {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.section-1 .modal-content form .min-ra {
  float: left;
}
.section-1 .modal-content form .max-ra {
  float: right;
}
.section-1 .modal-content form .single-slider {
  display: block !important;
  margin-top: 25px;
}
.section-1 .modal-content .step h5 {
  position: relative;
  /* width: calc(24.33333333%); */
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
   margin: 10px;
   color:#bbbbbb;
}
.section-1 .modal-content .step figure {
  display: inline-block;
  vertical-align: middle;
}
.section-1 .modal-content .step-1 button,.section-1 .modal-content .step-2 button, .section-1 .modal-content .step-3 button, .section-1 .modal-content .step-4 button, .section-1 .modal-content .step-5 button, .section-1 .modal-content .step-6 button, .confirm_button,
.section-1 .modal-content .step-1 input[type=submit] {
  width: 100%;
  margin-top: 55px !important;
  padding: 20px 60px 20px 40px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
    text-transform: uppercase;
  background-color: #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% center, center;
}
.section-1 .modal-content .step-1 button:hover,.section-1 .modal-content .step-2 button:hover, .section-1 .modal-content .step-3 button:hover, .section-1 .modal-content .step-4 button:hover, .section-1 .modal-content .step-5 button:hover, .section-1 .modal-content .step-6 button:hover,
.section-1 .modal-content .step-1 input[type=submit]:hover {
  color: #c44a61;
  background-color: #FFF;
  border: 1px solid #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-orange.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 95% center, center;
}
.section-1 .modal-content .step-2 input[type=submit] {
  padding: 18px 45px;
  width: auto;
  display: block;
  margin: 0 auto;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  background-color: #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.section-1 .modal-content .step-2 input[type=submit]:hover {
  color: #c44a61;
  background-color: #FFF;
  border: 1px solid #c44a61;
}
.section-1 .modal-content .step-2 .gbs1 {
  display: block;
  margin: 0 auto;
  width: auto;
  color: #9599AE;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px;
}
.section-1 .modal-content .step-2 .gbs1:hover {
  color: #c44a61;
  background-color: #FFF;
  border: 1px solid #c44a61;
  border-radius: 5px;
}
.section-1 .modal-content .from-s1-s2 {
  margin: 50px 0;
  text-align: center;
}
/*.section-1 .modal-content .from-s1-s2 h5:first-child {
  color: #c44a61;
}
.section-1 .modal-content .from-s1-s2 h5:first-child:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #c44a61;
  width: 95%;
  left: 0;
  bottom: -10px;
}
.section-1 .modal-content .from-s1-s2 h5:last-child {
  color: #D5D6E1;
}
.section-1 .modal-content .from-s1-s2 h5:last-child:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #D5D6E1;
  width: 100%;
  left: 10px;
  bottom: -10px;
}*/
.section-1 .modal-content .from-s1-s2-done,.section-1 .modal-content .from-s1-s3-done, .section-1 .modal-content .from-s1-s4-done, .section-1 .modal-content .from-s1-s5-done, .section-1 .modal-content .from-s1-s6-done{
  text-align: center;
  margin: 24px 0 28px;
}
/*.section-1 .modal-content .from-s1-s2-done h5:first-child {
  color: #3F464F;
}
.section-1 .modal-content .from-s1-s2-done h5:first-child:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #3F464F;
  width: 95%;
  left: 0;
  bottom: -10px;
}
.section-1 .modal-content .from-s1-s2-done h5:last-child {
  color: #c44a61;
}
.section-1 .modal-content .from-s1-s2-done h5:last-child:after {
  content: " ";
  position: absolute;
  height: 2px;
  background: #c44a61;
  width: 100%;
  left: 10px;
  bottom: -10px;
}*/
.section-1 .theme-green .back-bar {
  height: 7px;
}
.section-1 .theme-green .back-bar .selected-bar {
  background-image: linear-gradient(to bottom, #c44a61, #c44a61);
}
.section-1 .theme-green .back-bar .pointer {
  width: 20px;
  height: 20px;
  top: -6px;
  background-image: linear-gradient(to bottom, #c44a61, #c44a61);
  border: none;
}
.section-1 .slider-container {
  font-family: 'Montserrat', sans-serif;
}
.section-1 .slider-container .back-bar .pointer-label {
  color: #c44a61;
  font-size: 10px;
  font-weight: 400;
}
.section-1 .slider-container .scale ins {
  display: none;
}
.sec1-sldr1 {
  padding: 35px 0;
}
.sec1-sldr1 figure {
  position: relative;
  font-size: 0;
  height: 75px;
}
.sec1-sldr1 figure:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sec1-sldr1 img {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
}
.sec1-sldr1 img:hover {
  opacity: 1;
}
.step-2 {
  display: none;
}
.step-3, .step-4, .step-5, .step-6 {
  display: none;
}
.special-required {
  display: inline !important;
  margin-left: 0 !important;
  color: #c44a61 !important;
}
@media (max-width: 991px) {
  .section-1 {
    text-align: center;
    padding: 50px 0;
  }
  .section-1 p {
    padding: 0;
    margin-bottom: 50px;
  }
  .sec1-sldr1 {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .section-1 .slider-container {
    width: 100% !important;
  }
  .section-1 .modal-dialog {
    width: 300px;
    margin: 0 auto;
  }
  .section-1 .modal-content {
    padding: 30px 0;
  }
  .section-1 .modal-content .close {
    top: -3px;
    right: 6px;
  }
  .section-1 .modal-content .from-s1-s2-done {
    margin: 30px 0;
  }
  .section-1 .modal-content .step h5 {
    width: 47%;
    height: 22px;
  }
  .section-1 .modal-content .step h5:first-child:after {
    width: 90%;
  }
  .section-1 .modal-content .step h5:last-child:after {
    width: 90%;
  }
  .section-1 .modal-content .step .filling .wpcf7-list-item {
    width: 100%;
  }
}
.section-2 {
  padding: 65px 0 120px;
}
.section-2 .quote {
  text-align: center;
}
.section-2 p {
  text-align: center;
  color: #2C2D32;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  padding: 60px 29%;
}
.section-2 .intuit-blue {
  text-align: center;
}
.main-sec2 {
  padding: 50px 0;
}
.main-sec2 .sec-cont {
  padding: 40px 0;
}
.main-sec2 p {
  text-align: left;
  color: #9C9EA6;
  font-size: 16px;
  font-weight: 400;
  padding: 50px 0;
}
.main-sec2 h3 {
  color: #3F464F;
  line-height: 45px;
  font-weight: 700;
  padding-right: 12%;
  margin-bottom: 62px;
}
.main-sec2 a {
  color: #c44a61;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/svg/work-with-us-arrow-orange.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  padding: 17px 60px 17px 30px;
}
.main-sec2 a:hover {
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff;
}
.main-sec2 .one-thing {
  position: relative;
}
.main-sec2 .fg-bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-sec2 .centered-smth {
  position: relative;
  padding-bottom: 67%;
  width: 380px;
  margin: 0 auto;
}
.main-sec2 .front-img {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  overflow: hidden;
}
.main-sec2 .front-img img {
  opacity: 0.13;
  max-width: inherit;
}
.main-sec2 .front-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .section-2 {
    padding: 30px 0;
    text-align: center;
  }
  .section-2 p {
    padding: 30px 0;
  }
  .main-sec2 {
    padding: 30px 0;
  }
  .main-sec2 h3 {
    font-size: 20px;
    line-height: 25px;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .main-sec2 p {
    text-align: center;
    padding: 30px 0;
  }
  .main-sec2 .sec-cont {
    padding: 30px 0;
  }
  .main-sec2 .fg-bg {
    height: 290px;
  }
  .main-sec2 .one-thing {
    margin: 3% 0;
  }
  .main-sec2 .centered-smth {
    width: 290px;
    padding-bottom: 290px;
  }
  .main-sec2 .front-img {
    top: 0;
    right: 0;
    left: 0;
    width: 290px;
    height: 290px;
  }
}
.section-3 {
  background-color: #26282C;
  text-align: center;
  padding: 90px 0 114px;
}
.section-3 h2 {
  color: #c44a61;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-3 p {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
  line-height: 25px;
}
.section-3 p span {
  color: #c44a61;
  font-weight: 700;
}
.section-3 .expl-serv {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% center, center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 20px 60px 20px 20px;
}
.section-3 .expl-serv:hover {
  background-image: url("../images/svg/work-with-us-arrow-orange.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 95% center, center;
  background-color: transparent;
  color: #c44a61;
  border: 1px solid #c44a61;
}
.cmwdt-services {
  margin: 80px 0 150px;
}
.cmwdt {
  width: calc(24%);
  display: inline-block;
  position: relative;
}
.cmwdt .cmwdt-content {
  position: relative;
  background-color: #1D1E21;
  padding: 62px 0;
}
.cmwdt .cmwdt-content:hover p {
  color: #c44a61;
}
.cmwdt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 22%;
  transition: all 1s;
}
.cmwdt .patent {
  line-height: 50px;
}
.cmwdt:hover .patent {
  transform: scale(2);
  background-color: #c44a61;
}
.cmwdt-services .cmwdt:first-child .patent {
  background-image: url("../images/svg/search-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:first-child:hover .patent {
  background-image: url("../images/svg/search-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(2) .patent {
  background-image: url("../images/svg/dolar-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(2):hover .patent {
  background-image: url("../images/svg/dolar-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(3) .patent {
  background-image: url("../images/svg/social-media-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(3):hover .patent {
  background-image: url("../images/svg/social-media-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(4) .patent {
  background-image: url("../images/svg/conten-mark-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt-services .cmwdt:nth-child(4):hover .patent {
  background-image: url("../images/svg/conten-mark-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.cmwdt .patent {
  position: absolute;
  top: 40%;
  right: 20%;
  width: 53px;
  height: 53px;
  background-color: #ECECEC;
  border-radius: 50%;
  transition: all 1s;
}
@media (max-width: 991px) {
  .section-3 {
    padding: 30px 0 50px;
  }
  .section-3 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .cmwdt-services {
    margin: 30px 0;
  }
  .cmwdt {
    width: 100%;
    margin: 15px 0;
  }
  .cmwdt .patent {
    top: 42%;
    right: 0;
    left: 100px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .section-3 .cmwdt {
    margin: 15px 0;
  }
  .section-3 .cmwdt .cmwdt-content {
    padding: 30px 0;
  }
}
.section-4 {
  padding: 140px 0 120px;
  text-align: center;
}
.section-4 h2 {
  font-weight: 700;
  line-height: 60px;
  color: #2D2E33;
}
.section-4 h2 span {
  color: #c44a61;
}
.section-4 .sub-sec4-1 p {
  color: #2C2D32;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin: 60px 0 85px;
  padding: 0 29%;
}
.section-4 .sub-sec4-2 {
  margin-top: 100px;
}
.section-4 .sub-sec4-2 p {
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  margin: 50px 0;
}
.section-4 a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% center, center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 17px 70px 17px 17px;
}
.section-4 a:hover {
  background-image: url("../images/svg/work-with-us-arrow-orange.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 95% center, center;
  border: 1px solid #c44a61;
  color: #c44a61;
  background-color: #fff;
}
@media (max-width: 991px) {
  .section-4 {
    padding: 30px 0 60px;
  }
  .section-4 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .section-4 .sub-sec4-1 p {
    margin: 20px 0 40px;
    padding: 0 15%;
  }
  .section-4 .sub-sec4-2 {
    margin-top: 40px;
  }
  .section-4 .sub-sec4-2 p {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .section-4 h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.about-header h1 {
  margin-bottom: 0;
}
.about-header .section-1 {
  padding: 100px 0;
}
.about-section-1 {
  background-color: #f7f7f7;
}
.about-section-1 .about-sec1-1 {
  padding: 115px 0;
}
.about-section-1 .about-sec1-1 p {
  text-align: justify;
  text-align-last: center;
  color: #282828;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 13%;
  margin-bottom: 40px;
}
.about-section-1 h3 {
  color: #2D2E33;
  text-align: center;
  margin: 30px 0 50px;
}
.about-section-1 .about-sec1-2 {
  padding: 0 0 115px;
}
.about-section-1 .about-sec1-2 h2 {
  display: inline-block;
  vertical-align: middle;
  color: #FF672D;
  font-size: 55px;
  font-weight: 700;
  padding-right: 20px;
}
.about-section-1 .about-sec1-2 p {
  display: inline-block;
  vertical-align: middle;
  color: #2D2E33;
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
}
@media (max-width: 1229px) {
  .about-header h1 {
    font-size: 47px;
  }
  .about-section-1 .about-sec1-2 {
    text-align: center;
  }
  .about-section-1 .about-sec1-2 h2 {
    padding: 0 0 10px;
  }
  .about-section-1 .about-sec1-2 p {
    display: block;
  }
}
@media (max-width: 991px) {
  .about-header .section-1 {
    padding: 30px 0;
  }
  .about-header h1 {
    font-size: 30px;
  }
  .about-section-1 .about-sec1-1 {
    padding: 30px 0;
  }
  .about-section-1 .about-sec1-1 p {
    margin-bottom: 30px;
  }
  .about-section-1 h3 {
    margin: 30px 0;
  }
  .about-section-1 .col-md-3 {
    margin-bottom: 30px;
  }
  .about-section-1 .about-sec1-2 {
    padding: 0 0 30px;
  }
}
.about-section-2 {
  padding: 175px 0 65px;
  text-align: center;
}
.about-section-2 h2 {
  font-weight: 700;
  color: #2D2E33;
  margin-bottom: 90px;
}
.about-section-2 h2 span {
  color: #FF672D;
}
.about-section-2 figure {
  max-height: 280px;
}
.about-section-2 .name-what {
  margin: 60px 0;
}
.about-section-2 .name-what h3 {
  color: #2D2E33;
  font-weight: 700;
  margin: 0 0 25px;
}
.about-section-2 .name-what h3 span {
  color: #FF631E;
}
.about-section-2 .name-what p {
  text-align: center;
  color: #666;
  font-size: 23px;
  font-weight: 300;
}
.about-section-2 p {
  text-align: justify;
  text-align-last: center;
  color: #282828;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 8%;
}
@media (max-width: 991px) {
  .about-section-2 {
    padding: 30px 0;
  }
  .about-section-2 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about-section-2 .name-what {
    margin: 30px 0;
  }
  .about-section-2 .col-md-6 {
    margin-bottom: 30px;
  }
}
.about-section-3 {
  padding: 65px 0 126px;
  text-align: center;
}
.about-section-3 .about-sec3-1 h2 {
  color: #2D2E33;
  font-weight: 700;
  margin-bottom: 70px;
}
.about-section-3 .about-sec3-1 h2 span {
  color: #FF631E;
}
.about-section-3 .about-sec3-1 p {
  padding: 0 30%;
  color: #555;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.about-section-3 .about-sec3-2 {
  margin: 100px 0 0;
}
.about-section-3 .about-sec3-2 .whdv {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
  width: calc(32.33333333%);
  margin-bottom: 100px;
  max-height: 330px;
  min-height: 330px;
}
.about-section-3 .about-sec3-2 .whdv figure img {
  max-height: 125px;
  min-height: 125px;
}
.about-section-3 .about-sec3-2 h4 {
  color: #26282C;
  font-weight: 700;
  margin: 40px 0;
}
.about-section-3 .about-sec3-2 p {
  color: #555;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.about-section-3 .about-sec3-3 p {
  margin: 50px 0;
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .about-section-3 {
    padding: 30px 0 60px;
  }
  .about-section-3 .about-sec3-1 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about-section-3 .about-sec3-2 {
    margin: 30px 0 0;
  }
  .about-section-3 .about-sec3-2 .whdv {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    max-height: inherit;
    min-height: inherit;
  }
  .about-section-3 .about-sec3-3 {
    margin: 30px 0;
  }
}
.career-section-1 {
  padding: 160px 0 86px;
}
.career-section-1 .video-sec {
  margin-bottom: 150px;
}
.career-section-1 .video-cont {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.career-section-1 .video-holder {
  border-radius: 5px;
  position: relative;
  width: 585px;
  height: 352px;
  background: url("../images/backgrounds/background-video-holder.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.career-section-1 .video-holder button {
  position: absolute;
  top: 33%;
  right: 0;
  left: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/svg/video-player-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 500ms ease-in-out;
}
.career-section-1 .video-holder button:hover {
  background-image: url("../images/svg/video-player-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.2) translate(0, 0) rotate(360deg);
}
.career-section-1 .video-holder iframe {
  display: none;
  width: 100%;
}
.career-section-1 .video-text {
  padding: 0 35px 0 70px;
}
.career-section-1 .video-text h3 {
  color: #3F464F;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.career-section-1 .video-text p {
  color: #9C9EA6;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.career-section-1 .slidemtf-sec {
  text-align: center;
}
.career-section-1 .slidemtf-sec h2 {
  text-align: center;
  color: #2D2E33;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  padding: 0 20%;
  margin-bottom: 75px;
}
.career-section-1 .slidemtf-sec h2 span {
  color: #c44a61;
}
.career-section-1 .slidemtf-sec p {
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  padding: 0 28%;
  margin: 50px 0;
}
.career-section-1 .slidemtf-sec h5 {
  color: #c44a61;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 70px;
}
.career-section-1 .slidemtf-sec .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #c44a61;
}
.career-section-1 .slidemtf-sec .what-team-say-next {
  top: 40%;
  right: 84px;
  width: 40px;
  height: 40px;
  background: url("../images/arrows/career-arrow-next-grey.svg");
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
.career-section-1 .slidemtf-sec .what-team-say-next:hover {
  background: url("../images/arrows/career-arrow-next-orange.svg");
  background-repeat: no-repeat;
  transform: scale(1.5);
}
.career-section-1 .slidemtf-sec .what-team-say-prev {
  top: 40%;
  left: 84px;
  width: 40px;
  height: 40px;
  background: url("../images/arrows/career-arrow-prev-grey.svg");
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
.career-section-1 .slidemtf-sec .what-team-say-prev:hover {
  background: url("../images/arrows/career-arrow-prev-orange.svg");
  background-repeat: no-repeat;
  transform: scale(1.5);
}
@media (max-width: 1229px) {
  .career-section-1 .video-cont {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .career-section-1 .video-text {
    width: 100%;
    padding: 30px 20%;
  }
}
@media (max-width: 991px) {
  .career-section-1 {
    padding: 30px 0;
  }
  .career-section-1 .video-sec {
    margin-bottom: 30px;
  }
  .career-section-1 .video-text {
    padding: 30px 0;
  }
  .career-section-1 .video-text h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .career-section-1 .slidemtf-sec h2 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .career-section-1 .slidemtf-sec p {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .career-section-1 .video-holder {
    width: 280px;
    height: 200px;
  }
  .career-section-1 .video-holder button {
    top: 18%;
  }
  .career-section-1 .slidemtf-sec h2 {
    padding: 0;
  }
  .career-section-1 .slidemtf-sec p {
    padding: 0;
  }
  .career-section-1 .slidemtf-sec .what-team-say-next {
    display: none;
  }
  .career-section-1 .slidemtf-sec .what-team-say-prev {
    display: none;
  }
}
.career-section-2 {
  background-color: #26282C;
  padding: 110px 0;
  text-align: center;
}
.career-section-2 h2 {
  color: #c44a61;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}
.career-section-2 p {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.career-section-2 .benefits-content {
  padding: 90px 0 80px;
}
.career-section-2 .benefits-content .benefit {
  display: inline-block;
  vertical-align: middle;
  background-color: #1C1D20;
  width: calc(32.33333333%);
  padding: 50px 0 40px;
  max-height: 350px;
  min-height: 350px;
  margin-bottom: 2px;
}
.career-section-2 .benefits-content .benefit figure {
  max-height: 107px;
  min-height: 107px;
}
.career-section-2 .benefits-content .benefit h5 {
  color: #c44a61;
  font-size: 23px;
  font-weight: 700;
  margin: 30px 0;
}
.career-section-2 .benefits-content .benefit p {
  color: #FFF;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  padding: 0 20%;
}
.career-section-2 a {
  color: #FFF;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% center, center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 20px 60px 20px 20px;
}
.career-section-2 a:hover {
  background-image: url("../images/svg/work-with-us-arrow-orange.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 95% center, center;
  background-color: transparent;
  color: #c44a61;
  border: 1px solid #c44a61;
}
@media (max-width: 991px) {
  .career-section-2 {
    padding: 30px 0 60px;
  }
  .career-section-2 h2 {
    font-size: 30px;
  }
  .career-section-2 .benefits-content {
    padding: 30px 0;
  }
  .career-section-2 .benefits-content .benefit {
    width: 100%;
    max-height: inherit;
    min-height: inherit;
    margin-bottom: 30px;
  }
  .career-section-2 .benefits-content .benefit figure {
    max-height: inherit;
    min-height: inherit;
  }
}
.career-section-3 {
  padding: 87px 0 130px;
  text-align: center;
}
.career-section-3 h2 {
  font-size: 45px;
  font-weight: 700;
  color: #2D2E33;
  margin-bottom: 40px;
}
.career-section-3 h2 span {
  color: #c44a61;
}
.career-section-3 p {
  color: #26282C;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 22%;
}
.career-section-3 .work-with-us {
  padding: 85px 0 95px;
}
.career-section-3 .work-with-us .on-what {
  display: inline-block;
  vertical-align: middle;
  width: calc(49%);
  text-align: left;
  background-color: #F7F7F7;
  -moz-box-shadow: 0 1px 0 #FFF;
  -webkit-box-shadow: 0 1px 0 #FFF;
  box-shadow: 0 1px 0 #FFF;
  padding: 50px 0 50px 50px;
  margin: 2px 0;
}
.career-section-3 .work-with-us .on-what h5 {
  color: #26282C;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.career-section-3 .work-with-us .on-what p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  padding: 0 48px 0 0;
  margin-bottom: 40px;
}
.career-section-3 .work-with-us .on-what a {
  color: #c44a61;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/svg/work-with-us-arrow-orange.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  padding: 17px 60px 17px 30px;
}
.career-section-3 .work-with-us .on-what a:hover {
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff;
}
.career-section-3 .career-sec3-2 p {
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  padding: 55px 25%;
}
@media (max-width: 991px) {
  .career-section-3 {
    padding: 30px 0 60px;
  }
  .career-section-3 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .career-section-3 p {
    padding: 0;
  }
  .career-section-3 .work-with-us {
    padding: 30px 0;
  }
  .career-section-3 .work-with-us .on-what {
    width: 100%;
    padding: 30px 0 60px;
    margin-bottom: 30px;
    text-align: center;
  }
  .career-section-3 .work-with-us .on-what p {
    padding: 2%;
    text-align: justify;
    text-align-last: center;
  }
  .career-section-3 .career-sec3-2 p {
    padding: 30px 0;
  }
}
.services-section {
  padding: 80px 0 120px;
}
.services-section figure {
  text-align: center;
}
.services-section .services-info {
  margin-bottom: 180px;
}
.services-section .services-info .patent {
  position: absolute;
  top: 45%;
  right: -9%;
  left: 100px;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #ECECEC;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  transition: all 1s;
}
.services-section .services-info:hover .patent {
  transform: scale(1.3);
  background-color: #c44a61;
}
.services-section .services-info .services-text {
  margin-bottom: 90px;
}
.services-section .services-info h3 {
  color: #3F464F;
  font-weight: 700;
}
.services-section .services-info p {
  color: #9C9EA6;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 30px;
}
.services-section .services-info p a {
  color: #c44a61;
}
.services-section .services-info p a:hover {
  color: #d23e0e;
}
.services-section .services-info .bottom-service-text a {
  color: #c44a61;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url("../images/svg/work-with-us-arrow-orange.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  padding: 17px 50px 17px 40px;
}
.services-section .services-info .bottom-service-text a:hover {
  background-color: #c44a61;
  background-image: url("../images/svg/work-with-us-arrow-white.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff;
}
.services-section .services-info:first-child .patent {
  background-image: url("../images/svg/services-seo-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:first-child:hover .patent {
  background-image: url("../images/svg/services-seo-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(2) .patent {
  background-image: url("../images/svg/services-pa-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(2):hover .patent {
  background-image: url("../images/svg/services-pa-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(3) .patent {
  background-image: url("../images/svg/services-cm-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(3):hover .patent {
  background-image: url("../images/svg/services-cm-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(4) .patent {
  background-image: url("../images/svg/services-social-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(4):hover .patent {
  background-image: url("../images/svg/services-social-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(5) .patent {
  background-image: url("../images/svg/services-email-icon-black.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(5):hover .patent {
  background-image: url("../images/svg/services-email-icon-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.services-section .services-info:nth-child(odd) .services-text {
  padding: 0 120px 0 0;
}
.services-section .services-info:nth-child(even) .services-text {
  padding: 0 40px 0 80px;
}
.services-section .services-info:nth-child(even) a {
  margin: 0 40px 0 80px;
}
.services-section .quote-stuff {
  text-align: center;
}
.services-section .quote-stuff p {
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  margin: 50px 0;
}
@media (max-width: 1229px) {
  .services-section .services-info:nth-child(odd) .services-text {
    padding: 0;
  }
  .services-section .services-info:nth-child(even) .services-text {
    padding: 0;
  }
  .services-section .services-info:nth-child(even) a {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .services-section {
    padding: 30px 0 60px;
    text-align: center;
  }
  .services-section .services-info {
    margin-bottom: 50px;
  }
  .services-section .services-info .services-text {
    margin-bottom: 45px;
  }
}
.contact-head {
  background-color: #2d2e33;
}
.contact-header {
  padding-bottom: 80px;
  background-color: #2d2e33;
}
.contact-header .section-1 p {
  padding: 0;
}
.contact-header .contact-form {
  text-align: left;
}
.contact-header .contact-form label {
  display: block;
  color: #99A0AE;
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0;
}
.contact-header .contact-form select {
  width: 100%;
  padding: 21px 21px 25px;
  background-color: #25262A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  background-image: url("../images/arrows/contact-arrow-select-white.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.contact-header .contact-form input {
  width: 100%;
  padding: 21px 21px 25px;
  background-color: #25262A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
.contact-header .contact-form input.focused {
  border: 1px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
}
.contact-header .contact-form input:focus:invalid {
  border: 1px solid red;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 13px rgba(255, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 13px rgba(255, 0, 0, 0.25);
  box-shadow: 0 1px 13px rgba(255, 0, 0, 0.25);
}
.contact-header .contact-form textarea {
  width: 100%;
  height: 283px;
  background-color: #25262A;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 20px;
  color: #FFF;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 65px;
}
.contact-header .contact-form textarea ::placeholder {
  color: #73757D;
  font-size: 14px;
  font-weight: 300;
}
.contact-header .contact-form textarea:focus {
  border: 1px solid #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 13px rgba(255, 255, 255, 0.25);
}
.contact-header .contact-form input[type=submit] {
  width: 188px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid transparent;
  background-color: #c44a61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 40px;
}
.contact-header .contact-form input[type=submit]:hover {
  color: #c44a61;
  background-color: transparent;
  border: 1px solid #c44a61;
}
@media (max-width: 991px) {
  .contact-header {
    padding-bottom: 30px;
  }
  .contact-header .contact-form textarea {
    margin-bottom: 30px;
  }
}
.page-id-36 header {
  background-color: #2d2e33;
}
.contact-section {
  padding: 85px 0 120px;
}
.contact-section .hq-1 {
  text-align: center;
}
.contact-section h4 {
  color: #BDBDBD;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 50px 0 20px;
}
.contact-section h2 {
  color: #282828;
  font-size: 45px;
  font-weight: 200;
}
.contact-section h3 {
  color: #c44a61;
  font-size: 38px;
  font-weight: 900;
  margin-top: 35px;
}
.contact-section li {
  font-size: 25px;
  color: #282828;
  font-weight: 200;
  text-align: left;
  padding: 15px 0 15px 45px;
  background: url("../images/icons/location-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.contact-section li span {
  font-weight: 700;
}
.contact-section .contact-quote {
  margin-top: 100px;
  text-align: center;
}
.contact-section .contact-quote p {
  color: #2C2D32;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 30px 0 60px;
  }
  .contact-section .hq-1 {
    margin-bottom: 30px;
  }
  .contact-section h4 {
    margin: 30px 0 20px;
  }
  .contact-section h2 {
    font-size: 28px;
  }
  .contact-section h3 {
    font-size: 28px;
    margin-top: 30px;
  }
  .contact-section li {
    font-size: 16px;
  }
  .contact-section .contact-quote {
    margin-top: 30px;
  }
  .contact-section .contact-quote p {
    margin: 30px 0;
  }
}
.wpcf7-radio {margin-left: 0 !important; margin-bottom: 10px;}
form br {display: none;}
.wpcf7-validation-errors{color: #ff0505;}
/*# sourceMappingURL=style.css.map */