/*
Theme Name: bnkacademy
Theme URI: 
Author: Sweans
Author URI: https://www.sweans.com
Description: A WordPress theme frame work
Requires at least: WordPress 5.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: bnkacademy
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
  ## Links
  ## Menus
# Accessibility
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Media
  ## Captions
  ## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {clear: both;}
html,
body {
  font-size: 100%;
  height: 100%;
}
body {
  margin: 0;
  background-color: #fff;
  transition: all 250ms ease-in-out;
}
body,
th,
td,
input,
textarea {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
input.text {
  background: #ffffff;
  border: none;
  padding: 1px;
}
input.button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 500;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h2.wp-block-heading {
    padding-bottom: 10px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h6 {
  font-size: 17px;
}
strong {
  font-weight: 700;
}
p,
ul,
ol {
  font-size: 16px;
  line-height: 28px;
}
ul {list-style: none;}
ul li {
  padding-left: 20px;
}
#access ul li {
  background-image: none;
}
ol { margin-left: 20px; }
ol li {
  margin-left: 15px;
  padding-left: 5px;
}
ol li::marker {
  color: #dd8e45;
  font-size: 16px;
}
ul li, ol li {
  font-size: 16px;
  line-height: 30px;
  color: #3A3D4F;
}
ul li:last-child, ol li:last-child, p:last-child {
  padding-bottom: 0;
}
ul, ol {
  padding-bottom: 20px;
}
th, td {
  border: 3px solid #ffffff;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  background: #0d02640a;
  color: #005ae2;
  font-size: 19px;
  line-height: 24px;
}
th {
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 22px 10px;
}
.product-DataContainer table {
  width: 100%;
}
.product-DataContainer th, .product-DataContainer td {
  border: 3px solid #f2f2f2;
  background: #0d02640a;
  color: #979393;
}
blockquote {
  margin-left: 36px;
  margin-right: 36px;
}
a {
  color: #979393;
  text-decoration: none;
  transition: 250ms all ease-in-out;
}
a:hover {
  border: none;
  color: #979393;
}
h1 a,
h2 a,
h3 a {
  border: none;
  color: #000;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  background: none;
  color: #371015;
}
hr {
  display: none;
}
section {
  float: left;
  width: 100%;
  position: relative;
}
img {
  max-width: 100%;
  display: block;
}
#search {
  float: right;
  width: 270px;
  padding-top: 10px;
}
#search fieldset {
  border: none;
}
#search #s {
  padding: 3px;
  width: 140px;
  vertical-align: top;
}
#search #x {
  width: 60px;
  vertical-align: top;
}
#logo-wrapper {
  height: 160px;
  margin: 0 auto;
  width: 1700px;
  background-color: #a8a8a8;
  background-repeat: no-repeat;
}
#page {
  float: left;
  background: #ffffff;
  width: 100%;
  min-height: 500px;
}
.contentmain {
  width: 490px;
  float: left;
}
#content {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.post .title {
  font-weight: normal;
  margin: 0;
}
h1.title {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
h2.title {
  color: #371015;
  font-size: 16px;
}
.desctitle {
  font-size: 10px;
}
.post h1.title {
  font-size: 24px;
  height: auto;
}
.entry ul {
    padding-left: 0;
    list-style: disc;
    list-style-position: inside;
}
.entry a {
  color: #237c91;
  transition: 300ms all ease-in-out;
  word-break: break-word;
}
.entry a:hover {text-decoration: underline;}
.post .meta {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  font-size: 14px;
}
.navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation a {
  font-size: 14px;
  font-weight: bold;
}
.post .meta a {
  color: #333333;
}
.post .links {
  margin: 0;
}
.post .tags {
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.post .links a,
.post .tags a {
  border: none;
}
.leftsidebar {
  width: 245px;
  float: left;
}
.rightsidebar {
  width: 245px;
  float: right;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  background-color: #c6c6c6;
  padding: 5px;
}
#sidebar li li {
  margin: 0;
}
#sidebar li h2 {
  margin: 0;
}
#sidebar li h2 {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  background-color: #333333;
  text-align: center;
}
#sidebar li ul {
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
}
#sidebar li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#sidebar li li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
}
#calendar {
  margin: 0 auto;
}
#calendar caption {
  font-weight: bold;
}
#calendar table {
  border-collapse: collapse;
  text-align: center;
  width: 220px;
}
#calendar thead th {
  background: #cccccc;
  color: #ffffff;
}
#calendar tbody td {
  background: #eeeeee;
}
#calendar #today {
  background: #b8d03b;
  color: #ffffff;
  font-weight: bold;
}
#calendar a {
  font-weight: bold;
}
#calendar #prev {
  text-align: left;
}
#calendar #next {
  text-align: right;
}
.comlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.comtext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.postlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.posttext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.commentlist {
  list-style: none;
}
.authorcomment {
  background-color: #efefef;
  margin: 10px 0px 0px 0px;
  padding: 3px;
}
.odd {
  color: #333333;
  background-color: #eaeaea;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}
.odd a:link {
  color: #000000;
}
.commenttext {
  color: #000000;
  color: #000000;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  background-color: #eaeaea;
}
#author,
#email,
#url {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  padding: 3px;
  width: 40%;
  margin-bottom: 5px;
}
#comment {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  margin-bottom: 0.6em;
  padding: 3px;
  width: 95%;
}
#submit {
  background-color: #efefef;
  border-bottom: 2px solid #cccccc;
  border-left: 1px solid #e4e4e4;
  border-right: 2px solid #cccccc;
  border-top: 1px solid #e4e4e4;
  padding: 3px;
}
blockquote {
  padding-left: 52px;
  background-image: url(images/qt.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 5px;
}
blockquote cite {
  display: block;
  margin: 5px 0 0;
}
.center {text-align: center;}
.center img { display:inline-block; vertical-align:top; }
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img {
  border: none;
}
pre {
  background: #f3f2ed;
  border: solid 1px #9a9a9a;
  color: blue;
  margin: 10px;
  padding: 10px;
}
code {
  color: #000;
  font-size: 1em;
}
p img {
  padding: 0;
  max-width: 100%;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.post-password-form input[type="password"] {
  border: 1px solid #f90;
  height: 30px;
  padding: 0 5px;
}
.post-password-form input[type="submit"] {
  background: #f90;
  border: none;
  height: 30px;
  cursor: pointer;
  color: #fff;
  transition: all 250ms ease-in-out;
}
.post-password-form input[type="submit"]:hover {
  background: #e1921b;
  transition: all 250ms ease-in-out;
}
.post-comment-block .comments-area {
  float: left;
  width: 100%;
}
.post-comment-block .comments-area ul {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li.media {
  padding-bottom: 30px;
}
.post-comment-block .comments-area ul li .media-left-avatar {
  float: left;
  width: auto;
  border-radius: 50%;
}
.post-comment-block .comments-area ul li .media-left-avatar img {
  float: left;
  width: 50px;
  border-radius: 50%;
  height: 50px;
}
.post-comment-block .comments-area ul li .media-body {
  float: left;
  width: auto;
  padding-left: 30px;
}
.post-comment-block .comments-area ul li.media .children {
  padding-top: 30px;
}

.home-page-section-one-half img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.home-page-section-one-half img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-page-section-two-each-service {
  width: 20%;
  background: #014f60;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  box-sizing: border-box;
  padding: 24px 24px 41px 24px;
  max-width: 260px;
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.entry p {
  padding-bottom: 20px;
  color: #3A3D4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
input::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#page { padding-top: 120px; }
.header-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 12px 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-logo {
    flex-shrink: 0;
    margin-right: 30px;
}
.site-logo img {
    height: auto;
    width: auto;
    display: block;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.main-navigation {
    display: flex;
    align-items: center;
}
.main-navigation ul {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.main-navigation a {
    text-decoration: none;
    color: #1f2937;
    font-size: 19px;
    font-weight: 500;
    transition: color 0.3s ease;
}
.current_page_item a {
    color: #9e9a97;
}
.main-navigation a:hover {
    color: #9e9a97;
}
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 5px 5px 13px;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    color: #000;
    font-size: 19.032px;
    line-height: 146%;
    font-weight: 500;
    letter-spacing: -0.571px;
}
.cta-button:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000000;
}
.cta-button .svgOuter {
    display: inline-flex;
    background: #000;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    justify-content: center;
    align-items: center;
}
.cta-button svg {
    width: 23px;
    flex-shrink: 0;
}
.cta-button svg path {
    fill: #fff;
}
.cta-button:hover .svgOuter {
  background: #fff;
}
.cta-button:hover svg path {
    fill: #000;
}
#mobileMenu {
  display: none;
}
/*Footer*/
.site-footer {
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 47px 0;
    display: flex;
}
.footer-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-logo img {
    width: auto;
    display: block;
}
.footer-email {
    text-decoration: none;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-in-out;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 84%;
}
.footer-email:hover {
    opacity: 0.8;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-links a:hover {
    background-color: #ffffff;
    color: #000000;
}
.social-links svg {
    width: 18px;
    height: 18px;
}
.footer-cta-button {
    background-color: #ffffff;
    gap: 21px;
}
.footer-cta-button:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #fff;
}
.footer-address {
    padding-top: 15px;
}
.footer-address p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 108%;
    opacity: 0.9;
}
.footer-copyright {
    text-align: center;
    padding-top: 40px;
    width: 100%;
}
.footer-copyright p, .footer-copyright a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.footer-copyright p {
    opacity: 0.5;
}
.footer-copyright a:hover {
    text-decoration: underline;
}
/*Home*/
.hero-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-video-background video, .hero-video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
    aspect-ratio: 2.31 / 1;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -6.56%, rgba(0, 0, 0, 0.60) 90.05%);
    z-index: 2;
}
.hero-container {
    position: relative;
    z-index: 3;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 57px 0 127px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-227px);
}
.hero-title {
    color: #FFF;
    font-size: 88px;
    font-weight: 600;
    line-height: 101%;
    letter-spacing: -2.64px;
    text-transform: uppercase;
}
.hero-description {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.9;
    max-width: 769px;
}
/*second section*/
.full-width {
    display: flex;
    padding: 40px 0;
}
.full-width.page_title { padding-bottom: 0;}
.dynamic_content > * { width: 100%; }
.dynamic_content * {
    color: #626D84;
}
.page_title h1 {
    width: 100%;
    color: #242E42;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 131.111%;
    letter-spacing: -0.9px;
}
.section-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.error404 .full-width .section-container {
    justify-content: center;
}
.two-column-section {
    width: 100%;
    background-color: #f9f9f9;
    padding: 100px 0;
}
.two-column-section .section-container {
    padding: 0 57px;
    align-items: center;
    gap: 58px;
}
.content-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding: 0 70px;
}
.section-title {
    color: #000;
    font-size: 60px;
    font-weight: 600;
    line-height: 116.668%;
}
.section-description p {
    padding-bottom: 17px;
    color: #000;
    font-size: 21px;
    line-height: 146%;
    opacity: 0.9;
}
.section-description p:last-child {padding-bottom: 0;}

