@charset "UTF-8";

html {
    scroll-behavior: smooth; /* Native smooth scrolling */
	overflow-x: hidden;
}

body {
    margin: 0;
    color: #4b5563;
	background-color: #f8fafb;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

/* Dark Mode */
body.dark-mode {
  color: #e5e7eb;           /* Light text */
  background-color: #121212; /* Dark background */
}

body.dark-mode .navbar-brand {
	color: #E0E0E0 !important;
}

body.dark-mode h1, body.dark-mode .h1,
body.dark-mode h2, body.dark-mode .h2,
body.dark-mode h3, body.dark-mode .h3 {
	color: #e5e7eb; 
}

body.dark-mode p {
	color: #E0E0E0; 
}

body.dark-mode .social-share-buttons a, body.dark-mode .social-share-buttons button,
body.dark-mode .single__post__info span,
body.dark-mode .footer ul li a, body.dark-mode .footer {
	color: #E0E0E0;
}

body.dark-mode .footer .border-bottom {
    border-bottom: 1px solid #2b2c2c !important;
}

body.dark-mode .next__post {
    border-left: 1px solid #2b2c2c;
}

body.dark-mode .main-categories-wrapper {
    border-top: 1px solid #2b2c2c;
}

body.dark-mode .author__single__post {
    border-top: 1px solid #2b2c2c;
    border-bottom: 1px solid #2b2c2c;
}

body.dark-mode .wp-block-quote {
    background: #303132;
    border-left: 5px solid #4c4c4c;
    color: #E0E0E0;
}

body.dark-mode .main-category {
    background: #303132;
    color: #E0E0E0;
}

body.dark-mode .main-category:hover {
    background: #4c4c4c;       /* WP blue accent */
    color: #e9ecef;
}

body.dark-mode .post__tags__title {
    border: 1px solid #303132;
    background: #303132;
    color: #E0E0E0;
}

body.dark-mode .single-article-wrapper {
  background-color: #212121;    /* slightly lighter than body #1e1e1e */
  color: #d1d5db;               /* softer gray for body text */
}

body.dark-mode .single__post__tags a {
    border: 1px solid #303132;
}

body.dark-mode .single__post__tags a:hover {
    border: 1px solid #303132;
    background: #303132;
    color: #E0E0E0;
}

body.dark-mode .btn-action-icon,
body.dark-mode .box-backtotop-line {
    background-color: #E0E0E0;
}

body.dark-mode .mi_ball1, body.dark-mode .mi_ball2, body.dark-mode .mi_ball3 {
    background-color: #E0E0E0 !important;
}

body.dark-mode .search_btn  {
    color: #E0E0E0;
 }
 
body.dark-mode .cbp-spmenu {
    background: #121212;
}	

body.dark-mode .menu__link:hover,
body.dark-mode .menu__link:focus,
body.dark-mode  .menu__item.current-menu-item.active a {
    color: #ffc107;
}

body.dark-mode .menu__link::before,
body.dark-mode .menu__item.current-menu-item.active a.menu__link::before {
    background: #ffc107;
}

body.dark-mode select:has(option:not([hidden]):checked) {
    color: #e0e0e0;
}

body.dark-mode select {
    border: 1px solid #4d4d4d !important;
    background-color: #4d4d4d;
    color: #e0e0e0;
}

body.dark-mode .listen-button {
    background: #4d4d4d;
    color: #e0e0e0;
}

body.dark-mode.menuopen .mi_ball1, 
body.dark-mode.menuopen .mi_ball2, 
body.dark-mode.menuopen .mi_ball3 {
    background-color: #E0E0E0 !important;
}

body.dark-mode .main__menu__link[data-submenu]::after {
    color: #e0e0e0;
}

body.dark-mode select option:checked {
    background-color: transparent;
}

body.dark-mode .calendar th, 
body.dark-mode .calendar td {
    border: 1px solid #2b2c2c;
}

body.dark-mode .calendar_submit {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
}

body.dark-mode .calendar_submit:hover {
	background: #e0e0e0;
	border: 1px solid #4d4d4d;
    color: #4d4d4d;
}

body.dark-mode .calendar-day.has-posts a {
    font-weight: bold;
    color: #4b5563;
}

body.dark-mode thead, 
body.dark-mode tbody, 
body.dark-mode tfoot, 
body.dark-mode tr, 
body.dark-mode td, 
body.dark-mode th {
    border-color: #3e3e3e !important;
}

body.dark-mode .table,
body.dark-mode .gtd-tablecont thead, 
body.dark-mode .gtd-tablecont tbody, 
body.dark-mode .gtd-tablecont tfoot, 
body.dark-mode .gtd-tablecont tr, 
body.dark-mode .gtd-tablecont td, 
body.dark-mode .gtd-tablecont th {
	color: #e0e0e0;
}

body.dark-mode .post__parallax__section {
    background: #212121;
}

body.dark-mode .post__parallax__section .post__listing__date,
body.dark-mode .post__parallax__section .post__listing__view,
body.dark-mode .post__parallax__section .post__listing__author {
    color: #E0E0E0;
}

body.dark-mode .pagination .page-numbers {
	color: #E0E0E0;
}

body.dark-mode .pagination .page-numbers.current {
	color: #1f2937;
}

body.dark-mode .ch-search {
    background: #121212;
}

body.dark-mode .section_title,
body.dark-mode .filter-label,
body.dark-mode .btn--ch-search-close {
    color: #E0E0E0;
}

body.dark-mode .homepage__search .form-control,
body.dark-mode .homepage__search .btn__homepage__search {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #E0E0E0;
}

body.dark-mode .search-filters .btn-light,
body.dark-mode .search-filters .btn-light:hover,
body.dark-mode .search-filters .btn-light:focus {
    color: #E0E0E0;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}

body.dark-mode .live-search-results {
    border: 1px solid #4d4d4d;
    background: #4d4d4d;
}

body.dark-mode .live-search-results li {
    border-bottom: 1px solid #3c3c3c;
}

body.dark-mode .search-result-item:last-child {
    border-bottom: none;
}

body.dark-mode .live-search-results .date {
    color: #afafaf;
}

body.dark-mode .single__post__label {
    color: #fff !important;
}

body.dark-mode .arrow-swipe svg {
	fill: #E0E0E0;
}

body.dark-mode .swiper-slide .content .title,
body.dark-mode .latest__post__caption p {
	color: #E0E0E0;
}

body.dark-mode .category__card {
    background: #212121;
}

body.dark-mode .category__desc {
    color: #E0E0E0;
}

body.dark-mode .category__posts__block__header .block__left {
    color: #e5e7eb;
}

body.dark-mode .single__post__label a,
body.dark-mode .post__label a {
	color: #fff;
}

body.dark-mode .mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__title,
body.dark-mode .mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__description {
    color: #e0e0e0;
}

body.dark-mode .most_viewed_news_title {
    color: #e5e7eb;
}

body.dark-mode #bookmarkList,
body.dark-mode .remove-bookmark {
    color: #e0e0e0;
}

body.dark-mode .post__bookmark {
    background: #e0e0e0;
}

body.dark-mode .text-copy-button {
    color: #e0e0e0;
}

body.dark-mode .custom-register-form, 
body.dark-mode .custom-login-form, 
body.dark-mode .custom-profile-form, 
body.dark-mode .custom-register-form a, 
body.dark-mode .custom-login-form a, 
body.dark-mode .custom-profile-form a, 
body.dark-mode .custom-register-form p, 
body.dark-mode .custom-login-form p, 
body.dark-mode .custom-profile-form p, 
body.dark-mode .custom-profile-form h3,
body.dark-mode .loginform {
	 color: #1f2937;
}

body.dark-mode .custom-profile-form .btn.btn-danger {
	color: #e0e0e0;
}

body.dark-mode .alert.alert-success a {
    color: #0f5132;
	font-weight: bolder;
}

body.dark-mode .custom-register-form, 
body.dark-mode .custom-login-form, 
body.dark-mode .custom-profile-form, 
body.dark-mode .loginform {
    background: #e0e0e0;
}

body.dark-mode .form-check .form-check-input::before {
    background: #e0e0e0;
}

body.dark-mode .form-check .form-check-input:checked::before {
  background-color: #1f2937;
  border-color: #e0e0e0;
}

body.dark-mode .custom-register-form .form-control, 
body.dark-mode .custom-login-form .form-control, 
body.dark-mode .custom-profile-form .form-control {
    background-color: #e0e0e0;
	border: 1px solid #939393 !important;
}

body.dark-mode .flatpickr-calendar {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
}

body.dark-mode .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #4d4d4d;
}

body.dark-mode .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #4d4d4d;
}

body.dark-mode .flatpickr-monthDropdown-months,
body.dark-mode span.flatpickr-weekday,
body.dark-mode .flatpickr-day,
body.dark-mode .flatpickr-months .flatpickr-prev-month, 
body.dark-mode .flatpickr-months .flatpickr-next-month,
body.dark-mode .flatpickr-current-month {
    color: #e0e0e0 !important;
}

body.dark-mode .flatpickr-months .flatpickr-prev-month, 
body.dark-mode .flatpickr-months .flatpickr-next-month {
    fill: #e0e0e0 !important;
}

body.dark-mode .flatpickr-months .flatpickr-prev-month:hover svg, 
body.dark-mode .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #ffc107;
}

body.dark-mode .flatpickr-day.today {
	color: #1f2937 !important;
}

body.dark-mode .flatpickr-day:hover {
	background: #f8f9fa !important;
    color: #1f2937 !important;
}

body.dark-mode .flatpickr-day.selected {
    color: #1f2937 !important;
}

body.dark-mode .flatpickr-day.selected:hover {
    background: #ffc107 !important;
    color: #1f2937 !important;
    border-color: #ffc107 !important;
}

body.dark-mode .homepage__search .dropdown-menu.show {
    border: 1px solid #4d4d4d;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

body.dark-mode .dropdown-menu.show {
    background-color: #4d4d4d;
}

body.dark-mode .dropdown-menu.show .dropdown-item {
    color: #e0e0e0;
}

body.dark-mode .dropdown-menu.show .dropdown-item:focus,
body.dark-mode .dropdown-menu.show .dropdown-item:hover {
    color: #e0e0e0;
    background-color: #212121;
}

body.dark-mode .dropdown-menu.show .dropdown-item.active,
body.dark-mode .dropdown-menu.show .dropdown-item:active {
    color: #344767;
    text-decoration: none;
    background-color: #f0f2f5;
}

body.dark-mode .post-content .aboutus svg {
    fill: #e0e0e0;
}

@-moz-document url-prefix() {
	body.dark-mode .menu__wrap {
	-ms-overflow-style: none; /* IE 11 */
    scrollbar-color: #1d1d1d #2b2c2c; /* Firefox 64 */
    scrollbar-width: thin; /* Firefox 64 */
	box-shadow: transparent;
    border-radius: 0.25rem;
}
}

/* width */
body.dark-mode .menu__wrap::-webkit-scrollbar {
    width: 3px;
}

/* Track */
body.dark-mode .menu__wrap::-webkit-scrollbar-track {
    background: #2b2c2c;
    -webkit-box-shadow: transparent;
}

/* Handle */
body.dark-mode .menu__wrap::-webkit-scrollbar-thumb {
    /* background: #032d86; */
    background: #1d1d1d;
    border-radius: 0.25rem;
}

/* placeholder */

body.dark-mode ::placeholder {
  color: #E0E0E0; /* Sets the placeholder color to blue */
  opacity: 1; /* Ensures full opacity, especially for Firefox */
}

/* For older browsers or specific vendor prefixes */
body.dark-mode ::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #E0E0E0;
}

body.dark-mode :-moz-placeholder { /* Firefox 18 and below */
  color: #E0E0E0;
  opacity: 1;
}

body.dark-mode ::-moz-placeholder { /* Firefox 19+ */
  color: #E0E0E0;
  opacity: 1;
}

body.dark-mode :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E0E0E0;
}

body.dark-mode ::-ms-input-placeholder { /* Microsoft Edge */
  color: #E0E0E0;
}

/* buttons and other elements */
body.dark-mode a {
  color: #E0E0E0;
}

#toggleDarkMode {
  display: inline-flex;           /* let the button size to content */
  align-items: center;            /* vertical centering */
  justify-content: center;        /* horizontal centering */
  background: transparent;
  border: none;
  padding: 0;                     /* remove extra space */
  cursor: pointer;
  line-height: 1;                 /* no weird line-height gaps */
  transition: color 0.3s;
  margin-bottom: 4px;
}

#toggleDarkMode svg {
  /* width: 22px;                   
  height: 22px; */
  display: block;                 /* removes baseline gap */
}


/* Light Mode */
body:not(.dark-mode) #toggleDarkMode {
  color: #1f2937; /* Moon icon black in Light Mode */
}

/* Dark Mode */
body.dark-mode #toggleDarkMode {
  color: #E0E0E0; /* Sun icon white in Dark Mode */
}


:root {
  --anim-transform: 360ms cubic-bezier(.22,1,.36,1);
  --anim-opacity: 260ms ease-out;
  --anim-height: 320ms ease;
}

hr {
    /* background-color: #a6bfd8; */
    background-color: #4b5563;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    outline-style: none;
    color: #1f2937;
}

a:hover {
    text-decoration: none;
    outline-style: none;
    color: #ffc107;
}

p {
    color: #4b5563;
}

img, svg, .img-fluid {
    max-width: 100%;
    height: auto;
}

.content-area {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.blacktitle {
    color: #1f2937;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.whitetitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.graytitle {
    color: #859db4;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.txtred {
    color: #ffc107 !important;
}

.section_title {
    color: #1f2937;
    overflow: visible;
    text-align: center;
    margin-top: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
    font-weight: 900;
    font-size: 2.5rem;
}



@media screen and (max-width: 991px) {
    .section_title {
       font-size: 1.1rem;
    }

}

@media screen and (max-width: 765px) {

    .blacktitle,
    .whitetitle,
    .graytitle {
        font-size: 2.3rem;
    }
}

.space-20 {
    height: 20px;
    display: block;
}

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-80 {
    height: 80px;
    display: block;
}

.space-100 {
    height: 100px;
    display: block;
}

/* Preloader container */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8fafb;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out;
}

html.dark-mode .preloader {
  background-color: #121212 !important;
}

body.dark-mode .preloader {
  background-color: #121212 !important;
}

.logo-img, #logo svg {
	width: 50px;
	height: 50px;
}

#logo svg path {
	fill: #1f2937;
}

/* Hide preloader when loading is complete */
.preloader-hidden {
  opacity: 0;
  pointer-events: none;
}

/* Dots container for spacing */
.dots-container {
  display: flex;
  justify-content: space-between;
  width: 60px;
}

/* Individual dots */
.dot {
  width: 12px;
  height: 12px;
  background-color: #ffc107; /* A modern blue color */
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

/* Animation delay to create the bouncing wave effect */
.dot-1 {
  animation-delay: -0.32s;
}

.dot-2 {
  animation-delay: -0.16s;
}

/* The bouncing animation */
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* Optional Progress Bar (for added modernity) */
#progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #ffc107;
    animation: progress 5s infinite;
}

/* Progress Bar Animation */
@keyframes progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}


/* body-overlay */

#body-overlay {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 9980;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

body #body-overlay {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

body.menuopen #body-overlay {
    visibility: visible;
    opacity: 1;
}

.post__content {
  font-size: 1.1rem !important; /* default size 1rem */
  line-height: 1.6;
  transition: font-size 0.2s ease;
  word-wrap: break-word;
}


@media (min-width: 992px) {
    body {
        padding-top: 0;
        padding-left: 0;
        margin: 0;
    }
}

.mainbg {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 233, 243, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 233, 243, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(223, 233, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dfe9f3", GradientType=1);
}

.navbar-brand {
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    white-space: nowrap;
    color: #1f2937;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
	max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Default: show full, hide short */
#logo .logo-full {
  display: inline;
}
#logo .logo-short {
  display: none;
}

/* On small screens (mobile) */
@media (max-width: 768px) {
  #logo .logo-full {
    display: none;
  }
  #logo .logo-short {
    display: inline;
  }
  body.dark-mode #logo svg path {
	fill: #e0e0e0;
	}
}


body.light-mode .navbar-brand {
	color: #1f2937 !important;
}

/* navigation */

#showRight {
    background: transparent;
}

.fixed-top-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: top 0.3s;
    /* height: 90px; */
    width: 100%;
    background-color: transparent;
    /* padding: 0px 1rem; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}


/* Right Menu */

