@charset "utf-8";
/* CSS Document */

.top-header {
	background-color:#3e4e72;
	height:30px;
	width:100%;	
}

.top-header-left {
	float:left;
	width:45%;
}

.top-header-right {
	float:left;
	width:45%;
	margin-left:10%;
}

.send-mail img {
	color:#fff;
}

.send-mail a {
	color:#C90;
}

.send-mail {
	color:#FFF;
	line-height:30px;
	margin-left:50px;
}

.request-quote {
	background-color:#b01513;
	height:30px;
	width:180px;
	text-align:center;
	color:#FFF;
	line-height:30px;
	float:right;
	margin-right:50px;
}
.request-quote  a{color: #fff;}
.menu-header {
	width:100%;
	background-color:#f5c3a4;
	height:120px;
}

.menu-header-left {
	width:20%;
	float:left;
}

.menu-header-right {
	width:80%;
	float:left;
}

.menu-header-right-top {
	height:60px;
	float:left;
	width:100%;
}

.menu-header-right-bottom {
	height:60px;
	float:left;
	width:100%;
}

.bhatia-logo {
	width:220px;
}

.bhatia-logo img {
	padding-left:50px;
}


.call-us {
	float:right;
	margin-right:50px;
}

.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 25px;

}
.call-us ul li {
	display: inline-block;
	font-family: karla;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
	height: 30px;
}
.call-us ul li:last-child {
	padding: 0 25px !important;
}
.transport {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #2c3740;
}
.homepage .transport {
	font-size: 12px;
}
.transport > span {
	display: block;
}
.call-us img {
	margin-right: 12px;
	vertical-align: top;
	float: left;
}
.call-us ul li a {
	font-size: 30px;
	color: #2c3740;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}

/*modified navigation2*/

.navigation2 {
	/*background-color:#3e4e72;*/
	float:right;
	height:30px;
	/*margin-top:30px;*/
	width:80%;
}

.navigation2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	margin-right:5px;
}

.navigation2 ul li {
	float:left;
	position:relative;
	line-height:30px;
	border-left:1px solid #CCC;
	background-color:#3e4e72;
}

.navigation2 ul li:first-child {
	border:none;
}

.navigation2 ul li:first-child:before {
	border-left: 19px solid #f5c3a4;
    border-right: 19px solid #3e4e72;
    border-top: 30px solid #f5c3a4;
    border-bottom: 0px solid #3e4e72;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    /*transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;*/
}

.navigation2 ul li:first-child:hover:before {
	border-left: 19px solid #f5c3a4;
    border-right: 19px solid #F93;
    border-top: 30px solid #f5c3a4;
    border-bottom: 0px solid #F93;
	
}

.navigation2 ul li ul li:first-child:hover:before {
	border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
	
}

.navigation2 ul li ul li:first-child:before {
	border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
    content: "";
    position: absolute;
    left:0;
    top: 0;
    transition:none;
    -webkit-transition:none;
	
}

.navigation2 ul li a {
	color:#FFF;
	display:block;
	padding-left:20px;
	padding-right:20px;
}

.navigation2 ul li a:hover {
	background-color:#F93;
	text-decoration:none;
}

.navigation2 ul li ul {
	position:absolute;
	display:none;
	width:150px;
	z-index:99999;
}

.navigation2 ul li ul li {
	width:200px;
	border-top:1px solid #CCC;
	border-left:none;
}

.navigation2 ul li:hover ul {
	display:block;
}



@media only screen and (min-width:962px) and (max-width:1024px) {
	
.menu-header {
	width:100%;
	background-color:#f5c3a4;
	height:120px;
}

.menu-header-left {
	width:10%
	float:left;
}

.menu-header-right {
	width:90%;
	float:left;
}

.menu-header-right-top {
	height:60px;
	float:left;
	width:100%;
}

.menu-header-right-bottom {
	height:60px;
	float:left;
	width:100%;
}

.navigation2 {
	/*background-color:#3e4e72;*/
	float:right;
	height:30px;
	margin-top:30px;
	width:80%;
}

.navigation2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	margin-right:0px;
}

.navigation2 ul li {
	float:left;
	position:relative;
	line-height:30px;
	border-left:1px solid #CCC;
	background-color:#3e4e72;
}

.navigation2 ul li:first-child {
	border:none;
}

.navigation2 ul li ul li:last-child {
	line-height:20px;
}

