/* X-Large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
/*XX-Large devices (larger desktops, 1400px and up)*/ 
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .cta-area-v1 .cta-wrapper .section-title h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .hero-banner-v1 .shape-one {
        top: 130px;
        left: 30px;
    }
    .testimonial-slider-one .slick-dots {
        right: -15%;
    }
    .fancy-text-block-v1 .img-holder .shape.shape.shape-two {
        display: none;
    }
    .navigation-style-v3 .primary-menu .site-branding .lang-dropdown:before {
        margin-right: 20px;
    }
    .navigation-style-v3 .primary-menu .site-branding .lang-dropdown {
        margin-left: 20px;
    }
}

/* ------------------------------------------------------------------
   Hero banner - reproduce the 1920x1200 layout on smaller desktops.

   The design is authored at 1920. Everything below is the same value
   expressed as a fraction of that width (px / 1920 * 100vw), so the
   whole hero scales as one piece instead of the photos being dropped
   and the copy re-flowed. 1366 / 1440 / 1680 now render an identical
   composition, just smaller.
   ------------------------------------------------------------------ */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .hero-banner-v1 .container{
        max-width: 100%;
        padding-left: 7.813vw;   /* 150 */
        padding-right: 3.646vw;  /* 70 */
    }
    .hero-banner-v1{
        padding: 13.281vw 0 9.375vw;   /* 255 / 180 */
    }
    /* both photos stay visible, positioned and sized proportionally */
    .hero-banner-v1 .hero-img.hero-img-one{
        display: block;
        bottom: 3.125vw;       /* 60 */
        left: 3.385vw;         /* 65 */
    }
    .hero-banner-v1 .hero-img.hero-img-one img{
        width: 12.760vw;       /* 245 */
        height: auto;
        border-radius: 6.302vw;/* 121 */
    }
    .hero-banner-v1 .hero-img.hero-img-two{
        bottom: 4.167vw;       /* 80 */
        right: 7.813vw;        /* 150 */
    }
    .hero-banner-v1 .hero-img.hero-img-two img{
        width: 25.781vw;       /* 495 */
        height: auto;
        border-radius: 12.760vw;/* 245 */
    }
    /* copy keeps the same measure it had in the centred container */
    .hero-banner-v1 .hero-content{
        max-width: 44.531vw;   /* 855 */
    }
    .hero-banner-v1 .hero-content span.sub-title{
        font-size: 1.042vw;    /* 20 */
        line-height: 1.458vw;  /* 28 */
        margin-bottom: 0.938vw;/* 18 */
    }
    .hero-banner-v1 .hero-content h1{
        font-size: 2.604vw;    /* 50 */
        line-height: 3.125vw;  /* 60 */
        margin-bottom: 1.823vw;/* 35 */
    }
    .hero-banner-v1 .hero-content p{
        font-size: 0.938vw;    /* 18 */
        line-height: 1.667vw;  /* 32 */
        margin-bottom: 2.344vw;/* 45 */
    }
    .hero-banner-v1 .hero-content .main-btn{
        padding: 0.625vw 1.823vw;  /* 12 / 35 */
        font-size: 0.833vw;        /* 16 */
        border-radius: 0.260vw;    /* 5  */
    }
}

