@import url("../fonts/Gilroy_fonts/stylesheet.css");
@import url("../fonts/aver-font/stylesheet.css");
@import url("../fonts/helvetica-bold/font.css");
@import url("../fonts/helvetica-medium/font.css");
@import url("../fonts/helvetica-light/font.css");
@import url("../fonts/helvetica-roman/font.css");
@import url("../fonts/helvetica-thin/font.css");
html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

textarea {
  resize: vertical;
}

a:hover {
  text-decoration: none;
}

* html .clearfix {
  height: 1%;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
span,
p,
a,
label {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.ease,
a,
input[type="submit"],
button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.relative {
  position: relative;
}

.clearfix {
  display: block;
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle-div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hori-div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.relative, .rel {
  position: relative;
}

.absolute, .abs {
  position: absolute;
}

input:focus, button:focus, textarea:focus {
  outline: none;
}

.z-top {
  position: relative;
  z-index: 80;
}

.section_padding {
  padding: 100px 0;
}

.navbar-toggler {
  display: block;
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-clip: content-box;
  -webkit-transition: background-color 500ms ease-in-out 250ms;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler:before, .navbar-toggler:after {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.navbar-toggler:before {
  top: -6px;
}

.navbar-toggler:after {
  bottom: -4px;
}

.navbar-toggler__text {
  display: none;
}

.navbar-toggler--active {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.navbar-toggler--active:before {
  -webkit-transform: translateY(6px) rotate(-225deg);
          transform: translateY(6px) rotate(-225deg);
}

.navbar-toggler--active:after {
  -webkit-transform: translateY(-6px) rotate(225deg);
          transform: translateY(-6px) rotate(225deg);
}

.container-fluid {
  padding: 0 20px;
  max-width: 1600px;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#site-header.hide {
  top: -130px;
}

header {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

header .navbar-nav {
  margin-left: 5rem;
}

header .navbar-nav li {
  margin-right: 50px;
}

header .navbar-nav li.active a {
  border-top: 6px solid #e51937;
}

header .navbar-nav li a {
  font-size: 20px;
  color: #434343;
  font-family: 'HelveticaNeue-Medium';
  text-transform: uppercase;
  padding-top: 5px;
}

header .accessable-button a {
  background-color: #a29061;
  color: #fff;
  padding: 15px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Medium';
  border-radius: 5px;
  display: inline-block;
}

header .accessable-button a:not(:last-child) {
  margin-right: 20px;
}

footer {
  background-color: #2b2b2b;
  padding: 30px 0;
}

footer .footer-center img {
  margin-bottom: 3rem;
}

footer ul {
  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;
}

footer ul li {
  margin: 0 40px;
}

footer ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Medium';
}

footer .footer-note {
  margin-top: 40px;
}

footer .footer-note p {
  color: #fff;
  font-size: 13px;
  font-family: 'HelveticaNeue-Medium';
}

.newspaper .bg {
  position: absolute;
}

.newspaper .bg.bg-1 {
  left: 0;
  bottom: 30px;
}

.newspaper .bg.bg-2 {
  right: 0;
  top: 20rem;
}

.newspaper-pages .head h2 {
  font-size: 40px;
  color: #a29061;
  font-family: 'averbold';
  margin-bottom: 30px;
}

.newspaper-pages #sync2 {
  max-width: 690px;
  margin: 0 auto 4rem;
}

.newspaper-pages #sync2 .active.current {
  border: 1px solid #e51937;
}

.newspaper-pages #sync2 .item {
  padding: 0 10px;
}

.newspaper-pages #sync2 .item img {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.newspaper-pages #sync1 {
  max-width: 1200px;
  margin: 0 auto 4rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.newspaper-pages #sync1 .item img {
  height: 833px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-banner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20% 0 15%;
}

.home-banner:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #282423;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.home-banner .banner-content {
  padding-right: 3rem;
}

.home-banner .banner-content h1 {
  color: #dedede;
  font-size: 75px;
  font-family: 'HelveticaNeue-Medium';
}

.home-banner .banner-content h1 span {
  font-family: 'averbold';
}

.home-banner .banner-content a {
  background-color: #e51937;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Medium';
  font-size: 30px;
  display: inline-block;
  margin-top: 30px;
  padding: 15px 60px;
  border-radius: 5px;
}

.home-1 {
  padding: 100px 0;
}

.home-1 .head-tab {
  margin-bottom: 5rem;
}

.home-1 .head-tab h2 {
  font-size: 40px;
  color: #a29061;
  font-family: 'averbold';
}

.home-1 .panel-content h3 {
  font-size: 40px;
  color: #a29061;
  font-family: 'averbold';
  margin-bottom: 40px;
}

.home-1 .panel-content p {
  font-size: 23px;
  color: #434343;
  font-family: 'HelveticaNeue-Medium';
}

.home-1 .panel-content p a {
  color: #e51937;
}

.home-1 .panel-img {
  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;
  padding: 2rem;
  padding-right: 3rem;
}

.home-1 .panel-img .panel-img {
  height: 674px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 20;
  margin-top: -3rem;
}

.home-1 .panel-img .frame {
  position: absolute;
  height: 74vh;
  width: 100%;
}

.home-1 .button-redirect a {
  background-color: #e51937;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-Medium';
  font-size: 23px;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 5px;
  margin-top: 60px;
}

.home-2 {
  padding-bottom: 7rem;
}

.home-2 .row-shadow {
  -webkit-box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.1);
}

