html {
    scroll-behavior: smooth;
}
body{
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-family: 'DM Sans', sans-serif;
	font-weight: 400;
    color: #1a1a1a;
    background-color: #000;
    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}

p {
	margin-bottom: 20px;
    font-weight: 400;
    /*font-size: 18px;*/
    line-height: 1.5;
    color: #1a1a1a;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

.text-white p, .text-white li {
    color: #ffffff;
}


.horz-sep {
    border-bottom: 1px solid #ffffff17;
    margin: 30px 0px;
}

/*.logo-con a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    color: #e39e21;
    display: block;
    line-height: 1em;
    text-align: center;
}
.logo-con a span {
    font-size: 12px;
    display: block;
    line-height: normal;
    letter-spacing: 0.5px;
    font-family: 'DM Sans', sans-serif;
    color: #000000;
}*/
/*menu css*/
.clear {
  clear: both;
}
.header {
    width: 100%;
    float: none;
    clear: both;
    background: #000000;
    z-index: 9999;
    padding: 15px 15px;
    /* border-bottom: 3px solid #e39e21; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    position: relative;
    left: 0;
    top: 0;
}
.logo-con {
    margin: 10px 0;
}
.header-tinfo {
  float: right;
}
.stellarnav ul {
  text-align: center;
}

.stellarnav {
  width: 100% !important;
  float: none !important;
}
.sticky-menu {
    z-index: 9999;
    position: sticky !important;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000 !important;
    padding: 15px !important;
}
.sticky-menu ul.header-tinfo {
  margin: 5px 0;
}
/*.stellarnav li a:hover {*/
/*    color: #e39e21;*/
/*}*/
.stellarnav > ul > li > a {
  position: relative;
  color: #ffffff;
}
.stellarnav > ul > li:last-child > a {
    padding-right: 0;
}
.stellarnav > ul > li:last-child > a:before {
    width: 100%;
}
/*.sticky-menu .stellarnav > ul > li > a {
  color: #000000;
}*/
/*li.has-sub li a {
  position: relative;
}
li.has-sub li a:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 19px;
  width: 5px;
  height: 5px;
  transition: .5s ease-in-out;
  background: #e39e21;
  opacity: 0;
}

li.has-sub li a:hover:before {
  opacity: 1;
}*/

/*li.has-sub li a:hover {
  padding-left: 30px;
}*/
ul.header-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.header-social-link a {
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s;
}
.header-social-link a:hover {
    color: #e39e21;
}

@keyframes smoothscroll-menu {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.stellarnav.mobile.left.active ul {
  transform: translateX(0%);
}
.stellarnav.mobile.left > ul {
  left: 0;
  transition: transform .3s ease-in-out;
  transform: translateX(-100%);
}
ul.header-tinfo li {
  display: inline-block;
  line-height: 1.2em;
}
ul.header-tinfo li i {
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    width: 45px;
    height: 45px;
    color: #000;
    z-index: 0;
    text-align: center;
    float: left;
    background: #e39e21;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.header-tinfo a {
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: normal;
}
/*.sticky-menu ul.header-tinfo a {
    color: #000000;
}*/
ul.header-tinfo a span {
    font-family: 'DM Sans';
    letter-spacing: 0px;
    transition: .3s;
    font-weight: normal;
    font-size: 16px;
}
ul.header-tinfo li:hover span {
  color: #e39e21;
}
ul.header-tinfo li.header-apply-btn {
  margin-right: 20px;
  width: 240px;
  border-right: 1px solid #ffe8f3;
}

@media (min-width : 993px) {
.container-85 {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
    padding: 0 15px;
}
footer .container {
    max-width: 90%;
}
}

@media (min-width : 960px) {
   .sticky-menu {
     animation: smoothscroll-menu 0.7s forwards;
  }
  ul.mega-menu {
     width: 200px !important;
  }
  .mega-menu-col {
     width: 50%;
     float: left;
  }
  .mega-menu-col-border {
     border-right: 2px solid #f5f5f5;
  }
  .stellarnav {
     float: none !important;
  }
  .stellarnav ul ul {
     box-shadow: 0px 5px 6px 3px rgb(0 0 0 / 0.1);
  }
  .stellarnav > ul > li > a:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    left: 0;
    right: auto;
    bottom: 0px;
    background: #e39e21;
    transition: .3s;
    transform: scale(0);
    transform-origin: center center;
  }
  .stellarnav > ul > li > a:hover:before {
    transform: scale(1);
  }
}




@media screen and (min-width: 1696px){
	p {
	    font-size: calc(1.3 * 1rem);
	}
}
@media screen and (min-width: 0) and (max-width: 1695px) and (orientation: portrait){
	p {
	    font-size: calc((1.3 - 1) * 1.2vh + 1rem);
	}
}
/*.sqs-block-button-element{
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    padding: 1.4em 2.338em;
    font-size: calc(1 * 1rem);
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .05em;
    border-radius: 300px;
    color: #fff;
    border-color: #fff;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}


.sqs-block-button-element:hover{
	    background: #fff;
    color: #000;
    text-decoration: none;
}
*/





.main-home-content h1 {
    font-weight: 700;
    font-size: max(4.5vw, 50px);
    color: #fff;
    line-height: 1;
}
.main-home-content h4 {
    font-size: max(2.5vw, 30px);
}
.main-home {
    padding-bottom: 10vh;
    /*background-image: url(../img/bg2.jpg);*/
    /*background-image: url(../img/timmartin-bg2.jpg);*/
    background: linear-gradient(to bottom, #ffffff00 0%, #000000 100%), url(../img/tim-bg2.jpg);
    /*background-image: url(../img/tim-bg2.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
/*.main-home .row{
    min-height: calc(100vh - 10vh);
}*/

h2, h3 {
    font-weight: 700;
    font-size: max(3.8vw, 30px);
    color: #000000;
    line-height: 1;
}
h4 {
    font-size: max(1.6vw, 20px);
}
a, a:hover {
    color: #1a1a1a;

}

.link-con a {
    position: relative;
    margin-bottom: 5px;
    transition: 0.3s;
}
.link-con a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
}
.link-con a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #e39e21;
    z-index: 9;
    transition: 0.3s;
}
.link-con a:hover:before {
    width: 100%;
}

.section-padding{
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.text-warning{
	color: #e39e21 !important;
}
.text-dark{
	color: #000 !important;
}

.partners-logo img {
    min-width: 150px;
}

ul.partners-logo {
    display: inline-flex;
    width: 100%;
    column-gap: 30px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.section-sep {
    border-bottom: 1px dashed #0000002b;
    width: 100%;
    /*margin: 10vh 0;*/
}

/*vg*/
.services-col img {
    width: 100%;
}

.services-col h4 {
    font-size: 40px;
    position: absolute;
    bottom: 20px;
    margin: 0;
    background: #e39e21;
    padding: 5px 20px;
    right: 0;
    /* border-radius: 50px; */
    font-weight: 700;
}

.services-col {
    position: relative;
    margin-bottom: 30px;
    transition: 0.3s;
    max-height: 530px;
    overflow: hidden;
}
.services-col.small-s-col {
    max-height: 300px;
}

.services-col.small-m-col {
    max-height: 420px;
}
.services-col img {
    transition: 0.3s;
}

.services-col:hover {
    transform: scale(1.2);
    z-index: 9;
    transform-origin: center center;
}

.form-field {
    margin-bottom: 30px;
    position: relative;
}
.contact-form .form-field .form-input , .contact-form .form-field textarea {
    display: block;
    outline: none;
    position: relative;
    background: none;
    width: 100%;
    height: 70px;
    padding: 15px 20px 5px 20px;
    /* border: none; */
    border: 1px dashed #0000003d;
    border-radius: 0;
    color: #000000;
    font-size: 20px;
    transition: all .2s ease;
}
select#services {
    padding: 10px 20px;
}
.contact-form .form-field textarea {
    height: 120px;
    padding-top: 20px;
}
.contact-form .form-label {
    position: absolute;
    margin: 0;
    top: 15px;
    left: 30px;
    color: rgb(0 0 0 / 30%);
    transition: 0.3s ease;
    padding: 5px 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    line-height: normal;
    z-index: 1;
}
.form-label-top {
    top: -15px !important;
    background-color: #e39e21;
    color: #050720 !important;
    font-size: 16px !important;
}


.cst-btn {
    padding: 15px 40px;
    background: #000;
    border: none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}

.cst-btn:hover {
    transform: translateY(10px);
    background: #e39e21;
    color: #000000;
}
.cst-btn-y {
    background: #e39e21;
    color: #000000;
}
section.nft-section {
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


footer {
    padding: 80px 0px 20px;
    font-size: 17px;
}

footer h3 {
    color: #e39e21;
    font-size: max(2vw, 30px);
    line-height: 1.1em;
    margin-bottom: 45px;
    font-weight: 700;
}

footer p {
    font-size: 17px;
}


footer a {
    color: #ffffff !important;
    transition: 0.3s;
    position: relative;
}

footer a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}

footer li {
    position: relative;
    margin-bottom: 5px;
}

footer a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #e39e21;
    z-index: 9;
    transition: 0.3s;
}
footer a:hover:before {
    width: 100%;
}
footer a:hover:before {
    height: 2px;
}
.copyright {
    margin-top: 60px;
    border-top: 1px dashed #ffffff1f;
    padding-top: 20px;
}

.newsletter-form input {
    color: #ffffff !important;
}

.newsletter-form input::placeholder {
    color: red !important;
}

.newsletter-form p.form-label {
    color: #ffffff;
    top: 15px;
    font-size: 16px;
    left: 10px;
}

.newsletter-form input {
    border-color: #ffffff3b !important;
    height: 60px !important;
    padding: 20px 140px 10px 20px !important;
    font-size: 17px !important;
}
.newsletter-form input.cst-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 25px !important;
    background: #e39e21;
    color: #000000 !important;
    transform: none !important;
}

form.newsletter-form {
    position: relative;
}


/*.first-img {
    animation: ff-img-out 1s forwards;  
}

@keyframes ff-img-out {
    0%{    
        z-index: 9;
    }
    100% {    
        z-index: -1;
    }
}*/

.first-img img {
    transform: translate(70px, 50px);
    /*animation: f-img-h-out 1s forwards;  */
    
}

/*@keyframes f-img-h-out {
    100%{    
        transform: translate(70px, 50px);
        z-index: -1;
    }
    50% { 
        transform: translate(0px, 50px);
    }
    0% {    
        transform: translate(70px, 50px);
        z-index: 9;
    }
}*/
.second-img img {transform: translate(-70px, -50px);}


/*.first-img:hover img {
    animation: f-img 1s forwards;  
}

@keyframes f-img {
    0%{    
        transform: translate(70px, 50px);
        z-index: -1;
    }
    50% { 
        transform: translate(0px, 50px);
    }
    100% {    
        transform: translate(70px, 50px);
        z-index: 9;
    }
}

.first-img:hover {
    animation: ff-img 1s forwards;  
}

@keyframes ff-img {
    0%{    
        z-index: -1;
    }
    100% {    
        z-index: 9;
    }
}*/



.f-sep {
    border-bottom: 1px dashed #ffffff12;
    margin-bottom: 50px;
    padding-bottom: 30px;
}


.pagetitle-bar {
    background-image: url(../img/bg2.jpg);
    background-position: center top;
    padding-top: max(30vh, 100px);
    padding-bottom: max(15vh, 50px);
}
.schedule-section .row {
    border-bottom: 1px dashed #0000002b;
    margin-bottom: 10vh;
    padding-bottom: 7vh;
}

.schedule-section .row:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.schedule-section i {
    margin-right: 4px;
    color: #e39e21;
}

.schedule-section h4 {
    font-size: max(2.5vw, 24px);
    margin-bottom: 20px;
}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #e39e21;
  /*outline: 1px solid slategrey;*/
}

