.pr {
  position: relative;
}

.title h1, .title h2 {
  font-family: var(--Nexa-Light);
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: normal;
  position: relative;
  padding: 0;
  display: inline-block;
  letter-spacing: 10px;
}
.title h1 strong, .title h2 strong {
  font-family: var(--NexaBold);
  letter-spacing: 0;
  font-size: 4.2rem;
}
.title h1 {
  font-size: 4rem;
  line-height: 4.8rem;
}
.title h1 strong {
  font-size: 4.6rem;
}

.btn {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.btn a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  position: relative;
}
.btn a:after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background: #e5ac53;
  transition: all 0.2s linear 0s;
}
.btn a:hover:after {
  width: 100%;
}

.btn_b a {
  color: #3F3F3B !important;
}

.arrows {
  position: absolute;
  left: auto;
  right: 16%;
  bottom: 70px;
  z-index: 111;
  width: 80px;
}
.arrows button {
  width: 20px;
  height: 20px;
  border: solid #e5ac53;
  border-width: 0 0 5px 5px;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  font-size: 0;
  padding: 0;
  margin: 0;
}
.arrows button:hover {
  border-color: #fff;
}
.arrows button.disabled {
  border-color: #e5ac53 !important;
}
.arrows button.customNextBtn {
  left: auto;
  right: 0;
  border-width: 5px 5px 0 0;
}

.arrowsbtn .owl-nav {
  position: relative;
}
.arrowsbtn .owl-nav button {
  width: 12px;
  height: 12px;
  border: solid #e5ac53 !important;
  border-width: 0 0 3px 3px !important;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.arrowsbtn .owl-nav button:hover {
  border-color: #191919 !important;
}
.arrowsbtn .owl-nav button.disabled {
  border-color: #e5ac53 !important;
}
.arrowsbtn .owl-nav button.owl-next {
  left: auto;
  right: 0;
  border-width: 3px 3px 0 0 !important;
}

.getintouch, .getinbtn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.getintouch a, .getinbtn a {
  position: relative;
  padding: 21px 22px 15px;
}
.getintouch a:after, .getintouch a:before, .getinbtn a:after, .getinbtn a:before {
  transition: all 0.4s linear 0s;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  background-color: #e5ac53;
  font-size: 0;
  z-index: -1;
  opacity: 1;
}
.getintouch a:before, .getinbtn a:before {
  position: absolute;
  left: 0;
  top: 0;
}
.getintouch a:hover:after, .getintouch a:hover:before, .getinbtn a:hover:after, .getinbtn a:hover:before {
  width: 0%;
  opacity: 0;
}
.getintouch a span, .getinbtn a span {
  position: relative;
  font-family: var(--NexaRegular);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
.getintouch a span:after, .getinbtn a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #e5ac53;
  font-size: 0;
  transition: all 0.2s linear 0.2s;
  opacity: 0;
}
.getintouch:hover a span:after, .getinbtn:hover a span:after {
  width: 100%;
  opacity: 1;
}
.getintouch:hover a span, .getinbtn:hover a span {
  color: #fff;
}

.header {
  height: 140px;
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 99999;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 120px;
  display: inline-block;
  margin: 10px 0;
}
header .logo img {
  width: 100%;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  margin: 0 0 0 3vw;
}
header nav ul li a.navlink {
  font-family: var(--NexaRegular);
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  padding: 6px 0 0;
}
header nav ul li a.navlink span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #e5ac53;
  font-size: 0;
  transition: all 0.2s linear 0s;
  opacity: 0;
}
header nav ul li a.navlink:hover span {
  width: 100%;
  opacity: 1;
}
header nav ul li a.navlink.active span {
  width: 100%;
  opacity: 1;
}

.header.sticky_header, .sticky_header_with .header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.header.sticky_header nav ul li a.navlink, .sticky_header_with .header nav ul li a.navlink {
  color: #000;
}
.header.sticky_header nav ul li.getintouch:hover a span, .sticky_header_with .header nav ul li.getintouch:hover a span {
  color: #000;
}

