.idx-about-sec{
	padding:80px 0;
	position:relative;
}
.idx-about-sec .abt-left{
	padding:60px 15px 30px;
	position:relative;
}

.idx-about-sec.product-sec .abt-left{
	padding:20px 15px 30px;
	position:relative;
}
.idx-about-sec .abt-right img{
	max-width:100%;
}
.idx-heading span{
	display:block;
	width:100%;
	font-size:16px !important;
	line-height:24px;
	color:#f87805;
	font-weight:600;
	margin-bottom:10px !important;
	padding-left:15px;
	position:relative;
}
.idx-heading span:before{
	position:absolute;
	content:"";
	top:0;
	left:0px;
	height:24px;
	width:3px;
	background:#f87805;
}
.idx-heading{
	font-size:35px !important;
	line-height:50px;
	font-weight:700;
	color:#090909 !important;
	text-transform:capitalize;
	margin-bottom:20px !important;
	font-family: 'Noto Serif', serif !important;
}
.idx-about-sec .abt-left h4{
	font-size:24px !important;
	line-height:32px;
	color:#090909 !important;
	text-transform:capitalize;
	font-weight:700;
	margin-bottom:20px !important;
	margin-top:20px !important;
}
.idx-about-sec .abt-left p{
	font-size:14px !important;
	line-height:24px;
	color:#777;
	text-align:left;
}
.idx-btn{
	width:150px;
	padding:8px 12px !important;
	background:#f87805;
	color:#FFF !important;
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	line-height:24px;
	margin-top:20px !important;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none;
}
.idx-btn span i{
	font-size:18px !important;
	line-height:30px;
	color:#FFF;
	margin-left:15px;
	font-weight:300;
}
.idx-btn:hover{
	background:#606060 !important;
	color:#FFF !important	
}
.idx-btn:hover span i{
	color:#FFF !important;
}
.idx-about-sec .since-overlay .since-text{
	position: absolute;
    padding:20px 15px;
    background: #090909;
	border:10px solid #FFF;
	height:150px;
	width:200px;
    color:#f87805 !important;
    font-size: 24px !important;
	line-height:40px;
  	font-weight:700;
    left: 50%;
    top: 50%;
    margin-right: 50%;
    margin-bottom: 50%;
    -webkit-transform: translate(-50%, -50% );
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align:center;
}
.idx-about-sec .since-overlay .since-text span{
	display:block;
	font-size:40px !important;
	color:#FFF;
	font-weight:700;
}

/* */

