/* 1. Theme default css */
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--color-7);
	line-height: 24px;
	background-color:var(--color-4)
}


.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover {
	color: var(--color-1);
	text-decoration: none;
}
a,
button {
	color: var(--color-1);
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus,select:focus{outline: 0}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: var(--color-5);
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 72px;
}
h3 {
	font-size: 52px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: var(--color-7);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--grey-1);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--grey-2);
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--color-2);;
	color: var(--white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--color-2);;
	color: var(--white);
	text-shadow: none;
}
::selection {
	background: var(--color-2);;
	color: var(--white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--grey-2);
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: var(--grey-2);
	font-size: 14px;
	opacity: 1;
}

/* button style */

.btn {
	/* -moz-user-select: none; */
	background: var(--color-3) none repeat scroll 0 0;
	border: medium none;
	border-radius: 40px;
	color: var(--color-8);
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 0;
	padding: 16px 30px;
	text-align: center;
	/* text-transform: capitalize; */
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border:2px solid transparent;
}

.owl-carousel .owl-nav div {
	background: var(--color-1);
	height: 50px;
	left: 20px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 50px;	
	color: var(--white);
	font-size: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}


/* scrollUp */
#scrollUp {
	background: var(--color-2);;
	height: 35px;
	width: 35px;
	right: 40px;
	bottom: 30px;
	color: var(--white);
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
	border: 1px solid transparent;
}
#scrollUp:hover {
	background: var(--color-1);
	border: 1px solid var(--white);
}

body .container-fluid{
	max-width: 1800px;
}
body .container{
	max-width: 1590px;
}
.abs-img{
	position: absolute;
}
.section-padding{
	padding-top: 130px;
	padding-bottom: 130px;
}
/*  */

.content-container {
	max-width: 100%;
	overflow: hidden;
}

/* HEADER-AREA */
header{min-height: 125px;}
.header-area {
	padding: 40px 0px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
	transition: 0.25s;
}
.logo-area {
	margin-right: 25px;
	display: inline-block;
}
.logo-area img{max-width: 180px;max-height: 50px;}
.main-menu ul li {
	display: inline-block;
	padding: 10px 20px;
}
.main-menu {
	display: inline-block;
}
.main-menu ul li {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 63px;
	transition: .3s;
}
.main-menu ul li:hover {
	background: var(--color-2);;
}
.header-area {
	padding: 40px 0px;
	background: var(--color-9);
}
.main-menu ul li a {
	display: block;
	color: var(--color-10);
	text-decoration: none;
	position: relative;
	transition: .3s;
	padding: 0!important;
}
.main-menu ul li.active {
	background: var(--color-2);;
}
.logo-area {
	position: relative;
	top: -4px;
}
.header-btn-area {
	text-align: right;
}
.navbar{padding-top: 0;padding-bottom: 0;}

/* HEADER-AREA-END */




/* BANNER-CSS */
.baner-area {
	position: relative;
	height: 915px;
}
.banner-content-wrapper h2 {
	line-height: 86px;
	margin-bottom: 35px;
}
.banner-text-content {
	max-width: 536px;
	margin-bottom: 80px;
}
.banner-content-wrapper {
	margin-top: 100px;
}
.baner-area:before {
	position: absolute;
	right: 0;
	top: -131px;
	width: 30%;
	content: "";
	background: var(--color-1);
	height:131px;
	z-index: -1;
}
.baner-area:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	content: "";
	background: var(--color-1);
	height: 100%;
	z-index: -1;
}
.banner-images {
	position: absolute;
	bottom: 76px;
	right: 20%;
}
.abs-img.abs-img-2 {
	position: absolute;
	left: -66px;
	bottom: 58px;
}
.abs-img.abs-img-2 svg{width: 180px; height: 77px;}
.banner-content-shap {
	position: absolute;
	left: -114px;
	top: -56px;
	z-index: -1;
}

.abs-img.banner-shape-2 {
	bottom: 57px;
	right: 154px;
	z-index: -1;
	width: 381px;
}
/* BANNER-CSS-END */