.section-description + .section-description {
    margin-top: 20px;
}
.image-column {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.image-column video {
    width: 905px;
    max-width: 100%;
    height: 562px;
    object-fit: cover;
    object-position: -71px 0;
}
.image-column img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* Mobile Image - Hidden on Desktop */
.image-mobile {
    display: none;
}
/*Welcome section*/
.pathways-section {
    width: 100%;
    background-color: #f5f5f5;
    padding: 121px 0 133px;
}
.pathways-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px;
}
.section-header {
    text-align: center;
    margin-bottom: 68px;
}
.section-header h2.section-title {
    margin: 0 0 16px 0;
}
.cards-container {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.pathway-card {
    position: relative;
    width: 601px;
    height: 632px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 70px;
}
.pathway-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%); */
    z-index: 1;
    background: #00000040;
    background-blend-mode: luminosity;
}
.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.pathway-card:hover .card-background {
    filter: grayscale(0%);
    /* scale: 1.051; */
}
.card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.card-logo-outer {
    display: block;
    width: 100%;
    min-height: 131px;
    margin-bottom: 10px;
    text-align: center;
}
/* #card-content-2, #card-content-3 {
    transform: translateY(-17px);
} */
.card-logo {
    width: auto;
    height: 131px;
    display: inline-block;
    vertical-align: top;
    object-fit: contain;
}
.card-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.card-title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 116.668%;
    text-transform: capitalize;
    margin: 0 0 16px 0;
}
.card-description {
    margin: 0 0 24px 0;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 146%;
}
.card-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 376px;
}
.card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 14px 28px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.card-button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}
.card-button svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.card-button:hover svg path {
    fill: #000;
}
/*Gallery*/
.full-width.gallery {
    padding: 98px 38px;
}
.pgcsimplygalleryblock-masonry-item-wrap > img {
    filter: grayscale(100%);
    transition: filter 0.15s ease-in-out;
    -webkit-filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.15s ease-in-out;
}
.pgcsimplygalleryblock-masonry-item-wrap:hover > img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
button#muteToggle {
    position: absolute;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
}





