/*!
Theme Name: Unplugged
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: unplugged
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@property --progress {
	syntax: '<integer>';
	inherits: true;
	initial-value: 0;
}

@keyframes load {
	to {
		--progress: var(--value)
	}
}

@keyframes background_animation {
	from {
		background-size: 100%;
	}

	to {
		background-size: 110%;
	}
}

@keyframes ripple {
	from {
		opacity: 1;
		transform: scale3d(1, 1, 1);
		transform-origin: center;
		border-width: 0px;
	}

	to {
		opacity: 0;
		transform: scale3d(1.7, 1.7, 1.8);
		transform-origin: center;
		border-width: 13px;
	}
}


:root {
	--dark-bg: #000000;
	--secondary-dark: #162343;
	--secondary-color: #162343;
	--gray-color: #c2c2c2;
	--accent-color: #459dde;
	--font-1: 'Montserrat', sans-serif;
	--font-2: 'Source Sans 3', sans-serif;
}

body {
	font-family: var(--font-2);
	color: white;
	background-color: #162343;
}

h1 {
	font-size: 76px;
}

h2 {
	font-size: 68px;
}

h3 {
	font-size: 48px
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

ul {
	list-style: none;
}

img {
	object-fit: cover;
}

section {
	background-size: cover;
	background-position: center;
}

button {
	padding-inline: 1rem;
	padding-block: 0.5rem;
	text-decoration: none;
	transition: all 0.5s;
}

.button {
	padding-inline: 17px;
	padding-block: 15px;
	text-decoration: none;
	transition: all 0.5s;
	background-color: var(--accent-color);
	border: solid 2px var(--accent-color);
	font-weight: 600;
	color:#fff;
}

.button-outline,
.button-outline:hover {
	border-width: 1px;
	border-color: currentColor;
	border-style: solid;
}

.button:hover {
	color: white;
	background-color: transparent;
	border: solid 2px var(--accent-color);
}

.hover-transform:hover {
	transform: translateY(-10px);
}

button:hover {
	color: black;
}

a {
	text-decoration: none;
}

.font-1 {
	font-family: var(--font-1);
}

.font-2 {
	font-family: var(--font-2);
}

.ls-2 {
	letter-spacing: 2px;
}

.fs-7 {
	font-size: 0.8rem !important;
}

.fw-black {
	font-weight: 900 !important;
}

.btn-outline {
	background-color: transparent;
	border: solid 1px currentColor !important;
}

.form input,
.form textarea,
.form select {
	background-color: transparent !important; ;
	border-radius: 0 !important;
	border: solid 2px var(--accent-color) !important;
	color: white !important;
}


.form input:focus,
.form textarea:focus,
.form select:focus {
	box-shadow: none !important;
	border: solid 2px var(--accent-color)  !important;

}

.form input::placeholder,
.form textarea::placeholder {
	color: var(--gray-color) !important;
	font-family: var(--font-2) !important;
}

.form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="blue" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form input.form-check-input {
	background-color: transparent;
	border: 1px solid gray;
}

.form input.form-check-input:checked {
	border: 1px solid blue;
	color: blue;
}

.form .submit_form {
	padding-inline: 2rem;
	padding-block: 0.7rem;
	text-decoration: none;
	transition: all 0.5s;
	background-color: var(--accent-color) !important;
	color: white !important;
	border-radius: 5px !important;
	border: solid 2px var(--accent-color) !important;
}

.submit_form:hover {
	background-color: transparent;
}

.submit_form-subscribe {
	padding-inline: 2rem;
	padding-block: 0.7rem;
	text-decoration: none;
	transition: all 0.5s;
	color: white;
	background-color: var(--accent-color-1);
	border-radius: 5px;
}

.submit_form-subscribe:hover {
	background-color: var(--dark-bg);
	color: white;
	filter: none;
}

.maps {
	width: 100%;
	height: 480px;
	transition: filter 0.5s;
}

#header {
	transition: all 0.5s ease;
	background-color:#022560 !important;
}

.nav-link {
	border-bottom: 2px solid transparent;
	font-size: 0.95rem;
	font-weight: 600;
	font-family: var(--font-2);
	padding-block: 1.2rem;
	color:#ffffffa6;
}

.nav-link:hover {
	color: var(--accent-color);
}
.nav-link:focus, .nav-link:hover{
	color: var(--accent-color);

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#ffffff;
}
.nav-link.active {
	color: var(--accent-color) !important;
}

.navbar-toggler {
	border: none;
	color: var(--accent-color);
}

.navbar-toggler:focus {
	box-shadow: none;
	background-color: transparent;
	color: var(--accent-color);
}

.dropdown-menu {
	background-color: #21282b;
	border-radius: 0;
	border: none;
	padding: 0.75rem;
	width: 200px;
}

.dropdown-item {
	padding-block: 0.75rem;
	color: white;
	font-family: var(--font-2);
	font-size: 0.95rem;
	font-weight: 400;
	padding-inline: 0.75rem;
}

.dropdown-item.active {
	color: white;
	background-color: var(--accent-color);
}

.dropdown-item:hover {
	background-color: var(--accent-color);
	color: white;
}

.dropdown-item:focus {
	color: var(--accent-color);
}

.section {
	padding: 6em 2em 6em 2em;
	overflow: hidden;
}

.r-container {
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}

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

.bg-secondary-color {
	background-color: var(--secondary-color);
}

.bg-secondary-dark {
	background-color: var(--secondary-dark);
}

.bg-accent-color {
	background-color: var(--accent-color);
}

.accent-color {
	color: var(--accent-color);
}


.border-accent-color {
	border-color: var(--accent-color) !important;
}

.text-gray {
	color: #ffffff !important;
}

.text-secondary-color {
	color: var(--secondary-color);
}

.bg-accent-color-hover:hover {
	background-color: var(--accent-color);
	color: white;
}

.bg-dark-transparent {
	background-color: #232323b7;
}

.btn-dark {
	background-color: var(--dark-bg);
	color: white;
	border: none;
}

.btn-dark:hover {
	background-color: var(--accent-color-1);
	color: white;
	border: none;
}

.image-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #022560;
	opacity: 0.35;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.image-overlay-2 {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #022560;
	opacity: .6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 0%, #000000 100%);
	opacity: 1;
}

.texture-overlay {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("./assets/images/texture.png");
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.logo-container {
	max-width: 200px;
	margin-left: 20px;
}

.logo-filter {
	filter: brightness(200%) contrast(0%) saturate(200%) blur(0px) hue-rotate(0deg);
}

.divider {
	display: flex;
	align-items: center;
}

.divider::after {
	display: block;
	content: "";
	border-bottom: 0;
	flex-grow: 1;
	border-top: 3px solid #8692af;
	max-width: 30px;
	min-width: 30px;
}


.divider-element {
	letter-spacing: 2px;
	flex-shrink: 0;
	flex-grow: 1;
	margin: 0;
	margin-left: 1rem;
	font-weight: 400;
}

.image-infinite-bg {
	height: 90vh;
}

.animation-bg {
	animation: background_animation 10s forwards;
}

.r-progress {
	--value: 17;
	--progress-color: var(--accent-color);
	--secondary-progress-color: var(--secondary-color);
	--animation-duration: 2000;
}

.r-progress-bar {
	position: relative;
	height: 8px;
	background-color: var(--secondary-progress-color);
	display: flex;
	border-radius: 3px;
}

.r-progress-bar .progress-value {
	height: 100%;
	width: calc(var(--progress) * 1%);
	background-color: var(--progress-color);
	position: relative;
	/* border-radius: 3px; */
	animation: load;
	animation-fill-mode: forwards;
	animation-duration: calc(var(--animation-duration) * 1ms);
	animation-timing-function: linear;
	animation-delay: 500ms;
	color: black;
}

