/*
-------------------------------------------------
Hansraj Logistics Private Limited
-------------------------------------------------
Version: 1.0;
Date: 28th November 2017;
Designed by: Hawkmax Media;
Website:www.hawkmax.in;
Contact Number: +91 9819922201;
Contact Email: info@hawkmax.in;
*/

/*==================================================================
General
====================================================================*/
html,body {
	background:#fff;
	color:#0c3a5e;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004)!important;
}

header {
	width:100%;
	position: absolute;
	top:0px;
	z-index: 1;
	background:#fff;
}

footer {
	margin-top: 50px;
	padding-bottom:50px;
	background:#333;
	color:#d5d5d5;
}

p {
	font-size:13px;
}

a:hover {
	text-decoration: none;
}

/*==================================================================
Links
====================================================================*/

.read-more {
	font-size:10px;
	font-weight: 700;
	color:#01395e;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.read-more:hover {
	color:#7bcad1;
	transition: all 0.5s ease;
}

.read-more span {
	padding-left:3px;
	transition: padding-left 0.5s ease;
}

.read-more:hover span {
	padding-left:15px;
	transition: padding-left 0.5s ease;
}



a.learn-more {
	font-size:12px;
	font-weight: 700;
	color:#01395e;
	transition: all 0.5s ease;
	text-transform: uppercase;
	margin-top:50px;
	margin-bottom: 50px;
	border:2px solid #01395e;
	border-radius: 10px;
	padding:10px;
}
a.learn-more:hover {
	color:#7bcad1;
	transition: all 0.5s ease;
	border:2px solid #7bcad1;
	border-radius: 0px;
}

.learn-more span {
	padding-left:3px;
	transition: padding-left 0.5s ease;
}

.learn-more:hover span {
	padding-left:15px;
	transition: padding-left 0.5s ease;
}


/*==================================================================
Buffers & Colors
====================================================================*/

.buffer {
	margin-top:75px;
}

.small-buffer {
	margin-top:25px;
}
.primary-color {
	background-color: #01395e;
}


/*==================================================================
Grid Elements
====================================================================*/

/*Bootstrap Overrides - 0 Coloumn Padding*/
.padding-off > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

#slideshow {
	min-height: 100vh;
}

.logo {
	background:#fff;
	padding:10px 0px;
	min-height: 100px;
}

.logo-alt {
	margin-bottom:20px;
}

.full-block{
	width:100%;
	font-size:12px;
}

.info-bar {
	color:#cdd6dd;
	line-height: 50px;
	height:50px;
}

.menu-bar {
	color:#8e9ba7;
	line-height: 50px;
	height:50px;
}

.card {
	background:#cdd6dd;
}

.card  .content-padding{
	padding:10px;
}

.card .content-padding h3 {
	font-size: 14px;
	font-weight: 900;
	color:#01395e;
	text-transform: uppercase;
}

.request-quote{
	background: #01395e;
	color:#fff;
	padding:15px;
	min-height: 70px;
	margin: 60px 0px 0px 0px;
	transition: all 0.5s ease;
}

.request-quote h4 {
	font-weight: 900;
}

.request-quote-alt{
	background: #01395e;
	color:#fff;
	padding:15px;
	min-height: 70px;
	margin: 0px 0px;
	transition: all 0.5s ease;
}

