@charset "utf-8";
@font-face {
	font-family: "OpenSans Semibold";
	src: url(../fonts/OpenSans-Semibold.ttf);
}
@font-face {
	font-family: "OpenSans Regular";
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: "OpenSans Bold";
	src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
	font-family: "OpenSans Light";
	src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
	font-family: ionicons;
	src: url(../fonts/ionicons.ttf);
}
@font-face {
	font-family: "Playball";
	src: url(../fonts/Playball.ttf);
}
body {
	margin: 0px;
	padding: 0px;
	top: 0;
	font-family: "OpenSans Regular" !important;
}
img {
	border: 0;
	max-width: 100%;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cleared {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.reset-box {
	overflow: hidden;
	display: table;
}
div {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	outline: none;
}
p, td {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*common style sheet end here*/

.main_con {
	position: relative;
	max-width: 1170px;
	padding: 0px 20px;
	margin: 0 auto;
	background: #fff;
}
/*===================================  index stylesheet portion here ==================================*/
.social_left i {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
	padding: 8px 0;

}
.top_body {
    border-bottom: none;
    background: #0067ce;
}
.social_content {
    text-align: right;
    padding-top: 5px;
    /* border-right: 1px solid #d7d7d7; */
    padding-bottom: 5px;
    font-size: 14px;
}
.social_content a {
    color: #fff;
	    font-size: 13px;

}

.battery_banner .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    top: 24%;
    width: 100%;
}
.battery_banner .carousel-caption h1 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-shadow: none;
    line-height: 43px;
}

.battery_banner .carousel-caption p {
    position: relative;
    font-size: 17px;
    left: 281px;
    text-align: left;
	color: #003e7b;
	    text-shadow: none;

}
.battery_banner .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FFF;
	border: 1px solid #FFF;
}

.battery_banner .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0067ce;
    border: 1px solid #0067ce;
    border-radius: 10px;
}


.expert_main {
	padding:50px 0 30px 0;
}

.expert_left {
	
}


.column {
	margin: 15px 0 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}





/* Circle */
.hover15 figure {
    position: relative;
    height: 110px;
    margin-bottom: 15px;
    width: 100%;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


#quote-carousel 
{
  padding: 0 0 0 0;
  margin-top: 16px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -41px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    display: block;
}

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
    width: 150px;
    height: 102px;
}

.item blockquote p:before {
    content: "";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    font-size: 21px;
}

/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 0;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


.battery-heading-center h3 {
    text-align: center;
    font-weight: 700;
}

.battery-heading-center h3:after {
    content: '';
    position: absolute;
    top: 61px;
    left: 49%;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
    text-align: center;
}


.expert_main p {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.expert_main .carousel {
    position: relative;
    text-align: center;
	    padding-top: 15px;

}

.expert_main strong {
    font-size: 16px;
}

.expert_main span {
    font-size: 12px;
    text-transform: uppercase;
    color: #f54128;
    font-weight: 600;
    line-height: 27px;
}

.expert_main .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
}

.expert_main .carousel-indicators {
    bottom: -31px;
}

.expert_main #quote-carousel .carousel-indicators .active {
    background: #0d7eef;
	border: #0d7eef;
}

.expert_main #quote-carousel .carousel-indicators li {
    background: #000;
	border: #000;
}


.battery-heading-left h3 {
    text-align: left;
    font-weight: 700;
	    text-transform: uppercase;

}

