/*
Theme Name: TAG
Text Domain: TAG
Version: 1.87
*/
:root {
  --primary: #012833;
  --secondary: #013442;
  --gold: #f4b71b;
  --alt: #03708f;
  --alt1: #dae1e6;
}

html {
  scroll-behavior: smooth;
}
.block-editor-iframe__body{
  padding:0;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--primary);
}
a:hover {
  color: var(--secondary);
}
section p:last-child {
  margin-bottom: 0;
}

h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 20px;
}

.futura,
h1,
h3 {
  font-family: "futura-pt", sans-serif;
}

h1,
h3 {
  margin-bottom: 20px;
}

.navigo,
h2 {
  font-family: "navigo", sans-serif;
}

h1 {
  font-weight: 200;
  font-size: 35px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-family: "navigo", sans-serif;
}
h3{
  font-family: "navigo", sans-serif;
}
h2.title {
  font-size: 35px;
}
.contentblock h2,
#tinymce h2 {
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  font-family: "navigo", sans-serif;
  letter-spacing: 0;
}

#tinymce h2 {
}

.mobile-menu {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Thin {
  font-weight: 100;
}

.elight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.book {
  font-weight: 350;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.demi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ebold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.up {
  text-transform: uppercase;
}
.spacing{
  letter-spacing:0.2em;
}

.white {
  color: #c0c7cb;
}

.trans {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hero .trans {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.delay1 {
  transition-delay: 0.2s;
}

.delay2 {
  transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 0.4s;
}

.delay4 {
  transition-delay: 0.5s;
}

.hero .delay1 {
  transition-delay: 0.2s;
}

.hero .delay2 {
  transition-delay: 0.5s;
}

.hero .delay3 {
  transition-delay: 0.4s;
}

.hero .delay4 {
  transition-delay: 0.5s;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}

body {
  font-family: "navigo", sans-serif;
  font-weight: 300;
  color: var(--secondary);
  font-size: 16px;
}

section {
  max-width: 100%;
  overflow: hidden;
  padding: 50px 0 60px;
  position: relative;
}

.center {
  text-align: center;
}

.topbar {
  background: var(--primary);
  margin-bottom: 0;
}
.topbar .inner{
  max-width:1400px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 30px;
}

.topbar .menu,
.footer2 .menu{
  display:flex;
  margin-left:auto;
  color:#fff;
  gap: 20px;
}
.topbar li,
.footer2 li{
  display:block;
}
.topbar .menu a,
.footer2 .menu a{
  color:#fff;
  font-size:13px;
  font-weight:300;
  font-family:"Navigo", sans-serif;
}
.topbar .menu a:hover,
.footer2 .menu a:hover{
  opacity:0.8;
}
.topbar li:last-child>a,
.footer2 li:last-child>a,
.mobile-menu-info li:last-child>a{
  font-weight:500;
  color:var(--gold);
}
.toptitle {
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.39em;
  font-size: 11px;
  display: flex;
  color:#ffffff4a;
  align-items: center;
}
.toptitle a{
  color:#ffffff4a;
}
.toptitle a:hover{
  color:#fff;
}
.toptitle .separator{
  width:1px;
  height: 10px;
  background-color:#ffffff4a;
  margin:0 20px;
}

.toptitle .site-1 a{
  color:#fff;
  display:flex;
  align-items: center;
}
.toptitle .site-1 a:hover,
.dark .toptitle .site-1 a:hover{
  color:#fff;
}

.toptitle .site-1 span{
  background-color: #fff;
  display:block;
  width:2px;
  height:2px;
  border-radius:3px;
  margin: 0 8px;
}
.dark .toptitle .site-1,
.dark .toptitle .site-1 a{
  color:#ffffff4a;
}
.toptitle .site-1 span{
  background-color: #ffffff4a;
}
.dark .toptitle .site-2,
.dark .toptitle .site-2 a{
  color:#fff;
}

.toptitle a.link {
  margin-left: auto;
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0.2em;
}

.topbar a.link:before {
  content: "\e803";
  font-family: "fontello";
  font-weight: normal;
  font-size: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 0px;
}

.inner {
  max-width: 1180px;
  margin: auto;
  position: relative;
}
#header{
  position:relative;
}

.header {
  background: #fff;
  z-index: 99;
  position: relative;
}
.dark .header{
  background: rgb(0,53,67);
  background: linear-gradient(90deg, rgba(0,53,67,1) 0%, rgba(0,81,103,1) 100%);
}
.mm-open .dark .headerx{
  background:transparent;
}

.header .inner {
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  max-width: 1400px;
  margin: auto;
}

.header .custom-logo {
  height: 40px;
  width: auto;
  display: block;
}

.header .navigation {
  margin-left: auto;
  font-family: "navigo", sans-serif;
  font-weight: 400;
  height: 100%;
}

.header .menu .sub-menu {
  margin: 0;
  padding: 0;
}
.buttons a {
  border: 2px solid var(--primary);
  padding: 8px 10px;
  min-width: 150px;
  border-radius: 5px;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: 600;
  margin-left: 10px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}
.buttons a:first-child{
  margin-left:0;
}
.buttons a:hover{
  background-color:var(--gold);
}
.dark .header .buttons a{
  color:var(--primary);
  background-color:var(--gold);
  border-color:var(--gold);
  
}
.dark .header .buttons a:hover{
  background-color:#fff;
}

.buttons a.alt {
  color: var(--secondary);
  background: transparent;
}
.dark .header .buttons a.alt {
  color:#fff;
  border-color:#fff;
  background: transparent;
}

.buttons a.alt:hover {
  background: var(--primary);
  color: #fff;
}
.dark .header .buttons a.alt:hover{
  background-color:var(--gold);
  border-color:var(--gold);
  color:vara(--primary);
}


.header ul.menu {
  padding: 0;
  margin: 0;
  height: 100%;
}

.header .menu > li,
.header .menu a {
  display: inline-block;
}

.header ul.menu > li {
  height: 100%;
}
.header ul.menu > li.menu-item-simple{
  position:relative;
}
.header ul.menu > li.menu-item-simple>ul.sub-menu{
  background:#dbe1e6;
  padding: 0 20px;
  width: auto;
  right: auto;
}
.header ul.menu > li.menu-item-simple>ul.sub-menu>li{
    display:block;
}
.header ul.menu > li.menu-item-simple>ul.sub-menu a{
  display: block;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  color:var(--secondary);
  }
.header ul.menu > li.menu-item-simple>ul.sub-menu a:hover{
  border-color:var(--primary)
}
.header ul.menu > li.menu-item-simple>ul.sub-menu li:last-child>a{
  border-bottom:none;
}
.header ul.menu > li.menu-item-simple>ul.sub-menu>li:hover>a{
  color: var(--primary);
}
.header .menu > li > a {
  font-size: 13px;
  font-weight: 400;
  color: var(--secondary);
  padding: 25px 20px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 11;
}
.header .menu > li > a:hover{
  color:var(--secondary);
}
.dark .header .menu > li > a{
  color:#fff;
}
.dark .header .menu > li > a:hover{
  opacity:0.8;
}

.header .menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent var(--alt1) transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  margin-top: -10px;
  display: none;
}

.header .menu > li.menu-item-has-children:hover > a:after {
  display: block;
}

/*submenu*/
.header ul.menu > li > .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  opacity: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  visibility: hidden;
  padding-bottom: 10px;
  pointer-events: none;
}

.header ul.menu > li:hover > .sub-menu {
  opacity: 1;
  display: block;
  visibility: visible;
}

.header ul.menu > li > .sub-menu > div {
  transform: translate(0, -50px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  min-height: 20vw;
  background: var(--alt1);
  box-shadow: 0 5px 5px #00000017;
}

.header ul.menu > li:hover > .sub-menu > div {
  transform: translate(0, 0);
}

.header ul.menu > li:hover > .sub-menu {
  display: block;
  pointer-events: all;
}

.sub-menu > div {
  padding-left: 30%;
  position: relative;
}

.sub-menu > div img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  object-fit: cover;
}

.sub-menu .mntitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 30px 0 10px 50px;
  text-transform:uppercase;
}

.sub-menu.style1 .sub-menu {
  column-count: 3;
  column-gap: 25px;
  padding: 0 40px;
  list-style: none;
  letter-spacing: 0.2em;
}

.sub-menu.style1 .sub-menu a {
  display: block;
  border-bottom: 2px solid #fff;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  text-indent: 0;
}

.sub-menu.style1 .sub-menu a:hover {
  text-indent: 10px;
  border-color: var(--primary);
}

/*style2*/
.header .menu .style2 > div > .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 50px;
  max-width: 800px;
}

.header .menu .style2 > div > .sub-menu > li {
}

.header .menu .style2 > div > .sub-menu li {
  display: block;
}

.header .menu .style2 > div > .sub-menu > li > a {
  pointer-events: none;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.header .menu .style2 > div > .sub-menu > li > ul {
  text-transform: none;
  margin-bottom: 20px;
  overflow: hidden;
}

.header .menu .style2 > div > .sub-menu > li a {
  line-height: 25px;
}

.header .menu .style2 > div > .sub-menu ul a {
  border-left: 2px solid #fff;
  padding: 5px 10px;
  line-height: 1;
}

.header .menu .style2 > div > .sub-menu ul a:hover {
  border-color: var(--primary);
}

.header ul.menu > li > .sub-menu.style2 > div {
  display: flex;
  flex-direction: column;
}

.header ul.menu .moreinfo {
  margin-top: 0;
  background: var(--secondary);
  color: #fff;
  font-size: 14px;
  text-transform: none;
  display: flex;
  padding: 15px 50px;
  margin-top:auto;
}

.header ul.menu .moreinfo h4 {
  font-size: 16px;
  color: var(--alt1);
  margin-right: 20px;
}

.header ul.menu .moreinfo p {
  margin-bottom: 0;
}

.header ul.menu .moreinfo div {
  border-left: 2px solid #fff;
  padding-left: 15px;
  font-family: "navigo", sans-serif;
}

.header ul.menu .moreinfo a {
  color: #fff;
}

.header ul.menu .moreinfo a:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 5px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header ul.menu .moreinfo a:hover:after {
  margin-left: 15px;
}

section.hero {
  padding: 0;
}

section.hero img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}

section.hero .cap {
  position: absolute;
  left: 50%;
  margin-left: -525px;
  bottom: 65px;
  color: #fff;
}
section.hero .buttons a.btn {
  /* transition-delay:0s !important; */
}
section.hero .cap h3 {
}

section.hero .cap .text {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}

a.btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
  background: var(--primary);
  padding: 16px 40px;
  border-radius: 6px;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 4px 4px 10px 1px #00000036;
  position: relative;
  white-space: nowrap;
  font-family: "futura-pt", sans-serif;
}
a.btn.outline {
  border: 2px solid #fff;
  padding: 14px 40px;
}

