/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: normal;
  background-color: #253248;
  margin: 0;
  overflow-x: hidden;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
  vertical-align: middle;
}
strong{
  font-weight: 800;
}
ul, ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
h1 , h2, h3, h4, h5{
  margin: 0;
  padding: 0;
}
/* LINKS */
a{  color:; }
a:hover{ text-decoration: none; cursor: pointer;}

a {text-decoration:none;}
a:hover {text-decoration:none;  color: #737577; }
a:before,a:after { text-decoration:none;}
a:before,a:after,
a:hover:before,a:hover:after {text-decoration:none;}

p{font-size: 16px;
  font-weight: 400;
  color: #364359;
  line-height: 1.5;
  padding: 0;
  margin: 0; 
}
p strong{ font-weight: 600;}
/* IMG RESPONSIVE */
img{
  display: block;
  max-width: 100%;
  height: auto;
}
.container-fluid{
  width: 90%;
  padding: 0;
}
.container{
  padding-right: 100px;
  padding-left: 100px;
}
header {
  position: fixed;
  top: 0;
  z-index: 8000;
  width: 100%;
}
header .logo{
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding-right: 40px;
}

header .logo img {
  height: 35px;
}
header .socmed{
  position: absolute;
  top: 25px;
  right: 90px;
  z-index: 6000;
}
header .socmed ul{
  display: flex;
  align-items: center;
  gap: 10px;
}
header .socmed i{
  font-size: 35px;
  color: #fff;
}
.mainnav{
  position: relative;
  z-index: 5000;
}
/* Navigation */
#menu {
  display: flex;
  gap: 65px;
  align-items: flex-end; 
  justify-content: center;
  height: 80px;
}
#menu > li:last-child {
  position: absolute;
  right: 0;
}
#menu  li {
  position: relative;
}
#menu li a {
  color: #B8BFCC;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
#menu li:hover a{
  font-weight: 600;
  color: #fff;
}
#menu > li:has(ul)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #d8d8d8;
}
#menu > li:hover:has(ul)::after {
  border-bottom: 10px solid transparent;
}
/* second level */
#menu li ul {
  display: none;
  position: absolute;
  top: 100% !important;
  width: 150px;
  transform: translateX(-20%);
  background: #CED2D8;
  font-size: 25px;
  color: #000;
  padding: 15px;
  text-align: left !important;
  z-index: 999;
}

/* Caret on top */
#menu li ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  transform: translateX(-45%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #242E3E;
}

#menu li ul li{
  font-size: 14px;
  display: block;
}
#menu li ul li a{
  color: #0F2548 !important;
  font-weight: 300 !important;
  padding: 0 0 10px 0;
}
/*---------------------------------------
SECTION: BANNERVIDEO   
-----------------------------------------*/
.bannervideo{
  position: relative;
  z-index: 1000;
}
.bannervideo video{
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.bannervideo .bgfilter {
  background: rgba(54, 67, 89, 0.5) url(../images/bg_video.webp) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; 
}
.bannervideo .hero {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 60%;
  overflow: hidden;
}
.bannervideo .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80px;
  width: 100%;
  height: 100%;
  background: rgba(37, 50, 72, 0.65);
  transform: skewX(-30deg);
  transform-origin: left;
  z-index: 0;
}
.bannervideo .hero .hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 30px 30px 200px;
}
.bannervideo .hero .hero-content h1{
  font-size: 49px;
  font-weight: 300;
}
.bannervideo .hero .hero-content h1 strong{
  display: block;
  font-weight: 500;
}
.bannervideo .hero .hero-content p{ 
  color: #D9DFE8;
  font-size: 15px;
  width: 70%;
}
/* Start hidden and translated right */
.hidden-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

/* Animate in when visible */
.show-on-scroll {
  opacity: 1;
  transform: translateX(0);
}

/*---------------------------------------
SECTION: SUBBANNER   
-----------------------------------------*/
.section-wrapper {
  background-color: #1f2c43;
  color: #1f2c43;
  position: relative;
  z-index: 2000;
  padding: 15px 0 20px 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5); 
}
.section-wrapper .container-fluid{
  position: relative;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  gap: 130px;
}
.left-box{
  position: relative;
  z-index: 2;
  height: 243px;
}
.left-box-wrapper {
  position: relative;
  background: #f6f1e9;
  z-index: 1;
  width: 55%;
}
.left-box-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -57px; /* adjust height */
  width: 130px;
  height: 100%;
  transform: skewX(25deg);
  transform-origin: right;
  z-index: 0;
  background: #f6f1e9;
}
/* On hover, change both background and pseudo-element */
.left-box-wrapper:hover {
  background: #f6eed8;
}