.cbp-spmenu {
    background: #fff;
    position: fixed;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.cbp-spmenu ul li {
    list-style-type: none;
}

.cbp-spmenu-vertical {
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 9998;
    overflow-y: auto;
    overflow-x: hidden;
}

.cbp-spmenu-right {
    right: -100%;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}

.cbp-spmenu-active {
    color: #fff !important;
}

.cbp-spmenu-active-::before {
    content: '';
    position: absolute;
    top: 1.5em;
    left: 1em;
    width: 0.75em;
    height: 0.25em;
    background: #526a8e;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.3s;
}

.bs-menu-sec {
    display: inline-flex;
    list-style-type: none;
    padding: 20px 0;
    justify-content: flex-start;
    font-size: 0.8rem;
    margin-left: 1.5rem;
}

@media screen and (max-width: 766px) {

    ul,
    ol {
        padding: 1.25rem;
        margin: 0;
    }
}

.item-count {
    display: inline-block;
    font-size: 11px;
    background: #39c68b;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-height: 26.375em) {

    .cbp-spmenu-vertical {
        font-size: 90%;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -240px;
    }

    .cbp-spmenu-push-toright {
        left: 240px;
    }
}

.umenu-cont {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
	display: block !important;
/*     position: absolute;
    top: 35px; 
    right: 35px;
    z-index: 9999; */
}

.umenu-cont.mi_change {
/*     position: absolute;
    top: 35px; 
    right: 10px;
    z-index: 99988; */
}

.navbar-light .navbar-toggler {
    color: #000 !important;
    border: none !important;
    text-decoration: none !important;
    outline: none !important;
	padding: 0.25rem 0.5rem !important;
    box-shadow: none;
    letter-spacing: 0em;
    font-size: 1em;
}

.navbar-toggler {
	padding: 0.25rem 0.5rem !important;
}

.search_btn {
	color: #1f2937;
    font-size: 16px;
    line-height: 1;
    position: relative;
	padding-left: 0rem;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.search_btn:hover {
	color: #1f2937;
}

@media screen and (max-width: 991px) {
	.navbar-brand {
    font-size: 1rem;
	max-width: 65%;
}
    .cbp-spmenu-vertical {
        font-size: 80%;
        width: 100%;
    }
	.search_btn {

}
}

@media screen and (max-width: 765px) {
    .umenu-cont {
        right: 20px;
    }
}


/* menu icon anim */

.menubars {
    display: block;
}

.mi_ball1,
.mi_ball2,
.mi_ball3 {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    outline-style: none;
    height: 2px;
    background-color: #1f2937;
    margin: 6px 0;
    transition: 0.4s;
}

body.light-mode .mi_ball1, body.light-mode .mi_ball2, body.light-mode .mi_ball3 {
	background-color: #1f2937 !important;
}

.menuopen .mi_ball1,
.menuopen .mi_ball2,
.menuopen .mi_ball3 {
    background-color: #1f2937 !important;
}

.homepage .mi_ball1,
.homepage .mi_ball2,
.homepage .mi_ball3 {
    background-color: #fff;
}

.page .mi_ball1,
.page .mi_ball2,
.page .mi_ball3 {
    background-color: #fff;
}

.mi_ball1 {
    width: 25px;

}

.mi_ball2 {
    width: 20px;
	margin-left: 4px;

}

.mi_ball3 {
    width: 25px;
    /* margin: auto; */

}

.menuopen .mi_ball3 {
    width: 25px;

}

.mi_change .mi_ball1 {
    -webkit-transform: rotate(-45deg) translate(0px, 6px);
    transform: rotate(-45deg) translate(0px, 6px);
}

.mi_change .mi_ball2 {
    opacity: 0;

}

.mi_change .mi_ball3 {
    -webkit-transform: rotate(45deg) translate(-5px, -12px);
    transform: rotate(45deg) translate(-5px, -12px);
}


/* Menu */

.menu__wrap {
    position: absolute;
    top: 5em;
    bottom: 5em;
    overflow: hidden;
	overflow-y: auto;
    width: 80%;
    left: 10%;
}

@-moz-document url-prefix() {
	.menu__wrap {
	-ms-overflow-style: none; /* IE 11 */
    scrollbar-color: #dbd9d9 #f1f1f1; /* Firefox 64 */
    scrollbar-width: thin; /* Firefox 64 */
	box-shadow: transparent;
    border-radius: 0.25rem;
}
}

.profile__menu li a {
	font-size: 1.2rem;
}

/* width */
.menu__wrap::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.menu__wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-box-shadow: transparent;
}

/* Handle */
.menu__wrap::-webkit-scrollbar-thumb {
    /* background: #032d86; */
    background: #dbd9d9;
    border-radius: 0.25rem;
}

.menu__wrap::-webkit-scrollbar {
  /* display: none; */
}

.menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu__level:focus {
    outline: none;
}

.menu__level--current {
    visibility: visible;
}

.menu__item a {
    display: block;
    color: #4b5563;
    font-size: 2vw;
    font-weight: 900;
	word-wrap: break-word;
    padding: 0.1em 0em;
}

.menu__wrap .sub__menu__li {
    padding-left: 2rem;
}

.sub__menu__li a {
    display: block;
    color: #ffc107;
    font-size: 1.5vw;
    font-weight: 300;
    padding: 0.1em 0em;
}

.menu__item {
    display: block;
    width: calc(100% - 50px);
}

.menu__link {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 1em 2.5em 1em 1.5em;
    color: #fff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.main__menu__link {
	position: relative;
	display: block;
	padding: 1em 2.5em 1em 1.5em;
}

.menu__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0em;
    width: 30%;
    height: 1px;
    background: #1f2937;
    -webkit-transform: scale3d(0, 2, 1);
    transform: scale3d(0, 2, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.main__menu__link[data-submenu]::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: -20px;
    /* padding: 0.25em 1.25em; */
    color: #4b5563;
}

.menu__link[data-submenu]:hover::after,
.menu__link[data-submenu]:focus::after {
    color: #4b5563;
}

.menu__link:hover,
.menu__link:focus {
    color: #1f2937;
}

.menu__item.current-menu-item.active a {
    color: #1f2937;
}

.menu__item.current-menu-item.active a.menu__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0em;
    width: 30%;
    height: 1px;
    background: #1f2937;
    -webkit-transform: scale3d(0, 2, 1);
    transform: scale3d(0, 2, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu__link:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu__item .menu__link--current {
    color: #1f2937 !important;
}

.menu__item.current-menu-item.active a.menu__link::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[class^='animate-'],
[class*=' animate-'] {
    visibility: visible;
}

.animate-outToRight .menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.animate-outToLeft .menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.animate-inFromLeft .menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate-inFromRight .menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__breadcrumbs {
    font-size: 0.8em;
    line-height: 1;
    position: relative;
    padding: 2em 3.75em 1.5em 0.3em;
    left: 10%;
}

.menu__breadcrumbs a {
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8297ad;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.menu__breadcrumbs a:last-child {
    pointer-events: none;
}

.menu__breadcrumbs a:hover,
.menu__breadcrumbs a:focus {
    color: #8297ad;
}

.menu__breadcrumbs a:not(:last-child)::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding: 0 1em;
    color: #8297ad;
    font-size: 0.8rem;
    vertical-align: middle;
    margin-bottom: 0rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.menu__breadcrumbs a:not(:last-child):hover::after,
.menu__breadcrumbs a:not(:last-child):focus::after {
    color: #8297ad;
}

.menu__back {
    font-size: 1.05em;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 2.25em;
    margin: 0;
    padding: 1.365em 0.65em 0 0;
    cursor: pointer;
    color: #2a2b30;
    border: none;
    background: none;
}

.menu__back--hidden {
    pointer-events: none;
    opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
    color: #fff;
    outline: none;
}

@media screen and (max-width: 765px) {
    .menu__wrap {
        position: absolute;
        top: 5em;
        bottom: 5em;
        width: 90%;
        left: 5%;
    }
	
	.menu__item__search {
		padding: 0;
	}

    .menu__item a {
        font-size: 6vw;
    }

    .menu__breadcrumbs {
        font-size: 0.8em;
        line-height: 1;
        position: relative;
        padding: 2em 3.75em 1.5em 0.3em;
        left: 5%;
    }
}



/* hover animation */

.post-content .aboutus {
    text-align: center;
}

.post-content .aboutus svg {
    width: 300px;
    height: auto;
    fill: #1f2937;
}

/* hover animation */

.hoveranim-left-cont {
    display: inline-block;
    text-align: center;
}

.hoveranim-left-item {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hoveranim-left-cont:hover .hoveranim-left-item,
.hoveranim-left-cont:focus .hoveranim-left-item,
.hoveranim-left-cont:active .hoveranim-left-item {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

/* */

.ringanimation {
    -webkit-animation: ring-anim 2s infinite ease-out;
    -moz-animation: ring-anim 2s infinite ease-out;
    -ms-animation: ring-anim 2s infinite ease-out;
    -o-animation: ring-anim 2s infinite ease-out;
    animation: ring-anim 2s infinite ease-out;

    /* animation-name : ring-anim;
animation-duration : 2s;
animation-delay : 5s;
animation-fill-mode : none;
animation-iteration-count : infinite; */
}

.topbar_item_type-contact_timing:hover .ringanimation {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animationplay-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes ring-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes ring-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes ring-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes ring-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

/* home page search */

#selected-category {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.homepage__search .input-group>.form-control:not(:last-child) {
    height: 50px;
}

.homepage__search .form-control {
    background-color: #fff;
    border: 1px solid #d4dce4;
    border-radius: 30px;
    color: #2c2c2c;
    line-height: normal;
    font-size: 1em;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.homepage__search .btn__homepage__search {
    background-color: #FFFFFF;
    border: 1px solid #d4dce4;
    border-radius: 30px;
    font-weight: 800;
    color: #ffc107;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.homepage__search .btn__homepage__dropdown {
    background-color: #FFFFFF;
    border: 1px solid #d4dce4;
    border-radius: 30px;
    font-weight: 800;
    color: #25486a;
    padding: -0.5rem 0 -0.5rem -0.3rem;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.homepage__search .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-left: none !important;
}

.homepage__search .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-right: none !important;
}

.btn__homepage__search .hvr-icon {
    z-index: 100;
}

.homepage__search .dropdown-menu.show {
    display: block;
    border: 1px solid #d4dce4;
    border-radius: 0.5rem;
}

.homepage__search .dropdown-menu.show .dropdown-item {
    cursor: pointer;
	font-size: 0.9rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #344767;
    background-color: #f0f2f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #344767;
    text-decoration: none;
    background-color: #f0f2f5
}

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -ms-transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -ms-transform: scale(1.5);
    }
}

.hvr-icon {
    /* top: 1.5px; */
    position: relative;
}

.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* end home page search */


/*  */

.select2-container--bootstrap-5 .select2-selection {
    width: 100%;
    min-height: calc(1.5em + (1.5rem + 2px));
    padding: 0.75rem 2.25rem 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 1px 1px 0 0 rgb(178 190 202);
}

.sort-left .select2-container--bootstrap-5 .select2-selection,
.sort-right .select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + (0.7rem + 2px));
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.search-filter-category {
    color: #6c757d;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
}

.search-category {
    margin: 1rem 0;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 1px 1px 0 0 rgb(178 190 202);
}

.form-style {
    padding: 0.8rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 1px 1px 0 0 rgb(178 190 202);
}

.RegisterForm .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.search-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #53688b;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-btn:hover {
    color: #53688b;
    background-color: #fff;
    border: 1px solid #53688b;
}

/* Single Post page */

.single__post__thumbnail {
    position: relative;
    overflow: hidden;
	display: block !important;
    border-radius: 2rem;
	padding-top: 50%;
}

#bookmarkList {
	color: #1f2937;
	font-size: 15px;
    font-weight: 600;
	outline: none;
    box-shadow: none;
}

#bookmarkList a {
	outline: none;
    box-shadow: none;
}

.post__bookmark {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    /* line-height: 30px; */
    bottom: 30px;
    right: 30px;
    color: #1f2937;
	font-size: 1rem;
    font-weight: 600;
    background: #f8fafb;
    text-align: center;
    margin-bottom: 0;
    border-radius: 5rem;
    text-transform: uppercase;
    z-index: 335;
}

.single__post .single__post__bg {
    background: #fff;
    border-radius: 2rem;
	margin-top: -98px;
    /* box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05); */
}

.single__post .post__content {
    text-align: center;
}

.single__post__title {
    font-size: 2.5rem;
	padding: 0 1rem;
	display: block !important;
}

.wp-block-image a {
    display: block !important;
}

.single__post .single__post__thumbnail img {
   object-fit: cover;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transform: translate(0%, 0%) translate3d(0px, 0px, 0px);
}

.single__post .post__content .wp-block-image img,
.single__post .wp-block-image .lightbox img {
    border-radius: 2rem !important;
}

.single__post__date {
    display: inline-block;
    font-size: 0.85em;
    color: #4b5563;
    margin: 0.5rem;
}

.single__post__view {
    display: inline-block;
    font-size: 0.85em;
    color: #4b5563;
    margin: 0.5rem;
}

.single-article-wrapper .single__post__info > .single__post__view:not(.reading-time) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.text-copy-button {
    display: inline-block;
    font-size: 0.85em;
    color: #4b5563;
	padding: 0 0.5rem;
	width: 79px;
}

.text-copy-button:hover {
    color: #4b5563;
}

.post__tags__title {
    border: 1px solid #1f2937;
    background: #1f2937;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 3px;
}

.single__post__tags a {
    border: 1px solid #d4dce4;
    border-radius: 0.25rem;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 3px 5px;
    margin-bottom: 4px;
}

.single__post__tags a:hover {
    border: 1px solid #1f2937;
    background: #1f2937;
    color: #fff;
}

.single__post__content p a,
.top-video-posts p a {
    color: #ffc107;
}

.single__post__content .arrow-swipe svg {
	width: 20px;
    max-width: 20px;
	margin-right: 10px;
}

@media screen and (min-width: 1200px) {

    .single__post__content p a,
    .top-video-posts p a {
        position: relative;
        /* white-space: nowrap; */
    }

    .single__post__content p a:before,
    .single__post__content p a:after,
    .top-video-posts p a:before,
    .top-video-posts p a:after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #ffc107;
        top: 100%;
        left: 0;
        pointer-events: none;
    }

    .single__post__content p a:before,
    .top-video-posts p a:before {
        content: '';
        /* show by default */
    }

    .single__post__content p a:before,
    .top-video-posts p a:before {
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
    }

    .single__post__content p a:hover:before,
    .top-video-posts p a:hover:before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
    }
}

@media screen and (max-width: 991px) {
	.single__post .post__bookmark {
    bottom: calc(9% + 30px);
	right: 30px;
	}
    .post__bookmark {
    bottom: 30px;
	right: 30px;
	}
}

.single__post__content .post__content p:not(.wp-block-quote p) {
    text-align: justify;
	display: block !important;
}

.single__post__content .post__content h2.wp-block-heading,
.single__post__content .post__content h3.wp-block-heading,
.single__post__content .post__content h4.wp-block-heading {
    text-align: justify;
}

.single__post__content .post__content ul.wp-block-list,
.single__post__content .post__content ol.wp-block-list {
    text-align: justify;
}

.single__post__navigation {
    margin: 2rem 0;
}

.previous__post,
.next__post {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    width: 50%;
    border-left: 1px solid #d4dce4;
    border-right: 1px solid #d4dce4;
	cursor: pointer;
}

.previous__post img,
.next__post img,
.previous__post a,
.next__post a,
.previous__post__title,
.next__post__title {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.previous__post:hover img,
.next__post:hover img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.previous__post:hover a,
.next__post:hover a,
.previous__post:hover .previous__post__title,
.next__post:hover .next__post__title {
    color: #ffc107;
}

.previous__post {
    text-align: left;
    float: left;
    border-left: 0px none;
    border-right: 0px none;
    padding: 0px 30px 0px 0px;
}

.next__post {
    text-align: right;
    float: right;
    border-right: 0px none;
    padding: 0px 0px 0px 30px;
}

.previous__post__title,
.next__post__title {
    white-space: nowrap;
}

.previous__post img,
.next__post img {
    max-width: 150px;
    height: 85px;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 1rem;
}

.previous__post img {
    float: left;
    margin-right: 1rem;
}

.next__post img {
    float: right;
    margin-left: 1rem;
}

.author__single__post {
    padding: 1rem;
    margin-bottom: 2rem;
    border-top: 1px solid #d4dce4;
    border-bottom: 1px solid #d4dce4;
    clear: both;
    overflow: hidden;
}

.author__single__post img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 1rem;
    border-radius: 50%;
    object-fit: cover;
}

.author__cont {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.714;
    overflow: hidden;
}

.author__name {
    margin-top: 10px;
    text-transform: capitalize;
}

.author__desc {
    width: 100%;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.single__post__thumbnail {
    height: 35vh;
}
    .single__post__title {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0rem;
    }

    .single__post .single__post__thumbnail img {
		top: -9%;
    }

    .previous__post img,
    .next__post img {
        max-width: 100px;
        height: 55px;
    }
	.previous__post p,
	.next__post p {
		font-size: 0.9rem;
	}
}

/* Author page */

.author__page {
    text-align: center;
    margin-bottom: 2rem;
}

.author__page .author__avatar img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
    .author__page .author__avatar img {
        width: 80px;
        height: 80px;
    }
}

/* Posts */

/* .post__parallax__section {
	background: #fff;
    padding-bottom: 1rem;
    border-radius: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
} */

.post__parallax__section {
    background: #fff;
    padding: 1.5rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
    /* box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05); */
	box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05);
    margin-top: -5rem;
}

.post__parallax__cont {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.post__parallax__cont .post__image__section {
  position: relative;
  width: 100%;
  /* padding: 2vw; */
}

.post__parallax__cont .post__image__cont {
  /* width: 100%;
  padding-top: 60%; 
  aspect-ratio: 16 / 9;  */
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;  /* Ensure that images do not overflow */
  border-radius: 2rem;  


}

.post__parallax__cont .post__image__cont img {
    object-fit: cover;
	border-radius: 2rem;
	margin: auto;
	width: 100%;
	height: auto;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 35px);
	width: calc(100% + 35px);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.05);
	transform: translate3d(-30px,0,0) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease 
}


.post__image__section:hover .post__image__cont img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-filter: brightness(.6);
    filter: brightness(.6)
}

.post__parallax__title {
	margin-top: 4.5rem;
    font-size: 1.5em;
    color: #fff;
    font-weight: 900;
	text-transform: uppercase;
    text-align: center;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.post__parallax__title a:hover {
    color: #ffc107;
}

.post__cont .post__type {
    position: absolute;
    display: inline-block;
	width: 25px;
    height: 25px;
    line-height: 25px;
    bottom: 10px;
    right: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background: #f3f3f3;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0.25rem;
    text-transform: uppercase;
    z-index: 335;
}

.post__parallax__section .post__listing__date {
    font-size: 0.8em;
	margin: 0.5rem;
    letter-spacing: 0em;
    color: #4b5563;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post__parallax__section .post__listing__view {
    font-size: 0.8em;
	margin: 0.5rem;
    letter-spacing: 0em;
    color: #4b5563;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post__parallax__section .post__listing__author {
    font-size: 0.8em;
	margin: 0.5rem;
    letter-spacing: 0em;
    color: #4b5563;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: capitalize;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
	.post__parallax__title {
    font-size: 1.1em;
}

.post__parallax__section .post__listing__date, .post__parallax__section .post__listing__view, .post__parallax__section .post__listing__author {
	margin: 0.2rem;
}

}

@media screen and (max-width: 765px) {
    .post__cont .post__grid::before {
        box-shadow: 25px 20px 0px 0 #c2d9ef;
    }

    .post__cont .post__title {
        font-size: 1.2em;
        color: #fff;
        font-weight: 900;
    }

    .post__cont .post__type {
        position: absolute;
        display: inline-block;
        bottom: 5px;
        right: 5px;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        background: #f3f3f3;
        padding: 2px;
        border-radius: 0.25rem;
        text-transform: uppercase;
        z-index: 335;
    }
}

@media screen and (max-width: 505px) {
    .post__cont .post__type {
        position: absolute;
        display: inline-block;
        bottom: 5px;
        right: 5px;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        background: #f3f3f3;
        padding: 2px;
        border-radius: 0.25rem;
        text-transform: uppercase;
        z-index: 335;
    }
}

/* custom__category__posts__block */

.category__posts__block__header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;

}

