@media (max-width: 1199px) {

    .main-nav .navbar-default ul > li {
        margin: 0px 10px;
    }

    ul.footer-contacts li {
        margin-right: 15px;
    }

    .services-link-box {
       bottom: 10px;
        left:-40px;
    }

    .work-about-app a::before{
        left: 40%;
        margin-top: -60px;
    }

    .work-about-app a::after{
        left: 65%;
        margin-top: -45px;
    }

    .work-about-app a:hover::before{
        left: 55%;
    }

    .work-about-app a:hover::after{
        left: 55%;
    }

    .webkit .work-about-app a::after {
        margin-top: -45px;
    }

    .recent-work-box .recent-work-link {
        width: 320px;
        height: 320px;
        padding: 70px 40px;
    }

    .web-work-child {
        height: 320px;
    }

    .work-about-app img {
        float: right;
        margin-right: 15px;
        margin-top: 60px;
        width: 75%;
    }

    .work-about-app h6 span {
        margin-left: -30px;
    }

    .work-about-app h6{
        right: -20px;
    }

    .circle-4 {
        right: 2%;
        top: 5%;
    }

    .triange-5 {
        bottom: 2%;
        top: auto;
    }

    /*SERVICES-PAGE*/
    .design-services ul.svg-graphics li:nth-child(4) {
        left: -25px;
    }

    .development-services ul.svg-graphics li:nth-child(4) {
        left: -25px;
    }
    /*SERVICES-PAGE*/

    /*PRICING-PAGE*/

    .transformer-tabs ul li{
        padding-left: 20px;
        padding-right: 20px;
    }

    .transformer-tabs ul li a svg{
        top: 30px;
    }

    .transformer-tabs ul li a {
        padding: 90px 30px 35px;
    }

    .transformer-tabs ul li a h1{
        margin-bottom: 20px;
    }

    /*PRICING-PAGE*/

    .contact-us-modal {
        width: 90%;
    }

}

@media (min-width: 991px) {
    .nav-icon2 {
        display: none;
    }

    .contact-visible{
        display: block;
    }

    .contact-hiden{
        display: none;
    }

    .pricing-box-hide{
        display: none;
    }

    .industry-txt-mob{
        display: none;
    }

}

