@media (min-width: 1200px){
    .container{
        max-width: 1230px;
    }
}
@media (max-width: 1199px){
    h1 {
        font-size: 50px;
    }
    h2{
        font-size: 34px;
    }
    .tp-form-content-sec,
    .tp-partner-sec,
    .tp-features-sec,
    .tp-project-sec,
    .tp-about-sec{
        margin-bottom: 50px;
    }
    .tp-head-widget-sec,
    .tp-stronk-heading {
        padding: 50px 0;
    }
    .tp-hero-sec {
        padding: 150px 0 60px;
    }
    .tp-hero-main-wrapper .tp-hero-caption {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .tp-service-img{
        padding: 20px;
    }
    .tp-stronk-heading h2 {
        font-size: 75px;
    }
    .tp-head-widget-sec h2 {
        padding: 70px 0;
    }
    .tp-head-widget-wrapper img {
        width: 225px;
        left: 36px;
    }
    .tp-partner-cell{
        padding:30px 20px;
    }
    .tp-testimonial-slider-caption p {
        font-size: 28px;
        line-height: 38px;
    }
    .tp-award-list{
        margin-top: 40px;
    }
}
@media (max-width: 991px){
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 42px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 22px
    }
    .tp-form-content-sec,
    .tp-testimonial-sec,
    .tp-partner-sec,
    .tp-features-sec,
    .tp-project-sec,
    .tp-about-sec{
        margin-bottom: 40px;
    }
    .tp-head-widget-sec,
    .tp-stronk-heading {
        padding: 40px 0;
    }
    .tp-main-head {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .tp-page-header {
        top: 18px;
    }
    .tp-header-nav-holder {
        padding: 8px 10px;
    }
    .tp-header-nav-holder .btn{
        font-size: 14px;
    }

    .tp-page-nav .tp-navbar {
        gap: 20px;
    }
    .tp-hero-sec {
        padding: 130px 0 50px;
    }
    .tp-hero-main-wrapper .tp-hero-caption {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .tp-hero-main-wrapper .tp-hero-list .tp-list-counter {
        font-size: 24px;
        line-height: 30px;
    }
    .tp-about-col {
        gap: 18px;
    }
    .tp-service-content-list .tp-list ul {
        gap: 4px;
        margin-left: 5px;
    }
    .tp-service-content-list .tp-list{
        padding: 12px;
    }
    .tp-service-sec .tp-main-head {
        padding: 15px 0;
    }
    .tp-service-content-list .tp-list li:after {
        width: 8px;
        height: 8px;
        top: 7px;
    }
    .tp-service-content-list .tp-list li {
        padding: 0 0 0 15px;
    }
    .tp-service-img{
        padding: 10px;
    }
    .tp-service-detail-wrapper {
        grid-template-columns: auto;
    }
    .tp-impact-list-wrap ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .tp-impact-list-wrap ul li {

        padding: 6px 5px;
    }
    .tp-impact-list-wrap {
        grid-template-columns: 30% 70%;
    }
      .tp-stronk-heading h2 {
        font-size: 55px;
    }
        .tp-head-widget-sec h2 {
        padding: 40px 0;
    }
    .tp-head-widget-wrapper img {
        width: 140px;
        left: 30px;
    }
    .tp-partner-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-partner-cell:not(:nth-child(3n)) {
        border-right: none;
    }
    .tp-partner-cell:nth-child(odd) {
        border-right: 1px solid var(--light-grey);
    }
    .tp-testimonial-slider-caption p {
        font-size: 22px;
        line-height: 30px;
        margin-top: 12px;
    }
    .tp-award-list{
        margin-top: 25px;
    }
    .tp-award-list li span{
        font-size: 16px
    }
    .tp-testimonial-sec .swiper-button-prev {
        right: auto;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0px 0 -35px;
    }
    .tp-testimonial-sec .swiper-button-next {
        right: auto;
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0px 0 35px;
    }
    .divider {
        margin: 15px 0;
    }
    .tp-form-block{
        padding: 20px;
    }
    .tp-form-block h2 {
        font-size: 24px;
    }
    .tp-page-footer .tp-main-head{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .tp-footer-widget p {
        font-size: 18px;
    }
    .copyright {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 19px;
    }
    .btn{
        padding: 8px 12px;
    }
    .tp-hero-sec {
        padding: 110px 0 40px;
    }
    .tp-hero-main-wrapper .tp-hero-list {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .tp-hero-main-wrapper .tp-hero-caption {
        font-size: 16px;
    }
    .tp-hero-main-wrapper .tp-hero-list li {
        gap: 3px;
        padding: 8px 0;
    }
    .tp-service-detail-wrapper .tp-service-content-list {
        grid-template-columns: auto;
    }
        .tp-impact-list-wrap ul {
        grid-template-columns: auto;
        padding: 14px 10px;
    }
    .tp-impact-list-wrap {
        grid-template-columns: 35% 65%;
    }
    .tp-impact-list-wrap ul li {
        padding: 3px 5px;
    }
    .tp-impact-list-wrap h4{
        text-align: start;
        padding: 14px 6px;
    }
    .tp-stronk-heading h2 {
        font-size: 30px;
    }
    .tp-partner-wrapper {
        grid-template-columns: auto;
    }
    .tp-partner-cell:nth-child(odd) {
        border-right: none;
    }
    .tp-partner-cell {
        padding: 15px;
    }
    .tp-award-list{
        flex-wrap: wrap;
        gap: 20px;
    }
    .tp-award-list li{
        width: calc(100% / 2 - 20px);
    }
    .tp-testimonial-slider-caption p {
        font-size: 18px;
        line-height: 26px;
    }
}