/*i-pad, Web */
@media (min-width: 768px){
    .two-col-content .image-col figure,
    .two-col-content .image-col figure img{
        height: 100%;
    }
    .two-col-content .image-col figure img{
        object-fit: cover;
    }
    .footer-copyright .copyright-two{
        text-align: right;
    }
    .two-col-content-block.type-two .content-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 992px){
    .two-col-content-block.heading-right h2{
        text-align: right;
    }
    .who-we-are .content,
    .why-choose-us .accordion-col,
    .two-col-content-block.industry-page .content-col,
    .two-col-content-block.about-page .image-col,
    .two-col-content-block.about-page .content-col,
    .two-col-content-block.about .inner-content-row .content-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .two-col-content-block.about .inner-content-row{
        margin-top: 60px;
    }
    .two-col-content-block.about figure{
        max-width: 95%;
    }
    .two-col-content-block.about .image-right .image-col figure{
        float: right;
    }
    .two-col-content-block.about .inner-content-row .content-col{
        padding: 0 15px 0 45px;
    }
    .two-col-content-block.about .image-right.inner-content-row .content-col{
        padding: 0 45px 0 15px;
    }
}
/* Web only */
@media (min-width: 1200px){
    a:hover{
        color: #18AA3D;
    }
    .container{
        max-width: 1200px;
    }
    .slick-arrow:hover{
        border: 1px solid #18AA3D;
        background-color: #18AA3D;
    }
    .slick-prev:hover {
        background-image: url("../images/slick-prev-default.svg");
    }
    .slick-next:hover {
        background-image: url("../images/slick-next-default.svg");
    }
    .button:hover:before{
        width: 100%;
    }
    .button-two:hover span{
        color: #24523B;
    }
    .button-three:hover span{
        color: #24523B;
    }
    .read-more-link:hover{
        color: #0000DC;
    }
    .arrow-link:hover:after{
        right: -10px;
    }
    .top-btn:hover{
        background-color: #18AA3D;
    }
    .responsive-navigation{
        display: none;
    }
    .header-full-wrapper .header-topbar,
    .header-full-wrapper .header{
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-full-wrapper.scrollMenu .site-logo{
        max-width: 130px;
    }
    .main-menu ul li >a:hover,
    .main-menu ul li.menu-item-has-children:hover >a,
    .main-menu ul li.active >a{
        color: #18AA3D;
    }
    .header-full-wrapper li.cta-btn a:hover span,
    .header-full-wrapper .mean-container .mean-nav li.cta-btn a:hover span{
        color: #fff;
    }
    .main-menu ul li.menu-item-has-children.active li.active >a{
        color: #fff;
    }
    .header-full-wrapper li.cta-btn.active a:before,
    .main-menu ul li.menu-item-has-children.active li.active >a:before{
        width: 100%;
    }
    .header-full-wrapper li.cta-btn.active a span{
        color: #fff;
    }
    .main-menu ul li ul.submenu li a:hover{
        color: #fff;
    }
    .main-menu ul li ul.submenu li a:hover:before{
        width: 100%;
    }
    .footer .widget h5 a:hover,
    .footer .widget ul li a:hover,
    .footer-copyright .footer-links ul li a:hover{
        color: #18AA3D;
    }
    .footer .widget.social-links ul li a:hover{
        background-color: #18AA3D;
        color: #fff;
    }
    .footer-copyright .copyright-two p a:hover{
        color: #18AA3D;
        letter-spacing: 1px;
    }
    .footer .widgets .inner-menu{
        padding: 0;
    }
    .hero-area{
        z-index: 2;
        min-height: 750px;
        padding-bottom: 30px;
    }
    .hero-area .content,
    .hero-area .image{
        float: left;
        margin-top: 100px;
    }
    .hero-area .content{
        width: 55%;
        padding-right: 60px;
    }
    .hero-area .button{
        margin-top: 40px;
    }
    .hero-area .image{
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 580px;
        padding: 0;
        overflow: hidden;
    }
    .hero-area .image figure,
    .hero-area .image figure img{
        height: 100%;
    }
    .hero-area .image img{
        border-radius: 20px 0 0 20px;
        object-fit: cover;
    }
	.inner-page-banner{
		background-attachment: fixed;
	}
    .industry-insights .post-inner:hover{
        border: 1px solid rgb(0, 0, 0, 1);
    }
    .why-choose-us .content{
        padding-right: 45px;
    }
    .digital-tools .post-inner:hover figure img{
        transform: scale(1.2);
    }
    .digital-tools .post-inner:hover h4{
        background-color: #18AA3D;
    }
    .leadership-section .hovered-state ul li a:hover{
        background-color: #24523B;
    }
    .modal-dialog{
        max-width: 60%;
    }
    .two-col-content-block.with-section-bg{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 600px;
        background-size: cover;
        background-position: center;
    }
    .two-col-content-block.with-section-bg:before{
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0,0,0, 0.5);
    }
    .two-col-content-block.with-section-bg *{
        color: #fff;
        text-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
    }
    .digital-tools.home-page .two-col-row .inner-col figure{
        height: 600px;
    }
}
@media (min-width: 1200px) and (max-width: 1870px){
    .pinnacle-logo-watermark{
        top: 55%;
        width: 250px;
        height: 460px;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1440px;
    }
}

