/** 
author : company name: JM Techmind India Pvt. Ltd.;
*/
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  overflow-x:hidden;
}
body, html, ul, li, a {
  padding: 0px;
  margin: 0px;
}

ul, li {
  list-style-type: none;
}

header, nav, main, footer {
  display: block;
}

textarea {
  resize: none;
  width: 100%;
  max-width: 100%;
}

@font-face {
  font-family: myFont;
  src: url(../font/OpenSans-Regular.ttf);
}
body {
  font-family: myFont, sans-serif !important;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
}

input[type=text]::-ms-clear,
textarea::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
}

button {
  border: none;
}

/* 
==================
navbar fix
==================
*/
body {
  position: relative;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  box-shadow: 0px 1px 3px #999;
}

/*
======================
custom scroll bar
======================
*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #FCFCFC;
}

::-webkit-scrollbar-thumb {
  background-color: #1b273d;
  -webkit-border-radius: 0px;
}

/* ********************* 
all variables
********************* */
/*
====================
capitalize tags
====================
*/
h1, h2, h3, h4, h5, h6, button, footer a {
  text-transform: capitalize;
}

/* 
==================
padding related
==================
*/
.pdl {
  padding-left: 0px;
}

.pdr {
  padding-right: 0px;
}

/*
===================
top bar
===================
*/
.top-bar {
  background: linear-gradient(to right, #1b273d 0%, #003399 100%);
  color: #ffffff;
  padding: 8px 0px;
  font-size: 12px;
}
.top-bar .mail > a {
  color: #ffffff;
}
.top-bar .social-icons, .top-bar .contact-info {
  margin-right: 0px;
}
.top-bar .social-icons a, .top-bar .contact-info a {
  margin-right: 14px;
}
.top-bar .social-icons a .fa, .top-bar .contact-info a .fa {
  color: #999999;
}
.top-bar .social-icons a:hover .fa, .top-bar .contact-info a:hover .fa {
  color: #53b7b7;
}
.top-bar .social-icons a:last-child, .top-bar .contact-info a:last-child {
  margin-right: 0px;
}
.top-bar .contact-info .fa {
  color: #53b7b7;
}
.top-bar .mail {
  margin-left: 6px;
}

/* 
======================
menu bar or nav bar
======================
*/
/*  logo  */
.navbar {
  border: 0px;
  border-radius: 0px;
  margin-bottom: 10px;
  /* background-color: #f2f2f2; 
  background: linear-gradient(to right, #1b273d 0%, #003399 100%);*/
  background: linear-gradient(to right, #0941a8 0%, #2c9b16 100%);
  padding-bottom: 10px;
  padding-top: 10px;
  height:90px;
}
.navbar > .container .navbar-brand {
  margin-left: 0px;
  padding: 0px;
  width: 212px;
}
.navbar > .container .navbar-brand > img {
  width: 100%;
}

.navbar-default .navbar-nav > li > a {
  /* color: #000000; */
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus:hover {
  color: #fff;
}
.navbar-nav > li>a:hover {
    font-weight:bold;
}
.navbar-default .navbar-nav > li > a:focus {
  outline: none;
  color: #ffffff;
}

.active-menu > a {
  color: #fff !important;
}

/* 
============
slider
============
*/
.carousel-control.right, .carousel-control.left {
  background: none;
}

.carousel-control .glyphicon-chevron-right {

  color: #000;
}

#myCarousel .item h1 {
  font-size: 26px;
}

/* 
===================
our group offering
===================
*/
.weOffering h1 {
  margin-top: 0px;
  font-size: 26px;
}

/*
================
page heading
================
*/
h1.pageHeading {
  text-transform: capitalize;
  font-size: 32px;
  text-align: center;
  padding: 6px 20px;
  margin-bottom: 34px;
  border-radius: 6px;
  color: #09096e;
font-weight: bold;
}

h1.pageHeading.customWidth {
  /* width : 300px */
}

h1.pageHeading.customWidth.width400 {
  /* width: 400px; */
}

/* 
==================
all modals
==================
*/
.modal-dialog {
  margin-top: 80px;
}

/* modal search */
.modal-search .modal-content {
  border-radius: 30px;
}
.modal-search .modal-dialog {
  margin-top: 200px;
}
.modal-search .modal-body {
  padding: 0px;
}
.modal-search .modal-body input[type="text"] {
  width: 100%;
  padding: 10px;
  border: none;
  padding-right: 40px;
  padding-left: 15px;
  border-radius: 30px;
}
.modal-search .modal-body input[type="text"]:focus {
  outline: none;
}
.modal-search .modal-body .search-field {
  position: relative;
}
.modal-search .modal-body .search-field .fa-search {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 26px;
}
.modal-search .modal-body .search-field .fa-search:hover {
  cursor: pointer;
}

/* *************
btn mixin
************** */
/*
====================
engeeniring tools
====================
*/
.enggTool {
  /* -wbkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; */
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  padding: 10px;
}
.enggTool .enggTool-img-holder {
  width: 100%;
  height: 242px;
}
.enggTool .enggTool-img-holder img {
  width: 100%;
  height: 100%;
}
.enggTool .engTool-desc {
  padding: 0px 8px 8px 8px;
  height: 150px;
}
.enggTool .engTool-desc h4 {
  text-align: center;
  padding: 12px 0px;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
}
.enggTool .engTool-desc h4:after, .enggTool .engTool-desc h4:before {
  /* content : "" */
  position: absolute;
  top: 0px;
  border: 21.5px solid #1b273d;
}
.enggTool .engTool-desc h4:after {
  right: 100%;
  border-top: 21.5px solid transparent;
  border-right: 21.5px solid #1b273d;
  border-bottom: 21.5px solid transparent;
  border-left: 21.5px solid transparent;
}
.enggTool .engTool-desc h4:before {
  left: 100%;
  border-top: 21.5px solid transparent;
  border-right: 21.5px solid transparent;
  border-bottom: 21.5px solid transparent;
  border-left: 21.5px solid #1b273d;
}
.enggTool .engTool-desc .readMoreLink {
   padding: 5px 15px;
   font-size: 12px;
  text-transform: capitalize;
  position: absolute;
  bottom: 40px;
  background: #3e3e7e;
  color: white;
}
.enggTool .engTool-desc .readMoreLink:hover, .enggTool .engTool-desc .readMoreLink:active:hover, .enggTool .engTool-desc .readMoreLink:focus:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.enggTool .engTool-desc .readMoreLink:active, .enggTool .engTool-desc .readMoreLink:focus {
  text-decoration: none;
  outline: none;
  color: #000000;
}

/* 
===============
founder note
===============
*/
.founderNote h3 {
  font-family: "Fjalla One", sans-serif;
}

/* 
================
product image
================
*/
.product {
  -wbkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product .prod-img-holder {
  width: 100%;
  height: 242px;
}
.product .prod-img-holder img {
  width: 100%;
  height: 100%;
}
.product .prod-desc {
  padding: 0px 8px 8px 8px;
}
.product .prod-desc h4 {
  text-align: center;
  /* background-color: $yellowColor; */
  padding: 12px 0px;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
}
.product .prod-desc h4:after, .product .prod-desc h4:before {
  position: absolute;
  top: 0px;
  border: 21.5px solid #1b273d;
}
.product .prod-desc h4:after {
  right: 100%;
  border-top: 21.5px solid transparent;
  border-right: 21.5px solid #1b273d;
  border-bottom: 21.5px solid transparent;
  border-left: 21.5px solid transparent;
  
}
.product .prod-desc h4:before {
  left: 100%;
  border-top: 21.5px solid transparent;
  border-right: 21.5px solid transparent;
  border-bottom: 21.5px solid transparent;
  border-left: 21.5px solid #1b273d;
}
.product .prod-desc .readMoreLink {
  border: 1px solid #1b273d;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 10px;
  text-transform: capitalize;
}
.product .prod-desc .readMoreLink:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.product .prod-desc .readMoreLink:active, .product .prod-desc .readMoreLink:focus {
  text-decoration: none;
  outline: none;
  color: #000000;
}
.product .prod-desc button {
  border-radius: 6px;
  box-shadow: 0px 4px 0px #ccc;
  transform: translateY(0px);
  transition: all 0.1s ease-in-out;
}
.product .prod-desc button:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.product .prod-desc button:focus, .product .prod-desc button:active {
  outline: none;
}
.product .prod-desc button:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px #ccc;
}

/* 
======================
read more details
======================
*/
.extraDetailsWrap {
  box-shadow: 0px 5px 5px #ccc;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.extraDetails li {
  padding: 2px 0px;
  border-bottom: 1px solid #ccc;
}

/* 
==============
news section
==============
*/
.newsSection .news {
  border-bottom: 1px dotted #cccccc;
}
.newsSection .news .newsDate {
  float: left;
  width: 12%;
  padding: 6px 4px;
  color: #666666;
  font-size: 13px;
  text-align: center;
}
.newsSection .news .newsDate .fa {
  color: #4d9c86;
}
.newsSection .news .newsDesc {
  float: left;
  margin-left: calc(4px - 1%);
  border-left: 1px dotted #cccccc;
  padding: 6px 10px;
  width: 87%;
}
.newsSection .news:after {
  content: "";
  display: block;
  clear: both;
}

/* 
=======================
about us
vission and mission
=======================
*/
.vsnMsnWrapper {
  border: 1px solid #1b273d;
  padding: 0px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 10px #ccc;
}
.vsnMsnWrapper img {
  border-radius: 6px;
}

.specializeUl li {
  margin-bottom: 4px;
  line-height: 25px;
}

marquee {
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  text-transform: capitalize;
}

/*
=====================
group of companies
=====================
*/
.comp {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.comp h2 {
  text-align: center;
  margin: 12px 0px 16px;
}
.comp .compDesc .compImgWrap {
  width: 100%;
  height: 252px;
}
.comp .compDesc .compImgWrap img {
  width: 100%;
  height: 100%;
}
.comp .compDesc p {
  padding: 15px;
}
.comp .compWebLink a {
  display: block;
  text-align: center;
  background-color: #1b273d;
  color: #ffffff;
  text-transform: capitalize;
	font-weight: bold;
	padding: 15px;
}
.comp .compWebLink a:hover {
  color: #f1f1f1;
  text-decoration: underline;
}

.taglines ul li span {
  display: inline-block;
  font-size: 16px;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* 
===============
what we do
===============
*/
.allServices li {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.certificates img, .certificates p {
  width: 80%;
}

/* 
=================
client
=================
*/
.trustLogo {
  width: 100px;
  margin-left: 10px;
  margin-bottom: 20px;
}
.trustLogo img {
  width: 100%;
}

.clientLogo {
  width: 100%;
  height: 200px;
  border: 1px solid #e2e2e2;
  padding: 8px;
  margin-bottom: 20px;
}
.clientLogo img {
  width: 100%;
  height: 100%;
}

/* 
================
testimonial
================
*/
.testiCarousel {
  margin-bottom: 20px;
}
.testiCarousel .carousel-control.left, .testiCarousel .carousel-control.right {
  background: #ffffff;
}
.testiCarousel .glyphicon.glyphicon-chevron-right, .testiCarousel .glyphicon.glyphicon-chevron-left {
  color: #000000;
}
.testiCarousel .testimonial {
  width: 600px;
  margin: 0 auto;
}
.testiCarousel .carousel-control {
  opacity: 1;
}

/*
================
carrer form
================
*/
.opening {
  padding: 8px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.opening h4 span {
  color: #666666;
}
.opening .apply {
  text-align: center;
  margin-top: 10px;
}
.opening .apply button {
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #ccc;
  transform: translateY(0px);
  transition: all 0.1s ease-in-out;
}
.opening .apply button:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.opening .apply button:focus, .opening .apply button:active {
  outline: none;
}
.opening .apply button:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px #ccc;
}
.opening .criteria ul {
  padding-left: 40px;
  list-style-type: disc;
}
.opening .criteria ul li {
  list-style-type: disc;
}

.careerFormModel .modal-dialog {
  width: 300px;
}
.careerFormModel .careerForm .inputField {
  width: 100%;
  padding: 2px;
  min-height: 34px;
  margin-bottom: 10px;
}
.careerFormModel .careerForm .madField {
  color: red;
}
.careerFormModel .careerForm button {
  min-width: 80px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #ccc;
  transform: translateY(0px);
  transition: all 0.1s ease-in-out;
}
.careerFormModel .careerForm button:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.careerFormModel .careerForm button:focus, .careerFormModel .careerForm button:active {
  outline: none;
}
.careerFormModel .careerForm button:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px #ccc;
}
.careerFormModel .careerForm button:last-child {
  margin-right: 0px;
}

/*
================
contact us
================
*/
.enquiryForm {
  padding: 20px 8px;
  border: 6px solid #cccccc;
}
.enquiryForm .form-element {
  margin-bottom: 10px;
}
.enquiryForm .form-element .madField {
  color: red;
}
.enquiryForm .form-element .input-filed {
  width: 100%;
  padding: 2px 4px;
}
.enquiryForm .btnSendEnq {
  min-width: 100px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #ccc;
  transform: translateY(0px);
  transition: all 0.1s ease-in-out;
}
.enquiryForm .btnSendEnq:hover {
  background-color: #1b273d;
  color: #ffffff;
}
.enquiryForm .btnSendEnq:focus, .enquiryForm .btnSendEnq:active {
  outline: none;
}
.enquiryForm .btnSendEnq:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 0px #ccc;
}

ul.socialIcons > li {
  margin-right: 10px;
  float: left;
}
ul.socialIcons > li span {
  display: block;
  width: 40px;
  height: 40px;
}
ul.socialIcons > li .tw {
  background-image: url(../img/icon/tw.png);
  background-size: 100%;
}
ul.socialIcons > li .fb {
  background-image: url(../img/icon/fb.png);
  background-size: 100%;
}
ul.socialIcons > li .linked {
  background-image: url(../img/icon/linked.png);
  background-size: 100%;
}
ul.socialIcons > li:last-child {
  margin-right: 0px;
}

/* 
============
footer
============
*/
footer {
  background-image: url(../img/footer-bkg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: -234px;
  color: #ffffff;
  margin-top: 10px;
}
footer .footerOverlay {
  padding: 10px 0px;
  background-color: rgba(24, 32, 89, 0.87);
}
footer ul > li > a {
  color: #ffffff;
}
footer ul > li > a:hover, footer ul > li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}
footer .hiddenH4 {
  visibility: hidden;
}

/*
===============
copy right
===============
*/
.copy-right {
  color: #ffffff;
  background-color: #1b273d;
}
.copy-right a {
  color: #ffffff;
}
.copy-right a:hover {
  text-decoration: underline;
}

/*
======================
back to top arrow
======================
*/
#back-to-top {
  display: none;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
}

.up-arrow {
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
}
.up-arrow > .fa {
  background-color: #ffffff;
  color: #1b273d;
}

/*# sourceMappingURL=bajajPowerStyle.css.map */
/*# new style */
.carousel-inner {
    background: #000c;
    color: white;
    text-align: justify;
    line-height: 25px;
}
.navbar {
    margin-bottom: 0px;
}
.enggTool .engTool-desc h4 {
    text-align: left;
    margin-right: 0px;
    margin-left: 0px;
	color: #262677;
}
.new {
    padding: 20px;
    color: white;
    box-sizing: border-box;
    /* border-right: 1px solid white;*/
	border-top: 1px solid white; 
	height: 60px;
}
.new:nth-child(odd) {
    background: #3e3e7e;
}
.new:nth-child(even) {
    background: #101048;
}
.new .fa {
    margin-right: 10px;
}
.new:hover {
    font-size: 18px;
	-webkit-transition: font-size 0.5s; /* Safari */
    transition: font-size 0.2s;
}
.footerOverlay ul li {
    list-style-type: none;
    line-height: 25px;
}
.footerOverlay h4 {
    line-height: 40px;
}
.footerOverlay .foot_logo{
    width: 170px;
    margin-bottom: 15px;
}
.products{
	display: flex;
	align-items: center;
	justify-content: center;
}
#myCarousel .item h1::after {
    content:"_____________";
	text-align:center;
	display:block;
	margin-bottom: 15px;
}
.pageHeading::after {
    content:"";
	text-align:center;
	display:block;
	margin-bottom: 15px;
	margin:0 auto;
	margin-top: -20px;
	/* color: red; */
	background: linear-gradient(to right, #0941a8 0%, #33f20e 100%);;
	width: 150px;
	height: 2px;
	margin-top: 15px;
} 
.carousel-inner img{
	height: 550px;
}
.overview img{
	width: 100%;
	height:400px;
}
.overview p ,.overview ul{
    padding: 0px 15px 0px 15px;
}
.vm {
    background: #b1b2b3;
    color: white;
}
.vm p{
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
}
.vm img{
    height:350px;
	width:100%;
}
.vision,.mission{
	height:350px;
}
.zoom {
    transition: transform .5s; /* Animation */
    margin: 0 auto;
}
.parent{
	overflow:hidden;
}
.zoom:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.certificates .col-md-4{
	padding-left: 6%;
}
.overview strong{
    color: #09096e;
    font-weight: bold;
    font-size: 18px;
}
.founderNote h3{
	color: #09096e;
}
.specializeUl .fa {
    background: linear-gradient(to right, #3b6cc6 0%, #14bf2e 100%);
    font-size: 18px;
    margin-right: 15px;
	color:white;
	width: 20px;
	height: 20px;
}
p{
	text-align:justify;
	line-height:25px;
}
.enggTool .engTool-desc .readMoreLink2 {
    padding: 5px 15px;
    font-size: 12px;
    text-transform: capitalize;
    position: absolute;
    bottom: 40px;
    background: #3e3e7e;
    color: white;
	left: 140px;
}
.manufacturing{
    background: url("../img/gif.gif");
	background-size:cover;
	color:black;
}
.manufacturing .man_facilities,.manufacturing .man_services {
    background: rgba(233, 234, 237, 0.6);
    padding: 5%;
    height: 400px;
}
ul.allServices  li::before {
	 font-family: FontAwesome;
    content: "\f013";
   background: linear-gradient(to right, #3b6cc6 0%, #14bf2e 100%); 
    font-size: 18px;
    margin-right: 15px;
	color:white;
	width: 20px;
	height: 20px;
}
.top15{
	margin-top:15px;
}
.comp img{
	width: 250px;
	height: 70px;
}
.clientLogo{
	overflow: hidden;	
	box-shadow: 10px 0px 10px gray;
}
.clientLogo:hover img{
	transform: rotate(20deg);
	transition: rotate 2s;
}
/*# new style */
/*# testimonial */
	/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
  background: #101039cc;
  padding: 10px;
  width: 100%;
}
#fade-quote-carousel.carousel .carousel-inner .item {
/*  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;*/
}
#fade-quote-carousel.carousel .carousel-inner .active {
/*  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;*/
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e4ddde;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 100px;
}
.profile-circle img {
    width: 150px;
    height: 150px;
    border: 1px solid white;
    border-radius: 50%;
}
 #my_test .carousel-inner{
	 background:transparent;
 }
 #my_test blockquote p{
	 text-align: center !important;
 }
 #my_test blockquote{
	color:white;
	width: 60%;
	margin: 0 auto;
	height: 180px;
}
#my_test{
	background: url("../img/pattern.png");
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
	margin-top: 3%;
	background-color: #32b992b3;
	background-attachment: fixed;
	background-size:cover;
}
#my_test .carousel-indicators .active {
    width: 22px;
    height: 22px;
}
#my_test .carousel-indicators  > li{
	background-color: #cf9d5d;
	border: 1px solid black;
}
/*
================================================
Slider
================================================
*/
.my_carousel .item{
	height:600px;
}
.my_carousel .item img{
	height:600px;
	width:100%;
}
.my_carousel .carousel-control {
    padding-top: 25%;
	background-image:none;
}
.my_carousel .carousel-control img {
	border: 2px solid #7be939;
	border-radius: 50%;
	background: #79aada;
}
.my_carousel .carousel-control.left img {
	margin-left:-180px;
}
.my_carousel .carousel-control.right img {
	margin-right:-180px;
}
.my_carousel {
    width: 85%;
    margin: 0 auto;
    box-shadow: 4px 5px 15px #110606;
	height:650px;
	padding-top: 5%;
}
.my_carousel_outer {
	background:url("../images/slider/bg.jpg");
	background-size: cover;
}
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}
.fa-quote-left {
    color: #e4ece9;
	margin-top: 3%;
}
#fade-quote-carousel .carousel-control .glyphicon-chevron-right {
    color: #fff;
}
.career_bajaj h4 {
    color: #09096e;
    font-weight: bold;
    font-size: 18px;
	line-height: 40px;
}
.career_bajaj_li li{
	width: 33.33%;
	display: inline-block;
}
.career_bajaj_li li::before{
	font-family: FontAwesome;
    content: "\f013";
   background: linear-gradient(to right, #3b6cc6 0%, #14bf2e 100%); 
    font-size: 18px;
    margin-right: 15px;
	color:white;
	width: 20px;
	height: 20px;
}
/*# testimonial */
/*# career */
.opening h4 {
    background: #103069;
    padding: 15px;
    color: white;
    margin: 0px;
}
.opening h5 {
    color: #103069;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px;
}
.opening .apply button {
	padding: 5px 15px;
	font-size: 12px;
	text-transform: capitalize;
	bottom: 40px;
	background: #3e3e7e;
	color: white;
	border-radius:0px;
	border:none;
}
hr {
    border-top: 1px solid #c9c1c1;
	margin-top: 15px;
	margin-bottom: 10px;
}
.pdl25{
	padding-left:25px;
}
.contact_det li {
    line-height: 40px;
}
.contact_det  strong{
	color: #09096e;
    font-weight: bold;
    font-size: 18px;
}
.contact_det .fa {
    color: #09096e;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid gray;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	padding: 5px;
}
.contact_det form .fa{
	border: 0px solid gray;
	color:#1b273d;
}
.navbar-nav > li.active-menu{
    border: 2px solid #2fbfd7;
	box-sizing:border-box;
}
.slider-overlay{
    position: absolute;
	top: 10%;
	left: 30%;
	background: rgba(21, 40, 56, 0.7);
	border: 5px solid #fffc;
	padding: 3%;
}
/*# career */
footer .footerOverlay {
    padding: 10px 0px;
    background-color: rgba(10, 16, 56, 0.9);
}
/* new 15-05-18*/
.founderNote + p{
	padding-left:15px;
	padding-right:15px;
}
.newsSection{
	border:4px double #c9c9c9;
	margin-right:15px;
	margin-left:0px;
}
.newsSection.demo1{
	margin-left:15px;
	margin-right:0px;
}
.compDesc p{
	height:150px;
	overflow-y:auto;
}
.modal{
	z-index:10000;
}
.criteria{
	height:250px;
	overflow-y:auto;
}
.isidedp {
    display: inline-block;
    word-break: break-all;
    width: 86%;
	vertical-align: top;
}
.contact_det .fa {
    vertical-align: top;
    margin-right: 5px;
}
.modal-dialog{
	margin-top: 8%;
}
/* new 15-05-18*/
