	@charset "utf-8";
/* CSS Document */
* {
	outline: none !important;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 23px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding-bottom: 4px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
	line-height: 22px;
}
.divider {
	height: 1px;
	background: #75778b;
	margin: 30px 0px;
}
.font-italic {
	font-style: italic;
}
.bold {
	font-weight: 400;
}
ul {
	padding: 0px;
}
li {
	list-style: none;
}
a:hover {
	text-decoration: none;
}
.overflow {
	overflow: hidden;
}
.clear-both {
	clear: both;
}
.inline-block {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.div-center {
	margin: 0 auto;
	float: none;
}
.black-bg {
	background: #000;
}
.white-bg {
	background: #fff;
}
.text-white {
	color: #fff;
}
.text-blue {
	color: #2b3c61;
}
.text-gray {
	color: #757575;
	font-weight: normal;
	line-height: normal;
}
.text-yellow {
	color: #fcd708;
}
.half-width {
	width: 50%;
}
.text-black {
	color: #000;
}
.font-400 {
	font-weight: 400;
}
.font-500 {
	font-weight: 500;
}
li {
	list-style: none;
}
.margin-0 {
	margin: 0px;
}
.margin-top-0 {
	margin-top: 0px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-30 {
	margin-left: 30px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-20 {
	margin-right: 20px;
}
.padding-30 {
	padding: 30px;
}
.padding-0 {
	padding: 0px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-right-0 {
	padding-right: 0px;
}
.padding-left-0 {
	padding-left: 0px;
}
.bullet-points li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.bullet-points li:last-child {
	border-bottom: 0px;
}
.bullet-points li:before {
	content: "\f105";
	color: #0060c6;
	position: absolute;
	left: 0;
	top: 2px;
	font: normal normal normal 14px/1 FontAwesome;
}
.width-100 {
	width: 100%;
}
.btn {
	background: #00aeef;
	padding: 6px 12px;
	color: #fff;
	border-radius: 2px;
	transition: all ease-in-out 0.3s;
}
.btn:hover {
	background: #ff9f39;
	color: #fff;
}
.btn1 {
	background: #324e66;
	padding: 8px 20px;
	color: #fff;
	border-radius: 2px;
	transition: all ease-in-out 0.3s;
}
.btn1:hover {
	border: 1px solid #cdcdcd;
    color: #747474;
    text-align: center;
    border-radius: 3px;
    background: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
/******Main css Start here.........*/

header {
	top: 0;
	background-size: cover;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	background-image:url(../img/header-bg.png);
	background-position:-35px 0;
	background-repeat:repeat-x;
	background-size:cover;
	/*background: url(../img/header-bg.png) top -35px left repeat-x;*/
}
header .social-media {
	/* width: 100%;
    text-align: right;
    margin-top: 14px;
	margin-bottom: 10px;*/
	width: 80%;
	text-align: right;
	margin-top: 14px;
	margin-bottom: 10px;
	float: right;
	/*background: rgba(163,137,06,0.6);*/
	background: none;
	border-radius: 5px;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -3px;
}

.socail-vivek a{width:100% !important; display:none !important;} 

.form-overlay{ position:fixed; background:rgba(0,0,0,0.9); 
               width:100%; z-index:999; top:0; left:0;  
			   height: 100%; min-height:3500px;     
			   display: none;}



header .social-media a {
	margin-left: -3px;
}
header .social-media a img {
	width: 30px;
}
header .social-media a:hover img {
	opacity: 0.7
}
header .social-media i {
	width: 24px;
	height: 24px;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	color: #fff;
}
header .social-media i:hover {
	background: #fff;
	color: #2b3c61;
}
.home {
	background: #249547;
}
.master-slider-parent .enquiry {
	position: fixed;
	z-index: 99;
	width: 50px;
	right: 0;
	top: 45%;
	margin-top: -50px;
}
.master-slider-parent .enquiry a {
	width: 50px;
	float: right;
	padding: 5px 0;
	margin-bottom: 5px;
	display: block;
	background: #249547;
	text-align: center;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	height: 50px;
	overflow: hidden;
}
.master-slider-parent .enquiry a:nth-child(2) {
	height: 40px;
}
.master-slider-parent .enquiry a:nth-child(3) {
	height: 40px;
}
.master-slider-parent .enquiry a:nth-child(2) span {
	padding-top: 3px !important;
}
.master-slider-parent .enquiry a:nth-child(3) span {
	padding-top: 3px !important;
}
.master-slider-parent .enquiry a img {
	text-align: left;
	display: block;
	padding-left: 8px;
	float: left;
	padding-top: 4px;
}
.master-slider-parent .enquiry a span {
	color: #fff;
	padding: 8px 100px;
	display: inline-block
}
.master-slider-parent .enquiry a:hover {
	width: 150px;
	background: #487f4a;
	padding-right: 20px;
}
.master-slider-parent .enquiry a:hover span {
	padding: 8px 0 0px 5px;
}
.master-slider-parent .enquiry a:hover span {
}
.header-img .enquiry {
	position: fixed;
	z-index: 99;
	width: 50px;
	right: 0;
	top: 45%;
	margin-top: -50px;
}
.header-img .enquiry a {
	width: 50px;
	float: right;
	padding: 8px 0;
	margin-bottom: 5px;
	display: block;
	background: #2b3b61;
	text-align: center;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	height: 50px;
	overflow: hidden;
	overflow: hidden;
}
.header-img .enquiry a:nth-child(2), .header-img .enquiry a:nth-child(3) {
	height: 40px;
}
.header-img .enquiry a:nth-child(2) span {
	padding-top: 3px !important;
}
.header-img .enquiry a:nth-child(3) span {
	padding-top: 3px !important;
}
.header-img .enquiry a img {
	text-align: left;
	display: block;
	padding-left: 8px;
	float: left;
}
.header-img .enquiry a span {
	padding: 7px 0 0px 50px;
	display: block;
	font-size: 14px;
	color: #fff;
	height: 26px;
	overflow: hidden;
}
.header-img .enquiry a:hover {
	width: 150px;
	background: #487f4a;
	padding-right: 20px;
}
.header-img .enquiry a:hover span {
	padding: 8px 0 0px 5px;
}
.scroll-mouse {
	width: 25px;
	position: absolute;
	bottom: 150px;
	left: 0;
	right: 0px;
	margin: 0 auto;
}
.tag-line {
	padding: 20px 0px 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #249547;
}
.tag-line h4 {
	margin: 0px;
}
#latest-launches {
	border-bottom: 1px solid #ddd;
	padding: 20px 0 50px;
}
.latest-launch-carousel {
	margin-top: 0px;
}
.latest-launch-carousel .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	font-size: 25px;
	top: 0;
	right: 0;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.latest-launch-carousel .owl-controls .owl-nav [class*=owl-]:hover {
	background: #2b3c61;
}
.latest-launch-carousel .owl-controls .owl-nav .owl-next {
	padding: 0px 10px;
	color: #fff;
	background: #4cb050;
}
.latest-launch-carousel .owl-controls .owl-nav .owl-prev {
	right: 32px;
	padding: 0px 10px;
	color: #fff;
	background: #4cb050;
}
.latest-launch-carousel .content {
	background: #f9f9f9;
	padding-top: 20px;
	padding-left: 40px;
	overflow: hidden;
	min-height: 231px;
}
.latest-launch-carousel .content h2 {
	margin: 0px;
	color: #2b3c61;
	font-weight: normal;
}
.content p {
	font-size: 14px;
	margin-top: 10px;
	padding-right: 35px;
	line-height: 23px;
}
.latest-launch-carousel .col-md-6 {
	padding: 0px;
}
.latest-launch-carousel .launch-detail {
	background: #f9f9f9;
	text-align: center;
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.latest-launch-carousel .launch-detail .col-md-4 {
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 8px;
}
.latest-launch-carousel .launch-detail .col-md-4:last-child {
	border-right: 0px;
}
.latest-launch-carousel .launch-detail p, .latest-launch-carousel .launch-detail h6 {
	margin: 0px;
}
.latest-launch-carousel .launch-detail h6 {
	font-weight: 400;
	padding: 0;
}
.launch-detail p {
	font-size: 15px;
	color: #2B3C61;
	font-weight: 500 !important;
}
.latest-launch-carousel .view-more {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 10.5px;
	text-align: center;
	background: #249547;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.latest-launch-carousel .view-more:hover {
	background: #f04041;
	color: #fff;
}
.latest-launch-carousel .view-more i {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	position: relative;
	top: -1px;
	padding-left: 2px;
	padding-top: 1px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}
#about-bhatra {
	padding: 30px 0 100px;
	background: url(../img/abhout-bhadra-bg.jpg) no-repeat bottom center;
}
#about-bhatra h3 {
	margin: 0;
	font-weight: bold;
	color: #6c6c6c;
	font-weight: normal;
}
#about-bhatra h5 {
	color: #c3c3c3;
	margin-top: 0;
}
 .#about-bhatra .para {
 color: #8e8e8e;
 line-height: 23px;
 margin-top: 30px;
}
#about-bhatra .know-more {
	width: 110px;
	display: inline-block;
	border: 1px solid #cdcdcd;
	color: #747474;
	text-align: center;
	border-radius: 3px;
	padding: 7px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
#about-bhatra .know-more:hover {
	background: #249547;
	color: #fff;
	border: 1px solid #249547;
}
#testmonial-latest-news {
	padding: 50px 0;
}
#testmonial-latest-news .testi-container {
	padding: 30px;
	text-align: center;
	background: url(../img/testimonial-bg.jpg) no-repeat 0 0;
	background-size: cover;
}
#testmonial-latest-news h3 {
	margin-top: 0px;
	color: #3b3b3b;
	font-weight: normal;
}
#testmonial-latest-news .testimonial-carousel {
	margin-bottom: 0;
}
#testmonial-latest-news .testimonial-carousel img {
	width: auto;
	max-width: 100%;
	border-radius: 50%;
	display: inline-block;
}
#testmonial-latest-news .testimonial-carousel p {
	margin-bottom: 10px;
	font-size: 14px;
}
#testmonial-latest-news .testimonial-carousel .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -17px;
}
#testmonial-latest-news .testimonial-carousel .owl-controls .owl-prev {
	position: absolute;
	bottom: 0;
	left: 60px;
}
#testmonial-latest-news .testimonial-carousel .owl-controls .owl-next {
	position: absolute;
	bottom: 0;
	right: 60px;
}
#testmonial-latest-news .owl-next img, #testmonial-latest-news .owl-prev img {
	border-radius: 2px;
	padding: 4px 5px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
