/*
  Theme Name: Tigon
  Theme URI: https://tigon.balcomsoft.com/
  Author: BalcomSoft
  Author URI: https://balcomsoft.com/
  Version: 1.0.0
*/
/* CSS Index
-------------------
01. Theme default
02. HEADER
03. BANNER
04. SERVICES
05. BRANDS
06. CARDS
07. FAQ
08. VIDEO
09. NEWS
10. FOOTER
11. INVESTMENT
12. CONTACT
13. BLOG
14. REVIEW
15. TEAM
16. PRICES

*/
/*=========================
	2. Theme default css
===========================*/
/*== Fonts ==*/
/* Montserrat Font */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
}

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

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*== Global styles ==*/
.section-light {
	background: var(--light-bg-color);
}

.section-dark {
	background: var(--primary-color);
}

.section-back-img {
	position: relative;
}

.section-back-text {
	position: relative;
	z-index: 2;
	padding: 150px 0 250px 0;
}

.section-half-top {
	margin-top: -120px;
	z-index: 2;
	position: relative;
}

.page-wrapper {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.section-back-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50%;
	z-index: -1;
}

.section-back-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	z-index: -1;
}

.section-half-colored {
	padding: 0;
	position: relative;
	overflow: visible;
	z-index: 2;
}

.profile-img img {
	width: 93px;
	height: 93px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 100%;
}

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 50%);
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.modal-wrapper.active {
	opacity: 1;
	visibility: visible;
}

.modal-actual {
	height: 100%;
}

.modal-hide {
	position: absolute;
	right: 50px;
	top: 50px;;
	background: transparent;
	border: 0;
	padding: 20px;
}

.modal-content iframe {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.modal {
	position: static;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 30px 30px;
}

.modal iframe {
	max-width: 100%;
}

.tabs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.tabs a,
.tabs button {
	font-size: 16px;
	color: var(--primary-color);
	padding: 13px 22px;
	border-radius: 100px;
	border: 1px solid var(--primary-color);
	display: block;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background-color: transparent;
}

.tabs a.active,
.tabs button.active {
	background: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color);
}

.tabs li {
}

.lord-icon {
	margin-top: -10px;
	margin-left: -10px;
}

.img-rounded,
.img-rounded img {
	border-radius: 15px;
}

.slide-up {
	display: block;
	overflow: hidden;
}

