@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');/*font-family: "Roboto", sans-serif;*/
*{font-family: "Roboto", sans-serif!important;}
.site-content{
/*     max-width: 1495px; */
    margin: 50px auto 0;
}
#breadcrumbs a {
    color: #1b1c37!important;
}
a{text-decoration: none!important;}
.btn, button, [type=submit]{color: #fff!important;}
.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1600px !important;
}
header.site-header {
    padding: 0;
    max-width: 1380px;
    margin: 0 auto;
}
header.site-header nav.navbar ul.navigation-main li a {
    font-size: 20px;
    color: #1B1C37;
    font-weight: 400;
    display: inline-block;
    padding: 10px 13px;
}
header.site-header nav.navbar ul.navigation-main li a span{ display: none;} 
header.site-header nav.navbar ul.navigation-main li.menu-item-has-children a span{ display: block;}

.menu-btn .btn{
    padding: 8.5px 29px;
}
section.hero-block h1 {
    font-size: 32px;
    font-weight: 700;
    max-width: 450px;
    line-height: 48px;
    margin: 0 0 37px !important;
    padding: 0;
    color: #1B1C37;
}
section.hero-block .btn {
    margin-top: 0;
}
.btn.alt:hover, button.alt:hover, [type=submit].alt:hover {
    background-color: #fff;
    color: #00B65E;
    border: 2px solid #00B65E;
}
.btn.alt, button.alt, [type=submit].alt {
    background-color: #00B65E;
    border: 2px solid #00B65E;
}
.btn:hover, button:hover, [type=submit]:hover {
    background-color: #00B65E;
    border: 2px solid #00B65E;
}
.page-header .h1{
    font-size: 25px;
    color: #1B1C37;
    font-weight: 700;
    margin: 0 0 30px !important;
}
/*Section Spacing*/
.hero-block{ margin-bottom:36px;}
.testimonial-section{ margin-bottom:45px;}
section.main-footer{ margin-top:50px; padding: 40px 0;}
section.main-footer h2{ font-size: 25px; font-weight: 500; margin-bottom: 0!important;}
/*Section Spacing end*/
.testimonial-section{position: relative;}
.testimonial-section:after {
    content: "";
    top: 80px;
    left: 0;
    width: 100%;
    height: 31px;
    position: absolute;
    background: rgba(0, 182, 94, 0.20);
    z-index: 10;display: none;
}
.testimonial-section .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin: -10px auto 0;
    text-align: center;
    font-size: 12px;
    color: #1B1C37;
    position: relative;
    z-index: 100;
}
.testimonial-section .slick-slide{background: #F5F5F5;
box-shadow: 0px 3px 6px #00000029;
border-radius: 5px; margin: 10px;
opacity: 1; position: relative;}
/*.testimonial-section .slick-slide:after{content: "";position: absolute;width: 100%; height: 100%; left: 0; top: 0; background: rgba(255,255,255,0.9);}*/
.testimonial-section .slick-slide.slick-current:after{display: none;}
.testimonial-section .slick-slide h4{background:#00B65E; color:#fff; font-size:18px; line-height:24px; padding:9px 20px;border-radius: 5px 5px 0px 0px; margin:0;}
.testimonial-section .slick-slide .testimonial-text{padding:26px 62px 30px;}
.testimonial-section .slick-dots li button:before{ display: none;}
.testimonial-section .slick-dots li button{ width: 11px; height: 11px; border-radius: 100px; border: 1px solid #1B1C37; background: transparent;}
.testimonial-section .slick-dots li.slick-active button{background: #1B1C37;}
.testimonial-section .slick-dots li {height: 11px;width: 11px;margin: 0 4px;}
.testimonial-section .slick-prev {
    border-width: 13px 13px 13px 0 !important;
    border-color: transparent #000 transparent transparent !important;
    width: 0 !important;
    height: 0 !important;
    border: solid #000;
    border-radius: 0;
    left: 19%;
    z-index: 999;
}
.testimonial-section .slick-prev:before,.testimonial-section .slick-next:before{display: none;}
.testimonial-section .slick-next {
    border-width: 13px 0px 13px 13px !important;
    border-color: transparent transparent transparent #000 !important;
    width: 0 !important;
    height: 0 !important;
    border: solid #000;
    border-radius: 0;
    right: 19%;
    z-index: 999;
}
.testimonial-section .slick-dots {
    position: relative;
    bottom: 0;
    margin: 0 0 20px;
}
.testimonial-section .slider-container {
  position: relative;
  display: flex;
  align-items: center; /* Vertically centers the slides */
  justify-content: center; /* Centers horizontally if needed */
  height: 100%; /* Ensure the container has a fixed height */
}

.testimonial-section .slick-slide {
  display: flex; /* Makes the slide a flex container */
  align-items: center; /* Centers content within the slide vertically */
  justify-content: center; /* Centers content within the slide horizontally */
  transform: scale(0.85); /* Scale down non-active slides */
  transition: transform 0.5s ease-in-out;
  opacity: 1;
}

.testimonial-section .slick-center {
  transform: scale(1); /* Active slide stays at full size */
  opacity: 1;
}

.testimonial-section .slick-slide {
  height: auto !important; /* Override fixed heights if present */
  box-sizing: border-box;
}


.testimonial-section .slick-track {
  display: flex; /* Ensures slides align properly in a row */
  align-items: center; /* Vertically centers the track */
}


.btn{min-width: 146px;}
.posts article .entry-header h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding: 25px 20px;
}
.loadmore-wrap {
    margin-bottom: 0;
}
.posts article {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 48px;
}
section.main-footer .row.footer {margin-top: 60px;}
.page-title-bread .content {margin-top: 0!important;}
.page-title-bread .content p {
    margin-bottom: 17px;
    font-size: 13px;
}
.page-title-bread .content h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 35px;
}
body.page-id-2413 .hero-block {
    position: relative;
    top: 0; 
    margin-bottom: 0;
}
.page-id-2413 .hero-block .col-md-5 img,.page-id-345 .hero-block .col-md-5 img{
    margin-top: -134px;
}
.page-id-345 section.hero-block h1 {
    font-size: 25px;
    font-weight: 700;
    max-width: 366px;
    line-height: 40px;
    margin: 0 0 34px !important;}
p {
    font-size: 14px;
}
.form-box {
    background-color: #fff;
    padding: 20px 80px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin-top: 50px;
}
.block-content .content {
    padding: 0!important;
}
/*Accordion css Start*/
 .accordion__item {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    margin-bottom: 13px;
    padding: 11px 21px;
}
.accordion__title {
    display: block;
    position: relative;
}
  .accordion__title:before {
    content: "+";
    font-size: 15px;
    position: absolute;
    right: 13px;
    top: 4px;
    color: #00B65E;
    border: 1px solid #00B65E;
    border-radius: 100px; width: 14px; height: 14px; line-height: 13px; text-align: center;
  }
  .accordion__title h5 {
    display: inline-block;
    font-size: 16px;
    color: #1B1C37;
    font-weight: 700;
    margin: 0 !important;
    padding: 0;
}
  .accordion__title:hover, .accordion__title:focus {
    cursor: pointer;
    outline: none;
  }

  .is-expanded .accordion__title:before {
    content: "-";
  }
  .accordion__content-inner {
    padding: 24px 0 0 0;
    font-size: 14px; line-height: 23px; color: #1B1C37;
  }
  .accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }
  .time-icon{color: #00B65E; padding-left: 20px;background: url(/wp-content/uploads/2024/11/clock-icon.svg) no-repeat;
    background-size: 15px; display: block; margin-bottom: 15px;}
    .page-header .survey-title.h1 {
        font-size: 20px;
        color: #1B1C37;
        font-weight: 700;
        margin: 0 0 20px !important;
    }
    .accordion__content-inner p a{color: #207fc2;}
    .accordion__content-inner p a:hover{color: #1B1C37;}
  /*Accordion css End*/

  .page-id-17 .block-halfhalf .contact-form{    background: #fff;
    box-shadow: 0px -3px 20px #00000029;
    border-radius: 10px;
    padding: 39px 33px 55px;
    text-align: left;
    max-width: 397px;
    margin: 0 auto;}
    
  .page-id-17 .block-halfhalf .contact-form h5{color: #1B1C37;
    font-size: 12px;
    line-height: 16px;}

.any-question-box{margin-top: 87px; text-align: center;}
.page-id-17 .block-halfhalf img{
    margin-top: -10px;
    max-height: 388px;
    width: auto;
}

.any-question-box h3{
    font-size: 22px;
    margin: 0 0 14px !important;
}
.about-boxes h3{ text-align: center; font-size: 25px; line-height: 30px; font-weight: 700; color:#fff;background:#00B65E; border-radius: 5px ; padding: 8px 20px; display: block; margin: 0 0 20px;}
.about-boxes .about-txt-box {
    display: flex
;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 10px 25px 14px;
    font-size: 14px;
    line-height: 19px;
    color: #1B1C37;
    margin: 0 0 20px;
    align-items: center;
    gap: 5%;
    min-height: 163px;
}
.about-boxes .about-txt-box h5{color: #1B1C37; font-size: 14px; line-height: 20px; font-weight: 700; margin: 0 0 15px;}
.about-boxes .img-box{ width: 20%;}
.about-boxes .txt-box{ width: 95%;}
.reports-main-txt{ margin-bottom: 40px;}
#industryTabs .nav-link {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #1B1C37;
    padding: 11px 22px;
    border-radius: 5px;
    border: 1px solid #1B1C37;
    box-shadow: 0px 3px 6px #00000029;
}
#industryTabs .nav-link.active,#industryTabs .nav-link:hover{background: #fff; color: #1B1C37;}
#industryTabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    border: none;
    gap: 20px;
}
.reports-box{
    
    text-align: center;
    color: #fff;
    max-width: 336px;
    margin: 0 auto 20px;
}
#industryTabs .nav-item{/*width: 32%;*/
flex-grow:1;
    text-align: center;}
#industryTabs .nav-item[data-term="all"]:not(.active){
    display: none;
}
.reports-box h4{
        font-size: 18px;
        margin: 0 !important;
        padding: 0; color: #fff;
    }