@media (max-width: 991px) {

    h1 {
        font-size: 34px;
    }

    .section-top, .section-footer {
        padding: 20px;
				margin-top:-4px;
    }
		ul.footer-contacts li a {
			float:left;
			margin-top:2px;
		}

    .contact-us-modal {
        margin: 20px auto;
        top: 0;
        transform: inherit !important;
        width: 94%;
    }

    .fixed-nav {
        z-index: 999;
    }

    .navbar-default {
        display: none;
    }

    .nav-icon2{
        top:24px;
    }

    .top-right {
        display: none;
    }

    #content {
        padding-top: 90px !important;
    }

    /*RECENT-WORK-SECTION*/

    .section-recent-work .cross-2 {
        right: 2%;
        top: 0;
    }

    .section-recent-work .triange-3 {
        bottom: 20%;
        left: 2%;
        top: auto;
    }

    .mac-img a::before, .work-about-app a::before, .mac-img a::after, .work-about-app a::after{
        display: none;
    }

    .web-work-child {
        height: auto;
        width: 100%;
    }

    .web-work-child h6 {
        left: 62%;
        margin-left: 0;
        padding-top: 110px;
        position: absolute;
        top: 0;
        width: 30%;
    }

    .web-work-child h6 span {
        left: -30px;
        top: 20px;
    }

    .mac-img img {
        width: auto;
    }

    .recent-work-box {
        margin-top: -170px;
        position: static;
        transform: inherit;
    }

    .recent-work-link {
        position: relative;
    }

    .recent-work-link h1 {
        font-size: 39px;
        line-height:42px;
    }

    .recent-work-link .box-arrow-link{
        position: relative;
        z-index: 9;
    }

    .work-about-wrap {
        display: inline-block;
        margin-top: -40px;
        width: 100%;
    }

    .work-about-app, .recent-work-link{
        transform: inherit !important;
    }

    .work-about-app img{
        margin-top:0;
    }

    .work-about-app h6 {
        position: absolute;
        right: auto;
        text-align: right;
        top: 50%;
        transform: translateY(-50%);
        width: 27%;
        z-index: -9;
    }

    .work-about-app h6 span {
        margin-right: -30px;
        margin-left:auto;
    }

    .services-link-box {
        background-position: left center;
        margin-top: -110px;
        padding-left: 30px;
        position: static;
        text-align: left;
        width: 220px;
    }

    .services-link-box h5 {
        line-height: 25px;
    }

    /*RECENT-WORK*/

    .section-contacts .cross-3 {
        bottom: 5%;
        top: auto;
    }

    .btn-viewmore, .btn-contact-us {
        width: 100%;
    }

    .pricing-box {
        height: auto;
        margin-right: 0px;
        width: 100%;
    }

    .section-testimonials {
        padding: 70px 0px;

    }

    .pricing-box-show{
        display: none;
    }

    .pricing-box-hide{
        display: block;
    }

    ul.testimonials{
       margin-bottom: 50px;
    }

    ul.testimonials li {
        height: auto;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    ul.testimonials li::after {
        border-bottom: 2px solid #dadbe2;
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 50%;
        content: "";
    }

    ul.testimonials li:nth-child(2n)::after{
        left: auto;
        right: 10px;
    }

    ul.testimonials li:last-child {
        margin-bottom: 0px;
    }

    ul.footer-contacts {
        margin-top: 10px;
        text-align: left;
    }

    ul.footer-contacts li {
        margin-bottom: 30px;
        width: 100%;
    }

    ul.footer-contacts li:last-child {
        margin-bottom: 0;
    }

    a.top-btn {
        display: none;
        text-align: right;				
    }

    /*SERVICES-PAGE*/
    .service-desc {
        margin-left: 0px;
    }

    .marketing-services .service-desc {
        margin-right: 0px;
    }

    .marketing-services ul.svg-graphics li:nth-child(3) {
        right: -15px;
    }

    .development-services ul.svg-graphics li:nth-child(1) {
        left: -10px;
    }

    .development-services ul.svg-graphics li:nth-child(2) {
        left: 110px;
    }

    /*SERVICES-PAGE*/

    /*PRICING-PAGE*/

    .services-hero{
        width: 100%;
    }

    .hero-services-txt{
        padding: 100px 40px;
    }

    .pricing-hero-banner .hero-services-txt::before{
        left: 89px;
    }

    .pricing-hero-banner .hero-services-txt::after{
        left: 50px;
    }

    .pricing-tab-section{
        position: relative;
    }

    .section-pricing {
        height: 115em;
    }

    .section-pricing .services-parent:nth-child(2) {
        margin-top: -200px;
        padding-top: 1000px;
    }

    .select-multiple-txt {
        margin-top: 210px;
    }

    .industry-txt-mob {
        color: rgb(30, 35, 44);
        display: block;
        margin-bottom: 60px;
        text-align: center;
    }

    .transformer-tabs ul li{
        padding: 0px;
    }

    .transformer-tabs a.active{
        padding: 15px;
        transition: none 0s ease 0s ;
    }

    .transformer-tabs ul li a {
        background: rgb(37, 42, 52) none repeat scroll 0 0;
        border-bottom: 2px solid rgb(30, 35, 44);
        padding: 15px;
        transition: none 0s ease 0s ;
    }

    .transformer-tabs ul li:last-child a{
        border-bottom: none;
    }

    ul.price-tabs li {
        width: 100%;
        margin-bottom: 40px;
    }

    ul.price-tabs li a {
        display: inline-block;
        height: auto;
    }

    ul.price-list{
        width: 100%;
        text-align: left;
    }

    /*PRICING-PAGE*/

    /*CONTACT-MODAL*/

    .contact-visible{
        display: none;
    }

    .contact-hiden{
        display: block;
    }

    .cntct-form{
        height: auto;
    }

    /*CONTACT-MODAL*/
}