.navigation2 ul li:first-child:before {
	border-left: 19px solid #f5c3a4;
    border-right: 19px solid #3e4e72;
    border-top: 30px solid #f5c3a4;
    border-bottom: 0px solid #3e4e72;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.navigation2 ul li a {
	color:#FFF;
	display:block;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.navigation2 ul li a:hover {
	background-color:#F93;
	text-decoration:none;
}

.navigation2 ul li ul {
	position:absolute;
	display:none;
	width:150px;
}

.navigation2 ul li ul li {
	width:200px;
	border-top:1px solid #CCC;
}

.navigation2 ul li:hover ul {
	display:block;
}


}




@media only screen and (min-width:1024px) and (max-width:1366px) {
	
.menu-header {
	width:100%;
	background-color:#f5c3a4;
	height:120px;
}

.menu-header-left {
	width:5%;
	float:left;
}

.menu-header-right {
	width:95%;
	float:left;
}

.menu-header-right-top {
	height:60px;
	float:left;
	width:100%;
}

.menu-header-right-bottom {
	height:60px;
	float:left;
	width:100%;
}

.navigation2 {
	/*background-color:#3e4e72;*/
	float:right;
	height:30px;
	margin-top:0px;
	width:80%;
}

.navigation2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:right;
	margin-right:0px;
}

.navigation2 ul li {
	float:left;
	position:relative;
	line-height:30px;
	border-left:1px solid #CCC;
	background-color:#3e4e72;
}

.navigation2 ul li:first-child {
	border:none;
}

.navigation2 ul li ul li:last-child {
	line-height:20px;
}

.navigation2 ul li:first-child:before {
	border-left: 19px solid #f5c3a4;
    border-right: 19px solid #3e4e72;
    border-top: 30px solid #f5c3a4;
    border-bottom: 0px solid #3e4e72;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.navigation2 ul li a {
	color:#FFF;
	display:block;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.navigation2 ul li a:hover {
	background-color:#F93;
	text-decoration:none;
}

.navigation2 ul li ul {
	position:absolute;
	display:none;
	width:150px;
}

.navigation2 ul li ul li {
	width:200px;
	border-top:1px solid #CCC;
}

.navigation2 ul li:hover ul {
	display:block;
}



}




@media only screen and (min-width:320px) and (max-width:952px) 

{
	
.top-header {
	background-color:#3e4e72;
	height:100%;
	width:100%;
	float:left;
}

.top-header-left {
	float:left;
	width:100%;
}

.top-header-right {
	float:left;
	width:100%;
	margin-left:10%;
}

.send-mail img {
	color:#fff;
}

.send-mail a {
	color:#C90;
}

.send-mail {
	color:#FFF;
	line-height:30px;
	margin-left:50px;
}

.request-quote {
	background-color:#b01513;
	height:30px;
	width:180px;
	text-align:center;
	color:#FFF;
	line-height:30px;
	float:left;
	margin-right:0px;
	margin-left:50px;
}
	
.menu-header {
	width:100%;
	background-color:#f5c3a4;
	height:100%;
	float:left;
}

.menu-header-left {
	width:100%;
	float:left;
}

.menu-header-right {
	width:100%;
	float:left;
}

.menu-header-right-top {
	height:60px;
	float:left;
	width:100%;
}

.menu-header-right-bottom {
	height:60px;
	float:left;
	width:100%;
}

.navigation2 {
	/*background-color:#3e4e72;*/
	float:left;
	height:30px;
	margin-top:30px;
	width:100%;
}

.navigation2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
	margin-right:0px;
}

.navigation2 ul li {
	display:block;
	float:left;
	position:relative;
	line-height:30px;
	border-left:none;
	border-top:1px solid #CCC;
	background-color:#3e4e72;
	width:100%;
}

.navigation2 ul li:first-child {
	border:none;
}

.navigation2 ul li ul li:last-child {
	line-height:20px;
}

.navigation2 ul li ul li:first-child:hover:before {
	border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
	
}

.navigation2 ul li ul li:first-child:before {
	border-left:none;
    border-right:none;
    border-top:none;
    border-bottom:none;
    content: "";
    position: absolute;
    left:0;
    top: 0;
    transition:none;
    -webkit-transition:none;
	
}

.navigation2 ul li a {
	color:#FFF;
	display:block;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.navigation2 ul li a:hover {
	background-color:#F93;
	text-decoration:none;
}

.navigation2 ul li ul {
	position:relative;
	display:none;
	width:100%;
}

.navigation2 ul li ul li {
	width:100%;
	border-top:1px solid #CCC;
}

.navigation2 ul li:hover ul {
	display:block;
}
.call-us {
	float:left;
	margin-right:0px;
}

.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 25px;

}
.call-us ul li {
	display: inline-block;
	font-family: karla;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
	height: 30px;
}
.call-us ul li:last-child {
	padding: 0 25px !important;
}
.transport {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #2c3740;
}
.homepage .transport {
	font-size: 12px;
}
.transport > span {
	display: block;
}
.call-us img {
	margin-right: 12px;
	vertical-align: top;
	float: left;
}
.call-us ul li a {
	font-size: 30px;
	color: #2c3740;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}


}



