@charset "utf-8";
/* CSS Document */

body{ padding:0; margin:0; background-color:#fff; font-family: 'Source Sans Pro', sans-serif;}
a{ text-decoration:none; display:block;}
img{ border:none;}
ul{ list-style-type:none; padding:0; margin:0;}

/*------------------------------------general css ends-----------------------------------*/


header{ background-color:#fff; padding-bottom:10px; }
.logo{ float:left; margin:12px 0 15px 0; width:90%;}
.menu{ margin-top:20px;}
/*------------------------------------navication css-----------------------------------*/
.naviction{ margin:12px 0 0 0;}
.navbar-default{ background:none; border:none; box-shadow:none;}
.navbar{ min-height:inherit; margin-bottom:0; }
.navbar-brand{ display:none; text-transform:uppercase;}
.navbar-default .navbar-nav > li > a{ color:#1f1f1f; margin:0 1px; font-weight:500;  font-size:15px; display:inline-block;  text-transform:uppercase; text-align:center; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ color:#fff; background:#99c038; border-radius:8px; }
.navbar-default .navbar-nav > .active > a{ color:#fff; background:#99c038; border-radius:8px; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color:#fff; background:#99c038; border-radius:8px; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{ color:#fff;}

.dropdown-menu > li > a{ text-transform:capitalize; line-height:30px;}
.navbar-default .navbar-nav ul li:hover > ul{display:block}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color:#99c038;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color:#99c038;
  box-shadow:#000 1px 1px 15px inset;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #fff;
  background-color:#99c038;
  box-shadow:#000 1px 1px 15px inset;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background:#99c038;
  color: #fff;
  box-shadow:#000 1px 1px 15px inset;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color:#99c038;
}

.main{ margin-top:90px;}

 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width:100%;
      margin: auto;
  }
  
.big_part{ background-color:#e9e9eb;}
.carousel-caption{ background-image:none; background-color:rgba(153, 192, 56, 0.9); border-radius:10px;
padding:0 20px 20px 0; height:auto; bottom:30px !important ;}
.carousel-caption h3{ font-size:30px; text-transform:uppercase; font-weight:700;}
.carousel-caption p{ font-size:19px; font-weight:500; line-height:20px; padding-bottom:0;}
.btn-block{ width:20%; margin-top:20px;}
.btn.newclass {width:25%; display:block; margin: 0 auto;}
.btn.newclass2 {width:12%; display:block; margin: 0 auto;}

.btn-success {
  background-image: -webkit-linear-gradient(top, #99c038 0%, #99c038 100%);
  background-image:         linear-gradient(to bottom, #99c038 0%, #99c038 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border:none;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #99c038;
  color:#030;
  background-position: 0 -15px;
}

.read_bt{ width:12%; margin-left:505px; margin-top:-17px;}
.main_text{ text-align:center; margin-top:40px; }
.main_text h4{ font-size:30px; color:#99c038; text-transform:uppercase; font-weight:700; }
.main_text p{ color:#666; font-size:17px; margin-top:30px; font-weight:400; }
.next_bg{ background:url(../images/bd_backgrounds.png) no-repeat; background-size:cover; color:#fff; margin-top:44px;}
.next_bg h4{ font-size:30px; text-align:center; text-transform:uppercase; margin-top:44px; font-weight:700; }
.next_inside{ text-align:center; display:block; margin-bottom:30px; margin-top:14px; }
.next_inside h3{ font-size:19px; font-weight:400; text-transform:uppercase;}
.next_inside p{ padding:0 10px; font-size:15px; color:#c1c0be;}

.why_part{ margin-top:40px;}
.why_part h2{ text-transform:uppercase; font-size:30px; color:#99c038; font-weight:700; text-align:center;}
.why_part_histoy{ margin-top:20px;}

.timeline-heading h4{ color:#606060; font-size:18px; font-weight:600; text-transform:capitalize;
 text-align:left;}

.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: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  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: calc( 100% - 75px );
  float: right;
  border-radius: 2px;
  padding:0 20px 20px 20px;
  position: relative;
}

.timeline-heading p{ text-transform:capitalize; color:#8a8a8b; line-height:24px; font-family: 'Source Sans Pro', sans-serif; font-weight:400; font-size:24px; text-align:left;}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size:21px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #99c038;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #99c038 !important;
}
.timeline-badge.info {
  background-color: #99c038 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    display: none;
}

.map{ text-align:center; margin-top:54px;}

.foot_panel_top{ background:url(../images/footer_top.jpg) no-repeat; background-size:cover; 
color:#fff; margin-top:44px; text-align:left; }
.foot_panel_top h4{ font-size:30px; text-transform:uppercase; margin-top:80px;  font-weight:700;}
.foot_panel_top p{ font-size:18px; margin-bottom:120px; font-weight:700; text-transform:capitalize;}


#slidingDiv, #slidingDiv_2{
	background-color: #99CCFF;
	padding:20px;
	margin-top:10px;
	border-bottom:5px solid #3399FF;
	display:none;
}

.footer_bg{ background:url(../images/footer_bg.png) no-repeat; background-size:cover; color:#adadac; text-align:left; }
.btn-info{ text-align:center; background:none; border:none; box-shadow:none;}
.btn-info:hover,
.btn-info:focus {
  background:none;
}
.facebook{ color:#b5b5b5; font-size:20px; display:inline-block; padding:0 5px; margin-left:-16px;}
.facebook:hover{ color:#0066CC;}
.twitter{ color:#b5b5b5; font-size:20px; display:inline-block; padding:0 5px;}
.twitter:hover{ color:#0099CC;}
.google{ color:#b5b5b5; font-size:20px; display:inline-block; padding:0 5px;}
.google:hover{ color:#CC0000; }

.quick_link ul{ width:100%; margin-left:-10px; margin-bottom:20px; }
.quick_link h4{ font-size:16px; color:#adadac; font-weight:700;}
.quick_link ul li{ float:none; padding:0 10px; line-height:30px;}
.quick_link ul li a{ text-decoration:none; border-bottom:solid 1px #2f2f2f; color:#838282; font-weight:lighter; font-size:15px;}
.quick_link ul li a:hover{ color:#fff;}
.quick_link p{ color:#efefef; font-size:15px;}


.copy_text{ color:#666666; text-align:center; border-top:solid 1px #000;}
.copy_text p{ padding-top:10px;}


/*------------------------------------navication css ends-----------------------------------*/

/*--------------------------------------about us---------------------------------------------*/

.about_part h4{ font-size:30px; color:#99c038; text-transform:uppercase; font-weight:700; text-align:left; margin-top:20px; margin-left:16px; font-family: 'Oswald', sans-serif; }
.about_part p{ color:#333333; font-size:17px; margin-top:0; font-weight:400;  }
.about_part img{ width:125%; margin-bottom:20px;}
.about_banner img{ width:100%;}

.group_business h4{ font-size:30px; color:#99c038; text-transform:uppercase; font-weight:700; text-align:left; margin-top:20px; margin-left:16px; font-family: 'Oswald', sans-serif; }
.group_business p{ color:#333333; font-size:17px; margin-top:0; font-weight:400;  }
.group_business img{ width:100%; margin-bottom:20px;}

.infost_part h4{ font-size:30px; color:#99c038; text-transform:uppercase; font-weight:700; text-align:left; margin-top:20px; margin-left:16px; font-family: 'Oswald', sans-serif; }
.infost_part p{ color:#333333; font-size:17px; margin-top:0; font-weight:400;  }
.infost_part img{ width:100%; margin-bottom:20px;}

.nt_part h4{ font-size:30px; color:#99c038; text-transform:uppercase; font-weight:700; text-align:left; margin-top:20px; margin-left:16px; font-family: 'Oswald', sans-serif; }
.nt_part p{ color:#333333; font-size:17px; margin-top:0; font-weight:400;  }
.nt_part img{ width:auto; margin-bottom:20px;}

.img-center{ width:100%; }

.left_partachive{ margin:0;}
.left_partachive ul{ margin-left:0; padding:0; margin-bottom:20px;}
.left_partachive ul li{ float:none; line-height:38px; }
.left_partachive ul li span{ color:#65890d;}
.left_partachive ul li a{ font-size:17px; color:#000; text-decoration:none;}



.nw_part1{ margin-top:31px; text-align:left;}
.nw_part1 ul{ margin-left:-10px; padding:o;}
.nw_part1 ul li{ float:none; line-height:26px; font-size:16px; color:#414141; }
.nw_part1 ul li span{ color:#414141; font-size:20px;}
.nw_part1 ul li a{  color:#3333CC; text-decoration:none;}
.nw_part1 ul li a:hover{ color:#000;}


.left_partachive3{ margin-bottom:30px;}
.left_partachive3 ul{ margin-left:-10px; padding:o;}
.left_partachive3 ul li{ float:none; line-height:26px; font-size:16px; color:#414141; }
.left_partachive3 ul li span{ color:#414141; font-size:20px;}
.left_partachive3 ul li a{  color:#3333CC; text-decoration:none;}
.left_partachive3 ul li a:hover{ color:#000;}

.main_partquality2{ margin-bottom:20px;}
.main_partquality2 ul{ margin-left:-10px; padding:o; }
.main_partquality2 ul li{ float:none; padding:0 10px; font-size:15px; color:#000; line-height:34px; }
.main_partquality2 ul li span{ color:#65890d;}

.last_info{ margin-top:10px; margin-bottom:20px;}
.last_info ul{ margin-left:-10px; padding:o; }
.last_info ul li{ float:left; padding:0 10px; font-size:18px; color:#000; line-height:34px; }
.last_info ul li span{ color:#65890d;}


.main_partquality{ margin-bottom:20px;}
.main_partquality ul{ margin-left:-10px; padding:o; }
.main_partquality ul li{ float:none; padding:0 10px; font-size:17px; color:#000; }
.main_partquality ul li span{ color:#65890d;}
.bd_picquality2{ display:block; text-align:left;}
.bd_picquality2 img{ width:auto;}
.bd_picquality3 img{ width:auto; margin-left:-35px; margin-top:120px;}
.bd_picquality img{ width:auto;}


.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}

.panel-primary > .panel-heading{ background-image:none; background-color:#65890d;}

.carousel-control.left{ background-image:none; background:none;}
.carousel-control.right{ background-image:none; background:none;}


.table-bordered {
border: 1px solid #dddddd;
border-collapse: separate;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.table {
width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
display: table;
}

.widget.widget-table .table {
margin-bottom: 0;
border: none;
}

.widget.widget-table .widget-content {
padding: 0;
}

.widget .widget-header + .widget-content {
border-top: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.widget .widget-content {
padding: 20px 15px 15px;
background: #FFF;
border: 1px solid #D5D5D5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.widget .widget-header {
position: relative;
height: 40px;
line-height: 40px;
background: #E9E9E9;
background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
text-shadow: 0 1px 0 #fff;
border-radius: 5px 5px 0 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1),inset 0 1px 0 white,inset 0 -1px 0 rgba(255,255,255,0.7);
border-bottom: 1px solid #bababa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
border: 1px solid #D5D5D5;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-background-clip: padding-box;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.widget .widget-header h3 {
top: 2px;
position: relative;
left: 10px;
display: inline-block;
margin-right: 3em;
font-size: 14px;
font-weight: 600;
color: #555;
line-height: 18px;
text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
display: inline-block;
margin-left: 13px;
margin-right: -2px;
font-size: 16px;
color: #555;
vertical-align: middle;
}













.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-control.left,.carousel-control.right {background-image:none;}

.quality_pic1{ margin-left:-20px; margin-top:20px;}
.details_text{ margin-left:-12px; color:#fff;}
.group_pic img{ width:100% !important; margin-top:20px;}
.pd_headding{ margin-left:-16px !important;}
.top_para{ margin-left:-20px !important;}

.top_para2{ margin-bottom:10px; margin-top:13px;}
.top_para2 ul{ margin-left:-40px; padding:o; }
.top_para2 ul li{ float:none; padding:0 10px; font-size:17px; color:#000; }
.top_para2 ul li span{ color:#65890d;}
.bd_picquality2 img{ margin-left:-6px;}






/*----------------------------------------mobile----------------------------------------*/
  
@media (min-width: 320px) and (max-width:640px){
		.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3,        .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6,        .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9,        .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11,        .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ padding-left:0; padding-right:0;}
		
		.logo{ float:left; text-align:center; width:100%; margin-bottom:0;}
		.menu{ margin-top:0;}
	.bd_picquality img{ width:100%;}
	.navbar-default .navbar-brand{ display:block; color:#fff; font-size:20px; font-family: 'Source Sans Pro', sans-serif;
	}
	.top_para2 ul{ margin-left:-7px;}
	.last_info ul li{ float:none;}
	.bd_picquality img{ width:100%;}
	.bd_picquality2 img{ margin-left:0;}
	.map img{ width:100%;}
	.top_para{ margin-left:0 !important;}
	.bd_picquality3 img{ margin-left:0 !important; margin-top:0 !important;}
	.main{ margin-top:-50px;}
	.navbar-default{ background-color:#99c038; width:100%;  border-radius:none;}
	.nav{ width:115%;}
	.navbar-default .navbar-nav > li > a{ width:100%; border:none; box-shadow:none; text-align:left; margin-bottom:1px; }
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav >    
	.active > a:focus{    color:#fff; background:#55720d; border:none; box-shadow:none; border-radius:0;  }
	.navbar-default .navbar-nav > .active > a{ color: #fff; background-color:#55720d; border:none; box-shadow:none;
	border-radius:none; }
	.pull-right{ float:left !important;}
	.navbar-default .navbar-brand {color: #fff; }
	.navbar-toggle{ background-color:transparent;}
	.navbar-default .navbar-toggle .icon-bar {
     background-color:#fff;}
	.navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
     background-color: #55720d;}
	 .navbar-default .navbar-toggle {
      border:none;
     }
	 .navbar-default .navbar-nav > li > a:hover,
     .navbar-default .navbar-nav > li > a:focus {
     color: #fff; background-color:#55720d; border:none; box-shadow:none; border-radius:0; }
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form{ border-color:#55720d;}
	 
	 
	   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
		background-color:#fff;
		border-bottom:solid  1px #CCC;
       }
	  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
		
	  }
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	  }
	  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	  }

	 
	 
	 .carousel-caption h3{ font-size:10px; margin-top:8px;}
	 .carousel-caption{top:8%; height:auto; bottom:10px !important;}
	 .carousel-caption p{ font-size:7px;}
	 .btn-block{ margin-left:105px; font-size:7px; width:24%; margin-top:-8px; }
	 .main_text p{ font-size:15px;}
	 .timeline-heading p{ font-size:18px; line-height:20px; color:#666;}
	 .text-muted{ color:#666;}
	 .map{ margin-top:35px;}
	 .foot_panel_top h4{ font-size:37px;}
	 .foot_panel_top p{ margin-top:10px; font-size:16px; font-weight:600;}
	 .about_part h4{ font-size:24px; color:#99c038; text-transform:uppercase; font-weight:700; text-align:left; margin-top:20px; margin-left:16px; }
	 .next_bg h4{ font-size:25px;}
	 .about_part img{ width:auto !important;}
	 .main_partquality ul li{ float:none;}
	 .row{ padding:0; margin:0;}
	 .quality_pic1{ margin-left:-10px; margin-top:20px;}
	 .details_text{ margin-left:0;}
	 .about_part h4{ margin-left:0;}
	 .left_partachive ul{ margin-left:0;}
	 .group_business h4{ margin-left:0;}
	 .pd_headding{ margin-left:0 !important;}
	 .hide-bullets{ margin-left:0 !important;}
	 .infost_part h4{ margin-left:0;}
	 .infost_part h4{ font-size:25px;}
	 .left_partachive3 ul{ margin-left:0;}
	 .nw_part1 ul{ margin-left:0;}
	 .nt_part h4{ margin-left:0;}
	 .nw_part1{ margin-top:20px;}
	 .left_partachive3{ margin-bottom:0;}
	 .left_partachive3:last-child{ margin-bottom:20px;}
	 .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{ top:46%;}
	 .carousel-control.left{ font-size:20px !important;}
	 .carousel-control.right{ font-size:20px !important;}
	 .nt_part img{ width:100% !important;}

	 
	}
	
@media only screen and(min-width: 992px){
	.navbar-brand{ display:none;}
	}
@media only screen and(min-width: 1200px){
	.navbar-brand{ display:none;}
	}