@charset "utf-8";
@font-face {
    font-family: 'Colaborate';
    src: url('fonts/Colaborate-Thin.woff2') format('woff2'),
        url('fonts/Colaborate-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate';
    src: url('fonts/Colaborate-Light.woff2') format('woff2'),
        url('fonts/Colaborate-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate';
    src: url('fonts/Colaborate-Regular.woff2') format('woff2'),
         url('fonts/Colaborate-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Colaborate';
    src: url('fonts/Colaborate-Medium.woff2') format('woff2'),
        url('fonts/Colaborate-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
	font-family: 'Colaborate';
	src: url('fonts/Colaborate-Bold.woff2') format('woff2'),
		 url('fonts/Colaborate-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
:root {
    --color-primary: #304C5A;
    --color-primary-dark: #2A3D46;
    --color-secondry: #E8C379;
    --color-secondry-dark: #AE925B;
    --color-white: #ffffff;
    --color-offwhite: #EFEDE8;
    --color-grey: #B3B2AE;
    --color-grey-dark: #E2DDD4;
    --color-border: #D5D6D9;
	--font-Colaborate: 'Colaborate';
	--font-PlayfairDisplay: "Playfair Display", serif;
	--fontw-thin: 100;
	--fontw-light: 300;
	--fontw-regular: 400;
	--fontw-meduim: 500;
	--fontw-bold: 600;
}
body {
	font-family: 'Colaborate';
	font-size: 16px;
	font-weight: var(--fontw-light);
	background: var(--color-white);
	color: var(--color-primary);
	overflow-x: hidden;
	position: relative;
}
a {
	color: var(--color-secondry-dark);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: var(--color-primary);
}
a:focus {
	outline: none !important;
	text-decoration: none;
	box-shadow: none !important;
}
::-webkit-scrollbar {
	height: 6px;
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #f4f4f4;
}
::-webkit-scrollbar-thumb {
	background: var(--color-secondry-dark);
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--color-primary);
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-PlayfairDisplay);
	font-weight: var(--fontw-regular);
	margin: 0 0 20px;
	color:var(--color-primary);
	text-transform: uppercase;
	line-height: 1.1;
	position: relative;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: block;
    font-size: 12px;
	font-family: var(--font-Colaborate);
    font-weight: var(--fontw-regular);
    letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
b, strong {
    font-weight: 600;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	max-width: 100%;
}
input[type='text'],
input[type='number'],
input[type='password'],
button,
textarea,
select,
option,
img,
.item,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.btn,
.wpcf7-submit {
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	color: var(--color-offwhite);
	font-size: 14px;
	line-height: 1;
	font-weight: var(--fontw-regular);
	text-transform: uppercase;
	padding: 16px 20px;
	border-radius: 8px;
	cursor:pointer;
}
.btn:hover,
.wpcf7-submit:hover {
	background-color: var(--color-secondry);
	border-color: var(--color-secondry);
	color: var(--color-primary);
}
.btnarrow {
    background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
    padding-right: 40px;
}
.btnarrow:hover {
    background-image: url(../images/arrow-right-dark.svg);
}
.fwl {
	font-weight: 100 !important;
}
.fwr {
	font-weight: 400 !important;
}
.fwb {
	font-weight: 600 !important;
}
.font-PlayfairDisplay {
	font-family: var(--font-PlayfairDisplay) !important;
}
.font-Colaborate {
	font-family: var(--font-Colaborate) !important;
}
.fc-yellow {
	color: var(--color-secondry) !important;
}
.fc-golden {
	color: #8F8065 !important;
}
.mobile {
	display: none !important;
}
.roungimage {
	border-radius: 14px;
}
.imgbx {
    position: relative;
	overflow: hidden;
}
.imgbx img,
.imgbx video {
    width: 100%;
}
.imagespcae {
    display: block;
}
.imagespcae:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.imagespcae img,
.imagespcae video,
.imagespcae iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
    transition: all .25s ease-in-out;
}
.wow {
	visibility: hidden;
}
/*-------------------------Header Css-----------------------------*/
header {
	margin: 0;
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	line-height: 1;
	background: var(--color-offwhite);
	transition: all 350ms ease-out;
}
header .logo {
	font-size: 0;
	display: inline-block;
	margin: 0;
	width: 160px;
	transition: all 350ms ease-out;
	background-image: url(../images/logo-dark.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
header .logo.imagespcae:before {
    padding-bottom: 44.71%;
}
header .navbar {
	padding: 0;
	display:block;
}
.menuconainer {
	z-index: 1;
	font-weight: 400;
}
.menubx {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.menubx li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	line-height: 1;
	height: 33px;
}
.menubx li a {
	position: relative;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: var(--fontw-regular);
	color: var(--color-primary);
	display: block;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 1024px) {
/* .menubx::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
	height: 1px;
	background: rgba(48, 76, 90, 15%);
} */
.menubx > li > a::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--color-primary);
	transition: all ease-in-out 250ms;
}
/* header.nobg .menubx::before {
	background: rgba(255, 255, 255, 15%);
} */
header.nobg .menubx > li > a::before {
	background-color: var(--color-white);
}
.menubx > li > a:hover::before, 
.menubx > li.active > a::before, 
.menubx > li.current-menu-item > a::before, 
.menubx > li.current-menu-parent > a::before {
	width: 100%;
}
header.nobg .menubx li a {
	color: var(--color-offwhite);
}
header.nobg .menubx li a:hover, 
header.nobg .menubx li.active>a, 
header.nobg .menubx li.current-menu-item>a, 
header.nobg .menubx li.current-menu-parent>a {
	color: var(--color-offwhite);
}
.bmenubx .bmenu > li:hover > ul {
	display: flex !important;
}
}
.menubx li a:hover, 
.menubx li.active > a, 
.menubx li.current-menu-item > a, 
.menubx li.current-menu-parent > a {
	color: var(--color-primary);
}
.menubx li a span {
	display: block;
	font-size: 11px;
	font-weight: var(--fontw-thin);
	margin-bottom:25px;
}
.menubx > li.menu-item-has-children {
    padding-right: 15px;
}
.menubx > li.menu-item-has-children > a {
    padding-right: 20px;
}
.menubx > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    margin-top: -8px;
    border: solid #304C5A;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: none;
    background: none;
}
header.nobg .menubx > li.menu-item-has-children > a::after {
	border-color: var(--color-offwhite);
}
.menubx .sub-menu,
.menubx .sub-sub-menu {
	display: none;
	background: #FCFCFA;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 20px;
	top: 32px;
	z-index: 9;
	min-width: 240px;
	max-width: 100%;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
}
.menubx>li:hover .sub-menu {
	display: block
}
.menubx .sub-menu li {
	display: block;
	padding: 0;
	height: auto;
}
.menubx .sub-menu li a {
	padding: 12px 12px;
	font-weight: var(--fontw-light);
	border-radius: 5px;
}
.menubx .sub-menu li a:hover {
	background-color: #F7F6F2;
}
header.nobg .menubx .sub-menu li a {
    color: var(--color-primary);
}
.menubx .sub-sub-menu {
	left: 219px;
	top: 0;
}
.menubx .sub-menu > li:hover .sub-sub-menu {
	display: block
}
.menubx .sub-menu li.has-submenu>a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 3px;
	height: 3px;
	margin-top: -4px;
	background: var(--color-primary);
	border: solid var(--color-primary);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	box-shadow: none;
	background: 0 0;
}
.menubx li.current-menu-parent>a.sub-menu-link:before, .menubx div.sub-menu li.has-submenu:hover>a.sub-menu-link:before {
	opacity: 1;
}
header.nobg {
	background: transparent;
	border-color: transparent
}
header.nobg .logo {
	background-image: url(../images/logo.png);
}
header.sticky {
	padding: 10px 0;
	border-bottom: 1px solid rgba(228,223,209,0.8);
}
.rightmenu {
	position: relative;
	display: flex;
	justify-content: center;
}
.rightmenu li {
	padding: 0 10px;
	position: relative;
	line-height: 1;
}
.rightmenu li a {
	display: block;
}
.rightmenu li a img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(21%) saturate(662%) hue-rotate(159deg) brightness(96%) contrast(89%);
}
.rightmenu li a:hover img {
	  filter: brightness(0) saturate(100%) invert(67%) sepia(22%) saturate(420%) hue-rotate(356deg) brightness(90%) contrast(85%);
}
.rightmenu .dropdown-menu {    
	background: #FCFCFA;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 170px;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.rightmenu .dropdown-menu li {
	margin: 0;
	padding: 0;
}
.rightmenu .dropdown-menu li a {
    padding: 8px 12px;
	color: var(--color-primary);
    font-weight: var(--fontw-light);
    border-radius: 5px;
	display: block;
    letter-spacing: 0.5px;
	font-size: 12px;
    text-transform: uppercase;
}
.rightmenu .dropdown-menu li a:hover {
    background-color: #F7F6F2;
}
header.nobg .rightmenu li a img {
	filter: initial;
}
header.nobg .rightmenu li a:hover img {
	  filter: grayscale(1) sepia(1) hue-rotate(170deg) brightness(0.7) saturate(3);
}
.burgermenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(36, 57, 68, 0.98);
	transform: translateX(-120%);
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.5s ease;
	z-index: 100;
}
.burgermenu.active {
	transform: translateX(0);
	opacity: 1;
}
.bmenubx {
	width: 400px;
	padding: 65px 60px;
	max-width: 100%;
	height: 100%;
	background-color: var(--color-primary);
}
.bmenubx .bmenu {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(239, 237, 232, 15%);
}
.bmenubx .bmenu > li {
	position: relative;
	padding: 15px 0;
}
.bmenubx .bmenu > li a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #83949C;
	text-transform: uppercase;
}
.bmenubx .bmenu > li.current-menu-item > a,
.bmenubx .bmenu > li.current-menu-parent > a,
.bmenubx .bmenu > li a:hover {
	color: var(--color-offwhite);
}
.bmenubx .bmenu > li > a::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--color-offwhite);
	transition: all ease-in-out 250ms;
}
.bmenubx .bmenu > li > a:hover::before, 
.bmenubx .bmenu > li.active > a::before, 
.bmenubx .bmenu > li.current-menu-item > a::before, 
.bmenubx .bmenu > li.current-menu-parent > a::before {
	width: 100%;
}
.bmenubx .bmenu > li > ul {
	display: none;
    width: calc(100vw - 400px);
    position: absolute;
    left: calc(100% - 1px);
    top: -105px;
    gap: 60px;
	padding: 120px;
	transition: all ease-in-out 250ms;
}
.bmenubx .bmenu > li > ul::before {
    content: "";
    background: rgba(239, 237, 232, 15%);
    width: 200px;
    height: 1px;
    position: absolute;
    top: 128px;
    left: -100px;
}
.bmenubx .bmenu > li > ul > li a {
	font-size: 12px;
	color: var(--color-offwhite);
	text-transform: uppercase;
}
.bmenubx .bmenu > li > ul > li.current-menu-item > a,
.bmenubx .bmenu > li > ul > li.current-menu-parent > a,
.bmenubx .bmenu > li > ul > li a:hover {
	color: var(--color-secondry);
}
.bmenubx .bmenu ul ul {
	display: block !important;
	margin-top: 20px;
}
.bmenubx .bmenu ul ul li {
    line-height: 1;
    margin-bottom: 12px;
}
.bmenubx .bmenu ul ul li a {
    color: #83949C;
    text-transform: capitalize;
}
.bmenubx .bmenu ul ul li.current-menu-item > a:hover,
.bmenubx .bmenu ul ul li a:hover {
    color: var(--color-offwhite);
}
.bmenubx .arrowmenu li {
	margin-bottom: 15px;
}
.bmenubx .arrowmenu .arrowlink {
	font-weight: var(--fontw-regular);
}
.closeburger {
	width: 28px;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
.closeburger:hover {
	opacity: 0.8;
}
/*-------------------------Home Slider Section Css-----------------------------*/
.herobx {
	position: relative;
}
.herobx .imgbx {
	position: relative;
	overflow: hidden;
}
.herobx .imgbx::before {
	content: "";
	display: block;
	padding-bottom: 100vh;
}
.herobx .imgbx::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, 
  rgba(0, 0, 0, 1) 0%, 
  rgba(0, 0, 0, 0.2) 20%, 
  rgba(0, 0, 0, 0.3) 60%, 
  rgba(0, 0, 0, 1) 100%);
}
.herobx .imgbx img,
.herobx .imgbx video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
    height: 100%;
	width: 100%;
    object-position: center;
}
.herobx .heroinner {
	position: absolute;
    bottom: 50px;
    left: 0;
	z-index: 1;
    width: 100%;
}
.herobx h1 {
	color: var(--color-offwhite);
	font-size: 48px;
	text-transform: none;
	margin-bottom: 10px;
}
.herobx h1 label {
	display: inline;
}
.herobx p {
	color: var(--color-offwhite);
	margin: 0;
}
.scrollsection {
	padding-top: 100px;
	margin-top: -100px;
}
.scrollbx {
    bottom: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.scrollbx span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(239, 237, 232, 30%);
	transition: all ease-in-out 300ms;
}
.scrollbx span:hover {
	background-color: #E8C379;
	transition: all ease-in-out 300ms;
}
.scrollbx label {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}
/*-------------------------Content Section Css-----------------------------*/
.wrapperbx {
	margin-top: 114px;
}
.contentbx {
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.contentbx h1 {
	font-size: 48px;
}
.contentbx h2 {
	font-size: 36px;
}
.contentbx h3 {
	font-size: 24px;
}
.contentbx h4 {
	font-size: 18px;
}
.contentbx h5 {
	font-size: 16px;
}
.contentbx h2.big56 {
	font-size: 56px;
}
.contentbx h2.big44 {
	font-size: 44px;
}
.contentbx h2.big32 {
	font-size: 32px;
}
.d1 {
	font-family: var(--font-PlayfairDisplay);
	font-weight: var(--fontw-regular);
	font-size: 108px;
	line-height: 1;
}
.d2 {
	font-family: var(--font-PlayfairDisplay);
	font-weight: var(--fontw-regular);
	font-size: 72px;
	line-height: 1;
}
.d3 {
	font-family: var(--font-PlayfairDisplay);
	font-weight: var(--fontw-regular);
	font-size: 36px;
	line-height: 1;
}
h1 label,
h2 label {
	color: var(--color-secondry) !important;
}
.contentbx p {
	margin-bottom: 15px;
}
.contentbx p:last-child {
	margin-bottom: 0px;
}
/* .contentbx ul {
	list-style: circle;
	padding-left: 20px;
	padding-bottom: 20px;
}
.contentbx ul li {
	margin-bottom: 0px;
} */
.contentbx ul:not([class]),
.wp-block-list {
	padding-left: 0;
	padding-bottom: 20px;
}
.contentbx ul:not([class]) li,
.wp-block-list li {
	background-image: url('../images/icon-tick.svg');
	background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 24px;
    background-size: 14px auto;
}
.contentbx ul:not([class]) li + li,
.wp-block-list li + li {
	margin-top: 10px;
}
.bluebg {
	background-color: var(--color-primary);
	color: var(--color-offwhite);
}
.bluebg * {
	color: var(--color-offwhite);
}
.greybg {
	background-color: var(--color-offwhite);
}
.greybgdark {
	background-color: var(--color-grey-dark);
}
.chairmansec .textbx {
	padding: 100px;
	width: 730px;
    max-width: 100%;
}
.chairmansec .subhead {
	position: relative;
	background: #51636e;
	height: 1px;
	width: 100%;
	margin-bottom: 25px;
}
.chairmansec .subhead p {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: var(--fontw-regular);
	position: absolute;
    left: -35%;
    top: -8px;
}
.chairmansec .textbx .message {
	position: relative;
	font-family: var(--font-PlayfairDisplay);
	font-size: 18px;
	color: var(--color-offwhite);
}
.chairmansec .textbx .commabx {
	margin: 0 20px;
}
.chairmansec .mainhead {
	position: relative;
	margin-top: 80px;
}
.chairmansec h2 {
	position: absolute;
    left: -35%;
    top: 0;
	margin: 0;
}
.chairmansec h2 span {
	font-weight: var(--fontw-regular);
	margin-top: 1px;
	margin-bottom: 0;
}
.whitetext,
.whitetext * {
	color: var(--color-offwhite) !important;
}
.ourjourneytop {
	padding-top: 100px;
	font-family: var(--font-PlayfairDisplay);
	font-weight: var(--fontw-regular);
	font-size: 18px;
}
.ourjourneytop .imgbx {
	margin-bottom: -21px;
	position: relative;
	z-index: 1;
}
.ourjourneysec {
	padding-top: 120px;
	background-image: url('../images/journey-bg.jpg');
}
.ourjourneysec * {
	color: var(--color-offwhite);
}
.ourjourneysec h2 {
	text-transform: none;
}
.adjalign {
	top: -12px;
}
.jortab {
	display: none;
}
.jortab1 {
	display: block;
}
.jormenu {
	margin-top: 100px;
}
.jormenu ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.jormenu ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 15%);
}
.jormenu ul li {
	flex: 0 0 56px;
	text-align: center;
}
.jormenu ul a {
	display: block;
	padding-top: 10px;
	position: relative;
	font-size: 14px;
	font-weight: var(--fontw-regular);
	color: rgba(239, 237, 232, 60%);
}
.jormenu ul a:hover,
.jormenu ul a.active {
	color: rgba(239, 237, 232, 100%);
}
.jormenu ul a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	margin: auto;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 40%);
	border-radius: 50%;
}
.jormenu ul span {
	display: none;
	position: absolute;
    top: -66px;
	left: 0;
}
.jormenu ul a:hover span,
.jormenu ul a.active span {
	display: block;
}
.jormenu ul span::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: auto;
	width: 13px;
	height: 13px;
	background: rgba(255, 255, 255, 20%);
	border-radius: 50%;
}
.jormenu ul span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: auto;
	width: 5px;
	height: 5px;
	background: #E8C379;
	border-radius: 50%;
}
.jormenu ul img {
	height: 56px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 30%);
	border-radius: 50%;
}
.blackandwhite {
	filter: grayscale(100%);
}
.paralexeffect {
	background-attachment: fixed;
}
.texturedsec {
	background-image: url('../images/texture-bg.jpg');
}
.createdtolead {
	background-image: url('../images/bird-bg.jpg');
}
.texturedsec *,
.createdtolead * {
	color: var(--color-offwhite);
}
.bannertext .row {
	min-height: 50vh;
}
.bannertext .textbx {
	width: 570px;
	max-width: 100%;
	text-align: center;
}
.gallerysec {
	background-image: url('../images/gallery-bg.svg');
	background-position: top center;
    background-size: 100% auto;
}
.gallerysec h2 {
	text-align: center;
}
.gallerysec * {
	color: var(--color-offwhite);
}
.gallbx {
	position: relative;
}
.gallbx .urlbx {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.gallbx .imagespcae:before {
    padding-bottom: 212.04%;
}
.gallbx .imgbx::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.gallbx .textbx {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding: 25px 20px;
}
.gallbx .textbx h3 {
	font-size: 18px;
	margin: 0;
	text-transform: none;
}
.gallbx .plusicon {
	display: none;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}
.gallbx:hover .plusicon {
	display: block;
}
.galleryslider {
	margin: 0 -15px;
}
.galleryslider .item {
	padding: 0 15px;
}
.galleryslider .slick-list {
    padding-bottom: 30px;
}
.galleryslider .downslide {
	position: relative;
	top: 30px;
}
.galleryslider .slick-slide {
	transition: transform 0.4s ease;
}
.slick-next {
	right: -60px;
}
.slick-prev {
    left: -60px;
}
.slick-arrow {
	position: absolute;
    top: 48%;
	z-index: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
    font-size: 0;
	border: 1px solid rgba(255, 255, 255, 20%);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 12px;
    background-position: center;
	cursor: pointer;
}
.slick-arrow:hover {
	background-color: rgba(255, 255, 255, 20%);
}
.slick-prev {
	background-image: url('../images/arrow-left.svg');
}
.slick-next {
	background-image: url('../images/arrow-right.svg');
}
.innergallery {
	background-color: #0c0d0a;
	background-image: url('../images/gallery-bg2.jpg');
}
.innergallery::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 1320px;
	max-width: 100%;
	height: 100%;
	background-image: url('../images/gallery-bg.svg');
	background-position: top center;
    background-size: 100% auto;
	background-repeat: no-repeat;
}
.innergallery * {
	color: var(--color-offwhite);
}
.innergallery .textbx {
    height: 100%;
    position: relative;
}
.innergallery .imagespcae img,
.innergallery .imagespcae video {
	object-fit: contain;
}
.innergallery .backto {
	font-size: 12px;
    font-weight: var(--fontw-regular);
	letter-spacing: .5px;
    display: inline-block;
    margin-bottom: 10px;
    background: url(../images/arrow-left.svg) no-repeat left center;
    padding-left: 20px;
	margin-left: -20px;
	position: relative;
	z-index: 2;
}
.innergallery .backto:hover {
	color: var(--color-secondry);
}
.innergallery .textbx p {
    position: absolute;
    width: 200px;
    right: 0;
    bottom: 0;
}
.innergallery h2 {
	text-transform: none;
}
.innergallery .imagespcae:before {
    padding-bottom: 123.84%;
}
.innergallery .slick-next {
    right: -100px;
}
.innergallery .slick-prev {
    left: 48%;
}
.countbx {
	font-family: var(--font-PlayfairDisplay);
	font-weight: 100;
	line-height: 1;
}
.countbx .currentbx {
	font-size: 100px;
	color: var(--color-secondry);
}
.countbx .totalbx {
	font-size: 24px;
	color: var(--color-secondry);
	margin-left: 20px;
}
.tumbnilbx {
	margin-top: 100px;
    margin-bottom: -45px;
    position: relative;
    z-index: 9;
}
.thumb-slider .imgbx {
	width: 72px;
	background-color: #000;
}
.thumb-slider .slick-track {
	display: flex;
	align-items: end;
	justify-content: center;
}
.thumb-slider {
	cursor: pointer;
}
.thumb-slider .imgbx:hover,
.thumb-slider .slick-current .imgbx {
	border: 1px solid var(--color-offwhite);
}
.tumbnilbx .videobx {
  pointer-events: none;
}
.tumbnilbx .videobx video {
  cursor: pointer;
  height: 60px;
}
.tumbnilbx .videobx::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
	width: 14px;
	height: 14px;
	background: url('../images/icon-play.svg') no-repeat center center / cover;
}
.galltab {
	display: none;
}
.zoomeffect:hover img {
    transform: scale(1.05);
}
.newlisting h6 {
	text-transform: none;
	font-size: 16px;
	line-height: 1.3;
	padding-right: 15px;
}
.newsbx {
	width: 100%;
}
.newsbx a {
	display: block;
}
.newsbx .imgbx {
	margin-bottom: 20px;
}
.newsbx .imgbx span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: var(--color-primary);
	color: var(--color-white);
	font-weight: var(--fontw-regular);
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 0 0 8px 0;
}
.newsbx .datebx {
	color: var(--color-primary);
	font-weight: var(--fontw-meduim);
	font-size: 12px;
	margin-bottom: 7px;
}
.newsbx h2 {
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
}
.darkarrows .slick-arrow {
	border-color: rgba(48, 76, 90, 20%);
}
.darkarrows .slick-prev {
    background-image: url(../images/arrow-left-dark.svg);
}
.darkarrows .slick-next {
    background-image: url(../images/arrow-right-dark.svg);
}
.darkarrows .slick-arrow:hover {
	background-color: var(--color-primary);
}
.darkarrows .slick-prev:hover {
    background-image: url(../images/arrow-left.svg);
}
.darkarrows .slick-next:hover {
    background-image: url(../images/arrow-right.svg);
}
.topright .slick-arrow {
	top: -82px;
}
.topright .slick-prev {
	left: auto !important;
    right: 55px;
}
.topright .slick-next {
    right: 0;
}
.bigsection h2 {
	font-size: 32px;
}
.bigsection {
	width: 636px;
}
.smallsec {
	width: 306px;
}
.mediaslider .slick-list {
	margin: 0 -12px;
}
.mediaslider .item {
	padding: 0 12px;
	transition: all ease-in-out 250ms;
}