/* listgun-area */
.section-icon {
	height: 127px;
	width: 127px;
	background: var(--color-2);;
	text-align: right;
	line-height: 153px;
	border-radius: 50%;
	display: inline-block;
}
.section-title h2 {
	display: inline-block;
	margin-left: 133px;
}
.list-gun-img-area {
	margin-right: 60px;
}
.list-gun-content h4 {
	font-size: 24px;
	color: var(--color-6);
	margin-bottom: 10px;
}
.listgun-link {
	font-weight: bold;
	color: var(--color-1);
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
.listgun-link:hover {
	color: var(--color-1);
}
.listgun-link span {
	margin-left: 25px;
}
.single-listgun {
	margin-bottom: 30px;
}
.list-gun-content {
	padding-right: 20px;
}

.abs-img.womans-imgs {
	bottom: 80px;
	left: 109px;
	z-index: 2;
	width: 436px;
	height: 320px;
	overflow: hidden;
	border-top-left-radius: 87px;
	border-bottom-right-radius: 87px;
	object-fit: cover;
}
.abs-img.cloud {
	right: 0;
	top: 33%;
}
.abs-img.shape {
	bottom: 30px;
	left: 0;
	width: 375px;
}
.listgun-area{min-height: 715px;}


/* UNSER AREA */
.unser-margin-left {
	margin-left: 404px;
}
.abs-img.shape-2 {
	right: 0;
	top: 242px;
	width: 338px;
}
.abs-img.men-unser {
	right: 50px;
	top: 350px;
	width: 300px;
	height: 501px;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
}
.abs-img.woman-unser {
	right: 371px;
	top: 350px;
	width: 300px;
	height: 501px;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
}
.abs-img.clowd-unser {
	top: 318px;
	left: 0;
	width: 189px;
}
.unser-list ul li {
	margin-left: 30px;
	padding-bottom: 8px;
	position: relative;
}
.unser-list ul li i {
	position: absolute;
	left: -30px;
	top: 5px;
	color: var(--color-3);
}
.unser-list ul li {
	margin-left: 30px;
	padding-bottom: 8px;
	font-size: 18px;
}
.unser-list {
	margin-bottom: 20px;
}
.unser-area {
	min-height: 970px;
}
.unserl-content-wrapp {
	padding-right: 80px;
	margin-top: 20px;
}
.undser-btn {
	margin-top: 40px;
	margin-bottom: 40px;
}
.kurese-area {
	background: var(--grey-3);
	padding-top: 100px;
	padding-bottom: 100px;
}
/* UNSER AREA-EDN */


/* IHRE AREA */

.ihre-left-content {
	background: var(--color-1);
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 30px;
	width: 45%;
}
.ihre-left-content h2 {
	font-weight: bold;
	color: var(--color-4);
	font-style: italic;
}
.unser-list.ihre-list ul li {
	color: var(--color-4);
}
.ihre-left-content p {
	color: var(--color-4);
}
.ihre-left-content h2 {
	font-weight: bold;
	color: var(--color-4);
	font-style: italic;
	margin-bottom: 25px;
}
.ihre-content-wrapper {
	border-radius: 60px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0 ,0,0, .16);
}
.ihre-right-content {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.ihre-right-content img{width: 100%;height: 100%;object-fit: cover;border-radius: 0 60px 60px 0;}
/* IHRE AREA-END */
/* .testimonial-items.owl-carousel .owl-stage-outer {
	padding-bottom: 15px;
} */
.testimonial-items .owl-item{margin-bottom: 15px;}

/* bewer-area */
.bewer-area {
	padding-top: 100px;
	padding-bottom: 110px;
	background: var(--grey-3);
}
.single-testimonial {
	border: 1px solid var(--color-1);
	padding-left: 60px;
	padding-right: 50px;
	padding-top: 45px;
	padding-bottom: 40px;
	border-bottom-right-radius: 50px;
	box-shadow: 0px 4px 10px rgba(70, 53 ,160, .2);
	max-width: 300px;
	margin: auto;
}
.test-head img {
	width: 90px;
	height: 90px;
	margin-bottom: 25px;
}
.test-head i{color: var(--color-3);}
.test-head h4 {
	margin-bottom: 4px;
	color:var(--color-6)
}

.icon-star img {
	width: auto !important;
	display: inline-block !important;
	width: 20px;
	height: 20px;
	margin-bottom: 0px;
}
.test-head {
	margin-bottom: 50px;
	text-align: center;
}
.testimonial-items .owl-carousel .owl-stage {
	padding-bottom: 20px;
}
.test-head img {
	width: auto !important;
	display: inline-block !important;
	/* text-align: center; */
}
.test-head img.client-img {
	width: 90px !important;
	display: inline-block !important;
	height: 90px !important;
	border-radius: 100%;
}
.testi-content::after {
	position: absolute;
	left: -47px;
	top: -7px;
	content: "\"";
	font-size: 77px;
	font-style: italic;
}
.testi-content::before {
	position: absolute;
	right: -19px;
	bottom: -47px;
	content: "\"";
	font-size: 77px;
	font-style: italic;
}
.wewer-btn {
	margin-top: 71px;
}
/* bewer-area-end */


/* online-analyse-area */
.online-analyes-bg {
	background: var(--color-1);
	border-radius: 60px;
	padding: 60px 0px 60px 0px;
}
.analyes-content-wrapper h2 {
	color: var(--color-4);
	margin-bottom: 25px;
}
.analyes-content-wrapper p {
	color: var(--color-4);
}
.analyes-big-img {
	margin-left: 75px;
	width: 641px;
	height: 390px;
	border-top-left-radius: 85px;
	border-bottom-right-radius: 85px;
	object-fit: cover;
	object-position: center;
}
.analyes-btn {
	margin-top: 70px;
}
.analyes-small-img {
	margin-top: 85px;
	width: 413px;
	height: 305px;
	border-bottom-right-radius: 87px;
	border-top-left-radius: 87px;
	object-fit: cover;
}
.analyes-left-img {
	left: 0;
	bottom: 0;
	width: 445px;
	height: 874px;
	border-top-right-radius: 80px;
	object-fit: cover;
	object-position: center center;
}
/* online-analyse-area-end */


/* jetzt-area */
.jetzt-area {
	/* padding-top: 170px; */
	padding-bottom: 266px;
	overflow-x: hidden;
}
.section-icon.jetzt-title-sec {
	position: absolute;
	left: 0;
}
.section-title-content {
	margin-left: 268px;
}
.section-title-content h2{
	margin-left: 0px;
}




.jetzt-icon-content {
	margin-bottom: 50px;
}
.jetzt-content-left{padding-right: 0;}
.jetzt-content-right{padding-left: 0;}
.jetzt-content h3 {
	font-size: 44px;
	color: var(--color-4);
	margin-bottom: 40px;
}
.jetzt-content p {
	color: var(--color-4);
}
.jetzt-btn {
	margin-top: 42px;
}
.jetzt-content {
	background: var(--color-1);
	padding-top: 147px;
	padding-bottom: 200px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	border-top-left-radius: 65px;
}
.jetzt-img-wrapper{
	height: 100%;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.jetzt-abs-img {
	left: 0;
	bottom: 225px;
	position: absolute;
	width: 217px;
}
.jetzt-abs-img-2 {
	right: 0;
	bottom: 0;
	width: 200px;
}

/* jetzt-area-end */



/* schon-area */

.schon-section-title .section-icon {
	background: transparent;
}
.schon-section-title h2 {
	color: var(--color-4);
}
.schon-text-content {
	background: var(--color-4);
	width: 920px;
	padding: 15px 42px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	min-height: 102px;
}
.schon-text-content p {
	color: var(--color-1);
	margin-bottom: 0px;
}
.schon-text-bg {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
}
.schon-text-bg svg{    position: absolute;
    top: -5px;
    left: -1px;
    bottom: 0;}
.schon-btn {
	margin-top: 50px;
}
.schon-area {
	background: var(--color-1);
	padding-top: 70px;
	padding-bottom: 100px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
}
.schon-text-content::after {
	position: absolute;
	content: "\"";
	left: -13px;
	color: var(--color-4);
	top: -22px;
	font-size: 60px;
	font-style: italic;
}
.schon-text-content::before {
	position: absolute;
	content: "\"";
	right: -68px;
	color: var(--color-4);
	bottom: -47px;
	font-size: 60px;
	font-style: italic;
}
/* schon-area-end */



/* ACORDION AREA */

.acordion-area-wrapper .accordion{
	/* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; */
	width: 90%;margin: auto;
}
.acordion-area-wrapper .accordion-button:not(.collapsed){
	color: var(--color-1) !important;
	background-color: transparent !important;
}
.acordion-area-wrapper .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}
.acordion-area-wrapper .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 30px 30px 30px 30px;
	font-size: 22px;
	color: var(--color-1);
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.125);
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	position: relative;
}
.acordion-area-wrapper .accordion-button span{padding-right: 10px;}
.acordion-area-wrapper .accordion-item {
	margin-bottom: 30px;
	box-shadow: 0px 4px 10px rgba(156, 156, 156, .7);
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 0px 35px;
	/* flex: 0 0 48%; */
}
.acordion-area-wrapper .accordion-collapse {
	border: none;
	border-width: 0 1px;
	border-top: 1px solid var(--color-1);
}
.acordion-area-wrapper .accordion-body {
	padding: 25px 30px;
	/* padding-right: 90px; */
}
.acordion-area-wrapper .accordion-button::after {
	width: 35px;
	height: 35px;
	margin-left: auto;
	content: "\f107";
	transition: transform .2s ease-in-out;
	border: 4px solid var(--color-1);
	text-align: center;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	font-size: 28px;
	font-weight: 900;
	line-height: 29px;
	color: var(--color-1);
	background-image: none;
	transform: rotate(0deg);
}
.acordion-area-wrapper .accordion-button.active::after {
	color: var(--color-1);
	transform: rotate(180deg);
}
.accordion-button::before {
	position: absolute;
	left: -35px;
	top: 0;
	width: 40px;
	height: 40px;
	background: var(--color-1);
	content: "";
	border-bottom-right-radius: 58px;
	transition: transform .2s ease-in-out;
}
.acordion-area-wrapper .accordion-button.active::before {
	background: var(--color-2);
	transition: transform .2s ease-in-out;
}