.battery-heading-left h3:after {
    content: '';
    position: absolute;
    top: 61px;
    left: 17px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.battery-heading-left p {
    font-size: 13px;
    text-align: justify;
    padding-top: 21px;
    line-height: 20px;
}

.aim_main {
	background:#fafafa;
	padding:30px 0;
}

.battery-heading-left ul {
	padding-top:25px;
}

.battery-heading-left ul li {
    margin-bottom: 23px;
    font-size: 13px;
    font-weight: 600;
}

.battery-heading-left li img {
    float: left;
    margin-right: 15px;
    /* height: 100px; */
    width: 14px;
    height: 14px;
}

.battery-heading-left span {
    padding-left: 28px;
}

.battery-heading-left a {
    background: #0654a1;
    color: #fff;
    padding: 6px 22px;
    line-height: 70px;
     border: 1px solid #0654a1;
    text-shadow: none;
}

.battery-heading-left a:hover {
    color: #000e2a;
    background: #fff;
    border: 1px solid #0b1c3a;
    transition: 0.5s;
    text-decoration: none;
}






.battery_heading_center h3 {
    text-align: center;
    font-weight: 700;
	    text-transform: uppercase;

}

.battery_heading_center h3:after {
    content: '';
    position: absolute;
    /* margin-top: 30px; */
    left: 0;
    right: 0;
    background: #0e83f9;
    width: 40px;
    height: 3px;
    margin: 38px auto;
}

.assurance_main {
	padding:25px 0;
}

.assurance_right h5 {
    font-size: 16px;
    font-weight: 600;
}

.assurance_right p {
    font-size: 13px;
    line-height: 22px;
	    margin-bottom: 26px;

}

.assurance_main .col-md-9 {
	padding:0 0;
}

.assurance_main a {
    background: #00478e;
    color: #fff;
    padding: 5px 0;
    /* line-height: 70px; */
    border: 1px solid #0654a1;
    text-shadow: none;
    margin: 0 0 0 90px;
    display: block;
    width: 33%;
    text-align: center;
}

.assurance_main a:hover {
    color: #000e2a;
    background: #fff;
    border: 1px solid #0b1c3a;
    transition: 0.5s;
    text-decoration: none;
}

.batteryexpert_main {
		background: url(../images/battery.jpg);
		height:300px;
		padding:50px 0;
		    margin-top: 43px;
}


.battery_heading_center p {
    color: #fff;
    padding-top: 30px;
    text-align: justify;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}


.consultant_main {
	padding:30px 0;
}




.consultant_content {
    width: 75%;
    margin: 33px auto;
    background: #f6f6f6;
    text-align: center;
    padding: 35px;
    box-shadow: 0 0 3px 0 #a5a5a5;
}

.consultant_content img {
    width: 47%;
}

.consultant_content h4 {
    font-weight: 600;
    padding-top: 11px;
	    margin-bottom: 6px;

}


.consultant_content span {
    font-weight: 600;
    color: #02228b;
}


.consultant_content p {
    text-align: justify;
    font-size: 13px;
    padding-top: 9px;
    line-height: 21px;
    margin-bottom: 35px;
}
.consultant_content a:hover {
    color: #000e2a;
    background: #fff;
    border: 1px solid #0b1c3a;
    transition: 0.5s;
    text-decoration: none;
}

.consultant_content a {
    background: #00478e;
    color: #fff;
    padding: 8px 10px;
    /* line-height: 20px; */
    border: 1px solid #0654a1;
    text-shadow: none;
    margin: 0 auto;
    display: block;
    width: 37%;
    text-align: center;
}

.vl {
    border-left: 1px solid #e6e6e6;
    height: 217px;
    position: relative;
    left: 377px;
    margin-left: -3px;
    top: -141px;
}

.technology_content h1 {
    font-size: 65px;
    margin: 0 0;
    padding-top: 30px;
    /* text-align: center; */
    font-weight: bold;
    font-family: auto;
}

.technology_content {
    text-align: center;
	    margin-top: 30px;

} 

.one {
	color: #5fa3f7;
}

.technology_content h4  {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
	cursor:pointer;
}

.technology_content h4:hover  {
	    color: #176cec;

}

.technology_content p {
    font-size: 13px;
    color: #6d6d6d;
}

.two {
	color:#4c96f2;
}

.three {
	color:#3387f0;
}

.four {
	color: #2473d5;
}

.five {
	color:#0b70ed;
}

#cssmenu .btn-danger {
    color: #fff;
    background-color: #ed1a26;
    border-color: #ed1a26;
    border-radius: 0;
    padding: 6px 23px;
    font-weight: 600;
}
#cssmenu .btn-danger:hover {
    color: #fff;
    text-decoration:underline;
}

