
/*Advisor Mentor Ambassador*/
.fc-state-active {
    background-color: #000;
    color: #bf9456;
}
.fc-state-disabled {
background-color: #000;
color: #bf9456;  
}
.fc-corner-right {
background-color: #000;
color: #bf9456; 
}
.fc-icon-left-single-arrow {
background-color: #000;
color: #bf9456;

}
.fc-button-group {
    background-color: #000;
color: #bf9456; 
}

.fc-title{
    color: #BF9456 !important;
    background-color: #000 !important;
}
.fc-event { 
    color: #BF9456 !important;
    background-color: #000 !important; 
}
.fc td {
    height: 43px;
}
/* hide #dropdown in mobile  */
@media (max-width: 600px) {
    #dropdown {
        display: none;
    }
    .img-border{
        border: 6px solid #bf9456;
    }
    .our-team.instructor-page .owl-carousel .owl-stage-outer {
        padding: 0px 0px !important;
    }
}
/* hide #nav toggle in mobile  */
/*@media (max-width: 600px) {*/
/*#navigation {*/
/*    display: none;*/
/*}*/
/*}*/

@import "https://fonts.googleapis.com/css?family=Raleway:400,300,200,500,600,700";

.material-card {
position: relative;
height: 0;
padding-bottom: calc(100% - 16px);
margin-bottom: 6.6em;
/* box-shadow: 23px 25px 25px 1px rgba(0, 0, 0, 0.4); */
transition: transform 0.3s ease;
border-radius: 5px;
margin-bottom: 40%;
}

.material-card:hover {
transform: translateY(-5px);
}

.material-card h2 {
position: absolute;
top: calc(100% - 16px);
left: 0;
width: 100%;
padding: 10px 16px;
color: #fff;
font-size: 1.4em;
line-height: 1.6em;
margin: 0;
z-index: 10;
transition: all 0.3s;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}

.material-card h2 span {
display: block;
}

.material-card h2 strong {
font-weight: 400;
display: block;
font-size: 0.8em;
}

.material-card h2:before,
.material-card h2:after {
content: ' ';
position: absolute;
left: 0;
top: -16px;
width: 0;
border: 8px solid;
transition: all 0.3s;
}

.material-card h2:after {
top: auto;
bottom: 0;
}

@media screen and (max-width: 767px) {
.material-card.mc-active {
    padding-bottom: 0;
    height: 400px;
}
}

.material-card.mc-active h2 {
top: 0;
padding: 10px 16px 10px 62px;
}

.material-card.mc-active h2:before {
top: 0;
}

.material-card.mc-active h2:after {
bottom: -16px;
}

.material-card .mc-content {
position: absolute;
right: 0;
top: 0;
bottom: 16px;
left: 16px;
transition: all 0.3s;
}

.material-card .mc-btn-action {
position: absolute;
right: 16px;
top: 15px;
border-radius: 50%;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
border-color: #000;
width: 40px;
height: 40px;
line-height: 44px;
text-align: center;
color: #fff;
cursor: pointer;
z-index: 20;
transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
top: 103px;
}

.material-card .mc-description {
position: absolute;
top: 100%;
right: 30px;
left: 30px;
bottom: 54px;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
transition: all 1.2s;
}

.material-card .mc-footer {
height: 0;
overflow: hidden;
transition: all 0.3s;
}

.material-card .mc-footer h4 {
position: absolute;
top: 200px;
left: 30px;
padding: 0;
margin: 0;
font-size: 16px;
font-weight: 700;
transition: all 1.4s;
}

.material-card .mc-footer a:nth-child(1) {
transition: all 0.5s;
}

.material-card .mc-footer a:nth-child(2) {
transition: all 0.6s;
}

.material-card .mc-footer a:nth-child(3) {
transition: all 0.7s;
}

.material-card .mc-footer a:nth-child(4) {
transition: all 0.8s;
}

.material-card .mc-footer a:nth-child(5) {
transition: all 0.9s;
}

.material-card .img-container {
overflow: hidden;
position: absolute;
left: 0;
top: 0;
width: 100%; /* Adjust this property */
height: 100%; /* Adjust this property */
z-index: 3;
transition: all 0.3s;
}

