@media (min-width: 991.97px) and (max-width: 1400px) {

    /* header responsive  css  */

    .navbar {
        padding: 1.5vw 1vw;
        background-color: black;
    }

    #navbarScroll {
        gap: 2rem;
    }

    .navbar-nav {
        margin-right: 1rem;
    }

    .nav-link {
        font-size: 1rem;
    }

    .header-container {
        height: 85vh;
    }

    .header-container #header-bg {
        height: 85vh;
    }

    .header-container-wrapper {
        align-items: center;
        padding: 0vw 1.4vw;
    }

    .header-content {
        margin-top: 12vw;
        align-items: flex-end;
    }

    .header-content .main-headline h1 {
        font-size: 2.4rem;
    }

    .header-content .sub-headline p {
        font-size: 1rem;
    }

    .blog-section-inner {
        justify-content: start;
        gap: 1.5rem;
    }

    .blog-c1 {
        padding: 20px;
    }

    .blog-card-img-wrapper {
        height: 200px;
    }

    .blog-card-text h1 {
        font-size: 1.6rem;
    }

    .blog-card-text p {
        font-size: 1.1rem;
    }

    .blog-card-button {
        padding-top: 0.1rem;
    }

    .blog-horiz-card-tag span {
        align-items: center;
        /* justify-content: center; */
    }

    .blog-horiz-card-tag span a {
        font-size: 0.8rem;
    }

    .blog-horiz-card-tag span p {
        font-size: 0.8rem;
        margin: 0;
    }

    .blog-horiz-card-img-wrapper {
        height: 120px;
        width: 55%;
        /* width: 250px; */
    }

    .blog-horiz-card-text h1 {
        font-size: 1.2rem;
    }

    form{
        padding: 0.5vw 0.5vw;
    }

    form button{
        padding: 1.2vw 0.5vw;
        width: 250px;
        font-size: 0.7rem;
    }

    /* footer section responsiveness */

    .footer-section-inner{
        flex-direction: row;
        gap: 0.6rem;
        padding-top: 2rem;
        /* flex-wrap: wrap; */
    }
    

    .footer-part-1 span{
        align-items: flex-start;
    }

    .footer-part-1 span a{
        font-size: 1rem;
    }

    .footer-part2-wrapper{
        display: flex;
        justify-content: space-between;
        
    }

    .footer-part-2 h1{
        font-size: 1.2rem;
    }
    
    .footer-part-2 ul li a{
        font-size: 0.9rem;
    }
    
    .footer-section-bottom{
        /* flex-direction: column; */
        padding: 1rem !important;
    }

    .copyright{
        justify-content: center;
    }

    .copyright span{
        font-size: 1rem;
        text-align: center;
    }

    .social-icons{
        justify-content: center;
        text-align: center;
    }

}   


