/* Please ❤ this if you like it! */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");

.cinzel-font {
    font-family: Cinzel;
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1350px !important;
    }
}
/* Section TagLine */
.logos {
    /* margin-top: 6rem; */
    padding: 100px 60px;
    justify-content: space-between;
    display: flex;
}
.logos-bottom {
    position: absolute;
    padding: 0px 60px;
    bottom: 1px;
    right: 1px;
}
.group-left {
    display: flex;
}
.group-right {
    display: flex;
}
.asean-logos img {
    width: 15vw;
}
.aebf-logos img {
    width: 8vw;
}
.esdm-logos img {
    width: 6vw;
}
.ace-logos img {
    width: 6vw;
}
/* #Primary
================================================== */

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
    color: #fff;
    background-color: #009688;
}
::-moz-selection {
    color: #fff;
    background-color: #009688;
}

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
    height: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-brand img {
    height: 52px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link {
    color: #00053b !important;
    font-family: Cinzel;
    font-weight: 700 !important;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link {
    color: #8167a9;
}
.nav-item.active .nav-link {
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after {
    opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
h1 {
    /* font-size: 48px; */
    font-size: 72px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}
p {
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}
body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1) {
    transition-delay: 1000ms;
}
h1 span:nth-child(2) {
    transition-delay: 700ms;
}
h1 span:nth-child(3) {
    transition-delay: 900ms;
}
h1 span:nth-child(4) {
    transition-delay: 800ms;
}
h1 span:nth-child(5) {
    transition-delay: 1000ms;
}
h1 span:nth-child(6) {
    transition-delay: 700ms;
}
h1 span:nth-child(7) {
    transition-delay: 900ms;
}
h1 span:nth-child(8) {
    transition-delay: 800ms;
}
h1 span:nth-child(9) {
    transition-delay: 600ms;
}
h1 span:nth-child(10) {
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}
h1 span:nth-child(11) {
    transition-delay: 1300ms;
}
h1 span:nth-child(12) {
    transition-delay: 1500ms;
}
h1 span:nth-child(13) {
    transition-delay: 1400ms;
}
h1 span:nth-child(14) {
    transition-delay: 1200ms;
}
h1 span:nth-child(15) {
    transition-delay: 1450ms;
}
#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #00053b;
    border-radius: 27px;
    background: #00053b;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #00053b;
}
.switched {
    border-color: #fff !important;
    background: #fff !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25),
        0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, 0.6);
}

body.dark {
    color: black;
    background-color: #1f2029;
}

body.dark h1 {
    color: #fff;
}
body.dark h1 span {
    transition-delay: 0ms !important;
}
body.dark p {
    color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
    background-color: #14151a !important;
}
body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link {
    color: #fff !important;
}
body.dark .nav-item.active .nav-link {
    color: #999 !important;
}
body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
    font-family: cinzel;
    color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url("https://ivang-design.com/ig-logo.jpg");
    box-shadow: 0 0 0 2px rgba(12, 12, 12, 0.1);
    transition: opacity 0.2s, border-radius 0.2s, box-shadow 0.2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12, 12, 12, 0.1);
}

/* MATERIAL CARD */
.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
}

.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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(
        0.25turn,
        rgba(255, 249, 34),
        rgba(255, 0, 128),
        rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: 100%;
}

.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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    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: auto;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
    font-size: 18px;
}

.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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    /* top: 62px; */
    top: 44px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-footer h4 {
    position: absolute;
    opacity: 0;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
}