.request-quote-alt h4 {
	font-weight: 900;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*==================================================================
Typography
====================================================================*/

.header-title {
	margin:80px 0px 0px 0px;
	padding:0;
	width: 100%;
	height: 300px;
	position: relative;
	background: url('../images/title-bg.jpg');
	background-size: cover;
}

.header-title h1 {
	margin-top:175px;
	font-weight:900;
	color:#01395e;
	text-transform: uppercase;
}

.header-title h1:after {
	 background: none repeat scroll 0 0 #7bcad1;
     bottom: -10px;
     content: "";
     display: block;
     height: 5px;
     position: relative;
     width:45px;

}

.sub-title {	
	color:#01395e;
	text-transform: uppercase;
}

.sub-title h3:after {
	font-weight:300;
	 background: none repeat scroll 0 0 #7bcad1;
     bottom: -10px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 60px;
}

.title span {
	font-size:12px;
	color:#5f788c;
	text-transform: uppercase;
	margin:0;
	padding-left:4px;
	font-weight: 900;
}

.title h2 {
	position: relative;
	margin:0;
	padding:0;
	font-size:28px;
	margin-bottom: 36px;
	padding-bottom: 13px;
	color:#01395e;
	font-weight: 900;
	text-transform: uppercase;
}

.title h2:after {
	 background: none repeat scroll 0 0 #7bcad1;
     bottom: -10px;
     content: "";
     display: block;
     height: 5px;
     position: relative;
     width: 10%;
}

.footer-title h2 {
	position: relative;
	margin:0;
	padding:0;
	font-size:16px;
	margin-bottom: 28px;
	padding-bottom: 13px;
	color:#fff;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-title h2:after {
	 background: none repeat scroll 0 0 #7bcad1;
     bottom: -10px;
     content: "";
     display: block;
     height: 3px;
     position: relative;
     width: 25px;
}

.phone-numbers {
	font-size:14px;
	font-weight:700;
	letter-spacing: 3px;
}

.big-red span {
	font-size:10px;
	font-weight:900;
	color:#7bcad1;
}

.bigger {
	font-size:14px;
	text-align: justify;
}

.notice {
	border-top: 1px solid #8494a0;
	padding-top:25px;
	font-size: 10px;
	text-align:center;
}

.bolder {
	color:#fff;
	font-weight:900;
}

.front-text {
	font-size:13px;
}


/*==================================================================
Bullets
====================================================================*/

ul.bullets li {
	list-style: none; 
	margin:15px 0px;
	font-size:12px;
	font-weight: 700;
}

ul.bullets a {
	color:#fff;
	transition: all 0.5s ease;
}

ul.bullets a:hover {
	color:#7bcad1;
	transition: all 0.5s ease;
	text-decoration: none;
}

ul.bullets li:before {    
	font-family: 'FontAwesome';
	content: '\f041';
	margin:0 5px 0 -15px;
	color: #7bcad1;
}


/*==================================================================
Buttons
====================================================================*/

/*Bootstrap Override - Button*/
.btn {
	border-radius: 0px;
}

.btn-dark {
	background:transparent;
	color:#fff;
	border:3px solid #fff;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 700;
	transition:all 0.5s ease;
}

.btn-dark:hover {
	background:#fff;
	color:#7bcad1;
	transition:all 0.5s ease;
}

.btn-quote {
	display:table-cell;
	vertical-align: middle;
	background-color: #7bcad1;
	color:#01395e;
	height:50px;
	margin:0;
	padding:0px 15px;
	font-weight:700;
	text-transform: uppercase;
	transition:all 0.5s ease;
}

.btn-quote:hover {
	background-color: #d5d5d5;
	color:#333;
	transition:all 0.5s ease;
}

.btn-send {
	background-color: #01395e;
	color:#fff;
	height:48px;
	margin:0;
	padding:0px 10px;
	font-weight:300;
	text-transform: uppercase;
	transition:all 0.5s ease;
}

.btn-send:hover {
	background-color: #7bcad1;
	color:#fff;
	transition:all 0.5s ease;
}


/*==================================================================
Bootstrap Overrides - Navigation Navbar
====================================================================*/
nav, .navbar-nav {
	background-color: #01395e;
}

.navbar-default .navbar-nav > .open>a,
.navbar-default .navbar-nav > .open>a:hover,
.navbar-default .navbar-nav > .open>a:focus {
	background-color: #7bcad1;
}

.navbar-nav > li > a {
	text-transform: uppercase;
	font-size:13px;
	font-weight:700;
	color:#fff;
	transition: all 0.5s ease;
	margin:0px 12px;
	letter-spacing: 1px;
}

.navbar-nav > li > a:hover {
	background-color: #7bcad1;
	color:#01395e;
	transition: all 0.5s ease;
}

.navbar-default .navbar-nav > .active{
    background-color: #7bcad1;
	color:#01395e;
}

 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
    background-color: #7bcad1;
	color:#01395e;
}

