.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pt-100 {
	padding-top: 100px;
}
.pb-85 {
	padding-bottom: 85px;
}
button {
	cursor: pointer;
}
.sidebar .wp-block-search__inside-wrapper {
	position: relative;
}
.sidebar .wp-block-search .wp-block-search__button {
	text-indent: -99999px;
	border: none;
	background: transparent;
	top: 0;
}
.sidebar .wp-block-search .wp-block-search__button::after {
	content: "\f002";
	font-family: "FontAwesome";
}
.sidebar .wp-block-search .wp-block-search__button::after {
	content: "\f002";
	position: absolute;
	text-indent: 0;
	font-family: "Font Awesome 5 Pro";
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	display: flex;
	color: #272727;
	font-weight: 400;
}
.sidebar .wp-block-search .wp-block-search__button {
	padding-right: 20px;
}
.sidebar-widget ul li a {
	color: rgb(37, 37, 37);
}
.sidebar-widget a {
	color: rgb(37, 37, 37);
}
.home_front_page .nextbit-breadcrumb {
	display: none;
}
.sidebar
	.wp-block-latest-comments
	li.wp-block-latest-comments__comment:not(:last-child),
.sidebar .wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 10px;
}
.sidebar .wp-block-latest-comments li:last-child {
	margin-bottom: 0px !important;
}
.post-video-wrapper img {
	width: 100%;
}
.post-video-wrapper .popup_video {
	position: absolute;
	background: #ffffff;
	color: #df0303;
	height: 100px;
	width: 100px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	border-radius: 50%;
	-webkit-border-radius: -50%;
	-moz-border-radius: -50%;
	-ms-border-radius: -50%;
	-o-border-radius: -50%;
	transition: 0.3s;
}

.post-video-wrapper .popup_video::before,
.post-video-wrapper .popup_video::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	opacity: 0.15;
	z-index: -10;
}

.post-video-wrapper .popup_video::before {
	z-index: -10;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	-moz-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
}

.post-video-wrapper .popup_video::after {
	z-index: -10;
	-webkit-animation: outer-ripple 2000ms linear infinite;
	-moz-animation: outer-ripple 2000ms linear infinite;
	animation: outer-ripple 2000ms linear infinite;
}
/* animation */
@keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-filter: alpha(opacity=50);
	}
	80% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}
	100% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
}
@-webkit-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}
@-moz-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}
.blog-gallery .owl-nav div {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #000;
	background-color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: 0.3s;
}
.blog-gallery .owl-nav div.owl-next {
	right: 0;
	left: auto;
}
.post-video-wrapper .popup_video:hover,
.blog-gallery .owl-nav div:hover {
	color: #fff;
	background-color: #df0303;
}
.blog_quote_layout .lower-content {
	display: flex;
	flex-wrap: wrap;
}
.blog_quote_layout .lower-content .quote_icon {
	margin-right: 20px;
}
.blog_quote_layout .lower-content .item_content p {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
}
.blog_quote_layout .lower-content .item_content {
	width: calc(100% - 90px);
}
.blog_quote_layout .lower-content .item_content blockquote {
	margin: 0;
}
/* PAGINATION CSS */
.pagination_nav {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
	display: flex;
	align-items: center;
}

.pagination_nav.mt-90 {
	margin-top: 90px;
}

