
@import url('../Fonts/PTSans.ttc');

@font-face {
  font-family: 'PTSans';
  src: url('../Fonts/PTSans.ttc');
}

@import url('../Fonts/PTSerif.ttc');

@font-face {
  font-family: 'PTSerif';
  src: url('../Fonts/PTSerif.ttc');
}


div, p, span {
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

p {
  font-size: 16px;
}





.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

 @keyframes bounce {
  0% { transform: translate(0vw, 0vw); -webkit-transform: translate(0vw, 0vw); -moz-transform: translate(0vw, 0vw); -o-transform: translate(0vw, 0vw); -ms-transform: translate(0vw, 0vw);}
  50% { transform: translate(0vw, 1vw); -webkit-transform: translate(0vw, 1vw); -moz-transform: translate(0vw, 1vw); -o-transform: translate(0vw, 1vw); -ms-transform: translate(0vw, 1vw); }
  100% {transform: translate(0vw, 0vw); ; -webkit-transform: translate(0vw, 0vw); -moz-transform: translate(0vw, 0vw); -o-transform: translate(0vw, 0vw); -ms-transform: translate(0vw, 0vw); }
}

.logo-container img {
  width: 150px;
}

@media screen and (max-width : 992px) {

  .desktop-nav div div {
    z-index: 1000;
  }

  .mobile-nav {
    position: absolute;
    left: 0;
    top: 31px;
  }

  .nav-bars {
    top: 7px;
    left: 0;
    z-index: 1008;
    width: 20px;
    cursor: pointer;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .nav-bars span,
  .nav-times span {
    background-color: black;
    height: 2px;
    width: 100%;
    float: left;
    margin-bottom: 4px;
  }

  .nav-inner {
    background-color: rgba(255,255,255,0.98);
    height: 100%;
    width: 100%;
    padding-top: 150px;
    position: fixed;
    transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 8px rgba(0,0,0,.15);
    opacity: 0;
    top: 0;
  }

  .handburger-1, .handburger-2, .handburger-3, .nos, .nus, .ncs, .fa-chevron-right, .arrow-right, .arrow-right-2 {
    transition: transform .44s cubic-bezier(.33,0,.2,1);
    -webkit-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -moz-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -o-transition: transform .44s cubic-bezier(.33,0,.2,1);
    -ms-transition: transform .44s cubic-bezier(.33,0,.2,1);
  }


  .reveal-stealth { display: block;}
  .conceal { visibility: hidden;}
  .nav-reveal { opacity: 1; }


  .nav-inner ul {
    list-style-type: none;
    font-size: 20px;
    padding-inline-start: 0px!important;
  }

  .nav-inner ul a {
    color: black;
    text-decoration: none;
    line-height: 2;
  }

  .nav-inner ul a:hover {
    color: black;
    text-decoration: none;
  }

  .nav-stick-bottom {
    position: absolute;
    bottom: 5%;
    color: black;
  }

  .border-nav {
    border-bottom: 1px solid black;
    width: 100%;
  }

  .accordian-link {
    width: 100%;
  }

  .accordian-shown {
    display: none;
  }

  .logo-container img {
    width: 150px;
  }
}






/* Index */

.btn-us {
  padding: 10px 20px;
  border: 1px solid #004f79;
  color: #004f79;
}

.btn-main { margin-top: 30px;}
.golden-semi-caption { color: #004f79; font-weight: bolder;  font-family: 'PT Serif'; }
.golden-semi-caption span { color: #b78e52; font-weight: bolder;  font-family: 'PT Serif'; }

.carousel-title {
  color: #004f79;
  font-family: 'PT Serif', serif;
  font-weight: bolder;
  font-size: 45px;
  line-height: 1.0;
  margin-bottom: 20px;
  white-space: nowrap;
}

.carousel-captions {
  color: #b78e52;
  font-size: 26px;
  font-family: 'PT Serif', serif;
  font-weight: bolder;
  margin-bottom: 20px;
  line-height: 1.3;
  white-space: nowrap;
}

.carousel-text {
  max-width: 650px;
  width: 100%;
  line-height: 1.3;
}

.carousel-container {
  margin-top: 25vh;
  width: 35%;
}

.portfolio-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-text {
  position: absolute;
  color: white;
}

.parallax-left {
  left: 0px!important;
  top: 37vh!important;
  height: 50%!important;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.6s, -webkit-transform 13.35s;
  transition: opacity 0.6s, transform 1.35s;
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.parallax-right {
  left: 0px!important;
  top: 10vh!important;
  height: 75%!important;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.2s, -webkit-transform 13.35s;
  transition: opacity 0.2s, transform 1.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

.main-container:hover > .parallax-demo .parallax-left {
  -webkit-transform: translate3d(0,-60px,0);
  transform: translate3d(0,-60px,0);
  -webkit-transition: opacity 0.2s, -webkit-transform 13.35s;
  transition: opacity 0.2s, transform 1.35s;
}

.main-container:hover > .parallax-demo-2 .parallax-right {
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
  -webkit-transition: opacity 0.2s, -webkit-transform 13.35s;
  transition: opacity 0.2s, transform 1.35s;
}

#slideshow-container {
  width: 100%;
  height: 100vh;
}

.slideshow-pane1 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slideshow-img {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 3.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 3.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
}

.parallax-demo-1-1 { background: url('../img/piece-1-banner-1.png');}
.parallax-demo-2-1 { background: url('../img/piece-2-banner-1.png');}
.parallax-demo-1-2 { background: url('../img/piece-1-banner-2.png');}
.parallax-demo-2-2 { background: url('../img/piece-2-banner-2.png');}
.parallax-demo-1-3 { background: url('../img/piece-1-banner-3.png');}
.parallax-demo-2-3 { background: url('../img/piece-2-banner-3.png');}


.parallax-demo-1-1,
.parallax-demo-2-1,
.parallax-demo-1-2,
.parallax-demo-2-2,
.parallax-demo-1-3,
.parallax-demo-2-3 {
  background-repeat: no-repeat;
  background-size: contain;
}

.parallax-bg-container {
  position: relative;
  bottom: 0;
  height: 100vh;
}

.parallax-demo {
  position:absolute;
  width: 228px;
  height: 1000px;
  z-index: 111;
  top: -5vh;
}

.parallax-demo-2 {
  margin-left: 5px;
  position:absolute;
  width: 408px;
  height: 1000px;
  right: 0px;
  z-index: 111;
  top: -5vh;
}

.contact-btn a {
  font-size: 16px;
}


@media screen and (max-width : 1200px) {

  .parallax-demo { width: 210px; }
  .parallax-demo-2 { width: 350px; }
}


@media screen and (max-width : 992px) {

  .parallax-demo {
    width: 160px;
    margin-left: 26px;
    top: 0;
  }

  .parallax-demo-2 {
    width: 300px;
    top: 0;
  }

  .carousel-container {
    margin-top: 130px;
    width: 100%;
  }
}


@media screen and (max-width : 767px) {

  .parallax-demo {
    margin-left: -81px;
  }

  .parallax-demo-2 {
    width: 300px;
    top: 0;
  }

  .slideshow-img {
    width: 96%;
  }
}


@media screen and (max-width : 576px) {

  .bg-container {
    margin-left: 0px!important;
  }

  .mobile-margin {
    margin-left: 20%;
  }

  .parallax-bg-container {
    position: relative;
    bottom: 0;
    height: auto;
  }

  #slideshow-container {
    height: auto;
  }
}

.parallax-img {
  width: 350px;
  margin-left: auto;
  position: absolute;
  right: 0;
  margin-right: 75px;
  z-index: 112;
}

.curve-img {
  width: 350px;
  margin-left: auto;
  z-index: 122;
  margin-bottom: 70px;
  margin-top: 70px;
}



/* Background */

.bg-caption-only {
  position: absolute;
  top: 140px;
  left: 50px;
  width: 220px;
}

.bg-caption-only img {
  opacity: 0.6;
  width: 100%;
}

.bg-container {
  margin-left: 20%;
}

.bg-caption-h2 {
  position: relative;
  z-index: 133;
  font-weight: bold;
}

.bg-text-container {
  margin-top: 120px;
}

.bg-detail-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bg-border-line {
  border-bottom: 1px solid #838383;
  opacity: 0.3;
}

.bg-detail-container .col-7 h2,
.bg-caption-h2,
.conclude-bg-text {
  font-family: 'PT Serif', 'PTSerif', serif;
}

.conclude-bg-text {
  font-weight: bolder;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1.2;
  max-width: 552px;
  width: 100%;
}




/* Unknown */

.fair-container {
  margin-top: 170px;
}

.option-container {
  border-top: 2px solid #004f79;
  width: 100%;
  color: #004f79;
  padding-top: 10px;
}

.copyright-container {
  margin-bottom: 10px;
  color: #004f79;
  font-size: 13px;
}

.desktop-navi a {
  color: black;
}

.desktop-navi a:hover {
  color: black;
}

footer {
  height: 7vh;
}

.footer-nav {
  font-size: 13px;
  margin-right: 20px;
}

.footer-left {
  width: 60%;
}

.footer-right {
  width: 40%;
}

.happy-assist {
  max-width: 150px;
  width: 100%;
  margin-right: auto;
}

.contact-btn a {
  border: 1px solid #004f79;
  color: #004f79;
  padding: 5px 20px 5px 20px;
  background: white;
}

@media screen and (max-width : 767px) {

  .footer-left {
    width: 40%;
  }

  .footer-right {
    width: 60%;
  }
}

@media screen and (max-width : 576px) {

  .happy-assist {
    max-width: 100%;
  }

  .carousel-title {
    font-size: 38px;
  }

  .carousel-caption {
    font-size: 20px;
  }

}



@media only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3)
and (orientation : portrait) {

  .golden-semi-caption,
  .golden-semi-caption span,
  .carousel-title,
  .carousel-captions,
  .bg-detail-container .col-7 h2,
  .bg-caption-h2,
  .conclude-bg-text {
    letter-spacing: -2px;
    font-weight: 900;
  }

}







input,
textarea,
button,
select {
  outline: 0;
  border: none;
}

.contact-container {
  padding: 7px 15px 7px 15px;
  color: #b78e52;
  background: #dcdcdc;
  width: 100%;
  margin-top: 30px;
}

.contact-info-text {
  color: white;
  font-size: 18px;
}

.contact-info-text:hover {
  text-decoration: none;
  color: white;
}

.contact-container::placeholder {
  color: #b78e52;
  opacity: 1;
}

.contact-container:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b78e52;
}

.contact-container::-ms-input-placeholder { /* Microsoft Edge */
  color: #b78e52;
}

.contact-us-bg {
  width: 100%;
  margin-top: 0px;
  height: 700px;
  background: url('../img/contact.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.text-contact-container {
  position:absolute;
  right: 20px;
  top: 160px;
  z-index: 99;
}

.contact-icon {
   width: 45px;
   margin-right: -28px;
}

.goldem-container {
  margin-top: 110px;
}

.golden-question {
  color: #004f79;
  font-family: 'PTSerif';
  font-weight: bold;
  font-size: 30px;
}

.golden-form-send {
  border: 1px solid #004f79;
  color: #004f79;
  padding: 5px 55px 5px 55px;
  background: white;
}

.mobile-contact-us-bg {
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 10px;
  width: 100%;
  background-color: #b88e52;
}


@media screen and (max-width : 1200px) {

  .contact-us-bg {
    margin-top: 40px;
    transform: scale(1.1);
  }

  .text-contact-container {
    right: -6px;
    top: 123px;
  }
}


@media screen and (max-width : 992px) {

  .contact-us-bg {
    margin-top: 40px;
    transform: scale(1.0);
  }
  .text-contact-container {
    right: 8px;
    top: 149px;
  }
}

@media screen and (max-width : 767px) {

  .contact-us-bg {
    margin-top: 0px;
    transform: scale(1.0);
  }

  .text-contact-container {
    right: 168px;
    top: 149px;
  }
}


@media screen and (max-width : 576px) {

  .no-padding-left-right {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .contact-us-bg {
    background: #004f79;
    height: 460px;
  }

  .text-contact-container {
    top: 30px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .contact-icon {
    margin-right: 0px;
  }
}