.category__posts__block__header .block__left {
    font-size: 1.5em;
    color: #1f2937;
    font-weight: 900;
    text-transform: uppercase;
}

.category__posts__block__header .block__right {
    margin: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.category__posts__block__header .block__right a {
    font-size: 1.5em;
    color: #ffc107;
    font-weight: 900;
    text-transform: uppercase;
}

.category__card__cont {
	/* padding-left: 0.4rem;
    padding-right: 0.4rem; */
	padding: 1rem;
}

.category__wrap {
	padding: 1rem;
}

.category__card {
	text-align: center;
	background: #fff;
    border-radius: 2rem;
    padding-bottom: 0.1rem;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05);
}

.category__card__inner {
	position: relative;
}

.category__card__img__cont {
	position: relative;
    overflow: hidden;
	border-radius: 2rem;
}

.category__card__img {
	object-fit: cover;
	border-radius: 2rem;
	margin: auto;
	width: 100%;
	height: auto;
	display: block;
	max-width: none;
	width: -webkit-calc(100% + 35px);
	width: calc(100% + 35px);
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.05);
	transform: translate3d(-30px,0,0) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.category__card__cont:hover .category__card__img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-filter: brightness(.6);
    filter: brightness(.6)
}

.category__card__title {
	height: 50px;
	text-align: center;
	margin: 0.5rem 0;
	padding: 0 1rem;
}

.category__card__title a {
	color: #1f2937;
    font-weight: 900;
    text-transform: uppercase;
}

.category__desc {
	color: #4b5563;
	text-align: center;
	font-size: 0.8em;
	margin: 0.5rem 0;
}

@media screen and (max-width: 991px) {
	.category__posts__block__header .block__left {
    font-size: 0.8em;
}
.category__posts__block__header .block__right a {
    font-size: 0.8em;
}
}

@media screen and (max-width: 768px) { 
	.category__card__title {
	height: auto;
	font-size: 1.1rem;
	}
	.category__card__cont {
	padding: 0.5rem 1rem;
	}
    .category__card {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    }
}

/* post__label */

.post__label {
	display: inline-block;
    top: 10px;
    left: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.7142em;
    line-height: 12px;
    border-radius: 2rem;
}

.post__label a {
    color: #fff;
}

.single__post__label {
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.7142em;
    line-height: 12px;
    border-radius: 2rem;
	width: fit-content;
}

.slider__post__label {
    position: absolute;
    z-index: 110;
    top: 20px;
    left: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.7142em;
    line-height: 12px;
    border-radius: 2rem;
}

.slider__post__label a {
    color: #fff;
}

.post__cont .post__label a {
    color: #fff;
}

.single__post__label a {
    color: #fff;
}

.bg-business {
    background-color: #0d91fd;
}

.bg-politics-society {
    background-color: #f01452;
}

.bg-health-entertainment {
    background-color: #ffc107;
}

.bg-sport {
    background-color: #15a763;
}

.bg-culture-lifestyle {
    background-color: #a810c2;
}

.bg-earth {
    background-color: #5adcee;
}

.bg-automotive {
    background-color: #FF5F1F;
}

.bg-technology {
    background-color: #5C5CFF;
}

.bg-uncategorized {
	background-color: #4b5563;
}


/* Swiper topslider */

.latest__posts {
    padding: 0 1rem;
}

.home-page-slider {
	overflow: hidden;       /* recommended */
	padding-bottom: 1px;    /* quick fix */
	border-bottom: 1px solid transparent;  /* invisible but breaks collapse */
	display: flow-root;     /* modern BFC method (safe & clean) */
}

.swiper-slide a:hover {
	color: #fff;
}

.slide-bgimg:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background: #1a2638;
    background: linear-gradient(180deg,rgba(26,38,56,0) 10%,rgba(26,38,56,1) 100%)
}

.swiper-slide {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

*, *:before, *:after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

.topslider {
width: 100%;
height: 80vh;
float: left;
border-radius: 2rem;
transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
width: 20%;
padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
cursor: pointer;
opacity: 0.4;
transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
font-size: 20px;
}

.swiper-container.loading {
opacity: 0;
visibility: hidden;
}

.swiper-slide {
overflow: hidden;
}
.swiper-slide .slide-bgimg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}
.swiper-slide .entity-img {
display: none;
}

.swiper-slide .content .caption {
display: block;
font-size: 13px;
line-height: 1.4;
transform: translateX(50px);
opacity: 0;
transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .caption.show {
transform: translateX(0);
opacity: 1;
font-size: 1.3em;
text-transform: uppercase;
font-weight: 300;
}

.swiper-slide {
overflow: hidden;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.swiper-slide .content {
position: absolute;
top: 30%;
left: 10%;
width: 80%;
/* transform: translate(-50%, -50%); */
color: #fff;
text-align: center;
}
.swiper-slide .content .title {
font-size: 3em;
font-weight: 900;
margin-bottom: 20px;
color: #fff;
text-transform: uppercase;
line-height: 1.1;
}

@media screen and (max-width: 1195px) {
	.swiper-slide .content {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 80%;
	padding-left: 0%;
	color: #fff;
	text-align: center;
   }
}

@media screen and (max-width: 991px) {
	.topslider {
	height: 70vh;
	}
	.swiper-slide .content .title {
    font-size: 1.3em;
	}
	.swiper-slide .slide-bgimg {
	background-position: 50% 50%;
	}
	.swiper-slide .content .caption.show {
	font-size: 1em;
    }
}

.topslider .swiper-button-next,
.topslider .swiper-button-prev {
	border-radius: 0.5rem;
}

.topslider .swiper-pagination-bullet {
    border: 1px solid #fff;
	background: transparent;
}

.topslider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.topslider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    border: 1px solid #fff;
	background: transparent;
}

.topslider .swiper-pagination-bullet-active {
    background: #fff;
}


/* Latest News */

/* Image Transition */
.latest__posts .latest__post__image {
  margin: auto;
  height: 100vh; /* Full viewport height */
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s ease;
}

/* Container for Post */
.latest__post__cont {
  position: relative;

}

/* Post label positioning */
.latest__post__cont .post__label {
  top: 10px;
  left: 10px;
}

/* Grid container */
.latest__post__grid {
  position: relative;
  overflow: hidden;
}

/* Link in the label */
.latest__post__cont .post__label a {
  color: #fff;
}

/* Gradient overlay */
.latest__post__grid:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: rgb(26, 38, 56);
  background: linear-gradient(180deg, rgba(26, 38, 56, 0) 10%, rgba(26, 38, 56, 1) 100%);
}

/* Title Styling */
.latest__post__cont .latest__post__title {
  font-size: 4em;
  color: #1f2937;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}

/* Caption Styling */
.latest__post__cont .latest__post__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  padding: 0 1em;
  z-index: 338;
  text-align: center;
  color: #fff;
}

.latest__post__caption p {
	color: #fff;
	font-size: 1rem;
}

/* Title in caption */
.latest__post__cont .latest__post__caption .latest__post__title {
  margin-bottom: 2rem;
  color: #fff;
}

/* Description in caption */
.latest__post__cont .latest__post__caption .latest__post__description {
  color: #fff;
  opacity: 1;
}

/* Latest News End */


@media screen and (max-width: 990px) {
    .latest__post__cont .latest__post__title {
        font-size: 1.5em;
        line-height: 1;
    }

    .latest__post__cont .latest__post__title.big {
        font-size: 1em;
    }
}

/* Mostviewed news */

.mostviewed__news {
	margin-top: 0;
}

.mostviewed__post__cont {
	margin: 0 0.3rem 1rem 0.3rem;
}

.most_viewed_news_title {
	color: #1f2937;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem;
}

.mostviewed__post__grid  {
	position: relative;
    overflow: hidden;
    border-radius: 2rem !important;
}

