body,
html {
  padding: 0;
  margin: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden; }

.heading {
  font-weight: normal; }

@font-face {
  font-family: EBGaramond08;
  src: url("../font/font/EBGaramond08-Regular.ttf"); }

@font-face {
  font-family: Montserrat;
  src: url("../font/font/Montserrat-Regular.otf"); }

.container-header {
  min-width: 100%; }

.topbar__menu {
  background-color: #ffffff !important;
  z-index: 1;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 130px;
  padding: 0 100px;
  border-bottom: 1px solid #AE935E; }

.img_logo_text {
  display: none; }

.list {
  list-style-type: none; }

.list li {
  display: inline-block;
  margin-right: 1.4rem; }

.list li a {
  color: #AE935E;
  font-family: EBGaramond08;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.4px; }

.list li:last-child {
  margin-right: 0; }

.list_menu {
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.list_menu:hover {
  color: #AE935E;
  text-decoration: none;
  border-collapse: separate;
  font-weight: none;
  border-bottom: 5px solid #AE935E;
  padding-bottom: 43px; }

.list_boxed {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-collapse: separate;
  width: 11px;
  height: 10px;
  padding: 10px;
  border: 1px solid #AE935E; }

.menu_bars {
  display: none;
  color: #ffffff; }

.btn_close {
  display: none; }

.list_mobile {
  display: none; }

.main {
  border-left: 1px solid #AE935E;
  border-right: 1px solid #AE935E;
  margin-top: 99px; }

.img_class {
  margin: 0 45px; }

.img_1 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 50px; }

.carousel-indicators {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10; }

.carousel-indicators li {
  background-color: #e4e8f1; }

.carousel-indicators .active {
  background-color: #AE935E; }

.H4bodymedium_brown {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E;
  margin: 30px 30px 0px 30px;
  padding: 0 15px; }

.H3titlemedium_grey {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #625d58;
  margin: 0 30px 0px 30px;
  padding: 0 15px; }

.btn_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0 15px; }

.btn-readme {
  border: 1px solid #AE935E;
  width: 160px;
  padding: 12px 30px;
  font-family: EBGaramond08;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-align: center;
  color: #AE935E; }

.btn-readme:hover {
  text-decoration: none;
  background-color: #AE935E;
  color: #ffffff;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease; }

.btn-readme:active {
  border-width: 1px;
  text-decoration: none;
  background-color: #AF8E54;
  color: #ffffff;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
  cursor: pointer; }

.line-v1 {
  border-bottom: 1px solid #AE935E;
  padding-top: 30px;
  margin: 0 20px; }

.H4bodymedium_grey {
  font-family: EBGaramond08;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #625d58; }

.v3 {
  display: none; }

.dropdown {
  display: none; }

.media-menu {
  display: block; }

.btn_menu {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-readme_2 {
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 40px 2px;
  cursor: pointer; }

.btn-readme_2:hover {
  border: 1px solid #AE935E;
  color: #AE935E;
  padding: 12px 10px 12px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 250px;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
  cursor: pointer; }

.img_media {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -2px;
  padding: 0 15px; }

.H4bodymedium_brown_side {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 0; }

.H3titlemedium_grey_side {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: 1.2px;
  text-align: justify;
  color: #625d58;
  margin: 0 15px 30px 0; }

.H4bodymedium_brown_readme {
  font-family: EBGaramond08;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #AE935E;
  border: 1px solid #AE935E;
  width: 160px;
  padding: 12px 30px; }

.H4bodymedium_brown_readme:hover {
  text-decoration: none;
  background-color: #AE935E;
  color: #ffffff;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease; }

.H4bodymedium_brown_readme:active {
  border-width: 1px;
  text-decoration: none;
  background-color: #AF8E54;
  color: #ffffff;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
  cursor: pointer; }

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
  margin-top: 40px; }

.fa-arrow-up {
  font-size: 20px;
  color: #AE935E; }

.backtotop {
  padding: 2px 0 32px 14px;
  font-size: 12px;
  color: #AE935E; }

.footerd {
  display: block; }

.footerm {
  display: none; }

.footerpad {
  display: none; }

.footer {
  background-color: #AE935E; }

.followus {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.main_sosmed {
  margin: 0 0 10px 10px; }

.icon_class_footer {
  width: 19px;
  height: 19px;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain; }

.embrace {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.embrace_10 {
  padding-top: 50px; }

.follow_sosmed {
  display: none; }

.icon_sosmed {
  display: none; }

.H4bodymedium_white_9 {
  font-family: Montserrat;
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

.signup {
  padding-top: 30px;
  font-family: EBGaramond08;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff; }

input.text1::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input.text1::placeholder {
  font-family: Montserrat;
  font-size: 10px;
  padding-left: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #625d58; }

input[type="text1"] {
  width: 83%;
  height: 40px;
  padding-right: 50px;
  border: none;
  border-radius: 0; }

button[type="submit"] {
  margin-left: -6px;
  height: 41px;
  width: 40px;
  background-color: #AF8E54; }

.footer_1 {
  margin-bottom: 50px; }

button[type="submit"] {
  color: #AF8E54;
  border-color: #ffffff;
  border-style: solid;
  border: 1px; }

.footer_2 {
  padding: 8px 0 8px 0;
  background-color: #AF8E54; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.H4bodymedium_white_11 {
  font-family: Montserrat;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0; }

.H4bodymedium_white_11:hover {
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
  text-decoration: none;
  color: #ffffff; }

.column_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sitemap {
  padding-right: 40px; }

.column_footer_2 {
  text-align: center; }

.column_footer_3 {
  text-align: right; }

.img_class_footer {
  max-width: 64px; }

.copyright {
  display: none; }

.homepagemenu {
  min-width: 1366px;
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: #ffffff; }

.modal-header {
  border-bottom: none;
  padding-right: 20px; }

.btnclosepage {
  padding-right: 70px; }

.homepage {
  font-size: 1.5rem;
  color: #000000;
  width: 50px;
  height: 50px;
  padding: 20px 40px 0 0; }

.Rectangle-2 {
  margin-top: 45px;
  width: 100%;
  height: 299px; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }

.menu-page {
  background: transparent;
  border: none; }

input[type=text], select {
  width: 100%;
  padding: 7px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

input[type=text]:focus, select {
  width: 100%;
  padding: 7px 5px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #AE935E;
  border-radius: 4px;
  outline-color: #AE935E;
  color: #AE935E; }

textarea {
  width: 750px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea:focus {
  width: 750px;
  padding: 25px 5px;
  margin: 10px 10px;
  display: inline-block;
  border: 1px solid #AE935E;
  border-radius: 4px;
  outline-color: #AE935E;
  color: #AE935E; }

.col-modal {
  padding: 0 20px 0 26px; }

.col-modal-text {
  padding: 0; }

::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

::placeholder {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: 1.4px;
  color: #c2c2c2; }

.H4bodymedium_brown_contact {
  font-family: EBGaramond08;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: 1.8px;
  color: #AE935E;
  padding-left: 8px; }

.form-control {
  font-size: 0.9rem; }

.btn-enquire {
  font-family: EBGaramond08;
  border: solid;
  border-width: 1px;
  color: #AE935E;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ffffff; }

.btn-enquire:hover {
  border: solid;
  border-width: 1px;
  color: #ffffff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #AE935E; }

.btn-enquire:active {
  border: solid;
  border-width: 1px;
  color: #ffffff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #AF8E54; }

.text-limit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 2;
  max-height: 73px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.logo-trump {
  width: 155px;
  height: 148px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .logo-trump {
    width: 155px;
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px; }
  input[type="text1"] {
    border-radius: 0; }
  #event {
    margin-top: 50px; }
  .eventtitle {
    margin-top: 40px !important; }
  .line-v1 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px; }
  .topbar__menu {
    background-color: #AF8E54 !important;
    border-bottom: none;
    z-index: 100;
    position: fixed !important;
    position: relative;
    padding: 10px 15px;
    height: 60px; }
  .topbar__menu.is-show {
    border-bottom: none !important; }
  .carousel-indicators {
    z-index: 10;
    padding-bottom: 10px;
    margin: 0 !important; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    background-color: #e4e8f1;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer; }
  .img_logo {
    display: none; }
  .img_logo_text {
    display: block;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain; }
  .menu_bars {
    display: block; }
  .menu_bars i {
    font-size: 22px; }
  .list {
    display: none; }
  .list_mobile.is-show {
    display: block; }
  .menu_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 15px 0 15px; }
  .list-mobile {
    z-index: 100 !important; }
  .btn_close {
    font-size: 10px;
    color: #ffffff;
    padding: 8px 2px 0 0; }
  .btn_close.is-show {
    display: block;
    color: #ffffff;
    z-index: 10; }
  .list_mobile {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 10; }
  .list_mobile_menu {
    list-style-type: none;
    padding: 60px 0 0 0;
    width: 62%;
    text-align: justify;
    margin: 0 auto; }
  .list_menu_mobile {
    font-family: EBGaramond08;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 2.2px;
    color: #ffffff; }
  .list_menu_mobile:hover {
    color: #AE935E;
    text-decoration: none; }
  .img_logo {
    padding-left: 0; }
  .fa-minus {
    padding-right: 20px; }
  .main {
    border-left: 0;
    border-right: 0;
    margin-top: 75px; }
  .img_class {
    margin: 0; }
  .img_1 {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 30px; }
  .carousel-indicators {
    margin-left: 30px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .carousel-indicators li {
    background-color: #e4e8f1; }
  .carousel-indicators .active {
    background-color: #AE935E; }
  .H4bodymedium_brown {
    text-align: justify;
    margin: 30px 0 15px 0; }
  .H3titlemedium_grey {
    margin: 0; }
  .btn_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0; }
  .media-menu {
    display: none; }
  .dropdown {
    display: block;
    margin-bottom: 20px; }
  .dropdown-item.active, .dropdown-item:active {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #AE935E;
    text-decoration: none;
    background-color: #ffffff; }
  .dropdown-item.focus, .dropdown-item:focus {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #AE935E;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #AE935E; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E;
    padding-left: 12px; }
  .dropdown-item {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    padding: .4rem 1.5rem; }
  .btn-primary {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    width: 100%;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E;
    border-radius: 0;
    padding: 15px 12px;
    text-align: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    width: 100%;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E;
    border-radius: 0;
    padding: 15px 12px;
    text-align: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .btn-primary:hover {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E; }
  .dropdown-menu {
    border-radius: 0;
    width: 100%;
    border-color: #AE935E;
    padding: 10px 0; }
  .dropdown-menu.show {
    display: block;
    margin-top: 0; }
  .dropdown-divider {
    border-top: 1px solid #AE935E; }
  .btn_menu {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .btn-readme_2 {
    padding: 0 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px 2px;
    cursor: pointer; }
  .btn-readme {
    width: 100px;
    padding: 7px 10px;
    margin-left: 0; }
  .btn-readme_side {
    width: 100px;
    padding: 7px 10px;
    margin-left: 0; }
  .img_media {
    padding: 0;
    margin: 0;
    height: 215px; }
  .H4bodymedium_brown_side {
    margin: 0; }
  .H3titlemedium_grey_side {
    margin: 0 0 15px 0; }
  .btn_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .back {
    padding: 0 0 20px 0; }
  .fa-arrow-up {
    font-size: 20px;
    padding: 10px 12px; }
  .backtotop {
    display: none;
    padding: 22px 0 0 14px;
    font-size: 12px;
    color: #AE935E; }
  .footerd {
    display: none; }
  .footerm {
    display: block !important; }
  .footr-mobile {
    padding-left: 30px; }
  .followus {
    display: none; }
  .icon_class_footer {
    display: none; }
  .embrace {
    padding: 20px 0 5px 0;
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff; }
  .H4bodymedium_white_9 {
    font-size: 12px;
    padding-bottom: 12px; }
  .embrace_10 {
    padding-top: 0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 1.2px;
    color: #ffffff; }
  .signup {
    padding-top: 20px;
    font-size: 16px; }
  .main_sosmed {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px; }
  .follow_sosmed {
    padding-top: 0;
    display: block;
    font-size: 16px; }
  .icon_sosmed {
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }
  .footer_1 {
    margin-bottom: 40px; }
  .footer_2 {
    padding: 18px 0 8px 0;
    background-color: #AF8E54; }
  .column_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .H4bodymedium_white_11 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: 0.9px;
    color: #ffffff;
    margin: 0; }
  .v2 {
    display: none; }
  .main__body_9 {
    padding: 0 15px; }
  .main__title_10 {
    padding: 0 15px; }
  .sitemap {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff; }
  .column_footer_2 {
    display: none;
    text-align: center; }
  #H4bodymedium_white_11 {
    font-size: 9px; }
  .column_footer_3 {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%; }
  .img_class_footer {
    width: 20%;
    padding: 9px 0 8px 0;
    -o-object-fit: contain;
    object-fit: contain; }
  .copyright {
    display: block; }
  .homepagemenu {
    min-width: 100%;
    opacity: 1; }
  .modal-header {
    padding-right: 13px; }
  .Rectangle-2 {
    width: 100%;
    height: 184px;
    margin-top: 7px;
    -o-object-fit: cover;
    object-fit: cover; }
  .modal-lg {
    margin: 0; }
  .modal-content {
    border: none;
    border-radius: 0;
    height: 100vh; }
  textarea {
    width: 100%;
    padding: 25px 5px;
    margin: 0;
    height: 80px; }
  textarea:focus {
    width: 100%;
    padding: 25px 5px;
    margin: 0; }
  ::-webkit-input-placeholder {
    font-size: 10px; }
  :-ms-input-placeholder {
    font-size: 10px; }
  ::-ms-input-placeholder {
    font-size: 10px; }
  ::placeholder {
    font-size: 10px; }
  .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-top: 0;
    padding-bottom: 10px; }
  .form-control {
    font-size: 0.8rem; }
  .col-modal {
    padding: 0 1rem; }
  .col-modal-text {
    margin: 0; } }

@media only screen and (min-width: 767px) {
  .logo-trump {
    margin-right: 600px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type="text1"] {
    border-radius: 0; }
  .line-v1 {
    margin-right: 0;
    margin-left: 0; }
  .topbar__menu {
    background-color: #AF8E54 !important;
    border-bottom: none;
    z-index: 100;
    position: fixed !important;
    position: relative;
    padding: 10px 18px;
    height: 60px; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 18px;
    height: 3px;
    background-color: #e4e8f1;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer; }
  .img_logo {
    display: none; }
  .img_logo_text {
    display: block;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain; }
  .menu_bars {
    display: block; }
  .menu_bars i {
    font-size: 22px; }
  .list {
    display: none; }
  .list_mobile.is-show {
    display: block; }
  .menu_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 20px 0 20px; }
  .fa-times {
    font-size: 22px; }
  .list-mobile {
    z-index: 100 !important; }
  .btn_close {
    font-size: 10px;
    color: #ffffff;
    padding: 8px 2px 0 0; }
  .btn_close.is-show {
    display: block;
    color: #ffffff;
    z-index: 10; }
  .list_mobile {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 10; }
  .list_mobile_menu {
    list-style-type: none;
    padding: 60px 0 0 0;
    width: 28%;
    text-align: justify;
    margin: 0 auto; }
  .list_menu_mobile {
    font-family: EBGaramond08;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 2.2px;
    color: #ffffff; }
  .list_menu_mobile:hover {
    color: #AE935E;
    text-decoration: none; }
  .fa-minus {
    padding-right: 20px; }
  .main {
    border-left: none;
    border-right: none;
    margin-top: 59px; }
  .img_class {
    margin: 0 15px; }
  .H3titlemedium_grey {
    margin: 0; }
  .H4bodymedium_brown {
    margin: 30px 0 20px 0; }
  .media-menu {
    display: none; }
  .v2 {
    display: none !important; }
  .dropdown {
    width: 50%;
    display: block;
    padding-top: 50px;
    margin: 0 auto; }
  .dropdown-item.active, .dropdown-item:active {
    color: #AE935E;
    text-decoration: none;
    background-color: #ffffff; }
  .dropdown-item.focus, .dropdown-item:focus {
    color: #AE935E;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #AE935E; }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E; }
  .dropdown-item {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    padding: .4rem 1.5rem; }
  .btn-primary {
    font-family: EBGaramond08;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    width: 100%;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E;
    border-radius: 0;
    padding: 15px 10px;
    padding-left: 23px;
    text-align: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    width: 100%;
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E;
    border-radius: 0;
    padding: 15px 10px;
    padding-left: 23px;
    text-align: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .btn-primary:hover {
    color: #AE935E;
    background-color: #ffffff;
    border-color: #AE935E; }
  .dropdown-menu {
    border-radius: 0;
    width: 100%;
    border-color: #AE935E;
    padding: 10px 0; }
  .dropdown-menu.show {
    display: block;
    margin-top: 0; }
  .dropdown-divider {
    border-top: 1px solid #AE935E; }
  .btn_menu {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .btn-readme_2 {
    padding: 0 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 5px 13px;
    cursor: pointer; }
  .btn-readme {
    width: 100px;
    padding: 7px 10px;
    margin-left: 0; }
  .btn-readme_side {
    width: 100px;
    padding: 7px 10px;
    margin-left: 0; }
  .footerd {
    display: none; }
  .footerm {
    display: none; }
  .footerpad {
    display: block; }
  .footer {
    padding-bottom: 10px; }
  .embrace_10 {
    padding-top: 10px; }
  .embrace {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 22px; }
  .H4bodymedium_white_9 {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 1.2px;
    color: #ffffff; }
  .followus {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 22px; }
  .main_sosmed {
    margin: 0; }
  .icon_class_footer {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain; }
  .signup {
    font-family: EBGaramond08;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.6px;
    text-align: justify;
    color: #ffffff;
    margin: 25px 0; }
  input.text1::-webkit-input-placeholder {
    font-size: 12px; }
  input.text1:-ms-input-placeholder {
    font-size: 12px; }
  input.text1::-ms-input-placeholder {
    font-size: 12px; }
  input.text1::placeholder {
    font-size: 12px; }
  .sitemap {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff;
    font-size: 9px; }
  .text-disclaimer {
    font-size: 9px; }
  .H4bodymedium_white_11 {
    text-align: center; }
  .modal-content {
    border: none;
    border-radius: 0;
    height: 100vh; }
  .homepageipad {
    margin: 0 23px; }
  .Rectangle-2 {
    width: 100%;
    height: 184px;
    margin-top: 7px;
    -o-object-fit: cover;
    object-fit: cover; }
  .modal-header .homepage {
    margin-right: 550px !important; }
  .modal-dialog {
    min-width: 100%; }
  .close {
    margin: 18px 0 18px 18px; }
  textarea {
    width: 100%;
    padding: 25px 5px;
    margin: 0;
    height: 80px; }
  textarea:focus {
    width: 100%;
    padding: 25px 5px;
    margin: 0; }
  ::-webkit-input-placeholder {
    font-size: 12px; }
  :-ms-input-placeholder {
    font-size: 12px; }
  ::-ms-input-placeholder {
    font-size: 12px; }
  ::placeholder {
    font-size: 12px; }
  .modal-body {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding-top: 0;
    padding-bottom: 10px; }
  .form-control {
    font-size: 0.8rem; }
  .col-modal {
    padding: 0 1rem; }
  .col-modal-text {
    margin: 0; }
  .modal-footer {
    padding: 10px; }
  .v2 {
    display: block; } }

@media only screen and (min-width: 1023px) {
  .logo-trump {
    margin-right: 335px !important; } }

@media only screen and (min-width: 1024px) {
  input[type="text1"] {
    border-radius: 0; }
  .modal-header .homepage {
    margin-right: 300px !important; }
  .homepageipad {
    margin: 0 33px; }
  .H4bodymedium_brown_contact {
    padding-left: 0; } }

@media only screen and (min-width: 1366px) {
  .topbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #contact-land {
    position: absolute;
    right: 25px;
    top: 49px; }
  .list {
    padding-left: 0;
    margin-bottom: 0; }
  .logo-trump {
    margin-right: 13px !important; }
  input[type="text1"] {
    border-radius: 0; }
  .v1 {
    display: none; }
  .list_mobile {
    display: none !important; }
  .homepageipad {
    margin: 0 106px; }
  .Rectangle-2 {
    margin-top: 10px; }
  .modal-header .homepage {
    margin-right: 45px !important; }
  .H4bodymedium_brown_contact {
    padding-left: 10px; }
  .contactus {
    margin-top: 18px; } }