a.btn:hover {
  background: var(--secondary);
  transition-delay: 0s !important;
}

a.btn:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 10px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
}

a.btn.alt {
  background: #fff;
  color: var(--primary);
}

a.btn.alt:hover {
  background: var(--primary);
  background: var(--gold);
  color: #fff;
  transition-delay: 0s !important;
}

section.hero .cap h3 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-shadow: 5px 4px 4px #00000061;
}

section.hero .btn {
  margin-right: 20px;
}

section.hero .btn:after {
  display: none;
}

section.hero .cap h3,
section.hero .cap .text {
  transform: translate(0, 35px);
  opacity: 0;
}

section.hero .cap .buttons .btn {
  transform: translate(15px, 0);
  opacity: 0;
}

section.hero .swiper-slide-active .cap h3,
section.hero .swiper-slide-active .cap .text,
section.hero .swiper-slide-active .cap .buttons .btn {
  transform: translate(0, 0);
  opacity: 1;
}

section.hero .swiper-pagination {
  bottom: 15px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  border-radius: 0;
  width: 88px;
  height: 1px;
  background: #fff;
  opacity: 0.8;
  margin: 0 10px !important;
}

.hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  opacity: 0.8;
}

.footer1 {
  background: #fff;
  color: var(--primary);
  padding: 50px 50px 0px 50px;
  color: #fff;
}
.footer1.dark{
  background-color:var(--primary);
}

.footer1 ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.footer1 .row1 > div {
  padding: 0 20px;
  flex: 1;
}

.footer1 h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--primary);
}
.footer1.dark h3{
  color:#fff;
}

.footer1 a {
  color: var(--primary);
  font-weight: 300;
}
.footer1.dark a{
  color:#fff;
}

.footer1 .row1 {
  display: flex;
  line-height: 1.5;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 40px;
}
.footer1.dark .row1{
  border-color:#fff;
}

.footer1 .social-link h4{
  font-size:11px;
  font-weight:bold;
  color: #a0b9bf;
  margin-bottom: 0;
}
.footer1 .slink {
  display: flex;
  margin-bottom: 5px;
}

.footer1 .slink img {
  margin: 7px;
  height: 30px;
}

.footer1 .row2 {
  display: flex;
  padding: 30px 0;
  align-items: center;
}

.footer1 .ftext {
  margin-left: auto;
  text-align: right;
  font-size: 11px;
  max-width: 400px;
  color: var(--primary);
}
.footer1.dark .ftext {
  color: #fff;
}
.footer1 .ftext p:last-child{
  margin-bottom:0;
}
.footer1 .ftext p{
  margin-bottom:10px;
}

.footer1 .slogo {
  display: flex;
  align-items: center;
}

.footer1 .slogo img {
  margin-right: 50px;
  width: 190px;
}

.footer2 {
  background: var(--secondary);
  display: flex;
  padding: 0 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 11px;
}
.footer2 .toptitle{
  font-size:11px;
}

.footer2 .row2 {
  display: flex;
}

.footer2 a {
  display: block;
}

.footer2 img {
  display: block;
  height: 23px;
  opacity: 0.6;
}

.footer2 a:hover img {
  opacity: 1;
}

section.standard-content {
  padding: 30px 0;
  max-width: 850px;
  margin: auto;
}

blockquote {
  font-weight: 100;
  font-size: 20px;
  position: relative;
  margin: 0;
  padding: 10px 30px;
}

blockquote:before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNi45OSAxMy45MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0YTU5NjQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5xdW90ZTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0wLDEzLjkxQTY2LjA3LDY2LjA3LDAsMCwxLDUuMzYuMzRMOC41NSwwQTc5Ljc2LDc5Ljc2LDAsMCwwLDUuMTksMTMuMzRabTguNDksMEE2Ny40OSw2Ny40OSwwLDAsMSwxMy43OS4zNEwxNywwYTc5Ljc0LDc5Ljc0LDAsMCwwLTMuMzcsMTMuMzRaIi8+PC9nPjwvZz48L3N2Zz4=")
    no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  left: 0;
}

section.page-title {
  position: relative;
  height: 500px;
  padding: 0;
}

section.page-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

section.page-title .inner {
  display: flex;
  height: 100%;
  align-items: center;
}

section.page-title .cap {
  position: relative;
  max-width: 580px;
  padding: 30px 60px;
}

section.page-title .cap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--primary);
  opacity: 0.88;
  mix-blend-mode: multiply;
}

section.page-title .cap h1,
section.page-title .cap div {
  position: relative;
  color: #fff;
  font-weight: 18px;
}

section.page-title .cap h1 {
  font-size: 45px;
  font-weight: 900;
}
section.page-title .cap h1:last-child {
  margin-bottom: 0;
}

.shadow {
  text-shadow: 5px 4px 4px #00000061;
}

section.image-cta,
section.image-block {
  display: flex;
  background: var(--primary);
  padding: 0;
}

section.image-block {
  background: #fff;
  padding: 0;
}

section.image-cta .img,
section.image-block .img {
  width: 50%;
}

section.image-cta .img img,
section.image-block .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.image-cta h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.2em;
}

section.image-cta .content {
  font-size: 20px;
  width: 520px;
  padding: 50px 0 50px 100px;
  align-self: center;
}

section.image-cta.right,
section.image-block.right {
  flex-direction: row-reverse;
}

section.image-cta.right .content {
  padding: 50px 100px 50px 0;
}

section.image-block .content {
  width: 50%;
  padding: 40px 100px;
  align-self: center;
}

.callout-explainer {
  padding: 90px 0;
}

.callout-explainer .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

.callout-explainer .right {
  background: var(--primary);
  color: #c0c7cb;
}

.callout-explainer .right img {
  width: 100%;
}

.callout-explainer .content {
  padding: 25px 40px;
}

.callout-explainer a {
  color: #c0c7cb;
  font-weight: bold;
}

.callout-explainer a:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 10px;
  margin-left: 15px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.callout-explainer a:hover {
  color: #fff;
}

.callout-explainer .right h3 {
  font-size: 20px;
}

section.image-info {
}

section.image-info .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  grid-template-areas: "b1 b2 b3" "b4 b4 b3";
}

section.image-info .block3 {
  grid-area: b3;
}

section.image-info .block4 {
  grid-area: b4;
}

section.image-info .imageblock {
  background: var(--primary);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section.image-info .imageblock:hover {
}

section.image-info .imageblock.block4 img {
  height: 100%;
  min-width: calc(50% + 12px);
}

section.image-info .imageblock a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.image-info .imageblock.block4 a {
  flex-direction: row;
}

section.image-info .content {
  padding: 25px 20px;
  opacity: 0.8;
}

section.image-info .content p:last-child:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 6px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

section.image-info .imageblock:hover .content p:last-child:after {
  margin-left: 15px;
}

section.image-info .block4 .content {
}

section.image-info h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "navigo", sans-serif;
}

section.image-info img {
  width: 100%;
  display: block;
  margin-top: auto;
  flex: 1;
  object-fit: cover;
}

section.text-gallery {
  padding: 50px 0;
}

.text-gallery .inner,
.testimonial .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.text-gallery .gallery,
.text-gallery .content,
.testimonial .gallery,
.testimonial .content {
  width: calc(50% - 20px);
}

.text-gallery .gallery .gslider img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.gallery .thumb img {
  width: 100%;
  height: 80px;
  opacity: 0.8;
  object-fit: cover;
  border: 5px solid #fff;
  cursor: pointer;
}

.gallery .thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.gallery .thumb .swiper-slide {
  width: 80px;
}

.gallery .thumb .swiper-wrapper {
  justify-content: left;
}

.text-gallery .attrs,
.testimonial .attrs {
  margin: 0;
  padding: 0;
}

.text-gallery .attrs li,
.testimonial .attrs li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  padding: 0 20px;
}

.text-gallery .attrs li:first-child,
.testimonial .attrs li:first-child {
  margin-left: -20px;
}

.text-gallery .attrs li:before,
.testimonial .attrs li:before {
  content: "\e801";
  font-family: "fontello";
  font-weight: normal;
  font-size: 40px;
  display: inline-block;
  position: relative;
  top: -1px;
  color: var(--secondary);
}

.text-gallery h2 {
}

.content_style h3 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.text-gallery h4 {
}

.text-gallery .attrs li h5 {
  font-size: 16px;
  margin: 10px 0 0;
}

.single-cta {
  position: relative;
  min-height: 24vw;
  display: flex;
  color: #fff;
  font-size: 19px;
}

