.b-sh {
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    transition: box-shadow .15s ease-in-out;
}

.h-title {
    font-family: 'cinzelregular';
}

* {
    color: #333333;
    font-size: 1rem;
    line-height: 1.5;

}


/***Layouts***/
header,
main,
footer,
.top-bar,
.topnav,
.main-slide,
.main-items {
    display: block;
    position: relative;
    float: left;

}

header {
    width: 100%;
    margin: 0px auto 0px;

}

.top-bar {
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.06);
    padding: 10px 0px;
}

.logo {
    max-height: 100px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.logo a img {
    width: auto;
    object-fit: cover;
}

.header-btn {
    padding: 0px;
    margin: 20px 10px;
    text-align: center;
    width: calc((100% - 60px) / 3);
    display: block;
    position: relative;
    float: left;

}

.header-btn:hover {
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);


}

.navbar-expand-lg {
    background: rgba(152, 4, 179, 0.9);
    padding: 0px !important;
}

.header-btn:hover a {
    text-decoration: none;
}

.header-btn > a {
    color: inherit !important;
    font-family: 'Roboto';
    padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 300;
}



.header-btn > input {
    font-family: 'Roboto';
    padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 0.9rem;
    width: 100%;
    border: none;
    outline-offset: 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    font-weight: 300;
}

.header-btn > input:focus {
    box-shadow: none !important;
    box-shadow: none
}

.topnav {
    width: 100%;

}

.navbar {
    width: 100%;
}

.navbar .navbar-nav {
    margin: 0px auto;
    float: none !important;
}

.navbar .navbar-collapse {
    text-align: center !important;
}

.nav-item {
    border-left: 1px solid #ccc;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.8rem 1rem !important;
}

.nav-item > a {
    color: #fff !important;
}

.nav-link {
    font-family: 'cinizelregular';
    font-size: 1em;
    line-break: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-item:first-child {
    border-left: none;
}



.nav-item:hover {
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);

}

main {
    background-image: url(../images/system/pattern.png);
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    margin: 24px auto 0px;
}

.main-slide {
    width: 100%;
}

.slide-pht {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 400px;
    background-position: center;
    background-size: cover;
}



.slide-info {
    position: absolute;
    bottom: 0px;
    padding: 30px 16px;
    background: rgba(152, 4, 179, 0.9);
    width: 100%;
}

.slide-title,
.slide-desc {
    width: 100%;
    font-size: 1rem;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    color: #fff;
}

.slide-title {
    color: #fff;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 500;
    font-weight: bold;
}

.slide-title:hover {
    color: #fff;
}

.main-items {
    width: 100%;
    margin: 24px auto;
}

.card {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding: 24px 16px;

    border-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: box-shadow .15s ease-in-out;
    margin-bottom: 24px;
    max-height: 350px;
    overflow: hidden;

}

.card > a:hover {
    text-decoration: none;

}

.card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 20px 0 rgba(128, 87, 77, .3);
    box-shadow: 0 3px 20px 0 rgba(128, 87, 77, .3);
    border: 1px solid #fff;
}

.card-img,
.card-title,
.card-desc {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.card-img {
    position: absolute;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 0.8em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-title {
    margin-top: 200px;
    font-family: inherit;
    font-weight: 500;
}

.card-desc {
    font-size: 14px;
    line-height: 1.5;
    max-height: 63px;
    overflow: hidden;
}

footer {
    background: #005aab;
    color: #fff;
    width: 100%;
    padding: 30px 0px;
}

.footer-links {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding: 0px;
}

.footer-links li {
    display: inline-block;
    display: inline-block;
    padding: 20px;
}

.footer-links li a {
    color: #fff;
}

.insert-form-box {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    padding: 24px 16px;
    border-radius: 3px;

}

.btn-select-form {
    color: inherit !important;
    font-family: 'Roboto';
    padding: 10px 15px;
    display: block;
    position: relative;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 300;
    background: #fff;
}

.insert-form-radio {
    margin: 20px;
}

.ques-box {
    min-height: 200px;
}

.item-title {
    font-family: 'cinizelregular';
    font-size: 1.2em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 24px 0px 10px;

}

.item-box {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    padding: 24px 16px;
    border-radius: 3px;
}

.left-side-title {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    padding: 24px 16px;
    border-radius: 3px;
    color: #525252;
}

.go-back {
    position: absolute;
    left: -15px;
    background: #fff;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #525252;

}

.go-back a {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
    color: #333;
}

.go-back a:hover {
    text-decoration: none;
}

/*left side lsit*/
.rolldown-list {
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    display: block;
    position: relative;
}

.rolldown-list li {
    padding: 1em;
    margin-bottom: .125em;
    display: block;
    list-style: none;
    text-transform: uppercase;
}

.rolldown-list li {
    visibility: hidden;
    animation: rolldown .7s 1;
    transform-origin: 50% 0;
    animation-fill-mode: forwards;
}

.rolldown-list li:hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
    box-shadow: 0 3px 20px 0 rgba(240, 156, 255, 0.65);
}

.rolldown-list li:nth-child(2n) {
    background-color: #fff;
}

.rolldown-list li:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.rolldown-list li a {
    color: #333;
    text-transform: capitalize;
}

.rolldown-list li a:hover {
    text-decoration: none;
    cursor: pointer;
}

#myList {
    position: relative;
    width: 100%;
}

.pcc-comments {
    margin-bottom: 24px;
}

.pb24 {
    padding-bottom: 24px;
}

.download-pdf {
    float: right;
}

.download-pdf > i {
    color: #ccc;
}

@keyframes rolldown {
    0% {
        visibility: visible;
        transform: rotateX(180deg) perspective(500px);
    }

    30% {
        visibility: visible;
        transform: rotateX(-5deg);
    }

    70% {
        visibility: visible;
        transform: rotateX(-20deg);
    }

    100% {
        visibility: visible;
        transform: rotateX(0deg);
    }
}