.material-card .mc-footer a:nth-child(1) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.material-card .mc-footer a:nth-child(2) {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.material-card .mc-footer a:nth-child(3) {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.material-card .mc-footer a:nth-child(4) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.material-card .mc-footer a:nth-child(5) {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-card .img-container img {
    width: 100%;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    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);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 0px;
}

.material-card.mc-active .mc-footer a {
    top: 0;
}

.material-card.mc-active .mc-footer h4 {
    opacity: 1;
    top: -32px;
}

.material-card.Red h2 {
    background-color: #f44336;
}

.material-card.Red h2:after {
    border-top-color: #f44336;
    border-right-color: #f44336;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red h2:before {
    border-top-color: transparent;
    border-right-color: #b71c1c;
    border-bottom-color: #b71c1c;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #f44336;
    border-bottom-color: #f44336;
    border-left-color: transparent;
}

.material-card.Red.mc-active h2:after {
    border-top-color: #b71c1c;
    border-right-color: #b71c1c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Red .mc-btn-action {
    background-color: #f44336;
}

.material-card.Red .mc-btn-action:hover {
    background-color: #b71c1c;
}

.material-card.Red .mc-footer h4 {
    color: #b71c1c;
}

.material-card.Red .mc-footer a {
    background-color: #b71c1c;
}

.material-card.Red.mc-active .mc-content {
    background-color: #ffebee;
}

.material-card.Red.mc-active .mc-footer {
    background-color: #ffcdd2;
}

.material-card.Red.mc-active .mc-btn-action {
    border-color: #ffebee;
}

.material-card.Blue-Grey h2 {
    background-color: #607d8b;
}

.material-card.Blue-Grey h2:after {
    border-top-color: #607d8b;
    border-right-color: #607d8b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey h2:before {
    border-top-color: transparent;
    border-right-color: #263238;
    border-bottom-color: #263238;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #607d8b;
    border-bottom-color: #607d8b;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:after {
    border-top-color: #263238;
    border-right-color: #263238;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey .mc-btn-action {
    background-color: #607d8b;
}

.material-card.Blue-Grey .mc-btn-action:hover {
    background-color: #263238;
}

.material-card.Blue-Grey .mc-footer h4 {
    color: #263238;
}

.material-card.Blue-Grey .mc-footer a {
    background-color: #263238;
}

.material-card.Blue-Grey.mc-active .mc-content {
    background-color: #eceff1;
}

.material-card.Blue-Grey.mc-active .mc-footer {
    background-color: #cfd8dc;
}

.material-card.Blue-Grey.mc-active .mc-btn-action {
    border-color: #eceff1;
}

.material-card.Pink h2 {
    background-color: #e91e63;
}

.material-card.Pink h2:after {
    border-top-color: #e91e63;
    border-right-color: #e91e63;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Pink h2:before {
    border-top-color: transparent;
    border-right-color: #880e4f;
    border-bottom-color: #880e4f;
    border-left-color: transparent;
}

.material-card.Pink.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #e91e63;
    border-bottom-color: #e91e63;
    border-left-color: transparent;
}

.material-card.Pink.mc-active h2:after {
    border-top-color: #880e4f;
    border-right-color: #880e4f;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Pink .mc-btn-action {
    background-color: #e91e63;
}

.material-card.Pink .mc-btn-action:hover {
    background-color: #880e4f;
}

.material-card.Pink .mc-footer h4 {
    color: #880e4f;
}

.material-card.Pink .mc-footer a {
    background-color: #880e4f;
}

.material-card.Pink.mc-active .mc-content {
    background-color: #fce4ec;
}

.material-card.Pink.mc-active .mc-footer {
    background-color: #f8bbd0;
}

.material-card.Pink.mc-active .mc-btn-action {
    border-color: #fce4ec;
}

.material-card.Purple h2 {
    background-color: #9c27b0;
}

.material-card.Purple h2:after {
    border-top-color: #9c27b0;
    border-right-color: #9c27b0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Purple h2:before {
    border-top-color: transparent;
    border-right-color: #4a148c;
    border-bottom-color: #4a148c;
    border-left-color: transparent;
}

.material-card.Purple.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #9c27b0;
    border-bottom-color: #9c27b0;
    border-left-color: transparent;
}

.material-card.Purple.mc-active h2:after {
    border-top-color: #4a148c;
    border-right-color: #4a148c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Purple .mc-btn-action {
    background-color: #9c27b0;
}

.material-card.Purple .mc-btn-action:hover {
    background-color: #4a148c;
}

.material-card.Purple .mc-footer h4 {
    color: #4a148c;
}

.material-card.Purple .mc-footer a {
    background-color: #4a148c;
}

.material-card.Purple.mc-active .mc-content {
    background-color: #f3e5f5;
}

.material-card.Purple.mc-active .mc-footer {
    background-color: #e1bee7;
}

.material-card.Purple.mc-active .mc-btn-action {
    border-color: #f3e5f5;
}

