@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 ==================================*/
.top_body {
    border-bottom: none;
    background: #0067ce;
}
.social_content {
    text-align: left;
    padding-top: 5px;
    /* border-right: 1px solid #d7d7d7; */
    padding-bottom: 5px;
    font-size: 14px;
}
.social_content a {
    color: #fff;
}

.battery_banner .carousel-caption {
    /* right: 88px; */
    left: -15%;
    padding-bottom: 30px;
    top: 12%;
    width: 100%;
}
.battery_banner .carousel-caption h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #003e7b;
    text-shadow: none;
}

.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: #000;
	border: 1px solid #000;
}

.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 0 0;
}

/* .expert_left {
	
} */


.column {
	margin: 15px 15px 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;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}





/* Circle */
.hover15 figure {
    position: relative;
    height: 358px;
    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: 30px;
}

/* 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: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    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: 13px;
    margin-bottom: 33px;
}

.expert_main .carousel {
    position: relative;
    text-align: center;
	    padding-top: 30px;

}

.expert_main strong {
    font-size: 14px;
}

.expert_main span {
    font-size: 12px;
    text-transform: uppercase;
    color: #ed1a26;
    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: #0009;
    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 h5 {
    text-align: left;
    font-weight: 700;
	    text-transform: uppercase;
    font-size:20px;
}

.battery-heading-left h5:after {
    content: '';
    position: absolute;
    top: 42px;
    left: 17px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.battery-heading-left p {
    font-size: 13px;
    text-align: justify;
    padding-top: 0;
    line-height: 20px;
    padding-bottom: 0;
}
.no-top-padding {
    padding-top: 0 !important;
    text-align: left !important;
    padding-left: 23%;
}
.aim_main {
	background:#fff;
	padding:30px 0;
}

.battery-heading-left ul {
	padding-top:25px;
}

.battery-heading-left ul li {
    margin-bottom: 23px;
    font-size: 13px;
}

.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: 301px;
    padding: 27px 0;
    margin-top: 43px;
}

.battery_heading_center p {
    color: #fff;
    padding-top: 21px;
    text-align: justify;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}


.consultant_main {
	padding:30px 0;
}
.consultant_content {
    width: 100%;
    margin: 33px auto;
    background: #fff;
    text-align: center;
    padding: 14px 0;
    box-shadow: 0 0 3px 0 #a5a5a5;
    height: 587px;
}
.consultant_content img {
    width: 170px;
    height: 164px;
}
.consultant_content h4 {
    font-weight: 600;
    padding-top: 11px;
	    margin-bottom: 6px;
    margin-bottom: 19px;
}


.consultant_content span {
    font-weight: 600;
    color: #02228b;
    font-size: 13px;
    display: block;
    line-height: 16px;
    padding-top: 3px;
}
.consultant_content li {
    font-size: 13px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 15px;
    padding-right: 10px;
}
.consultant_content li i {
    font-size: 8px;
    margin-right: 7px;
    color: #0b6bcb;
}
.consultant_content p {
    text-align: justify;
    font-size: 13px;
    padding: 0 9px;
    line-height: 17px;
    margin-bottom: 15px;
}
.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 20px;
    font-weight: 600;
    font-size:12px;
    margin: 5px 0 0 0;
}
#cssmenu .btn-danger:hover {
    color: #fff;
    text-decoration:underline;
}

.expertise_main {
	padding:0 0 30px 0;
}
.expertise-img img {
   display: block;
    margin: 0 auto;
}
.expertise-img h4 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
    cursor: pointer;
        text-align: center;
        text-transform:uppercase;

}
.battery-heading-left h5 {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.range h5:after {
    content: '';
    position: absolute;
    top: 62px;
    left: 17px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
    display:none;
}
.expertise_column {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 28px;
}

.expertise_column h4 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
	cursor:pointer;
	    text-transform: uppercase;

}

.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: #393939;
    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 #2699fa;
    padding-left: 5px;
}

footer p {
    text-align: center;
    color: #8c8c8c;
    margin: 00;
    font-size: 13px;
}


.subpage_banner {
	background: url(../images/subpage.jpg);
	height:200px;
}

.subpage_banner .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: center;
    left: 0;
    right: 0;
    top: 14%;
}

.subpage_banner li a {
    color: #fff;
}

.subpage_banner li {
    margin-top: 80px;
    font-size: 18px;
}

.subpage_banner b {
    font-weight: 700;
    color: #fff;
}

.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: 113px;
    left: 26px;
     display:none;
    background: #0e83f9;
    width: 40px;
    height: 3px;
}

.policy_content span {
    color: #0067ce;
}

.industry_main {
    background: #fff;
    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: 15px;
    line-height: 40px;
    display: block;
}


.office_details p {
    font-size: 14px;
	    margin-bottom: 0;

}

.office_details {
    padding: 15px;
}

.consultant_list {
    margin-top: 25px;
    text-align: center;
}

.consultant_list img {
    width: 50%;
    border-radius: 10px;
    height: 180px;
}

.consultant_list h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 18px 0 10px;
}
.consultant_list a {
    display: block;
    text-align: center;
    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: 14px;
    margin-top: 45px;
    text-transform: uppercase;
}

.mailing_list h3:after {
    content: '';
    position: absolute;
    top: 124px;
    left: 15px;
    /* right: 0; */
    background: #0e83f9;
    width: 40px;
    height: 3px;
}
.mailing_list form {
    margin-top: 41px;
}

