[class|=space] {
	display: block;
	width: 100%;
	overflow: hidden
}
@font-face {
	font-family: 'themify';
	src:url('../../fonts/themify.eot?-fvbane');
	src:url('../../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../../fonts/themify.woff?-fvbane') format('woff'),
		url('../../fonts/themify.ttf?-fvbane') format('truetype'),
		url('../../fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-25%, 0, 0);
 transform: translate3d(-25%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-25%, 0, 0);
 transform: translate3d(-25%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeftBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(25%, 0, 0);
 transform: translate3d(25%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(25%, 0, 0);
 transform: translate3d(25%, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
 @-webkit-keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRightBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 25%, 0);
 transform: translate3d(0, 25%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 25%, 0);
 transform: translate3d(0, 25%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInUpBig {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
 @-webkit-keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 50% {
 -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
 -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
 transform: perspective(400px) scale3d(.95, .95, .95);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
 @-webkit-keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInX {
 from {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 to {
 -webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
.title h3, .title h2 {
    border-bottom: 5px solid #777777;
    float: left;
    margin: 0px;
	padding-bottom: 5px;
	position: relative;
    bottom: -3px;
	color: #777777;
}
.title {
    border-bottom:1px solid #606060;
    margin-bottom: 30px;
}
.title{
	border-color:#6B6B6B;	
}
.title-center h3, .title-center h2 {
	float: none;
	display: inline-block;
}
.green .title, .green .title h3, .green .title h2{
	border-color: #a0ff39;
}
.brown .title, .brown .title h3, .brown .title h2{
	border-color: #782a00;
}
.blue .title, .blue .title h3, .blue .title h2{
	border-color: #85d9ff;
}
.white .title, .white .title h3, .white .title h2{
	border-color: #fff;
}
.magenta .title, .magenta .title h3, .magenta .title h2{
	border-color: #160000;
}
.pady-150 {
	padding: 50px 0 0;
}
.padb-80 {
	padding-bottom:80px;
}
.mart-30 {
	margin: 30px 0 0;
}
.mart-50{
	margin: 50px 0 0;
}
.text-primary{
		color:#00bafb!important;
}
.relative {
	position: relative;
}
.overlay-bg {
	background: #23689a;
}
.pad-50{
		padding:50px;
}
.pady-50{
		padding:50px 0;
}
.padx-50{
		padding:0 50px;
}
.abt-con{
		min-height: 743px;
}
.btn {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 100px;
	font-size: 12px;
	letter-spacing: 2px;
	min-width: 150px;
	padding: 12px 25px;
	font-weight: 500;
}
.btn.btn-white {
	border: 1px solid #ffffff;
	margin: 0 5px;
}
.btn.btn-white:hover {
	background-color: #ffffff;
	color: #2fccd0;
}
.btn.btn-link.active:hover, .btn.btn-link {
	border: 1px solid #06bfff;
	color: #06bfff;
	color: #06bfff;
	text-decoration: none;
	background: transparent;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.btn.btn-link.active, .btn.btn-link:hover, .price-table.active .btn.btn-link {
	background-color: #06bfff;
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
	color: #ffffff;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
address {
	margin-bottom: 0;
}

.navbar-brand .logo-text {
	line-height: 0.6;
}
.headermenu .navbar-brand .logo-text {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#mainmenu li a {
	color: #ffffff;
}
#mainmenu li.active a {
	position: relative;
}
#mainmenu li a:before {
	content: " ";
	font-family: themify;
	margin-right: 5px;
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#mainmenu li.active a:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#mainmenu li a.dropdown-item{
		color: #606060;
    display: block;
    padding: 5px 10px;
}
.price-table .amount, .price-table .price-title {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.price-table.active .amount, .price-table.active .price-title {
	color: #1275bc;
}
.price-table {
	-webkit-transform: translateY(-0px);
	transform: translateY(-0px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0);
}
.price-table.active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.single-team img {
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.single-team:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#scrollUp {
	background:#fff url(../images/up-arrow.png) no-repeat 0 0;
	border-radius: 2px;
	bottom: 30px;
	color: #1176bb;
	height: 40px;
	line-height: 3;
	right: 30px;
	text-align: center;
	width: 40px;
}
#scrollUp:hover {
	background:#ef2d32 url(../images/up-arrow.png) no-repeat 0 bottom;
	color:#fff;
}
#prospectus-box{
			position: fixed;
    bottom: 0px;
    right: 90px;
    background: #ef2249;
    padding: 20px 20px 5px;
    border-radius: 20px 20px 0 0;
				z-index:99;
				border: 3px solid #fff;
}
#prospectus-box h3, #prospectus-box p{
		color:#fff;
}
#prospectus-box #close{
		    position: absolute;
    top: -30px;
    right: -30px;
    background: #ef2249 url(../images/close.png) no-repeat 6px -33px;
    border: none;
    text-indent: -999em;
    width: 35px;
    padding: 0;
    border-radius: 20px;
    height: 35px;
    border: 2px solid #fff;
}
 @-webkit-keyframes mymove {
 0 {
 box-shadow: 0 0 0 0 rgba(37, 162, 203, 0.4), 0 0 0 0 rgba(37, 162, 203, 0.4);
}
 25% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 10px rgba(37, 162, 203, 0.4);
}
 50% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 20px rgba(37, 162, 203, 0.4);
}
 75% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 10px rgba(37, 162, 203, 0.4);
}
 100% {
 box-shadow: 0 0 0 0 rgba(37, 162, 203, 0.4), 0 0 0 0 rgba(37, 162, 203, 0.4);
}
}
 @keyframes mymove {
 0 {
 box-shadow: 0 0 0 0 rgba(37, 162, 203, 0.4), 0 0 0 0 rgba(37, 162, 203, 0.4);
}
 25% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 10px rgba(37, 162, 203, 0.4);
}
 50% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 20px rgba(37, 162, 203, 0.4);
}
 75% {
 box-shadow: 0 0 0 10px rgba(37, 162, 203, 0.4), 0 0 0 10px rgba(37, 162, 203, 0.4);
}
 100% {
 box-shadow: 0 0 0 0 rgba(37, 162, 203, 0.4), 0 0 0 0 rgba(37, 162, 203, 0.4);
}
}
.preloade span i {
	bottom: -7px;
	color: #ffffff;
	font-size: 25px;
	height: 32px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}
#accordion .panel-title a {
	position: relative;
}
#accordion .panel-title a:after {
	content: "\e648";
	font-family: themify;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#accordion .panel-title a.collapsed:after {
	content: "\e64b";
}
.well {
	background-color: #ffffff;
	border: medium none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 40px;
	border-radius: 2px;
}
.well-hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.well-hover:hover {
	/*box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);*/
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.bg-trans1{
  background-color: rgba(0, 0, 0, .2);
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.well.well-lg {
	padding: 50px;
}
.form-control {
	border-radius: 2px;
	min-height: 40px;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
}
.panel-title a {
	display: block;
}
.breadcrumb {
	background: none;
}
blockquote {
	font-size: 15px;
	padding: 30px;
}
.input-group-btn .btn {
	height: 40px;
}
.lbox{
	padding:0 50px;
}
.rbox{
	padding:0 50px;
}

.borderbox{
	padding:50px;
	border:1px solid #d1d1d1;
	border-radius: 2rem;
}
.lgreybox, .rgreybox{
	padding:50px;
	background: #f1f1f1;
	border-radius: 2rem;
}
.site-menu-toggle{
    right: 40px;
    top: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.info-blck .fa-solid{
	display: none;
}
@media (max-width: 991.98px) {
  .mobx-pad, .lbox, .rbox{
  	padding: 0 15px;
  }
  .moby-pad{
  	padding: 25px 0;
  }
  .pad-50{
  	padding: 15px;
  }
  .pady-50, .section__item{
  	padding: 0 0 50px;
  }
  .lgreybox, .rgreybox, .borderbox{
  	padding: 15px;
    background: #fff; 
    border-radius:0rem;
    border: none;
  }
  .info-blck{
  	img{
  		float: left;
  	}
  	.block{
  		display: inline-block;
  		margin-left: 10px;
  	}
  }
}

