html,
body {
	overflow-x: hidden
}

body {
	color: #666;
	font-family: Roboto Condensed;
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto Condensed;
	font-weight: 700;
	color: #0f0f10
}

.h2 {
	font-size: 2.8125rem;
	line-height: 3rem
}

.h3 {
	font-size: 1.75rem
}

.h4 {
	font-size: 1.5rem
}

.h5 {
	font-size: 1.25rem
}

.h6 {
	font-size: 1.125rem
}

p {
	font-size: 1.125rem;
	font-family: Roboto;
	line-height: 1.875rem
}

a {
	color: inherit
}

a,
a:hover,
a:focus,
input,
button,
textarea,
input:focus,
button:focus,
textarea:focus {
	text-decoration: none;
	outline: none !important
}

button {
	border: 0
}

a,
img,
:before,
:after,
button,
input,
textarea,
span,
.project-info {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

/*===========================*/

.text-blue {
	color: #001f46
}

.bg-blue {
	background-color: #001f46
}

.text-body {
	color: #666 !important
}

.text-dark {
	color: #0f0f10 !important
}

.text-dark2 {
	color: #333
}

.text-gray {
	color: #666 !important
}

.text-gray2 {
	color: #fafafa
}

.text-black {
	color: #000
}

.text-secondary {
	color: #37517a !important
}

.bg-secondary {
	color: #37517a !important
}

.bg-dark {
	background-color: #0f0f10 !important
}

.bg-dark2 {
	background-color: #333
}

.bg-gray {
	background-color: #f7f7f7 !important
}

.bg-gray2 {
	background-color: #fafafa
}

.bg-light {
	background-color: #fafafa !important
}

.bg-black {
	background-color: #000
}

.font-family-roboto-condensed {
	font-family: Roboto Condensed
}

.font-family-roboto {
	font-family: Roboto
}

.theme-btn {
	padding: 0.75rem 2.75rem;
	font-family: Roboto Condensed;
}

.theme-btn:hover {
	background-color: #37517a;
	color: #fff
}

.top-bar {
	background-color: #fff
}

.top-bar-btns>li>a {
	font-size: 1.125rem;
	font-family: Roboto Condensed;
	font-weight: 700;
}

.top-bar-btns .theme-btn {
	font-size: 1.125rem;
}

.top-bar-btns>li>a:hover {
	color: #37517a
}

header.stick {
	width: 100%;
	z-index: 2;
	position: absolute;
}

.top-bar-btns>li>a i {
	padding-right: 0.5rem
}

.top-bar-btns>li>a.theme-btn {
	padding: 0.625rem 2.1875rem
}

.top-bar-btns>li+li {
	margin-left: 1.875rem
}

.navigation-bar {
	z-index: 9
}

.navigation-bar.navbar {
	padding: 12px 0;
}

.navbar__menu li a {
	font-size: 1.125rem;
	color: #fff;
	font-family: Roboto Condensed;
	position: relative;
}

.navbar__menu li {
	margin: 0 1.25rem;
}

.navbar__menu li a::before {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.navbar__menu li:hover a::before {
	width: 100%;
}

.navbar__menu li:first-child {
	margin-left: 0
}

.social-icons-list li a {
	height: 2.5rem;
	width: 2.5rem;
	line-height: 2.625rem;
	background-color: #292929;
}

.social-icons-list li a:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.social-icons-list li+li {
	margin-left: 0.1875rem
}

.navbar--fixed-transparent.navbar--scrolled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out
}

.navbar--fixed-transparent.navbar--scrolled:hover {
	opacity: 1
}

.navbar--fixed-toggle {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out
}

body.navbar--opened .navbar--fixed-toggle {
	-webkit-transform: none;
	transform: none
}

.navbar--fixed-toggle.navbar-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.navbar--fixed-toggle.navbar-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.navbar__toggler {
	display: none
}

.donation-content.bg-theme {
	background-color: rgba(15, 157, 222, 0.9)
}


/*footer*/

footer {
	font-size: 1.125rem;
	color: #d4d4d4;
}

.fixed-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -2;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.widget .title-widget {
	font-size: 1.75rem;
	margin-bottom: 1.4375rem;
}

.useful-links ul li i {
	color: #6a6a6a;
	margin-right: 0.625rem;
}

.useful-links ul li+li {
	margin-top: 1.0625rem;
}

.footer-contact p {
	color: inherit;
}

.footer-contact span {
	color: inherit;
}

.footer-contact span strong {
	margin-right: 0.875rem;
}

.footer-contact a {
	border-bottom: 1px solid;
	margin-top: 2.8125rem;
}

.footer-contact a:hover {
	color: #fff;
	border-color: #fff;
}

.footer-social li a {
	height: 3.25rem;
	width: 3.25rem;
	line-height: 3.25rem;
	font-size: 1.125rem;
}

.footer-social li a.google {
	background-color: #e93930;
}

.footer-social li a.twitter {
	background-color: #1bb1e4;
}

.footer-social li a.facebook {
	background-color: #44568f;
}

.footer-social li a.vimeo {
	background-color: #a5c451;
}

.footer-social li a:hover {
	background-color: #37517a;
}

.footer-social li+li {
	margin-left: 0.375rem;
}

.footer-menu ul li {
	margin-right: 1.25rem;
}

.footer-menu ul li a {
	color: inherit;
	padding-right: 1.25rem;
	font-weight: 700;
}

.footer-menu ul li a:before {
	content: "";
	position: absolute;
	display: block;
	height: 12px;
	width: 1px;
	background-color: #4c4c4c;
	top: 50%;
	right: -3px;
	margin-top: -6px;
}

.footer-menu ul li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

.footer-menu ul li:last-child a:before {
	display: none;
}

.copyright p {
	font-size: 1rem;
	color: #cbcbcb;
}

/*pagination*/

.pagination>li.page-item {
	font-size: 1.0625rem;
	line-height: 3.5625rem;
}

.pagination>li.page-item a.page-link {
	border: 0.125rem solid #d7d7d7;
	width: 3.5625rem;
	line-height: inherit;
}

.pagination>li.page-item.prev a,
.pagination>li.page-item.next a {
	width: auto;
	padding: 0 2.5rem;
	background-color: #14191d;
	border-color: #14191d;
}

.pagination>li.page-item a.page-link:hover,
.pagination>li.page-item a.page-link:focus {
	color: #fff;
	z-index: 1;
}

.pagination>li.page-item span,
.pagination>li.page-item.prev a:hover,
.pagination>li.page-item.next a:hover,
.pagination>li.page-item.prev a:focus,
.pagination>li.page-item.next a:focus {
	color: #fff;
}

.pagination>li.page-item.prev {
	margin-right: 0.625rem;
}

.pagination>li.page-item.next {
	margin-left: 0.625rem;
}

.pagination>li.page-item.not-link {
	margin: 0 0.625rem;
}

/*search*/

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 11rem;
	width: 100%;
	background-color: #fff;
	z-index: 1010;
	opacity: 0;
	visibility: hidden;
}

