* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.07rem;
}

ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

blockquote {
    padding: 0.5rem;
    border-left: 10px solid #c21010be;
    font-style: italic;
    color: #8b8b8b;
}

a {
    text-decoration: none;
    color:  #009092;
    transition: all 250ms ease;
}

a:hover {
    text-decoration: none;
    color:  #009092af;
}

.btn-theme {
    background-color: #009092;
    color: #fff;
}

.btn-theme:hover {
    background-color: #009092c5;
    color: #fff;
}

.message_alert {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    background-color: #34b315;
    margin-bottom: 1rem;
}

.message_alert i {
    padding: 0.75rem;
    background-color:  #268010;
    margin: 0;
}

.message_alert p {
    padding-left: 0.75rem;
    margin: 0;
}

.error_alert {
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    background-color: #d40d0d;
    margin-bottom: 1rem;
}

.error_alert i {
    padding: 0.75rem;
    background-color:  #9b1111;
    margin: 0;
}

.error_alert p {
    padding-left: 0.75rem;
    margin: 0;
}

#emailHelp {
    font-size: 0.85rem;
}

.count  {
    color: #009092;
    font-style: bold;
}

.petition-form {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 3rem;
}

.profile-image {
    min-height: 12rem !important;
    padding: 1rem;
}

@keyframes bounce {
        0% {
        transform: scale(1,1) translate(0px, 0px);
    }

    /* 30%{
        transform: scale(1,0.8) translate(0px, 10px);
    } */

    75%{
        transform: scale(1,1.1) translate(0px, -25px);
    }

    100% {
        transform: scale(1,1) translate(0px, 0px);
    }
    }

    .bounce {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #eee;
        bottom: 2%;
        left: 50%;
        text-align:center;
        margin:0 auto;
        margin-top:100px;
        height:1rem;
        width: 1rem;
        padding:1rem;
        border: 1px solid #eee;
        animation: bounce 4s infinite;
    }

/*
*
* 1. HEADER
*/

.main-header {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/background/hero-two.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    animation: breath 45s linear infinite;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.25);
    padding: 1rem 0;
}

.navbar-brand {
    display: flex;
    align-content: center;
    height: 2.2rem;
    padding: 0;
    margin: 0;
    max-width: 15vw;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.navbar-nav .nav-item {
    font-size: 0.8rem;
    color: #000;
}

.navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    padding: 0 1.1rem;
    letter-spacing: 0.07rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #009092;
    font-weight: 900;
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #009092;
}

.dropdown-menu {
    font-size: 0.85rem;
    color: #212529;
    text-align: left;
    list-style: none;
}

.dropdown-menu li a i {
    color:  #009092;
    padding-right: 0.5rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(19, 18, 18, 0.10);
    z-index: 0;
}

.caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100vh;
    z-index: 999;
}

.caption h1 {
    font-size: 4rem;
    font-weight: 700;
}

.caption p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background-color: #009092;
    padding: 0.5rem;
}



.highlight {
    font-weight: 900;
    color:#c21010;
}

@keyframes breath {
    0%   { background-size: 100% auto; }
    50% { background-size: 140% auto; }
    100% { background-size: 100% auto; }
}


/*
* Who
*
*/

.section {
    padding: 6rem 0;
}

.pad-5 {
    padding: 3rem;
}
.book {
    min-height: 65vh;
}

.section-title {
    font-size: 1.8rem;
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
    font-weight: 700;
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
}

.section-title::before {
    display: inline-block;
    margin-right: 1rem;
    height: 1.3rem;
    width: 2vw;
    content: " ";
    text-shadow: none;
    background-color: #009092;
}


.odd {
    background-color: #ddd;
}
/*
* Footer
*/

footer {
    font-size: 0.85rem;
    color: #fff;
    background-color: #000;
    padding: 2rem;
}

footer span i {
    color: #CE2672;
}

footer span a {
    color: #CE2672;
    transition: all 250ms ease;
}

