@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
.main-font {
	font-family: 'Roboto', sans-serif;
}
.alt-font {
	font-family: 'Roboto', sans-serif
}
#style-customizer {
	height: 265px;
}
#style-customizer input {
	max-width: inherit;
}

::-moz-selection {
 background:#81a6ac;
 color:#fff;
 text-shadow:none
}

::-webkit-scrollbar {
 background-color:#ccc;
 width:8px;
 cursor:pointer;
}

::-webkit-scrollbar-thumb {
 background-color:#81a6ac
}

::selection {
 background:#81a6ac;
 color:#fff;
 text-shadow:none
}
.vll1 {
	color: #ffffff;
	font-weight: 100 !important;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	font-weight:300;
	line-height:25px;
	width: 100%;
	overflow-x: hidden
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 200;
	font-family: 'Rubik', sans-serif
}
.h1, h1 {
	font-size: 3rem;
}
 a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
 transition: ease-in-out 0.2s;
 -webkit-transition: ease-in-out 0.2s;
 -moz-transition: ease-in-out 0.2s;
 -ms-transition: ease-in-out 0.2s;
 -o-transition: ease-in-out 0.2s;
}
section, .section-padding {
	position: relative;
	overflow: hidden;
}
.section-top-margin {
	margin-top: 7.5rem;
}
a {
	color:inherit;
	text-decoration: none;
}
.rev_slider_wrapper {
	width: 100% !important;
}
.btn.focus, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
p:last-child {
	margin-bottom: 0 !important;
}
.fa, .far, .fas {
	display: inline;
}
a:active, a:hover {
	color: #81a6ac;
}
blockquote {
	border-left: 2px solid;
	padding: 10px 15px 10px 35px;
	margin: 25px 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 32px;
	margin-bottom: 32px;
}
blockquote > cite {
	font-weight: 400;
	font-size: 14px;
	display: block;
}
.hidden {
	display: none;
}
section {
	padding: 7.5rem 0;
}
.no-transition * {
	transition-timing-function:initial;
	-moz-transition-timing-function:initial;
	-webkit-transition-timing-function:initial;
	-o-transition-timing-function:initial;
	-ms-transition-timing-function:initial;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
}
.bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.opacity-full {
	opacity: 1;
}
.opacity-1 {
	opacity: .1;
}
.opacity-2 {
	opacity: .2;
}
.opacity-3 {
	opacity: .3;
}
.opacity-4 {
	opacity: .4;
}
.opacity-5 {
	opacity: .5;
}
.opacity-6 {
	opacity: .6;
}
.opacity-7 {
	opacity: .7;
}
.opacity-8 {
	opacity: .8;
}
.opacity-9 {
	opacity: .9;
}
.font-weight-100 {
	font-weight: 100;
}
.font-weight-300 {
	font-weight: 300;
}
.font-weight-500 {
	font-weight: 500;
}
.font-weight-600 {
	font-weight: 600;
}
.axel-logo-footerline {
	transform:scale(1);
 -webkit-transition:.5s ease-in-out;
 transition:.5s ease-in-out;
	width: 270px;
}
.axel-logo-footerline:hover {
	-webkit-transform:scale(0.96);
	transform:scale(0.96);
}
.lablec-felso {
	text-align: center;
	border-top: 1px solid #eee;
	margin-top: 90px;
	padding-top: 70px;
	padding-bottom: 20px;
}
.lablec-ismereto {
	color: #415456;
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	width: 70%;
	margin: 30px auto 0px;
}
.btn {
	-webkit-appearance: initial;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display:inline-block;
	font-size: 17px;
	border:2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	width: auto;
	font-weight: 500;
 -webkit-transition: all .5s ease;
 -o-transition: all .5s ease !important;
 transition: all .5s ease !important;
}
.btn.btn-small {
	font-size:12px;
	padding: 4px 1.8em;
}
.btn.btn-medium {
	font-size:12px;
	padding: 6px 1.8em;
}
.btn.btn-large {
	font-size:14px;
	padding: 11px 41px;
	line-height: 1.8em;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.btn.btn-white {
	background:#ffffff;
	border-color: #ffffff;
	color: #585858
}
.btn.btn-white:hover, .btn.btn-white:focus {
	background: transparent !important;
	border-color: #ffffff;
	color:  #ffffff !important
}
.btn.btn-transparent-white {
	background:transparent;
	border-color: #ffffff;
	color:  #ffffff
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
	background: #ffffff !important;
	color: #585858 !important
}
.btn.btn-transparent-black {
	background:transparent;
	border-color: #2b2b2b;
	color: #2b2b2b
}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {
	background: #2b2b2b !important;
	color: #ffffff !important
}
.btn.btn-black-white-background {
	background:#202020;
	border-color: #202020;
	color: #ffffff
}
.btn.btn-black-white-background:hover, .btn.btn-transparent-black:focus {
	background: #ffffff !important;
	color: #202020 !important;
	border-color: transparent !important;
}
.btn.btn-transparent-purple {
	background:transparent;
	border-color: #02aeb3;
	color: #02aeb3
}
.btn.btn-transparent-purple:hover, .btn.btn-transparent-purple:focus {
	background: #02aeb3 !important;
	color: #ffffff !important
}
.btn.btn-black {
	background: #2b2b2b;
	border-color: #2b2b2b;
	color: #ffffff
}
.btn.btn-black:hover, .btn.btn-black:focus {
	background: transparent !important;
	border-color: #2b2b2b;
	color: #2b2b2b !important
}
.btn.btn-purple {
	background: #02aeb3;
	border-color: #02aeb3;
	color: #ffffff
}
.btn.btn-purple:hover, .btn.btn-purple:focus {
	background: transparent !important;
	border-color: #02aeb3;
	color: #02aeb3 !important
}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #585858 !important
}
.white-tran-black-btn {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 30px;
	color:#ffffff !important;
	font-weight: 500;
	background-color:transparent;
	border:1px solid #ffffff !important;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer
}
.white-tran-black-btn:hover {
	color: #202020 !important;
	background-color:#ffffff !important;
	border: 1px solid transparent !important;
}
.white-tran-black-btn-solid-border {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 30px;
	color:#ffffff !important;
	font-weight: 500;
	background-color:transparent;
	border:2px solid #ffffff !important;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer
}
.white-tran-black-btn-solid-border:hover {
	color: #202020 !important;
	background-color:#ffffff !important;
	border: 2px solid transparent !important;
}
.white-blue-btn {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 25px;
	color:#FFFFFF;
	font-weight: 500;
	background-color:transparent;
	border:1px solid #FFFFFF;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer
}
.white-blue-btn:hover {
	color: #ffffff;
	background-color:#236e76 !important;
	border: 1px solid #236e76;
}
.white-tran-yellow-btn {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 10px 30px;
	color:#ffffff !important;
	font-weight: 500;
	background-color:transparent;
	border:1px solid #ffffff !important;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer
}
.white-tran-yellow-btn:hover {
	color: #202020 !important;
	background-color:#e8d716 !important;
	border: 1px solid transparent !important;
}
.blue-and-black-btn {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 7px 35px;
	color:#ffffff;
	font-weight: 500;
	background-color:#5bbdbb;
	border:1px solid transparent;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer
}
.blue-and-black-btn:hover {
	color: #ffffff !important;
	background-color:#202020 !important;
	border: 1px solid transparent;
}
.black-and-black-btn {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	padding: 7px 30px;
	color: #ffffff;
	font-weight: 500;
	background-color: #81a6ac;
	border: 1px solid transparent;
	border-radius: 0px;
 -webkit-transition: .8s ease !important;
 -o-transition: .8s ease !important;
 transition: .8s ease !important;
	cursor: pointer;
	width: 140px !important;
}
.black-and-black-btn:hover {
	color: #ffffff !important;
	background-color:#415456 !important;
	border: 1px solid transparent;
}
.lrs {
	color: #81a6ac;
	font-size: 13px;
}
.krds {
	color: #81a6ac;
}
.arlink1 {
	text-decoration:underline;
}
.arlink1:hover {
	color: #81a6ac;
}
.bg-main {
	background: #02aeb3;
}
.bg-black {
	background: #202020;
}
.bg-black-light {
	background: #2b2b2b;
}
.bg-dark {
	background-color: #1d1d21 !important;
}
.bg-blue {
	background-color: #02aeb3;
}
.bg-pink {
	background-color: #f033b5;
}
.bg-purple {
	background-color: #9556f5;
}
.main-color {
	color: #02aeb3;
}
.mx-570 {
	max-width: 570px;
	display: inline-block;
}
.social-icon-bg a i.fa-facebook-f {
	background-color: #3B5998;
}
.social-icon-bg a i.fa-twitter {
	background-color: #02aeb3;
}
.social-icon-bg a i.fa-google-plus {
	background-color: #DD4B39;
}
.social-icon-bg a i.fa-linkedin-in {
	background-color: #0976B4;
}
.social-icon-bg a i.fa-instagram {
	background-color: #c13584;
}
.social-icon-bg a i.fa-youtube {
	background-color: #dd4b39;
}
.social-icon-bg a i.fa-pinterest-p {
	background-color: #B7242A;
}
.social-icon-bg a i.fa-instagram {
	background-color: #e8715c;
}
.social-icon-bg a i.fa-vimeo {
	background-color: #1ab7ea;
}
.social-icon-bg a i.fa-vk {
	background-color: #4c75a3;
}
.social-icon-bg a i.fa-youtube {
	background-color: #cd201f;
}
.social-icon-bg a i.fa-pinterest {
	background-color: #bd081c;
}
.social-icon-bg a i.fa-tumblr {
	background-color: #34465d;
}
.social-icon-bg a i.fa-behance {
	background-color: #131418;
}
.social-icon-bg a i.fa-dribbble {
	background-color: #ea4c89;
}
.social-icon-bg a i.fa-google-plus {
	background-color: #dd4b39;
}
.social-icon-bg a i.fa-xing {
	background-color: #026466;
}
.social-icon-bg a i.fa-yelp {
	background-color: #af0606;
}
.social-icon-bg a i.fa-vine {
	background-color: #00b489;
}
.social-icon-bg-hvr a:hover i.fa-facebook-f {
	background-color: #3B5998;
}
.social-icon-bg-hvr a:hover i.fa-twitter {
	background-color: #02aeb3;
}
.social-icon-bg-hvr a:hover i.fa-google-plus {
	background-color: #DD4B39;
}
.social-icon-bg-hvr a:hover i.fa-linkedin-in {
	background-color: #0976B4;
}
.social-icon-bg-hvr a:hover i.fa-instagram {
	background-color: #c13584;
}
.social-icon-bg-hvr a:hover i.fa-youtube {
	background-color: #dd4b39;
}
.social-icon-bg-hvr a:hover i.fa-pinterest-p {
	background-color: #B7242A;
}
.social-icon-bg-hvr a:hover i.fa-instagram {
	background-color: #e8715c;
}
.social-icon-bg-hvr a:hover i.fa-vimeo {
	background-color: #1ab7ea;
}
.social-icon-bg-hvr a:hover i.fa-vk {
	background-color: #4c75a3;
}
.social-icon-bg-hvr a:hover i.fa-youtube {
	background-color: #cd201f;
}
.social-icon-bg-hvr a:hover i.fa-pinterest {
	background-color: #bd081c;
}
.social-icon-bg-hvr a:hover i.fa-tumblr {
	background-color: #34465d;
}
.social-icon-bg-hvr a:hover i.fa-behance {
	background-color: #131418;
}
.social-icon-bg-hvr a:hover i.fa-dribbble {
	background-color: #ea4c89;
}
.social-icon-bg-hvr a:hover i.fa-google-plus {
	background-color: #dd4b39;
}
.social-icon-bg-hvr a:hover i.fa-xing {
	background-color: #026466;
}
.social-icon-bg-hvr a:hover i.fa-yelp {
	background-color: #af0606;
}
.social-icon-bg-hvr a:hover i.fa-vine {
	background-color: #00b489;
}
.social-icon-clr a i.fa-facebook-f {
	color: #3B5998;
}
.social-icon-clr a i.fa-twitter {
	color: #0976B4;
}
.social-icon-clr a i.fa-google-plus {
	color: #DD4B39;
}
.social-icon-clr a i.fa-linkedin-in {
	color: #0976B4;
}
.social-icon-clr a i.fa-instagram {
	color: #c13584;
}
.social-icon-clr a i.fa-youtube {
	color: #dd4b39;
}
.social-icon-clr a i.fa-pinterest-p {
	color: #B7242A;
}
.social-icon-clr a i.fa-instagram {
	color: #e8715c;
}
.social-icon-clr a i.fa-vimeo {
	color: #1ab7ea;
}
.social-icon-clr a i.fa-vk {
	color: #4c75a3;
}
.social-icon-clr a i.fa-youtube {
	color: #cd201f;
}
.social-icon-clr a i.fa-pinterest {
	color: #bd081c;
}
.social-icon-clr a i.fa-tumblr {
	color: #34465d;
}
.social-icon-clr a i.fa-behance {
	color: #131418;
}
.social-icon-clr a i.fa-dribbble {
	color: #ea4c89;
}
.social-icon-clr a i.fa-google-plus {
	color: #dd4b39;
}
.social-icon-clr a i.fa-xing {
	color: #026466;
}
.social-icon-clr a i.fa-yelp {
	color: #af0606;
}
.social-icon-clr a i.fa-vine {
	color: #00b489;
}
.social-icon-clr-hvr a i:hover.fa-facebook-f {
	color: #3B5998;
}
.social-icon-clr-hvr a i:hover.fa-twitter {
	color: #0976B4;
}
.social-icon-clr-hvr a i:hover.fa-google-plus {
	color: #DD4B39;
}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {
	color: #0976B4;
}
.social-icon-clr-hvr a i:hover.fa-instagram {
	color: #c13584;
}
.social-icon-clr-hvr a i:hover.fa-youtube {
	color: #dd4b39;
}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {
	color: #B7242A;
}
.social-icon-clr-hvr a i:hover.fa-instagram {
	color: #e8715c;
}
.social-icon-clr-hvr a i:hover.fa-vimeo {
	color: #1ab7ea;
}
.social-icon-clr-hvr a i:hover.fa-vk {
	color: #4c75a3;
}
.social-icon-clr-hvr a i:hover.fa-youtube {
	color: #cd201f;
}
.social-icon-clr-hvr a i:hover.fa-pinterest {
	color: #bd081c;
}
.social-icon-clr-hvr a i:hover.fa-tumblr {
	color: #34465d;
}
.social-icon-clr-hvr a i:hover.fa-behance {
	color: #131418;
}
.social-icon-clr-hvr a i:hover.fa-dribbble {
	color: #ea4c89;
}
.social-icon-clr-hvr a i:hover.fa-google-plus {
	color: #dd4b39;
}
.social-icon-clr-hvr a i:hover.fa-xing {
	color: #026466;
}
.social-icon-clr-hvr a i:hover.fa-yelp {
	color: #af0606;
}
.social-icon-clr-hvr a i:hover.fa-vine {
	color: #00b489;
}
.center-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 11111;
}
.bees {
	display:none;
}
.upper-nav {
	padding: 25px 0;
}
.upper-nav .contact-info {
	display: flex;
	align-content: center;
}
.contact-info span {
	font-family: 'Roboto';
	color: #ffffff;
	font-size: 15px;
}
.contact-social-icons .upper-social-icons {
	margin-bottom: 0;
	position: relative;
	top: 3px;
}
.contact-social-icons .upper-social-icons li:first-child {
	margin-left: 0;
}
.contact-social-icons .upper-social-icons li {
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.contact-social-icons .upper-social-icons li a {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	background:#81a6ac;
	color: #ffffff;
}
.contact-social-icons .upper-social-icons li a i {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact-social-icons .upper-social-icons li a:hover {
	background-color: #FFFFFF;
	color: #81a6ac;
}
.main-nav {
	background-color: #FFFFFF;
}
.navbar {
	padding: 0;
}
.navbar .navbar-brand {
	padding: 15px 20px;
}
.navbar .navbar-brand img {
	max-width: 100%;
	height: 96px;
}
.navbar-nav {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-right:20px;
}
.navbar-nav .nav-item {
	margin-left: 15px;
}
.navbar-nav .nav-item:first-child {
	margin-left: 0;
}
.navbar-nav .nav-item:last-child {
	margin-right:15px;
}
.navbar-nav .nav-item .nav-link {
	color: #27282c;
	font-size: 20px;
	line-height: 21px;
	font-weight: 400;
	opacity: 1;
	letter-spacing: -0.5px;
}
.header-appear {
	height: 110px;
	position: fixed;
	z-index: 11111;
	background: #ffffff;
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 7px 10px -14px rgba(0, 0, 0, 0.35);
	box-shadow:0 7px 10px -14px rgba(0, 0, 0, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-appear .main-nav {
	background-color: #FFFFFF;
}
.header-appear .navbar-nav .nav-item .nav-link {
	color: #202020;
	visibility: visible !important;
}
 @-webkit-keyframes animationFade {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes animationFade {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.hide {
	display: none;
}
.header-appear .sidemenu_btn {
	top: 27px;
}
.header-appear .sidemenu_btn i {
	color: #81a6ac;
}
.logo-with-background {
	display: block;
}
.logo-without-background {
	display: none;
}
.dsd {
	font-size: 11px!important;
	position: absolute;
	left: 44px;
	top: 18px;
}
.szfv {
	margin-left:8px;
}
.cim {
	margin-top: -6px;
}
.cim i {
	color: #fff;
	position: relative;
	margin-top: 6px;
	font-size: 28px;
}
.icon span:before {
	position: relative;
	top: 2px;
	color: #81a6ac;
	font-size: 50px;
	line-height: 50px;
	transition: all 300ms ease 100ms;
}
.icon-phone:before {
	content: "\e905";
	font-size: 30px;
	position: relative;
	top: -2px;
	left: -4px;
}
.kerdes {
	font-size: 12px;
	position: absolute;
	top: -12px;
	letter-spacing: 0px;
}
.bannerSlideHeader p {
	font-size: 18px;
	font-weight: 400;
}
.felsor {
	display: block;
	font-size: 32px;
	padding-bottom: 10px;
	font-family:Rubik;
}
.bannerSliderBlock h1 {
	margin-bottom: 15px !important;
}
.bannerSliderBlock h1 {
	letter-spacing: -2px;
	font-weight: 400;
	font-size: 72px;
	font-family:Rubik;
	text-transform: none !important;
}
.sepa {
	width: 1px;
	background: #ffffff4f;
	height: 40px;
	position: relative;
	left: -18px;
}
.telefon {
	color: #fff;
	font-size: 21px;
	position: relative;
	left: -15px;
	border-right: 0px solid #ffffff8a;
	padding-right: 20px;
	font-weight: 400;
	letter-spacing: -0.5px;
	top: 6px;
}
.nyvt {
	font-size: 11px !important;
	font-weight: 500;
}
.header-appear .logo-with-background {
	display: none;
}
.header-appear .logo-without-background {
	display: block;
}
.header-appear .navbar .navbar-brand img {
	max-width: 100%;
	height: 80px;
}
#site-mmenu-svg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotateY(-180deg);
	z-index: 1;
	height: 200px;
}
.side-menu {
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom:0;
	background: #fff;
	z-index: 1114 !important;
	height: 100%;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
 -webkit-transition: -webkit-transform .5s ease;
 transition: -webkit-transform .5s ease;
 -o-transition: -o-transform .5s ease;
 -o-transition: transform .5s ease;
 transition: transform .5s ease;
 transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu-opacity {
	opacity:0;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active {
	opacity: 1;
	position: absolute;
	width: 100%;
	height: max-content;
	min-height:800px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
.side-menu .navbar-brand {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 100px;
	margin-bottom: 25px;
}
.side-menu .navbar-brand img {
	width: 100%;
	margin: auto;
	display: block;
}
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 100px;
	right: 100px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
 .side-menu .btn-close::before, .side-menu .btn-close::after {
 position: absolute;
 left: 16px;
 content: ' ';
 height: 24px;
 width: 2px;
 background: #81a6ac;
 top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sidemenu_btn {
 -webkit-transition: all .3s linear;
 -o-transition: all .3s linear;
 transition: all .3s linear;
	width: 36px;
	padding: 6px;
	margin-right: 1rem;
	position: absolute;
	right: 15px;
	top: 108px;
	display: inline-block;
}
.sidemenu_btn i {
	font-size: 30px;
	color: #ffffff;
}
.side-menu .inner-wrapper {
	padding: 5.5rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}
.side-nav .navbar-nav {
	display: block;
}
.side-nav .navbar-nav .nav-item {
	display: inline-block;
	margin: 10px 20px;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
 -webkit-transition-delay: .1s;
 -o-transition-delay: .1s;
 transition-delay: .1s;
}
 .side-nav .navbar-nav .nav-item:nth-child(2) {
 -webkit-transition-delay: .2s;
 -o-transition-delay: .2s;
 transition-delay: .2s;
}
 .side-nav .navbar-nav .nav-item:nth-child(3) {
 -webkit-transition-delay: .3s;
 -o-transition-delay: .3s;
 transition-delay: .3s;
}
 .side-nav .navbar-nav .nav-item:nth-child(4) {
 -webkit-transition-delay: .4s;
 -o-transition-delay: .4s;
 transition-delay: .4s;
}
 .side-nav .navbar-nav .nav-item:nth-child(5) {
 -webkit-transition-delay: .5s;
 -o-transition-delay: .5s;
 transition-delay: .5s;
}
 .side-nav .navbar-nav .nav-item:nth-child(6) {
 -webkit-transition-delay: .6s;
 -o-transition-delay: .6s;
 transition-delay: .6s;
}
 .side-nav .navbar-nav .nav-item:nth-child(7) {
 -webkit-transition-delay: .7s;
 -o-transition-delay: .7s;
 transition-delay: .7s;
}
 .side-nav .navbar-nav .nav-item:nth-child(8) {
 -webkit-transition-delay: .8s;
 -o-transition-delay: .8s;
 transition-delay: .8s;
}
 .side-nav .navbar-nav .nav-item:nth-child(9) {
 -webkit-transition-delay: .9s;
 -o-transition-delay: .9s;
 transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #415456 !important;
	padding: 2px 0 3px 0 !important;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: normal;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
	font-family: 'Roboto';
}
 .side-nav .navbar-nav .nav-link::after {
 content: "";
 position: absolute;
 background:#81a6ac;
 display: inline-block;
 width: 0;
 height: 3px;
 bottom: 0;
 left: 0;
 overflow: hidden;
 -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
 -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
 transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
 .side-nav .navbar-nav .nav-link:hover::after, .side-nav .navbar-nav .nav-link:focus::after, .side-nav .navbar-nav .nav-link.active::after {
 width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
 margin-top: .5rem;
	margin-bottom: 0;
}
.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}
.social-icons-simple li {
	display: inline-block;
	margin-right: 10px;
}
.social-icons-simple li:last-child {
	margin-right: 0;
}
.side-footer p {
	color: #FFFFFF;
}
.social-icons-simple li a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	height: 36px;
	line-height: 38px;
	border: 1px solid transparent;
	text-align: center;
	width: 36px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	overflow: hidden;
 -webkit-transition: background-color .5s ease;
 -o-transition: background-color .5s ease;
 transition: background-color .5s ease;
	background: #81a6ac;
}
.social-icons-simple li a:hover {
	background-color:#415456;
}
.social-icons-simple li.animated-wrap a:hover {
	background-color: transparent;
	color: #ffffff;
}
 .nav-line .navbar-nav .nav-link.active:before, .nav-line .navbar-nav .nav-link:hover::before {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
 visibility: visible;
 opacity: 1;
}
.nav-line .navbar-nav .nav-link:before {
	position:relative;
	content: '';
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: table;
	height: 3px;
	border-radius: 2px;
	bottom: -28px;
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background: #80a5ab;
	visibility: hidden;
	opacity: 0;
}
.youtube-container--responsive {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.youtube-container--responsive iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner {
	background: rgb(8,70,73);
	background: linear-gradient(262deg, rgb(65 84 86) 0%, rgb(129 166 172) 48%, rgb(65 84 86) 100%);
	z-index: 111;
}
.banner .banner-row {
	height: 100vh;
	padding-top: 0;
}
.banner-text-left {
	margin-top: -90px;
}
.banner-text-left h1 {
 font-family: 'Roboto', sans-serif font-weight: 200;
	font-size:60px;
	margin-top: -55px;
	color: #FFFFFF;
}
.banner-text-left p {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	margin-top: 10px;
	font-size: 18px;
	color: #FFFFFF;
}
.overlay-yellow-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:#dbd527;
}
#banner_svg {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	transform: rotateY(-180deg);
	z-index: 1;
	height: 200px;
}
.image-holder1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 40%;
	z-index: 11;
}
.image-holder1 img {
	width: 100%;
}
.image-holder2 {
	position: absolute;
	left: 30%;
	transform: translateX(-50%);
	top: 0px;
	z-index: 11;
}
.map-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	width: 60%;
	padding: 2rem;
	background-color: #fff;
	transition: all 300ms ease-in;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
	opacity: 0;
	visibility: hidden;
}
.map-popup a {
	padding-left: 0;
}
.map-popup > *:first-child {
	margin-top: 0;
}
.map-popup > *:last-child {
	margin-bottom: 0;
}
.map-popup.open {
	opacity: 1;
	visibility: visible;
}
.marker {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 25px;
	height: 25px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
 transition: .5s ease;
}
.marker:hover, .marker:visited, .marker:focus {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 1);
}
.marker1 {
	top: 63%;
	left: 15%;
}
.marker2 {
	top: 50%;
	left: 64%;
}
.marker3 {
	top: 70%;
	left: 73%;
}
.marker4 {
	top: 30%;
	left: 83%;
}
.marker5 {
	top: 49%;
	left: 33%;
}
 @media (min-width: 992px) {
 .map-item {
 position: absolute;
 width: 36px;
 height: 36px;
}
 .map-item .marker {
 top: auto;
 left: auto;
}
 .map-item1 {
 top: 63%;
 left: 15%;
}
 .map-item2 {
 top: 50%;
 left: 64%;
}
 .map-item3 {
 top: 70%;
 left: 73%;
}
 .map-item4 {
 top: 30%;
 left: 83%;
}
 .map-item5 {
 top: 49%;
 left: 33%;
}
 .map-popup {
 position: absolute;
 left: 58px;
 width: 280px;
 transform: translateY(-50%);
 z-index: 11111;
}
 .map-popup:before {
 content: "";
 position: absolute;
 top: 50%;
 left: -16px;
 margin-top: -16px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 16px 16px 16px 0;
 border-color: transparent #fff transparent transparent;
}
 .map-popup.edge {
 left: auto;
 right: calc(100% + 24px);
}
 .map-popup.edge:before {
 left: auto;
 right: -16px;
 border-width: 16px 0 16px 16px;
 border-color: transparent transparent transparent #fff;
}
}
.marker:before, .marker:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:1.4px solid #80a5ab;
}
.marker:before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}
.marker:after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}
 @-webkit-keyframes ripple {
 0% {
 -webkit-transform:scale(1);
}
 75% {
 -webkit-transform:scale(1.75);
 opacity:1;
}
 100% {
 -webkit-transform:scale(2);
 opacity:0;
}
}
 @keyframes ripple {
 0% {
 transform:scale(1);
}
 75% {
 transform:scale(1.75);
 opacity:1;
}
 100% {
 transform:scale(2);
 opacity:0;
}
}
.about-sec {
}
.about-sec .heading-area {
	width: 90%;
}
.about-sec .detail-area .text {
	font-size: 16px;
	margin-top: 35px;
}
.about-sec .heading-area .sub-heading {
	font-size: 16px;
	color: #81a6ac;
	margin-bottom: 10px;
	font-weight: 200;
}
.sar {
	color: #81a6ac!important;
}
.about-sec .heading-area .heading {
	font-size: 48px;
	color: #202020;
	font-weight: 200;
}
.features {
	padding-top: 80px;
}
.features .feature-card {
 transition: .8s ease-in;
}
.features .feature-card span {
	color: #236e76;
	font-size: 42px;
	display: inline-block;
	font-family: 'Roboto', sans-serif
}
.features .feature-card .feature-heading {
	font-size: 26px;
	color:#202020;
	margin-top: 24px;
	font-weight: 300;
}
.features .feature-card .text {
	opacity: 1;
	margin-top: 10px;
	padding: 10px;
	font-size: 16px;
}
.features .feature-card:hover span {
	transform: translateY(-15px);
}
.features .feature-card:hover .feature-heading {
	color: #236e76;
}
.skill-sec {
	background-color: #202020;
	padding-bottom: 155px;
}
.skill-sec .skill-details .title {
	color: #FFFFFF;
 font-family: 'Roboto', sans-serif font-size: 45px;
	font-weight: 200;
	margin-bottom: 30px;
}
.skill-sec .skill-details .title span {
	display: block;
}
.skill-sec .skill-bars {
	padding-top: 30px;
}
.skill-sec .skill-bars .progress-item .progress-bar {
	background-color: #236e76 !important;
	position: relative;
}
.skill-sec .progress-item .progress-bar span {
	display: block;
	position: absolute;
	top: -32px;
	font-size: 13px;
	line-height: 10px;
	right: -1.4em;
	border-radius: 2px;
	color: #FFFFFF;
	font-family: Oswald, sans-serif;
	font-weight: 200;
	background-color: #236e76;
	padding: 7px;
}
.skill-sec .progress-item .progress-bar i {
	color: #236e76;
	position: absolute;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.skill-sec .skill-bars .progress-item .progress {
	height: 15px !important;
	overflow: visible;
}
.skill-sec .skill-bars .progress-item {
	padding-right: 15px;
}
.skill-sec .skill-bars .progress-item h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #142022;
	margin-bottom: 15px;
	text-transform: initial!important;
}
.skill-sec .skill-bars .progress-item {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	float: left;
}
.skill-sec a.btn {
	margin-top: 30px;
}
.skill-sec .skill-img-area .skill-image-heading h4 {
	font-size: 40px;
	color:#FFFFFF;
	font-weight: 200;
}
.skill-sec .skill-img-area .skill-image-heading span {
	opacity: .6;
	color:#FFFFFF;
	font-size: 18px;
}
#skill-footer-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
}
.skill-img-holder {
	position: absolute;
	z-index: 1;
	bottom: -133px;
	width: 60%;
	right: 93px;
}
.team-section {
	background-color:#FFFFFF;
}
.team-section .team-details {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
}
.team-section .team-details .sub-title {
	color: #236e76;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial!important;
	margin-bottom: 20px;
}
.team-section .team-details .title {
	color: #202020;
 font-family: 'Roboto', sans-serif font-size: 50px;
	font-weight: 200;
	margin-bottom: 30px;
}
.team-section .team-member-area {
	margin-top: 20px;
}
.team-section .image-holder {
	cursor: pointer;
}
 .team-section .image-holder:hover ~.team-name {
 color:#202020;
}
.team-section .image-holder img {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 15px;
}
.team-section .team-name {
	margin-top: 20px;
	color: #202020;
	font-weight: 200;
 transition: .5s ease all;
	font-size: 24px;
	color: #81a6ac;
}
.team-section .text {
	padding: 0px 30px 20px;
	font-size: 14px;
	color: #202020;
	font-weight: 300;
	line-height: 19px;
}
.testimonial-team .owl-item .item {
 transition: .5s ease;
	cursor: pointer;
	margin: 30px;
	border-radius: 15px 15px 0px 0px;
}
.team-section .testimonial-team .owl-item .item:hover {
	box-shadow: 1px 1px 15px rgba(179, 161, 179, 0.3);
}
.team-section .testimonial-team .owl-item .item:hover .team-name, .team-section .testimonial-team .owl-item .item:hover .text {
	color: #000;
}
.team-section {
	padding-bottom: 0px;
}
.team-section .circle {
	position: absolute;
	z-index: 1111;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 2px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#team-circle-left {
	top: 70%;
	left: -4%;
	transform: translateY(-50%);
	opacity: 0;
 transition: .5s ease;
}
#team-circle-right {
	top: 70%;
	right: -4%;
	transform: translateY(-50%);
	opacity: 0;
 transition: .5s ease;
}
#team-circle-right i {
	font-size: 22px;
	z-index: 1111;
	color: #202020;
}
#team-circle-left i {
	font-size: 22px;
	z-index: 1111;
	color: #202020;
}
.team-section:hover #team-circle-right, .team-section:hover #team-circle-left {
	opacity: 1;
}
.portfolio-sec {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.portfolio-sec .container {
	max-width: 1140px;
}
.portfolio-sec .heading {
	color: #202020;
	margin-bottom: 0;
	font-size: 50px;
	font-weight: 300;
}
.portfolio-sec .cbp-wrapper-outer {
	overflow: visible;
}
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	padding: 12px 32px;
}
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus, .portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
	color: #fff;
}
.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 13px;
	font-weight: 300;
	color: #202020;
	font-family: 'Roboto', sans-serif;
	margin-right: 15px;
	border-bottom: solid 2px transparent;
}
.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	color: #236e76;
	background: transparent;
	border-bottom: solid 3px #236e76;
}
.portfolio-sec .cbp-l-filters-button .cbp-filter-item, .portfolio-sec .cbp-item.even {
	-webkit-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
.portfolio-sec .cbp-item.even {
	margin-top: -190px;
}
.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
	background: rgba(35, 110, 118, 0.8);
}
.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
	color: #202020;
	border-color:#236e76;
}
.portfolio-sec .cbp-l-caption-title {
	color: #ffffff !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.portfolio-sec .portfolio-detail-text {
	color: #FFFFFF;
	font-style: italic;
}
.portfolio-sec .portfolio-hover-effect .hover-text {
	padding-left: 3%;
	padding-bottom: 2%;
}
.portfolio-sec .portfolio-hover-effect .portfolio-inner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span {
	background-color: #FFFFFF;
	height: 3px;
	width: 70px;
	display: block;
}
 .portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2) {
 transform: rotate(90deg);
}
.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 0;
}
.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.portfolio-sec #js-loadMore-lightbox-gallery {
	margin-top: 45px;
}
.portfolio-sec #js-loadMore-lightbox-gallery.active {
	margin-top: -150px;
	position: relative;/*z-index: -1 !important;*/
}
.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
	margin-top: -250px;
}
.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
	width: 94%;
	position: absolute;
	z-index: 2;
	height: 94%;
}
.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data {
	z-index: -1 !important;
}
.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
	opacity: 0;
	top: 3%;
	left: 3%;
}
.portfolio-sec .portfolio-foot-detail {
	padding-bottom: 3%;
}
.portfolio-sec .portfolio-foot-detail .p-text {
	color: #202020;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 8px;
	opacity: 0.7;
}
.portfolio-sec .portfolio-foot-detail .p-text:last-child {
	margin-bottom: 0;
}
.portfolio-sec .portfolio-foot-detail .p-num {
	color: #202020;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.virtualis-seta {
	padding-bottom: 240px;
	background-color:#202020;
	overflow: initial;
}
#testimonial-foot-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: rotateY(180deg);
	height: 230px;
}
.virtualis-seta .testimonial-area .testimonial-carousel {
	margin-top: 40px;
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .icon-holder {
	display: block;
	margin-bottom: 30px;
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i {
	color: #ffffff;
	font-size: 32px;
	display: inline-block;
	font-style: italic;
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .text {
	color: #ffffff;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	font-family: Roboto, "sans-serif";
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .img-holder {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .img-holder img {
	border-radius: 50%;
	width: 100%;
}
.virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .user-name {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	font-family: Roboto, sans-serif;
	text-transform: initial !important;
}
.test-img-holder {
	position: absolute;
	bottom: -250px;
	width: 83%;
	right: 42px;
	z-index: 11;
}
.partners-slider .logo-item img {
	max-width: 170px;
	opacity: .9;
	display: inline-block;
}
.lastest-blog {
	background-color: #236e76;
	padding-top: 180px;
	padding-bottom: 200px;
	overflow: initial;
}
#blog-foot-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.tajekoztato {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
	text-align: left;
}
.asz {
	position: relative;
	top: 2px;
	height: 13px !important;
	padding: 0px !important;
}
.trkp {
	position: relative;
	font-size: 12px;
	margin-top: 0px;
	font-weight: 400;
	color: #81a6ac;
	display: block;
}
.lastest-blog .blog-content h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	color: #FFFFFF;
	font-size: 40px;
}
.lastest-blog .blog-content p {
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 88%;
}
.lastest-blog .blog-img {
	width: 53%;
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 1111;
}
.lastest-blog .blog-img img {
	width: 100%;
}
.kapcsolat {
	padding-bottom:0;
}
.kapcsolat .heading {
	color: #202020;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 0px;
}
.kapcsolat .contact-form {
	width: 95%;
}
.kapcsolat .contact-form input {
	color: #8799a3;
	font-size: 14px;
	height: 50px;
	padding: 25px;
}
.kapcsolat .contact-form .form-control {
	border-radius: 0;
	border:solid 1px #eceef2;
}
 .kapcsolat .contact-form input::placeholder {
 color: #8799a3;
 font-size: 14px;
}
.kapcsolat .contact-form textarea {
	padding: 14px;
	padding-left: 25px;
	height: 202px;
	color: #8799a3;
	font-size: 14px;
}
.kapcsolat .contact-form .purple-btn {
	margin-top: 15px;
}
.kapcsolat .contact-background {
	position: absolute;
	right: 0;
	top: -35px;
	z-index: -1;
}
.kapcsolat .contact-details {
	font-family: Roboto, sans-serif;
	width: 90%;
	margin-left: 20px;
}
.kapcsolat .contact-details .heading {
	margin-bottom: 10px;
}
.kapcsolat .contact-details .text {
	color: #202020;
	opacity: .8;
}
.kapcsolat .contact-details ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 20px;
}
.kapcsolat .contact-details ul li {
	color: #202020;
	opacity: .8;
	list-style: none;
	margin-bottom: 22px;
	font-size: 16px;
	display:block;
	align-items: center;
}
.kapcsolat .contact-details ul li:first-child {
	width: 100%;
}
.kapcsolat .contact-details ul li span {
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #415556;
}

.view-virtualis-seta {
    width: 100%;
}

.kapcsolat .contact-details ul li span:last-child {
	padding-right: 0;
}
.kapcsolat .contact-details ul li i {
	font-size: 28px;
	margin-right: 0px;
	margin-bottom: 5px;
	color: #81a6ac;
	display: block;
}
.kapcsolat .contact-details ul li i.addr {
	color: #f71c52;
	font-size: 44px;
}
.kapcsolat .contact-details ul li i.phone {
	color: #554c86;
}
.kapcsolat .contact-details ul li i.email {
	color: #39d47a;
	transform: rotate(-30deg);
}
.footer-style-1 {
	padding: 2rem 0;
	background: #415456;
	margin-top: 50px;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social li {
	display: inline-block;
}
.footer-social a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-size: 17px;
	margin: 0 10px 0 0;
	border: 1px solid transparent;
 -webkit-transition: background-color .2s ease-in-out;
 -o-transition: background-color .2s ease-in-out;
 transition: background-color .2s ease-in-out;
}
 .footer-social li:nth-last-child(1) a {
 margin-right: 0;
}
.footer-social li a {
	background-color:#85a9af;
	color: #ffffff;
}
.blog-image a img {
	transform: scale(1);
 -webkit-transition: .5s ease-in-out;
 transition: .5s ease-in-out;
}
.blog-image a img:hover {
	-webkit-transform:scale(.95);
	transform:scale(.95);
}
.footer-social li a:hover {
	background-color:#466d74;
	color: #ffffff;
}
.company-about {
	font-size: 14px;
	color:#fff;
}
.smee {
	font-size: 14px;
	color: #85a9af;
}
.smee:hover {
	color: #fff;
}
.f-sz {
	color: #fff;
	margin-bottom: 0px;
}
.scroll-top-arrow, .scroll-top-arrow:focus {
	font-size: 23px;
	line-height: 47px;
	color: #fff;
	background-color: #02aeb3;
	display: none;
	height: 45px;
	width: 45px;
	cursor: pointer;
	padding: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	z-index: 80;
	border-radius: 50px;
 -webkit-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.scroll-top-arrow:hover {
	background-color: #02aeb3;
}
.bg-img1 {
}
.bg-img2 {
}
 [class*=bg-img] {
 position: relative;
 background-size: cover;
 width: 100%;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 overflow: hidden;
}
 .standalone-row:not(:last-child) {
 margin-bottom: 3rem;
}
.standalone-row .stand-img-des {
	padding-left: 30px;
	text-align: center;
}
 .standalone-row:nth-child(2) .stand-img-des {
 padding-left: 0;
 padding-right: 30px;
}
.standalone-detail .sub-heading {
	color: #236e76;
	margin-bottom: 10px;
}
.standalone-area .sub-heading {
	color: #236e76;
	margin-bottom: 8px;
}
.standalone-detail .heading {
	margin-bottom: 20px;
	font-size: 50px;
	color: #202020;
	font-weight: 300;
	font-family: 'Roboto', sans-serif
}
.standalone-detail .para_text {
	color: #202020;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	line-height: 24px;
}
.standalone-detail {
	padding-bottom: 70px;
}
.gradient-text1 a {
	color:#85a9af!important;
}
.gradient-text1 a:hover {
	color:#000!important;
}
.standalone-area .gradient-text1 {
	font-weight: 300;
	margin-bottom: 12px;
 font-family: 'Roboto', sans-serif font-size: 45px;
}
.standalone-area .stand-img-des .para_text {
	font-family: 'Roboto', sans-serif;
	color: #202020;
}
.gomb {
	border: 2px solid #85a9af !important;
	margin-top: 20px;
	color: #415556 !important;
}
.gomb:hover {
	border: 2px solid #85a9af !important;
	background:#85a9af!important;
	color: #fff !important;
}
.fixed-nav-on-scroll {
	background-color: #202020;
	position: fixed;
	right: 0;
	top: 50px;
	z-index: 1111;
	width: 100px;
	padding: 20px 10px;
 animation: .5s fadeInRight;
}
.fixed-nav-on-scroll .row {
}
.fixed-nav-on-scroll .logo-fixed-scroll {
	width: 50%;
	display: inline-block;
	float: left;
}
.fixed-nav-on-scroll .logo-fixed-scroll img {
	width: 100%;
	margin: auto;
	display: inline-block;
}
.fixed-nav-on-scroll .fixed-icon-scroll {
	display: inline-block;
	width: 30%;
	float: right;
	margin-left: 10%;
}
.fixed-nav-on-scroll .fixed-icon-scroll i {
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	display: flex;
}
.fixed-nav-appear {
	display: block;
}
.page-title {
	position:relative;
	text-align:center;
	background:url("../img/a-01.jpg");
	background-size: cover;
	background-position: top center;
	height: 80vh;
}
.lastest-blog {
	padding-top: 120px;
}
.sli {
	font-family: Roboto;
	font-weight: 300;
	text-transform: none;
	font-size: 44px;
}
.foto-nagy-katalogus {
	width: 33%;
}
.foto-nagy-katalogus2 {
	width: 25%;
}
.foto-nagy-katalogus3 {
	width: 19.7%;
}
.mobil-on {
	display:none;
}
.standalone-content-data {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#standalone-svg {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	transform: rotateY(-180deg);
	z-index: 1;
	height: 150px;
}
.page-title .auto-container {
	position:relative;
}
.page-title h2 {
	position:relative;
	color:#FFFFFF;
	font-weight:300;
	line-height:1.2em;
	margin-bottom: 10px;
	font-size:4rem;
	text-transform: initial;
}
.page-breadcrumb {
	position:relative;
}
.page-breadcrumb li {
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
}
.page-breadcrumb li:after {
	position:absolute;
	content: "\f101";
	right:-5px;
	top:1px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}
 .page-breadcrumb li:last-child::after {
 display: none;
}
.page-breadcrumb li:last-child {
	padding-right:0px;
	margin-right:0px;
}
.page-breadcrumb li a {
	color:#FFFFFF;
	font-weight:200;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-size: 17px;
}
.page-breadcrumb li a .icon {
	margin-right:4px;
	color:#FFFFFF;
}
.page-breadcrumb li a:hover {
	color:#ffffff;
}
.page-title1 {
	position:relative;
	text-align:center;
	background: rgb(8,70,73);
	background: linear-gradient(262deg, rgba(8, 70, 73, 1) 0%, rgba(66, 157, 171, 1) 48%, rgba(8, 70, 73, 1) 100%);
	background-size: cover;
	background-position: top center;
	height: 80vh;
}
.page-title1 .auto-container {
	position:relative;
}
.page-title1 h2 {
	position:relative;
	color:#FFFFFF;
	font-weight:300;
	line-height:1.2em;
	margin-bottom: 10px;
	font-size:4rem;
	text-transform: initial;
}
.listing-categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
.listing-categories li {
	padding: 15px 0;
	border-top: 3.2px dotted rgba(32, 32, 32, 0.2);
 transition: .3s ease-in;
	cursor: pointer;
}
.listing-categories li:hover + li {
	border-top: 3.2px dotted transparent;
}
.listing-categories li:hover {
	background-color: #236e76;
	border-top:3.2px dotted transparent;
}
.listing-categories li i {
	font-size: 12px;
	color: #236e76;
	margin-right: 15px;
	margin-left: 5px;
 transition: .1s ease-in;
}
.listing-categories li:hover a {
	color: #FFFFFF;
}
.listing-categories li:hover i {
	color: #FFFFFF;
}
.listing-categories li:last-child {
	border-bottom: 3.2px dotted rgba(32, 32, 32, 0.2);
}
.product-content p {
	margin: 0 0 15px;
}
.product-content h1 {
	font-weight: 300;
}
.product-item:first-child {
	margin-top: 70px;
}
.product-item .image-holder img {
	height: 250px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.product-item .team-price {
	margin-top: 20px;
	margin-bottom: 10px;
 transition: .5s ease-in;
}
.product-item p {
 transition: .5s ease-in;
}
.product-item {
	padding: 10px;
	cursor: pointer;
 transition: .5s ease;
}
.product-item:hover {
	box-shadow: 1px 1px 30px rgba(179, 161, 179, 0.3);
}
.product-item:hover .team-price {
	color: #236e76;
}
.product-item:hover p {
	color: #236e76;
}
.loader-logo {
	position: relative;
	top: -25px;
	width: 150px;
}
.loader {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 11111111;
	background: #FFFFFF;
}
.loader-spinner {
	position: relative;
	height: 60px;
	width: 60px;
	border: 2px solid transparent;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-radius: 50%;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
 .loader-spinner::before {
 position: absolute;
 top: 15px;
 left: 15px;
 right: 15px;
 bottom: 15px;
 content: "";
 border: 2px solid transparent;
 border-top-color: #80a5ab;
 border-left-color: #80a5ab;
 border-radius: 50%;
 -webkit-animation: spinBack 1s linear infinite;
 animation: spinBack 1s linear infinite;
}
 @-webkit-keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
 @keyframes spin {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
 @-webkit-keyframes spinBack {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(-720deg);
	transform: rotate(-720deg);
}
}
 @keyframes spinBack {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(-720deg);
	transform: rotate(-720deg);
}
}
 @media (min-width: 576px) and (max-width: 768px) {
 .image-holder2 {
 left: 49%;
 width: 78%;
}
 .image-holder1 {
 position: relative;
 width: 88%;
 bottom: 60px;
}
 .marker1 {
 top: 66%;
 left: 18%;
}
 .marker2 {
 top: 40%;
 left: 58%;
}
 .marker3 {
 top: 71%;
 left: 69%;
}
 .marker4 {
 top: 25%;
 left: 77%;
 z-index: 111111111;
}
 .marker5 {
 top: 30%;
 left: 11%;
}
 .skill-sec {
 padding-bottom: 338px;
 overflow: initial;
}
 .sidemenu_btn {
 top: 108px !important;
}
 .header-appear .sidemenu_btn {
 top: 28px !important;
}
 .about-sec .heading-area {
 width: 100%;
}
 .heading-area {
 margin-bottom: 0rem !important;
}
 .features .feature-card {
 margin-bottom: 30px;
}
 .skill-image-heading {
 margin-top: 30px;
}
 .skill-img-holder {
 position: absolute;
 z-index: 1;
 bottom: auto;
 width: 50%;
 right: 137px;
 margin-top: 50px;
}
 .portfolio-sec {
 margin-top: 50px;
}
 .virtualis-seta {
 padding-top: 80px !important;
}
 .virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .text {
 width: 96% !important;
 margin-right: auto;
 margin-left: auto;
}
 .test-img-holder {
 position: absolute;
 bottom: auto;
 width: 65%;
 right: 20%;
 z-index: 11;
 margin-top: 29px;
}
 .team-section .team-details {
 width: 100% !important;
 margin: auto;
 margin-bottom: 15px;
}
 .lastest-blog .blog-img {
 width: 50% !important;
 position: absolute;
 top: 30px;
 left: 136px;
}
 .lastest-blog {
 padding-top: 80px;
 padding-bottom: 380px;
}
 .kapcsolat {
 padding-bottom: 0;
 margin-top: 180px;
}
 .listing-categories li {
 text-align: left;
}
 .listing-categories {
 margin-top: 50px;
}
 .product-item:first-child {
 WIDTH: 80%;
 margin: auto;
 margin-top: 25px;
}
 .product-item {
 padding: 10px 10px 0 10px;
 padding-bottom: 30px;
}
}
 @media (min-width: 768px) and (max-width: 991.98px) {
 .image-holder2 {
 left: 49%;
 width: 78%;
}
 .image-holder1 {
 width: 88%;
}
 .marker1 {
 top: 66%;
 left: 18%;
}
 .marker2 {
 top: 40%;
 left: 58%;
}
 .marker3 {
 top: 71%;
 left: 69%;
}
 .marker4 {
 top: 25%;
 left: 77%;
 z-index: 111111111;
}
 .marker5 {
 top: 30%;
 left: 11%;
}
 .skill-sec {
 padding-bottom: 290px;
 overflow: initial;
}
 .sidemenu_btn {
 top: 108px !important;
}
 .header-appear .sidemenu_btn {
 top: 16px !important;
}
 .about-sec .heading-area {
 width: 100%;
}
 .heading-area {
 margin-bottom: 0rem !important;
}
 .features .feature-card {
 margin-bottom: 30px;
}
 .skill-image-heading {
 margin-top: 30px;
}
 .skill-img-holder {
 position: absolute;
 z-index: 1;
 bottom: auto;
 width: 50%;
 right: 137px;
 margin-top: 50px;
}
 .portfolio-sec {
 margin-top: 150px;
}
 .virtualis-seta {
 padding-top: 80px !important;
}
 .virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .text {
 width: 96% !important;
 margin-right: auto;
 margin-left: auto;
}
 .test-img-holder {
 position: absolute;
 bottom: auto;
 width: 51%;
 right: 23%;
 z-index: 11;
 margin-top: 56px;
}
 .team-section {
 padding-top: 100px !important;
}
 .team-section .team-details {
 width: 75% !important;
 margin: auto;
 margin-bottom: 15px;
}
 .lastest-blog .blog-img {
 width: 39% !important;
 position: absolute;
 top: 30px;
 left: 30%;
 margin-top: 30px;
}
 .lastest-blog .blog-content p {
 color: #ffffff;
 margin-top: 50px;
 margin-bottom: 50px;
 width: 100%;
}
 .lastest-blog {
 padding-top: 80px;
 padding-bottom: 380px;
}
 .kapcsolat {
 padding-bottom: 0;
 margin-top: 180px;
}
 .listing-categories li {
 text-align: left;
}
 .listing-categories {
 margin-top: 50px;
}
 .product-item:first-child {
 WIDTH: 80%;
 margin: auto;
 margin-top: 25px;
}
 .product-item {
 padding: 10px 10px 0 10px;
 padding-bottom: 30px;
}
}
 @media (min-width: 991px) and (max-width: 1069px) {
 .sidemenu_btn {
 display: none;
}
}
 @media screen and (max-width:767px) {
 .standalone-content-data {
 width: 100%;
}
 section {
 padding: 4.5rem 0;
}
 .home-banner {
 padding: 7rem 0 4.5rem;
}
 .sidemenu_btn {
 position: relative;
 right: 0;
 margin: 0;
}
 .parallax-box {
 padding: 1.5rem 0;
}
 .parallax-box i {
 font-size: 2.2rem;
}
 .parallax-box h2 {
 font-size: 2.2rem;
}
 .parallax-box h5 {
 font-size: 1rem;
}
 .partners-slider {
 margin:0;
}
 .slider-right {
 float: none;
 margin-top: 5rem;
}
 .heading-box h2 {
 font-size: 2.3rem;
 line-height: 1.1;
}
 .heading-area {
 margin-bottom: 3rem;
}
 .heading-area .title {
 font-size: 2rem;
}
 #blog .heading-area {
 margin: 0;
 padding: 4.5rem 0;
}
 .address-item {
 margin: 3rem 0;
}
 .footer-social {
 margin-bottom: 1rem;
}
 .side-menu {
 width: 380px;
}
}
 @media screen and (max-width:991px) {
 body {
 text-align: center;
}
 .nts {
 margin-top:30px;
}
 .detail-area {
 margin-top: -15px;
}
 .home-banner {
 padding: 10rem 0 7.5rem;
}
 .sidemenu_btn {
 position: relative;
 right: 0;
 margin: 0;
}
 .slider-right {
 float: none;
 margin-top: 6rem;
}
 .heading-box h2 {
 font-size: 3.5rem;
 line-height: 1.1;
}
 .heading-area {
 margin-bottom: 3rem;
}
 .heading-area .title {
 font-size: 2.5rem;
}
 .services-skill {
 margin-bottom: 2rem;
}
 .team-item {
 margin-top: 4rem;
}
 .about-list li {
 display: inline-block;
}
 .testimonial-post {
 display: inline-block;
}
 .testimonial-post .post {
 display: inline-block;
}
 #blog .col-lg-4:not(:nth-last-child(1)) .news-item {
 margin-bottom: 3rem;
}
 #blog .heading-area {
 margin: 0;
 padding: 7.5rem 0;
}
 .address-item {
 margin: 3rem 0;
}
 .footer-social {
 margin-bottom: 0px;
}
 .blog-comment {
 margin-bottom: 4rem;
}
 .page-title h2 {
 font-size: 2.5rem;
}
 .page-title1 h2 {
 font-size: 2.5rem;
}
 .blog-post-navigation {
 padding: 4rem 0;
}
 .standalone-detail {
 padding-bottom: 70px;
}
 .standalone-area .gradient-text1 {
 font-size: 30px;
}
 .standalone-detail .heading {
 font-size: 30px;
}
 .standalone-area .sub-heading {
 margin-top: 3rem;
}
 .standalone-row .stand-img-des {
 padding-left: 0;
 padding-right: 0;
 margin-top: 20px;
}
 .standalone-row:nth-child(2) .stand-img-des {
 padding-left: 0;
 padding-right: 0;
}
 .standalone-row:nth-child(2) {
 margin-top: 3rem;
 margin-bottom: 3rem;
}
}
 @media screen and (max-width:991px) {
 .side-menu .btn-close {
 top: 38px;
 right: 40px;
}
 .side-nav .navbar-nav .nav-item {
 display: block;
}
 .side-nav .navbar-nav {
 margin-bottom: 50px;
}
 .sidemenu_btn {
 position: absolute;
 right: 150px;
 top: 90px;
}
 .sidemenu_btn i {
 font-size: 47px;
 color: #81a6ac;
}
 #site-mmenu-svg {
 bottom: 0;
 height: 100px;
}
 .side-menu .side-nav {
 margin-bottom: 0;
}
 .banner {
 position: relative;
}
 .banner .banner-row {
 height: 160vh;
 padding-top: 200px;
 width: 60%;
 margin: 0 auto;
}
 .banner-text-right {
 padding-bottom: 50px;
 margin-right: 0;
 transform: translateY(-70px);
}
 .skill-sec .skill-details .title {
 font-size: 60px;
}
 .skill-sec .skill-bars .progress-item:nth-child(even) {
 padding-left: 0;
}
 .skill-sec .skill-bars .progress-item {
 padding-right: 0;
}
 .skill-sec .skill-bars .progress-item {
 width: 100%;
}
 #team-header-svg {
 top: -1px;
 height: 160px;
}
 .team-section {
 padding-top: 180px;
}
 .team-section .team-details .title {
 font-size: 45px;
}
 .team-section .circle {
 display: none;
}
 .testimonial-team .owl-item.center .item {
 margin-top: 0;
}
 .testimonial-team .owl-item.center ~ .owl-item .item {
 margin-top:0;
}
 #team-foot-svg {
 bottom: -1px;
 height: 150px;
}
 .portfolio-sec .heading {
 font-size: 60px;
}
 .portfolio-sec #js-loadMore-lightbox-gallery.active {
 margin-top: 30px;
}
 .virtualis-seta {
 padding-top: 200px;
 padding-bottom: 150px;
}
 #testimonial-header-svg {
 top: -1px;
 height: 150px;
}
 .virtualis-seta .testimonial-title .heading {
 font-size: 40px;
 margin-top: 20px;
 margin-bottom: 20px;
}
 #testimonial-foot-svg {
 bottom: -1px;
 height: 150px;
}
 #blog-header-svg {
 top: -1px;
 height: 150px;
}
 .lastest-blog .blog-content h1 {
 font-size: 60px;
}
 .lastest-blog .blog-content h1 span {
 font-size: 60px;
}
 .lastest-blog .blog-img {
 width: 100%;
}
 .lastest-blog .pot-2 {
 position: absolute;
 z-index: 1111;
 left: 322px;
 bottom: 20px;
 width: 19%;
}
 #blog-foot-svg {
 position: absolute;
 bottom: -1px;
 height: 150px;
}
 .lastest-blog .circle {
 display: none;
}
 .kapcsolat .contact-form {
 width: 100%;
 margin-left: 0;
}
 .kapcsolat .contact-details {
 width: 100%;
 margin-left: 0;
 margin-top: 80px;
}
 .kapcsolat .contact-details ul li:first-child {
 width: 100%;
}
 .kapcsolat .contact-details ul li {
 display: block;
 margin-bottom: 30px;
}
 .kapcsolat .contact-details ul li i {
 margin-right: 0;
 margin-bottom: 15px;
 display: block;
}
}
 @media screen and (max-width:855px) {
 .sidemenu_btn {
 right: 90px;
}
}
 @media (max-width: 767px) {
 .sidemenu_btn {
 position: absolute;
 right: 130px;
 top: 92px;
}
 .standalone-area .gradient-text1 {
 font-size: 24px;
}
 .sidemenu_btn i {
 font-size: 32px;
 color: #81a6ac;
}
 #site-mmenu-svg {
 bottom: 0;
 height: 100px;
}
 .side-menu .side-nav {
 margin-bottom: 0;
}
 .banner {
 position: relative;
}
 .banner .banner-row {
 width: 80%;
}
 .banner-text-right {
 padding-bottom: 50px;
 margin-right: 0;
 transform: translateY(-70px);
}
 .skill-sec .skill-details .title {
 font-size: 45px;
}
 .skill-sec .skill-bars .progress-item:nth-child(even) {
 padding-left: 0;
}
 .skill-sec .skill-bars .progress-item {
 padding-right: 0;
}
 .skill-sec .skill-bars .progress-item {
 width: 100%;
}
 #team-header-svg {
 top: -2px;
 height: 100px;
}
 .team-section {
 padding-top: 45px;
 margin-bottom: -120px;
}
 .team-section .team-details .title {
 font-size: 45px;
}
 .team-section .circle {
 display: none;
}
 .testimonial-team .owl-item.center .item {
 margin-top: 0;
}
 .testimonial-team .owl-item.center ~ .owl-item .item {
 margin-top:0;
}
 #team-foot-svg {
 bottom: -1px;
 height: 100px;
}
 .portfolio-sec .heading {
 font-size: 45px;
}
 .portfolio-sec #js-loadMore-lightbox-gallery.active {
 margin-top: 30px;
}
 .blue-and-black-btn {
 padding: 7px 30px;
}
 #testimonial-header-svg {
 top: -1px;
 height: 100px;
}
 .virtualis-seta .testimonial-title .heading {
 font-size: 45px;
}
 #testimonial-foot-svg {
 bottom: -2px;
 height: 100px;
}
 .brand-sec .partners-slider .owl-item:nth-child(2) .logo-item {
 margin-top: 0px;
}
 .brand-sec .partners-slider .owl-item:nth-child(3) .logo-item {
 margin-top: 0px;
}
 .brand-sec .partners-slider .owl-item:nth-child(4) .logo-item {
 margin-top: 0px;
}
 #blog-header-svg {
 top: -1px;
 height: 100px;
}
 .lastest-blog .blog-content h1 {
 font-size: 45px;
}
 .lastest-blog .blog-content h1 span {
 font-size: 45px;
}
 .lastest-blog .blog-img {
 width: 100%;
}
 #blog-foot-svg {
 position: absolute;
 bottom: -1px;
 height: 100px;
}
 .kapcsolat .contact-form {
 width: 100%;
 margin-left: 0;
}
 .kapcsolat .contact-details {
 width: 100%;
 margin-left: 0;
 margin-top: 80px;
}
 .kapcsolat .contact-details ul li:first-child {
 width: 100%;
}
 .kapcsolat .contact-details ul li {
 display: block;
 margin-bottom: 30px;
}
 .kapcsolat .contact-details ul li i {
 margin-right: 0;
 margin-bottom: 15px;
 display: block;
}
 #standalone-svg {
 height:100px;
}
}
 @media (max-width: 622.98px) {
 .sidemenu_btn {
 right: 80px;
}
}
 @media (max-width: 575.98px) {
 .marker:before {
 -webkit-animation: none;
 animation: none;
}
 .marker:after {
 -webkit-animation: none;
 animation: none;
}
 .image-holder2 {
 left: 49%;
 width: 78%;
}
 .image-holder1 {
 width: 88%;
}
 .marker1 {
 top: 72%;
 left: 18%;
}
 .marker2 {
 top: 47%;
 left: 82%;
}
 .marker3 {
 top: 71%;
 left: 69%;
}
 .marker4 {
 top: 25%;
 left: 77%;
 z-index: 111111111;
}
 .marker5 {
 top: 49%;
 left: 8%;
}
 .skill-sec {
 padding-bottom: 70px;
 overflow: initial;
}
 .test-img-holder {
 width: 72%;
 margin: auto;
 position: relative;
 transform: translateY(21%);
 left:auto;
 right: auto;
 bottom: auto;
 top:auto;
}
 .virtualis-seta {
 padding-top: 50px;
 padding-bottom: 0;
}
 .virtualis-seta .testimonial-area .testimonial-carousel .testimonial-box .text {
 width: 95%;
}
 .lastest-blog .blog-content p {
 width: 96%;
 margin-left: auto;
 margin-right: auto;
}
 .lastest-blog .blog-img {
 width: 50%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: auto;
 transform: translateY(20%);
}
 .lastest-blog {
 padding-top: 80px;
 padding-bottom: 50px;
}
 .side-menu {
 width: 100%;
}
 .sidemenu_btn {
 right: 27px;
}
 .banner .banner-row {
 height: 110vh;
 padding-top: 200px;
 width: 100%;
}
 .navbar .navbar-brand img {
 max-width: 50px;
}
 .sidemenu_btn {
 right: 40px;
 top: 122px;
}
 .lastest-blog .pot-2 {
 left: 100px;
 bottom: 0px;
 width: 40%;
}
 .contact-social-icons .upper-social-icons li a {
 height: 30px;
 width: 30px;
}
 .side-menu {
 width: 100%;
}
 .side-menu .inner-wrapper {
 padding-top: 0;
}
 .side-menu .navbar-brand img {
 width: 190px;
 height: auto;
}
 .side-nav .navbar-nav .nav-link {
 font-size: 1.3rem;
}
 .about-sec .heading-area {
 width: 100%;
}
 .about-sec .heading-area .heading {
 font-size: 32px;
}
 .heading-area {
 margin-bottom: 0rem;
}
 .features .feature-card:hover span {
 transform: translateY(-10px);
}
 .features .feature-card {
 margin-bottom: 30px;
}
 .skill-sec .skill-details .title {
 font-size: 32px;
}
 .skill-sec .skill-bars {
 padding-top: 5px;
}
 .skill-img-holder {
 top: 50%;
 position: relative;
 left: 50%;
 transform: translate(-50%, -50%);
}
 .skill-image-heading {
 margin-top: 30px;
}
 .virtualis-seta .testimonial-title .heading {
 font-size: 32px;
 margin-top: 30px;
}
 .virtualis-seta .testimonial-title .heading span {
 margin-bottom: 30px;
 font-size: 32px;
}
 .team-section .team-details {
 width: 96%;
 margin: auto;
 margin-bottom: 10px;
}
 .team-section .team-details .title {
 font-size: 32PX;
}
 .lastest-blog .blog-content h1 {
 font-size: 32px;
}
 .lastest-blog .blog-content p {
 margin-top: 20px;
 margin-bottom: 20px;
}
 .listing-categories li {
 text-align: left;
}
 .listing-categories {
 margin-top: 50px;
}
 .product-item:first-child {
 WIDTH: 80%;
 margin: auto;
 margin-top: 25px;
}
 .product-item {
 padding: 10px 10px 0 10px;
 padding-bottom: 30px;
}
}
 @media (max-width: 360.98px) {
 .banner .banner-row {
 height: 140vh;
 padding-top: 200px;
 width: 100%;
}
 .side-menu .inner-wrapper {
 padding: 0 5rem;
}
 .side-menu .navbar-brand {
 margin-top: 50px;
 margin-bottom: 25px;
}
 .side-nav .navbar-nav {
 margin-bottom: 45px;
}
}
 @media (max-width: 400px) {
}
 @media (min-width: 768px) and (max-width: 991.98px) {
 .sidemenu_btn {
 top: 107px !important;
 margin-right: 25px;
}
}
 @media (max-width: 320px) {
 .contact-social-icons .upper-social-icons li a {
 height: 15px;
 width: 15px;
}
 .upper-nav .contact-info {
 font-size: 13px;
}
 .sidemenu_btn {
 top: 87px;
}
}
 @media (min-width: 1200px) and (max-width: 1599px) {
 .btn.btn-large {
 font-size: 14px;
 padding: 7px 30px;
 line-height: 1.8em;
}
 #banner_svg {
 height: 100px;
}
 .banner-text-right {
 padding: 30px 20px;
}
 .banner-text-left h1 {
 font-size: 50px;
}
 .banner-right-area-content h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .banner-text-left p {
 font-size: 15px;
 margin-bottom: 15px;
}
 .skill-sec .skill-details .title {
 font-size: 50px;
}
 .team-section .team-details .title {
 font-size: 50px;
}
 #team-header-svg {
 height: 100px;
}
 #team-foot-svg {
 height: 100px;
}
 #team-circle-left {
 left: -3%;
}
 #team-circle-right {
 right: -3%;
}
 .portfolio-sec .heading {
 color: #202020;
 margin-bottom: 0;
 font-size: 50px;
}
 #testimonial-header-svg {
 height:100px;
}
 #testimonial-foot-svg {
 height: 100px;
}
 .lastest-blog .blog-content h1 {
 font-size: 50px;
}
 .lastest-blog .blog-content h1 span {
 font-size: 50px;
}
}
 @media (min-width: 1600px) {
 .sidemenu_btn {
 margin-right: 5rem;
}
 .banner-text-right {
 margin-right: 80px;
}
 .banner-row {
 padding-top: 0;
}
 .services-area-width-manage {
 width: 100%;
}
}
 @media screen and (min-width: 1900px) {
 .lastest-blog .pot-2 {
 left: 500px;
}
}
#slide-container {
	position:relative;
}
#slide-first-element {
	display:block;
	width:100%;
	height:auto
}
#slide-element-2, #slide-element-3, #slide-element-4 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.slide-image {
	width:100%
}
#slide-first-element {
	animation:fade-1 32s infinite;
	-webkit-animation:fade-1 32s infinite
}
#slide-element-2 {
	animation:fade-2 32s infinite;
	-webkit-animation:fade-2 32s infinite
}
#slide-element-3 {
	animation:fade-3 32s infinite;
	-webkit-animation:fade-3 32s infinite
}
#slide-element-4 {
	animation:fade-4 32s infinite;
	-webkit-animation:fade-5 32s infinite
}
 @keyframes fade-1 {
 0% {
 opacity:1
}
 33% {
 opacity:0
}
 66% {
 opacity:0
}
 100% {
 opacity:1
}
}
 @keyframes fade-2 {
 0% {
 opacity:0
}
 33% {
 opacity:1
}
 66% {
 opacity:0
}
 100% {
 opacity:0
}
}
 @keyframes fade-3 {
 0% {
 opacity:0
}
 33% {
 opacity:0
}
 66% {
 opacity:1
}
 100% {
 opacity:0
}
}
 @keyframes fade-4 {
 0% {
 opacity:0
}
 25% {
 opacity:0
}
 50% {
 opacity:0
}
 75% {
 opacity:1
}
 100% {
 opacity:0
}
}
.videoo-block {
	min-height: 485px;
}
.videoHolder__video {
	position:absolute;
	z-index:-1
}
.videoHolder {
	overflow:hidden;
	z-index:1;
	opacity:0
}
.videoHolder.has-autoplay, .videoHolder.is-playing {
	opacity:1
}
.videoHolder__video {
	min-width:100%;
	min-height:100%;
	width:100%;
	height:auto
}
.videoHolder__video, .videoPlayButton {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.videoPlayButton {
	width:86px;
	height:86px;
	z-index:10;
	background-color:#2c2c2b;
	display:block;
	box-shadow:0 1px 19px 0 rgba(0, 0, 0, .23);
	text-align:center;
 transition:.25s
}
.videoPlayButton__iconHolder {
	width:15px;
	height:21px;
	position:relative;
	overflow:hidden;
	margin:0 auto 6px
}
.videoPlayButton__iconHolder:after, .videoPlayButton__iconHolder:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../svg/play.svg) no-repeat 50%;
	background-size:100%;
 transition:.25s
}
.videoPlayButton__iconHolder:after {
	background:url(../svg/play-white.svg) no-repeat 50%;
	background-size:100%;
	-webkit-transform:translateX(-200%);
	transform:translateX(-200%)
}
.videoPlayButton__label {
	color:#fff;
	font-size:12px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2.6px;
	position:relative;
	top:2px;
 transition:.25s
}
.videoPlayButton:hover .videoPlayButton__iconHolder:before {
	-webkit-transform:translateX(200%);
	transform:translateX(200%)
}
.videoPlayButton:hover .videoPlayButton__iconHolder:after {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.videoPlayer {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:140;
	background-color:rgba(0, 0, 0, .85);
	display:none;
	opacity:0;
	-webkit-transform:translateZ(1002px);
	transform:translateZ(1002px)
}
.videoPlayer__wrapper {
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.videoPlayer__outer {
	width:1280px;
	max-width:calc(100% - 60px)
}
.videoPlayer__close {
	background-color:#2c2c2b;
	position:absolute;
	top:30px;
	right:30px;
	height:56px;
	width:56px;
	cursor:pointer;
	z-index:56;
 transition:.25s
}
.videoPlayer__close:hover {
	background-color:#9d9c8a
}
.videoPlayer__close:after, .videoPlayer__close:before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:50%;
	margin-left:-14px;
	width:28px;
	height:2px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.videoPlayer__close:after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg)
}
.videoPlayer.is-active {
	display:block;
 -webkit-animation:l .25s .1s;
 animation:l .25s .1s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards
}
 @-webkit-keyframes l {
 0% {
 opacity:0
}
to {
	opacity:1
}
}
 @keyframes l {
 0% {
 opacity:0
}
to {
	opacity:1
}
}
.side-menu {
	transform: translateX(-100%);
}
.side-menu.open {
	transform: translateX(0);
}
 @media screen and (max-width: 1200px) {
 .product-content h1 {
 font-size: 36px;
}
}
 @media screen and (min-width: 991px) {
 .sidemenu_btn {
 display:none!important;
}
}
 @media screen and (max-width: 991px) {
 .mobil-off {
 display:none;
}
 .mobil-on {
 display:block;
}
 .team-section .team-details .title {
 font-size: 32px;
}
 .navbar .navbar-brand img {
 max-width: 100%;
 height: 60px;
}
 .header-appear {
 height: 90px;
}
 .trkp {
 position: relative;
 font-size: 12px;
 left: 0;
 margin-top: 0px;
 font-weight: 400;
 color: #81a6ac;
 text-align: center;
 display: block;
}
 .kapcsolat .contact-details ul li i {
 margin-bottom: 5px;
}
 .lablec-ismereto {
 width: 80%;
}
 .header-appear .navbar .navbar-brand img {
 max-width: 100%;
 height: 60px;
}
 .tajekoztato {
 text-align: center;
}
 h4.kvvc2 {
 font-size: 32px !important;
}
 .vagy {
 padding-left: 10px!important;
 padding-right: 10px!important;
}
 .mkii {
 display:none!important;
}
 .lastest-blog .blog-content h1 {
 font-size: 28px!important;
}
 .lastest-blog .blog-content h1 span {
 font-size: 28px;
}
 .lastest-blog {
 padding-bottom: 180px;
}
 .cimkiegeszito {
 font-size: 15px!important;
 letter-spacing: 0px!important;
}
 .lastest-blog .blog-content h1 {
 font-size: 18px;
}
 .lastest-blog .blog-content h1 span {
 font-size: 18px;
}
 .order1 {
 order: 2;
 padding-top: 20px;
}
 .order2 {
 order: 1;
}
}
 @media screen and (max-width: 767px) {
 .cimkiegeszito {
 padding-top: 5px!important;
 font-size: 13px!important;
 letter-spacing: 0px!important;
}
 .lastest-blog .blog-content h1 {
 font-size: 21px!important;
}
 .lastest-blog .blog-content p {
 width: 100%;
}
 .prjctColumnImageWrap.alignleft {
 margin: 0 0 0 0;
}
 .contact-form {
 text-align:center;
}
 .ter {
 font-size: 19px;
}
 .fo1 {
 font-size: 28px!important;
 line-height: 32px!important;
 margin-bottom: 10px;
}
 h4.kvvc2 {
 font-size: 28px !important;
}
 .f-sz {
 font-size: 16px;
}
 .product-content h1 {
 font-size: 28px;
}
 .team-section .text {
 padding: 0px 0px 20px;
}
 .team-section .testimonial-team .owl-item .item:hover {
 box-shadow: 0px 0px 0px rgba(179, 161, 179, 0.3);
}
 p {
 font-size: 15px;
}
 .btn.btn-rounded {
 border-radius: 50px;
}
 .contact-social-icons .upper-social-icons li a i {
 font-size: 11px;
}
 .upper-nav {
 padding: 15px 0 0px;
}
 .sepa {
 width: 1px;
 background: #ffffff4f;
 height: 26px;
 position: relative;
 left: -8px;
 top: -6px;
}
 .contact-social-icons .upper-social-icons {
 margin-bottom: 0;
 position: relative;
 top: -2px;
}
 .dsd {
 font-size: 9px!important;
 position: absolute;
 left: 39px;
 top: 6px;
}
 .sidemenu_btn {
 position: absolute;
 right: 130px;
 top: 74px !important;
}
 .szfv {
 margin-left: 8px;
 font-size: 11px !important;
 margin-top: -14px;
}
 .kerdes {
 font-size: 10px;
 position: absolute;
 top: -12px;
 letter-spacing: 0px;
}
 .cim i {
 color: #fff;
 position: relative;
 margin-top: -6px;
 font-size: 19px;
}
 .szfv {
 margin-left: 8px;
 font-size: 11px !important;
}
 .telefon {
 color: #fff;
 font-size: 14px;
 position: relative;
 left: -18px;
 border-right: 0px solid #ffffff8a;
 padding-right: 4px;
 font-weight: 400;
 letter-spacing: -0.5px;
 top: 0px;
}
 .icon-phone:before {
 content: "\e905";
 font-size: 20px;
 position: relative;
 top: -2px;
 left: -4px;
}
 .contact-social-icons .upper-social-icons li {
 margin-left: 0px;
}
 .cim i {
 color: #fff;
 position: relative;
 margin-top: -5px;
 font-size: 21px;
}
 .contact-social-icons .upper-social-icons li a {
 height: 24px;
 width: 24px;
}
 .kies {
 display:none;
}
 .bees {
 display:block;
}
 .aller {
 position: relative;
 left: 0px!important;
}
 .prjctTextHolder {
 padding: 20px 20px 20px 20px!important;
 margin-top: -30px!important;
 margin-left: 20px!important;
 margin-right: 20px;
}
 .prjctDescrColumn h3, .prjctDescrColumn .h3 {
 font-size: 24px;
 margin-bottom: 10px;
 text-align: center;
}
 .tkinalat {
 padding-top: 40px;
 padding-bottom: 0px;
 background: #ffffff;
 margin-bottom: -60px;
 padding-left: 40px;
 padding-right: 40px;
 max-width: 90% !important;
}
 .nyvt {
 display: none;
}
 .lablec-ismereto {
 width: 100%;
}
 .padding-oldal {
 padding-bottom: 0px;
}
}
 @media (min-width: 566px) and (max-width: 991px) {
 .side-menu .navbar-brand img {
 width: 260px;
 height: auto;
}
}
 @media (max-width: 565px) {
 .sepa {
 display: none;
}
 .vagy {
 display:none!important;
}
 .dasd {
 display:none!important;
}
 .lastest-blog .blog-content h1 {
 font-size: 21px!important;
 margin-bottom: 45px;
}
 h4.kvvc2 {
 font-size: 24px !important;
}
 .fo1 {
 font-size: 24px!important;
 line-height: 28px!important;
 margin-bottom: 10px;
}
 .contact-social-icons .upper-social-icons {
 display: none;
}
.sidemenu_btn {
 position: absolute;
 right: 45px;
 top: 66px !important;
}
 .header-appear .sidemenu_btn {
 top: 27px !important;
}
 .cim i {
 margin-top: -6px;
}
 .dsd {
 top: 2px;
}
}

 @media (max-width: 767px) {
 .axel-logo-footerline {
 width: 200px;
}
}
 @media (max-width: 500px) {
 .footer-social a {
 width: 36px;
 height: 36px;
 line-height: 36px;
 font-size: 14px;
 margin: 0 8px 0 0;
}
 .szfv {
 font-size: 10px !important;
}
 .team-details p {
 font-size: 13px;
 line-height: 19px;
 margin-top: -12px;
}
 .tajekoztato {
 font-size: 12px;
}
 .f-sz {
 font-size: 12px;
 color: #fff;
 margin-bottom: 0px;
 line-height: 18px;
 letter-spacing: 0px;
}
 .team-section .team-details .title {
 font-size: 24px;
}
 .smee {
 font-size: 11px;
 color: #85a9af;
}
 .vll1 {
 font-size: 13px;
}
 .lablec-ismereto {
 width: 92%;
 font-size: 13px;
 line-height: 19px;
 margin-top: 20px;
}
 .axel-logo-footerline {
 width: 200px;
}
 .lablec-felso {
 padding-bottom: 10px;
}
}
 @media (max-width: 460px) {
 .o-off {
 display:none!important;
}
 .contact-social-icons .upper-social-icons {
 display: block;
 position: absolute;
 right: 17px;
 top: -6px;
}
 .telefon {
 left: 0;
}
 .justify-content-end {
 -ms-flex-pack: center!important;
 justify-content: center!important;
}
 .o-100 {
 max-width:100%;
 flex: 0 0 100%;
}
}
 @media (max-width: 400px) {
 .team-section .team-details .title {
 font-size: 18px;
}
 .tajekoztato {
 font-size: 11px;
 letter-spacing:0px;
}
}
