.sld-bottom{
	/* padding:20px 0; */
	position:relative;
	background:#F2F2F2;
}
.cont-info-block{
	display:block;
	width:100%;
}
.cont-info-block .cont-info-icon{
	width: 60px;
    border: 2px solid #1f1a17;
    display: inline-block;
    vertical-align: top;
    padding: 6px;
}
.cont-info-block .cont-info-icon img{
	max-width:100%;
}
.cont-info-block .cont-info-text {
    width: calc(100% - 65px);
    display: inline-block;
    color: #1f1a17;
    font-weight: 600;
    padding: 8px 0 0 10px;
}
.cont-info-block .cont-info-text h4{
	font-size:18px !important;
	line-height:27px;
	color:#f87805;
	font-weight:700;
	margin-bottom:5px !important;	
}
.cont-info-block .cont-info-text p{
	font-size:13px !important;
	line-height:22px;
	color:#777;
	font-weight:400;
}
.sld-bottom .qual-block-outer{
	width:100%;
	z-index:99;
	position:relative;
	margin-top:-130px;
}
.sld-bottom .qual-block{
	padding:30px;
	background:#0b2b43;
	float:left;
	width:50%;	
	min-height:214px;
}
.sld-bottom .pro-details.qual-blk2{
	background:#0b2b43 !important;
}
.sld-bottom .qual-block.pro-details{
	background:#f87805;
	text-align: center;
}
.sld-bottom .qual-block.pro-details .h-icon{
	width:60px !important;
	position:relative;
	margin:0 auto 10px !important;
}
.sld-bottom .qual-block.pro-details .exper-heading {
    position: relative;
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 700;
    color: #FFF !important;
    right: 0px !important;
}
.sld-bottom .qual-block.pro-details .h-icon img{
	max-width:100%;
}
.sld-bottom .qual-block h4{
	font-size:22px !important;
	line-height:30px;
	font-weight:600;
	margin-bottom:10px !important;
	color:#FFF !important;
}
.sld-bottom .qual-block p{
	font-size:14px !important;
	line-height:24px;
	color:#FFF !important;
	font-weight:400;
}
.sld-bottom .qual-block .read-text{
	font-size:15px !important;
	line-height:24px;
	color:#f87805 !important;
	font-weight:600;
}


.idx-abt-sec{
	padding:80px 0;
	position:relative;
}
.idx-abt-sec .abt-left{
	position:relative;
}
.idx-abt-sec .abt-left img{
	max-width:100%;
	position:relative;
	z-index:2;
}
.idx-abt-sec .abt-left .inside-brd{
	position:absolute;
	border:3px solid #f47922;
	left:80px;
	right:80px;
	top:60px;
	bottom:60px;
	z-index:1;
}

.box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 450px;
  /* background: #111845a6; */
  box-sizing: border-box;
  overflow: hidden;
  /* box-shadow: 0 20px 50px rgb(23, 32, 90); */
  border: 2px solid #e5e5e5;
  color: white;
  padding: 20px;
}

.box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}

.box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}

.box span:nth-child(2)
{
  transform:rotate(90deg);
}

.box span:nth-child(3)
{
  transform:rotate(180deg);
}

.box span:nth-child(4)
{
  transform:rotate(270deg);
}

.box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: #f87805;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  } 
} 

.idx-abt-sec .abt-right {
	padding:60px 30px;
	position:relative;
}
.idx-heading{
	font-size:36px !important;
	line-height:45px;
	color:#0b2b43 !important;
	font-weight:700;
	margin-bottom:20px !important;
	font-family: 'Source Sans 3', sans-serif;
}
.idx-heading span{
	color:#f87805 !important;
}

.idx-abt-sec .abt-right p{
	font-size:14px !important;
	line-height:24px !important;
	color:#777;
	font-weight:400;
	text-align: justify;
}
.idx-btn-more{
	width: 150px;
    display: block;
    background: #f87805;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 15px !important;
    border: 1px solid #f87805;
    clear: left;
    text-align: center;
    margin-top: 30px !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;
	
}
.idx-btn-more:hover{
	background: #0b2b43 !important ;
	border-color: #0b2b43 !important;
}