section#instructors {
    border-bottom: 1px dashed #ffffff12;
}
div#success-msg div {
    border: 1px dashed;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}
.error-msg {
    font-size: 14px;
    margin-top: 5px;
    color: red;
}
.loader_ajax img {
    width: 40px;
}
ul.f-social-con a:before, ul.f-social-con a:after {
    display: none;
}
ul.f-social-con {
    display: inline-flex;
    column-gap: 12px;
    margin-top: 15px;
}
ul.f-social-con i {
    font-size: 24px;
    transition: 0.3s;
}
ul.f-social-con i:hover {
    color: #e39e21;
}
/*vg*/


@media (max-width: 1200px) {   
#slider ul li .slide {
    background-position: 70% 100% !important;
}
.teaser {
    left: 0;
    right: 0;
}
}


@media (max-width: 960px) {   
.header .menu {
    order: 3;
}
.stellarnav > ul > li > a,  .stellarnav li a {
    color: #ffffff !important;
}
.section-padding {
    padding: 6vh 15px;
}
footer {
    padding: 50px 15px;
}
footer h3 {
    margin-bottom: 25px;
}
.schedule-section .row {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
}


@media (max-width: 768px) {   
.logo-con {
    margin: 0;
    width: 160px;
}
.first-img img, .second-img img {
    transform: none;
}
}


@media (max-width: 767px) {   
ul.header-social-link {
    display: none;
}

}



















.slider {
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 99999px;
  overflow: hidden;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
#slider ul li .slide {
    background-size: cover !important;
    height: 100vh;
    background-repeat: no-repeat !important;
}

button.control_prev, button.control_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  border: none;
  width: 2em;
  height: 2em;
  line-height: 1.9em;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}
