	@font-face {
		font-family: Poppins-Regular;
		src: url("../fonts/Poppins-Regular.ttf");
	}
	@font-face {
		font-family: Poppins-Medium;
		src: url("../fonts/Poppins-Medium.ttf");
	}
	@font-face {
		font-family: Poppins-SemiBold;
		src: url("../fonts/Poppins-SemiBold.ttf");
	}
	@font-face {
		font-family: PlayfairDisplay-Bold;
		src: url("../fonts/PlayfairDisplay-Bold.otf");
	}
	@font-face {
		font-family: PlayfairDisplay-BoldItalic;
		src: url("../fonts/PlayfairDisplay-BoldItalic.otf");
	}
	body, html {
		width: 100%;
		padding: 0;
		margin: 0;
		font-family:'Poppins-Regular', sans-serif!important;
		font-size:15px;
	}

	a {
		color: #fff!important;
		transition:0.5s;
	}
	a:active {
		text-decoration: none;
		list-style-type: none;
	}
	a:hover {
		text-decoration: none!important;
		list-style-type: none;
		transition:0.5s;
	}
	img {
		max-width: 100%;
		height: auto;
		width: auto\9;
		/* ie8 */
		border: none;
	}
	ul{
		padding-left:0px;
		margin-bottom:0px!important;
	}
	li{
		list-style:none;
	}
	input:focus {
		outline: none!important;
	}
	.container-my {
		max-width: 1500px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	h1.color-black {
		font-size: 72px;
		text-transform: uppercase;
		font-family: Poppins-SemiBold!important;
	}
	h1.color-white {
		font-size: 72px;
		text-transform: uppercase;
		font-family: Poppins-SemiBold!important;
		color:#fff;
	}
	p.color-grey {
		color: #4e4e4e;
		font-size: 16px;
		line-height: 30px;
	}
	p.color-white {
		color: #fff;
		font-size: 16px;
		line-height: 30px;
	}
	h3.color-black {
		font-size: 29px;
		margin-top: 0;
		font-family: Poppins-Medium!important;
	}
	h4.color-black {
		font-size: 20px;
		text-transform: uppercase;
		font-family: Poppins-Medium!important;
	}
	.position-relative {
		position: relative;
		max-width: 182px;
		margin: 0 auto;
	}
	span.circle-blue {
		background: #67c6dd;
		padding: inherit;
		width: 47px;
		height: 45px;
		line-height: 50px;
		font-family: Poppins-Medium!important;
		color: #fff;
		font-size: 20px;
		border-radius: 50%;
		position: absolute;
	}
	span.circle-blue.cirlce-1 {
		top: 0px;
		right: 4px;
	}
	span.circle-blue.cirlce-2 {
		right: 13px;
	}
	span.circle-blue.cirlce-3 {
		right: 0px;
		top: 0;
	}
	span.circle-blue.cirlce-4 {
		right: 6px;
	}
	/*
	.header-background{
		background:url(../img/bg-header.png);
		background-size: cover;
		background-position: top center;
		padding-bottom: 350px;
	}*/
	.header-background{
		overflow: hidden;
		display: block;
		height: 740px;
		max-height: 885px;
		position: relative;
		z-index: 0;
		background-image: none;
		width: 100%;
	}
	.video-container {
		width: 100%;
		display: table;
		height: 100%;
		z-index:999;
	}
	video#landing-video {
		margin: auto;
		z-index: -1;
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.header-background h1.color-white {
		font-family: Poppins-SemiBold!important;
		font-size: 88px;
		text-transform: uppercase;
		color: #fff;
		margin-top: 191px;
	}
	.header-background p.color-white {
		color: #fff;
		font-size: 17px;
		line-height: 30px;
		margin-bottom: 40px;
		max-width: 1000px;
		text-align: center;
		margin: 0 auto 40px;
	}
	button.btn.new-red-btn, button.btn.new-blue-btn {
		width: 320px;
		height: 62px;
		padding: 0!important;
		border: none!important;
		outline: none!important;
		transition:0.5s;
	}
	button.btn.new-blue-btn {
		background: #3131bd;
	}
	button.btn.new-red-btn:hover {
		background: #fa130a;
		transition:0.5s;
	}
	button.btn.new-blue-btn:hover {
		background:#2929eb;
		transition:0.5s;
	}
	.icon {
		display: inline-block;
		background: #90140f;
		padding: 8px 13px;
		margin-left: -52px;
	}
	button.btn.new-blue-btn .icon {
		display: inline-block;
		background: #11118c;
	}
	.link {
		display: inline-block;
		vertical-align: middle;
		width: 150px;
		text-align: center;
		margin-left: 55px;
	}
	a.btn {
		background: #e3322b;
		border-radius: 0!important;
		text-transform: uppercase;
		font-size: 20px;
		padding: 2px 110px 1px 0px!important;
	}
	a.btn span {
		background: #90140f;
		padding: 13px;
		margin-left: -1px;
	}
	span.text-link {
		background: #e3322b!important;
		width: 112%;
		display: inline-block;
		margin-left: 0!important;
	}
	.menu {
		background-color: #1D1F20;
		background-image: linear-gradient(145deg, #1D1F20, #404348);
	}

	.menu a {
		color: #fff;
	}

	.menu a:hover {
		text-decoration: underline;
	}

	.menu-section {
		margin: 25px 0;
	}

	.menu-section-list {
		padding: 0;
		margin: 10px 0;
		list-style: none;
	}

	.menu-section-list a {
		display: block;
		padding: 10px 20px;
	}

	.menu-section-list a:hover {
		background: #fff;
		background-color: #3db3f5!important;
		border: 2px solid #3db3f5;
		border-bottom: 2px solid #3db3f5!important;
	}

	.slideout-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		width: 256px;
		min-height: 100vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 0;
		display: none;
	}

	.slideout-menu-left {
		left: 0;
	}

	.slideout-menu-right {
		right: 0;
	}

	.slideout-panel {
		position: relative;
		z-index: 1;
		will-change: transform;
	}

	.slideout-open,
	.slideout-open body,
	.slideout-open .slideout-panel {
		overflow: hidden;
	}

	.slideout-open .slideout-menu {
		display: block;
	}
	/* Animation
	---------------------------------- */

	@-webkit-keyframes shake {
		0%,
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
		50% {
			-webkit-transform: translate3d(-10px, 0, 0);
			transform: translate3d(-10px, 0, 0);
		}
	}

	@keyframes shake {
		0%,
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
		50% {
			-webkit-transform: translate3d(-10px, 0, 0);
			transform: translate3d(-10px, 0, 0);
		}
	}

	@keyframes octocat-wave {
		0%,
		100% {
			transform: rotate(0)
		}
		20%,
		60% {
			transform: rotate(-25deg)
		}
		40%,
		80% {
			transform: rotate(10deg)
		}
	}
	.navbar-collapse.collapse {
		margin-top: 20px;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
		text-align: center;
		width: 100%;
		font-family: Poppins-Medium!important;
	}
	.navbar-nav>li {
		float: none!important;
		display: inline-block!important;
		padding: 0 7px;

	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 5px;
		transition: 0s!important;
		padding: 15px 5px 5px 5px!important;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		background-color: transparent!important;
		border-bottom: 2px solid #fff!important;
		transition: 0s!important;
	}
	li.autoriztion-btn a{
		text-transform: uppercase;
		padding: 11px 35px!important;
		border: 2px solid #69d2e7;
		border-radius: 4px;
	}
	li.autoriztion-btn a:hover {
		background: #fff;
		background-color: #3db3f5!important;
		border: 2px solid #3db3f5;
		border-bottom: 2px solid #3db3f5!important;
	}
	li.autoriztion-btn span img{
		 vertical-align: middle;
		margin: 0 10px 0 0;
	}
	button.sign-up-mobile {
		display: none;
	}
	ul.autoriztion {
		margin: 50px 0;
	}
	.autoriztion li{
		display:inline-block;
	}
	.autoriztion li a {
		text-transform: uppercase;
		padding: 11px 35px;
		border: 2px solid #69d2e7;
		border-radius: 4px;
	}
	.autoriztion li span img {
		vertical-align: middle;
		margin: 0 10px 0 0;
	}
	.design {
		background:url(../img/design.png);
		background-size: cover;
		background-position: top center;
		padding: 55px 0 80px;
	}
	.disign-mobile{
		background:url(../img/design.png);
		background-size: cover;
		padding: 50px 0;
	}
	.disign-mobile h1.color-white {
		font-size: 40px!important;
	}
	p.middle-title {
		color: #fff;
		font-size: 32px;
		text-transform: uppercase;
		border-bottom: 2px solid #fff;
		line-height: 60px;
		margin: 20px 40px;
		text-align: left;
	}
	p.car-desrcription {
		color: #fff;
		font-size: 14px;
		text-align: left;
		line-height: 25px;
		margin: 10px 40px 35px;
		min-height: 75px;
	}
	.new-car{
		position: relative;
	}
	.new-car p{
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		position: absolute;
		font-weight: 600;
	}
	.new-car span{
		color: #fff;
		font-size: 14px;
		position: absolute;
		width: 290px;
	}
	span.position-rel-left-top {
		top: 19%;
		left: 4.5%;
		text-align: left;
	}
	span.position-rel-left-bottom {
		left: 0;
		bottom: 8%;
		text-align: left;
	}
	span.position-rel-right-top {
		top: 23%;
		right: 0;
		text-align: right;
	}
	span.position-rel-right-bottom {
		bottom: 7%;
		right: 0;
		text-align: right;
	}
	p.position-rel-left-top {
		top: 11%;
		left: 4.5%;
	}
	p.position-rel-left-bottom {
		bottom: 18%;
	}
	p.position-rel-right-top {
		top: 15%;
		right: 0%;
	}
	p.position-rel-right-bottom {
		bottom: 19%;
		right: 0%;
	}
	a.btn.btn-blue {
		background: #3131bd;
		border-radius: 0!important;
		text-transform: uppercase;
		font-size: 20px;
		padding: 2px 110px 1px 0px!important;
	}
	a.btn.btn-blue span {
		background: #11118c;
		padding: 13px;
		margin-left: -1px;
	}
	.btn-blue span.text-link {
		background: #3131bd!important;
		width: 112%;
		display: inline-block;
		margin-left: 0!important;
	}
	.art-block {
		padding: 50px 0;
	}
	img.height-img {
		height: 125px;
		background-size: cover;
		max-width: 100%;
	}
	.col-md-3.col-sm-6.col-xs-12.step:after {
		content: "";
		background: url(../img/step.png);
		height: 10px;
		width: 105px;
		display: inline-block;
		position: absolute;
		top: 15%;
		left: -50px;
		background-size: cover;
	}
	.col-md-3.col-sm-6.col-xs-12.step-2:after {
		content: "";
		background: url(../img/step.png);
		height: 10px;
		width: 105px;
		display: inline-block;
		position: absolute;
		top: 17%;
		left: -50px;
		background-size: cover;
	}
	.col-md-3.col-sm-6.col-xs-12.step-3:after {
		content: "";
		background: url(../img/step.png);
		height: 10px;
		width: 105px;
		display: inline-block;
		position: absolute;
		top: 16%;
		left: -50px;
		background-size: cover;
	}
	.why-we-stand{
		padding:50px 0;
	}
	p.color-grey.uppercase-20 {
		text-transform: uppercase;
		font-family: Poppins-Medium!important;
	}
	.driving{
		background:url(../img/driving.png);
		background-size: cover;
		background-position: top center;
		/* padding: 281px 0; */
		height:761px;
	}
	.driving h1.color-white{
		margin:290px 0 0;
	}
	.informtion-panel.border-bottom {
	  /*  background: url(../img/cars-2.png);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 43% 100%;*/
	}
	.informtion-panel h1{
		font-family: Poppins-Medium!important;
		margin-top: 40px;
	}
	.informtion-panel  button.btn.new-blue-btn{
		width:100%;
	}
	.informtion-panel .link {
		margin-left: 50px;
		width: 43%;
	}
	.informtion-panel .icon {
		margin-left: -70px;
	}
	.our {
		padding: 70px 0 70px;
	}
	.our h3.color-black {
		margin-bottom: 0;
	}
	.col-md-20 {
		width: 20%!important;
		min-height: 130px!important;
	}
	.image-baner{
		background:url(../img/image-baner.png);
		background-size: cover;
		background-position: top center;
		padding: 450px 0 50px;
	}
	.comments.border-bottom {
		padding: 80px 0;
	}
	p.comments-block {
		text-align: center;
	}
	.comments-block:before {
		content: "";
		background: url(../img/qoute-left.png);
		display: block;
		height: 89px;
		background-repeat: no-repeat;
		float: left;
		width: 89px;
	}
	.comments-block:after {
		content: "";
		background: url(../img/qoute-right.png);
		display: block;
		height: 89px;
		background-repeat: no-repeat;
		float: right;
		width: 89px;
	}
	p.comment {
		text-align: center;
		margin: 0 105px;
		color: #838281;
		font-size: 16px;
		line-height: 30px;
	}
	.images-panel {
		padding: 65px 0 90px;
	}
	.images-panel h1 {
		font-size: 63px;
		text-transform: uppercase;
		color: #e3e3e3;
		margin: 20px 0 66px;
		font-family: PlayfairDisplay-Bold;
	}
	.col-md-35 {
		width: 40%;
		float: left;
		padding-right: 5px;
	}
	.col-md-21 {
		width: 20%;
		float: left;
		padding: 0 5px 0 0;
	}
	.panel-block {
		position: relative;
		margin-bottom: 5px;
	}
	.panel-block img{
		position:relative;
		width:100%;
	}
	.panel-block h2{
		font-size:25px;
		font-family: Poppins-Medium!important;
		text-transform: uppercase;
		margin: 30px 0px;
	}
	.panel-block h3{
		font-size:14px;
		font-family: Poppins-SemiBold!important;
		text-transform: uppercase;
		line-height: 25px;
		margin: 10px;
	}
	.description {
		position: absolute;
		bottom: 0;
		color: #fff;
		background: rgba(39,63,90,0.8);
		width: 100%;
	}
	.sign-up {
		background: #f9f9f9;
		padding: 50px 0 75px;
	}
	.sign-up h3 {
		font-size: 38px;
		text-transform: uppercase;
		font-family: Poppins-Medium!important;
	}
	.sign-up p {
		font-family: Poppins-Medium!important;
		font-size: 16px;
		text-transform: uppercase;
		color: #9e9b9b;
	}
	.sign-up-btn {
		background: #cf1c00;
		width: 220px;
		display: block;
		margin: 0 auto;
		transition: 0.5s;
		padding: 13px;
		border-radius: 3px;
		text-transform: uppercase;
		font-family: Poppins-Medium!important;
		letter-spacing: 4px;
		margin-top: 20px;
		color: #fff;
		border: none;
	}
	button.sign-up-btn:hover {
		background: #ef290a;
		transition:0.5s;
	}
	.sign-up-btn img{
		margin-right: 10px;
	}
	h3.text-center.new-style {
		color: #fff;
		font-size: 31px;
		margin-top: 0px;
		font-family: PlayfairDisplay-BoldItalic;
	}
	footer {
		background: #01013d;
		color: #fff;
	}
	.footer-top {
		padding: 20px 0 40px;
	}
	.footer-top .col-md-4.col-xs-12.border-left-grey {
		min-height: 160px;
	}
	.footer-middle {
		padding: 40px 0;
	}
	.footer-middle .col-md-6.col-xs-12.border-left-grey {
		min-height: 155px;
	}
	.footer-menu li a{
		font-size:14px;
		line-height:25px;
		font-family: Poppins-Medium!important;
	}
	.footer-menu li a:hover{
		color:#78cdf0!important;
	}
	h3.title-block {
		text-transform: uppercase;
		color: #fff;
		font-family: Poppins-SemiBold!important;
		border-bottom: 2px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 25px;
	}
	.social li{
		display:inline-block;
	}
	h4.uppercase {
		text-transform: uppercase;
		margin-bottom: 20px;
		font-family: Poppins-Medium!important;
	}
	a.learn-more {
		color: #37a3e2!important;
		font-family: Poppins-Medium!important;
	}
	a.learn-more:hover{
		color:#f6a699!important;
	}
	a.learn-more img {
		margin-left: 6px;
		margin-top: -2px;
	}

	input[type="text"] {
		background: #01013d;
		outline: none;
		height: 43px;
		width: 65%;
		color: #fff;
		padding: 2px 7px;
		border: 2px solid #fff;
	}
	input[type="submit"] {
		background: #e3322b;
		background-image: url(../img/message.png);
		background-position: 50%;
		padding: 4px 20px 15px 20px;
		background-repeat: no-repeat;
		outline: none;
		border: 2px solid #fff;
		margin-left: -5px;
		border-left: none;
	}
	::-webkit-input-placeholder {color:#fff;}
	::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
	:-moz-placeholder           {color:#fff;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#fff;}
	.footer-bottom {
		padding: 45px 0;
	}
	.footer-bottom-menu li{
		display:inline-block;
		color:#fff;
	}
	.border-left-grey {
		border-left: 1px solid #eee;
	}
	.border-top-grey {
		border-top: 1px solid #eee;
	}
	.border-bottom{
		border-bottom: 1px solid #eee;
	}
	.padding-top-20{
		padding-top:20px
	}
	.padding-top-30{
		padding-top:30px
	}
	.padding-top-40{
		padding-top:40px
	}
	.padding-top-50{
		padding-top:50px
	}
	.padding-40-20{
		padding:0px 20px 0 40px;
	}
	.padding-right-0{
		padding-right:0px!important;
	}
	.padding-left-20{
		padding-left:20px;
	}
	.padding-left-40{
		padding-left:40px;
	}
	.margin-20-0{
		margin:20px 0;
	}
	.margin-22-10{
		margin:22px 10px!important;
	}
	.margin-top-15{
		margin-top:15px!important;
	}
	.margin-top-20{
		margin-top:20px!important;
	}
	.margin-top-30{
		margin-top:30px!important;
	}
	.margin-top-40{
		margin-top:40px!important;
	}
	.margin-top-50{
		margin-top:50px!important;
	}
	.margin-top-60{
		margin-top:60px!important;
	}
	.margin-top-70{
		margin-top:80px!important;
	}
	.margin-top-80{
		margin-top:80px!important;
	}
	.margin-right-80{
		margin-right: 80px;
	}
	.margin-top-120-md {
		margin-top: 120px!important;
	}
	.margin-top-150{
		margin-top:150px!important;
	}
	.margin-top-250{
		margin-top:250px!important;
	}
	.margin-bottom-110{
		margin-bottom:110px;
	}
	.pull-rigth-my{
		float:right;
	}
	.text-right-my{
		text-align:right;
	}
	.hidden-xs-block{
			display:none;
		}
		.visible-768{
			display:none;
		}
	/*-----------Hover---------*/
	.col-md-35 .panel-block.bw.pic {
		height: 390px;
		overflow: hidden;
	}
	.panel-block.block-2.bw.pic {
		height: 192px;
		overflow: hidden;
	}
	.panel-block.block-3.bw.pic {
		height: 141px;
		overflow: hidden;
	}
	.panel-block.block-4.bw.pic {
		height: 243px;
		overflow: hidden;
	}
	.bw {
	  -webkit-transition: all 1s ease;
		 -moz-transition: all 1s ease;
		   -o-transition: all 1s ease;
		  -ms-transition: all 1s ease;
			  transition: all 1s ease;
	}

	.bw:hover {
	  -webkit-filter: grayscale(100%);
	  cursor: pointer;
	}
	/*---------Modal--------------*/
	.modal-dialog {
		max-width: 460px!important;
	}
	.modal-content {
		background: #f3f3f3;
		background-color: #f3f3f3!important;
		border-radius: 4px!important;
	}
	.modal-header {
		padding: 30px 15px 20px!important;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}
	.close {
		position: absolute;
		left: -55px;
		top: 15px;
		float: left;
		background: #f3f3f3!important;
		font-size: 21px;
		padding: 20px!important;
		font-weight: bold;
		line-height: 1;
		border-radius: 3px;
		color: #ccc;
		text-shadow: none;
		opacity:1!important;
		filter: alpha(opacity=20);
	}
	h4.modal-title {
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		font-family: Poppins-Medium!important;
	}
	.modal-body {
		position: relative;
		padding: 20px 30px!important;
	}
	input.form-control,
	select.form-control {
		width: 100%!important;
		background: #fff;
		height: 48px;
		border-radius: 0!important;
		border: 1px solid #d4d4d4!important;
		padding: 5px 13px;
	}
	textarea.form-control{
		border-radius: 0!important;
		border: 1px solid #d4d4d4!important;
		padding: 5px 13px;
		height:150px!important;
		width:100%!important;
	}
	button.btn {
		background: #e3322b;
		border-radius: 0!important;
		text-transform: uppercase;
		font-size: 22px;
		padding: 2px 110px 2px 0px!important;
		color: #fff;
		width: 100%;
	}
	button.btn span {
		background: #90140f;
		padding: 13px;
		margin-left: -1px;
	}
	span.text-link {
		background: #e3322b!important;
		width: 112%;
		display: inline-block;
		margin-left: 0!important;
	}
	.btn:hover, .btn:focus, .btn.focus {
		color: #fff!important;
		text-decoration: none;
	}
	.hidden-md-1024{
		display:none;
	}
	@media screen and (max-width: 1366px) {
		.container-my {
			max-width: 1325px;
		}
		.margin-right-80 {
			margin-right: 55px;
		}
		input[type="text"] {
			width: 76%;
		}
	}
	@media only screen and (max-width: 1260px) {
		.header-background {
			height: 710px;
		}
		video#landing-video {
			min-height: 120%;
		}
	}
	@media only screen and (max-width: 1147px) {
		.header-background {
			height: 770px;
	}
	}
	@media only screen and (max-width: 1024px) {
		.header-background {
			height: 820px;
		}
		video#landing-video {
			min-height: 140%;
			top: 45%;
		}
		.navbar-nav>li img{
			max-width:85px;
		}
		.navbar-nav>li {
			padding: 0 0px;
		}
		.hidden-sm-1024{
			display:none;
		}
		.hidden-md-1024{
			display:block;
		}
		li.autoriztion-btn a {
			padding: 11px 13px!important;
		}
		.footer-middle .container-my{
			max-width: 970px;
		}
	}
	@media screen and (max-width: 991px) {
		.header-background{
			height: 950px;
		}
		video#landing-video {
			min-height: 140%;
			top: 58%;
		}
		.text-center-sm{
		text-align:center;
		}
		.disign-mobile .col-md-6.col-sm-6.col-xs-12 {
			min-height: 272px;
		}
		.col-md-20 {
			width: 50%!important;
			min-height: 130px!important;
		}
		.informtion-panel.border-bottom {
			background-size: 50% 42%;
		}
		.informtion-panel button.btn.new-blue-btn {
			width: 332px;
		}
		.margin-top-sm-20{
			margin-top:20px;
		}
		.why-we-stand .margin-right-80 {
			margin-right: 90px;
		}
		.footer-middle .col-md-6.col-xs-12.border-left-grey {
			min-height: 155px;
			border-left: none;
			padding-top: 20px;
		}
		.col-md-3.col-sm-6.col-xs-12.step-2:after {
			content: "";
			background: transparent;
		}
		.footer-top .padding-40-20 {
			padding: 0px 20px 0 0px;
		}
		.footer-middle .container-my{
			max-width: 750px;
		}
	}
	@media screen and (max-width: 768px) {
		.header-background{
			height: 850px;
		}
		img.logo {
			display: none;
		}
		header {
			background: #0a0a53;
		}
		.navbar-nav>li {
			float: none!important;
			display: block!important;
		}
		.nav>li>a {
			position: relative;
			display: block;
			padding: 10px 0!important;
		}
		.navbar-header {
			width: 100%;
			float:left;
		}
		.navbar-nav {
			float: none!important;
			margin: 0;
			text-align: left;
			width: 100%;
		}
		.navbar-nav>li>a {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.navbar-collapse {
			overflow-x: visible;
			padding-right: 15px;
			margin-top: 35px!important;
			border-top: none!important;
			box-shadow: none!important;
			display:none;
		}
		.navbar-toggle {
			position: relative;
			float: left!important;
		}
		.navbar-toggle {
			display: block!important;
		}
		.navbar-toggle .icon-bar {
			display: block;
			width: 22px;
			height: 2px;
			border-radius: 1px;
			background: #fff;
		}
		li.autoriztion-btn {
			display: none!important;
		}
		.visible-768{
			display:block;
		}
		.hidden-768{
			display:none;
		}
		.col-md-3.col-sm-6.col-xs-12.step:after, .col-md-3.col-sm-6.col-xs-12.step-2:after, .col-md-3.col-sm-6.col-xs-12.step-3:after {
			content: "";
			background: transparent;
		}
		.col-md-35 {
			width: 100%;
			float: left;
			padding: 0 5px;
		}
		.col-md-21 {
			width: 50%;
			float: left;
			padding: 0 5px;
		}
		.hidden-xs-block{
			display:block;
		}
		span.img-logo {
			float: left;
			text-align: center;
			margin: 6px auto;
			width: 82%;
		}
		ul.autoriztion {
			margin: 10px 0;
		}
		.autoriztion li {
			display: block;
			max-width: 180px;
			margin: auto;
		}
		.autoriztion li a {
			text-transform: uppercase;
			padding: 11px 35px;
			border: 2px solid #69d2e7;
			border-radius: 4px;
			min-width: 150px;
			display: block;
			margin: 10px 0;
			text-align: center;
		}
		span.img-logo {
			float: left;
		}
		.header-background {
			padding-bottom: 95px;
		}
		.pull-right.hidden-xs-block {
		 position: absolute;
			right: 0px;
			top: 5px;
		}
		button.sign-up-mobile {
			background: url(../img/sing-up-icon.png?001);
			width: 22px;
			height: 28px;
			border: none;
			display:block;
			float: right;
			background-repeat: no-repeat;
			background-size: contain;
			margin-top: 15px;
			margin-right: 9px;
		}
		button.sign-up-mobile:focus, button.sign-up-mobile:active {
			border: none!important;
			outline: none;
		}
		video#landing-video {
			min-height: 130%;
		}
		.informtion-panel.border-bottom {
			background: transparent;
		}
		.hidden-sm-block{
			display:none;
		}
		.col-md-35 .panel-block.bw.pic, .panel-block.block-2.bw.pic, .panel-block.block-3.bw.pic, .panel-block.block-4.bw.pic {
			height: 100%;
			overflow: hidden;
		}
		.panel-block h2 {
			font-size: 14px;
			margin: 20px 0px;
		}
		.panel-block h3 {
			font-size: 14px;
			margin: 15px 10px!important;
		}
		.image-baner {
			padding: 160px 0 50px;
		}
		.margin-top-sm-20 {
			margin-top: 30px;
		}
		.margin-top-xs-80{
			margin-top:0px;
		}
		.text-center-sm{
			text-align:center;
		}
		.text-center-xs{
			text-align:center;
		}
		.disign-mobile .col-md-6.col-sm-6.col-xs-12 {
			min-height: 300px;
		}
		p.car-desrcription {
			min-height: 0px;
		}
		.driving {
			height: 530px;
		}
		.driving h1.color-white {
			margin: 120px 0 0;
		}
		.why-we-stand .pull-rigth-my{
			float:none;
		}
		.why-we-stand .margin-right-80 {
			margin-right: -45px;
		}
		.col-md-20 {
			width: 33%!important;
			min-height: 130px!important;
		}
		.margin-top-120-md {
			margin-top: 20px!important;
		}
		.informtion-panel  button.btn.new-blue-btn{
			width:320px;
		}
		.our .pull-rigth-my{
			float:none;
		}
		.footer-top .col-md-4.col-xs-12.border-left-grey {
			min-height: 160px;
			border-left: none;
		}

	}
	@media screen and (max-width: 767px) {
		.margin-top-xs-80 {
		margin-top: 80px;
	}
	.disign-mobile .col-md-6.col-sm-6.col-xs-12 {
			min-height: 100px;
		}
	}
	@media screen and (max-width: 580px) {
		.header-background h1.color-white {
			font-size: 62px;
			margin-top: 110px;
		}
		h1.color-black, h1.color-white {
			font-size: 60px!important;
		}
		.col-md-20 {
			width: 100%!important;
			min-height: 115px!important;
		}
		span.img-logo {
			width: 77%;
		}
		p.comment {
			text-align: center;
			margin: 0 40px;
			color: #838281;
			font-size: 16px;
			line-height: 30px;
		}
		.comments-block:before, .comments-block:after {
			content: "";
			display: block;
			height: 45px;
			background-repeat: no-repeat;
			float: left;
			width: 45px;
			background-size: contain;
		}
		.comments-block:after {
			content: "";
			display: block;
			height: 45px;
			background-repeat: no-repeat;
			float: right;
			width: 45px;
			background-size: contain;
		}
		.col-md-21 {
			width: 100%;
			float: left;
			padding: 0 5px;
		}
		.footer-middle .margin-top-15 {
			margin-top: 0px!important;
		}
	}
	@media screen and (max-width: 490px) {
		span.img-logo {
			width: 70%;
		}
		.slideout-menu{
			width:190px;
		}
	}
	@media screen and (max-width: 420px) {

		.navbar-header {
			width: 100%;
			float: left;
		}
		.header-background h1.color-white {
			font-size: 52px;
			margin-top: 110px;
		}
		span.img-logo {
			width: 69%;
		}
		h1.color-black, h1.color-white {
			font-size: 50px!important;
		}
		p.middle-title {
			line-height: 35px;
		}
		.images-panel h1 {
			font-size: 58px;
		}
	}
	@media screen and (max-width: 365px) {
		.slideout-menu {
			width: 175px;
		}
		.autoriztion li {
			max-width: 160px;
		}
		.autoriztion li a {
			padding: 11px 20px;
		}
		.header-background h1.color-white {
			font-size: 45px;
		}
		.hidden-xs-block{
			display:none;
		}
		h1.color-black, h1.color-white {
			font-size: 43px!important;
		}
		.images-panel h1 {
			font-size: 51px;
		}
		button.sign-up-mobile {
			margin-right: 10px;
			margin-top: 14px;
		}
		span.img-logo {
			width: 68%;
			margin-top: 8px;
		}
		button.btn.new-red-btn, button.btn.new-blue-btn {
			width: 280px;
		}
		.informtion-panel button.btn.new-blue-btn {
			width: 300px;
		}

	}
	@media screen and (max-width: 320px) {
		span.img-logo {
			width: 65%;
		}
		.link {
			margin-left: 22px;
		}
		.icon, .informtion-panel .icon {
			margin-left: -43px;
		}
		.slideout-menu {
			width: 150px;
		}
		.autoriztion li {
			max-width: 140px;
		}
		.autoriztion li a {
			padding: 11px 12px;
			min-width: 139px;
		}
		.informtion-panel button.btn.new-blue-btn {
			width: 275px;
		}

	}
	@media screen and (min-width: 1600px) {
		.header-background{
		height: 980px;
	}
		.informtion-panel.border-bottom {
			background-size: 42% 114%;
		}
		.navbar-nav>li {
			margin: 0 8px;
		}
		.margin-top-120-md {
		margin-top: 70px!important;
	}
	video#landing-video {
		top: 50%;
	}
	}
	/* @media screen and (min-width: 2000px){
		.informtion-panel.border-bottom {
			background-size: 40vw 200vh;
		}
	} */

.modal-content input {
	color: #222 !important;
}

.form-group.danger .form-control {
  border-color: #d88 !important;
}

.form-group.danger .form-control:focus {
  border-color: #d00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 0, 0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 0, 0,.6);
}

.form-group.danger .feedback {
  color: #d00;
  padding: 4px 0 0 0;
}

.request-sent {
	font-size: 16px;
}

.modal-content .loading {
	text-align: center;
}

.img-logo {
	position: absolute !important;
	margin: auto !important;
	left: 0 !important;
	right: 0 !important;
	margin-top: 5px !important;
}

#info-row-content {
	padding: 5px;
}

#info-row-content a {
	color: #428bca !important;
	cursor: pointer;
}

#info-row-content a:hover {
	text-decoration: underline !important;
}
