
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1170px;
	}
}


@media(max-width:1000px){
    header{
        padding:0;
    }
    
    h1{
        font-size: 2.5rem;
    }
    
    p{
        font-size:1rem;    
    }
    
    h1{
        font-size:2rem;
    }
    
    h3{
        font-size:1.5rem;
    }
    
    .s_box p{
        font-size:1rem;
    }
    
    .service_sec .col{
        width:33.3333333%;
    }
    
    .stats_box {
        border-radius: 20px;
        padding: 2rem;
    }
    .stats_box span{
        font-size:1rem;
    }
    
    .testi_slider p{
        font-size:1.5rem;
        line-height: 1.5rem;
    }
    
    footer ul li a{
        font-size:1rem;
    }
    
    .pt-7{
        padding-top:3rem;
    }
    
    .pb-7{
        padding-bottom: 3rem;
    }

    .slick-dots{
        display: none!important;
    }
}

@media(max-width:767px){
    .btn-black{
        padding:8px 18px;
    }
    
    .navbar-nav{
        border-top:1px solid #eeeeee;
        padding-top:10px;
    }
    
    .hero .text-end{
        text-align: center !important;
    }
    
    .hero .text-end img{
        margin-top:30px;
    }
    
    .service_sec .col{
        width:100%;
    }
    
    .s_box {
        padding-top: 3.3rem;
        padding-bottom: 0;
    }
    
    .s_box img{
        margin-bottom: 1rem;
    }
    
    .stats_box .col-sm-3{
        margin-bottom: 30px;
    }
    
    .pt-7 {
        padding-top:2rem;
    }
    
    .pb-7 {
        padding-bottom:2rem;
    }
    
    .techassess img{
        margin-bottom:30px;
    }
    
    .quote{
        position: absolute;
        display: none;
    }
    
    .quote-mobilee{
        display: block;
        position: absolute;
        left:15px;
        top:15px;
    }
    .testi_slider{
        position: relative;
        padding:1.5rem;
    }
    
    .testi_slider .carousel-control-next, .testi_slider .carousel-control-prev{
        margin-left:1rem;
        top:0;
    }
    
    .freesec h2{
        line-height: 2.6rem;
        font-size: 2rem;
        margin-top:1rem;
    }
    
    .freesec .form-control{
        margin-bottom:15px;
    }
    
    .freesec{
        text-align:center;
    }
    
    .c_logos img{
        margin:auto;
    }
    
    .c_logos  .slick-slide {
        text-align: center;
    }
    
    .slick-next{
		right:0;
	}

	.slick-prev{
		left:0;
	}
	
    .mobile-tab {
        display: flex !important;
    }
    
    .mobile-tab button {
        border: 0;
        padding: 6px 10px;
        background: none;
        border-bottom: 2px solid transparent;
        margin-bottom: -2px;
        width: 25%;
    }
    
    .mobile-tab button.active {
        border-color: var(--primary);
        color: var(--primary);
    }
    
    #c_table {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 20px 1px;
    }
    
    #c_table table {
        width: 500%;
        transition: all .3s;
    }
    
    #c_table.baseactive table {
        transform: translateX(-20%);
    }
    
    #c_table.startupactive table {
        transform: translateX(-40%);
    }
    
     #c_table.teamactive table {
        transform: translateX(-60%);
    }
    
    #c_table.enteractive table {
        transform: translateX(-80%);
    }
    
    #c_table.startupactive table td:nth-of-type(3) {
        visibility: visible;
    }
    
    #c_table.baseactive table td:nth-of-type(2) {
        visibility: visible;
    }
    
    #c_table.teamactive table td:nth-of-type(4) {
        visibility: visible;
    }
    
    #c_table.enteractive table td:nth-of-type(5) {
        visibility: visible;
    }

    #c_table table td {
        width: 20%;
    }
    
    #c_table table tr td {
        visibility: hidden;
        border-spacing: 48px 0;
    }
    
    
    .c-cont{
        padding:0 30px;
    }
    
    .choose{
        display: none;
    }
}

/* new changes */
@media(max-width:1000px){
    .hero span{
        font-size: 3rem;
    }
}


@media(max-width:767px){

    .btn-black {
        /* padding: 8px 18px; */
        margin-right: 20px!important;
    }

    .vbtn{
        padding: 8px 18px;
    }
    .hero p{
        font-size: 1.375rem;
    }
    
}
@media(max-width:600px){
    .homeimg{
        position: unset;
        width: 100%;
        margin-top: 30px;
    }

    .homeimg img{
        transform: unset;
    }

    .homeimg2{
        position: unset;
        width: 100%;
        margin-top: 30px;
    }

    .homeimg2 img{
        transform: unset;
    }

    .quoyesec{
        margin-top: 0;
    }
    .hero{
        text-align: center;
    }
    .hirelike{
        text-align: center;
    }
    .left_rightsec {
        text-align: center;
    }
    .grad_text{
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media(max-width: 576px){ 
    .reverse-on-mobile { flex-direction: column-reverse; } 
    .firstsec_img{
margin-top:25px;
    }
    .img_mbl{
        padding-top:20px;
    }
    .padd_mbl{
        padding-left: 1rem!important;
    }
    .hiring h2{
        font-size: 2.625rem;
    }
    .hiring h2 span{
        font-size: 3.625rem;
    }
    .performance_sec h3 {
        font-size: 2.375rem;
        margin-bottom: 0;
        line-height: 48px;
    }
    }
@media(max-width:480px){

    .hero p{
        font-size: 1.375rem;
    }

    .homeimg{
        position: unset;
        width: 100%;
        margin-top: 30px;
    }

    .homeimg img{
        transform: unset;
    }

    .top_clients{
        margin-top: 0px;
    }
    .top_clients .wh_orcstmr{
	font-size: 1.625rem;
    }
    
    .hiring h2{
        font-size: 1.625rem;
    }
    .hiring h2 span{
        font-size: 2.625rem;
    }

    .hirelike{
        margin-top:0rem!important;
        padding: 0px 0;

    }

    .hirelike h2{
        font-size: 1.625rem;
    }
    .hirelike p{
        font-size: 1rem;
    }
    .quoyesec .quoyesec_part h2{
        font-size: 1.725rem;
    }

    .quoyesec {
        padding-top: 0!important;
    }
    .left_rightsec h2 {
        font-size: 1.625rem;
    }
    .left_rightsec h2 span{
        font-size: 2.625rem;
    }
    .mbl_sec{
    padding-left: 1rem!important;
    }

    .performance_sec h3{
        font-size: 2.375rem;
    }
    .performance_sec p{
        font-size: 1rem;
    }
    .performance_sec{
        margin-top: 1rem!important;
    }
}

@media(max-width:351px){
    .mbl_btn{
        margin-top: 10px;
    }

}

