/*============================================================================*/
/*================================ Progress ==================================*/
/*============================================================================*/
.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/*============================================================================*/
/*==================================Buttons===================================*/
/*============================================================================*/

.romaji-white-button h6 {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a !important;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all .3s;
  cursor: pointer;
  text-shadow: unset !important;
}

.romaji-white-button h6 i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #8d99af;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.romaji-white-button h6:hover {
  background-color: #8d99af;
  color: #fff !important;
}

.map-white-button h6 {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a !important;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all .3s;
  cursor: pointer;
  text-shadow: unset !important;
}

.map-white-button h6 i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #8d99af;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.map-white-button h6:hover {
  background-color: #8d99af;
  color: #fff !important;
}

.asmp-report-button h6 {
  position: relative;
  display: inline-block;
  background-color: #2b2d42;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all .3s;
  cursor: pointer;
  text-align: center !important;
}

.asmp-report-button h6 i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: #8d99af;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

.asmp-report-button h6:hover {
  background-color: #8d99af;
  color: #fff !important;
}


.btn-outline {
	text-transform: uppercase !important;
	margin-top: 10px;
	width: 100%;
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
	margin-top: 25px;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/

.copyright {
	text-transform: unset !important;
}


.page-heading {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/heading-bg.jpg);
  padding: 230px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  height: 650px;
}

.category-post {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 120px;
}

.category-post .icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #8d99af;
  background-color: #fff;
  margin-right: 0px;
  float: left;
}

.category-post .naccs .menu div h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(120%,-50%);
  font-size: 15px;
  font-weight: 400;
			  
  display: inline;
  text-align: center;
}

