@charset "utf-8";

/*
*******************************************
*******************************************

[Main Stylesheet]

Project Name    : w-shipping   
Company  		: Web24service.com
Desgined By     : Web24service
Developed By    : Web24service

* This file contains the styling for the actual Template, this
is the file you need to edit to change the look of the
Template.

Details of css section
-----------------------
** - Default CSS
** - important Css
** - Backgrounds Css
** - Preloaders CSS
** - Scroll Top Css
** - Home Page Css
	 - Header Top Css
	 - Header Main Css
	 - Main Menu Css
	 - Slider Css
	 - Services Css
	 - Services process Css
	 - Home page quote
	 - Home Page Blog
	 - Counter Css
	 - Latest News Css
	 - Testimonial Css
	 - Our Client
	 - Page Footer Css
** - Home Page2 Css
** - About us page Css
** - Contact us Css
** - Media page Css
** - Single Service Css
** - Blog page Css
** - Single Blog page Css
** - Accordion page Css
** - Typography page Css
** - Community page Css
** - 404 page Css
** - Sitemap page Css

*************************************************/


/*-------------- Google Font ------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/*-------------- Defalts Css ------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

body.box-style .main-wrapper{
	margin:0 auto;
	max-width:1170px;
	box-shadow:0px 0px 15px 2px rgba(100,100,100,0.9);
	background-color:#fff;
}
a {
	outline: none;
}
a,
.logo,
.scrollup,
 header,
 header.sticky,
 .header-area,
.header-top-area,
.mainmenu,
.mainmenu ul li ul,
.header-search-bar,
.header-search-bar .search-box,
.wshipping-button,
.homepage-slides .owl-nav div,
.readmore-btn i.fa,
header.sticky .header-top-area,
.location_map:before,
.location_map i.fa,
.owl-nav div,
.service-icon .fa,
.latest-gallery i.fa,
.latest-gallery:after,
.team-figure,
.team-block:hover
.team-figure,
.btn,
.footer-menu ul li {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 32px;
	font-weight: 400;
}
h3 {
	font-size: 24px;
	font-weight: 400;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h2.heading2-border, h3.heading3-border, h4.heading4-border {
	position: relative;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
}
h2.heading2-border {
	font-weight: 500;
}
h3.heading3-border {
	font-weight: 400;
}
h4.heading4-border {
	font-weight: 400;
}
h2.heading2-border:before, h3.heading3-border:before, h4.heading4-border:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 20px;
	height: 2px;
	background-color: #a3001c;
	content: "";
}
h2.heading2-border:after, h3.heading3-border:after, h4.heading4-border:after {
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: 90px;
	height: 2px;
	background-color: #eb0028;
	content: "";
}

/*-------------- important Css ------------------*/