button.control_prev:focus, button.control_next:focus {
  outline: none;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
button.control_prev:hover, button.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.control_prev {
  left: 2rem;
}

button.control_next {
  right: 2rem;
}

.progress {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  height: 0.5rem;
  width: 100%;
  bottom: 0;
  border-top: 1px rgba(0, 0, 0, 0.15) solid;
}
.progress .bar {
  height: 100%;
  width: 0%;
  background: #fff;
}

.teaser {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.teaser h2 {
  font-size: 5em;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #fff;
}
.teaser p {
  font-size: 1.3em;
  line-height: 1.3em;
  border-top: 2px #fff solid;
  width: 33%;
  min-width: 25rem;
  margin: 0rem auto;
  padding: 1.5rem 0;
}
.teaser h3 {
  border-bottom: 2px #fff solid;
  width: 33%;
  padding: 1.5rem 0;
  margin: 0rem auto;
  min-width: 25rem;
}
.teaser a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.team-info {
    position: absolute;
    bottom: 0;
    background: #ffffff;
    left: 0;
    right: 0;
    width: 90%;
    height: 80px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
    margin: 0 auto 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.team-col {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0000000a;
}

.team-col:hover .team-info {
    height: calc(100% - 40px);
    background: #000000a6;
}

.team-info p.asd {
    transform: translateY(180px) scale(0);
    font-size: 16px;
    transition: 0.3s !important;
}

.team-info:hover p.asd {
    transform: translateY(0px);
}
.team-info p {
    font-size: 18px;
    transition: 0.3s;
}
.team-col:hover .team-info p {
    color: #ffffff;
}
p.team-disc {
    opacity: 0;
    height: 0;
    transition: 0.5s;
    transform: translateY(100px);
}
.team-col img {
    transition: 0.3s;
}

.team-col:hover img.img-fluid {
    filter: blur(4px);
}
.team-col:hover p.team-disc {
    opacity: 1;
    height: auto;
    transform: translateY(0px);
        margin-top: 20px;
}

div#accordion .card {
    background: #ffffff0a;
    border-bottom: 1px dashed #ffffff12;
}

.card-header {
    padding: 0;
}
div#accordion .card-body {
    background: #ffffff0f;
}
div#accordion button {
    padding: 15px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
}