.category-post .naccs .menu div {
  color: #fff;
  margin: 0px;
  width: 20%;
  font-size: 10px;
  background-color: #8d99af;
  height: 132px;
  line-height: 132px;
  display: inline-block;
  float: left;
  text-align: center;
  cursor: pointer;
  position: sticky;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .item .left-image .hover-content {
  position: absolute;
  top: 50%;
  transform: translate(100%,-50%);
  z-index: 11;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.anime-location-card {
  overflow: hidden;
  margin-bottom: 50px;
}

.card{
  margin-top: 50px;
}

.page-heading .top-text h2 {
  text-shadow: 3px 3px 3px #8d99af;
}

.page-heading .top-text h6 {
  text-shadow: 3px 3px 3px #8d99af;
}

.main-banner .top-text h2 {
  text-shadow: 3px 3px 3px #8d99af;
}

.main-banner .top-text h6 {
  text-shadow: 3px 3px 3px #8d99af;
}

.header-area .main-nav a.logo {
  font-size: 19.8px;
  font-family: "Fira Sans";
  color: #fff;
}

.background-header .main-nav a.logo {
  font-family: "Fira Sans";
  font-size: 19.8px;
}

.about a.logo {
  font-family: "Fira Sans";
  font-size: 19.8px;
  color: black;
}

.about p {
  margin-top: 24px;
}

footer {
  padding-top: 40px !important;
}

footer h4 {
  margin-top: 35px;
}

.image-on-text-hover {
	outline:none;
	cursor: pointer;
}

.image-on-text-hover strong {
	line-height:30px;
}

.image-on-text-hover:hover {
	text-decoration:none;
} 

.image-on-text-hover span {
	position:absolute; 
    z-index:9999;
	display:none;
	padding:14px 20px;
    margin-top:-40px;
	margin-left:-280px;
    width:300px;
	line-height:16px;
	
}

.image-on-text-hover:hover span{
    display:inline; 
	position:absolute; 
    border:2px solid #FFF;  
	color:#fff;
    background-color:#fff;
}

    
/*CSS3 extras*/
.image-on-text-hover span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #8d99af;
	background-color: #fff
    /*opacity: 0.8;*/
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.image-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.banner-content {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 1.5;
}

.img-content img {
    width: 100%;
    height: 100vh;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #530473;
    opacity: .8;
    z-index: 999;
    height: 100%;
}

/*============================================================================*/
/*=============================COVID Advisory=================================*/
/*============================================================================*/

.covid-advisory {
	margin-top: 40px;
	border-radius: 7px;
}

/*============================================================================*/
/*============================================================================*/
/*============================================================================*/

.page-heading .top-text h6 a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .popular-categories .icon {
    margin-left: 50%;
    transform: translateX(-33px);
    text-align: center;
    display: inline-block;
  }
  .category-post .naccs .menu div.active .thumb {
    position: relative;
  }
  .category-post .icon {
    position: absolute;
    left: 50%;
    transform: translateX(15px);
  }
  .category-post .top-content .top-icon h4 { 
    left: 86px;
  }
  form#search-form {
    padding: 30px;
  }
  .recent-listing .item .right-content,
  .listing-page .item .right-content {
    padding: 30px;
    position: relative;
  }
  .recent-listing .item .right-content h4,
  .listing-page .item .right-content h4 {
    margin-bottom: 10px;
  }
  .recent-listing .item .right-content .main-white-button,
  .listing-page .item .right-content .main-white-button {
    left: 30px;
    bottom: -30px;
  }
  .recent-listing .item .right-content span.price,
  .listing-page .item .right-content span.price {
    margin-top: 15px;
  }
  .recent-listing .item .right-content ul.rate,
  .listing-page .item .right-content ul.rate {
    left: 30px;
    top: -5px;
  }
  .recent-listing .item .right-content span.details,
  .listing-page .item .right-content span.details {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  form#search-form select,
  form#search-form input {
    border: 1px solid #8d99af;
    border-radius: 7px;
    margin-bottom: 15px;
  }
  form#search-form button {
    border-radius: 7px;
  }
  .listing-page .naccs .menu {
    margin-bottom: 30px;
  }
  .popular-categories .nacc .thumb .left-text {
    margin: 30px;
  }
  .popular-categories .nacc .thumb .right-image {
    padding: 0px;
    margin: 0px 30px 30px 30px;
    display: block;
  }
  .popular-categories .naccs .menu div.first-thumb {
    border-top-right-radius: 7px;
  }
  .popular-categories .naccs .menu div.last-thumb {
    border-bottom-left-radius: 0px;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    float: none;
    width: 100%;
  }
  .category-post .top-content .top-icon .icon {
    left: 45%;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
  }
  .recent-listing .item .listing-item,
  .listing-page .item .listing-item {
    display: inline-block;
  }
  .recent-listing .item .right-content ul.rate,
  .listing-page .item .right-content ul.rate {
    top: 20px;
  }
  .recent-listing .item .right-content .main-white-button,
  .listing-page .item .right-content .main-white-button {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
  }
  .recent-listing .item .right-content h4 {
    margin-top: 20px;
  }
  footer {
    text-align: center;
  }
  footer .about,
  footer .helpful-links {
    margin-bottom: 45px;
  }
  .category-post .icon {
    transform: translateX(-22px);
  }
  .category-post .top-content .top-icon,
  .category-post .nacc .thumb .main-white-button a {
    text-align: center;
    width: 100%;
  }
  .category-post .nacc .thumb .main-white-button  {
    margin-top: 30px;
  }
  .category-post .top-content .top-icon .icon {
    margin-left: -60px;
  }
  .category-post .top-content .top-icon h4 {
    left: 86px;
  }
  .description .text-icon {
    margin-top: 30px;
  }
  form#contact {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .main-banner ul.categories li a {
    color: transparent;
  }
  .header-area .main-nav a.logo {
    /* background-image: url(../images/black-logo.png);*/
	color: black;
    float: left;
	text-align: left;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .main-nav .menu-trigger {
    right: 15px;
  }
  .category-post .icon {
    transform: translateX(-40px);
  }
}

