@media (width:1680px){
	.building-capacity {
     height: 90vh!important;
	}
}
@media (width:1440px){
	.building-capacity {
     height: 90vh!important;
	}
}
@media (width:1400px){
	.building-capacity {
     height: 75vh!important;
	}
	.building-capacity .cntr-div {
    height: 75vh;
}
}
@media (width:1280px){
	.building-capacity {
     height: 75vh!important;
	}
	.building-capacity .cntr-div {
    height: 75vh;
}
}
@media (min-width:992px){
	section.glance-sec {		
		height: auto;
	}
	.building-capacity {
		background: url(../images/Building-Capacities.jpg) no-repeat;
		background-size: contain;
		background-position: center left;
	}
	
	p.white-txt.white.mt-20.text-center {
		padding: 0 10px;
	}
	section.growth-sec {
		background: url(../images/growth.jpg) no-repeat center;
		height: auto;
		background-size: cover;
	}
}
@media (min-width:992px) and (max-width:1024px){
	h3 {
		font-size: 26px;
	}
	.building-capacity {
		background: url(../images/Building-Capacities.jpg) no-repeat;
		background-size: contain;
		background-position: center left;
		height: auto;
	}
	.building-capacity .cntr-div {
    height: 75vh;
}
	.menu ul li a {
    font-size: 14px;
	}
	.menu ul.dropdown-menu li a {
    color: #454545;
    padding: 0px 10px;
    font-size: 13px;
    font-family: Soleto_Regular;
}
	.menu ul.dropdown-menu li {
    border-bottom: 1px solid #ece8e8;
    display: block;
    padding: 10px 0px 10px 0px;
}
}
@media (max-width: 991px)
{
	.logo {
		display: inline-block;
	}
	header
	{
		padding:25px 0px;
	}
	.ham-icon {
		display: block;
		cursor: pointer;
	}	
	.menu
	{
		display: none;
	}

	.my-sidenav {
		width: 0px;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		overflow-x: hidden;
		z-index: 999999999;
		height: 100vh;
		max-width: 0px;
		width: 100%;
		background-color: rgba(1,57,116,0.9);
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}
	.my-sidenav>ul {
		padding: 0px 20px 40px;
	}
	.my-sidenav>ul>li>ul {
		margin-top: 0px;
		display: none;
	}
	.my-sidenav ul.submenu li ul.submenu {
		display: none;
		position: static;
		width: 100%;
	}
	.my-sidenav ul {
		list-style-type: none;
		padding-left: 15px;
	}
	.my-sidenav ul li
	{
		border-bottom: 1px solid #ffffff;
		padding: 15px 0px;
	}
	.my-sidenav > ul > li > ul >li
	{
		border-bottom: 1px solid #ffffff;
		padding: 10px 0px;
	}
	.my-sidenav > ul > li > ul >li:last-child, .my-sidenav ul.submenu li ul.submenu li:last-child
	{
		border-bottom: 0px;
	}
	.my-sidenav ul.submenu li ul.submenu li {
		border-bottom: 1px solid #ffffff;
		padding: 10px 10px;
	}
	.my-sidenav ul.submenu li ul.submenu li a {
		color: #ffffff;
		font-size: 16px;
	}
	.cross-btn {
    text-align: right;
    padding: 10px 12px 0px 0px;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}
	.my-sidenav .submenu-indicator-minus .submenu-indicator {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.my-sidenav .submenu-indicator {
		font-size: 30px;
		position: absolute;
		line-height: 25px;
		right: 15px;
	}
	.my-sidenav>ul>li>a {
		color: #ffffff;
		font-size: 18px;
	}
	.my-sidenav>ul>li>ul>li>a {
		color: #ffffff;
		font-size: 18px;
	}
	section.glance-sec {
		background: url(../images/blue-glance-bg.jpg) no-repeat center;
		text-align: center;
		background-size: cover;
		height: auto;
	}
	.csr-impact {
    margin-top: 40px;
	margin-bottom:0px;
	}
	
	.making, .drinking-water-img{
    margin-top: 40px;
	}
	.blue-heading, .grey-heading {
    margin-top: 30px;
    margin-bottom: 20px;
	}
	.csr-activity {
    margin-top: 30px;
}

.drinking-water-content
{
	padding:10px;
}
.drinking-water-img img
{
	width:100%;
}
	.add-img {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
	.addrs-map {
    display: block;
}
	.mapp-div {
    position: relative;
    bottom: 0;
}
	

}
@media screen and (min-width:768px) and (max-width:991px){
	p.text-right.map-para {
    padding-right: 15px;
    padding-top: 15px;
    position: absolute;
    top: -60px;
    right: 0;
}
		.col-md-6:nth-child(odd) .financial-div {
    float: left;
}
	.financial-div {
    width: 100%;
    min-width: 445px;
	max-width: 100%;
}
	
	.about-blue-sec.pdding-30.gray-bg {
    margin-top: 35px;
}
	.business-div img:first-child {
    width: 100%;
}
.business-div {
    position: relative;
    width: 100%;
}
	.col-md-4.device-991 {
		width: 50%;
		float: left;
	}
	section.growth-sec {
		background: url(../images/growth.jpg) no-repeat center;
		height: auto;
		background-size: cover;
	}
	.mbl-40 {
		margin-bottom: 40px;
	}
	.pl-90 {
		padding-left: 90px;
		background: rgba(255, 255, 255, .8);
		padding: 20px;
	}
}

@media (max-width: 767px) {
	p.text-right.map-para {
    padding-right: 15px;
    padding-top: 15px;
    position: absolute;
    top: -60px;
    right: 0;
}
	.horiztal-bar-width-766 .right-data {
    width: 12%;
}
.horiztal-bar .right-data ul li {
    font-size: 15px;
}
.horiztal-bar-width-85 .right-data {
    width: 12%;
}
	.col-md-6:nth-child(odd) .financial-div {
    float: left;
}
	.financial-div {
    width: 100%;
    max-width: 100%;
}
	.about-blue-sec.pdding-30.gray-bg {
    margin-top: 25px;
}
	.business-div img:first-child {
    width: 100%;
}
.business-div {
    position: relative;
    width: 100%;
}
	.inner-chairmen {
		z-index: 9;
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.capacity-div img {
		width: 100%;
	}
	.inner-innovate:after {
		left: -1px;
		top: -1px;
		position: absolute;
	}
	section.glance-sec {
		background: url(../images/blue-glance-bg.jpg) no-repeat center;
		text-align: center;
		background-size: cover;
		height: 100%;
	}
	.cntr-div {
		position: relative;
		height: 100%;
		display: block;
	}
	p.gray-clr-txt.pr-20 {
		padding: 0;
	}
	img.back-bg {
		width: 100%;
	}
	.img-slider {
		position: relative;
		z-index: 9;
		margin-top: 40px;
	}
	.capacity-div.pl-90 {
		padding-left: 0;
		margin: -15px;
	}
	.building-capacity {
		background: none;
		padding: 50px 0;
		height: auto;
	}
	.mbl-show{
		display: block;
	}
	.pl-pr-65 {
		padding-left: 0;
		padding-right: 0;
	}
	section.growth-sec {
		background: url(../images/growth.jpg) no-repeat center;
		height: auto;
		background-size: cover;
	}
	a.download-btn {
		font-size: 18px;
	}
	footer {
		background: url(../images/footer.jpg) no-repeat center;
		height: auto;
		background-size: cover;
		padding: 10px;
	}
	h3 {
		font-size: 23px;
		font-family: AZO_Sans_Bold;
		line-height: 30px;
	}
	h2 {
		font-size: 28px;
		font-family: AZO_Sans_Bold;
		text-transform: uppercase;
	}
	h1 {
		font-family: AZO_Sans_Bold;
		font-size: 38px;
	}
	.logo {
		display: inline-block;
	}
	.logo img {
		width: 200px;
	}
	.mbl-40 {
		margin-bottom: 20px;
	}
	.desk-show{
		display: none;
	}
	.namee {
		position: absolute;
		color: #fff;
		top: 20px;
		left: 20px;
		font-size: 18px;
		width: 100%;
		max-width: 300px;
	}
	.namee2 {
    position: absolute;
    color: #fff;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    width: 100%;
    max-width: 300px;
}
	.col-md-6.border-right {
    border-right: none;
}
	
}

@media (max-width: 580px)
{
	
}
@media (max-width: 480px)
{

}
@media (max-width: 420px)
{
	.drinking-water-content
{
	padding:0px 10px;
}
h4
{
	font-size:22px;
}
.sports-blue-bg h6 {
    font-size: 20px;
}
.truck-name
{
	width:auto;
}
}
@media (max-width: 380px)
{

}
@media (max-width: 360px)
{
	
}
@media (max-width: 320px)
{

}