/* mobile, i-pad */
@media (max-width: 1199px) {
    [data-aos^=fade][data-aos^=fade]{
        opacity: 1;
        transform: none;
    }
    .slick-arrow{
        width: 40px;
        height: 40px;
        background-size: 8px 20px;
    }
    .header-full-wrapper{
        padding: 12px 0 6px;
    }
    .header-full-wrapper .site-logo{
        max-width: 100px;
    }
    .header-full-wrapper .mean-nav{
        max-height: 80vh;
        overflow-y: auto;
        padding-bottom: 15px;
        margin-bottom: 15px;
        background-color: #24523B;
    }
    .header-full-wrapper .mean-bar{
        top: 15px;
    }
    .header-full-wrapper .mean-nav li.button{
        display: none;
    }
    .header-full-wrapper .mean-container{
        margin-top: -30px;
    }
    .header-full-wrapper .mean-container .mean-nav >ul{
        padding-top: 30px;
    }
    .header-full-wrapper .mean-container a.meanmenu-reveal {
        margin-top: -18px;
        border-radius: 15px;
        border: 1px solid #18AA3D;
        background-image: url("../images/hamburg-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
    }
    .header-full-wrapper .mean-container a.meanmenu-reveal span{
        display: none;
    }
    .header-full-wrapper .mean-container a.meanmenu-reveal.meanclose{
        background-image: url("../images/hamburg-icon-close.svg");
        font-size: 0 !important;
        color: #18AA3D;
    }
    .header-full-wrapper .mean-container .mean-nav ul li a{
        width: 88%;
        padding: 10px 0;
        margin-bottom: 15px;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        text-transform: none;
    }
    .header-full-wrapper .mean-container .mean-nav ul li ul li{
        position: relative;
    }
    .header-full-wrapper .mean-container .mean-nav ul li ul li:before{
        content: "";
        position: absolute;
        top: 18px;
        left: 15px;
        width: 10px;
        height: 3px;
        background-color: #fff;
    }
    .header-full-wrapper .mean-container .mean-nav ul li ul li a{
        padding: 7px 20px 7px 35px;
        opacity: 1;
        font-size: 16px;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.active ul li.active:before{
        background-color: #18AA3D;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.active >a,
    .header-full-wrapper .mean-container .mean-nav ul li.active ul li.active >a{
        color: #18AA3D;
    }
    .mean-container .mean-nav ul li a.mean-expand,
    .mean-container .mean-nav ul li a.mean-expand:hover,
    .mean-container .mean-nav ul li.active a.mean-expand,
    .mean-container .mean-nav ul li.active a.mean-expand:hover{
        width: 30px;
        height: 38px;
        padding: 0;
        margin: 0;
        background-color: transparent;
        font-size: 25px !important;
        color: #fff;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.cta-btn a{
        width: 85%;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.cta-btn a span{
        text-transform: uppercase;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.cta-btn.active a{
        background-color: #18AA3D;
    }
    .header-full-wrapper .mean-container .mean-nav ul li.cta-btn.active a span{
        color: #fff;
    }
    .footer{
        padding: 50px 0 25px;
    }
    .footer .newsletter, 
    .footer .widgets{
        padding-bottom: 40px;
        margin: 0;
    }
    .footer .widgets{
        justify-content: center;
    }
    .footer .widget{
        margin-top: 30px;
        text-align: center;
    }
    .footer .widget.w-text{
        margin-top: 40px;
    }
    .footer-copyright .footer-links ul li{
        margin: 2px 10px;
    }
    .footer-copyright,
    .footer-copyright .footer-links{
        text-align: center;
    }
    .footer .widget figure{
        margin: 0 auto 15px;
    }
    .footer .widget p{
        padding: 0;
    }
    .footer.overlap{
        padding: 150px 0 25px;
    }
    .main-wrapper{
        margin-top: 67px;
    }
    .hero-area .content{
        margin-top: 60px;
        text-align: center;
    }
    .hero-area .content h1{
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 45px;
    }
    .hero-area .image{
        margin-top: 30px;
    }
    .hero-area .image img{
        border-radius: 20px;
    }
    .mobile-padding{
        padding: 30px 0;
    }
    .mobile-padding h2{
        font-size: 35px;
    }
    .industry-insights h2{
        text-align: center;
    }
    .industry-insights .post-block{
        margin-top: 30px;
    }
    .industry-insights .post-block h4 {
        font-size: 25px;
    }
    .industry-insights .post-block a,
    .industry-insights .post-block .post-inner{
        width: 100%;
    }
    .projects .projects-slider .slick-arrow{
        top: -80px;
    }
    .projects .projects-slider .slick-arrow.slick-prev{
        right: 120px;
    }
    .testimonials .post-block .author{
        margin-top: 40px;
    }
    .inner-page-banner h2{
        font-size: 50px;
    }
    .inner-page-banner h3{
        font-size: 20px;
    }
    .counter-section .counter-block span{
        font-size: 80px;
        line-height: 100px;
    }
    .counter-section .counter-block .block-inner{
        max-width: initial;
    }
    .common-cta-section{
        padding: 30px 0;
    }
    .digital-tools .two-col-row h3{
        font-size: 28px;
    }
    .digital-tools .two-col-row .inner-col{
        margin-top: 30px;
    }
    .digital-tools .two-col-row .inner-col figure{
        height: 300px;
    }
    .two-col-content-block.digital-tools .inner-row{
        text-align: center;
    }
    .two-col-content-block.digital-tools .inner-row .image-col{
        order: 2;
    }
    .two-col-content-block.with-section-bg{
        background-image: none !important;
    }
    .two-col-content-block.with-section-bg .content-col h2{
        margin-bottom: 15px;
    }
    .two-col-content-block.about h3{
        font-size: 24px;
    }
}

/* i-pad portrait, i-pad landscape */
@media (min-width: 768px) and (max-width: 1199px){
    .header-full-wrapper .mean-container .mean-nav ul li.cta-btn a{
        width: 93%;
    }
    .footer .inner-menu{
        padding: 0;
    }
    .footer-copyright{
        padding: 20px 10px 0;
    }
    .inner-page-banner{
        min-height: 350px;
    }
    .industry-insights .post-block .post-inner{
        padding: 20px;
    }
    .industry-insights .post-block .content{
        padding: 0 15px 0 30px;
    }
    .industry-insights .post-block .content span{
        left: 30px;
    }
    .testimonials h2{
        line-height: 45px;
    }
    .cta-section .content{
        padding: 30px;
        margin-bottom: -60px;
    }
    .cta-section .content h2,
    .common-cta-section h2{
        font-size: 50px;
    }
    .two-col-content-block.type-two .content-col{
        padding: 30px 30px 30px 15px;
    }
    .two-col-content-block.type-two.image-left .content-col{
        padding: 30px 15px 30px 30px;
    }
    .contact-form h3{
        font-size: 50px;
    }
}

/* i-pad landscape */
@media (min-width: 992px) and (max-width: 1199px){
    .testimonials .post-block h4{
        font-size: 28px;
        line-height: 44px;
    }
    .two-col-content-block.with-section-bg .inner-row .image-col,
    .two-col-content-block.about .inner-content-row .image-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* mobile, i-pad portrait */
@media (max-width: 991px){
    p{
        font-size: 16px;
        line-height: 30px;
    }
    .projects .projects-slider .post-block figure{
        height: 250px;
    }
    .projects .projects-slider .post-block h5{
        font-size: 20px;
    }
    .projects .projects-slider .post-block span{
        font-size: 15px;
    }
    .why-choose-us .accordion-col{
        margin-top: 30px;
    }
    .why-choose-us .content{
        text-align: center;
    }
    .why-choose-us h6{
        font-size: 18px;
        line-height: 32px;
    }
    .why-choose-us .accordion .accordion-item .accordion-header button{
        font-size: 22px;
        line-height: 30px;
    }
    .testimonials h2{
        text-align: center;
    }
    .testimonials .testimonials-slider{
         margin: 30px 0 0;
    }
    .testimonials .post-block .content h4,
    .testimonials .post-block .content h5{
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
    .testimonials .post-block .author{
        justify-content: center;
    }
    .testimonials .post-block .author .name h5{
        font-size: 20px;
    }
    .testimonials .post-block .author .name h6{
        font-size: 16px;
    }
    .two-col-content-block.services-page{
        text-align: center;
    }
    .two-col-content-block.industry-page .content-col h2,
    .two-col-content-block.about-page .content-col h2{
        margin-bottom: 15px;
    }
    .two-col-content-block.with-section-bg .inner-row .image-col{
        margin-bottom: 20px;
    }
    .two-col-content-block.with-section-bg .inner-row .content-col{
        order: 2;
    }
    .two-col-content-block.about-page{
        text-align: center;
    }
    .two-col-content-block.about-page .inner-row .image-col{
        order: 1;
    }
    .two-col-content-block.about .inner-content-row{
        margin-bottom: 60px;
    }
    .two-col-content-block.about .inner-content-row .image-col{
        margin-bottom: 30px;
    }
    .two-col-content-block.about .inner-content-row .content-col{
        order: 2;
    }
}

/* i-pad portrait */
@media (min-width: 768px) and (max-width: 991px){
    .digital-tools .two-col-row .inner-col figure{
        height: 400px;
    }
}

/* mobile */
@media (max-width: 767px){
    .header-full-wrapper .site-logo img {
        width: inherit;
    }
    .footer .widget.social-links ul li{
        margin: 0 5px;
    }
    .footer .social-links{
        text-align: center;
    }
    .footer .copyright{
        order: 2;
        margin-top: 20px;
    }
    .footer-copyright{
        margin: 0;
    }
    .footer-copyright .footer-links{
        order: 1; 
    }
    .industry-insights .post-block .post-inner{
        display: block;
    }
    .industry-insights .post-block .icon, 
    .industry-insights .post-block .content{
        float: none;
        margin: 0 auto
    }
    .industry-insights .post-block .content{
        width: 100%;
        height: initial;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
    .industry-insights .post-block p{
        margin-bottom: 30px;
    }
    .industry-insights .post-block .content span{
        position: relative;
        left: 0;
    }
    .projects .projects-slider .slick-arrow.slick-prev{
        right: 80px;
    }
    .cta-section .container >.row{
        margin: 0;
    }
    .cta-section .content{
        padding: 30px 15px;
        margin-bottom: -95px;
        text-align: center;
    }
    .cta-section .content h2,
    .common-cta-section h2{
        font-size: 40px;
    }
    .cta-section .btn-col{
        margin-top: 15px;
        text-align: center;
    }
    .inner-page-banner{
        min-height: 250px;
    }
    .counter-section .counter-block{
        margin-bottom: 60px;
    }
    .counter-section .counter-block .block-inner{
        text-align: center;
    }
    .counter-section .counter-block h6{
        padding-bottom: 15px;
        margin: 0;
    }
    .two-col-content-block p{
        font-size: 18px;
        line-height: 28px;
    }
    .two-col-content-block.type-two{
        margin-bottom: 60px;
    }
    .two-col-content-block.type-two .content-col,
    .two-col-content-block.type-two.image-left .content-col,
    .two-col-content-block.type-two .image-col{
        padding: 0 15px;
    }
    .two-col-content-block.type-two.image-left .image-col{
        order: 1;
    }
    .two-col-content-block.type-two .content-col h2{
        margin-bottom: 15px;
    }
    .contact-form .contact-info{
        margin-bottom: 30px;
    }
    .contact-form .contact-info >div{
        margin-bottom: 30px;
    }
    .contact-form .form-row{
        margin: 0;
    }
    .contact-form .form-col{
        padding: 30px;
    }
    .contact-form h3{
        font-size: 35px;
    }
}

/* mobile landscape */
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .header-full-wrapper .mean-nav{
        max-height: 80vh;
    }
}