.reports-box p{
        max-width: 250px;
        font-size: 12px;
        min-height: 75px;
        margin: 10px auto 35px; color: #fff;
    }
    .reports-box a{ text-decoration: none;}
.reports-box .tech-img img{ max-width: 110px; margin: 0 auto;}
.reports-link{ text-align: center; margin-bottom: 60px;}
.reports-link a.rep-btn{
    font-size: 20px;
    color: #fff;
    background: #00B65E;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    text-transform: uppercase; display: block;
}
.reports-link a.rep-btn:hover{background: #1B1C37;}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    vertical-align:top;
    position:relative;
    top:4px;
}
.block-contact .addresses {
    background-color: #00B65E!important;
    border-radius: 20px;
}
@media (min-width: 992px){
	    .pl-lg-30, .px-lg-30 {
        padding-left: 30px !important;
    }
	    .pr-lg-30, .pr-lg-30 {
        padding-right: 30px !important;
    }
}
@media (min-width: 1650px){
	    .pl-xxl-70, .px-xxl-70 {
        padding-left: 70px !important;
    }
	    .pr-xxl-70, .pr-xxl-70 {
        padding-right: 70px !important;
    }
}

@media screen and (max-width: 1200px) {
.menu-btn .btn {
    padding: 8.5px 18px;
}
section.hero-block h1,.page-id-345 section.hero-block h1{font-size: 24px;line-height: 36px;}
.btn.larger, button.larger, [type=submit].larger {
    font-size: 16px;
}
.posts article .entry-header h2 { font-size: 14px; line-height: 20px;}
section.main-footer h2{ font-size: 18px;}
.block-content .content {
    padding: 0!important;
}
.form-box {padding: 20px;}
#industryTabs .nav-link {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 16px;
}
.reports-box p {max-width: 180px;}
.reports-link a{font-size: 16px;padding: 5px 60px;}
.reports-link {margin-bottom: 30px;}
}