.pt0 {
	padding-top: 0px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb65 {
	padding-bottom: 65px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.bgnone {
	background: none !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.space40 {
	height: 40px;
}
.space60 {
	height: 60px;
}
.separetor {
	height: 1px;
	background-color: #d6d6d6;
	margin: 15px 0px;
}
a#skiptocontent, a#skiptocontent:hover, a#skiptocontent:visited{
	position:absolute;
	top:-500;
	width:1px;
	height:1px;
	overflow:hidden;
	color:#eb0028;
}
a#skiptocontent:active, a#skiptocontent:focus{
	position:static;
	width:auto;
	height:auto;
}


/*-------------- Section Css ------------------*/

.wshipping-content-block {
	padding: 80px 0px;
	background-color:#fff;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	margin-top: 0px;
	text-transform: uppercase;
	color: #444444;
}

/********************** Customer Login/Registration **********************/

.top-menu{
	text-align:right;
}
.top-menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.top-menu ul li{
	display:inline-block;
	color:#dddddd;
}
.top-menu ul li a{
	color:#dddddd;
	text-align:center;
	margin:0px 10px;
	position:relative;
	display:block;
}
.top-menu ul li a:before{
	position:absolute;
	left:-12px;
	top:50%;
	margin-top:-2px;
	height:10px;
	background-color:#828282;
	content:"";
	display:block;
	width:1px;
}
.top-menu ul li:first-child a:before{
	display:none;
}
.top-menu ul li  a i{
	margin-right:5px;
}
.top-menu ul li a:hover{
	color:#eb0028;
}
.after-login{
	text-align:right;
}
.after-login ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.after-login ul li{
	display:inline-block;
	position:relative;
	padding:0px 10px;
}
.after-login ul li:before{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-2px;
	height:10px;
	background-color:#828282;
	content:"";
	display:block;
	width:1px;
}
.after-login ul li:first-child:before{
	display:none;
}
.after-login span{
	color:#eb0028;
	display:inline-block;
}
.after-login li a:hover{
	color:#eb0028;
}
.customer-login {
	background-image:url(single-blog-pic1.jpg);
	min-height:400px;
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
	background-size: contain;
}
.customer-login:before {
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	content:"";
	display:block;
	background-color:rgba(228, 121, 18, 0.84);
}
.customer-login:after {
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	content:"";
	display:block;
	background-color:#e8e8e8;
}
.customer-login-left {
	padding:15px 30px;
	text-align:center;
	color:#fff;
}
.login-icon .fa{
	border:15px solid rgba(255, 255, 255, 0.4);
	color:#fff;
	font-size:60px;
	border-radius:100%;
	width:120px;
	height:120px;
	line-height:90px;
}
.customer-login-left h4{
	margin-top: 20px;
    margin-bottom: 20px;
}
.customer-login-left a{
	color:#000;
	text-transform:uppercase;
	font-style:16px;
	font-weight:600;
}
.customer-login-left a:hover{
	color:#fff;
}
.customer-login-block {
	position:relative;
	z-index:1;
	padding:30px 30px 20px 15px;
}
.customer-login-block h2{
	margin-top:0px;
	margin-bottom:30px;
	position:relative;
}
.customer-login-block h2:before{
	position:absolute;
	left:0px;
	bottom:-10px;
	height:2px;
	width:60px;
	background-color:#e47a12;
	content:"";
}
.customer-login-block .form-control{
	height:38px;
}
.customer-login-block .btn{
	margin-top:15px;
}
.checkbox input[type=checkbox].css-checkbox {
	display:none;
}
.checkbox input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}
.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image:url(checkbox2.png);
}
.checkbox label.css-label {
	background-image:url(checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.customer-login-block a.forgot-pass {
	display:block;
	float:right;
	color:#444444;
}
.customer-login-block a.forgot-pass:hover {
	color:#eb0028;
}




/*form styles*/

.steps fieldset {
	background-color: #f8f8f8;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width:100%;
	position: relative;
}
.steps fieldset:not(:first-of-type) {
	display: none;
}
.steps input, #steps textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
	height:40px;
}
.steps .form-control {
	margin-bottom: 10px;
}
.steps .action-button {
	background-color: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	line-height:20px;
	cursor: pointer;
	padding: 10px 25px;
	margin: 10px 5px;
	border-radius:4px;
}
.btn-red{
	background-color: #eb0028 !important;
}
.steps .action-button:hover, .steps .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.fs-title {
	font-size: 24px;
	margin-bottom: 10px;
}
.fs-title a.login-btn-form{
	color:#000;
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
}
.fs-title a.login-btn-form:hover{
	color:#eb0028;
	text-decoration:underline;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
#progressbar {
	margin:0px;
	padding:0px;
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size:12px;
	width:14.28%;
	float: left;
	position: relative;
	text-align:center;
}
#progressbar.process5 li {
	width:20%;
}
#progressbar.process4 li {
	width:25%;
}
#progressbar.process3 li {
	width:33.3333%;
}
#progressbar.process2 li {
	width:50%;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width:40px;
	line-height:40px;
	display: block;
	font-size:14px;
	color: #333;
	background: #e0e0e0;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	font-weight:bold;
	z-index:1;
	position:relative;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	left: -50%;
	top:19px;
	z-index: 0; 
}
#progressbar li:first-child:after {
	content: none; 
}
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
#progressbar li.active:last-child:before{
	content:"\f00c";
	font-family:'FontAwesome';
}
.error1{
	color:#FF0004;
}