.pagination_nav li {
	border: 2px solid #f3f3f3;
}
.pagination_nav li:not(:last-child) {
	margin-right: 5px;
}
.pagination_nav li span {
	height: 50px;
	min-width: 50px;
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.pagination_nav li span.current {
	background-color: #df0303;
	color: #fff;
}
.pagination_nav a {
	height: 50px;
	min-width: 50px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination_nav li:hover a,
.pagination_nav li.active a {
	background-color: #df0303;
	color: #fff;
}
.details_content_single p:last-child {
	margin-bottom: 0;
}
.reply_btn {
	border: none;
	background-color: transparent;
}
.comment-box a {
	color: rgb(1, 1, 1);
}
.sticky-header .brand_link img {
	max-height: 50px;
	max-width: 160px;
}
.tc-post-wrapper {
	padding-bottom: 10px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-none-30 {
	margin-top: -30px;
}
.blog-detail .more-posts {
	padding-bottom: 0;
}
.testimonial-block .author-image img {
	height: 80px;
	object-fit: cover;
}
.nextbit-footer-newslater {
	padding-bottom: 100px;
	position: relative;
}
.page-id-609 .nextbit-footer-newslater::after{
	background: var(--main-color-three);
}
.nextbit-footer-newslater::after {
	height: 55%;
	width: 100%;
	background: #010c3a;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
section.cta-section.nextbit-footer-newslater.style-two:after {
    background: #000522;
}
.service-sidebar .text {
	margin-bottom: 25px;
}
.service-sidebar .contact-info-widget li:not(:last-child) {
	margin-bottom: 20px;
}
.service-sidebar .contact-info-widget li {
	padding-top: 0;
}
.service-sidebar .contact-info-widget li:last-child {
	margin-bottom: 0;
}
.service-sidebar .btn-style-four .txt {
	color: #fff;
}
.page-header .page-title {
	padding: 0;
}
.page-header .page-title::before {
	background: transparent;
}
.service-block .inner-box .icon svg {
	max-width: 80px;
	max-height: 80px;
}
.price-block-two .icon-list svg,
.price-block .icon-list .icon svg {
	max-width: 50px;
	max-height: 50px;
}
.remove-margin .elementor-widget:not(:last-child) {
	margin: 0;
}
.style-two .theme-btn {
	background: rgb(1 12 58);
}
.blog-detail .inner-box .two-column .image {
	margin-bottom: 0;
}
.sec-title .separator {
	border: none !important;
}
.feature-block .inner-box .post-meta li .icon {
	top: 3px;
}
.facility-block .inner-box .icon-box i {
	line-height: 1px !important;
}

.facility-block .inner-box .icon-box {
	line-height: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.facility-block .inner-box .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0px;
}
.facility-section .sec-title .clearfix {
	display: flex;
	justify-content: space-between;
}
.facility-section .sec-title .clearfix .pull-left {
	flex: 0 0 55%;
}
.service-detail .inner-box .two-column {
	margin-top: 30px;
}

/* jan 11 */
.news-block-two .post-meta li {
	display: flex;
	align-items: center;
}
.news-block-two .post-meta {
	display: flex;
	align-items: center;
}
.news-block-two .post-meta li .icon {
	position: static;
	font-size: 14px;
	color: #df0303;
}
.news-block-two .post-meta li {
	padding-left: 0;
	margin-right: 0;
}
.news-block-two .post-meta li:not(:last-child) {
	margin-right: 15px;
}
.header-lower .logo {
    max-width: 160px;
}
.sidebar-info-contents .content-inner .logo {
    max-width: 170px;
}
.main-footer .logo img {
    max-width: 156px;
}
.sidebar .popular-posts .post {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.sidebar .popular-posts .post .post-thumb {
    overflow: auto;
    margin-right: 15px;
    margin-bottom: 0;
    height: 75px;
    position: relative;
}

.sidebar .popular-posts .post .post-content {
    width: calc(100% - 115px);
}

.sidebar .popular-posts .post:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar .popular-posts .post .post-thumb img {
    height: 100%;
    object-fit: cover;
}

.tc-post-wrapper {
    padding-bottom: 0;
}

.sidebar .popular-posts .post .text a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* jan 12 */
.service-block-two .icon {
    font-size: 40px;
    color: var(--main-color);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.service-block-two:hover .icon {
    color: #fff;
    background: var(--main-color);
}

.services-page-section .owl-theme .service-block-two {
    text-align: center;
}
.news-block-two .inner-box h4 a {
    font-size: 32px;
}
.search-page-wrapper .product .post-meta{
    display:none
}
.search-page-wrapper .product .inner-box h4 {
	padding-top: 0px;
}

/* jan 13 */
.service-block .inner-box .icon svg {
    max-width: 60px;
	max-height: 60px;
}
.service-block:first-child .inner-box .icon svg {
    max-width: 80px;
	max-height: 80px;
}
.service-block:first-child .inner-box .icon {
	margin-bottom: 20px;
}
.blog-detail .post-meta a {
	font-weight: 400;
}
.post-meta a:hover {
	color: inherit;
}
.rating a:hover {
	color: #df0303;
}
.blog-detail .post-video-wrapper {
	margin-bottom: 30px;
}
.yith-wcqv-main .rating a {
    color: var(--heading-color);
}
.yith-wcqv-main .rating span {
    font-size: 12px;
    margin-left: 2px;
    transform: translateY(-1px);
}
.mobile-menu .nav-logo img {
    max-width: 160px;
}

.widget select, .shop-page-section .items-sorting select {
	background-size: 18px !important;
    background-position: calc(100% - 15px) 15px !important;
}

.main-header.fixed-header .sticky-header {
    display: block;
}
.main-header .sticky-header {
    display: none;
}
.service-block .inner-box .text {
    padding: 0 45px;
}
@media (max-width: 1400px) {
	.internet-section:before {
		background: -webkit-linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 20%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
		background: -moz-linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 20%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
		background: linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 20%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
	}
}
@media (max-width: 1199px) {
	.price-block-two .inner-box {
		position: static;
		padding-left: 0;
		padding-right: 0;
		min-height: auto;
		border-radius: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 40px 20px;
	}
	.price-block-two .title-box {
		position: static;
		max-width: inherit;
		padding: 0px 0px;
		text-align: center;
		margin-bottom: 30px;
	}
	.price-block-two .middle-content {
		min-height: auto;
		border: none;
		padding: 0;
	}

	.price-block-two .price-box {
		position: static;
		max-width: inherit;
		padding: 0;
		margin-top: 30px;
	}

	.price-block-two .middle-content .middle-inner {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.price-block-two .icon-list {
		position: static;
		max-width: inherit;
		margin-bottom: 30px;
		padding: 0;
	}

	.price-block-two .title-box:before {
		background: none;
		background-image: none;
		display: none;
	}

	.price-block-two.active .inner-box .title-box {
		background: none;
	}

	.price-block-two.active .inner-box .title {
		color: var(--main-color);
	}

	.price-block-two.active .inner-box .title-box h4 a {
		color: var(--heading-color);
	}

	.price-block-two.active .inner-box .text {
		color: var(--dark-color);
	}
	.price-block-two .price-list {
		padding-left: 0px;
	}
}
@media (max-width: 1023px) {
	.main-header .inner-container {
		display: flex;
		align-items: center;
		padding: 6px 0px;
	}
	.main-header.header-style-four .inner-container {
		display: block;
	}
	.main-header.header-style-six .header-lower .nav-outer {
		display: block;
		float: right;
	}
	.main-header.header-style-six .inner-container {
		display: block;
	}
	.main-header.header-style-five .inner-container{
		padding: 0;
	}
	.main-header .header-lower .nav-outer {
		float: none;
		display: flex;
		justify-content: flex-end;
	}
	.main-header.header-style-four .header-lower .nav-outer {
		float: none;
		display: block;
	}
	.header-style-1.main-header .header-lower .nav-outer {
		display: block;
	}
	.main-header.header-style-five .header-lower .nav-outer {
		float: right;
		display: block;
	}

	.main-header .logo-box {
		padding: 0;
	}
	/* demo */
	.header-lower-s-1 .pull-right {
		width: auto;
		float: none;
		width: calc(100% - 160px);
	}

	.header-lower-s-1 .logo-box {
		float: none;
		width: 160px;
	}

	.header-lower-s-1 .inner-container {
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.service-block .inner-box .text {
		padding: 0 25px;
	}
	.facility-section .sec-title .clearfix {
		flex-wrap: wrap;
	}
	.facility-section .sec-title .clearfix .pull-left {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.internet-section:before {
		background: -webkit-linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 40%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
		background: -moz-linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 40%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
		background: linear-gradient(
			100deg,
			rgba(242, 242, 242, 1) 40%,
			rgba(242, 242, 242, 1) 0,
			rgba(0, 212, 255, 0) 100%
		);
	}
	/* demo */
	.header-lower-s-1 .pull-right {
		width: calc(100% - 100px);
	}
}

@media (max-width: 767px) {

	/* demo */
	.header-lower-s-1 .pull-right {
		width: calc(100% - 141px);
	}
	.main-header .pull-right {
	 	transform: translateY(0px);
	}
}
