.idx-abt-sec{
	padding:80px 0 160px;
	position:relative;
}
.idx-abt-sec .abt-block{
	position:relative;
}
.idx-abt-sec .abt-block img{
	max-width:100%;
}
.idx-abt-sec .abt-right-sec{
	padding:40px 20px 20px;
	position:relative;
}
.idx-abt-sec.inner-about-sec  .abt-right-sec {
    padding: 30px 20px 20px;
}
.inner-about-sec .vsn-blk{
	/*border: 1px solid #debf29;
    position: relative; */
    padding:10px 0px 10px 20px !important; 
    margin-bottom:30px !important;
}
.inner-about-sec .vsn-blk .icon{
	height:80px;
	width:80px;
	display:block;
	background:#81c241;
	border-radius:50%;
	margin-bottom:15px !important;
}
.inner-about-sec .vsn-blk .icon img{
	max-width:100%;
	padding:10px;
}
.inner-about-sec .vsn-blk  h4{
	font-size:20px !important;
	line-height:27px;
	color:#81c241;
	font-weight:700;
	margin-bottom:10px !important;
}
.inner-about-sec .vsn-blk p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: justify;
	margin-bottom:0 !important;
}

.idx-heading{
	font-size:36px !important;
	line-height:45px;
	color:#151515;
	margin-bottom:20px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}
.idx-abt-sec .abt-right-sec p{
	font-size:14px !important;
	line-height:24px;
	color:#777;
	font-weight:400;
	text-align:justify;
}
.btn-index{
	min-width: 150px !important;
    padding: 10px 12px !important;
    background: #d6b308;
    color: #FFF !important;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    border-radius: 8px !important;
    margin-top: 20px !important;
	font-family: 'Montserrat', sans-serif;
}
.btn-index:hover{
	background: #463226 !important;
}
.idx-abt-sec .abt-left-sec img{
	max-width:100%;
	border-radius:15px;
}
.idx-vision-sec{
	padding:0 0 60px;
	position:relative;
	background:#f2f2f2;
}
.idx-vision-sec .idx-vsn-bg {
    background: #4c2526 url(../design_img/vision-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 50px 0 50px;
    top: -100px;
	margin-bottom:-50px;
    text-align: center;
    border-radius: 10px;
}
.idx-vision-sec .idx-vsn-bg h3 {
    font-size: 40px !important;
    line-height: 55px;
    color: #debf29;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
}
.idx-vision-sec .idx-vsn-bg h4 {
    font-size: 24px !important;
    line-height: 32px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 0 !important;
}


/* Products Slider */