.expertise_main {
	padding:50px 0;
}

.expertise_column {
    width: 14%;
    float: left;
    text-align: center;
    margin-top: 37px;
}

.expertise_column h4 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
	cursor:pointer;
}

.expertise_column h4:hover {
	color:#176cec;
}

.have_idea {
	background: #0b56a1;
	padding:26px 0;
}

.haveidea_content h1 {
	font-size: 30px;
    color: #fff;
    text-transform: uppercase;
	    margin-bottom: 16px;

}
.haveidea_content span {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
}

.haveidea_content p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.get_quote  {
	position: relative;
	
}

.get_quote iframe  {
	 width: 100%;
	 height:550px;
	
}

.get_quote form {
    position: absolute;
    top: 38px;
    left: 105px;
    background: #fff;
    width: 30%;
    /* box-shadow: 0 0 12px #adadad; */
    border: 1px solid #b1b1b1;
}

.get_quote .form-group {
    padding: 0 25px;
}
.get_quote .form-control {
    border-radius: 0;
    color: #929292;
}

.get_quote form h4{
    background: #0d7eef;
    text-align: center;
    padding: 15px 15px;
    color: #fff;
    font-weight: 600;
	    margin: 0 0;
	    margin-bottom: 9px;

}

.get_quote form .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #373737;
    color: #fff;
    border-radius: 0;
    padding: 6px 30px;
}

footer {
    background: #000;
    padding: 10px 0;
	text-align: center;
}

.footer_list li {
	display: inline-block;
}

.footer_list li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    border-right: 3px solid #0067ce;
    padding-left: 5px;
}
.footer_list li a:nth-child(5) {
    border-right: none;
}

footer p {
    text-align: center;
    color: #8c8c8c;
    margin: 00;
    font-size: 13px;
}


.subpage_banner {
    background: url(../images/subpage.jpg);
    height: 200px;
    padding: 30px 0 0 76px;
}

.subpage_banner .breadcrumb {
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 20px;
}

.subpage_banner li a {
    color: #000;
}

.subpage_banner li {
    /* margin-top: 80px; */
    font-size: 16px;
}

.subpage_banner b {
    font-weight: 700;
    color: #0067ce;
}
.subpage_banner .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}

.policy_main {
	padding:30px 0;
}

.policy_content b {
    font-size: 19px;
    font-weight: 700;
}
.summary-heading h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.summary-heading h3:after {
    content: '';
    position: absolute;
    top: 78px;
    left: 15px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.summary_list  {
    margin-top: 31px;
}

.summary_list i {
    font-size: 8px;
    margin-right: 15px;
    color: #015bb5;
}

.summary_list li {
    font-size: 14px;
    margin-bottom: 15px;
}

.summary_list span {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 800;
    margin-right: 3px;
    color: #015bb5;
}

.p_text {
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-right: 3px;
    color: #000000;
}

.endeavors-heading h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
	margin-top: 45px;
    text-transform: uppercase;
}

.endeavors-heading h3:after {
    content: '';
    position: absolute;
    top: 78px;
    left: 15px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}


.industry-heading h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
	margin-top: 45px;
    text-transform: uppercase;
}