.material-card.Deep-Purple h2 {
    background-color: #673ab7;
}

.material-card.Deep-Purple h2:after {
    border-top-color: #673ab7;
    border-right-color: #673ab7;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Purple h2:before {
    border-top-color: transparent;
    border-right-color: #311b92;
    border-bottom-color: #311b92;
    border-left-color: transparent;
}

.material-card.Deep-Purple.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #673ab7;
    border-bottom-color: #673ab7;
    border-left-color: transparent;
}

.material-card.Deep-Purple.mc-active h2:after {
    border-top-color: #311b92;
    border-right-color: #311b92;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Purple .mc-btn-action {
    background-color: #673ab7;
}

.material-card.Deep-Purple .mc-btn-action:hover {
    background-color: #311b92;
}

.material-card.Deep-Purple .mc-footer h4 {
    color: #311b92;
}

.material-card.Deep-Purple .mc-footer a {
    background-color: #311b92;
}

.material-card.Deep-Purple.mc-active .mc-content {
    background-color: #ede7f6;
}

.material-card.Deep-Purple.mc-active .mc-footer {
    background-color: #d1c4e9;
}

.material-card.Deep-Purple.mc-active .mc-btn-action {
    border-color: #ede7f6;
}

.material-card.Indigo h2 {
    background-color: #3f51b5;
}

.material-card.Indigo h2:after {
    border-top-color: #3f51b5;
    border-right-color: #3f51b5;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Indigo h2:before {
    border-top-color: transparent;
    border-right-color: #1a237e;
    border-bottom-color: #1a237e;
    border-left-color: transparent;
}

.material-card.Indigo.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #3f51b5;
    border-bottom-color: #3f51b5;
    border-left-color: transparent;
}

.material-card.Indigo.mc-active h2:after {
    border-top-color: #1a237e;
    border-right-color: #1a237e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Indigo .mc-btn-action {
    background-color: #3f51b5;
}

.material-card.Indigo .mc-btn-action:hover {
    background-color: #1a237e;
}

.material-card.Indigo .mc-footer h4 {
    color: #1a237e;
}

.material-card.Indigo .mc-footer a {
    background-color: #1a237e;
}

.material-card.Indigo.mc-active .mc-content {
    background-color: #e8eaf6;
}

.material-card.Indigo.mc-active .mc-footer {
    background-color: #c5cae9;
}

.material-card.Indigo.mc-active .mc-btn-action {
    border-color: #e8eaf6;
}

.material-card.Blue h2 {
    background-color: #2196f3;
}

.material-card.Blue h2:after {
    border-top-color: #2196f3;
    border-right-color: #2196f3;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue h2:before {
    border-top-color: transparent;
    border-right-color: #0d47a1;
    border-bottom-color: #0d47a1;
    border-left-color: transparent;
}

.material-card.Blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #2196f3;
    border-bottom-color: #2196f3;
    border-left-color: transparent;
}

.material-card.Blue.mc-active h2:after {
    border-top-color: #0d47a1;
    border-right-color: #0d47a1;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue .mc-btn-action {
    background-color: #2196f3;
}

.material-card.Blue .mc-btn-action:hover {
    background-color: #0d47a1;
}

.material-card.Blue .mc-footer h4 {
    color: #0d47a1;
}

.material-card.Blue .mc-footer a {
    background-color: #0d47a1;
}

.material-card.Blue.mc-active .mc-content {
    background-color: #e3f2fd;
}

.material-card.Blue.mc-active .mc-footer {
    background-color: #bbdefb;
}

.material-card.Blue.mc-active .mc-btn-action {
    border-color: #e3f2fd;
}

.material-card.Light-Blue h2 {
    background-color: #03a9f4;
}

.material-card.Light-Blue h2:after {
    border-top-color: #03a9f4;
    border-right-color: #03a9f4;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Blue h2:before {
    border-top-color: transparent;
    border-right-color: #01579b;
    border-bottom-color: #01579b;
    border-left-color: transparent;
}

.material-card.Light-Blue.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #03a9f4;
    border-bottom-color: #03a9f4;
    border-left-color: transparent;
}

.material-card.Light-Blue.mc-active h2:after {
    border-top-color: #01579b;
    border-right-color: #01579b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Blue .mc-btn-action {
    background-color: #03a9f4;
}