footer {
  background-color: #3f3f3b;
  z-index: 1111;
}
footer .footertop {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 40px;
}
footer .footertop .contactus h2 {
  color: #fff;
  font-family: var(--NexaBold);
}
footer .footertop .contactus p {
  color: #fff;
  margin-bottom: 2.5rem;
}
footer .footertop .getin {
  display: flex;
  justify-content: center;
}
footer .footertop .getin ul li {
  margin: 0 0 20px;
  display: flex;
}
footer .footertop .getin ul li a {
  color: #e3e0db;
  position: relative;
}
footer .footertop .getin ul li a span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 15px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #e5ac53;
  font-size: 0;
  transition: all 0.2s linear 0s;
  opacity: 0;
}
footer .footertop .getin ul li a:hover span {
  width: 100%;
  opacity: 1;
}
footer .footertop .footerlogo {
  display: flex;
  justify-content: flex-end;
}
footer .footertop .footerlogo .insidedesc {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
footer .footertop .footerlogo img {
  width: 160px;
  margin-top: 30px;
}
footer .copyright p {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 15px 0;
  font-size: 1.4rem;
}
footer .copyright p a {
  color: #fff;
}

.hide-xs {
  display: block !important;
}

.show-xs {
  display: none !important;
}

#msg {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 111;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  #msg {
    right: 42px;
    bottom: 111px;
    width: 30px;
  }
  body.active {
    overflow: hidden;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .arrows {
    width: 40px;
    right: auto;
    left: calc(100% - 80px);
  }
  .arrows button {
    width: 10px;
    height: 10px;
    border-width: 0 0 3px 3px;
  }
  .arrows button.customNextBtn {
    width: 10px;
    height: 10px;
    border-width: 3px 3px 0 0;
  }
  .btn a:after {
    width: 100%;
    bottom: -2px;
  }
  .getintouch, .getinbtn {
    margin-right: 50px;
  }
  .getintouch a, .getinbtn a {
    padding: 8px 10px !important;
    color: #fff;
    background-color: transparent;
    display: inline-block;
  }
  .getintouch a span, .getinbtn a span {
    font-size: 12px;
  }
  .getintouch a span:after, .getinbtn a span:after {
    margin-top: 12px;
  }
  .getintouch a:hover span, .getintouch a:active span, .getinbtn a:hover span, .getinbtn a:active span {
    color: #fff;
  }
  .header {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .header header .logo {
    margin: 0;
    width: 50px;
  }
  .header header .humberger {
    z-index: 1111111;
    width: 30px;
    height: 24px;
    display: inline-block;
    position: fixed;
    right: 15px;
    top: 18px;
    cursor: pointer;
  }
  .header header .humberger span {
    width: 30px;
    height: 2px;
    display: inline-block;
    font-size: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 3px;
    transition: all 0.2s linear 0s;
  }
  .header header .humberger span:nth-child(2), .header header .humberger span:nth-child(3) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header header .humberger span:nth-child(4) {
    top: 19px;
  }
  .header header .humberger.active span {
    background-color: #3f3f3b;
  }
  .header header .humberger.active span:nth-child(4), .header header .humberger.active span:nth-child(1) {
    display: none;
    transition: all 0s linear 0s;
  }
  .header header .humberger.active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header header .humberger.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header header nav {
    transition: transform 0.4s linear 0s;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(100%);
    width: 70%;
    height: 100vh;
    background: #fff;
    padding-top: 60px;
  }
  .header header nav ul {
    display: flex;
    flex-flow: column;
    border-top: 1px solid #000;
    align-items: flex-start;
    padding: 20px 0 0 40px;
  }
  .header header nav ul li {
    margin: 16px 0;
  }
  .header header nav ul li a {
    color: #000;
    font-size: 14px;
  }
  .header header nav ul li a span {
    margin-top: 16px;
  }
  .header header nav.active {
    transition: transform 0.4s linear 0s;
    transform: translateX(0%);
  }
  .header.sticky_header header .humberger span, .sticky_header_with .header header .humberger span {
    background-color: #3f3f3b;
  }
  .header.sticky_header header .getintouch a:hover span, .header.sticky_header header .getintouch a:active span, .sticky_header_with .header header .getintouch a:hover span, .sticky_header_with .header header .getintouch a:active span {
    color: #191919;
  }
  footer .footertop .contactus h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
  footer .footertop .contactus .getin {
    padding: 8px 10px;
    font-size: 12px;
  }
  footer .footertop .contactus .footerlogo a {
    padding: 0;
    background-color: transparent;
  }
  footer .footertop .contactus .footerlogo a img {
    width: 80px;
  }
  footer .footertop .getin ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  footer .copyright p span {
    font-size: 9px;
  }
}
.privacy {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(63, 63, 59, 0.9);
  height: 100vh;
  width: 100%;
  z-index: 11111111;
}
.privacy .closebtn {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0;
  background-color: transparent;
  position: fixed;
  right: 140px;
  top: 140px;
}
.privacy .closebtn:after, .privacy .closebtn:before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #000;
}
.privacy .closebtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.privacy .privacylinetitle {
  overflow: visible;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
.privacy .privacylinetitle .privacylinedot {
  width: 33.33%;
  height: 1px;
  display: block;
  position: relative;
  font-size: 0;
  margin: 0 0 0 0%;
  position: absolute;
  left: 0;
  bottom: 45px;
}
.privacy .privacylinetitle .privacylinedot:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #e5ac53;
  font-size: 0;
  border-radius: 0;
}
.privacy .privacylinetitle .privacylinedot:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  top: 2px;
  width: 200%;
  height: 1px;
  background-color: #e5ac53;
  font-size: 0;
}
.privacy .bottomline {
  width: 33.33%;
  position: relative;
  margin-left: 66.66%;
  margin-top: 20px;
  position: relative;
  height: 1px;
}
.privacy .bottomline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #e5ac53;
  font-size: 0;
  border-radius: 0;
}
.privacy .bottomline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 2px;
  width: 200%;
  height: 1px;
  background-color: #e5ac53;
  font-size: 0;
}
.privacy .inside {
  overflow: hidden;
  background-color: #fff;
  overflow-y: auto;
  position: fixed;
  left: 100px;
  top: 120px;
  height: calc(100% - 240px);
  width: calc(100% - 200px);
  padding: 100px 80px;
}
.privacy .inside .desc p {
  margin-bottom: 18px;
}
.privacy .inside .desc p strong {
  font-family: "MontBold";
}
.privacy .inside .desc ul {
  margin-bottom: 18px;
  padding: 0;
}
.privacy .inside .desc ul li p {
  margin-bottom: 0;
  padding: 0;
}

