@import url("/assets/fonts/HelveticaNowDisplay/stylesheet.css");

#innet-page-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  background-color: #525352;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
 body{
  overflow-x: hidden;
  background-color: #ffffff;
  padding: 0;
}

body,
p {
  /* font-size: 14px; */
  color: #525352;
  /* line-height: 1.74; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Helvetica Now Display";
}

body,
h1 {
  /* font-size: 14px; */
  color: #525352;
  /* line-height: 1.74; */
  font-weight: black;
  visibility: visible;
  font-family: "Helvetica Now Display";
}

.landing_home_heading {
  font-size: 40px;
  color: #525352;
  /* line-height: 1.74; */
  font-weight: black;
  visibility: visible;
  font-family: "Helvetica Now Display";
}

.innet-business-landing-bg {
  background: linear-gradient(257deg, #51A8F0 0%, #51A8F0 35%, #769CBE 100%);
  padding-top: 20vh;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 0px;
}

.innet-home-landing-bg {
  background-color: #F3BD2B;
  background-image: url(/assets/images/innet/bg_shape.svg);
  /* background-repeat: no-repeat; */
  padding-top: 20vh;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 0px;
}

.innet-bus-page-color-bg {
  background: rgb(81, 169, 240);
  background: linear-gradient(0deg, rgba(81, 169, 240, 1) 0%, rgba(70, 145, 206, 1) 44%, rgba(55, 115, 163, 1) 100%, rgba(81, 169, 240, 1) 62%);
  padding-top: 5vh;
  width: 100%;
  min-height: 60vh;
  margin-bottom: 0px;
}

.btn-innet {
  background-color: #769CBE;
  border-color: #769CBE;
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 2px rgba(115, 156, 190, 0.5);
  box-shadow: 0 0 0 2px rgba(115, 156, 190, 0.5);
}

.btn-innet-orange {
  background-color: #FD642E;
  border-color: #FD642E;
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
}

.btn-innet-yellow {
  background-color: #F3BD2B;
  border-color: #F3BD2B;
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 2px rgba(166, 130, 30, 0.5);
  box-shadow: 0 0 0 2px rgba(166, 130, 30, 0.5);
}

.btn-innet-blue {
  background-color: #51A8F0;
  border-color: #51A8F0;
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 0 2px rgba(55, 115, 163, 0.5);
  box-shadow: 0 0 0 2px rgba(55, 115, 163, 0.5);
}

.card-innet {
  --bs-text-opacity: 0.2;
  color: #75A3BF;
}

.btn-outline-innet {
  --bs-btn-color: #769CBE;
  --bs-btn-border-color: #769CBE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #769CBE;
  --bs-btn-hover-border-color: #769CBE;
  --bs-btn-focus-shadow-rgb: 52, 195, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #769CBE;
  --bs-btn-active-border-color: #769CBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #769CBE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #769CBE;
  --bs-gradient: none;
}

.text-innet-primary {
  --bs-text-opacity: 1;
  color: #75A3BF;
}

.text-innet-secondary {
  --bs-text-opacity: 1;
  color: #565AA6;
}

.text-innet-success {
  --bs-text-opacity: 1;
  color: #038C7F;
}

.text-innet-dark {
  --bs-text-opacity: 1;
  color: #525352;
}

.text-innet-white {
  --bs-text-opacity: 1;
  color: #ffffff;
}

.text-innet-star {
  --bs-text-opacity: 1;
  color: #FD642E;
}

.text-innet-orange {
  --bs-text-opacity: 1;
  color: #FD642E;
}

.text-innet-blue {
  --bs-text-opacity: 1;
  color: #51A8F0;
}

.text-innet-yellow {
  --bs-text-opacity: 1;
  color: #F3BD2B;
}


.custom-tooltip {
  --bs-tooltip-bg: #525352;
}

.custom-innet-accordion .accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  background-color: var(--bs-tertiary-bg);
  padding: 12px 20px;
  color: #75A3BF;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innet-contact-us-bg {
  background-color: #75A3BF;
  height: 1250px;
}

.innet-contact-us-img-bg {
  width: 100%;
  background-image: url(/assets/images/innet/contactus-banner.webp);
  min-height: 1250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 2%;
}