.single-cta img,
.single-cta .overlay,
.upcoming-dates img,
.upcoming-dates .overlay{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.single-cta .overlay ,
.upcoming-dates .overlay{
  background: var(--primary);
  mix-blend-mode: multiply;
  opacity: 0;
}

.single-cta .inner {
  width: 100%;
  margin-top: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.single-cta h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 10px;
}

.single-cta a.btn:after {
  display: none;
}

.single-cta a.btn {
  border: 3px solid #fff;
  background: transparent;
  padding-left: 60px;
  padding-right: 60px;
}
.single-cta a.btn:hover {
  background: var(--secondary);
  color: #fff;
}

.single-cta.right .inner {
  text-align: right;
  align-items: flex-end;
}

section.contact-block {
}

section.contact-block .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

section.contact-block .map iframe {
  width: 100%;
}

section.contact-block .map,
section.contact-block .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.resource-table .downloadrow {
  display: flex;
  background: var(--alt1);
  padding: 15px 25px;
  border-radius: 5px;
  margin-bottom: 15px;
  align-items: center;
}

.resource-table .downloadrow .link {
  margin-left: auto;
  min-width: 250px;
  text-align: right;
}

.resource-table .downloadrow .link a.btn {
  box-shadow: none;
  padding: 10px 20px;
  font-size: 13px;
}

.resource-table .downloadrow h3 {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 5px;
}

.eform .fluentform {
}

.eform .fluentform input.ff-el-form-control {
  background: var(--alt1);
  border-radius: 0;
  border: none;
  height: 60px;
}

.fluentform textarea.ff-el-form-control,
.fluentform textarea.ff-el-form-control:focus {
  background: var(--alt1);
  border-radius: 0;
  border: none;
  height: 200px;
}

.fluentform .ff-btn {
  background: var(--primary) !important;
  letter-spacing: 0.2em;
  width: 260px;
  padding: 10px 0 8px !important;
}

.fluentform .ff-btn:hover {
}

.ff-message-success {
  text-align: center;
  height: 200px;
  background: var(--alt1);
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
}
/*fluentform update*/


.coursebn {
  width: 100%;
}

.coursebn img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.filterblock{
  position:relative;
  opacity:1;
  transition:all 0.3s ease;
}
.filter-loading .filterblock{
  opacity: 0;
  transition:all 0s ease;
}
.courseinfo {
  position: relative;
  z-index: 1;
  margin-top: -110px;
}

.nocourse {
  text-align: center;
  font-size: 20px;
  padding: 50px;
  display: none;
}

.courseinfo {
  max-width: 1290px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 10px 3px #00000021;
  align-items: flex-start;
  --course-color-1:#003544;
  --course-color-2:#fff;
  margin-bottom: 30px;
  color: #465a65;
}
.single .courseinfo{
  margin-top:-120px;
}
.courseinfo.style2{
  --course-color-1:#37424a;
}
.courseinfo.style3{
  --course-color-1:#1e1e1e;
}
.courseinfo.style4{
  --course-color-1:#0184a9;
}

.courseinfo .school-info{
  background-color:var(--course-color-1);
  color: #fff;
  padding: 20px 50px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
}

.courseinfo .school-name{
  font-size: 18px;
  font-weight: 500;
}
.courseinfo .school-number{
  font-size:11px;
  color:#99b9bf;
  font-weight: 600;
}
.courseinfo .school-icon{
  position:absolute;
  right:20px;
  top:20px;
}
.courseinfo .school-icon img{
  height:30px;
}

.courseinfo .row{
  padding:30px 50px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
}
.courseinfo.style3 .row{
  background-color:#000;
}
.courseinfo .row .right{
  display:flex;
  flex-direction:column;
}
.courseinfo .row .right .course-image{
  margin-right:-50px;
  padding-bottom:20px;
}
.courseinfo .row .right .course-image img{
  aspect-ratio:5/2;
  object-fit:cover;
}
.courseinfo h1{
  font-weight:300;
  color:var(--primary);
}
.courseinfo.style3,
.courseinfo.style3 h1,
.courseinfo.style3 .international{
  color:#fff;
}

.courseinfo .international{
  font-weight: 600;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0086ac;
}
.courseinfo .international svg{
  width: 19px;
}

.courseinfo .course-bars{
  margin-bottom:20px;
}
.courseinfo .course-bar{
  background-color: var(--bgcolor, #003544);
  border: 1px solid transparent;
  border-color: var(--bdcolor);
  color: #fff;
  position: relative;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  padding: 5px 60px 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 8px;
  gap: 4px;
}
.courseinfo.style3 .course-bar{
  background-color:#000;
  border:1px solid #fff;
}
.courseinfo .course-bars h3{font-size: 14px;font-weight: 600;color: #a0b9bf;letter-spacing: 0.2em;margin-bottom: 10px;padding-top: 10px;}

.course-bar .course-name{
  letter-spacing: 0.2em;
}
.course-bar .course-code{
  color:#00a6c7;
  font-size:8px;
  letter-spacing:0.2em;
}
.course-bar .course-icon{
  position:absolute;
  right:0;
  height:24px;
  top:6px;
  right:10px;
}
.courseinfo .short-description{
  font-size:19px;
  font-weight:300;
}
.suitable-for{
  font-size: 13px;
  font-weight: 500;
  font-family: "navigo", sans-serif;
}
.suitable-for h3{
  font-size: 13px;
  margin-bottom: 10px;
}
.courseinfo .moreinfo{
  border: 2px solid #d5dce0;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 300;
}
.courseinfo .moreinfo h3{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.courseinfo .moreinfo>div{
  border-left:2px solid var(--primary);
  padding-left:10px;
}
.courseinfo .moreinfo p{
  margin-bottom:15px;
}
.courseinfo .moreinfo p:last-child{
  margin-bottom:0;
}

.course-mode{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.course-mode .study-mode,
.course-mode .locations{
  grid-column: 1/3;
}
.course-mode>div{
  padding-left:40px;
  position:relative;
  font-size: 14px;
  font-weight: 300;
  color: #465a65;
}
.style3 .course-mode>div{
  color:#fff;
}
.course-mode svg{
  position:absolute;
  display:block;
  top:0;
  left:0;
}
.style3 .course-mode svg path{
  fill:#fff !important;
}
.course-mode h3{
  font-size:14px;
  letter-spacing:0.2em;
  font-family: "futura-pt", sans-serif;
  text-transform:uppercase;
  margin-bottom: 0;
}

.courseinfo .tab-content{
  color:#fff;
  margin-top: -5px;
  z-index: 11;
  position: relative;
}
.courseinfo .tab-title{
  display:grid;
  grid-template-columns: 45% 1fr;
  padding: 5px 0 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.courseinfo .tab-title li{
  display:block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  background-color: var(--course-color-1);
  position: relative;
  border-radius: 5px 5px 0 0;
  padding: 10px 0 15px 0;
  cursor: pointer;
}
.courseinfo.style3 .tab-title li{
  background-color:#000;
}
.courseinfo .tab-title li:first-child{
  margin-right:-5px;
}
.courseinfo .tab-title li.active{
  color:var(--gold);
  box-shadow: 3px 0px 4px #00000052;
  z-index: 1;
}
.courseinfo.style3 .tab-title li.active{
  background-color:#1e1e1e !important;
}
.courseinfo .tab-title li#tab-2{
  background-color:#02546B;
}
.courseinfo.style3 .tab-title li#tab-2{
  background-color:#000;
}
.courseinfo .both .tab-title li#tab-2{
  box-shadow: -3px 0px 4px #00000052;
}

.courseinfo .tab-content .tab{
  background-color:var(--course-color-1);
  font-size: 11px;
  font-weight: 300;
  padding: 15px;
  border-radius: 0 5px 5px 5px;
  display: none;
  box-shadow: 0px 4px 4px #00000040;
}
.courseinfo .tab-content .tab.tab-2{
  background-color: #02546B;
}
.courseinfo.style3 .tab-content .tab.tab-2{
  background-color: var(--course-color-1)
}
.courseinfo .tab-content .tab.active{
  display:block;
}
.courseinfo .tab-content .title{
  font-size: 14px;
  font-weight: bold;
  color: #d9e0e4;
}
.courseinfo .tab-content .text{
  font-size: 16px;
  font-weight: 300;
}
.courseinfo .tab-content .fee-box{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom: 20px;
}
.courseinfo .tab-content .fee-box:last-child{
  margin-bottom:0;
}
.courseinfo .tab-content .stext-1{
  font-weight: 300;
  font-size: 12px;
  color: #007291;
}
.courseinfo.style4 .tab-content .stext-1{
  color:#d2d2d2;
}
.courseinfo .tab-content .stext-2{
  
}
.courseinfo .tab-content .tab-1{
  background-color:var(--course-color-1);
}




.courseinfo .buttons{
  margin-top:auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
}
.courseinfo .buttons a{
  width:100%;
  background-color:var(--course-color-1);
  margin:0;
  box-shadow: none;
}
.courseinfo.style3 .buttons a{
  background-color:var(--gold);
}
.courseinfo .buttons a.alt{
  background-color:#fff;
}
.courseinfo.style3 .buttons a.alt{
  background-color:transparent;
  color:#fff;
  border-color:#fff;
}
.courseinfo .buttons a.alt:hover{
  background-color:var(--gold);
}
.courseinfo .buttons a:after{
  display:none;
}
.courseinfo .details-button{
  background-color:var(--course-color-1);
  display:flex;
  color:#fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.courseinfo .details-button:hover{
  color:var(--gold);
}



.delivery-options{
}
.delivery-options>div{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 40px;}

.date-list li{
  display:flex;
  margin-bottom: 7px;
  align-items: center;
  width: 240px;
}
.date-list li span.date{
  width:100px;
  display:block;
}
.date-list li span.places{
  display:block;
  border-radius: 20px;
  color:#fff;
  background:#0982aa;
  margin-left: 5px;
  font-size:13px;
  line-height:20px;
  padding: 3px 10px 0;
  font-style: italic;
}
.date-list li span.places_low{
  background:var(--gold);
}
.date-list li span.places_full{
  background:#aed6e9;
}

.course-overview .moreinfo > div h5,
.course-overview .moreinfo > div h4,
.course-overview .moreinfo > div h3 {
  margin-bottom: 5px;
}

.course-overview .moreinfo > div {
  border-left: 2px solid var(--primary);
  padding-left: 15px;
  font-size: 12px;
}


.course-overview .moreinfo p {
  margin-bottom: 0;
}


.course-overview a.btn.alt {
  border: 2px solid var(--primary);
  padding: 15px 20px 14px;
}

.course-overview a.btn:after {
  display: none;
}

.course-overview {
  padding: 50px 0 0 0;
}

.course-overview .inner {
}

.course-overview .content {
  display: flex;
  margin: 0 -20px;
}

.course-overview .content > div {
  flex: 1;
  padding: 0 20px;
}

.content li {
  margin-bottom: 10px;
}

.course-overview .moreinfo {
  background: var(--alt1);
  padding: 20px 30px;
  margin-bottom: 20px;
}

.course-overview .moreinfo h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.course-overview .buttons {
  text-align: center;
  padding: 30px 0;
}

.course-overview a.btn {
  box-shadow: none;
  width: 310px;
  text-align: center;
  margin: 10px;
}

.course-overview .video {
  max-width: 900px;
  margin: auto;
}
.course-video {
  background: var(--secondary);
  padding: 50px;
  color: #fff;
}
.course-overview .subtitle {
  margin-top: -10px;
  margin-bottom: 30px;
}

.logo-slider .logos {
  max-width: 1120px;
  margin: auto auto 50px;
}

.single-logo img {
  max-height: 60px;
  width: auto;
  display: block;
  margin: auto;
}
.logo-slider .logos h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  max-width: 900px;
  margin: auto auto 30px;
}

.logo-slider .logos h3:after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  background: var(--primary);
  margin-top: 20px;
}

.logo-slider .swiper-slide {
  width: auto;
  padding: 0 25px;
}

.disclaimer{
  font-size:14px;
  font-style:italic;
  text-align:center;
  padding-top:20px;
  color: var(--alt);
}
.logo-slider .swiper-slide img {
  height: 45px;
  width: auto;
  display: block;
}

.logo-slider .swiper-container:before,
.logo-slider .swiper-container:after {
  content: "";
  display: block;
  background: #333;
  width: 60px;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 11;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 0) 100%
  );
}

.swiper-container:after {
  right: 0;
  transform: rotate(180deg);
}

.ctabtn {
  background: var(--primary);
  text-align: center;
  font-size: 21px;
  padding: 50px 0;
}
.ctabtn.course-cta {
  background: var(--gold);
  padding: 30px 0;
  color: var(--primary);
}

.ctabtn .btn {
  border: 2px solid #fff;
  margin-left: 30px;
}

.ctabtn .btn:after {
  display: none;
}