footer span a:hover {
    color: #CE2672;
    font-weight: 700;
}

footer .social {
    margin-right: 10rem;
}

footer .social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 16px;
    transition: all ease 250ms;
}

img {
    width: 100%;
    height: auto;
}

.crumbs-header {
    min-height: 15rem;
    background-color:  #009092;
    -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.55);
    box-shadow: inset 0px -1px 12px -1px rgba(0,0,0,0.55);
}

.crumbs-header h2 {
    margin-top: 6.5rem;
}

.crumbs-header h2 {
    margin-top: 6.5rem;
}

.crumbs-header h3 {
    margin-bottom: 4rem;
}

.crumbs-header h2 span {
    margin-top: 6.5rem;
    font-size: 1.8rem;
    font-weight: 400;
}

.download {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.download i {
    background-color: #009092;
    color:  #fff;
    padding: 0.5rem;
    font-size: 1.5rem;
}

.download span {
    margin-left: 1rem;
}

.img-holder {
    max-width: 6rem;
}

.img-holder img{
    width: 100%;
    height: 100%;
}

.aims ol li {
    margin: 0.5rem 0;
}

.magazine a {
    margin-left: 1rem;
}

.song-title {
    font-size: 2rem;
    font-weight: 500;
}

.song-head {
    color: #009092;
}

.song-head-two {
    font-weight: 700;
}

.name img {
    max-width: 50%;
}

.downloads ol li p {
    padding-left: 1.5rem;
}

.downloads ul {
    color:  #009092;
}

.downloads ul li {
    color:  #333;
    padding-left: 1rem;
}

.poster img {
    width: 100%;
    height: 100%;
}

.poster small {
    display: block;
    font-size: 0.85rem;
    width: 100%;
    background-color:#009092;
    color: #fff;
    padding: 0.5rem;
}

/* BLOG */

.blog {
    min-height: 65vh;
}

.blog .card .card-body .tag {
    color: #009092;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.blog .card {
    border: none !important;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.blog .card .card-body .card-title{
    margin: 2rem 0;
}

.blog .card .card-body .card-title a {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    transition: all 250ms ease;
}

.blog .card .card-body .card-title a:hover {
    color: #009092;
}

.blog .card .card-body .date {
    color: #777;
    font-size: 0.80rem;
}

.blog .card .card-body .read-more {
    color: #009092;
    font-size: 0.80rem;
    transition: all 250ms ease;
}

.blog .card .card-body .read-more i {
    padding-left: 0.25rem;
}

.blog .card .card-body .read-more:hover {
    font-weight: 600;
}

.blog .card .card-body .author {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}


/*
* Contact Form
*/

.form-group label {
    color: #009092;
    font-size: 0.9rem;
}

.contact-details h5,
.details h5{
    font-size: 1.2rem;
}

.contact-details h5 span,
.details h5 span  {
    font-size: 1.2rem;
    color: #009092;
}

.contact-details h5 a,
.etails h5 a {
    font-size: 1.2rem;
    color: #333;
    transition: all 250ms ease;
}

.contact-details h5 a:hover,
.details h5 a:hover {
    font-size: 1.2rem;
    color: #009092;
}

/*
* What is Identity
*/

.tick h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #009092;
    line-height: 1.8;
    margin: 0 !important;
}

.tick p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 !important;
}

.tick p::before {
    content: ":";
    font-size: 1.1rem;
    line-height: 1.8;
    padding-right: 0.25rem;
    margin: 0 !important;
}

.tick p span{
    display: block;
    padding-left: 0.8rem;
}

.tick div{
    font-size: 1.1rem;
}

/* PARC Advert */

