@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}


@media screen and (max-width: 1500px){
    .about-page:before {
        top: 0px;
        right: 10px;
        height: 600px;
        width: 600px;
    }
    
    .sec-contact:before{
        left: 100px;
    }
}


@media screen  and (max-width: 1400px){

    .banner .bg-img {
        height: 900px;
        background-size: 100% 100%;
    }
    
    .banner .head {
        text-align: center;
        padding-top: 410px;
    }
    
    .banner .head h1 {
        font-size: 65px;
    }
    .about-page:before {
        width: 550px;
        height: 550px;
        right: 0;
    }
    .sec-services {
        height: 950px;
        width: 100%;
        background-size: 44% 100%;
        padding: 40px 0 130px;
    }

.about-page {
    padding: 150px 0;
    position: relative;
}

.sec-services .main {
    margin: 20px 0 50px;
}
.service .slick-arrow {
    top: 80px;
    margin-top: 650px;
    background: url(/wp-content/uploads/2025/01/arrow_red.png) no-repeat center center;
    height: 36px;
    width: 47px;
    -webkit-transform: rotate(0deg);
}
.sec-acumen {
    height: 550px;
    background-size: 100% 100%;
    margin: -63px 0 0px;
}

.sec-acumen .disc {
    padding: 300px 0 0 0;
}

.sec-acumen .disc h5 {
    margin: 0 0 15px;
    font-size: 20px;
}

.sec-acumen .disc h3 {
    margin: 0 0 0;
    font-size: 30px;
}
.sec-contact {
    height: auto;
    background-size: 100% 100%;
}

.sec-contact .form {
    padding-top: 20px;
}

.sec-contact:before{
    left: 100px;
}

.sec-contact .form h2 {
    margin: 0 0 25px;
    font-size: 40px;
}

.footer {
    padding: 40px 0 0;
}

.footer .last {
    margin-top: 30px;
    padding: 20px 0;
}
.sec-contact .form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 18px;
    padding: 13px 30px;
    margin: 20px 0 0;
}

.sec-cta {
    padding: 50px 0;
}

.sec-cta .left h2, .sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 32px;
}

.sec-cta .head-top h3 {
    margin: 30px 0 20px;
    font-size: 26px;
}
.page-id-15 .footer .head-top input.tnp-submit {
    top: 54px;
    right: 10px;
    height: 41px;
    width: 55px;
}


.page-id-13 section.sec-acumen {
    height: 680px;
}
}

@media screen  and (max-width: 1300px){
    
    .banner .bg-img {
        height: 880px;
    }

    .sec-acumen {
        height: auto;
        background-size: cover;
        padding: 70px 0;
    }
    
    .sec-services {
        height: 1000px;
    }
    
    .sec-player button{
        right: -30px;
    }  
    
    .sec-player button.slick-next{
        left: -30px;
    }
    .page-id-13 section.sec-acumen {
        height: 570px;
    }
    .sec-acumen .disc {
        padding: 240px 0 0 0;
    }

}

@media screen and (max-width: 1100px){
    .banner .bg-img {
        height: 700px;
    }
    
    .banner .head {
        padding-top: 300px;
    }
    
    .banner .head .view {
        margin-top: 10px;
    }
    
    .banner .head .view a {
        font-size: 20px;
        padding: 10px 25px;
    }
    
    .about-page {
        padding: 70px 0;
    }
    
    .about-page:before {
        width: 450px;
        height: 450px;
    }
    
    .sec-services {
        background-size: 25% 100%;
        height: 850px;
    }
    
    .sec-services .main {
        min-height: 550px;
    }
    
    .service .slick-arrow {
        margin-top: 600px;
        height: 30px;
        background-size: contain !important;
        width: 30px;
        top: 0;
    }
    
    .service .slick-next{
        right: 49%;
    }
    
    .sec-services .main .pic {
        height: 240px;
    }
    
    .sec-services .main .disc p {
        max-height: 140px;
    }
    
    .sec-acumen {
        padding: 62px 0;
    }
    
    .sec-acumen .disc {
        padding: 200px 0 0 0;
    }
    
    .sec-services .head h2 {
        margin: 0 0 20px 0px;
    }
    
    .player-wrap .pic {
        width: auto;
        height: 145px;
    }
    
    .sec-player button {
        right: -20px;
    }
    
    .sec-player button.slick-next {
        left: -20px;
    }
    
    .sec-contact{
        margin-top: 0px;
        padding: 30px 0 40px;
    }
    
    .sec-contact:before {
        left: 10px;
        top: 40px;
    }
    
    .footer .head-top input.tnp-submit {
        top: 79px;
    }
    .page-id-15 .sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 17px;
    }
    .page-id-76 section.request-page .head .pic {
        height: 220px;
    }
    .page-id-13 section.sec-acumen {
        height: 490px;
    }
}