/*----------------------edited-----------------------------*/


.t-header {
	background-color:#3e4e72;
	width:100%;
	color:#FFF;
	line-height:24px;

}

.main-banner {
	padding:0;
	margin:0;
}


.nav-edited {
	margin:0;
	padding:0;
	list-style-type:none;
	float:right;	
}

.nav-edited li {
	float:left;
	position:relative;
	line-height:30px;
	border-left:1px solid #CCC;
	background-color:#3e4e72;
	list-style-type:none;
	display:block;
}

.nav-edited li a {
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	display:block;
}

.nav-edited li a:hover {
	background-color:#F93;
}

.nav-edited li ul {
	position:absolute;
	z-index:9999;
	display:none;
}

.nav-edited li ul li {
	border-left:0;
	width:250px;
	border-top:1px solid #FFF;
}

.nav-edited li:hover ul {
	display:block;
	
}
	
.navbar .container-fluid {
	margin:0;
	padding:0;
}

.footer-address p {
	font-size:12px;
	
}
.table-new > thead > tr > th, .table-new > tbody > tr > th, .table-new > tfoot > tr > th, .table-new > thead > tr > td, .table-new > tbody > tr > td, .table-new > tfoot > tr > td{ padding: 0px; border-top: 0px; }
.footer-address {
	margin-top: -9px;
}
.twolinks a{ font-size: 13px; text-transform: uppercase; }
.our-address1 h6 {
	text-transform:none;
	color: #fff;
	font-size: 15px;
	margin-bottom: 8px;
	font-family:"Comic Sans MS", cursive;
}

.table1 span {
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
}

.table1 {
	width:100%;
	color:#FFF;
	font-family:"Comic Sans MS", cursive;
}

.small-logo {
	width:40px;
	height:30px;
	/*margin-left:30px;*/
}

.footer-small-link ul {
	list-style-type:none;
	float:right;
}

.footer-small-link li {
	float:left;
	margin-left:10px;
}


.footer-small-link a {
	display:inline-block;
	padding:5px;
	background-color:#9b8f83;
	margin-top:10px;
	font-size:12px;
	color:#FFF;
	width:100px;
}

.footer-small-link a:hover {
	background-color:#463d34;
}

.footer h6{ font-size: 14px; color: #fff; border:0px; text-align: center;     position: absolute;    right: 140px;    top: 17px;}
.twolinks{list-style: none; float: right;}
.twolinks li{display: inline-block; text-align: center; font-size: 12px; padding: 0px 10px;}
.twolinks li a:hover{ text-decoration: none; color: #008DC7; }
.slog{font-size: 18px; color: #FFF; text-align: center; margin: 15px 0px; }
.slog span{margin: 0px 15px;}
.quote{color: #000;}
.request-quotes{width: 100%; height: auto; min-height: 500px; float: left; margin-top: 30px; margin-bottom: 20px;}
.request-quotes h1{ font-size: 20px; color: #000; text-align: center; font-weight: bold; margin: 20px 0px; }
.input-type{border:0px; width: 100%;height: 30px;margin: 0;}
.video-links{width: 100%; height: auto; float: left; margin:10px 0px; min-height: 500px;}
.video-links h1{ font-size: 20px; color: #000; text-align: center; font-weight: bold; margin: 20px 0px; }
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.members-text p{color: #000;}
.heading h3{color: #000 !important; margin-top: 10px;}
.career{ width: 100%; height: auto; float: left; margin:15px 0px; min-height: 400px; }
.career h1{    font-size: 20px;  position: relative;   color: #000;    text-align: center;    font-weight: bold;    margin: 20px 0px;}
.career h1::after{position: absolute;
left: 45%;
bottom: -12px;
height: 2px;
width: 100px;
background-color: #3E4E72;
content: '';}
.career h2{    font-size: 16px;    color: #000;    text-align: left;    font-weight: bold; margin-top: 50px; margin-bottom: 20px;  }
.jobs{ list-style: none;  }
.jobs li{ font-size: 16px; color: #232323;  line-height: 2;}
.jobs li b{ color: #3E4E72; }
.jobs li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 20px; /* same as padding-left set on li */
  padding-right: 37px;
}
#careerform{ margin-top: 25px; }