.advert video {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.scenario .row p b {
    font-weight: 900;
    color: #009092;
    padding-right: 1rem;
}

.blog-post {
    margin-top: 7rem;
    min-height:80vh;
}


/*
*   Sidebar
*/

aside {
    background-color:  #009092;
    padding: 2rem !important;
    color: #fff;
}

aside .sidebar {
    padding-top: 2rem;
}

aside .sidebar .nav-item .nav-link {
    color: #fff;
}

aside .sidebar .nav-item .nav-link:hover {
    background-color: #022d2e60;
    cursor: pointer;
}

aside .sidebar .nav-item .nav-link i {
    color:#302d2d;
}

.dashboard main {
    padding: 0.5rem;
    background-color: #eee;
}

.dashboard-title {
    font-size: 1.1rem;
    color: #fff;
    background-color: #009092;
    margin: 2rem 0!important;
    padding: 1rem;
}

td {
    font-size: 0.85rem;
    line-height: 22px;
    font-weight: 300;
    vertical-align: middle;
}

.thead-light {
    background-color: #dddddd73;
}

.thead-light th,
tfoot th {
    font-size: 0.85rem;
}

.card-header h4 {
    font-size: 0.95rem;
    text-transform: capitalize;
    margin: 0 !important;
}

.blockquote {
    color: #009092;
    padding-left: 1.5rem;
    border-left: 5px solid #009092;
}

.d-desktop-none {
    display: none !important;
}

.footer-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Responsive */

/* Screen Size: 1366 x 768 */

@media screen and (min-width: 1024px) and  (max-width: 1366px){

    .d-desktop-none {
        display: none !important;
    }

    .navbar-brand {
        height: 2.2rem;
    }

    .container {
        max-width: 1250px !important;
    }

    .section {
        padding: 4rem 0;
    }

    .crumbs-header {
        min-height: 12rem;
    }

    .crumbs-header h2 {
        margin-top: 5.5rem;
    }
}

@media screen and (min-width:200px) and (max-width: 770px)
{
    .message_alert p {
        padding-left: 0.65rem;
        margin: 0;
    }

    .bookstore-price {
        margin-top: 2rem;
    }
    .bookstore-price .price {
        font-size: 1.3rem !important;
        font-weight: 800 !important;
    }

    .bookstore-price .price span {
        font-size: 1.2rem !important;
        font-weight: 400;
        color: #555;
        padding-right: 1rem;
    }

    .book-display .buy-now .buy-title {
        font-size: 1.5rem !important;
    }

    .book-display .buy-now {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 2rem !important;
    }

    .book-display .buy-now .btn {
        max-width: 50% !important;
        margin-bottom: 2rem !important;
    }

    .book-display .book-image img {
        max-width: 30rem;
        margin-left: -5rem !important;
    }

    .pad-5 {
        padding: 1rem !important;
    }

    body {
        position: relative;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        color: #333;
        font-size: 1rem;
        font-weight: 400;
        line-height: 32px;
        letter-spacing: 0.07rem;
    }

    .footer-one {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-one p{
        padding: 0.5rem 0;
    }

    .d-mobile-none {
        display: none !important;
    }

    .d-desktop-none {
        display: block !important;
    }

    .crumbs-header {
        min-height: 12rem;
        display: flex;
        /* align-content: center; */
        align-items: center;
    }

    .crumbs-header h2 {
        margin-top: 3rem;
        font-size: 1.3rem;
    }

    .name img {
        max-width: 100%;
    }

    .tick p::before {
    content: "";
        font-size: 1.1rem;
        line-height: 1.8;
        padding-right: 0.25rem;
        margin: 0 !important;
    }

    .blockquote {
        font-size: 0.95rem;
        line-height: 30px;
        color: #009092;
        padding-left: 1rem;
        border-left: 5px solid #009092;
    }

    .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 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: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-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 {
    position: relative;
    padding: 0;
    box-shadow: none;
    vertical-align: middle;
}
.navbar-brand img{
	height: 32px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
    color: #fff;
	float: right;
	border: none;
	padding: 0 !important;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #000;
    transition: all 300ms linear;
    padding: 0;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	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;
}
.navbar-nav .nav-item .nav-link {
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
    width: 100%;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-item .nav-link.active{
    color: #fff !important;
    background-color: #009092;
}

.nav-item:hover .nav-link{
    color: #fff !important;
    background-color:  #02acafc0;
}
.nav-item.active .nav-link{
    color: #777 !important;
}

.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #02acafc0;
	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;
    border-bottom: 1px solid #eeecec;
}


#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !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-toggle::before {
	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: #02acafc0;
}

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

.logo {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: block;
        z-index: 100;
        transition: all 250ms linear;
    }
    .logo img {
        height: 26px;
        width: auto;
        display: block;
        transition: all 250ms linear;
    }
    body.dark .logo img {
    filter: brightness(100%);
    }

    p {
        font-size: 1rem;
        line-height: 32px;
    }

    blockquote {
        font-size: 1rem;
        line-height: 32px;
        padding: 0.5rem;
        border-left: 5px solid #c21010be;
        font-style: italic;
        color: #8b8b8b;
    }

    .section {
        padding: 4rem 0;
    }

    /*
    * Home Page
    */

    .main-header {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../img/background/hero-two.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        animation: none;
    }
    .caption {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 65vh;
        z-index: 999;
    }

    .caption h1 {
        font-size: 2.3rem;
        font-weight: 700;
    }

    .caption p {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        background-color: #009092;
        padding: 0.25rem 0.5rem;
        width: 80% !important;
    }

    .section-title::before {
    display: inline-block;
    margin-right: 1rem;
    height: 1rem;
    width: 5vw;
    content: " ";
    text-shadow: none;
    background-color: #009092;
    }

    .section-title {
        font-size: 1.1rem;
    }

    .poster {
        margin-bottom: 4rem;
    }
}

.contact {
    min-height: 65vh;
}

/* BOOK of PRAC */

.book-display {
    margin-top: 4rem;
    /* border-bottom: 4px solid #c21010be; */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.book-display .book-image {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.book-display .book-image img{
    max-width: 30rem;
}

.book-display .buy-now {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
}

.book-display .buy-now .buy-title {
    color: #009092;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.book-display .buy-now .price {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2.6px;
}

.book-display .buy-now  small {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    color: #777;
    margin-bottom: 3rem;
}

.book-display .buy-now .btn {
    max-width: 30%;
}

.bookstore-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bookstore-price .price {
    font-size: 2rem;
    font-weight: 800;
}

.bookstore-price .price span {
    font-size: 2rem;
    font-weight: 400;
    color: #555;
    padding-right: 1rem;
}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.book-heading {
    background-color: #ccc;
    padding: 3rem;
    margin-bottom: 2rem;
    border-bottom: 5px solid #009092;
    border-top: 5px solid #009092;
}


/* Thanks
==================================================*/

.thank {
    background-color: #ddd;
    min-height: 90vh;
}

.thank-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 60vh;
}

.thank-header {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #009092;
    color: #fff;
    width: 100%;
    padding: 1rem;

}

/* #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;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		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-item i {
        color: #009092;
        padding-right: 0.5rem;
    }
	.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;
	}

    .contact-details h5,
    .details h5 {
        font-size: 0.85rem;
    }

    .contact-details h5 span,
    .details h5 span {
        font-size: 0.85rem;
        color: #009092;
    }

    .contact-details h5 a,
    .etails h5 a {
        font-size: 0.85rem;
        color: #333;
        transition: all 250ms ease;
    }

    .contact-details h5 a:hover,
    .details h5 a:hover {
        font-size: 0.85rem;
        color: #009092;
    }
}
@media screen and (min-width: 320px) and  (max-width: 400px){
    .caption h1 {
        font-size: 2.3rem;
        font-weight: 700;
    }

    .book-heading {
        background-color: #ccc;
        padding: 1rem;
        margin-bottom: 2rem;
        border-bottom: 5px solid #009092;
        border-top: 5px solid #009092;
    }
}