.idx-benefits-sec{
	padding:80px 0;
	position:relative;
	background:#f6f6f6;
}
.idx-benefits-sec .benefits-heading p{
	font-size:16px !important;
	line-height:24px;
	color:#777;
	text-align:center;
	
}
.idx-benefits-sec .service-blk{
	margin: 50px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
	background:#fff;
	position:relative;
	overflow:visible !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.idx-benefits-sec .service-blk  .co-top{
	position:relative; 
	overflow:hidden;
	
}
.idx-benefits-sec .service-blk  .co-top img{
	max-width:100%;
}
/* .idx-benefits-sec .service-blk .co-top:after{ */
	/* content: ""; */
    /* width: 110%; */
    /* height: 70px; */
    /* background-color: #fff; */
    /* position: absolute; */
    /* top: -47px; */
    /* right: -15px; */
    /* z-index: 4; */
    /* -webkit-transform: rotate(-7deg); */
    /* -moz-transform: rotate(-7deg); */
    /* -ms-transform: rotate(-7deg); */
    /* -o-transform: rotate(-7deg); */
    /* transform: rotate(-7deg); */
/* } */

.idx-benefits-sec .service-blk .pro-detail {
    bottom: -70px;
}
.idx-benefits-sec .service-blk .product-name{
	position: absolute;
    left: 0px;
    right: 0px; 
   bottom: -103px;
	min-height: 120px;
    background-color: rgba(252, 120, 3, 1);
    padding: 15px 10px;
    box-sizing: border-box;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.idx-benefits-sec .service-blk .product-name .prd-inner{
	z-index:99;
	position:relative;
	top:0;
	width:100%;
	background:#fcca03;
}
.idx-benefits-sec .service-blk .product-name  h4{
	font-size:18px !important;
	line-height:24px;
	color:#FFF;
	margin-bottom:10px !important;
	font-weight:600;
	font-family: 'Noto Serif', serif !important;
}
.idx-benefits-sec .service-blk .product-name p {
	font-size: 12px !important;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 10px !important;
	
	letter-spacing: 1px;
}
.idx-benefits-sec .service-blk .product-name a{
	color:#000 !important;
	margin-top:5px !important;
}
.idx-benefits-sec .service-blk:hover .pro-detail{
	 top: 0px;
}

.pro-detail p:first-child {margin-bottom: 10px !important;}
.pro-detail p:nth-child(4) {
	display:none
}
.idx-benefits-sec .service-blk:hover .product-name{
	 bottom:0px;
}
.idx-benefits-sec .service-blk:hover .product-name p:first-child {
	margin-bottom: 2px !important;
}



.idx-benefits-sec .idx-heading{
	text-align:center;
}

/* */
.idx-quality-service{
	background: url(../design_img/service-banner-01.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.idx-quality-service .high-quality-block{
	text-align:center;
}

.idx-quality-service .high-quality-block h2{
	font-size:35px !important;
	line-height:45px !important;
	font-weight:600;
	text-transform:uppercase;
	color:#FFF !important;
	margin-bottom:0 !important;
}
.idx-quality-service .high-quality-block .brder{
	background:#FFF;
	width:50px;
	height:2px;
	display:inline-block;
}
.idx-quality-service .high-quality-block p{
	font-size:14px !important;
	line-height:22px !important;
	color:#FFF;
	padding-top:10px !important;
	margin-bottom:15px !important;
}
.idx-quality-service .choose-blk{
	padding:20px;
	position:relative;
	text-align:center;
} 
.idx-quality-service .choose-blk .h-icon{
	margin:0 auto 10px !important;
	width:80px;
}
.idx-quality-service .choose-blk .h-icon img{
	max-width:100%;
}
.idx-quality-service .choose-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#FFF !important;
	font-weight:400;
}
/* */
.idx-consultion-sec{
	padding:80px 0;
	background:url(../design_img/bg-2.jpg) no-repeat center center;
	background-size:cover;
	/* background-attachment: fixed; */
	position:relative;
	/* width:100%; */
}
.idx-consultion-sec .consult-form{
	padding:35px 15px 0;
	position:relative;
	background:#f6f6f6;
	
}
.idx-consultion-sec .idx-heading{
	padding-left:15px !important;
}
.cont-height{
	width:100%;
	height:300px !important;
}
.req-form-skt{
	width: 100%;
   position:relative;
}
.req-form-skt .req-blk-inner{
	width:100%;
	 float: left;
    padding: 0px;
}
.req-form-skt .form-control{
	border:none !important;
	border:1px solid #c8ced4 !important;
	background:#FFF !important;
	padding:12px 15px !important;
}
.req-form-skt .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f78a17 !important;
    color: #7c7c7c !important;
}
.req-form-skt .idx-btn {
   width:160px;
	padding:9px 12px !important;
	background:#2f7837;
	color:#FFF !important;
	text-align:center;
	font-size:16px;
	letter-spacing:1px;
	line-height:24px;
	margin-top:20px !important;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none;
	font-weight:600;
}
.req-form-skt .idx-btn:hover{
	background:#090909;
}
.idx-form{
	padding-left:0 !important;
	padding-right:0 !important;
}
.idx-partner{
	padding:60px 0;
	position:relative;
}
.idx-partner .tech-logo{
	margin:0 auto;
}
.idx-partner .tech-logo img{
	max-width:80%;
	margin:0 auto;
}
.idx-heading.client-heading{
	text-align:center;
	margin-bottom:40px;
	color:#FFF !important;
}
/* Inner Page Css Start */
.inner-about-sec2{
	padding:80px 0;
	position:relative;
	background:#f6f6f6;
}
.inner-about-sec2 .vsn-block{
	padding:40px 20px 20px;
	position:relative;
	background:#FFF;
	min-height:221px;
}
.inner-about-sec2 .vsn-block .h-icon{
	width: 70px;
    height: 70px;
    background: #f87805;
    position: absolute;
    bottom: calc(100% - 30px);
    left: calc(50% - 35px);
    text-align: center;
    border-radius: 100%;
    line-height: 63px;
    border: 3px solid #fff;
}
.inner-about-sec2 .vsn-block .h-icon img{
	max-width:100%;
	padding:12px;
}
.inner-about-sec2 .vsn-block h4{
	font-size:22px !important;
	line-height:30px;
	color:#090909;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:15px !important;
	font-family: 'Noto Serif', serif !important;
	text-align:center;
	margin-top:10px !important;
}
.inner-about-sec2 .vsn-block p{
	text-align:left;
	font-size:14px !important;
	line-height:24px;
	color:#777;
}

/* Date 16-10-2021 */
.portfolio-sec .gallery-outer{
	margin-bottom: 40px !important;
}
.portfolio-sec .gallery{
	position: relative;
    overflow: hidden;
	border-radius:0px;
	/* height:220px; */
	border:1px solid #f01444;
	/* margin-bottom:30px; */
}
.portfolio-sec .gallery{
	border:1px solid #e5e5e5;
	height:auto;
}
.portfolio-sec .gallery img{
	display: block;
   position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  max-width:100%;
}
.portfolio-sec .gallery:hover  img{
 -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
} 
.portfolio-sec  .gallery-content{
	padding:15px 15px 10px !important;
	border-bottom: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	min-height:190px;
}
.portfolio-sec  .gallery-content  h4{
	font-size: 18px !important;
    line-height: 24px;
    font-weight: 700;
    color: #090909 !important;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif', serif !important;
}
.portfolio-sec  .gallery-content p{
	font-size: 14px !important;
    line-height: 24px;
    color: #777;
    text-align:left;
}
.clear-fix{
	clear:both;
}

* Contact Us */
.cont-gape{
	margin-top:80px;
}
.inner-contact-sec .cont-form h2 {
    font-size: 30px !important;
    line-height: 40px;
    color: #090909;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px !important;
    padding-left: 15px !important;
}
.inner-contact-sec .cont-form {
    padding: 30px 20px 30px;
    position: relative;
    z-index: 9;
    background: #f6f6f6;
	margin-top:60px !important;
}
.contact-form-height {
    width: 100%;
    height: 320px !important;
}
.contact-form-nitin .nitin-btn{
	padding: 10px 15px !important;
    background:#f87805;
    font-size: 13px !important;
    line-height: 24px;
    color: #FFF !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    min-width: 150px;
    margin-bottom: 20px !important;
	margin-top:10px !important;
}
.contact-form-nitin .form-group .form-control {
    border-radius: 0!important;
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: auto;
	border-color:#090909;
}
.contact-form-nitin .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f87805;
    color: #777;
}
.contact-form-nitin .nitin-btn:hover{
	background:#606060!important;
	color:#FFF !important;
}
.inner-contact-us  .cont-form h2{
	font-size: 30px !important;
    line-height: 40px;
    color: #FFF;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
    margin-bottom: 20px !important;
	padding-left:15px !important;
}
.map-box{
	width:100%;
	height:443px;
}
.contact-form-nitin .form-group {
    position: relative;
    margin-bottom: 5px !important;
}
.idx-time-sec .abt-time-sec img {
	max-width:100%;
}
.contact-form-nitin ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
.contact-form-nitin ::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
.contact-form-nitin :-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
.contact-form-nitin :-moz-placeholder { /* Firefox 18- */
  color:#000;
}
.contact-bar .contact-info {
 position:relative;
 width: 100%;
 min-height:200px;
 padding:50px 10px 30px;
 background:#f6f6f6;
 border-radius:5px;
 margin:30px 0 40px; 
}
.contact-bar .contact-info.sec-row{
	min-height:200px;
}
.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: #f87805;
 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:#333;
 font-size:14px;
 text-align:center;
}
.contact-bar .inner-box .text h4 {
 font-size: 22px;
 color: #000;
 margin-bottom: 5px !important;
 margin-top: 0px !important;
}
.contact-bar .inner-box .text a {
 color:#999!important;
}
.contact-bar .inner-box .text a:hover{
	color:#90d9ec !important;
}
.contact-bar .inner-box .text p {
 font-size:14px !Important;
 font-weight:400;
 line-height:24px;
 color:#999;
}
.contact-bar .inner-box .text p:after {
	 content:'';
	 position:absolute;
	 width:60px;
	 height:1px;
	 background:#999;
	 bottom:28px;
	 left:50%;
	 margin-left:-30px;
}
.tech-gape{
	margin-top:50px;
}
.inner-about-sec2.tech-sec .vsn-block {
    padding: 40px 20px 20px;
	min-height: 192px;
}
.inner-about-sec2.tech-sec .vsn-block h4 {
    font-size: 20px !important;
    line-height: 27px;
	position:relative;
}
.inner-about-sec2.tech-sec .vsn-block h5 {
	font-size:16px !important;
	content:'';
	line-height:24px;
	color:#fcca03;
	left:45%;
	margin-right:45%;
	font-weight:600;
   -webkit-transform: translate(0%, -45% );
    -ms-transform: translate(0%, -45%);
    transform: translate(0%, -45%);
	position:absolute;
	bottom:0;
}