.home-2 .bg {
  height: 320px;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 57px;
}

.home-2 .panel-img {
  height: 100%;
}

.home-2 .panel-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-2 .panel-content {
  background-color: #a29061;
  padding: 50px 50px;
}

.home-2 .panel-content h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'averbold';
  margin-bottom: 30px;
}

.home-2 .panel-content p {
  color: #fff;
  font-size: 23px;
  font-family: 'HelveticaNeue-Medium';
}

.home-3 {
  margin: 100px 0;
}

.home-3 .border-custom {
  border-bottom: 1px solid #a29061;
  padding-bottom: 50px;
}

.home-3 .col-expand {
  padding: 0 30px;
}

.home-3 .office-card {
  border: 1px solid #e51937;
  padding: 50px;
  margin-bottom: 30px;
  background-color: #fff;
}

.home-3 .office-card:hover {
  background-color: #a29061;
  border: 1px solid #a29061;
}

.home-3 .office-card:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.home-3 .office-card:hover .office {
  border-top: 1px solid #fff;
}

.home-3 .office-card:hover .office h2, .home-3 .office-card:hover .office h3 {
  color: #fff;
}

.home-3 .office-card img {
  height: 160px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-3 .office-card .office {
  border-top: 1px solid #2b2b2b;
  max-width: 200px;
  margin: 30px auto;
  padding-top: 50px;
}

.home-3 .office-card .office h2 {
  font-size: 40px;
  font-family: 'averbold';
  color: #2b2b2b;
}

.home-3 .office-card .office h3 {
  font-size: 40px;
  font-family: 'HelveticaNeue-Medium';
}

.home-3 .bottom-panel p {
  font-size: 23px;
  color: #434343;
  font-family: 'HelveticaNeue-Medium';
  max-width: 768px;
  margin: 30px auto 0;
}

.home-3 .head h3 {
  font-size: 40px;
  color: #a29061;
  font-family: 'averbold';
  margin-bottom: 5rem;
}

.home-3 .frame-2 {
  position: absolute;
  bottom: 45px;
  right: 140px;
}

.page-banner {
  min-height: 620px;
  padding: 150px 0 150px;
}

.page-banner .banner-content h1 {
  font-size: 60px;
}

.contact-1 .panel-img .frame {
  height: 600px;
}

.contact-1 .panel-img .panel-img {
  height: 537px;
}

.contact-form {
  background-color: #f4f4f4;
  padding: 5rem;
  margin-top: 5rem;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group h2 {
  font-size: 30px;
  color: #434343;
  font-family: 'HelveticaNeue-Medium';
  margin-bottom: 20px;
}

.contact-form .form-group input, .contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a29061;
  font-size: 20px;
  color: #434343;
  font-family: 'HelveticaNeue-Medium';
}

.contact-form .form-group textarea {
  height: 240px;
  resize: none;
}

.contact-form .send {
  text-align: center;
}

.contact-form .send input {
  padding: 15px 30px;
  background-color: #e51937;
  color: #fff;
  font-size: 23px;
  font-family: 'HelveticaNeue-Medium';
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.contact-2 {
  padding: 50px 0;
}

.contact-3 {
  margin-bottom: 5rem;
}

.contact-3 .panel-content {
  background-color: #a29061;
  padding: 50px 50px;
}

.contact-3 .panel-content h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'averbold';
  margin-bottom: 30px;
}

.contact-3 .panel-content p {
  color: #fff;
  font-size: 23px;
  font-family: 'HelveticaNeue-Medium';
}

.how-2 .display {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.how-2 .small-frame {
  position: absolute;
  top: -3rem;
  right: 8rem;
  z-index: 30;
}

.mission-3 .half-frame {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-section button {
  border: none;
  background: none;
  position: relative;
  width: 100%;
}

.team-section button:hover:after {
  opacity: 0;
}

.team-section button:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.team-section button:after {
  content: '';
  height: 100%;
  width: 100%;
  background: #a29061;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.team-section button img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 30;
}

.team-section button .name-position {
  position: absolute;
  bottom: 21px;
  right: 0;
  z-index: 20;
  left: 0;
}

.team-section button .name-position h2 {
  font-size: 25px;
  color: #fff;
  font-family: 'averbold';
}

.team-section button .name-position h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'HelveticaNeue-Medium';
}

.modal-pops .modal .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #e51937;
  z-index: 20;
  color: #fff;
  padding: 10px;
  font-size: 36px;
}

.modal-pops .modal .modal-dialog {
  max-width: 1200px;
}

.modal-pops .modal .modal-content .modal-body {
  padding: 0;
}

.modal-pops .modal .modal-content .modal-body img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.modal-pops .modal .modal-content .modal-body .team-content {
  padding: 40px;
  background: #a18f60;
  height: 100%;
}

.modal-pops .modal .modal-content .modal-body .team-content h3 {
  color: #fff;
  font-size: 30px;
  font-family: 'averbold';
  margin-bottom: 20px;
}

.modal-pops .modal .modal-content .modal-body .team-content p {
  font-size: 23px;
  color: #fff;
  font-family: 'HelveticaNeue-Medium';
}

.modal-pops .modal .modal-content .modal-body .team-content ul li {
  font-size: 23px;
  color: #fff;
  font-family: 'HelveticaNeue-Medium';
  margin-bottom: 18px;
  list-style: disc;
  margin-left: 26px;
}

.who-3 {
  margin: 100px 0;
}

.who-3 .panel-content {
  border-bottom: 1px solid #a18f60;
  padding-bottom: 50px;
}

.who-3 .panel-content h2 {
  font-size: 40px;
  font-family: 'averbold';
  color: #a29061;
  margin-bottom: 30px;
}

.who-3 .panel-content p {
  font-size: 23px;
  color: #434343;
  font-family: 'HelveticaNeue-Light';
}

header .accessable-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

header .navbar-nav li a {
  white-space: nowrap;
}

.contact-3 .panel-content h2 {
  z-index: 40;
  position: relative;
}
/*# sourceMappingURL=main.css.map */

/*Wordpress Adjustment*/
header .navbar-nav li a {
    border-top: 6px solid transparent;
}
header .navbar-nav li {
    margin-right: 35px;
}
html{
  scroll-behavior: smooth;
}

.dropdown-language{
    background: #a29061;
    padding: 10px 0;
    margin-bottom: 20px;
}
.short-code-language{
     display: flex;
    justify-content: flex-end;
    align-items: center;
}