.innet-page-bg {
  /* background: rgb(25,25,112); */
  background: linear-gradient(257deg, rgba(25, 25, 112, 1) 0%, rgba(51, 0, 111, 1) 35%, rgba(117, 163, 191, 1) 100%);
  background-image: url(/assets/images/innet/banner-page-innet.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  /* background-position: center; */
  margin-top: 7%;
  margin-bottom: 2%;
  padding-top: 2%;
  width: 100%;
  height: 270px;
  /* height: 380px; */
  margin-bottom: 0px;
}

.innet-page-color-bg {
  background: rgb(25, 25, 112);
  background: linear-gradient(257deg, rgba(25, 25, 112, 1) 0%, rgba(51, 0, 111, 1) 35%, rgba(117, 163, 191, 1) 100%);
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-coverage-color-bg {
  background: #FD642E;
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-ftth-color-bg {
  background: rgb(250, 127, 82);
  background: linear-gradient(257deg, rgba(250, 127, 82, 1) 0%, rgba(162, 54, 15, 1) 35%, rgba(253, 100, 46, 1) 100%);
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-bus-color-bg {
  background: rgb(81, 169, 240);
  background: linear-gradient(180deg, rgba(81, 169, 240, 1) 0%, rgba(70, 145, 206, 1) 44%, rgba(81, 169, 240, 1) 62%, rgba(55, 115, 163, 1) 100%);
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-voice-color-bg {
  background: rgb(243, 189, 43);
  background: linear-gradient(180deg, rgba(243, 189, 43, 1) 0%, rgba(166, 130, 30, 1) 100%);
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-landing-color-bg {
  background: FDC42A;
  height: 330px;
  width: 100%;
  padding-top: 2%;
}

.innet-page-bg-centre {
  background: rgb(255, 255, 255);
  height: 280px;
  margin-bottom: 2%;
  border-radius: 30px;
  width: 100%;
  /* width: 100%;  */
  padding-top: 100px;
}

@media (min-width: 200px) {
  .innet-page-bg-centre {
    padding-top: 70px;
    height: 360px;
  }

  .innet-page-color-bg {
    height: 410px;
  }
}

@media (min-width: 300px) {
  .innet-page-bg-centre {
    padding-top: 70px;
    height: 340px;
  }

  .innet-page-color-bg {
    height: 390px;
  }
}

@media (min-width: 400px) {
  .innet-page-bg-centre {
    padding-top: 70px;
    height: 330px;
  }

  .innet-page-color-bg {
    height: 380px;
  }
}

@media (min-width: 500px) {
  .innet-page-bg-centre {
    padding-top: 70px;
    height: 300px;
  }

  .innet-page-color-bg {
    height: 350px;
  }
}

@media (min-width: 600px) {
  .innet-page-bg-centre {
    padding-top: 70px;
    height: 250px;
  }

  .innet-page-color-bg {
    height: 300px;
  }
}

@media (min-width: 1000px) {
  .innet-page-bg-centre {
    padding-top: 110px;
    height: 270px;
  }

  .innet-page-color-bg {
    height: 320px;
  }
}

@media (min-width: 1400px) {
  .innet-page-bg-centre {
    padding-top: 110px;
    height: 280px;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }

  .innet-page-color-bg {
    height: 340px;
  }
}

/*
############################# Section for Jeremy ############################################
*/

.innet-jeremy-bg-img {
  background-image: url(/assets/images/innet/pages/jerremy-image.webp);
  background-repeat: no-repeat;
  height: auto;
  background-size: 50%;
  padding-top: 1%;
  border-radius: 30px;
}

.innet-jeremy-contact-bg-img {
  background-image: url(/assets/images/innet/pages/contact-form-img.webp);
  background-repeat: no-repeat;
  height: auto;
  background-size: 50%;
  padding-top: 1%;
  border-radius: 30px;
}

.img-contact {
  display: none;
}

.innet-jeremy-color-bg {
  background: #F3BD2B;
  /* height: 83vh; */
  width: 100%;
  background-image: url(/assets/images/innet/bg_shape.svg);
  background-repeat: no-repeat;
  height: auto;
  /* padding-top: 10%; */
  /* border-radius: 30px; */
}

/*bus contact page*/
.innet-bus-contact-bg-img {
  background-image: url(/assets/images/innet/business-meet-you.webp);
  background-repeat: no-repeat;
  height: auto;
  background-size: 22%;
  padding-top: 1%;
  /*  margin-right: auto;*/
  background-position: bottom;
  background-position-x: 85%;
  border-radius: 30px;
}

/*
############################# Section for Home Banner ############################################
*/
.innet-home-bg-img-bup {
  background-image: url(/assets/images/innet/home-banner-img.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 82vh;
  background-size: 100%;
  padding-top: 10%;
  border-radius: 30px;
}
.innet-home-bg-img {
/*  width: 100%;*/
  background-image: url(/assets/images/innet/home-banner-img.webp);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
/*  object-fit: contain;*/
/*  height: 65vh;*/
  background-size: 400px;
  padding-top: 10%;
  /*  margin-top: 5%;*/
  /*   background-position: right;*/
  /* border-radius: 30px; */
  /* background-position:top; */

}

.innet-home-color-bg {
  background: rgb(25, 25, 112);
  background: linear-gradient(257deg, rgba(25, 25, 112, 1) 0%, rgba(51, 0, 111, 1) 35%, rgba(117, 163, 191, 1) 100%);
  min-height: auto;
  width: 100%;
  
  border-radius: 30px;
}

.innet-home-color-bg-img {
  width: 100%;
  background-image: url(/assets/images/innet/bg_shape.svg);
  background-repeat: no-repeat;
  height: auto;
  padding-top: 11.74%;
}


.ininnet-home-bg-centre {
  background: rgb(255, 255, 255);
  height: 280px;
  margin-bottom: 2%;
  border-radius: 30px;
  width: 100%;
  /* width: 100%;  */
  padding-top: 100px;
}


/*
########################### Home Banner End
*/
/*
############################# Section for Coverage Banner ############################################
*/
.innet-coverage-bg {
  width: 100%;
  background-image: url(/assets/images/innet/coverage-banner.webp);
  background-repeat: no-repeat;
  object-fit: cover;
  min-height: 75vh;
  background-size: 100%;
  padding-top: 18%;
  margin-top: 0%;
  /* border-radius: 30px; */
  /* background-position:top; */

}

.innet-ftth-header {
  background: #FD642E;
  height: auto;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  align-items: center;
}

.innet-ftth-header-img {
  width: 100%;
  /* height: 120px; */
  background-image: url(/assets/images/innet/pages/ftth-page-cover.webp);
  background-repeat: no-repeat;
  /* background-position: end; */
  background-position-y: center;
  background-position-x: left;
  margin-left: 10%;
  height: 26vh;
  background-size: 40%;
  /* padding-top: 1%; */
  /* margin-top: 0%; */
  margin-bottom: 0%;
  /* border-radius: 30px; */
  /* background-position:top; */

}

.innet-voip-header {
  /*  background: #F3BD2B;*/
  background: rgb(166, 130, 30);
  background: linear-gradient(180deg, rgba(166, 130, 30, 1) 0%, rgba(243, 189, 43, 1) 35%, rgba(243, 189, 43, 1) 100%);
  height: auto;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  align-items: center;
}

.innet-voip-img-bg {
  width: 100%;
  background-image: url(/assets/images/innet/pages/voice-jeremy-1.webp);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  object-fit: cover;
  height: 65vh;
  background-size: 50%;
  padding-top: 10%;
  /*  margin-top: 5%;*/
  /*   background-position: right;*/
  /* border-radius: 30px; */
  /* background-position:top; */

}

.innet-cloud-img-bg {
  width: 100%;
  background-image: url(/assets/images/innet/pages/voice-jeremy-2.webp);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  object-fit: cover;
  height: 65vh;
  background-size: 45%;
  padding-top: 10%;
  /*  margin-top: 5%;*/
  /*   background-position: right;*/
  /* border-radius: 30px; */
  /* background-position:top; */

}

.voip-h1 {
  font-weight: 300;
  word-spacing: 2px;
  line-height: 1.5em;
  /*  padding-bottom: 0.35em;*/
}

.voip-h1-more-weight {
  font-weight: 550;
  word-spacing: 3px;
  line-height: 1em;
  padding-bottom: 0.35em;
}

/* @media (min-width: 200px) {
  .innet-coverage-bg {
    height: 68vh;
    background-position:bottom;
  }
}
@media (min-width: 300px) {
  .innet-coverage-bg {
    height: 73vh;
    background-position:bottom;
  }
}
@media (min-width: 390px) {
  .innet-coverage-bg {
    height: 60vh;
    background-position:bottom;
  }
}

@media (min-width: 400px) {
  .innet-coverage-bg {
    height: 55vh;
    background-position:bottom;
  }
  .ininnet-home-bg-centre {
    padding-top: 70px;
    height: 330px;
  }
  .innet-home-color-bg{
    height: 82vh;
  }
}

@media (min-width: 600px) {
  .innet-coverage-bg {
    height: 62vh;
    background-position:bottom;
  }
}
@media (min-width: 800px) {
  .innet-coverage-bg {
    height: 58vh;
    background-position:bottom;
  }
}

@media (min-width: 1000px) {
  .innet-coverage-bg {
    height: 83vh;
    background-position:bottom;
  }
}

@media (min-width: 1400px) {
  .innet-coverage-bg {
    height: 75vh;
    background-position:bottom;
  }
} */

/*
########################### Coverage Banner End
*/

.innet-page-content {
  padding: 24px calc(24px * 0.75) 24px calc(24px * 0.75);
}

.innet-contact-us-2-bg {
  background: rgb(250, 249, 246);
  background: linear-gradient(200deg, rgba(117, 163, 191, 1) 0%, rgba(117, 163, 191, 1) 35%, rgba(250, 249, 246, 1) 100%);
  height: 900px;
}

.innet-landing-bg {
  background-color: #F3BD2B;
  min-height: 100vh;
  background-image: url(/assets/images/innet/jerry-landing.webp);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  padding-top: 2%;
}

.innet-home-bg {
  background-color: #D4DBFA;
  height: 70vh;
}

.innet-about-us-bg {
  background-image: url(/assets/images/gallery/01.about.bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-resources-wrapper {
  padding: 40px 0;
  background-color: #f8f8f8;
  background-image: url(/assets/images/bg/mitech-slider-cybersecurity-global-image.webp);
  background-repeat: no-repeat;
  background-position: center right 40px;
}

.banner-space {
  padding-top: 220px;
  padding-bottom: 204px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px
}

.brands_slider_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  padding-left: 97px;
  padding-right: 97px;
  background: #fff;
}

.brands_slider {
  height: 100%;
  margin-top: 50px
}

.brands_item {
  height: 100%
}

.brands_item img {
  max-width: 100%
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.brands_nav:hover i {
  color: #676767
}

.brands_prev {
  left: 40px
}

.brands_next {
  right: 40px
}

/* .innet-form-control {
  display: block;
  width: 40%;
  padding: 0.47rem 0.75rem;
  margin: 0 auto;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-emphasis-color);
  background-color: var(--bs-secondary-bg);
  background-clip: padding-box;
  border: 1px solid #038C7F;
  ;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */

/* hero section container */
.hero-container {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .hero-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .hero-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .hero-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .hero-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .hero-container {
    max-width: 1320px;
  }
}

.hero-image {
  background-image: url('/assets/images/banners/compare-fibre.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*    width: 100%;*/
  min-height: 800px;
}

.service-card {

  margin-left: 10px;
  margin-right: 10px;
  border-radius: 1%;
}

.swiper {
  height: 200px;
}

.rv-video-section {
  position: relative;
}

.rv-video-section .main-video-box {
  position: relative;
  z-index: 8;
  text-align: center;
  max-width: 570px;
  max-height: 350px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .main-video-box {
    max-width: 520px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .main-video-box {
    max-width: 400px;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .main-video-box {
    max-width: 280px;
    margin-bottom: 100px;
  }
}

.rv-video-section .ht-banner-01 {
  position: relative;
}

.rv-video-section .ht-banner-01 img {
  position: absolute;
  left: 6%;
  top: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-01 img {
    left: 6%;
    top: -50px;
    width: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-01 img {
    left: 0%;
    top: -50px;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-01 img {
    left: 10%;
    top: -30px;
    width: 184px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-01 img {
    left: 0;
    top: -30px;
    width: 184px;
  }
}

.rv-video-section .ht-banner-02 {
  position: relative;
}

.rv-video-section .ht-banner-02 img {
  position: absolute;
  left: 50%;
  top: -103px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .rv-video-section .ht-banner-02 img {
    position: absolute;
    left: 50%;
    top: -103px;
    max-width: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-02 img {
    top: -65px;
    max-width: 130px;
  }
}

.rv-video-section .ht-banner-03 {
  position: relative;
}

.rv-video-section .ht-banner-03 img {
  position: absolute;
  left: 10%;
  bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    top: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-03 img {
    bottom: 0;
    max-width: 120px;
    top: inherit;
  }
}

.rv-video-section .ht-banner-04 img {
  right: 50px;
  left: auto;
  position: absolute;
  top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    max-width: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rv-video-section .ht-banner-04 img {
    right: 35px;
    top: 80%;
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .rv-video-section .ht-banner-04 img {
    right: 15px;
    top: 80%;
    max-width: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .rv-video-section .ht-banner-04 img {
    right: 10px;
    top: 80%;
    max-width: 110px;
  }
}

/*=============================================
=            16. Brand Logo Css             =
=============================================*/
.brand-logo-slider__one .brand-logo-slider__container {
  padding: 15px 0;
}

.brand-logo-slider__one .brand-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  position: relative;
  /*&--slider{
            margin-bottom: 0;
        }*/
}

.brand-logo-slider__one .brand-logo__image {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.brand-logo-slider__one .brand-logo__image-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.brand-logo-slider__one .brand-logo:hover .brand-logo__image {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.brand-logo-slider__one .brand-logo:hover .brand-logo__image-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.brand-logo-slider__two .brand-logo-two {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  position: relative;
}

.brand-logo-slider__two .brand-logo-two__image {
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.brand-logo-slider__two .brand-logo-two__image-hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image-hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.brand-logo-slider__two .brand-logo-two--slider {
  margin-bottom: 0;
}

.brand-logo-slider__three .brand-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  position: relative;
}

.brand-logo-slider__three .brand-logo__image {
  opacity: 0.4;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.brand-logo-slider__three .brand-logo:hover .brand-logo__image {
  opacity: 1;
}

.brand-logo-slider__three .brand-logo--slider {
  margin-bottom: 0;
}

.brand-logo-slider__four .brand-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  position: relative;
}

.brand-logo-slider__four .brand-logo__image {
  opacity: 1;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
}

.brand-logo-slider__four .brand-logo:hover .brand-logo__image {
  opacity: 0.4;
}

.brand-logo-slider__four .brand-logo--slider {
  margin-bottom: 0;
}

.brand-logo-slider-area .section-title .heading-text {
  max-width: 700px;
  width: 100%;
  font-weight: 500;
  margin: auto;
}

/*-------------------------
    video section css
--------------------------*/
.infotechno-section-bg-01 {
  background: url(../images/patterns/mitech-home-infotechno-section-company-bg.webp) top 140px left no-repeat, -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.infotechno-video-bg {
  background-image: url(../images/gallery/slider-image-14.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.infotechno-video-ptb {
  padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .infotechno-video-ptb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.video-content-inner .heading {
  line-height: 1.34;
  font-weight: 600;
  color: #333;
  margin-bottom: 65px;
}

.viewo-text-wrap .single-popup-wrap.video-link {
  display: inline-block;
}

.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
  position: relative;
  margin-right: 0;
  display: inline-block;
  height: 78px;
  width: 78px;
}

.viewo-text-wrap .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewo-text-wrap .video-text {
  margin-top: 0;
  margin-left: 59px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.45;
}

.infotechno-blog-list li {
  position: relative;
}

.infotechno-blog-list li:first-child a {
  margin-top: -16px;
}

.infotechno-blog-list li a {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 0 30px;
  margin-top: 20px;
}

.infotechno-blog-list li a::before,
.infotechno-blog-list li a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
  content: '\f30b';
  position: absolute;
  top: 7px;
  left: 0;
}

.infotechno-blog-list li a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.infotechno-blog-list li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.infotechno-blog-list li a:hover::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.section-space--pt_100 {
  padding-top: 100px;
}

.section-space--ptb_120 {
  padding-top: 120px;
}

/*======================================*/

.infotechno-contact-us-bg {
  background-color: #eff2f6;
  background-image: url(/assets/images/bg/home-infotechno-contact-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================================
=              13. Box Icon Css              =
=============================================*/
.ht-box-icon.style-01 .icon-box-wrap {
  padding: 36px 10px 26px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #eee;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 30px;
}

.ht-box-icon.style-01 .icon-box-wrap .icon {
  height: 65px;
  text-align: center;
  width: 65px;
  margin: auto;
  margin-bottom: 29px;
  color: #7096ae;
}

.ht-box-icon.style-01 .icon-box-wrap .icon svg>*,
.ht-box-icon.style-01 .icon-box-wrap .icon svg path {
  stroke: #7096ae;
}

.ht-box-icon.style-01 .icon-box-wrap .content {
  text-align: center;
}

.ht-box-icon.style-01 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-01 .feature-btn a {
  color: #7096ae;
  margin-top: 20px;
}

.ht-box-icon.style-01 .feature-btn a:hover {
  color: #d2a98e;
}

.ht-box-icon.style-02 .icon-box-wrap {
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-box-icon.style-02 .icon-box-wrap .icon {
  min-width: 80px;
  margin-right: 10px;
  color: #333333;
}

.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
  width: 65px;
  height: 65px;
}

.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
  stroke: currentColor;
}

.ht-box-icon.style-02 .icon-box-wrap .content {
  text-align: left;
}

.ht-box-icon.style-02 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-02:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-02 .feature-btn a {
  color: #7096ae;
  margin-top: 20px;
}

.ht-box-icon.style-02 .feature-btn a:hover {
  color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap {
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 48px;
  min-width: 60px;
  margin-right: 10px;
  color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
  color: #7096ae;
  margin-bottom: 10px;
}

.ht-box-icon.style-03 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-03:hover .icon-box-wrap {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

@media only screen and (max-width: 575px) {
  .ht-box-icon.style-03 .icon-box-wrap {
    padding: 37px 10px;
  }

  .ht-box-icon.style-03 .icon-box-wrap .image {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}

.ht-box-icon.style-04 .icon-box-wrap {
  padding: 19px 24px 30px;
  border-radius: 5px;
  background: #edf2fe;
  position: relative;
  z-index: 1;
  height: 100%;
}

.ht-box-icon.style-04 .icon-box-wrap .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 48px;
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  color: #eddcd1;
  z-index: -1;
}

.ht-box-icon.style-04 .icon-box-wrap .content .sub-heading {
  margin-bottom: 5px;
}

.ht-box-icon.style-04 .icon-box-wrap .content .heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one {
  background-color: #faf6f3;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .icon {
  color: #eddcd1;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .content .sub-heading {
  color: #d2a98e;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two {
  background-color: #edf2fe;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .icon {
  color: #b9cefd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .content .sub-heading {
  color: #4e84fa;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three {
  background-color: #f0f5f4;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .icon {
  color: #c7dbd7;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .content .sub-heading {
  color: #72a499;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four {
  background-color: #fff5f6;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .icon {
  color: #f5b4bd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .content .sub-heading {
  color: #e7445b;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five {
  background-color: #fcf7ee;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .icon {
  color: #f5e1be;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .content .sub-heading {
  color: #e5b35d;
}

.feature-list-button-box .ht-btn {
  margin: 10px;
}

.claim-grid-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .claim-grid-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .claim-grid-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .claim-grid-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .claim-grid-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ht-box-icon.style-01 .icon-box-wrap {
  padding: 36px 10px 26px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #eee;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  margin-top: 30px;
}

.ht-box-icon.style-01 .icon-box-wrap .icon {
  height: 65px;
  text-align: center;
  width: 65px;
  margin: auto;
  margin-bottom: 29px;
  color: #7096ae;
}

.ht-box-icon.style-01 .icon-box-wrap .icon svg>*,
.ht-box-icon.style-01 .icon-box-wrap .icon svg path {
  stroke: #7096ae;
}

.ht-box-icon.style-01 .icon-box-wrap .content {
  text-align: center;
}

.ht-box-icon.style-01 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ht-box-icon.style-01 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-01 .feature-btn a {
  color: #7096ae;
  margin-top: 20px;
}

.ht-box-icon.style-01 .feature-btn a:hover {
  color: #d2a98e;
}

.ht-box-icon.style-02 .icon-box-wrap {
  padding: 30px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-box-icon.style-02 .icon-box-wrap .icon {
  min-width: 80px;
  margin-right: 10px;
  color: #333333;
}

.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
  width: 65px;
  height: 65px;
}

.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
  stroke: currentColor;
}

.ht-box-icon.style-02 .icon-box-wrap .content {
  text-align: left;
}

.ht-box-icon.style-02 .icon-box-wrap .content .heading {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.ht-box-icon.style-02 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-02:hover .icon-box-wrap {
  border-color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.ht-box-icon.style-02 .feature-btn a {
  color: #7096ae;
  margin-top: 20px;
}

.ht-box-icon.style-02 .feature-btn a:hover {
  color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap {
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 48px;
  font-weight: 48px;
  min-width: 60px;
  margin-right: 10px;
  color: #d2a98e;
}

.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
  color: #7096ae;
  margin-bottom: 10px;
}

.ht-box-icon.style-03 .icon-box-wrap .content .service_text {
  color: #696969;
}

.ht-box-icon.style-03:hover .icon-box-wrap {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

@media only screen and (max-width: 575px) {
  .ht-box-icon.style-03 .icon-box-wrap {
    padding: 37px 10px;
  }

  .ht-box-icon.style-03 .icon-box-wrap .image {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
}

.ht-box-icon.style-04 .icon-box-wrap {
  padding: 19px 24px 30px;
  border-radius: 5px;
  background: #edf2fe;
  position: relative;
  z-index: 1;
  height: 100%;
}

.ht-box-icon.style-04 .icon-box-wrap .icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 48px;
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  color: #eddcd1;
  z-index: -1;
}

.ht-box-icon.style-04 .icon-box-wrap .content .sub-heading {
  margin-bottom: 5px;
}

.ht-box-icon.style-04 .icon-box-wrap .content .heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one {
  background-color: #faf6f3;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .icon {
  color: #eddcd1;
}

.ht-box-icon.style-04 .icon-box-wrap.color-one .content .sub-heading {
  color: #d2a98e;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two {
  background-color: #edf2fe;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .icon {
  color: #b9cefd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-two .content .sub-heading {
  color: #4e84fa;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three {
  background-color: #f0f5f4;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .icon {
  color: #c7dbd7;
}

.ht-box-icon.style-04 .icon-box-wrap.color-three .content .sub-heading {
  color: #72a499;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four {
  background-color: #fff5f6;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .icon {
  color: #f5b4bd;
}

.ht-box-icon.style-04 .icon-box-wrap.color-four .content .sub-heading {
  color: #e7445b;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five {
  background-color: #fcf7ee;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .icon {
  color: #f5e1be;
}

.ht-box-icon.style-04 .icon-box-wrap.color-five .content .sub-heading {
  color: #e5b35d;
}

.feature-list-button-box .ht-btn {
  margin: 10px;
}

.claim-grid-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .claim-grid-group {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .claim-grid-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .claim-grid-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 479px) {
  .claim-grid-group {
    grid-template-columns: repeat(1, 1fr);
  }
}

.innet-icon {
  color: #6d70a6;
  min-width: calc(1em + 18px);
  font-size: 25px;
}

.footermenu {
  bottom: 60px;
  padding: 60px;
  position: absolute;
  left: 0;
  color: var(--bs-footer-color);
  right: 0px;
  height: 600px;
  background-color: var(--bs-footer-bg);
}

/*Wireles css*/
.innet-wireless-bg {
  background-image: url(/assets/images/bg/pexels-ron-lach-9794713.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  padding-top: 120px;
}

/*lte css*/
.innet-lte-bg {
  background-image: url(/assets/images/bg/pexels-ron-lach-9794713.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  padding-top: 150px;
}

.cart-bar {
  background-color: var(--bs-secondary-bg);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 50%;
  z-index: 9999;
  float: right;
  right: -50%;
  top: 0;
  bottom: 0;
}

@media (min-width: 200px) and (max-width: 1000px) {
  .cart-bar {
    width: 100%;
    right: -100%;
  }
}

.cart-bar .cart-bar-toggle {
  background-color: var(--bs-dark);
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: var(--bs-gray-500);
  text-align: center;
  border-radius: 50%;
}

.cart-bar .cart-bar-toggle:hover {
  background-color: var(--bs-dark);
}

.cartbar-overlay {
  background-color: rgba(52, 58, 64, 0.55);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cart-bar-enabled .cart-bar {
  right: 0;
}

.cart-bar-enabled .cartbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .cart-bar {
    overflow: auto;
  }

  .cart-bar .slimscroll-menu {
    height: auto !important;
  }
}

/*voip css*/
.innet-voip-bg {
  /*  background-image: url(/assets/images/bg/pexels-ron-lach-9794713.jpg);*/
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(117, 163, 191, 1) 35%, rgba(117, 163, 191, 1) 100%);
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center*/
  ;
  height: 90vh;
  padding-top: 150px;
}

.innet-voip-img {
  height: 450px;
}

.innet-voip-card {
  --bs-card-spacer-y: 1.25rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--bs-emphasis-color);
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 1px;
  --bs-card-border-color: #038C7F;
  --bs-card-border-radius: 5px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - 0);
  --bs-card-cap-padding-y: 0.625rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: var(--bs-tertiary-bg);
  --bs-card-cap-color: ;
  --bs-card-height: 75px;
  --bs-card-color: #fff;
  --bs-card-bg: #038C7F;
  ;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-color);
  background-clip: border-box;
  border: var(--bs-card-border-width) var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.innet-voip-bg-of {
  background-color: #FAF9F6;
}

.innet-voip-bg-of-linear {
  /*background: rgb(117,163,191);
  background: linear-gradient(305deg, rgba(117,163,191,1) 0%, rgba(250,249,246,1) 35%, rgba(250,249,246,1) 100%);*/
  /*  background: rgb(250,249,246);
background: linear-gradient(261deg, rgba(250,249,246,1) 0%, rgba(250,249,246,1) 35%, rgba(117,163,191,1) 100%);*/
  background: rgb(250, 249, 246);
  background: linear-gradient(0deg, rgba(250, 249, 246, 1) 0%, rgba(250, 249, 246, 1) 35%, rgba(117, 163, 191, 1) 100%);
}

.innet-voip-bg-white {
  background: rgb(255, 250, 250);
  background: linear-gradient(173deg, rgba(255, 250, 250, 1) 0%, rgba(234, 244, 252, 1) 35%, rgba(117, 163, 191, 1) 100%);
}

.innet-pbx-bg {
  /*  background: rgb(250,249,246);*/
  background: radial-gradient(circle, rgba(250, 249, 246, 1) 0%, rgba(234, 244, 252, 1) 35%, rgba(117, 163, 191, 1) 100%);
  height: 90vh;
  padding-top: 150px;
}

@media only screen and (max-width: 767px) {
  .innet-voip-bg {
    height: 110vh;
    padding-top: 75px;
  }

  .innet-voip-img {
    height: 250px;
  }

  .innet-pbx-bg {
    /*  background: rgb(250,249,246);*/
    background: radial-gradient(circle, rgba(250, 249, 246, 1) 0%, rgba(234, 244, 252, 1) 35%, rgba(117, 163, 191, 1) 100%);
    height: 100vh;
    padding-top: 150px;
  }

}

.btn-voip {
  background-color: #038C7F;
  /*    border-color: #769CBE 0px;*/
  color: #fff;
  border-radius: 25px;
  --bs-btn-hover-color: #038C7F;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #038C7F;
  --bs-btn-focus-shadow-rgb: 52, 195, 143;
  /*-webkit-box-shadow: 0 0 0 2px rgba(115, 156, 190, 0.5);
    box-shadow: 0 0 0 2px rgba(115, 156, 190, 0.5);*/
}

/*Media queries*/
@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
  .innet-voip-bg {
    /*  background-image: url(/assets/images/bg/pexels-ron-lach-9794713.jpg);*/
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(117, 163, 191, 1) 35%, rgba(117, 163, 191, 1) 100%);
    /*background-size: cover;
      background-repeat: no-repeat;
      background-position: center*/
    ;
    height: 90vh;
    padding-top: 150px;

  }

  .innet-pbx-bg {
    /*  background: rgb(250,249,246);*/
    background: radial-gradient(circle, rgba(250, 249, 246, 1) 0%, rgba(234, 244, 252, 1) 35%, rgba(117, 163, 191, 1) 100%);
    height: 90vh;
    padding-top: 150px;
  }
}

@media (min-width: 1400px) {
  .innet-voip-bg {
    /*  background-image: url(/assets/images/bg/pexels-ron-lach-9794713.jpg);*/
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(117, 163, 191, 1) 35%, rgba(117, 163, 191, 1) 100%);
    /*background-size: cover;
      background-repeat: no-repeat;
      background-position: center*/
    ;
    height: 90vh;
    padding-top: 150px;
  }

  .innet-pbx-bg {
    /*  background: rgb(250,249,246);*/
    background: radial-gradient(circle, rgba(250, 249, 246, 1) 0%, rgba(234, 244, 252, 1) 35%, rgba(117, 163, 191, 1) 100%);
    height: 90vh;
    padding-top: 150px;
  }
}

/*cloud pbx div bg*/
.div-bg {
  background: rgb(250, 249, 246);
  background: linear-gradient(261deg, rgba(250, 249, 246, 1) 0%, rgba(250, 249, 246, 1) 35%, rgba(117, 163, 191, 1) 100%);
  border-radius: 0px 0px px 50px;
  height: 40vh;
}

.div-bg-closing {
  background: rgb(250, 249, 246);
  background: linear-gradient(218deg, rgba(250, 249, 246, 1) 0%, rgba(250, 249, 246, 1) 35%, rgba(250, 249, 246, 1) 100%);
  height: 10vh;
}

.div-bg-success-lb {
  background-color: #038C7F;
  color: #ffffff;
  border-radius: 0px 0px 0px 50px;
}

.div-bg-success-rb {
  background-color: #038C7F;
  color: #ffffff;
  border-radius: 0px 0px 50px 0px;
}

.div-bg-success-rt {
  background-color: #038C7F;
  color: #ffffff;
  border-radius: 0px 50px 0px 0px;
}

.div-bg-success-lt {
  background-color: #038C7F;
  color: #ffffff;
  border-radius: 50px 0px 0px 0px;

}

.landing-grid-line {
  background: rgb(25, 25, 112);
  background: linear-gradient(257deg, rgba(25, 25, 112, 1) 0%, rgba(51, 0, 111, 1) 35%, rgba(117, 163, 191, 1) 100%);
  padding-top: 10%;
  padding-bottom: 0%;
  height: 83vh;
  border-bottom-left-radius: 50px;
}

.neo-coverage {
  background-color: #e1e1e1;
  box-shadow: 10px 10px 10px #00000020,
    -10px -10px 10px #ffffff45;
  border-radius: 50%;
  color: #FD642E;
}

.neo-coverage:active {
  color: #b9b9b9;
  box-shadow: inset 10px 10px 20px #00000020,
    inset -10px -10px 20px #ffffff45;
}

.neo-coverage:hover {
  cursor: pointer;
}

input .neo-coverage {
  height: auto;
  width: 100%;
  margin-left: 10px;
  padding-left: 10px;
  background: none;
  border: none;
  outline: none;
  box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
}

.CoveragefieldInput {
  display: block;
  margin: 70px auto;
  width: 100%;
  height: 55px;
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.09);
  border-radius: 35px;
  overflow: hidden;

  
}
.Coverageform-input {
    width: 85%;
    background: none;
    border: none;
    padding: 18px 20px;
    font-size: 16px;
    color: #6A7C92;
    
  }
  &:focus {
      outline: none;
    }
  .Coverageform-submit {
    background-color: #FD642E;
    border-color: #FD642E;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    /* width: 45px; */
    height: 45px;
    border-radius: 25px;
    cursor: pointer;
  }
.glass-form {

  /*  transform: translate(-50%, -50%);*/
  /*background: rgb(255, 255, 255, 0.5);
  border: 1px solid rgb(255, 255, 255, 0.1);*/
  box-shadow: 30px 30px 40px rgb(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  opacity: 0.5;
  backdrop-filter: brightness(1);
}

/*Collapse card css                      */
.card-panel-default {
    border: none;
}

.card-panel-group {
    position: absolute;
    bottom: -1px;
    margin-bottom: 0px;
    width: 100%;
    padding-right: 30px;
}

.card-panel-group .card-panel-heading+.card-panel-collapse>.card-panel-body, .card-panel-group .card-panel-heading+.card-panel-collapse>.list-group {
    border: none;
}

.card-panel-group .panel {
    border-radius: 0px 0px 8px 8px;
    background-color: #e6e6e6;
}

.card-panel-body {
    min-height: 250px;
    overflow: auto;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 15px 10px;
}

.card-panel-default>.card-panel-heading {
    background-color: transparent;
}

.card-panel-heading {
    text-align: center;
    padding: 0px;
    height: 35px;
    border: none;
}

.card-panel-button {
    padding: 20px;
    background: #999999;
    border-radius: 100%;
    position: relative;
    top: -13px;
    z-index: 9999;
}

.card-panel-button .plus-minus:before{
    content: "\f067";
    font-family: "FontAwesome";
}

.card-panel-button[aria-expanded="true"] .plus-minus:before{
    content: "\f068";
    font-family: "FontAwesome";
}



a.card-panel-button:hover, a.card-panel-button:focus {
    text-decoration: none;
}

a.card-panel-button {
    font-size: 18px;
    color: #333333;
    box-shadow: 0px 3px 7px #0000004a;
}
.my-card {
    padding: 10px 0px 10px;
    background-color: #FFFFFF;
    min-height: 150px;
    max-height: 250px;
    border-radius: 8px;
    box-shadow: 0px 8px 20px #525352;

}
.my-card:hover {
  -webkit-box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.my-card-body {
    padding: 0px 15px;
    color: white;
}
/* bus landing informatic card */

/* Box shadow and hover for cards */
.info-card {
  padding: 10px 0px 10px;
  background-color: #51A8F0;
  min-height: 200px;
  
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.info-card:hover {
  -webkit-box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 6px 23px 10px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

/*====================================================================================================*/
/*========================================Innet New Website============================================*/
/*====================================================================================================*/
.btn-innet-orange-new {
  background-color: #E39426;
  border-color: #E39426;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  color: #fff;
/*  border-radius: 25px;*/
  -webkit-box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
}
.btn-innet-blue-sign-up-new {
  background-color: #2D78DA;
  border-color: #2D78DA;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  color: #fff;
/*  border-radius: 25px;*/
 -webkit-box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
 box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
}
.btn-innet-orange-view-package {
  background-color: #F15C05;
  border-color: #F15C05;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-family: IBMPlexSans-Medium;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #fff;
/*  border-radius: 25px;*/
  -webkit-box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
}
.btn-innet-orange-new-package {
  background-color: #F15C05;
  border-color: #F15C05;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-family: IBMPlexSans-Medium;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  color: #fff;
/*  border-radius: 25px;*/
  -webkit-box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
  box-shadow: 0 0 0 2px rgba(245, 137, 98, 0.5);
/*  align-self: stretch;*/
}
.btn-innet-blue-new {
  background-color: #2D78DA;
  border-color: #2D78DA;
  color: #fff;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-family: IBMPlexSans-Medium;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
/*  border-radius: 25px;*/
  -webkit-box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
  box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
}
.btn-innet-blue-view-package {
  background-color: #2D78DA;
  border-color: #2D78DA;
  color: #fff;
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  display: block;
  display: inline-block;
  font-family: IBMPlexSans-Medium;
  font-weight: 400;
/*  font-size: 19px;*/
  line-height: 24px;
  text-align: center;
/*  border-radius: 25px;*/
  -webkit-box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
  box-shadow: 0 0 0 2px rgba(45, 120, 218, 0.5);
}


.nav-glass {
  position: sticky;
  overflow: hidden;
  background: rgba(126, 161, 191, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  z-index: 1020;
  font-size: 25px;
  font-family: Helvetica Now Display, Regular;
  height: 108.6px;
  padding: 2%;
  top: 35.47px;

}
.nav-link{
  color: #525352;
}

.nav-glass::after {
  content: '';
/*  position: sticky;*/
/*  background: inherit;*/
   background: linear-gradient( to bottom, rgba(126, 161, 191, 0.1) 0%, rgba(126, 161, 191, 0.1) 2%);
  filter: blur(20px);
  z-index: 1020;
}
.footer-glass {
  position: relative;
/*  background: inherit;*/
  background: rgba(126, 161, 191, 0.1);
/*  border: rgba(126, 161, 191, 0.1);*/
  backdrop-filter: blur(5px);
/* box-shadow: 5px 5px 10px #0007, -1px -1px 2px #fff, 1px 1px 2px #555;*/
/*  background: #769CBE;*/
/*  opacity: 0.5;*/
  overflow: hidden;
/*  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), */
/*              0 6px 20px rgba(0, 0, 0, 0.15);*/
  z-index: 1;
}

.footer-glass::after {
  content: '';
  position: absolute;
/*  background: inherit;*/
 background: linear-gradient( to bottom, rgba(126, 161, 191, 0.1) 0%, rgba(126, 161, 191, 0.1) 2%);
/* box-shadow: 5px 5px 10px #0007, -1px -1px 2px #fff, 1px 1px 2px #555;*/
/*  background: #769CBE;*/
/*  opacity: 0.2;*/
/*  box-shadow: inset 0 0 500px rgba(255, 255, 255, .4); */
  filter: blur(5px);
  z-index: -1;
}

.innet-partners-color-bg {
 /* background: #8DBE24;
  height: 10vh;*/
  width: 100%;
/*  margin-top: 10%;*/
 
}
.innet-home-package-color-bg {
  background: #F15C05;
  height: 10vh;
  width: 100%;
  margin-top: 10%;
 
}
.innet-business-package-color-bg {
  background: #2D78DA;
  height: 10vh;
  width: 100%;
  margin-top: 10%;
 
}
.about-blog-package-color-bg {
  background: #769CBE;
  height: 10vh;
  width: 100%;
  margin-top: 10%;
 
}
.contact-us-package-color-bg {
  background: #E39426;
  height: 10vh;
  width: 100%;
  margin-top: 10%;
 
}

.logo-list{

  display: inline-flex;
  list-style-type: none;


}


.form-glass {
  position: relative;
  padding: 20px;
  min-height: 380px;
  background: rgb(235,239,242);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  border: none;
  margin-top: 5%;
  
}

.form-glass::after {
  content: '';
  position: absolute;
  border-radius: 15px;
  pointer-events: none;
  background: background: linear-gradient(180deg, rgba(235,239,242,1) 0%, rgba(235,239,242,1) 45%);
  filter: blur(10px);
}
.section-glass {
  position: relative;
/*  min-height: 380px;*/
  background: rgb(235,239,242);
  backdrop-filter: blur(20px);
  border-radius: 15px;
  border: none;
  margin-top: 5%;
}

.section-glass::after {
  content: '';
  position: absolute;
  border-radius: 15px;
  pointer-events: none;
  background: background: linear-gradient(180deg, rgba(235,239,242,1) 0%, rgba(235,239,242,1) 45%);
  filter: blur(20px);
}

details {
    font-size: 1rem;
/*    background: #ffffff;*/
    border-radius: 8px;
    border: none;
    transition: border-color 0.3s ease-in-out;
}

details:hover {
    border-color: #8dbe24;
}

summary {
    user-select: none;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 1em;
}

summary::-webkit-details-marker {
    display: none;
}

.faq-title {
    color: #2D78DA;
    flex-grow: 1;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

summary:hover .faq-title {
    opacity: 0.75;
}

.faq-content {
    color: #8dbe24;
    padding: 0.2em 1em 1em 1em;
    font-weight: 300;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

details[open] .faq-content {
    max-height: 1000px;
}
details[open] .faq-title {
    color: #8dbe24;
}
.expand-icon {
    margin-left: auto;
    transition: transform 150ms ease-out;
}

details[open] .icon-tabler-circle-plus {
    display: none;
}

details:not([open]) .icon-tabler-circle-minus {
    display: none;
}
      /*====================================================================================================*/
/*========================================Home internet general css===============================================*/
      /*====================================================================================================*/
.packgage-grid{
  padding: 15px;
  display: grid;
/*  grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: 1fr 2fr;
  max-width: 100%;
  gap: 5%;
  grid-auto-rows: minmax(100px, auto);
   margin-top: 45px;
}
.package-content{
  grid-column: 2;
/*  align-self: end;*/
}
.sidebar {
  min-width: 230px;
  min-height: 600px;
  background:#F0EFEF;
  backdrop-filter: blur(10px);
  padding: 5%;
/*  padding-top: 25px;*/
  position: absolute;
/*  top: calc(50% - 300px);*/
/*  left: calc(15% - 45px);*/
  border-radius: 12px;
  display: grid;
  grid-template-rows: 25% 35% 40%;
  overflow: hidden;
  transition: all 0.3s ease-out 0.3s;
  cursor: pointer;
/*  align-self: start;*/
  float: left;
  grid-column: 1;

}
.sidebar p {
  font-size: 14px;
}
.sidebar-mobile {
  /*changed from 230px to 350px*/
  min-width: 350px;
  min-height: 600px;
  background:#F0EFEF;
  backdrop-filter: blur(10px);
  padding: 5%;
/*  padding-top: 25px;*/
  position: absolute;
/*  top: calc(50% - 300px);*/
/*  left: calc(15% - 45px);*/
  border-radius: 12px;
  display: grid;
  grid-template-rows: 25% 35% 40%;
  overflow: hidden;
  transition: all 0.3s ease-out 0.3s;
  cursor: pointer;
/*  align-self: start;*/
  float: left;
  grid-column: 1;
  /*changed from 10% to 34%*/
  margin-top: 34%;
  /*changed from 4% to 5%*/
  margin-left: 5%;

}
.sidebar-mobile p {
  font-size: 14px;
}
/* Menu */
.sidebar-menu {
  width: 200px;
}

.sidebar-menu-item {
  justify-content: start;
/*  margin: 0 0 15px 25px;*/
}

.sidebar-menu-item label {
  font-size: 12px;
  font-weight: 500;
/*  margin-left: 30px;*/
  color:#F15C05;
  cursor: pointer;
}

.sidebar-menu-item-business {
  justify-content: start;
/*  margin: 0 0 15px 25px;*/
}

.sidebar-menu-item-business label {
  font-size: 12px;
  font-weight: 500;
/*  margin-left: 30px;*/
  color:#2D78DA;
  cursor: pointer;
}
.sidebar-section-1{
  grid-row: 1;
}
.sidebar-section-2{
  grid-row: 2;
}
.sidebar-section-3{
  grid-row: 3;
}

/*.sidebar.active {
  width: 230px;
  left: calc(50% - 100px);
}*/

/* track */

input[type="range"]::-webkit-slider-runnable-track{
  height:5px;
  border-radius:20px;
  box-shadow:inset 1px 1px 2px #57575780;
  background:#F15C05;
}

input[type="range"]::-moz-range-track{
  height:5px;
  border-radius:20px;
  box-shadow:inset 1px 1px 2px #57575780;
  background:#F15C05;

}

/* Thumb Styles  */
input[type="range"]::-moz-range-thumb:hover{
  cursor:grab;
}
input[type="range"]::-webkit-slider-thumb:hover{
  cursor:grab;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height:16px;
  width:16px;
  border-radius:50%;
  border:none;
  background-color:white;
  box-shadow:inset .5px .5px 1px #57575780; 
  transform:translateY(-5px);
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
  height:16px;
  width:16px;
  border-radius:50%;
  border:none;
  background-color:white;
  box-shadow:inset .5px .5px 1px #57575780; 
}

.card-inner-radius{
  border: #F15C05 solid 3px;
  margin: 5px;
  min-height: 200px;
  max-height:604.78px ; 
  border-radius: 20px;
/*  height: 420px;*/
}
.card-inner-radius-business{
  border: #2D78DA solid 3px;
  margin: 5px;
  min-height: 200px;
  max-height:604.78px ; 
  border-radius: 20px;
/*  height: 420px;*/
}
.card-box-shadow {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius: 20px;


}
.card-box-shadow-border {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

  border-left: 0;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  height: 420px;

}
.card-border-gradient{
    border-image-source: linear-gradient(to right, #ffffff, #F15C05);
}
/*contact us cards*/
.contact-card-box-shadow-border {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

  border-top: 0;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
/*  height: 300px;*/

}
.contact-card-border-gradient{
    border-image-source: linear-gradient(to bottom, #ffffff, #F15C05);
/*    border-radius: 10px;  */
}


/* Toggle Switch */

.toggle-switch {
  display: inline-block;
  position: relative;
/*  padding-left: 50px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-switch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-switch input:checked ~ .checkbox__checkmark {
  background-color: #2D78DA;
}
.toggle-switch input:checked ~ .checkbox__checkmark:after {
  left: 21px;
}
.toggle-switch:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.toggle-switch:hover input:checked ~ .checkbox__checkmark {
  background-color: #2D78DA;
}
.toggle-switch .checkbox__checkmark {
  position: absolute;
  top: 1px;
/*  left: 0;*/
  left: 160px;
  height: 22px;
  width: 40px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.toggle-switch .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}
.toggle-switch .checkbox__body {
  color: #2D78DA;
  line-height: 1.4;
  font-size: 12px;
  transition: color 0.25s ease;
}

.checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.checkboxes__row {
  display: flex;
}
.checkboxes__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.checkboxes__item {
  padding: 15px;
  width: 100%;
}

.pill-btn{
  display: inline-block;
  box-sizing: border-box;
/*  height: 70px;*/
/*  line-height: 64px;*/
  background: #6188FF;
  padding: 0px 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
      vertical-align: bottom;
    white-space: nowrap;
  border: 3px solid #5C81F2;
/*  font-family: lato;*/
  letter-spacing: 2px;
  transition: .15s background-color,.15s border-color,.15s color,.15s fill;
  font-weight: 600;
}
.pill-btn:hover{
  background: #7A9BFF;
  border: 3px solid #7493F2;
}

.btn-pill{
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 3px;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  background: #FFF;
  color:#F15C05;
  border-radius: 10px;
}
.btn-pill-active{
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 3px;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  background: #F15C05;
  color:#FFF;
  border-radius: 10px;
}

.btn-pill-blue{
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 3px;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  background: #FFF;
  color:#2D78DA;
  border-radius: 10px;
}
.btn-pill-blue-active{
  padding: 0.47em 1em 0.53em 1em;
  min-width: 50px;
  height: auto;
  margin-bottom: 20px;
  margin-right: 3px;
  display: block;
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  line-height: 1em;
  text-align: center;
  background: #2D78DA;
  color:#FFF;
  border-radius: 10px;
}

/* Pagination STYLES */

.pagination{
  padding: 30px 0;
  margin-top: 30%;
}

.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a{
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

/* ONE */

.p1 a{
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
}

.p1 a.is-active{
  background-color: #2D78DA;
  border-radius: 100%;
  color: #fff;
}

/*border-color: $blue;
    text-decoration: none;
    color: white;
    cursor: pointer;*/


/*Card slider section*/

#mycontainer {
/*  height: 100vh;*/
/*  width: 80vw;*/
  margin: 0;
  padding: 0;
/*  background: teal;*/
  display: grid ;
  place-items: center
}

#slider-container {
  height: 450px;
  width: 100%;
  max-width: 1400px;
  //background: #54d5e4;
  //box-shadow: 5px 5px 8px gray inset;
  position: relative;
  overflow: hidden;
  padding: 35px;
}

#slider-container .btn-slide{
  position: absolute;
  top: calc(50% - 30px);
  height: 30px;
  width: 30px;
  border-left: 8px solid #2D78DA;
  border-top: 8px solid #2D78DA;
}

#slider-container .btn-slide:hover {
  transform: scale(1.2);
}

#slider-container .btn-slide.inactive {
  border-color: rgb(153, 121, 126)
}

#slider-container .btn-slide:first-of-type {
  transform: rotate(-45deg);
  left: 10px
}

#slider-container .btn-slide:last-of-type {
  transform: rotate(135deg);
  right: 10px;
}

#slider-container #slider {
  display: flex;
  width: 1000%;
  height: 100%; 
  transition: all .5s;
}

#slider-container #slider .slide {
  height: 90%;
  margin: auto 10px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
  display: grid;
  place-items: center;
  margin-bottom: 2%;
}

#slider-container #slider .slide span {
  color: white;
  font-size: 150px;
}

@media only screen and (min-width: 1100px) {

  #slider-container #slider .slide {
    width: calc(2.8% - 20px);
  }

}

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

  #slider-container #slider .slide {
    width: calc(3.3333333% - 20px);
  }

}

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

  #slider-container #slider .slide {
    width: calc(5% - 20px);
  }

}

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

  #slider-container #slider .slide {
    width: calc(8% - 20px);
  }

}


/*Package rows scrollable*/

.scroll {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 1rem 0;
    margin: 2.5rem 0;
    cursor: default;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px 1.25rem;
    scrollbar-width: none;
    margin: 8%;

    &::-webkit-scrollbar {
      display: none;
    }

    &.active {
      cursor: grab;
      cursor: -webkit-grab;
    }

    &-inner {
        width: 100%;
        height: auto;
        padding: 1rem;
    }
  }
  /****** Mobile menu filter******/


.mobile-menu {
  display: block;
  position: fixed;
/*  overflow-y: auto;*/
overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1999;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  // display: flex;
  // align-items: center;
  // justify-content: center;
 
}
.close {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 20px;
  /*changed from 20px to 40px to 90px*/
  right: 90px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-hidden {
  display: none;
}

/*package pagination*/
.package-pagination {
  display: inline-block;
}

.package-pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.package-pagination a.pagination-active {
  background-color: #F15C05;
  color: white;
}
.package-pagination a:hover:not(.pagination-active) {background-color: #2D78DA;}

.package-pagination a.pagination-active-business {
  background-color: #2D78DA;
  color: white;
}
.package-pagination a:hover:not(.pagination-active-business) {background-color: #F15C05;}


/****** Cart modal content******/


.cart-menu{
  display: block;
  position: fixed;
/*  overflow-y: auto;*/
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1999;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  // display: flex;
  // align-items: center;
  // justify-content: center;
 
}
.close-cart {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 20px;
  /*changed from 20px to 90px*/
  right: 90px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-hidden {
  display: none;
}


/*====================================================================================================*/
/*========================================Info Circle Modal============================================*/
/*====================================================================================================*/
/*css variable declaration*/
:roo{
  --b-shadow:0 5px 20px 0 rgba(0,0,0,0.5) ;//big shadow
  --s-shadow:0 2px 10px 0 rgba(0,0,0,0.2) ;//small shadow
}
.network-info-circle-outter{
  display: block;
  position: fixed;
  overflow-y: auto;
overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1999;
/*  background-color: rgba(126, 161, 191, 0.2);*/
  background: rgba(255, 255, 255,0.7);
  backdrop-filter: blur(50px);
  color: #fff;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
  // display: flex;
  // align-items: center;
  // justify-content: center;
 
}
.network-info-circle-close {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network-info-circle-hidden {
  display: none;
}
.network-info-circle{
  width: $width 75%;
/*  height: $height * 0.75;*/
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
  
  z-index: 30;
  position: absolute;
  top: $height; left: 50%;
  transform: translate(-50%, -50%);
  
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  
  box-shadow: $small-shadow;
  
  opacity: 0;
  transition: all 1s;
  
  &.show {
    top: 50%;
    box-shadow: var(--b-shadow);
    opacity: 1;
  }
  
  & > div {
    font-weight: 300;
    color: black;
    font-size: 25px;
    width: 400px;
    height: 40px;
    text-align: center;
    position: relative;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }
}

.network-info-circle-glass {
  position: relative;
  padding: 20px;
/*  width: 100%;*/
  min-height: 380px;
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background: rgba(255, 255, 255,0.7);*/
/*  border: rgba(126, 161, 191, 0.1);*/
/*  backdrop-filter: blur(6px);*/
  border-radius: 15px;
  border: none;
  margin-top: 5%;
/*  box-shadow: 0 25px 45px rgba(126, 161, 191, 0.2);*/
}

.network-info-circle-glass ::after {
  content: '';
  position: absolute;
  /*top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;*/
  border-radius: 15px;
  pointer-events: none;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 2%);
}
.network-info-circle-modal-close{
  overflow: hidden;
}
.filter-close{
  overflow: hidden;
}
.cart-overflow-hidden{
  overflow: hidden;
}

.table-light-orange {
  color: var(--bs-table-color);
  border-color: #E39426;
}




.box-wrapper {
  position: fixed;
  bottom: 0px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.box-wrapper.show {
  right: 20px;
}
.box-wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #F15C05;
  font-size: 32px;
}
header h2 {
  color: #F15C05;
  font-weight: 500;
}
.box-wrapper .data {
  margin-top: 16px;
}
.box-wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.box-wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #F15C05;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #F15C05;
}
#declineBtn {
  border: 2px solid #F15C05;
  background-color: #fff;
  color: #F15C05;
}
#declineBtn:hover {
  background-color: #F15C05;
  color: #fff;
}

/*====================================================================================================*/
/*========================================Image Hover effect============================================*/
/*====================================================================================================*/

.prj-img {
    max-width: 95%;
    height: auto;
    /*float: left;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prj-img:hover {
    max-width: 100%;
    height: auto;
       -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  cursor: pointer;
}

/*====================================================================================================*/
/*========================================Image Modal css============================================*/
/*====================================================================================================*/

.prj-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.prj-modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
    margin-top: 5%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#prj-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.prj-modal-content, #prj-caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.prj-close {
    position: absolute;
    top: 150px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.prj-close:hover,
.prj-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .prj-modal-content {
        width: 100%;
    }
}


/*====================================================================================================*/
/*========================================Projects filters css============================================*/
/*====================================================================================================*/

.btn-group ul{
  display: flex;
}

.btn-group ul li{
  background: #fff;
  margin: 10px;
  padding: 10px 15px;
  min-width: 80px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.125);
}

.btn-group ul li.btn-active,
.btn-group ul li:hover{
  background: #FD642E;
  color: #fff;
}

.item-group{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.item-group .prj-item{
  width: 125px;
  height: auto;
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.125);
}

.item-group .prj-item .icon_wrp{
  display: flex;
  align-items: center;
  height: 85px;
}

.item-group .prj-item .icon{
  background: url('https://i.imgur.com/TbvQhl2.png') no-repeat 0 0;
  width: 64px;
  height: 52px;
  display: inline-block;
  margin: 0 auto;
}

.item-group .prj-item.folders .icon{
  background-position: 0 0;
  width: 64px;
  height: 52px;
}

.item-group .prj-item.files .icon{
  background-position: 0 -66px;
  width: 48px;
  height: 64px;
}

.item-group .prj-item.images .icon{
  background-position: 0 -146px;
  width: 64px;
  height: 50px;
}

.item-group .prj-item.sheets .icon{
  background-position: 0 -210px;
  width: 64px;
  height: 60px;
}

.item-group .prj-item.pdfs .icon{
  background-position: 0 -282px;
  width: 56px;
  height: 64px;
}

.item-group .prj-item.documents .icon{
  background-position: 0 -363px;
  width: 64px;
  height: 62px;
}

.btn-outline-prj {
  --bs-btn-color: #FD642E;
  --bs-btn-border-color: #FD642E;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FD642E;
  --bs-btn-hover-border-color: #FD642E;
  --bs-btn-focus-shadow-rgb: 52, 195, 143;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #FD642E;
  --bs-btn-active-border-color: #FD642E;
  --bs-btn-active-shadow: inset 0 0 0 2px rgba(245, 137, 98, 0.5);
  --bs-btn-disabled-color: #769CBE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #769CBE;
  --bs-gradient: none;
}

.projects-heading {
          /* margin-top: 10%; */
  font-family: Helvetica Now Display, Medium;
  font-size: 59px;
        /* line-height: 1.5; */
  line-height: 75px;
  position: relative;
  left: 72px;
  max-width: 90%;
}