/* ACORDION AREA-END */


/* footer-area */
.map-area {
	height: 390px;
	width: 830px;
	border-bottom-right-radius: 65px;
	overflow: hidden;
}
#contact-map{
	height: 100%;
	width: 100%;
}
.footer-area.position-relative {
	background: var(--color-11);
}
.footer-right-content {
	width: 740px;
	padding-top: 60px;
	padding-left: 70px;
}
.footer-single-widget {
	width: 40%;
	flex: 0 0 40%;
}
.footer-widget-area {
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-single-widget h3 {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-12);
	margin-bottom: 25px;
}
.widget-content p {
	color: var(--color-12);
	margin-bottom: 7px;
	word-break: break-word;
}
.footer-single-widget {
	margin-bottom: 60px;
}
.footer-single-widget1{margin-top: 60px;}
.time-area {
	margin-bottom: 25px;
}
.widget-content.empty-head {
	margin-top: 57px;
}
.footer-social {
	width: 46px;
	position: absolute;
	right: 35px;
	top: 30%;
	transform: translateY(-50%);
}
.footer-social a {
	display: block;
	margin-bottom: 30px;
}
.footer-social a i{font-size: 40px;color:var(--color-12);}
.footer-social a:hover, .footer-social a i:hover{color: var(--color-2);}
.footer-social a:last-child {
	margin-bottom: 0px;
}
.footer-menu {
	display: inline-block;
}
.footer-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0px 6px;
}
.footer-menu ul li a:hover{color: var(--color-2);}
.footer-menu ul li::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 76%;
	content: "";
	background: var(--color-12);
	transform: translateY(-50%);
}

.footer-copyright-area {
	padding: 20px 0px;
	color: var(--color-12);
	font-size: 14px;
}
.footer-copyright-area span{padding-right: 4px;}
.footer-menu ul li a {
	color: var(--color-12);
	text-decoration: none;
}
/* footer-area-end */



/* kurese-slider */
.single-kurese-slider {
	max-width: 300px;
	box-shadow: 0 4px 10px rgba(0 ,0,0, .16);
	border-radius: 30px;
	margin: auto;
}
.kurese-slider-area {
	margin: 0px 0px;
}
.kurese-slider-img {
	height: 260px;
}
.kurese-slider-content {
	padding: 20px;
}
.kurese-slider-content h6 {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-6);
	/* margin-bottom: 13px; */
}
.kurese-slider-content p {
	margin-bottom: 0px;
	align-items: flex-start;
}
.kurese-slider-content p img {
	margin-right: 8px;
}
 /* the slides */
 .kurese-slider-active .slick-slide {
    margin-left:30px;
	margin-right: 30px;
	overflow: hidden;
  }

  /* the parent */
 
  .kurese-slider-active .slick-track {
	padding-top: 30px;
	padding-bottom: 30px;
}

.kurse-btn-area {
	margin-top: 40px;
}
.kurese-slider-active .single-kurese-slider.slick-slide.slick-current.slick-center {
	/* transform: scale(1.1); */
	transition: .3s;
}
.kurese-slider-img img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	object-fit: cover;
}
.kurese-clowd {
	right: 0;
	top: 60px;
}
.kurese-clowd svg{width: 148px;}
.kurese-slider-active .col-header{background: var(--color-2);
    filter: brightness(1.15);}

	.rhombus-wrap {
		background: transparent;
		height: 95px;
		width: 95px;
		-webkit-transform: scaleX(1) rotate(45deg);
		-moz-transform: scaleX(1) rotate(45deg);
		-ms-transform: scaleX(1) rotate(45deg);
		transform: scaleX(1) rotate(45deg);
		box-shadow:0 4px 10px rgb(0 0 0 / 16%);
		border-radius:12px;
		position:relative;
		border:1px solid transparent;
		margin-left: 20px;
	 
		
		}
		.rhombus-inner{
		  width:77%;
		  height:77%;
			 border:1px solid var(--color-1);
			 margin:auto;
			 position:absolute;
			margin:11px;
			 border-radius:12px;
			  box-shadow:0 4px 10px rgb(0 0 0 / 16%);
		}
		.rhombus-wrap span{
		  -webkit-transform: scaleX(1) rotate(-45deg);
		-moz-transform: scaleX(1) rotate(-45deg);
		-ms-transform: scaleX(1) rotate(-45deg);
		transform: scaleX(1) rotate(-45deg);
		display:block;
		position:absolute;
		text-align: center;
		width: 50px;
		margin: 10px;
		height: 50px;
		text-align: center;
		left: 0;right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		}
	.rhombus-wrap span i{color:var(--color-1);font-size: 50px;}
/* kurese-slider-end */



/* page-2 */

.kran-area {
	width: 218px;
	background: var(--color-1);
	padding: 60px 0px;
	text-align: center;
	color: var(--white);
	border-radius: 67px;
	position: absolute;
	left: 0;
	top: -67px;
	height: 837px;
	overflow: hidden;
}
.kran-area > ul{overflow-y: scroll;height: 717px; }
/* Track */
.kran-area > ul::-webkit-scrollbar {
    width: 5px;
	top: 50px;
	bottom: 50px;
}

