/*
Theme Name: Milap
Author: santosh Kumar 1
Author URI: 
Description: Used Bootstrap 3.3.6 and wordpress 4.5.2
Version: 1.1
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);

@font-face {
	font-family: 'Geomanist-Regular';
	src: url('fonts/Geomanist-Regular.eot?v=4.2.0');
	src: url('fonts/Geomanist-Regular.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/Geomanist-Regular.woff?v=4.2.0') format('woff'), url('fonts/Geomanist-Regular.ttf?v=4.2.0') format('truetype'), url('../fonts/Geomanist-Regular.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Geometric415BT-BlackA';
	src: url('fonts/Geometric415BT-BlackA.eot?v=4.2.0');
	src: url('fonts/Geometric415BT-BlackA.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/Geometric415BT-BlackA.woff?v=4.2.0') format('woff'), url('fonts/Geometric415BT-BlackA.ttf?v=4.2.0') format('truetype'), url('../fonts/Geometric415BT-BlackA.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {font-family: 'Source Sans Pro', sans-serif; font-size:14px;}

.navbar-default {
    background-color:#fff;
    border-color: #fff;
} 

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 43px;
    position: relative;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ed1c24;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form { padding:0;}
.animation{
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 0 0 0px;
    padding-bottom: 0px;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

button.disabled {
    background: #aaa none repeat scroll 0 0;
    pointer-events: none;
}
#wrapper{
	float:left;
	width:100%;
}
#header{
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:999;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navIcon{
    
    background-repeat: no-repeat;	
    border-right: 1px solid #dddddd;
    margin: 15px 0 0 15px;
    padding: 0 15px;
}
.navIcon5{
	border-right:none;
}



.navbar-default-bottom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default-bottom .nav > li > a{
	color:#000;
	text-transform:uppercase;
}
#page-content-wrapper{
	float:left;
	width:100%;
	margin:0;
}


.banner-tag{
	color:#FFFFFF;
	font-family: 'Geomanist-Regular';
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:60px;
}
.banner-des{
	color:#ffffff;
	font-size:19px;
	
}
.section{
	float:left;
	width:100%;
}
.sectionHead{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom:5px;
}
.sectionHead h4{
    background-color: #d11a1a;
    color: #ffffff;
    display: inline-block;
    font-family: "Geometric415BT-BlackA";
    font-size: 24px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color:#d10a0e; color:#fff; border:#d10a0e solid 1px;
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.track-consignment { margin:15px 0px; float:right;}
.search-form .form-control{width:20%}
.search-form .navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.navbar-nav:last-child{ border-right:0}


@media (max-width: 767px) {

}
@media (min-width: 768px) {

.the-blog{
	float:left;
	width:100%;
}
.the-blog-item{
    float: left;
    margin-bottom: 25px;
    width: 100%;
	position:relative;
}
.the-blog-image img{
	width:100%;
	height:auto;
}
.the-blog-content{
	position:absolute;
	bottom:5px;
	top:auto;
	left:15px;
	right:15px;
	color:#FFFFFF;
}

}
/* Inner Page */
#breadcrumbs{
	padding:0 0 25px;
	color:#000;
}
#breadcrumbs a{
	color:#5f5f5f;
}
#primary{
	padding:5px 0 25px;
	min-height:500px;
}
.inner-page{
	background-color:#efefef;
}
.inner-header-banner {
    background-color: #000;
    min-height: 140px;
    position: relative;
    text-align: center;
}

