body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 15px;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }
}
.mobile-phone {
  display: none;
}
@media (max-width: 767px) {
  .mobile-phone {
    display: block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: #b2705e url('/img/i_phone_white.svg') no-repeat center center;
    background-size: 17px 23px !important;
    border: 2px solid #b2705e;
    position: fixed;
    bottom: -80px;
    right: 20px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
  }
  .mobile-phone.in {
    bottom: 20px;
  }
}
.wrapper {
  margin: 0px auto;
  max-width: 1920px;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow-x: hidden;
}
.container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 1201px) {
  .container {
    width: 1230px;
  }
}
h1,
h2,
.title-large {
  font-size: 35px;
  line-height: 1.1;
  margin: 30px 0px;
  font-weight: 600;
  color: #162555;
}
@media (max-width: 991px) {
  h1,
  h2,
  .title-large {
    font-size: 30px;
  }
}
h1 .underline,
h2 .underline,
.title-large .underline {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
h1 .underline:after,
h2 .underline:after,
.title-large .underline:after {
  position: absolute;
  left: 0px;
  bottom: 4px;
  right: 0px;
  height: 2px;
  background: #b2705e;
  content: " ";
}
h3,
.title-medium {
  font-size: 20px;
  line-height: 1.1;
  margin: 20px 0px;
  font-weight: 600;
  color: #162555;
}
h4,
.title-small {
  color: #162555;
}
.button {
  background: #b2705e;
  color: #FFF !important;
  display: table;
  padding: 10px 20px;
  margin: 30px 0px 0px 0px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0px !important;
  outline: 0px !important;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.button:hover {
  box-shadow: 0px 0px 10px rgba(178,112,94,0.3) !important;
  background: #a76250;
}
.text-narrow {
  max-width: 720px;
  width: 100%;
  margin: 0px auto;
}
ul:not(.nav-header):not(.list-unstyled) {
  padding: 0px;
  margin: 0px;
}
ul:not(.nav-header):not(.list-unstyled) li {
  display: table;
  padding-left: 20px;
  margin-bottom: 3px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
ul:not(.nav-header):not(.list-unstyled) li:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #b2705e;
}
a {
  color: #b2705e;
}
a:hover {
  color: #b2705e;
}
@media (min-width: 768px) {
  .header-spacer {
    height: 89px;
  }
}
header {
  background: #FFF;
  z-index: 999;
  padding: 15px 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
header .logo {
  float: left;
}
@media (max-width: 767px) {
  header .logo {
    float: none;
  }
}
header .logo img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
header .header-info {
  float: right;
  padding-top: 15px;
}
@media (max-width: 767px) {
  header .header-info {
    float: none;
    text-align: center;
  }
}
header .header-info a {
  font-weight: 600;
  color: #162555;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  header .header-info a {
    margin: 5px 10px;
  }
}
header .header-info a[href^="tel:"] {
  margin-right: 60px;
  padding: 5px 0px 5px 25px;
  background: url('/img/i_phone.svg') no-repeat left center;
  background-size: 17px 23px !important;
}
@media (max-width: 1200px) {
  header .header-info a[href^="tel:"] {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-info a[href^="tel:"] {
    margin: 5px 10px;
  }
}
@media (min-width: 768px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
.section-center {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-center {
    padding-top: 70px;
  }
}
.section-center h2 {
  margin-top: 0px;
}
.section-boxes {
  padding: 70px 0px;
}
@media (min-width: 581px) {
  .section-boxes .container {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-boxes:after {
  clear: both;
  display: block;
  content: " ";
}
.section-boxes .box {
  width: 33.333333333333%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .section-boxes .box {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .section-boxes .box {
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }
}
.section-boxes .box img {
  max-width: 100%;
}
.section-boxes .box .description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.section-boxes .box .description > div {
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #FFF;
}
.section-boxes .box .description > div h3 {
  margin: 0px 0px 30px 0px;
  color: #FFF;
}
.section-expert .title-large {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section-expert .title-large {
    text-align: center;
  }
}
.section-expert .expert {
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding: 0px 0px 40px 280px;
  min-height: 290px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  .section-expert .expert {
    padding: 0px 0px 40px 0px;
    display: block;
  }
}
.section-expert .expert .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  border-top: 4px solid #162555;
}
@media (max-width: 767px) {
  .section-expert .expert .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 40px auto;
  }
}
.section-expert .expert .image img {
  max-width: 100%;
}
.section-expert .expert .description h3 {
  margin: 0px 0px 15px 0px;
}
@media (max-width: 767px) {
  .section-expert .expert .description h3 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-expert .expert.is-right {
    padding: 0px 280px 40px 0px;
  }
  .section-expert .expert.is-right .image {
    left: auto;
    right: 0px;
  }
}
.section-expert .expert:last-child {
  border: 0px;
}
.section-faq .faq .item {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 25px 0px;
  margin-top: -1px;
  cursor: pointer;
}
.section-faq .faq .item:last-child {
  border-bottom: 0px;
}
.section-faq .faq .item:first-child {
  border-top: 0px;
}
.section-faq .faq .item h3 {
  margin: 0px;
  padding: 5px 60px 5px 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.section-faq .faq .item h3:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  background: url('/img/arrow_down.svg') no-repeat right center !important;
  background-size: 30px 30px !important;
}
.section-faq .faq .item .description {
  max-height: 0px;
  overflow: hidden;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.section-faq .faq .item .description p:last-child {
  margin-bottom: 0px;
}
.section-faq .faq .item.in h3:after {
  background: url('/img/arrow_up.svg') no-repeat right center !important;
  background-size: 30px 30px !important;
}
.section-faq .faq .item.in .description {
  margin-top: 20px;
  max-height: 2000px;
}
.section-top {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 1201px) {
  .section-top {
    padding: 60px 0px;
    background: url('/img/top.jpg') no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: top center !important;
  }
}
#slider {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1200px) {
  #slider {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
  }
}
#slider .item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}
@media (min-width: 1201px) {
  #slider .item .image {
    display: none;
  }
}
#slider .item .image img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
@media (max-width: 1200px) {
  #slider .item .description {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
#slider .item .description .description-inner {
  width: 45%;
  font-size: 20px;
}
@media (max-width: 991px) {
  #slider .item .description .description-inner {
    font-size: 18px;
    width: 60%;
  }
}
@media (max-width: 480px) {
  #slider .item .description .description-inner {
    width: 80%;
    font-size: 16px;
  }
}
#slider .item .description .description-inner .title-medium {
  margin: 0px;
  color: #b2705e;
}
#slider .item .description .description-inner h1 {
  margin: 10px 0px 20px 0px;
}
.form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.form form {
  max-width: 500px;
  width: 100%;
  margin: 0px 0px 0px auto;
  background: #FFF;
  padding: 30px 30px 110px 30px;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 1200px) {
  .form form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .form form {
    padding: 30px 20px 90px 20px;
  }
}
.form form .title-form {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form form .title-form {
    font-size: 20px;
  }
}
.form form .title-form span {
  color: #b2705e;
  border-bottom: 2px solid #b2705e;
}
.form form ::-webkit-input-placeholder {
  color: #000;
}
.form form :-moz-placeholder {
  color: #000;
}
.form form ::-moz-placeholder {
  color: #000;
}
.form form :-ms-input-placeholder {
  color: #000;
}
.form form ::-ms-input-placeholder {
  color: #000;
}
.form form .form-group {
  margin: 0px 0px 10px 0px;
}
.form form .form-group.has-file {
  margin: 0px;
}
.form form .form-group .help-block {
  font-size: 12px;
  padding-left: 25px;
}
.form form .form-group.has-error .form-file label {
  border-color: #a94442 !important;
}
.form form .form-group-columns {
  margin: 0px -5px;
}
.form form .form-group-columns:after {
  clear: both;
  display: block;
  content: " ";
}
.form form .form-group-columns > div {
  width: 40%;
  float: left;
  padding: 0px 5px;
}
@media (max-width: 520px) {
  .form form .form-group-columns > div {
    width: 100% !important;
    float: none;
  }
}
.form form .form-group-columns > div:last-child {
  width: 60%;
}
.form form .form-success {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 90px;
  background: #162555;
  border: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #FFF;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .form form .form-success {
    height: 70px;
  }
}
.form form button[type="submit"] {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 90px;
  background: #162555;
  width: 100%;
  border: 0px;
  box-shadow: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .form form button[type="submit"] {
    height: 70px;
  }
}
.form form button[type="submit"] span {
  color: #FFF;
  font-size: 24px;
  display: table;
  margin: 0px auto;
  padding-right: 60px;
  background: url('/img/arrow_right_long.svg') no-repeat right center;
  background-size: 30px 16px !important;
}
@media (max-width: 767px) {
  .form form button[type="submit"] span {
    font-size: 20px;
  }
}
.tooltip {
  font-family: 'Poppins', sans-serif;
  left: 0px !important;
}
.tooltip.in {
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  border: 0px !important;
}
.tooltip .tooltip-inner {
  background: #FFF !important;
  color: #000 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  max-width: 100%;
  min-width: 100%;
  text-align: left;
  border: 1px solid #dfdfdf;
}
.form-control {
  height: 50px;
  line-height: 50px;
  padding: 0px 25px;
  color: #000;
  box-shadow: none;
  font-size: 15px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-file {
  position: relative;
}
.form-file input {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.form-file label {
  border: 1px solid #dfdfdf;
  line-height: 50px;
  height: 50px;
  padding: 0px 60px 0px 25px;
  margin: 0px;
  display: block;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.form-file label:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 60px;
  background: url('/img/i_plus.svg') no-repeat center center;
  background-size: 22px 22px !important;
}
.form-file .file-info {
  padding: 20px 25px 10px 25px;
  font-size: 12px;
}
.form-file .files-list {
  padding-left: 25px;
  font-size: 12px;
}
.form-file .files-list > div {
  display: block;
  padding-right: 15px;
  position: relative;
  margin-bottom: 5px;
}
.form-file .files-list > div span {
  display: block;
  width: 12px;
  height: 12px;
  background: url('/img/i_close.svg') center center no-repeat;
  background-size: 100% 100% !important;
  position: absolute;
  right: 0px;
  top: 2px;
  cursor: pointer;
}
.form-file .files-message {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 12px;
}
.form-file .files-message.has-error {
  color: #a94442;
}
.form-file .files-message.has-success {
  color: #008000;
}
.form-checkbox {
  position: relative;
}
.form-checkbox input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.form-checkbox label {
  font-weight: 400;
  font-size: 1em;
  padding: 0px 0px 0px 25px;
  margin: 0px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  display: block;
}
.form-checkbox label a,
.form-checkbox label span {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.6);
  text-decoration: none !important;
}
.form-checkbox label::before {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #dfdfdf;
  content: " ";
}
.form-checkbox label::after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #b2705e;
  content: " ";
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  opacity: 0;
}
.form-checkbox input:checked + label::after {
  opacity: 1;
}
footer {
  margin-top: 80px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 40px;
    text-align: center;
  }
}
footer .footer-info {
  text-align: center;
  font-size: 24px;
  background: #162555;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  footer .footer-info {
    font-size: 20px;
  }
}
footer .footer-info span {
  color: #b2705e;
  border-bottom: 2px solid #b2705e;
}
footer .copyright {
  padding: 30px 0px;
}
footer .copyright:after {
  clear: both;
  display: block;
  content: " ";
}
footer .copyright .logo {
  float: left;
}
@media (max-width: 767px) {
  footer .copyright .logo {
    float: none;
  }
}
footer .copyright .logo img {
  max-width: 100%;
}
footer .copyright .copy {
  padding-top: 21px;
  float: right;
  font-size: 12px;
  color: rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
  footer .copyright .copy {
    float: none;
    padding-top: 15px;
  }
}