@media all {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    section {
        display: block;
    }
    h5 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }
    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
    }
    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }
    h5,
    .h5 {
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    h5,
    .h5 {
        font-size: 1.25rem;
    }
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-md-3,
    .col-md-9 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 768px) {
        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
    }
    .fade {
        transition: opacity 0.15s linear;
    }
    @media (prefers-reduced-motion: reduce) {
        .fade {
            transition: none;
        }
    }
    .fade:not(.show) {
        opacity: 0;
    }
    .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
    }
    .nav-link:hover,
    .nav-link:focus {
        text-decoration: none;
    }
    .nav-tabs {
        border-bottom: 1px solid #dee2e6;
    }
    .nav-tabs .nav-link {
        margin-bottom: 0px;
    }
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
    }
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }
    .nav-justified .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
		margin-left: 20px;
		margin-right: 20px;
    }
    .tab-content > .tab-pane {
        display: none;
    }
    .tab-content > .active {
        display: block;
    }
    .flex-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .my-2 {
        margin-top: 0.5rem !important;
    }
    .my-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-2 {
        margin-left: 0.5rem !important;
    }
    .pr-2 {
        padding-right: 0.5rem !important;
    }
    .pt-5 {
        padding-top: 3rem !important;
    }
    @media print {
        *,
        *::before,
        *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }
        a:not(.btn) {
            text-decoration: underline;
        }
        p {
            orphans: 3;
            widows: 3;
        }
    }
    .fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }
    .fa-address-card:before {
        content: "\f2bb";
    }
    .fa-download:before {
        content: "\f019";
    }
    .fa-file-alt:before {
        content: "\f15c";
    }
    .fa-heart:before {
        content: "\f004";
    }
    .fa-user:before {
        content: "\f007";
    }
    .fas {
        font-family: "Font Awesome 5 Free";
    }
    .fas {
        font-weight: 900;
    }
    .md-pills .nav-link:hover,
    .md-pills .nav-link:hover:after {
        background-color: rgba(158, 158, 158, 0.3);
    }
    .primary-color {
        background-color: transparent !important;
    }
    :disabled {
        pointer-events: none !important;
    }
    a {
        color: #007bff;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    a:hover {
        color: #0056b3;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    a:disabled:hover {
        color: #007bff;
    }
    h5 {
        font-weight: 300;
    }
    .waves-effect {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .md-tabs {
        position: relative;
        z-index: 1;
        padding: 0.7rem;
        margin-right: 1rem;
        margin-bottom: -20px;
        margin-left: 1rem;
        background-color: #2bbbad;
        border: 0;
        border-radius: 0.25rem;
    }
    .md-tabs .nav-item + .nav-item {
        margin-left: 0;
    }
    .md-tabs .nav-link {
        color: #fff;
        border: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
		background-color: #8d99af;
    }
    .md-tabs .nav-link.active {
        color: #fff;
        background-color: #2b2d42;
        border-radius: 0.25rem;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .tab-content {
        padding: 1rem;
        padding-top: 2rem;
    }
    .tab-content.vertical {
        padding-top: 0;
    }
    .md-pills {
        border: 0;
    }
    .md-pills li {
        padding: 0.6rem;
    }
    .md-pills .nav-link {
        color: #666;
        text-align: center;
        border-radius: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .md-pills .nav-link.active {
        color: #fff;
        background-color: #2bbbad;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .md-pills .nav-link.active:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }
    .pills-primary .nav-link.active {
        background-color: #2b2d42;
    }
    .nav li {
        list-style: none;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.eot);
    src: url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.eot#iefix) format("embedded-opentype"), url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.woff2) format("woff2"),
        url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.woff) format("woff"), url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.ttf) format("truetype"),
        url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.eot);
    src: url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.eot#iefix) format("embedded-opentype"), url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.woff2) format("woff2"),
        url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.woff) format("woff"), url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.ttf) format("truetype"),
        url(https://mdbcdn.b-cdn.net/wp-content/themes/mdbootstrap4/font/fa5/fa-solid-900.svg#fontawesome) format("svg");
}