.industry-heading h3:after {
    content: '';
    position: absolute;
    top: 78px;
    left: 15px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.policy_content span {
    color: #f00;
}

.industry_main {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.industry-heading p {
    font-size: 13px;
    padding-top: 20px;
    color: #000;
}

.battery_list i {
	font-size: 8px;
    margin-right: 15px;
    color: #015bb5;
}
.battery_list li {
	font-size: 14px;
    margin-bottom: 15px;
}

.philosophy_text {
    font-size: 13px;
    line-height: 22px;
    padding-top: 13px;
}

.philosophy_main {
	padding:50px 0;
}


.quality-heading h3 {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
	margin-top: 45px;
    text-transform: uppercase;
}

.quality-heading h3:after {
    content: '';
    position: absolute;
    top: 78px;
    left: 15px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.quality-heading p {
    padding-top: 20px;
    font-size: 13px;
}

.contact_body iframe {
	width:100%;
	height:400px;
} 

.contact_details {
	padding:35px 0;
	    background: #f7f7f7;

}

.office_details h4 {
    font-size: 21px;
    color: #0067ce;
    font-weight: 600;
}

.office_details b {
    font-size: 16px;
    line-height: 42px;
}


.office_details p {
    font-size: 14px;
	    margin-bottom: 0;

}

.office_details {
    padding: 15px;
}

.consultant_list {
    margin-top: 25px;
}

.consultant_list img {
    width: 50%;
}

.consultant_list h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 18px 0 10px;
}
.consultant_list a {
    display: block;
    text-align: left;
    line-height: 27px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.consultant_list a i {
    margin-right: 5px;
    color: #0760ad;
}

.mailing_list p {
    font-size: 14px;
    font-weight: 600;
    padding-top: 28px;
}

.mailing_list h3 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin-top: 45px;
    /* text-transform: uppercase; */
    font-family: initial;
}


.mailing_list form {
    margin-top: 20px;
}

.mailing_list .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a5a5a5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 23px;
}

.mailing_list .col-md-6 {
	padding:0 10px 0 0;
}
.mailing_list label {
    font-size: 13px;
    color: #636363;
}
.mailing_list .col-md-12 {
    padding: 0 10px 0 0;
}

.mailing_list .btn {
    background: #01559e;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}

.consultant_img img {
    background: #c4fffc;
    border-radius: 10px;
}

.consultant_page {
    background: #f1f1f1;
    padding: 50px 0;
}

.consultant_pagedetails h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.consultant_pagedetails span {
    font-weight: 600;
    color: #0067ce;
    font-size: 16px;
}

.consultant_pagedetails p {
    font-size: 13px;
    padding-top: 15px;
    color: #000;
	    margin-bottom: 15px;

}

.consultant_pagedetails ul {
    margin-top: 15px;
}
.consultant_pagedetails ul li {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 18px;
}
.consultant_pagedetails strong{
    font-size: 16px;
}

.consultant_pagedetails i {
    font-size: 8px;
    margin-right: 15px;
    color: #015bb5;
}


.endeavos-image .hover15 img {
    border: 4px solid #0067ce;
    border-radius: 14px;
}

.expert_column_style {
    border: 1px solid #ccc;
    padding-bottom: 98px;
    margin-top: 22px;
    border-radius: 7px;
}

.technology_main {
    padding: 30px 0;
}

.office_details .col-md-6 {
	padding:0 0;
}


#carousel-example-generic .carousel {
  height: 500px;
  width: 50%;
  max-width: 1000px;
  min-width: 200px;
  padding: 20px;
  margin: 0 auto;
}
#carousel-example-generic .thumbnail {
    margin: 0 auto;
    background: #f7f7f7;
    border: none;
    padding: 18px 0 76px 0;
}
#carousel-example-generic .glyphicon {
  color: #34495e;
}
#carousel-example-generic .btn {
    margin-bottom: 5px;
    margin-right: 5px;
    background: #0067ce;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}
#carousel-example-generic .btn-group {
    display: block;
    margin: 0 auto;

    width: 21%;
    position: relative;
    top: -69px;
}
#carousel-example-generic .carousel {
    position: relative;
    text-align: center;
    padding-top: 15px;
}
.notice_h4{
    color: #0067ce;
    font-weight: 600;
}

.caption h3 {
    color: #055aae;
    font-weight: 700;
    font-size: 22px;
	    margin: 0 0 25px 0;
}
.caption p {
    font-size: 13px;
    margin-bottom: 33px;
    text-align: justify;
    color: #821513;
    font-weight: 700;
    line-height: 26px;
    padding: 0 30px;
}