.material-card.Light-Blue .mc-btn-action:hover {
    background-color: #01579b;
}

.material-card.Light-Blue .mc-footer h4 {
    color: #01579b;
}

.material-card.Light-Blue .mc-footer a {
    background-color: #01579b;
}

.material-card.Light-Blue.mc-active .mc-content {
    background-color: #e1f5fe;
}

.material-card.Light-Blue.mc-active .mc-footer {
    background-color: #b3e5fc;
}

.material-card.Light-Blue.mc-active .mc-btn-action {
    border-color: #e1f5fe;
}

.material-card.Cyan h2 {
    background-color: #00bcd4;
}

.material-card.Cyan h2:after {
    border-top-color: #00bcd4;
    border-right-color: #00bcd4;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Cyan h2:before {
    border-top-color: transparent;
    border-right-color: #006064;
    border-bottom-color: #006064;
    border-left-color: transparent;
}

.material-card.Cyan.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #00bcd4;
    border-bottom-color: #00bcd4;
    border-left-color: transparent;
}

.material-card.Cyan.mc-active h2:after {
    border-top-color: #006064;
    border-right-color: #006064;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Cyan .mc-btn-action {
    background-color: #00bcd4;
}

.material-card.Cyan .mc-btn-action:hover {
    background-color: #006064;
}

.material-card.Cyan .mc-footer h4 {
    color: #006064;
}

.material-card.Cyan .mc-footer a {
    background-color: #006064;
}

.material-card.Cyan.mc-active .mc-content {
    background-color: #e0f7fa;
}

.material-card.Cyan.mc-active .mc-footer {
    background-color: #b2ebf2;
}

.material-card.Cyan.mc-active .mc-btn-action {
    border-color: #e0f7fa;
}

.material-card.Teal h2 {
    background-color: #009688;
}

.material-card.Teal h2:after {
    border-top-color: #009688;
    border-right-color: #009688;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Teal h2:before {
    border-top-color: transparent;
    border-right-color: #004d40;
    border-bottom-color: #004d40;
    border-left-color: transparent;
}

.material-card.Teal.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #009688;
    border-bottom-color: #009688;
    border-left-color: transparent;
}

.material-card.Teal.mc-active h2:after {
    border-top-color: #004d40;
    border-right-color: #004d40;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Teal .mc-btn-action {
    background-color: #009688;
}

.material-card.Teal .mc-btn-action:hover {
    background-color: #004d40;
}

.material-card.Teal .mc-footer h4 {
    color: #004d40;
}

.material-card.Teal .mc-footer a {
    background-color: #004d40;
}

.material-card.Teal.mc-active .mc-content {
    background-color: #e0f2f1;
}

.material-card.Teal.mc-active .mc-footer {
    background-color: #b2dfdb;
}

.material-card.Teal.mc-active .mc-btn-action {
    border-color: #e0f2f1;
}

.material-card.Green h2 {
    background-color: #4caf50;
}

.material-card.Green h2:after {
    border-top-color: #4caf50;
    border-right-color: #4caf50;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Green h2:before {
    border-top-color: transparent;
    border-right-color: #1b5e20;
    border-bottom-color: #1b5e20;
    border-left-color: transparent;
}

.material-card.Green.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #4caf50;
    border-bottom-color: #4caf50;
    border-left-color: transparent;
}

.material-card.Green.mc-active h2:after {
    border-top-color: #1b5e20;
    border-right-color: #1b5e20;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Green .mc-btn-action {
    background-color: #4caf50;
}

.material-card.Green .mc-btn-action:hover {
    background-color: #1b5e20;
}

.material-card.Green .mc-footer h4 {
    color: #1b5e20;
}

.material-card.Green .mc-footer a {
    background-color: #1b5e20;
}

.material-card.Green.mc-active .mc-content {
    background-color: #e8f5e9;
}

.material-card.Green.mc-active .mc-footer {
    background-color: #c8e6c9;
}

.material-card.Green.mc-active .mc-btn-action {
    border-color: #e8f5e9;
}

.material-card.Light-Green h2 {
    background-color: #8bc34a;
}

