@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Oleo+Script+Swash+Caps&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

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

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

img {
  width: 100%;
  height: auto;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-large {
  width: 100%;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (min-width: 1025px) {
  .content-wrapper-large {
    max-width: unset;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .content-wrapper-large {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content-wrapper-large {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.gj-icon.chevron-left,
.gj-icon.chevron-right {
  position: relative;
}
.gj-icon.chevron-left::before,
.gj-icon.chevron-right::before {
  content: "" !important;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.5L8.25 7L0 1.5L1 0L11.5 7L1 14L0 12.5Z' fill='%23474747'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 12px;
  height: 14px;
  top: 10px;
  left: -4px;
  position: absolute;
  transform: rotateY(180deg);
}

.gj-icon.chevron-right::before {
  transform: rotateY(0deg);
}

.headerArea {
  position: relative;
  z-index: 1;
}
.headerArea__hd-white-bg {
  background: #ffffff;
}
.headerArea__hd-logo-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.headerArea__hd-logo-lt {
  display: flex;
  flex-direction: row;
  width: 10%;
  justify-content: space-between;
  align-items: center;
}
.headerArea__hd-logo-main {
  width: 13%;
  position: relative;
  margin-bottom: -40px;
}
.headerArea__hd-logo-rt {
  display: flex;
  flex-direction: row;
  width: 10%;
  justify-content: space-between;
  align-items: center;
}
.headerArea__hd-red-bg {
  background: #9b0801;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}
.headerArea .menuOuterDeskTop {
  display: flex;
  justify-content: space-between;
}
.headerArea .menuOuterDeskTop__menuLeft {
  display: flex;
}
.headerArea .menuOuterDeskTop__menuLeft ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.headerArea .menuOuterDeskTop__menuLeft li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.headerArea .menuOuterDeskTop__menuLeft li::after {
  content: "";
  position: absolute;
  border-right: #d09e48 solid 1px;
  height: 12px;
  left: 100%;
  top: 4px;
}
.headerArea .menuOuterDeskTop__menuLeft a {
  color: #ffffff;
  margin: 0 10px;
}
.headerArea .menuOuterDeskTop__menuLeft a:hover {
  color: #d09e48;
}
.headerArea .menuOuterDeskTop__menuRight {
  display: flex;
}
.headerArea .menuOuterDeskTop__menuRight ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.headerArea .menuOuterDeskTop__menuRight li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.headerArea .menuOuterDeskTop__menuRight li::after {
  content: "";
  position: absolute;
  border-left: #d09e48 solid 1px;
  height: 12px;
  left: -1px;
  top: 4px;
}
.headerArea .menuOuterDeskTop__menuRight a {
  color: #ffffff;
  margin: 0 10px;
}
.headerArea .menuOuterDeskTop__menuRight a:hover {
  color: #d09e48;
}
.headerArea .menuOuterMobTab {
  display: none;
}

.bannerCont {
  padding: 0;
}

.bannerOuter {
  padding: 0;
  text-align: center;
  position: relative;
  background: #9b0801;
}

#myVideo {
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.content {
  position: absolute;
  top: 25%;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.bannerHd {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.bannerText {
  font-size: 18px;
  margin: 0 0 5px 0;
}

.bannerLnk {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: #9b0801;
  padding: 7px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.bannerLnk:hover {
  color: #9b0801;
  background: #d09e48;
  transition: all 0.5s;
}

.about-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-outer__abt-hd-outer {
  text-align: center;
  position: relative;
}
.about-outer__abt-hd-outer::after {
  content: "";
  position: absolute;
  border-bottom: #9b0801 solid 1px;
  width: 100px;
  bottom: -5px;
  left: 45%;
}
.about-outer__abt-hd-txt {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
}
.about-outer__abt-hd-color {
  color: #9b0801;
  font-weight: 600;
}
.about-outer__abt-hd-para {
  font-size: 14px;
}
.about-outer__abt-img-txt {
  display: flex;
  margin-top: 24px;
}
.about-outer__abt-img-area {
  width: 40%;
}
.about-outer__abt-txt-area {
  width: 50%;
  margin-left: 60px;
}
.about-outer__abt-welcome {
  margin-bottom: 40px;
  font-size: 14px;
}
.about-outer__abt-icon-txt {
  display: flex;
  margin-top: 40px;
}
.about-outer__abt-icon-img {
  width: 16%;
  margin-right: 45px;
}
.about-outer__abt-hd {
  color: #9b0801;
  font-size: 22px;
  margin-bottom: 16px;
}
.about-outer__abt-txt {
  width: 75%;
  font-size: 14px;
}
.about-outer__abt-menu-outer {
  margin-left: 24%;
  margin-top: 16px;
  width: 235px;
}
.about-outer__abt-lnk {
  padding: 16px 32px;
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  border-bottom: #d09e48 solid 5px;
  display: block;
  transition: all 0.5s;
}
.about-outer__abt-lnk:hover {
  background: #817676;
  border-bottom: #f3c575 solid 5px;
  transition: all 0.5s;
}

.footerOuter {
  background: #9b0801;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footerOuter__footerContent {
  text-align: center;
}
.footerOuter__footerSocial {
  margin: 0 0 10px 0;
}
.footerOuter__footerSocial a {
  display: inline-block;
  margin: 5px;
}
.footerOuter__footerSocial svg {
  width: 40px;
}
.footerOuter__footerMenu {
  display: block;
  text-align: center;
  margin: 40px 0;
}
.footerOuter__footerMenu ul {
  list-style-type: none;
}
.footerOuter__footerMenu li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}
.footerOuter__footerMenu a {
  color: #fff;
}
.footerOuter__footerMenu a:hover {
  color: #d09e48;
}
.footerOuter__footerCopyRight {
  width: 100%;
  border-top: #ab0801 solid 1px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0;
}

@media (max-width: 991px) {
  .headerArea .menuOuterDeskTop {
    display: none;
  }
  .headerArea .menuOuterMobTab {
    display: block;
  }
  .headerArea .menuOuterMobTab__mobile-button {
    border: #fff solid 1px;
    display: flex;
    flex-direction: column;
  }
  .headerArea .menuOuterMobTab__mobile-button:focus {
    box-shadow: none;
  }
  .headerArea .menuOuterMobTab__custom-toggler-icon {
    color: red;
    background-image: none;
    background-color: #fff;
    height: 2px;
    margin: 4px 0px;
  }
  .headerArea .menuOuterMobTab .nav-item {
    border-bottom: #ab0801 solid 1px;
  }
  .headerArea .menuOuterMobTab .nav-link {
    color: #fff;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .headerArea__hd-logo-outer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .headerArea__hd-logo-lt {
    width: 15%;
  }
  .headerArea__hd-logo-main {
    width: 20%;
  }
  .headerArea__hd-logo-rt {
    width: 15%;
  }
  .headerArea .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-outer__abt-img-txt {
    display: block;
  }
  .about-outer__abt-img-area {
    width: 100%;
  }
  .about-outer__abt-txt-area {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .content {
    top: 20%;
  }
  .bannerHd {
    font-size: 15px;
  }
  .bannerText {
    font-size: 12px;
  }
}