.kran-area > ul::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.kran-area > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.7); 
}

.kran-area ul li {
	padding: 14px 0px;
	border-bottom: 1px solid var(--white);
	transition: .3s;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	cursor: pointer;
}
.sub-navlink {
	top: 100%;
	width: 100%;
	background: var(--color-1);
	z-index: 11;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	margin-top: 10px;
}

.sub-navlink li a {
	color: var(--white);
	text-decoration: none;
}

.kran-area ul li:hover {
	background: var(--color-1);
}
.kran-area ul li:last-child{
	border-bottom: 0px solid var(--white);
}
.banner-content-wrapper.kran-add {
	padding-left: 100px;
}


/* eng-area */
.eing-content-wrapper .accor-title {
	font-size: 48px;
	color: var(--black);
	padding-left: 190px;
	width: 100%;
	text-align: center;
}
.counte-accor {
	height: 110px;
	width: 110px;
	display: inline-block;
	background: var(--color-2);;
	text-align: right;
	line-height: 159px;
	font-size: 56px;
	border-radius: 50%;
	color: var(--black);
	position: relative;
	left: 70px;
	position: absolute;
}
.eing-content-wrapper .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 60px 0px;
	font-size: 1rem;
	color: var(--color-8);
	background-color: transparent;
	border: none;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	border-radius: 0px !important;
}
.eing-content-wrapper .accordion-button:not(.collapsed) {
	background: transparent;

}
.eing-content-wrapper .accordion-collapse {
	border: none;
}
.eing-content-wrapper .accordion-button::before {
	display: none;
}
.accor-content-wrapper {
	padding-left: 70px;
	padding-top: 100px;
	padding-bottom: 20px;
}
.eing-content-wrapper .accordion-body {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.accor-content-text h5 {
	font-size: 24px;
	color: var(--black);
	margin-bottom: 35px;
}

.accor-content-text {
	max-width: 835px;
}
.accor-content-text p {
	margin-bottom: 30px;
}
.btn.accor-btn {
	margin-top: 40px;
}
.prog-ress-area {
	margin-top: 100px;
}
.progressbar-content {
	width: 830px;
	flex: 0 0 730px;
}
.single-progress {
	text-align: center;
}
.progress-text-area {
	width: 310px;
	flex: 0 0 310px;
	margin-left: 50px;
}
.progress-text-area h5 {
	font-size: 24px;
	color: var(--color-1);
	margin-bottom: 20px;
}
/* .eing-content-wrapper .accordion-item:last-of-type .accordion-button {
	border-bottom:none;
} */

.eing-content-wrapper .accordion-button::after {
	width: 35px;
	height: 35px;
	margin-left: auto;
	content: "\f107";
	transition: transform .2s ease-in-out;
	border: 4px solid var(--color-1);
	text-align: center;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	font-size: 28px;
	font-weight: 900;
	line-height: 29px;
	color: var(--color-1);
	background-image: none;
	margin-right: 70px;
	transform: rotate(0deg);
}
.eing-content-wrapper .accordion-button.active::after {
	color: var(--color-1);
	transform: rotate(180deg);
}
.eing-content-wrapper .accordion-button {
	border-bottom: 1px solid var(--grey-2);
	cursor: pointer;
}
.eing-content-wrapper .accordion-button.active {
	border-bottom:none;
	cursor: pointer;
}
.eing-content-wrapper .accordion-button {
	cursor: pointer;
}
.eing-content-wrapper .accordion-body {
	padding: 1rem 1.25rem;
	border-bottom: 0px solid var(--color-2);
	padding-bottom: 70px;
}
.eing-area {
	overflow: hidden;
}
.abs-img.accor-img {
	right: 40px;
	top: 106px;
	width: 410px;
	height: 305px;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	z-index: 2;
}
.abs-img.accor-img-two {
	right: 0;
	top: 190px;
	z-index: 1;
	width: 378px;
}
.eing-content-wrapper .accordion{counter-reset:acco-number;}
.eing-content-wrapper .accordion-item {counter-increment:acco-number;}
.eing-content-wrapper .accordion-item  .counte-accor::before{position: absolute;right: 0;bottom: 0;line-height: normal;content: counter(acco-number, decimal-leading-zero);}
/* eng-area-end */

.fitness-card-img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

/* contact-page  */
/*------------------radio style common-----------------*/
.radio_common li label {
    color: var(--grey-5);
    font-size: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
}

.radio_common li input[type="radio"] {
    display: none;
}
.radio_common li input[type="radio"] + label span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: -1px 7px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.radio_common.square li input[type="radio"] + label span {
  border-radius: 3px;
}
.radio_common li input[type="radio"] + label span {
	border: 3px solid var(--color-1);
	position: relative;
}
.radio_common li input[type="radio"] + label span::before {
	background: var(--color-1);
	border-radius: 100%;
	content: "";
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.radio_common.square li input[type="radio"] + label span::before {
    border-radius: 0px;
}
.radio_common li input[type="radio"]:checked + label span {
	border-color: var(--color-1);
}
.radio_common li input[type="radio"]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio_common li input[type="radio"]+label span,
.radio_common li input[type="radio"]:checked+label span {
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
/*-----------redio style-2-----------*/
.radio_style2 li input[type="radio"]+label span:before {
    height: 10px;
    left: 3px;
    top: 3px;
    width: 10px;
}
.contact-area {
	background: var(--grey-3);
	padding: 130px 0px;
}
.single-conta-address {
	background: var(--color-4);
	box-shadow: 0 4px 10px rgba(0 ,0,0, .16);
	border-top-left-radius: 65px;
	border-bottom-right-radius: 65px;
	padding: 30px 55px;
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}
.contact-address-left {
	flex: 0 0 45%;
	width: 45%;
	margin-right: 60px;
}
.contact-address-right {
	flex: 0 0 45%;
	width: 45%;
}
.contact-address-area-wrapper{justify-content: center;}
.contact-add-img {
	height: 67px;
	width: 67px;
	background: var(--color-2);;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
}
.contact-add-img img,.contact-add-img svg {
	margin-left: -33px;
	width: 70px;
}	
.single-conta-address h5 {
	font-size: 18px;
	font-weight: bold;
	color: var(--black);
	margin-bottom: 18px;
}
.single-conta-address p {
	margin-bottom: 5px;
	word-break: break-word;
}
.btn.single-cont-add {
	margin-top: 15px;
}
.contact-shidiul-list,.contact-shidiul-list-add {
	padding-bottom: 37px;
}
.contact-shidiul-list-add p{font-size: 16px;}
.contact-shidiul-list ul li span,.contact-shidiul-list-add span {
	font-weight: bold;
	text-transform: capitalize;
	width: 70px;
	display: inline-block;
}
.single-form-area input ,.single-form-area select,.single-form-area textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--color-1);
	padding: 7px 10px;
	margin-top: 20px;
	font-size: 14px;
	background: transparent;
}


.single-form-area.single-form-width {
	width: 47%;
}
.radio-area {
	width: 66%;
	text-align: left;
	float: left;
}
.btn.contact-submit {
	float: right;
	font-size: 16px;
	padding: 16px 27px;
	margin-top: 25px;
}
.single-conta-address.cont-form-wrap {
	padding-bottom: 62px;
}

/* custom checkbox */
/* The container */
.checkbox-wrapper {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-top: 20px;
	cursor: pointer;
	color: var(--grey-2);
	  cursor: pointer;
	  font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
  }
  .checkbox-wrapper p{color: var(--grey-2);
	cursor: pointer;
	font-size: 12px;}
  
  /* Hide the browser's default checkbox */
  .checkbox-wrapper input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: transparent;
	 border:3px solid var(--color-1);
	 margin-top: 7px;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-wrapper:hover input ~ .checkmark {
	background-color: transparent;
	 border:3px solid var(--color-1);
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-wrapper input:checked ~ .checkmark {
	background-color: transparent;
	border:3px solid var(--color-1);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-wrapper input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-wrapper .checkmark:after {
	left: 5.5px;
    top: 1.5px;
    width: 6px;
    height: 10px;
    border: solid var(--color-1);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }
/* contact-page -end */


/* news - page */
.news-area {
	background: var(--grey-3);
	padding: 100px 0px;
}
.single-news{
	border-top-right-radius: 55px;
	overflow: hidden;
	margin-bottom: 30px;
}
.news-content {
	background: var(--white);
	padding: 0px 30px;
	padding-top: 15px;
	padding-bottom: 35px;
	min-height: 430px;
}
/* .news-content-wrap{

	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;

} */
.news-date {
	margin-bottom: 20px;
	display: block;
}
.news-content h4 {
	font-size: 40px;
	margin-bottom: 25px;
	color: var(--color-6);
}
.kurese-slider-content p img {
	width: auto !important;
}
.kurese-slider-content p svg{width: 26px;height: 26px;margin-right: 6px;}

.das-area-wrapper h3 {
	font-size: 54px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.das-slider-area.owl-carousel .owl-stage-outer {
	padding-bottom: 10px;
}


/* popup-area-css */
.custom-popup-one .modal-dialog {
	max-width: 1100px;
	margin: 1.75rem auto;
}
.news-popup-img-area img {
	width: 100%;
	margin-bottom: 20px;
}
.news-popup-content span {
	font-size: 18px;
	font-style: italic;
}
.news-popup-content {
	padding: 0px 40px;
	padding-bottom: 20px;
	position: relative;
}
.news-popup-content::after {
	position: absolute;
	left: 50%;
	width: 500px;
	height: 1px;
	background: var(--grey-2);
	bottom: 0;
	content: "";
	transform: translateX(-50%);
}
.popup-news-socila-area {
	padding: 20px 0px;
}
.popup-news-socila-area h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.social-item {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: var(--white);
	font-size: 28px;
	margin: 0px 5px;
}

.news-popup-content h3 {
	margin-bottom: 21px;
}
.custom-popup-one .modal-content {
	border-top-right-radius: 50px;
}
.news-popup-close {
	position: absolute;
	right: -24px;
	top: -13px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 2px solid var(--white);
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	color: var(--white);
	cursor: pointer;
}

/* popup-area-css-end */
/* news page end */


/* unser page  */
.unser-team-area {
	background: var(--grey-3);
	padding-top: 60px;
	padding-bottom: 60px;
}

.single-service {
	margin-bottom: 90px;
}
.single-service .list-gun-img-area {
	margin-right: 40px;
}
.single-team {
	width: 25%;
	flex: 0 0 25%;
	text-align: center;
	margin-bottom: 40px;
}
.single-team img {
	margin-bottom: 15px;
	width: 200px;
    height: 200px;
    border-radius: 100%;
}
.team-info h5 {
	font-size: 18px;
	font-weight: bold;
}
.team-info p{margin-bottom: 0;}
.gellory-slider-area {
	width: 72%;
	flex: 0 0 72%;
}
.gellory-slider-area img{width: 205px;height: 335px;object-fit: cover;margin: auto;}
.gellery-area {
	background: var(--color-1);
	padding-top: 40px;
	padding-bottom: 60px;
}
.section-icon.gellery-title-icon {
	background: transparent;
}
.gellery-area h2{color: var(--color-4);}
.gellery-content-text h6 {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-4);
}
.gellery-content-text-wrapper {
	width: 27%;
	flex: 0 0 27%;
	padding-right: 65px;
}
.gellery-content-text p {
	color: var(--color-4);
}	
.gellery-bottom-area {
	margin-top: 40px;
}
.gellery-content-text.main-text-width {
	padding-right: 225px;
}
.gellery-b-img-area {
	flex: 0 0 69%;
	width: 69%;
}
.content-text-inner {
	width: 29%;
	flex: 0 0 29%;
	padding-left: 58px;
}
.content-text-inner.pl-less {
	padding-left: 0px;
}
.gellery-content-wrapper {
	padding-bottom: 100px;
}
.gellery-content-text.pl-add {
	text-align: right;
	padding-left: 280px;
	padding-top: 200px;
}
.gellery-bottom-inner {
	margin-top: 40px;
}
/* unser page end */






/* kurus-page */
.fitness-card-wrapper {
	/* padding-top: 100px;
	border-top: 1px solid var(--color-2); */
	margin-top: 100px;
}
.single-fitness-card {
	max-width: 300px;
	box-shadow: 0 4px 10px rgba(0 ,0,0, .16);
	border-radius: 30px;
	margin:auto;
}
.f-card-content {
	padding: 0px 30px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
}
.f-card-content h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 14px;
}
.miltter-area {
	width: 50%;
	flex: 0 0 50%;
	position: relative;
}
.miltter-area::after {
	position: absolute;
	right: -5px;
	height: 100%;
	width: 1px;
	background: var(--color-1);
	content: "";
	top: 0;
}
.millter-bar {
	display: inline-block;
	height: 7px;
	width: 18px;
	background: var(--color-2);;
	line-height: 1;
}
.miltter-area p {
	margin: -3px;
}
.f-c-timer-area p {
	margin: 0;
}
.f-c-timer-area p img {
	margin-right: 5px;
}
.millter-bar.filled {
	background: var(--color-1);
}
.btn.fitness-c-btn {
	margin-top: 24px;
}

.f-card-expand-area {
	margin-top: 20px;
}
.exp-btn {
	background: var(--color-4);
	width: 50px;
	display: inline-block;
}
.exp-btn.exp-btn.active i {
	height: 30px;
	width: 30px;
	display: inline-block;
	border: 3px solid var(--color-1);
	line-height: 27px;
	border-radius: 50%;
	font-size: 28px;
	color: var(--color-1);
	transform: rotate(180deg);
	transition: .3s;
}
.exp-btn.exp-btn i {
	height: 30px;
	width: 30px;
	display: inline-block;
	border: 3px solid var(--color-1);
	line-height: 25px;
	border-radius: 50%;
	font-size: 28px;
	color: var(--color-1);
	transform: rotate(0deg);
	transition: .3s;
}
.exp-btn-area {
	position: relative;
}
.exp-btn-area::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--color-1);
	content: "";
	top: 50%;
	margin-top: -1px;
	z-index: -1;
}
/* .exp-content {
	margin-top: 10px;
} */