#testmonial-latest-news .owl-next img:hover, #testmonial-latest-news .owl-prev img:hover {
	background: #4cb050;
}
#testmonial-latest-news .view-all {
	color: #4cb050;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #4cb050;
}
#testmonial-latest-news .latest-news {
	padding-left: 50px;
}
#testmonial-latest-news .latest-news .news {
	/*height: 270px;*/
	height: 392px;
	margin-top: 20px;
}
#testmonial-latest-news .latest-news .news .col-xs-10 a {
	color: #4cb050;
	border-bottom: 1px solid #4cb050;
}
#testmonial-latest-news .latest-news .news .col-xs-10 a:hover {
	color: #2b3c61;
}
#testmonial-latest-news .latest-news .news .col-xs-10 {
	border-left: 3px solid #8c8c8c;
	margin-bottom: 20px;
}
#testmonial-latest-news .latest-news .news .col-xs-2 {
	margin-bottom: 20px;
}
#testmonial-latest-news .latest-news h6 {
	margin: 0px;
	margin-bottom: 5px;
	color: #404040;
	font-weight: 500;
	line-height: normal;
}
#testmonial-latest-news .latest-news p {
	color: #919191;
	font-size: 14px;
	line-height: normal;
}
#testmonial-latest-news .latest-news .date {
	display: block;
	line-height: 32px;
	font-size: 35px;
	font-weight: 600;
	color: #2b3c61;
}
#testmonial-latest-news .latest-news .month {
	display: block;
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
	color: #bdbdbd;
}
#testmonial-latest-news .latest-news .year {
	display: block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #818181;
}
#get-in-touch {
	padding: 50px 0;
	background: url(../img/map.jpg) no-repeat top center;
	background-size: cover;
}
#get-in-touch .contact-detail {
	background: #249547;
	padding: 30px;
}
#get-in-touch .contact-detail p, #get-in-touch .contact-detail a {
	color: #cecece;
	font-size: 14px;
}
#get-in-touch .contact-detail .contact-us {
	width: 130px;
	display: block;
	font-size: 16px;
	padding: 8px;
	text-align: center;
	border: 1px solid #cecece;
	color: #cecece;
	border-radius: 3px;
	background: #249547;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