.material-card.Light-Green h2:after {
    border-top-color: #8bc34a;
    border-right-color: #8bc34a;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Green h2:before {
    border-top-color: transparent;
    border-right-color: #33691e;
    border-bottom-color: #33691e;
    border-left-color: transparent;
}

.material-card.Light-Green.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #8bc34a;
    border-bottom-color: #8bc34a;
    border-left-color: transparent;
}

.material-card.Light-Green.mc-active h2:after {
    border-top-color: #33691e;
    border-right-color: #33691e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Light-Green .mc-btn-action {
    background-color: #8bc34a;
}

.material-card.Light-Green .mc-btn-action:hover {
    background-color: #33691e;
}

.material-card.Light-Green .mc-footer h4 {
    color: #33691e;
}

.material-card.Light-Green .mc-footer a {
    background-color: #33691e;
}

.material-card.Light-Green.mc-active .mc-content {
    background-color: #f1f8e9;
}

.material-card.Light-Green.mc-active .mc-footer {
    background-color: #dcedc8;
}

.material-card.Light-Green.mc-active .mc-btn-action {
    border-color: #f1f8e9;
}

.material-card.Lime h2 {
    background-color: #cddc39;
}

.material-card.Lime h2:after {
    border-top-color: #cddc39;
    border-right-color: #cddc39;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Lime h2:before {
    border-top-color: transparent;
    border-right-color: #827717;
    border-bottom-color: #827717;
    border-left-color: transparent;
}

.material-card.Lime.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #cddc39;
    border-bottom-color: #cddc39;
    border-left-color: transparent;
}

.material-card.Lime.mc-active h2:after {
    border-top-color: #827717;
    border-right-color: #827717;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Lime .mc-btn-action {
    background-color: #cddc39;
}

.material-card.Lime .mc-btn-action:hover {
    background-color: #827717;
}

.material-card.Lime .mc-footer h4 {
    color: #827717;
}

.material-card.Lime .mc-footer a {
    background-color: #827717;
}

.material-card.Lime.mc-active .mc-content {
    background-color: #f9fbe7;
}

.material-card.Lime.mc-active .mc-footer {
    background-color: #f0f4c3;
}

.material-card.Lime.mc-active .mc-btn-action {
    border-color: #f9fbe7;
}

.material-card.Yellow h2 {
    background-color: #ffeb3b;
}

.material-card.Yellow h2:after {
    border-top-color: #ffeb3b;
    border-right-color: #ffeb3b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Yellow h2:before {
    border-top-color: transparent;
    border-right-color: #f57f17;
    border-bottom-color: #f57f17;
    border-left-color: transparent;
}

.material-card.Yellow.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ffeb3b;
    border-bottom-color: #ffeb3b;
    border-left-color: transparent;
}

.material-card.Yellow.mc-active h2:after {
    border-top-color: #f57f17;
    border-right-color: #f57f17;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Yellow .mc-btn-action {
    background-color: #ffeb3b;
}

.material-card.Yellow .mc-btn-action:hover {
    background-color: #f57f17;
}

.material-card.Yellow .mc-footer h4 {
    color: #f57f17;
}

.material-card.Yellow .mc-footer a {
    background-color: #f57f17;
}

.material-card.Yellow.mc-active .mc-content {
    background-color: #fffde7;
}

.material-card.Yellow.mc-active .mc-footer {
    background-color: #fff9c4;
}

.material-card.Yellow.mc-active .mc-btn-action {
    border-color: #fffde7;
}

.material-card.Amber h2 {
    background-color: #ffc107;
}

.material-card.Amber h2:after {
    border-top-color: #ffc107;
    border-right-color: #ffc107;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Amber h2:before {
    border-top-color: transparent;
    border-right-color: #ff6f00;
    border-bottom-color: #ff6f00;
    border-left-color: transparent;
}

.material-card.Amber.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ffc107;
    border-bottom-color: #ffc107;
    border-left-color: transparent;
}

.material-card.Amber.mc-active h2:after {
    border-top-color: #ff6f00;
    border-right-color: #ff6f00;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Amber .mc-btn-action {
    background-color: #ffc107;
}

.material-card.Amber .mc-btn-action:hover {
    background-color: #ff6f00;
}

.material-card.Amber .mc-footer h4 {
    color: #ff6f00;
}