/*-------------------------Footer Css-----------------------------*/
footer {
	width: 100%;
	padding: 50px 0 30px;
	background-color: #243944;
	color: var(--color-offwhite);
}
footer .ftop {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-primary);
}
.flogo {
	display: block;
	width: 170px;
}
footer .ftop li {
	position: relative;
	line-height: 1;
	color: var(--color-grey);
	margin-bottom: 12px;
}
footer .ftop li a {
	position: relative;
	display: inline-block;
	color: var(--color-grey);
	font-size: 14px;
	text-transform: capitalize;
	font-weight: var(--fontw-light);
}
footer .ftop li a:hover {
	color: var(--color-secondry);
}
footer .ftop li a span,
footer .ftop li.heading a {
	display: block;
	color: var(--color-offwhite);
	font-size: 12px;
	font-weight: var(--fontw-regular);
	text-transform: uppercase;
	margin-bottom: 8px;
}
footer .ftop li.hasdropdown a::before {
	background: none;
    border: solid var(--color-grey);
    border-width: 0 1px 1px 0;
    box-shadow: none;
    content: "";
    height: 2px;
    margin-top: -6px;
    padding: 3px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
}
footer .linkbx li {
	position: relative;
	line-height: 1;
	display: inline-block;
	padding: 0 15px;
}
footer .linkbx li:not(:first-child):before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 1px;
	height: 10px;
	background-color: var(--color-grey);
}
footer .linkbx li:first-child {
	padding-left: 0;
}
footer .linkbx li:last-child {
	padding-right: 0;
}
footer .linkbx li a {
	color: var(--color-grey);
	font-size: 12px;
	font-weight: var(--fontw-light);
}
footer .linkbx li a:hover {
	color: var(--color-secondry);
}
footer p {
	font-size: 14px;
	margin: 0;
}
footer p a {
	color: var(--color-secondry);
}
footer p a:hover {
	color: var(--color-secondry);
	text-decoration: underline;
}
footer .fbot p {
	color: var(--color-grey);
	font-size: 11px;
}
.socialicons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 1;
}
.socialicons ul li {
	position: relative;
	margin: 0 6px;
}
.socialicons ul li:last-child {
	margin-right: 0;
}
.socialicons a {
	font-size: 18px;
	color: var(--color-offwhite);
	display: block;
}
.socialicons a:hover {
	color: var(--color-secondry);
}
.socialicons img {
	height: 16px;
}
.gotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
	font-size: 12px;
    color: #4F7080 !important;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.gotop img {
	width:40px;
}
.gotop span {
	display: block;
	margin-top: 5px;
}
/* .headergap {
	margin-top: 114px;
} */
.tophero {
	padding-top: 70px;
}
.tophero h2 {
	position: relative;
	z-index: 1;
	line-height: 1;
	color: #204050;
	font-size: 84px;
	margin: 0 0 -8px;
	/* font-size: 108px;
	margin: 0 0 -10px; */
}
.bothero {
	position: relative;
}
.bothero .imagespcae::before {
	padding-bottom: 70.51%;
}
.bothero .container,
.bothero .row {
	height: 100%;
}
.bothero .textwrap {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
}
.bothero h1 {
	font-size: 30px;
	text-transform: none;
}
.bothero span {
	position: relative;
    width: 100%;
}
.bothero span::before {
	content: "";
    background: rgba(239,237,232,15%);
    width: 115%;
	height: 1px;
	position: absolute;
	top: 7px;
	left: 0;
}
.bothero span em {
	position: relative;
	display: inline-block;
	background-color: var(--color-primary);
	font-style: normal;
	padding-right: 10px;
}
.bothero label {
	display: inline;
}
.bothero .socialicons {
	display: flex;
	align-items: center;
}
.bothero .socialicons p {
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: var(--fontw-regular);
	letter-spacing: 0.5px;
	margin-right: 10px;
}
.bothero .socialicons ul li {
    margin: 0 5px;
}
.bothero .socialicons a {
    font-size: 16px;
}
#copyMsg {
	position: absolute;
    color: #fff;
    font-size: 12px;
    width: 61px;
    top: 3px;
    left: 24px;
}
.newsdetails {
	padding-top: 20px;
}
.newsdetails .backto {
    font-size: 13px;
    font-weight: var(--fontw-regular);
	color: var(--color-primary);
    display: inline-block;
    margin-bottom: 10px;
    background: url(../images/arrow-left-dark.svg) no-repeat left center;
    padding-left: 20px;
}
.newsdetails .backto:hover {
	color: var(--color-secondry-dark);
}
.newsdetails .textbx {
	margin-top: 80px;
}
.newsdetails h2 {
	font-size: 32px;
	margin-top: 75px;
	margin-bottom: 30px;
}
.newsdetails p {
	font-size: 18px;
}
.newsdetails img {
	width: 100%;
	margin: 20px 0;
	border-radius: 14px;
	height: auto;
}
.newsdetails .w50,
.newsdetails .size-half,
.newsdetails .alignwide {
	float: left;
	width: 48%;
	margin: 0px 0.1%;
}
.relatedslider .item {
	padding: 0 12px;
}
.getinvolved {
	background-image: url('../images/getinvolved-bg.svg');
	background-position: top center;
	background-size: 100% auto;
}
.getinvolved.bannertext .row {
	min-height: initial;
}
.getinvolved.bannertext .textbx {
	width: 313px;
}
.getinvolved.bannertext .textbx a:first-child {
	display: block;
}
.getinvolved h6 {
	font-weight: var(--fontw-thin);
	font-size: 16px;
	line-height: 1.3;
	text-transform: none;
	margin-bottom: 35px;
}
.getinvolved a:hover {
	color: var(--color-offwhite);
	text-decoration: underline;
}
.formgroup {
	position: relative;
}
.formgroup .form-control {
	font-size: 14px;
	font-weight: var(--fontw-thin);
	color: #787774;
	text-transform: uppercase;
	border-radius: 8px;
	width: 100%;
	height: 48px;
	border: none;
}
.formgroup .form-control:focus {
	box-shadow: none;
}
.newsletter .textbx {
    width: 400px;
    max-width: 100%;
    text-align: center;
}
.newsletter .textbx h3 {
	font-size: 26px;
	text-transform: none;
	margin-bottom: 10px;
}
.newsletter .textbx p {
	font-weight: var(--fontw-light);
}
.newsletter .formgroup {
	margin-top: 30px;
}
.newsletter .form-control {
	text-transform: none;
}
.newsletter .formgroup .btn {
	position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
}
.mc4wp-alert {
	width: 80%;
    margin: 15px auto 0;
    font-size: 13px;
    color: green;
}
.mc4wp-alert.mc4wp-success {
    color: green;
}
.mc4wp-alert.mc4wp-error {
    color: red;
}
.ourjourneysec .jortab ul {
	padding-left: 20px;
}
.ourjourneysec .jortab ul li {
	background-image: url('../images/icon-tick-gold.svg');
	background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 21px;
    list-style: none;
    background-size: 14px auto;
	font-size: 18px;
}
.ourjourneysec .jortab ul li + li {
	margin-top: 5px;
}
/* Latest RJC */
.latestwrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 1px;
  height: 480px;
  overflow: hidden;
}
.latestwrap .latestbx {
  flex: 1 1 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
/* .latestwrap.active .latestbx,
.latestwrap:hover .latestbx {
  flex: 1 1 21%;
  max-width: 21%;
} */
.latestwrap .latestbx.active,
.latestwrap .latestbx:hover {
  flex: 1.7 1 0;
}
.latestwrap .latestbx > a,
.latestwrap .imgbx {
  display: block;
  height: 100%;
}
.latestwrap .imgbx img {
  height: 100%;
  object-fit: cover;
}
.latestbx * {
	color: var(--color-offwhite);
}
.latestbx .imgbx::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.latestbx .textbx {
	position: absolute;
    left: 0;
    top: 0;
    width: 272px;
	max-width: 100%;
    height: 100%;
    z-index: 1;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: all ease-in-out 250ms;
}
.latestbx .textbx h3 {
	margin: 0;
	text-transform: none;
}
.latestbx .descnbx {
	display: none;
	transition: all ease-in-out 250ms;
}
.latestbx.active .descnbx {
	display: block;
}
.arrowlink,
.wp-block-button .wp-block-button__link,
.wp-block-read-more {
	font-size: 12px;
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: var(--fontw-regular);
    display: inline-block;
    background-image: url('../images/arrow-right-dark.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px auto;
    padding-right: 20px;
	transition: all ease-in-out 250ms;
}
.arrowlink:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-read-more:hover {
	color: var(--color-primary);
	padding-right: 22px;
}
.arrowlink.whitearrow,
.textonbg .wp-block-button .wp-block-button__link {
	color: var(--color-offwhite);
    background-image: url('../images/arrow-right.svg');
}
.arrowlink.whitearrow:hover,
.textonbg .wp-block-button .wp-block-button__link:hover {
	color: var(--color-offwhite);
}
.howitworks {
	background: var(--color-grey-dark);
}
.howitworks::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: var(--color-primary);
}
.howitworks .textbx {
	position: relative;
	z-index: 1;
}
.howitworks .textbx h3 {
	text-transform: none;
}
.howitworks .circountbx {
	position: relative;
	z-index: 1;
	font-family: var(--font-PlayfairDisplay);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}
.howitworks .circountbx .circurrentbx {
	font-size: 72px;
	color: var(--color-secondry-dark);
}
.howitworks .circountbx .cirtotalbx {
	font-size: 36px;
	color: var(--color-secondry-dark);
	margin-left: 10px;
}
.howitworks .circtxt {
	position: relative;
    z-index: 1;
	display: none;
}
.howitworks .circtxt1 {
	display: block;
}
.howitworks .circtxt h4 {
	text-transform: none;
	margin-bottom: 15px;
}
.howitworks .cir-arrow {
	width: 12px;
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
}
.howitworks .cir-prev {
	left: -25px;
}
.howitworks .cir-next {
	right: -25px;
}
.howitworks .circularbx {
	position: relative;
	width: 350px;
	height: 350px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.howitworks .circularbx::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
    height: 100%;
    border: 1px solid #C9C0B4;
    border-radius: 50%;
}
.howitworks .circularbx::after {
	content: "";
    position: absolute;
    right: -15px;
    top: 25px;
    z-index: 1;
    width: 47%;
    height: 100%;
    background-color: var(--color-grey-dark);
    transform: rotate(18deg);
}
.howitworks .circularbx .imgbx {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	overflow: hidden;
	width: 212px;
	height: 212px;
	cursor: pointer;
}
.howitworks .circularbx .imgbx img {
    object-fit: cover;
    height: 100%;
	transition: all ease-in-out 250ms;
}
.howitworks .circularbx .circthumb {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 50%;
	overflow: hidden;
	width: 56px;
	height: 56px;
	padding: 6px;
	cursor: pointer;
    border: 1px solid #C9C0B4;
	transition: all ease-in-out 250ms;
}
.howitworks .circularbx .circthumb.active,
.howitworks .circularbx .circthumb:hover {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
.howitworks .circularbx .circthumb img {
    object-fit: cover;
    height: 100%;
	border-radius: 50%;
}
.howitworks .circularbx .circthumb1 {
	left: 62%;
    top: -16px;
}
.howitworks .circularbx .circthumb2 {
	left: 25%;
    top: -13px;
}
.howitworks .circularbx .circthumb3 {
	left: 0;
    top: 18%;
}
.howitworks .circularbx .circthumb4 {
	left: -26px;
    top: 50%;
}
.howitworks .circularbx .circthumb5 {
	left: 8%;
    top: 78%;
}
.howitworks .circularbx .circthumb6 {
	left: 40%;
    top: 91%;
}
.howitworks .items12::after {
    right: -66px;
    top: 15px;
    transform: rotate(3deg);
}
.howitworks .items12 .circthumb {
    width: 40px;
    height: 40px;
    padding: 3px;
}
.howitworks .items12 .circthumb1 {
	left: -5%;
    top: 41%;
}
.howitworks .items12 .circthumb2 {
	left: -12px;
    top: 59%;
}
.howitworks .items12 .circthumb3 {
	left: -1%;
    top: 23%;
}
.howitworks .items12 .circthumb4 {
	left: 4%;
    top: 75%;
}
.howitworks .items12 .circthumb5 {
	left: 10%;
    top: 8%;
}
.howitworks .items12 .circthumb6 {
	left: 17%;
    top: 87%;
}
.howitworks .items12 .circthumb7 {
	left: 26%;
    top: -2%;
}
.howitworks .items12 .circthumb8 {
	left: 34%;
    top: 93%;
}
.howitworks .items12 .circthumb9 {
	left: 45%;
    top: -5%;
}
.howitworks .items12 .circthumb10 {
	left: 52%;
    top: 94%;
}
.howitworks .items12 .circthumb11 {
	left: 65%;
    top: -1%;
}
.howitworks .items12 .circthumb12 {
	left: 69%;
    top: 88%;
}
.sidebyside + .sidebyside {
	margin-top: 60px;
}
.sidebyside h3 { 
	text-transform: none;
}
.textonfullimage {
	position: relative;
	padding: 80px 0;
	border-radius: 14px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.textonfullimage .textbx {
	position: relative;
	z-index: 1;
}
.textonfullimage h3 {
	text-transform: none;
}
.greenmarbel {
	background-image: url('../images/greenmarbel-bg.jpg');
}
.bg2020::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg-2020.png');
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: right bottom;
}
.bg2020 .wp-block-group__inner-container {
	position: relative;
    z-index: 1;
}
.transform-none {
	text-transform: none !important;
}
.breadbx {
	padding-top: 15px;
	padding-bottom: 15px;
}
.breadcrumb {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: var(--fontw-regular);
	margin-bottom: 0;
}
.breadcrumb .breadcrumb-item.active {
	color: #83949C;
}
.breadcrumb a {
	color: var(--color-primary);
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/breadcrum-devider.svg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 3px;
  padding-right: 0;
  vertical-align: middle;
}
.faqsec:nth-of-type(even) {
	background-color: var(--color-grey-dark);
}
/* .faqsec h2 span {
	text-transform: capitalize;
} */
.faqsec h2 + p {
	margin-top: 20px;
}
.accordion {
	margin-top: 10px;
}
.accordion-item {
    color: var(--color-primary);
    background-color: #FCFCFA;
    border: none;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.accordion-item + .accordion-item {
	margin-top: 15px;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: #FCFCFA;
    border-radius: 6px;
}
.accordion-button:not(.collapsed) {
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.accordion-body {
    padding-top: 8px;
}

.timelinebx {
  position: relative;
  padding-top: 1px;
}
.timelinebx::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid #C9C0B4;
  border-radius: 50%;
  margin-left: -4px;
}
.timelinebx::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #C9C0B4;
  top: 0;
  bottom: 0;
  left: 50%;
}
.timeline {
	position: relative;
	width: 50%;
	padding: 0 35px;
	margin-top: 30px;
}
.timeline .textbx {
	position: relative;
	padding: 20px;
	color: var(--color-primary);
    background-color: #FCFCFA;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.timeline .datebx {
    position: absolute;
    width: 220px;
	font-size: 12px;
	font-weight: var(--fontw-meduim);
	text-transform: uppercase;
}
.timeline .datebx::after {
    content: '';
    position: absolute;
    width: 85px;
    height: 1px;
    background-color: #C9C0B4;
    top: 0;
    bottom: 0;
    margin: auto;
}
.timeline .datebx::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 2px solid #C9C0B4;
    border-radius: 50%;
}
.timeline h4 {
	margin-bottom: 12px;
	text-transform: none;
}
.developmentsec {
	background-image: url('../images/development.jpg');
}
.borderbanner {
	border: 1px solid var(--color-offwhite);
	padding: 2px;
	border-radius: 14px;
}
.borderbanner .whitetext {
	padding-left: 42px;
}
.borderbanner .textbx {
	background-color: var(--color-offwhite);
	border-radius: 12px;
	padding: 50px;
}
.borderbanner .textbx h3,
.borderbanner .textbx h4 {
	text-transform: none;
}
.borderbanner p a {
	color: var(--color-primary);
}
.borderbanner p a:hover {
	color: var(--color-secondry-dark);
}
.quotewrap {
	font-size: 14px;
	background-color: var(--color-primary);
	padding: 35px;
	color: var(--color-offwhite);
	height: 100%;
}
.quotewrap h4 {
	color: var(--color-secondry);
	text-transform: none;
}
.quotebx {
	background: url('../images/icon-quote.svg') no-repeat left top;
	padding: 10px 0 0 40px;
}
.quotebx p:last-of-type {
	margin-bottom: 0;
}
.theteam h3 {
	margin-bottom: 30px;
}
.teamtabs {
	max-height: 60px;
    overflow: hidden;
    position: sticky;
    top: 95px;
    z-index: 1;
    background: var(--color-white);
    padding: 15px 0;
    margin-bottom: 35px;
}
.teammbx .imagespcae::before {
    padding-bottom: 133.16%;
}
.teammbx h4 {
	margin: 18px 0 8px;
	text-transform: capitalize;
}
.teammbx p {
	font-size: 14px;
	margin-bottom: 8px;
}
.teamenu {
	position: sticky;
	top: 95px;
	z-index: 1;
	width: 100%;
	background-color: var(--color-white);
	display: flex;
	justify-content:space-between;
	padding: 15px 0;
	margin-bottom: 45px;
}
.teamenu li {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 5px;
	margin-top: 0 !important;
	background-image: none;
}
.teamenu li a {
	position: relative;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: var(--fontw-regular);
	color: #83949C;
	display: block;
	letter-spacing: 0.5px;
}
.teamenu li a:hover,
.teamenu li.active a {
	color: var(--color-primary);
}
.teamenu li a::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: var(--color-primary);
	transition: all ease-in-out 250ms;
}
.teamenu li a:hover::before, 
.teamenu li.active > a::before, 
.teamenu li.current-menu-item > a::before, 
.teamenu li.current-menu-parent > a::before {
	width: 100%;
}
.teamscroll {
	padding-top: 145px;
	margin-top: -145px;
	margin-bottom: 60px;
}
.teamscroll:last-of-type {
	margin-bottom: 0px !important;
}
.spothead {
	margin-bottom: 20px;
	border-bottom: 1px solid #D5D6D9;
}
.filterbx {
	text-transform: uppercase;
}
.filterbx span {
	font-size: 11px;
	margin-right: 18px;
	font-weight: var(--fontw-meduim);
}
.filterbx .form-select {
	font-size: 12px;
	color: var(--color-primary);
	font-weight: var(--fontw-light);
	background-color: #E9EAEA;
	height: 36px;
	width: 190px;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
}
.pressbx a {
	display: block;
}
.pressbx .datebx {
    color: var(--color-primary);
    font-weight: var(--fontw-meduim);
    font-size: 12px;
    margin-bottom: 7px;
}
.pressbx h5 {
	line-height: 1.2;
}
.memberheading .imgbx {
    margin-bottom: -3px;
    position: relative;
    z-index: 1;
}
.memberheading .imgbx img {
	width: auto;
}
.membersearch {
	background-image: url('../images/member-bg.jpg');
	padding-bottom: 220px !important;
}
.membersearch .title {
	text-align: center;
}
.membersearch h2 {
    width: 430px;
    max-width: 100%;
	display: inline-block;
	text-transform: capitalize;
	color: var(--color-offwhite);
}
.countrymapsec {
	margin-top: -193px;
}
.tabslider {
	padding: 0 40px;
}
.tabslider .tabitem {
	position: relative;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #83949C;
    font-weight: var(--fontw-regular);
    margin: 0 10px 9px;
}
.tabslider .tabitem a {
    color: #83949C;
}
.tabslider .tabitem.active,
.tabslider .tabitem:hover,
.tabslider .tabitem.active a,
.tabslider .tabitem:hover a {
	color: var(--color-primary);
}
.tabslider .tabitem::before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: var(--color-primary);
	transition: all ease-in-out 250ms;
}
.tabslider .tabitem.active::before,
.tabslider .tabitem:hover::before {
	width: 100%;
}
.tabslider .slick-arrow {
    top: 0;
    width: 24px;
    height: 24px;
    background-size: auto 10px;
}
.tabslider .slick-prev {
    left: 0;
}
.tabslider .slick-next {
    right: 0;
}
.countrytabs {
	max-height: 30px;
    overflow: hidden;
}
.countrytabs .tabslider .tabitem {
    color: var(--color-grey);
}
.countrytabs .tabslider .tabitem.active,
.countrytabs .tabslider .tabitem:hover {
	color: var(--color-offwhite);
}
.countrytabs .tabslider .tabitem::before {
	background-color: var(--color-offwhite);
}
.countrymapsec .mapbotbx,
.countrymapsec .mapbotbx .container {
	position: relative;
}
.countrymapsec .memblistwrap {
    height: calc(600px - 60px);
    margin: 30px 0;
    background: var(--color-offwhite);
    border-radius: 14px;
	padding: 20px;
}
.countrymapsec .memblist {
    overflow-y: auto;
    height: 100%;
}
.countrymapsec .memblist::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.countrymapsec .memblist::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.countrymapsec .memblist::-webkit-scrollbar-thumb {
  background: var(--color-grey);
  border-radius: 5px;
}
.countrymapsec .meminfo {
	background-color: var(--color-offwhite);
	padding: 0 0 10px;
	margin-bottom: 18px;
	line-height: 1;
	border-bottom: 1px solid #D5D6D9;
}
.countrymapsec .meminfo h4 {
	color: var(--color-primary);
	text-transform: none;
	margin-bottom: 13px;
}
.countrymapsec .meminfo p {
	color: var(--color-primary);
	font-size: 14px;
	margin-bottom: 13px;
}
.ourfeedsec,
.videoslidebx {
	background-image: url('../images/feed-bg.jpg');
}
.dcenterhead {
    border-bottom: 1px solid #D5D6D9;
	padding-bottom: 25px;
}
.dcenterleft, .dcenterright {
	padding: 40px 0;
}
.dcenterleft {
	height: 100%;
    border-right: 1px solid var(--color-border);
}
.dcmenu {
	display: flex;
	justify-content:space-between;
	padding: 0 0 8px;
}
.dcmenu li {
	position: relative;
	line-height: 1;
	padding: 0 10px;
}
.dcmenu li a {
	position: relative;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: var(--fontw-regular);
	color: #83949C;
	display: block;
}
.dcmenu li a:hover,
.dcmenu li.active a {
	color: var(--color-primary);
}
.dcmenu li a::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: var(--color-primary);
	transition: all ease-in-out 250ms;
}
.dcmenu li a:hover::before, 
.dcmenu li.active > a::before, 
.dcmenu li.current-menu-item > a::before, 
.dcmenu li.current-menu-parent > a::before {
	width: 100%;
}
.downladbx .imgbxwrap {
	position: relative;
	padding: 25px;
	margin-bottom: 15px;
	background-color: var(--color-white);
}
.downladbx .imagespcae:before {
    padding-bottom: 141.80%;
}
.downladbx .imgbxwrap a {
	opacity: 0;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3) url('../images/icon-download.svg') no-repeat center;
	transition: all ease-in-out 250ms;
}
.downladbx .imgbxwrap:hover a {
	opacity: 1;
}
.rjctabsec h3 {
	margin-bottom: 30px;
}
.rjctabsec .textbx img {
    margin: 0 auto;
    max-width: 50%;
    display: block;
}
.contentbx .tabmenu {
	position: sticky;
	top: 95px;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	padding: 15px 25px 25px 0;
}
.contentbx .tabmenu h4 {
    margin: 0 0 18px;
    font-family: var(--font-Colaborate);
    font-size: 11px;
    font-weight: var(--fontw-meduim);
}
.contentbx .tabmenu ul {
	padding: 0;
}
.contentbx .tabmenu ul li {
	display: block;
	position: relative;
	line-height: 1;
	background-image: none;
	padding: 0;
}
.contentbx .tabmenu ul li + li {
    margin-top: 15px;
}
.contentbx .tabmenu ul li a {
	position: relative;
	padding: 0;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: var(--fontw-regular);
	color: #83949C;
	display: block;
}
.contentbx .tabmenu ul li a:hover,
.contentbx .tabmenu ul li.active a {
	color: var(--color-primary);
}
.contentbx .tabmenu ul li a::before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--color-primary);
	transition: all ease-in-out 250ms;
}
.contentbx .tabmenu ul li a:hover::before, 
.contentbx .tabmenu ul li.active > a::before, 
.contentbx .tabmenu ul li.current-menu-item > a::before, 
.contentbx .tabmenu ul li.current-menu-parent > a::before {
	width: 100%;
}
.rjctabcontent {
	display: none;
}
.rjctabcontent1 {
	display: block;
}
.rjctabsec .rjctabcontent .textbx img {
    margin: initial;
}
.searchoverlay {
	position: absolute;
    right: 130px;
    z-index: 1;
    top: -14px;
	width: 0;
	overflow: hidden;
	transition: all 250ms ease-in-out;
}
.searchoverlay.active {
	width: 350px;
}
.searchpage .textbx p {
	color: var(--color-primary);
    margin-top: 10px;
    font-size: 14px;
}
.searchbx .form-control {
    border: 1px solid #D5D6D9;
    width: 350px;
    max-width: 100%;
}
.searchbx .btn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.numwrap {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #D5D6D9;
}
.numwrap [class^="col-"] {
	padding-bottom: 10px;
}
.numwrap [class^="col-"]:not(:first-of-type) {
	border-left: 1px solid #D5D6D9;
}
.numwrap [class^="col-"]:nth-of-type(2) {
	text-align: center;
}
.numwrap [class^="col-"]:nth-of-type(3) {
	text-align: right;
}
.numwrap .numbers {
	font-size: 72px;
	line-height: 1;
	font-family: var(--font-PlayfairDisplay);
	color: var(--color-secondry-dark);
	margin-bottom: 15px;
}
.numwrap .numbers label {
	position: relative;
	font-size: 70%;
	left: -8px;
}
.numwrap p {
	font-size: 11px;
	font-weight: var(--fontw-meduim);
	text-transform: uppercase;
}
.page404 .imgbx {
	width: 400px;
	max-width: 100%;
    margin: 0 auto;
}
.page404 .imgbx img {
	margin-bottom: 15px;
}
.page404 h1 {
	color: var(--color-secondry-dark);
	margin-top: 10px;
}
.borderbx {
	background: var(--color-offwhite);
	padding: 15px;
	font-weight: 400;
}
.videoslider {
	margin: 0 -12px;
}
.videoslider .item {
	padding: 0 12px;
}
.vslidebx {
	position: relative;
}
.vslidebx .imagespcae:before {
    padding-bottom: 177.55%;
}
.vslidebx .playbtn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#mce-responses .response,
.mce_inline_error {
    font-size: 12px;
    margin-top: 10px;
}
#mce-responses #mce-success-response {
	color: green;
}
#mce-responses #mce-error-response,
.mce_inline_error {
	color: red;
}
.post-password-form {
	max-width: 1320px;
    margin: 0 auto;
    padding: 40px 15px;
    width: 100%;
}