@media screen and (max-width: 900px){
    .sec-acumen {
        padding: 0px 0 10px;
    }
    
    .sec-acumen .disc h3 {
        margin: 0 0 0;
        font-size: 24px;
    }
    
    .sec-acumen .disc {
        padding: 235px 0 0 0;
    }
    
    .sec-acumen .disc .read {
        margin-top: 20px;
    }
    
    .sec-contact .form h2 {
        font-size: 30px;
    }
    
    .sec-contact .form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
        height: 160px;
    }
    
    .sec-contact:before {
        width: 400px;
        height: 400px;
        top: 70px;
    }
    
    .footer .col-on-small-1, .footer .col-on-small-2, .footer .col-on-small-3 {
        width: 32%;
        margin: 0 auto;
    }
    
    .footer .col-on-small-4 {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    
    .footer .row {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }
    
    .footer .col-on-small-4 .head-top input.tnp-submit {
        top: 55px;
    }

   
    .page-id-13 section.sec-acumen {
        height: 430px;
    }
    .page-id-13 .sec-acumen .disc {
        padding: 215px 0 0 0;
    }
    .page-id-76 section.request-page .head h2 {
        font-size: 24px;
    }
    .page-id-76 section.request-page .head .pic {
        height: 160px;
    }
    .page-id-76 section.request-page .players-wrap .filter-button-group button.button {
        font-size: 15px;
    }
    .page-id-76 section.request-page .players-wrap .filter-button-group {
        margin-bottom: 40px;
    }
    .page-id-76 section.request-page {
        padding: 30px 0;
    }    
    .page-id-15 .sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 14px;
    }
    .page-id-15 .sec-cta .right ul li a {
        font-size: 15px;
    }    
        .page-id-13 section.sec-acumen {
        height: 390px;
    }
    .page-id-15 .sec-cta {
        padding: 30px 0;
    }
    .inner-banner {
    height: 270px;
    }
    .inner-banner h2 {
        font-size: 45px;
        padding: 140px 0 0;
    }
    .page-id-76 section.request-page .players-wrap .filter-button-group button.button {
        font-size: 14px;
        padding: 8px 10px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .page-id-76 .grid-item {
        width: 48%;
    }
    .page-id-15 .sec-cta .left h2, .sec-cta .right h2 {
        font-size: 25px;
    }
    .page-id-15 .sec-cta .head-top h3 {
        margin: 50px 0 20px;
        font-size: 25px;
    }
    .page-id-15 .sec-cta .right {
        padding-top: 30px;
    }
    .page-id-15 .sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 14px;
        width: 40%;
    }
}

@media screen and (max-width: 800px){
    .banner .bg-img {
        height: 620px;
    }
    
    .about-page:before {
        width: 400px;
        height: 400px;
    }
    
    .sec-acumen .disc {
        padding: 215px 0 0 0;
    }
    
    .sec-player button {
        right: -10px;
    }
    
    .sec-player button.slick-next {
        left: -10px;
    }
}