@media (min-width: 768px) and (max-width: 991.98px) {


    .navbar {
        padding: 1.5vw 1vw;
    }

    #navbarScroll {
        background-color: #454545;
        padding: 3vw 3vw 5vw 3vw;
        border-radius: 20px;

    }

    .navbar-nav {
        margin-right: 0rem;
        background-color: transparent;
        border: 0;
    }

    .nav-link {
        font-size: 1.4rem;
        color: white;
    }

    .header-container {
        height: 80vh;
    }

    .header-container #header-bg {
        height: 80vh;
    }

    .header-container-wrapper {
        align-items: center;
        padding: 0vw 3vw;
    }

    .header-content {
        margin-top: 15vw;
        align-items: flex-end;
    }

    .header-content .main-headline h1 {
        font-size: 2.4rem;
    }

    .header-content .sub-headline p {
        font-size: 1rem;
        width: 60%;
    }

    .about-section {
        padding: 5vw 0vw 0vw 0vw;
    }

    .about-section .about-text p {
        font-size: 1.8rem;
    }

    .about-exp-col-pt1 {
        justify-content: center;
    }

    .exp-cards {
        align-items: center;
    }

    .exp-c1 i {
        font-size: 7vw;
    }

    .exp-c1 span {
        font-size: 1.3rem;
    }

    .exp-c1 h3 {
        font-size: 0.9rem;
    }

    /* service section  responsiveness*/

    .service-section {
        align-items: center;
        justify-content: center;
    }

    .section-header-button {
        justify-content: flex-start;
    }

    .service-items {
        padding: 0 1vw;
    }

    .service-item {
        padding-left: 0;
        padding-right: 0;
        justify-content: space-between;
    }


    .service-name {
        flex-grow: 1;
        font-size: 2rem;
        font-weight: 600;
    }

    .service-name span {
        font-size: 0.8rem;
        font-weight: 700;
        padding-right: 2rem;
    }


    .service-arrow svg {
        height: 50px;
    }

    /* blog section reponsiveness */
    .blog-section-inner {
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }

    .blog-c1 {
        padding: 50px;
    }

    .blog-card-img-wrapper {
        height: 350px;
    }

    .blog-card-tag {
        padding-top: 1rem;
    }

    .blog-card-text h1 {
        font-size: 2.5rem;
    }

    .blog-card-text p {
        font-size: 1.1rem;
    }

    .blog-card-button {
        padding-top: 0.1rem;
    }

    .blog-horiz-card-img-wrapper {
        height: 160px;
        width: 33%;
    }

    .accordion-item{
        width: 90%;
    }

    .question{
        font-size: 30px;
    }

    /* newsletter section responsive */


    .newsletter-section {
        flex-direction: column;
        padding: 2vw 2vw;
    }

    .newslatter-p1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-subheadline p {
        font-size: 1.3rem;
    }

    .newslatter-p2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-headline {
        justify-content: flex-start;
        font-size: 1.5rem;
    }

    .footer-subscribe {
        align-items: flex-start;
        justify-content: flex-start;
    }

    form{
        padding: 0.7vw 0.9vw;
    }

    form button {
        padding: 2vw 1vw;
        width: 250px;
    }

    /* footer section responsiveness */

    .footer-section-inner{
        flex-direction: column;
        gap: 0.6rem;
        padding-top: 2rem;
        flex-wrap: wrap;
    }


    .footer-part-1 span{
        align-items: flex-start;
    }

    .footer-part-1 span a{
        font-size: 1.2rem;
    }

    .footer-part2-wrapper{
        display: flex;
        justify-content: space-between;
    }

    .footer-part-2 h1{
        font-size: 1.2rem;
    }
    
    .footer-part-2 ul li a{
        font-size: 1rem;
    }
    
    .footer-section-bottom{
        flex-direction: column;
        padding: 1rem !important;
    }

    .copyright{
        justify-content: center;
    }

    .copyright span{
        /* font-size: 1rem; */
        text-align: center;
    }

    .social-icons{
        justify-content: center;
    }


}   

