@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;800&family=DM+Serif+Display&display=swap");
/* --- Reset CSS --- */
body {
  font-size: 15px;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #676767;
  line-height: 1.5;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {
  body {
    background-size: 80%;
  }
}

ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* <<< Headings >>> */
h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #173E62;
  line-height: normal;
}

@media (max-width: 767px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

h1 {
  font-size: 52px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 32px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 24px;
}

@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.subtitle {
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .subtitle br {
    display: none;
  }
}

/* --- WP-Image Hack --- */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/* --- anchor --- */
a {
  color: #173E62;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  color: #173E62;
  text-decoration: none;
}

a.readmore {
  color: #173E62;
}

a.readmore:hover {
  color: #173E62;
}

/* --- btn override --- */
.btn {
  position: relative;
  padding: 7px 15px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}

.btn:before, .btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn:before {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}

.btn:after {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.btn:focus, .btn:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus:before, .btn:focus:after, .btn:hover:before, .btn:hover:after {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
  opacity: 0.1;
}

.btn span {
  position: relative;
  z-index: 1;
}

/* --- btn-primary --- */
.btn-primary {
  color: white;
  background-color: #173E62;
  border-color: transparent;
}

.btn-primary.active, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover {
  color: white;
  background-color: #CC935C;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  color: white;
  background-color: #CC935C;
  border-color: transparent;
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:hover {
  color: white;
  background-color: #173E62;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- btn-primary --- */
.btn-success {
  color: white;
  background-color: #CC935C;
  border-color: transparent;
}

.btn-success.active, .btn-success:active, .btn-success.focus, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success:hover {
  color: white;
  background-color: #173E62;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- btn-outline-primary --- */
.btn-outline-primary {
  color: #173E62;
  border: 1px solid #173E62;
  background-color: white;
}

.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active.focus, .btn-outline-primary.active:focus, .btn-outline-primary.active:hover, .btn-outline-primary:active.focus, .btn-outline-primary:active:focus, .btn-outline-primary:active:hover, .btn-outline-primary:hover {
  color: white;
  background-color: #173E62;
  border-color: #173E62;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active {
  color: white;
  border-color: #173E62;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:not([disabled]):not(.disabled).active:focus, .btn-outline-primary:not([disabled]):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #676767;
  width: 100%;
  height: 42px;
  background-color: white;
  border: 1px solid #ACACAC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  background-color: #f7fafd;
  outline: 0;
  border: 1px solid #ACACAC;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #696969;
}

.form-control:-moz-placeholder {
  color: #696969;
}

.form-control::-moz-placeholder {
  color: #696969;
}

.form-control:-ms-input-placeholder {
  color: #696969;
}

input[type="number"] {
  -webkit-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea.form-control {
  padding: 12px 15px;
  min-height: 125px;
  resize: none;
}

@media (max-width: 767px) {
  textarea.form-control {
    min-height: 220px;
  }
}

/* --- Global Container --- */
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.row:after,
.clear {
  content: '';
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

.error {
  color: #DC143C;
  font-size: 14px;
  padding: 4px 15px 0;
}

/* --- Outer --- */
#Outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

/* --- header --- */
.header {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: white;
}

.header__topbar {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #173E62;
}

.header__topbar .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__topbar ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

@media (max-width: 767px) {
  .header__topbar ul li {
    padding-right: 10px;
  }
}

.header__topbar ul li:last-child {
  padding-right: 0;
}

.header__topbar ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  text-transform: lowercase;
}

.header__topbar ul li a .fa {
  font-size: 14px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .header__topbar ul li a .fa {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header__topbar ul li a span {
    display: none;
  }
}

@media (max-width: 991px) {
  .header__topbar .box.text-start ul li a {
    width: 32px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .header__topbar .box.text-end ul li:first-child {
    display: none;
  }
}

.header__topbar .box.text-end ul li a {
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__topbar .box.text-end ul li a .fa {
  padding: 0;
}

.header__bottombar {
  padding-top: 18px;
  padding-bottom: 18px;
}

.header__bottombar .site-logo a {
  text-decoration: none;
}

/* Banner Section */
.Banner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .Banner {
    background-position: bottom right;
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .Banner {
    min-height: 300px;
  }
}

.Banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.Banner > div {
  position: relative;
}

.Banner__Title {
  padding: 0 15%;
  font-size: 52px;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: white;
  text-shadow: 0px 4px 4px #151515;
  margin: 0;
  line-height: 56px;
}

@media (max-width: 991px) {
  .Banner__Title {
    padding: 0;
    font-size: 40px;
    line-height: 46px;
  }
}

@media (max-width: 991px) {
  .Banner__Title {
    font-size: 24px;
    line-height: 30px;
  }
}

.Banner__Text {
  padding: 0 15%;
  font-size: 18px;
  color: white;
  text-shadow: 0px 4px 4px #151515;
  margin: 20px 0;
}

@media (max-width: 991px) {
  .Banner__Text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .Banner__Text {
    font-size: 14px;
  }
}

.Banner .btn {
  min-width: 202px;
}

/* Welcome Section */
.Welcome {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .Welcome {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.Welcome__Title {
  color: #173E62;
  margin: 0 0 10px;
}

.Welcome__Title span {
  color: #CC935C;
}

.Welcome__Title--sub {
  font-size: 18px;
  font-weight: 400;
  color: #CC935C;
  margin-bottom: 20px;
}

.Welcome p {
  margin: 0;
}

/* Regsident Section */
.Regsident {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .Regsident {
    padding-bottom: 30px;
  }
}

.Regsident__Title {
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .Regsident__Title {
    margin-bottom: 30px;
  }
}

.Regsident__Title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 100%;
  max-width: 220px;
  margin-left: -110px;
  height: 3px;
  background-color: #CC935C;
}

.Regsident__Item {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .Regsident__Item {
    margin-bottom: 20px;
  }
}

.Regsident__Item:last-child {
  margin-bottom: 0;
}

.Regsident__Item .row {
  margin: 0;
  border-radius: 10px;
}

.Regsident__Item .row > div {
  padding: 0;
}

.Regsident__Item:nth-child(1) .row {
  background-color: #C2907A;
}

.Regsident__Item:nth-child(2) .row {
  background-color: #173E62;
}

.Regsident__Item:nth-child(3) .row {
  background-color: #B1AF73;
}

.Regsident__Item--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Regsident__Item--text {
  padding: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .Regsident__Item--text {
    padding: 15px !important;
  }
}

.Regsident__Item--text .cover {
  width: 100%;
}

.Regsident__Item--text h3 {
  position: relative;
  font-size: 24px;
  color: white;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-block;
}

@media (max-width: 991px) {
  .Regsident__Item--text h3 {
    font-size: 18px;
  }
}

.Regsident__Item--text h3:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: white;
}

.Regsident__Item--text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Regsident__Item--text ul li {
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px;
  color: white;
}

.Regsident__Item--text ul li:last-child {
  margin-bottom: 0;
}

.Regsident__Item--text ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: "Fontawesome";
  color: white;
}

.Regsident__Item.color .row {
  background-color: #F2F2F2;
}

.Regsident__Item.color .Regsident__Item--text h3 {
  color: #173E62;
}

.Regsident__Item.color .Regsident__Item--text h3:after {
  background-color: #CC935C;
}

.Regsident__Item.color .Regsident__Item--text ul li {
  color: #676767;
}

.Regsident__Item.color .Regsident__Item--text ul li::before {
  color: #676767;
}

/* Instant Section */
.Instant {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #173E62;
}

@media (max-width: 767px) {
  .Instant {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.Instant__Title {
  position: relative;
  padding-bottom: 10px;
  color: white;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .Instant__Title {
    margin-bottom: 30px;
  }
}

.Instant__Title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 100%;
  max-width: 220px;
  margin-left: -110px;
  height: 3px;
  background-color: #CC935C;
}

.Instant__Box {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .Instant__Box {
    margin-bottom: 20px;
  }
}

.Instant__Box .cover {
  background-color: white;
  min-height: 100%;
  border-radius: 7px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Instant__Box .cover img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}

.Instant__Box .cover h6 {
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 22px;
  margin: 0;
}

/* Review Section */
.Review {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .Review {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.Review .bg {
  padding: 30px 70px;
  position: relative;
  background-image: url(../images/testimonial-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .Review .bg {
    padding: 15px;
  }
}

.Review .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(3, 24, 32, 0.8);
}

.Review .bg > * {
  position: relative;
}

.Review__Title {
  position: relative;
  padding-bottom: 10px;
  color: white;
  margin-bottom: 50px;
}

.Review__Title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  width: 100%;
  max-width: 220px;
  margin-left: -110px;
  height: 3px;
  background-color: #CC935C;
}

@media (max-width: 767px) {
  .Review .review {
    padding-bottom: 50px;
  }
}

.Review .review .item img {
  display: inline-block;
  margin-bottom: 15px;
}

.Review .review .item h4 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.Review .review .item p {
  color: white;
}

.Review .review .item--name, .Review .review .item--city {
  display: block;
}

.Review .review .item--name {
  font-size: 18px;
  font-weight: 800;
  color: #CC935C;
  margin-bottom: 10px;
}

.Review .review .item--city {
  font-size: 14px;
  font-weight: 800;
  color: white;
}

.Review .review .slick-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  color: white;
}

@media (max-width: 767px) {
  .Review .review .slick-arrow {
    display: none !important;
  }
}

.Review .review .slick-arrow::before {
  color: white;
}

.Review .review .slick-arrow:hover {
  background-color: white;
}

.Review .review .slick-arrow:hover::before {
  color: #173E62;
}

.Review .review .slick-arrow.slick-prev {
  left: -40px;
}

.Review .review .slick-arrow.slick-next {
  right: -40px;
}

.Review .review .slick-dots {
  bottom: 10px;
  display: none !important;
}

@media (max-width: 767px) {
  .Review .review .slick-dots {
    display: block !important;
  }
}

.Review .review .slick-dots li button {
  background-color: white;
}

/* Contact Section */
.Contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .Contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.Contact__Title {
  margin-bottom: 28px;
}

.Contact .form-group:last-child {
  margin-bottom: 0;
}

.Contact .form-group .btn {
  max-width: 180px;
  width: 100%;
}

.footer {
  background-color: #173E62;
  padding-top: 50px;
  padding-bottom: 27px;
}

@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .footer__Box {
    margin-bottom: 30px;
  }
  .footer__Box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer__Box {
    margin-bottom: 20px;
  }
}

.footer__Box--title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .footer__Box--title {
    margin-bottom: 20px;
  }
}

.footer__Box p {
  color: white;
}

.footer__Box--social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__Box--social li {
  display: inline-block;
}

.footer__Box--social li:not(:last-child) {
  margin-right: 15px;
}

.footer__Box--social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.footer__Box--social li a:hover {
  background-color: white;
  color: #CC935C;
}

.footer__Box--info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__Box--info li {
  display: block;
  color: white;
}

.footer__Box--info li:not(:last-child) {
  margin-bottom: 15px;
}

.footer__Box--info li .fa {
  float: left;
  width: 25px;
  text-align: center;
}

.footer__Box--info li address, .footer__Box--info li span {
  padding-left: 15px;
  display: block;
  overflow: hidden;
  color: white;
  margin: 0;
}

.footer__Box--info li address a, .footer__Box--info li span a {
  color: white;
}

.footer__Box .form-group .form-control {
  font-size: 14px;
  border: 1px solid white;
  background-color: transparent;
}

.footer__Box .form-group .form-control::-webkit-input-placeholder {
  color: white;
}

.footer__Box .form-group .form-control:-moz-placeholder {
  color: white;
}

.footer__Box .form-group .form-control::-moz-placeholder {
  color: white;
}

.footer__Box .form-group .form-control:-ms-input-placeholder {
  color: white;
}

.footer__copyright {
  text-align: center;
  color: white;
  margin: 0;
  font-size: 12px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .footer__copyright {
    margin-top: 10px;
  }
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 26px;
  width: 26px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Fontawesome";
  font-size: 26px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 15px;
}

.slick-prev:before {
  font-family: "Fontawesome";
  content: '\f104';
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

[dir="rtl"] .slick-prev:before {
  content: '';
}

.slick-next {
  right: 15px;
}

.slick-next:before {
  font-family: "Fontawesome";
  content: '\f105';
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  content: '';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  width: 20px;
  border-radius: 10px;
  opacity: 1;
}

.slick-dots li button {
  border: 0;
  background-color: #173E62;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f111';
  width: 20px;
  height: 20px;
  font-family: fontawesome;
  font-size: 23px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*# sourceMappingURL=theme.css.map */