/*Service Section */
.idx-services{
	padding:80px 0 70px!important;
	background:#f2f2f2;
	position:relative;
}
/*.idx-services:before{
	content: '';
	position: absolute;
	top: 0;left: 0;
	background:#f6f6f6;
	height: 50%;
	width: 100%;
}*/
.idx-services .services-heading{
	text-align:center;
	margin-bottom:30px;
}
.idx-services .idx-head-upper {
    font-size: 15px !important;
    line-height: 30px;
    color: #f96003;
    text-transform: uppercase;
    font-weight: 800;
	width:100%;
    margin-bottom: 10px !important;
}
.idx-services .idx-head-upper:after {
    position: absolute;
    content: "";
    top: 30px;
    height: 2px;
    width: 115px;
    background: #f96003;
	 display: flex;
    justify-content: center;
	left: 41%;
	-webkit-transform: translateX(40%);
	-ms-transform: translateX(40%);
	transform: translateX(40%);
}
.idx-services .services-blk{
	margin: 0px 15px 20px;
	padding:20px 15px;
	-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-services .services-blk .co-top{
	position:relative; 
	overflow:hidden; 
	display:block;
}
.idx-services .services-blk .co-top img{ max-width:100%;-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; }
.idx-services .services-blk:hover .co-top img{
	transform:scale(1.2);
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(32, 53, 96, 0.90);
}
.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(32, 53, 96, 0.90);
}
.idx-services .services-blk:hover .overlay-style-two{
	opacity:1;
}

.idx-services .services-blk:hover .overlay-style-two:before {
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}
.idx-services .services-blk:hover .overlay-style-two:after{
	opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}


.idx-services .services-blk .co-bottom{ padding:20px 14px; min-height:183px; position:relative;}
.idx-services .services-blk .co-bottom .small-icon{
	position:absolute;
	top:-20px;
	right:20px;
	background:#FFF !important;
	height:50px;
	text-align:center;
	width:50px;
	border-radius:50%;
	z-index:999;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 9%);
}
.idx-services .services-blk .small-icon img{
	line-height:50px;
	max-width:30px;
	padding-top:8px;
}
.idx-services .services-blk:hover .co-bottom .small-icon{
	background:#f78a17 !important;
}
.idx-services .services-blk:hover .co-bottom .small-icon img{
	filter:brightness(0) invert(1);
}
.idx-services .services-blk .co-bottom h4{
	color:#0b2b43;
	font-weight:800; 
	font-size:20px !important;
	line-height:27px !important;
	margin-bottom:10px!important;
}
.idx-services .services-blk .co-bottom p{
	font-size:14px !important;
	line-height:24px;
	color:#7c7c7c;
	text-align: justify;
}
.idx-services .services-blk .btn-outer{
	position:relative;
	text-align:center;
}
.idx-services .services-blk .btn-outer .btn-link{
	position:absolute;
	bottom:-20px;
	height:40px;
	width:40px;
	background:#FFF;
	padding:5px;
	margin:0 auto;
	border:1px solid #e5e5e5;
	left:45%;
}
.idx-services .services-blk .btn-outer .btn-link i{
	font-size: 12px !important;
    line-height: 30px;
    color: #000;
    margin-left: 0px;
    font-weight: 100;
}
.idx-services .services-blk .btn-outer .btn-link:hover{
	background:#f96003;
}
.idx-services .services-blk .btn-outer .btn-link:hover i{
	color:#FFF;
}
.link-more{
	font-size:14px !important;
	color:#f87805 !important;
	text-transform:uppercase;
	line-height:24px;
	font-weight:600;
	margin-top:5px !important;
	margin-bottom:0 !important;
}
/* End Service Section */

.idx-features{
	background:#f2f2f2 url(../design_img/features-bg.jpg) center center no-repeat;
	padding:80px 0;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}