.left-box-wrapper:hover::after {
  background: #f6eed8;
}
.left-box-wrapper img{
  width: auto;
  height: 303px; /* same height as parent div + 40*/
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 5;
}
.left-box-wrapper a{
  padding: 20px 0 0 0;
  display: block;
}
.left-box-wrapper a img{ /* play btn */
  position: absolute;
  top: 83px;
  left: 190px;
  width: 97px;
  height: auto;
}
.left-box-wrapper a:hover img {
  transform: scale(1.1);
}
.left-box-wrapper h4{
  position: relative;
  z-index: 1;
  margin-left: 120px;
  height: 48px;
  padding-left: 120px;
  padding-bottom: 65px;
  color: #364359;
  font-size: 27px;
}
.left-box-wrapper h4 strong{
  display: block;
  top: 7px;
  position: relative;
  font-weight: 600;
}
.left-box-wrapper h4::before{
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 110px;
  height: 48px;
  transform: skewX(25deg);
  transform-origin: left;
  z-index: 0;
 background: rgba(214, 183, 119, 0.30);
}  
.left-box-wrapper a:hover h4::before{
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
}
.left-box-wrapper span{
  display: block;
  position: relative;
  left: 300px;
  font-size: 16px;
  font-weight: 500;
  color: #B2914B;
}
.left-box-wrapper span strong{
  display: block;
  font-weight: 600;
    color: #364359;
  font-size: 24px;
}
.left-box-wrapper em{
  position: relative;
  display: block;
  left: 220px;
  color: #364359;
  font-style: normal;
  font-size: 14px;
  padding: 5px 0 5px 80px;
  width: 70%;
  border-bottom: 1px solid #D6B777;
}
.right-box-wrapper {
  width: 45%;
  height: 100%;
  z-index: 1;
  margin-bottom: -10px;
}
.right-box-wrapper h2{
  font-size: 55px;
  color: #D9DFE8;
  font-weight: 200;
  position: relative;
  left: -89px;
}
.right-box {
  position: relative;
  z-index: 2;
  top: -16px;
  height: 186px;
}
.right-box .content{
  position: relative;
  z-index: 5;
  padding: 20px;
} 
.right-box-wrapper p{
  font-size: 13px;
}
/*---------------------------------------
TITLEBLK 
-----------------------------------------*/
.titleblk{
  background: #fff url(../images/bg_title.png) center center no-repeat;
  background-size: 100% 100%;
}
.titleblk.yellowbg{
  background-color: #F9F3E8;
}
.titleblk h3,
.titleblk h2{
  font-size: 30px;
  color: #364359;
  text-align: center;
  font-weight: 600;
  padding: 40px 0;
  width: 60%;
  margin: 0 auto;
}
.titleblk h2{
  padding: 20px 0;
}
/*---------------------------------------
TABSBLK 
-----------------------------------------*/
.tabsblk {
  background: linear-gradient(to bottom, #F9F3E8, #F8F2E7);
  padding: 10px 0 50px 0;
}
.tabsblk .wrapper{
  background: url(../images/bg_twotriangle.webp) 0 0 no-repeat;
  background-size: 100% auto;
}
.tabsblk .tab-wrapper {
  display: flex;
  padding-top: 20px;
}
.tabsblk .nav{
  padding-top: 20px;
}
.tabsblk .nav button {
  background: url(../images/btn_tabs_inactive.png) no-repeat 0 0;
  width: 250px;
  height: 81px;
  background-size: 250px 81px;
  color: #364359;
  padding: 1rem 1.5rem;
  margin-bottom: 10px;
  transition: background 0.3s;
  text-align: center;
  border-radius: 0;
  margin-right: 5px;
  font-size: 21px;
  font-weight: 600;
}
.tabsblk .nav button.active {
  background: url(../images/btn_tabs_active.png) no-repeat 0 0;
  color: #f1f1f1;
  background-size: 255px 81px;
  width: 255px;
  margin-right: 0 !important;
}
.tabsblk .tab-content {
  padding: 5px;
  flex-grow: 1;
  background-color: #ffffff;
  border: 3px solid #364359;
}
.playbtnblk {
  background: linear-gradient(to bottom, transparent 10px, #FFEAC3 10px, #D6B777);
  margin-top: 20px;
}
.playbtnblk .side{
  position: relative;
  background: #505D72;
  z-index: 1;
  width: 60%;
  padding: 5px 0 10px 0;
  top: 0;
}
.playbtnblk .side::after {
  content: "";
  position: absolute;
  top: 0;
  right: -53px;
  width: 130px;
  height: 100%;
  transform: skewX(25deg);
  transform-origin: right;
  z-index: 0;
  background: #505D72;
}
.playbtnblk .side .side-inside{
  position: relative;
  z-index: 5;
}
.playbtnblk .side .side-inside a{
 display: flex;
 align-items: center;
 align-content: center;
 padding: 0 15px;
 gap: 0 10px;
}
.playbtnblk .side .side-inside a > span{
  width: 95px;
  height: 95px;
  display: block;
  background: url(../images/btn_play.png) 0 0 no-repeat;
  background-size:contain;
  position: relative;
  top: 20px;
}
.playbtnblk .side .side-inside a:hover > span{
  background: url(../images/btn_play_hover.png) 0 0 no-repeat;
   width: 95px;
  height: 95px;
  background-size:contain;
}

.playbtnblk .side .side-inside a p{
  border-left: 1px solid #D6B777;
  margin-top: 10px;
  padding-left: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
}
.playbtnblk .side .side-inside a p span{
  display: block;
  text-transform: uppercase;
  color: #D6B777;
  font-size: 17px;
}
.playbtnblk .side .side-inside a:hover p span{
  color: #F4DDAF;
}
/*---------------------------------------
LOGOSBLK 
-----------------------------------------*/
.logosblk,
.logosblkwide{
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 100px,
    #f9f3e8 200px
  );
  padding: 15px 0 0 0;
}
.logosblk ul,
.logosblkwide .container-fluid{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
.logosblkwide .container-fluid{
  gap: 100px;
}
.logosblk ul li {
  flex: 0 0 calc(25% - 15px); /* Adjust for the gap */
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.logosblkwide .logosolo {
  flex: 0 0 calc(50% - 100px); /* Adjust for the gap */
  text-align: left;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.logosblkwide .logosolo h5{
  font-size: 23px;
  font-weight: 600;
  color: #364359;
  border-bottom: 1px solid #CED2D8;
  padding: 5px 0 8px 0;
}
.logosblkwide .logosolo img{
  height: 100px;
  width: auto;
}
.logosblkwide .logosolo .more{
  display: flex;
  z-index: 1;
  position: relative;
  gap: 40px;
  padding-top: 10px;
}
.logosblkwide .logosolo .more p{
  font-weight: 500;
}
.logosblkwide .logosolo .more strong{
  display: block;
  color: #B2914B;
  font-weight: 600;
  font-size: 18px;
}
.logosblkwide .logosolo span{
  text-align: center;
  position: relative;
  z-index: 2;
}
.logosblk ul li a{
  position: relative;
  z-index: 2;
}
.logosblk ul li p{
  padding: 15px 0 20px 0;
  color: #364359;
  font-size: 17px;
  position: relative;
  z-index: 3;
}
.logosblk ul li img{
  height: 80px;
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.logosblk ul li span{
  visibility: hidden;
  padding-bottom: 20px;
  display: block;
  color: #B2914B;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.logosblk ul li a:hover span{
  visibility: visible;
  transition: transform 0.3s ease;
}
.logosblk ul li::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 30px solid #fff;
  transition: transform 0.3s ease;
  z-index: 0;
}
.logosblk ul li:hover::after{
  transform: translateX(-50%) scale(13);
}

/*---------------------------------------
PRESSSBLK 
-----------------------------------------*/
.pressblk{
  position: relative;
  z-index: 1000;
  padding: 10px 0 40px 0;
}
.pressblk .container-fluid{
  border-top: 1px solid #F0E3C7;
  border-bottom: 1px solid #F0E3C7;
  padding: 30px 0;
}
.pressblk .container-fluid.noborder{
  border: none;
}
.pressblk h3{
  color: #364359;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 40px;
}
.pressblk .bgleft{
  left: -295px;
}
.pressblk .bgright{
  right: -300px;
  top: -250px;
}
.bgtri{
  position: absolute;
  background: url(../images/bg_tri_side.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 612px;
  height: 550px;
}
.presslist{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
.presslist .box {
  flex: 0 0 calc(25% - 15px); /* Adjust for the gap */
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background: #F9F3E8;
}
.presslist .box .top {
  position: relative;
  background-color: #253248; /* solid background color */
  height: 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.3s ease; /* smooth transition */
}
.presslist .box:hover .top{
  height: 140px;
}
.presslist .box .top img{
  width: 70%;
  height: auto;
}
.presslist .box .top::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../images/bg_tri_side.png) center center no-repeat;
  background-size: 80% auto;
  opacity: 0.20;
  z-index: 0;
}
.presslist .box .top * {
  position: relative;
  z-index: 1;
}
.presslist .box a{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
  color: #FFF7E6;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  background-color: #253248;
  width: 70%;
  right: 0;
  bottom: 0;
  padding: 15px;
  text-align: right;
}
.presslist .box a::before{
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #253248;
  transform: skewX(-30deg);
  transform-origin: left;
  z-index: 0;
}
.presslist .box a span {
  position: relative;
  z-index: 1;
}
.presslist .box:hover a{
  visibility: visible;
  opacity: 1;
}
.presslist .box .content{
  padding: 20px 40px 40px 40px;
  text-align: left;
}
.presslist .box .content > span{
  font-size: 16px;
}
.presslist .box .content h4{
  font-size: 19px;
}
.presslist .box .content p{ 
  font-size: 15px;
}
/* One Column */
.presslist.full{
  gap: 20px 0;
  padding-bottom: 30px;
}
.presslist.full .box {
  flex: 0 0 100%;
  padding-bottom: 50px;
}
/* reusable code */
.box .content > span{
  color: #D6B777;
  font-weight: 600;
}
.box .content h4{
  color: #364359;
  font-weight: 600;
  padding: 15px 0;
}
.box .content p{ 
  color: #364359;
}
/*---------------------------------------
SUBHEADER
-----------------------------------------*/
.subheader{
  background: url(../images/bg_sub_header.webp) 0 0 no-repeat;
  background-size: contain;
  padding-top: 137px;
}
/*---------------------------------------
INTROHEADER
-----------------------------------------*/
.introheader {
  display: flex;
  gap: 20px; 
  padding: 40px 0;
  align-items: center;
}
.introheader .left,
.introheader .right {
  flex: 0 0 50%;
}
.introheader h3{
  font-size: 40px;
  font-weight: 300;
  color: #364359;
  padding-left: 30px;
}
.introheader h3 strong{
  display: block;
  padding-left: 50px;
  font-weight: 500;
}
.introheader p{
  font-size: 17px;
  color: #364359;
}
/*---------------------------------------
MEMBERLIST
-----------------------------------------*/
.memberlist {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0; /* Negative margin to counter child margins */
  padding-bottom: 50px;
}
.memberlist .person {
  flex: 0 0 calc(33.333% - 30px); /* Adjust width for spacing */
  margin: 15px;
  padding: 30px 50px 90px 50px;
  background: #15243E;
   clip-path: polygon(100% 0, 99% 74%, 83% 100%, 0 99%, 0 0);
  -webkit-clip-path: polygon(100% 0, 99% 74%, 83% 100%, 0 99%, 0 0); /* Safari support */
  position: relative;
}
.memberlist .person img{
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.20);
}
.memberlist .person h4{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0 5px 0;
}
.memberlist .person h4 span{
  color: #B2914B;
  font-size: 16px;
  display: block;
}
.memberlist .person ul{
  display: flex;
  align-content: center;
  gap: 0 13px;
}
.memberlist .person ul li{
  font-size: 40px;
  color: #fff;
}
.memberlist .person ul li a{
  color: #fff;
}
.memberlist .person ul li a:hover{
  color: #D6B777;
}
.memberlist .person > a{
 position: absolute;
 left: 0;
 transition:padding 0.3s ease, transform 0.3s ease;
  display: block;
  color: #FFF7E6;
  font-size: 14px;
  font-weight: 600;
  background-color: #B2914B;
  bottom: 25px;
  padding: 15px 15px 15px 50px;
}
.memberlist .person > a::before{
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  background-color: #B2914B;
  transform: skewX(30deg);
  transform-origin: right;
  z-index: 0;
}
.memberlist .person > a span {
  position: relative;
  z-index: 1;
}
.memberlist .person > a:hover{
   background-color: #D6B777;
   padding-left: 80px;
}
.memberlist .person > a:hover::before{
  background-color: #D6B777;
}
/*---------------------------------------
HEADERSEARCH
-----------------------------------------*/
.headersearch{
  background: #fff;
}
.headersearch .container-fluid{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #364359;
  padding: 15px 0 0 0 ;
  margin-bottom: 15px;
}
.headersearch .title-wrapper h4{
  color: #CED2D8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-right: 5px;
}
.headersearch .title-wrapper a{
  border-radius: 7px;
  border: 1px solid #CED2D8;
  padding: 3px 5px;
  margin: 0 3px;
  color: #CED2D8;
}
.headersearch .title-wrapper{
  background: #364359;
  position: relative;
  z-index: 1;
}
.headersearch .title-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -33px;
  width: 100px;
  height: 100%;
  transform: skewX(25deg);
  transform-origin: right;
  z-index: 0;
  background: #364359;
}
.headersearch .title{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 8px 10px;
}
.headersearch .search-wrapper{
  background: #364359;
  position: relative;
  z-index: 1;
}
.headersearch .search-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 80px;
  height: 100%;
  transform: skewX(-25deg);
  transform-origin: left;
  z-index: 0;
  background: #364359;
}
.headersearch .search{
  align-items: center;
  position: relative;
  z-index: 2;
}
.search-box {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.search-box i {
  color: #999;
  margin-right: 8px;
}
.search-box input {
  border: none;
  outline: none;
  flex: 1;
  padding: 5px;
  font-size: 1rem;
  background-color: #CFD4DB;
  border-radius: 7px;

}
/*---------------------------------------
HEADERSEARCH
-----------------------------------------*/
.infobox{
  padding: 30px 0;
}
.infobox .container-fluid{
  padding: 0;
}
.infolist{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 30px;
}
.infolist .box {
  flex: 0 0 calc(50% - 15px); /* Adjust for the gap */
  box-sizing: border-box;
  position: relative;
  background: #F9F3E8;
}
.infolist .box .top img{
  width: 100%;
}
.infolist .box .content{
  padding: 30px;
}
.infolist .box .content > span{
  font-size: 15px;
}
.infolist .box .content h4{
  font-size: 20px;
}
.infolist .box .content p{ 
  font-size: 14px;
  padding-bottom: 30px;
}
.infolist .box a,
.btn-mobileonly{
  display: block;
  color: #FFF7E6;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  background-color: #CEB47D;
  width: auto;
  left: 0;
  bottom: 0;
  padding: 15px 15px 15px 30px;
  text-align: right;
  transition:padding 0.3s ease, transform 0.3s ease;
}
.infolist .box a::before,
.btn-mobileonly::before{
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: #CEB47D;
  transform: skewX(30deg);
  transform-origin: right;
  z-index: 0;
}
.infolist .box a span,
.btn-mobileonly span{
  position: relative;
  z-index: 1;
}
.infolist .box a:hover,
.btn-mobileonly:hover{
  background-color: #364359;
  padding: 15px 35px 15px 40px;
}
.infolist .box a:hover::before,
.btn-mobileonly:hover::before{
   background-color: #364359;
}
/* ONE COLUMN */
.infolist .box.full {
  flex: 0 0 100% !important;
  background: rgba(249, 243, 232, 0.40);
}
.infolist .box.full p{
  padding-bottom: 10px;
}
/*---------------------------------------
BG STYLES
-----------------------------------------*/
.bgwrap{
  position: relative;
  z-index: 1000;
}
.bgwhite{
  background: #fff;
}
.spacetop{
  padding-top: 20px;
}
.bgstyle{ 
  background-color: #fff;
  position: relative;
}
.bgstyle .bgtri{
  position: absolute;
  background: url(../images/bg_tri_side_less.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 612px;
  height: 550px;
}
/* Style 1 - PressMain */
.style1 .bgleft{
  left: -205px;
  top: 450px; 
  background-size: 80% auto;
}
.style1 .bgright{
  right: -250px;
  bottom: 50px;
}
/* Style 2 - PressRelease */
.style2 .bgleft{
  left: -205px;
  top: 450px; 
  background-size: 80% auto;
}
.style2 .bgright{
  right: -250px;
  bottom: 200px;
}
/* Style 3 - Team */ 
.style3 .bgleft.bgtri{
  background: url(../images/bg_tri_side.png) 0 0 no-repeat !important;
  background-size: 80% auto !important;
}
.style3 .bgleft{
  left: -145px;
  top: 450px; 
  background-size: 80% auto;
}
.style3 .bgright{
  right: -250px;
  bottom: 200px;
}
/* Style 4 - Careers */ 
.style4 .bgleft{
  left: -145px;
  top: 600px; 
  background-size: 80% auto;
}
.style4 .bgright{
  right: -150px;
  top: 100px;
}
.bgstyle.style4 .bgtri{
  position: absolute;
  background: url(../images/bg_tri_side_less.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 412px;
  height: 550px;
}
/*---------------------------------------
CONTACT
-----------------------------------------*/
.formblk{
  background: #F9F3E8 url(../images/bg_tri_side_less.webp) -100px 80px no-repeat;
  background-size: 350px auto;
}
.formblk .sideform{
  padding: 30px 0 30px 0;
}
.formblk .sideform .wrapper{
  padding-left: 25%;
  padding-right: 5%;
}
.formblk .sidephoto .photo{
  position: relative;
}
.formblk .sidephoto .title-wrapper{
  background: #F9F3E8;
  position: absolute;
  z-index: 4000;
  bottom: 0;
  width: 33%;
}
.formblk .sidephoto .title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -53px;
  width: 130px;
  height: 100%;
  transform: skewX(25deg);
  transform-origin: right;
  z-index: 0;
  background: #F9F3E8;
}
.formblk .sidephoto .title{
  padding: 20px 30px 20px 50px;
  position: relative;
  z-index: 1;
}
.formblk .sidephoto .title a{
  margin-bottom: 3px;
  display: block;
}
.formblk .sidephoto .title a:first-of-type{
  color: #364359;
  font-size: 29px;
  font-weight: 600;
}
.formblk .sidephoto .title a:nth-of-type(2){
  color: #B2914B;
  font-size: 17px;
  font-weight: 600;
}
.formblk .sidephoto .title p{
  font-size: 15px;
  color: #B2914B;
  padding-top: 10px;
}
.morecontact{
  background: #fff url(../images/bg_tri_side_less.webp) -160px 80px no-repeat;
  background-size: 420px auto;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
}
.morecontact .slant-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
.morecontact .slant-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 230px;
  width: 100%;
  height: 100%;
  background: #F9F3E8;
  transform: skewX(-25deg);
  transform-origin: left;
  z-index: 0;
}
.morecontact .slant {
  position: relative;
  z-index: 1;
  color: #fff;
}
.morecontact .container-fluid{
  padding: 40px 0;
}
.morecontact .photo{
  position: relative;
}
.morecontact .photo img{
  width: 100%;
}
.morecontact .content{
  position: relative;
  padding-bottom: 140px;
}
.morecontact .content h3{
  color: #364359;
  font-size: 29px;
  font-weight: 600;
  padding-bottom: 15px;
}
.morecontact .content .bottom{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.morecontact .content .bottom h4{
  font-size: 21px;
  font-weight: 600;
  color: #364359;
  padding-right: 15px;
}
.morecontact .content .bottom img{
  max-width: 250px;
  height: auto;
}
/*---------------------------------------
FORM                 
-----------------------------------------*/
.form-control{
  background: #fff;
  margin-bottom: 0;
  padding: 15px;
  color: #B2914B;
  font-size: 15px;
  box-shadow: none;
  border: 2px solid #D6B777;
  border-radius:                   10px;
  -webkit-border-radius:            10px;
  -moz-border-radius:               10px;
}
.form-control:focus {
  color: #B2914B;
}
.form-control::-moz-placeholder {
  color: #B2914B;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #B2914B;
}
.form-control::-webkit-input-placeholder {
    color: #B2914B;
}
/*---------------------------------------
CAREERS 
-----------------------------------------*/
.careerblk{
  padding: 30px 0;
}
.careerblk h3{
  color: #364359;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 20px;
}
.careerblk p{
  font-size: 16px;
  padding-bottom: 20px;
}
.overflow-left {
  position: relative;
  height: 307px;
}
.careerblk .overflow-left{
  background: url(../images/bg_overflow.webp) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
.careerblk .overflow-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 50, 72, 0.75); /* filter */
  z-index: 1;
}
.overflow-left > * {
  position: relative;
  z-index: 2;
}
.overflow-left .wrapper{
  width: 70%;
  margin: 0 auto;
  position: relative;
  height: 307px;
}
.overflow-left .wrapper > img{
  position: absolute;
  bottom: 0;
  height: 85%;
  z-index: 2;
}
.overflow-left .wrapper a{
  color: transparent;
  position: absolute;
  z-index: 2000;
  top: 140px;
  left: 150px;
  width: 105px;
  height: 105px;
  display: block;
  background: url(../images/btn_play.png) 0 0 no-repeat;
  background-size:contain;
}
.overflow-left .wrapper a:hover{
  background: url(../images/btn_play_hover.png) 0 0 no-repeat;
   width: 105px;
  height: 105px;
  background-size:contain;
}
.overflow-left .wrapper h4{
  position: relative;
  z-index: 1;
  margin-left: 120px;
  top: 65px;
  padding-left: 30px;
  color: #F9F3E8;
  font-size: 31px;
}
.overflow-left .wrapper h4 strong{
  display: block;
  padding: 15px 0;
  position: relative;
  font-weight: 600;
}
.overflow-left .wrapper h4::before{
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 80%;
  height: 100%;
  transform: skewX(25deg);
  transform-origin: left;
  z-index: 0;
 background: #253248;
}  
.overflow-left .wrapper .sub{
  position: relative;
  left: 170px;
  top: 85px;
}
.overflow-left .wrapper span{
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #B2914B;
  padding-left: 110px;
}
.overflow-left .wrapper span strong{
  display: block;
  font-weight: 600;
    color: #F9F4E8;
  font-size: 28px;
}
.overflow-left .wrapper em{
  position: relative;
  display: block;
  color: #F9F4E8;
  font-style: normal;
  padding: 5px 0 5px 110px;
  width: 70%;
  border-bottom: 1px solid #D6B777;
}
.careerscode{
  margin: 30px 0;
  background: #F9F3E8;
  border-radius: 18px;
  padding: 30px;
}
.careerlist ul li{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 30px 0;
  border-bottom: 2px solid #F0E3C7;
}
.careerlist ul li:last-child{
  border-bottom: none;
}
.careerlist .icon{
  flex: 0 0 10%;
}
.careerlist .content{
  flex: 1;
}
.careerlist ul li img {
  width: 100%;
  height: auto;
}
.careerlist ul li h4 {
  margin: 0;
  color: #B2914B;
  font-weight: 600;
  font-size: 21px;
  padding-bottom: 3px;
}
.careerlist ul li h5{
  color: #364359;
  font-weight: 600;
  display: block;
  font-size: 17px;
  padding-top: 15px;
}
.careerlist ul li h5:first-of-type {
  padding-top: 0;
}
.careerlist ul li p {
  color: #2f3b4c;
  font-size: 17px;
  padding: 0;
  margin: 0;
}
/*---------------------------------------
CONTENTPAGE
-----------------------------------------*/
.contentpage .row > [class^="col"] { /* space between cols */
  padding: 0 50px;
}
.contentpage .overflow-left img,
.contentpage .overflow-right img {
  width: 100%;
}
.contentpage .overflow-left{
  height: auto;
}
.contentpage  .photo .overflow-left .shape{
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 0 100%);
  background: #FFF;
  right: -10px;
  bottom: -1px;
  width: 18%;
  height: 30%;
  position: absolute;
  z-index: 1000;
}
.contentpage .overflow-right {
   position: relative;
}
.contentpage .photo .overflow-right .shape{
  clip-path: polygon(0 0, 32% 0, 70% 100%, 0 100%);
  background: #FFF;
  left: -1px;
  bottom: -1px;
  width: 18%;
  height: 30%;
  position: absolute;
  z-index: 1000;
}

.contentpage h3{
  font-size: 29px;
  font-weight: 600;
  color: #364359;
  border-bottom: 2px solid #F0E3C7;
  padding: 0 0 10px 0;
  margin-bottom: 12px;
}
.contentpage p{
  font-size: 19px;
}
.btn-default{
  position: relative;
  margin: 30px 0;
}
.btn-default a{
  color: #FFF7E6;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background-color: #CEB47D;
  width: auto;
  padding: 15px 15px 15px 30px;
  text-align: right;
  transition:padding 0.3s ease, transform 0.3s ease;
}
.btn-default a::before{
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 100%;
  height: 100%;
  background-color: #CEB47D;
  transform: skewX(30deg);
  transform-origin: right;
  z-index: 0;
}
.btn-default.right a{
  padding: 15px 15px 15px 0;
}
.btn-default.right a::before{
  transform: skewX(-30deg);
  left: -30px !important;
}
.btn-default a span,
.btn-default a em{
  position: relative;
  z-index: 1;
  font-style: normal;
}
.btn-default a:hover{
  background-color: #364359;
  padding: 15px 35px 15px 40px;
}
.btn-default a:hover::before{
   background-color: #364359;
}
.listcontent{
  background: linear-gradient(to bottom, #F9F3E8, #FFFFFF);
}
.listcontent h4{
  font-size: 29px;
  font-weight: 600;
  color: #364359;
  border-bottom: 2px solid #F0E3C7;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.listcontent p{
  font-size: 19px;
}
.listcontent ul li {
  position: relative;
  padding-left: 150px; /* space for bullet image */
  margin-bottom: 50px;
}
.listcontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px; /* adjust vertically as needed */
  width: 6.5em;
  height: 6.5em;
  background: url('../images/bullet_triangle.webp') no-repeat center;
  background-size: contain;
}
/*---------------------------------------
MODAL POP UP
-----------------------------------------*/
.modal {
  z-index: 9999 !important;
}
.modal-backdrop {
  z-index: 9998 !important;
}
.popupcase .modal-header{
  border-bottom: none;
}
.popupcase .modal-header img{
  width: 250px;
  height: auto;
}
.popupcase .modal-content {
  border-radius: 0 !important;
  padding: 20px 30px 0 30px;
}
.popupcase h3{
  color: #253248;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}
.popupcase h4{
  font-size: 19px;
  color: #B2914B;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0;
}
.popupcase .nospacebottom h4{
  padding: 15px 0 0 0;
}
.popupcase h5{
  font-size: 17px !important;
  color: #364359;
  font-weight: 600;
  border-bottom: none !important;
  padding: 0 !important;
}
.popupcase p{
  font-size: 17px;
  color: #364359;
  padding: 2px 0;
}
.popupcase .modal-footer{
  border-top: none !important;
  display: flex;
  justify-content: space-between;
  margin: 0 -2.6rem -1.7rem -2.6rem;
}
.popupcase .modal-footer .btn-default a{
  color: #fff !important;
}

/*---------------------------------------
FOOTER 
-----------------------------------------*/
footer {
  position: relative;
  background-color: #253248;
  overflow: hidden;
  padding: 100px 0 30px 0;
  z-index: 4000;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/bg_tri_side.png) right 0 no-repeat;
  background-size: auto 100%; /* optional, depending on your layout */
  opacity: 0.45;
  z-index: 0;
}
footer > * {
  position: relative;
  z-index: 1;
}
footer .logo{
  padding-right: 50px;
}
footer .logo img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
footer .logo p{
  font-size: 15px;
  color: #fff;
}
footer .links ul li{
  border-bottom: 1px solid #A6956E;
  padding: 4px 0;
  font-weight: 500;
  font-size: 22px;
}
footer .links ul li a{
  color: #fff;
  position: relative;
  text-decoration: none;
  color: #fff; /* your default link color */
  transition: all 0.3s ease;
}
footer .links ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 0.6em; 
}

footer .links ul li a:hover::before {
  content: '▶'; 
  opacity: 1;
  font-size: 0.6em; 
  color: #D6B777;
}
footer .links ul li a:hover{
  padding-left: 20px;
}
footer .socmed h4{
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  padding: 0 0 10px 0;
}
footer .socmed ul{
   border: 1px solid #A6956E;
  display: flex;
  padding: 10px;
  margin: 0 30px;
  align-content: center;
  justify-content: center;
}
footer .socmed ul li{
 padding: 0 5px;
}
footer .socmed ul li a{
  color: #fff;
}
footer .socmed ul li a:hover{
  color: #D6B777;
}
footer .socmed ul li a i{
  font-size: 34px;
}
footer .misc{
  padding-top: 20px;
}
footer .misc ul{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
footer .misc ul li{
  font-size: 18px;
}
footer .misc ul li a{
  color: #fff;
  padding: 0 7px;
}
footer .misc ul li::after{
 content: "|";
 color: #fff;
}
footer .misc ul li:last-child::after{
  content: "";
}



