@media screen and (max-width: 1399px) and (min-width: 1200px) {
    
    
    .newsletter_content h2 {
        font-size: 32px;
    }
    /* =============Global Style============ */
    .animated-shape {
        width: 120px;
        height: 120px;
    }
    .section-heading h2 {
        font-size: 35px;
    }
    /* =============Global Style============ */
    
    /* =============Start-Banner============ */
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-image {
        padding-left: 30px;
    }
    .project-image .animate {
        left: 30px;
    }
    @keyframes round {
        0% {
            transform: translateY(-30px);
        }
        25% {
            transform: translateX(30px);
        }
        50% {
            transform: translateY(30px);
        }
        75% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateY(-30px);
        }
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec .chart {
        height: 150px;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Portfolio============ */
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    
    
    
    .newsletter_content h2 {
        font-size: 32px;
    }
    /* =============Global Style============ */
    .animated-shape {
        width: 120px;
        height: 120px;
    }
    .section-heading h2 {
        font-size: 35px;
    }
    /* =============Global Style============ */
  
    /* =============Start-Banner============ */
    .banner .shape-1 {
        display: none;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-image {
        padding-left: 30px;
    }
    .project-image .animate {
        left: 30px;
    }
    @keyframes round {
        0% {
            transform: translateY(-30px);
        }
        25% {
            transform: translateX(30px);
        }
        50% {
            transform: translateY(30px);
        }
        75% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateY(-30px);
        }
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec .chart {
        height: 150px;
        font-size: 40px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Portfolio============ */
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-90 {
        padding-top: 45px;
    }
    .pb-90 {
        padding-bottom: 45px;
    }
    /* =============Global Style============ */
   
    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .section-heading h5 {
        font-size: 16px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .animated-shape {
        width: 100px;
        height: 100px;
    }
    @keyframes def-anim {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    /* =============End-Header============ */
    /* =============Start-Banner============ */
    .banner {
        padding-top: 55px;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-wrapper {
        padding: 60px 0;
    }
    .project-image {
        padding-left: 20px;
    }
    .project-image .animate {
        left: 20px;
        animation: round 5s linear infinite;
    }
    @keyframes round {
        0% {
            transform: translateY(-20px);
        }
        25% {
            transform: translateX(20px);
        }
        50% {
            transform: translateY(20px);
        }
        75% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    .project-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-content p.first {
        margin-top: -4px;
    }
    .project-btn {
        padding-top: 14px;
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec {
        padding: 60px 0;
    }
    .progressbar-sec .chart {
        height: 150px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Service============ */
    .service-sec {
        padding: 60px 0;
    }
    .service-row .single-row {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }
    .service-content {
        padding: 30px;
    }
    .service-content .animated-shape {
        top: -60px;
        right: -60px;
    }
    .service-content .service-icon {
        height: 50px;
        margin-bottom: 26px;
    }
    .service-content-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .service-content-desp {
        font-size: 14px;
    }
    .service-sec-2 .service-content {
        padding: 30px;
    }
    /* =============End-Service============ */
   
    /* =============Start-Portfolio============ */
    .portfolio-sec {
        padding: 60px 0;
    }
    .tv-filter-tm li {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 14px;
    }
    .tv-card-tm .view-icon {
        font-size: 70px;
    }
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
    /* =============Start-Contact============ */
    .contact_us {
        padding-bottom: 60px;
    }
    .contact_us .part-image {
        max-width: 296px;
        margin: 0 auto;
    }
    .contact-form input {
        font-size: 14px;
    }
    .contact-form textarea {
        height: 80px;
        font-size: 14px;
    }
    /* =============End-Contact============ */
    /* =============Start-Blog============ */
    .newsfeed-sec {
        padding-bottom: 60px;
    }
    .newsfeed-sec .animated-shape {
        right: -70px;
    }
    .blog-card {
        max-width: 650px;
        margin: 0 auto;
    }
    .blog-card .blog-text .post-admin {
        margin-top: -3px;
        margin-bottom: 20px;
    }
    .blog-card .blog-text .blog-title {
        font-size: 20px;
        font-weight: 500;
    }
    .blog-card .blog-text .blog-desp {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .blog-card .blog-text .direction a {
        font-size: 20px;
    }
    /* =============End-Blog============ */
    /* =============Start-Newsletter============ */
    
    .newsletter_content h2 {
        font-size: 24px;
        margin-top: -7px;
    }
    .newsletter_content p {
        margin-bottom: 1px;
    }
    .newsletter_form input {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }
    /* =============End-Newsletter============ */
    /* =============Start-footer============ */
    .main-footer {
        padding: 60px 0;
    }
    .footer-menu .logo {
        width: 80px;
        margin-bottom: 30px;
    }
    .footer-heading {
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 24px;
    }
    .footer-menu .contact-number {
        font-size: 16px;
        margin-top: -9px;
        margin-bottom: 13px;
    }
    .footer-menu p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .social-network li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 14px;
    }
    .footer-menu-list a {
        font-size: 14px;
    }
    footer .app-download {
        margin-top: -2px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    /* =============End-footer============ */
	.h-55{ 
		height: calc(55% - 60px);
	}
	.h-64{
		height: calc(45% - 142px);
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(2) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(4) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(5) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(6) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
}

@media screen and (max-width: 767px) and (min-width: 576px) {
	
    .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-90 {
        padding-top: 45px;
    }
    .pb-90 {
        padding-bottom: 45px;
    }
    /* =============Global Style============ */
   
    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .section-heading h5 {
        font-size: 16px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .animated-shape {
        width: 100px;
        height: 100px;
    }
    @keyframes def-anim {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    /* =============End-Header============ */
    /* =============Start-Banner============ */
    .banner {
        padding-top: 55px;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-wrapper {
        padding: 60px 0;
    }
    .project-image {
        padding-left: 20px;
    }
    .project-image .animate {
        left: 20px;
        animation: round 5s linear infinite;
    }
    @keyframes round {
        0% {
            transform: translateY(-20px);
        }
        25% {
            transform: translateX(20px);
        }
        50% {
            transform: translateY(20px);
        }
        75% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    .project-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-content p.first {
        margin-top: -4px;
    }
    .project-btn {
        padding-top: 14px;
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec {
        padding: 60px 0;
    }
    .progressbar-sec .chart {
        height: 150px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Service============ */
    .service-sec {
        padding: 60px 0;
    }
    .service-row .single-row {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }
    .service-content {
        padding: 30px;
    }
    .service-content .animated-shape {
        top: -60px;
        right: -60px;
    }
    .service-content .service-icon {
        height: 50px;
        margin-bottom: 26px;
    }
    .service-content-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .service-content-desp {
        font-size: 14px;
    }
    .service-sec-2 .service-content {
        padding: 30px;
    }
    /* =============End-Service============ */
   
    /* =============Start-Portfolio============ */
    .portfolio-sec {
        padding: 60px 0;
    }
    .tv-filter-tm li {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 14px;
    }
    .tv-card-tm .view-icon {
        font-size: 70px;
    }
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
    /* =============Start-Contact============ */
    .contact_us {
        padding-bottom: 60px;
    }
    .contact_us .part-image {
        max-width: 296px;
        margin: 0 auto;
    }
    .contact-form input {
        font-size: 14px;
    }
    .contact-form textarea {
        height: 80px;
        font-size: 14px;
    }
    /* =============End-Contact============ */
    /* =============Start-Blog============ */
    .newsfeed-sec {
        padding-bottom: 60px;
    }
    .newsfeed-sec .animated-shape {
        right: -70px;
    }
    .blog-card {
        max-width: 650px;
        margin: 0 auto;
    }
    .blog-card .blog-text .post-admin {
        margin-top: -3px;
        margin-bottom: 20px;
    }
    .blog-card .blog-text .blog-title {
        font-size: 20px;
        font-weight: 500;
    }
    .blog-card .blog-text .blog-desp {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .blog-card .blog-text .direction a {
        font-size: 20px;
    }
    /* =============End-Blog============ */
    /* =============Start-Newsletter============ */
    
    .newsletter_content h2 {
        font-size: 24px;
        margin-top: -7px;
    }
    .newsletter_content p {
        margin-bottom: 1px;
    }
    .newsletter_form input {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }
    /* =============End-Newsletter============ */
    /* =============Start-footer============ */
    .main-footer {
        padding: 60px 0;
    }
    .footer-menu .logo {
        width: 80px;
        margin-bottom: 30px;
    }
    .footer-heading {
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 24px;
    }
    .footer-menu .contact-number {
        font-size: 16px;
        margin-top: -9px;
        margin-bottom: 13px;
    }
    .footer-menu p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .social-network li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 14px;
    }
    .footer-menu-list a {
        font-size: 14px;
    }
    footer .app-download {
        margin-top: -2px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    /* =============End-footer============ */
	
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(2) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(4) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(5) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(6) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 1px solid;
	}
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-90 {
        padding-top: 45px;
    }
    .pb-90 {
        padding-bottom: 45px;
    }
    /* =============Global Style============ */
   
    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .section-heading h5 {
        font-size: 16px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .animated-shape {
        width: 100px;
        height: 100px;
    }
    @keyframes def-anim {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    /* =============End-Header============ */
    /* =============Start-Banner============ */
    .banner {
        padding-top: 55px;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-wrapper {
        padding: 60px 0;
    }
    .project-image {
        padding-left: 20px;
    }
    .project-image .animate {
        left: 20px;
        animation: round 5s linear infinite;
    }
    @keyframes round {
        0% {
            transform: translateY(-20px);
        }
        25% {
            transform: translateX(20px);
        }
        50% {
            transform: translateY(20px);
        }
        75% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    .project-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-content p.first {
        margin-top: -4px;
    }
    .project-btn {
        padding-top: 14px;
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec {
        padding: 60px 0;
    }
    .progressbar-sec .chart {
        height: 150px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Service============ */
    .service-sec {
        padding: 60px 0;
    }
    .service-row .single-row {
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
    }
    .service-content {
        padding: 30px;
    }
    .service-content .animated-shape {
        top: -60px;
        right: -60px;
    }
    .service-content .service-icon {
        height: 50px;
        margin-bottom: 26px;
    }
    .service-content-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .service-content-desp {
        font-size: 14px;
    }
    .service-sec-2 .service-content {
        padding: 30px;
    }
    /* =============End-Service============ */
   
    /* =============Start-Portfolio============ */
    .portfolio-sec {
        padding: 60px 0;
    }
    .tv-filter-tm li {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 14px;
    }
    .tv-card-tm .view-icon {
        font-size: 70px;
    }
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
    /* =============Start-Contact============ */
    .contact_us {
        padding-bottom: 60px;
    }
    .contact_us .part-image {
        max-width: 296px;
        margin: 0 auto;
    }
    .contact-form input {
        font-size: 14px;
    }
    .contact-form textarea {
        height: 80px;
        font-size: 14px;
    }
    /* =============End-Contact============ */
    /* =============Start-Blog============ */
    .newsfeed-sec {
        padding-bottom: 60px;
    }
    .newsfeed-sec .animated-shape {
        right: -70px;
    }
    .blog-card {
        max-width: 650px;
        margin: 0 auto;
    }
    .blog-card .blog-text .post-admin {
        margin-top: -3px;
        margin-bottom: 20px;
    }
    .blog-card .blog-text .blog-title {
        font-size: 20px;
        font-weight: 500;
    }
    .blog-card .blog-text .blog-desp {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .blog-card .blog-text .direction a {
        font-size: 20px;
    }
    /* =============End-Blog============ */
    /* =============Start-Newsletter============ */
    
    .newsletter_content h2 {
        font-size: 24px;
        margin-top: -7px;
    }
    .newsletter_content p {
        margin-bottom: 1px;
    }
    .newsletter_form input {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }
    /* =============End-Newsletter============ */
    /* =============Start-footer============ */
    .main-footer {
        padding: 60px 0;
    }
    .footer-menu .logo {
        width: 80px;
        margin-bottom: 30px;
    }
    .footer-heading {
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 24px;
    }
    .footer-menu .contact-number {
        font-size: 16px;
        margin-top: -9px;
        margin-bottom: 13px;
    }
    .footer-menu p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .social-network li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 14px;
    }
    .footer-menu-list a {
        font-size: 14px;
    }
    footer .app-download {
        margin-top: -2px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    /* =============End-footer============ */
}


@media screen and (max-width: 479px) and (min-width: 320px) {
     .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pt-90 {
        padding-top: 45px;
    }
    .pb-90 {
        padding-bottom: 45px;
    }
    /* =============Global Style============ */
   
    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .section-heading h5 {
        font-size: 16px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    .animated-shape {
        width: 100px;
        height: 100px;
    }
    @keyframes def-anim {
        0% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    /* =============End-Header============ */
    /* =============Start-Banner============ */
    .banner {
        padding-top: 55px;
    }
    .banner .banner-heading {
        font-size: 40px;
    }
    /* =============End-Banner============ */
    /* =============Start-About============ */
    .project-wrapper {
        padding: 60px 0;
    }
    .project-image {
        padding-left: 20px;
    }
    .project-image .animate {
        left: 20px;
        animation: round 5s linear infinite;
    }
    @keyframes round {
        0% {
            transform: translateY(-20px);
        }
        25% {
            transform: translateX(20px);
        }
        50% {
            transform: translateY(20px);
        }
        75% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    .project-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project-content p.first {
        margin-top: -4px;
    }
    .project-btn {
        padding-top: 14px;
    }
    /* =============End-About============ */
    /* =============Start-Skill============ */
    .progressbar-sec {
        padding: 60px 0;
    }
    .progressbar-sec .chart {
        height: 150px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
    .progressbar-sec .box h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: -6px;
    }
    /* =============End-Skill============ */
    /* =============Start-Service============ */
    .service-sec {
        padding: 60px 0;
    }
    .service-row .single-row {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }
    .service-content {
        padding: 30px;
    }
    .service-content .animated-shape {
        top: -60px;
        right: -60px;
    }
    .service-content .service-icon {
        height: 50px;
        margin-bottom: 26px;
    }
    .service-content-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .service-content-desp {
        font-size: 14px;
    }
    .service-sec-2 .service-content {
        padding: 30px;
    }
    /* =============End-Service============ */
   
    /* =============Start-Portfolio============ */
    .portfolio-sec {
        padding: 60px 0;
    }
    .tv-filter-tm li {
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 14px;
    }
    .tv-card-tm .view-icon {
        font-size: 70px;
    }
    .tv-card-tm {
        height: 100%;
    }
    .tv-card-tm a {
        height: 100%;
    }
    .tv-card-tm img {
        width: auto;
        height: 100%;
    }
    /* =============End-Portfolio============ */
    /* =============Start-Contact============ */
    .contact_us {
        padding-bottom: 60px;
    }
    .contact_us .part-image {
        max-width: 296px;
        margin: 0 auto;
    }
    .contact-form input {
        font-size: 14px;
    }
    .contact-form textarea {
        height: 80px;
        font-size: 14px;
    }
    /* =============End-Contact============ */
    /* =============Start-Blog============ */
    .newsfeed-sec {
        padding-bottom: 60px;
    }
    .newsfeed-sec .animated-shape {
        right: -70px;
    }
    .blog-card {
        max-width: 650px;
        margin: 0 auto;
    }
    .blog-card .blog-text .post-admin {
        margin-top: -3px;
        margin-bottom: 20px;
    }
    .blog-card .blog-text .blog-title {
        font-size: 20px;
        font-weight: 500;
    }
    .blog-card .blog-text .blog-desp {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .blog-card .blog-text .direction a {
        font-size: 20px;
    }
	.blog-card .blog-text{
		padding: 10px 8px 10px 8px;
	}
    /* =============End-Blog============ */
    /* =============Start-Newsletter============ */
    
    .newsletter_content h2 {
        font-size: 24px;
        margin-top: -7px;
    }
    .newsletter_content p {
        margin-bottom: 1px;
    }
    .newsletter_form input {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }
    /* =============End-Newsletter============ */
    /* =============Start-footer============ */
    .main-footer {
        padding: 60px 0;
    }
    .footer-menu .logo {
        width: 80px;
        margin-bottom: 30px;
    }
    .footer-heading {
        font-size: 22px;
        margin-top: -5px;
        margin-bottom: 24px;
    }
    .footer-menu .contact-number {
        font-size: 16px;
        margin-top: -9px;
        margin-bottom: 13px;
    }
    .footer-menu p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .social-network li a {
        width: 35px;
        height: 35px;
        line-height: 38px;
        font-size: 14px;
    }
    .footer-menu-list a {
        font-size: 14px;
    }
    footer .app-download {
        margin-top: -2px;
    }
    .bottom-footer p {
        font-size: 14px;
    }
    /* =============End-footer============ */
	.h-64{
		height: calc(64% - 142px);
	}
	.p0{
		padding:0;
	}
	
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(2) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(4) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(5) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(6) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
}
/* new add */
@media only screen and (max-width: 320px) { 
	.service-row .single-row {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
    }
	.service-content{
		padding: 10px 0px 10px 0px !important;
	}
	.p-33{
		padding:33px 20px;
		padding-bottom:60px;
	}
	.section-heading h2 {
        font-size: 20px;
    }
	.project-content p{
		font-size:13px;
	}
	.progressbar-sec .chart canvas {
        width: 150px !important;
        height: 150px !important;
    }
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(2) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(4) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(5) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.service-sec.service-sec-2.pc-service-sec4 .col-sm-6.col-lg-4:nth-child(6) {
	  border-bottom: 1px solid;
	  border-right: 0;
	  border-left: 0;
	}
	.blog-card .blog-text {
    width: 100%;
    padding: 30px;
    position: relative;
    transition: all .3s ease-in;
	}
	.blog-card .blog-image {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all .3s ease-in;
    position: relative;
	}
}