@media (min-width: 425px) and (max-width: 768px) {


    .navbar {
        padding: 1.5vw 1vw;
    }

    #navbarScroll {
        background-color: #454545;
        padding: 3vw 3vw 5vw 3vw;
        border-radius: 20px;

    }

    .navbar-nav {
        margin-right: 0rem;
        background-color: transparent;
        border: 0;
    }

    .nav-link {
        font-size: 1.4rem;
        color: white;
    }

    .header-container {
        height: 80vh;
    }

    .header-container #header-bg {
        height: 80vh;
    }

    .header-container-wrapper {
        align-items: center;
        padding: 0vw 3vw;
    }

    .header-content {
        margin-top: 15vw;
        align-items: flex-end;
    }

    .header-content .main-headline h1 {
        font-size: 2.4rem;
    }

    .header-content .sub-headline p {
        font-size: 1rem;
        width: 60%;
    }

    .about-section {
        padding: 5vw 0vw 0vw 0vw;
    }

    .about-section .about-text p {
        font-size: 1.3rem;
    }

    .pre-workexp {
        flex-direction: column;
    }

    .about-exp-col {
        flex-direction: column;
    }

    .about-exp-col-pt1 {

        align-items: center;
    }

    .about-exp-col-pt1 h1 {
        text-align: center;
    }

    .about-exp-col-pt1 p {
        text-align: center;
    }

    .exp-cards {
        padding-top: 10vw;
        align-items: center;
    }

    .exp-c1 i {
        font-size: 10vw;
    }

    .exp-c1 span {
        font-size: 1.3rem;
    }

    .exp-c1 h3 {
        font-size: 0.8rem;
    }


    /* service section  responsiveness*/

    .service-section {
        align-items: center;
        justify-content: center;
    }

    .section-header-button {
        padding-top: 1rem;
        justify-content: flex-start;
    }

    .section-title h1 {
        font-size: 1.8rem;
    }

    .service-items {
        padding: 0vw 1vw;
        padding-top: 2rem;
    }

    .service-item {
        padding-left: 1vw;
        padding-right: 1vw;
        justify-content: space-between;
    }


    .service-name {
        flex-grow: 1;
        font-size: 1.5rem;
        font-weight: 600;
    }

    .service-name span {
        font-size: 0.7rem;
        font-weight: 700;
        padding-right: 2rem;
    }


    .service-arrow svg {
        height: 35px;
    }

    /* swiper responsiveness */

    .leader-info p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .custom-swiper-btn {
        padding: 4px 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-swiper-btn i {
        font-size: 20px;
        color: black;
    }

    .custom-swiper-button-prev {
        left: 10px;
    }

    .custom-swiper-button-next {
        right: 10px;
    }

    /* faq section responsive */

    .faq-section-top .section-title h1 {
        text-align: center;
        /* font-size: 2.5rem; */
        font-size: 33px;
    }

    .faq-section-top .section-title p {
        font-size: 1rem;
        width: 80%;
        text-align: center;
    }

    .question {
        font-size: 27px;
    }

    .accordion-body p {
        font-size: 0.9rem;
    }

    /* blog section reponsiveness */
    .blog-section-inner {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.5rem;
        padding: 0;
    }

    .blog-c1 {
        padding: 20px;
    }

    .blog-card-img-wrapper {
        height: 300px;
    }

    .blog-card-tag {
        padding-top: 0.5rem;
    }

    .blog-card-text h1 {
        font-size: 2rem;
    }

    .blog-card-text p {
        font-size: 1rem;
    }

    .blog-card-button {
        padding-top: 0.1rem;
    }

    .blog-horiz-c1{
        padding: 0;
        width: 100%;
    }
    
    .blog-horiz-card-img-wrapper {
        height: 150px;
        width: 35%;
    }

    .blog-horiz-card-tag span {
        align-items: center;
    }

    .blog-horiz-card-tag span a {
        font-size: 0.8rem;
    }

    .blog-horiz-card-tag span p {
        font-size: 0.8rem;
        margin: 0;
    }

    .blog-horiz-card-text{
        padding-top: 1rem;
    }

    .blog-horiz-card-text h1 {
        font-size: 1.5rem;
    }


    /* newsletter section responsive */


    .newsletter-section {
        flex-direction: column;
        padding: 2vw 2vw;
    }

    .newslatter-p1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-subheadline p {
        font-size: 1.3rem;
    }

    .newslatter-p2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-headline {
        justify-content: flex-start;
        font-size: 1.5rem;
    }

    .footer-subscribe {
        align-items: flex-start;
        justify-content: flex-start;
    }

    #email{
        font-size: 1rem;
    }

    form button {
        padding: 2vw 0.1vw;
        width: 160px;
        font-size: 0.8rem;
    }

    /* footer section responsiveness */

    .footer-section-inner{
        flex-direction: column;
        gap: 1rem;
        padding-top: 2rem;
        flex-wrap: wrap;
    }

    .footer-part-1 span{
        align-items: flex-start;
    }

    .footer-part-1 span a{
        font-size: 1.2rem;
    }

    .footer-part2-wrapper{
        display: flex;
        justify-content: space-between;
    }

    .footer-part-2 h1{
        font-size: 1.2rem;
    }
    
    .footer-part-2 ul li a{
        font-size: 1rem;
    }
    
    .footer-section-bottom{
        flex-direction: column;
        padding: 1rem !important;
    }

    .copyright{
        justify-content: center;
    }

    .copyright span{
        /* font-size: 1rem; */
        text-align: center;
    }

    .social-icons{
        justify-content: center;
    }

}