.mailing_list .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.mailing_list .col-md-6 {
	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: #f9f9f9;
    padding: 50px 0 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: 500;
    margin-bottom: 1px;
    margin-top: 10px;
}

.consultant_pagedetails ul li b{
    font-size: 14px;
    color: #000;
}
.consultant_pagedetails strong{
    font-size: 16px;
    color: #000;
}

.consultant_pagedetails i {
    font-size: 8px;
    margin-right: 5px;
    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;
}


.technology_main {
    background: whitesmoke;
    padding: 30px 0 50px 0;
}

.technology_main p {
    padding-top: 19px;
    font-size: 13px;
    line-height: 22px;
}
.st_span {
    font-size: 15px !important;
    color: #505050 !important;
    line-height: 80px;
}
.battery_left_1 {
        left: -20% !important;

}
.ex_p {
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    margin-bottom: 30px;
    /* background: red; */
}


/* ....................new css start.......... */

.industry-heading ul{
    margin:30px 0 0 0;
    padding: 0;
}
.industry-heading ul li{
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    list-style: none;
}

.industry-heading ul li i{
    font-size: 8px;
    margin-right: 15px;
    color: #015bb5;
    line-height: 8px;
}

.industry-heading ul li b{
    font-size: 14px;
    color: #000;
}

.contact-hed{
    margin: 30px 0 0 0 !important;
    padding: 0;
  }

  .contact-hed li{
    font-size: 15px !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
    list-style: none !important;
  }

  .contact-hed li i{
      font-size: 20px !important;
      margin-right: 10px !important;
  }

  /* ...................diagrame css start...... */
  .tree {
    transform: rotate(180deg);
    transform-origin: 50%;
  }
  
  .tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
  }
  .tree ul::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em 0.5em 0 0.5em;
  }
  .tree li::before, .tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 1em;
  }
  .tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
  }
  .tree li:only-child::after, .tree li:only-child::before {
    display: none;
  }
  .tree li:only-child {
    padding-top: 0;
  }
  .tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
  }
  .tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
  }
  .tree li:first-child::after {
    border-radius: 5px 0 0 0;
  }
  
  .tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 1em;
  }
  
  .tree li a {
    border: 1px solid #ccc;
    padding: 0.5em 0.75em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #333;
    position: relative;
    top: 1px;
    transform: rotate(180deg);
  }
  
  .tree li a:hover,
  .tree li a:hover + ul li a {
    background: #00478e;
    color: #fff;
    border: 1px solid #00478e;
  }
  
  .tree li a:hover + ul li::after,
  .tree li a:hover + ul li::before,
  .tree li a:hover + ul::before,
  .tree li a:hover + ul ul::before {
    border-color: #00478e;
  }

  /* ....................profile css..... */