.search-overlay__form {
	height: 100%;
	padding: 1rem;
}

.search-overlay__close {
	position: absolute;
	top: 50%;
	right: 2rem;
	font-size: 1rem;
	color: #fff;
	background-color: #37517a;
	line-height: 2rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.search-overlay__close:hover {
	color: #fff;
}

.search-overlay__input {
	background: none;
	padding: 1rem;
	border-bottom: 1px solid #000;
	font-size: 1.8rem;
	width: 90%;
}

.search-overlay__btn {
	font-size: 1.25rem;
	padding: 0;
}

/*sidebar*/

.sidebar-wrap {
	padding-left: 0.625rem;
}

.sidebar-wrap .widget-box {
	border: 0.3125rem solid #f1f1f1;
	padding: 1.875rem 2.1875rem 1.5625rem;
}

.sidebar-wrap .widget-box:not(:first-child) {
	margin-top: 1.25rem;
}

.sidebar-wrap .widget-box .widget_title {
	font-size: 1.625rem;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 0.3125rem;
	margin-bottom: 1.25rem;
}

/*widget*/

.top_video_post:not(:first-child) {
	margin-top: 1.4375rem;
}

.top_video_thumb>a {
	top: 50%;
	left: 1.25rem;
	line-height: 4.6875rem;
	height: 4.6875rem;
	width: 4.6875rem;
	font-size: 1.375rem;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top_video_thumb+h4 {
	margin-top: 0.625rem;
}

/* contact form */
.contact-form input,
.contact-form textarea {
	height: 3.625rem;
	background-color: #f3f3f3;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	margin-bottom: 0.625rem;
	border: 2px solid transparent;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background-color: transparent;
}

.contact-form textarea {
	height: 7.5rem;
}

/*************Contact Info***********/
.info-item>span i {
	height: 3.4375rem;
	line-height: 3.4375rem;
	width: 3.4375rem;
}

.info-item+.info-item {
	margin-top: 1.375rem;
}

.info-item div p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.contact-social a {
	height: 3.25rem;
	width: 3.25rem;
	line-height: 3.25rem;
}

.contact-social a+a {
	margin-left: 0.375rem;
}

.contact-social a:hover {
	color: #fff !important;
}

/***************Become A Member***********/
.become-member-wrapper {
	padding: 3.8rem 2.5rem;
}

.become-member-form form input,
.become-member-form form textarea {
	height: 3.625rem;
	padding: 0.875rem 2rem;
	color: gray;
	font-size: 1rem;
	margin-bottom: 0.625rem;
	border: 2px solid transparent;
}

.become-member-form form input:focus,
.become-member-form form textarea:focus {
	background-color: transparent;
}

.become-member-form form textarea {
	height: 7.5rem;
}

/*************Populated Area**********/
.area-map-wrapper {
	min-height: 580px;
}

.loc-mark a>span {
	height: 2.375rem;
	width: 2.375rem;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
	border: 14px solid;
	transition: all 0.35s ease-in-out;
}

.loc-mark a>span:before {
	content: "";
	display: block;
	position: absolute;
	top: -1.25rem;
	left: -1.25rem;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	height: 3.125rem;
	width: 3.125rem;
	-webkit-animation: 1s ease 0s normal none infinite running blinking;
	-moz-animation: 1s ease 0s normal none infinite running blinking;
	-ms-animation: 1s ease 0s normal none infinite running blinking;
	-o-animation: 1s ease 0s normal none infinite running blinking;
	animation: 1s ease 0s normal none infinite running blinking;
}

.loc-mark:hover a>span {
	-webkit-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
	transform: scale(2.5);
	opacity: 0.7;
}

.loc-mark:hover a>span:before {
	animation: none;
	display: none;
}

.loc-mark:hover .loc-popup-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.loc-popup-content {
	padding: 1.75rem 3.4375rem 1.75rem 1.5625rem;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
	top: 50%;
	left: 20px;
	width: 21.25rem;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
	z-index: 2;
}

.loc-popup-content h3 span {
	padding: 0.3125rem 0.625rem;
	margin-left: 0.9375rem;
	font-size: 1.125rem;
}

.loc-popup-content h3 span:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 6px solid #fff;
	top: 50%;
	margin-top: -4px;
	left: -6px;
}

.loc-popup-content p {
	color: #c8c8c8;
	margin-bottom: 6px;
}

.res-area-pointers,
.res-loc-info {
	display: none;
}

@-webkit-keyframes blinking {
	0% {
		-webkit-transform: scale(1.7);
		opacity: 1;
	}

	25% {
		-webkit-transform: scale(2);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: scale(2.3);
		opacity: 0.3;
	}

	100% {
		-webkit-transform: scale(2.6);
		opacity: 0;
	}
}

@-moz-keyframes blinking {
	0% {
		transform: scale(1.7);
		opacity: 1;
	}

	25% {
		transform: scale(2);
		opacity: 0.6;
	}

	50% {
		transform: scale(2.3);
		opacity: 0.3;
	}

	100% {
		transform: scale(2.6);
		opacity: 0;
	}
}

@-ms-keyframes blinking {
	0% {
		-ms-transform: scale(1.7);
		opacity: 1;
	}

	25% {
		-ms-transform: scale(2);
		opacity: 0.6;
	}

	50% {
		-ms-transform: scale(2.3);
		opacity: 0.3;
	}

	100% {
		-ms-transform: scale(2.6);
		opacity: 0;
	}
}

@-o-keyframes blinking {
	0% {
		-o-transform: scale(1.7);
		opacity: 1;
	}

	25% {
		-o-transform: scale(2);
		opacity: 0.6;
	}

	50% {
		-o-transform: scale(2.3);
		opacity: 0.3;
	}

	100% {
		-o-transform: scale(2.6);
		opacity: 0;
	}
}

@keyframes blinking {
	0% {
		-o-transform: scale(1.7);
		opacity: 1;
	}

	25% {
		-o-transform: scale(2);
		opacity: 0.6;
	}

	50% {
		-o-transform: scale(2.3);
		opacity: 0.3;
	}

	100% {
		-o-transform: scale(2.6);
		opacity: 0;
	}
}

.blog-meta time span {
	height: 1.875rem;
	width: 1.875rem;
	line-height: 1.6875rem;
	margin-right: 0.3rem;
	display: inline-block;
}

.blog-meta time span svg {
	width: 15px;
	fill: #fff;
}

/*============25-0 Fixes===========*/
.banner-text-wrapper {
	z-index: 1;
}

.banner-text h1 {
	font-size: 3.4375rem;
	padding: 1.25rem 5.9375rem;
}

.banner-text span {
	font-size: 2.125rem;
	padding: 1.125rem 3rem;
}

.section-heading h2 {
	font-size: 3.125rem;
}

.section-heading p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	max-width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.about-box-content {
	bottom: 0;
	left: 0;
	padding: 2.375rem;
}

.about-box-content p {
	color: #cfcfcf;
	margin-bottom: 2.5rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translate(0, 80px);
	transform: translate(0, 80px);
	opacity: 0;
	visibility: hidden;
}

.about-box-content a {
	height: 3.125rem;
	width: 3.125rem;
	line-height: 3.125rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	opacity: 0;
	visibility: hidden;
}

.about-box-content h3 {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.about-img:hover .about-box-content p {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 28px);
	transform: translate(0, 28px);
}

.about-img:hover .about-box-content a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0, 36px);
	transform: translate(0, 36px);
}