.mostviewed__post__cont .mostviewed__post__image {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.05);
    transform: translate3d(-30px,0,0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.mostviewed__post__cont:hover .mostviewed__post__image {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-filter: brightness(.6);
    filter: brightness(.6)
}

.mostviewed__post__grid:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: .5rem;
    left: 0;
    top: 0;
    content: "";
    background: #1a2638;
    background: -moz-linear-gradient(180deg,rgba(26,38,56,0) 50%,rgba(26,38,56,1) 100%);
    background: -webkit-linear-gradient(180deg,rgba(26,38,56,0) 50%,rgba(26,38,56,1) 100%);
    background: linear-gradient(180deg,rgba(26,38,56,0) 50%,rgba(26,38,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2638",endColorstr="#1a2638",GradientType=1)
}

.mostviewed__post__caption {
	position: absolute;
    bottom: 5%;
    width: 90%;
    padding: 0 1em;
    z-index: 338;
}




.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__title {
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    margin-bottom: 2rem
}

.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__description {
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0)
}

.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__title {
    color: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s
}

.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__description {
    color: #fff;
    opacity: 0;
    font-size: 0.9rem;
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    transition: opacity .2s,transform .35s
}

.mostviewed__post__cont:hover .mostviewed__post__caption .mostviewed__post__description {
    opacity: 1
}

.mostviewed__post__cont:hover .mostviewed__post__caption .mostviewed__post__title,.mostviewed__post__cont:hover .mostviewed__post__caption .mostviewed__post__description {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.mostviewed__post__cont:hover .mostviewed__post__caption .mostviewed__post__description {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

@media screen and (max-width: 768px) {
    .mostviewed__post__cont {
    margin: 1rem 0.3rem 1rem 0.3rem;
    }   
    .row .col-md-4:first-child .mostviewed__post__cont {
    margin-top: 0;
    }
	.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__title {
	font-size: 1em;
}

.mostviewed__post__cont .mostviewed__post__caption .mostviewed__post__description {
	font-size: 0.8em;
}
.most_viewed_news_title {
    font-size: 0.8em;
}
	
}

/* Featured posts */

.featuredbg {
    background: #fff;
}

.featuredposts {
    position: relative;
    margin: 1rem 1rem;
    overflow: hidden;
    border-radius: 0.25rem;
    border: none;
    background: rgb(83, 104, 139);
    background: -moz-linear-gradient(0deg, rgba(83, 104, 139, 1) 35%, rgba(255, 255, 255, 1) 35%);
    background: -webkit-linear-gradient(0deg, rgba(83, 104, 139, 1) 35%, rgba(255, 255, 255, 1) 35%);
    background: linear-gradient(0deg, rgba(83, 104, 139, 1) 35%, rgba(255, 255, 255, 1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#53688b", endColorstr="#ffffff", GradientType=1);
}

.imgcont {
    overflow: hidden;
}

.featuredposts img {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.05);
    transform: translate3d(-30px, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}


.featuredposts:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.featuredposts p {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    position: absolute;
    top: 30%;
    margin: 0 auto;
    color: #e8ecf1;
}

.featuredposts:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.featuredposts .description {
    font-weight: bold;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #e8ecf1;
    background: #53688b;
    padding: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.featured-price {
    color: #ffd243;
    font-weight: 900;
    font-size: 1.3em;
    margin: 0.5rem;
}

.featured-separator {
    margin: 1rem;
    background: #697fa5;
    height: 1px;
}

.featured-desc {
    color: #e8ecf1;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 0.8rem;
    margin: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Statistic */

.statistic {
    position: relative;
    width: 100%;
    background: #53688b;
}

.odometer-statistic {
    text-align: center;
    border: 1px solid #859db4;
    border-radius: 0.25rem;
    padding: 20px;
    margin-bottom: 1rem;
    /* box-shadow: 0 25px 30px -20px rgba(0, 0, 0, 0.25); */
}

.odometer-statistic h5 {
    color: #fff;
    text-transform: uppercase;
    margin: 1rem 0;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
}

.odometer-statistic .statistic-title {
    font-family: Montserrat, sans-serif;
    font-size: 3.3em;
    font-weight: 900;
    width: 100%;
    color: #fff;
    z-index: 1;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.odometer-statistic:hover .statistic-title,
.odometer-statistic:focus .statistic-title,
.odometer-statistic:active .statistic-title {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

/* odometer counter */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}


/* Services */

.scrollservices {
    overflow: hidden;
    border-radius: 0.25rem;
}

.services {
    align-items: center !important;
}

.our-service {
    padding: 5px 0;
}

.visionimg {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2)
}

.services-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
}

.services-itemhover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 30px;
    margin: 28px;
    border-left: 5px solid #8fb0cf;
    transition: all .5s ease-in-out;
}

.services-itemhover::after {
    position: absolute;
    height: 100%;
    top: 0;
    left: -5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.services-itemhover::after {
    border-left: 5px solid #ff0042;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.services-itemhover:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.services-itemhover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.servicesdesc {
    align-items: center !important;
    background: #1f2937;
    padding: 1rem;
    top: 100px;
    margin-left: -80px;
    margin-bottom: 100px;
    z-index: 555;
    position: relative;
    border-radius: 0.25rem;
}

.services .scrollservices .rellax {
    left: 20px;
    position: absolute !important;
    z-index: 5558 !important;
    box-shadow: 0 8px 50px 0 rgb(0 0 0 / 40%);
}

.vehicle-check {
    border-radius: 0.25rem;
}

@media screen and (max-width: 990px) {
    .services-title {
        font-size: 1rem;
    }

    .services-itemhover {
        display: block;
    }

    .servicesdesc {
        top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .scrollservices {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .servicesdesc {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .services-itemhover {
        padding: 20px;
        margin: 15px;
    }
}

/* post animation */

.postanimation {
    position: relative;
    overflow: hidden;
}

.leftpost {
    transform: translateX(400px);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.rightpost {
    transform: translateX(-400px);
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.post-transition {
    z-index: -1;
    position: relative;
    opacity: 1;
    transform: none;
}

/* @media (prefers-reduced-motion: no-preference) {
  .leftpost {
    transition: opacity 1.5s ease, transform 1.5s ease;
  }
} */

/* Info */

.info-background {
    background-position: 50%;
    background-size: cover;
    text-align: center;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 0.25rem;
    margin: 1.5rem;
}

.info-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .4);
    border-radius: 0.25rem;
}

.info-background .title {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 2rem 0;
    font-weight: 900;
}

.info-background .subtitle {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 1rem 0;
    font-weight: 300;
    height: 3.5rem;
}

.info-background .info {
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 360px;
    margin: 0 auto;
}

.info-background .icon {
    font-size: 5rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.info-background .infolink {
    color: #fff;
    display: block;
}

.info-background:hover .icon {
    transform: translate3d(0, -.8rem, 0);
}

@media screen and (max-width: 991px) {
    .info-background .title {
        font-size: 1.5rem;
    }
}


/* svg efficiency */

.efficiency {
    width: 30%;
}

.energyEfficiencyLabel {
    fill: #fff
}

.efficiencyClassA2,
.efficiencyClassA3 {
    fill: #009848
}

.efficiencyClassA1 {
    fill: #4eae46
}

.efficiencyClassA,
.efficiencyClassB {
    fill: #b9d237
}

.efficiencyClassC {
    fill: #fff104
}

.efficiencyClassD {
    fill: #e3672a
}

.efficiencyClassE,
.efficiencyClassF,
.efficiencyClassG {
    fill: #d7222b
}

@media screen and (max-width: 991px) {
    .efficiency {
        width: 50%;
    }
}

/* Main Search */

.mainsearch {
    /* background: #ffc107; */
    min-height: 4rem;
}

.mainsearch-cont {
    padding: 0 20px;
}

.mainsearch .input-group {
    margin: 0;
    position: relative;
    border-radius: 50rem;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .1)
}

.mainsearch .input-group .form-control:last-child {
    border-left: 0 none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mainsearch .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mainsearch .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mainsearch .input-group-text:first-child {
    border-right: 0 none;
}

.mainsearch .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 50rem;
}

.mainsearch .btn__homepage__search {
    display: inline-block;
    font-weight: 600;
    line-height: 2.5;
    color: #ffc107;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ececec;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-left: 1rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mainsearch .btn-subscribe:hover {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;

}

.nmainsearch .input-group .input-group-prepend {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    outline: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

/* post list sort */

.sort-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.sort-left {
    display: block;
    min-width: 180px;
    width: 250px;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.sort-right {
    margin: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sort-showing {
    margin-right: 0.4rem !important;
}

.sort-left option {
    padding: 0.5rem 0.75rem;
    margin: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1f2937;
}



.form-select option:hover {
    background: #657789;
    color: #fff;
}

.form-select option:focus {
    background: #657789;
    color: #fff;
}

.form-select option:active {
    background: #657789;
    color: #fff;
}



.sort-left .select2-selection__rendered,
.sort-right .select2-selection__rendered {
    font-size: 0.75rem;
    border: 0;
}

.sort-left .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #ced4da;
    box-shadow: none;
}

.sort-right .select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #ced4da;
    box-shadow: none;
}

.sortfont {
    font-size: 0.75rem !important;
    top: 32px !important;
    z-index: 99999 !important;
}

.sortfont .select2-results__option {
    font-size: 0.75rem !important;
    text-transform: none !important;
}

.select2fixtop {
    top: 32px !important;
    z-index: 99999 !important;
}

@-moz-document url-prefix() {
    .sortfont {
        font-size: 0.75rem !important;
        top: 0px !important;
        z-index: 99999 !important;
    }

    .select2fixtop {
        top: 0px !important;
        z-index: 99999 !important;
    }
}

.btn-outline-sort {
    color: #657789;
    border-color: #ced4da;
    padding: 0.3rem 0.7rem;
    border-radius: 2rem;
}

.btn-sort-active {
    color: #fff;
    border-color: #657789;
    background: #657789;
}

.btn-outline-sort:hover {
    color: #fff;
    border-color: #657789;
    background: #657789;
}

.post__info__cont {
    padding-top: 3rem;
}

.post__info__cont .post__title {
    font-size: 2em;
    color: #1f2937;
    font-weight: 900;
    text-transform: uppercase;
}

.post__info__cont .post__price {
    color: #ffc107;
    font-weight: 900;
    margin-bottom: 1rem;
}

.infosvg {
    max-width: 20px;
}

@media screen and (max-width: 991px) {
    .post__info__cont {
        padding-top: 0rem;
        text-align: center;
    }

    .post__info__cont .post__title {
        font-size: 2.2em;
        color: #1f2937;
        font-weight: 900;
    }
}

@media screen and (max-width: 765px) {
    .sort-cont {
        display: block;
    }

    .sort-left {
        width: 100%;
    }

    .sort-right {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }

    .post__info__cont {
        padding-top: 0rem;
        text-align: center;
    }

    .post__info__cont .post__title {
        font-size: 1.3em;
        color: #1f2937;
        font-weight: 900;
    }
}

/* side ads */

.side-ads-cont {
    margin: 0;
}

.side-ads {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
    border-radius: 0.25rem;
    height: 100%;
    max-width: 300px;
    padding: 20px;
}

.side-ads a {
    color: #1f2937;
}

.side-ads h4 {
    position: relative;
    overflow: hidden;
    padding: 50% 10px 10px 20px;
    color: #1f2937;
    text-align: center;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.side-ads p {
    border: 1px solid #1f2937;
    opacity: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
    -ms-transform: translate3d(0, 20px, 0) scale(1.1);
}

.side-ads:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-ads:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media screen and (max-width: 767px) {
    .side-ads-cont {
        margin: 2rem 0;
    }

    .side-ads {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        font-size: 1rem;
        overflow: hidden;
        min-height: 15rem;
        max-width: 100% !important;
    }

    .side-ads h4 {
        position: relative;
        overflow: hidden;
        padding: 5% 0 10px 0;
        color: #1f2937;
        text-align: left;
    }

    .side-ads p {
        margin-left: 0;
        margin-right: 0;

    }
}

/* top ads */

.top-ads-cont {
    margin: 0;
}

.top-ads {
    background-size: cover;
    background-position: 50%;
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 20px;
    border-radius: 0.25rem;
}

.top-ads a {
    color: #fff;
}

.top-ads-title {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0px 100px;
    color: #fff;
    text-align: left;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.top-ads-subtitle {
    position: relative;
    overflow: hidden;
    padding: 5px 100px 10px 100px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.top-ads p {
    border: 2px solid #fff;
    opacity: 0;
    width: 10rem;
    margin: 10px 10px 10px 100px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
    -ms-transform: translate3d(0, 20px, 0) scale(1.1);
}

.top-ads:hover h4,
.top-ads:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-ads:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

@media screen and (max-width: 767px) {
    .top-ads-cont {
        margin: 0;
    }

    .top-ads {
        background-position: 55%;
    }

    .top-ads h4,
    .top-ads img {
        position: relative;
        overflow: hidden;
        padding: 5% 0 5px 0;
        text-align: left;
    }

    .top-ads p {
        margin-left: 10px;
        margin-right: 0;

    }

    .top-ads-small {
        background-size: cover;
        background-position: 28%;
        position: relative;
        width: 100%;
        min-height: 300px;
        padding: 50px 70px 0px 10px;
        border-radius: 0.25rem;
    }
}

.top-ads:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    border-radius: 0.25rem;
    background: rgb(197, 195, 195);
    background: -moz-linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.8) 100%);
    background: -webkit-linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.8) 100%);
    background: linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5c3c3", endColorstr="#1a2638", GradientType=1);
}

/* top split ads */

.top-splitads-cont {
    margin: 0;
}

.top-splitads {
    background-size: cover;
    background-position: 50%;
    position: relative;
    width: 100%;
    min-height: 320px;
    padding: 20px;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.top-splitads a {
    color: #fff;
}

.top-splitads-title {
    position: relative;
    overflow: hidden;
    padding: 20px 10px 10px 80px;
    color: #fff;
    text-align: left;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.top-splitads-title img {
    height: 80px;
    max-height: 80px;
}

.top-splitads-subtitle {
    position: relative;
    overflow: hidden;
    padding: 5px 10px 10px 80px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-splitads p {
    border: 2px solid #fff;
    color: #fff;
    opacity: 0;
    width: 13rem;
    margin: 10px 10px 10px 80px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
}

.applink {
    background: #fff;
    display: inline-block;
    min-width: 170px;
    font-weight: 600;
    border-radius: 30px;
    color: #1f2937 !important;
    padding: 10px 15px 10px 15px;
}

.adslink {
    z-index: 10;
    position: relative;
}

.mobapp {
    position: absolute;
    max-width: 150px;
    bottom: -45px;
    right: 50px;
    z-index: 333;
}

.top-splitads:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-splitads:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-splitads:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1199px) {
    .mobappcont {
        min-height: 420px !important;
        margin-bottom: 5rem;
    }

    .mobappcont .top-splitads-title {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .mobappcont .top-splitads-subtitle {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .mobappcont p {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
    }
}

@media screen and (max-width: 767px) {
    .top-splitads-cont {
        margin: 0;
    }

    .top-splitads {}

    .top-splitads h4,
    .top-splitads h5 {
        position: relative;
        overflow: hidden;
        padding: 5px 5%;
        text-align: left;
        margin-top: 1rem;
    }

    .top-splitads p {
        margin-left: 10px;
        margin-right: 0;

    }

    .top-splitads-small {
        background-size: cover;
        background-position: 28%;
        position: relative;
        width: 100%;
        min-height: 300px;
        padding: 50px 70px 0px 10px;
        border-radius: 0.25rem;
    }

    .mobapp {
        position: absolute;
        max-width: 100px;
        bottom: -60px;
        right: calc(50% - 50px);
        z-index: 333;
    }

    .mobappcont {
        min-height: 420px !important;
        margin-bottom: 5rem;
    }

    .mobappcont p {
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate3d(0px, -10px, 0);
        transform: translate3d(0px, 10px, 0);
        -ms-transform: translate3d(0px, 10px, 0);
    }
}

.top-splitads:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    border-radius: 0.25rem;
    background: rgb(197, 195, 195);
    background: -moz-linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.5) 100%);
    background: -webkit-linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.5) 100%);
    background: linear-gradient(360deg, rgba(197, 195, 195, 0.1) 30%, rgba(26, 38, 56, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5c3c3", endColorstr="#1a2638", GradientType=1);
}

.splitadslink {
    z-index: 10;
    position: relative;
}

/*  */
.action-cont {
    position: absolute;
    z-index: 110;
    top: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.action-overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(135, 133, 133, 1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.btn-action-icon,
.btn-action-icon:before,
.btn-action-icon .fas,
.btn-action-icon .fab,
.btn-action-icon .far {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.btn-action-icon:before {
    top: 90%;
    left: -110%;
}

.btn-action-icon .fas,
.btn-action-icon .fab,
.btn-action-icon .far {
    transform: scale(0.8);
}

.btn-action-icon.btnlink:hover:before {
    background-color: #4b5563;
}

.btn-action-icon.btnlink .fas,
.btn-action-icon.btnlink .fab,
.btn-action-icon.btnlink .far {
    color: #1f2937;
}

.social-media-icons .btn-action-icon.btnlink .fas,
.social-media-icons .btn-action-icon.btnlink .fab,
.social-media-icons .btn-action-icon.btnlink .far {
    color: #1f2937;
    margin-top: 0px;
}

.social-media-icons .btn-action-icon:hover .fas,
.social-media-icons .btn-action-icon:hover .fab,
.social-media-icons .btn-action-icon:hover .far {
    color: #fff;
    transform: scale(1);
}

.btn-action-icon:focus:before,
.btn-action-icon:hover:before {
    top: -10%;
    left: -10%;
}

.btn-action-icon:hover .fas,
.btn-action-icon:hover .fab,
.btn-action-icon:hover .far {
    color: #fff;
    transform: scale(1);
}

.btn-action-icon {
    display: inline-block;
    background-color: #fff;
    width: 39px;
    height: 39px;
    line-height: 35px; 
    margin-top: 0.5rem;
	margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.btn-action-icon.btnlink.add-to-compare.rounded-circle.active,
.btn-action-icon.btnlink.add-to-favorite.rounded-circle.active {
    display: inline-block;
    background-color: #4b5563;
    color: #fff;
    width: 39px;
    height: 39px;
    line-height: 35px;
    margin-top: 0.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.btn-action-icon.btnlink.add-to-compare.rounded-circle.active .fas,
.btn-action-icon.btnlink.add-to-compare.rounded-circle.active .fab,
.btn-action-icon.btnlink.add-to-compare.rounded-circle.active .far,
.btn-action-icon.btnlink.add-to-favorite.rounded-circle.active .fas,
.btn-action-icon.btnlink.add-to-favorite.rounded-circle.active .fab,
.btn-action-icon.btnlink.add-to-favorite.rounded-circle.active .far {
    color: #fff;
    transform: scale(1);
}

.btn-action-icon:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.btn-action-icon .fas,
.btn-action-icon .fab,
.btn-action-icon .far {
    font-size: 1.4rem;
    vertical-align: middle;
}

.btn-action-icon-active {
    background-color: #4b5563;
}

.btnlink-icon-active {
    color: #fff !important;
}

/* post-label */

.single-post .post-label {
    top: 10px;
    left: 10px;
}

.post-label {
    position: absolute;
    z-index: 110;
    top: 10px;
    left: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.7142em;
    line-height: 12px;
    border-radius: 0.25rem;
}

.bg-purple {
    color: #fff;
    background-color: #6f42c1;
}

.bg-new {
    background-color: #ffc107;
}

.bg-electric {
    background-color: #15a763;
}

.bg-hybrid {
    background-color: #0d91fd;
}

.bg-sale {
    background-color: #ffc107;
}

.bg-other {
    background-color: #1b2836;
}

/*  */
#topnavbar {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

body.scroll-up.light-mode #topnavbar  {
	background-color: rgb(255, 255, 255) !important;
}

body.scroll-up.dark-mode #topnavbar {
	background-color: #121212 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-dark .navbar-brand {
    color: rgba(52, 58, 64, 1);
    font-weight: 700;
}

.bg-primary {
    opacity: 1;
    background-color: transparent;
    /* background-color: rgba(245,245,245,1) !important; */
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /* color: #ec1823; */
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: #ec1823; */
}

.navbar-dark .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link:focus {
    /* color: rgba(236, 24, 35, 1); */
}

.navbar-dark .navbar-nav .nav-link.active::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 20%;
    background: #adc53b;
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0%;
}

body.menuopen #topnavbar {
	background-color: rgb(255, 255, 255) !important;
}

body.dark-mode.menuopen #topnavbar {
	background-color: rgb(18, 18, 18) !important;
}


@media screen and (max-width: 991px) {

    .menuopen .navbar .nav-link {
        color: #53688b !important;
        font-size: .9rem;
    }

    .menuopen .navbar-brand {
        color: #53688b !important;
    }

    .menuopen .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
        background: #53688b !important;
    }

    .menuopen:not(.scroll-down) #topnavbar {
        background-color: #fff;
    }

    .navbar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-dark .navbar-nav .nav-link.active::before {
        left: 10%;
        width: 80%;
        height: 20%;
    }
}


/* subcategory */

.swipercategories {
    border: 1px solid #000;
    border-radius: 5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.subcategory {
    margin: 0 0.3rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    /* If there is no picture */
    color: #1f2937;
    text-align: center;
    min-height: 3rem;
    font-weight: 300;
    font-size: 1.3rem;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subcategory:hover {
    /* box-shadow: 0 30px 25px -20px rgba(0, 0, 0, 0.15); */
    color: #ffc107;
}

.subcategory img {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
}

.subcategory .description {
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #4b5563;
    font-size: 0.9rem;
}

.swiper-button-next i,
.swiper-button-prev i,
.swiper-button-next svg,
.swiper-button-prev svg {
    position: relative;
    left: 50%;
    top: 50%;
    color: #21272b;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    font-size: 1.5em;
}

@keyframes arrowRight {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    50% {
        -webkit-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }

    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
    -webkit-animation: arrowRight 1s infinite;
    animation: arrowRight 1s infinite;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: #f2f3f3;
    z-index: 2;
    cursor: pointer;
}

@media (min-width: 1200px) {

    .swiper-button-next,
    .swiper-button-prev {
        background-color: #eff4f9;
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor: pointer;
    }
}

/* swiper Related News */

.single__post__slider {
    position: relative;
    margin: 1rem 0rem;
}

.single__post__grid {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
}

.single__post__grid:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2rem;
    left: 0;
    top: 0;
    content: "";
    background: rgb(26, 38, 56);
    background: -moz-linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    background: linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2638", endColorstr="#1a2638", GradientType=1);
}

.single__post__image {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.05);
    transform: translate3d(-30px, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
/*     max-height: 235px;
    min-height: 235px; */
    object-fit: cover;
}

.single__post__slider:hover .single__post__image {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.single__post__caption {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 90%;
    padding: 0 1em;
    z-index: 338;
}

.single__post__slider__title {
    font-size: 1.1em;
    color: #fff;
    font-weight: 900;
}

.single__post__slider__date {
    margin: .5em 0 0;
    font-size: .9em;
    letter-spacing: 0em;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
}

.single__post__slider .post__label a {
    color: #fff;
}


/* swiper pagination bullets */

.swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    background: #7ba8bd;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1f2937;
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 20px;
    height: 8px;
    display: inline-block;
    border-radius: 5px;
    background: #7ba8bd;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.80);
    -ms-transform: scale(.80);
    transform: scale(.80);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
    left: 0;
    width: 100%;
}

/* swiper postdetail */

.postslider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 0rem;
}

.postdetail-gallery {
    width: 100%;
    margin: 0px auto;
}

.postdetail-slider {
    width: 100%;
    margin: 0 0 10px 0;
}

.postdetail-slider .swiper-slide {
    width: 100%;
    height: auto;
}

.postdetail-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 0rem;
    object-fit: cover;
}

.postdetail-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.postdetail-thumbs .swiper-slide {
    width: 200px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.postdetail-thumbs .swiper-slide:hover {
    opacity: 1;
}

.postdetail-thumbs .swiper-slide-active {
    opacity: 1;
}

.postdetail-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 0.25rem;
}

.postdetail-gallery .swiper-button-next,
.postdetail-gallery .swiper-button-prev {
    background-color: #f2f3f3;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
}

@media (min-width: 1200px) {

    .postdetail-gallery .swiper-button-next,
    .postdetail-gallery .swiper-button-prev {
        background-color: #f2f3f3;
        position: absolute;
        top: 50%;
        width: 50px;
        height: 50px;
        z-index: 10;
        cursor: pointer;
    }
}

.latest__posts .swiper-container:hover .swiper-button-prev,
.latest__posts .swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

@media screen and (max-width: 991px) {
    .postdetail-slider {
        min-height: 30vh;
    }
}



.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #657789;
    border-color: #657789;
}

.btn-check:hover+.btn-outline-secondary,
.btn-check:hover+.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #657789;
    border-color: #657789;
}



/*  */
.postt-sup-count {
    display: inline-block;
    font-size: 11px;
    background: #b8860b;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 23px;
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img,
.select2-container--default .select2-selection--single .select2-selection__rendered svg {
    vertical-align: inherit !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none !important;
    border-radius: 0;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.flagcont .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* select2 arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
    border-style: none;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: -7px;
    color: inherit;
    margin-left: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    left: 30px;
    width: 60px;
    font-size: 90%;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 82px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #657789;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7e9cb9;
    color: white;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
    z-index: 999988;
}

/*  */
#LeftNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: borderanim 10s infinite;
    overflow: hidden;
}

@-moz-keyframes borderanim {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        /* box-shadow: 15px 15px 50px rgba(0,0,0,0.2); */
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        /* box-shadow: -10px -5px 50px rgba(0,0,0,0.2); */
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@-webkit-keyframes borderanim {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        /* box-shadow: 15px 15px 50px rgba(0,0,0,0.2); */
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        /*  box-shadow: -10px -5px 50px rgba(0,0,0,0.2); */
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@-o-keyframes borderanim {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        /* box-shadow: 15px 15px 50px rgba(0,0,0,0.2); */
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        /* box-shadow: -10px -5px 50px rgba(0,0,0,0.2); */
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

@keyframes borderanim {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        /* box-shadow: 15px 15px 50px rgba(0,0,0,0.2); */
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        /* box-shadow: -10px -5px 50px rgba(0,0,0,0.2); */
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }
}

/* section */
@media screen and (max-width: 990px) {}

.fixed-alert {
    position: fixed;
    margin: auto;
    top: 100px;
    z-index: 99998;
    left: calc(50% - 150px);
    display: block;
    transform: translate(0, -50%);
    width: 300px;
}

.fixed-alert span {
    font-weight: 800;
}

.whitebg {
    background: #fff;
}

.mainbgrev {
    background: rgb(223, 233, 243);
    background: -moz-linear-gradient(180deg, rgba(223, 233, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(223, 233, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(223, 233, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfe9f3", endColorstr="#ffffff", GradientType=1);
}

.page-title {
    color: rgba(52, 58, 64, 1);
    font-size: 3.5em;
    font-weight: 700;
    margin-bottom: 5rem;
}

/*  */
.item-tophover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.item-tophover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ueffctver */
@-webkit-keyframes ueffctver {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ueffctver {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.ueffctver {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.ueffctver .ueffctver-text {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.ueffctver:hover .ueffctver-text,
.ueffctver:focus .ueffctver-text,
.ueffctver:active .ueffctver-text {
    -webkit-animation-name: ueffctver;
    animation-name: ueffctver;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* info */
.info-cont {
    text-align: center;
}

.info-cont .icon {
    color: #ffc107;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 2rem;
}

.info-cont .info-title {
    color: #1f2937;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 1.5rem;
}

.info-cont .description {
    color: #657789;
    font-weight: 400;
}

.info-cont:hover .icon {
    transform: translate3d(0, -.5rem, 0);
}

.info-cont:hover .info-title {
    color: #ffc107;
}

/* promo */
.promo-cont {
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}

.promo-cont img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-filter: blur(0);
    filter: blur(0);
    /* 	-webkit-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0); */
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.overlaybgone {
    background-color: #dee0e2;
}

.overlaybgtwo {
    background-color: #d0e0f5;
}

.overlaybgthree {
    background-color: #fad9df;
}

.overlay-text {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    top: 50%;
    left: calc(50% - 55px);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.promo-cont:hover .overlay-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.promo-cont:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    border-radius: 0.25rem !important;
}

.promo-cont:hover .overlay {
    opacity: 0.8;
    border-radius: 0.25rem !important;
}

/* newsletter */

.newsletter-bg {
    background: #53688b;
}

.newsletter-one {
    /* background: #1f2937; */
    min-height: 8rem;
}

.newsletter-two {
    /* background: #ffc107; */
    min-height: 8rem;
}

.subscribe-cont {
    padding: 0 20px;
}

.newsletter-one .title {
    padding: 0 20px;
    text-align: center;
    color: rgba(255, 255, 255, .8)
}

.newsletter-two .input-group {
    margin: 0;
    position: relative;
}

.newsletter-two .input-group .form-control:last-child {
    border-left: 0 none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter-two .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.newsletter-two .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.newsletter-two .input-group-text:first-child {
    border-right: 0 none;
}

.newsletter-two .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50rem;
}

.newsletter-two .btn-subscribe {
    display: inline-block;
    font-weight: 300;
    line-height: 2.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-left: 1rem;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.newsletter-two .btn-subscribe:hover {
    color: #fff;
    background-color: #212529;
    border: 1px solid #212529;

}

.newsletter-two .input-group .input-group-prepend {
    margin-right: 0;
    display: -ms-flexbox;
    display: flex
}

/* ads */

.ads-background {
    background-size: cover;
    background-position: 50%;
    position: relative;
    width: 100%;
    min-height: 550px;
}

.ads-one {}

.ads-two {
    margin: 30px;
}

.ads-one a {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.tvbg-container {
    position: relative;
}

.tvbg {
    position: absolute;
    top: 90px;
}

@media screen and (max-width: 765px) {
    .ads-background {
        min-height: 450px;
    }

    .tvbg {
        top: 40px;
    }

    .ads-one a {
        top: 90%;
        -ms-transform: translateY(-90%);
        transform: translateY(-90%);
    }
}

/* breadcrumb */

.breadcrumbcont {
    padding: 3rem;
    background: #f3f3f3;
    margin-top: 4rem;
}

.breadcrumbcont .info-title {
    font-weight: 300;
}

.breadcrumbcont-background {
    background-size: cover;
    background-position: 50%;
    position: relative;
    width: 100%;
    min-height: 300px;
}

.breadcrumbcont-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(14, 17, 17, 0.4);
}

@media screen and (max-width: 765px) {
    .breadcrumbcont .info-title {
        text-align: center;
    }
}

/* postdetail */

.postdetail .post-name {
    margin-top: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.post__price {
    color: #ffc107;
    font-weight: 700;
}

.post-cont del {
    color: #657789;
}

.post-price .deal-type {
    color: #657789;
    text-transform: uppercase;
    font-weight: 300;
    /* font-size: 0.65em; */
}

.product-rating {
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    direction: rtl;
    cursor: pointer;
    /* float: left; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #657789;
}

.rate-category-cont {
    border: 1px solid #e7edf3;
    border-radius: 0.25rem;
    margin: 2rem 0;
}

.location-rating,
.accuracy-rating,
.facilities-rating,
.communication-rating {
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
    direction: rtl;
    cursor: pointer;
    /* float: left; */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #657789;
}

.product-rating>span {
    display: inline-block;
    position: relative;
    padding: 3px;
}

.location-rating>span,
.accuracy-rating>span,
.facilities-rating>span,
.communication-rating>span {
    display: inline-block;
    position: relative;
    padding: 3px;
}

.rating {
    color: orange;
}

.text-grey {
    color: #657789;
}

.product-rating>span:hover:before,
.product-rating>span:hover~span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    position: absolute;
    font-weight: 900;
    color: #ffc107;
}

.location-rating>span:hover:before,
.location-rating>span:hover~span:before,
.accuracy-rating>span:hover:before,
.accuracy-rating>span:hover~span:before,
.facilities-rating>span:hover:before,
.facilities-rating>span:hover~span:before,
.communication-rating>span:hover:before,
.communication-rating>span:hover~span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    position: absolute;
    font-weight: 900;
    color: #ffc107;
}

.post-review {
    color: #657789;
}

.postdetail-desc {
    color: #657789;
    margin: 1rem 0;
    font-weight: 400;
}

.postdetail .post-additional-info {
    margin-bottom: 1rem;
}

.postdetail .post-additional-info span {
    color: #25486a;
    margin-right: 10px;
    font-weight: 300;
    font-size: 1.3rem;
}

.postdetail .post-price {
    color: #ffc107;
    font-weight: 900;
}

.productimg-action {
    position: absolute;
    z-index: 110;
    top: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.productimg-action-icon {
    height: 2.375rem;
    min-width: 2.375rem;
    width: 2.375rem;
    padding: 0;
    font-size: .9375rem;
    overflow: hidden;
    position: relative;
    line-height: normal;
    background: #fff;
    margin-top: 0.5rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.productimg-action-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 1.5626rem;
    width: 23px;
}

/*  */

.product-addtopostt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn.btn-outline-compare.compare-btn.comparedef {
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    .SendEmailCont {
        margin-top: 1rem;
    }

    .btn-SendEmail {
        margin: auto;
    }

    .product-addtopostt button,
    .product-addtopostt input {
        margin-bottom: 0rem;
    }

    .product-addtopostt {
        justify-content: center;
    }

    .product-action {
        text-align: center;
    }

    .product-share {
        text-align: center;
    }

    .postdetail .postdetail-desc {
        text-align: justify;
    }

    .postdetail .post-name {
        text-align: center;
        margin-top: 1rem;
    }

    .postdetail .post__price {
        text-align: center;
    }

    .postdetail .post-review {
        color: #657789;
        text-align: center;
    }
}

.tech-table {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 1rem;
}

.post-cont .action-cont {
    position: relative;
    z-index: 110;
    top: 0;
    right: 0;
    display: inline-block;
    flex-direction: unset;
    text-align: left;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.post-cont .btn-action-icon {
    box-shadow: none;
    border: 1px solid #596a7a;
    margin-right: 0.5rem;
}

.post-cont .btn-action-icon.btnlink .fas,
.post-cont .btn-action-icon.btnlink .fab,
.post-cont .btn-action-icon.btnlink .far {
    color: #596a7a;
}

.post-cont .btn-action-icon:hover {
    border: #fff;
}

.post-cont .btn-action-icon:hover .fas,
.post-cont .btn-action-icon:hover .fab,
.post-cont .btn-action-icon:hover .far {
    color: #fff;
    transform: scale(1);
}

@media screen and (max-width: 765px) {
    .post-cont .action-cont {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/* Additional Information */

.additional-info {
    margin: 4rem 0;
}

.review-itemhover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
    margin-bottom: 25px;
    /* box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); */
    transition: all .5s ease-in-out;
}

.review-itemhover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.review-itemhover img {
    border-radius: 100%;
    width: 100px;
    height: auto;
    padding: 5px;
}

.review-itemhover .review-date {
    font-size: 1em;
    font-weight: 700;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.review-itemhover .review-desc {
    font-size: 1em;
    margin-top: auto !important;
    margin-bottom: auto !important;
    padding: 10px;
    width: 80%;
}

.review-itemhover .review-desc .review-title {
    font-size: 1.5em;
    color: rgba(52, 58, 64, 1);
    font-weight: 700;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.review-itemhover .review-desc p {
    overflow: hidden;
}

.infotab {
    margin: 0 0 3em 0;
}

.infotab.nav-tabs {
    border-bottom: 1px solid #657789;
}

.infotab.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffc107;
    background-color: #fff;
    border-bottom: 1px solid #ffc107;
}

.infotab .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #657789;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.infotab .nav-link:hover {
    color: #ffc107;
    border-bottom: 1px solid #ffc107;
}

.descriptiontab,
.postdetailstab,
.customerreviewstab {
    color: #657789;
    font-weight: 400;
}

.postdetailstab .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #657789;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.user-review {
    font-size: 0.75rem;
}

@media all and (max-width: 1400px) {
    .infotab {
        margin: 0 0 3em 0;
        justify-content: center !important;
    }

    .review-itemhover {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px;
    }

    .review-itemhover .review-desc {
        text-align: center;
        width: 100%;
    }

    .review-itemhover .review-desc .review-title {
        text-align: center;
        height: 3em;
    }

    .review-itemhover .review-desc p {
        overflow: hidden;
        text-align: justify;
    }
}

/* pagination */


.pagination {
    text-align: center;
    display: block;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center !important;
    list-style: none;
    border: 0;
    border-radius: 30px !important;
    transition: all .3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    color: #657789;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
}

.pagination .page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
}

.pagination .page-numbers .next,
.pagination .page-numbers .prev {
    font-size: 1.1rem;
}

/* review by category */

.numbercont {
    text-align: center;
    border: 1px solid #9eb7d0;
    border-radius: 0.25rem;
}

.numbercont .number {
    color: #ffc107;
    text-decoration: none;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    font-size: 4rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.numbercont:hover .number,
.numbercont:focus .number,
.numbercont:active .number {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

.numbercont small {
    color: #657789;
    font-weight: 300;
}

.numbercont .title {
    text-decoration: none;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    color: #657789;
}

.progress-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 1rem;
    margin-top: 5px;
}

.progress-left {
    display: block;
    min-width: 80%;
}

.progress-right {
    margin: 0.5rem 0 -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.progress-cont .title {
    text-decoration: none;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #657789;
}

.progress-cont .number {
    text-decoration: none;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #657789;
}

/* Add To Wishlist / Compare */

.btn-outline-wishlist,
.btn-outline-compare {
    color: #657789;
    border: none;
    background: #fff;
    text-align: left;
    padding: 0;
    font-weight: 500;
}

.btn-outline-wishlist:hover,
.btn-outline-compare:hover {
    color: #ffc107;
}

.wishlist-compare-active {
    color: #ffc107 !important;
}

/* Comment */

.comment-cont {
    margin-top: 4rem;
}

.comment-title {
    font-weight: 500;
}

.comment-subtitle {
    font-weight: 400;
    font-size: 0.9rem;
}

.comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment .avatar {
    padding: 10px;
    text-align: center;
}

.comment-cont .avatar {
    padding: 10px;
    text-align: center;
}

.comment-cont .avatar img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    margin-right: 0;
    border-radius: 50%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

.comment-head {
    padding: 10px;
    margin: 1rem 0;
}

.comment-body {
    -ms-flex: 1;
    flex: 1;
}

.comment-footer {
    margin-top: 2rem;
}

.comment textarea.form-control {
    max-width: 100%;
    min-height: 150px;
    padding: 10px 10px 0 0;
    resize: vertical;
    border: none;
    border-bottom: 1px solid #859db4;
    border-radius: 0;
    line-height: 2;
}

.comment textarea.form-control:active,
.comment textarea.form-control:focus {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ffc107;
}

.comment .rate-title {
    text-align: center;
}

.comment-cont .rate-title {
    text-align: center;
}

.btn-outline-comment {
    padding: 0.5rem;
    font-size: 1rem;
    overflow: hidden;
    position: relative;
    border-radius: 30px !important;
    background: #ffc107;
    color: #fff;
    border: 1px solid #ffc107;
    font-weight: 400;
}

.btn-outline-comment:hover {
    background: #fff;
    color: #ffc107;
    border: 1px solid #ffc107;
}

@media all and (max-width: 576px) {
    .comment {
        display: block;
    }

    .comment .avatar {
        padding: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .comment-cont .avatar img {
        margin-right: 0;
    }
}

/* postt */

.btn-SendEmail {
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 0.2rem;
    color: #ffc107;
    border: 1px solid #ffc107;
    background: #fff;
    outline: none;
    text-decoration: none;
    display: block;
    font-weight: 700;
}

.btn-SendEmail:hover,
.btn-SendEmail:focus,
.btn-SendEmail:active {
    color: #fff;
    border: 1px solid #ffc107;
    background: #ffc107;
    outline: none !important;
    box-shadow: none !important;
}

.btn-SendEmail-active {
    color: #fff;
    border: 1px solid #ffc107;
    background: #ffc107;
    outline: none !important;
    box-shadow: none !important;
}

.product {
    border: none !important;
}

.product img {
    height: 150px;
    width: auto;
    margin-bottom: -50px;
    margin-left: 1rem;
    transition: 0.5s;
}

.product:hover img {
    transform: scale(1.05) rotate(-10deg);
}

.product .postd-title {
    margin-top: 50px;
}

.img-in-postt {
    border-radius: .25rem;
    width: 100px;
    height: auto;
}

.check .img-in-postt {
    border-radius: .25rem;
    width: 80px;
    height: auto;
}

.check hr {
    margin: 0.5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

.check .addeditems-title {
    color: #1f2937;
    font-weight: 400;
    font-size: 1em;
}

.form-row {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-in-postt-count {
    width: 23px;
    display: inline-grid;
}

.postt-header {
    color: rgba(52, 58, 64, 1);
    margin: 1rem;
    padding: 1rem;
}

.postt-title {
    color: rgba(52, 58, 64, 1);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5rem;
}

.postt-desc {
    color: #526a8e;
    font-size: 1em;
    font-weight: 600;
}

.addeditems-title {
    color: #1f2937;
    font-size: 1em;
    padding: 0;
}

.btn-outline-grey {
    color: #657789;
    border-color: #657789;
}

.btn-outline-grey:hover {
    color: #fff;
    border-color: #657789;
    background: #657789;
}

.addeditems-form {
    display: block;
    min-width: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #657789;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #657789;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.addeditems-price {
    color: #526a8e;
    font-size: 1.3em;
    font-weight: 700;
    /*     width: 90px;  */
}

.addeditems-total {
    color: #526a8e;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.iteminposttcost {
    color: #526a8e;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: 0.4em !important;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em;
    font-weight: 700;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    z-index: 999998;
}

.postt-checkout {
    border-radius: 3rem;
    margin-top: 0.5em;
    font-size: 1.5rem;
    font-weight: 800;
}

.total.position-sticky.py-3.bg-white {
    color: rgba(52, 58, 64, 1);
    padding: 2.3rem;
}

.totaltwo.position-sticky.py-3.bg-white {
    color: rgba(52, 58, 64, 1);
    padding: 2.3rem;
}

.glyphicon.glyphicon-time:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    color: rgba(52, 58, 64, 1);
}

.glyphicon.glyphicon-calendar:before {
    font-family: "Font Awesome 5 Free";
    content: "\f133";
    color: rgba(52, 58, 64, 1);
}

.glyphicon.glyphicon-chevron-down:before {
    content: "↓";
    font-size: 1.3em;
    color: rgba(52, 58, 64, 1);
}

.glyphicon.glyphicon-chevron-up:before {
    content: "↑";
    font-size: 1.3em;
    color: rgba(52, 58, 64, 1);
}

.disabled-input {
    background-color: #fff !important;
    border: none !important;
}

@media all and (max-width: 991px) {
    .postt-title {
        color: rgba(52, 58, 64, 1);
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom: 5rem;
    }

    .postt-checkout {
        font-weight: 800;
        font-size: 1.1rem;
    }
}

.checkout-product-color {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}

/* gallery  */
/* Hover Effect Ideas

[Article on Codrops](http://tympanus.net/codrops/?p=19292)

[Demo](http://tympanus.net/Development/HoverEffectIdeas/) 

*/
.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px; */
    max-width: 650px;
    max-height: 433px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-radius: 0.3rem;
}

.grid .img-hover-eff {
    position: relative;
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px; */
    max-width: 650px;
    max-height: 433px;
    width: 100%;
    background: black;
    text-align: center;
    cursor: pointer;
    border-radius: 0.3rem;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h4 span {
    font-weight: 800;
}

.grid figure h4,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
figure.img-hover-eff img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.8;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.img-hover-eff figcaption {
    text-align: left;
}

figure.img-hover-eff figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 60%;
}

figure.img-hover-eff h4,
figure.img-hover-eff p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.img-hover-eff h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.img-hover-eff p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.img-hover-eff:hover img {
    opacity: 0.5;
}

figure.img-hover-eff:hover p {
    opacity: 1;
}

figure.img-hover-eff:hover img,
figure.img-hover-eff:hover h4,
figure.img-hover-eff:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.img-hover-eff:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

@media all and (max-width: 1280px) {
    figure.img-hover-eff figcaption>div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        height: 80%;
    }
}

@media all and (max-width: 991px) {
    figure.img-hover-eff figcaption>div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        height: 50%;
    }
}

/*--- promo-eff ---*/
.grid .promo-eff img {
    opacity: 1;
}

.grid .promo-eff figcaption {
    padding: 1.5em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.promo-eff:before {}


figure.promo-eff {}

figure.promo-eff:hover:before {}

figure.promo-eff img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.promo-eff:hover img {
    /* opacity: 0.5;  */
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.promo-eff:hover h5 {
    color: #fff;
}

figure.promo-eff figcaption {
    text-align: left;
}

figure.promo-eff:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.promo-eff h4 {
    position: relative;
    overflow: hidden;
    padding: 50% 0 10px 0;
    color: #1f2937;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

figure.promo-eff h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.promo-eff:hover h3::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.promo-eff p {
    color: #1f2937;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.promo-eff:hover p {
    opacity: 1;
    color: #1f2937;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1198px) {
    figure.promo-eff h4 {
        padding: 49% 0 5px 0;
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .grid .promo-eff figcaption {
        padding: 1rem;
    }

    figure.promo-eff h3 {
        font-size: 1rem;
    }

    figure.promo-eff h4 {
        padding: 50% 0 5px 0;
        font-size: 0.8rem;
    }

    figure.promo-eff p {
        font-size: 55%;
    }
}

@media screen and (max-width: 765px) {
    .grid .promo-eff figcaption {
        padding: 2em 1em;
    }

    figure.promo-eff h3 {}

    figure.promo-eff h4 {
        padding: 42% 0 2px 0;
        font-size: 1.2rem;
    }

    figure.promo-eff p {
        font-size: 68.5%;
    }
}

/*  */

.title-black-text {
    color: #53688b;
    font-weight: 700;
}

.desc-grei-text {
    color: rgb(158 183 208 / 100%);
    font-weight: 700;
}

/* news  */

#news .postd {
    border: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.postd-news {
    background-position: 50%;
    background-size: cover;
    text-align: center;
    min-height: 350px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    display: block;
}

.postd-news:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0;
}

.postd-news .postd-body {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 1.4rem;
    color: #fff;
    min-height: auto;
}

.postd-news .postd-body::before,
.postd-news .postd-body::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.postd-news .postd-body::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.postd-news .postd-body::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.postd-news:hover .postd-body::before,
.postd-news:hover .postd-body::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.postd-news .postd-title {
    color: #fff;
    margin-top: 130px;
}

.postd-news a {
    color: #fff !important;
}

.postd-container .postd-content {
    width: 100%;
    float: left;
}

.postd-content {
    min-height: 350px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    display: block;
}

.postd-content-first:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0, 0%, 100%, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.postd-content-second:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    border-color: hsla(0, 0%, 100%, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.postd-content:not(.postd-news) .postd-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 85%;
}

.postd-content .postd-title a {
    color: #9eb7d0;
}

.postd-content .postd-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 1.4rem;
    font-size: 1em;
    color: #ffc107;
    min-height: auto;
    font-weight: 600;
}

.postd-news .postd-footer {
    padding: 0.5rem 3rem;
    background-color: transparent;
    border: none;
}

.postd-content .postd-footer {
    padding: 0.5rem 3rem;
    background-color: #fff;
    border: none;
}

@media screen and (max-width: 991px) {
    .postd-news .postd-title {
        margin-top: 30px;
    }
}

/* modal  */
.modal {
    z-index: 99999;
}

.modal-backdrop {
    /*  background-color: #fff; */
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    position: absolute;
    z-index: 11000;
    top: -5px;
    right: 20px;
}

.modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: none;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.modal-header .btn-close::before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    font-size: 30px;
    color: #000;
    z-index: 11000;
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
    background: transparent;
    border-radius: 50%;
    line-height: 50px;
    opacity: 1 !important;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.modal-header .btn-close:hover::before {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.modal-header .btn-close {
    padding: 0.5rem 1.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem 1.5rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    color: #ffc107;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 1rem;
}

/* sign in  */

#SignInModal .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#SignInModal .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#SignInModal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#SignInModal .postd {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

#SignInModal .form-check label {
    padding-left: 10px;
}

#SignInModal p {
    color: #657789;
    font-weight: 500;
}

#SignInModal .sign-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

#SignInModal .sign-action-right {
    margin: 0.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#SignInModal .sign-action-right a {
    color: #657789;
    font-weight: 400;
}

/* prc 
* [Article on Codrops](http://tympanus.net/codrops/?p=21991)
* Read more here: [License](http://tympanus.net/codrops/licensing/)
*/
.prcinput {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    /* max-width: 350px; */
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 80%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.input--prc {
    overflow: hidden;
    padding-bottom: 1em;
}

.input__field--prc {
    padding: 0.25em 0.5em;
    margin-top: 1.25em;
    width: 100%;
    background: #f1f4f8;
    color: #2F3238;
    font-size: 1.55em;
    opacity: 0;
}

.input__label--prc {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0em;
    pointer-events: none;
    overflow: hidden;
    padding: 0 0.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--prc {
    color: #fff;
    padding: 0.4em 0 0.25em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--prc::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: rgba(52, 58, 64, 1);
    padding: 0.25em 0;
    letter-spacing: 1px;
    /* 	font-size: 0.85em; */
}

.graphic--prc {
    fill: #6f7b8f;
    pointer-events: none;
    top: 1em;
    bottom: 0px;
    height: 4.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
    transition: transform 0.7s, fill 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--prc:focus,
.input--filled .input__field--prc {
    -webkit-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s;
    opacity: 1;
}

.input__field--prc:focus+.input__label--prc,
.input--filled .input__label--prc {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--prc:focus+.input__label--prc .input__label-content--prc,
.input--filled .input__label-content--prc {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.input__field--prc:focus~.graphic--prc,
.input--filled .graphic--prc {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

/* .textarea-prc   */
.textarea-prc .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.textarea-prc .input__field:focus {
    outline: none;
}

.textarea-prc .input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 80%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textarea-prc .input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.textarea-prc .graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.textarea-prc .input--prc {
    overflow: hidden;
    padding-bottom: 1em;
}

.textarea-prc .input__field--prc {
    padding: 0.25em 0.5em;
    margin-top: 1.25em;
    width: 100%;
    background: #f1f4f8;
    color: #2F3238;
    font-size: 1.55em;
    opacity: 0;
}

.textarea-prc .input__label--prc {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 0em;
    pointer-events: none;
    overflow: hidden;
    padding: 0.3em 0.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.textarea-prc .input__label-content--prc {
    color: #fff;
    padding: 0.4em 0 0.25em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.textarea-prc .input__label-content--prc::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: rgba(52, 58, 64, 1);
    padding: 0em 0;
    letter-spacing: 1px;
    /* font-size: 0.85em; */
}

.textarea-prc .graphic--prc {
    fill: #6f7b8f;
    pointer-events: none;
    top: -1em;
    bottom: 0px;
    height: 20.3em;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
    transition: transform 0.7s, fill 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.textarea-prc .input__field--prc:focus,
.textarea-prc .input--filled .input__field--prc {
    -webkit-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s;
    opacity: 1;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.textarea-prc .input__field--prc:focus+.input__label--prc,
.textarea-prc .input--filled .input__label--prc {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.textarea-prc .input__field--prc:focus+.input__label--prc .input__label-content--prc,
.textarea-prc .input--filled .input__label-content--prc {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.textarea-prc .input__field--prc:focus~.graphic--prc,
.textarea-prc .input--filled .graphic--prc {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

.contact-info .icon {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}

.contact-info .icon>i {
    font-size: 2.1rem;
    color: rgba(255, 193, 7, 0.5);
    width: 50px;
}

.contact-info .description {
    overflow: hidden;
}

.contact-info .description p {
    overflow: hidden;
}

/* end  */
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
    outline: none;
}

.alert.alert-success a {
    color: #0f5132;
	font-weight: bolder;
}

/* cooking */
.intro {
    position: absolute;
    top: 30%;
    left: 5em;
    padding: 1em;
}

.intro__title {
    font-size: 5em;
    line-height: 0.9;
    margin: 0 0 1em 0;
    margin-left: -0.1em;
    letter-spacing: -0.025em;
    color: #fff;
}

.intro__subtitle {
    font-size: 1.25em;
    margin: 0.5em 0;
    color: #adc53b;
}

.intro__button {
    font-weight: 600;
    margin: 2em 0 0 0;
    padding: 1em 2.5em;
    letter-spacing: 0.05em;
    color: #adc53b;
    border: 2px solid #adc53b;
    border-radius: 2em;
    background: none;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}

.intro__button:hover,
.intro__button:focus {
    color: #fff;
    outline: none;
    background: #adc53b;
}

.Background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), transparent 50%, rgba(0, 0, 0, 0.8));
}

@media screen and (max-width: 600px) {
    .Background::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
    }
}

@media screen and (max-width: 991px) {
    .intro {
        position: absolute;
        top: 30%;
        left: 0;
        padding: 1em;
        text-align: center;
    }

    .intro__title {
        font-size: 3em;
        line-height: 0.9;
        margin: 0;
        margin-left: -0.1em;
        letter-spacing: -0.025em;
        color: #fff;
    }

    .intro__button {
        font-weight: 600;
        margin: 1em 0 0 0;
        padding: .5em 1.5em;
        letter-spacing: 0.05em;
        color: #adc53b;
        border: 2px solid #adc53b;
        border-radius: 2em;
        background: none;
        -webkit-transition: color 0.2s, background 0.2s;
        transition: color 0.2s, background 0.2s;
    }
}

/* copyright */
.footer {
    text-align: center;
    color: #4b5563;
    background: transparent;
}

.footer .border-bottom {
    border-bottom: 1px solid #d4dce4 !important;
}

.footer.footer-default {
    background-color: #f2f2f2;
}

.footer.footer-white {
    background-color: #FFFFFF;
}

.footer nav {
    display: inline-block;
    float: left;
}

.footer .content {
    text-align: left;
}

.footer .nav-link {
    display: inline;
}

.footer.footer-big {
    padding: 30px 0;
}

.footer.footer-big .social-feed i {
    font-size: 20px;
    float: left;
    padding-right: 10px;
    padding-bottom: 30px;
}

.footer.footer-big .gallery-feed img {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 5%;
    float: left;
}

.footer .footer-brand {
    float: left;
    font-size: 0.875rem;
    line-height: 44px;
}

.footer ul,
.navbar-nav ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer ul:not(.links-vertical) {
    line-height: 2;
}

.footer ul.links-vertical {
    line-height: 1.6;
}

.footer ul.links-vertical li {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0px;
}

.footer ul.links-vertical li a {
    padding: 5px;
    display: block;
}

.footer ul li {
    display: block;
}

.footer ul li a {
    color: #4b5563;
    padding: 0;
    font-size: 0.9em;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: none;
}

.footer p {
    color: #4b5563;
}

.footer .social-buttons a,
.footer .social-buttons .btn {
    margin: 0;
}

.footer .pull-center {
    display: inline-block;
    float: none;
}

.footer .copyright {
    font-size: 0.8571em;
    line-height: 3.5;
    float: right;
}

.footer:after {
    display: table;
    clear: both;
    content: " ";
}

.footer .top-action-cont ul li {
    display: inline;
}

@media screen and (max-width: 991px) {
    .footer nav {
        float: none;
    }

    .footer .copyright {
        text-align: center;
        float: none;
    }
}

/* cookiealert */

.cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  border-top: 1px solid #212121;
  padding: 16px;
  box-shadow: 0 -4px 16px rgba(0,0,0,.1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 99999;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;

  /* animation */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.cookiebar.show {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s; /* remove unnecessary delay */
}


.cookiebar-text {
  flex: 1 1 100%;
  color: #E0E0E0;
}

.cookiebar .legal-link {
  color: #ffc107;
  text-decoration: underline;
  margin-left: 4px;
}

.cookiebar .controls {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cookiebtn {
  flex: 1 1 auto;
  padding: 10px 14px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #4d4d4d;
  background: #4d4d4d;
  color: #E0E0E0;
  font-size: 15px;
  transition: transform 0.2s ease, background 0.3s ease;
}

.cookiebtn.primary {
  background: #ffc107;
  color: #fff;
  border-color: #ffc107;
}

#btnCloseSettings,
#btnRejectSettings {
  flex: 1 1 auto;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #121212;
  background: #121212;
  color: #E0E0E0;
  font-size: 15px;
  transition: transform 0.2s ease, background 0.3s ease;
}

#btnSaveSettings {
  flex: 1 1 auto;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #ffc107;
  background: #ffc107;
  color: #fff;
  font-size: 15px;
  transition: transform 0.2s ease, background 0.3s ease;
}

.cookiebtn:hover,
#btnCloseSettings:hover,
#btnRejectSettings:hover,
#btnSaveSettings:hover {
  transform: translateY(-3px);
}

/* ===== Modal ===== */
.cookie-settings-modal {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 72px;
  width: 320px;
  max-width: 95%;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  color: #E0E0E0;
  padding: 16px;
  z-index: 100000;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  border-radius: 10px;
  animation: fadeIn 0.3s ease forwards;
}

.cookie-settings-modal.open {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.cookie-settings-modal h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
}

.cookie-settings-modal .cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #5d5d5d;
}

.cookie-settings-modal .cat:last-child { border-bottom: 0; }

.cookie-settings-modal .save {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-settings-modal .form-check .form-check-input:before {
    color: #1f2937;
    outline: 2px solid #e5e7eb;
	background: #4d4d4d !important;
}

@media screen and (max-width: 991px) {
.cookie-settings-modal {
  left: 50%;
  transform: translate(-50%, -15%) !important;

	}
}

/* search-form */
.search-form {
    padding: 1em;
}

/* scroll nav */
.scroll-down #topnavbar {
    transform: translate3d(0, -100%, 0);
}

.scroll-up #topnavbar {
    transform: none;
}

.menuopen.scroll-down #topnavbar {
    transform: none;
    box-shadow: none !important;
}

.menuopen.scroll-up #topnavbar {
    transform: none;
    box-shadow: none !important;
}

@media screen and (max-width: 991px) {
    .menuopen.scroll-down #topnavbar {
        transform: none;
    }
	 .menuopen #topnavbar {
        transform: none;
    }
}

/* backtotop */

.backtotop {
	cursor: pointer;
}

.box-backtotop-line {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 0;
    color: #1f2937;
    z-index: 1000;
    display: none;
    border-radius: 50%;
    /* border: 1px solid #dee2e6; */
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.box-backtotop-line::before {
    display: inline-block;
    content: '';
    width: 0;
    height: 20px;
    border-left: 2px solid #ffc107;
    animation: moreLoopY 3.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    top: 15px;
    right: 24px;
    position: absolute;
}

.backtotoparrow {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #1f2937;
    z-index: 100;
    display: none;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width: 991px) {
    .box-backtotop-line {
        bottom: 30px;
        right: 30px;
    }
}

@keyframes moreLoopY {
    0% {
        transform: scale(1, 0);
        transform-origin: top;
    }

    47% {
        transform: scale(1, 1);
        transform-origin: top;
    }

    48% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    95% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }

    96% {
        transform: scale(1, 0);
        transform-origin: top;
    }

    100% {
        transform: scale(1, 0);
    }
}

.rotate--180 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/************************/
/* Search 			*/
/************************/

.ch-search {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    background: #fff;
}

.js .ch-search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.ch-search::before,
.ch-search::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid transparent;
}

.ch-search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.ch-search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.ch-search .input-group {
    display: flex;
    align-items: stretch;
    width: 800px;     /* fixed desktop width */
    max-width: 90vw;  /* fallback for small screens */
    margin: 0 auto;   /* center horizontally */
    flex: none;       /* prevent flexbox stretching */
}

.ch-search .form-control.ch-search__input {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
  .ch-search .input-group {
      width: 90vw;     /* fill most of screen */
      max-width: none;
  }
}




.btn--ch-search-close {
    font-size: 2em;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    color: #000;
    cursor: pointer;
    width: 50px;
    height: auto;
    padding: 0.5rem;
}

.js .btn--ch-search-close {
    display: block;
}

/* Reset ch-search Input */


.ch-search__input:focus {
    outline: none;
}

.ch-search__input::-ms-clear {
    display: none;
}

/* Transitions */
.ch-search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.js .ch-search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .ch-search--open {
    pointer-events: auto;
    opacity: 1;
    z-index: 99999;
}

/* Border */
.ch-search::before,
.ch-search::after {
    transition: transform 0.5s;
}

.ch-search::before {
    transform: translate3d(-15px, -15px, 0);
}

.ch-search::after {
    transform: translate3d(15px, 15px, 0);
}

.ch-search--open::before,
.ch-search--open::after {
    transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--ch-search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.ch-search--open .btn--ch-search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

@media screen and (max-width: 40em) {
    .btn--ch-search-close {
        font-size: 1.25em;
		top: 10px;
		right: 10px;
    }
}

/* checkbox */

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}

.form-check label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0;
    transition: color .3s linear;
    color: #657789;
    font-weight: 400;
}

.form-check .form-check-input:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 3px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #1f2937;
    content: close-quote;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: 2px solid #1f2937;
    transition-duration: .5s;
    transition-property: background-color, border-color;

}

.form-check .form-check-input:checked:before {
    background-color: #1f2937;
    border-color: white;
}

/* checkbox circle */

.form-check-input-circle {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input-circle:checked {
    background-color: transparent;
    border-color: transparent;
}

.form-check label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0;
    transition: color .3s linear;
    color: #1f2937;
    font-weight: 400;
}

.form-check-input-circle:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: none;
    border-radius: 50%;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #8ea1b5;
    content: close-quote;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: background-color, border-color;

}

.form-check-input-circle.filtercolor-White:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f8f8f8;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Black:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #1c1c1c;
    border: 2px solid #1c1c1c;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Silver:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #cccccc;
    border: 2px solid #cccccc;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Grey:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #a5a5a5;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Red:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f50505;
    border: 2px solid #f50505;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Blue:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #1292e9;
    border: 2px solid #1292e9;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Yellow:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ffc107;
    border: 2px solid #ffc107;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Green:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #09ad58;
    border: 2px solid #09ad58;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Orange:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #ff5f1f;
    border: 2px solid #ff5f1f;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Golden:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #e1bc65;
    border: 2px solid #e1bc65;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Violet:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #8e2def;
    border: 2px solid #8e2def;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Pink:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #f94f98;
    border: 2px solid #f94f98;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Beige:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #e3dfc8;
    border: 2px solid #e3dfc8;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-SkyBlue:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #96daf9;
    border: 2px solid #96daf9;
    border-radius: 50%;
}

.form-check-input-circle.filtercolor-Brown:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #815b49;
    border: 2px solid #815b49;
    border-radius: 50%;
}

.form-check-input-circle:checked:before {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* checkbox size */

.form-check-input-type {
    display: none;
}

.form-check-input-type+.form-check-input-type-label {
    display: inline-block;
    text-align: center;
    margin-right: 0.3rem;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.8rem;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 0.8rem;
    border: 1px solid #657789;
    border-radius: 0.25rem;
    color: #657789;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.form-check-input-type+.form-check-input-type-label:hover {
    background: #657789;
    color: #fff;
}

.form-check-input-type:checked+.form-check-input-type-label {
    background: #657789;
    color: #fff;
}


/* slider */

.price-slider-cont {
    color: #657789;
}

.slider-title {
    color: #657789;
}

#price-value-min,
#price-value-max {
    color: #657789;
    font-weight: 600;
}

.slider.slider-range.noUi-connect,
.slider.slider-range .noUi-connect {
    background-color: #657789;
}

.slider.slider-range.noUi-horizontal {
    height: 2px;
}

.slider.slider-range.noUi-target {
    background-color: rgba(101, 119, 137, .3);
    border: none;
}

.noUi-state-drag * {
    cursor: inherit !important
}

.slider.slider-range.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    background-color: #657789;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .2);
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin-top: 0px;
    outline: none;
    border: none;
}

.noUi-horizontal .noUi-handle {
    right: -8px;
    top: -8px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
    position: absolute;
    height: 14px;
    width: 1px;
    background: transparent;
    left: 14px;
    top: 6px;
}

/* compare */

.comparecont {}

.comparecont thead,
.comparecont tbody,
.comparecont tfoot,
.comparecont tr,
.comparecont td,
.comparecont th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
}

.compare-title {
    font-weight: 300;
}

.compare-name {
    font-weight: 500;
    text-transform: uppercase;
}

.compare-price {
    color: #ffc107;
    font-weight: 600;
}

.compare-price del {
    color: #859db4;
}

.comparecont .product-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0px;
    margin: 0.8rem 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    min-width: 150px;
}

.comparecont .product-item a img {
    border-radius: 0.25rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

.comparecont .product-item:hover a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.comparecont .table> :not(caption)>*>* {
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table {
    --bs-table-striped-bg: #f1f4f8;
}

/* Wishlist */

.wishlistcont thead,
.wishlistcont tbody,
.wishlistcont tfoot,
.wishlistcont tr,
.wishlistcont td,
.wishlistcont th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    text-align: center;
}

.wishlistcont .table> :not(caption)>*>* {
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.wishlistcont .product-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0px;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    min-width: 150px;
}

.wishlistcont .product-item a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

.wishlistcont .product-item:hover a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.wishlistcont th .product-item {
    width: 200px;
    text-align: center;
}

.wishlist-desc {
    vertical-align: middle;
    font-weight: 400;
}

.btn-SendEmail-wishlist {
    padding: 0.25rem;
    font-size: 1rem;
    border-radius: 0.2rem;
    color: #657789;
    border: 1px solid #657789;
    background: #fff;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    min-width: 120px;
}

.btn-SendEmail-wishlist:hover,
.btn-SendEmail-wishlist:focus,
.btn-SendEmail-wishlist:active {
    color: #fff;
    border: 1px solid #fff;
    background: #657789;
    outline: none !important;
    box-shadow: none !important;
}

.btn-SendEmail-wishlist-active {
    color: #fff;
    border: 1px solid #fff;
    background: #657789;
    outline: none !important;
    box-shadow: none !important;
}

.checkout-action .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #657789;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 50rem;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-action .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #657789;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.checkout-action .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.btn-outline-promo {
    color: #657789;
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 50rem;
}

.btn-outline-promo:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-checkout {
    color: #fff;
    background-color: #657789;
    border-color: #657789;
    border-radius: 50rem;
    width: 100%;
}

.btn-outline-checkout:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.payment-methods {
    width: 300px;
}

.paymentmethodstab {
    color: #657789;
    font-weight: 400;
}

.ordersummary {
    margin: 2rem 0;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.ordersummary .product-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0px;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.departure-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.departure-type label {
    display: block;
    /* max-width: 5rem; */
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 1rem;
    /* flex: 0 0 1rem; */
    padding: 0;
    font-size: 1rem;
    color: #657789;
    line-height: 1;
    font-weight: 400;
}

.departure-type .color-label {
    margin-right: 1.5rem !important;
    font-size: 1rem;
    font-weight: 500;
}

.departure-type input[type="radio"] {
    display: none;
}

.departure-type input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-right: 0;
    cursor: pointer;
    line-height: 1.3em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.departure-type input[type="radio"]+label:before,
.product-color input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.departure-type input[type="radio"]+label:before {}

.departure-type input[type="radio"]+.color-1:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border: 2px solid #657789;
    border-radius: 50%;
}

.departure-type input[type="radio"]+label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.departure-type input[type="radio"]:checked+label:before {
    border: 2px solid #657789;
    border-radius: 50%;
    background-color: #657789;
}


@media screen and (max-width: 991px) {
    .wishlistcont .table> :not(caption)>*>* {
        padding: 0.5rem 0.5rem;
        border-bottom-width: 0px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .wishlistcont thead th {
        display: none;
    }

    .wishlistcont th .product-item {
        width: 100%;
        text-align: center;
    }

    .wishlistcont td,
    .wishlistcont th {
        text-align: center;
        display: block;
    }

    .wishlistcont tr {
        border-width: 1px;
    }

    .ordersummary-desc {
        padding: 1rem;
    }

}

/*  postttab */

.postttab {
    margin: 0 0 3em 0;
}

.postttab.nav-tabs {
    border-bottom: none;
    justify-content: center !important;
}

.postttab.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffc107;
    background-color: #fff;
    border: 1px solid #ffc107;
}

.postttab.nav-tabs .nav-link {
    background: none;
    border-radius: 0.375rem;
}

.postttab .nav-link {
    display: block;
    padding: 30px;
    color: #657789;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #657789;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.postttab .nav-link:hover {
    border: 1px solid #657789;
}

.postttab.nav-tabs .nav-item {
    margin: 1rem;
    position: relative;
}

.postttab.nav-tabs .nav-item .posttchecked {
    position: absolute;
    display: block;
    top: 5px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 1rem;
    line-height: 30px;
    color: #ffc107;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.postttab.nav-tabs .nav-link.active .posttchecked {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.postttab.nav-tabs .payment-methods {
    width: 150px;
}

.paymentmethodstab .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.paymentmethodstab .input-group .form-control:last-child {
    border-left: 0 none;
}

.paymentmethodstab .input-group .form-control:focus {
    border-color: #86b7fe;
    border-left: 0 none;
}

.paymentmethodstab .form-group.input-group-focus .input-group-prepend .input-group-text,
.paymentmethodstab .input-group.input-group-focus .input-group-text {
    border: 1px solid #86b7fe;
}

.paymentmethodstab .input-group-text i {
    color: #657789;
}

.postd-information {
    margin: 4rem 0;
    border: 1px solid #ced4da;
    padding: 1rem;
    border-radius: 0.25rem;
}

/*  My Account */

.my-account {
    text-align: center;
}

.my-account-body {
    margin-top: 2rem;
}

.my-account-subtitle {
    color: #657789;
    font-weight: 300;
}

.my-account-avatar .avatar img {
    margin: 0 auto;
    width: 110px;
    height: 110px;
    margin-right: 0;
    border-radius: 50%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}

.my-account-avatar i {
    font-size: 5rem;
    /* box-shadow: 0 10px 25px 0 rgba(0,0,0,.3) */
}

.accounttab {
    margin-top: 1rem;
}

.accounttab .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #657789;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-bottom: 0.3rem;
}

.accounttab.nav-pills .nav-link {
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0rem;
}

.accounttab.nav-pills .nav-link.active {
    color: #ffc107;
    background-color: #fff;
    border-bottom: 1px solid #ffc107;
}

.accountcont .tab-content {
    padding: 0 2rem;
    margin-top: 1.8rem;
}

.accountcont .tab-content .tab-pane {}

.btn-logout {
    padding: 0.5rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
    color: #657789;
    border: none;
    background: #fff;
    outline: none;
    text-decoration: none;
    display: block;
    font-weight: 700;
}

.btn-logout:hover,
.btn-logout:focus,
.btn-logout:active {
    color: #fff;
    background: #ffc107;
    outline: none !important;
    box-shadow: none !important;
}

.order-payment-shipping p {
    color: #657789;
}

.order-payment-shipping h5 {
    text-decoration: none;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    color: #657789;
}

@media screen and (max-width: 765px) {

    .accounttab {
        padding: 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

    .accountcont .tab-content {
        padding: 0;
    }

}

/* terms-conditions, Privacy Policy */

.terms-conditions h2,
.privacy-policy h2 {
    margin: 1rem 0rem 2rem 0;
    text-transform: uppercase;
    font-weight: 400;
}

.terms-conditions h4,
.privacy-policy h4 {
    margin: 1rem 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #53688b;
}

.terms-conditions p,
.privacy-policy p {
    color: #526a8e;
    text-align: justify;
}

.terms-conditions ul li,
.privacy-policy ul li {
    color: #526a8e;
}

@media screen and (max-width: 765px) {

    .terms-conditions h4,
    .privacy-policy h4 {
        text-align: center;
    }
}

/* slides */

.slideshow {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.slides {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    animation: clippath 10s infinite;
}

@keyframes clippath {
    0% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }

    50% {
        clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 50%, 0% 0%);
    }

    100% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }
}

@-moz-keyframes clippath {
    0% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }

    50% {
        clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 50%, 0% 0%);
    }

    100% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }
}

@-webkit-keyframes clippath {
    0% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }

    50% {
        clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 50%, 0% 0%);
    }

    100% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }
}