.material-card.Amber .mc-footer a {
    background-color: #ff6f00;
}

.material-card.Amber.mc-active .mc-content {
    background-color: #fff8e1;
}

.material-card.Amber.mc-active .mc-footer {
    background-color: #ffecb3;
}

.material-card.Amber.mc-active .mc-btn-action {
    border-color: #fff8e1;
}

.material-card.Orange h2 {
    background-color: #ff9800;
}

.material-card.Orange h2:after {
    border-top-color: #ff9800;
    border-right-color: #ff9800;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Orange h2:before {
    border-top-color: transparent;
    border-right-color: #e65100;
    border-bottom-color: #e65100;
    border-left-color: transparent;
}

.material-card.Orange.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ff9800;
    border-bottom-color: #ff9800;
    border-left-color: transparent;
}

.material-card.Orange.mc-active h2:after {
    border-top-color: #e65100;
    border-right-color: #e65100;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Orange .mc-btn-action {
    background-color: #ff9800;
}

.material-card.Orange .mc-btn-action:hover {
    background-color: #e65100;
}

.material-card.Orange .mc-footer h4 {
    color: #e65100;
}

.material-card.Orange .mc-footer a {
    background-color: #e65100;
}

.material-card.Orange.mc-active .mc-content {
    background-color: #fff3e0;
}

.material-card.Orange.mc-active .mc-footer {
    background-color: #ffe0b2;
}

.material-card.Orange.mc-active .mc-btn-action {
    border-color: #fff3e0;
}

.material-card.Deep-Orange h2 {
    background-color: #ff5722;
}

.material-card.Deep-Orange h2:after {
    border-top-color: #ff5722;
    border-right-color: #ff5722;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Orange h2:before {
    border-top-color: transparent;
    border-right-color: #bf360c;
    border-bottom-color: #bf360c;
    border-left-color: transparent;
}

.material-card.Deep-Orange.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #ff5722;
    border-bottom-color: #ff5722;
    border-left-color: transparent;
}

.material-card.Deep-Orange.mc-active h2:after {
    border-top-color: #bf360c;
    border-right-color: #bf360c;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Deep-Orange .mc-btn-action {
    background-color: #ff5722;
}

.material-card.Deep-Orange .mc-btn-action:hover {
    background-color: #bf360c;
}

.material-card.Deep-Orange .mc-footer h4 {
    color: #bf360c;
}

.material-card.Deep-Orange .mc-footer a {
    background-color: #bf360c;
}

.material-card.Deep-Orange.mc-active .mc-content {
    background-color: #fbe9e7;
}

.material-card.Deep-Orange.mc-active .mc-footer {
    background-color: #ffccbc;
}

.material-card.Deep-Orange.mc-active .mc-btn-action {
    border-color: #fbe9e7;
}

.material-card.Brown h2 {
    background-color: #795548;
}

.material-card.Brown h2:after {
    border-top-color: #795548;
    border-right-color: #795548;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Brown h2:before {
    border-top-color: transparent;
    border-right-color: #3e2723;
    border-bottom-color: #3e2723;
    border-left-color: transparent;
}

.material-card.Brown.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #795548;
    border-bottom-color: #795548;
    border-left-color: transparent;
}

.material-card.Brown.mc-active h2:after {
    border-top-color: #3e2723;
    border-right-color: #3e2723;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Brown .mc-btn-action {
    background-color: #795548;
}

.material-card.Brown .mc-btn-action:hover {
    background-color: #3e2723;
}

.material-card.Brown .mc-footer h4 {
    color: #3e2723;
}

.material-card.Brown .mc-footer a {
    background-color: #3e2723;
}

.material-card.Brown.mc-active .mc-content {
    background-color: #efebe9;
}

.material-card.Brown.mc-active .mc-footer {
    background-color: #d7ccc8;
}

.material-card.Brown.mc-active .mc-btn-action {
    border-color: #efebe9;
}

.material-card.Grey h2 {
    background-color: #9e9e9e;
}

.material-card.Grey h2:after {
    border-top-color: #9e9e9e;
    border-right-color: #9e9e9e;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Grey h2:before {
    border-top-color: transparent;
    border-right-color: #212121;
    border-bottom-color: #212121;
    border-left-color: transparent;
}