@media screen and (max-width: 500px){
    
       .header {
        padding: 10px 0px 0 0px;
    }
       .banner .bg-img {
        height: auto;
        padding: 150px 0 70px;
    }
    
    .banner .head {
        padding: 100px 0 0;
    }
    
        .banner .head h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    
    .banner .slick-dots{
        bottom: 30px;
    }
        .logo img {
        max-height: 100px;
        width: auto;
    }
    
        .banner .head .view a {
        font-size: 16px;
        padding: 8px 20px;
    }
    
    .banner .head .view {
        margin-top: 0px;
    }
    
    .about-page {
        padding: 30px 0 300px;
    }
    
    .about-page .head h2, .sec-services .head h2, section.sec-player .head h2,.sec-contact .form h2 {
        margin: 0 0 10px;
        font-size: 30px;
    }
    
    .sec-services .head h2{
        color: #fff;
    }
    
    .about-page:before {
        width: 300px;
        height: 300px;
        left: 0;
        right: 0;
        top: 280px;
        margin: 0 auto;
    }
    
    .about-page .head p {
        font-size: 14px;
        line-height: 26px;
    }
    
    .about-page .head .more a {
        font-size: 18px;
        padding: 8px 15px;
    }
    
        .sec-services .main .disc h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    
    .sec-services .main .disc h5 {
        margin: 0 0 10px;
        font-size: 15px;
    }
    
    .sec-services .main .disc p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .sec-services .main .disc p {
        max-height: 100px;
    }
    
    .sec-services .main {
        min-height: auto;
        margin: 0;
    }
    
       .sec-services .main .pic {
        height: auto;
    }
    
          
        .service .slick-arrow.slick-next {
        left: 150px;
    }
    
  
    
        .sec-services {
        background-size: cover;
        height: auto;
        padding: 20px 0 0px;
    }
    
    .sec-acumen {
        background-size: 100% 75%;
        padding: 0px 0 50px;
    }
    
    .sec-acumen .disc h3 {
        font-size: 13px;
    }
    
    .sec-acumen .disc h5 {
        margin: 0 0 5px;
        font-size: 16px;
    }
    
    .sec-acumen .disc {
        padding: 100px 0 0 0;
    }
    
       .sec-acumen .disc {
        padding: 140px 0 0px 0px;
    }
    
    .sec-acumen .disc .read img {
        width: 30px;
        height: auto;
    }
    
    section.sec-player {
        padding: 10px 0 50px;
    }
    
    .sec-player button {
        right: 10px;
    }
    
    .sec-player button.slick-next {
        left: 10px;
    }
    
    .player-wrap.slick-slide .details {
        left: 0;
        width: auto;
    }
    
    section.sec-player .head h2 {
        margin: 0 0 40px;
    }
    
       .sec-contact {
        padding: 200px 0 40px;
    }
    
       .sec-contact:before {
        width: 200px;
        height: 200px;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .sec-contact .form h2 {
        margin: 0 0 20px;
        text-align: center;
    }
    
    .footer .col-on-small-1, .footer .col-on-small-2, .footer .col-on-small-3, .footer .col-on-small-4{
        width: 100%;
    }
    
    .footer .head-top h3 {
        margin: 0 0 10px;
        font-size: 24px;
    }
    
    .footer .head-top {
        margin-bottom: 40px;
    }
    
    .footer .col-on-small-4 {
        text-align: start;
    }
    
    .footer .col-on-small-4 .head-top input.tnp-submit {
        top: 40px;
    }
    
    .footer .col-on-small-4 .head-top {
        margin: 0;
    }

        .page-id-13 .about-page:before {
        top: 500px;
    }
    
    .page-id-13 section.sec-acumen {
        height: auto;
        padding-bottom: 20px;
        background-size: cover;
    }
    
    .page-id-13 .sec-acumen .disc {
        padding: 115px 0 0px 60px;
    }
    .page-id-13 section.sec-acumen {
        margin-top: 0px;
    }
    .page-id-76 .grid-item {
        width: 100%;
    }
    .page-id-15 .sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 50%;
    }
    
.header .login {
    text-align: right;
    display: none;
}

.header .row.main {
    display: block;
    text-align: center;
}

.about-page .head {
    text-align: center;
}
.sec-services .main .disc {
    padding: 15px 10px;
    text-align: center;
}

.page-id-75 .sec-services .main .disc {
    padding: 30px 20px;
    height: auto;
}
    .sec-contact .form input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 16px;
        padding: 13px 30px;
        margin: 0px 0 0;
        text-align: center;
        width: 100%;
    }
    
span.wpcf7-spinner {
    position: absolute;
}




    .animatedfsmenu-navbar-toggler:not(.custom-burger) {
        width: 40px !important;
        height: 35px !important;
    }
    .animatedfsmenu-navbar-toggler .bar {
        margin: 5px auto !important;
        width: 25px !important;
        height: 2px !important;
    }
    .animatedfsmenu-navbar-toggler.right_top {
    right: 0;
    top: 10px !important;
    left: 10px !important;
}
    .inner-banner {
        height: 200px;
    }
        .inner-banner h2 {
        font-size: 33px;
        padding: 140px 0 0;
    }

    
}