.fitness-card-active.owl-carousel .owl-stage-outer {
	
	padding-bottom: 15px;
}

.counte-accor h2 {
	margin-bottom: 0px;
	margin-left: 43px;
	font-size: 54px;
	line-height: 2;
}
.time-line-cont {
	box-shadow: 0px 3px 6px rgba(4, 11, 237, .16);
	padding: 15px 20px;
	border-radius: 40px;
	margin-bottom: 40px;
	text-align: center;
	height: 70px;
}
.time-line-cont p {
	margin-bottom: 0px;
}
.time-line-cont h5 {
	font-weight: bold;
	margin-bottom: 1px;
}
.time-line-wrapper {
	border-top: 1px solid var(--color-1);
}

.timeline-head {
	position: relative;
	top: -43px;
	text-align: center;
}
.timeline-head h5 {
	font-size: 18px;
	color: var(--color-1);
	font-weight: bold;
	position: relative;
}
.timeline-head h5::after {
	position: absolute;
	height: 20px;
	width: 20px;
	background: var(--color-1);
	content: "";
	border-radius: 50%;
	bottom: -31px;
	left: 50%;
	transform: \);
	margin-left: -10px;
}
.time-line-area {
	margin-top: 80px;
}

.time-line-mt-250 {
	margin-top: 250px;
}