/*responsive menu*/
#rmp_menu_trigger-52 {
  padding: 0 0 2px;
  cursor: pointer;
  transition: 250ms all ease-in-out;
}
.shrink-header-style #rmp_menu_trigger-52 {
  top: 12px;
}
#rmp-menu-title-52 .rmp-menu-title-image {
  width: 100%;
  height: auto;
  max-width: 120px;
}
#rmp-menu-wrap-52 .rmp-menu-item, #rmp-menu-wrap-52 .rmp-menu-item-link {
	padding-left: 0;
}
#rmp-menu-title-52, #rmp-menu-title-52:hover {
	background-color: transparent;
}
/*Gallery plugin*/
.pgc-sgb-cb {width: 100%;}
/*popup*/
.conversation-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.conversation-modal-content {
  background: #fff;
  max-width: 520px;
  width: 90%;
  margin: 8% auto;
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
#conversationModal-registeryourinterest .conversation-modal-content {
    margin-top: 5%;
}
.conversation-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.conversation-modal-content h3 span {
  color: #E8A530;
}

#defaultpage {
    padding-left: 60px;
    padding-right: 60px;
}
#defaultpage .page_title {
  padding-bottom: 40px;
}
#formLogo {
    margin: 0 auto 40px;
}
.grayscale-video {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); 
}