.idx-features h2.idx-heading{
	color:#FFF !important;
	margin-bottom:10px !important;
}
.idx-features p {
	color:#FFF !important;
	font-size: 16px !important;
	line-height: 24px;
	font-weight:600;
	margin-bottom:10px !important;
}
.idx-features .feature-blk{
	border:1px solid #e5e5e5;
	position: relative;
	border-radius: 4px;
	padding:30px 15px;
	text-align: center;
	min-height:261px;
}
.idx-features .feature-blk .h-icon{
	width:80px;
	margin: 0 auto 10px !important;
}
.idx-features .feature-blk .h-icon img{
	max-width:100%;
}
.idx-features .feature-blk h4{
	font-size:18px !important;
	line-height:27px;
	color:#f87805 !important;
	font-weight:600;
	margin-bottom: 10px !important;
}
.idx-features .feature-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#FFF !important;
	font-weight:400;
	margin-bottom: 0 !important;
}
.fea-gape{
	margin-top:30px !important;
}
.idx-partner{
	padding:60px 0;
	position:relative;
	background:#fff;
}
.idx-partner .client-heading{
	text-align:center;
}
.idx-partner .tech-logo{
	margin:0 auto;
}
.idx-partner .tech-logo img{
	max-width:100%;
	margin:0 auto;
}
.idx-partner .idx-heading{
	margin-bottom:30px !important;
}
/* Inner Page Css Start */
.inner-abt-sec .abt-bar{
	width: 900px;
    height: 670px;
    background: #f1f8ff;
    border-radius: 20px;
    position: absolute;
    right: 13%;
    top: 8%;
}

.idx-abt-sec.inner-abt-sec  .abt-right {
    padding: 60px 20px 0;
    position: relative;
}
.idx-abt-sec.inner-abt-sec .abt-left{
	padding:30px 0 0 0;
}
.idx-abt-sec.inner-abt-sec .abt-left img{
	border-radius: 30px !important;
}
.idx-services.inner-services{
	background: #FFF;
}
.idx-services.inner-services .services-blk {
    margin: 0px 0px 40px;
    padding:30px 20px 0;
	box-shadow: none;
	border:1px solid #e5e5e5;
}
.idx-services.inner-services .services-blk .co-bottom {
    padding: 20px 0px 10px;
    min-height: 365px;
}
/*.idx-abt-sec.career-sec  .abt-right {
    padding: 30px 20px 0;
    position: relative;
} */

.inner-cont-sec{
	padding:80px 0;
	position: relative;
}
.map-outer{
	padding:20px;
	position: relative;
	border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
    box-shadow: 0 0 10px 1px rgb(71 85 95 / 8%);
}
.map-box{
	height:350px;
	width:100%;
}
.map-outer h4{
	font-size:18px !important;
	line-height: 24px;
	color: #0b2b43 !important;
    font-weight: 700;
    margin-bottom: 5px !important;
    font-family: 'Source Sans 3', sans-serif;
}
.cont-gape{
	margin-top:50px !important;
}
.inner-cont-sec .cont-right{
	background: #38546a url(../design_img/contact-back.jpg) top center;
    padding: 40px 30px;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}
.inner-cont-sec .cont-right h4{
	font-size: 22px !important;
    line-height: 32px;
    font-weight: 700;
    color: #FFF !important;
    margin-bottom: 10px !important;
}
.inner-cont-sec .cont-right p{
	font-size:16px !important;
	line-height:26px;
	color:#FFF !important;
	margin-bottom:30px !important;
}
.inner-cont-sec .cont-right ul {
    list-style: none;
    margin-bottom: 20px!important;
    margin-left: 22px !important;
}
.inner-cont-sec .cont-right  ul li {
    line-height: 24px;
    clear: both;
    margin-bottom: 28px !important;
    color: #FFF;
    text-indent: -10px;
}
.inner-cont-sec .cont-right  ul li i {
    font-size: 18px !important;
    color: #f87805 !important;
    margin-right: 10px;
    font-weight: 600;
    line-height: 24px;
}
.inner-cont-sec .cont-right  ul li a{
	font-size:14px !important;
	line-height:24px;
	color:#FFF !important;
}