.time-line-mt-230 {
	margin-top: 230px;
}

.time-line-mt-150 {
	margin-top: 150px;
}
.download-btn-area.text-center {
	margin-bottom: 30px;
	margin-top: 55px;
}
.btn.download-btn {
	background: transparent;
	border: 2px solid var(--color-3);
}



/* kurus-page */


/* offcanvas-menu */
.bar {
	color: var(--black);
	cursor: pointer;
	font-size: 30px;
	margin-right: 30px;
}
.offcanvas-menu {
	width: 340px;
	height: 100%;
	background: var(--color-1);
	position: fixed;
	right: 0;
	text-align: center;
	padding-top: 70px;
	z-index: 11;
	transform: translateX(100%);
	transition: .3s;
}
.offcanvas-menu.active {
	transform: translateX(0%);
	z-index: 999999;
}
.navbar-collapse.show ul li {
	padding: 13px 20px;
	display: inline-table;
	transition: .3s;
	border-radius: 40px;
}
.navbar-collapse.show ul.navbar-nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navbar-collapse.show ul li a {
	font-size: 21px;
	color: var(--color-9);
	font-weight: 600;
	text-decoration: none;
}
.navbar-collapse.show ul li:hover {
	background: var(--color-3);
	color: var(--color-10);
}
.navbar-collapse.show ul li:hover a{
	color: var(--black);
}
.cross {
	position: absolute;
	top: 20px;
	right: 32px;
	font-size: 30px;
	color: var(--white);
	cursor: pointer;
}

.btn.offcan-brn {
	margin-top: 30px;
	width: auto;
}


.collaps-item ul li {
	display: inline-block;
	padding: 0px 29px;
}
.collaps-item {
	background: var(--color-1);
	padding: 10px 42px;
	border-radius: 40px;
}

