@media only screen and (min-width:320px) and (max-width:991px) {

    /*core starts*/
    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 21px !important;
    }

    h3 {
        font-size: 19px !important;
    }

    h4 {
        font-size: 15px !important;
    }

    /*core ends*/
}

@media only screen and (min-width:320px) and (max-width:767px) {

    /*core start*/
    body {
        font-size: 12px !important;
    }

    p {
        font-size: 12px !important;
    }

    ul {
        font-size: 12px !important;
    }

    /**/
    .product-detail-bar h4.pr_name {
        margin-top: 20px !important;
    }

    .product-detail-bar .social.mob {
        display: block;
    }

    .product-detail-bar .social.desk {
        display: none;
    }

    /**/
    .modal#prModal {
        background: #fff;
    }

    .modal-dialog.frm-model {
        width: 100%;
        margin: 0;
    }

    .modal-dialog.frm-model .modal-content {
        border: 0;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .modal.fade .modal-dialog.frm-model {
        top: 0;
        left: 0;
        margin-bottom: inherit;
        margin-right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    /*core ends*/

    /* Header Start's */
    header {
        position: fixed;
        z-index: 99;
        width: 100%;
    }

    header .top-bar {
        display: none;
    }

    header .logo-bar {
        padding: 5px 0;
        position: inherit;
        background: #FFF !important;
        width: 100%;
    }

  

    header .logo-bar:after {
        content: '';
        display: none
    }

    /* Header End's */

    /* Slider Start's */
    section.slider {
        position: relative;
        top: 105px !important;
        margin-bottom: 105px !important;
    }

    /* Slider Ends's */

    /* Common Css */
    .main-head {
        font-size: 20px !important;
        line-height: 27px !important;
        margin-bottom: 10px !important;
    }

    .main-head span {
        font-size: 14px !important;
        line-height: 24px;
    }

    .idx-btn {
        font-size: 14px;
        padding: 10px 25px !important;
    }

    /* Common Css */

    /* Home Page Start's */
    .idx-about-sec {
        padding: 40px 0;
    }

   
    /*  */
    .idx-services {
        padding: 40px 0 40px !important;
    }

    .idx-services .services-blk {
        margin: 0px 0px 10px;
		min-height:1px !important;
		padding:20px 15px 60px !important;
    }

    .idx-services .services-blk .co-down .co-text h3 {
        font-size: 17px !important;
        line-height: 27px;
    }

      /*  */
    .idx-products {
        padding: 40px 0;
    }

    /*  */
    .home-tech-bar {
        padding: 40px 0 40px !important;
    }

    /* */
    .home-gallery-bar {
        padding: 40px 0 40px !important;
    }

    /* Home Page End's */

    /* Footer Start's */
    footer .footer-bar {
        padding: 40px 0 20px;
    }

   .footer .social-nav li a .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    footer .important-link-sec {
        margin-top: 0px !important;
        padding-top: 30px !important;
    }

    footer .f-cont-info {
        padding-top: 30px !important;
    }

    footer .add-text p {
        font-size: 14px !important;
    }

    /* Footer End's */

    /* Inner Page Css Start's */
    .banner-bar {
        padding: 50px 0 50px !important;
        top: 105px;
        margin-bottom: 105px;
        position: relative;
    }

    .banner-bar .banner-content .banner-col {
        padding: 0px;
    }

    .banner-bar .banner-content h1 {
        font-size: 22px !important;
        line-height: 30px;
        margin-bottom: 0px !important;
    }

    .content_bar {
        padding: 20px 0;
    }

    /* About Us Page */
    .about-pg .col,
    .gallery-bar .col {
        width: 100%;
        padding: 0px 15px;
    }

    section.contents .content-bar.about-us {
        padding: 40px 0 30px;
    }

    .about-us-pg .col-row {
        width: 100%;
    }

    .about-us-pg .col-row:nth-child(2n+1) .col-desc {
        padding-right: 0px;
		width:100%;
    }

    .about-us-pg .col-img .col-container::before {
        width: 150px;
        height: 200px;
        left: -10px;
        top: -10px;
    }

    .about-us-pg .col-img .col-container::after {
        display: none;
    }

    .qlt-blk1 {
        padding: 15px 15px;
        padding-right: 10px;
        background: #000000c7;
        text-align: center;
        position: absolute;
        bottom: 50px;
        right: 15px;
        width: 270px;
        display: flex;
    }

    .qlt-blk1 .exper-heading {
        font-size: 30px !important;
        line-height: 40px;
    }

    .about-us-pg .qlt-blk1 p {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-left: 40px !important;
    }

    .quality-col {
        margin: 0 0px 40px;
    }

    .quality-col::after {
        width: 280px;
        right: -10px;
        bottom: -10px;
    }

    /*  */
    .about-us-pg .vision-mission-text {
        padding-top: 20px;
    }

    .about-us-pg .vision-mission-text .col-desc {
        padding: 0 15px;
    }

    .about-us-pg .vision-mission-text .visi-miss-outer .vision {
        width: 100%;
    }

    .about-us-pg .vision-mission-text .visi-miss-outer .mission {
        width: 100%;
    }

    .about-us-pg .vision-mission-text .visi-miss-outer .visi-miss {
        margin: 0 0px;
        margin-top: 20px;
    }

    /* Service Page */
    .inner-secvice-col .col {
        width: 100%;
    }

    .inner-secvice-col .col-desc {
        padding: 20px 0px 0 0 !important;
    }

    .inner-secvice-col .col-desc h2 {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    /* Service 2 */
    .services-2-pg .col {
        width: 100%;
        padding: 20px 15px 0;
    }

    .feature-sec {
        padding: 20px 15px;
        margin-top: 30px;
    }

    .feature-sec h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .feature-sec .list-outer {
        width: 100%;
        float: none;
    }

    /* Products Page */
    .item-pic {
        height: auto;
    }

    .item-pic img {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: inherit;
        margin-right: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    /* Certificate Page */
    .certificates-pg .col-row {
        width: 100%;
    }

    /* download bar */
    .download-bar .col-row {
        width: 25%;
    }

    /* Infrastructure Page */
    .infrastructure-pg .col-img {
        padding-bottom: 20px !important;
        padding-top: 0px !important;
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Career Page */
    .career .career-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: table-footer-group;
    }

    .career .career-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: table-header-group;
    }

    .career-pg .col-desc {
        padding-top: 30px !important;
    }

    /* Contact Page */
    .contact-pg .site-nav ul li .fa {
        margin-right: 19px !important;
    }

    .ftr-map-bg {
        padding: 40px 0;
    }

    .ftr-map-bg iframe {
        height: 200px;
    }

    .contact-us .cont-details-bg {
        padding-bottom: 30px !important;
        margin-top: 0px !important;
    }

    .contact-blk {
        margin-top: 20px;
        min-height: auto;
    }

    .contact-us .enq-form {
        padding: 15px 15px !important;
    }

    .contact-pg .enq-form h2 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .contact-pg .ftr-map {
        height: 250px !important;
    }

    .contact-us .cont-details-bg h2 {
        font-size: 18px !important;
        line-height: 24px;
        margin-bottom: 10px !important;
    }

    .contact-us .contact-pg .site-nav ul {
        margin-left: 0px !important;
        margin-bottom: 40px !important;
    }

    .contact-pg .site-nav ul li:before {
        left: -10px !important;
    }
	.why-choose-sec {
		padding: 60px 0 30px;
    }
	
    .contact-us .enq-form {
        padding: 0px !important;
        width: 100%;
        margin: 20px auto 0;
    }

    .cont-info-block {
        padding: 20px 0px;
    }

    .cont-info-block .cont-info-icon {
        width: 50px;
        padding: 6px;
    }

    .cont-info-block .cont-info-text {
        width: calc(100% - 55px);
        padding: 8px 0 0 0px;
    }

    .cont-info-block .cont-info-text p span {
        font-size: 20px !important;
        line-height: 27px;
    }

    .cont-info-block.min-sec {
        padding: 20px 15px !important;
    }

    .contact-pg .site-nav ul li {
        width: 100%;
        height: auto;
        padding: 10px 10px !important;
        margin: 0 20px 0px 25px !important;
        text-indent: -20px;
    }

    .enq-form {
        margin: 10px auto 0;
        padding: 15px;
    }

    .enq-form form .btn-submit {
        width: 100%;
    }

    /* Inner Page Css Ends's */
	
	/* Date 27-04-2023 */
	  header .logo {
        width: 100px;
		position:relative;
		top:0;
		padding:0;
		margin-bottom:0;
    }
	.m-no-padding{
		padding-left:0 !important;
	}
	header .enquire-btn-outer{
		display:none;
	}
	header .btn-enquire {
		font-size: 10px;
		line-height: 18px;
		padding: 6px 6px !important;
		margin-top: 10px;
		margin-right: 10px;
		float:right;
	}
	.idx-about-sec .about-right {
		padding: 0 0px !important;
	}
	.idx-about-sec .about-right h2:before {
		position: absolute;
		left: 0px;
		top: 0;
		height: 70px;
		width: 2px;
		background: #ffb200;
		content: "";
	}
	.idx-about-sec .about-left img {
		max-width:100%;
	}
	.idx-about-sec .about-left:before {
		height: 90%;
		width: 98%;
		top: 40px;
		left: 20px;
	}
	.idx-about-sec .about-left .single-img-text p {
		font-size: 15px !important;
		line-height: 24px;
		padding: 15px 0px 0px 40px !important;
    }
	.idx-about-sec .about-left .single-img-text p:before {
			top: 14px;
		left: 10px;
		width: 24px;
		height: 18px;
	}
	.idx-features {
		padding: 40px 0;
	}
	.idx-features .abt-pattern {
		width: 60px;
		height: 60px;
        top: -15px;
		left: -25px;
	}
	.idx-features .client-no .h-icon {
		width: 55px;
		height: 55px;
    }
	.idx-features .pro-services .h-icon {
		width: 55px;
		height: 55px;
	}
	.idx-services .services-blk .co-top {
		height: 60px;
		width: 60px;
	}
	.idx-services .services-blk .co-top img {
		padding: 8px;
	}
	.idx-services .services-blk .co-down .co-text p {
		font-size: 14px !important;
		line-height: 24px !important;
    }
	.idx-services .services-blk .co-down .co-text ul li {
		font-size: 14px !important;
		line-height: 22px;
		text-indent: -15px;
	}
	footer .site-nav {
		margin-bottom: 30px;
	}
	footer .footer-top {
		padding-bottom: 0px;
    }
	  footer .logo {
        width: 120px;
		margin-top:20px !important;
        margin-bottom: 15px !important;
    }
	footer .social-nav li a .fa {
		width: 35px;
		height: 35px;
		line-height: 35px;
    }	
	
	/* Date 28-04-2023 */
	.banner-bar {
		padding: 70px 0 70px;
	}
	.banner-bar:before {
		    left: 20px;
			width: 70px;
			height: 35px;
	}
	.banner-bar:after {
		right: 30px;
		width: 100px;
		height: 20px;
	}
	section.contents .content-bar.about-us {
		padding: 40px 0 40px;
	}
	.quality-col {
		padding: 20px 15px;
		min-height: 1px;
		margin: 0 0px 40px;
	}
	section.contents .content-bar.company-profile {
		padding: 50px 0 50px;
	}
	.quality-icon {
       width: 45px;
		height: 45px;
   }
   .quality-icon img {
       padding: 6px;
	}
	.quality-heading {
		margin-left: 12px !important;
		margin-top: 14px;
	}
	.quality-heading h4 {
		font-size: 20px !important;
		line-height: 27px !important;
	}
	.about-us-pg .col-desc p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.about-us-pg .col-row:nth-child(2n) .col-desc {
		padding-right: 0px;
		padding-left:0px;
	}
	.location li a {
		font-size: 14px !important;
		line-height: 24px;
    }
	.about-us-pg .col-img, .about-us-pg .col-desc {
		width:100%;
		padding:0px 0px 15px;
	}
	.about-us-pg .inn-abt {
		padding-bottom: 0px;
	}
	.about-us-pg .col-row:nth-child(2n) .col-desc {
		width: 100%;
	}
	
	footer h3 {
       font-size: 20px !important;
		line-height:27px;
        margin-bottom: 20px !important;
    }
	
	.about-us-pg .sec-row .col-img .col-container::after {
		display:none;
	}
	.about-us-pg .about-quality {
		padding-top:0px;
	}
	.about-us-pg .col-row {
    /* overflow: hidden; */
		padding: 0 15px;
	}
	footer h5 {
		font-size: 13px !important;
		line-height: 22px;
    }
	section.contents .content-bar.clientele {
		padding:40px 0 !important;
	}
	.clientele-bar .client-blk .col-desc {
		padding-left: 10px !important;
	}
	.clientele-bar .cont-col h4 {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	footer h5 {
		font-size: 12px !important;
		line-height: 22px;
	}
	.clientele-bar{
		margin:0 -15px !important;
	}
	section.contents .content-bar.career {
		padding: 40px 0;
	}
	.career .career-form {
		background: transparent;
		text-align: left;
		padding: 20px 15px;
		margin: 0px 0 0 0 !important;
		border-radius: 0px;
		min-height: 1px;
	}
	
	section.contents .content-bar.contact-us {
		padding: 40px 0;
	}
	.inner-ser-blk{
		display:grid;
		margin:0 -15px;
	}
	.inner-ser-blk .cer-left {
		padding: 15px 15px 0;
		order:1;
	}
	.inner-ser-blk .com-img-blk{
		padding:0px 0px 20px !important;
		order:1;
	}
	.m-pl{
		padding-left:15px !important;
	}
	.useful-links .know-base-blk {
		padding: 20px 14px !important;
		width: 100%;
		margin: 0 0px 30px;
		min-height: 1px;
	}
	.about-us-pg .col-row.owner-blk .col-img {
		margin-bottom: 0px !important;
	}
	.about-us-pg .col-row.owner-blk .col-desc {
		width: 100%;
	}
	.owner-name {
		position: absolute;
		right: 0;
		bottom: inherit;
		top: -105px;
		left: 50%;
		margin-right: -50%;
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
   
	}
	.owner-name h2.main-head {
		font-size: 18px !important;
		line-height: 25px;
		text-align:center;
		margin-bottom:40px !important;
	}
	.owner-name h2.main-head span{
		font-size:13px !important;
	}
	.main-head.m-gapehead{
		margin-top:10px !important;
	}
	.footer-social-icon .whats-mobile {
		display:block;
	}
	.footer-social-icon .whats-desk{
		display: none;
	}
	.social-chat-icon .cont-nav ul li img {
		max-width: 40px;
	}
	
	/* Date 07-06-2023 */
	.m-scroll{
		overflow:visible !important;
		overflow-x:scroll !important;
		height:500px;
		max-height:1000px;
		z-index:9;
		padding-bottom:65px !important;
	}
	.start-your-startup .cer-left{
		margin-top:0px !important;
	}
	
	.inner-ser-blk .cer-left h4.sub-head {
		padding: 10px 0 !important;
        font-size: 18px !important;
		line-height: 25px;
	}
	.inner-ser-blk .cer-left.first {
		padding: 20px 15px 0;
	}
	.inner-ser-blk .cer-left.first .main-head {
		font-size: 20px !important;
		line-height: 27px !important;
		margin-bottom: 10px !important;
	}
	.inner-ser-blk .cer-left.first p {
		font-size: 15px !important;
		line-height: 24px;
	}
	.inner-ser-blk .cer-left.par-four .col-img {
		width: 100%;
		padding: 20px 15px 20px 0 !important;
	}
	.inner-ser-blk .cer-left.par-four .col-desc {
       width:100%;
    padding-top: 0px !important;
    padding-left: 0 !important;
}

	.government-new-venture-capital .main-head {
		font-size: 20px !important;
		line-height: 27px !important;
		margin-bottom: 10px !important;
	}
	.introduction .start-blog-bg {
		padding: 20px 15px;
		margin-bottom: 20px;
	}
	.introduction .start-blog-bg .sb-left {
		width: 100%;
	}
	.introduction .inner-ser-blk .cer-left {
			padding: 15px 15px 0;
	}
	.introduction .main-head {
		margin-bottom: 10px !important;
		font-size: 20px !important;
		line-height: 27px;
    }
	section.contents .gnv-capital-table tr td {
		font-size: 14px !important;
		font-weight: 400;
		line-height: 24px;
		padding:8px 10px;
   }
	section.contents .gnv-capital-table.mytable td ul li {
	  font-size: 14px !important;
	  line-height: 24px;
	  font-weight: 400;
	}
	.introduction .inner-ser-blk h4.sub-head.sp-heading {
		  font-size: 18px !important;
		  line-height: 27px !important;
		  margin-bottom: 5px !important;
	}
	.introduction .startup-blk .h-icon {
		width: 80px;
		height: 80px;
   }
	.introduction .startup-blk {
        min-height: 1px;
		padding:20px 15px 10px !important;
	}
	.m-padding-right{
		padding-right:15px !important;
	}
	footer .social-nav ul {
      margin-bottom: 25px !important;
	}
	
	.fac-services .fac-text {
		padding: 0;
	}
	.fac-services .fac-text{
		padding:0 0 30px;
		position:relative;
		width:100%;
		float:right;
	}
	.fac-services .fac-image{
		width:100%;
		float:left;
	}
	
	.downloads-bar .col-row {
		width: 100%;
		padding: 0 0px;
        margin-bottom: 15px;
	}
	
	.downloads-bar .col-row p.txt-title a {
        padding: 8px 0 !important;
        font-size: 16px !important;
		line-height: 25px !important;
	}
	.our-client .col-row {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
   }
   
   .contact-us .social-nav ul {
       margin-top: 40px !important;
	}
	.man-blk {
		padding: 20px 15px;
		min-height: 1px !important;
		width: 100%!important;
		margin: 100px 0px 0px;
		display: block;
	}
   .man-blk.frt-row {
		min-height:1px !important;
		margin: 100px 0px 0px;
	}
   .board-of-director .man-blk {
        min-height: 1px !important;
		width: 100%!important;
		margin: 100px 0px 0px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {

    /* Header Strats */
   

    header ul .cont-text {
        padding-left: 7px !important;
        margin-right: 7px;
    }
	header ul .cont-text p {
		font-size: 12px !important;
		line-height: 20px;
    }

    header .logo {
            padding: 5px 0 0px 0;
			width: 100px;
			top: -45px;
	}

    header .site-nav {
        margin-top: 10px !important;
    }

    header .cont-nav ul li {
        padding: 11px 8px !important;
    }

    header .top-bar p {
        font-size: 12px !important;
        line-height: 20px;
        padding: 8px 0 !important;
    }

    .ipad-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
	.idx-services .services-blk .co-down .co-text p {
		font-size: 13px !important;
		line-height: 22px;
    }
   
    header .social-nav li a .fa {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 12px !important;
    }

    header .btn-enquire {
        font-size: 13px;
		padding: 10px 10px !important;
		border-radius:0 !important;
		display:none;
    }
	
	.why-choose-col {
       margin: 30px 0 !important;
	}
	
	.why-choose-sec {
		padding: 50px 0 40px;
	}
	
	footer .site-nav ul li a {
		font-size: 12px;
		line-height: 20px;
   }
   
   footer .site-nav ul li .icon-outer {
		height: 35px;
		width: 35px;
    }
    /* Header Ends */

    /* Common Css Starts */
    .main-head {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px !important;
    }

    .main-head span {
        font-size: 12px !important;
        line-height: 20px;
    }

    /* Common Css Ends */

    /* Home Page Starts */
    .cont-info-block {
        padding: 20px 0px;
    }

    .cont-info-block .cont-info-text p span {
        font-size: 18px !important;
        line-height: 27px;
    }

    .cont-info-block .cont-info-icon {
        width: 45px;
        padding: 4px 4px 4px 8px;
    }

    .cont-info-block .cont-info-text {
        width: calc(100% - 50px);
        padding: 4px 0 0 5px;
    }

    .cont-info-block .cont-info-text p {
        font-size: 12px !important;
        line-height: 22px;
    }

    .cont-info-block.min-sec {
        padding: 20px 10px !important;
    }

    /*  */
    .slider-bottom .benefits-blk1 .benefits-text p {
        font-size: 15px !important;
        line-height: 24px;
    }

    .slider-bottom .benefits-blk1 {
        padding: 24px;
        min-height: 240px;
    }

    .slider-bottom .benefits-blk1 .benefits-text h4 {
        font-size: 20px !important;
        line-height: 27px;
        margin-bottom: 7px !important;
    }

    .slider-bottom .benefits-blk1 .benefits-text p br {
        display: none;
    }

    /*  */
    .idx-about-sec {
        padding: 50px 0;
    }

    .idx-about-sec .about-right {
        padding: 0px !important;
    }

    /*  */
    .idx-services {
        padding: 50px 0 !important;
    }

    .idx-services .services-blk {
        margin: 0px 8px 10px;
    }

    .idx-services .services-blk .co-down .co-icon {
        width: 60px;
        padding: 10px 8px;
        min-height: 92px;
    }

    .idx-services .services-blk .co-down .co-icon img {
        width: 45px;
        margin-top: 10px;
    }

   
    .idx-services .services-blk .co-down .co-text h4 {
        font-size: 13px !important;
        line-height: 20px;
        margin-bottom: 0px !important;
    }

    .idx-services .services-blk .co-link {
        padding: 10px 15px !important;
    }

    .idx-services .services-blk .co-link .btn-link {
        font-size: 14px !important;
        line-height: 24px;
    }

    .idx-services .services-blk .co-link i {
        margin-left: 10px !important;
    }

    .ser-gp {
        margin-top: 20px !important;
    }

    .idx-services .service-blk .ser-down {
        padding: 20px 15px;
    }

    .idx-services .service-blk .ser-down h4 {
        font-size: 22px !important;
        line-height: 30px;
        margin-bottom: 10px !important;
    }

    /* Home Page Ends */

    /* Footer Starts */
    footer .logo {
        width: 120px;
    }
	footer h3 {
        font-size: 15px !important;
		line-height: 24px;
        margin-bottom: 20px !important;
    }
    footer .ftr-contact .ftr-left {
        width: 35px !important;
    }

    footer .ftr-contact .ftr-right {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    footer .footer-top {
        padding: 30px 0 10px;
    }

    footer .footer-abt {
        padding-right: 30px !important;
    }

    footer .important-link-sec h3 {
        font-size: 15px !important;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: .9px;
    }

    footer .social-nav ul {
        margin-bottom: 30px !important;
    }

    .ipad-no-left {
        padding-left: 0 !important;
    }

    footer .ftr-contact .ftr-right h4 {
        font-size: 22px !important;
        line-height: 30px;
    }

    footer .footer-bar {
        padding: 40px 0 40px;
    }

    /* Footer Ends */

    /* Inner Page Css Start */
    .banner-bar {
        padding: 70px 0 60px;
    }

    .banner-bar .banner-content .banner-col {
        padding: 0;
    }

    .banner-bar .banner-content h1 {
        font-size: 26px !important;
        line-height: 35px;
		margin-bottom:0 !important;
    }

    /* About Page */
    section.contents .content-bar.about-us {
        padding: 60px 0 60px;
    }

    .about-us-pg .col-img .col-container::before {
        width: 200px;
        height: 250px;
    }

    .about-us-pg .col-row:nth-child(2n+1) .col-desc {
        padding-right: 0px;
    }

    .qlt-blk1 {
        padding: 20px 20px;
        padding-right: 0px;
        bottom: 50px;
        right: 15px;
        width: 320px;
    }

    .qlt-blk1 .exper-heading {
        font-size: 35px !important;
        line-height: 42px;
    }

    .qlt-blk1 .exper-heading::before {
        width: 4px;
        height: 40px;
    }

    .about-us-pg .qlt-blk1 p {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .about-us-pg .inn-abt {
        padding-bottom: 30px;
        border-bottom: 0px;
    }

    .about-us-pg .about-quality {
        padding-top: 30px;
    }

    /*  */
    .quality-col {
        padding: 10px 10px;
        margin: 0 0px;
    }

    .quality-heading h4 {
        font-size: 22px !important;
    }

    .quality-heading {
        margin-left: 6px !important;
    }

  
    .quality-col {
        min-height: 170px;
    }

    .quality-col::after {
        width: 210px;
        height: 170px;
        right: -10px;
        bottom: -10px;
    }

    /* Service Page */
    .services-2-pg .col-desc {
        padding-top: 0px;
    }

    .feature-sec h4 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .feature-sec {
        padding: 30px 50px 30px 50px;
    }

    /* download bar */
    .download-bar .col-row {
        width: 33.33%;
    }

    /* Contact Page */
    .ftr-map-bg iframe {
        height: 240px;
    }

    .contact-us .enq-form {
        padding: 15px 15px;
        width: 100%;
    }

    .contact-pg div.col-row:nth-child(2) {
        padding: 0 !important;
    }

    .contact-us .cont-details-bg {
        padding: 0 0;
    }

    .contact-us .cont-details-bg h2 {
        font-size: 18px !important;
        line-height: 25px;
    }

    .contact-us .contact-pg .site-nav ul {
        margin-left: 45px !important;
    }

    .contact-blk {
        min-height: auto;
    }

    .contact-blk .h-icon .h-icon-inner img {
        max-width: 40px !important;
    }

    .contact-blk .h-icon {
        width: 60px;
        height: 60px;
    }

    .contact-pg .ftr-map {
        height: 400px !important;
    }
	/* Date 27-04-2023 */
	header .cont-info ul li:last-child{
		display:none;
	}
    header .cont-info.right-part ul li:last-child{
		display:block;
	}
	header .cont-info ul li {
		float: left;
		padding: 5px 0px 5px 5px !important;
	}
	/*header .cont-info.right-part ul li {
       padding: 0px 0px 0px 5px !important;
	}*/
	header ul .cont-text a {
		font-size: 12px;
        line-height: 20px;
    }
	header .cont-info.right-part ul li .cont-text span {
		font-size: 13px !important;
		line-height: 20px;
        padding-right: 5px;
	}
	header .logo-bar {
		padding: 4px 0;
	}
	.idx-about-sec .about-right h2 {
		padding-left:10px !important;
	}
	.idx-about-sec .about-right h2:before {
		left: 0px;
		top: 7px;
		height: 78px;
		width: 2px;
	}
	.idx-about-sec .about-left:before {
		height: 90%;
		width: 90%;
		top: 40px;
		left: 35px;
    }
	.idx-about-sec .about-left .single-img-text p {
		font-size: 14px !important;
		line-height: 24px;
		padding: 15px 0px 0px 45px !important;
		position: relative;
		font-weight: 500;
		font-style: italic;
	}
	.idx-about-sec .about-left .single-img-text p:before {
		top: 14px;
		left: 22px;
		width: 20px;
		height: 14px;
	}
	.idx-features {
		padding: 50px 0;
    }
	.idx-features .abt-pattern {
		width: 80px;
		height: 80px;
        top: -20px;
		left: -30px;
		z-index: -1;
	}
	.idx-features .client-no {
       padding: 10px 20px;
	}
	.idx-features .client-no .h-icon {
		width: 50px;
		height: 50px;
		margin-bottom:5px !important;
   }
	.idx-features .client-no h2 {
		font-size: 22px !important;
		line-height: 30px;
		margin-bottom: 5px !important;
   }
	.idx-features .pro-services {
       padding: 10px 20px;
	}
	.idx-features .pro-services .h-icon {
		width: 50px;
		height: 50px;
        margin-bottom: 5px !important;
	}
	.idx-features .pro-services h2 {
		font-size: 22px !important;
		line-height: 30px;
    }
	.idx-features .pro-services h2 span {
    font-size: 15px !important;
    line-height: 24px;
   }
   .idx-features .client-no h2 span {
		font-size: 15px !important;
		line-height: 24px;
	}
	
	.idx-services .services-blk .co-top {
        height: 60px;
		width: 60px;
        margin: 0 auto 10px !important;
	}
	.idx-services .services-blk .co-top img {
		padding: 10px;
	}
	
	 .idx-services .services-blk .co-down .co-text h4 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
	.idx-services .services-blk {
		    min-height:390px !important;
    }
	footer .footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
   	}
	footer .site-nav ul li {
       margin-bottom: 0px !important;
	}
	footer .site-nav ul {
       margin-top: 0px !important;
	}
	footer .add-text {
		font-size: 16px !important;
		line-height: 25px !important;
       margin-top: 5px !important;
	   width:calc(100% - 40px);
	}
	footer .footer-abt ul li {
        font-size: 12px !important;
		line-height: 20px !important;
    }
	footer .footer-abt h3 {
      font-size: 16px !important;
      line-height: 25px;
        margin-top: 7px !important;
       margin-bottom: 7px !important;
    }
	footer .social-nav li {
		line-height: 30px;
		margin-right: 8px !important;
	}
	footer .social-nav li a .fa {
		font-size: 13px !important;
        width: 30px;
		height: 30px;
		line-height: 30px;
    }
	
	/* Date 28-04-2023 */
	.banner-bar {
		padding: 70px 0 70px;
	}
	.banner-bar:before {
		    left: 20px;
			width: 70px;
			height: 35px;
	}
	.banner-bar:after {
		right: 30px;
		width: 100px;
		height: 20px;
	}
	section.contents .content-bar.about-us {
		padding: 60px 0 50px;
	}
	.quality-col {
		padding: 20px 15px;
		min-height: 342px;
		margin: 0 10px;
	}
	section.contents .content-bar.company-profile {
		padding: 50px 0 50px;
	}
	.quality-icon {
       width: 45px;
		height: 45px;
   }
   .quality-icon img {
       padding: 6px;
	}
	.quality-heading {
		margin-left: 12px !important;
		margin-top: 9px;
	}
	.quality-heading h4 {
		font-size: 21px !important;
		line-height: 28px !important;
	}
	.about-us-pg .col-desc p {
		font-size: 14px !important;
		line-height: 24px;
	}
	.about-us-pg .col-row:nth-child(2n) .col-desc {
		padding-right: 10px;
	}
	section.contents .content-bar.clientele {
		padding:50px 0 !important;
	}
	.clientele-bar .client-blk {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.clientele-bar .client-blk .col-img {
		width: 80px;
		border: 1px solid #e7e7e7;
	}
	.clientele-bar .client-blk .col-desc {
		width: calc(100% - 85px);
		padding-left: 10px !important;
	}
	.clientele-bar .client-blk .col-desc h4 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	
	
	.clientele-bar .cont-col h4 {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	footer h5 {
		font-size: 12px !important;
		line-height: 22px;
	}
	section.contents .content-bar.career {
		padding: 50px 0;
	}
	
	section.contents .content-bar.contact-us {
		padding: 50px 0;
	}
	.cont-details-bg {
		padding-bottom: 30px !important;
	}
	.contact-pg .enq-form h2 {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	.contact-pg .enq-form {
		padding: 20px 15px;
		margin: 20px 0 0 0 !important;
	}
	.contact-blk {
		padding: 20px 0px 10px;
  		margin-bottom:30px !important;
	}
	.contact-pg .enq-form p {
    font-size: 13px !important;
    line-height: 20px;
     margin-bottom: 10px !important;
    }
	
	.contact-pg {
     margin: 0 0px; 
	}
	.inner-ser-blk .cer-left {
		padding: 0 10px;
	}
	.ipad-no{
		padding-left: 0!important;
		padding-right: 0 !important;
	}
	.useful-links .know-base-blk {
		  padding: 20px 14px !important;
		  min-height: 160px;
	}
	.useful-links .know-base-blk h4 {
		font-size: 12px !important;
		line-height: 20px !important;
	}
	.owner-name {
		    right: -95%;
			bottom: 48%;
	}
	.owner-name .main-head span {
		font-size: 10.5px !important;
		line-height: 20px;
	}
	.start-your-startup .cer-left {
		margin-top: 40px !important;
	}
	
	/* Date 15-07-2023 */
	
	.introduction .start-blog-bg {
		padding: 20px 15px;
		margin-bottom: 40px;
	}
	.introduction .start-blog-bg .sb-left {
		width: 60%;
	}
	.introduction .startup-blk .h-icon {
		width: 75px;
		height: 75px;
	}
	.introduction .startup-blk .h-icon img{
		padding:12px;
	}
	.introduction .main-head {
		margin-bottom: 10px !important;
		font-size: 24px !important;
		line-height: 32px;
	}
	.introduction .main-head.par1 {
		font-size: 22px !important;
	}
	.introduction .inner-ser-blk h4.sub-head.sp-heading {
		font-size: 22px !important;
		line-height: 30px !important;
   }
   .introduction .startup-blk {
        min-height: 342px;
	}
	
	.inner-ser-blk .cer-left.first {
		padding: 20px 20px 0 0;
	}
   .inner-ser-blk .cer-left.first .main-head {
		font-size: 21px !important;
		line-height: 28px !important;
        margin-bottom: 10px !important;
	}
	.inner-ser-blk .cer-left.first p {
		font-size: 17px !important;
		line-height: 25px;
	}
	.inner-ser-blk .cer-left h4.sub-head {
		padding: 12px 0 !important;
		font-size: 18px !important;
		line-height: 25px;
	}
	
	.fac-services .fac-text {
		padding: 0;
	}
	.downloads-bar .col-row {
    width: 33.33%;
    padding: 0 0px;
    position: relative;
    margin-bottom: 15px;
}
	
	.contact-blk-inner {
		padding: 20px 0px 10px;
		height: auto;
		width: 100%;
	}
	.contact-us .social-nav ul {
		margin-top:50px !important;
		margin-bottom: 0px !important;
	}
	.man-blk.frt-row {
		min-height: 740px !important;
	}
	.man-blk .h-icon {
		height: 120px;
		width: 120px;
		margin: -70px auto 20px !important;
	}
	.man-blk h4 {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 20px !important;
	}
	.man-blk h4 span {
		font-size: 14px !important;
		line-height: 24px;
    }
	.man-blk p {
		font-size: 13px !important;
		line-height: 22px;
    }
	.man-blk {
		min-height: 515px !important;
	}
	.board-of-director .man-blk {
		min-height: 453px !important;
	}
	
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    /* Header Starts */
    header .logo {
        width: 105px;
		top: -50px;
    }
	.ipad-no{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.idx-services .services-blk .co-link .btn-link {
		font-size: 15px !important;
		line-height: 24px;
	}
	
    header .site-nav {
        margin-top: 5px !important;
    }

    header .btn-enquire {
            font-size: 13px;
			padding: 10px 18px !important;
			margin-top:5px !important;
    }
	header .logo-bar {
		padding: 5px 0;
	}

    /* Header Ends */

    /* Common Css */
    .main-head {
        font-size: 32px !important;
        line-height: 45px !important;
        margin-bottom: 15px !important;
    }

    /* Common Css Ends */

    /* Home Page Starts */

    /* Home Page Ends */

    /* Footer Starts */
    footer .important-link-sec h3 {
        font-size: 21px !important;
        line-height: 28px;
        margin-bottom: 10px !important;
    }

   
    footer .ftr-contact .ftr-left {
        width: 50px !important;
    }

    footer .ftr-contact .ftr-right h4 {
        font-size: 22px !important;
        line-height: 30px;
    }

    footer .footer-bar {
        padding: 40px 0 40px;
    }

    /* Footer Ends */

    /* Inner Page Starts */
    .slider-bottom .benefits-blk1 {
        padding: 30px;
        min-height: 246px;
    }

    .slider-bottom .benefits-blk1 .benefits-text h4 {
        font-size: 20px !important;
        line-height: 27px;
        margin-bottom: 7px !important;
    }

    .slider-bottom .benefits-blk1 .benefits-text p br {
        display: none;
    }

    /*  */
    .idx-about-sec {
        padding: 50px 0;
    }

    .idx-about-sec .about-right {
        padding: 0px 15px !important;
    }

    .about-us-pg .col-img .col-container::before {
        width: 300px;
        height: 330px;
    }

    .about-us-pg .inn-abt {
        padding-bottom: 30px;
        border-bottom: 0;
    }

    .about-us-pg .inn-abt {
        padding-bottom: 30px;
        border-bottom: 0;
    }

    .qlt-blk1 {
        padding: 20px 20px;
        padding-right: 20px;
        bottom: 30px;
        right: 16px;
    }

    .quality-col::after {
        width: 270px;
    }

    .quality-col {
        margin: 0 5px;
    }

    /*  */
    .idx-services {
        padding: 60px 0!important;
    }

   

    .idx-services .services-blk .co-down .co-icon {
        width: 70px;
        padding: 15px 5px;
        min-height: 100px;
    }

    .idx-services .service-blk .ser-down {
        padding: 20px 15px;
    }

    .idx-services .service-blk .ser-down h4 {
        font-size: 27px !important;
        line-height: 35px;
        margin-bottom: 10px !important;
    }

    /* download bar */
    .download-bar .col-row {
        width: 33.33%;
    }

    /* Inner Page Ends */

    .ipad-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cont-info-block .cont-info-text {
        width: calc(100% - 65px);
        padding: 8px 0 0 0px;
    }

    .cont-info-block .cont-info-text p span {
        font-size: 20px !important;
        line-height: 27px;
    }
	
	/* Date 26-04-2023 */
	header .cont-info ul li {
       padding: 5px 0px 5px 0px !important;
	}
	header ul .cont-text {
		padding-left: 5px !important;
	}
	header ul .cont-text a {
		font-size: 13px;
        line-height: 22px;
	}
	header ul .cont-text p {
		font-size: 13px !important;
		line-height: 22px;
    }
	
	footer .logo {
		width: 120px;
		margin-top:-30px;
    }
	.idx-about-sec .about-right h2:before {
		left: 15px;
		top: 10px;
		height: 70px;
    }
	.idx-about-sec .about-left .single-img-text p {
		font-size: 16px !important;
		line-height: 26px;
		padding: 20px 0px 0px 90px !important;
    }
	.idx-about-sec .about-left .single-img-text p:before {
		top: 22px;
		left: 58px;
		width: 25px;
		height: 16px;
    }
	.idx-btn {
		border-radius: 4px;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 26px !important;
		margin-top: 10px !important;
	}
	.idx-features {
		padding: 60px 0;
	}
	.idx-features .abt-pattern {
		width: 100px;
		height: 100px;
		top: -25px;
		left: -30px;
		z-index: -1;
	}
	.idx-features .client-no {
        margin: 0 auto 0px;
		padding: 15px 25px;
	}
	.idx-features .pro-services {
		margin: 0 auto 0px;
		padding: 15px 25px;
	}
	.idx-services .services-blk .co-top {
        height: 60px;
		width: 60px;
        margin: 0 auto 10px !important;
	}
	.idx-services .services-blk .co-top img {
		padding: 10px;
	}
	
	 .idx-services .services-blk .co-down .co-text h4 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
	.idx-services .services-blk {
		    min-height: 460px !important;
    }
	footer .footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
   	}
	footer .site-nav ul li {
       margin-bottom: 0px !important;
	}
	footer .site-nav ul {
       margin-top: 0px !important;
	}
	footer .add-text {
		font-size: 16px !important;
		line-height: 25px !important;
       margin-top: 5px !important;
	}
	.contact-blk .cont-text p {
		font-size: 14px !important;
		line-height: 24px;
    }
	/* Date 28-04-2023 */
	.banner-bar {
		padding: 80px 0 80px;
	}
	.banner-bar:before {
		left: 30px;
		width: 90px;
		height: 43px;
	}
	.banner-bar:after {
		right: 40px;
		width: 120px;
		height: 25px;
	}
	section.contents .content-bar.about-us {
		padding: 60px 0 50px;
	}
	.quality-col {
		padding: 20px 15px;
		min-height: 310px;
		margin: 0 10px;
	}
	.quality-icon {
       width: 55px;
		height: 55px;
   }
	.quality-heading {
		margin-left: 12px !important;
		margin-top: 14px;
	}
	.quality-heading h4 {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	
	section.contents .content-bar.clientele {
		padding:60px 0 !important;
	}
	.clientele-bar .client-blk .col-desc {
		width: calc(100% - 105px);
		float: right;
		padding-left: 10px !important;
	}
	
	.clientele-bar .client-blk .col-desc h4 {
		font-size: 14px !important;
		line-height: 24px !important;
		margin-bottom:5px !important;
	}
	
	section.contents .content-bar.career {
		padding: 40px 0;
	}
	
	section.contents .content-bar.contact-us {
		padding: 60px 0;
	}
	.cont-details-bg {
		padding-bottom: 30px !important;
	}
	.contact-pg .enq-form h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.contact-pg .enq-form {
		padding: 20px 20px;
		margin: 20px 0 0 0 !important;
	}
	
	.inner-ser-blk .cer-left {
		padding: 0 15px;
	}
	
	.useful-links .know-base-blk {
		  padding: 20px 14px !important;
		  min-height: 190px;
	}
	.useful-links .know-base-blk h4 {
		font-size: 15px !important;
		line-height: 25px !important;
	}
	.contact-blk-inner {
		padding: 20px 0px 10px;
		height: auto;
		width: 100%;
	}
	.contact-blk {
		min-height: 210px;
    }
	.owner-name {
		    right: -80%;
			bottom: 29%;
	}
	.owner-name .main-head span {
		font-size: 13px !important;
		line-height: 22px;
	}
	.start-your-startup .cer-left {
		margin-top: 40px !important;
	}
	/* Date 15-07-2023 */
	
	.introduction .start-blog-bg {
		padding: 50px 25px;
		margin-bottom: 40px;
	}
	.introduction .main-head.par1 {
		font-size: 22px !important;
	}
	.introduction .inner-ser-blk h4.sub-head.sp-heading {
		font-size: 22px !important;
		line-height: 30px !important;
   }
   .introduction .startup-blk {
        min-height: 342px;
	}
   .inner-ser-blk .cer-left.first {
		padding: 20px 20px 0 0;
	}
   .inner-ser-blk .cer-left.first .main-head {
		font-size: 24px !important;
		line-height: 30px !important;
        margin-bottom: 15px !important;
	}
	.inner-ser-blk .cer-left.first p {
		font-size: 18px !important;
		line-height: 25px;
	}
	.inner-ser-blk .cer-left h4.sub-head {
		padding: 12px 0 !important;
		font-size: 18px !important;
		line-height: 25px;
	}
	.why-choose-text h4 {
		font-size: 17px !important;
		line-height: 25px;
    }
	.why-choose-col {
       min-height: 285px;
		padding: 15px 10px;
		padding-top: 70px;
        margin: 20px 0 !important;
	}
	/*Date 06-10-2023 */
	.about-us-pg .col-img, .about-us-pg .col-desc {
		padding: 20px 20px 10px;
	}
	.about-us-pg .col-row:nth-child(2n) .col-desc {
        padding: 30px 30px 10px;
	}
	.fac-services .fac-text {
		padding: 20px 20px;
	}
	.man-blk.frt-row {
		min-height: 640px !important;
	}
	.board-of-director .man-blk {
		min-height: 440px !important;
	}
	
}