:root {
  --primary: #121f3d;
  --white: #fff;
  --gray: #2a324b;
  --dark_red: #700000;
  --light_red: #c23000;
  --dark_gold: #9d7227;
  --light_gold: #b79044;
  --yellow: #e2cb71;
  --darktext: #555;
  --lighttext: #ddd;
  --darkbg: #ebebeb;

}

html, body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", system-ui;
}

p {
  font-family: "Open Sans", system-ui;
  font-size: 16px;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}

.wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  box-sizing: border-box;
}

.main {
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  flex-direction: column;
  height: auto;
  background-image: url("/img/banner-bg.jpg");
}

.nav {
  display: flex;
  justify-content: center;
  padding-right: 40px;
}

.banner {
  display: flex;
  height: auto;
  justify-content: center;
}

.banner-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  height: auto;
}

.banner-logo{
  display: flex;
width: 50%;
padding-left: 50px;
padding-top: 30px;
}

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.logo img{
  display: flex;
  justify-content: flex-start;
}

.description {
  padding-top: 30px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  align-items: flex-end;
width: 50%;
}

.description-title {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.bannertitle {
  background: var(--light_gold);
  width: 330px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bannertitle h2 {
  display: flex;
  padding-right: 20px;
  align-items: center;
  justify-content: center;
}

.description-text {
  width: 330px;
  display: flex;
  text-align: left;
}

.description-text p {
  color: var(--lighttext);
}

.description-title-home h2 {
  color: #fff;
}

.description-text-home p {
  color: var(--lighttext);
}

.footer {
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  background-color: var(--dark_red);
}

.footer p {
  font-size: 14px;
  color: #fff;
}

.footer-line {
  box-sizing: border-box;
  height: 2px;
  width: 100%;
  background: var(--yellow);
}

/**** sticky ****/

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

/**** sticky ****/

/*****************/
/***** HOME ******/

.collage {
  display: flex;
  justify-content: center;

}

.collage img {
  width: 100%;
  height: 100%;
}

.h2-darkred {
  color: var(--dark_red);
}

/* Our Services buttons */
.serv-wrapper {
  display: flex;
  justify-content: center;
}

.serv-content {
  width: 1200px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.serv-btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

.serv-btn {
  margin: 20px;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #ddd;
}

.servtitle p {
  text-align: center;
}

.shareholders {
  background: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}

.shareholder {
  display: flex;
  flex-direction: column;
}

.shareholder-img {
  max-height: 160px;
}

.shareholder-title {
  flex-direction: row;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 80px;
  min-height: 80px;
  max-width: 160px;
  color: #000;
}

.sh-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.shareholder-name {
  /*padding-top: 5px;*/


  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.shareholder-name p {
  margin: 0;
  color: var(--darktext);
}

.shareholder-title-jh {
  flex-direction: row;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 80px;
  min-height: auto;
  max-width: 160px;
}

/*********************/
/***** ABOUT US ******/

.about_wrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.about_lr {
  width: 1200px;
  display: flex;
  height: auto;
}

.about_l {
  width: 50%;
  height: 600px;
  display: flex;
  justify-content: center;
}

.about_l img {
  margin-top: 30px;
  max-width: 100%;
  max-height: 500px;
  box-shadow: 4px 4px 6px 0 rgba(10, 10, 10, 0.3);
}

.about_r {

  margin: 0;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}

.about_r p {
  font-family: "Open Sans", system-ui;
  font-size: 16px;
  color: var(--darktext);
}

.about_r_t h2 {
  text-align: left;
  color: #000;
}

.about_r_t {
  border-bottom: 1px solid #700000;
}

.about_r_b {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.rb {
  display: flex;
  flex-direction: row;
}

.about_rb_1, .about_rb_2 {
  width: 50%;
  height: auto;
}

.about_rb_1 {
  height: auto;
  width: 25%;
  display: flex;
  justify-content: center;
}

.about_rb_1 img {
  max-width: auto;
  max-height: 87px;

  display: flex;
  justify-content: center;
}

.about_rb_2 {
  padding-right: 10px;
  padding-left: 10px;
  height: auto;
  width: 75%;
}

/*********************/
/***** SERVICES ******/

.row1 {
  background: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row2 {
  background: var(--darkbg);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.rowcontent {
  width: 1200px;
  background: #fff;
  display: flex;
  flex-direction: row;
  height: auto;
}

.rowcontent-2 {
  width: 1200px;
  display: flex;
  flex-direction: row-reverse;
  height: auto;
}

.rowcontent-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rowcontent-left img {
  box-sizing: border-box;
  max-width: 450px;
  max-height: 450px;
  box-shadow: 4px 4px 6px 0 rgba(10, 10, 10, 0.3);

}

.rowcontent-right img {
  box-sizing: border-box;
  max-width: 450px;
  max-height: 450px;
  box-shadow: 4px 4px 6px 0 rgba(10, 10, 10, 0.3);

}

.rowcontent-right {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rowcontent-right h2 {
  display: flex;
  justify-content: flex-start;
}

/*********************/
/***** CONTACT* ******/

.contact-main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.contact-wrapper {
 
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact {
  display: flex;
  flex-direction: row;
  width: 1200px;
  max-width: 100%;
  height: auto;
  padding-top: 30px;
  box-sizing: border-box;
}

.contact-left {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  box-sizing: border-box;
}

.contact-left img {
  border: 1px solid #ddd;
}

.contact-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: auto;
  box-sizing: border-box;
}

.contact-right a{
  color:#700000;
}

.lev1 {
  display: flex;
}

.contact-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-title h2 {
  box-sizing: border-box;
  background: var(--dark_red);
  color: var(--yellow);
  width: 100%;
  height: auto;
  display: flex;
  padding-left: 20px;
}

.contact-lev {
  display: flex;
  flex-direction: column;
}

.lev2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.row-icon {
  max-width: 100%;
  max-height: 22px;
}

.row-info h2 {
  padding-left: 10px;
  box-sizing: border-box;
}

.row-data p {
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  margin: 0;
  box-sizing: border-box;
}

.lev-row {
  display: flex;
  flex-direction: row;
}