.banner-collaps-icon {
	display: inline-block;
	/* background: var(--color-1); */
	width: 56px;
	height: 21px;
	text-align: center;
	line-height: 0px;
	font-size: 25px;
	color: var(--color-4);
	position: absolute;
	
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.banner-collaps-icon i{    position: absolute;
    top: 1px;
    left: 21px;}
.pree.banner-collapes {
	width: 100%;
	background: var(--color-1);
	height: 5px;
	border-radius: 40px;
}
.gellery-b-img-area img {
	width: 100%;
}
.gellery-another-img img {
	width: 100%;
}

/* dropdown menu */
.navbar-nav .dropdown-menu{background-color:var(--color-9);position: absolute;padding: 0;border-radius: 20px;overflow: hidden;border:none;box-shadow: 0px 4px 10px rgb(70 53 160 / 20%);}
.dropdown-item:focus, .dropdown-item:hover{background: transparent;}
.dropdown-menu li{display: block;width: 100%;border-radius: 0!important;}
.dropdown-menu li:hover{border-radius: 0;}
.navbar-collapse.show ul.dropdown-menu li{border-radius: 0;text-align: center;}
.nav-link.dropdown-toggle::after {
  
    content: "\f107";
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    color:var(--color-10);
    background-image: none;
  border:none;
  vertical-align: middle;
}
.navbar-collapse.show  .nav-link.dropdown-toggle::after{color:var(--color-9);font-weight: 600;}
.navbar-collapse.show  .nav-item:hover .nav-link.dropdown-toggle::after{color:var(--color-10);}
.dropdown-menu .dropdown-item:active {
    color:var(--color-10);
    text-decoration: none;
    background-color: transparent;
}

/* popup map  */

.map-popup-content h3 {
	font-size: 42px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.map-popup-content h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background: var(--color-4);
	height: 1px;
}

.cross-pop {
	position: absolute;
	left: 30px;
	top: 30px;
	color: var(--color-1);
	font-size: 20px;
	height: 25px;
	width: 25px;
	border: 2px solid var(--color-1);
	line-height: 22px;
	border-radius: 50%;
	cursor: pointer;
}
.wihte-btn-arae {
	margin-top: 36px;
}
.wihte-btn-arae a {
	margin-bottom: 20px;
	/* background: var(--white); */
	width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	position: relative;
	font-size: 15px;
}
.wihte-btn-arae a i{position: absolute;top: 0;left: 30px;font-size: 18px;line-height: 51px;}
.contact-info a {
	display: inline-block;
	color: var(--black);
	text-decoration: none;
	font-weight: normal;
	
}
.contact-info {
	margin-top: 20px;
}
.contact-info span{font-weight: bold;display: block;}

.popup-map-area {
	max-width: 480px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1111;
	padding: 20px 60px;
	text-align: center;
	background: var(--color-2);
	border-bottom-left-radius: 75px;
	margin-top: -300px;
	display: none;
	transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.selected {
	animation: slide-in 0.5s forwards;
	-webkit-animation: slide-in 0.5s forwards;
  }
  
  .dismiss {
	animation: slide-out 0.5s forwards;
	-webkit-animation: slide-out 0.5s forwards;
  }
 
  
  @keyframes slide-in {
	0% {
	  -webkit-transform: translateX(100%);
	}
	100% {
	  -webkit-transform: translateX(0%);
	}
  }
  
  @-webkit-keyframes slide-in {
	0% {
	  transform: translateX(100%);
	}
	100% {
	  transform: translateX(0%);
	}
  }
  
  @keyframes slide-out {
	0% {
	  transform: translateX(0%);
	}
	100% {
	  transform: translateX(100%);
	}
  }
  
  @-webkit-keyframes slide-out {
	0% {
	  -webkit-transform: translateX(0%);
	}
	100% {
	  -webkit-transform: translateX(100%);
	}
  }

  /* end popup map */


/* update 15-02 */
.header-area::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
	background: var(--color-1);
	content: "";
	height: 100.5%;
	z-index: -1;
}
.sticky-wrapper{
	background: var(--color-9);
	z-index: 1111;
}
.sticky-wrapper.sticky .header-area {
	background: var(--color-9);
	z-index: 111111;
	box-shadow: 0px 3px 7px rgba(166, 166, 166, .3);
	transition: .3s;
	padding: 15px 0px;
	width: 100% !important;
}
.btn.header-btn:hover {
	background: var(--color-2);;
	color: var(--black);
}
.btn{
	transition: .3s;
	border: 2px solid transparent;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.btn:hover {
	background: var(--color-1);
	color: var(--color-4);
	border-color: var(--color-4);
	
}
.abs-img-3 {
	bottom: 95px;
	position: fixed;
	right: 20px;
	z-index: 1111;
}
.kurese-slider-active .slick-arrow{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	background: var(--color-1);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: var(--white);
	cursor: pointer;
	z-index: 11;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.kurese-slider-active .slick-arrow.slick-next{
	left: auto;
	right: 15px;
}

.testimonial-items.owl-carousel .owl-nav div {
	left: -12px;
}
.testimonial-items.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -12px;
}
.ihre-right-content {
	background: transparent;width: 55%;overflow: hidden;
}
.ihre-area {
	position: relative;
}
.ihre-area::after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40%;
	content: "";
	background: var(--grey-3);
	width: 100%;
	z-index: -1;
}

span.counter {
	font-size: 40px;
	font-weight: bold;
	color: var(--color-1);
	display: block;
	margin-bottom: 0px;
}
.counter-content h2 {
	font-size: 17px;
	color: var(--color-1);
}
.counter-area {
	position: relative;
}
.counter-content {
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%);
}

.fitness-card-active.owl-carousel .owl-nav div {
	top: 50%;
}

.das-slider-area.owl-carousel .owl-nav div {
	left: 0;	
}
.das-slider-area.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.single-icon-prog {
	position: relative;
	margin: 10px 0;
}
.circle-wrap{    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0px 2px 7px rgb(156 156 156 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;}
	.circle-inner{width: 108px;
		height: 108px;
		background: var(--color-1);
		border-radius: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;}
		.circle-inner span i{font-size: 50px;
			color: var(--color-4);}
.icon-img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	transform: translateY(-52%);
	margin-left: -24px;
}
.modal {
	z-index: 108911 !important;
}


.sticky-wrapper.sticky .header-area:after{
	display: none;
}