@-o-keyframes clippath {
    0% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }

    50% {
        clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0% 100%, 5% 50%, 0% 0%);
    }

    100% {
        clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
    }
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slide:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .2);
}

.slide--current {
    opacity: 1;
    pointer-events: auto;
}

.slide__img {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-size: cover;
    background-position: 50% 50%;
}

.slidenav {
    position: absolute;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    bottom: 0;
    text-align: center;
    padding: 2em;
    font-size: 1.5rem;
}

.slidenav span {}

.slidenav__item {
    border: 0;
    background: none;
    font-weight: bold;
    color: #1f2937;
    /* text-shadow: 3px 1px 0px #c2d9ef; */
    /* text-shadow: 3px 1px 0px #4b5563; */
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slidenav__item:focus {
    outline: none;
}

.slidenav__item:hover {
    color: #1f2937;
}

.shape {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: var(--color-shape-fill);
    top: 0;
    pointer-events: none;
}

.slide__title {
    position: relative;
    margin: 0;
    cursor: default;
    line-height: 1;
    font-weight: bold;
    -moz-font-feature-settings: 'case';
    -webkit-font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    -webkit-text-stroke: 1px white;
    color: transparent;
    /* text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    font-size: 11vw;
    text-transform: uppercase;
    z-index: 10;
}

.slide__desc {
    position: relative;
    font-size: 2rem;
    margin: 1em 0;
    cursor: default;
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 2em;
    text-align: center;
    font-weight: normal;
    -moz-font-feature-settings: 'case';
    -webkit-font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    word-break: break-word;
    word-spacing: normal;
    z-index: 10;
}

.slide__link {
    position: relative;
    font-size: 2.5em;
    font-weight: 900;
    display: block;
    color: black;
    font-family: 'Oswald', sans-serif;
    transition: color 0.3s, background 1s;
    border-radius: 0.25rem;
    z-index: 10;
}

.slide__link img {
    max-width: 150px;
}

.slide__link:hover {
    color: var(--color-slink-hover);
    background: var(--color-slink-hover-bg);
}

@media screen and (max-width: 55em) {
    .content {
        flex-direction: column;
        height: auto;
        min-height: 0;
        /* padding-bottom: 10em; */
    }

    .content--fixed {
        position: relative;
        z-index: 1000;
        display: block;
        padding: 0.85em;
    }

    .slide__desc {
        font-size: 1em;
    }

    .slide__link {
        font-size: 0.85em;
    }
}