.section-heading {
	margin-bottom: 2.1875rem;
}

.video-popup figure a {
	height: 7.6875rem;
	width: 7.6875rem;
	line-height: 106px;
	font-size: 5.3125rem;
	box-shadow: 0 0 0 0 rgba(15, 157, 222, 0.5);
}

.video-txt span {
	font-size: 1.875rem;
}

.video-txt strong {
	font-size: 5rem;
	line-height: 5rem;
}

.area-map-wrapper {
	min-height: 580px;
}

.navbar__collapse ul ul {
	position: absolute;
	left: 0;
	background-color: #fff;
	min-width: 15.625rem;
	line-height: initial;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	padding: 1.25rem 0;
	-webkit-transform: translateY(-0.625rem);
	transform: translateY(-0.625rem);
	z-index: 2;
	box-shadow: 0 0 84px rgba(0, 0, 0, 0.13);
}

.navbar__collapse ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navbar__collapse ul li ul li {
	padding: 0 2.5rem;
	font-weight: 600;
	font-size: 0.875rem;
}

.navbar__collapse ul li ul li a {
	display: block;
	padding: 0.625rem 0;
	color: #333;
	border-bottom: 1px solid #dfdfdf;
	font-size: inherit;
	position: relative;
}

.navbar__collapse ul li ul li>a::after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.navbar__collapse ul li ul::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .9;
	z-index: -1;
}