/* -----------GET IN TOUCH-START-------------- */
#getintouchpopup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1111111111;
}

#getintouchpopup .closebtn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  background-color: transparent;
  position: fixed;
  right: 10px;
  top: 10px;
}
#getintouchpopup .closebtn:after, #getintouchpopup .closebtn:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #000;
}
#getintouchpopup .closebtn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#getintouchpopup .container {
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #E3E0DB;
  padding: 50px 50px 30px;
}
#getintouchpopup .title h1 {
  color: #3F3F3B;
}
#getintouchpopup .title h1 strong {
  font-family: "MontBold";
}
#getintouchpopup .desc {
  margin: 25px 0;
  display: flex;
  flex-flow: column;
  width: 100%;
}
#getintouchpopup .desc p {
  margin: 0;
  padding: 0;
}
#getintouchpopup .desc p strong {
  font-family: "MontBold";
}
#getintouchpopup .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#getintouchpopup .social a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

form .formtitle, .desc .formtitle {
  position: relative;
  margin-bottom: 3rem;
}
form .formtitle h3, .desc .formtitle h3 {
  font-family: "MontBold";
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #3F3F3B;
}
form .formtitle .linedotsingle, .desc .formtitle .linedotsingle {
  position: absolute;
  left: 0;
  width: 100%;
  top: 5rem;
  font-size: 0;
  border-bottom: 1px solid #e5ac53;
  height: 1px;
}
form .formtitle .linedotsingle:after, .desc .formtitle .linedotsingle:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: -3px;
  font-size: 0;
  background-color: #e5ac53;
}
form .form_group, .desc .form_group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form .form_group .form_control, .desc .form_group .form_control {
  margin-top: 10px;
}
form .form_group .form_control input[type=text], form .form_group .form_control input[type=number], form .form_group .form_control input[type=email], form .form_group .form_control textarea,
form .form_group .form_control input:focus-visible, form .form_group .form_control textarea:focus-visible, .desc .form_group .form_control input[type=text], .desc .form_group .form_control input[type=number], .desc .form_group .form_control input[type=email], .desc .form_group .form_control textarea,
.desc .form_group .form_control input:focus-visible, .desc .form_group .form_control textarea:focus-visible {
  outline: 0;
  background: transparent;
  width: 100%;
  height: 42px;
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "Mont";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 40px;
  color: #000;
}
form .form_group .form_control textarea, form .form_group .form_control textarea:focus-visible, .desc .form_group .form_control textarea, .desc .form_group .form_control textarea:focus-visible {
  height: 120px;
  margin: 5px 0 2rem;
  line-height: 2.6rem;
  padding-top: 12px;
}
form .form_group .form_control input[type=submit], .desc .form_group .form_control input[type=submit] {
  width: 100%;
  height: 60px;
  background-color: #e5ac53;
  position: relative;
  display: inline-block;
  line-height: 2.8rem;
  border: 0;
  font-family: "MontBold";
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  box-shadow: none;
  letter-spacing: 1px;
}
form .form_group .form_control input[type=submit]:hover, .desc .form_group .form_control input[type=submit]:hover {
  color: #000;
}
form .form_group .form_control .submit label:hover:after, .desc .form_group .form_control .submit label:hover:after {
  background-color: #000;
}
form .form_group .form_control .robot, .desc .form_group .form_control .robot {
  border: 1px solid #000;
  height: 60px;
}
form .form_group .form_control input[type=number]::-webkit-outer-spin-button, form .form_group .form_control input[type=number]::-webkit-inner-spin-button, .desc .form_group .form_control input[type=number]::-webkit-outer-spin-button, .desc .form_group .form_control input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .form_group .form_control input[type=number], .desc .form_group .form_control input[type=number] {
  -moz-appearance: textfield;
}
form .form_group.textarea, .desc .form_group.textarea {
  grid-template-columns: 1fr;
}
form #formsubmitmsg, .desc #formsubmitmsg {
  margin-top: 25px;
  text-align: center;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #getintouchpopup .closebtn {
    width: 20px;
    height: 20px;
  }
  #getintouchpopup .closebtn:after, #getintouchpopup .closebtn:before {
    width: 20px;
    background-color: #fff;
  }
  #getintouchpopup .container {
    padding: 40px 30px 20px;
    width: calc(100% - 30px);
    height: 70vh;
    overflow-y: scroll;
  }
  #getintouchpopup form {
    margin-top: 40px;
  }
}
/* ------------GET IN TOUCH-END--------------- */
form .form_control {
  position: relative;
}

form label.error {
  font-size: 10px;
  line-height: 12px;
  color: red;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -13px;
}/*# sourceMappingURL=main.css.map */