/*!
Theme Name: tna360
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tna360
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

:root,
[data-bs-theme=light] {
	--bs-primary: #68BD4B;
	--bs-primary-rgb: 104, 189, 75;
	--bs-primary-text-emphasis: #2A4C1E;
	--bs-primary-bg-subtle: #E1F2DB;
	--bs-primary-border-subtle: #C3E5B7;
	--bs-secondary: #2ABFC4;
	--bs-secondary-rgb: 42, 191, 196;
	--bs-secondary-text-emphasis: #114C4E;
	--bs-secondary-bg-subtle: #D4F2F3;
	--bs-secondary-border-subtle: #AAE5E7;
	--bs-dark: #000000;
	--bs-dark-rgb: 0, 0, 0;
	--bs-dark-text-emphasis: #000000;
	--bs-dark-bg-subtle: #CCCCCC;
	--bs-dark-border-subtle: #999999;
	--bs-body-color: #000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(0, 0, 0, 0.75);
	--bs-secondary-color-rgb: 0, 0, 0, 0.75;
	--bs-tertiary-color: rgba(0, 0, 0, 0.5);
	--bs-tertiary-color-rgb: 0, 0, 0, 0.5;
	--bs-body-bg: #F0F0F0;
	--bs-body-bg-rgb: 240, 240, 240;
	--bs-body-font-family: Montserrat, sans-serif;
	--bs-body-font-size: 100%;
	--bs-border-width: 3px;
	--bs-border-width: 1px
}

.btn-primary {
	--bs-btn-color: #000000;
	--bs-btn-bg: #68BD4B;
	--bs-btn-border-color: #68BD4B;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #7FC766;
	--bs-btn-hover-border-color: #77C45D;
	--bs-btn-focus-shadow-rgb: 16, 28, 11;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #86CA6F;
	--bs-btn-active-border-color: #77C45D;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #68BD4B;
	--bs-btn-disabled-border-color: #68BD4B
}

.btn-outline-primary {
	--bs-btn-color: #68BD4B;
	--bs-btn-border-color: #68BD4B;
	--bs-btn-focus-shadow-rgb: 104, 189, 75;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #68BD4B;
	--bs-btn-hover-border-color: #68BD4B;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #68BD4B;
	--bs-btn-active-border-color: #68BD4B;
	--bs-btn-disabled-color: #68BD4B;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #68BD4B
}

.btn-secondary {
	--bs-btn-color: #000000;
	--bs-btn-bg: #2ABFC4;
	--bs-btn-border-color: #2ABFC4;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #4AC9CD;
	--bs-btn-hover-border-color: #3FC5CA;
	--bs-btn-focus-shadow-rgb: 6, 29, 29;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #55CCD0;
	--bs-btn-active-border-color: #3FC5CA;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #2ABFC4;
	--bs-btn-disabled-border-color: #2ABFC4
}

.btn-outline-secondary {
	--bs-btn-color: #2ABFC4;
	--bs-btn-border-color: #2ABFC4;
	--bs-btn-focus-shadow-rgb: 42, 191, 196;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #2ABFC4;
	--bs-btn-hover-border-color: #2ABFC4;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #2ABFC4;
	--bs-btn-active-border-color: #2ABFC4;
	--bs-btn-disabled-color: #2ABFC4;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #2ABFC4
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #000000;
	--bs-btn-border-color: #000000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-focus-shadow-rgb: 217, 217, 217;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #000000;
	--bs-btn-disabled-border-color: #000000
}

.btn-outline-dark {
	--bs-btn-color: #000000;
	--bs-btn-border-color: #000000;
	--bs-btn-focus-shadow-rgb: 0, 0, 0;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000000;
	--bs-btn-hover-border-color: #000000;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000000;
	--bs-btn-active-border-color: #000000;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #000000
}

.swiper-button-next:after,
.swiper-button-prev:after,
section#shadow-host-companion {
	display: none
}

.vdo {
	margin: auto;
	aspect-ratio: 15/9;
	height: auto
}

iframe,
img {
	max-width: 100%
}

.h4,
h4 {
	font-size: 1.25rem
}

.h5,
h5 {
	font-size: 1rem
}

.btn {
	font-size: .875rem;
	padding: .65rem 1.5rem;
	border-radius: 100px;
	font-weight: 700;
	background-origin: border-box;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .25), inset 0 4px 24px rgba(255, 255, 255, .25);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.btn-primary {
	color: #fff;
	background: linear-gradient(to right, #2abfc4 0, #68bd4b 99%);
	border-color: transparent;
	animation: 15s infinite btn-gradient;
	background-size: 200% 200%;
	--bs-btn-hover-color: #ffffff
}

.btn-lg {
	font-size: 1rem;
	padding: .8rem 3rem
}

.btn-sm {
	padding: .29rem 1rem;
	font-size: .813rem
}

.box-shadow-xl {
	box-shadow: 0 50px 100px rgba(0, 0, 0, .05), 0 40px 80px rgba(0, 0, 0, .05), 0 30px 60px rgba(0, 0, 0, .05), 0 200px 40px rgba(0, 0, 0, .05), 0 10px 20px rgba(0, 0, 0, .05)
}

.box-shadow {
	box-shadow: 0 25px 50px rgba(0, 0, 0, .05), 0 20px 40px rgba(0, 0, 0, .05), 0 15px 30px rgba(0, 0, 0, .05), 0 10px 20px rgba(0, 0, 0, .05), 0 5px 10px rgba(0, 0, 0, .05)
}

.header-top span {
	font-size: .875rem;
	font-weight: 500
}

section {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.navbar {
	border-radius: 36px
}

.nav-item a {
	color: #000;
	font-weight: 500;
	margin-left: 10px
}

.banner-main p {
	max-width: 600px;
	margin: auto
}

.banner-main {
	position: relative
}

.banner-stats {
	border-radius: 48px;
	position: relative
}

.dash-img {
	border-radius: 15px;
	background-color: #fff;
	height: 100%;
	padding: 30px 15px 15px;
	position: relative;
	margin-bottom: 1.5rem
}

@media (min-width:992px) {
	.banner-img-fst {
		position: absolute;
		bottom: 0;
		left: 30px
	}

	.banner-img-scd {
		position: absolute;
		right: 60px;
		bottom: 0
	}

	.banner-stats {
		border-radius: 100px
	}

	.stats-item {
		padding: 1.5rem 0;
		border-right: 1px solid #dbdbdb
	}
}

.dash-img:after {
	content: "";
	background-image: url("../../assets/img/dots.png");
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
	position: absolute;
	top: 8px
}

.rotating {
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: 1s;
	-webkit-transition-delay: now;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite
}

.scr-img {
	border-radius: 40px;
	border: 8px solid #000;
	padding-top: 60px;
	position: relative;
	max-height: 480px;
	background-color: #fff;
	overflow: hidden;
	aspect-ratio: 9/18;
	margin: 1rem auto
}

.scr-img:before {
	border-radius: 100px;
	width: 80px;
	height: 25px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 10px;
	content: "";
	transform: translateX(-50%)
}

.dashboard-wrapper {
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden
}

.dash-item {
	padding: 1.5rem;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	height: 100%
}

.dashboard-wrapper .row>:nth-last-child(-n+4) {
	border-bottom: none
}

.blog {
	border-radius: 15px;
	background-color: #fff;
	margin-bottom: 1rem;
	overflow: hidden;
	height: 100%
}

.blog-meta {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between
}

.blog-content {
	padding: 1.5rem 1.5rem 0
}

.choose-wrapper {
	background-color: #fff;
	border-radius: 30px;
	padding-top: 1.5rem
}

.form-control {
	border: none;
	background-color: #fff;
	border-radius: 15px;
	display: inline;
	padding: 10px
}

.txt-sty {
	background-color: #fff;
	border-radius: 15px;
	display: inline;
	width: calc(100% - 10px);
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px
}

.consult-form {
	max-width: 720px;
	margin: auto
}

.ftr-item img {
	width: 130px
}

.ftr-btm {
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 20px
}

.industries-item {
	width: 180px;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto
}

.industries-item img {
	object-fit: cover
}

.swiper-button-next,
.swiper-button-prev {
	top: 50%;
	width: 40px;
	height: 40px
}

.partner-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 868px;
	margin: auto;
	text-align: center
}

.navbar-nav {
	font-size: .875rem
}

.navbar-brand {
	margin-right: 0
}

.logo {
	max-width: 100px;
	padding: 10px
}

.banner-images {
	display: flex;
	align-items: flex-end;
	justify-content: center
}

.banner-img-fst {
	max-width: 150px
}

.banner-img-scd {
	max-width: 100px
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2.25rem
	}

	.h3,
	h3 {
		font-size: 1.5rem
	}

	section {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.scr-img {
		max-height: 780px
	}

	.navbar-nav {
		font-size: 1rem
	}

	.banner-img-fst {
		max-width: 200px
	}

	.banner-img-scd {
		max-width: 150px
	}
}

@media (min-width:1400px) {

	.h1,
	h1 {
		font-size: 3rem
	}

	.banner-img-fst,
	.banner-img-scd {
		max-width: none
	}
}

.highlight {
	position: relative;
	display: inline-block
}

.highlight:after {
	position: absolute;
	background-image: url(../../assets/img//Line.png);
	bottom: -5px;
	height: 10px;
	width: 100%;
	display: block;
	background-size: contain;
	content: ""
}

.stats-item {
	padding: 1rem
}

.navbar-toggler {
	border: none
}

.btn:hover,
.navbar-toggler:focus {
	box-shadow: none
}

.circle-btn {
	border-radius: 50%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .25);
	display: block;
	background: #fff;
	border: 1px solid #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

body:before {
	content: "";
	width: 300px;
	height: 300px;
	background: #2abfc4;
	position: fixed;
	filter: blur(200px);
	opacity: .5;
	z-index: -1
}

body:after {
	content: "";
	width: 300px;
	height: 300px;
	background: #68bd4b;
	position: fixed;
	filter: blur(200px);
	opacity: .5;
	z-index: -1;
	bottom: 0;
	right: 0
}

.mesh {
	position: fixed !important;
	right: 30px;
	top: 20%;
	z-index: -1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: var(--bs-dark)
}

.blogs {
	row-gap: 1.5rem
}

a {
	color: var(--bs-secondary);
	text-decoration: none
}

.circle-btn:hover {
	background-color: var(--bs-dark);
	color: var(--bs-light) !important
}

.blog-img img {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.blog-img {
	overflow: hidden
}

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