@media (min-width: 320px) and (max-width: 425px) {


    .navbar {
        padding: 1.5vw 0vw;
    }

    #navbarScroll {
        background-color: #454545;
        padding: 3vw 3vw 5vw 3vw;
        border-radius: 20px;

    }

    .navbar-nav {
        margin-right: 0rem;
        background-color: transparent;
        border: 0;
    }

    .nav-link {
        font-size: 1.4rem;
        color: white;
    }

    .header-container {
        height: 90vh;
    }

    .header-container #header-bg {
        height: 90vh;
    }

    .header-container-wrapper {
        align-items: center;
        padding: 0vw 4vw;
    }

    .header-content {
        margin-top: 15vw;
        align-items: flex-end;
    }

    .header-content .agency-tagline {
        font-size: 1rem;
    }

    .header-content .main-headline h1 {
        font-size: 2rem;
    }

    .header-content .sub-headline p {
        font-size: 1rem;
        width: 100%;
    }


    /* about section responsive */

    .about-section {
        padding: 5vw 0vw 0vw 0vw;
    }

    .about-section .about-text p {
        font-size: 1.3rem;
    }

    .pre-workexp {
        flex-direction: column;
    }

    .about-exp-col {
        flex-direction: column;
    }

    .about-exp-col-pt1 {

        align-items: center;
    }

    .about-exp-col-pt1 h1 {
        text-align: center;
    }

    .about-exp-col-pt1 p {
        text-align: center;
    }

    .exp-cards {
        padding-top: 10vw;
        align-items: center;
    }

    .exp-card-row {
        justify-content: center;
    }

    .exp-c1 i {
        font-size: 10vw;
    }

    .exp-c1 span {
        font-size: 1.3rem;
    }

    .exp-c1 h3 {
        font-size: 0.8rem;
    }


    /* service section  responsiveness*/

    .service-section {
        align-items: center;
        justify-content: center;
    }

    .section-header-button {
        padding-top: 1rem;
        justify-content: flex-start;
    }

    .section-title h1 {
        font-size: 1.8rem;
    }

    /* swiper responsiveness */


    .leader-info p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .leader-info img {
        height: 100px;
        width: 100px;
    }

    .leader-info h2 {
        font-size: 30px;
    }

    .custom-swiper-btn {
        padding: 4px 10px;
        top: 90%;
        transform: translateY(-90%);
    }

    .custom-swiper-btn i {
        font-size: 20px;
        color: black;
    }

    .custom-swiper-button-prev {
        left: 30px;
    }

    .custom-swiper-button-next {
        right: 30px;
    }


    /* faq section responsiveness */

    .faq-section-top {
        padding: 8vw 0vw 0vw 0vw;
    }

    .faq-section-top .section-title h1 {
        text-align: center;
        font-size: 25px;
    }

    .faq-section-top .section-title p {
        font-size: 0.9rem;
        width: 80%;
        text-align: center;
    }

    .question {
        font-size: 20px;
    }


    .accordion-item{
        width: 100%;
    }

    .accordion-body p {
        font-size: 14px;
    }

    /* blog section reponsiveness */
    
    .blog-section-inner {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1.5rem;
        padding: 0;
    }

    .blog-c1 {
        padding: 12px;
    }

    .blog-card-img-wrapper {
        height: 200px;
    }

    .blog-card-tag {
        padding-top: 0.5rem;
        display: flex;
    }

    .blog-card-tag span i {
        font-size: 1rem;
    }

    .blog-card-tag span a {
        font-size: 1rem;
    }

    .blog-card-tag span p {
        font-size: 1rem;
    }

    .blog-card-text h1 {
        font-size: 1.5rem;
    }

    .blog-card-text p {
        font-size: 0.8rem;
    }

    .blog-card-button {
        padding-top: 0.1rem;
    }

    .blog-horiz-c1{
        flex-direction: column;
        width: 100%;
    }

    .blog-horiz-card-img-wrapper {
        height: 170px;
        width: 100%;
    }

    .blog-horiz-card-tag span {
        align-items: center;
    }

    .blog-horiz-card-tag span a {
        font-size: 0.8rem;
    }

    .blog-horiz-card-tag span i {
        font-size: 0.8rem;
    }

    .blog-horiz-card-tag span p {
        font-size: 0.8rem;
        margin: 0;
    }

    .blog-horiz-card-text h1 {
        font-size: 1.3rem;
    }

    /* newsletter section responsive */


    .newsletter-section {
        flex-direction: column;
        padding: 2vw 1vw;
    }

    .newslatter-p1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .section-subheadline p {
        font-size: 1rem;
    }

    .newslatter-p2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .section-headline {
        justify-content: flex-start;
        font-size: 1.2rem;
    }

    .footer-subscribe {
        align-items: flex-start;
        justify-content: flex-start;
    }

    form{
        padding: 1vw 1vw;
    }

    #email{
        font-size: 1rem;
    }

    form button {
        padding: 0.5vw 0.5vw;
        width: 100px;
        font-size: 0.6rem;
    }
    
    /* footer section responsiveness */

    .footer-section-inner{
        flex-direction: column;
        gap: 1rem;
        padding-top: 2rem;
    }

    .footer-part-1 span{
        align-items: flex-start;
    }

    .footer-part2-wrapper{
        flex-direction: column;
    }

    .footer-part-1 span a{
        font-size: 1.2rem;
    }

    .footer-part-2 span{
        align-items: flex-start;
    }

    .footer-section-bottom{
        flex-direction: column;
    }

    .copyright{
        justify-content: center;
    }

    .copyright span{
        /* font-size: 1rem; */
        text-align: center;
    }

    .social-icons{
        justify-content: center;
    }

}   