@media (min-width: 767px) {
    .service-desc-hide{
        display: none;
    }
}

@media (max-width: 767px) {
	
		.projects-arrows a span.prev-arrow, .projects-arrows a span.next-arrow {
			height: 60px;
			width: 60px;	
			margin-left:-30px;		
		}
		/*#map {
			width: 123%;
		}*/
		.cd-intro-content {
			padding:0 10px;
		}
		.projects-arrows a span.prev-arrow::before {
			margin-left: -1px;
			margin-top: -5px;
		}
		
		.projects-arrows a span.next-arrow {
			margin-right: -30px;			
			margin-left: -30px;
		}		
		
		.projects-arrows a span.next-arrow::before {
			left: 6px;
			margin-top: 16px;
		}

    .t1, .cr1, .cross1{
        display: none;
    }

    h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .contact-us-modal {
        margin: 0;
        top: 0;
        transform: inherit !important;
        width: 100%;
    }


    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
		
		.portfolio-hero-banner .container {
        padding-left:30px;
        padding-right:30px;
    }
		
		.portfolio-hero-banner .svg-shapes .square-4 {
			  right: 10%;
    		top: 30%;
		}
		.project-detail-txt p {
			    padding: 0 35px;
		}

    .svg-shapes .cr1 {
        bottom: 15%;
    }

    .svg-shapes .cr2 {
        bottom: 5%;
    }

    .svg-shapes .sq1 {
        right: 5%;
        top: 30%;
    }

    .svg-shapes .cross1 {
        right: 0;
    }

    .svg-shapes .t1 {
        right: 20%;
        top: 15%;
    }

    /*RECENT-WORK*/

    .mac-img{
        margin-left: 0px;
    }

    .web-work-child {
        height: 310px;
    }

    .mac-img img {
        position: absolute;
        right: 24%;
    }

    .recent-work-box{
        margin-top: -30px;
    }

    .services-link-box {
        margin-left: -30px;
        margin-top: -100px;
    }


    /*RECENT-WORK*/

    /*SERVICES-PAGE*/

    .section-services{
        height: auto;
        padding-bottom: 100px;
    }

    .services-child, .section-services, .services-parent{
        transform: inherit !important;
    }

    .services-child ul.bullet-points {
        float: none;
        margin: 0;
    }

    .service-name{
        margin-bottom: 40px;
    }

    .service-desc{
        margin-top: 40px;
    }

    .service-desc-show{
        display: none;
    }

    .service-desc-hide{
        display: block;
    }

    .services-child{
        text-align: center;
    }

    .services-child ul.bullet-points li{
        list-style: none;
    }

    .service-desc p{
        text-align: center;
    }

    .service-name h1 span {
        display: block;
        position: static;
        margin-bottom: 20px;
    }

    .marketing-services .service-name{
        text-align: center;
    }

    .services-child ul.svg-graphics{
        display: inline-block;
    }

    .design-services ul.svg-graphics li:nth-child(1), .marketing-services ul.svg-graphics li:nth-child(1), .development-services ul.svg-graphics li:nth-child(1) {
        left: 40px;
        top: -110px;
    }

    .design-services ul.svg-graphics li:nth-child(2), .marketing-services ul.svg-graphics li:nth-child(2), .development-services ul.svg-graphics li:nth-child(2) {
        left: -20px;
        top: -80px;
    }

    .design-services ul.svg-graphics li:nth-child(3), .marketing-services ul.svg-graphics li:nth-child(3), .development-services ul.svg-graphics li:nth-child(3) {
        left: 60px;
        top: 10px;
    }

    .design-services ul.svg-graphics li:nth-child(4), .marketing-services ul.svg-graphics li:nth-child(4), .development-services ul.svg-graphics li:nth-child(4) {
        left: -80px;
    }

    .services-child {
        margin: 0;
        padding: 140px 0 0;
    }

    .services-parent, .services-parent:nth-child(2), .services-parent:nth-child(3){
        padding:100px 0px;
        height: auto;
    }

    .services-parent::before, .services-parent::after, .services-parent:nth-child(2)::before{
        height: 100px;
    }

    .section-completed-projects{
        padding:10%;
    }

    /*SERVICES-PAGE*/

    /*PRICING-PAGE*/

    ul.price-list li {
        border-bottom: 2px solid #455fe6;
    }

    ul.price-list li h3 {
        font-size: 20px;
    }

    ul.price-list li .price span{
        font-size: 20px;
    }


    ul.price-list li .price{
        text-align: left;
    }

    ul.price-list li .price span{
        float: right;
    }

    .section-pricing .services-parent:nth-child(2) {
        margin-top: 0;
        padding-top: 0;
    }

    .get-quote .services-child{
        padding-top: 0px;
    }

    /*PRICING-PAGE*/

    /*QUOTE-MODAL*/

    .items-total ul.price-list{
        text-align: left;
    }

    .items-total ul.price-list li h3{
        display: inline-block;
    }

    .items-total ul.price-list li .price{
        float: right;
    }

    .items-total{
        height: auto;
    }

    .total-price{
        margin: 0px -60px -40px;
        position: static;
    }

    /*QUOTE-MODAL*/

    /*WORK-PAGE*/

    .grid-sizer,
    .grid-item {
        width: 50%;
        overflow: hidden;
    }

    .grid-item--width2 { width:100%; }

    /*WORK-PAGE*/


}