/* Produt Slider */
.product {
	margin: 0 15px;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.product-pic.medi-patients{
	border:1px solid #e5e5e5;
	border-radius:10px;
}
.product-detail h4{
	font-size:20px !important;
	line-height:27px;
	color:#0a0a0a;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:0px !important;
	margin-top:10px !important;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	
}
.product-pic img {
	max-width: 100%;
	border-radius:10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.pro-space {
    padding: 0px;
    position: relative;
}
.pro-space .owl-buttons div.owl-prev{
	 left:-12px !important;
}
.pro-space .owl-buttons div.owl-next{
	 right:-12px !important;
}
.pro-space .owl-buttons div.owl-prev i {
   padding-top:3px !important;
}
.pro-space .owl-buttons div.owl-next i {
   padding-top:3px !important;
  
}
.pro-space .owl-buttons div {
    display: none!important;
    background: #FFF !important;
    color: #40191a !important;
    opacity: 1!important;
	border:1px solid #f0f8fa;
    padding: 0px 6px!important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
    top: 40%;
}
.idx-work-sec .pro-space .owl-buttons div {
	top:40%;
}

/*End Products slider */
.idx-product-heading{
	text-align:center;
	margin-bottom:20px;	
}
.product-outer-btn{
	text-align:center;
}

.idx-service-sec{
	padding:80px 0;
	position:relative;
}

.idx-service-sec .service-blk-left{
	padding:20px 15px 20px 0;
	position:relative;
}
.idx-service-sec .service-blk-left .home-qlt-col{
	background:#FFF;
	padding:30px 15px;
	position:relative;
	-webkit-box-shadow: 0px 9px 40px 0px rgb(193 193 193 / 50%);
    box-shadow: 0px 9px 40px 0px rgb(193 193 193 / 50%);
	border-radius:8px;
	margin-bottom:25px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
.idx-service-sec .service-blk-left .home-qlt-col:hover {
    background: linear-gradient(to right, #f3e086 0%, #debf29 100%0) !important;
}
.idx-service-sec .service-blk-left .home-qlt-col .h-icon{
	width:50px;
	height:50px;
	float:left;
	margin-right:30px;
	position:relative;
}
.idx-service-sec .service-blk-left .home-qlt-col:hover .h-icon img{
	filter: brightness(0) invert(1);
}

.idx-service-sec .service-blk-left .home-qlt-col .h-icon:after{
	position:absolute;
	content:"";
	right:-15px;
	top:0px;
	height:100%;
	width:1px;
	background:#e5e8eb;
}
.idx-service-sec .service-blk-left .home-qlt-col .h-icon img{
	max-width:100%;
}
.idx-service-sec .service-blk-left .home-qlt-col h4{
	font-size:16px !important;
	line-height:24px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#012640;
	font-family: 'Montserrat', sans-serif !important;
	/* width:calc(100% - 50px); */
}
.idx-service-sec .service-blk-left .home-qlt-col:hover h4{
	color:#FFF !important;
}
.idx-service-sec .service-blk-right img{
	max-width:100%;
	border-radius:8px;
}
.idx-service-sec .idx-heading{
	margin-bottom:30px !important;
}
/* Inner Page Css Start */


.owner-outer {
    position: relative;
    padding: 30px;
    background: #FFF;
	border-left:3px solid #f58a21;
	overflow:hidden;
	margin-bottom:40px;
}
.owner-outer.lst-blk{
	margin-bottom:0;	
}
.owner-outer .owner-pics{
	width: 250px;
    float: left;
    border: 1px solid #e5e5e5;
}
.owner-outer .owner-pics img {
    max-width: 100%;
}
.owner-outer .owner-pics .owner-details {
    position: relative;
    /* top: 40%; */
    /* right: -130px; */
    padding: 15px 15px;
    width: 100%;
    left: 0 !important;
    display: block;
    background: #debf29;
    text-align: center;
	
}
.owner-outer .owner-details h4 {
    font-size: 20px !important;
    line-height: 27px;
    color: #debf29;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    font-family: 'Montserrat', sans-serif;
}

.owner-outer .owner-text{
	width:calc(100% - 250px);
	float:left;
	padding-left:20px;
	padding-top:30px;
}
.owner-outer .owner-text p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: justify;
}
.manage-blk{
	position::relative;
}
.manage-blk img{
	max-width:100%;
}
.inner-abt2{
	padding:80px 0;
	position:relative;
}
.idx-vision-sec.inner-abt {
    padding: 0 0 100px;
}
.inner-abt2 .group-heading{
	text-align:center;
	margin-bottom:30px !important;
}
.inner-abt2 .group-heading p{
	font-size:20px !important;
	line-height:27px;
	color:#777;
	font-weight:600;
	
}
.inner-abt2 .com-blk{
	padding:30px 20px;
	position:relative;
	border-left:5px solid #debf29;
	background:#fefff1;
	margin-bottom:30px !important;
	min-height:140px;
}
.inner-abt2 .com-blk.last{
	margin-bottom:0 !important;
}
.inner-abt2 .com-blk h5{
	font-size:18px !important;
	line-height:27px;
	color:#000;
	font-weight:600;
	margin-bottom:5px !important;
}
.inner-abt2 .com-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#777 !important;
	margin-bottom:0 !important;
}
.infra-sec{
	padding:80px 0;
	position:relative;
}
.infra-sec .infa-inner-blk h4{
	font-size: 24px !important;
    line-height: 32px;
    color: #151515;
    margin-bottom: 10px !important;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.inner-abt2 .com-blk h4.dir-head{
	font-size: 18px !important;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.inner-abt2 .com-blk h4.dir-head span{
	font-size:15px !important;
	line-height:24px;
	display:block;
	color:#454545;
	font-weight:600;
	margin-bottom:10px !important;
}
.inner-abt2.dir-sec p{
	text-align:justify;
}

.infra-sec .infa-inner-blk p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: justify;
}
.infra-gape{
	padding-top:20px;
}
.infra-sec .infa-inner-blk ul{
	font-size: 14px;
    margin: 0 0 0px 25px !important;
    color: #999;
    list-style: none;
}
.infra-sec .infa-inner-blk ul li{
	line-height: 26px;
    font-size: 14px !important;
    color: #999;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}
.infra-sec .infa-inner-blk ul li:before{
	content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    /* color: #fdc300; */
    color: #634b3c;
    font-size: 15px;
    font-weight: 400;
}

.infra-sec .infra-top {
    position: relative;
	overflow:hidden;
}
.infra-sec  .infra-top img {
	display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
}
.infra-sec  .infra-top:hover img {
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.infra-sec .infra-bottom {
    position: relative;
    top: -25px;
    margin: 0px 20px -20px !important;
    padding: 10px 15px !important;
    background-color: #debf29 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    text-align: center;
}
.infra-sec .infra-bottom h2 {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 700;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 0 !important;
}
.infra-gape2{
	margin-top:40px !important;
}
.inner-about-sec.vm-sec{
	padding:80px 0 50px;
	position:relative;
}
.msn-gape{
	margin-top:30px;
}
.inner-about-sec.vm-sec .vsn-blk-left{
	position:relative;
}
.inner-about-sec.vm-sec .vsn-blk-left img{
	max-width:100%;
}

/* Product Section */
.product-sec{
	padding:80px 0;
	position:relative;
	
}
.product-sec .product-blk{
	border: 1px solid #e5e5e5;
    position: relative;
}
.product-sec .product-blk .pro-top{
	position:relative;
	overflow:hidden;
}
.product-sec .product-blk .pro-top img{
	display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
}
.product-sec .product-blk:hover .pro-top img{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.product-sec .product-blk .pro-bottom{
	padding: 20px 20px;
    position: relative;
    min-height: 170px;
}
.product-sec .product-blk .pro-bottom.min-hgt{
	min-height:145px;
}
.product-sec .product-blk .pro-bottom h4{
	font-size: 18px !important;
    line-height: 24px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.product-sec .product-blk .pro-bottom p{
	font-size:14px !important;
	line-height:24px;
	color:#777;
	text-align:justify;
	margin-bottom:0 !important;
}
.product-gape{
	margin-top:40px;
}
.career-sec .abt-rgt{
	overflow:hidden;
	position:relative;
}
.career-sec .abt-rgt img{
	display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
}
.career-sec .abt-rgt:hover img{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.career-sec .abt-left{
	padding:30px 20px;
	position:relative;
}
.career-sec .abt-left p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: justify;
}
.career-sec .abt-left .idx-heading{
	text-transform:capitalize;
}
/* Contact Us */

.contact-bar .contact-info {
    position: relative;
    width: 100%;
    min-height:193px;
    padding: 50px 10px 30px;
    background: #f6f6f6;
    border-radius: 5px;
    margin: 30px 0 40px;
}
.contact-bar .contact-info.sec-row{
	min-height:140px;
}
.contact-bar .inner-box {
}
.contact-bar .inner-box .icon-box {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    text-align: center;
    color: #debf29;
    font-size: 30px !important;
    border-radius: 100%;
    background-color: #f6f6f6;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contact-bar .inner-box .text {
    color: #777;
    font-size: 14px;
	text-align: center;
}
.contact-bar .inner-box .text h4 {
    font-size: 22px;
    color: #151515;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
}
.contact-bar .inner-box .text p {
    font-size: 14px !Important;
    font-weight: 400;
    line-height: 24px;
}

.contact-bar .s-head {
    text-align: left;
    text-transform: inherit;
    margin-bottom: 15px !important;
    text-transform: capitalize;
    font-weight: 700;
	font-size:20px !important;
    line-height: 30px;
	font-family: 'Montserrat', sans-serif;
}

.form-height{
	width:100%;
	height:480px;
}
.map-box{
	width:100%;
	height:540px;
}
.contact-sec{
	padding:80px 0;
	position:relative;
}
.cont-gape{
	margin-top:40px !important;
}
.infra-gape3{
		margin-top:40px;
}
.srm-tab .pws_tabs_container ul.pws_tabs_controll {
    margin: 0 !important;
    top: 0px;
    text-align: center;
	
}
@media only screen and (min-width:1600px) and (max-width:1919px){
	header .top-bar {
			background: linear-gradient(to right, #debf29 38%, #debf29 38% 62%);
	}
	
}
@media only screen and (min-width:1280px) and (max-width:1366px){
	header .top-bar {
			background: linear-gradient(to right, #debf29 36%, #debf29 36% 64%);
	}
}
@media only screen and (min-width:992px) and (max-width:1199px){
	header .top-bar {
			background: linear-gradient(to right, #debf29 34.5%, #debf29 34.5% 65.5%);
	}
	header .phone-text h4 {
		font-size: 12px !important;
		line-height: 21px;
		letter-spacing: 1px;
    }
	header .logo {
		width: 120px;
		padding: 12px 0;
	}
	header .hdr-brd {
		right: 10px;
        height: 50px;
   }
	header .site-nav{
		float:right;
	}
	header .phone-text {
        padding-left: 6px !important;
	}
	header .cont-nav ul a {
		padding: 0px 10px;
		font-size: 12px;
		line-height: 20px;
	}
	header .logo-nandi {
		display: block;
		width: 85px;
		padding: 0;
		float: right;
	}
	.idx-abt-sec {
		padding: 60px 0 120px;
	}
	.idx-abt-sec .abt-right-sec {
		padding: 20px 15px 10px;
    }
	.idx-heading {
		font-size: 30px !important;
		line-height: 40px;
		margin-bottom: 15px;
    }
	.idx-vision-sec .idx-vsn-bg {
		padding: 40px 0 40px;
		top: -80px;
		margin-bottom: -30px;
	}
	.idx-vision-sec .idx-vsn-bg h3 {
		font-size: 32px !important;
		line-height: 45px;
	}
	.idx-service-sec {
		padding: 60px 0;
	}
	.idx-service-sec .idx-heading {
		margin-bottom:20px !important;
	}
	.idx-service-sec .service-blk-left .home-qlt-col {
		padding: 20px 10px;
        border-radius: 6px;
		margin-bottom: 15px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col .h-icon {
		width: 40px;
		height: 40px;
       margin-right: 15px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col .h-icon::after {
       right: -5px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col h4 {
		font-size: 14px !important;
		line-height: 24px;
         width: calc(100% - 0px);
	}
	footer .footer-bar {
		padding: 50px 0 40px;
    }
	/* Inner Page Css Start */
	.banner-bar {
		    padding: 80px 0 80px;
	}
	.banner-bar .banner-content h1 {
		font-size: 30px !important;
		line-height: 40px;
		margin-bottom: 20px;
    }
	.contact-sec {
		padding: 60px 0;
	}
	.contact-bar .contact-info {
        height: 190px;
	}
	.contact-bar .s-head {
		font-size: 16px !important;
		line-height: 24px;
	}
	/* Career */
	.product-sec {
		padding: 60px 0;
	}
	.career-sec .abt-left {
		padding: 20px 15px;
	}
	/* Infrastructure */
	.infra-sec {
		padding:60px 0;
	}
	.infra-gape {
		padding-top: 20px;
	}
	.infra-sec .infra-bottom h2 {
		font-size: 20px !important;
		line-height: 26px;
	}
	/* Products */
	.product-sec .product-blk .pro-bottom h4 {
		font-size: 16px !important;
		line-height: 24px;
    }
	.product-sec .product-blk .pro-bottom {
		min-height: 195px;
	}
	.product-sec .product-blk .pro-bottom.min-hgt {
		min-height: 170px;
	}
	/* About Us */
	.inner-abt2 {
		padding: 60px 0;
	}
	.inner-abt2 .com-blk {
		padding: 20px 15px;
       margin-bottom: 30px !important;
		min-height: 120px;
	}
	.owner-outer {
       padding: 20px;
		border-left: 3px solid #f58a21;
       margin-bottom: 30px;
	}
	.owner-outer .owner-pics {
		width: 220px;
	}
	.owner-outer .owner-text {
		width: calc(100% - 220px);
        padding-top: 20px;
	}
	.inner-abt2 .group-heading p {
		font-size: 18px !important;
		line-height: 25px;
	}
	.inner-about-sec.vm-sec {
		padding: 60px 0 40px;
	}
	.inner-about-sec .vsn-blk .icon {
		height: 70px;
		width: 70px;
        margin-bottom:10px !important;
	}
	.inner-about-sec .vsn-blk h4 {
		font-size: 18px !important;
		line-height: 25px;
        margin-bottom: 10px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px) { 
	
	header .cont-nav-outer p {
       padding: 8px 0 !important;
	}
	header .cont-nav {
		margin: 8px 0;
   }
   .ipad-nopadding{
	   padding-left:0 !important;
	   padding-right:0 !important;
   }
   header .logo {
		width: 135px;
		padding: 8px 0;
	}
	header .phone-text h4 {
		font-size: 13px !important;
		line-height: 24px;
		letter-spacing: 1px;
    }
	header .phone-text {
        padding-left: 6px !important;
	}
	.idx-abt-sec {
		padding: 50px 0 100px;
	}
	.idx-abt-sec .abt-right-sec {
		padding: 0px 5px 10px;
    }
	.idx-heading {
		font-size: 24px !important;
		line-height: 32px;
		margin-bottom: 10px;
    }
	.idx-vision-sec .idx-vsn-bg h4 {
		font-size: 20px !important;
		line-height: 27px;
	}
	.idx-vision-sec .idx-vsn-bg {
		padding: 30px 0 30px;
		top: -70px;
		margin-bottom: -30px;
	}
	.idx-vision-sec .idx-vsn-bg h3 {
		font-size: 32px !important;
		line-height: 45px;
	}
	.idx-service-sec {
		padding: 50px 0;
	}
	.idx-service-sec .idx-heading {
		margin-bottom:20px !important;
	}
	.idx-service-sec .service-blk-left .home-qlt-col {
		padding: 20px 10px;
        border-radius: 6px;
		margin-bottom: 15px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col .h-icon {
		width: 25px;
		height: 25px;
       margin-right: 15px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col .h-icon::after {
       right: -8px;
	}
	.idx-service-sec .service-blk-left .home-qlt-col h4 {
		font-size: 10px !important;
		line-height: 20px;
         width: calc(100% - 0px);
	}
	footer .footer-abt {
		padding-right: 0px !important;
	}
	footer .footer-bar {
		padding: 50px 0 40px;
    }
	header .nav-bar {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
		height: 40px;
	}
	header .hdr-brd {
		right: 24px;
		height: 45px;
		top: 12px;
		width: 1px;
	}
	header .cont-nav ul a {
		padding: 0px 8px;
		font-size: 12px;
		line-height: 20px;
	}
	header .logo-nandi {
		display: block;
		width: 85px;
		padding: 0;
		float: right;
	}
	footer .important-link-sec h3 {
        font-size: 15px !important;
		line-height: 24px;
       margin-bottom: 15px!important;
	}
	/* Inner Page Css Start */
	.banner-bar {
		    padding: 70px 0 70px;
	}
	.banner-bar .banner-content h1 {
		font-size: 24px !important;
		line-height: 32px;
		margin-bottom: 15px;
    }
	.contact-sec {
		padding: 50px 0;
	}
	.contact-bar .contact-info {
        height: 200px;
	}
	.contact-bar .s-head {
		font-size: 16px !important;
		line-height: 24px;
	}
	.map-box {
        height: 300px;
	}
	/* Career */
	.product-sec {
		padding: 50px 0;
	}
	.career-sec .abt-left {
		padding: 10px 0px;
	}
	/* Infrastructure */
	.infra-sec {
		padding:50px 0;
	}
	.infra-gape {
		padding-top: 20px;
	}
	.infra-sec .infa-inner-blk h4 {
		font-size: 20px !important;
		line-height: 27px;
	}
	.infra-sec .infra-bottom h2 {
		font-size: 18px !important;
		line-height: 24px;
		font-weight:600;
	}
	.infra-sec .infra-bottom {
		top: -15px;
		margin: 0px 15px -15px !important;
		padding: 8px 10px !important;
	}
	/* Products */
	.product-sec .product-blk .pro-bottom h4 {
		font-size: 14px !important;
		line-height: 24px;
    }
	.product-sec .product-blk .pro-bottom {
		min-height: 232px;
		padding:15px 10px;
	}
	.product-sec .product-blk .pro-bottom.min-hgt {
		min-height: 205px;
	}
	/* About Us */
	.inner-abt2 {
		padding: 50px 0;
	}
	.idx-abt-sec.inner-about-sec .abt-right-sec {
		padding: 20px 10px 10px;
	}
	.inner-abt2 .com-blk {
		padding: 20px 15px;
		margin-bottom: 30px !important;
		min-height: 120px;
	}
	.owner-outer .owner-details h4 {
		font-size: 14px !important;
		line-height: 24px;
	}
	.idx-vision-sec.inner-abt {
		padding: 0 0 70px;
	}
	.inner-abt2 .com-blk h5 {
		font-size: 15px !important;
		line-height: 24px;
    }
	.owner-outer {
       padding: 15px;
		border-left: 3px solid #f58a21;
       margin-bottom: 30px;
	}
	.owner-outer .owner-pics {
		width: 200px;
	}
	.owner-outer .owner-text {
		width: calc(100% - 200px);
        padding-top: 10px;
	}
	.inner-abt2 .group-heading p {
		font-size: 16px !important;
		line-height: 25px;
	}
	.inv-bar .inv-level-1 .inv-level-2 li {
        line-height: 22px;
       font-size: 12px !important;
	}
	.inner-about-sec.vm-sec {
		padding: 50px 0 20px;
	}
	.inner-about-sec .vsn-blk .icon {
		height: 55px;
		width: 55px;
        margin-bottom:10px !important;
	}
	.inner-about-sec .vsn-blk h4 {
		font-size: 16px !important;
		line-height: 25px;
        margin-bottom: 10px !important;
	}
	.inner-about-sec .vsn-blk {
		padding: 0px 0px 10px 10px !important;
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width:320px) and (max-width:767px) { 
	header .top-bar {
		display:none;
	}
	.contact-bar .contact-info {
		min-height: 1px;
		margin: 30px 0 60px;
	}
	header {
		position:fixed;
		width: 100%;
		top: 0;
		z-index: 999;
		background:#FFF !important;
	}
	section.slider {
		position:relative;
		top:82px;
		margin-bottom:82px;
	}
	.idx-abt-sec {
		padding: 40px 0 80px;
	}
	.idx-abt-sec .abt-right-sec {
		padding: 30px 0px 10px;
    }
	
	.idx-heading {
		font-size: 20px !important;
		line-height: 27px;
		margin-bottom: 10px;
    }
	.btn-index {
		min-width: 150px !important;
		padding: 8px 10px !important;
		font-size: 13px !important;
		line-height: 20px;
		border-radius: 6px !important;
		margin-top: 10px !important;
	}
	
	
	.idx-vision-sec .idx-vsn-bg h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.idx-vision-sec .idx-vsn-bg {
		padding:20px 0 20px;
		top: -50px;
		margin-bottom: -30px;
	}
	.idx-vision-sec .idx-vsn-bg h3 {
		font-size: 20px !important;
		line-height: 27px;
	}
	.idx-service-sec {
		padding: 40px 0;
	}
	.idx-vision-sec {
		padding: 0 0 40px;
	}
	.idx-service-sec .idx-heading {
		margin-bottom:20px !important;
	}
	.idx-service-sec .service-blk-left {
		padding: 0px 0px 20px 0;
	}
	.idx-service-sec .service-blk-left .home-qlt-col {
		padding: 20px 10px;
        border-radius: 6px;
		margin-bottom: 15px;
	}
	

	footer .footer-abt {
		padding-right: 0px !important;
	}
	footer .footer-bar {
		padding:40px 0 40px;
    }
	header .nav-bar {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
		height: 40px;
	}
	header .hdr-brd {
		right: 24px;
		height: 45px;
		top: 12px;
		width: 1px;
	}
	footer .important-link-sec h3 {
        font-size: 15px !important;
		line-height: 24px;
       margin-bottom: 15px!important;
	}
	footer .important-link-sec.m-mid{
		margin-bottom:20px !important;
	}
	footer .important-link-sec.m-mid h3{
		display:none;
	}
	footer .footer-bar-bottom {
		padding:15px 0 !important;
   }
	footer .social-nav ul {
        margin: 0 auto !important;
    }
	
	.banner-bar {
		    padding: 50px 0 50px;
			position:relative;
			top:84px;
			margin-bottom:84px;
	}
	.banner-bar .banner-content h1 {
		font-size: 20px !important;
		line-height: 27px;
		margin-bottom: 10px;
    }
	.contact-sec {
		padding: 60px 0 40px;
	}
	.contact-bar .contact-info {
        min-height:1px;
		margin-bottom:60px !important;
	}
	.contact-bar .contact-info.m-last{
		margin-bottom:20px !important;
	}
	.contact-bar .s-head {
		font-size: 16px !important;
		line-height: 24px;
	}
	.map-box {
        height: 300px;
	}
	/* Career */
	.product-sec {
		padding: 40px 0 30px;
	}
	.career-sec .abt-left {
		padding: 30px 0px 0;
	}
	/* Infrastructure */
	.infra-sec {
		padding:40px 0;
	}
	.infra-sec .infa-inner-blk h4 {
		font-size: 20px !important;
		line-height: 27px;
    }
	.infra-sec .infra-bottom {
		margin: 0px 20px 0px !important;
	}
	.infra-sec .infra-bottom h2 {
		font-size: 18px !important;
		line-height: 25px;
    }
	.infra-gape3{
		margin-top:0;
	}
	/* Products */
	.product-sec .product-blk .pro-bottom h4 {
		font-size: 18px !important;
		line-height: 24px;
		
    }
	.product-sec .product-blk .pro-bottom {
		min-height: 1px;
		padding:20px 15px;
		
	}
	.product-sec .product-blk {
		margin-bottom:30px !important;
	}
	.product-sec .product-blk .pro-bottom.min-hgt {
		min-height: 205px;
	}
	.product-gape {
		margin-top: 0px;
	}
	.idx-abt-sec.inner-about-sec .abt-right-sec {
		padding: 20px 0px 10px;
	}
	.owner-outer {
		padding: 0px;
		margin-bottom: 50px;
		border-bottom: 1px solid #f58a21;
		border-left:none;
	}
	.owner-outer .owner-pics {
		width: 100%;
	}
	.owner-outer .owner-details h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.idx-vision-sec.inner-abt {
		padding: 0 0 20px;
	}
	.inner-abt2 {
		padding: 40px 0;
	}
	.inner-abt2 .group-heading p {
		font-size: 16px !important;
		line-height: 24px;
    }
	.inner-abt2 .com-blk {
		padding: 20px 15px;
       border-left: 3px solid #f78a17;
		margin-bottom: 30px !important;
		min-height: 1px;
	}
	.inner-abt2 .com-blk h5 {
		font-size: 16px !important;
		line-height: 24px;
   }
   header .logo-bar {
		padding: 0 0px;
   }
   header .logo {
		width: 155px;
		padding: 11px 0;
	}
	.contact-bar .contact-info {
		min-height: 1px;
        margin: 30px 0 60px;
	}
	.contact-bar .contact-info {
        min-height: 1px;
		padding: 50px 10px 30px;
       margin: 30px 0 60px;
	}
	.owner-outer .owner-text {
		width: 100%;
		padding:20px 15px 10px;
	}
	.inner-abt2 .com-blk h4.dir-head {
		font-size: 16px !important;
		line-height: 25px;
       margin-bottom: 5px !important;
	}
	.inner-abt2 .com-blk h4.dir-head span {
		font-size: 14px !important;
		line-height: 24px;
        margin-bottom: 5px !important;
	}
	.inner-about-sec.vm-sec {
		padding: 40px 0 20px;
	}
	.inner-about-sec.vm-sec .vsn-blk-left {
		margin-bottom:20px !important;
	}
	.inner-about-sec .vsn-blk .icon {
		height: 55px;
		width: 55px;
        margin-bottom:10px !important;
	}
	.inner-about-sec .vsn-blk h4 {
		font-size: 16px !important;
		line-height: 25px;
        margin-bottom: 10px !important;
	}
	.inner-about-sec .vsn-blk {
		padding: 0px 0px 10px 0px !important;
		margin-bottom: 30px !important;
	}
	.inv-bar .inv-level-1 .inv-level-2 li {
		margin-bottom:10px !important;
	}
	
}	