/* contactinfo */

.contactinfo .contactbtn,
.contactinfo .contactbtn:before,
.contactinfo .contactbtn .fas,
.contactinfo .contactbtn .fab {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.contactinfo .contactbtn:before {
    top: 90%;
    left: -110%;
}

.contactinfo .contactbtn .fas,
.contactinfo .contactbtn .fab {
    transform: scale(0.8);
}

.contactinfo .contactbtn.contact-link:before {
    background-color: #fff;
}

.contactinfo .contactbtn.contact-link .fas,
.contactinfo .contactbtn.contact-link .fab {
    color: #fff;
}

.contactinfo .contactbtn:focus:before,
.contactinfo .contactbtn:hover:before {
    top: -10%;
    left: -10%;
}

.contactinfo .contactbtn:focus .fas,
.contactinfo .contactbtn:hover .fas,
.contactinfo .contactbtn:focus .fab,
.contactinfo .contactbtn:hover .fab {
    color: #000;
    transform: scale(1);
}

.contactinfo {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: center;

}

.contactinfo .contactbtn {
    display: inline-block;
    background-color: transparent;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.contactinfo .contactbtn:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.contactinfo .contactbtn .fas,
.contactinfo .contactbtn .fab {
    font-size: 1.4rem;
    vertical-align: middle;
}

.btn-contact-submit {
    color: #212529;
    background: transparent;
    border-color: #212529;
    font-weight: 800;
    margin: 2rem 0;
}

.btn-contact-submit:hover {
    color: #fff;
    background: #212529;
    border-color: #212529;
}

/* ScrollingImage */

.scrollingimage {
    --aspect-ratio: 1/1.5;
}

.page {
    display: grid;
    padding: 5vw;
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: 100%;
    grid-template-areas: 'header' 'meta' 'grid';
    will-change: transform;
}

.content {
    grid-area: grid;
    /* margin: 25vh 0 30vh; */
}

.content--offset {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 30vh 10vw;
}

.content--full {
    width: 100%;
    justify-self: center;
}

.content--padded {
    padding: 0 10vw;
}

.content__item {
    --imgwidth: calc(var(--imgwidthmax) * var(--aspect-ratio));
    width: var(--imgwidth);
    max-width: 100%;
    position: relative;
    will-change: transform;
    margin-bottom: 30vh;
    display: grid;
    grid-template-columns: 50% 50%;
}

.content__item--wide {
    grid-template-columns: 20% 80%;
}

.content__item--wide:nth-child(even) {
    grid-template-columns: 80% 20%;
}

.content--center .content__item {
    margin: 0 auto 60vh;
}

.content__item--expand {
    width: 100%;
    grid-template-columns: minmax(0, var(--imgwidth)) 1fr;
}

.content__item--expand:nth-child(even) {
    grid-template-columns: 1fr minmax(0, var(--imgwidth));
}

.content--alternate .content__item {
    max-width: 90vw;
}

.content--offset .content__item {
    margin: 0 auto 15vh;
}

.content--offset .content__item:nth-child(even) {
    align-self: end;
    margin-bottom: -20vh;
}

.content--alternate .content__item:nth-child(even) {
    margin-left: auto;
}

.content__item-imgwrap {
    position: relative;
    --imgwidth: 100%;
    margin: 0 auto;
    grid-area: 1 / 1 / 3 / 3;
    overflow: hidden;
    width: var(--imgwidth);
    padding-bottom: calc(var(--imgwidth) / (var(--aspect-ratio)));
    will-change: transform;
}

.demo-2 .content__item-imgwrap {
    outline: 1px solid transparent;
}

.content__item--expand .content__item-imgwrap {
    grid-area: 1 / 1 / 3 / 2;
}

.content__item--expand:nth-child(even) .content__item-imgwrap {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: end;
}

.content__item-img {
    --overflow: 40px;
    height: calc(100% + (2 * var(--overflow)));
    top: calc(-1 * var(--overflow));
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: 50% 0%;
    will-change: transform;

}

.content__item-img--t1 {
    --overflow: 60px;
}

.content__item-img--t2 {
    --overflow: 80px;
}

.content__item-img--t3 {
    --overflow: 120px;
}

.content__item-number {
    opacity: 0.03;
    font-size: 25vw;
    position: absolute;
    top: -7vw;
    right: -10vw;
    line-height: 1;
}

.content__item:nth-child(even) .content__item-number {
    right: auto;
    left: -7vw;
}

.content__item-title {
    --size-title: 10rem;
    position: relative;
    font-size: var(--size-title);
    padding: 0 3vw;
    margin: calc(var(--size-title) * -1/2) 0 0 0;
    align-self: start;
    line-height: 1;
    font-family: var(--font-title);
    font-weight: var(--font-weight-title);
    color: var(--color-title);
    will-change: transform;
    mix-blend-mode: var(--blendmode-title);
}

.content--center .content__item-title {
    grid-area: 1 / 1 / 3 / 3;
    margin: auto;
}

.content__item-title--layer {
    padding: 0;
    z-index: 10;
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
    text-align: center;
}

.content__item-description {
    grid-area: 3 / 1 / 3 / 3;
    width: 70%;
    position: relative;
    margin: 0;
    padding: 1rem 0 0 0;
    color: var(--color-description);
}

.content--alternate .content__item-title,
.content__item--wide:nth-child(even) .content__item-description {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
}

.content--alternate .content__item:nth-child(even) .content__item-title,
.content__item--wide .content__item-description {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: end;
    width: auto;
}

.content__item--expand .content__item-description {
    grid-area: 1 / 2 / 3 / 3;
    justify-self: start;
    align-self: start;
    padding: 0 2rem;
    width: 250px;
    font-size: 0.9rem;
}

.content__item--expand:nth-child(even) .content__item-description {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: end;
    text-align: right;
}

.content__item-deco {
    position: absolute;
    top: 2rem;
    left: 10vw;
    height: 30%;
    width: 1px;
    background: #d79612;
}

.content__item-decobar {
    width: 140%;
    height: 25%;
    top: 20%;
    left: -20%;
    position: absolute;
    background: #dd525a;
    mix-blend-mode: color-burn;
}

@media screen and (min-width: 53em) {
    .page--layout-1 {
        grid-template-columns: 30% 70%;
        grid-template-areas: 'header header' '...  meta' 'grid grid';
    }

    .page--layout-2 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'header meta' '...  meta' 'grid grid';
    }
}

@media screen and (max-width: 40em) {

    .content__item--expand .content__item-imgwrap,
    .content__item--expand:nth-child(even) .content__item-imgwrap {
        grid-area: 1 / 1 / 3 / 3;
    }

    .content__item--expand .content__item-description,
    .content__item--expand:nth-child(even) .content__item-description,
    .content__item--wide .content__item-description,
    .content__item--wide:nth-child(even) .content__item-description {
        grid-area: 3 / 1 / 4 / 3;
        padding: 1rem 0;
        width: 100%;
        text-align: left;
    }

    .content__item--wide .content__item-description {
        padding: 1rem;
    }

    .content--alternate .content__item-title,
    .content--alternate .content__item:nth-child(even) .content__item-title {
        grid-area: 1 / 1 / 4 / 2;
    }
}

/* scrollcont */

.post__link__deco_cont {
    position: relative;
}

.scrollcont {
    /* padding: 3rem; */
    overflow: hidden;
    margin: 2rem 1.5rem;
}

.scrollcont .post__caption {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 30px;
}

.scrollcont .post__rating {
    position: absolute;
    display: inline-block;
    bottom: 18px;
    right: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 0.25rem;
}

@media screen and (max-width: 991px) {
    .scrollcont .post__title {
        font-size: 1em;
    }

    .scrollcont .post__rating {
        font-size: 12px;
    }
}


/*  */

h1,
.h1 {
    color: #1f2937;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    word-wrap: break-word;
}

/*  */

.wp-block-quote {
    position: relative;
    display: block;
    background: #f8f9fa; /* Lighter background */
    border-left: 5px solid #c3c8d0; /* Add a line for a different feel */
    border-radius: 1rem; /* Only round the right corners */
    line-height: 1.6;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 2rem 2.5rem; /* Symmetrical padding */
    font-weight: 300;
    font-size: 1.2rem;
    color: #343a40; /* Darker text */
}

.wp-block-quote p {
    margin: 0;
    text-align: center;
}

/* .wp-block-quote p::before {
    position: absolute;
    top: -10px;
    left: 10px;
    color: #e9ecef; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4rem; 
    content: "\f10d";
    z-index: -1; 
} */

.wp-block-quote footer {
    font-size: 0.9rem;
    text-align: right;
    margin-top: 1rem;
    color: #6c757d;
}

@media screen and (max-width: 991px) {
    .wp-block-quote {
        max-width: 90%;
        padding: 1.5rem 1.8rem;
    }
}


/* Most Viewed Video Posts */

.most_viewed_video_posts {
    background: #1f2937;
    border-radius: 2rem;
	padding-bottom: 0.5rem;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
}

.most_viewed_video_posts .most_viewed_video_title {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem;
}

.top_video_post_cont {
    position: relative;
	margin-bottom: 1rem;
}

.top_video_grid {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;

}

.top_video_grid:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2rem;
    left: 0;
    top: 0;
    content: "";
    background: rgb(26, 38, 56);
    background: -moz-linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    background: linear-gradient(180deg, rgba(26, 38, 56, 0) 50%, rgba(26, 38, 56, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2638", endColorstr="#1a2638", GradientType=1);
}

.top_video_post_cont .video_title {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.top_video_post_cont .video_title a {
    color: #fff;
}

.top_video_grid .top_video_image {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 35px);
    width: calc(100% + 35px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.05);
    transform: translate3d(-30px, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}


@media screen and (min-width: 992px) {
    .top_video_grid .top_video_image {
        /* min-height: 230px;
        max-height: 230px; */
        object-fit: cover;
    }
}


.top_video_grid:hover .top_video_image {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.top_video_grid .post-date {
    position: absolute;
    bottom: 10px;
    width: 90%;
    padding: 0 1em;
    color: #fff;
    z-index: 338;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.top_video_grid .type-video {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 338;
}

.top_video_grid:hover .post-date {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



@media screen and (max-width: 991px) {
    .most_viewed_video_posts .most_viewed_video_title {
        font-size: 0.8rem;
    }
}

/*  */


/* Set a common size for all video players */
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    /* Make the video responsive */
    height: 400px;
    max-width: 600px;
    /* Max width for larger screens */
    margin: 0 auto;
    /* Center the video */
    /* padding-top: 56.25%;  16:9 Aspect Ratio */
    /* background-color: #000; /* Optional: for the background color */
    overflow: hidden;
}

.wp-block-video {
    position: relative;
    width: 100%;
    /* Make the video responsive */
    max-width: 600px;
    /* Max width for larger screens */
    margin: 0 auto;
    /* Center the video */
    /* background-color: #000; /* Optional: for the background color */
    overflow: hidden;
}

/* For embedded iframes (YouTube, Vimeo, Dailymotion, etc.) */
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2rem;
    /* Remove border around embedded players */
}

/* Optional: To control local video sizes */
.wp-block-embed__wrapper video {
    width: 100%;
    height: 100%;
}

/* Ensuring responsiveness on small screens */
@media screen and (max-width: 768px) {
    .wp-block-embed__wrapper {
        max-width: 100%;
        height: 300px;
    }

}


/* Share on Social Media */

.single__post__content {
    text-align: left;
	padding: 1rem;
    padding-top: 0;
}

/* .single__post .single__post__content p {
    font-size: 1.1rem;
    line-height: 1.5;
	word-wrap: break-word;
} */

.single__post .single__post__content .text-animate-text blockquote p {
    position: unset !important;
}

.social-share-buttons {
    display: inline-block;
    white-space: nowrap;
    float: right;
}

.social-share-buttons a,
.social-share-buttons button {
    margin: 3px;
    padding: 3px;
    border-radius: 5px;
    font-size: 1.1rem;
    text-decoration: none;
    color: #4b5563;
    font-weight: bold;
}

.social-share-buttons a:hover,
.social-share-buttons button:hover {
    color: #ffc107;
}

/*  .facebook-share-button {
    color: #3b5998;
	font-size: 0.95rem !important;
}

.twitter-share-button {
    color: #1da1f2;
}

.email-share-button {
    color: #0078d4;
}

.link-copy-button {
    color: #4caf50;
    color: #fff;
}

.linkedin-share-button {
    color: #0077b5;
}

.telegram-share-button {
    color: #0088cc;
} 

.link-copy-button {
	color: #25486a;
	font-size: 0.95rem !important;
    margin-top: -2px !important;
} */

@media screen and (max-width: 991px) {
    .social-share-buttons {
        width: 100%;
        text-align: center;
        float: none;
    }

    .single__post__content {
        text-align: center;
    }
}


/* calendar day has posts */

.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar th,
.calendar td {
    width: 14%;
    padding: 10px;
    text-align: center;
    border: 1px solid #dce2e8;
}

.calendar-day.has-posts {
    background-color: #e9ecef; /* Highlight the day with posts */
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* Style for the current day */
.calendar-day.today {
    background-color: #ffc107; /* Different color for the current day */
    font-weight: bold;
}

.calendar-day a {
    text-decoration: none;
    color: #333;
}

.calendar-day.has-posts a {
    font-weight: bold;
}

.calendar-day.today a {
    color: white; /* Change the text color to white for better visibility */
}

.calendar_submit {
	background: #1f2937;
	border: 1px solid #1f2937;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 24px;
}

.calendar_submit:hover {
	background: #fff;
	border: 1px solid #1f2937;
    color: #1f2937;
}

@media screen and (max-width: 991px) {
	.calendar th,
	.calendar td {
    padding: 5px;
}
}

/*  */

.article-content .wp-block-image {
	text-align: center;
}

/*  */


  #app { max-width: 720px; margin:36px auto; border-radius:20px; overflow: hidden; background:white; box-shadow:0 20px 40px rgba(2,6,23,0.08); }
  #content-container { position: relative; overflow: hidden; touch-action: pan-y; } /* allow vertical scroll on long articles */
    
  .single-article-wrapper {
    position: absolute;
    top: 0; 
	left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    /* will-change: transform, opacity; */
    /* default transition (used when animating to snap positions) */
    transform: translateZ(0);
    transition: transform var(--anim-transform), opacity var(--anim-opacity);
    transform-origin: center center;
    backface-visibility: hidden;
    background: white;
    border-radius: 2rem;
    /* box-shadow: 0 6px 20px rgba(2,6,23,0.04); */
  }
  
  /* Only promoted wrappers get will-change to create compositor layers */
	.single-article-wrapper.is-promoted {
	  will-change: transform, opacity;
	}
  
  /* Prevent accidental text selection while swiping horizontally */
	#content-container,
	#content-container * {
	  user-select: none;
	  -webkit-user-drag: none;
	}
	
	#content-container {
	  touch-action: pan-y pinch-zoom; /* allow vertical scroll + zoom */
	  transition: height var(--anim-height);
	}
	
	#content-container.dragging {
	  cursor: grabbing;
	  user-select: none; /* prevent text selection while dragging */
	}


  .single-article-wrapper h1 { line-height:1.05; }
  /* Slight separators for list view */
  .article-card { cursor: pointer; }
  /* Optional: add smoother pointer cursor on desktop */
  @media (pointer: fine) {
    .single-article-wrapper { cursor: grab; }
    .single-article-wrapper:active { cursor: grabbing; }
  }
  
  
  
  .fade-up { opacity: 0; transform: translateY(20px); }
	.fade-up.show { animation: fadeUp .6s ease-out forwards; }

	@keyframes fadeUp {
	  to { opacity: 1; transform: translateY(0); }
	}

	/* Hide arrows on small screens (<768px) */
	@media (max-width: 767px) {
	  .nav-arrow {
		/* display: none !important; */
	  }
	}


/* categories wrapper */

.main-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
	border-top: 1px solid #d4dce4;
}

.main-category {
    display: inline-block;
    padding: 8px 12px;
    background: #e9ecef;
    color: #4b5563;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.main-category:hover {
    background: #4b5563;       /* WP blue accent */
    color: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

@media screen and (max-width: 991px) {
	.main-categories-wrapper {
        align-items: center;
        justify-content: center;
    }
    .main-category { 
        font-size: 0.9rem;
    }
}


/* live search */

#live-search-results {
	padding: 10px;
}

.live-search-results {
	max-width: 800px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	/* NEW: prevent jump */
    min-height: 80px;   /* reserve space */
    transition: all 0.25s ease;
}
.search-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #f3f3f3;
}
.search-result-item:last-child {
    border-bottom: none;
}
.result-thumb img {
    width: 60px;
    height: 60px;
	min-width: 60px;
    object-fit: cover;
    border-radius: 4px;
}
.result-title {
    display: block;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
}
.result-title:hover {
    color: #ffc107;
}
.result-content .date {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    border-radius: 12px;   /* pill shape */
    padding: 3px 1px;
    margin-top: 4px;
    line-height: 1.2;
}

