.navbar .navbar-nav .nav-item {
    padding: 1px 4px;
}
.navbar .navbar-nav .nav-item .nav-link {
	color: #ffffff;
}
.navbar-brand-text .tag-line-1 {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    margin-bottom: -5px;
    margin-top: -6px;
    filter: drop-shadow(2px 4px 6px black);
}
@media screen and (max-width: 991.5px) {
    .navbar-header .navbar-nav {
        width: 100%;
         flex-direction: column; 
        justify-content: center;
        margin-left: 0 !important;
        position: relative;
        margin-bottom: 10px;
    }
    .navbar .navbar-nav .nav-item .nav-link {
    	color: #8a95a0;
    }
}
a, a:focus {
	color: #a0303a;
}
a:hover {
	color: #a0303a;
	text-decoration: underline!important;
}
.avatar {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.no-review-emozi,
.no-result-emozi {
	font-size: 100px;
}
/*
@media screen and (max-width: 991.5px) {
    .navbar-header .navbar-nav {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-left: 160px !important;
    }
    .topbar_open .navbar-header {
        transform: translate3d(0, 70px, 0) !important;
        background: #fff;
        overflow-x: scroll;
    }
}
*/
.dropdown-item.active, .dropdown-item:active{
	background-color: #a0303a;
}
.sidebar .nav>.nav-item a, .sidebar[data-background-color=white] .nav>.nav-item a {
	padding: 6px 12px;
}
.sidebar .nav>.nav-item a i, .sidebar[data-background-color=white] .nav>.nav-item a i {
	margin-right: 5px;
}
.sidebar .nav-collapse li a, .sidebar[data-background-color=white] .nav-collapse li a {
    margin-bottom: 3px !important;
    padding: 6px 12px !important;
}
.logo-header[data-background-color] .btn-toggle, .logo-header[data-background-color] .more{
	/*color: #545454!important;*/
	padding: 15px 10px;
}
.navbar .navbar-nav .nav-item .nav-link.btn {
	color: #fff;
}
.overflow-auto {
	overflow: auto;
}
.error {
	color: #a0303a;
}
.input-box-error {
	border: 2px solid #a0303a!important;
}
.required-symbol,
.mandatory {
	color: #a0303a;
	font-weight: 600;
}
.cursor-pointer {
	cursor: pointer;
}
.form-label {
	font-weight: 600;
}
/*.btn-primary {
	background: #a0303a!important;
	border-color: #a0303a!important;
	text-transform: capitalize;
}*/
a.btn-primary:hover {
	text-decoration: none!important;
}
.btn-link.btn-primary,
.btn-link.btn-primary:hover,
.btn-link.btn-primary:focus {
    color: #a0303a !important;
    text-transform: capitalize;
}
/*.btn-primary:hover,
.btn-primary:focus {
	background: #c0434e!important;
	border-color: #c0434e!important;
	text-decoration: none!important;
}*/
.btn-warning,
.btn-warning:hover {
	color: #fff;
}
.card {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	border-radius: 0px;
}
.main-header {
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	background-color: #a0303a;
	color: #ffffff;
}
.sidebar[data-background-color=dark] {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.footer {
	/*-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
    border-top: unset;
}
.footer .container.d-flex-false {
	display: block;
	text-align: center;
}
.footer-tag-line-1 a, .footer-tag-line-1 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #a0303a;
    filter: drop-shadow(2px 4px 6px black);
}
.custom-input-group-text {
	padding: 0;
    width: 100px;
}
.common-ckeditor-content-div img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
/* no-record-found-content css starts */
.no-record-found-content .description-text {
	font-size: 1rem;
	margin-bottom: 100px;
}
.no-record-found-content i {
	font-size: 100px;
	margin-top: 100px;
}
/* no-record-found-content css ends */
.mr-1 {
	margin-right: 10px;
}
.ml-1 {
	margin-left: 10px;
}
/* Loader css starts */
.work-in-processing-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.work-in-processing-loader .processing-loading {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 10px solid #ddd;
	border-top-color: #6861ce;
	animation: loading 1s linear infinite;
}
@keyframes loading {
  	to {
    	transform: rotate(360deg);
  	}
}
/* Loader css ends */
.location-change-form-select2 .select2-container {
    width: 100% !important;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
	padding: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #ebedf2 2px!important;
}
.select2-dropdown,
.select2-container--default .select2-selection--multiple {
	border: solid #ebedf2 2px!important;
}
.select2-results__option.select2-results__message {
	color: #212529bf!important;
}
.select2-container .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}

.social-media-button {
	margin: 10px;
}
.social-media-button.whatsapp {
	color: #4ac657;
}
.social-media-button.twitter {
	color: #0f1318;
}
.social-media-button.instagram {
	color: #ad499c;
}
.social-media-button.linkedin {
	color: #0073af;
}
.social-media-button.facebook {
	color: #0862f7;
}
.social-media-button.youtube {
	color: #f70000;
}
.float-container-buttons {
    position: fixed;
    top: 15%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2;
}
.float-container-buttons a {
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 30px;
    margin-right: -160px;
    margin-bottom: 10px;
    padding: 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0px 0px 5px;
    background-color: #eb690b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}
.float-container-buttons a:hover {
    margin-right: 0;
    background-color: #c45100;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}
.float-container-buttons a:hover span.fa-map-marker-alt {
	margin-right: 0px;
}
.float-container-buttons a.whatsapp {
	background-color: #31ce36;
}


/* Icon settings - remove if not needed*/
.float-container-buttons .icon:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 25px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.custom-card-shadow {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

/* Move reCAPTCHA v3 badge to the left css starts */ 
 .grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
/* Move reCAPTCHA v3 badge to the left css ends */

/* Custom upload button css starts*/
.custom-upload-button-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.custom-upload-button-wrapper .button {
	border: 2px solid gray;
	color: gray;
	background-color: white;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 1rem;
	cursor: pointer;
}
.custom-upload-button-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
/* Custom upload button css ends*/

@media screen and (max-width: 991.5px) {
    .topbar_open .navbar-header .navbar-nav>.nav-item:last-child .nav-link.btn {
         padding: 8px 14px !important; 
    }
}
section.common-section {
	padding-top: 25px;
	padding-bottom: 25px;
}
section.common-section .container-fluid {
	padding: 20px;
}
section.common-section.common-content-page-section {
	margin-top: 50px;
	background-color: #ffffff;
	padding-right: 5%;
	padding-left: 5%;
	min-height: 100vh;
}
.scrolltop .icon {
    font-size: 30px;
    text-align: center;
    /*transform: rotate(-45deg);*/
    margin-top: 2px;
}
.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 5%;
    background-color: #fff;
    display: none;
}
.scrolltop:hover {
	background-color: #a0303a;
}
.scrolltop:hover .icon {
	color: #fff;
}
/* tag-cloud-example CSS code starts */
.tag-cloud-example4 {
	line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    margin-left: -35px;
}
.tag-cloud-example4 li {
    display: inline;
    margin-bottom: 10px;
    margin-right: 6px;
    color: #212529;
    font-weight: 600;
    display: inline-flex;
    list-style: none;
    font-size: 14px;
    background: #fff;
    border: 1.5px solid #212529;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: .5px;
}
.tag-cloud-example4 li:hover {
	color: #fff;
	background: #212529;
    border: 1.5px solid #212529;
}
.tag-cloud-example6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tag-cloud-example6 li {
	display: inline-block;
	margin: 5px 15px;
	padding: 0;
}
.tag-cloud-example6 li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #212529;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tag-cloud-example6 li a::before {
	position: absolute;
	top: 0;
	left: -16px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #212529 transparent transparent;
	border-style: solid;
	border-width: 16px 16px 14px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.tag-cloud-example6 li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
.tag-cloud-example6 li span {
	display: block;
	max-width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tag-cloud-example6 li a:hover {
	background-color: #cb202d;
	color: #fff;
	cursor: default;
}
.tag-cloud-example6 li a:hover::before {
	border-right-color: #cb202d;
}

.tag-cloud-example8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tag-cloud-example8 li {
	display: inline-block;
	margin: 5px 5px;
	padding: 0;
}
.tag-cloud-example8 li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #212529;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	border-radius: 15px;
}
.tag-cloud-example8 li a::after {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
.tag-cloud-example8 li span {
	display: block;
	max-width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 10px;
}
.tag-cloud-example8 li a:hover {
	background-color: #cb202d;
	color: #fff;
	cursor: default;
	text-decoration: unset!important;
}
.tag-cloud-example8 li a:hover::before {
	border-right-color: #cb202d;
}
/* tag-cloud-example CSS code ends */

.mobile-only {
	display: none;
}
.website-only {
	display: block;
}
/* post-masonry css starts */
.post-masonry {
    column-count: 1;
    column-gap: 1.5rem;
}
@media (min-width: 768px) {
    .post-masonry {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .post-masonry {
        column-count: 3;
    }
}
.post-masonry .post-masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}
.post-masonry .post-masonry-item .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.post-masonry .post-masonry-item .card img {
    width: 100%;
    height: auto;
    display: block;
}
.post-masonry .post-masonry-item .card-body {
    padding: 1rem;
}
.post-masonry .post-masonry-item .card-body .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.post-masonry .post-masonry-item .card img {
    /*height: 220px;*/
    object-fit: cover;
}
.post-masonry .post-masonry-item .card-body .blog-meta {
    font-size: 0.8rem;
    /*color: #6c757d;*/
    margin-bottom: 0.5rem;
}
/* post-masonry css ends */

.category-cloud-ul {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 0px 15px !important;
    margin-left: -15px;
}
.category-cloud-ul li {
    display: inline;
    margin-bottom: 10px;
    margin-right: 6px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    list-style: none;
    font-size: 14px;
    background: #212529;
    border: 1.5px solid #212529;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: .5px;
}

.tag-cloud-ul {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 0px 0px 15px !important;
    margin-left: -15px;
}
.tag-cloud-ul li {
    display: inline;
    margin-bottom: 5px;
    margin-right: 6px;
    color: #cb202d;
    font-weight: 600;
    display: inline-flex;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: .5px;
}
.tag-cloud-ul li:hover {
    text-decoration: underline;
}
.other-post-ul {
    margin-left: -13px;
}
.other-post-ul li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #212529;
    cursor: pointer;
    margin-bottom: 3px;
    font-weight: 400;
}
.other-post-ul li:hover{
    color: #a0303a;
}