#get-in-touch .contact-detail .contact-us:hover {
	color: #323d59;
	background: #cecece;
}
.header-img {
	position: relative;
	max-height:476px;
	overflow: hidden;
}
.header-img .bg-img {
	overflow: hidden;
	height: auto;
	
}
.bg-img > img {
	width: 100%;
	max-width: 100%;
	min-height: 335px;
}
.bread-crumb {
	background: #f5f5f5;
	padding: 12px 0 10px;
}
.bread-crumb a {
	color: #716D6D;
	font-weight: 400;
	margin-right: 8px;
	font-size: 14px;
}
.bread-crumb a:after {
	content: "\f105";
	margin-left: 15px;
	font: normal normal normal 18px/1 FontAwesome;
}
.bread-crumb a:last-child:after {
	content: "";
}
.bread-crumb a:hover, .bread-crumb a.active {
	color: #A2A2A2;
}
.inner-pages {
	padding: 50px 0;
	min-height: 550px;
}
.inner-pages .page-title {
	color: #249547;
	font-weight: 600;
	padding-bottom: 8px;
	margin-top: 0px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 25px;
}
.page-title-over {
	margin: 0 !important;
	font-size: 22px!important
}
.inner-pages .para-heading {
	color: #4E4E4E;
	font-size: 20px;
	line-height: normal;
	margin: 24px 0 8px;
	padding: 0;
	font-weight: 400;
}
.page-title + h2.para-heading {
	margin-top: 0px !important;
}
.page-title + .para-heading11 {
	padding-top: 0 !important
}
.para-heading11 {
	color: #4E4E4E;
	font-size: 20px;
	line-height: normal;
	margin: 0px 0 4px;
	padding: 0;
	font-weight: 600;
	margin: 34px 0 0 0;
	padding: 16px 0 13px;
	border-top: 1px solid #ccc;
}
.para-heading11.nostyle1 {
	border: none !important;
	margin: 0 !important
}
.para-heading1 {
	color: #7a7a7a;
	font-size: 19px;
	line-height: normal;
	margin-bottom: 10px;
}
.inner-pages p {
	color: #6c6c6c;
	font-size: 15px;
	line-height: 25px;
}
.side-menu {
	background: #b81617;
	padding: 20px;
	border-radius: 3px;
}
.side-menu h4 {
	color: #FFF;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	display: none !important;
}
.side-menu li a {
	width: 100%;
	display: block;
	color: #a5b4cb;
	border-bottom: 1px solid #d24c4d;
	padding: 5px 10px;
	margin-bottom: 5px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	font-size: 14px;
}
.side-menu li a:before {
	content: "\f0da";
	margin-right: 10px;
	font: normal normal normal 16px/1 FontAwesome;
	color: #fff;
}
.side-menu li a:hover {
	color: rgba(255,255,255,1);
	/*border-bottom: 1px solid #a5b4cb;*/
	background: none;
}
.side-menu li a.active {
	/*color: rgba(239, 213, 11,1);
	border-bottom: 1px solid #a5b4cb;*/
	color:#fff;
	background: none;
}
.side-menu li a.active:before {
	content: "\f0da";
	margin-right: 10px;
	font: normal normal normal 16px/1 FontAwesome;
	color:#fff;
	/*color: rgba(239, 213, 11,1);*/
}
.side-menu li a:hover:before {
	content: "\f0da";
	margin-right: 10px;
	font: normal normal normal 16px/1 FontAwesome;
	color: rgba(239, 213, 11,1);
}
.side-menu .nested-menu {
	display: none
}
.nested-menu li a {
	font-weight: 400 !important;
	border: 0;
	padding: 5px !important;
	font-size: 14px;
}
#sub-list-click a {
	border: 0 !important;
	padding-left: 15px !important;
}
.nested-menu li a::before {
	border: 0 none;
	content: "\f105";
	font-weight: 100 !important;
	padding-bottom: 0 !important;
}
footer {
	padding: 15px;
	background: #249547 /*url(../img/footer.jpg) no-repeat bottom center*/;
	background-size: contain;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	box-sizing: border-box
}