/* Laptop range: full desktop header still shows but space is tight (1200-1399) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .navigation-style-v1 .container-fluid{
        padding-left: 25px;
        padding-right: 25px;
    }
    .site-branding{
        margin-left: 0;
    }
    .site-branding .brand-logo img{
        max-height: 56px;
    }
    .header-navigation .main-menu ul li > a{
        padding-left: 11px;
        padding-right: 11px;
        font-size: 16px;
    }
    .header-right-nav ul li{
        margin-left: 18px;
    }
    .header-right-nav ul li.phone-item{
        display: none;
    }
    .header-right-nav ul li.btn-item{
        margin-left: 0;
    }
    .header-right-nav ul li.btn-item a{
        padding: 9px 18px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .hero-banner-v2 .hero-img .hero-shape,
    .footer-gradient-bg .shape{
        display: none;
    }
    .header-right-nav ul li.navbar-toggle-btn{
        display: block;
    }
    .header-right-nav ul li.phone-item{
        display: none;
    }
    .site-branding{
        margin-left: 0;
    }
    .ledger-card{
        padding: 30px 24px 26px;
    }
    .header-navigation .main-menu ul > li.has-children > a:before{
        display: none;
    }
    .navigation-style-v3 .container-fluid,
    .navigation-style-v2 .container-fluid,
    .navigation-style-v1 .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-banner-v1 .shape-one {
        top: 130px;
    }
    .hero-banner-v1 .hero-content p {
        padding-right: 10%;
    }
    .hero-banner-v1 .hero-img.hero-img-one,
    .cta-area-v1 .cta-img,
    .testimonial-area-v1 .shape-img{
        display: none;
    }
    .hero-banner-v1{
        padding: 160px 0 60px;
    }
    .hero-v2{
        padding: 170px 0 100px;
    }
    .hero-v2-content h1{
        font-size: 42px;
        line-height: 52px;
    }
    .hero-v3{
        padding: 190px 0 130px;
    }
    .solid-header + .hero-v3{
        padding-top: 90px;
    }
    .hero-v3-content h1{
        font-size: 44px;
        line-height: 54px;
    }
    .hero-v3-content .sub-heading{
        font-size: 21px;
        line-height: 31px;
    }
    .page-banner.page-hero{
        padding: 150px 0 80px;
    }
    .page-banner.page-hero .page-title h1{
        font-size: 36px;
        line-height: 47px;
    }
    .page-hero .page-title .lede{
        font-size: 17px;
        line-height: 29px;
    }
    .page-hero .page-title .lede + .lede-sub{
        font-size: 16px;
        line-height: 27px;
    }
    .hero-banner-v1 .hero-img.hero-img-two{
        display: block;
        position: static;
        z-index: 1;
        max-width: 360px;
        margin: 0 auto 45px;
    }
    .hero-banner-v1 .hero-img.hero-img-two span{
        position: static !important;
        display: block !important;
        left: auto !important;
        top: auto !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }
    .hero-banner-v1 .hero-img.hero-img-two img{
        width: 100%;
        height: auto;
        border-radius: 180px;
    }
    .testimonial-area-v1 .testimonial-item .testimonial-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .contact-area-v1 .img-holder {
        margin-right: 0;
    }
    .footer-top .text-wrapper {
        padding-left: 40px;
    }
    .service-item {
        padding: 50px 30px 40px;
    }
    .service-item .text h3.title {
        font-size: 24px;
        line-height: 35px;
    }
    .service-item .text .list-style-two li {
        font-size: 15px;
    }
    .testimonial-area-v2 .testimonial-item .testimonial-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .pricing-list li{
        font-size: 16px;
    }
    .pricing-item .pricing-head span.plan {
        font-size: 18px;
    }
    .blog-area-v2 .blog-post-item {
        padding: 40px 30px 30px;
    }
    .pricing-item-one .pricing-body {
        margin-bottom: -65px;
    }
    .hero-banner-v2 .hero-img {
        min-width: 100%;
    }
    .fancy-text-block-v1 .img-holder .shape.shape.shape-two {
        display: none;
    }
    .testimonial-area-v3 .testimonial-item {
        padding: 50px 30px 45px;
    }
    .team-details-section .text-wrapper,
    .skill-area-v2 .text-wrapper,
    .skill-area-v1 .text-wrapper,
    .fancy-text-block-v2 .text-wrapper,
    .about-area-v3 .text-wrapper {
        padding-left: 0px;
    }
    .fancy-text-block-v1 .img-holder{
        padding-left: 0;
    }
    .fancy-text-block-v1{
        padding-top: 55px;
    }
    .counter-area-v1 .counter-item {
        padding: 65px 30px;
    }
    .process-area-v2 .process-wrapper {
        padding: 80px 30px 10px;
    }
    .portfolio-details-wrapper .portfolio-info {
        padding: 50px 30px;
    }
    .team-area-v3 .team-item .img-holder .hover-content-two h3.title, .team-area-v3 .team-item .img-holder .hover-content h3.title {
        font-size: 24px;
        line-height: 35px;
    }
    .team-area-v3 .team-item .img-holder .hover-content-two p.position, .team-area-v3 .team-item .img-holder .hover-content p.position {
        font-size: 16px;
    }
    .team-details-section .text-wrapper .text h3.title {
        font-size: 35px;
        line-height: 45px;
    }
    .blog-standard-post-item .entry-content h3.title {
        font-size: 22px;
        line-height: 32px;
    }
    .blog-standard-post-item .entry-content {
        width: 90%;
        padding: 30px 20px 40px;
    }
    .service-area-v2 .service-wrapper{
        padding: 50px 40px 20px;
    }
    .pricing-item-three {
        padding: 30px 20px 40px;
    }
    .hero-banner-v3 .hero-content h1 {
        font-size: 52px;
        line-height: 65px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2{
        font-size: 34px;
        line-height: 44px;
    }
    .fancy-text-block-v2 .section-title h2{
        font-size: 34px;
        line-height: 44px;
    }
    .contact-area-v1 .text-wrapper h2 {
        font-size: 44px;
        line-height: 55px;
    }
    .hero-banner-v2 .hero-content h1{
        font-size: 45px;
        line-height: 55px;
    }
    .navigation-style-v2 .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
    .counter-area-v2 .counter-item {
        padding: 60px 15px 53px;
    }
    .pricing-item-one {
        padding: 32px 20px 35px;
    }
    .pricing-item .pricing-head h2.price {
        font-size: 34px;
        line-height: 45px;
    }
    .blog-area-v2 .blog-post-item .entry-content h3.title {
        font-size: 22px;
        line-height: 34px;
    }
    .process-area-v1 .process-item {
        padding: 0 13px;
    }
    .post-nav-tag .post-nav-item .text h4 {
        font-size: 18px;
    }
    .post-nav-tag .post-nav-item .text p{
        font-size: 16px;
    }
    .testimonial-area-v4 .testimonial-item .testimonial-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .counter-area-v3 .counter-item .text h2.number {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .hero-banner-v3 .hero-content{
        margin-bottom: 40px;
    }
    .contact-area-v1 .text-wrapper h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .cta-area-v1 .cta-wrapper {
        padding: 80px 40px;
    }
    .contact-area-v1 .img-holder {
        text-align: center;
    }
    .about-area-v1 .img-holder img{
        height: 450px;
    }
    .site-branding .brand-logo img{
        max-height: 46px;
    }
    .hero-v3{
        padding: 150px 0 100px;
    }
    .solid-header + .hero-v3{
        padding-top: 70px;
    }
    .hero-v3-content h1{
        font-size: 32px;
        line-height: 42px;
    }
    .hero-v3-content .sub-heading{
        font-size: 18px;
        line-height: 28px;
    }
    .hero-v3-content p{
        font-size: 16px;
        line-height: 28px;
    }
    .hero-v3-actions .main-btn{
        width: 100%;
        margin-right: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hero-v3-overlay{
        background-image: none;
        background-color: rgba(6, 18, 28, 0.80);
    }
    .hero-v3-sound{
        right: 18px;
        bottom: 18px;
        width: 38px;
        height: 38px;
    }
    .hero-v2{
        padding: 140px 0 70px;
    }
    .hero-v2-content h1{
        font-size: 32px;
        line-height: 42px;
    }
    .hero-v2-content p{
        font-size: 16px;
        line-height: 28px;
    }
    .hero-v2-content{
        margin-bottom: 45px;
    }
    .hero-v2-actions .text-link{
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
    }
    .hero-v2 .hero-controls{
        margin-top: 32px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hero-v2-visual{
        padding: 0;
        max-width: 460px;
        margin: 0 auto;
    }
    .hero-v2-visual .visual-frame{
        -webkit-animation: none;
                animation: none;
    }
    .hero-v2-visual .visual-chip{
        padding: 11px 15px;
        -webkit-animation: none;
                animation: none;
    }
    .hero-v2-visual .visual-chip .v{
        font-size: 20px;
    }
    .hero-v2-visual .chip-one{ left: -10px; }
    .hero-v2-visual .chip-two{ right: -10px; }
    .page-banner.page-hero{
        padding: 130px 0 60px;
    }
    .page-banner.page-hero .page-title{
        margin-bottom: 0;
    }
    .page-banner.page-hero .page-title h1{
        font-size: 30px;
        line-height: 40px;
    }
    .page-banner.page-hero .page-title .sub-title{
        font-size: 17px;
        line-height: 26px;
    }
    .entity-card{
        height: auto;
    }
    .results-modal .modal-body .ledger-card{
        height: auto;
    }
    .results-modal .modal-header{
        padding: 22px 20px 18px;
    }
    .results-modal .modal-title{
        font-size: 22px;
        line-height: 30px;
    }
    .results-modal .modal-body{
        padding: 22px 14px 4px;
    }
    .mission-card{
        height: auto;
        padding: 32px 24px 26px;
    }
    .pillar-card{
        height: auto;
        padding: 30px 24px 26px;
    }
    .cred-item{
        height: auto;
        padding: 28px 20px 24px;
    }
    .svc-card{
        height: auto;
        padding: 30px 24px 26px;
    }
    .article-card{
        height: auto;
        padding: 26px 22px 22px;
    }
    .career-card{
        height: auto;
        padding: 30px 24px 26px;
    }
    .career-card h2{
        font-size: 22px;
        line-height: 31px;
    }
    .career-card .icon{
        width: 54px;
        height: 54px;
        font-size: 23px;
        margin-bottom: 18px;
    }
    .creds-area .eeo-note{
        padding: 16px 18px;
        font-size: 14px;
        line-height: 25px;
    }
    .article-body h2{
        font-size: 21px;
        line-height: 30px;
    }
    .article-body p,
    .article-body ul li{
        font-size: 15px;
        line-height: 28px;
    }
    .article-body .disclaimer-box{
        padding: 18px 20px;
    }
    .cookie-bar{
        padding: 18px 0;
    }
    .cookie-bar .cookie-text{
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }
    .cookie-bar .cookie-actions{
        width: 100%;
    }
    .cookie-bar .cookie-allow,
    .cookie-bar .cookie-deny{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        padding: 11px 16px;
    }
    .article-body .date-box{
        height: auto;
        padding: 20px 20px 18px;
    }
    .article-body .fact-list .fact-row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .article-body .step-card .step-n{
        width: 36px;
        height: 36px;
        margin-right: 14px;
        font-size: 13px;
    }
    .article-body .step-card .step-body h3{
        font-size: 18px;
        line-height: 26px;
    }
    .article-body .kpi-row .k{
        width: calc(100% - 34px);
        padding-right: 0;
    }
    .article-body .kpi-row .v{
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        padding-left: 34px;
        margin-top: 2px;
    }
    .article-body .fact-list .fact-row .v{
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 3px;
    }
    .article-body .callout-box{
        padding: 20px 22px;
        font-size: 16px;
        line-height: 28px;
    }
    .article-card h3{
        font-size: 18px;
        line-height: 26px;
    }
    .svc-card p{
        font-size: 15px;
        line-height: 26px;
    }
    .svc-card ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .platform-card .outcome{
        margin-top: 16px;
        padding: 11px 14px;
    }
    .platform-card .outcome .v{
        font-size: 14px;
        line-height: 23px;
    }
    .page-hero .page-title .lede + .lede-sub{
        font-size: 15px;
        line-height: 26px;
    }
    .expertise-area .tag-pill{
        margin: 0 4px 10px;
        padding: 9px 18px;
        font-size: 14px;
    }
    .assessment-area .assessment-text h2{
        font-size: 24px;
        line-height: 34px;
    }
    .assessment-area .assessment-box{
        padding: 28px 24px 24px;
    }
    .engagement-area .engagement-box,
    .assessment-area .assessment-box{
        height: auto;
    }
    .engagement-area .engagement-box{
        padding: 26px 22px 22px;
    }
    .engagement-area .step .step-num{
        width: 40px;
        height: 40px;
        margin-right: 15px;
        font-size: 16px;
    }
    .engagement-area .step .step-text h4{
        font-size: 18px;
        line-height: 26px;
    }
    .svc-card h3{
        font-size: 19px;
        line-height: 28px;
    }
    .fancy-text-block-v1{
        padding-top: 45px;
    }
    .fancy-text-block-v1 .img-holder{
        text-align: center;
    }
    .cred-item .icon{
        width: 56px;
        height: 56px;
        font-size: 23px;
        margin-bottom: 16px;
    }
    .cred-item .name{
        font-size: 17px;
        line-height: 25px;
    }
    .pillar-card .num{
        font-size: 34px;
        margin-bottom: 12px;
    }
    .pillar-card h3{
        font-size: 20px;
        line-height: 28px;
    }
    .mission-card .icon{
        width: 66px;
        height: 66px;
        margin-bottom: 20px;
    }
    .mission-card .icon i{
        font-size: 28px;
    }
    .mission-card h3{
        font-size: 21px;
        line-height: 29px;
    }
    .contact-info-wrap .stat-box .stat-row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .contact-info-wrap .stat-box .stat-row .v{
        width: 100%;
        text-align: left;
        margin-top: 2px;
    }
    .assessment-form{
        padding: 30px 20px 22px;
    }
    .assessment-form form label{
        left: 20px;
        right: 20px;
        font-size: 15px;
    }
    .assessment-form form .form_control{
        padding: 0 20px;
    }
    .assessment-form form textarea.form_control{
        padding: 15px 20px 0;
    }
    .hero-banner-v1{
        padding: 130px 0 50px;
    }
    .hero-banner-v1 .hero-img.hero-img-two{
        max-width: 260px;
        margin-bottom: 35px;
    }
    .hero-banner-v1 .hero-img.hero-img-two img{
        border-radius: 130px;
    }
    .trust-area .trust-item{
        padding: 30px 20px 26px;
    }
    .trust-area .trust-item .icon{
        width: 52px;
        height: 52px;
        font-size: 22px;
        margin-bottom: 16px;
    }
    .trust-area .trust-item .title{
        font-size: 16px;
        line-height: 25px;
    }
    /* vertical dividers make no sense once cells wrap - use horizontal rules */
    .trust-area .trust-wrapper .row > div .trust-item:after{
        display: none;
    }
    .trust-area .trust-wrapper .row > div:not(:last-child) .trust-item{
        border-bottom: 1px solid rgba(4, 109, 164, 0.15);
    }
    .ledger-card .ledger-row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .ledger-card .ledger-row .k{
        padding-right: 8px;
    }
    .ledger-card .foot .v{
        font-size: 21px;
    }
    .counter-area-v1 .counter-item .text p{
        min-height: 0;
    }
    .footer-area .social-links a{
        margin: 0 5px;
    }
    .closing-area .section-title h2{
        font-size: 30px;
        line-height: 42px;
    }
    .closing-area .section-title p{
        font-size: 17px;
        line-height: 29px;
    }
    .footer-area .foot-bottom{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
    .footer-area .foot-bottom .copyright-text,
    .footer-area .foot-bottom .mono{
        width: 100%;
    }
    .footer-area .foot-nav a{
        margin: 0 12px 12px;
        font-size: 15px;
    }
    .footer-copyright .footer-nav{
        margin-top: 15px;
    }
    .footer-copyright .footer-nav,
    .footer-copyright .copyright-text{
        text-align: center;
    }
    .footer-copyright .footer-nav ul li:not(first-child) {
        margin-left: 10px;
        margin-right: 10px;
    }
    .about-area-v2 .text-wrapper,
    .testimonial-area-v2 .text-wrapper {
        padding-left: 0px;
    }
    .pricing-area-v1 .pricing-wrapper,
    .contact-area-v2 .contact-wrapper,
    .service-area-v1 .service-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-area-v2 .contact-form{
        margin-left: 0;
    }
    .footer-widget .widget.newsletter-widget  .newsletter-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .cta-area-v2 .button-box {
        margin-top: 20px;
    }
    .pricing-item .pricing-head h2.price{
        font-size: 35px;
        line-height: 45px;
    }
    .pricing-item-one {
        padding: 32px 30px 35px;
        margin-bottom: 70px;
    }
    .hero-banner-v2 .hero-content{
        margin-bottom: 40px;
    }
    .contact-area-v2 .contact-form h2,
    .contact-area-v2 .text-wrapper h2{
        font-size: 32px;
        line-height: 45px;
    }
    .page-banner  .page-title {
        margin-bottom: 50px;
    }
    .about-area-v3 .img-holder {
        margin-left: 0px;
    }
    .page-footer:before,
    .page-footer:after{
        display: none;
    }
    .process-area-v1 .process-column:after{
        display: none;
    }
    .process-area-v1 .process-item {
        padding: 0 15px;
    }
    .features-list {
        padding: 55px 30px 25px;
    }
    .page-banner .page-title h1{
        font-size: 36px;
        line-height: 45px;
    }
    .post-nav-tag .post-nav-item{
        justify-content: center;
    }
    .post-nav-tag .post-icon{
        padding: 20px 0;
    }
    .partners-area-v1 .partners-slider-one {
        margin-left: -15px;
        margin-right: -15px;
    }
    .partners-area-v1 .partners-slider-one .partner-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-area-v4{
        padding-bottom: 110px;
    }
    .testimonial-area-v4 .img-holder{
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* two per row: divider on the left cell of each pair, rule under the top pair */
    .trust-area .trust-wrapper .row > div:nth-child(odd) .trust-item:after{
        display: block;
    }
    .trust-area .trust-wrapper .row > div:nth-child(-n+2) .trust-item{
        border-bottom: 1px solid rgba(4, 109, 164, 0.15);
    }
    .trust-area .trust-wrapper .row > div:nth-child(n+3) .trust-item{
        border-bottom: none;
    }
    .entity-card{
        padding: 26px 22px 24px;
    }
    .entity-card h3{
        font-size: 19px;
        line-height: 27px;
    }
    .entity-card .flag{
        font-size: 13px;
        padding: 4px 11px;
    }
    .hero-banner-v1 .hero-content h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .footer-top .text-wrapper {
        padding-left: 20px;
    }
    .footer-top .text-wrapper h3 {
        line-height: 32px;
        font-size: 23px;
    }
    .partners-wrapper .partner-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .contact-area-v3 .map-box {
        top: 19%;
    }
}


@media (max-width: 767px){
    .page-banner .shape.shape-one{
        display: none;
    }
    .section-title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .expertise-area .tag-pill{
        padding: 8px 15px;
        font-size: 13px;
        line-height: 22px;
    }
    /* justified text opens ugly word gaps in a narrow measure */
    p,
    .page-hero .page-title .lede,
    .page-hero .page-title .lede-sub,
    .entity-card address{
        text-align: left;
    }
    .text-center p,
    .text-center .lede,
    .section-title.text-center p{
        text-align: center;
    }
    .svc-card .num{
        margin-bottom: 14px;
    }
    .platform-card .num{
        font-size: 11px;
    }
    .assessment-area .assessment-text h2{
        font-size: 21px;
        line-height: 31px;
    }
    .engagement-area .engagement-box .fact-row{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .engagement-area .engagement-box .fact-row .v{
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 3px;
    }
    .assessment-area .assessment-text .main-btn{
        padding: 12px 22px;
        font-size: 15px;
        white-space: normal;
    }
    .fancy-text-block-v2 .section-title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .header-right-nav ul li.btn-item{
        display: none;
    }
    .hero-banner-v1 .hero-content p {
        padding-right: 0%;
    }
    .hero-banner-v2 .hero-content h1,
    .hero-banner-v1 .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-banner-v1 .hero-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .service-item {
        padding: 50px 35px 40px;
    }
    .cta-area-v1 .cta-wrapper .section-title h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .footer-top .text-wrapper {
        padding-left: 0px;
        padding-top: 20px;
        border-left: none;
        border-top: 2px solid rgba(4, 109, 164, 0.2);
    }
    .partners-wrapper .partner-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cta-area-v2 .cta-wrapper {
        padding: 50px 30px;
    }
    .testimonial-area-v3 .testimonial-item {
        display: flex;
        flex-direction: column;
    }
    .testimonial-area-v3 .testimonial-item .author-thumb{
        margin-bottom: 25px;
    }
    .process-area-v2 .process-item .icon {
        margin-right: 20px;
    }
    .post-nav-tag .post-nav-item .text h4 {
        font-size: 18px;
    }
    .post-nav-tag .post-nav-item .text p{
        font-size: 16px;
    }
    .sidebar-widget-area .widget {
        padding: 30px 20px 40px;
    }
    .comments-area .comments-list .comment{
        flex-direction: column;
    }
    .comments-area .comments-list .comment .comment-avatar{
        margin-bottom: 30px;
    }
    .comments-area .comments-list .comment:nth-child(even) {
        margin-left: 20px;
    }
    .comments-respond {
        padding: 40px 30px 60px;
    }
    .post-author-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .post-author-box .author-thumb{
        margin-bottom: 30px;
    }
    .contact-area-v2 .information-style-two{
        flex-direction: column;
    }
    .contact-area-v2 .information-style-two .icon{
        margin-bottom: 25px;
    }
    .information-style-two{
        padding: 40px 25px 30px;
    }
    .contact-area-v2 .information-style-two .info h4{
        font-size: 20px;
    }
    .blog-area-v2 .blog-post-item .entry-content h3.title{
        font-size: 20px;
        line-height: 30px;
    }
    .cta-area-v2 .button-box .main-btn{
        padding: 12px 25px;
    }
    .contact-area-v3 .map-box {
        top: 14%;
    }
    .partners-area-v1 .partners-arrows{
        justify-content: flex-start;
    }
    .counter-area-v3 .counter-item.mt-lg-30{
        margin-top: 0;
    }
    .lang-dropdown .nice-select {
        font-size: 16px;
    }
    .navigation-style-v3 .primary-menu .site-branding .lang-dropdown:before{
        margin-right: 15px;
    }
    .navigation-style-v3 .primary-menu .site-branding .lang-dropdown{
        margin-left: 15px;
    }
    .hero-banner-v3 .hero-content h1{
        font-size: 40px;
        line-height: 45px;
    }
    .navigation-style-v3 .header-right-nav ul li.nav-button {
        display: none;
    }
    .testimonial-area-v4 .testimonial-item {
        padding: 60px 30px;;
    }
    .testimonial-area-v4 .testimonial-item .testimonial-content p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 400px){
    .about-area-v1 .shape-one {
        bottom: -20px;
        left: 0px;
    }
    .footer-widget .widget.newsletter-widget .newsletter-content h3,
    .footer-top .text-wrapper h3 {
        line-height: 40px;
        font-size: 30px;
    }
    .footer-top .text-wrapper h3 {
        line-height: 32px;
        font-size: 23px;
    }
    .blog-standard-post-item .entry-content h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .service-area-v2 .service-wrapper {
        padding: 40px 15px 10px;
    }
    .service-item .text h3.title {
        font-size: 20px;
        line-height: 30px;
    }
    .testimonial-area-v4 .testimonial-item .testimonial-content .author-title-thumb {
        flex-direction: column;
    }
    .testimonial-area-v4 .testimonial-item .testimonial-content .author-title-thumb .author-thumb{
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 415px) and (max-width: 767px) {
    .partners-wrapper .partner-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