.profile-hed1 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #fff;
    border-radius: 0;
    margin-bottom: 40px;
}
.profile-hed1 h3 {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
.profile-hed1 span {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    color: #696969;
}

  .line{
      width: 45px;
      height: 3px;
      background-color: #00478e;
      margin: 10px auto;
  }
.profile-hed1 p {
    font-size: #000;
    font-size: 15px;
    width: 100%;
    float: left;
    text-align: justify;
    padding-left: 0;
    color: #313131;
    line-height: 21px;
    padding-top: 11px;
}
  .industry-heading h4{
    font-weight:bold;
    font-size: 18px;
    margin-top: 30px;
    color: #0b1c3a;
  }

  .line1{
    width: 45px;
      height: 3px;
      background-color: #00478e;
      margin: 10px 0; 
  }


  .img-hed{
      padding: 50px 0;
      background-color: #fff;
  }
  
  .industry-heading1{
      text-align: center;
  }

  .industry-heading1 h3{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
  }

.industry-heading h4 {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    margin-top: 9px;
    text-transform: uppercase;
    line-height: 23px;
}

  /* .................news slider css */

 

.testim .wrap {
position: relative; 
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #000;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #00478e;
}


.testim .arrow.left {
left: 34px;
}

.testim .arrow.right {
right: 34px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #1e1e1e;
margin: 0 0;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
    background-color: #1e1e1e;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #00478e;
border-color: #00478e;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
    position: relative;
    overflow: hidden;
    background:  #f7f7f7;
    padding: 0 0;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: #ea830e;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
    font-size: 15px;
    color: #1e1e1e;
    width: 70%;
    margin: auto;
    padding-top: 50px;
}

.testim .cont div i{
    font-size: 20px;
    color: #0b56a1;
    margin: 15px 0 0 0;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #003e7b;        
    box-shadow: 0px 0px 10px 5px #003e7b;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #003e7b;        
    box-shadow: 0px 0px 0px 0px #003e7b;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #003e7b;        
    box-shadow: 0px 0px 10px 5px #003e7b;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #003e7b;        
    box-shadow: 0px 0px 0px 0px #003e7b;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}

@media all and (max-width: 300px) {
body {
    font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}

.consultant-left {
    width: 47%;
    float: left;
    margin-bottom: 37px;
    margin: 0 21px 0 4px;
    margin-bottom: 26px;
}
.news-section {
    	background: #fff;
}

#testim-content h5 {
    font-size: 18px;
    font-weight: 600;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -36%;
}
.m-top {
margin-top: -6%;
}
.m-top-0 {
   margin-top: 24px; 
}
.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
   display:none;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
  display:none;
}
.timeline-badge.success {
  background-color: #3f903f !important;
   display:none;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
   display:none;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
   display:none;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
   display:none;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-family: system-ui;
    padding: 2px 0;
    float: left;
    width: 80%;
    margin-bottom: 10px;
    padding-left: 10px;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.span-circle {
    /* display: block; */
    margin: 0 auto;
    height: 4%;
    background: #0067ce;
    color: #fff;
    padding: 3px 5px;
    border-radius: 50px;
    width: 5%;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    float: left;
    clear: both;
    margin-top: 4px;
}
.achieve-div {
    margin:20px 0;
}

.carousel-indicators .active {
  background: #31708f;
}

.content {
  margin-top: 20px;
}

.adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.adjust2 {
  margin: 0;
}

.carousel-indicators li {
  border: 1px solid #ccc;
}

.carousel-control {
  color: #31708f;
  width: 5%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #31708f;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.media-object {
  margin: auto;
  margin-top: 15%;
}

@media screen and (max-width: 768px) {
  .media-object {
    margin-top: 0;
  }
}

.caption p {
    font-size: 15px;
    color: #1e1e1e;
    width: 70%;
    margin: auto;
    padding-top: 22px;
}
#carousel-example-generic .carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    width: 15%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
    background-image: none;
}
#carousel-example-generic  {
    position: relative;
    width: 81%;
    margin: 0 auto;
}
#carousel-example-generic .fa-quote-left {
    font-size: 21px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
}
.caption p {
    font-size: 18px;
    color: #fff;
    width: 80%;
    margin: auto;
    padding-top: 22px;
    text-align: center;
    font-family: system-ui;
    font-weight: 600;
    font-style: italic;
	min-height:50px;
}
#carousel-example-generic .thumbnail {
    display: block;
    padding: 43px 0 91px; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #094e88;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.profile-hed1 img {
    /* float: left; */
    width: 73%;
    margin: 19px auto;
    display: block;
    text-align: center;
    border-radius: 8px;
    border: 5px solid #009cff;
}
.industry-heading-bkg {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px 0 #e3e3e3;
    margin-top: 26px;
    height: 332px;
    border-bottom: 4px solid #0067ce;
    border-radius: 5px;
}
.client-div {
    background: #f0f0f0;
    padding: 34px 15px;
    text-align: center;
    font-size: 13px;
    height: 149px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.client-div:hover {
    box-shadow: 0 0 10px 0 #bbb;
}
.client-div h4 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    padding-top: 9px;
}
.bot-div {
    margin-bottom: 30px;
    padding-bottom: 60px;
}
.consultant-heading h3 {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    margin-top: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.consultant-heading h3:after {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    background: #0e83f9;
    width: 40px;
    height: 3px;
    right: 0;
    margin-top: 26px;
    margin: 31px auto;
    margin-bottom: 50px;
}
.consultant-content ul li {
    list-style-type: disc;
    margin-bottom: 15px;
    text-align: justify;
}
.consultant-content ul  {
    margin-top: 6px;
}
.consultant-content b {
    display: block;
    font-size: 18px;
    padding-top: 10px;
}
.consultant-content strong {
    color: #000;
    font-size: 16px;
}

.mtop-87 {
    margin-top: 5px;
}
.pad-inline-start {
    padding-left:15px;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

.expert_main .panel-title > a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #5c5c5c !important;
}
.expert_main b {
    display: block;
    color: #0067ce;
    margin-bottom: 7px;
    font-size: 15px;
}
    .more-less {
        float: right;
        color: #212121;
    }
  .expert_main  .glyphicon {
    position: relative;
    top: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.expert_main .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    text-align: justify;
    font-size: 14px;
}
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
    
.faq-heading {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.expert_main .panel-group .panel {
    margin-bottom: 14px;
    border-radius: 3px;
    border-color: #d7d7d7;
}
.expert_main .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    /* margin-bottom: 15px; */
}
#accordion  {
    margin-bottom: 20px;
    overflow-y: scroll;
    height: 315px;
}

.accordion-noscroll {
       overflow-y: hidden !important;
    height: inherit !important;
}
.faq-page {
    background-color:#f5f5f5;
}
.pagefaq-heading {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}