.inner-cont-sec  .cont-form h2 {
	font-size: 36px !important;
    line-height: 45px;
    color: #0b2b43 !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    font-family: 'Source Sans 3', sans-serif;
	padding-left:15px !important;
}
.inner-cont-sec .cont-form {
    padding: 30px 0px 20px;
    position: relative;
    z-index: 9;
}
.contact-form-height {
    width: 100%;
    height: 330px !important;
}
.contact-form-nitin .nitin-btn{
	padding: 10px 15px !important;
    background: #f87805;
    font-size: 14px !important;
    line-height: 24px;
    color: #FFF !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    min-width: 150px;
    margin-bottom: 20px !important;
}
.contact-form-nitin .form-group .form-control {
    border-radius: 0!important;
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: auto;
	border-color:#0b2b43;
}
.contact-form-nitin .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f87805;
    color: #777;
}
.contact-form-nitin .nitin-btn:hover{
	background: #0b2b43 !important;
    border-color: #0b2b43 !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;
}
.inner-abt-sec2{
	padding:80px 0;
	position: relative;
	background:#f2f2f2;
}
.inner-abt-sec2 .owner-blk{
	position: relative;
    padding: 30px;
    background: #FFF;
}
.inner-abt-sec2 .owner-blk img{
	max-width:100%;
}
.inner-abt-sec2  .owner-details{
	position: absolute;
    padding: 15px 15px;
    width: 100%;
    left: 0 !important;
    display: block;
    background: #f87805;
    text-align: center;
    bottom: -24px;
}
.inner-abt-sec2 .owner-details h4{
	font-size:18px !important;
	line-height:24px;
	font-weight:600;
	color:#FFF;
	text-align:center;
}
.inner-abt-sec2 .idx-heading{
	margin-bottom:30px;
	text-align: center !important;
}
.idx-abt-sec.inner-abt-sec{
	padding:80px 0 120px !important;
}

.career-sec .career-left img{
	max-width: 100%;
}
.career-sec  .career-form {
    padding: 35px 13px 20px 30px;
    -webkit-box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 21px 1px rgba(0,0,0,0.21);
    -webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.44);
    position: relative;
	background:#FFF;
	
}
.career-sec .career-form  .main-head {
	text-align: center; 
	color: #FFF;
	font-size: 30px !important; 
}
.career-sec  .idx-heading{
	margin-bottom:5px !important;
	padding-left:15px !important;
}
.career-sec .career-subdetails{
	font-size:20px !important;
	line-height:27px;
	margin-bottom:20px !important;
	font-weight:700;
	color:#f87805;
	padding-left:15px !important;
}
.career-form-height{
    width: 100%;
    height: 520px !important;
}
.career-form-yash-pb::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF !important;
}
.career-form-yash-pb::-moz-placeholder { /* Firefox 19+ */
  color: #FFF !important;
}
.career-form-yash-pb::-ms-input-placeholder { /* IE 10+ */
  color: #FFF !important;
}
.career-form-yash-pb::-moz-placeholder { /* Firefox 18- */
  color: #FFF !important;
}
.career-form-yash-pb .file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 46px !important;
    width: 100%;
}
.career-form-yash-pb .file-custom {
	position: absolute;
	top: 0;
	right: 0;
	left: 0px;
	z-index: 5;
	height: 44px;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #777;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 0px;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
   	box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.career-form-yash-pb .file-custom::before {
	position: absolute;
	top: -.075rem;
	right: -.075rem;
	bottom: -.075rem;
	z-index: 6;
	display: block;
	content: "Browse";
	height: 42.5px;
	padding: 8px 10px;
	line-height: 1.5;
	color: #fff;
	background-color:#0b2b43;
	border: .075rem solid #0b2b43;
	border-radius: 0 .25rem .25rem 0;
}
.career-form-yash-pb .file-custom:after {
    content: "Attach Resume" !important;
    line-height: 36px !important;
}

.career-form-yash-pb .vanati-career-btn{
	min-width: 150px;
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 24px;
    background: #f87805;
    color: #FFF !important;
    font-weight: 600;
    margin-top: 20px !important;
}
.career-form-yash-pb .vanati-career-btn:hover{
	background:#0b2b43 !important;
	color:#FFF !important;
}
.career-form-yash-pb .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f57401;
    color: #130e10;
}
.career-form-yash-pb .form-group {
    margin-bottom: 10px !important;
}
 
.portfolio-sec .gallery{
	position: relative;
    overflow: hidden;
	border-radius:0px;
	/* height:220px; */
	border:1px solid #ce9233;
	margin-bottom:30px;
}
.portfolio-sec.idx-abt-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);
} 
.infra-sec .infra-blk{
	border:1px solid #e5e5e5;
	position: relative;	
}
.infra-sec .infra-blk img{
	max-width:100%;
}
.idx-abt-sec.portfolio-sec {
    padding: 80px 0 50px;
}