.date-range input[type="date"] {
    flex: 1;
    min-width: 140px;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
	
    transition: border-color 0.2s, box-shadow 0.2s;
}

/* On hover/focus */
.date-range input[type="date"]:hover,
.date-range input[type="date"]:focus {
    outline: none;
}

.date-separator {
    font-weight: bold;
    color: #4b5563;
    margin: 0 6px;
    font-size: 14px;
}

.search-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
	width: 100%;
    max-width: 800px;
}

.search-filters,
.filter-group {
    width: 100%;
}

.search-filters .filter-group .dropdown .btn {
    min-width: 180px;
}

.search-filters .btn.btn-light {
	font-size: 0.8rem;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-label {
    font-weight: 500;
    color: #444;
    min-width: 70px;
}

.date-range input {
    flex: 1;
    min-width: 120px;
}

.live-search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
.live-search-results li a {
    font-weight: bold;
}
.live-search-results .date {
    display: block;
    font-size: 12px;
    color: #888;
}
.no-results {
    padding: 10px;
    color: #888;
}

.result-content {
    text-align: left;
}

.date-range {
    display: flex;
    align-items: center;
    gap: 8px; /* closer together */
}



/* Calendar background */
.flatpickr-calendar {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Today highlight */
.flatpickr-day.today {
    background: #f8f9fa !important;
    color: #1f2937 !important;
    font-weight: 800;
}

/* Selected date */
.flatpickr-day.selected {
    background: #ffc107 !important;
    color: #fff !important;
	border-color: #ffc107 !important;
}

/* Clear & Today buttons */
.flatpickr-clear,
.flatpickr-today {
    background: #f3f3f3;
    color: #0073aa;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 2px;
    cursor: pointer;
}

.flatpickr-confirm {
	height: 40px;
	max-height: 0px;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: rgba(0,0,0,0.06)
}

.flatpickr-confirm svg path {
	fill: inherit;
}

.flatpickr-confirm.darkTheme {
	color: white;
	fill: white;
}

.flatpickr-confirm.visible {
	max-height: 40px;
	visibility: visible
}

.flatpickr-monthDropdown-months {
	color: #4b5563  !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin: -2px 0 0 0 !important;
}

#search-loader {
    text-align: center;
    padding: 20px;
}
.spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #ccc;
    border-top-color: #ffc107;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin: auto;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Desktop: show filters side by side */
@media (min-width: 768px) {
    .search-filters {
        flex-direction: row;
    }
    .filter-group {
        flex: 1;
    }
}

@media screen and (max-width: 765px) {
	.filter-group {
    justify-content: center;
}
	.live-search-results li a {
    font-size: 0.8rem;
}
}

/* ===== Modern TTS Button Styles ===== */

.listen-button-row {
  z-index: 99999; /* Use a high number to ensure it's on top */
  position: relative; /* z-index only works on positioned elements */
}

.listen-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.2rem;
    margin-top: 1rem;
    /* background: linear-gradient(to right, #3b82f6, #6366f1);  */
	background: #e9ecef;
    color: #1f2937;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 9999px; /* Fully rounded pill */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
	max-width: 80px;
    min-width: 80px;
}