.material-card.Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #9e9e9e;
    border-bottom-color: #9e9e9e;
    border-left-color: transparent;
}

.material-card.Grey.mc-active h2:after {
    border-top-color: #212121;
    border-right-color: #212121;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Grey .mc-btn-action {
    background-color: #9e9e9e;
}

.material-card.Grey .mc-btn-action:hover {
    background-color: #212121;
}

.material-card.Grey .mc-footer h4 {
    color: #212121;
}

.material-card.Grey .mc-footer a {
    text-align: center;
    background-color: #212121;
}

.material-card.Grey.mc-active .mc-content {
    background-color: #fafafa;
}

.material-card.Grey.mc-active .mc-footer {
    background-color: #f5f5f5;
}

.material-card.Grey.mc-active .mc-btn-action {
    border-color: #fafafa;
}

.material-card.Blue-Grey h2 {
    background-color: #607d8b;
}

.material-card.Blue-Grey h2:after {
    border-top-color: #607d8b;
    border-right-color: #607d8b;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey h2:before {
    border-top-color: transparent;
    border-right-color: #263238;
    border-bottom-color: #263238;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: #607d8b;
    border-bottom-color: #607d8b;
    border-left-color: transparent;
}

.material-card.Blue-Grey.mc-active h2:after {
    border-top-color: #263238;
    border-right-color: #263238;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.Blue-Grey .mc-btn-action {
    background-color: #607d8b;
}

.material-card.Blue-Grey .mc-btn-action:hover {
    background-color: #263238;
}

.material-card.Blue-Grey .mc-footer h4 {
    color: #263238;
}

.material-card.Blue-Grey .mc-footer a {
    background-color: #263238;
}

.material-card.Blue-Grey.mc-active .mc-content {
    background-color: #eceff1;
}

.material-card.Blue-Grey.mc-active .mc-footer {
    background-color: #cfd8dc;
}

.material-card.Blue-Grey.mc-active .mc-btn-action {
    border-color: #eceff1;
}

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
}

.fab {
    font-size: 3rem;
}

/* transition for social icon hover animation */
.fa-facebook,
.fa-codepen,
.fa-youtube,
.fa-instagram,
.fa-github,
.fa-pinterest,
.fa-linkedin-in {
    transition: 0.4s;
    cursor: pointer;
}

/* social media icons hover color */
.fa-facebook:hover,
.fa-facebook:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-twitter:hover,
.fa-twitter:focus {
    color: #ffd803;
    transform: scale(1.1);
}
.fa-linkedin-in:hover,
.fa-linkedin-in:focus {
    color: #ffd803;
    transform: scale(1.1);
}
.fa-youtube:hover,
.fa-youtube:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-instagram:hover,
.fa-instagram:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-github:hover,
.fa-github:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-github:hover,
.fa-github:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-codepen:hover,
.fa-codepen:focus {
    color: #ffd803;
    transform: scale(1.1);
}

.fa-pinterest:hover,
.fa-pinterest:focus {
    color: #ffd803;
}
.material-card:hover .mc-content {
    background: linear-gradient(
        314.75deg,
        rgb(248, 237, 0) 9.57%,
        rgb(120, 238, 97) 49.15%,
        rgb(1, 237, 191) 95.74%
    ) !important;
}
.mt-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0rem;
    list-style-type: none;
    font-size: 2rem;
}
@media screen and (min-width: 820px) {
    #countdown-sec {
        margin-top: -10rem;
    }
    .container .featuring {
        z-index: 1;
    }
    body.dark .bg-light {
        background-color: transparent !important;
    }
    body.dark .nav-item.active .nav-link {
        color: #fff !important;
        background: #009688;
        padding: 5px !important;
        border-radius: 4px;
    }
    .nav-item:hover .nav-link {
        color: #009688 !important;
    }
    .nav-item:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: #009688;
        opacity: 0;
        transition: all 200ms linear;
    }
    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #009688;
    }
    body.dark .start-header.scroll-on {
        background-color: black !important;
    }
}
@media screen and (max-width: 820px) {
    .video-container {
        width: auto !important;
    }
}

/* Table */

/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/