.ctabtn.course-cta a.btn {
  background: #fff;
  color: var(--primary);
  padding: 13px 40px;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}

.instructors {
  padding: 60px 0;
}

.instructors .people {
  display: flex;
  margin-bottom: 30px;
}

.instructors h2 {
  margin-bottom: 40px;
  text-align:center;
}

.instructors .people .img {
  min-width: 250px;
  height: auto;
  margin-right: 60px;
}

.instructors .video {
  max-width: 900px;
  margin: auto;
}

.instructors .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.instructors .info h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.instructors .info h5 {
}

.instructors .info .text {
}

.instructors .info a.linkedin {
  font-weight: bold;
  margin-top: 20px;
}

.instructors .info a.linkedin:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 7px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.course-details {
  background: var(--primary);
  padding: 50px 0 20px;
  font-size: 14px;
}
.course-details h2{
  margin-top:70px;
  font-family: "futura-pt", sans-serif;
}
.course-details h2:first-child{
  margin-top:0;
}
.course-btn {
  background: var(--primary);
  padding: 50px 0;
  text-align: center;
  max-width: 100%;
}
.course-btn a {
  margin: 0 10px;
}
.package.course-btn a.btn.alt {
  background: var(--gold);
}
.course-btn a:after {
  display: none;
}
.whyus {
}
.whyus h2 {
  display: flex;
  justify-content: center;
}
.whyus h2 img {
  height: 30px;
  display: block;
  margin: 0 15px;
}
.whyus .subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
}
.whyus .wrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.whyus .wrow .wbox {
  width: 33.33%;
  padding: 20px;
  margin-bottom: 20px;
}
.whyus .wrow .wbox img {
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}

.tabs h3.title {
  background: var(--alt1);
  padding: 20px 20px 20px 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  position: relative;
  margin: 20px 0 0;
  font-family: "futura-pt", sans-serif;
}

.tabs h3.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent var(--primary);
  right: 30px;
  top: 26px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tabs h3.title.act:after {
  transform: rotate(90deg);
}

.tabs .tabct {
  display: none;
  background: #fff;
  padding: 20px 50px;
}

.course-details .tabct.first {
  display: block;
  padding: 20px;
}
.course-details .table {
  margin-bottom: 40px;
}
.course-details .table h4 {
  padding: 0 20px;
}
.unit-text {
  padding: 0 20px;
  max-width: 800px;
}