.navbar__collapse ul li ul li:hover>a::after {
	width: 70px;
}

.navbar__collapse>ul>li>ul {
	border-top: 4px solid #37517a;
}

.widget_nav_menu ul li {
	position: relative;
	padding-left: 18px;
	color: #d4d4d4;
	font-size: 1.125rem;
}

.widget_nav_menu ul li::before {
	content: "\f105";
	position: absolute;
	left: 0;
	top: 50%;
	color: #6a6a6a;
	margin-top: -14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.breadcrumb-bar .breadcrumb {
	background-color: transparent;
	padding: 1.375rem 0;
}

.breadcrumb li.breadcrumb-item {
	font-size: 1.0625rem;
	font-family: Roboto;
}

.become-member-form input,
.become-member-form textarea {
	height: 3.625rem;
	padding: 0.875rem 2rem;
	color: gray;
	font-size: 1rem;
	margin-bottom: 0.625rem;
	border: 2px solid transparent;
}

.become-member-form textarea {
	height: 7.5rem;
}

.page-banner h1 {
	font-size: 3.75rem;
	z-index: 1;
	position: relative;
}

.newsletter-element h2 {
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.about-img figure::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .4;
	z-index: 0;
}

.about-img:hover .about-box-content h3 {
	opacity: 0;
	visibility: hidden;
}

.about-img:hover figure::before {
	opacity: .6;
}

.blog-share a {
	height: 3.25rem;
	width: 3.25rem;
	line-height: 3.25rem;
	display: inline-block;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 18px;
	margin-bottom: 4px;
	text-align: center;
}

.blog-share a:hover {
	color: #fff;
}

.blog-share a+a {
	margin-left: 2px;
}

.blog-detail-info {
	margin-bottom: 18px;
}

.blog-detail-img+p {
	margin-top: 50px;
}

.comments-thread,
.comment-reply {
	margin-top: 3.5625rem;
}

.comments-thread>h3,
.comment-reply h3 {
	font-size: 2.125rem;
	margin-bottom: 22px;
}

.comment {
	padding: 1.875rem 2.8125rem;
	margin-top: 0.625rem;
	background-color: #f3f3f3;
}

.comment-info>h4 {
	font-size: 1.625rem;
}

.comment-info>h4+span {
	margin-left: 0.625rem;
}

.comment-info>p {
	line-height: 1.75rem;
	margin-top: 0.9375rem;
	margin-bottom: 0;
}

.comment-info>a.comment-reply-link {
	right: 0;
	top: 0;
	font-size: 0.9375rem;
	padding: 4.75px 1.75rem;
}

.comments-list .children {
	padding-left: 2.5rem;
	list-style: none;
}

.cont-form input,
.cont-form textarea {
	height: 3.625rem;
	background-color: #f3f3f3;
	padding: 0.875rem 2rem;
	font-size: 1rem;
	margin-bottom: 0.625rem;
	border: 2px solid transparent;
}

.cont-form textarea {
	height: 7.5rem;
}

.cont-form button {
	margin-top: 1.25rem;
}

.about-us-content li i {
	margin-right: 0.75rem;
}

.about-us-content li {
	color: #808080;
	font-size: 20px;
}

.about-us-content li+li {
	margin-top: 6px;
}

.contact-form input.bg-theme {
	height: auto;
	padding: 0.75rem 2.75rem;
	border: none;
}

.loc-mark a {
	position: absolute;
}

.blog-item:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-item figure a {
	bottom: 20px;
	right: 20px;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	background-color: rgba(0, 0, 0, 0.8);
}

.blog-item figure a::before {
	content: "";
	display: block;
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: 1px;
	left: -4px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

blockquote {
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-family: Roboto Condensed;
	padding: 2.5rem 4.375rem 2.5rem 8.125rem;
	margin: 1.9rem 0 1.7rem;
	position: relative;
}

blockquote p {
	font-family: inherit;
	font-weight: inherit;
	line-height: 2.5rem;
	font-size: 1.75rem;
	color: inherit;
	margin-bottom: 0;
}

blockquote::before {
	content: "“";
	font-family: inherit;
	font-size: 143px;
	position: absolute;
	top: 10px;
	left: 35px;
}

.blog-detail-content>ul li {
	font-size: 20px;
	color: #808080;
}

.blog-detail-content>ul li+li {
	margin-top: 10px;
}

.pagination>li.page-item span.current {
	color: #fff;
	width: 3.5625rem;
	line-height: inherit;
	border: 0.125rem solid;
}

.pagination>li.page-item a.page-link.prev,
.pagination>li.page-item a.page-link.next {
	width: auto;
	padding: 0 2.5rem !important;
	background-color: #14191d;
	color: #fff;
	border-color: #14191d;
}

.blog-item {
	margin-bottom: 60px;
}

.instagram-imgs ul li a {
	overflow: hidden;
	position: relative;
}

.instagram-imgs ul li a::before {
	content: "";
	height: 100%;
	width: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
}

.instagram-imgs ul li:hover a::before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.instagram-imgs img {width: 100%;}

.play-btn svg {
	width: 80px;
	fill: #fff;
}

.widget_nav_menu ul li {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

footer .widget_nav_menu ul li a,
footer .widget_nav_menu.widget-box ul li a {
	padding: 0.5rem 0;
}

.widget_nav_menu ul li a {
	font-family: Roboto;
	font-weight: 300;
}

.widget_nav_menu ul li:hover {
	padding-left: 30px;
}

.widget_nav_menu ul li:hover::before {
	left: 12px;
}

.widget_nav_menu ul li:hover a {
	color: #d4d4d4;
}

.copyright p a:hover {
	color: #fff;
}

.contact-form input.bg-theme:hover {
	background-color: #37517a;
}

.gen-detail-wrap blockquote>p {
	color: #000;
	line-height: 2.5rem;
	font-size: 1.75rem;
	font-family: Roboto Condensed;
	font-weight: 700;
}

.gen-detail-wrap blockquote>p::before {
	left: -15px;
}

.gen-detail-wrap ul li {
	font-family: Roboto;
	font-size: 1.125rem;
}

.gen-detail-wrap ul li+li {
	margin-top: 6px;
}

.sidebar-wrap .widget>h3 {
	font-size: 1.625rem;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 0.3125rem;
	margin-bottom: 1.25rem;
}

.sidebar-wrap .widget-box2 {
	border: 0.3125rem solid #f1f1f1;
	padding: 1.875rem 2.1875rem 1.5625rem;
}

.sidebar-wrap .widget-box2:not(:first-child) {
	margin-top: 1.25rem;
}

.sidebar-wrap .widget>ul li::before,
.sidebar-wrap .widget>div ul li::before {
	color: #999;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 5px;
}

.sidebar-wrap .widget_categories.widget>ul li a,
.sidebar-wrap .widget_archive.widget>ul li a {
	font-weight: 400;
}

.sidebar-wrap .widget>ul li,
.sidebar-wrap .widget>div ul li {
	color: #666;
	font-size: 13px;
	position: relative;
	float: left;
	width: 100%;
	padding-left: 16px;
	line-height: 30px;
}

.sidebar-wrap .widget>ul li a,
.sidebar-wrap .widget>div ul li a {
	color: #3b3b3b;
	display: inline-block;
	font-size: 16px;
	float: left;
	text-align: left;
	font-weight: 400;
	letter-spacing: initial;
}

.sidebar-wrap .widget>ul,
.sidebar-wrap .widget>div ul {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}

.featured_video_post>h4 {
	font-size: 1.375rem;
	line-height: 1.625rem;
	max-width: 75%;
}

.featured_video_post>span+h4 {
	margin-top: 0.3125rem;
}

.featured_video_post>a {
	right: 0;
	top: 12px;
	line-height: 2.1875rem;
	width: 2.1875rem;
	height: 2.1875rem;
	background-color: #f1f1f1;
	font-size: 0.875rem;
	color: #999;
}

.featured_video_post>a:hover,
.featured_video_post>a:focus {
	color: #fff;
}

.featured_video_post:not(:first-child) {
	margin-top: 0.9375rem;
	padding-top: 1.0625rem;
	border-top: 0.0625rem solid #d9d9d9;
}

.product-detail-desc .single_add_to_cart_button.button.alt,
.woocommerce a.button,
.woocommerce button.button {
	font-size: 1.125rem;
	border-radius: 50rem;
}

.product-detail-desc .single_add_to_cart_button.button.alt::before,
.product-box .product-img>a.wc-forward::before,
.woocommerce a.button::before,
.woocommerce button.button::before {
	display: none;
}

.product-detail-desc .single_add_to_cart_button.button.alt:hover {
	background-color: #37517a;
}

.sidebar-wrap>div:first-child {
	margin-top: 0;
}