#footer {
    position: relative;
    background-color: #0e4c87;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .sticky-footer #slider:not(.slider-parallax-invisible),
    .sticky-footer #page-submenu,
    .sticky-footer #page-title,
    .sticky-footer #content {
        z-index: 2;
    }

    .sticky-footer #content {
        transform: translate3d(0, 0, 0);
    }

    .sticky-footer #footer {
        position: sticky;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px;
}

#copyrights {
    padding: 50px;
    background-color: white;
    font-size: 0.875rem;
    line-height: 1.8;
    color: black;
}

#copyrights i.footer-icon {
    position: relative;
    top: 1px;
    font-size: 0.875rem;
    width: 14px;
    text-align: center;
    margin-right: 3px;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #333;
    border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
    color: #555;
    border-bottom: 1px solid #666;
}

.copyrights-menu {
    margin-bottom: 10px;
}

.copyrights-menu a {
    font-size: 0.875rem;
    margin: 0 10px;
    border-bottom: 0 !important;
}

#copyrights a:first-child {
    margin-left: 0;
}

#copyrights.text-right a:last-child {
    margin-right: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget {
    position: relative;
    margin-top: 50px;
}
.widget:first-child {
    margin-top: 0;
}
.widget p {
    line-height: 1.7;
}

.bottommargin-sm {
    margin-bottom: 2rem !important;
}
.bottommargin {
    margin-bottom: 3rem !important;
}

/* ----------------------------------------------------------------
	Counter
-----------------------------------------------------------------*/

.counter {
    font-size: 42px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.counter.counter-small {
    font-size: 28px;
}

.counter.counter-large {
    font-size: 56px;
}

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400;
}

.counter.counter-inherit {
    font-size: inherit;
    font-weight: inherit;
}

.counter + h5 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.counter.counter-lined + h5::before {
    display: block;
    position: relative;
    margin: 20px auto 25px auto;
    content: "";
    width: 15%;
    border-top: 2px solid #444;
    opacity: 0.9;
}

.counter.counter-small + h5 {
    font-size: 0.875rem;
}

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
    font-size: 15px;
    font-weight: 300;
}

.widget .counter + h5 {
    opacity: 0.7;
}

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/

.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.feature-box:first-child {
    margin-top: 0;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fbox-icon i,
.fbox-icon img {
    border-radius: 50%;
    background-color: #1abc9c;
}

.fbox-icon i {
    font-style: normal;
    font-size: 1.75rem;
    line-height: 4rem;
    text-align: center;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #999;
}

.fbox-content .before-heading {
    font-size: 0.875rem;
}

.fbox-content-sm h3,
.fbox-content-sm p {
    font-size: 0.875rem;
}

.fbox-content-sm .before-heading {
    font-size: 0.75rem;
}

.fbox-content-lg h3 {
    font-size: 1.25rem;
}

.fbox-content-lg p {
    font-size: 1.125rem;
    margin-top: 0.75rem;
}

.fbox-content-lg .before-heading {
    font-size: 1rem;
}

/* * Media Featured Box
-----------------------------------------------------------------*/
*/ .media-box {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
}

.media-box .fbox-media {
    margin: 0 0 1.5rem;
}

.media-box .fbox-media,
.media-box .fbox-media a,
.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.media-box .fbox-media iframe {
    display: block;
}

.media-box p {
    margin-top: 1rem;
}

.media-box .fbox-content {
    -ms-flex-preferred-size: auto;
}

.media-box.fbox-bg .fbox-media {
    margin: 0;
}

.media-box.fbox-bg .fbox-content {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0;
}

/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.fbox-content + .fbox-icon {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.fbox-content h3 span.subtitle {
    display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
    text-transform: none;
}

.fbox-center.fbox-sep:not(.fbox-bg) h3::after {
    content: "";
    display: block;
    margin: 1.25rem auto;
    width: 2rem;
    height: 2px;
    background-color: #555;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.fbox-center.fbox-sep:not(.fbox-bg):hover h3::after {
    width: 3rem;
}

.fbox-center.fbox-italic p {
    font-style: italic;
    font-family: "Lato", sans-serif;
}

.left-side {
    float: left;
    width: 50%;
    padding: 1%;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #1ABC9C; }

.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(80,144,247);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}