@media screen and (max-width: 992px) {
header.site-header nav.navbar ul.navigation-main>li a {margin-bottom: 20px;}
header.site-header nav.navbar .head-toggle{ background-color: #fff;}
header.site-header nav.navbar ul.navigation-main>li a:hover, header.site-header nav.navbar ul.navigation-main>li li:hover>a, header.site-header nav.navbar ul.navigation-main>li .current-menu-item>a, header.site-header nav.navbar ul.navigation-main>li .current-menu-ancestor>a {
    color: #000;
}
section.hero-block h1,.page-id-345 section.hero-block h1{
    font-size: 20px;
    line-height: 28px;
}
.posts article .entry-header h2 {
    font-size: 11px;
    line-height: 16px;
}
.archive .posts article .entry-header h2{ font-size: 14px; line-height: 22px;}
section.main-footer h2 {
    font-size: 16px;
}
p {
    font-size: 13px;
}
.accordion__title h5 {font-size: 14px;}
.page-title-bread .content h1 {
    font-size: 20px;
    margin: 0 0 20px;
}
.reports-box h4 {font-size: 15px;}
.reports-link a {padding: 5px 40px;}
.about-boxes h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 12px;}
.about-boxes .about-txt-box {min-height: 250px;}
.reports-box .industry-reports-text,.reports-box .end-customer-reports-text,.reports-box h4{padding: 0 10px;}
}
@media screen and (max-width: 767px) {
.hero-block img {
    margin:0 auto 30px;
    max-width: 350px;
}
section.hero-block h1, .page-id-345 section.hero-block h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 20px !important;
}
	.legal-img{
		display: block;
		margin: 0 auto;
	}