.principal_h4 {
    color: #3B3B3A;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
}

.btn-default1 {
    color: #022e5a;
    font-weight: 700 !important;
    margin-top: 30px;
    display: block !important;
    margin: 60px auto 0;
    border: 2px solid #2c91f4 !important;
    width: 73%;
    padding: 8px 12px;
    background: #fff;
}

marquee{
    font-weight: 900;
    margin-top: 21px;
	width:100%;
}

.announcement_h4 {
    color: #3B3B3A;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
}
.column .btn-primary {
    background: #0898d5;
    border-color: #0898d5;
    border-radius: 0;
    width: 46%;
    float: left;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    margin-right: 10px;
	    margin-bottom: 30px;

}
.icon_main {
	position:relative;
}
.icon_main h3 {
    position: absolute;
    top: 26px;
    right: 101px;
    font-size: 38px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    font-weight: 900;
}
.icon_main p {
    position: absolute;
    top: 90px;
    right: 62px;
    font-size: 14px;
    color: #fc6347;
    line-height: 15px;
    text-align: center;
    font-weight: 800;
}

.our_projects {
    background: #2a1574;
    margin: 20px 0;
    padding: 30px 0;
}
.realestate_heading h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.realestate_heading h2:after {
content: "";
    position: absolute;
    width: 42px;
    height: 3px;
    background: #fff;
    font-size: 24px;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
}
.car__3 h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
	    color: #fff;

}
.car__3 p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.car__3 a:last-child {
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
}
/*Contact sectiom*/
.content-header {
    /* font-family: 'Oleo Script', cursive; */
    color: #fff;
    font-size: 24px;
}

.section-content{
  text-align: center; 

}
#contact{
  padding-top: 30px;
  width: 100%;
  height: 320px;
  background: url(../images/battery.jpg);
    color : #fff;    
}
#contact .contact-section{
  padding-top: 0;
}
#contact .contact-section .col-md-6{
  width: 50%;
}

#contact.form-line{
  border-right: 1px solid #B29999;
}

#contact .form-group{
  margin-top: 10px;
}
#contact label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
#contact .form-control {
    font-size: 14px;
    color: #080808;
    border-radius: 0;
    height: 45px;
}
#contact textarea.form-control {
    height: 105px;
   /* margin-top: px;*/
}

#contact .submit {
    font-size: 14px;
    float: none;
    width: 115px;
    background-color: #ffff1f;
    color: #000;
    font-weight: 900;
    border: #ffff1f;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}
#contact h1 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.gurunanak_tab .tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.gurunanak_tab .tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 5px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: transparent;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
}

.gurunanak_tab .tab .nav-tabs li.active a{
    color: #092c4f;
    border: 2px solid #f7c305;
}
.gurunanak_tab .tab .nav-tabs li a:before{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.4s ease-in 0.1s;
}
.gurunanak_tab .tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    opacity: 1;
    transform: scale(2);
}
.gurunanak_tab .tab .tab-content {
    padding: 0 0;
    /* background: #cb5245; */
    font-size: 15px;
    /* color: #fff; */
    line-height: 30px;
    letter-spacing: 1px;
    /* border: 2px solid #092c4f; */
    /* border-radius: 25px; */
    /* outline: 5px solid #092c4f; */
    /* outline-offset: 3px; */
}
.gurunanak_tab .tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
   .gurunanak_tab .tab .nav-tabs li {
    width: 33%;
    text-align: center;
    margin-bottom: 15px;
}
    .gurunanak_tab .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before{
        transform: scale(10);
    }
}

.gurunanak_tab {
    margin: 50px 0 70px;
}

.gurunanak_tab .col-md-3 {
	padding:0 0;
	margin-bottom:20px;
}




