@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
	background: #252525;
	padding-top: 150px;
}

figure {
	margin: 0;
}

b,
strong {
	font-weight: 600 !important;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	word-break: break-word;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #5d948f;
}

p {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 25px;
}

ol,
ul {
	padding-left: 20px;
}

ol li,
ul li {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.container,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.fix-width-460 {
	max-width: 460px;
	width: 100%;
}

.fix-width-500 {
	max-width: 500px;
	width: 100%;
}

.fix-width-532 {
	max-width: 532px;
	width: 100%;
}

.paragraph-medium {
	font-size: 20px;
	line-height: 150%;
}

.paragraph-large {
	font-size: 24px;
	line-height: 150%;
}

/* section-title */
.section-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	color: #6a9f9a;
	margin-bottom: 30px;
	word-break: break-word;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a {
	text-decoration: none;
}

.section-title a:hover {
	color: #276572;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: #6a9f9a;
	margin-bottom: 30px;
	word-break: break-word;
}

.block-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a {
	text-decoration: none;
}

.block-title a:hover {
	color: #276572;
}
/* block-title */

/* common-main-logo */
.common-main-logo {
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	flex-direction: column;
	align-items: flex-start;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 100%;
	color: #ffffff;
	text-transform: uppercase;
	padding: 24px 0 12px 130px;
	text-decoration: none;
}

.common-main-logo:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	width: 90px;
	height: 100%;
	background: #527f3e;
	border-left: 30px solid #5d948f;
	border-right: 30px solid #b6ca9d;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.common-main-logo span {
	display: block;
	font-weight: 300;
	font-size: 16px;
	text-transform: none;
}

a.common-main-logo:hover {
	padding-left: 70px;
	padding-right: 70px;
	color: #ffffff;
}

a.common-main-logo:hover:before {
	width: 100%;
}
/* common-main-logo */

/* jarallax */
.jarallax {
	position: relative;
	z-index: 0;
}

.jarallax .jarallax-img {
	position: absolute;
	object-fit: cover;
	background-size: cover !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* jarallax */

/* common-checkmark-list */
.common-checkmark-list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.common-checkmark-list ul li {
	display: block;
	margin: 0 0 20px;
	padding: 0 0 0 35px;
	list-style-type: none;
	position: relative;
	color: inherit;
}

.common-checkmark-list ul li:before {
	position: absolute;
	content: "\f00c";
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
	color: #527f3e;
}

.common-checkmark-list ul li a {
	text-decoration: none;
	color: #b6ca9d;
}

.common-checkmark-list ul li a:hover {
	color: #527f3e;
}
/* common-checkmark-list */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #276572;
}

.header .navbar {
	padding: 0;
}

.header .navbar .navbar-toggler {
	position: relative;
	width: 24px;
	height: 20px;
	padding: 0;
	box-shadow: none !important;
	border: none !important;
	z-index: 9999;
}

.header .navbar .navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.header .navbar .navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