@media only screen and (min-width:1600px) and (max-width:1919px){
	
}
@media only screen and (min-width:1440px) and (max-width:1599px){
	.inner-abt-sec .abt-bar {
		right: 9%;
	}

}
@media only screen and (min-width:1280px) and (max-width:1366px){
	.inner-abt-sec .abt-bar {
			right: 7%;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.sld-bottom .qual-block {
		padding: 20px;
		min-height: 190px;
	}
	.sld-bottom .qual-block.pro-details .exper-heading {
		font-size: 30px !important;
		line-height: 40px;
	}
	.sld-bottom .qual-block-outer {
		margin-top: -95px;
	}
	.idx-abt-sec {
		padding: 60px 0;
	}
	.box {
		width: 360px;
		height: 360px;
	}
	.idx-abt-sec .abt-right {
		padding: 40px 20px;
	}
	.idx-features {
		padding: 60px 0;
	}
	.idx-heading {
		font-size:30px !important;
		line-height:37px;
		margin-bottom: 15px !important;
	}
	.idx-features h2.idx-heading {
		color: #FFF !important;
		margin-bottom: 5px !important;
	}
	.idx-features .feature-blk {
		padding: 20px 15px;
		min-height: 250px;
	}
	.idx-features .feature-blk .h-icon {
		width: 60px;
	}
	.idx-features .feature-blk h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.idx-features .feature-blk p {
		font-size: 13px !important;
		line-height: 22px;
	}
	.idx-services {
		padding: 60px 0 50px!important;
	}
	.idx-services .services-blk .co-bottom {
		padding: 15px 0px;
		min-height: 183px;
	}
	.idx-services .services-blk .co-bottom h4 {
		font-size: 18px !important;
		line-height: 24px !important;
		margin-bottom: 5px!important;
	}
	.idx-partner {
		padding: 40px 0;
	}
	footer .footer-bar {
		padding: 0px 0 0;
	}
	footer{
		padding:60px 0 20px;
	}
	footer .logo {
		width: 200px;
		margin-bottom: 20px;
	}
	footer .footer-bar h2 {
		font-size: 18px !important;
		line-height: 27px;
		margin-left:10px !important;
	}
	.modal.right .modal-dialog {
		width: 350px;
		height: 100%;
	}
	.modal.right .modal-body {
		padding: 15px 25px 60px 25px;
	}
	header .rgt-mdl-info .mdl-cont-info h4 {
		font-size: 19px !important;
		line-height: 27px;
		margin-bottom:10px !important;
	}
	header .logo {
		width: 200px;
		padding: 5px 0;
	}
	header .cont-nav ul a {
		padding: 0px 10px;
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
	}
	header .site-nav {
		margin-top:0px !important;
	}
	footer .nav-menu ul li {
		margin-left: 10px !important;
	}

	/* Inner Page Css Start */
	
	.banner-bar .banner-content h1 {
		font-size: 30px !important;
		line-height: 40px;
	}
	.idx-abt-sec.inner-abt-sec {
		padding: 60px 0 90px !important;
	}
	.idx-abt-sec.inner-abt-sec .abt-right {
		padding: 40px 10px 0;
	}
	.inner-abt-sec .abt-bar {
		width: 830px;
		height: 620px;
		right: 4%;
		top: 8%;
	}
	.inner-abt-sec2 .owner-blk {
		padding: 20px;
	}
	.inner-abt-sec2 .owner-details {
		padding: 10px 15px;
		background: #f87805;
		bottom: -20px;
	}
	.idx-services.inner-services .services-blk {
		margin: 0px 0px 40px;
		padding: 20px 15px 0;
	}
	.idx-services.inner-services .services-blk .co-bottom {
		min-height: 430px;
	}
	.idx-abt-sec.career-sec .abt-right {
		padding: 20px 15px;
	}
	.inner-cont-sec {
		padding: 60px 0;
	}
	.inner-cont-sec .cont-form {
		padding: 10px 0px 0px;
	}
	.inner-cont-sec .cont-form h2 {
		font-size: 30px !important;
		line-height: 37px;
		margin-bottom: 15px !important;
	}
	.inner-cont-sec .cont-right {
		padding: 30px 10px;
	}
	.inner-cont-sec .cont-right p {
		font-size:14px !important;
		line-height:24px;
	}
	.contact-form-height {
		height: 480px !important;
	}
	footer .site-nav ul {
		margin-left: 15px!important;
	}
	.idx-abt-sec.portfolio-sec {
		padding: 60px 0 30px;
	}
	
}
@media only screen and (min-width:768px) and (max-width:991px) { 
	.sld-bottom .qual-block {
		padding: 20px 12px;
		min-height: 150px;
	}
	header .right-blk {
		padding: 8px 5px;
		height: 70px;
	}
	header .right-blk img {
		margin-top: 20px;
		max-width: 60%;
	}
	.sld-bottom .qual-block.pro-details .exper-heading {
		font-size: 24px !important;
		line-height: 32px;
	}
	.sld-bottom .qual-block-outer {
		margin-top: -80px;
	}
	.sld-bottom .qual-block.pro-details .h-icon {
		width: 45px !important;
		margin-bottom: 8px;
	}
	.sld-bottom .qual-block p {
		font-size: 12px !important;
		line-height: 20px;
	}
	.idx-abt-sec {
		padding: 50px 0;
	}
	.box {
		width: 280px;
		height: 280px;
	}
	.idx-abt-sec .abt-right {
		padding: 40px 0px;
	}
	.idx-features {
		padding:50px 0;
	}
	.idx-features p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.idx-heading {
		font-size:25px !important;
		line-height:34px;
		margin-bottom: 10px !important;
	}
	.idx-features h2.idx-heading {
		color: #FFF !important;
		margin-bottom: 5px !important;
	}
	.idx-features .feature-blk {
		padding: 20px 10px;
		min-height: 240px;
	}
	.idx-features .feature-blk .h-icon {
		width: 50px;
	}
	.idx-features .feature-blk h4 {
		font-size:15px !important;
		line-height: 24px;
	}
	.idx-features .feature-blk p {
		font-size:12px !important;
		line-height: 20px;
	}
	.idx-services {
		padding: 50px 0 50px!important;
	}
	.idx-services .services-blk .co-bottom {
		padding: 15px 0px;
		min-height: 205px;
	}
	.idx-services .services-blk .co-bottom h4 {
		font-size: 18px !important;
		line-height: 24px !important;
		margin-bottom: 5px!important;
	}
	.idx-partner {
		padding: 30px 0;
	}
	footer{
		padding:50px 0 20px;
	}
	footer .logo {
		width: 180px;
		margin-bottom: 20px;
	}
	footer .footer-bar h2 {
		font-size: 16px !important;
		line-height: 24px;
		margin-left:0 !important;
		margin-bottom:10px !important;
		margin-top:10px !important;
	}
	footer .nav-menu ul li {
		margin-left:0px !important;
	}
	footer .site-nav ul {
		margin-left: 10px!important;
	}
	.modal.right .modal-dialog {
		width: 280px;
		height: 100%;
	}
	.modal.right .modal-body {
		padding: 15px 25px 60px 25px;
	}
	header .rgt-mdl-info .mdl-cont-info h4 {
		font-size: 19px !important;
		line-height: 27px;
		margin-bottom:10px !important;
	}
	.fea-gape {
		margin-top: 15px !important;
	}
	.ipad-padd-8{
		padding-left:8px !important;
		padding-right:8px !important;
	}
	.idx-services .services-blk {
		margin: 0px 10px 15px;
		padding: 15px 10px;
	}
	.link-more {
		font-size: 12px !important;
		line-height: 20px;
	}
	.cont-gape2 {
		margin-top:20px;
	}
	footer .social-nav li {
		margin-right: 5px !important;
	}
	footer .site-nav ul a {
		font-size: 12px;
	}
	footer .ftr-cont h4 {
		font-size: 14px !important;
		line-height: 24px;
	}
	footer .ftr-cont p {
		font-size: 12px !important;
		line-height: 22px;
	}
	footer .footer-bar-bottom p.copy {
		font-size: 12px !important;
		line-height: 22px !important;
	}
	header .rgt-mdl-info .mdl-close-outer {
		height: 70px;
		width: 70px;
		padding: 15px;
	}
	header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-icon {
		width: 27px;
	}
	header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text {
		width: calc(100% - 32px);
		padding-left: 8px;
	}
	header .rgt-mdl-info p {
		font-size: 12px !important;
		line-height: 20px;
	}
	header .social-nav li a .fa {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px !important;
	}
	header .logo {
		width: 175px;
		padding: 5px 0;
	}
	header .cont-nav ul a {
		padding: 0px 10px;
	}
	header .logo-bar {
		padding: 0 0px;
	}


	/* Inner Page Css Start */
	.banner-bar {
		padding:50px 0 40px;
	}
	.banner-bar .banner-content h1 {
		font-size: 27px !important;
		line-height: 35px;
	}
	.idx-abt-sec.inner-abt-sec {
		padding: 50px 0 75px !important;
	}
	.idx-abt-sec.inner-abt-sec .abt-right {
		padding: 20px 0px 0;
	}
	.inner-abt-sec .abt-bar {
		width: 600px;
		height: 770px;
		right: 1%;
		top: 5%;
	}
	.inner-abt-sec2 .owner-blk {
		padding: 15px;
	}
	.inner-abt-sec2 .owner-details {
		padding: 8px 10px;
		background: #f87805;
		bottom: -20px;
	}
	.inner-abt-sec2 .owner-details h4 {
		font-size: 16px !important;
		line-height: 24px;
		font-weight: 600;
		color: #FFF;
		text-align: center;
	}
	.idx-abt-sec.career-sec .abt-right {
		padding:0px 0px;
	}

	.inner-cont-sec {
		padding: 50px 0;
	}
	.map-outer h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.map-box {
		height: 270px;
	}
	.inner-cont-sec .cont-form {
		padding: 10px 0px 0px;
	}
	.inner-cont-sec .cont-form h2 {
		font-size: 25px !important;
		line-height: 32px;
		margin-bottom: 10px !important;
	}
	.inner-cont-sec .cont-right {
		padding: 30px 15px;
	}
	.inner-cont-sec .cont-right p {
		font-size:14px !important;
		line-height:24px;
	}
	
	.contact-form-height {
		height: 480px !important;
	}
	.inner-cont-sec .cont-right ul li br{
		display:none;
	}
	.ipad-no-padding{
		padding-left:0 !important;
		padidng-right:0 !important;
	}
	footer .ftr-cont-left {
		width: 25px !important;
		height: 25px;
	}
	footer .ftr-cont-right {
		width: calc(100% - 30px);
		padding-left:5px;
	}
	.idx-abt-sec.portfolio-sec {
		padding: 50px 0 20px;
	}
	.career-sec .idx-heading {
		margin-bottom:0px !important;
	}
	.career-form-height {
		height:520px !important;
	}
	.career-sec .career-subdetails {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 15px !important;
	}
	.inner-cont-sec .cont-right ul li a {
		font-size: 12px !important;
		line-height: 20px;
	}
	
}
@media only screen and (min-width:320px) and (max-width:767px){ 
	header .right-blk {
		display:none;
	}
	header .top-bar {
		display:none;
	}
	header .logo {
		width: 180px;
		padding: 5px 0;
	}
	.box {
		width: 250px;
		height: 250px;
	}
	.sld-bottom .qual-block-outer {
		margin-top:0px;
	}
	.sld-bottom .qual-block {
		padding:20px 15px;
		min-height:195px;
	}
	.sld-bottom .qual-block.pro-details .h-icon {
		width: 50px !important;
	}
	.m-no-padding
	{
		padding-left: 0 !important;
		padding-right:0 !important;
	}
	.sld-bottom .qual-block.pro-details .exper-heading {
		font-size: 27px !important;
		line-height: 35px;
	}
	.idx-abt-sec {
		padding: 40px 0 20px;
	
	}
	.idx-abt-sec .abt-right {
		padding:30px 0px;
	}
	.idx-heading {
		font-size: 22px !important;
		line-height: 30px;
		margin-bottom:10px !important;
	}
	.idx-features .feature-blk {
		padding: 20px 15px;
		min-height: 1px;
		margin-bottom:30px !important;
	}
	.idx-features {
		padding: 40px 0;
	}
	.idx-features .feature-blk .h-icon {
		width: 60px;
		margin: 0 auto 10px !important;
	}
	.idx-features .feature-blk .h-icon img
	{
		margin: 0 auto 10px !important;
	}
	.idx-services {
		padding:40px 0 40px!important;
	}
	.idx-services .services-heading {
		margin-bottom: 20px;
	}
	.idx-services .services-blk {
		margin: 0px 0px 20px;
		padding: 10px 15px 0;
	}
	.idx-services .services-blk .co-bottom {
		padding:20px 0px;
		min-height: 1px;
	}
	.idx-services .services-blk .co-bottom h4 {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-bottom: 5px!important;
	}
	.idx-partner {
		padding: 30px 0;
	}
	.idx-partner .idx-heading {
		margin-bottom: 15px !important;
	}
	.idx-partner .tech-logo img {
		max-width:60%;
		margin: 0 auto;
	}
	footer .footer-bar {
		padding: 40px 0 0;
	}
	footer .footer-bar h2 {
		font-size: 18px !important;
		line-height: 27px;
		margin-bottom: 10px !important;
		margin-left:0 !important;
		margin-top:20px !important;
		padding-bottom:0 !important;
	}
	footer .nav-menu ul li {
		margin-left: 0px !important;
	}
	footer .nav-menu ul {
		margin-bottom: 0px!important;
	}
	.social-nav {
		margin-bottom: 20px !important;
	}
	footer .ftr-map {
		margin-top:20px !important;
	}
	footer .site-nav ul li {
		margin: 7px 20px 7px 0px!important;
	}
	footer {
		padding: 0px 0 20px 0;
	}
	header{
		width:100%;
		z-index: 999;
		background:#fff;
		position: fixed;
		box-shadow: 1px 8px 9px 0px rgb(0 0 0 / 16%);
		-webkit-box-shadow: 1px 8px 9px 0px rgb(0 0 0 / 16%);
		-moz-box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.16);
	}
	header .logo-bar {
		padding: 0 0px;
		background: #FFF !important;
	}
	.slider{
		position: relative;
		top:73px;
		margin-bottom:73px !important;
	}
	footer .logo {
		width: 180px;
		margin-bottom: 15px;
	}
	footer .m-slink{
		display:none;
	}
	/* Inner Page Css Start */
	.banner-bar {
		padding: 50px 0 40px;
		position: relative;
		top:60px;
		margin-bottom:60px;
	}
	.banner-bar .banner-content h1 {
		font-size: 24px !important;
		line-height: 32px;
	}
	.idx-abt-sec.inner-abt-sec {
		padding: 40px 0 40px !important;
	}
	.idx-abt-sec.inner-abt-sec .abt-right {
		padding: 20px 0px 0;
	}
	.inner-abt-sec .abt-bar {
		display: none;
	}
	.inner-abt-sec2 .owner-blk {
		padding: 15px;
	}
	.banner-bar .abt-msg p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.inner-abt-sec2 .owner-details {
		padding: 8px 10px;
		background: #f87805;
		bottom: -20px;
	}
	.inner-abt-sec2 .owner-details h4 {
		font-size: 16px !important;
		line-height: 24px;
		font-weight: 600;
		color: #FFF;
		text-align: center;
	}
	.idx-abt-sec.inner-abt-sec .abt-left {
		padding: 0px 0 0 0;
	}

	.inner-cont-sec {
		padding: 40px 0;
	}
	.map-outer h4 {
		font-size: 16px !important;
		line-height: 24px;
	}
	.map-box {
		height: 270px;
	}
	.inner-cont-sec .cont-form {
		padding: 10px 0px 0px;
	}
	.inner-cont-sec .cont-form h2 {
		font-size: 22px !important;
		line-height: 30px;
		margin-bottom: 30px !important;
	}
	.inner-cont-sec .cont-right {
		padding: 30px 15px;
	}
	.inner-cont-sec .cont-right p {
		font-size:14px !important;
		line-height:24px;
	}
	
	.contact-form-height {
		height: 480px !important;
	}
	.inner-cont-sec .cont-right ul li br{
		display:none;
	}
	.map-outer {
		padding: 15px;
	}
	.cont-gape {
		margin-top:20px !important;
	}
	.idx-abt-sec.inner-abt-sec .abt-left img {
		border-radius: 0px !important;
	}
	.inner-cont-sec .cont-right h4 {
		font-size: 20px !important;
		line-height: 32px;
	}
	.infra-sec .infra-blk {
		margin-bottom:30px !important;
	}
	.idx-abt-sec.infra-sec {
		padding: 40px 0 10px;
	}
	.idx-abt-sec.portfolio-sec {
		padding: 40px 0 10px;
	}
	.career-sec .idx-heading {
		margin-bottom:0px !important;
		margin-top:20px !important;
	}
	.career-sec .career-subdetails {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 15px !important;
	}
	.career-form-height {
		height:520px !important;
	}
	.m-no-padding{
		padding-left:0 !important;
		padding-right:0 !important;
	}
}