table.unit {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

table.unit tr:nth-child(2n) {
  background: #99b9bf;
}

table.unit td {
  padding: 10px 20px;
}

.filter {
  padding: 50px 0 20px;
}

.filter ul {
  margin-top: 0;
  margin-bottom: 20px;
}

.filter h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.filter ul.faculties {
  padding: 0;
  display:flex;
  gap: 0 25px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter ul.faculties li {
  display:flex;
  cursor: pointer;
  font-size: 13px;
  align-items: center;
  gap: 10px;
}
.filter ul.faculties li:before{
  content:'';
  display:block;
  width:18px;
  height:18px;
  border-radius:20px;
  box-shadow: 0 0 0px 1px #fff;
}
.filter ul.faculties li.act:before{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.22 18.22'%3E%3Cpath d='M8.4,0c.46,0,.93,0,1.39,0,.03,.01,.06,.03,.09,.03,.39,.06,.79,.1,1.18,.18,4.03,.85,7.06,4.49,7.16,8.6,.04,1.77-.35,3.43-1.28,4.94-1.76,2.84-4.33,4.35-7.68,4.46-1.89,.06-3.64-.47-5.2-1.53C1.92,15.23,.61,13.22,.14,10.67c-.05-.27-.09-.54-.14-.81,0-.5,0-1,0-1.49,.01-.04,.03-.08,.04-.13,.12-1.19,.44-2.32,1.01-3.36C2.48,2.29,4.64,.69,7.55,.14c.28-.05,.57-.09,.85-.14Zm-.12,10.55c-.09-.11-.13-.16-.18-.2-.58-.58-1.17-1.17-1.75-1.75-.22-.22-.48-.3-.78-.21-.56,.17-.72,.85-.3,1.27,.78,.79,1.58,1.58,2.36,2.37,.42,.42,.83,.42,1.25,0,1.59-1.58,3.17-3.17,4.76-4.76,.06-.06,.13-.13,.18-.2,.31-.46,.06-1.07-.49-1.17-.29-.05-.52,.05-.72,.26-1.39,1.4-2.79,2.79-4.19,4.19-.05,.05-.08,.12-.14,.2Z' style='fill: %23f2a700;'/%3E%3C/svg%3E") no-repeat center;
  border:none;
  box-shadow:none;
}
.archive .filter ul.faculties li:before{
  box-shadow: 0 0 0px 1px #f2a700;
}




.filter ul.faculties li:hover,
.filter .campuses li:hover {
}

.filter ul.faculties li.act {
}
.archive .filter ul.faculties li.act {
}

section.our-courses {
  background: #002934;
  color: var(--alt1);
}
section.faq {
  background: var(--primary);
}

section.our-courses h2 {
  font-weight: 900;
  font-size: 43px;
}

section.our-courses .filter {
  padding-top: 0;
  padding-bottom: 0;
}

section.our-courses .filter .campuses li img {
  filter: contrast(100%);
}

.our-courses .courserow {
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 20px;
  align-items: center;
  height: 80px;
  gap: 20px;
}
.our-courses .courserows{
  border-top:1px solid #fff;
}
.our-courses .courserow img{
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.our-courses .courserow div.ctitle {
  margin-right: auto;
  font-size: 18px;
}
.our-courses .courserow div.ctitle .course-id{
  font-size: 11px;
  font-weight: 600;
  color: #465a65;
  margin-top:5px;
}
.our-courses .courserow div.ctitle .is-casa{
  content:'';
  color: #29A4C4;
}
.our-courses .courserow .more {
  font-size: 13px;
}

.our-courses .courserow .code {
  margin-right: 80px;
}

.our-courses .courserow .more {
  margin-left: 10px;
}

.our-courses .courserow .more a{
  color: var(--alt1);
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.our-courses .courserow .more a {
  font-weight: 500;
  margin-left: 20px;
}

.our-courses .courserow .more a:hover {
  color: #fff;
}

.our-courses .courserow .more a.explore:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 6px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-out;
}
.our-courses .courserow .more a.explore{
  color:var(--primary);
  padding:10px 20px;
  border-radius: 8px;
  font-weight: 600;
  border: 2px solid var(--gold);
  color: var(--gold);
}
.our-courses .courserow .more a.explore:hover{
  background-color:#fff;
  border-color:var(--primary);
  color:var(--primary);
}
.m-menu {
  display: none;
  width: 32px;
  height: 25px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 0;
}

.m-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--primary);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.dark .m-menu span{
  background:#fff;
}

.mm-open .m-menu span {
  background-color:var(--primary);
}
.mm-open .dark .m-menu span {
  background-color:var(--gold);
}

.m-menu span:nth-child(1) {
  top: 0px;
}

.m-menu span:nth-child(2) {
  top: 10px;
}

.m-menu span:nth-child(3) {
  top: 20px;
}

.mm-open .m-menu span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.mm-open .m-menu span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mm-open .m-menu span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

.mobile-menu {
  display:block;
  background: var(--alt1);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:all 0.3s ease;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 22;
}
.mobile-menu .menu-items{
}
.mobile-menu>div{
  position:relative;
}
.dark .mobile-menu{
  background-color: transparent;
}
.dark .mobile-menu:before{
  content:'';
  display:block;
  width:100%;
  position: absolute;
  top: 0;
  bottom:0;
  background: linear-gradient(90deg, rgba(0,53,67,1) 0%, rgba(0,81,103,1) 100%);
}
.mm-open .mobile-menu {
  opacity:1;
    visibility:visible;
  pointer-events:all;
}

.mobile-menu .main-menu-wrap{
  overflow:hidden;
  transition: all 0.3s ease;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
}

.mobile-menu a {
  display: block;
}

.mobile-menu span.btn{
  display:none;
}
.mobile-menu .main-menu>.menu-item-has-children>span.btn {
  position:absolute;
  right:0;
  top:0;
  height: 46px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 12;
  padding-right: 30px;
}
.main-menu>.menu-item-has-children>a:before{
  content:'';
  display:block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent var(--primary);
  transform: rotate(0deg);
  position:absolute;
  right:0;
  top:12px;
}
.dark .main-menu>.menu-item-has-children>a:before{
  border-color: transparent transparent transparent #fff;
}

.mobile-menu ul.main-menu{
  transition: all 0.3s ease;
}
.show-sub .mobile-menu ul.main-menu{
  transform: translateX(-100%);
}
.mobile-menu ul.main-menu > li {
  display: block;
  padding: 0 30px;
}

li > span.open {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: rotate(0deg);
  z-index: 1;
}


.mobile-menu li {
  display:block;
}

.mobile-menu ul.main-menu > li > a {
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 0;
  height: 46px;
  display: flex;
  align-items: center;
}
.dark .mobile-menu ul.main-menu > li > a{
  color:#fff;
}


.mobile-menu ul.main-menu>li>ul{
  position:absolute;
  background-color:#fff;
  left:100%;
  display: none;
  width: 100%;
  top: 0;
  padding: 10px 0;
}
.mobile-menu ul.main-menu>li>ul.active{
  display:block;
}
.mobile-menu ul.main-menu ul a{
  font-size:14px;
  padding:0 30px;
  display:flex;
  height: 30px;
  align-items: center;
  gap: 15px;
  font-weight: 300;
}

.mobile-menu li.back{
  margin-bottom:10px;
}
.mobile-menu li.back>a:before{
  content:'';
  display:block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent var(--primary);
  transform: rotate(180deg);
  margin-bottom: 3px;
}

.mobile-menu ul.style>li.menu-item>a{
  text-transform:uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight:500;
}
.mobile-menu ul.style>li.menu-item>ul{
  border-left:1px solid var(--primary);
  margin:10px 0 20px 30px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.mobile-menu ul.style>li.menu-item>ul a{
  height: auto;
  padding-left:20px;
}

.mobile-menu .moreinfo{
    background-color: #465a65;
    padding: 20px 30px;
    margin-bottom: -12px;
  font-size:11px;
}
.mobile-menu .moreinfo h4{
  font-size:12px;
  text-transform:uppercase;
  color:#fff;
  letter-spacing:0.2em;
  margin-bottom: 20px;
}
.mobile-menu .moreinfo h4:after{
    display:block;
  content:'';
  width:30px;
  height:1px;
  background-color:#fff;
  margin:5px 0 5px;
}
.mobile-menu .moreinfo p{
  margin-bottom: 10px;
}
.mobile-menu .moreinfo a,
.mobile-menu ul.main-menu ul .moreinfo  a{
  padding:0;
  color:#fff;
  font-size:inherit;
  display: inline;
}


.mobile-menu .buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    padding: 30px 20px 40px;
    background-color: #003948;
  
}
.dark .mobile-menu .buttons{
  background:transparent
}

.mobile-menu .buttons a{
  color:var(--primary);
  border:1px solid var(--gold);
  background-color:var(--gold);
  padding: 12px 20px;
  font-size: 14px;
}
.mobile-menu .buttons a.alt{
  color:#fff;
  border:1px solid #fff;
  background:transparent;
}


.mobile-menu .mobile-menu-info{
  background-color:#002934;
  padding:30px;
  color:#fff;
}
.mobile-menu .toptitle {
  font-size: 8px;
}
.mobile-menu .toptitle .separator{
  flex-grow:1;
  margin: auto;
  background: transparent;
}
.mobile-menu .mobile-menu-info a{
  color:#fff;
  padding:10px 0;
}
.mobile-menu .mobile-menu-info ul{
  display:flex;
  gap:20px;
  font-size:12px;
}

.social-link a.fbutton {
  display: block;
  background: #f3aa00;
  max-width: 240px;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
  color: var(--primary);
  box-shadow: 1px 1px 3px #00000094;
}
.subtitle {
  max-width: 600px;
  margin: auto;
  font-size: 17px;
}
section.nopadding {
  padding: 0;
}
.anchor-block .inner {
  background: var(--alt1);
  padding: 20px 50px;
  max-width: 980px;
  margin: auto;
}
.anchor-block .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  padding: 0;
}
.anchor-block .inner li {
  display: block;
  margin-bottom: 0;
}
.anchor-block .inner li a {
  display: block;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  padding: 10px;
}
.anchor-block .inner li a:hover {
  border-color: var(--primary);
}
.hero-banner {
}
.hero-banner.has-video video,
.header-block video{
  position:absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  pointer-events: none;
  object-position: center;
}
.hero-banner .inner {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-banner img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
}
.hero-banner .subtitle {
  font-size: 18px;
  margin: 0 0 20px;
  color: #fff;
  text-shadow: 1px 1px 3px #0000005e;
  font-weight: 800;
  color: #F5B81B;
  letter-spacing: 0.15em;
}
.hero-banner h2 {
  font-size: 45px;
  font-weight: 900;
  text-shadow: 3px 3px 5px #0000005e;
  color: #fff;
  margin-bottom: 15px;
}
.hero-banner a.btn {
  margin: 15px;
  padding: 20px 40px;
}
.hero-banner a.btn:after {
  display: none;
}
.video-block .inner {
  max-width: 980px;
}
.gallery-block .gslider img {
  display: block;
}
.gallery-block .swiper-button-next,
.gallery-block .swiper-button-prev {
  z-index: 11;
  margin-top: -20px;
}
.gallery-block .gslider {
}
.gallery-block .swiper-button-prev {
  transform: rotate(180deg);
}
.gallery-block .swiper-button-next:after,
.gallery-block .swiper-button-prev:after {
  content: "\e800";
  font-family: "fontello";
  font-weight: normal;
  font-size: 6px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 20px;
  color: var(--alt1);
}
.gallery-block .maingallery {
  position: relative;
  padding: 0 50px;
}
.gallery-block .thumb {
  margin-left: 45px;
}
.features-grid {
  display: flex;
  padding-top: 50px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.features-grid > div {
  width: 33.33%;
  margin-bottom: 50px;
  padding: 0 20px;
}
.features-grid img {
  max-width: 100px;
  display: block;
  margin: 0 auto 20px auto;
}
.features .subtitle {
  font-size: 18px;
}
.features.inverted{
  background:var(--primary);
  color:#fff;
}
.testimonial.right .inner {
  flex-direction: row;
}
section.testimonial .inner {
  align-items: center;
}
.attrs {
  font-size: 14px;
}
.attrs h5 {
  font-size: 15px;
  margin-bottom: 1px;
}
.postgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding-top: 40px;
  color: var(--primary);
  text-align: left;
}
.postgrid img {
  width: 100%;
}
.postgrid h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.postgrid a.more {
  font-size: 14px;
}
.postgrid p {
  margin-bottom: 10px;
}
.news-summary {
  text-align: center;
}
.news-summary a.btn {
  margin-top: 30px;
  display: inline-block;
}

.pagination {
  display: flex;
  width: 100%;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers,
.pagination .dots {
  display: none;
}
.pagination .current-page {
  order: 2;
}
.pagination .prev.page-numbers {
  order: 1;
}
.pagination .next.page-numbers {
  order: 3;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  display: block;
  padding: 10px;
}
article .inner {
  max-width: 900px;
  padding: 50px 0;
}

.ctawrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ctawrap .cta-block {
  width: 100%;
  color: #fff;
}
.cta-block {
  position: relative;
  min-height: 500px;
  display: flex;
}
.cta-block img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.colour .cta-block img {
  width: 1000px;
  right: 0;
  object-position: center top;
}
.colour .cta-block:last-child img {
  object-position: left top;
  right: auto;
  left: 0;
}

.cta-block .overlay {
  opacity: 0.7;
  background: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.colour .cta-block .overlay {
  display: none;
}
.cta-block .info {
  position: relative;
  max-width: 440px;
  margin: auto 80px auto auto;
}
.cta-block:last-child .info {
  margin: auto auto auto 80px;
}
.colour .cta-block {
  background: var(--primary);
}
.mform-content {
  background: var(--alt1);
  margin: auto;
  padding: 50px 50px 30px;
}
.mform .fluentform .ff-el-input--label label {
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.mform .fluentform .ff-el-form-control {
  border: none;
  border-radius: 0;
  padding: 15px 20px;
}
.mform .ff-step-container {
  display: grid;
  grid-template-columns: 4fr 10fr;
}
.mform .fluentform .ff-step-titles {
  width: auto;
  margin: 0;
  text-align: left;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-right: 2px solid var(--primary);
  padding-right: 20px;
  min-height: 200px;
}
.mform .fluentform .ff-step-header {
  background: var(--alt1);
  z-index: 11;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.mform .fluentform .ff-step-titles li {
  display: block;
  padding: 0;
  font-size: 15px;
  margin-bottom: 20px;
  color: var(--primary);
}
.mform .fluentform .ff-step-titles li:before,
.mform .fluentform .ff-step-titles li:after {
  display: none !important;
}
.mform .fluentform .ff-step-body {
}
.mform .ff_step_start {
  /* display:none; */
  grid-row-start: 2;
}
.mform .fluentform .ff-step-titles li.ff_active,
.mform .fluentform .ff-step-titles li.ff_completed {
  color: #007192;
}
.mform .title {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.mform .fluentform-step {
  padding: 0;
}
.mform .fluentform .ff-btn {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  max-width: 200px;
}
.mform .fluentform .ff-btn-next:after {
  content: ">";
  margin-left: 5px;
}
.mform .fluentform .ff-btn-prev:before {
  content: "<";
  margin-right: 5px;
}

/*form fix*/

.mform .fluentform .ff_upload_btn.ff-btn{
  padding-left: 10px !important;
}
.mform .fluentform .ff-el-form-control{
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text]{
  padding-left: 52px !important;
}

.lead-anchor {
  background: var(--primary);
  padding: 10px 0;
}
.lead-anchor nav {
  width: 100%;
  text-align: right;
}
.lead-anchor nav a {
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 350;
  display: inline-block;
}
.lead-anchor nav a:hover {
  opacity: 0.8;
}
.lead-header {
  overflow: visible;
  color: #fff;
  height: auto;
  padding-top: 50px;
}
.lead-header a.btn{
  margin-top: 50px;
}
.lead-header img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.lead-header .overlay {
  background: var(--primary);
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.lead-header .subtitle {
  color: var(--gold);
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}
.lead-header h1 {
  font-weight: 900;
  font-size: 45px;
}
.lead-header .inner {
  padding: 0 30px 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
}
.leadvideo {
  max-width: 800px;
  margin: 50px auto auto;
  box-shadow: 10px 10px 20px #00000070;
  width: 100%;
}
.lead-header .lbar {
  position: absolute;
  height: 22px;
  left: 0;
  width: 180px;
  background: #087090;
  bottom: -10px;
}
.lead-header .lbar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 22px;
  width: 90%;
  bottom: 100%;
  background: #66b5d2;
}

.lead-header .rbar {
  position: absolute;
  height: 22px;
  right: 0;
  width: 130px;
  background: #2ba3c6;
  bottom: -10px;
}
.lead-header .rbar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 15px;
  width: 80%;
  background: #023443;
  bottom: -7px;
}

.lead-image {
  color: #fff;
  overflow: visible;
}
.lead-image.style1 {
}
.lead-image h2,
.lead-body h2 {
  font-weight: bold;
  font-size: 47px;
  font-family: "navigo", sans-serif;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.lead-image .mainimg,
.lead-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lead-image .overlay {
  background: var(--primary);
  background: linear-gradient(
    90deg,
    var(--primary) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.lead-image.right .overlay {
  background: linear-gradient(
    -90deg,
    var(--primary) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.lead-image .inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  max-width: 1200px;
}
.lead-image.right .inner {
}
.lead-image.right .inner {
  flex-direction: row;
}
.lead-image .inner > div {
  flex: 1;
  width: 100%;
}
.lead-image .inner .content > div {
}
.lead-image .inner .content > div {
  padding: 0 50px 0 0;
}
.lead-image.right .inner .content > div {
  padding: 0 0 0 50px;
}
.lead-image p:last-child {
  margin-bottom: 25px;
}
.lead-image a.btn.alt:after {
  display: none;
}
.lead-image.style1 .bar {
  width: 260px;
  height: 20px;
  border-top: 18px solid #086f91;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.lead-image.style1 .bar:before,
.lead-image.style1 .bar:after {
  content: "";
  display: block;
  width: 215px;
  height: 5px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #66b5d2;
}
.lead-image.style1 .bar:before {
  background: #2ba3c6;
  width: 127px;
  height: 15px;
  top: 4px;
}
.lead-body {
  overflow: visible;
}
.lead-body h2 {
  font-weight: bold;
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.lead-body .text {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
.lead-body .img {
  max-width: 1000px;
  margin: 50px auto;
}
.lead-body .img img {
  width: 100%;
  display: block;
}
.lead-body .sub-heading {
  display: inline-block;
  color: var(--primary);
  background: var(--gold);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 6px;
  margin-bottom: 30px;
  min-width: 250px;
}
.lead-body .colorwrap {
  padding: 50px 0;
}
.lead-body .white {
  color: #fff;
}
.lead-body img.leftb {
  position: absolute;
  left: 0;
  top: -12px;
  width: 130px;
}
.lead-body img.rightb {
  position: absolute;
  right: 0;
  top: -20px;
  width: 260px;
}
.lead-body.style2 img.leftb {
  width: 260px;
}
.lead-body.style2 img.rightb {
  width: 130px;
}

.anchor-block h3 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lead-body-large.inverted{
  background:var(--primary);
  color:#fff;
}
.lead-body-large .inner {
  max-width: 800px;
}
.lead-body-large .inner .btn {
  background: var(--gold);
  color: var(--primary);
}
.lead-body-large h2 {
  font-family: "navigo", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.2;
}
.lead-body-large .inner .btn:after {
  display: none;
}

.upcoming-dates{
  background:var(--primary);
  color: #fff;
}
.upcoming-dates .inner{
  max-width: 880px;
}
.upcoming-dates h2{
  font-weight: bold;
  padding-left: 60px;
}
.course-date{
  background:var(--primary);
  padding: 20px 60px;
  margin-bottom: 20px;
}
.course-date>div{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-gap:50px;
}
.course-date h3{
  font-size:18px;
  font-family: "navigo", sans-serif;
  font-weight:300;
  color:var(--gold);
}

.course-date h4{
  font-family: "futura-pt", sans-serif;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:0.2em;
  background:#0982aa;
  padding:5px 20px;
  border-radius:4px;
}
.course-date ul{
  border-left:2px solid #fff;
  padding-left:18px;
}
.items-block .inner{
  text-align:center;
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.items-block .block{
  max-width:300px;
  display: inline-block;
  padding: 0 20px;
  text-align: left;
}
.items-block .block img{
  width:80px;
  height:80px;
  object-fit: contain;
}
.items-block .block h3:after{
  content:'';
  display:block;
  width:80px;
  height:4px;
  background-color:var(--gold);
  margin-top:10px;
}
.items-block.inverted{
  color:#fff;
  background-color:var(--primary);
}
.items-block .bg,
.options-block .bg,
.animations-block .bg{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

.options-block{
  text-align:center;
}

.options-block .sub-title{
  max-width:600px;
  margin:auto auto 30px;
}
.options-block .blocks{
  max-width:900px;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  grid-gap: 30px;
  font-size:14px;
}
.options-block img{
  width:80px;
  height:80px;
  object-fit:contain;
}
.col4.options-block .blocks{
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width:1100px;
}
.options-block.inverted{
  color:#fff;
  background: var(--primary);
}

.animations-block .inner{
  max-width:100%;
}
.animations-block .blocks{
  display:flex;
  justify-content: space-evenly;
}
.animations-block .block{
  max-width:320px;
  margin: 0 0px 30px;
  text-align: center;
}
.animations-block .lplayer,
.animations-block img{
  height:150px;
  width:150px;
  display:block;
  margin:auto;
}
.animations-block{
  background:var(--primary);
  color:#fff;
}
section.image-cta h2{
  font-weight: 800;
  font-size: 50px;
  letter-spacing: 0.04em;
  line-height: 1em;
  color: #ffff;
  margin-bottom: 20px;
}
section.image-cta h2:after{
  content:'';
  display:block;
  border-color: #F5B81B;
  width: 18%;
  border-width: 4px;
  margin: 20px 0 0;
  border-style: solid;
}


body>.wp-block-columns{
  padding:0 20px;
}

.filter-loader{
  text-align:center;
  z-index:11;
  position: relative;
  pointer-events: none;
  opacity:0;
}
.filter-loading .filter-loader{
  opacity:1;
}
.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 32px 0 #000, -32px 0 #000;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
  display: inline-block;
  margin-bottom: -110px;
}
.post-password-form{
  max-width: 420px;
  padding:20px;
  min-height:40vh;
  display:flex;
  flex-direction:column;
  margin:auto;
  justify-content: center;
}
.post-password-form p:first-child{
  font-size:18px;
  font-weight:bold;
  text-align: center;
}
.post-password-form input{
  height:40px;
  width:100%;
  margin-bottom:10px;
  border:none;
  border:1px solid #0b27324a;
  border-radius:8px;
  padding:0 20px;
}
.post-password-form input[type="submit"]{
  background-color:var(--primary);
  color:#fff;
  text-transform:uppercase;
  cursor: pointer;
}
.student-list{
  /* background-color:var(--alt1); */
}
.intakes-student{
  padding-top:30px;
}
h2.campus-title{
  margin-top:20px;
}
.intakes-student .intake-box{
  background-color:var(--alt1);
  padding: 20px;
  margin-bottom: 20px;
}
.intake-box .title{
  background-color:#0a82aa;
  color:#fff;
  padding:5px 15px;
  border-radius:8px;
  display: flex;
  font-size: 13px;
  align-items: center;
}
.intake-box .title .places{
  margin-left:auto;
  background:#66b5d2;
  font-size:14px;
  padding:3px 15px 0;
  border-radius: 16px;
}
.intake-box .title .places_low{
   background-color:#f4b900 
}
.intake-box .title .places_full{
   background-color:#aed6e8 
}
.intake-box .title .campus{
  font-weight: 600;
  margin-right:20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.intake-box .title .date{
  margin-top:4px;
}
.intake-box ul{
  padding-left:0;
}
.intake-box li{
  line-height:30px;
  padding:0 20px;
  font-weight:300;
  color: #317aa2;
  display: flex;
  align-items: center;
}
.intake-box li span{
  margin-left:auto;
  font-size: 14px;
}
.intake-box li:nth-child(2n){
  background:#fff;
}
@keyframes flash {
  0% {
    background-color: #11334120;
    box-shadow: 32px 0 #11334120, -32px 0 #113341;
  }
  50% {
    background-color: #113341;
    box-shadow: 32px 0 #11334120, -32px 0 #11334120;
  }
  100% {
    background-color: #11334120;
    box-shadow: 32px 0 #113341, -32px 0 #11334120;
  }
}

.header-block{
  position:relative;
  display: flex;
  min-height: 510px !important;
  color: #fff;
  font-size: 18px;
}

.header-block .overlay{
  background: linear-gradient(60deg, rgba(0,41,52,1) 20%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
.header-block>img{
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.header-block .inner{
  width:100%;
  margin-top:auto;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.header-block h1{
  font-size:40px;
  letter-spacing:0.2em;
  margin-bottom: 10px;
}
.header-block strong{
  font-weight:700;
}
.header-block a.btn:after{
  display:none;
}

.multiblock{
  background:#003e50;
  position:relative;
  padding: 70px 0;
}
.multiblock:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgb(0,0,0);
  background: linear-gradient(60deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.multiblock h2{
  font-size:90px;
  font-weight:700;
  text-transform: none;
  letter-spacing: normal;
  text-shadow: 4px 4px 5px #00000087;
  color:#00566e;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.multiblock h2 img{
  height:60px;
  width:auto;
}
.multiblock .grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:15px;
}
.multiblock .box{
  background:#003441;
  color:#fff;
  display: block;
  position: relative;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
.multiblock .box:hover{
  transform:translateY(-20px);
}
.multiblock .box img{
    display:block;
    aspect-ratio: 5/3;
    object-fit: cover;
}
.multiblock .content{
  padding:20px;
  font-size: 12px;
  line-height: 1.7;
  color: #ffffffdb;
}
.multiblock h3{
  font-size: 1.2em;
  margin-bottom: 0.8em;
  color: #fff;
  font-weight: bold;
}
.multiblock svg.more{
  width: 25px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.section.accordion{
  background-color:var(--primary);
  padding: 50px 0;
}
.accordion p:last-child{
  margin-bottom:0;
}

.info-link{
  display:inline-block;
  width:1em;
}
.info-link svg{
  width:1em;
  position: relative;
  top: 0.2em;
}
.info-link path{
  fill:#99b9bf;
}
.info-link:hover path{
  fill:var(--primary);
}

body.show-infobox{
  /* overflow:hidden; */
}
.infobox-lightbox{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  backdrop-filter: blur(0px);
  transition:all 0.3s ease-out;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  display:flex;
}
.show-infobox .infobox-lightbox{
  z-index:9999;
  backdrop-filter: blur(5px);
  opacity:1;
  visibility:visible;
  pointer-events:all;
  padding: 20px;
}
.infobox-lightbox .bg{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#012833;
  opacity:0.5;
}
.infoboxes{
  z-index:11;
  position:relative;
  margin:auto;
  background: #99b9bf;
  max-width: 580px;
  padding: 20px;
  font-size: 19px;
  font-weight: 300;
  width: 100%;
}
.infoboxes .close{
  position:absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.infoboxes .close:hover{
  opacity:0.8;
}
.infoboxes h4{
  display:flex;
  text-transform:uppercase;
  font-size:21px;
  letter-spacing:0.2em;
  align-items: center;
  gap: 15px;
}
.infoboxes h4:before{
  display:block;
  content:'';
  width:38px;
  height:38px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 39'%3E%3Cpath d='M19.5,39c10.77,0,19.5-8.73,19.5-19.5S30.27,0,19.5,0,0,8.73,0,19.5s8.73,19.5,19.5,19.5ZM16.26,6.36h6.41V24.06h-6.41V6.36Zm0,20.66h6.48v5.61h-6.48v-5.61Z' style='fill: %23012833;'/%3E%3C/svg%3E") no-repeat center;
  background-size:contain;
}
.infoboxes .ibox{
  display:none;
}
.infoboxes .ibox.active{
  display:block;
}


@media (max-width: 1300px) {

}

@media (max-width: 1060px) {
  section.hero .cap {
    left: 0;
    margin-left: 0;
    padding: 0 30px;
  }

  section.image-cta.right .content,
  section.image-cta .content,
  section.image-block .content,
  .single-cta .inner {
    padding: 30px;
  }

  .callout-explainer .inner {
    column-gap: 30px;
    padding: 30px;
  }

  .callout-explainer .inner .left {
  }

  .text-gallery .content {
    padding-left: 30px;
  }

  .single-cta .inner {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  section.contact-block .inner,
  .enquiry-form .inner,
  .our-courses .inner {
    padding: 0 30px;
  }

  .course-overview .inner,
  .instructors .inner {
    padding: 0 30px;
  }

  .instructors .people img {
    margin-right: 30px;
  }
}

@media (max-width: 980px) {
  .m-menu {
    display: block;
  }

  .header .navigation {
    display: none;
  }

  .header .buttons {
    margin-left: auto;
  }

  section.hero img {
    min-height: 40vw;
  }

  section.hero .cap h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  section.image-block {
    display: block;
  }

  section.image-block .img,
  section.image-block .content,
  .text-gallery .gallery,
  .text-gallery .content {
    width: 100%;
  }

  section.image-info .inner,
  .text-gallery .inner,
  section.contact-block .inner {
    display: block;
  }

  section.image-info .imageblock {
    margin-bottom: 20px;
  }

  section.contact-block .map,
  section.contact-block .content {
    margin-bottom: 20px;
  }

  .footer1 .row1 {
    flex-wrap: wrap;
  }

  .footer1 .row1 > div.fmenu {
  }

  .footer1 .row1 > div.social-link {
    margin-top: 20px;
  }

  .footer2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    row-gap: 20px;
  }

  .footer2 img {
    height: auto;
    max-width: 100%;
    max-height: 35px;
  }

  .course-overview .logos {
    padding: 0 30px;
  }
  .courseinfo .row{
    grid-template-columns:1fr;
    padding: 30px;
  }
  .courseinfo .buttons{
    padding-top:30px;
  }
  .courseinfo .school-info{
    padding:20px;
  }
  .courseinfo .details-button{
    font-size:12px;
  }
  .courseinfo .details-button svg{
    width:14px;
  }
  .courseinfo .international{
    font-size:12px;
  }
  .courseinfo .course-bar{
    font-size:11px;
  }
}

@media (max-width: 768px) {
  .header .custom-logo{
    max-height:30px;
  }
  .header .inner{
    height:60px;
  }
  .hero-banner h2 {
    font-size: 32px;
  }

  section.image-cta,
  section.image-block {
    display: block;
  }

  section.image-cta .img,
  section.image-block .img {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .course-overview .content,
  .instructors .people,
  .footer1 .row1,
  .ctabtn .btn {
    display: block;
  }

  .footer1 .slogo {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer1 .row2,
  .footer1 .ftext {
    display: block;
    text-align: center;
  }

  .footer2 {
    display: flex;
    padding: 20px;
    flex-direction: column-reverse;
  }

  .header .buttons {
    display: none;
  }

  .m-menu {
    margin-left: auto;
  }

  .topbar a.link {
    white-space: nowrap;
    margin-left: auto;
    letter-spacing: 0;
  }

  h2 {
    font-size: 25px;
  }

  h1,
  section.our-courses h2 {
    font-size: 30px;
  }

  .ctabtn .btn {
    margin: 20px 20px 0;
  }

  .ctabtn {
    font-size: 16px;
  }

  .instructors .people img {
    margin-bottom: 20px;
  }

  .instructors .info h4 {
    margin-bottom: 10px;
  }

  .footer1 .slogo img {
    margin-right: 0;
  }

  .footer1 .row1 > div.fmenu {
    margin-bottom: 20px;
    padding: 0;
  }

  .footer2 img {
    max-height: 20px;
  }

  .course-details h3.title {
    font-size: 16px;
    padding-left: 20px;
  }

  .course-details .tabct div.table {
    overflow: scroll;
  }

  .course-details .tabct {
    padding: 20px;
  }

  section.page-title .inner {
    display: flex;
    padding: 0 30px;
  }

  section.page-title .cap {
    padding: 20px;
  }

  section.page-title .cap h1 {
    font-size: 30px;
    font-weight: bold;
  }

  .filter ul.faculties li {
    margin-bottom: 20px;
    min-width: auto;
    font-size: 11px;
  }

  .topbar .toptitle {
    font-size: 6px;
  }

  .topbar {
    height: 30px;
    display: none;
  }

  section.hero img {
    height: 500px;
  }

  section.hero .btn {
    margin-bottom: 20px;
  }

  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 30px;
  }

  section.image-cta .content {
    width: 100%;
    height: auto;
  }

  .callout-explainer .inner,
  section.image-info .imageblock a {
    display: block;
  }

  .callout-explainer {
    padding: 30px 0;
  }

  section.image-info {
    padding: 0;
  }

  .text-gallery .content {
    padding-left: 0;
  }

  .resource-table .downloadrow {
    display: block;
  }

  .resource-table .downloadrow .link a.btn {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  .our-courses .courserow .code {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .our-courses .courserow {
    display: block;
    padding-left: 0;
    height: auto;
    padding-right: 0;
  }

  .our-courses .courserow .more {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .our-courses .courserow .more a{
    margin-left:0;
  }
  .our-courses .courserow .more a.explore{
    margin-left:auto;
  }

  .footer1 {
    padding: 30px 30px 0;
    text-align: center;
  }

  .footer1 .slink {
    justify-content: center;
  }
  .social-link a.fbutton {
    margin: 10px auto 0;
  }

  .course-overview a.btn.alt{
    font-size: 12px;
  }

  .tabs h3.title {
    padding: 15px;
  }
  .tabs h3.title:after {
    right: 15px;
    top: 21px;
  }
  .tabs .tabct {
    padding: 15px;
  }
  .anchor-block .inner ul {
    display: block;
  }
  .anchor-block .inner {
    padding: 30px;
  }
  .anchor-block .inner li a {
    padding: 10px 0;
  }
  .gallery-block .thumb {
    display: none;
  }
  .gallery-block .inner,
  .gallery-block .maingallery {
    padding: 0;
  }
  .features-grid {
    /* display:block; */
  }
  .features-grid > div {
    margin-bottom: 30px;
    width: 45%;
  }
  section.testimonial .inner {
    display: block;
  }
  .text-gallery .gallery,
  .text-gallery .content,
  .testimonial .gallery,
  .testimonial .content {
    width: 100%;
  }
  .testimonial .gallery,
  .postgrid > div {
    margin-bottom: 30px;
  }
  .postgrid,
  .ctawrap,
  .cta-block {
    display: block;
    min-height: auto;
  }
  .cta-block .info,
  .cta-block:last-child .info {
    padding: 50px 30px;
    margin: auto;
  }
  .callout-explainer .content {
    padding: 20px;
  }
  .single-cta.right .inner {
    text-align: left;
    align-items: flex-start;
  }
  .text-gallery .attrs li,
  .testimonial .attrs li {
    margin: 10px;
    padding: 0;
    width: 60px;
  }
  .text-gallery .attrs,
  .testimonial .attrs {
    text-align: center;
  }
  .text-gallery .attrs li:first-child,
  .testimonial .attrs li:first-child {
    margin-left: 10px;
  }
  article .inner {
    padding: 30px;
  }
  .mform .ff-step-container {
    display: block;
  }
  .mform .fluentform .ff-step-header {
    display: none;
  }
  .mform-content {
    padding: 30px;
  }
  .mform .inner {
    padding: 0;
  }
  .ff_step_nav_last,
  .mform .fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
    text-align: center;
  }
  .mform .fluentform .ff-float-right {
    float: none;
    margin-top: 20px;
  }
  .mform .ff-t-column-1 {
    margin-bottom: 20px;
  }
  .mform .fluentform .ff-el-form-control {
    padding: 10px;
  }
  .lead-header h1,
  .lead-image h2,
  .lead-body h2,
  .lead-body-large h2 {
    font-size: 30px;
  }
  .lead-image .inner .content > div,
  .lead-image.right .inner .content > div {
    padding: 0;
  }
  .lead-image .overlay {
    background: var(--primary);
    opacity: 0.6;
  }
  .lead-image .inner {
    display: block;
  }
  .lead-body-large .inner .btn {
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead-image .inner .media {
    margin-bottom: 30px;
  }
  .hero-banner a.btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .leadvideo {
    margin-top: 30px;
  }
  .course-btn a {
    margin-bottom: 20px;
    /* width:100%; */
  }
  .whyus .wrow {
    display: block;
  }
  .whyus .wrow .wbox {
    width: 100%;
  }
  .multiblock h2 {
    gap:10px;
  }
  .header-block a.btn{
    margin-bottom:10px;
    margin-left: 0;
  }
  .header-block h1{
    font-size:30px;
  }
  
  .multiblock h2 img{
    height:25px;
  }
  .multiblock h2{
    font-size:30px;
  }
  .multiblock .grid{
    grid-template-columns:1fr;
  }
  .toptitle{
    /* flex-direction:column; */
  }
  .footer2 .toptitle{
  font-size: 9px;
  letter-spacing: 0.2em;
  }
  .footer2 .menu{
    margin-left:0;
    padding: 0;
  }
  .infoboxes{
    font-size:16px;
  }
  .infoboxes .close svg{
    width:20px;
  }
  .infoboxes h4:before{
    width:30px;
    height:30px;
  }
}

@media (max-width: 600px) {
  .features-grid > div {
    width: 100%;
  }
}




/*update code for store*/

.store .inner,
.store-cart .inner,
.single-product-wrap .inner{
  max-width: 1210px;
  padding: 0 20px;
}
.store-page{
  padding-top:50px; 
}

.store .subtitle{
  margin-bottom:100px;
}
.store-grid{
  display:
  flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.store-left{
  flex: 0 0 300px;
  position: sticky;
  top: 0;
}
.store-right{
  flex-grow:1;
  padding-bottom: 50px;
}
.products{
  display:
  grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:30px;
  width: 100%;
  clear: both;
}
.store .download{
  display:
  inline-block;
  background:#000;
  padding: 10px 20px 10px;
  border-radius:20px;
  color:#fff;
  text-transform:
  uppercase;
  font-size:12px;
  line-height: 1;
}
.store-left h3{
  text-transform:
  uppercase;
  font-size: 24px;
  font-weight:
  normal;
  margin:40px 0 30px;
}
.cart .count{
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63.04 59.86'%3E%3Cpath d='M15.17,43.94l5.84-8.06-4.56-15.81L5.62,4.78H0V0H8.92l6.58,9.03H63.04l-8.7,29.4H24.73l-4.14,5.51H57.41v4.78H15.17v-4.78Zm2.98,11.36c0-2.44,2.12-4.56,4.56-4.56s4.56,2.02,4.56,4.56-2.01,4.56-4.56,4.56-4.56-2.12-4.56-4.56Zm26,0c0-2.54,2.01-4.56,4.46-4.56s4.67,2.02,4.67,4.56-2.12,4.56-4.67,4.56-4.46-2.01-4.46-4.56Z'/%3E%3C/svg%3E");
  width:60px;
  height:60px;
  background-size:
  contain;
  display:
  block;
  margin-left: 20px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 17px 4px 0px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.store .cart{
  float:
  right;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}
.store-filter{
  margin-bottom: 10px;
  background: #fff;
}
.store-filter h4{
  position: relative;
  cursor: pointer;
}
.store-filter h4:before,
.store-filter h4:after{
  content:
  '';
  display:
  block;
  width: 10px;
  height:2px;
  background:#000;
  position:
  absolute;
  left: -18px;
  top: 8px;
  opacity:0.2;
}
.store-filter h4:after{
  transform:rotate(90deg);
  display:block;
}
.store-filter h4.act:after{
  display:none;
}
.store-filter h4.act:after,
.store-filter h4.act:before{
  opacity:1;
}

.store-filter ul{
  font-size:15px;
  padding: 0;
  margin: 0;
}
.store-filter li{
  display: block;
  padding-left: 25px;
  padding-bottom: 18px;
  cursor: pointer;
  position: relative;
  line-height: 1;
}
.store-filter li:before{
  content:
  '';
  display:
  block;
  width: 12px;
  height: 12px;
  border:1px solid #000;
  position: absolute;
  left: 0;
  top: -2px;
}
.store-filter li.act:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.14 7.58'%3E%3Cpath d='M0,3.8s.1-.08,.14-.12c.43-.4,.86-.81,1.3-1.22l2.18,2.33L8.79,0l1.34,1.46L3.52,7.58s-.07-.09-.11-.13C2.29,6.26,1.17,5.06,.05,3.87,.03,3.85,.02,3.84,0,3.82c0,0,0-.01,0-.02Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 1px 1px;
}

.product{
  font-weight: normal;
  font-size: 15px;
}
.product img{
  margin-bottom:10px;
  width: 100%;
  cursor: pointer;
}
.product h3{
  font-weight: 500;
  margin-bottom: 0;
}
.product .price{
  font-weight:500;
}
.product .added{
  background:#000;
  color:#fff;
  font-size: 10px;
  text-transform:
  uppercase;
  padding: 9px 10px 5px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  display: none;
}
.product .added.act{
  display:flex;
}

.product .added .count{
  font-size:16px;
  font-weight:bold;
  margin-right:10px;
}
.product .carticon{
  display:
  block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.02 13.31'%3E%3Cpath fill='%23ffffff' d='M3.37,9.77l1.3-1.79-1.01-3.52L1.25,1.06H0V0H1.98l1.46,2.01H14.02l-1.94,6.54H5.5l-.92,1.23H12.77v1.06H3.37v-1.06Zm.66,2.53c0-.54,.47-1.02,1.01-1.02s1.02,.45,1.02,1.02-.45,1.02-1.02,1.02-1.01-.47-1.01-1.02Zm5.78,0c0-.57,.45-1.02,.99-1.02s1.04,.45,1.04,1.02-.47,1.02-1.04,1.02-.99-.45-.99-1.02Z'/%3E%3C/svg%3E");
  background-size:
  contain;
  width: 20px;
  height: 20px;
  background-repeat:
  no-repeat;
  margin-left:
  auto;
  cursor: pointer;
}
.single-product-wrap{
  display: none;
}
.show-product .single-product-wrap{
  display:block;
}

.show-product .store-grid{
  display:none;
}
.single-product{
  display:
  flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
}
.single-product .image{
  flex:0 0 50%;
  max-width: 50%;
}
.product-slider{
  position:relative;
}
.single-product .product-info{
  flex: 0 0 400px;
}
.single-product h3.name,
.single-product .price{
  font-weight:
  bold;
  margin-bottom: 0;
  font-size: 25px;
}
.single-product .sku{
  margin-top:20px;
}
.single-product .sku,
.single-product .stock{
  font-size: 12px;
}

.single-product .stock{
  margin-bottom:20px;
}
.product-slider,
.product-thumbnail{
  overflow:hidden;
}
.product-slider img{
  width:100%;
  height:600px;
  object-fit:
  contain;
  display:
  block;
  user-select: none;
}
.product-thumbnail{
  margin-top:20px;
}
.product-thumbnail img{
  height:80px;
  width: 100%;
  object-fit:
  contain;
  cursor: pointer;
  opacity: 0.4;
  user-select: none;
}
.product-thumbnail .swiper-slide-thumb-active img{
  opacity:1;
}
.image .swiper-button-prev,
.image .swiper-button-next{
  color:#333;
  opacity: 0 !important;
  transition:
  all 0.3s ease;
}
.image .product-slider:hover .swiper-button-prev,
.image .product-slider:hover .swiper-button-next{
    opacity:1 !important;
}
.choose h4{
color:#999; 
  font-weight:normal;
  font-size:12px;
  margin:0;margin-bottom: 5px;}
.choose{
  
}
.choose .select{
  flex: 0 0 60%;
}
.choose{
  display: flex;
}
.choose select,
.choose input{
  width:100%;
  height:40px;
  border: 1px solid #999;
}
.choose select{
  text-indent:10px;
}
button.add{
  background:#000;
  color:#fff;
  width:100%;
  text-transform:
  uppercase;
  font-size: 12px;
  padding: 13px 0 10px 0;
  background-size: 20px;
  background-position: top 5px right 9px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 30px;
}
button.add{
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.02 13.31'%3E%3Cpath fill='%23ffffff' d='M3.37,9.77l1.3-1.79-1.01-3.52L1.25,1.06H0V0H1.98l1.46,2.01H14.02l-1.94,6.54H5.5l-.92,1.23H12.77v1.06H3.37v-1.06Zm.66,2.53c0-.54,.47-1.02,1.01-1.02s1.02,.45,1.02,1.02-.45,1.02-1.02,1.02-1.01-.47-1.01-1.02Zm5.78,0c0-.57,.45-1.02,.99-1.02s1.04,.45,1.04,1.02-.47,1.02-1.04,1.02-.99-.45-.99-1.02Z'/%3E%3C/svg%3E"); 
}
button.add.disabled{
  opacity:0.5;
  cursor: no-drop;
}


.qbox{
  margin-left:10px;
    position:
    relative;
    text-align: center;
}
.qbox .plus,
.qbox .minus{
  position:
  absolute;
  height: 38px;
  width: 38px;
  text-align:
  center;
  cursor:
  pointer;
  top: 1px;
  z-index:11;
  padding-top: 10px;
  user-select: none;
  transition: all 0.3s ease;
}
.qbox .plus:hover, .qbox .minus:hover{
  background: #efefef;
}
.qbox input{
  text-align:
  center;
  height: 40px;
}
.qbox .minus{
  left: 1px;
}
.qbox .plus{
  right: 1px;
}
.ptab{
  border-top:1px solid #ccc;
  /* margin-top: 20px; */
}
.ptab:last-child{
  border-bottom:1px solid #ccc;
}
.ptab h3{
  font-weight:
  normal;
  padding: 15px 0 15px 0;
  cursor: pointer;
  position:
  relative;
  margin-bottom: 0;
}
.ptab .materials{
  font-size:14px;
  margin-bottom:15px;
}
.ptab h3:after{
  content:
  '';
  display:
  block;
  position:
  absolute;
  right:0;
  top: 20px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.98 5.15'%3E%3Cpolygon points='8.28 5.15 4.49 1.37 .71 5.15 0 4.45 4.45 0 4.49 .04 4.54 0 8.98 4.45 8.28 5.15'/%3E%3C/svg%3E");
  background-repeat:
  no-repeat;
  background-size:
  contain;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
  background-position: center;
}
.ptab.act h3:after{
  transform: rotate(0);
}
.ptab .text{
  padding-bottom:20px;
  display: none;
}

.single-product-btn{
  
}
.single-product-btn{
  display:
  flex;
  margin-bottom: 20px;
}
.single-product-btn button{
  background:
  transparent;
  border:
  none;
  cursor: pointer;
  font-size: 25px;
}

.single-product-btn button.opencart{
  margin-left:auto;
}
.single-product-btn button.gostore{
  font-size:16px;
  height:20px;
}

.show-cart .store-grid{
  display:
  none;
}
.checkout-title{
  display:
  none;
  font-size: 30px;
}
.show-cart .checkout-title{
  display:
  flex;
  margin-bottom: 50px;
}
.checkout-title button{
  font-size:16px;
  border:
  none;
  background:#fff;
  margin-left:
  auto;
  cursor: pointer;
}
.store-cart{
  display: none;
}
.show-cart .store-cart{
  display:block;
}

.cart-items{
  
}
.cart-items .item{
  display:
  flex;
  border-top:1px solid #ccc;
  align-items: center;
  padding: 40px 0;
}
.cart-items .item img{
  width: 80px;
  margin: 0 30px 0 20px;
}
.cart-items .item button.remove{
  background: transparent;
  border: none;
  cursor: pointer;
}
.item .quantity-box{
  padding-bottom: 15px;
}
.item .quantity-box label,
.total label{
  font-size:12px;
  text-transform:
  uppercase;
  color:#999;
  line-height: 15px;
  display: block;
}
.item .pinfo{
  margin-right:auto;
}
.item .qbox{
  margin-left:0;
}
.item .price{
  width:100px;
  text-align:
  right;
  font-size: 23px;
}
.total{
  text-align:
  right;
  border-top:1px solid #ccc;
  padding-top:40px;
}
.total .price{
  font-size:30px;
  width:200px;
  display:inline-block;
  border-bottom:1px solid #ccc;
  padding-bottom:20px;
}
.store-cart h2{
  font-weight:normal;
}
.orderinfo{
  display:
  none;
}
@media(max-width:1100px){
  .products{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:767px){
  .products{
    grid-template-columns:1fr;
  }
  .store-grid{
    flex-direction: column-reverse;
  }
  .store-left{
    position:
    relative;
    padding-left: 20px;
  }
  .store-right{
    width:100%;
  }
  .single-product{
    display:block;
  }
  .single-product .image{
    max-width:100%;
    margin-bottom:50px;
  }
  .cart-items .item{
    display:
    flex;
    flex-wrap: wrap;
  }
  .item .pinfo{
    margin-right:0;
    padding-top:20px;
    padding-bottom: 20px;
  }
  .item .price{
    margin-left:auto;
  }
  .total{
    margin-bottom:50px;
  }
  .course-date{
    padding:20px;
  }
  .course-date>div{
    display: block;
  }
  .upcoming-dates h2{
    padding-left:20px;
  }
  .items-block .inner,
  .options-block .blocks,
  .animations-block .blocks,
  .delivery-options>div{
    display:block;
  }
  .items-block .block{
  margin-bottom: 20px;
  padding: 0;
  }
  .options-block .block,
  .animations-block .block{
    margin-bottom:30px;
  }

  section.image-cta h2{
    font-size:30px;
  }

  .filter .campuses li{
    margin-bottom:10px;
  }
  .intakes-student .intake-box{
    padding:10px;
  }
  .intake-box .title{
    display:block;
    position:relative;
    border-radius:4px;
  }
  .intake-box .title .places{
    position:absolute;
    top:10px;
    right:10px;
    font-size:12px;
  }
  .intake-box li{
    padding: 5px 10px;
    line-height: 1.2;
  }
  .intake-box li span{
    padding-left:30px;
    line-height:1.1;
    font-size:12px
  }
  
}

.plethoraplugins-accordion.plethoraplugins-theme__minimal.plethoraplugins-theme__tabby .pds-accordion__title {
  background-color: var(--primary);
}