.header .navbar .navbar-toggler .hamburger span {
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header .navbar .navbar-toggler .hamburger span:first-child {
	top: 9px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header .navbar .navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.header .navbar .navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -9px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.header .navbar .navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.header .navbar .navbar-brand {
	position: relative;
	z-index: 9;
	padding-top: 45px;
	padding-bottom: 36px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick .navbar .navbar-brand {
	padding-top: 26px;
	padding-bottom: 26px;
}

.header .navbar .navbar-collapse {
	justify-content: flex-end;
}

.header .navbar .navbar-nav {
	margin: 0;
}

.header .navbar .navbar-nav .nav-item .nav-link {
	position: relative;
	z-index: 9;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	color: #ffffff;
	text-transform: uppercase;
	padding: 65px 20px;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header.h-stick .navbar .navbar-nav .nav-item .nav-link {
	padding-top: 50px;
	padding-bottom: 50px;
}

.header .navbar .navbar-nav .nav-item .nav-link:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #5d948f;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.header .navbar .navbar-nav .nav-item.active .nav-link:before,
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link:before,
.header .navbar .navbar-nav .nav-item.current-menu-parent .nav-link:before,
.header .navbar .navbar-nav .nav-item.current_page_parent .nav-link:before,
.header .navbar .navbar-nav .nav-item .nav-link.active:before,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-item:before,
.header .navbar .navbar-nav .nav-item .nav-link.current-menu-parent:before,
.header .navbar .navbar-nav .nav-item .nav-link.current_page_parent:before,
.header .navbar .navbar-nav .nav-item .nav-link:hover:before {
	height: 100%;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
}

.banner-section .banner-main-image {
	height: 535px;
	overflow: hidden;
}

.banner-section .banner-main-image .banner-image {
	position: relative;
	height: 100%;
}

.banner-section .banner-main-image .banner-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.55);
}

.banner-section .banner-main-image .banner-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	 object-position: left center; 
}

.banner-section .banner-description {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-section .section-title {
	margin: 0;
}

.banner-section .banner-content .banner-detail *:last-child {
	margin-bottom: 0;
}

.banner-section.home-banner-section {
	padding-top: 45px;
}

.banner-section.home-banner-section .section-title {
	margin-bottom: 45px;
}

.banner-section.home-banner-section .banner-profile-image * {
	width: 100%;
}

.banner-section.home-banner-section .banner-description {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.banner-section.home-banner-section .banner-content {
	padding: 50px 0;
}

.banner-section.home-banner-section .banner-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.banner-section.home-banner-section .banner-profile-image {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
/* banner */

/* coaching */
.coaching-section {
	padding: 100px 0 85px;
}

.coaching-section .coaching-main-detail {
	margin-bottom: 80px;
}

.coaching-section .coaching-block {
	position: relative;
	z-index: 9;
	text-decoration: none;
	display: block;
	color: #ffffff;
	text-align: center;
	height: calc(100% - 25px);
	padding: 60px 35px 100px;
	margin-bottom: 25px;
	border: 1px solid #276572;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.coaching-section .coaching-block:before {
	position: absolute;
	content: "\f061";
	font-family: 'FontAwesome';
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	font-size: 18px;
	line-height: 125%;
	color: #ffffff;
	background: #5d948f;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.coaching-section .coaching-block:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(39, 101, 114, 0.5);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.coaching-section a.coaching-block:hover {
	color: rgba(255,255,255,0.5);
}

.coaching-section a.coaching-block:hover:before {
	opacity: 0.5;
}

.coaching-section a.coaching-block:hover:after {
	opacity: 1;
}

.coaching-section .coaching-block .block-title {
	text-transform: uppercase;
	margin-bottom: 45px;
}

.coaching-section .coaching-block .detail *:last-child {
	margin-bottom: 0;
}
/* coaching */

/* our-services */
.our-services-section {
	padding: 100px 0 70px;
}

.our-services-section .our-services-back-bg:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}

.our-services-section .our-services-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -15px;
}

.our-services-section .our-services-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.our-services-section .our-services-list .our-service-block .service-icon {
	font-size: 34px;
	line-height: 115%;
	color: #ffffff;
	margin-bottom: 20px;
}

.our-services-section .our-services-list .our-service-block {
	text-align: center;
}

.our-services-section .our-services-list .our-service-block .block-title {
	font-weight: 600;
	color: #669b96;
	text-transform: uppercase;
	margin: 0;
}
/* our-services */

/* coaching-teams */
.coaching-teams-section {
	padding: 110px 0;
}

.coaching-teams-section .coaching-teams-image * {
	width: 100%;
}

.coaching-teams-section .teams-detail .common-checkmark-list ul li:before {
	top: 2px;
}
/* coaching-teams */

/* challenges-solution */
.challenges-solution-section {
	padding: 110px 0 90px;
}

.challenges-solution-section .challenges-block {
	position: relative;
	margin-bottom: 20px;
	padding-left: 35px;
}

.challenges-solution-section .challenges-block:before {
	position: absolute;
	content: "\f061";
	font-family: "FontAwesome";
	left: 0;
	top: 1px;
	color: #527f3e;
}

.challenges-solution-section .challenges-block .title {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	color: #5d948f;
	margin-bottom: 5px;
}

.challenges-solution-section .challenges-block .title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.challenges-solution-section .challenges-block .title a {
	text-decoration: none;
}

.challenges-solution-section .challenges-block .title a:hover {
	color: #276572;
}

.challenges-solution-section .challenges-block .detail *:last-child {
	margin-bottom: 0;
}
/* challenges-solution */

/* references */
.references-section {
	padding: 100px 0 90px;
	background: #3c3c3c;
}

.references-section .section-title {
	margin-bottom: 20px;
}

.references-section .references-detail {
	text-transform: uppercase;
}
/* references */

/* contact-accessibility */
.contact-accessibility-section {
	padding: 90px 0;
}

.contact-accessibility-section .accessibility-block {
	margin-bottom: 30px;
}

.contact-accessibility-section .accessibility-detail p {
	margin-bottom: 30px;
}

.contact-accessibility-section .accessibility-block .detail ul {
	display: block;
	margin: 0 -5px 0 0;
	padding: 0;
	list-style-type: none;
}

.contact-accessibility-section .accessibility-block .detail ul li {
	display: inline-block;
	margin: 0 0 5px;
	padding: 0 5px 0 0;
	list-style-type: none;
	line-height: 100%;
	border-right: 1px solid #ffffff;
}

.contact-accessibility-section .accessibility-block .detail ul li:last-child {
	border-right: none;
}

.contact-accessibility-section .accessibility-detail a {
	text-decoration: none;
	color: #6a9f9a;
}

.contact-accessibility-section .accessibility-detail a:hover {
	color: #276572;
}
/* contact-accessibility */

/* team-analytics */
.team-analytics-section {
	padding: 100px 0 75px;
}

.team-analytics-section .team-analytics-content .analytics-detail a {
	text-decoration: none;
	color: #5d948f;
}

.team-analytics-section .team-analytics-content .analytics-detail a:hover {
	color: #276572;
}

.team-analytics-section .team-analytics-list {
	margin-top: 50px;
}

.team-analytics-section .team-analytics-list .team-block {
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.team-analytics-section .team-analytics-list .team-block:before {
	position: absolute;
	content: "\2b";
	font-family: 'FontAwesome';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 100%;
	color: #ffffff;
	background: rgba(39, 101, 114, 0.5);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.team-analytics-section .team-analytics-list a.team-block:hover:before {
	opacity: 1;
}

.team-analytics-section .team-analytics-list .team-block .team-image {
	height: 370px;
	overflow: hidden;
}

.team-analytics-section .team-analytics-list .team-block .team-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* team-analytics */

/* military-experiences */
.military-experiences-section {
	padding: 100px 0;
}

.military-experiences-section .military-experiences-content > .row {
	margin: 0 -20px;
}

.military-experiences-section .military-experiences-content > .row > * {
	padding: 0 20px;
}

.military-experiences-section .military-experiences-image * {
	width: 100%;
}
/* military-experiences */

/* vita-company-success */
.vita-company-success-section {
	background: #3c3c3c;
	padding: 95px 0;
}

.vita-timeline-section {
	position: relative;
}

.vita-timeline-section .vita-timeline-list {
	position: relative;
	padding: 20px 0;
}

.vita-timeline-section .vita-timeline-list:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #6a9f9a;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.vita-timeline-section .timeline-block {
	position: relative;
	padding: 20px 0;
}

.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail {
	margin-left: auto;
	padding-right: 0;
	padding-left: 55px;
	text-align: left;
}

.vita-timeline-section .timeline-block:nth-child(odd) .timeline-main-detail:before {
	right: auto;
	left: -10px;
}

.vita-timeline-section .timeline-block:last-child .timeline-main-detail {
	color: #6a9f9a;
}

.vita-timeline-section .timeline-block .timeline-year {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #6a9f9a;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}

.vita-timeline-section .timeline-block .timeline-year * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.vita-timeline-section .timeline-block .timeline-year a {
	text-decoration: none;
}

.vita-timeline-section .timeline-block .timeline-year a:hover {
	color: #276572;
}

.vita-timeline-section .timeline-block .timeline-main-detail {
	position: relative;
	width: 50%;
	padding-right: 55px;
	text-align: right;
}

.vita-timeline-section .timeline-block .timeline-main-detail:before {
	position: absolute;
	content: "";
	right: -10px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: #3c3c3c;
	border: 1px solid #6a9f9a;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.vita-timeline-section .timeline-block .timeline-main-detail .title {
	text-transform: uppercase;
	color: #6a9f9a;
}

.vita-timeline-section .timeline-block .timeline-main-detail .title * {
	margin: 0;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail *:last-child {
	margin-bottom: 0;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail a {
	text-decoration: none;
	color: #6a9f9a;
}

.vita-timeline-section .timeline-block .timeline-main-detail .timeline-detail a:hover {
	color: #276572;
}
/* vita-company-success */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background: #276572;
}

.footer .f-content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 -15px;
}

.footer .f-content > * {
	flex: 0 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

.footer .f-content .f-right {
	text-align: right;
}

.footer .f-privacy-policy-block {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 115%;
	letter-spacing: 0.25px;
	color: #ffffff;
	text-transform: uppercase;
}

.footer .f-privacy-policy-block ul {
	display: block;
	margin: 0 -7px 0 -3px;
	padding: 0;
	list-style-type: none;
}

.footer .f-privacy-policy-block ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 7px 0 3px;
	list-style-type: none;
	color: inherit;
	border-right: 1px solid #ffffff;
}

.footer .f-privacy-policy-block ul li:last-child {
	border: none;
}

.footer .f-privacy-policy-block ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-privacy-policy-block ul li.active a,
.footer .f-privacy-policy-block ul li.current-menu-item a,
.footer .f-privacy-policy-block ul li.current-menu-parent a,
.footer .f-privacy-policy-block ul li.current_page_parent a,
.footer .f-privacy-policy-block ul li a.active,
.footer .f-privacy-policy-block ul li a.current-menu-item,
.footer .f-privacy-policy-block ul li a.current-menu-parent,
.footer .f-privacy-policy-block ul li a.current_page_parent,
.footer .f-privacy-policy-block ul li a:hover {
	opacity: 0.7;
}

.footer .f-copyright-block {
	font-size: 12px;
	line-height: 115%;
	letter-spacing: 0.25px;
	color: #ffffff;
	margin-top: 20px;
}

.footer .f-copyright-block ul {
	display: block;
	margin: 0 -7px 0 -3px;
	padding: 0;
	list-style-type: none;
}

.footer .f-copyright-block ul li {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 7px 0 3px;
	list-style-type: none;
	color: inherit;
	border-right: 1px solid #ffffff;
}

.footer .f-copyright-block ul li:last-child {
	border: none;
}

.footer .f-copyright-block ul li a {
	text-decoration: none;
	color: inherit;
}

.footer .f-copyright-block ul li.active a,
.footer .f-copyright-block ul li.current-menu-item a,
.footer .f-copyright-block ul li.current-menu-parent a,
.footer .f-copyright-block ul li.current_page_parent a,
.footer .f-copyright-block ul li a.active,
.footer .f-copyright-block ul li a.current-menu-item,
.footer .f-copyright-block ul li a.current-menu-parent,
.footer .f-copyright-block ul li a.current_page_parent,
.footer .f-copyright-block ul li a:hover {
	opacity: 0.7;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/


/* tabing selected element css */
a:focus,
a:focus-visible { outline: 5px auto #276572 !important; outline-offset: 1px !important; }
a.btn:focus,
a.btn:focus-visible { outline: 5px auto #276572 !important; outline-offset: 1px !important; }
button:focus,
button:focus-visible { outline: 5px auto #276572 !important; outline-offset: 1px !important; }
.slick-arrow:focus,
.slick-arrow:focus-visible { outline: 5px auto #276572 !important; outline-offset: 1px !important; }

/* ------------------------------------------------------------ *\
    Skip link
\* ------------------------------------------------------------ */

.skip-link { position: fixed; top: 0; left: 0; font-size: 14px; padding: 0 17px; border-width: 17px; height: 34px; font-weight: 400; line-height: 32px; border: 1px solid #6a9f9a; background: #6a9f9a; color: #ffffff; text-decoration: none; text-align: center; z-index: 9999; text-transform: uppercase; border-radius: 0 17px 17px 0; -webkit-border-radius: 0 17px 17px 0; -moz-border-radius: 0 17px 17px 0; -ms-border-radius: 0 17px 17px 0; -o-border-radius: 0 17px 17px 0; transition: transform .4s,color .4s; -webkit-transition: transform .4s,color .4s; -moz-transition: transform .4s,color .4s; -ms-transition: transform .4s,color .4s; -o-transition: transform .4s,color .4s; transform: translateX(-110%); -webkit-transform: translateX(-110%); -moz-transform: translateX(-110%); -ms-transform: translateX(-110%); -o-transform: translateX(-110%); }

.skip-link:before { content: ''; position: absolute; top: 0; bottom: -1px; left: 0; width: 101%; background-color: var(--primary); pointer-events: none; transition: width 0.4s; border-radius: 0 17px 17px 0; }

.skip-link:focus,.skip-link:focus-visible { color: #ffffff; outline: 0 !important; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.skip-link:hover { color: #ffffff; background: #252525; }

.skip-link:hover:before { width: 0; }

.skip-link span { display: inline-block; position: relative; z-index: 1; }
/* tabing selected element css */