.inner-header-banner:before {
background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.inner-header-banner img{
	max-width:100%;
	height:auto;
}
.page-no-banner{
    background-color: #dddddd;
    border-bottom: 1px solid #999;
}
.entry-title{
	position:absolute;
	bottom:15px;
	margin:0;
	text-align:left;
}

.entry-title h2{
	border-left: 6px solid #ed1c24;
    color: #ffffff;
    font-family: "Geometric415BT-BlackA";
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.page-no-banner .entry-title h2{
	color: #000000;
	
}
.entry-title p{
	background-color:#d00000;
	padding:1px 10px;
	text-transform:uppercase;
	display:inline-block;
	color:#FFFFFF;
	}

.inner-page-nav{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	list-style:none;
	margin:0 0 45px;
	padding:0;
}
.inner-page-nav li{
	display:inline-block;
}
.our-practices-nav{
	padding:0 15px;
}
.our-practices-nav li{
	display:table-cell;
}
.inner-page-nav a{
	display:inline-block;
	background-color:#ffffff;
	padding:8px 12px;
	text-transform:uppercase;
	margin:0 2px;
	color:#1d1d1c;
	font-size:15px;
	position:relative;
}
.inner-page-nav li.current-menu-item a{
	background-color:#de0e0e;
	text-decoration:none;
	color:#FFFFFF;	
}
.inner-page-nav a:hover, .inner-page-nav a:focus{
	background-color:#de0e0e;
	text-decoration:none;
	color:#FFFFFF;
}
.inner-page-nav li.current-menu-item a:after{
	position:absolute;
	content:'';
	bottom:-5px;
	left:50%;
	margin-left:-5px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #de0e0e transparent transparent 	
}
.head-title{
    color: #313131;
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
	margin-top:0;
	
}

/* ====
   News List 
   =====       */
   
.news-list-item{
    padding: 15px 0;
	margin:0 0 0 85px;
    position: relative;
	background-color:#FFFFFF;
	float:left;
	border-bottom:solid 1px #DDDDDD;
}
.news-date-field{
    background-color: #bc0000;
    color: #fff;
    left: -70px;
	top:35px;
    padding: 6px 5px;
    position: absolute;
    text-transform: uppercase;
    z-index: 9;
	
}
.news-date-field:before{
  position:absolute;
  content:'';
  right:-10px;
  top:5px; 
  width: 0; 
  height: 0;

  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #bc0000;
}
.news-title, .news-title a{
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
	font-family:"Open Sans",sans-serif;
	font-weight:bold;
}
.news-list-image-hover{
	
}
.news-list-item:hover{
	z-index:9999;
	background-color:#eef5fc;

-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);	
}
.news-read-more{
	position:absolute;

}




/* ======
   Newsletter Post Type
   ====== */
   
 .newsletter-list-item { width:100%; background-color:#fff; padding:15px; border-bottom:#d3d3d3 solid 1px; position:relative; font-size:15px;}  
 
.newsletter-title { margin:0; color:#1194b0; font-size:15px; padding:5px 0px; line-height: 22px;}
.newsletter-title a{color:#1194b0; font-size:15px;}
.fa-file-text { padding-right:5px;}
.fa-code { padding-right:5px;}

.newsletter-pdf-read-more { background-color: #2a5d85;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px; margin:0px 5px;} 
	
.newsletter-html-read-more { background-color: #e8e8e8;
    color: #2a5d85;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;  margin:0px 5px;}
	
.newsletter-date-field { color:#737373; padding:5px 0px;}
.newsletter-list-button {
    display: inline-block;
    margin-top: 5px;
}
   
   

/* Footer */
.footer-logo{
	margin:45px 0;
	
}
#footer{
	background-color:#f6f6f6;
    float: left;
    width: 100%;
	padding:25px 0px;
}
.footer-logo img{
	width:100%;
	height:auto;
}
h4.f-title{
      color: #242424;
    font-family: "Geometric415BT-BlackA";
    font-size: 15px;
    text-transform: uppercase;
}
.footer-nav nav{
	float:left;
	width:100%;
	margin-bottom:0;
}
.footer-nav nav a{
	display:block;
	color:#323232;
	margin:0 0 5px;
}
.get-in-touch{
	background-color:#011934;
	float:left;
	width:100%;
	color:#FFFFFF;
	padding:0 10px 10px;
	margin-top:0;
	font-size:13px;
}
.get-in-touch h4{
	background-color:#204874;
	text-align:center;
	font-size:31px;
	line-height:28px;
	padding:10px 0;
}
.get-in-touch h4 small{
	font-size:16px;
	color:#FFFFFF;
}
.get-in-touch a{
	color:#FFFFFF;
}
.get-in-touch p.info{
	font-size:13px;
}
.get-in-touch p.info em{
	margin-right:5px;
}
.stay-connected{
	margin:15px 0 0;
	float:left;
	width:100%;
}

.social-media a{
	display:inline-block;
	margin:0 5px 0 0
}
.social-media a em{
	display:table-cell;
	width:30px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	font-size:17px;
	background-color:#ed1c24;
	color:#fff;	
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.copyRight{
	background-color: #231f20;
    border-top: 1px solid #cfcfcf;
    color: #fff;
    float: left;
    font-size: 12px;
    padding: 10px 0 6px;
    text-align: center;
    width: 100%;
}
.copyRight a{
	color:#626262;
	margin:0 10px 0 0;
	padding-right:10px;
	border-right:solid 1px #6d6d6d;
}
.copyRight a:last-child{
	border-right:none;
}


.newsletter { background-color:#003471; width:100%; display:inline-block; margin:0 0 25px; text-align:center; color:#fff; padding:15px 0}

.news-section {
    display: inline-block;
    padding: 0;
	width:100%;
}
.news-section h4 { font-size:22px; text-align:left; margin:8px 0 2px;}
.news-section p {text-align:left; margin:0}
.news-section .btn-default { background-color:#e40000; border:#e40000 solid 1px; color:#fff; font-size:18px; font-weight:600; margin-top:14px;}
.news-input {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 0 none;
    color: #fff; margin-top:12px;}
	
.news-section .form-control:focus { box-shadow:none; border-color:none; border-bottom:#e40000 solid 1px;}

.newsletter-icon {  background-color: #c10003;
    display: block;
    padding: 8px 0;
    text-align: center;}
.newsletter-icon img { margin:0 auto;}

.form-control::-moz-placeholder {
    color: #6c6c6c;
    opacity: 1;
}



.glyphicon-search { color:#fff;}

.navbar-toggle { margin-right:10px;}

.navbar-default .navbar-toggle {
    background-color: #000;
    border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color: #000 !important;
    border-color: #000 !important;
}

.search-form { 
    float: right;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 999;
}

.search-form-input{
	width:25px;
	height:25px;
	border:none;
	font-size:0;
	background:#d00000 url("images/search-icon.png") no-repeat scroll right 5px top 7px / 15px auto;

}
.search-form-input:focus{
	width:300px;
	font-size:11px;
	line-height:0;
	color:#FFFFFF;
	padding:0 0 0 15px;
	height:25px;
	overflow:hidden;
	
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;	
}
.search-form .glyphicon-search{
    position: absolute;
    right: 0px;
    top: 10px;
}






@media (max-width: 767px) {
	
.newsletter-list-button {
    display: block;
    margin: 15px 0;
}
.newsletter-title { text-align:center;}
.newsletter-date-field { text-align:center;}
	
#header{
	float:left;
}
.navbar-nav {
	margin:5px 5px 20px 5px;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    width: 100%;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8%;
    padding: 9px 10px;
    position: relative;
}

.menu-primary-mobile{
	margin:0 -15px;
	padding:0;
	list-style:none;
}
.menu-primary-mobile li a{
    background: red none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 8px 15px;
    width: 100%;
	text-transform:uppercase;
}
.custom-logo{
	height:auto;
}


.s6-col-1{
	width:100% !important;
}
.footer-nav{
	margin-bottom:25px;
}
h4.f-title{
    background: #f0f0f0 none repeat scroll 0 0;
    clear: both;
    cursor: pointer;
    margin: 0 -15px 2px;
    padding: 10px 15px;
    position: relative;
}
h4.f-title:hover:before, h4.f-title:focus:before{
	margin-right:5px;
	
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

	
}

.footer-nav nav{
	display:none;
}
.active+nav{
	display:block;
}

h4.f-title:before {
  content: "\e080";
  font-family:"Glyphicons Halflings";
  float:right;
}
h4.f-title.active:before{
	  content: "\e114";
}
label {
	margin-bottom:5px;
}


.Empanel-as-Consultant-form{
	padding:25px 0 0;
}

}
@media (min-width: 768px) {
#header{
	
}
.fixed-header{
	float:right;
}
.fixeded{
	background-color: #fff;
    border-bottom: 1px solid #ccc;
    left: 0;
    min-height: 57px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
    width: 100%;
}
.fixed-logo{
	position:relative;
	z-index:9999;
	display:none;
}
.fixed-logo .navbar-brand, .custom-logo-link {
    height: auto;
    position: absolute;
    top: 2%;
	width:65px;
}
.fixed-logo img{
    height: auto;
    padding: 2px 0;
    width: 70px;
}
.fixed-logo .custom-logo-link{
	background-color:#FFFFFF;
}
.fixeded .fixed-logo{
	display:block;
}
.fixeded .navbar-nav > li > a{
	padding-bottom:9px;
	padding-top:15px;
}
.dropdown-menu .dropdown-menu {
    left: 200px;
    top: 0 !important;
}
.dropdown-menu {
    width: 200px;
}
.navbar-nav {
    float: left;
    margin: 0 5px 0 0;
}
.top-right-menu{
	font-size:12px;
}
#page-content-wrapper{
	margin:0;
}
.header-banner h2{
	font-size:85px;
}

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
.news-section .btn-default{
	font-size:18px;
}
}

a.back-to-top {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 999;
	right: 15px;
	bottom: 15px;
	background: #d00000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#FFFFFF;
}
a.back-to-top em{
	display:table-cell;
	width: 50px;
	height: 50px;
	vertical-align:middle;
	text-align:center;
	font-size:24px;
}
a:hover.back-to-top {
	background-color: #000;
	text-decoration:none;
}

/* Social Icons */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
	content: "\f09a";
}
.fa-facebook-square:before {
	content: "\f082";
}

.fa-twitter:before {
	content: "\f099";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-pinterest:before {
	content: "\f0d2";
}

.fa-linkedin:before {
	content: "\f0e1";
}
.fa-youtube:before {
	content: "\f166";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-phone:before {
	content: "\f095";
}
.fa-user:before {
	content: "\f007";
}
.fa-commenting:before {
	content: "\f075";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-video-camera:before  {
	content: "\f03d";
}
.fa-image:before  {
	content: "\f03e";
}

/* Home page style */

.home-page-banner { width:100%;}

.block1 { width:100%; margin:0 auto; padding:0 0 50px;}

.b1-section { background-color:#fff; 
border-radius:10px; 
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
 margin-top: -48px;
    padding: 25px 15px;
    position: relative;}

.b1-section-column { display: table-cell;
    padding: 0 15px;
    text-align: center;}
.b1-section-column .b1-icon { margin-bottom:10px;}
.b1-title { color:#18364a; font-size:18px; text-transform:uppercase; padding:10px 0; font-weight:600;}
.b1-content { color:#666c72; font-size:15px; padding:10px 0 0; margin-bottom:0;}

h2 {font-family: 'Geometric415BT-BlackA'; color:#ed1c24; font-size:36px; line-height:26px; text-transform:uppercase;}
h2 span { color:#231f20;}
.sub-title { color:#18364a; font-size:16px; text-transform:uppercase;}
.sub-title::before {
    border-bottom: 2px solid #ee232b;
    content: "";
    margin-left: 70px;
    margin-right: auto;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    width: 87px;
}

.block2 { width:100%; margin:0 auto; text-align:center; padding:0px 0 50px 0;}
.b2-content {  background-image: url("images/aboutus-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: 30px 0;
    padding: 50px 0;
    width: 100%; text-align:left; color: #666c72;
    font-size: 15px;}
	
.btn-default { background-color: #ed1c24;
    border: medium none;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: uppercase;}
.btn-default a{ color:#fff; font-weight:600;}
.btn-default:hover { background-color:#000; text-decoration:none;}

.block3 { float: left;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 100%;}
	
.block3 .sub-title::before { margin-left:18px;}


.block4 { float: left;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center;
    width: 100%; background:#f7f7f7;}
	
.block4 a:hover { text-decoration:none;}
.b4-box { background-color:#fff; margin-top:20px; border:2px solid #f7f7f7;}
.b4-box:hover {border:2px solid #ed1c24; text-decoration:none;}
.fleetDesName { color: #18364a;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: uppercase; text-decoration:none;}
.fleetDesName span { color:#3f3f3f;}
.block4 .sub-title::before { margin-left:33px;}

.block5 { padding-bottom:30px;}

.block6 { float: left;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center;
    width: 100%; }
	
.block6 .sub-title::before { margin-left:37px;}
.news-block { padding:30px 0px; text-align:left;}
.news-title { color:#21313c; font-family: 'Geometric415BT-BlackA'; font-size:24px; margin:0;}
.news-subtitle { font-weight:600; font-size:18px; margin:0;}
.date { color:#ed1c24; font-weight:600; font-size:18px;}
.news-content { color:#555555; font-size:15px;}

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

@media screen and (max-width: 50em) {

}


@media (max-width: 639px) {
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
/*  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);*/
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
 /* white-space: nowrap;*/
  border-bottom:solid 1px #DDDDDD;
}
.dropdown-menu > li:last-child > a{
	border-bottom:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ed1c24;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ed1c24;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.internalPage { padding:20px 0px;}
.grayBackground {background-color:#efefef;}
.white-para { background-color:#fff; padding:15px; float:left; margin:10px 0px 20px 0px; width:100%;}
.internalPage h2 { font-size:1.5em; color:#323232;}
.internalPage h2 span { color:#ed1c24;}
.padding-o {padding:0;}
strong {font-family: 'Geomanist-Regular';}
.subHeading { font-size:18px;}

.mpMapBg { background-image: url("images/mp-map.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
    text-transform: uppercase;
	font-family: "Geometric415BT-BlackA";
	font-size:18px;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font-family: 'Geomanist-Regular';
}

#contact {
  background: #d00000;
  padding: 25px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 2px solid #fff;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 2px solid #000;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #000;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 18px;
font-family: 'Geometric415BT-BlackA';
}

#contact button[type="submit"]:hover {
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
 color: #000;
}

#contact button[type="submit"]:active {
color: #000;
 background: #fff;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 2px solid #fff;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

address {font-family: 'Geomanist-Regular'; font-size:18px;}

.contact-phone {
    background: rgba(0, 0, 0, 0) url("http://www.milaptransportroadlines.com/wp-content/uploads/2016/08/phone-icon.png") no-repeat scroll left top 7px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom:15px;
font-size:15px;
}
 
.contact-email {
    background: rgba(0, 0, 0, 0) url("http://www.milaptransportroadlines.com/wp-content/uploads/2016/08/email-icon.png") no-repeat scroll left top 4px;
    font-weight: 600;
    padding-left: 30px;
 margin-bottom:15px;
font-size:15px;
}

.card-title { font-size:1.2em; color:#323232; font-family: 'Geometric415BT-BlackA';}

.contact-email a { colo:#d00000; margin:0; padding:0;}

.nav > li > a {
    display: block;
    padding: 10px 11px;
    position: relative;
}

.clientsLogo { display:table;}
.clientsLogos { display: table-cell;}
.clientsLogos img {
    height: auto;
    padding: 0 30px;
    width: 100%;
}

 @media screen and (max-width: 991px){ .award-child { height:155px;} }

@media screen and (max-width: 480px){
	.b1-section {
    margin-top: 50px;
    padding: 25px 15px;
    position: relative;
}
.b1-section-column { display:block; margin-top:25px;}
.b2-content { background:#fcfcfc;}
.block4 h2 { line-height:36px;}
.clientsLogo { display: block;}
.clientsLogos { display: block;}
}


.post-masonry {
  margin-bottom: 30px;
}
.post-masonry .blog-thumb {
  position: relative;
  overflow: hidden;
}
.post-masonry .blog-thumb img {
  width: 100%;
}
.post-masonry .blog-thumb:hover .overlay-b {
  opacity: 1;
  visibility: visible;
}
.post-masonry .blog-body h3.post-title {
  font-size: 18px;
  font-weight: normal;
}
.post-masonry .blog-body h3.post-title a {
  color: #2c2c2c;
}
.post-masonry .blog-body h3.post-title a:hover {
  color: #f69730;
}
.post-masonry .blog-body span {
  display: inline-block;
  margin: 10px 0;
}

.blog-image {
  overflow: hidden;
}
.blog-image img {
  width: 100%;
}

.blog-info h2.blog-title {
  font-size: 2em;
  font-weight: normal;
}
.blog-info span.blog-meta {
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .blog-info h2.blog-title {
    font-size: 1.6em;
  }
}

.blog-tags {
  margin-top: 30px;
}
.blog-tags span {

}
.blog-tags a {
  display: inline-block;
  margin: 0 5px;
}
.blog-tags a:after {
  content: ',';
  color: #aaaaaa;
}

.box-content {
  background: white;
  padding: 25px;
  overflow: hidden;
}

.intro-header {
  margin-bottom: 30px;
}
.intro-header h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}
.intro-header p {
  margin-top: 10px;
}

.overlay-b {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  bottom: 0;
  left: 0;
}
.overlay-b .overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-b .overlay-inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  border: 1px solid #d5d5d5;
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  color: white;
}
.overlay-b .overlay-inner a:hover {
  color: #f69730;
  border-color: #f69730;
}

.blog-masonry { margin-top:20px;}

/*#docketWidgetDIV { height:70px;}
#inner_box { display:none;}
.inner_box { display:none !important;}
#widget_table_docketStatus label {display:none !important;}*/

@media screen and (max-width: 480px){ 
.btn-default { width:100%;}
.track-consignment {float:none;}
 }
@media screen and (max-width: 991px){ }