@media (min-width: 639px) {


}

@media (max-width: 639px) {

    h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .txt-div h1 {
        margin-bottom: 10px;
    }

    .txt-div p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .btn-txt a {
        width: 250px;
        height: 250px;
    }

    .btn-txt h2 {
        font-size: 25px;
    }

    .btn-txt.square a::after {
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
    }

    .prjct-counter h1{
        font-size: 120px;
        width: 220px;
        line-height:110px;
    }

    .section-completed-projects h6{
        margin-bottom: 30px;
    }

}

@media (max-width: 479px) {

    .web-work-child h6 {
       left: 54%;
       width: 40%;
    }

    .web-work-child h6 span {
        left: -45px;
    }

    .work-about-app h6 {
        bottom: 30px;
    }

    .recent-work-box .recent-work-link {
        height: 275px;
        width: 275px;
    }

    .recent-work-box .recent-work-link h1{
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 35px;
    }

    .work-about-app img {
        margin-right: -105px;
        width: 100%;
    }

    .work-about-app h6{
        width: 40%;
    }

    .cntct-form, .items-total{
        padding: 30px;
    }

    .map-adrs ul{
        margin: 30px;
    }

    .close-contact{
        right: 30px; top: 30px;
    }

    .items-total ul.price-list li h3, ul.price-list li .price span {
        font-size: 15px;
        margin: 0;
    }

    .total-price{
        margin: 10px -30px -30px;
        padding: 20px;
    }

    .items-total ul.price-list li {
        padding: 15px 0;
    }

    .total-price h1{
        font-size: 25px;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
        overflow: hidden;
    }

    .get-quote .recent-work-link{
        width: 100%;
        padding: 50px 40px;
    }

    .get-quote .recent-work-link h1 {
        padding: 0 30px;
    }

}

@media (max-width: 359px) {

    .get-quote .recent-work-link h1{
        padding: 0px;
    }

    .get-quote .recent-work-link {
        height: auto;
        padding: 30px;
    }

    .get-quote .recent-work-link h5{
        font-size: 16px;
    }
}