.r-progress-bar.percentage-label::after {
	counter-reset: percentage var(--progress);
	content: counter(percentage) '%';
	display: block;
	position: absolute;
	left: calc((var(--progress) * 1%) - 2rem);
	animation: load;
	animation-fill-mode: forwards;
	animation-duration: calc(var(--animation-duration) * 1ms);
	animation-timing-function: linear;
	animation-delay: 500ms;
	color: var(--accent-color);
	font-size: 14px;
	line-height: 1.2;
	/* font-weight: 700; */
	font-family: var(--font-1);
	top: -1.2rem;
}

.bg-attach-fixed {
	background-attachment: fixed;
}

.social-container {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.social-item {
	border-radius: 50%;
	aspect-ratio: 1/1;
	font-size: 15px;
	width: 1.8rem;
	height: 1.8rem;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--accent-color);
    text-decoration: none !important;
	color: white;
}

.social-item:hover {
	color: var(--accent-color) !important;
	background-color: white;
}

.share-button {
	background-color: var(--accent-color-1);
	aspect-ratio: 1/1;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.share-button:hover {
	background-color: var(--accent-color);
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-link {
	background-color: transparent;
	color: var(--accent-color);
	border: none;
	position: relative;
}

.nav-tabs .nav-link:hover {
	border: none;
	color: white;
}

.nav-tabs .nav-link.active {
	background-color: transparent;
	border: none;
}

.nav-tabs .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item>a {
	color: var(--accent-color);
}

.breadcrumb .breadcrumb-item.active {
	color: var(--accent-color-1);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--accent-color-1);
}

.swiper-pagination {
	margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: black;
}

.video-container {
	aspect-ratio: 16/9;
	background-size: cover;
	background-position: center;
	position: relative;
}

.video-iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-btn {
	border-radius: 50%;
	aspect-ratio: 1/1;
	width: 5rem;
	background-color: transparent;
	border: solid 2px var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 2rem;
}

.video-btn:hover {
	color: var(--accent-color);
}

.border-custom {
	border-width: 0px 1px 0px 0px;
	border-color: var(--accent-color);
	border-style: solid;
}

.icon-box {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2.5rem;
	aspect-ratio: 1/1;
	width: 4rem;
	height: 4rem;
}

.request-loader {
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 50% !important;
	border: solid 2px var(--accent-color);
	background-color: var(--accent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 25px;
}

.request-loader:hover {
	border: solid 2px var(--accent-color);
	color: white;
	background-color: transparent;
}


.request-loader::after,
.request-loader::before {
	opacity: 0.2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	color: var(--accent-color);
	border: 4px solid currentColor;
	border-radius: 50%;
	animation-name: ripple;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.65, 0, .34, 1);
	z-index: 0;
}

.request-loader::after {
	animation-delay: 0.5s;
	animation-duration: 3s;
}

.request-loader::before {
	animation-delay: 0.2s;
	animation-duration: 3s;
}

.ifr-video {
	aspect-ratio: 16/9;
	width: 100%;
}

.post-button {
	background-color: transparent;
	color: var(--accent-color) !important;
	border: none !important;
}

.post-button:hover {
	background-color: transparent !important;
	color: var(--accent-color) !important;
	transform: scale(1.15);
}

.card.with-border-bottom {
	border-bottom: 5px solid var(--accent-color) !important;
}

.list-group .list-group-item {
	border: none;
	border-radius: 5px;
}

.list-group .list-group-item.active {
	background-color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
	background-color: var(--accent-color);
	color: white;
}

.accordion-button:not(.collapsed) {
	background-color: var(--accent-color);
	color: white;
	border: 2px solid var(--accent-color);
}

.accordion-button:not(.collapsed):hover {
	color: white;
}


.accordion-button {
	background-color: transparent;
	border-radius: 0px;
	color: white;
	border: 2px solid var(--accent-color);
	font-family: var(--font-2);
	border-radius: 5px;
}

.accordion-button:hover {
	color: var(--accent-color);
}

.accordion-button:focus {
	outline: 0;
	box-shadow: none;
	border: 2px solid var(--accent-color);

}

.accordion-item {
	border: none;
	background-color: transparent;
	margin-bottom: 1rem;
}

.accordion-button::after {
	filter: invert(1);
}

[data-bs-theme=dark] .accordion-button::after {
	--bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
	--bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.outer-margin {
	margin-right: -7rem;
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.list li {
	padding: 0;
}

.card .link {
	color: white;
	transition: color 0.5s;
}

.card .link:hover {
	color: var(--accent-color);
}

.link.accent-color {
	color: var(--accent-color);
	transition: color 0.5s;
}

.link.accent-color:hover {
	color: var(--dark-bg);
}


.link-white {
	color: white;
	text-decoration: none;
}

.link-white:hover {
	color: var(--accent-color);
}

.glass-effect {
	background: #202020b3;
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
	font-size: 4.125rem;
}

.border-bottom-hover:hover {
	border-bottom: 2px solid var(--accent-color);
}

.testimonial-container {
	background-color: #1c2326b3;
	border-radius: 5px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.rating {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 0.75rem;
	padding: 0;
	margin: 0;
}

.rating li {
	color: var(--accent-color);
}

.logo-partner {
	filter: brightness(200%) contrast(0%) saturate(0%) blur(0px) hue-rotate(0deg);
	transition-duration: 0.5s;
}

.logo-partner:hover {
	filter: none;
}

@media only screen and (max-width:993px) {
	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 18px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 12px;
	}

	.section {
		padding: 6em 2em 6em 2em;
	}

	.divider {
		width: 330px;
	}

	.fs-very-large {
		font-size: 3.125rem;
	}

	.image-absolute-1 {
		left: 45%;
		top: 35%;
	}

	.image-infinite-bg {
		background-size: cover !important;
	}

	#header {
		background: #202020b3;
		backdrop-filter: blur(11px);
		-webkit-backdrop-filter: blur(11px);
	}

	.border-custom {
		border-width: 0px 0px 1px 0px;
	}

	.outer-margin {
		margin-right: 0;
	}

	.nav-link {
		padding-block: 0.2rem;
	}

	.banner-image {
		margin: 0;
		transform: none;
	}

	.heading {
		margin-top: -40px;
	}

	.testimonial-img {
		margin: 0;
		margin-bottom: 1rem;
	}

	.dropdown-menu {
		width: 100%;
	}
}

/*CUSTOM CSS*/

.btn{
	border-radius: 0 ;
}

@media (min-width:768px ){
	.latest-podcast{
		min-height: 100px;
	}

}


 /*Homepage*/
.banner-title{
	color:#ffffff;
}
.banner-button{
	color:#ffffff;
}


footer{
	color:#ffffff;
}

.ff-default .ff-el-form-control{
	font-family: inherit !important;
}

.card-body{
	color:#dee2e6;
}
.modal-backdrop.show{
	display: none !important;
}
@media (max-width:768px ){
	.footer-images{
		width:50%;
	}
	.latest-podcast{
		text-align: center;
	}
	.podcast-date{
		justify-content: center;
	}
	.about-us-image{
		margin-right:0 !important; ;
	}
}