/*#cssmenu ul li.has-sub ul{ display:none;} 
#cssmenu ul li.has-sub:hover ul{ display:block;} */

#cssmenu ul ul {
    position: absolute;
    z-index: 99;
    left: -3500px;
    width: 250px;
}



.footer-bg {
	background: #9e130e url(../img/footer.jpg) no-repeat bottom center;
}
.smallfoot {
	padding: 18px 0px 0px 0px;
	height: 200px;
	background: #249547 url(../img/footer1.jpg) no-repeat bottom center !important;
	background-size: contain;
}
footer .subscribe {
	margin-left: -3px;
	margin-right: -3px;
}
footer .subscribe .col-xs-9, footer .subscribe .col-xs-3 {
	padding: 0 3px;
}
footer .subscribe .form-control {
	height: 40px;
	border-radius: 2px;
}
footer .subscribe button {
	width: 100%;
	border: 0px;
	font-size: 16px;
	border-radius: 2px;
	padding: 9px;
	text-align: center;
	background: #fcd708;
	color: #000;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
footer .subscribe button:hover {
	background: #d2d2d2;
}
footer .copright {
	color: #9b9b9b;
	text-align: center;
	margin-top: 40px;
}
footer .links h3 {
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	margin: 0;
}
footer .links a {
	display: block;
	margin-bottom: 3px;
	color: #9d9d9d;
	font-size: 13px;
}
footer .links a:hover {
	color: #d2d2d2;
}
footer .footer-social a {
	margin-right: 10px;
}
footer .footer-social i {
	width: 32px;
	height: 32px;
	font-size: 19px;
	padding-top: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	color: #fff;
}
footer .footer-social i:hover {
	background: #fff;
	color: #2b3c61;
}

.policy{color:#9b9b9b !important;}
.policy:hover{color:#fff !important;}

.enquery-form {
	padding-top: 15px;
}
.enquery-form .form-group .control-label {
	text-align: left!important
}

#cssmenu > ul {
	float: right
}

#cssmenu > ul > li.has-sub.active > a::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}

nav {
	width: 100%;
}
.acc_content > p {
	margin-bottom: 10px;
	padding: 0;
	font-size: 14px !important;
	line-height: 23px;
}

/************-about  section *******************/
.logo {
    width: 90% !important;
    display: block;
}
.logo img {
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.fix-header {
	background: #249547;
	background: rgba(185,22,23,0.9);
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 4px 2px 0px rgba(50, 50, 50, 0.5);
}
.fix-header #cssmenu {
	margin-top: 0px;
}
.fix-header .social-media i {
	width: 25px;
	height: 25px;
	font-size: 14px;
	transition: all ease-in-out 0.3s;
}
.fix-header .logo img {
	height: 80px;
	transition: all ease-in-out 0.3s;
}
.acc_content ul li {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 24px;
	list-style: none;
	padding-left: 20px;
	background: url(../img/bullet1.jpg) no-repeat left top 7px;
	display: block;
	margin-bottom: 10px;
}
.acc_content ul li ol {
	padding: 0
}

.contractual{ margin-top:20px;}
.contractual h4 {
	color: #4e4e4e;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
}
.contractual ul li {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	background: url(../img/bullet1.jpg) no-repeat left top 5px;
	margin: 5px 0
}
.bhadra-contact {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	margin-bottom: 10px;
}
.faq-heading {
	color: #1a3b66;
	font-size: 15px;
	line-height: normal;
	font-weight: normal !important
}
.vendor-form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}
.vendor-form input {
	height: 32px !important;
	font-size: 13px !important;
	margin-top: 5px;
	border: 1px solid #dedede;
	border-radius: 0px;
	background: none;
	color: #7a7a7a;
	font-weight: 100;
	padding: 0 10px;
}
.vendor-form {
	font-size: 14px !important;
	font-weight: 300
}
.vendor-form input.upload {
	height: auto !important;
	border-radius: 5px!important;
	padding: 0px !important;
	width:100% !important; 
	border: 1px solid #ccc !important;
}
.vendor-form textarea {
	height: 85px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #dedede;
	background: none;
	color: #7a7a7a;
	font-weight: 100;
}
.vendor-form .form-horizontal .control-label {
	text-align: left !important
}
.filestyle {
	background: red none repeat scroll 0 0;
	border: medium none !important;
}
input.upload1 {
	height: auto !important;
	border-radius: 5px!important;
	padding: 7px 5px 8px 5px !important;
	border: 1px solid #ccc !important;
}
input.filestyle.upload1 {
	width: 90%!important;
}
/*.vendor-form .form-group{ border-top:1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding:5px 0}*/
.vendor-form .control-label {
	font-weight: normal;
	color: #7a7a7a
}
.vendor-form .checkbox-inline input {
	font-weight: normal;
	color: #7a7a7a !important;
	height: auto !important
}
.vendor-form .radio-inline input {
	font-weight: normal;
	color: #7a7a7a !important;
	height: auto !important
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	color: #7a7a7a
}
.vendor-form .form-control {
	border: 1px solid #dedede!important;
	box-shadow: none !important;
	border-radius: 5px;
	padding-left:15px !important
}


.form-control:focus {
    
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
}

p.form-title {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	font-weight: 400;
	background: #2b3c61;
	padding: 5px 12px;
	margin: 12px 0 !important
}

.btn-submit {
	width: 100%;
    border: 0px;
    font-size: 16px;
    border-radius: 2px;
    padding: 9px;
    text-align: center;
    background: #fcd708;
    color: #000;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.btn-submit:hover {
	background: #249547;
	color: #fff;
	/*border: 1px solid #2b3c61;*/
}
.project-img {
	padding: 10px;
	border: 1px solid #ccc;
	float: right;
	max-width: 100%;
}
.project-details {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 0;
	border-top: none;
}
.project-details.no-border {
	border-bottom: 0px
}
.project-details h4 {
	font-size: 16px;
	color: #2B3C61;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
	margin: 0
}
.project-details p {
	font-size: 14px;
	color: #7a7a7a;
}
p.title-text {
	font-size: 16px;
	margin-bottom: 0px;
	color: #2B3C61
}
p.title-text img {
	display: none
}
.outdoor-list ul li {
	list-style: none;
	padding: 2px 0 2px 15px; /*background:url(../img/bullet.jpg) no-repeat left center;*/
	color: #6c6c6c;
	font-size: 13px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: url(../img/bullet1.jpg) no-repeat left center;
}
.outdoor-list-space{margin-top:14px;}
.outdoor-list-new ul li {
	list-style: none;
	padding: 2px 0 2px 20px; /*background:url(../img/bullet.jpg) no-repeat left center;*/
	color: #6c6c6c;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: url(../img/bullet-grey.png) no-repeat left center;
}


.indoor-list ul li {
	list-style: none;
	padding: 2px 0 2px 20px; /*background:url(../img/bullet.jpg) no-repeat left center;*/
	color: #6c6c6c;
	font-size: 13px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: url(../img/bullet1.jpg) no-repeat left center;
}
/*.outdoor-list ul li::before,.indoor-list ul li::before {
    color: #566482;
    content: "\f0da";
    font: 16px/1 FontAwesome;
    margin-right: 10px;
}*/

.services h3 {
	color: #1a3b66;
	font-weight: 400;
	border-bottom: 1px dashed #8c8c8c;
	line-height: n normal;
	font-size: 25px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.services img {
	display: block;
	margin: 0 auto;
	width: auto;
}
.list-n-icon p {
	color: #7a7a7a;
	font-size: 15px;
	line-height: 24px;
	text-align: center
}
.services > .list-n-icon {
	margin-bottom: 30px;
	float: left;
}
.proximity .outdoor-list {
	margin: 5px 0
}
.project-short-menu {
	background: rgba(0, 0, 0, 0) url("../img/short-menu.jpg") no-repeat scroll left top / cover;
	border-radius: 5px;
	padding: 30px 25px;
	margin-top: 30px;
	border: 0;
}
.project-short-menu ul li {
	list-style: none;
	padding: 2px 0
}
.project-short-menu ul li a {
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 0;
	font-size: 14px;
	color: #1a3b66;
	display: block;
	transition: all 0.5s ease-in-out;
}
.project-short-menu ul li a i{
    min-width: 35px;
    display: inline-block;
    vertical-align: top;
}
.project-short-menu ul li a img {
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.project-short-menu ul li a:hover img {
	margin-right: 20px;
}
.location-map img {
	max-width: 100%;
	width: 100%
}
.fp-gallery img {
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box
}
.fp-gallery a {
	color: #7a7a7a;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	margin: 5px 0
}
.fp-gallery a P {
	padding: 8px 0 0 0 !important;
	margin: 0;
}
.fp-gallery a span {
	font-size: 14px;
}
.fp-gal-item {
	margin-bottom: 20px;
}
.specification {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px;
	border: 0;
	-moz-box-shadow: inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow: inset 0 0 10px #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}
.specification img {
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}
.specification p {
	text-align: center;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	color: #1a3b66
}
.specification ul li {
	list-style: none;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
	color: #7a7a7a
}
.download-e-brochure {
	margin-top: 50px;
	border-bottom: 0;
	webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
}
.download-e-brochure a img {
	margin-right: 10px;
}
.loan-approved-by {
	margin-top: 50px;
}
.loan-approved-by .bank-logo {
	padding: 0
}
.loan-approved-by .bank-logo img {
	padding: 15px;
	border: 1px solid #ccc;
	display: inline-block;
	float: left;
	margin: 0 15px 15px 0;
	width: 20%
}
.porject-gallery .gal-items {
	margin-bottom: 30px;
}
.porject-gallery .gal-items img {
	padding: 10px;
	border: 1px solid #ccc
}
.gal-full-width {
	width: 100% !important;
}
.gal-items1 {
	width: 31%;
	margin-bottom: 30px;
	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;
	-webkit-transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	padding-left: 0px !important;
	padding: 0;
	margin-right: 15px;
	z-index: 9;
}
.gal-items2 {
	padding: 13px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	overflow: hidden
}
.gal-items1 .overlay-text {
	position: absolute;
	width: 100%;
	top: 5%;
	right: 26px;
	z-index: 99;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	display: none !important;
}
.gal-items1 .overlay-text img {
	width: auto;
	border: 0 !important;
	padding: 0;
	margin: 0;
	float: right
}
.gal-items1:hover .overlay-text {
	opacity: 0;
	border: 0 !important;
}
.gal-items1 img {
	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;
	-webkit-transition: all 0.5s ease-in-out;
	overflow: hidden;
	width: 100%
}
.gal-items1 a {
	text-align: center;
	display: block;
	line-height: 35px;
	font-size: 16px;
	font-weight: normal !important
}
.gal-items1:hover img {
	/*transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);	*/
	-webkit-filter: sepia(1);
	filter: sepia(1);
	-moz-filter: sepia(1);
	-ms-filter: sepia(1);
	-o-filter: sepia(1);
}

#hide-n-show-menu {
	display: block;
	background: url(../img/menu-tg.png) no-repeat 49% 2px #1a3b66;
	cursor: pointer;
	text-align: left;
	height:42px;
	box-sizing: border-box;
}

.rght-border {
	border-right: 1px solid #e9e9e9;
	padding-right: 20px;
}
.small-text1 {
	font-size: 12px!important;
	font-weight: normal!important;
	padding: 5px 0 0 0!important;
	line-height: normal!important;
	background: none !important
}

#loaderIcon{position:absolute; right:135px; bottom:42px;}
#loaderIcon img{ width:67.5% !important}
#loaderIcon_side{position:absolute; right:98px; bottom:24px;}
#loaderIcon_side img{ width:67.5% !important}



.enquery-form2 {
	padding-top: 0px;
	position:relative;
	
}
.enquery-form2 input {
	font-size: 15px !important;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: none;
	color: #000;
	padding-left: 45px;
	font-weight: 100;
	border-radius: 5px !important
}
.enquery-form2 input span{	
	color: #F00000;	
}
.enquery-form2 textarea {
	height: 140px;
	margin-top: 5px;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: none;
	color: #000;
	padding-left: 45px;
	font-weight: 100;
	border-radius: 5px !important
}
.enquery-form2 .control-label {
	text-align: left !important;
	font-weight: normal !important
}
.enquery-form2 .form-group {
	margin-bottom: 10px !important
}
.enquery-form2 input:focus {
	background: none !important;
	padding-left: 5px;
}
.enquery-form2 textarea:focus {
	background: none !important;
	padding-left: 5px;
}
.query-form {
	padding: 6px 3px 6px 16px;
	background-color: #fff;
	position: fixed;
	z-index: 99999999;
	top: 22.6%;
	right: -260px;
	width: 100%;
	max-width: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 6px -1px #ADA3A3;
	-webkit-box-shadow: inset 0px 0px 6px -1px #ADA3A3;
	-moz-box-shadow: inset 0px 0px 6px -1px #ADA3A3;
	-o-box-shadow: inset 0px 0px 6px -1px #ADA3A3;
}
.req {
	right: 0;
	position: fixed;
	top: 100%;
	z-index: 9999;
	cursor: pointer
}
.brand1{ padding:10px; }
.brand1 img{border:1px solid #eee}
.row.vendor-form {
	padding: 15px !important;
}
input.input12 {
	background: url(../img/input12.png) top 3px left 8px no-repeat !important;
}
input.input13 {
	background: url(../img/input13.png) top 13px left 8px no-repeat !important;
}
input.input14 {
	background: url(../img/input14.png) top 5px left 8px no-repeat !important;
}
textarea.input15 {
	background: url(../img/input15.png) top 3px left 8px no-repeat !important;
}
input.input22 {
	background: url(../img/input22.png) top 5px left 8px no-repeat !important;
	background-size: 22px 22px !important;
}
input.input23 {
	background: url(../img/input23.png) top 11px left 8px no-repeat !important;
	background-size: 22px 15px !important;
}
input.input24 {
	background: url(../img/input24.png) top 4px left 11px no-repeat !important;
	background-size: 16px 24px !important;
}
textarea.input25 {
	background: url(../img/input25.png) top 8px left 8px no-repeat !important;
	background-size: 24px 20px !important;
}
input.input26 {
	background: url(../img/prop.png) top 4px left 11px no-repeat !important;
	background-size: 16px 24px !important;
}
.query-form h5 {
	font-size: 20px;
	color: #1a3b66;
	font-weight: 300;
	line-height: normal;
	padding: 0;
	margin: 0
}
.query-form .form-group {
	margin-bottom: 5px
}
.query-form input {
	height: 34px !important;
	font-size: 13px !important;
	margin-top: 5px;
	font-weight: 100 !important;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: none;
	color: #000000;
	padding-left: 40px;
}

.query-form select{color: <div id="000"></div> !important; }

.query-form textarea {
	height: 60px;
	margin-top: 5px;
	font-weight: 100 !important;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: none;
	color: #000;
	padding-left: 40px;
}
.query-form input:focus {
	background: none !important;
	padding-left: 5px;
}
.query-form textarea:focus {
	background: none !important;
	padding-left: 5px;
}
body textarea {
	font-size: 13px !important;
}
.query-form .form-group .control-label {
	color: #fff;
	font-weight: normal !important
}
.sub {
	margin-top: 5px;
}
#close {
	color: #1a3b66;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0;
	margin-left: -66px;
	margin-top: -15px;
}
#aero3 {
	background: url(../img/resize-off.png) no-repeat 0 0;
	width: 26px;
	height: 24px;
	cursor: pointer;
	float: right;
	background-size: 26px 24px;
}
.ishu {
	background: url(../img/resize-on.png) no-repeat 0 0 !important;
	background-size: 26px 24px !important;
}
.footer-text1 {
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.social-outer {
	margin: 0 auto;
	width: 250px
}
.footer-social11 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}
.unique-list {
	color: #fff !important
}
.quick-links {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 7px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	background: url(../img/top-nav.jpg) no-repeat right center;
	font-size: 14px;
}
.quick-links:hover {
	color: #d8d9da;
}
.quick-links:hover i {
	background: none!important;
	color: #d8d9da;
}
.quick-links i {
	width: 20px!important;
	height: 20px!important;
	font-size: 14px !important;
	border: 0 !important;
	padding: 2px !important;
}
.quick-links i:hover {
	background: none!important
}
.quick-links img {
	display: none
}
.no-top-mar {
	margin-top: 0 !important
}
.devider {
	border-bottom: 1px solid #9d9d9d;
	padding-bottom: 5px;
}
.no-padding-left {
	padding-left: 0 !important
}
.full-width-img {
	width: 100%
}
.vision-and-mission {
	width: 100%;
	border: 1px solid #CFD2D7;
	margin-bottom: 15px;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #F5F6F7
}
.vision-and-mission p {
	margin: 0
}
.vision-and-mission span {
	display: block;
	font-weight: bold;
	color: #2B3C61
}
.specification-rght {
	padding-right: 10px;
}
.specification-left {
	padding-left: 10px;
}
.hi-text {
	font-weight: 500
}
.auto-height {
	min-height: inherit !important;
	padding: 25px 0 5px 0 !important
}
.snd-heading {
	margin-top: 15px !important;
}
.snd-heading1 {
	color: #6c6c6c;
	font-size: 20px;
	margin-bottom: 0px !important;
}
.contact-us-ft {
	color: #fff !important;
	font-size: 17px!important;
	line-height: 23px;
	padding: 0;
	margin: 0;
}
.higlight-link {
	background: #249547!important;
	color: #fff !important;
	text-align: center
}
#new-menu {
	display: none !important;
	padding-top: 0px !important;
	margin-left: 10px;
	margin-top:-10px;
}
#new-menu li a {
	border: none !important;
	padding:7px 0 0 18px !important;
	position: relative;
    margin: 0 !important;
}
#new-menu li:last-child a {
	border-bottom: 1px solid #324e66!important;
	padding-bottom: 10px !important;
}
#new-menu li a:before {
	color: #fff;
	content: "\00af";
	font: 12px/1 FontAwesome;
	margin-right: 10px;
	top: 17px;
	left: 5px;
	position: absolute
}
.acc_content {
	font-size: 15px !important;
}
.acc_content ul li {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.form-group {
	margin-bottom: 9px !important
}
.vendor-form > h2.para-heading {
	margin-top: 50px !important;
}
.right-padding1 {
	padding-left: 15px;
}
.portfoliyo-text {
	text-align: center;
	display: block
}
.sam1 {
	position: fixed;
	top: 0;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 310px;
	height: 271px;
	z-index: 99999;
	box-sizing: border-box;
	padding: 25px;
	background: #fff;
	display: none
}
.overlay_sam {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none
}
.sam1 h2 {
	padding: 0 !important;
	margin: 0 !important;
}
.close_bt {
	position: absolute;
	top: -25px;
	right: -9px;
	cursor: pointer;
}


.application-form{ display:block; box-sizing:border-box; padding:10px; border:1px solid #eee;}
.current-opening{ width:100%; position:relative; float:left}
.current-opening .jd_carrer {
    background: #7C7C7C;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 5px 7px;
}
.current-opening .apply_now_carrer {
    background: #1a3b66;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    padding: 5px 7px;
}
.current-opening tr td{ padding:10px 6px !important;  font-size: 13px; color:#171717; font-weight:600}
.opening-head th{ background:#ccc; color:#000; text-transform:uppercase; font-size:14px; padding:6px !important;font-weight: 400;}
.current-opening tr.no-border{ border-bottom:none}
.current-opening tr {border-bottom:1px dashed #ccc;}
.mob-img{display:none}
.ishu_contact{ min-height:220px;}


.first-box{ background:#eee; padding:15px; margin-bottom:15px;}
.second-box{background:#eee; padding:15px;}

.first-box li, .second-box li{ background:none!important; padding-left:0px!important}
.ui-slider .ui-slider-handle{ z-index:9 !important}
.wizard > .actions > ul{text-align: center !important; width:250px; margin:0 auto; display:block !important}
.wizard > .actions > ul li{ }
.error{ margin-left:0 !important}
.no-padding-lr{ padding-left:0; padding-right:0}
.con2{ display:none !important}

.mandatory{font-size:12px; color:#7a7a7a; float:right; margin-top:5px;}
.mandatory span{color:red;}
.red{color:red;}

#menu-button{position: fixed; right: 15px; top: 10px !important; background: url(../img/menu1.jpg) top left no-repeat; z-index:99999; width:58px; height:61px; cursor:pointer; display:none}


.samresh{/*padding-left:250px; */ box-sizing:border-box;        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
   body{ overflow-x:hidden;}
   
   
   .sam1{    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
	
	.wrapper{    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
	.mobile_menu{ overflow-y:scroll;}
	
	.mobile_menu ul{ padding:15px 0px; background:#fff; position:static !important}
	.mobile_menu ul li{ width:100%; padding:0; margin:0px;}
	.mobile_menu ul li a{ padding:5px 0 5px 10px; display:block; border-bottom:1px solid #ddd; font-weight:400}
	.mobile_menu ul li ul li a{ font-weight:100}
	.mobile_menu ul li a:hover{ background:#2b3c61; color:#fff}
	.mobile_menu ul li a.higlight-link{ background:red}
	.mobile_menu ul li ul{display:none; padding:5px 0 5px 0px; font-size:12px;}  
	.mobile_menu ul li li a:last-child(){ border-bottom: none}
	.mobile_menu ul li li.bg > a{ font-size:13px;}
	.footer-sc-scroll{width: 100%;height: 100%;  position:relative;  }
	.footer-sc-link{width: 25px;height: 25px; bottom: 5px; right: 15px; position:absolute; z-index:9999999999; }
	.con2{ display:none !important}
	.view-more-projct{display: block; width: 198px;  color: #2b3c61;  background: rgba(255,255,255,0.6);   position: absolute;   bottom: 100px;   left: 0;   right: 0;   margin: 0 auto;   text-align: center;
	padding: 7px; transition: all 0.2s ease-in-out;   font-weight: 400; font-size:16px;
	text-transform: uppercase;}
	.view-more-projct:hover{ background: rgba(255,255,255,1); color:#2b3c61}
	
	.career-right-side{ float:right}
    .empty-div {}
	
	.with-price{ padding: 10px 2px !important; width:30%;border-right: 1px solid #ddd;}
	
	.with-price:first-child{ width:20%}
	.with-price:last-child{border-right:none}
	.with-price:nth-child(2){width:20%}
	
	.with-price h6{ font-size:12px;}
	

@media only screen and (min-width : 992px) {
.inner-page > .margin-bottom-0.margin-top-30 img {
	width: 100%;
}
.menu-toggle {
	display: none;
}
.side-nav {
	display: block !important;
}
}



.form-control::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}


.center {
	text-align: center;
}

.lg-download{ display:none !important}

.hidden-links{font-family: 'Open Sans', sans-serif; font-size: 14px; color: #6c6c6c; line-height: 23px; font-weight: 300;}
.hidden-links:hover{color: #6c6c6c;}


@media only screen and (min-width : 768px)
{
	
.footer320 .col-xs-6:first-child {
    width: 22%;
}
.footer320 .col-xs-6:nth-child(2){
    width: 30%;
}
.footer320 .col-xs-6:nth-child(3){
    width: 22%;
}

}