.listen-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.listen-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5); /* Blue focus ring */
}

/* Icon inside the button */
.listen-button .btn-icon {
    font-size: 1.2rem;
}

/* Text inside the button */
.listen-button .btn-text {
    font-size: 1rem;
}

/* Voice selector dropdown */
.voice-selector {
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db; /* gray-300 */
    font-size: 0.875rem;
    background-color: white;
    color: #374151; /* gray-700 */
    vertical-align: middle;
}

/* Show voice selector only if multiple voices exist */
.voice-selector:empty {
    display: none;
}

/* Styling for hovered options (may not work in all browsers) */
select {
  appearance: base-select;
  color: #71717a;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e4e4e7;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-size: 0.8rem;
}
select > button {
  display: flex;
  width: 100%;
  font-family: inherit;
  color: currentColor;
}
select > button > svg {
  margin: 0 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
}
select:has(option:not([hidden]):checked) {
  color: #4b5563;
}
select:focus-visible {
  outline: none;
  outline-offset: -1px;
}
select::picker-icon {
  display: none;
}
select::picker(select) {
  appearance: base-select;
  border: 1px solid #e4e4e7;
  padding: 0.25rem;
  margin-top: 0.25rem;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  cursor: default;
  transition: opacity 225ms ease-in-out, transform 225ms ease-in-out;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
}
@starting-style {
  select::picker(select) {
    transform: translateY(-0.25rem) scale(0.95);
    opacity: 0;
  }
}
select optgroup label {
  display: block;
  padding: 0.375rem 0.5rem;
}
select option {
  padding: 0.375rem 0.5rem;
  border-radius: calc(0.5rem - 4px);
  outline: none;
  font-size: 0.8rem;
}
select option::after {
  content: "";
  width: 1rem;
  height: 1.5rem;
  margin-left: auto;
  opacity: 0;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2318181b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
}
select option::checkmark {
  display: none;
}
select option:checked {
  background-color: #e9ecef;
}
select option:checked::after {
  opacity: 1;
}
select option:hover, 
select option:focus,
select option:active,
select option:focus-visible {
  background-color: #e9ecef !important;
  color: #4b5563;
}

/* Mobile friendly adjustments */
@media (max-width: 640px) {
    .listen-button {
        padding: 0.5rem 1rem;
        font-size: 0.95rem;
    }

    .listen-button .btn-icon {
        font-size: 1.1rem;
    }

    .voice-selector {
		margin-left: 0;
        font-size: 0.8rem;
        padding: 0.2rem 0.4rem;
    }
}

@media screen and (max-width: 765px) {
	.listen-button {
    margin-bottom: 10px;
}
}


/*  */

#bookmarkCount {
	width: 12px;
    display: inline-block;
}

.remove-bookmark {
	font-size: 1.2rem;
    margin-bottom: 1rem;
}

/*  */

/* Style the forms */
.custom-register-form,
.custom-login-form,
.custom-profile-form,
.loginform { 
    margin: 0 auto;     
    padding: 20px;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.05);
}

/* Style the input fields */
.custom-register-form input[type="text"],
.custom-register-form input[type="email"],
.custom-register-form input[type="password"],
.custom-login-form input[type="text"],
.custom-login-form input[type="email"],
.custom-login-form input[type="password"],
.custom-profile-form input,
.loginform input[type="text"],
.loginform input[type="password"] {
    width: 100%;          /* full width of form */
    padding: 12px 15px;   /* taller and spacious */
    margin-bottom: 15px;  /* spacing between fields */
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 16px;
}

.custom-profile-form .btn.btn-danger,
.custom-profile-form .profile-submit {
	border-radius: 30px;
}

/* Style the submit buttons */
.custom-register-form input[type="submit"],
.custom-login-form input[type="submit"],
.loginform input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #1f2937;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-register-form input[type="submit"]:hover,
.custom-login-form input[type="submit"]:hover,
.loginform input[type="submit"]:hover {
    background: #1f2937;
}


/* custom ad banner */

.custom-ad-banner {
	width: 100%;
	height: 400px;
	background-image: url('https://wpstore.3wart.ge/wp-content/uploads/2025/09/content-optimization-clean-bg.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 20px;
	box-sizing: border-box;
	border-radius: .25rem;
	position: relative;
	overflow: hidden;
}

.custom-ad-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
	z-index: 1;
}

.custom-ad-banner a, .custom-ad-banner a:hover {
	color: white;
}

.custom-ad-banner .banner-content {
	position: relative;
	z-index: 2;
	font-size: 2rem;
	max-width: 90%;
}

.custom-ad-banner .banner-content h4 {
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.custom-ad-banner .banner-content p {
	font-weight: 300;
	font-size: 1.3rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	
}

.custom-ad-banner .banner-content h5 {
	border: 1px solid #fff;
	border-radius: 0.15rem;
	opacity: 0;
	width: 10rem;
	padding: 0 1rem;
	display: inline-block;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0) scale(1.1);
	transform: translate3d(0, 20px, 0) scale(1.1);
	-ms-transform: translate3d(0, 20px, 0) scale(1.1);
}

.custom-ad-banner:hover .banner-content h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.custom-ad-banner:hover .banner-content p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.custom-ad-banner:hover .banner-content h5 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

@media (max-width: 768px) {
	.custom-ad-banner {
		height: 300px;
	}

	.custom-ad-banner .banner-content {
		font-size: 1.5rem;
	}
	
	.custom-ad-banner .banner-content p {
		display: none;
	}
}

@media (max-width: 480px) {
	.custom-ad-banner {
		height: 300px;
	}

	.custom-ad-banner .banner-content {
		font-size: 1.2rem;
	}
}

/* gtd-table */

.gtd-tablecont thead,
.gtd-tablecont tbody,
.gtd-tablecont tfoot,
.gtd-tablecont tr,
.gtd-tablecont td,
.gtd-tablecont th {
    border-color: inherit;
    border-style: solid;
   /* border-width: 0;*/
    text-align: center;
    color: #4b5563;
    font-weight: 400 !important;
}

.gtd-tablecont th {
    font-weight: 700 !important;
}

.gtd-tablecont .table> :not(caption)>*>* {
    padding: 1.5rem 1.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.gtd-tablecont .product-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.25rem;
    padding: 10px;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    min-width: 150px;
}

.gtd-tablecont .product-item a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

}

.gtd-tablecont .product-item:hover a img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.gtd-tablecont th .product-item {
    width: 150px;
    text-align: center;
}

.gtd-table-desc {
    vertical-align: middle;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .gtd-tablecont .table> :not(caption)>*>* {
        padding: 0.5rem 0.5rem;
        border-bottom-width: 0px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    /*  .gtd-tablecont thead th {
        display: none;
    } */

    .gtd-tablecont th .product-item {
        width: 100%;
        text-align: center;
    }

    .gtd-tablecont td,
    .gtd-tablecont th {
        text-align: center;
        display: block;
    }

    .gtd-tablecont tr {
        border-width: 1px;
    }

    .ordersummary-desc {
        padding: 1rem;
    }

}


/*  */

/*  */

/*  */


