@media(max-width:1340px){
    .slider .carousel-control-prev {
        margin-left: 20px;
    }
    .slider .carousel-control-next {
        margin-right: 20px;
    }
}
@media(max-width:1300px){
    .slider .carousel-control-prev {
        margin-left: 10px;
    }
    .slider .carousel-control-next {
        margin-right: 10px;
    }
}
@media(max-width:1265px){
    .slider .carousel-control-prev {
        margin-left: 5px;
    }
    .slider .carousel-control-next {
        margin-right: 5px;
    }
}
@media(max-width:1240px){
    .slider .carousel-control-prev {
        margin-left: 1px;
    }
    .slider .carousel-control-next {
        margin-right: 1px;
    }
}
@media(max-width:1199px){
    .slider .carousel-control-prev {
        margin-left: 40px;
    }
    .slider .carousel-control-next {
        margin-right: 40px;
    }
}
@media(max-width:1110px){
    .slider .carousel-control-prev {
        margin-left: 20px;
    }
    .slider .carousel-control-next {
        margin-right: 20px;
    }
}
@media(max-width:1065px){
    .slider .carousel-control-prev {
        margin-left: 10px;
    }
    .slider .carousel-control-next {
        margin-right: 10px;
    }
}
@media(max-width:1040px){
    .slider .carousel-control-prev {
        margin-left: 5px;
    }
    .slider .carousel-control-next {
        margin-right: 5px;
    }
}
@media(max-width:1020px){
    .slider .carousel-control-prev {
        margin-left: 1px;
    }
    .slider .carousel-control-next {
        margin-right: 1px;
    }
}
@media(max-width:1005px){
    .slider .carousel-control-prev {
        margin-left: -5px;
    }
    .slider .carousel-control-next {
        margin-right: -5px;
    }
}
@media(max-width:991px){
    .slider .carousel-control-prev {
        margin-left: 40px;
    }
    .slider .carousel-control-next {
        margin-right: 40px;
    }
}
@media(max-width:835px){
    .slider .carousel-control-prev {
        margin-left: 20px;
    }
    .slider .carousel-control-next {
        margin-right: 20px;
    }
}
@media(max-width:790px){
    .slider .carousel-control-prev {
        margin-left: 10px;
    }
    .slider .carousel-control-next {
        margin-right: 0px;
    }
}
@media(max-width:370px){
    .slider .carousel-control-prev {
        margin-left: 10px;
    }
    .slider .carousel-control-next {
        margin-right: 0px;
    }
}
/* Desktop large screen resolution*/
@media only screen and (min-width: 1199px) { 
    body .container {
        max-width:1140px;
    }

    .slider .container{
        max-width: 1170px;
    }
}

/* Desktop wide screen resolution*/
/*@media only screen and (min-width: 1800px) { 
    body .container { 
        max-width: 1500px;
    }
}*/


/* Mobile devices*/