.slide-up span {
	display: block;
	-webkit-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.centered-btn .btn-icon {
	padding-right: 32px;
}

.centered-btn .btn-icon-icon {
	top: -2px;
}

.img-bordered img {
	border-radius: 15px;
}

.img-full img {
	width: 100%;
	height: auto;
}

.sticky {
	position: sticky;
}

.title-keys p {
	font-size: 24px;
}

.section-content {
	padding: 70px 0 0 0;
}

.customer-circle {
	position: absolute;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	-webkit-transform: rotateZ(-97deg);
	-ms-transform: rotate(-97deg);
	transform: rotateZ(-97deg);
}

.customer-dot {
	top: 0;
	left: 8px;
	position: absolute;
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.customer-rev-dot {
	fill: var(--light-bg-color);
	stroke: var(--secondary-color);
}

.progress-circle {
	fill: none;
	stroke: var(--primary-color);
	stroke-width: 65px;
	stroke-dasharray: 2070;
	stroke-dashoffset: 2070;
}

.progress-circle.start {
	-webkit-animation: animCustomer 2s linear forwards;
	animation: animCustomer 2s linear forwards;
}

@-webkit-keyframes animCustomer {
	100% {
		stroke-dashoffset: 360;
	}
}

@keyframes animCustomer {
	100% {
		stroke-dashoffset: 360;
	}
}

.loading-item {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 50;
	width: 50%;
}

.loading-item.loading1 {
	background: var(--primary-color);
}

.loading-item.loading2 {
	background: var(--light-bg-color);
	left: 50%;
}

.section-title {
	padding: 110px 0 50px 0;
}

.page-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.page-cat-icon {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 14px;
}

.page-cat-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border-radius: 100px;
	color: var(--primary-color);
	font-weight: 500;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 17px 35px;
}

.page-title h1 {
	color: var(--primary-color);
	font-size: 80px;
	margin-bottom: 20px;
}

.page-title p {
	font-size: 24px;
	color: var(--primary-color);
}

.small-rotation {
	margin: 80px 40px 80px 40px !important;
	position: relative;
}

.small-rotation img {
	position: relative;
	z-index: 1;
	-webkit-transform: rotate(-17deg);
	-ms-transform: rotate(-17deg);
	transform: rotate(-17deg);
}

.pagination-link {
	background: #FFFFFF;
	border: 2px solid #F4F4F4;
	border-radius: 15px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.pagination-items li {
	margin: 0 10px;
}

.pagination-link.disabled {
	pointer-events: none;
	opacity: 0.7;
}

.pagination-items.style1 .pagination-link {
	border: 0;
	background: #F4F4F4;
}

.pagination-items.style1 .pagination-link.active,
.pagination-items.style1 .pagination-link:hover {
	background: var(--secondary-color);
	color: #fff;
}

.pagination-items.style2 .pagination-link {
	border: 0;
}

.pagination-items.style2 .pagination-link.active,
.pagination-items.style2 .pagination-link:hover {
	background: #F4F4F4;
}

.pagination-items.style2 {
	border: 2px solid #F4F4F4;
	border-radius: 15px;
	padding: 10px 0;
}

.pagination-link:hover,
.pagination-link.active {
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.pagination-link.active {
	pointer-events: none;
}

.pagination .page-numbers {
	color: var(--primary-color);
	width: 50px;
	height: 50px;
	display: flex;
	border: 2px solid #F4F4F4;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	margin: 0 10px;
	font-size: 20px;
	text-decoration: none;
	font-weight: 500;
	transition: .2s;
}

.pagination .page-numbers.current {
	border-color: var(--primary-color);
}

.pagination a.page-numbers:hover {
	border-color: var(--secondary-color);
	background: var(--secondary-color);
	color: var(--dark-txt-color);
}

.title-default {
	color: var(--primary-color);
	font-size: 40px;
	margin: 0;
	font-weight: 500;
}

.title-default.title-small {
	font-size: 40px;
	line-height: 48px;
}

.title-light {
	color: var(--light-bg-color);
}

.subtitle-default {
	color: var(--primary-color);
	font-size: 25px;
	margin: 15px 0 0 0;
	font-weight: 500;
}

.subtitle-light {
	color: var(--light-bg-color);
}

.btn {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}

.btn-primary {
	background: var(--tigon-button-bg-color);
	border-radius: 100px;
	color: var(--tigon-button-text-color);
	padding: 15px 29px;
	font-size: 16px;
	border: 1px solid var(--tigon-button-bg-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-weight: 500;
}

.btn-primary:hover {
	background: var(--tigon-button-hover-bg-color);
	border-color: var(--tigon-button-hover-bg-color);
	color: var(--tigon-button-text-color);
}

.btn-text {
	padding: 0;
	font-weight: 500;
	color: var(--primary-color);
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-size: 24px;
}

.btn-text span {
	margin-left: 9px;
}

.btn-text-small {
	font-size: 16px;
}

.btn-icon {
	position: relative;
}

.btn-icon-icon {
	position: absolute;
	top: -10px;
	right: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-icon:hover .btn-icon-icon {
	top: -15px;
	right: -5px;
}

.btn-circle {
	background: #fff;
	border-radius: 100%;
	width: 71px;
	height: 71px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 4px;
}

.btn-circle svg {
	width: 16px;
}

.btn-right-icon:hover svg {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.btn-video-play {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	text-align: left;
	position: relative;
	padding-right: 22px;
	outline: none;
}

.btn-video-play .btn-video-icon {
	width: 58px;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 5px;
	margin-right: 13px;
}

.btn-video-play:hover {
	color: #000;
}

.btn-video-play .btn-video-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100px;
	width: 58px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-video-text {
	position: relative;
}

.btn-video-play .btn-video-icon svg {
	position: relative;
}

.btn-video-play:hover .btn-video-icon:before {
	width: 100%;
}

.btn-right-icon svg {
	margin-left: 12px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-primary2 {
	background: var(--light-bg-color);
	width: 100%;
	border-radius: 9px;
	color: var(--primary-color);
	font-size: 14px;
	padding: 16px 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-full {
	background: #DFF5EF;
	width: 100%;
	border-radius: 9px;
	color: var(--primary-color);
	font-size: 14px;
	padding: 16px 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-full {
}

.btn-primary2:hover {
	background: #c8dfd9;
}

.btn-outline {
	border-radius: 100px;
	color: var(--primary-color);
	padding: 15px 29px;
	font-size: 16px;
	border: 1px solid var(--primary-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-weight: 500;
}

.btn-outline:hover {
	-webkit-box-shadow: 0 0 0 1.5px var(--primary-color) inset;
	box-shadow: 0 0 0 1.5px var(--primary-color) inset;
}

.btn-more {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.btn-more svg {
	width: 8px;
	height: auto;
}

.btn-more:hover svg {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.btn-light.btn-text {
	background: transparent;
	border: 0;
	color: #fff;
	margin-top: 20px;
}

.btn-light.btn-text svg path {
	fill: #fff;
}

.btns {
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.title-before {
	font-size: 25px;
	color: var(--secondary-color);
	margin-bottom: 20px;
}

.centered-btn {
	margin-top: 50px;
	text-align: center;
}

.mb-30 {
	margin-bottom: 30px;
}

/*=========================
	2. HEADER css
===========================*/
.page-header {
	background: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
}

.page-header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	opacity: 0.1;
	background: var(--primary-color);
}

.page-header.dark-back {
	background: var(--primary-color);
}

.page-header.dropdown-open {
	background: #f5f6f6 !important;
}

.page-header.blue-back {
	background: var(--light-bg-color);
}

.page-header.dark-back:after {
	background: var(--secondary-color);
}

.page-header.light-content .logo-text-text {
	color: #fff;
}

.page-header.light-content .menu .menu-link {
	color: var(--light-bg-color);
}

.page-header.light-content .menu .menu-link:before {
	background: var(--light-bg-color);
}

.page-header.light-content .has-dropdown svg path, .page-header.light-content .menu-item-has-children svg path {
	fill: var(--light-bg-color) !important;
}

.has-dropdown span {
	margin-left: 7px;
}

.page-header.light-content .toggler-line {
	background: var(--light-bg-color);
}

.page-header.dark-content .logo-text-text,
.page-header.dropdown-open .logo-text-text {
	color: var(--primary-color);
}

.page-header.dark-content .menu .menu-link,
.page-header.dropdown-open .menu .menu-link {
	color: var(--primary-color);
}

.page-header.dark-content .menu .menu-link:before,
.page-header.dropdown-open .menu .menu-link:before {
	background: var(--primary-color);
}

.page-header.dark-content .has-dropdown svg path,
.page-header.dropdown-open .has-dropdown svg path,
.page-header.dark-content .menu-item-has-children svg path,
.page-header.dropdown-open .menu-item-has-children svg path {
	fill: var(--primary-color) !important;
}

.page-header.dark-content .toggler-line,
.page-header.dropdown-open .toggler-line {
	background: var(--primary-color);
}

.page-header .row > div {
	position: static;
}

.page-header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.page-header.burger-menu-active .mega-menu {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
}

.page-header-menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-dropdown-inner {
	position: absolute;
	left: calc(100% + 2px);
	top: 0;
	z-index: 3;
	-webkit-box-shadow: 0px 6px 15px -2px #0000002e;
	box-shadow: 0px 6px 15px -2px #0000002e;
	border-radius: 5px;
	overflow: hidden;
	padding: 11px 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	width: 190px;
}

.menu-dropdown-links .menu-dropdown-links {
	left: calc(100% + 4px);
	top: 0;
}

.menu-dropdown-links .has-dropdown-links:hover + .menu-dropdown-links {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.page-header-menu .menu li.menu-item-type-custom {
	position: static;
}

.menu-dropdown-links a.has-dropdown-links:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 12px;
}

.menu-dropdown-links {
	position: absolute;
	top: 78px;
	left: 0;
	width: 190px;
	z-index: 3;
	-webkit-box-shadow: 0px 6px 15px -2px #0000002e;
	box-shadow: 0px 6px 15px -2px #0000002e;
	border-radius: 5px;
	padding: 11px 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.has-dropdown-links.menu-link:after {
	content: "";
	position: absolute;
	top: 100%;
	left: -20px;
	right: 0;
	height: 25px;
	width: 190px;
	opacity: 0;
	visibility: hidden;
}

.has-dropdown-links.menu-link:hover:after {
	opacity: 1;
	visibility: visible;
}

.has-dropdown-links.menu-link:hover + .menu-dropdown-links,
.menu-dropdown-links:hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.menu-dropdown-links a {
	color: #0F2D32;
	text-decoration: none;
	padding: 10px 24px;
	border-bottom: 1px solid #fff;
	width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background: #FFF;
	font-weight: 500;
}

.page-header-menu .menu .menu-dropdown-links li {
	padding: 0;
	position: relative;
}

.menu-dropdown-links li:last-child a {
	border-bottom: 0;
}

.menu-dropdown-links a:hover {
	background: #F5F5F5;
}

.page-header-menu .menu-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 87px;
	background: #f5f6f6;
	z-index: 3;
	padding: 35px 0 20px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-header-menu .menu-dropdown.show {
	opacity: 1;
	visibility: visible;
}

.page-header-menu .menu-dropdown-title {
	font-size: 40px;
	color: var(--primary-color);
	margin-top: 20px;
	margin-bottom: 30px;
}

.page-header-menu .menu-dropdown-btn {
	padding: 13px 30px;
	display: inline-block;
}

.page-header-menu .menu-dropdown-item {
	background: #fff;
	border-radius: 15px;
	padding: 20px 25px;
	margin-bottom: 20px;
	display: block;
	text-decoration: none;
}

.page-header-menu .menu-dropdown-item:hover h4 {
	text-decoration: underline;
}

.page-header-menu .menu-dropdown-item .dropdown-item-text {
	padding: 0;
}

.page-header-menu .menu-dropdown-item .dropdown-item-text h4 {
	margin-bottom: 12px;
	font-size: 25px;
	color: var(--primary-color);
}

.page-header-menu .menu-dropdown-item .dropdown-item-text p {
	margin: 0;
	font-size: 16px;
	color: var(--primary-color);
}

.page-header-menu .menu-dropdown-item .dropdown-item-img {
	margin-left: -11px;
	margin-bottom: 10px;
}

.page-header-menu .menu li {
	padding: 30px 20px;
	position: relative;
}

.page-header-menu .menu .has-dropdown svg path, .page-header-menu .menu .menu-item-has-children svg path {
	fill: var(--primary-color);
}

.page-header-menu .menu .menu-link {
	display: block;
	color: var(--primary-color);
	font-size: 18px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
}

.page-header-menu .menu .menu-link svg,
.page-header-menu .menu .menu-link svg path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.page-header-menu .menu .menu-link.active svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-header-menu .menu .menu-link::before {
	content: '';
	position: absolute;
	bottom: 0%;
	left: 0px;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	display: block;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.page-header-menu .menu .menu-link:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.logo-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.logo-text-shape {
	background: var(--secondary-color);
	width: 23px;
	height: 23px;
	border-radius: 100%;
	display: block;
	margin-right: 10px;
}

.logo-text-text {
	font-size: 20px;
	text-transform: uppercase;
	color: var(--primary-color);
	line-height: 1;
	font-weight: 500;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.toggler {
	margin-left: 40px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 11;
	position: relative;
}

.toggler-line {
	width: 60px;
	height: 1px;
	background: var(--primary-color);
	margin-bottom: 11px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.toggler-line:last-child {
	margin-bottom: 0;
}

.toggler.active .toggler-line {
	background: var(--primary-color);
}

.toggler.active .toggler-line.line-1 {
	-webkit-transform: translate(0px, 6px);
	-ms-transform: translate(0px, 6px);
	transform: translate(0px, 6px);
}

.toggler.active .toggler-line.line-2 {
	-webkit-transform: translate(0px, -6px);
	-ms-transform: translate(0px, -6px);
	transform: translate(0px, -6px);
}

.mega-menu {
	position: fixed;
	height: 100vh;
	background: rgba(255, 255, 255, 0.95);
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
	z-index: 10;
	right: 0;
	left: 50%;
	padding: 120px 0 0 70px;
	-webkit-transform: translate(110%, 0px);
	-ms-transform: translate(110%, 0px);
	transform: translate(110%, 0px);
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	overflow-y: auto;
}

.mega-menu-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mega-menu-menu .menu {
	display: block;
}

.mega-menu-menu .menu li {
	padding: 0 !important;
}

.mega-menu-item {
	width: 50%;
	padding-bottom: 40px;
}

.mega-menu-title {
	color: var(--primary-color);
	font-size: 16px;
	margin-bottom: 40px;
}

.mega-menu-menu li:not(:last-child) {
	margin-bottom: 30px;
}

.mega-menu-menu a {
	color: var(--primary-color);
	font-size: 25px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.mega-menu-menu a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	display: block;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.mega-menu-menu a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.mega-menu-menu.larger a {
	font-size: 40px;
}

.mega-menu-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mega-menu-bottom {
	padding: 70px 0;
	border-top: 1px solid #00000014;
}

.mega-menu-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mega-menu-info-right {
	margin-left: 30px;
}

.mega-menu-info-right p {
	color: var(--primary-color);
	font-size: 16px;
	margin-bottom: 11px;
}

.mega-menu-info-right a {
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 500;
}

.logo-img {
	position: relative;
	z-index: 11;
}

.logo-img .logo-dark {
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.logo-img .logo-light {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.page-header.dark-back .logo-img .logo-dark {
	opacity: 0;
}

.page-header.dark-back .logo-img .logo-light {
	opacity: 1;
}

.dropdown-open .logo-img .logo-light {
	opacity: 0 !important;
}

.dropdown-open .logo-img .logo-dark {
	opacity: 1 !important;;
}

.mega-menu-menu.larger .sub-menu a {
	font-size: 25px;
}

.page-header-menu .menu .sub-menu li {
	margin-top: 10px;
	margin-bottom: 0;
}

.mega-menu-menu.larger .menu-item-has-children a svg path {
	fill: var(--primary-color) !important;
}

.mega-menu-menu.larger .menu-item-has-children .icon {
	margin-left: 7px;
}

.page-header-menu .menu li.menu-item-has-children span {
	margin-left: 7px;
	transition: .2s;
	width: 10px;
	height: auto;
}

.mega-menu-menu .menu .menu-item-has-children .sub-menu {
	display: none;
}

.mega-menu-menu .menu .menu-item-has-children.active a svg {
	transform: rotate(-180deg);
}

.page-header .header__main-nav > .menu .sub-menu {
	position: absolute;
	top: 78px;
	left: 0;
	z-index: 3;
	box-shadow: 0px 6px 15px -2px #0000002e;
	border-radius: 5px;
	padding: 11px 0;
	background: var(--primary-txt-color);
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	transform: translateY(10px);
	width: 250px;
}

.page-header .header__main-nav > .menu .menu-item-has-children:hover > .sub-menu, .page-header.light-content .header__main-nav > .menu .sub-menu:hover {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.page-header .header__main-nav > .menu .sub-menu li {
	padding: 0;
	margin: 0;
	position: relative;
}

.page-header .header__main-nav > .menu .sub-menu a {
	color: var(--primary-color);
	text-decoration: none;
	padding: 10px 24px;
	border-bottom: 0;
	width: 100%;
	transition: .2s;
	font-weight: 500;
}

.page-header .header__main-nav > .menu .sub-menu a:before {
	display: none;
}

.page-header .header__main-nav > .menu .sub-menu a:hover {
	background: #F5F5F5;
}

.page-header .header__main-nav > .menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

/*=========================
	9. NEWS css
===========================*/
.section-blog-header {
	padding: 80px 0;
}

.blog-block-title {
	font-size: 80px;
	color: var(--primary-color);
	margin: 0;
	top: 100px;
	max-width: 700px;
}

.blog-block-title u {
	border-bottom: 3px solid;
	text-decoration: none;
	display: inline-block;
}

.blog-item {
	margin-bottom: 40px;
	text-decoration: none;
	display: block;
}

.blog-item:hover {
	text-decoration: none;
}

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

.blog-item:hover .blog-text h4 {
	text-decoration: underline;
}

.blog-img {
	overflow: hidden;
	border-radius: 15px;
}

.blog-img img {
	width: 100%;
	height: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.blog-text h4 {
	color: var(--primary-color);
	font-size: 20px;
	margin-top: 30px;
	display: block;
	overflow-wrap: break-word;
}

.blog-text-keys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.blog-text-keys p {
	margin: 0;
	font-size: 16px;
	color: var(--primary-color);
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
}

.blog-text-keys p:after {
	content: "";
	width: 4px;
	height: 4px;
	background: var(--primary-color);
	display: inline-block;
	margin-left: 15px;
	border-radius: 100%;
}

.blog-text-keys p:last-child {
	margin-right: 0;
}

.blog-text-keys p:last-child:after {
	display: none;
}

.recent-blogs {
	padding-top: 30px;
}

.recent-blogs h3 {
	font-size: 24px;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.recent-blogs .blog-item:last-child {
	margin-bottom: 0;
}

.section-blog-title {
	padding-top: calc(var(--tigon-padding-top) / 2);
	margin-bottom: var(--tigon-padding-bottom);
	padding-bottom: calc(var(--tigon-padding-bottom) / 2);
}

.section-blog-title h2 {
	font-size: 80px;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.section-blog-title h2:last-child {
	margin-bottom: 0;
}

.text-dotted {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text-dotted p {
	margin: 0;
	margin-top: 0 !important;
	font-size: 16px;
	color: var(--primary-color);
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-dotted p:after {
	content: "";
	width: 4px;
	height: 4px;
	background: var(--primary-color);
	display: inline-block;
	margin-left: 15px;
	border-radius: 100%;
}

.text-dotted p:last-child {
	margin-right: 0;
}

.text-dotted p:last-child:after {
	display: none;
}

.blog-content {
	padding-right: 30px;
}

.blog-content p {
	font-size: 20px;
	color: var(--primary-color);
	line-height: 33px;
}

.blog-content h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
}

.blog-content blockquote {
	font-size: 30px;
	border-left: 3px solid var(--secondary-color);
	padding-left: 30px;
	margin: 40px 0;
	font-weight: 500;
	color: var(--primary-color);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	overflow: hidden;
}

.widget {
	margin-bottom: 50px;
}

.widget.widget_categories {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.widget.widget_categories nav {
	margin-top: 40px;
}

.widget.widget_categories nav ul li {
	margin-bottom: 15px;
}

.widget.widget_categories nav ul li:last-child {
	margin-bottom: unset;
}

.widget.widget_categories nav ul li a {
	padding: 20px 28px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background-color: transparent;
	border-radius: 59.5px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
}

.widget.widget_categories nav ul li a:hover {
	color: var(--dark-txt-color);
	background-color: var(--primary-color);
}

ul.bs-post-tags li {
	display: inline-block;
	margin-right: 15px;
}

ul.bs-post-tags li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 28px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background-color: transparent;
	border-radius: 59.5px;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.02em;
}

ul.bs-post-tags li a:hover {
	color: var(--dark-txt-color);
	background-color: var(--primary-color);
}

ul.bs-post-tags li:last-child {
	margin-right: unset;
}

.categories h4 {
	margin-bottom: 30px;
}

.category-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.category-btns li {
	margin-right: 10px;
	margin-bottom: 14px;
}

.category-btns a {
	color: var(--primary-color);
	font-size: 16px;
	border: 1px solid var(--primary-color);
	border-radius: 100px;
	padding: 11px 27px;
	font-weight: 500;
}

/*=========================
	10. FOOTER css
===========================*/
.page-footer {
	background: #F4F4F4;
}

.footer-top {
	padding: 60px 0 50px 0;
}

.footer-bottom {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid rgba(var(--main-color) / 0.1);
}

.footer-rights p {
	margin: 0;
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 500;
}

.footer-terms a {
	font-size: 16px;
	margin: 0;
}

.footer-logo .logo-text-text {
	color: #000;
}

.footer-info p {
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.footer-info a {
	margin-top: 20px;
	color: var(--primary-color);
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
}

.footer-menu a {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 500;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.footer-menu a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--primary-color);
	display: block;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.footer-menu a:hover::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.footer-menu li:not(:last-child) {
	margin-bottom: 22px;
}

.footer-subscription {
	margin-top: 40px;
}

/*=========================
	12. CONTACT css
===========================*/
.mc4wp-form .mc4wp-form-fields,
.footer-subscription .form-subscription {
	max-width: 350px;
	position: relative;
	border: 1px solid var(--primary-color);
	border-radius: 15px;
}

.mc4wp-form .mc4wp-response {
	margin-top: 5px;
}

.mc4wp-form input,
.footer-subscription input {
	width: 100%;
	background: #FFFFFF;
	border-radius: 15px;
	height: 70px;
	padding-left: 22px;
	border: 2px solid #fff;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	color: var(--primary-color);
}

.mc4wp-form input::-webkit-input-placeholder,
.footer-subscription input::-webkit-input-placeholder {
	color: rgba(var(--main-color) / 0.35);
	font-size: 20px;
	font-weight: 500;
}

.mc4wp-form input::-ms-input-placeholder,
.footer-subscription input::-ms-input-placeholder {
	color: rgba(var(--main-color) / 0.35);
	font-size: 20px;
	font-weight: 500;
}

.mc4wp-form input::-moz-placeholder,
.footer-subscription input::-moz-placeholder {
	color: rgba(var(--main-color) / 0.35);
	font-size: 20px;
	font-weight: 500;
}

.mc4wp-form input:-ms-input-placeholder,
.footer-subscription input:-ms-input-placeholder {
	color: rgba(var(--main-color) / 0.35);
	font-size: 20px;
	font-weight: 500;
}

.mc4wp-form input::placeholder,
.footer-subscription input::placeholder {
	color: rgba(var(--main-color) / 0.35);
	font-size: 20px;
	font-weight: 500;
}

.mc4wp-form input:focus,
.footer-subscription input:focus {
	outline: none;
	border: 2px solid var(--primary-color);
}

.mc4wp-form button[type="submit"],
.footer-subscription button[type="submit"] {
	position: absolute;
	background: #F4F4F4;
	border: 0;
	right: 14px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.author-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.author-block .author-more {
	color: #fff;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
}

.author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.author-info .img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.author-info .text {
	margin-left: 17px;
}

.author-info .text h4 {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 4px;
}

.author-info .text p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

/*=========================
	16. PRICES css
===========================*/
.price-item {
	border-radius: 20px;
	background: #F4F4F4;
	padding: 30px 30px;
}

.price-title h3 {
	margin-bottom: 4px;
	color: var(--primary-color);
	font-weight: 600;
}

.price-title p {
	margin: 0;
	color: var(--primary-color);
	font-weight: 400;
}

.price-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(var(--main-color) / 10%);
	padding-bottom: 25px;
}

.price-cost {
	font-size: 36px;
	font-weight: 600;
	color: var(--primary-color);
}

.price-body {
	border-bottom: 1px solid rgba(var(--main-color) / 10%);
	padding: 25px 0;
}

.price-footer {
	padding-top: 30px;
}

.price-include li {
	font-size: 16px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 17px;
}

.price-include li .price-include-icon {
	margin-right: 5px;
}

.price-include li:last-child {
	margin-bottom: 0;
}

.price-item-dark {
	background: var(--primary-color);
}

.price-item-dark .price-title h3 {
	color: #fff;
}

.price-item-dark .price-title p {
	color: #fff;
}

.price-item-dark .price-cost {
	color: #fff;
}

.price-item-dark .price-header {
	border-bottom-color: rgb(255 255 255 / 10%);
}

.price-item-dark .price-include li {
	color: #fff;
}

.price-item-dark .price-body {
	border-bottom-color: rgb(255 255 255 / 10%);
}

.price-item-dark .price-include-icon path {
	fill: #fff;
}

/* Custom styles */
.wpcf7-not-valid-tip {
	position: absolute;
	top: calc(110% + -2px);
}

.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 -10px 0px;
	padding: 0;
	border: 0;
}

.comment-form textarea {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #0F2D32;
	border: none;
	border-bottom: 1px solid #0F2D32;
	width: 100%;
	padding-bottom: 15px;
}

.contact-form .wpcf7-submit {
	height: auto;
	width: auto;
	background: #04cb94;
	border-color: #04cb94;
}

.contact-form .form-row:last-child {
	margin-bottom: 0;
}

/*=========================
  17. Comment css
===========================*/
.comment-form input {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #0F2D32;
	border: none;
	border-bottom: 1px solid #0F2D32;
	width: 100%;
	padding-bottom: 15px;
}

.comment-form .submit {
	background: var(--tigon-button-bg-color);
	border-radius: 100px;
	color: var(--tigon-button-text-color);
	padding: 15px 29px;
	font-size: 16px;
	border: 1px solid var(--tigon-button-bg-color);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-weight: 500;
	width: auto;
}

.comment-form label {
	display: none;
}

.comment-form-email {
	width: 50%;
	float: left;
	padding-right: 30px;
}

.comment-form-url {
	width: 50%;
	float: left;
}

.comment-form p {
	margin-bottom: 30px;
}

.comment-form-cookies-consent {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.comment-form-cookies-consent label {
	display: inline-block;
	letter-spacing: -0.02em;
	color: #0F2D32;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	margin-right: 13px
}

.comment-reply-title {
	margin-top: 40px;
	margin-bottom: 20px;
}

.comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 0;
}

.comment-body .img-thumbnail {
	min-width: 60px;
	height: 60px;
	padding: 0;
	border: 0;
	border-radius: 100%;
	overflow: hidden;
	background: transparent;
	max-width: unset !important;
	margin-right: 20px;
}

.comment-block .comment-by a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
}

.comment-block p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}

.comments-area .comment, .comments-area .children {
}

.comments-area .comments-title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 25px;
}

.comments-area .comment-by,
.comments-area .comment-block {
	width: 100%;
}

.comment-form .submit:hover {
	background: var(--tigon-button-hover-bg-color);
	border-color: var(--tigon-button-hover-bg-color);
	color: var(--tigon-button-text-color);
}

.comment-form .logged-in-as a:hover {
	color: var(--tigon-button-hover-bg-color);
}

.comments-area .comment-by .pt-right {
	float: right;
}

.comments-area .comment-by .pt-right a {
	color: var(--tigon-button-bg-color);
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 10px;
}

.single-post a#cancel-comment-reply-link {
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	color: var(--secondary-color);
}

.comment-form .logged-in-as a {
	color: var(--tigon-button-bg-color);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.comment-form p.form-submit {
	margin-bottom: 0;
}

.comments-area .comment-by .pt-right a:hover {
	color: var(--tigon-button-hover-bg-color);
}

.comment-list .children .comment {
	border-bottom: 1px solid #dadada;
}

.comments-area .children .comment:not(:first-child) {
	border: 0;
}

.comments-area .children {
	padding-left: 40px;
}

.comment-body .img-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment-block .date {
	font-size: 14px;
	color: #989898;
}

.comment-respond {
	padding-bottom: 40px;
	border-bottom: 0;
}

.children .comment-respond {
	border-bottom: 0;
	border-top: 1px solid #dfdfdf;
}

.comment-list {
	position: relative;
}

.comment-list > * {
	border-top: 1px solid #dadada;
}

.comment-list .children .comment:last-child {
	border-bottom: 0;
}

/*=========================
  16. 404 css
===========================*/
.error_page_item {
	text-align: center;
	padding: 100px;
}

.error_page_img {
	width: auto;
	margin-top: -3.5%;
}

.error_page_item h2 {
	font-size: 74px;
	font-weight: bold;
	line-height: 60px;
}

.error_page_item p {
	font-size: 24px;
}

/*=========================
  17. Additional css
===========================*/
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 20%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

/*=========================
  17. Search results not found
===========================*/
.no-results {
	padding: 50px 0;
	margin-bottom: 70px;
}

.no-results .page-title {
	font-size: 80px;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.no-results .page-content p {
	font-size: 20px;
	color: var(--primary-color);
}

.single .banner-text h1 {
	font-size: 77px;
	margin-bottom: 20px;
}

.single .banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single .banner-img {
	height: 100%;
}

.single .text-dotted p {
	font-size: 24px;
}

.section-news-recently .blog-item {
	margin-bottom: 0;
}

body.disable-scroll {
	height: 100%;
	overflow: hidden;
}

.tigon-pagination-section {
	margin-bottom: var(--tigon-padding-bottom);
	margin-top: calc(var(--tigon-padding-bottom) / 2);
}

.pagination {
	margin: 0 !important;
}

.pagination .page-numbers.next:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
	width: 10px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination .page-numbers.prev:after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z'/%3E%3C/svg%3E");
	width: 10px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 767px) {
    .tigon-padding-top {
        padding-top: var(--tigon-mobile-padding-top) !important;
    }
    .tigon-padding-bottom {
        padding-bottom: var(--tigon-mobile-padding-bottom) !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .tigon-padding-top {
        padding-top: var(--tigon-tablet-padding-top) !important;
    }
    .tigon-padding-bottom {
        padding-bottom: var(--tigon-tablet-padding-bottom) !important;
    }
}
@media screen and (min-width: 992px) {
    .tigon-padding-top {
        padding-top: var(--tigon-padding-top) !important;
    }
    .tigon-padding-bottom {
        padding-bottom: var(--tigon-padding-bottom) !important;
    }
}
.tigon-no-padding-top {
    padding-top: 0 !important;
}
.tigon-no-padding-bottom {
    padding-bottom: 0 !important;
}