.car__3 .column {
	margin: 15px 0 0;
	padding: 0;
}
.car__3 .column:last-child {
	padding-bottom: 0;
}
.car__3.column::after {
	content: '';
	clear: both;
	display: block;
}
.car__3 .column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.car__3 .column div:first-child {
	margin-left: 0;
}
.car__3 .column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
.car__3 figure {
	width: 300px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.car__3 figure:hover+span {
	bottom: -36px;
	opacity: 1;
}





/* Circle */
.car__3 .hover15 figure {
    position: relative;
    height: 183px;
    margin-bottom: 15px;
    width: 100%;
}
.car__3 .hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.car__3 .hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.content_body {
    padding: 50px 0;
}

.about_company img {
    border-radius: 5%;
    border: 6px solid #0067ce;
}
.marketing_details h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    color: #3b3b3b;
    margin: 0 0 15px 0;
}

.marketing_details p {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 23px;
	    text-align: justify;

}

/*--- our team ---*/


.heading-title {
    margin-bottom: 28px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 24px;
    font-weight: 600;
    color: #3b3b3b;
}
.p-top-30 {
    padding-top: 0;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}
.team-title h5 {
    margin-bottom: 4px;
    display: block;
    /* text-transform: uppercase; */
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #222;
    letter-spacing: 0;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.team_section {
    padding: 0 0 62px 0;
}
.team-title p {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 10px;
    color: #5a5a5a;
    text-align: center;
    line-height: 19px;
}

.activities_body {
	padding:50px 0;
}

.activities_details {
    position: absolute;
    top: 51px;
    left: -74px;
    background: white;
    padding: 30px;
    box-shadow: 0px 0px 5px 0px #9c9c9c;
}

.activities_details h4 {
    font-weight: 700;
}
.activities_img {
    position: relative;
}

.activities_details_right {
    position: absolute;
    top: 51px;
    right: -38px;
    background: white;
    padding: 30px;
    box-shadow: 0px 0px 5px 0px #9c9c9c;
    z-index: 99999;
}
.activities_img_right img {
    position: relative;
    top: -20px;
    right: 30px;
}
.activities_details_right h4 {
    font-weight: 700;
}
.activitiesthird_img {
    position: relative;
    top: -38px;
}
.mailing_list  textarea.form-control {
    height: 100px !important;
}


/*--- gallery ---*/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.gallery_section {
	    padding: 50px 0;

}
.gallery_section .btn-default {
    color: #fff;
    background-color: #0067ce;
    border-color: #ccc;
    font-weight: 800;
    text-shadow: none;
}
.gallery_section .btn-default:hover {
    font-size: 14px;
}


/*--- our academics ---*/


.our_academics .heading-title {
    margin-bottom: 28px;
}
.our_academics .text-center {
    text-align: center;
}
.our_academics .heading-title h3 {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 24px;
    font-weight: 600;
    color: #3b3b3b;
}
.our_academics .p-top-30 {
    padding-top: 0;
}
.our_academics .half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.our_academics .text-uppercase {
    text-transform: uppercase;
}

.our_academics .team-member, .team-member .team-img {
    position: relative;
}
.our_academics .team-member {
    overflow: hidden;
}
.our_academics .team-member, .team-member .team-img {
    position: relative;
}

.our_academics .team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.our_academics .team-member:hover .team-hover .desk {
    top: 35%;
}
.our_academics .team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.our_academics .team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.our_academics .desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.our_academics .team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.our_academics .team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.our_academics .team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.our_academics .desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.our_academics .team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.our_academics .team-title {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
}
.our_academics .team-title h5 {
    margin-bottom: 0;
    display: block;
    /* text-transform: uppercase; */
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #0067ce;
    letter-spacing: 0;
}
.our_academics .team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.our_academics .team_section {
    padding: 0 0 62px 0;
}


.our_academics .team-title p {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 6px;
    color: #5a5a5a;
    text-align: left;
    line-height: 19px;
    padding-right: 33px;
}

.our_academics {
    padding: 30px 0;
} 

.our_academics .team-img {
    width: 87%;
}