/*! *******

Author - Swiftgrid - 30 June 2016

****** */

body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    font-family: "montserratlight",Helvetica,Arial,sans-serif;
    color: #fff;
}
html {
    width: 100%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
        url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.display-desktop {
	display: block;
}
.display-mobile {
	display: none;
}

.clear {
	clear: both;
}

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 14px;
	line-height: normal;
    font-family: "montserratregular", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
    background-color: #000;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-collapse {
	width: 100%;
	text-align: center;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #fff;
}
.navbar-nav {
	float: none;
}
.navbar-custom .nav li {
	float: none;
	display: inline-block !important;
}
.nav > li {
	width: auto !important;
}
.navbar-nav > li {
	float: none;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.nav>li>a:focus {
	background: none;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
    background: #333333;
}
.navbar-custom .nav li.active a {
   /*  background-color: rgba(255,255,255,.3); */
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}


.content {
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
	font-family: "montserratregular",Helvetica,Arial,sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h2 span {
	padding: 10px 20px;
	display: inline-block;
}
p.alignp {
	text-align: center;
}

.videobox {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/* background: url(../images/home-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed; */
}
.intro {
	width: 100%;
	height: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	background: url(../images/overlay.png);
}
.intrologo {
	/* width: 100%;
	height: 100%; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -350px;
	z-index: 2;
}
/*--- abour section ---*/
.hr {
	margin: 0;
	padding: 0;
}
.hr img {
	width: 100%;
	display: block;
}
.about-se {
	width: 100%;
	margin: 0;
	padding: 130px 0 230px 0;
	font-size: 18px;
	font-family: "montserratlight", Helvetica, Arial, sans-serif;
	line-height: 30px;
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
	/* background-attachment: fixed; */
}
span.about-hd {
	padding: 10px 35px;
	display: inline-block;
	background: url(../images/about-hd.png) no-repeat center center;
}
.aboutin {
	margin: 0 auto;
	padding: 0;
	width: 75%;
	text-align: center;
}
.aboutin h3 {
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 30px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


/*--- whyswift section ---*/
.whyswift-se {
	width: 100%;
	margin: 0;
	padding: 80px 0 100px 0;
	font-size: 15px;
	font-family: "montserratlight", Helvetica, Arial, sans-serif;
	line-height: 24px;
	position: relative;
	background: url(../images/why-swift-bg.jpg) no-repeat center center;
	background-size: cover;
}
.whyswift-se .col {
	margin: 0;
	padding: 0 20px;
	float: left;
	width: 33%;
	text-align: center;
}
.whyswift-se h3 {
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 17px;
	font-family: "montserratsemi_bold", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}



/*---- Become a Rider section ---*/
.rider-se {
	width: 100%;
	margin: 0;
	padding: 110px 0;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	line-height: 20px;
	position: relative;
	background: url(../images/rider-bg.jpg) no-repeat center center;
	/* background-attachment: fixed; */
	background-size: cover;
}
span.rider-hd {
	padding: 10px 47px;
	display: inline-block;
	background: url(../images/rider-hd-bg.png) no-repeat center center;
}
.rider-se .rider-le {
	margin: 0;
	padding: 50px 0 0 0;
	float: left;
	width: 45%;
}
.rider-le ul {
	margin: 0;
	padding: 0;	
}
.rider-le ul li {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.rider-le input[type="text"] {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	background: #a2a2a2;
	border: solid 1px #fff;
	border-radius: 5px;
}
.rider-le input[type="email"] {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	background: #a2a2a2;
	border: solid 1px #fff;
	border-radius: 5px;
}
.rider-le textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 120px;
	color: #4c4c4c;
	font-size: 17px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	background: #a2a2a2;
	border: solid 1px #fff;
	resize: none;
	border-radius: 5px;
}
.rider-le input[type="submit"] {
	margin: 0;
	padding: 15px 30px;
	width: 100%;
	text-align: center;
	background: url(../images/btn-bg.png) no-repeat center center;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.rider-le::-webkit-input-placeholder {color:#4c4c4c !important; opacity: 1;}
.rider-le::-moz-placeholder {color:#4c4c4c !important; opacity: 1;} /* firefox 19+ */
.rider-le::-ms-input-placeholder {color:#4c4c4c !important; opacity: 1;} /* ie */
.rider-le::-moz-placeholder {color:#4c4c4c !important; opacity: 1;}



/*----- Testimonial section ----*/
.clients-se {
	width: 100%;
	margin: 0;
	padding: 70px 0 80px 0;
	font-size: 20px;
	color: #fff;
	font-family: "montserratlight", Helvetica, Arial, sans-serif;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	background: url(../images/testimonial-bg.jpg) no-repeat center center;
	background-size: cover;
	/* background-attachment: fixed; */
}
.clients-se h2 {
	margin: 30px 0 0 0;
}
.testimonials {
	margin: 50px 0 0 0;
	padding: 0;
	position: relative;
}
#testiSlider {
	width: 90%;
	margin: 0 auto 30px auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#testiSlider ul {
	width: 99999px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#testiSlider ul li {
	float: left;
	width: 100%;
	list-style: none;
}
#testiSlider ul li strong {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.testimonials button.btn_page {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 5px;
	border: solid 2px #fff;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
}
.testimonials button.btn_page:hover, .testimonials button.btn_page.on {
	background: transparent;
	border: solid 2px #fff;
}


/*------ merchant-se ------*/
.merchant-se {
	width: 100%;
	margin: 0;
	padding: 100px 0 80px 0;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	line-height: 20px;
	position: relative;
	background: #23272a;
}
span.merc-hd {
	padding: 10px 36px;
	display: inline-block;
	background: url(../images/merch-hd.png) no-repeat center center;
}
ul.logolist {
	margin: 60px 0 0 0;
	padding: 0;
}
ul.logolist li {
	margin: 0 0 60px 0;
	padding: 0 20px;
	list-style: none;
	width: 20%;
	float: left;
	text-align: center;
}



/*---- contact section ----*/
.contact-se {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	line-height: 20px;
	position: relative;
}
.contactfrm {
	margin: 0;
	padding: 50px 0;
	float: left;
	width: 50%;
	height: 680px;
	background: url(../images/form-bg.jpg) no-repeat center center;
	background-size: cover;
}
span.contact-hd {
	padding: 10px 36px;
	display: inline-block;
	background: url(../images/merch-hd.png) no-repeat center center;
}
.cfrm {
	margin: 0 10%;
	padding: 0 30px;
	font-size: 16px;
	color: #fff;
	font-family: "montserratlight", Helvetica, Arial, sans-serif;
	text-align: center;
}
.cfrm ul {
	margin: 20px 0 0 0;
	padding: 0;	
}
.cfrm ul li {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.cfrm input[type="text"] {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	background: #a2a2a2;
	border: solid 1px #fff;
	border-radius: 5px;
}
.cfrm textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	height: 120px;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	background: #a2a2a2;
	border: solid 1px #fff;
	resize: none;
	border-radius: 5px;
}
.cfrm input[type="submit"] {
	margin: 0;
	padding: 15px 30px;
	width: 100%;
	text-align: center;
	background: url(../images/btn-bg.png) no-repeat center center;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: "montserratregular", Helvetica, Arial, sans-serif;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}
.error_strings {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #fff;
	font-size: 14px;
}
::-webkit-input-placeholder {color:#4c4c4c !important; opacity: 1;}
::-moz-placeholder {color:#4c4c4c !important; opacity: 1;} /* firefox 19+ */
:-ms-input-placeholder {color:#4c4c4c !important; opacity: 1;} /* ie */
:-moz-placeholder {color:#4c4c4c !important; opacity: 1;}

textarea:focus, input[type="text"]:focus {
	outline: none;
}

.maparea {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
}
#mapbox {
	height: 680px;
	color: #000;
}


/*----- footer -----*/

footer {
    width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #23272a;
}
footer .footerin {
	width: 100%;
	text-align: center;
}




/*============ Media query ==============*/


/* =============================== 768 / 1024 ==================================== */

@media (min-width: 768px) and (max-width: 1024px) {
	
    .display-desktop {
        display: block;
    }
    .display-mobile {
        display: none;
    }
	
	.navbarinn {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.navbar-custom {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.navbar-custom .nav li a {
		color: #fff;
		margin: 0 5px;
		padding: 15px 0px;
		position: relative;
		transition: background 0.3s ease-in-out 0s;
	}
	
	
	.videobox {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 500px;
		overflow: hidden;
	}
	.intro {
		width: 100%;
		height: 500px;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 1;
	}
	.intrologo {
		position: absolute;
		top: 15%;
		left: 50%;
		margin: 0 0 0 -350px;
		z-index: 2;
	}
	
	/*--- abour section ---*/
	.aboutin {
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}

	/*----- Testimonial section ----*/
	#testiSlider {
		width: 95%;
		margin: 0 auto 30px auto;
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	
    
}


@media(min-width:768px) {
	
	.navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        /* border-bottom: 1px solid rgba(255,255,255,.3); */
        background: #000;
    }
	.navbar-nav {
		margin: 0;
	}
	.navbar-custom ul li {
		width: 100%;
	}
	.navbar-nav {
		margin: 0;
		padding: 0;
	}
	
}



/* =============================== 767 ==================================== */

@media only screen and (max-width: 767px) {
	
	.display-desktop {
        display: none;
    }
    .display-mobile {
        display: block;
    }
	
	.navbar-custom .container {
		margin: 0;
		padding: 0;
	}
	.navbar-collapse {
		margin: 0 !important;
		background: #000;
	}
	.navbar-custom ul li {
		border-bottom: solid 1px #ccc;
	}
	.navbar-custom ul li:last-child {
		border-bottom: none;
	}
	.navbar-custom ul li.w100 {
		width: 100% !important;
	}
	
	
	.intro-mobile {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100vh;
		background: url(../images/vidimage.jpg) no-repeat center center;
		position: relative;
		background-size: cover;
	}
	.moverlay {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: url(../images/overlay.png);
	}
	.mlogo {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		margin: -33px 0 0 -90px;
	}
	
	
	.content {
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	
	/*--- abour section ---*/
	.about-se {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		font-size: 18px;
		font-family: "montserratlight", Helvetica, Arial, sans-serif;
		line-height: 26px;
		background: url(../images/about-bg-m.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.aboutin {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		text-align: center;
	}


	/*--- whyswift section ---*/
	.whyswift-se {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		font-size: 15px;
		font-family: "montserratlight", Helvetica, Arial, sans-serif;
		line-height: 20px;
		position: relative;
		background: url(../images/why-swift-bg-m.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.whyswift-se .col {
		margin: 0 0 30px 0;
		padding: 0 10px;
		float: none;
		width: 100%;
		text-align: center;
	}



	/*---- Become a Rider section ---*/
	.rider-se {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		font-size: 16px;
		font-family: "montserratregular", Helvetica, Arial, sans-serif;
		line-height: 20px;
		position: relative;
		background: url(../images/rider-bg-m.jpg) no-repeat center center;
		background-size: cover;
	}
	.rider-se .rider-le {
		margin: 0 auto;
		padding: 50px 0 0 0;
		float: none;
		width: 100%;
	}

	/*----- Testimonial section ----*/
	.clients-se {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		font-size: 20px;
		color: #fff;
		font-family: "montserratlight", Helvetica, Arial, sans-serif;
		line-height: 30px;
		position: relative;
		background: url(../images/testimonial-bg-m.jpg) no-repeat center center;
		background-size: cover;
	}
	.testimonials {
		margin: 30px 0 0 0;
		padding: 0;
		position: relative;
	}
	#testiSlider {
		width: 100%;
		margin: 0 auto 30px auto;
		position: relative;
		overflow: hidden;
		text-align: center;
	}


	/*------ merchant-se ------*/
	.merchant-se {
		width: 100%;
		margin: 0;
		padding: 50px 0;
		font-size: 16px;
		font-family: "montserratregular", Helvetica, Arial, sans-serif;
		line-height: 20px;
		position: relative;
		background: #23272a;
	}
	ul.logolist {
		margin: 30px 0 0 0;
		padding: 0;
	}
	ul.logolist li {
		margin: 0 0 50px 0;
		padding: 0 20px;
		list-style: none;
		width: 50%;
		float: left;
		text-align: center;
	}



	/*---- contact section ----*/
	.contact-se {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-family: "montserratregular", Helvetica, Arial, sans-serif;
		line-height: 20px;
		position: relative;
	}
	.contactfrm {
		margin: 0 auto;
		padding: 50px 0;
		float: none;
		width: 100%;
		height: auto;
		background: url(../images/form-bg.jpg) no-repeat center center;
		background-size: cover;
	}
	.cfrm {
		margin: 0 10%;
		padding: 0;
	}

	.maparea {
		margin: 0 auto;
		padding: 0;
		float: none;
		width: 100%;
	}
	#mapbox {
		height: 300px;
		color: #000;
	}
	
	/*----- footer -----*/
	footer {
		width: 100%;
		margin: 0;
		padding: 20px 0;
	}
	
	
	
}

@media only screen and (max-width: 480px) {
	
	
	
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 1000px) and (orientation: landscape) {}