section.main-footer h2 {margin-bottom: 15px !important;}
section.main-footer .container{
    max-width: 250px !important;
}
section.main-footer .row.footer ul.social {
    text-align: center; margin-top: 10px;
}
section.main-footer .row.footer {
    margin-top: 20px;
}
.page-id-2413 .hero-block .col-md-5 img, .page-id-345 .hero-block .col-md-5 img {
    margin-top: 0;
}
.about-boxes .img-box {max-width: 58px;}
.about-boxes .about-txt-box {min-height: auto;}
header.site-header nav.navbar .head-toggle {transform: translate3d(-150vw, 0, 0);}
.testimonial-section .slick-slide .testimonial-text {padding: 15px;}
.testimonial-section .slick-slide h4 {
    font-size: 14px;
    line-height: 16px;
}
.testimonial-section .slick-prev,.testimonial-section .slick-next{ display: none!important;}
.posts article .entry-header h2 {
    font-size: 16px;
    line-height: 24px;
}
#industryTabs .nav-link {
    font-size: 14px;
    line-height: 22px;
    padding: 6px 12px;
}
.reports-box h4 {font-size: 18px;}
.reports-box p {
    font-size: 14px;
    min-height: auto;
}
.actions {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0px;
}
header.site-header nav.navbar ul.navigation-main li.menu-item-has-children>a span::after {
    border: 1px solid #000;
    border-left: none;
    border-top: none;
    transform: rotate(45deg) translate(15px, -18px);}
    header.site-header nav.navbar ul.navigation-main>li a span {width: 17px;}
	
	.reports-tabs .tab-content .tab-pane div{
		width: auto;
		margin: 0 auto 30px;
	}
	.reports-tabs .tab-content .tab-pane div.reports-box{
		margin-bottom:20px;
	}
	.reports-tabs .tab-content .tab-pane div.reports-img{
		box-shadow:0px 0px 8px rgba(0,0,0,0.25);
	}
}