.material-card.mc-active .img-container {
border-radius: 50%;
left: 0;
top: 12px;
width: 40px; /* Adjust this property */
height: 40px; /* Adjust this property */
z-index: 20;
}


.material-card.mc-active .mc-content {
padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
.material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
}
}

.material-card.mc-active .mc-description {
top: 50px;
padding-top: 5.6em;
opacity: 1;
filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
.material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
}
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    /* top: calc(100% - 16px); */
	top: calc(100% - -17px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    /* padding-left: 25px; */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(to bottom right, black 50%, rgba(255, 255, 255, 0.3) 92%);
}

.material-card.mc-active .mc-footer a {
top: 0;
}

.material-card.mc-active .mc-footer h4 {
top: -32px;
}

.material-card.Red h2 {
background-color: #000;
}

.material-card.Red h2:after {
border-top-color: #000;
border-right-color: #000;
border-bottom-color: transparent;
border-left-color: transparent;
}

.material-card.Red h2:before {
border-top-color: transparent;
border-right-color: #bf9456;
border-bottom-color: #bf9456;
border-left-color: transparent;
}

.material-card.Red.mc-active h2:before {
border-top-color: transparent;
border-right-color: #000;
border-bottom-color: #000;
border-left-color: transparent;
}

.material-card.Red.mc-active h2:after {
border-top-color: #bf9456;
border-right-color: #bf9456;
border-bottom-color: transparent;
border-left-color: transparent;
}

.material-card.Red .mc-btn-action {
background-color: #bf9456;
color: #000;
}

.material-card.Red .mc-btn-action:hover {
background-color: #000;
color: #bf9456;
}

.material-card.Red .mc-footer h4 {
color: #bf9456;
}

.material-card.Red .mc-footer a {
background-color: #bf9456;
}

.material-card.Red.mc-active .mc-content {
background-color: #bf94561f;
height: 300px;
}

.material-card.Red.mc-active .mc-footer {
background-color: #000;
}

.material-card.Red.mc-active .mc-btn-action {
border-color: #fff;
}

h1, h2, h3 {
font-weight: 200;
}
@media screen and (max-width: 767px) {
.material-card h2 {
    top: 0;
    padding: 10px 16px;
}

.material-card h2:before {
    top: 0;
}

.material-card h2:after {
    bottom: -16px;
}

.material-card.mc-active h2 {
    padding: 10px 16px 10px 16px; /* Adjust as needed */
}

.material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px; /* Adjust as needed */
}

.material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 16px; /* Adjust as needed */
    bottom: 0;
}

.material-card.mc-active .mc-footer {
    top: auto;
    left: 0;
    right: 0;
    height: auto;
    padding-top: 15px;
    padding-left: 16px; /* Adjust as needed */
}
}
@media screen and (max-width: 767px) {
.material-card {
    /* margin-bottom: 20%; */
    height: 400px;
}
h2:after {
        content: "";
        display: none;
    }

.material-card h2 {
    top: 0;
    padding: 10px 16px;
}

.material-card h2:before {
    top: 0;
}

.material-card h2:after {
    bottom: -16px;
}

.material-card.mc-active h2 {
    padding: 10px 16px 10px 16px; /* Adjust as needed */
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 95px;
    bottom: 0px;
    left: 16px;
    transition: all 0.3s;
}

.material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px; /* Adjust as needed */
}

.material-card.mc-active .mc-description {
    position: relative;
    top: -80px;
    right: auto;
    left: auto;
    padding: 50px 16px; /* Adjust as needed */
    bottom: 0;
    font-size: 14px;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 5px;
    top: 38px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    border-color: #000;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s;
}

.material-card.mc-active .mc-footer {
    top: auto;
    left: 0;
    right: 0;
    height: auto;
    padding-top: 44px;
    padding-left: 16px; /* Adjust as needed */
}

.material-card .img-container {
    width: 100%; /* Adjust this property */
    height: 100%; /* Adjust this property */
}

.material-card.mc-active .img-container {
    width: 80px; /* Adjust this property */
    height: 80px; /* Adjust this property */
}

.material-card.mc-active .mc-content .img-container .img-respnsive {
    display: none;
}
}
@media (max-width: 600px) {
    .text-white-65 {
        display: none;
    }
}

	 