@charset "utf-8";
/* CSS Document */
a {
	text-decoration:none !important;
	outline:none !important;
}
a:hover {
	color:#fff;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul li {
	display:inline-block;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
body,html {
	height:100%;
}
.main-wrapper {
	min-height:100%;
}
header {
	position:relative;	
}
.header-top {
	position:absolute;
	top:0px;
	width:100%;
	background-color:#151515;
	z-index:10000;
}	
.head-logo a img {
	max-width:100%;	
}
.togglemenu {
	float: right;
	font-size: 30px;
	margin-top: 15px;
	display:none;
}
.togglemenu label {
	cursor:pointer;
}
nav {
	float:right;
	transition:max-height 0.4s linear;
}
.menu {
	padding:34px 0px;		
}
.menu li  {
	padding-right:20px;		
}
.menu li:first-child {
	padding-left:10px;	
}
.menu li:last-child {
	padding-right:0px;	
}
.menu li a {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;	
	color:#fff;
	font-size:15px;
	line-height:23px;
}
.menu li a:hover {
	color:#0094da;	
}
.menu li{
	display:inline-block;
}
.menu li:hover ul.sub-menu {
	display:block;
	position:absolute;
	width:200px;
	z-index:9999;
	height:auto;
	border: 1px solid #ccc;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	background: #fff;	
}
.sub-menu {
	display:none;
	position: relative;
    z-index: 300;
}
.menu li ul.sub-menu li{
	display:block;
	text-align: center;
	margin-left:0px;
	padding:0px;
}
.sub-menu li a {
	display:block;
	padding:10px;
	color:#000;
}




.social-icon {
	padding:28px 0px;	
	text-align:right;
}
.social-icon ul li {
	margin-right:4px;	
}
.social-icon ul li a i {
	font-size:28px;
	color:#fff;
}
.social-icon ul li a i:hover {
	color:#0094da;	
}
.social-icon ul li:last-child {
	margin-right:0px;
}
.slider-sec {
	position:relative;
}
.slide-txt {
	position:absolute;
	bottom:150px;
	font-family: 'Humanst521 BT';
	font-weight: bold;
	font-style: normal;
	color:#fff;
	font-size:50px;
	line-height:25px;
}
.slider-sec .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width:100%;
	height: 500px;
}
.slider-sec .carousel-indicators {
	text-align:right;	
}
.slider-sec .carousel-indicators .active {
	background-color:#fff;	
}
.slider-sec .carousel-indicators li {
	border-radius:0px;
	background-color:#1d6686;
	border:none;
}
.welcome-sec{
	padding-top:35px;
	margin-bottom:50px;	
}
.blue-box {
	padding-right:0px;	
}
.blue-bg {
	background-color:#0094da;	
	padding: 35px 51px 55px 34px;
}
.blue-bg:after {
    border-bottom: 45px solid transparent;
    border-left: 45px solid #0094da;
    border-top: 45px solid transparent;
    content: "";
    height: 0;
    right:-45px;
	top:30px;
    position: absolute;
    width: 0;
	z-index:1;
}
.blue-bg h4 { 
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;		
	color:#fff;
	font-size:40px;
	line-height:40px;
	margin-bottom:35px;
}
.blue-bg p {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;		
	color:#fff;
	font-size:15px;
	line-height:25px;
	text-align:justify;
}
.blue-box1 {
	padding-left:0px;	
}
.blue-img {
	width:100%;
	height:100%;
	background-color:#000;		
}
.blue-img:before {
 z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #474747;
  -webkit-box-shadow: 0 20px 10px #777;
  -moz-box-shadow: 0 20px 10px #777;
  box-shadow: 0 20px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.blue-img:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 25px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #474747;
  -webkit-box-shadow: 0 20px 10px #777;
  -moz-box-shadow: 0 20px 10px #777;
  box-shadow: 0 20px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.service-sec  {
	background-color:#f1f1f1;
	padding:70px 0px;	
}
.title {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;		
	color:#0094da;
	font-size:39px;
	line-height:24px;
	text-align:center;
	margin-bottom:50px;	
}
.service-slider {
	display:inline-block;
	vertical-align:middle;
	width:100%;	
	min-height:300px;
}
.service-img {
	float:left;
	width:41%;
}	
.service-img img {
	max-width:100%;	
	height:300px;
	display:block;
	margin:0 auto;
}
.service-content {
	float:left;
	width:calc(100% - 41%);
	padding-left:25px;	
}
.service-content h4 {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;		
	color:#353535;
	font-size:29px;
	line-height:24px;
	margin-bottom:25px;	
	text-transform:uppercase;	
}
.service-content p {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;			
	color:#353535;
	font-size:15px;
	line-height:24px;
	margin-bottom:30px;	
	text-align:justify;		
}
.service-slider .carousel-indicators {
	bottom:-40px;
	margin-left: -33%;
	text-align:left;	
}
.service-slider .carousel-indicators .active {
	background-color:#f90b0b;	
}
.service-slider .carousel-indicators li {
	height:7px;
	width:7px;
	background-color:#cfcfcf;
	border:none;
}
.read-btn {
	width:180px;
	height:50px;
	text-align:center;
	float:right;
	background-color:#0094da;
	color:#fff;
	padding:15px 20px;
	display:block;
	text-transform:uppercase;
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;			
	font-size:15px;
	line-height:24px;
}
.why-choose {
	padding:70px 0px;	
}
.red-title {
	color:#f90b0b;
	text-align:left;	
}
.why-list ul {
	padding-left:15px;
}
.why-list ul li {
	list-style-image:url(../images/right-img.png);
	display:list-item;
	width:100%;		
	padding-left:5px;
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;			
	font-size:22px;
	line-height:26px;
	color:#3e3e3e;
	margin-bottom:15px;
}
.why-list ul li strong {
	color:#0094da;	
}
.why-list-img {
	width:100%;
	height:330px;
}
.why-list-img img { 
	max-width:100%;
	height:100%;
	margin:0 auto;
	display:block;
}
.why-list-slider .carousel  {
	height:300px;
}	
.why-list-slider .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height:245px;
	max-width:100%;	
}
.footer-bg {
	background-color:#191919;
	padding-top:40px;
	padding-bottom:40px;	
}
.foot-line {
	width:100%;
	display:inline-block;
	vertical-align:middle;
}
.foot-line:after {
	border-bottom: 1px solid #474747;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 85%;
	clear:both;	
	padding-top:30px;
}
.box-1 {
	width:100%;
	text-align:center;	
}
.box-1 img {
	margin-bottom:20px;	
	max-width:100%;
}
.box-1 p {
	font-family: 'PT Sans';
	font-weight: normal;
	font-style: normal;	
	font-size:18px;
	line-height:26px;
	color:#6f6f6f;
}
.footer-menu {
	padding:35px 0px 0px;
	text-align:center;	
}
.footer-menu:after {
	border-bottom: 1px solid #474747;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 75%;
	clear:both;	
	padding-top:35px;
}
.footer-menu ul li {
	padding-right:34px;	
}
.footer-menu ul li:last-child {
	padding-right:0px;	
}
.footer-menu ul li a {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;			
	font-size:14px;
	line-height:23px;
	color:#c1c1c1;
}
.footer-social {
	width:100%;
	text-align:center;	
	padding:12px 0px 0px;
}
.footer-social ul li {
	padding-right:50px;	
}
.footer-social ul li:last-child {
	padding-right:0px;	
}
.footer-social:after {
	border-bottom: 1px solid #474747;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 65%;
	clear:both;	
	padding-top:12px;
}
.copyright {
	width:100%;
	text-align:center;
	padding-top:35px;	
}
.copyright p {
	font-family: 'Humanst521 BT';
	font-weight: normal;
	font-style: normal;		
	font-size:15px;
	line-height:24px;
	color:#7a7a7a;	
}
/*-==-=-=-==-=-=-=-=-=-=-= Comfort-bikes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.header-top1 {
	position:relative;	
}
.header-bottom {
	width:100%;
	padding:70px 0;
	background-color:#0094da;
	text-align:center;	
}
.page-title {
	font-family: 'Humanst521 BT';
	font-weight: bold;
	font-style: normal;	
	font-size:50px;
	line-height:24px;
	color:#fff;	
	text-transform:uppercase;
}
.why-list-img1 {
	border:2px solid #e3e3e3;
	padding:40px 0px 40px;	
	height:330px;
}
/*.why-list-img1 a:after {
	content:"";
	background-image:url(../images/zoom-img.png);	
	background-repeat:no-repeat;
	width:53px;
	height:53px;
	display:block;
	margin:0 auto;
}*/
/*-==-=-=-==-=-=-=-=-=-=-= End Comfort-bikes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.why-choose-bmx {
	padding-top:0px;	
}
.wl-ph {
	width:100%;
	display:block;
	margin-bottom:25px;	
}
.ph-title {
	font-family: 'Humanst521 BT';
	font-weight: bold;
	font-style: normal;	
	font-size:25px;
	line-height:normal;
	color:#000;
	margin-bottom:10px;
	display:block;
}
.ph-no, .add-sec {
	font-family: 'Humnst777 Lt BT';
	font-weight: 300;
	font-style: normal;	
	font-size:20px;
	line-height:normal;	
	color:#000;
	display:block;
}
.ph-no:hover {
	color:#000;	
}
.map-sec iframe {
	height:350px;	
}
.contact-form {
	padding-bottom:70px;	
}
.cf-form {
	margin-bottom:0px;	
}
.f-nam {
	height:50px;	
	border-radius:0px;
	margin-bottom:25px;
	font-family: 'Humnst777 Lt BT';
	font-weight: 300;
	font-style: normal;	
	font-size:20px;
}
.cf-form .text-msg {
	height:100px !important;	
}
.sub-btn-sec {
	padding:0px 15px;	
}
.reset-btn-sec {
	padding:0px 15px;	
}

.cff-btn {
	text-align:center;
}
.sub-btn-sec {
	display:inline-block;
	vertical-align:middle;
}
.submit-btn {
	width:150px;
	display:inline-block;
	vertical-align:middle;	
	border-radius:0px;
	border:none;
	height:50px;
	background-color:#0094da;
	color:#fff;
	font-family: "Humanst521 BT";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
	text-transform:uppercase;
}
.submit-btn:hover {
	background-color:#0094da;
	color:#fff;
}
.thumb-img {
	margin-bottom:30px;	
}
.thumb-img img {
	max-width:100%;	
}
.thumbfull-img {
	/*height:350px;*/
	width:100%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.thumbfull-img img {
	max-width:100%;
	height:350px;	
}