@media only screen and (max-width: 767px)	{ 
    body .container {
        max-width: 100%;
        padding: 0 16px;
    }
    body .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    h1 {
        font-size: 40px;
        line-height: 52px;
    }
    h2 {
        font-size:32px;
        line-height: 40px;
    }
    .logo {
        display:none;
    }
    .mobile-logo {
        display: block;
        width: 10%;
    }
    .nav-menu {
        width: 75%;
    }
    .nav-menu ul li {
        display: none;
    }
    .consulation-btn {
        display: block !important;
    }
    .consulation-btn a {
        padding: 16px;
    }
    .toggle-button {
        width: 15%;
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .overlay-content.menu ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .overlay-content.menu ul li {
        width: 50%;
    }
    .overlay a {
        font-size:24px;
        line-height: 32px;
        font-weight: 500;
        padding-bottom: 20px;
    }
    .toggle-menu.active {
        display:block;
        padding-top:40%;
    }
    .overlay-content.menu {
        border-bottom: 1px solid rgba(52, 52, 52, 1);
        padding-bottom: 48px;
    }
    .overlay-content.social {
        padding-top: 48px;
    }
    .overlay-content.social ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-top: 24px;
    }
    .overlay-content.social ul li {
        width: 50%;
    }
   
    .footer-columns {
        padding: 25px 0;
    }
    .project-section {
        width: 100%;
    }
    .contact-block {
        padding: 71px 16px;
        margin-bottom: 12px;
    }
    .project-block {
        padding: 71px 16px;
        margin-top: 12px;
        flex-wrap: wrap;
    }
    .project-content {
        width: 80%;
    }
    .footer-columns .col-md-4.column-1 {
        text-align: center;
        order: 4;
    }
    .footer-columns .col-md-4.column-1 ul{
        justify-content: center;
    }
    .footer-columns .col-md-4.column-2 {
        width: 50%;
        order: 1;
    }
    .footer-columns .col-md-4.column-3 {
        width: 50%;
        order: 2;
    }
    .footer-visit-us{
        order: 3;
    }
    .footer-section{
        margin-top: 70px;
    }
    .footer-section ul div:last-child{
        display: none;
    }
    .footer-section .contact-text{
        padding-left: 0px;
        font-size: 12px;
    }
    .footer-section ul div.contact-icons{
        display: none;
    }
    .footer-section .footer-visit-us{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-section .footer-visit-us .visit-us-title{
        padding-bottom: 16px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.15px;
    }
    .footer-section .footer-visit-us .contact-address{
        padding-bottom: 37px;
        font-size: 12px;
    }
    .footer-section .column-2 h5, .footer-section .column-3 h5{
        font-size: 14px;
    }
    .footer-page-links li a{
        font-size: 12px;
    }
    .footer-section .social-media-content {
        font-size: 14px;
    }
    .footer-copyight {
        padding: 25px 0;
    }
    .top-banner {
        background-image: none !important; 
        height: auto;
    }
    .top-banner .col-md-5 {
        padding: 50px 16px 0px;
    }
    .top-banner .col-md-7 img{
        display: block;
    }
    .banner-content {
        text-align: center;
    }
    .banner-buttons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .banner-buttons a {
        width: 200px;
        text-align: center;
    }
    .banner-buttons a:first-child {
        margin: 20px 10px 0 ;
    }
    .banner-buttons a:last-child {
        margin: 20px 10px 0 ;
    }

    .slider .slider-left-content{
        padding-bottom: 69px;
    }

    .slider .slider-heading {
        font-size: 40px;
        line-height: 52px;
    }
    .slider .carousel-control-next {
        width: 56px;
        margin-right: 20px;
    }
    .slider .carousel-control-prev {
        width: 56px;
        margin-left: 20px;
    }
    .slider .slider-left-arrow-image img{
        width: 40px;
        height: 40px;
    }
    .slider .slider-right-arrow-image img{
        width: 40px;
        height: 40px;
    }
    .our-position .position-info h2{
        font-size: 16px;
    }
    .product-management .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-management .col-md-6 img {
        height: auto;
    }
    .block-content {
        padding-top: 16px;
    }
    .block-content h2{
        padding-bottom: 8px;
        font-size: 24px;
    }
    .block-content h6 p{
        padding-bottom: 24px;
    }
    .about-section .col-md-12 {
        padding: 0;
    }
    .about-description p {
        font-size: 24px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.87);
        line-height: 32px;
        padding-top: 32px;
        margin: 0px;
        padding-bottom: 40px;
    }
    .about-section-inner p {
        margin:0;
    }
    .about-section .col-md-12 .about-section-inner{
        padding: 80px 16px;
    }
    .our-position {
        margin: 70px 0px;
    }
    .position-info {
        padding: 0;
    }
    .position-info p{
        font-size: 12px;
    }
    h5.box-title,.box-content div.service-description {
        font-size: 12px;
    }
    .icon-boxes {
        padding-top: 24px; 
    }
    .icon-boxes .col-md-4 {
        margin-bottom: 30px;
        padding: 0px;
    }
    .icon-boxes .box-content {
        height: auto;
    }
    .box-content p {
        display:flex;
        align-items: start;
    }
    .icon-box-content .icon-image {
        width: 20%;
    }
    .ampl-description {
        width: 80%;
    }
    .technology-section {
       margin: 70px 0px;
    }
    .technology-section .section-info {
        padding: 0;
    }
    .tech-tabs {
        padding-top: 16px;
        padding: 0px;
    }
    .tech-tabs .col-md-12 {
        padding: 0px;
    }
    .tech-tabs .tab-content {
        padding-top:15px;
    }
    .tech-tabs .nav-link {
        line-height: 24px;
    }
    .tech-tabs .tab-pane .image-box {
        /* width: 30%; */
        height: auto;
        margin: 0 1.5%;
    }
    
    .ampl-section .row {
        flex-direction: column-reverse;
    }
    .ampl-section .row .col-md-5:first-child{
        order: 2;
        margin-left: auto;
        padding-right: 15px;
    }
    .ampl-section .row .col-md-5:last-child{
        order: 1;
        margin-right: auto;
        padding-left: 15px;
    }
    .ampl-content h2{
        text-align: center;
    }
    .ampl-block .ampl-content {
        padding: 48px 16px;
    }
    .ampl-block .col-md-6:first-child {
        padding: 0;
    }
    .ampl-block .col-md-6:last-child {
        padding: 0;
    }
    .ampl-image {
        height: 358px;
        background-position: center center;
    }
    .client-content-section {
        width: 100%;
    }
    .client-content-section {
        padding-bottom: 40px;
    }
    .client-carousel {
        width:100%;
    }
    .client-caption {
        padding: 32px 54px;
    }
    .client-info {
        padding-top: 40px;
    }
    .client-testimonial-section{
        margin: 70px 0px;
    }
    .client-carousel .col-md-5.client-image {
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        object-fit: cover;
        background-position: center center;
    }
    .clients .swiper-slide .row {
        flex-direction: column-reverse;
    }
    .slider-arrows {
        width: 100%;
        max-width: 100%;
        display: block;
        background: transparent;
        margin: 0;
        padding: 0;
    }
    
    .swiper-button-next-clients {
        right: 0px;
        display: flex;
        text-align: center;
        position: absolute;
        top:130px;
        background-color: #20BCC4;
        padding: 20px 22px;
        align-items: center;
        justify-content: center;
        background-image: url(/wp-content/themes/acmeminds/assets/images/arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 50% 50%;
        background-position: center center;
    }
    div.swiper-slide:first-child .slider-arrows .swiper-button-next-clients{
        left: 0;
    }
    .swiper-button-prev-clients {
        left: 0px;
        position: absolute;
        background-color: #20BCC4;
        top:130px;
        padding: 20px 22px;
        background-image: url(/wp-content/themes/acmeminds/assets/images/arrow-left.svg);
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .engage-ampl {
        margin: 70px 0px;
    }
    .engage-ampl-content {
        padding: 0;
    }
    .engage-icon-box .row {
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
    .engage-icon-box .col-md-4 {
        border:none;
        display:block;
        width:80%;
        margin: 0 auto;
    }
    .engage-box {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }
    .engage-icon-box {
        width:90%;
    }
    .feature-list-engage {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .engage-icon-box .col-md-4:last-child .engage-box {
        border: none;
    }
    .services-top-section .row {
        flex-direction: column-reverse;
    }
    .services-content-box {
        position: relative;
        margin-right: 0;
        margin-top:-70px;
        text-align:center;
        padding: 24px 15px 0;
    }
    .services-top-section .col-md-8 {
        padding: 0;
    }
    .service-block-inner .row.odd .col-md-4 img {
        width:90%;
        margin: 0 5%;
    }
    .service-block-inner .row.even .col-md-4 img {
        width:90%;
        margin: 0 5%;
    }
    .services-quote {
        padding: 60px 0 100px;
        text-align: center;
    }
    .service-block-inner {
        max-width: 100%;
        margin: 0 auto;
    }
    .service-block-inner .row.odd .content-box {
        margin-left: 0;
        margin-top:30px;
    }
    .service-block-inner .row.even .content-box {
        margin-right: 0;
        margin-top:30px;
    }
    .service-block-inner .row.odd .col-md-4 , .service-block-inner .row.even .col-md-4  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .service-block-inner .row {
        padding-bottom: 50px;
    }
    .service-block-inner .row.even {
        flex-direction: column-reverse;
    }
    /* single service page */
    .banner-single-services {
        padding-bottom: 60px;
    }
    .banner-single-services .row {
        flex-direction: column-reverse;
    }
    .banner-single-services .col-md-8 {
        padding: 0px;
    }
    .breadcrumb-single {
        padding: 28px 0px;
        display: flex;
        background: #fff;
        justify-content: center;
        align-items: center;
        margin: -70px 0px 0;
        position: relative;
        z-index: 1;
    }
    .banner-single-services .services-content-box {
        padding: 0px;
        margin: 0 23px;
    }
    #tab-single-service .nav-tabs {
        display:none;
    }
    div#tab-single-service {
        padding: 0px;
    }
    .single-services .technology-section.single .tab-content>.tab-pane {
        display:block;
    }
    .single-services .tab-content .pane-box {
        padding: 40px 0 20px;
    }
    .single-services .tab-content .pane-box.lightyellow {
        background: transparent;
    }
    .single-services .tab-content .pane-box.skyblue {
        background: transparent;
    }
    .single-services .tab-content .pane-box.lightgreen {
        background: transparent;
    }
    .single-services .tab-content .pane-box.gray {
        background: transparent;
    }
    .single-services .tab-content .pane-box.pink {
        background: transparent;
    }
    .single-services .tab-content .pane-content-box img {
        height:auto;
        padding-bottom: 24px;
    }
    .single-services .tab-content .pane-content-box span.title-number {
        display: block;
        padding-right: 8px;
    }
    .single-services .tab-content .pane-content-box h3 {
        display: flex;
        font-size:24px;
        line-height: 32px;
    }
    .single-services .tab-content .pane-content-box p {
        padding-right: 0; 
    }
    .pane-content-box .row {
        flex-direction: column-reverse;
    }
    .quote-content-inner {
        padding: 24px;
        background: rgba(247, 247, 247, 1);
        border-top: 4px solid rgba(213, 184, 16, 1);
        border-left:none;
    }
    .single-quote-block {
        padding: 0 0 100px;
    }
    .design-tools {
        max-width: 100%;
        padding: 40px 24px;
    }
    .design-tool-section {
        padding: 0 0 100px 0;
    }
    .design-featured-icons {
        flex-wrap: wrap;
    }
    .featured-design-icons {
        max-width: 50%;
        padding-bottom: 24px;
        width:50%;
    }
    .section-info {
        padding: 0;
    }
    .other-services-block {
        padding-top: 20px;
    }
    .other-services-block .featured-image-other-service img {
        height: auto;
    }
    .other-service-inner-content {
        margin-bottom: 30px;
    }
    .about-banner-section {
        padding: 0px 0 60px 0;
    } 
    .about-banner-section .row {
        flex-direction: column-reverse;
    }
    .about-banner-section .col-md-6:last-child {
        padding: 0;
    }
    .about-content{
        text-align: center;
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .our-vision {
        padding: 0 0 100px;
    }
    .vision-icon-boxes .col-md-4 {
        border-right: none;
    }
    .icon-box-content-vision {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .content-box-positioning {
        width:90%;
        margin: 0 auto;
    }
    .content-box-positioning .row {
        padding: 48px 0;
        margin-bottom: 24px;
    }
    .content-box-positioning .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    /* .our-value {
        padding: 100px 0;
    } */
    .value-block {
        padding-top: 37px;
    }
    .outer-bloc {
        padding: 48px 24px;
    }
    .value-block .row .col-md-6 {
        margin-bottom: 30px;
    }
    .exp-featured-image {
        width:100%;
        padding-top: 40px;
    }
    .exp-mobile-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .exp-desktop-img {
        display: none;
    }
    .text-box-positioning {
        padding: 24px 10px 0;
    }
    .text-box-positioning h4 {
        padding-bottom: 16px;
    }
    /* .team-section {
        padding: 100px 0 0 0; 
    } */
    .team-information {
        padding-top: 40px;
    }
    .team-information .col-md-3 {
        max-width: 50%;
    }
    .employee-info h4 {
        font-size:16px;
        margin: 0;
        line-height: 24px;
    }
    .employee-info p {
        font-size:14px;
        margin: 0;
        line-height: 20px;
    }
    .other-services-block .featured-image-other-service img {
        height: auto;
    }
    .career-banner-section {
        padding: 0 0 60px;
    }
    .career-banner-section .row {
        flex-direction: column-reverse;
    }
    .career-banner-section .col-md-6 {
        padding: 0px;
    }
    .career-content {
        padding: 24px 29px 0;
        text-align: center;
        margin: -75px 16px 0;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .career-content h1 {
        max-width: 100%;
    }
    .career-info-block {
        text-align: center;
        background: #f7f7f7;
        padding: 80px 24px;
    }
    .career-info-block .col-md-12 {
        padding: 0px;
    }
    .career-info {
        padding: 0 0 100px 0;
    }
    .current-jobs-opening {
        padding: 40px 0 0 0;
    }
    .job-description {
        display:block;
        padding:24px;
    }
    .apply-btn {
        padding-top: 24px;
    }
    .work-with-us {
        padding: 100px 0;
    }
    .work-inner-block {
        padding: 0px;
        background: transparent;
    }
    .work-with-us .row {
        flex-direction: column-reverse;
    }
    .content-box-culture {
        width: 85%;
        margin: -20px auto 0;
        padding: 24px;
    }
    .content-box-culture ul {
        text-align: left;
        padding: 0 0 0 20px;
    }
    /* career single */
    .breadcrumb-single.career {
        display: block;
        padding: 44px 0 20px;
        margin: 0px;
        background: transparent;
        position: static;
    }
    .career-top-info h6 {
        padding-top: 8px;
    }
    .single-job-details {
        padding: 24px;
    }
    .single .contact-block {
        background: #F7F7F7;
        border:none;
    }
    .single .project-block {
        background: #F7F7F7;
        border:none;
    }
    .quote-section-industry {
        padding: 40px 0 60px 0;
    }
    .image-box-industry img {
        height: auto;
        object-fit: cover;
    }
    .image-box-industry {
        margin-bottom: 24px;
    }
    .project-item-box {
        height:355px;
    }
    .project-content-box {
        left:20px;
        right:20px;
    }
    .project-content-box span {
        font-size:16px;
        line-height: 24px;
    }
    .filters.filter-button-group ul {
        width:100%;
        margin: 0;
    }
    .filters ul li {
        padding:16px;
    }
    .contact-top-section {
        padding: 40px 0 0px 0;
    }
    .contact-form-block {
        padding-right: 0;
    }
    .contact-details {
        padding-left: 0;
        padding-top: 20px;
        border:none;
    }
    .contact-detail-block {
        padding-bottom: 40px;
    }
    .not-found {
        padding: 40px 0 0 0;
    }
    .not-found h1 {
        font-size: 100px;
        line-height: 120px;
        font-weight: bold;
    }
    .project-single-topcontent {
        width: 100%;
        margin: 0;
    }
    .content-box-project-single {
        padding-left: 15px;
    }
    .meta-data-project-single ul {
            width:100%;
    }
    .project-single-bannerimage img {
        height: 200px;
        object-fit: cover;
    }
    .project-process {
/*             width:80%; */
/*             margin:0 auto; */
    }
    .process-content {
        padding-bottom: 30px;
    }
    .image-gallery img {
            padding-bottom:80px;
    }
    .meta-data-project-single ul {
        width: 100% !important;
    }
    .meta-data-project-single ul li {
        font-size: 10px;
        line-height: 18px;
    }
    .contact-form-block button#wpforms-submit-527 {
        width: 100%;
    }
    .contact-info-img {
        width: 10%;
    }
    .contact-info-content {
        width: 90%;
    }
    .project-top-section {
        padding:40px 0 0 0;
    }
	.overview div{
		font-size: 18px;
	}
	.process-content .overview, .process-content .the-challange, .process-content .our-approach,.process-content .the-results,.process-content .conclusion{
		font-size: 18px;
	}
	.process-content .the-challange strong , .process-content .our-approach strong,.process-content .the-results strong{
		font-size: 18px;
	}
	.process-content .the-challange .the-challange-text strong , .process-content .our-approach .our-approach-text strong{
	     font-size: 18px;	
	}
	.process-content{
		margin-bottom: 0px;
	}
}

/* iPad devices */
@media (min-width: 768px) and (max-width: 991px) {
    .nav-menu ul li {
        display: none;
    }
    .consulation-btn {
        display: block !important;
    }
    .toggle-menu.active {
        padding-top: 40%;
    }
    .contact-info a {
        font-size:18px;
    }
    .project-section {
        width: 100%;
    }
    .contact-block {
        padding: 71px 20px;
    }
    .project-block {
        padding: 71px 20px;
    }
    .top-banner {
        background-image: none !important; 
        height: auto;
    }
    .top-banner .row {
        justify-content: center;
        align-items: center;
    }
    .top-banner .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .top-banner .col-md-7 img{
        display: block;
    }
    .banner-buttons {
        justify-content: center;
    }
    .product-management .block-content h2{
        font-size: 24px;
    }
    .product-management .block-content h4{
        font-size: 18px;
    }
    .highligted-section h4 p {
        font-size: 18px;
        line-height: 26px;
    }
    .product-management .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }
    .product-management .col-md-6:last-child {
        padding-top: 50px;
    }
    .about-section .container {
        max-width: 100%;
    }
    .about-section .col-md-12 {
        padding: 0;
    }
    .about-section .col-md-12 .about-section-inner{
        padding: 80px 30px;
    }
    .position-info {
        padding: 0 50px;
    }
    .icon-boxes .col-md-4 {
        margin-bottom: 30px;
        max-width: 100%;
        flex: 100%;
    }
    .section-info {
        padding: 0 50px;
    }
    .tech-tabs {
        padding: 50px 0px;

    }
    .tech-tabs .col-md-12 {
        padding: 0px;
    }
    .tech-tabs .tab-pane .image-box {
        /* width:25%; */
    }
    .ampl-block .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }
    .ampl-block .col-md-6:first-child {
        padding-right: 15px;
    }
    .ampl-block .col-md-6:last-child {
        padding-left: 15px;
    }
    .ampl-block .ampl-content {
        padding: 48px;
    }
    .col-md-6.ampl-image {
        background-size: cover;
        height: 650px;
        max-width: 100%;
        background-repeat: no-repeat;
        flex: 100%;
    }
    .client-carousel {
        width:100%;
    }
    .client-info {
        padding-top: 30px;
    }
    .client-caption {
        padding: 24px;
    }
    .client-caption p {
        font-size: 14px;
    }
    .client-info {
        padding-top: 30px;
    }
    .slider-arrows {
        width:15%;
        padding: 12px 15px 12px 0px;
        max-width: 100%;
    }
    .engage-ampl-content {
        padding: 0;
    }
    .engage-icon-box {
        width:95%;
        margin: 0 auto;
    }
    .engage-icon-box .col-md-4:last-child .engage-box {
        border-bottom: none;
    }
    .engage-box {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        width: 80%;
        margin: 0 auto;
    }
    .engage-icon-box .row {
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
    .engage-icon-box .col-md-4 {
        border:none;
        display:block;
        max-width: 100%;
        flex:100%;
    }
    .feature-list-engage {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .services-top-section .row {
        flex-direction: column-reverse;
    }
    .services-content-box {
        position: relative;
        margin-right: 20px;
        margin-left: 20px;
        margin-top:-120px;
        text-align:center;
        padding-right: 0;
        padding-top: 24px;
    }
    .services-top-section .col-md-8 {
        max-width: 100%;
        flex:100%;
    }
    .services-top-section .col-md-4 {
        max-width: 100%;
        flex:100%;
    }
    .services-quote {
        padding: 60px 0 100px;
        text-align: center;
    }
    .service-block-inner {
        max-width:100%;
    }
    .service-block-inner .row.odd .content-box {
        margin-left: 20px;
    }
    .service-block-inner .row.even .content-box {
        margin-right: 20px;
    }
    .service-block-inner .col-md-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-single-services .col-md-4 {
        max-width: 100%;
        flex: 100%;
    }
    .banner-single-services .col-md-8 {
        max-width: 100%;
        flex: 100%;
    }
    .banner-single-services .row {
        flex-direction: column-reverse;
    }
    .breadcrumb-single {
        position: relative;
        padding: 20px;
        z-index: 1;
        margin: -150px 20px 0 20px;
        background: #fff;
        text-align: center;
    }
    .services-content-box.single {
        position: relative;
        margin: -5px 20px;
        padding: 20px 50px;
    }
    #tab-single-service .nav-tabs li {
        min-width: 33%;
        margin-top: 10px;
    }
    #tab-single-service ul.nav-tabs li:first-child a {
        padding-left: 15px;
    }
    .single-services .tab-content .pane-content-box img {
        height: auto;
    }
    .design-tools {
        max-width: 100%;
        margin: 0;
    }
    .design-featured-icons {
        flex-wrap: wrap;
    }
    .featured-design-icons {
        width:50%;
        padding-bottom: 40px;
    }
    .other-services-block .col-md-4 {
        max-width: 100%;
        flex: 100%;
        margin-bottom:50px;
    }
    .other-services-block .featured-image-other-service img {
        height: auto;
    }
    .about-banner-section .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }
    .about-banner-section .row {
        flex-direction: column-reverse;
    }
    .about-banner-section {
        padding: 0px 0 80px 0;
    }
    .about-content{
        text-align: center;
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .icon-box-content-vision {
        text-align: center;
        padding: 0px;
    }
    .icon-box-content-vision img {
        padding-bottom: 44px;
        height: 120px;
        width: 80px;
    }
    .content-box-positioning {
        width:100%;
        margin: 0;
    }
    .content-box-positioning .row {
        display: flex;
        align-items: center;
        padding: 40px 20px;
    }
    .our-value {
        padding: 80px 0;
    }
    .value-block .col-md-6 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 50px;
    }
    .exp-featured-image {
        width:100%;
        padding-top: 20px;
    }
    .team-information {
        padding-top: 60px;
    }
    .employee-info h4 {
        padding-top: 16px;
        font-size: 16px;
    }
    .employee-info p {
        font-size: 14px;
    }
    .work-with-us .col-md-6 {
        max-width: 100%;
        flex:100%;
    }
    .career-banner-section .col-md-6 {
        max-width: 100%;
        flex:100%;
    }
    .career-banner-section {
        padding: 0 0 60px;
    }
    .career-banner-section .row {
        flex-direction: column-reverse;
    }
    .career-banner-section .col-md-6 {
        padding: 0px;
    }
    .career-content {
        padding: 24px 29px 0;
        text-align: center;
        margin: -150px 16px 0;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .career-content h1 {
        max-width: 100%;
    }
    .career-info-block {
        text-align: center;
        background: #f7f7f7;
        padding: 80px 60px;
    }
    .career-info-block .col-md-12 {
        padding: 0px;
    }
    .career-info {
        padding: 0 0 100px 0;
    }
    .current-jobs-opening {
        padding: 40px 0 0 0;
    }
    .job-description {
        display:block;
        padding:24px;
    }
    .apply-btn {
        padding-top: 24px;
    }
    .work-with-us {
        padding: 100px 0;
    }
    .work-inner-block {
        padding: 0px;
        background: transparent;
    }
    .work-with-us .row {
        flex-direction: column-reverse;
    }
    .content-box-culture {
        width: 85%;
        margin: -80px auto 0;
        padding: 24px;
    }
    .content-box-culture ul {
        text-align: left;
        padding: 0 0 0 20px;
    }
    .breadcrumb-single.career {
        margin: 0px;
        background: transparent;
        display: block;
        padding: 44px 0 20px 0;
        text-align: left;
    }
    .career-top-info h6 {
        padding-top: 8px;
    }
    .image-box-industry img {
        height: auto;
        object-fit: cover;
    }
    .filters.filter-button-group ul {
        width:75%;
    }
    .project-item-box {
        height:450px;
    }
    .contact-details {
        padding-left:30px;
    }
    .contact-form-block {
        padding-right: 20px;
    }
    .meta-data-project-single ul {
	width:70%;
    }
    .project-single-bannerimage img {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }
}



@media(max-width: 991px){
    .slider .slider-left-content{
        text-align: center;
        padding-top: 60px;
    }
    .slider .slider-btn{
        margin-left: auto;
        margin-right: auto;
    }
    .vision-section .our-mission{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 0px;
    }
    .vision-section .our-vision{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 52px;
    }
    .portfolio-top-section .left-content{
        margin-top: 32px;
    }
}
@media(max-width: 767px)	{ 

    .about-banner{
        margin-top: 0px;
    }
    .industry-section .industry-images .images-title {
        font-size: 14px;
    }
    .vision-section .our-mission,.vision-section .our-vision{
        padding-left: 0;
        padding-right: 0;
    }
    .about-content{
        margin: 70px 0px;
    }
    .industry-section{
        margin: 70px 0px;
    }
    .our-value{
        margin: 70px 0px;
    }
    .team-section{
        margin: 70px 0px;
    }
    .footer-top-section h3 p{
        font-size: 24px;
        line-height: 30px;
    }
    .about-content h1,.portfolio-top-section h1{
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio-top-section .portfolio-second-sub-title {
        font-size: 20px;
        line-height: 50px;
    }
    .portfolio-gallery .portfolio-post-content p{
        font-size: 24px;
        line-height: 40px;
    }
	.client-name-info div:first-child,.industry-name-info div:first-child,.client-tech-services-info div:first-child,.client-technology-info div:first-child{
		font-size: 18px;
	}
    .client-name-info div:last-child,.industry-name-info div:last-child{
		font-size: 12px;
	}
	.client-tech-services-info div:not(:first-child){
		font-size: 12px;
	}
/* 	.project-single-bannerimage .client-services img {
		height: 70%;
		width: 70%;
	} */
	.process-content h5{
		font-size: 20px;	
	}
	
	.project-single h1{
		font-size: 32px;
		line-height: 40px;
	}
}
@media(max-width: 576px){
    .portfolio-top-section .portfolio-second-sub-title{
        line-height: 35px;
    }
    .portfolio-top-section .portfolio-description{
        padding-top: 10px;
    }
	.client-services .col-sm-11{
		padding-left: 0px;
		padding-right: 0px;
	}
	.project-info-section .col-sm-11{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (min-width: 991px) and (max-width: 1024px) {
    .nav-menu ul li {
        display: none;
    }
    .consulation-btn {
        display: block !important;
    }
    .toggle-menu.active {
        padding-top: 40%;
    }
    .project-section {
        width: 85%;
    }
    .contact-block {
        padding: 71px 20px;
    }
    .project-block {
        padding: 71px 20px;
    }
    .top-banner {
        background-size: 65% 100%; 
    }
    .banner-buttons a {
        font-size:12px;
        line-height: 12px;
    } 
    .about-section .col-md-12 .about-section-inner {
        padding: 80px 150px;
    }
    .position-info {
        padding: 0 150px;
    }
    .section-info {
        padding: 0 150px;
    }
    .client-caption p {
        font-size:16px;
    }
    .client-info {
        padding-top: 30px;
    }
    .client-caption {
        padding: 25px;
    }
    .ampl-block .col-md-6:first-child {
        padding-right: 15px;
        max-width: 100%;
        flex: 100%;
    }
    .ampl-block .col-md-6:last-child {
        padding-left: 15px;
        max-width: 100%;
        flex: 100%;
    }
    .ampl-block .col-md-6.ampl-content {
        padding: 25px;
    }
    .ampl-image {
        height: 582px;
        background-position: center center;
    }
    .tech-tabs {
        padding: 50px 20px;
    }
    .tech-tabs .tab-pane .image-box {
        /* width: 25%; */
    }
    .service-block-inner .row.odd .content-box {
        margin-left: 50px;
    }
    .service-block-inner .row.even .content-box {
        margin-right: 50px;
    }
    .banner-single-services .services-content-box.single {
        padding: 20px 40px 20px 0px;
    }
    .breadcrumb-single {
        padding: 20px 0;
    }
    #tab-single-service .nav-tabs li {
        min-width: 20%;
        margin-top: 10px;
    }
    #tab-single-service ul.nav-tabs li:first-child a {
        padding-left: 15px;
    }
    .single-services .tab-content .pane-content-box img {
        height:auto;
    }
    .about-banner-section .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }
    .about-banner-section .row {
        flex-direction: column-reverse;
    }
    .about-banner-section {
        padding: 0px 0 80px 0;
    }
    .about-content{
        text-align: center;
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .value-block .col-md-6 {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 50px;
    }
    .icon-box-content-vision {
        text-align: center;
        padding:24px 35px;
    }
    .icon-box-content-vision img {
        padding-bottom: 44px;
        height: 120px;
        width: 80px;
    }
    .exp-featured-image {
        width:100%;
    }
    .career-content h1 {
        max-width: 100%;
    }
    .career-content {
        padding-right: 50px;
    }
    .work-inner-block {
        padding: 0px;
        background: transparent;
    }
    .work-inner-block .row {
        flex-direction: column-reverse;
    }
    .work-inner-block .row .col-md-6 {
        max-width:100%;
        flex:100%;
    }
    .image-box-industry img {
        height: auto;
        object-fit: cover;
    }
}

@media(min-width: 1025px){
    .global-header .toggle-button{
        display: none;
    }
}

@media  (min-width: 1025px) and (max-width: 1199px) {
    .nav-menu .menu li {
        padding-right: 35px;
    }
    .contact-block {
        padding: 64px 50px 64px 30px;
    }
    .project-block {
        padding: 64px 50px 64px 30px;
    }
    .top-banner {
        background-size: 65% 100% !important; 
    }
    .banner-buttons a {
        font-size:12px;
        line-height: 12px;
    }
    .ampl-block .ampl-content {
        padding: 48px;
    }
    .tech-tabs .tab-pane .image-box {
        /* width:25%; */
    }
    .client-caption {
        padding: 30px;
    }
    .service-block-inner .row.odd .content-box {
        margin-left:50px;
    }
    .service-block-inner .row.even .content-box {
        margin-right:50px;
    }
    .breadcrumb-single {
        padding: 35px 0;
    }
    .banner-single-services .services-content-box.single {
        padding: 20px 20px 20px 0;
    }
    .single-services .tab-content .pane-content-box img {
        height: auto;
    }
    .work-inner-block {
        padding: 40px;
    }
} 
@media  (min-width: 767px) and (max-width: 1199px) {
    .portfolio-banner-image img{
        height: 488px;
    }
	
}
@media(max-width: 1199px){
    .portfolio-gallery .portfolio-post-title{
        line-height: 40px;
    }
    .portfolio-gallery .post-category-tag{
        line-height: 40px;
    }
    .portfolio-gallery .row .col-lg-5{
        order: 2;
    }
}
/* Mobile devices landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .banner-buttons a:last-child {
        margin-left: 12px;
        margin-top:0;
    }
    .top-banner .col-md-7 {
        height: 350px;
    }
    .ampl-image {
        height: 400px;
        background-position: center center;
    }
    .client-carousel .col-md-5.client-image {
        height: 400px;
        background-position: center center;
    }
 }

/* iPad devices landscape */
 @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

 }

 @media (min-width:1024px) and (max-width: 1440px) and (orientation: landscape) {

 }


 @media (max-width: 575px){
    .slider .carousel-control-next {
        width: 56px;
        margin-right: -5px;
    }
    .slider .carousel-control-prev {
        width: 56px;
        margin-left: -5px;
    }
    .post-category{
        display: none;
    }
    .post-category-tag svg{
        display: none;
    }
    .portfolio-gallery .portfolio-post-title,.portfolio-gallery .post-category-tag{
        line-height: 30px;
    }
    .content-box{
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
	 .process-content .overview, .process-content .the-challange, .process-content .our-approach, .process-content .the-results, .process-content .conclusion{
		 font-size: 16px;
	 }
	 .client-name-info div:first-child, .industry-name-info div:first-child, .client-tech-services-info div:first-child, .client-technology-info div:first-child{
		 font-size: 14px;
	 }
}

@media(max-width: 274px){
    .tech-tabs .nav-link:link{
        text-align: center;
    } 
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1199px) {
    .slider .slider-image img {
        height: 100%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .slider .slider-image img {
        height: auto;
        max-width: 100%;
    }
}