.listgun-content-wrap.owl-carousel .owl-nav div{
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	left: 0;
	display: none;
}
/* .listgun-content-wrap.owl-carousel:hover .owl-nav div{
	opacity: 1;
	visibility: visible;
	transition: .3s;
} */
.listgun-content-wrap.owl-carousel .owl-dots {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.listgun-content-wrap.owl-carousel .owl-dots div {
	height: 3px;
	width: 15px;
	background: var(--color-1);
	display: inline-block;
	margin: 0px 3px;
	border-radius: 9px;
	cursor: pointer;
}
.listgun-content-wrap.owl-carousel .owl-dots .owl-dot.active {
	background: var(--color-2);
}


.amin-banner-thumb {
	height: 486px;
	max-width: 650px;
	border-top-left-radius: 87px;
	overflow: hidden;
	border-bottom-right-radius: 87px;
	object-fit: cover;
	object-position: center center;
}

.kurus-s-img{
	height: 260px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	object-fit: cover;
}

.news-img-area img {
	height: 320px;
	border-top-right-radius: 50px;
	object-fit: cover;
	min-width: 520px;
}

/*offcanva area*/


.offcanvas-header {
	display: none;
}
.offcanvas-header .btn-close{background: none;
    position: absolute;
    top: 20px;
    right: 32px;
    font-size: 30px;
    color: var(--color-9);
    cursor: pointer;
}
.navbar-toggler i{
    color: var(--color-10);
    cursor: pointer;
    font-size: 30px;
}
.navbar-toggler{padding: 0;}
.btn-close{opacity: 1;}
.navbar-toggler:focus,.btn-close:focus{outline: none;box-shadow: none;}
.navbar-collapse{justify-content: space-between;}
.footer-menu ul li:first-child:after{content: none;}

/*offcanva-aera-end*/

/* kursplan table */

.course-plan-container {
    max-width: 400px;
    margin: 0 auto;
}

.schedule-filter .menu {
    overflow-x: auto;
    margin: 0 0 20px;
    display: flex;
    max-width: 100%;
    padding: 18px 8px;
    border-radius: 20px;
    background-color: var(--color-4);
    /* box-shadow: 0 0 10px rgb(0 0 0 / 25%); */
}
/* Hide scrollbar */
.schedule-filter .menu {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.schedule-filter .menu::-webkit-scrollbar {
    display: none;
}

.schedule-filter .menu-link {
    min-width: 130px;
    color: var(--color-1);
    background: none;
    padding: 0.75rem 1.5rem;
    margin: 0 .5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    cursor: grab;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
	font-weight: 500;
}

.schedule-filter .menu-link.active,
.schedule-filter .menu-link:hover {
    color: var(--white);
    background: var(--color-1);
}

.schedule-filter .menu-link:focus {
    outline: 0;
}

.custom-dropdown-select {
    border: 0;
    position: relative;
}

.custom-dropdown-select .menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.custom-dropdown-select.open .menu {
    display: block;
    border-radius: 12px;
}

.custom-dropdown-select .menu-link {
    width: 100%;
    cursor: pointer;
    background: var(--white);
    white-space: normal;
    margin: 0;
}

.custom-dropdown-select .menu-link.active {
    position: relative;
}
.custom-dropdown-select .menu-link.active::after {
    position: absolute;
    content: "";
    top: 57%;
    transform: translateY(-50%);
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--white) transparent transparent transparent;
}
.custom-dropdown-select.open .menu-link.active::after {
    border-color: transparent transparent var(--white) transparent;
    top: 40%;
}

.custom-dropdown-select .filter-link.active::after {
    display: none;
}

.schedule-table {
    background: var(--color-2);
    color: var(--color-5);
    text-align: center;
    display: grid;
    border-radius: 25px;
    overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.schedule-table .col {
    padding: 0;
}
.schedule-table p {
    margin: 0;
	font-weight: 500;
}

.col-header {
    padding: 1rem;
    background: var(--color-2);
    filter: brightness(1.2);
}

.col-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.col:last-of-type .col-body {
    border: 0;
}

.schedule-item {
    padding: 1rem;
    max-height: 150px;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.schedule-item.inactive {
    visibility: hidden;
    max-height: 0;
    padding: 0 1rem;
    opacity: 0;
}

.schedule-item .time {
    color: var(--color-1);
}

.schedule-section .btn-with-icon .icon {
    position: relative;
    top: -1px;
}

.day-filter-item {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}
.day-filter-item.inactive {
    visibility: hidden;
    max-height: 0 !important;
    opacity: 0;
}
.section-icon svg,.jetzt-icon-content svg{width: 76px;}
.jetzt-icon-content svg{margin-bottom: 30px;}
.content-area{margin-top: 80px;margin-bottom: 80px;}
.content-area h3,.content-area h4{margin-bottom: 20px;}


/* progress bar */

.single-progress .circle-wrap{margin: 15px 0;}
.progress {
	width: 108px;
	height: 108px;
	background: none;
	position: relative;
  }
  
  .progress::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid var(--color-2);
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .progress>span {
	width: 50.3%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
  }
  
  .progress .progress-left {
	left: 0px;
  }
  
  .progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 3px;
	border-style: solid;
	position: absolute;
	border-color: var(--color-1)!important;
	top: 0;
  }
  
  .progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
  }
  
  .progress .progress-right {
	right: 0;
  }
  
  .progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
  }
  
  .progress .progress-value {
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .rounded-circle .h2{
	font-size: 40px;
    font-weight: bold;
    color: var(--color-1);
    display: block;
    margin-bottom: 0px;
	position: relative;
  }
  .rounded-circle .small{
	position: absolute;
    bottom: -18px;
    font-size: 16px;
    display: block;
    left: 0;
    right: 0;
    font-weight: 400;
  }
  .modal-body video{width: 100%;}
  .modal-backdrop{z-index: 11111;pointer-events: none;}
 .modal .close{position: absolute;
    right: -15px;
    top: -18px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 32px;
    text-align: center;
    background: var(--color-2);cursor: pointer;}
	.abs-img.accor-img.play-btn-wrap{z-index: 11;border:none;  background: rgba(0,0,0,0.2);margin: 0;}
	.play-btn{
		position: absolute;
		right: 40%;
		top: 40%;
		width: 60px;
		height: 60px;
		background: var(--white);
		z-index: 11;
		text-align: center;
		border-radius: 100%;
		margin-top: 0;
		margin: 0!important;
	
	}
	.play-btn i{font-size: 26px;line-height: 60px;margin-left: 6px;}
	.abs-img.accor-img.play-btn-wrap:hover .play-btn{background: var(--color-2);}
	.abs-img.accor-img.play-btn-wrap:hover .play-btn i{color: var(--white);}

	
	input.invalid {
		outline: 0;
		border-bottom: 1px solid var(--error);
	  }
	  input.valid {
		outline: 0;
		border-bottom: 1px solid var(--success);
	  }
	  input.warning {
		outline: 0;
		border-bottom: 1px solid var(--warning);
	  }
	.validation-text {
	  display: none;
	  color: var(--error);
	  margin: 0;
	  font-size: 12px;
	  margin-left: 10px;
	  margin-top: 3px!important;
		text-align: left;
		margin-bottom: 0!important;
	}
	.radio-area .validation-text{margin-left: 0px;}
	.custom-control {
		position: relative;
		z-index: 1;
		display: block;
		min-height: 1.5rem;
		padding-left: 1.5rem;
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
	.custom-control-input {
		position: absolute;
		left: 0;
		z-index: -1;
		width: 1rem;
		height: 1.25rem;
		opacity: 0;
	}
	.custom-control-label {
		position: relative;
		margin-bottom: 0;
		vertical-align: top;
	}
	.custom-control-label::before {
		position: absolute;
		top: 0.4rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		background-color: transparent;
		border: 2px solid var(--color-1);
	}
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.custom-control-label::after {
		position: absolute;
		top: 0.4rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background: 50%/50% 50% no-repeat;
	}
	.custom-control-input:checked~.custom-control-label::before {
		color: var(--white);
		border-color: var(--color-1);
		background-color: var(--color-1);
	}
	.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
	}
	.radio-area{margin-top: 20px;}
	.radio-area label span{
		color: var(--grey-2);
    cursor: pointer;
    font-size: 13px;
	}
	.btn.contact-submit:focus{box-shadow: none;}
	.lightbox {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		
	}
	.lb-outerContainer{
		order: 2;
	}
	.lb-nav a.lb-next,.lb-nav a.lb-prev{background-size: 40px;}
	.lb-data .lb-close{width: 20px;height: 20px;background-size: cover;margin-bottom: 3px;}