.slider-logos img {
    max-height: 100px;
    border: 1px dashed rgb(255 255 255 / 13%);
    padding: 10px;
}
.slider-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 40px;
}

@media (max-width: 1600px) {  
.slider-logos img {
    max-height: 70px;
}
}


@media (max-width: 500px) {  
.slider-logos img {
    max-height: 40px;
    padding: 7px;
}
.slider-logos {
    column-gap: 5px;
}
}




.owl-wrapper {
    display: flex !important;
}
.img_carousel .owl-nav button {
    background: rgb(255 255 255 / 47%) !important;
    border-radius: 50px !important;
    transition: background 0.5s ease 0s;
    width: 2em;
    height: 2em;
    font-size: 2rem !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}

.img_carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: calc(100% - 60px);
    top: 50%;
    margin-top: 0;
    left: 30px;
}
.img_carousel .owl-stage {
    display: flex;
}
.img_carousel .owl-item {
    float: none;
    padding: 20px;
}
.img_carousel .item {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #ffffff61;
}
.img_carousel .item img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.img_carousel .item:hover img {
    transform: scale(1.1);
}



div#owl-carousel-testi button {
    background: rgb(0 0 0 / 15%) !important;
    border-radius: 50px !important;
    transition: background 0.5s ease 0s;
    width: 40px;
    height: 40px;
    font-size: 22px !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
div#owl-carousel-testi {
    margin-top: 100px;
}



@media only screen and (max-width:500px) {
ul.header-tinfo li {
    display: inline-block;
    line-height: 1em;
}
ul.header-tinfo a {
    font-size: 14px;
    line-height: 1.2rem;
}
ul.header-tinfo a span {
    font-size: 12px;
}
ul.header-tinfo li i {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
a.menu-toggle {
    padding: 6px !important;
}

.header, .sticky-menu {
    padding: 15px 15px 8px !important;
}
.header .container-fluid {
    display: inline-block !important;
}
.logo-con {
    float: left;
    margin-top: 5px;
}
ul.header-tinfo li i {
    float: none;
}
.m-hide {
    display: none;
}
.sticky-menu ul.header-tinfo {
    margin: 0;
}
.header .d-flex {
    display: inline-block !important;
    text-align: right;
}
}