.nav > li > a:hover, 
.nav > li > a:focus {
    text-decoration: none;
    background-color: #7bcad1;
}

.navbar-toggle .icon-bar {
    background-color: #7bcad1;
}

.navbar-toggle {
	border:2px solid #fff;
}

.navbar-collapse {
	padding-right:0px;
	padding-left:0px;
}
.navbar-toggle {
    border: 0px solid #fff;
}

.navbar-collapse, .navbar-collapse.in {
    overflow-x: hidden;
}

/*==================================================================
Bootstrap Overrides - Carousel
====================================================================*/
.carousel-controls { 
	position:absolute;
	right:10px;
	top:10px;
}

.carousel-controls a .fa {
	background:#01395e;
	color:#fff;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	margin-right:0;
	font-size:18px;
	/*Controlling CSS3 Transitions for all browsers*/
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.carousel-controls a.next .fa{
	padding-top:6px;
	padding-right:1px;
}

.carousel-controls a.prev .fa{
	padding-top:6px;
	padding-right:1px;
}

.carousel-controls a:hover .fa{
	background:#7bcad1;
}

.logos {
	position:relative; 
	margin-top:30px;
}

.logos .logos-item {
	position:relative;
	margin-bottom:20px;
}

.logos .thumb {
	width:120px; 
	height:120px;
}

.colored-background {
	background: #01395e;

}
.colored-background p {
	font-size:16px;
}
.colored-background h2{
	color:white;
}

.colored-background .read-more {
	font-size:10px;
	font-weight: 700;
	color:#fff;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.colored-background .read-more:hover {
	color:#7bcad1;
	transition: all 0.5s ease;
}

/*==================================================================
Bootstap Overrides - Modal Styles
====================================================================*/
a:active, a:focus {
  outline:0;
  text-decoration: none;
}

.modal {
	background:rgba(49,69,85,.8);
}

.modal-content {
	background:#7bcad1;
	color:#fff;
}

.tooltip.top .tooltip-inner {
    background-color:#01395e;
    padding:15px;
    font-weight:700;
    font-size:16px;
    white-space:pre;
    max-width:none;
}

.tooltip.top .tooltip-arrow {
      border-top-color: #01395e;
}



/*==================================================================
Bootstap Overrides - Form Styling
====================================================================*/

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 20px 6px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #01395e;
  background-color: transparent !important;
  background-image: none;
  border:2px solid #01395e !important;
  border-top:none !important;
  border: 2px solid #01395e !important;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent !important ;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.0) inset, 0px 0px 8px rgba(244, 169, 29, 0.0) !important;
  border: 2px solid #7bcad1 !important;
}



.head-cells {
	margin-top:10px;
	padding:10px;
}

h4 {
	text-transform: uppercase;
	color:#7bcad1;
	font-size:15px;
}

.service-title {
	font-size:16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#01395e;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom:10px;
}

ul.sidebar {
	list-style: none;
}

ul.sidebar > li {
	list-style: none;
	margin-bottom:9px;
	font-size:12px;
	border-bottom:1px solid #ccc;
	padding-bottom:9px;
}

.name {
	position: absolute;
	bottom:20px;
	left:20px;
	z-index: 99999999999999999999999999999999999999999;
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:25px;

}

ul.sidebar ul {
	font-size: 10px;
	padding-left: 15px;
	margin-bottom:10px;
}

ul.sidebar ul li {
	padding-top:8px;
}

.name a {
	color:#fff;
	transition: all 0.5s ease;
}

.name a:hover {
	color:#01395e;
	transition: all 0.5s ease;
}