/* Date 10 Nov 2021 */

/* Quick Enquiry */
.right-enquiry-form-height{
	width:100%;
	height:350px;
}
.quickenq-form-hansea .form-group {
   margin-bottom:0px !important;
}
.quickenq-form-hansea .form-group .form-control:focus {
    border-color: #151515;
    color: #777 !important;
}
.quickenq-form-hansea .hansea-btn{
	background: #20b2aa;
    min-width: 120px;
    padding: 4px 1px !important;
    color: #FFF !important;
    text-transform: capitalize;
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
}

.quickenq-form-hansea .form-group .form-control {
    border-radius: 0!important;
    box-shadow: none;
    background: none;
    padding: 4px 5px;
    height: auto;
	font-size:12.5px;
	background:#FFF;
}


.abt-sec2{
	padding:80px 0 80px;
	position:relative;
	background:#F2F2F2;
}

.abt-sec2 .owner-heading{
	text-align:center;
}
.abt-sec2 .owner-heading h2{
	line-height: 40px!important;
    font-weight: 600;
    font-size: 30px !important;
    color: #f87805;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}



.owner-outer{
	position:relative;
	padding:30px;
	background:#FFF;
}
.owner-outer img{
	max-width:100%;
}
.owner-outer .owner-details{
	position: absolute;
    /* top: 40%; */
    /* right: -130px; */
    padding: 15px 15px;
    width:100%;
	left:0 !important;
    display: block;
    background:#f87805;
    text-align: center;
	bottom:-24px;
	
}
.owner-outer .owner-details h4{
	font-size:18px !important;
	line-height:24px;
	font-weight:600;
	color:#FFF;
}
.owner-outer .owner-sub-details {
	font-size:16px !important;
	line-height:24px;
	font-weight:600;
	color:#FFF;
}





@media only screen and (min-width:1600px) and (max-width:1919px){
	
}
@media only screen and (min-width:1280px) and (max-width:1366px){
	section.slider {
		height:580px;
		overflow:hidden
	}	
}
@media only screen and (min-width:992px) and (max-width:1199px) { 
	section.slider {
		height:560px;
		overflow:hidden
	}	
	header .logo {
       width: 170px;
	}
	header .btn-enquire {
		width: 135px;
		font-size: 14px;
	    line-height: 22px;
		padding: 8px 15px !important;
	}
	.idx-about-sec {
		padding: 60px 0;
	}
	.idx-about-sec .abt-left {
		padding: 20px 15px 10px;
	}
	.idx-heading {
		font-size: 27px !important;
		line-height: 35px;
		margin-bottom: 15px !important;
	}
	.idx-btn{
		width:120px;
		padding:8px 12px !important;
		font-size:14px;
		margin-top:15px !important;
	}
	.idx-btn span i{
		font-size:18px !important;
		line-height:30px;
		color:#FFF;
		margin-left:15px;
		font-weight:300;
	}
	.idx-benefits-sec {
		padding: 60px 0;
	}
	.idx-benefits-sec .service-blk{
		margin: 30px 15px 20px;
	}
	.idx-benefits-sec .service-blk .product-name.sprd-name-size {
		bottom: -120px;
		min-height: 140px;
	}
	.idx-benefits-sec .service-blk .product-name h4 {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 10px !important;
	}
	.idx-quality-service {
		padding: 60px 0;
	}
	.idx-quality-service .high-quality-block h2 {
		font-size: 27px !important;
		line-height: 35px !important;
    }
	.idx-quality-service .choose-blk {
		padding: 20px 10px 0;
	}
	.idx-quality-service .choose-blk .h-icon {
		width: 60px;
	}
	.idx-partner {
		padding: 50px 0;
	}
	/* Inner page Css Start */
	.banner-bar {
       padding: 150px 0 40px;
	}
	.banner-bar .banner-content h1 {
			font-size: 32px !important;
			line-height: 45px;
    }
	.inner-about-sec2 {
		padding: 80px 0 60px;
	}
	.inner-about-sec2 .vsn-block {
		padding: 40px 20px 20px;
		position: relative;
		background: #FFF;
		min-height: 221px;
	}

	.abt-sec2 {
		padding: 60px 0 60px;
    }

	.owner-outer .owner-details {
			padding: 10px 15px;
	}
	.owner-outer {
		padding: 20px;
	}
	.owner-outer .owner-details h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.abt-sec2 .owner-heading h2 {
		line-height: 35px!important;
        font-size: 27px !important;
        margin-bottom: 15px !important;
	}
	.map-box {
		height: 380px;
	}
	.right-enquiry-form-height{
		height:240px;
	}
	
}
@media only screen and (min-width:768px) and (max-width:991px) {
	section.slider {
		height:430px;
		overflow:hidden
	}	
	header {
       border-bottom: 5px solid #fcca03;
	}
	.idx-about-sec {
		padding: 50px 0;
	}
	.idx-about-sec .abt-left {
		padding: 0px 0px 10px;
	}
	.idx-heading {
		font-size: 24px !important;
		line-height: 32px;
		margin-bottom: 10px !important;
	}
	header .logo {
		width: 140px;
	}
	.idx-btn{
		width:120px;
		padding:8px 12px !important;
		font-size:14px;
		margin-top:15px !important;
	}
	.idx-btn span i{
		font-size: 16px !important;
		line-height: 27px;
		color: #FFF;
		margin-left: 5px;
		font-weight: 300;
	}
	.idx-benefits-sec {
		padding: 50px 0;
	}
	.idx-benefits-sec .service-blk{
		margin: 30px 15px 20px;
	}
	.idx-benefits-sec .service-blk .product-name {
		bottom: -100px;
	}
	.idx-benefits-sec .service-blk .product-name.sprd-name-size {
		bottom: -100px;
		min-height: 140px;
	}
	.idx-benefits-sec .benefits-heading p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.idx-benefits-sec .service-blk .product-name h4 {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 10px !important;
	}
	.idx-quality-service {
		padding: 50px 0;
	}
	.idx-quality-service .high-quality-block h2 {
		font-size: 24px !important;
		line-height:32px !important;
    }
	.idx-quality-service .choose-blk {
		padding: 20px 0px 0;
	}
	.idx-quality-service .choose-blk p {
		font-size: 12px !important;
		line-height: 20px;
	}
	.idx-quality-service .choose-blk .h-icon {
		width: 55px;
	}
	.idx-partner {
		padding: 50px 0;
	}
	.idx-about-sec .since-overlay .since-text {
		padding: 12px 8px;
		border: 5px solid #FFF;
		height: 100px;
		width: 150px;
		font-size:18px !important;
		line-height: 27px;
		left: 50%;
		top: 50%;
		margin-right: 50%;
		margin-bottom: 50%;
		-webkit-transform: translate(-50%, -50% );
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.idx-about-sec .since-overlay .since-text span {
		font-size: 30px !important;
	}
	.idx-quality-service .choose-blk p {
		font-size: 12px !important;
		line-height: 20px;
	}
	.idx-consultion-sec{
		padding:50px 0;
	}
	.idx-consultion-sec .consult-form {
		padding: 20px 20px 0;
	}
	.ipad-clearfix{
		clear:both;
	}
	footer .important-link-sec.serv-left {
		padding-left: 0px !important;
	}
	footer .footer-bar {
		padding: 40px 0;
	}
	.important-link-sec{
		margin-bottom:20px;
	}
	footer .important-link-sec h3 {
		font-size: 14px !important;
		margin-bottom: 20px!important;
	}
	/* Inner page Css Start */
	.banner-bar {
       padding: 120px 0 40px;
	}
	.banner-bar .banner-content h1 {
			font-size: 27px !important;
			line-height: 35px;
    }
	.inner-about-sec2 {
		padding:60px 0 50px;
	}
	.inner-about-sec2 .vsn-block {
		padding: 30px 15px 20px;
		min-height: 260px;
	}
	footer .footer-abt .logo img {
		max-width: 60%;
	}
	.no-padding-ipad{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	header .site-nav {
		margin-top: 0px;
	}
	header .logo-bar {
       padding: 8px 0 16px;
	}
	header .logo {
       width: 150px;
	}
	header .btn-enquire {
		width: 120px;
		font-size: 12px;
	    line-height: 20px;
		padding: 7px 10px !important;
	}
	header .nav-bar{
		margin-top:12px !important;
	}

	.abt-sec2 {
		padding: 50px 0 40px;
    }
.abt-sec2 .owner-heading h2 {
		line-height: 32px!important;
		font-size: 24px !important;
	}

.abt-sec2 .owner-heading h2 {
		line-height: 32px!important;
		font-size: 24px !important;
	}
.owner-outer {
		padding: 15px;
	}
 .owner-outer .owner-details h4 {
		font-size: 15px !important;
		line-height: 22px;
    }
	.owner-outer .owner-details {
		padding: 8px 5px;
		bottom:-20px !important;
   }
   .owner-outer .owner-sub-details {
		font-size: 12px !important;
		line-height: 24px;
    }
	.map-box {
		height: 300px;
	}
	.right-enquiry-form-height{
		height:200px;
	}
   
   
}
@media only screen and (min-width:320px) and (max-width:767px){ 
	
   header .social-nav li a .fa {
		width: 30px;
		height: 30px;
		line-height: 30px;
       font-size: 14px;
    }
	header {
		position:fixed;
		border-bottom: 5px solid #fc7803;
		z-index:999;
		width:100%;
	}
	section.slider {
		position: relative;
		width: 100%;
		/* height: 100%; */
		height:auto;
		overflow: hidden;
		top:112px;
		margin-bottom:112px;
	}
	.idx-about-sec {
		padding: 40px 0;
	}
	.idx-about-sec .abt-left {
		padding: 0px 0px 20px;
	}
	.idx-heading span {
		font-size: 14px !important;
		line-height: 24px;
		margin-bottom: 10px !important;
		padding-left: 10px;
	}
	.idx-heading span:before {
		width: 2px;
	}
	.idx-heading {
		font-size: 20px !important;
		line-height: 27px;
        margin-bottom: 10px !important;
	}
	.idx-btn {
			width: 135px;
			font-size: 14px;
			letter-spacing: 1px;
			line-height: 24px;
			margin-top: 10px !important;
	}
	.idx-btn span i {
		font-size: 15px !important;
		line-height: 24px;
		margin-left: 10px;
	}
	.idx-about-sec .abt-right{
		margin-top:30px;
	}
	.idx-benefits-sec {
		padding: 40px 0;
	}
	.idx-benefits-sec .benefits-heading p {
		font-size: 14px !important;
		line-height: 24px;
   }
   .idx-benefits-sec .service-blk {
		margin: 30px 0px 10px;
	}
	.idx-quality-service {
		padding: 40px 0;
	}
	.idx-quality-service .high-quality-block h2 {
		font-size: 20px !important;
		line-height: 27px !important;
	}
	.idx-quality-service .choose-blk {
		padding: 20px 0;
	}
	.idx-partner {
		padding: 40px 0;
	}
	.idx-consultion-sec .consult-form {
		padding: 20px 0px 0;
	}
	.req-form-skt .idx-btn {
		width: 135px;
		padding: 8px 12px !important;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px !important;
	}
	footer .footer-bar {
		padding: 40px 0;
		border-top: 5px solid #fcca03;
	}
	footer .footer-abt {
		padding-right: 0px;
	}
	footer .footer-abt .social-sec {
		padding: 10px 0 0px;
	}
	footer .important-link-sec h3 {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 10px!important;
		margin-top:20px !important;
	}
	footer .important-link-sec.serv-left {
		padding-left: 0px !important;
	}
	/* Inner Page Css Start */
	.banner-bar {
		padding: 120px 0 30px;
		position:relative;
		top:100px;
		margin-bottom:100px;
	}
	.banner-bar .banner-content h1 {
			font-size: 24px !important;
			line-height: 32px;
    }
	.inner-about-sec2 {
		padding:60px 0 40px;
	}
	.inner-about-sec2 .vsn-block {
		padding: 30px 15px 20px;
		min-height: 1px;
		margin-bottom:60px;
	}
	.inner-about-sec2 .vsn-block.m-last{
		margin-bottom:0 !important;
		
	}
	header .logo {
		width: 140px;
		margin-top: 0px;
	}
	header .logo-bar {
   		padding: 10px 0;
	}
	.contact-bar .contact-info {
		margin: 30px 0 60px;
		padding:50px 10px 10px;
		min-height:1px !important;
	}
	.inner-contact-sec .cont-form h2 {
		font-size: 20px !important;
		line-height: 27px;
		margin-bottom: 20px !important;
		padding-left: 15px !important;
	}
	.inner-contact-sec .cont-form {
		padding: 20px 0px 10px;
		margin-top:30px !important;
	}
	.map-box{
		height: 320px;
	}
	.whats-desk{
		display:none;
	}
	.whats-mobile{
		display:block;
	}
	.social-chat-icon .cont-nav ul li img {
		max-width: 40px;
	}
	.footer-social-icon .whats-mobile{
		display:block;
	}
	header .btn-enquire{
		display:none;
	}
	.portfolio-sec .gallery-content {
		padding: 15px 15px 10px !important;
		min-height: 1px;
	}

	.abt-sec2 {
		padding: 30px 0 30px;
	}
	.abt-sec2 .owner-heading h2 {
		line-height: 27px!important;
		font-size: 20px !important;
		margin-bottom: 20px !important;
	}
	.owner-outer {
		padding: 10px;
		margin-bottom:60px !important;
	}
	.owner-outer .owner-details {
		padding: 10px 10px;
	}
	.map-box {
		height: 260px;
		margin-bottom:30px !important;
	}
	.contact-form-height {
		height: 430px !important;
	}
	footer .footer-abt .logo img {
		max-width: 50%;
	}
	.right-enquiry-form-height{
		height:165px;
	}
}