/*Responsive styles*/
@media only screen and (max-width: 1900px) {
  .swcontainer, .header-wrapper { max-width: 87%; }
  .pathway-card { width: calc((100% - 12px) / 3); }
}
@media only screen and (max-width: 1799px) {
    #access { margin: 0 0 0 60px; }
}
@media only screen and (max-width: 1680px) {
    
}
@media only screen and (max-width: 1600px) {
    .hero-title {
        font-size: 77px;
        letter-spacing: -2.35px;
    }
    .hero-description {font-size: 26px;}
    .section-title { font-size: 55px; }
    .section-description p { font-size: 18px; }
    .two-column-section .section-container {gap: 25px;}
    .main-navigation a { font-size: 18px;}
}
@media only screen and (max-width: 1440px) {
    .site-logo img {max-width: 120px;}
    .cta-button {font-size: 18px;}
    .footer-email {font-size: 18px;}
    .footer-copyright p, .footer-copyright a {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-logo img { max-width: 158px;}
    .footer-container {gap: 35px;}
    .hero-container { padding: 0 57px 0 107px; }
    .section-container, .two-column-section .section-container {
        gap: 48px;
        padding: 0 40px;
    }
    #defaultpage .section-container { padding: 0; }
    .content-column { padding: 0 50px; }
    .two-column-section { padding: 80px 0; }
    .section-title { font-size: 50px; }
    .section-description p { font-size: 16px; }
    .pathways-container {padding: 0 40px;}
    .section-header h2 {font-size: 42px;}
    .card-title {font-size: 42px;}
    .full-width.gallery { padding: 78px 38px; }
    .gallery .section-container { padding: 0; }
    .pgcsimplygalleryblock-masonry-main-wrap { padding: 10px!important; }
    .card-description {font-size: 17px;}
    .card-button {font-size: 14px;}
    .card-content {gap: 10px;}
}

@media only screen and (max-width: 1366px) {
    .hero-title {
        font-size: 66px;
        letter-spacing: -1.85px;
    }
    .hero-description {font-size: 24px;}
    .section-title { font-size: 48px; }
    .main-navigation a { font-size: 17px;}
}

@media only screen and (max-width: 1280px) {
    .hero-container {
        padding: 0 40px;
        transform: translateY(-140px);
    }
    .content-column { padding: 0; }
    .section-title { font-size: 45px; }
    .section-description p { font-size: 16px; }
    .two-column-section { padding: 60px 0; }
    .cards-container {flex-wrap: wrap;}
    .pathway-card {
        width: calc((100% - 6px) / 2);
        height: 550px;
    }
    .card-title {font-size: 36px;}
    .main-navigation a { font-size: 16px;}
}
@media only screen and (max-width: 1152px) {
    #rmp-menu-wrap-52 .rmp-menu-item-link {font-size: 17px;}
}

@media only screen and (max-width: 1080px) {
    .footer-logo img { max-width: 180px;}
    .site-logo img { max-width: 120px; }
    .hero-title { font-size: 60px; }
    .hero-description { font-size: 19px; }
    .full-width.gallery { padding: 50px 38px; }
}

@media only screen and (max-width: 1024px) {
    .footer-container {gap: 32px;}
    .footer-email, .footer-address p {font-size: 16px;}
    .footer-copyright p, .footer-copyright a {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-copyright {padding-top: 28px;}
    .social-links a {
        width: 38px;
        height: 38px;
    }
    .social-links svg {
        width: 16px;
        height: 16px;
    }
    .section-title { font-size: 40px; }
    .section-description p { font-size: 14px; }
    .main-navigation a { font-size: 15px;}
    .content-column {gap: 25px;}
}
@media only screen and (max-width: 880px) {
    .cta-button {font-size: 15px;}
    .cta-button .svgOuter {
        width: 35px;
        height: 34px;
    }
    .cta-button svg {width: 20px;}
    .footer-cta-button {gap: 12px;}
    .footer-logo img { max-width: 160px;}
    .hero-container {transform: translateY(-100px);}
    /* .image-column { display: none; }
    .image-mobile {
        display: block;
        width: 100%;
        margin: 40px 0;
    } */
    .content-column {gap: 20px;}
    .forminator-ui.forminator-custom-form[data-design=default] .forminator-g-recaptcha:not(.recaptcha-invisible)>div {
        width: auto!important;
    }
}
@media only screen and (max-width: 880px) {
    .section-title { font-size: 35px; }
    #defaultpage { padding: 0 20px; }
    .image-column {width: 100%;}
    .image-column video {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: unset;
    }
}
@media only screen and (max-width: 768px) {
    .full-width.gallery { padding: 15px 5px; }
    .pgcsimplygalleryblock-masonry-main-wrap { padding: 5px!important; }
    .conversation-modal-content {
        max-height: 95vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #000;
    }
    .main-navigation, header .cta-button { display: none; }
    #mobileMenu { display: block; }
    .main-navigation ul { gap: 10px; }
    .footer-container {
        gap: 32px;
        padding: 0 15px;
        width: 100%;
    }
    .header-right { gap: 20px; }
    .header-container { padding: 13px 15px; }
    .hero-container {
        padding: 0 15px;
        transform: translateY(0);
    }
    .hero-section {
        align-items: center;
        min-height: 300px;
        height: 400px;
    }
    .hero-title {
        font-size: 55px;
        letter-spacing: -1.65px;
    }
    .hero-description {font-size: 19px;}
    .image-mobile {
        margin: 30px 0;
    }
    .pathways-section {
        padding: 60px 0;
    }
    .section-container, .two-column-section .section-container {
        gap: 40px;
        padding: 0 20px;
    }
    .pathways-container {
        padding: 0 20px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .section-header p {
        font-size: 16px;
    }
    .pathways-section .section-description p {
        max-width: 80%;
        margin: 0 auto;
    }
    .cards-container {
        flex-direction: column;
        gap: 20px;
    }
    .pathway-card {
        width: 100%;
        height: 500px;
        padding: 30px;
    }
    .card-title {
        font-size: 32px;
    }
    .card-description {
        font-size: 14px;
    }
    .card-button {
        font-size: 13px;
        padding: 12px 24px;
    }
}
@media only screen and (max-width: 600px) {
    .section-title { font-size: 32px; }
    .page-gallery .hero-section {
        min-height: 200px;
        height: 260px;
    }
}
@media only screen and (max-width: 530px) {
    .image-mobile {margin: 25px 0;}
    .two-column-section { padding: 50px 0; }
    .pathway-card {
        height: 450px;
        padding: 25px;
    }
    .card-logo-outer {min-height: 115px;}
    .card-logo {max-height: 100px;}
    .card-title {font-size: 28px;}
}
@media only screen and (max-width: 428px) {
    #rmp-container-52 {width: 78%;}
}
@media only screen and (max-width: 355px) {
.pathways-section .section-description p {
      max-width: 100%;
      margin: 0 auto;
  }
}