body {
overflow: hidden; } 
#header {
transition: all 0.7s ease;
top: 0;
left: 0;
background: #000a19; 
}
#header.fixHeader {
position: fixed;
top: 0;
left: 0;
background: #202020; 
}
.hiveioSection {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.hiveio_zoomin {
opacity: 0;
transform: scale(0.8);
transition: all 0.6s ease-in-out;
}
.hiveio_zoomin.active {
opacity: 1;
transform: scale(1);
}
.hiveio_fadeup {
opacity: 0.1;
transform: translateY(50px); transition: all 0.6s ease-in-out;
}
.hiveio_fadeup.active {
opacity: 1;
transform: translateY(0); }
.hiveio_flip {
opacity: 0.1;
transform: rotateY(90deg); transition: all 0.6s ease-in-out;
}
.hiveio_flip.active {
opacity: 1;
transform: rotateY(0); }
#toTop {
position: fixed;
bottom: 170px;
right: 30px;
width: 60px;
height: 60px;
background: #000a19;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 3rem;
z-index: 99999999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
#toTop.visible {
opacity: 1;
pointer-events: auto;
}
#toBottom {
position: fixed;
bottom: 170px;
right: 30px;
width: 60px;
height: 60px;
background: #000a19;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 3rem;
z-index: 99999999;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease;
}
#toBottom.visible {
opacity: 1;
pointer-events: auto;
} #downArrow, #upArrow {
position: fixed;
bottom: 140px; right: 30px;
width: 54px; height: 54px;
background: #E65A18;
color: white;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
opacity: 0;
transition: opacity 0.25s;
z-index: 2000;
}
#downArrow.visible, #upArrow.visible { opacity: 1; pointer-events: auto; }
#upArrow { bottom: 200px; }
#downArrow:hover, #upArrow:hover {
background: #FFD11C;
}
.hiveioBanner {
background: #000B1D url(//www.hiveio.com/wp-content/uploads/2025/09/hiveio_home_banner.jpg) no-repeat right 50px;
background-size: 48%;
padding-top: 70px;
width: 100%;
}
.home h1 {
text-align: center;
color: #FFF;
font-size: 2.5rem;
font-weight: bold;
width: 55%;
padding: 150px 80px 0 80px;
}
.banner_highlights {
color: #FFF;
width: 80%;
margin: 0 auto;
padding-top: 200px;
font-size: 1.4rem;
}
.banner_highlight {
width: 70%;
margin: 0 auto;
}
.btnCenter {
align-content: center;
text-align: center;
}
.banner_highlight_text {
font-size: 3rem;
font-weight: bold;
}
.brightwhite {
border-right: 3px solid #FFF;
}
.scrollSliderBG {
background: linear-gradient(0deg, #1e3154 56%, #3f68af 100%);
width: 100%;
padding-bottom: 10px;
}
.scrollSlider h3, .scrollSlider p,  .scrollSlider ul li {
color: #FFF;
}
.scrollSlider h3 {
line-height: 30px;
padding-bottom:1rem;
font-weight: bold;
font-size: 1.3rem;
}
.scrollSlider p {
font-size: 1.2rem;
padding-bottom: 0rem;	
}
.slick-track {
display: flex;
align-items: center;
}
.scrollSlider img { 
max-width: 80%;
padding-top:0;
}
.scrollSlider {
padding-top: 1rem;
}
.slick-dots { 
margin: 0 auto;
top: 10px;
padding-bottom: 20px;
position: relative;
}
.slider-for .slick-dots {
top: -20px;
position: relative;
margin: 0 auto;
}
.slick-slide ul { 
padding-left: 2rem;
list-style: disc;
color: #000;
}
.slick-slide ul li { 
padding-bottom: 10px;
font-size: 1.2rem;
}
.slick-active a {
color: #406ab3 !important;
font-weight: 500;
}
.slick-list { }
.slider-for .slick-list {
height: 0px;
min-height: 0px;
overflow: hidden;
}
.slick-prev:before, .slick-next:before {
color: #bababa;
padding: 10px;
font-size: 30px;
}
.slick-prev {
left: -80px;
}
.slick-next {
right: -75px;
}
.slick-dots li button:before {
font-size: 15px;
color: #000;
}
.slick-dots li.slick-active button:before {
color: #FFF;
}
.productPanelInnerContainer {
padding-top: 2rem;
}
.comparison h3, .productPanelInnerContainer h3 {
text-align: center;
letter-spacing: 0;
font-size: 2.5rem;
padding-bottom: 3rem;
font-weight: bolder;
}
.blueShadow {
background: linear-gradient(0deg, #21274d 56%, #1c1c1c 100%);
}
.productPanelInnerContainer h3 span {
background: -webkit-gradient(linear, left top, right top, from(#61abdd), to(#485ba3));
background: linear-gradient(to bottom, #61abdd 0%, #485ba3 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.blueSlanting {
clip-path: none;
padding: 50px 0 0px 0;
background: linear-gradient(90deg, rgba(0, 107, 255, 1) 0%, rgba(1, 13, 95, 1) 100%)!important;
}
.white {
color: #FFF;
}
.slick-slide ul li {
padding-bottom: 0px;
}
@media only screen and (max-width: 800px) {   
.home .slick-dots {
width: 100%;
top: 390px;
bottom: 100px;
}
.slick-prev {
left: 30px;
}
.slick-next {
right: 75px;
}
.edgePosition {
bottom: 10px;
}
.slick-dots {
background: transparent;
}
.home .slider-for .slick-dots {
top: 0px;
}
.scrollSlider .slick-prev {
top: 200px;
z-index: 999;
left: 20px;
}
.scrollSlider .slick-next {
top: 200px;
z-index: 999;
right: 50px;
}
}
@media only screen and (max-width: 500px) {   
.home .slick-dots {
top: 230px;
}
.home .slider-for .slick-dots {
top: 0px;
}
.slick-slide .padding3rem {
padding-top: 0rem;
}
.slick-dots {
background: transparent;
}
.scrollSlider .slick-prev {
top: 200px;
z-index: 999;
left: 20px;
}
.scrollSlider .slick-next {
top: 200px;
z-index: 999;
right: 50px;
}
.blueSlanting {
padding: 30px 0 0px 0;
}
}
@media (min-width: 650px) and (max-width: 1100px) {
.home h1 {
font-size: 2rem !important;
padding: 3rem !important;
}
.hiveioBanner {
height: auto;
}
.defaultGap {
padding: 0px 3rem;
}
img.fixWidth, .productPanelMiddleContainer.fixWidth, .productPanelRightContainer.fixWidth  {
width: 500px;
margin: 0 auto;
}
.tabalign {
margin: 5rem auto 0 auto;
}
.padding3rem {
padding: 3rem;
}
}
.h2Home {
display: block;
font-size: 1.3rem;
padding: 60px 0;
font-weight: normal;
color: #FFF;
width: 90%;
text-align: center;
margin: 0 auto;
}
.industryExpertise {
padding: 2rem 0;
text-align: center;
}
.industryExpertise, .SolutionsWeDeliver, .downloadCenter, .contactus, .testimonialContainer, .w100, #footer {
width: 100%;
}
.SolutionsWeDeliver {
padding: 2rem 0;		
}
.industryExpertise h3 {
font-size: 2.2rem;
font-weight: bold;
}
.SolutionsWeDeliver h3 {
font-size: 2.2rem;
font-weight: bold;
text-align: center;
}
.SolutionsWeDeliver h3 span, .downloadCenter h3 span {
color: #426FB2;
}
.industryExpertise ul {
display: flex;
width: 95%;
margin: 2rem auto;
flex-wrap: wrap;
justify-content: center;
}
.industryExpertise ul li {
width: 22%;
min-height: 150px;
background: #F5F5F5;
border-bottom: 2px solid #36AFB2;
margin: 1rem;
font-weight: bold;
}
.industryExpertise ul li img {
text-align: center;
margin: 20px auto;
}
.SolutionsWeDeliver ul {
display: flex;
width: 100%;
margin: 2rem auto;
flex-wrap: wrap;
justify-content: center;
text-align: left;
}
.SolutionsWeDeliver ul li {
width: 17%;
min-height: 210px; 
margin: 1rem;
font-weight: bold;
color: #FFF;
padding-left: 20px;
}
.SolutionsWeDeliver ul li img {
padding-bottom: 20px;
width: 100px;
padding-top: 20px;
}
.sol-1 {
background: #233D4D;
}
.sol-2 {
background: #FE7F2D;
}
.sol-3 {
background: #E0AC24;
}
.sol-4 {
background: #648A3D;
}
.sol-5 {
background: #197278;
}
.contactus {
text-align: center;
padding: 2rem 0;
}
.contactus h3 {
font-size: 2rem;
font-weight: bold;
}
.contactus p {
font-size: 1.3rem;
padding: 1.2rem 0;
margin: 0;
}
.downloadCenter {
background: #D3E9FF;
text-align: center;
padding: 2rem 0;
}
.downloadCenter h3 {
font-size: 2rem;
font-weight: bold;
}
.downloadCenter ul {
background: #14284D;
display: flex;
width: 85%;
margin: 2rem auto;
flex-wrap: wrap;
justify-content: center;
text-align: left;
}
.downloadCenter a {
color: #000;
}
.downloadCenter a:hover {
color: #426FB2;
}
.downloadCenter ul li {
background:#FFF url(//www.hiveio.com/wp-content/uploads/2025/09/pdf_icon.png) no-repeat center right;
width: 23%;
margin: 10px 10px;
font-weight: bold;
color: #000;
padding: 20px 70px 60px 20px;
position:relative;
}
.downloadCenter ul li p { 
position: absolute;
bottom: 0;
font-weight: bold;
}
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container .ti-date {
color: #FFF;
}
.testimonialContainer .ti-widget[data-layout-id='44'][data-set-id='light-contrast'] img {
border: 1px solid #000 !important;
}
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-controls .ti-prev {
left: -50px;
}
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-controls .ti-next {
right: -50px;
}
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container, .ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container * {
font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}
.banner_highlights {
font-size: clamp(1.2rem, 1.2vw, 2rem);
line-height: 1.6;
}
.scrollSlider h3 {
font-size: clamp(1.2rem, 1.2vw, 2rem);
line-height: 1.6;
}
.hiveioSection .btns {
font-size: clamp(1.2rem, 1.2vw, 2rem);
line-height: 1.6;
width: auto;
}
.downloadCenter ul li {
font-size: clamp(1rem, 1vw, 2rem);
line-height: 1.4;
}
.industryExpertise ul li {
font-size: clamp(1.2rem, 1vw, 2rem);
line-height: 1.4;
height: auto;
}
.SolutionsWeDeliver ul li {
font-size: clamp(1.2rem, 1vw, 2rem);
line-height: 1.4;
height: auto;
}
.contactus p {
font-size: clamp(1.2rem, 1.2vw, 2rem);
line-height: 1.4;
}
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container .ti-name,
.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-review-item .ti-profile-details .ti-date a,
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-review-content,
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container, 
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-widget-container *,
.ti-widget[data-layout-id='44'][data-set-id='light-contrast'] .ti-read-more span {
font-size: clamp(1rem, 1vw, 2rem) !important;
line-height: 1.4;
}
.home h1 { font-size: clamp(2rem, 3vw, 3.5rem); }
.h2Home {
font-size: clamp(1.25rem, 1.2vw, 1.8rem);
line-height: 1.6;
}
.scrollSlider p, .slick-slide ul li {
font-size: clamp(1rem, 1vw, 2rem);
line-height: 1.6;
}
.whyHiveIO p {
font-size: clamp(1.1rem, 2.1vh, 2rem);
line-height: 1.6;
}
.productPanelInnerContainer h4 {
font-size: clamp(1.2rem, 2.5vh, 2rem);
line-height: 1.6;
}
.productPanelInnerContainer .clientText {
font-size: clamp(1.1rem, 2vh, 2rem);
line-height: 1.6;
}
.slick-dotted.slick-slider {
margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
body {
overflow-y: scroll;
overflow-x: hidden;
}
.hiveioBanner {
background-size: 100%;
}
#hiveIOLayer {
padding-top: 0px; 
}
.home h1 {
width: 100%;
padding: 15rem 2rem 0 2rem !important;
}
.banner_highlights {
padding-top: 70px;
}
.brightwhite {
border-right: none;
border-bottom: 3px solid #FFF;
padding-bottom: 2rem
}
.banner_highlight {
width:100%;
}
.banner_highlights .btns {
margin-top: 3rem;
}
.whyHiveIO div {
padding: 4rem 0 0 1rem !important;
}
.whyHiveIO iframe {
width: 90% !important;
}
.industryExpertise ul li, .SolutionsWeDeliver ul li, .downloadCenter ul li{
width: 80%;
}
}
@media screen and (min-width: 1200px) and (max-width: 2400px) and (max-height: 1200px){
.home h1 {
padding: 30px 80px 0 80px;
width: 60%;
}
.banner_highlights {
padding-top:70px;
}
.hiveioBanner {
background-size: 38%;
height: 100vh;
}
}
@media screen and (min-width: 1600px) and (max-width: 1800px){
.home h1 {
padding: 60px 80px 0 80px;
}
.banner_highlights {
padding-top:30px;
}
}
@media screen and (min-width: 1800px) and (max-width: 2000px){
.home h1 {
padding: 70px 80px 0 80px;
}
}
@media screen and (min-width: 2000px) and (max-width: 2400px){
.home h1 {
padding: 60px 80px 0 80px;
}
.banner_highlights {
padding-top: 100px;
}
}
@media screen and (min-width: 3000px) and (max-width: 3400px){
.home h1 {
padding: 120px 80px 0 80px;
}
.banner_highlights {
padding-top: 100px;
}
}
.releasePopupBG {
background: #000;
opacity: 0.7;
width: 100%;
height: 100%;
z-index: 999;
position: fixed;
top: 0;
left: 0;
display: none;
}
.releasePopup {
background: #000;
width: 80%;
position: fixed;
top: 20%;
color: #FFF;
left: 10%;
text-align: center;
border-radius: 10px;
z-index: 1000;
display: none;
border: 3px solid #FFF;
}
.releasePopup h2 {
font-size: 2rem;
}
.releasePopup h3 {
font-size: 1.5rem;
padding: 2rem 0;
font-style: italic;
}
.releasePopup h4 {
font-size: 1.2rem;
padding-bottom: 2rem;
}
.releasePopup .postBG {
padding: 2rem;
}
#closeReleasePopup {
width: 40px;
position: absolute;
right: -10px;
z-index: 10001;
cursor: pointer;
top: -10px;
}