* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transition: 2s opacity;
  font-weight: 300;
  color: #1B1C31;
}

body {
  font-family: 'Manrope', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

h4 {
  font-size: 1.3rem;
  font-weight: 700;
}

p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000;
}

.max-width-90 {
  max-width: 1600px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.max-width-80 {
  max-width: 1600px;
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  width: 100%;
}

button:focus {
  outline: none !important;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.max-width-container {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}



@media (max-width: 991px) {

  .product-banner-img-container {
    perspective: 2000px;
    width: 300px;
    height: 280px;
    left: auto !important;
    top: auto !important;
    transform: translate(-50%, -50%);
    position: relative !important;
  }
}

/**
 * 32.0 - Media queries
 */

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

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

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

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

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

@media (min-width: 1680px) {
  .max-width-container {
    max-width: 1214px;
  }
}


/* ////////////////////////navbar/////////////////////////// */

header#header {
  padding: 10px 0;
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color, box-shadow;
  left: 0;
  right: 0;
  width: 100%;
  height: 85px;
  top: 0;
  background-color: #000;
  border-bottom: 1px solid #2e2e2ea6 !important;
  z-index: 10;
  position: fixed;
}

header#header.da-is-sticky{
  background-color: transparent;
  border-bottom: 0px solid #444444;
}


#header::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 8px;
  z-index: 0;
  bottom: -2px;
}

header#header.da-is-sticky::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 8px;
  z-index: 0;
  bottom: -2px;
  opacity: 0;
}


header#header.contact-header {
  border-bottom: 1px solid #44444475;
}

.hedaer-border-block {
  display: flex;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

a.navbar-brand img {
  width: 180px;
}


.hedaer-border-block::before {
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.header-block-item {
  border-left: 0.5px solid #444444;
  width: 33.33%;
  height: 84px;
  border-right: 0;
  border-top: 0;
}


div#navbarSupportedContent {
  text-align: center;
  display: flex;
  justify-content: right;
}

.navbar-nav>li>a {
  padding: 10px 20px !important;
  font-weight: 500;
  font-size: 15px;
  color: #F1F1F1;
  text-decoration: none;
  transition: var(--pxpHoverTransition);
  transition-property: color, opacity;
}

nav.navbar.navbar-expand-lg.no-border {
  padding: 0;
}


a.nav-link.active {
  position: relative;
}

a.nav-link.active::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF7B42;
  top: 18px;
  left: 7px;
}






/* 
//////////////////////megamenu////////////////////// */


.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;

}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
}



.mega-dropdown-menu>li>ul>li>a {
  display: block;
  color: #222;
  padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #FF7B42;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

ul.dropdown-menu.mega-dropdown-menu {
  padding: 20px !important;
  margin-bottom: 0;
}

.dropdown-menu.dropdown-primary.show {
  margin: 0;
  border-radius: 0;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0;
}

a.dropdown-item {
  color: #8896A6 !important;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #000;
  border: 1px solid #444444;
  color: #fff;
  margin: 0px;
  padding: 0;
}

a.dropdown-item {
  padding: 0.5rem 0.5rem;
  border-bottom: 0px solid #000;
  font-size: 15px !important;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #000 !important;
}

a.dropdown-item:focus {
  background-color: #444444;
  color: #000;
}

a.dropdown-item.active {
  background-color: #444444;
  color: #000;
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  background-color: #444444;
}

button.navbar-toggler {
  border: 1px solid var(--pxpMainColor) !important;
  z-index: 10;
  color: #000;
  background-color: var(--pxpMainColor);
  padding: 0px 8px;
  transition: .25s;
}

span.caret {
  display: none;
}

.custom-toggler.navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.custom-toggler.navbar-toggler-icon:after,
.custom-toggler.navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.custom-toggler.navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon {
  border-color: transparent;
}

/*==========Sub Menu=v==========*/


.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 

.collapse ul>li:hover>a#navbarDropdown {
  background: #FF7B42;
  border-radius: 5px;
}

ul.dropdown-menu li a {
  color: #fff;
}

ul.dropdown-menu li {
  padding: 2px 12px;
}

li.nav-item.product-mob-menu {
  display: none;
}

ul.dropdown-menu li a:hover {
  color: #FF7B42 !important;
}
a.nav-link:hover {
  color: #FF7B42 !important;
}

@media screen and (max-width: 991px) {
  .js nav[role="navigation"] {
    display: none !important;
  }
  ul.dropdown-menu {
    display: none !important;
  }

  nav#menu.active {
    display: block !important;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .navbar-button-group {
    display: none;
  }

  div#navbarSupportedContent {
    display: flex;
    justify-content: left;
    background-color: rgb(0 0 0 / 79%);
    width: 100%;
    margin-top: -50px;
    height: 100%;
    flex-direction: column;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(19px);
    align-items: center;
    justify-content: center;
  }

  ul.navbar-nav.product-menu {
      padding: 0;
  }
  .dropdown-toggle::after{
    display: none !important;
  }
  .dropdown-menu.mega-dropdown-menu.show {
    display: none !important;
  }



  .navbar-nav>li>a {
    text-align: center;
  }

  li.nav-item {
    width: fit-content;
    margin: 0px auto;
    border-bottom: 1px solid #cccccc17;
  }

  ul.navbar-nav {
    width: 100%;
    text-align: left;
    padding: 15px;
  }

  button.navbar-toggler {
    transition: .25s;
  }

  .navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon {
    position: fixed;
  }



  button.navbar-toggler.collapsed {
    position: relative;
    right: 0;
  }

  .navbar-collapse.collapse.show {
    overflow: hidden;
  }

  /* li.nav-item.dropdown.mega-dropdown {
    display: none;
  } */

  li.nav-item.product-mob-menu {
    display: block;
  }

/* 
  div#navbarSupportedContent .navbar-nav:first-child {
    display: none;
  } */



}






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

  .header-block-item {
    border-left: 0.5px solid #4444448c;
    width: 33.33%;
  }

  .hedaer-border-block {
    flex-wrap: wrap;
  }

  .header-block-item {
    height: 39px;
    border-right: 0;
    border-top: 0;
  }

  #header::before {
    bottom: 0px;
  }

  .navbar-toggler[aria-expanded="true"] .custom-toggler.navbar-toggler-icon {
    position: fixed;
    right: 30px;
  }


}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
  }

  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
  }
}

@media (max-width: 576px) {

  ul.dropdown-menu.dropdown-down {
    position: relative;
    left: 0;
    margin-top: 10px;
    transition: .5s;
  }

}

/* ////////////////////////navbar ends here/////////////////////////// */

/* ////////////////////////home banner starts here/////////////////////////// */

#altair-home-banner-section {
  position: relative;
  padding-bottom: 0px;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 85px;
  background-image: url(../img/home-banner-bg.jpg);

}

 section#altair-home-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  /* bottom: 0; */
}  

.home-body #header {
  background-color: transparent;
  border-bottom: 0;
}
.home-body #header::before {
  background: transparent;
}
.home-body .hedaer-border-block{
  background: transparent;
}
.home-body .hedaer-border-block::before{
  background: transparent;
}


.home-body .da-is-sticky .hedaer-border-block::before{
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%);
}




.home-body #altair-home-banner-section {
  min-height: 100vh;
  margin-top: 0;
  background-color: #000;
}
.home-body ul#slider {
  margin-top: 77px;
}


.section-title p {
  margin: 12px 0 20px;
  font-size: 16px;
  line-height: 29px;
}



.altair-home-banner-circle-block {
  position: absolute;
  z-index: 0;
  width: 55%;
  top: 10px;
  left: 100px;
  min-height: 720px;
  height: 100%;
}



.altair-home-banner-border-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  display: flex;
}

.altair-home-banner-border-block .home-banner-block-01 {
  flex-basis: 50%;
  width: 50%;
}

.altair-home-banner-img {
  flex-basis: 33.33%;
  border: 0.5px solid #444444;
  height: 300px;
  width: 33.33%;
  transition: 1s;
  border-right: 0;
  border-top: 0;
}

.altair-home-banner-border-hr-block {
  display: flex;
  flex-wrap: wrap;
  transition: 1s;
}

li.altair-home-banner-img .item {
  transition: 1s;
}

.border-vr:first-child {
  border-left: 1px solid #444444;
}

.altair-home-banner-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0px 0 0px;
}

.altair-home-banner-image-block {
  position: relative;
  transition: 1s;
}


.not-active {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

.current .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.current1 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.current2 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.current3 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.current4 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}


.current5 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}


.current6 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.current7 .not-active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}



.altair-home-banner-image-01 img, .altair-home-banner-image-02 img, .altair-home-banner-image-03 img {
  object-fit: cover;
  height: 300px;
}



/* to remove slide effect  css */
.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}


.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
  }

  100% {
    opacity: 0;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
  }

  100% {
    opacity: 0;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
  }
}





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

  #altair-home-banner-section {
    position: relative;
    padding-bottom: 0px;
    min-height: 800px !important;
  }


  .altair-home-banner-img {
    flex-basis: 33.33%;
    border: 0.5px solid #444444;
    height: 240px;
    width: 33.33%;
    transition: 1s;
    border-right: 0;
    border-top: 0;
  }

  .altair-home-banner-image-01 img,
  .altair-home-banner-image-02 img,
  .altair-home-banner-image-03 img {
    object-fit: cover;
    height: 240px;
  }

}




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

  .altair-home-banner-img {
    flex-basis: 33.33%;
    height: 180px;
    width: 33.33%;
    transition: 1s;
  }

  .altair-home-banner-image-01 img,
  .altair-home-banner-image-02 img,
  .altair-home-banner-image-03 img {
    object-fit: cover;
    height: 180px;
  }
}


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

  .altair-home-banner-img {
    flex-basis: 33.33%;
    height: 180px;
    width: 33.33%;
    transition: 1s;
  }

  .altair-home-banner-image-01 img,
  .altair-home-banner-image-02 img,
  .altair-home-banner-image-03 img {
    object-fit: cover;
    height: 180px;
  }

  #altair-home-banner-section {
    z-index: 0;
  }
  .altair-home-banner-border-block {
    z-index: -1;
    display: flex;
  }


}

@media screen and (max-width: 576px) {
  .altair-home-banner-img {
    flex-basis: 33.33%;
    height: 150px;
    width: 33.33%
  }

  .altair-home-banner-image-01 img,
  .altair-home-banner-image-02 img,
  .altair-home-banner-image-03 img {
    object-fit: cover;
    height: 150px;
  }
}

/* 
///////////////////////////////// */


.altair-home-banner-text-block p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.altair-home-banner-text-block h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 53px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-bottom: 20px;

}


button.button-01 {
  background: #FFFFFF;
  border: 0;
  padding: 14px 25px;
  border-radius: 100px;
  color: #344054;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: .25s;
  min-width: 150px;
}

button.button-01.btn-border {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

button.button-01 span {
  background-color: #FF7B42;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}


button.button-03 {
  background: #FFFFFF;
  border: 0;
  padding: 14px 25px;
  border-radius: 100px;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: .25s;
  font-size: 16px;
  color: #344054;
  transition: .25s;
  min-width: 150px;
  border: 1px solid #D0D5DD;
  justify-content: center;
}

button.button-03 span {
  background-color: #FF7B42;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}
section#altair-home-banner-section .button-01 {
  position: absolute;
  z-index: 10;
}


#banner-text-slider {
  position: relative;
}

/*  Numbers */
#banner-text-slider .owl-dots {
  counter-reset: dots;
  position: absolute;
  left: 0;
  bottom: -160px;
}

#banner-text-slider .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

#banner-text-slider .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

#banner-text-slider .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px 2px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
  background: #3C3C3C !important;
  transition: .25s;
}

#banner-text-slider .owl-dot.active span {
  width: 50px;
  height: 4px;
  margin: 5px 2px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
  background: #FF7B42 !important;
  transition: .25s;
}

#banner-text-slider.owl-carousel button.owl-dot {
  background: transparent !important;
  text-decoration: none;
  margin: 5px 0px;
  border-radius: 0% !important;
  text-align: center;
  color: #fff !important;
  border: 0;
  width: auto !important;
  height: auto !important;
  transition: .25s;
  font-weight: 400;
  font-size: 15px;
}


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

  .altair-home-banner-text-block {
    padding: 40px 0px 40px 0px;
  }

  #banner-text-slider .owl-dots {
    bottom: -110px;
  }



}


/* 
///////////////////////////product section/////////////////////////// */


section#product-section {
  position: relative;
  padding: 60px 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  color: #1B1C31;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
}

.product-block-content-item {
  position: relative;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.product-block-content-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(180deg, #636160 0%, rgba(196, 196, 196, 0) 100%);
  z-index: -1;
}

.product-block-content-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/product-border.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
  z-index: -1;
}


.slider .product-block-content-item-text {
  position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 15px;
}
.slider .product-block-content-item::before { 
  z-index: 1;
}

.slider .product-block-content-item {
  margin-right: 30px;
  padding: 0;
  min-height: unset;
}
.slider .product-block-content-item-img img {
  transition: .3s;
  height: unset;
  object-fit: unset;
}


.product-block-content-item-text {
  text-align: center;
  margin-bottom: 15px;
}

.product-block-content-item-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.product-block-content-item-img {
  position: relative;
  transition: .3s;
  overflow: hidden;
  background-color: #fff;
}

.product-block-content-item-img img:hover {
  transform: scale(1.1);
  transition: .3s;
}

.product-block-content-item-img img {
  transition: .3s;
  height: 240px;
  object-fit: cover;
}

.product-block-content-item-img button.button-01 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0%);
}

button.button-01:hover {
  background-color: #FF7B42;
  transition: .25s;
  color: #fff;
}

button.button-01:hover span {
  background-color: #fff;
  transition: .25s;
}

button.button-03:hover {
  background-color: #FF7B42;
  transition: .25s;
  color: #fff;
}

button.button-03:hover span {
  background-color: #fff;
  transition: .25s;
}


button.view-all-btn {
  border: 0;
  margin-bottom: 30px;
}

button.view-all-btn {
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 10px auto;
}

button.view-all-btn svg {
  margin-right: 5px;
}



section#altair-about-section {
  position: relative;
  padding: 80px 0;
}



section#altair-about-section::before {
  background-color: rgba(255, 123, 66, 0.11);
  position: absolute;
  content: "";
  height: 80%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}


.altair-about-video-block {
  background-image: url(../img/altair-about-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 30px;
  margin-top: 40px;
}

.altair-about-video-block-text {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.altair-about-video-block-icon {
  width: 160px;
  margin-left: 80px;
}

.altair-about-video-block-icon img {
  width: 100%;
}

.altair-about-video-block-text h4 {
  font-size: 40px;
  line-height: 55px;
}

.row.altair-about-block {
  align-items: center;
}

.altair-about-text-block h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1B1C31;
}

.altair-about-text-block h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 10px 0 30px;
}

.altair-about-text-block p {
  margin-bottom: 20px;
  font-size: 16px;
}

button.button-02 {
  background-color: #FF7B42;
  transition: .25s;
  color: #fff;
  border: 0;
  padding: 14px 25px;
  border-radius: 100px;

  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;

  display: flex;
  align-items: center;
  transition: .25s;
}

button.button-02 span {
  background-color: #fff;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}



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

.product-block-content-item {
  position: relative;
  padding: 40px 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  justify-content: space-evenly;
}
.product-block-content-item-text h3 {
  margin-bottom: 10px;
}


}

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


  #altair-home-banner-section {
    min-height: 618px !important;
}

  .product-block-content-item-img button.button-01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 14px 10px;
    width: 80%;
    text-align: center;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .altair-about-video-block-icon {
    width: 100px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}


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

  .home-banner-block-01.mob-banner-block {
    display: none;
  }

  .altair-home-banner-border-block .home-banner-block-01 {
    flex-basis: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .product-block-content-item-img button.button-01 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 70%;
    text-align: center;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #altair-home-banner-section {
    min-height: 450px;
    padding-bottom: 60px;
  }
  .home-body #altair-home-banner-section {
    min-height: 527px !important;
    margin-top: 0;
}


  button.view-all-btn {
    margin: 0px auto;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .product-block-content-item {
    position: relative;
    padding: 40px 30px;
    margin-bottom: 0;
    margin-top: 20px;
  }

}


@media screen and (max-width: 500px) {
  .product-block-content-item-img button.button-01 {
    position: absolute;
    top: 60%;

  }

}


@media screen and (max-width: 380px) {
  .product-block-content-item-img button.button-01 {
    position: absolute;
    top: 50%;

  }

}

.projects-count-block {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(90deg, rgba(144, 156, 146, 0.21) 0.01%, #909C92 46.88%, rgba(144, 156, 146, 0) 100.01%);
}

.row.altair-projects-block {
  margin-bottom: 50px;
}


.projects-count-block-item {
  flex-basis: 25%;
  width: 25%;
  text-align: center;
  padding: 20px 20px;
  border-right: 1px solid #909C92;
  position: relative;
  transition: height .75s ease;
  min-height: 180px;
}

.projects-count-block-item:last-child {
  border-right: 0px solid #909C92;
}

.projects-list-block {
  transition: .5s;
  overflow: hidden;
  margin-bottom: 30px;
}

.projects-count-block-item span {
  color: rgba(255, 123, 66, 0.76);
  display: block;
  margin-bottom: 6px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.projects-count-block-item h4 {
  font-weight: 500;
  font-size: 25px;
}

.projects-list-block {
  transition: .5s;
  overflow: hidden;
  margin-bottom: 30px;
}

.projects-list-block-img {
  position: relative;
}

.projects-list-block-text {
  position: absolute;
  bottom: 0;
  width: 95%;
  left: 50%;
  background: linear-gradient(178.21deg, rgba(78, 78, 78, 0.86) -4.06%, rgba(196, 196, 196, 0) 128.93%);
  border-radius: 0px 0px 10px 10px;
  padding: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transform: translate(-50%, 100px);
  transition: .5s;
}

i.projects-icon img {
  height: 40px;
  transition: .5s;

}

.projects-list-block-img img {
  height: 400px;
  object-fit: cover;

}

i.projects-icon {
  transition: .5s;
}

.projects-list-block-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.projects-text-hover-box {
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.projects-list-block:hover .projects-text-hover-box {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: .5s;
}


.projects-list-block:hover .projects-list-block-text {
  transform: translate(-50%, 0px);
  transition: .5s;
}

.projects-list-block:hover .projects-icon {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}




/* 
////////////////box hover effect//////////////////// */


.awa-list {
  position: relative
}

.awa-list:hover .inner-block:before,
.awa-list:hover .slider-top-right:after {
  height: 100%
}

.awa-list:hover .inner-block:after,
.awa-list:hover .slider-top-right:before {
  width: 100%
}

.slider-top-right:before,
.inner-block:after {
  height: 2px;
  transition: width .75s ease;
  width: 0
}

.slider-top-right:after,
.inner-block:before {
  height: 0;
  transition: height .75s ease;
  width: 2px
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
  background-color: #fff;
  background: #000;
  content: '';
  display: block;
  position: absolute
}

.inner-block {
  font-size: 2em;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2
}

.inner-block:before {
  bottom: 0;
  left: 0
}

.inner-block:after {
  bottom: 0;
  right: 0
}

.slider-top-right {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-top-right:before {
  top: 0;
  left: 0
}

.slider-top-right:after {
  top: 0;
  right: 0
}







.quantity {
  display: flex;
  border: 1px solid #FF7B42;
  align-items: center;
  padding: 8px 0px;
  height: 40px;
}

.quantity p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.72);
  padding: 0 8px;
  margin-bottom: 0;
}



.quantity span {
  background-color: #FF7B42;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  padding: 0 6px;
}



div#loadMore {
  text-align: center;
  padding: 190px 0 50px;
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 50px;
  background: linear-gradient(2.52deg,
      #ffffff 30.48%,
      rgba(255, 255, 255, 0.460723) 94.16%,
      rgba(255, 255, 255, 0) 101.25%);
}

div#loadMore a {
  color: #28478b;
  font-family: "DM Sans";
  text-transform: uppercase;
  font-weight: 900;
}

div#loadMore svg {
  margin-top: -5px;
  margin-left: 10px;
}

section#altair-projects-section {
  position: relative;
}

.projects-list-block {
  display: none;
}




#loadMore {
  text-align: center;

}

#loadMore::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 15.16%, rgba(255, 255, 255, 0) 100%);
  height: 90px;
  bottom: 60px;
  z-index: 9;
  transform: rotate(180deg);
}

#loadMore svg {
  margin-top: -5px;
  margin-left: 10px;
}

section#faq-section {
  padding: 80px 0;
  position: relative;
  margin-bottom: 50px;
}

button.faq-btn {
  margin-top: 20px;
  border: 0;
  background-color: transparent;
  color: #FF7B42;
}

button.faq-btn svg {
  margin-left: 5px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #8896A6;
  padding: 15px 0;
}

.accordion .accordion-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  font-size: 14px;
  font-weight: 200;
}

.accordion .accordion-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
  font-size: 14px;
  font-weight: 200;
}

.accordion-header a {
  color: #1B1C31;
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
}

.accordion-block-content p {
  font-size: 16px;
}

.accordion-block-content {
  padding: 15px 0px 20px;
}




#altair-empowered-section {
  position: relative;
}

#altair-empowered-section::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  background-image: url(../img/empowered-wrapper-img.jpg);
  height: 100%;
  background-repeat: no-repeat;

}

.altair-empowered-wrapper-bg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  top: 0;
  background: linear-gradient(269.28deg, #FFFFFF 22.11%, rgba(255, 255, 255, 0) 74.25%);
  height: calc(100% + 0px);
}

.row.altair-empowered-block {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.altair-empowered-logo-block {
  margin-left: 5%;
}

.altair-empowered-logo-block-02 {
  display: flex;
  align-items: center;
}

.altair-empowered-logo-block-02 h6 {
  font-weight: 800;
  font-size: 20px;
}

.altair-empowered-logo-block-items {
  display: flex;
  margin-left: 40px;
}

.altair-empowered-logo-block-items img {
  flex-basis: 33.33%;
  width: 110px;
  margin: 0 12px;
}



h3.reach-to-us-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
}

.reach-to-us-block {
  position: relative;
  padding: 40px;
}

.reach-to-us-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 88%;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 123, 66, 0.11);
}


.reach-to-us-block-01,
.reach-to-us-address-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.reach-to-us-address-block-item span {
  color: rgba(255, 123, 66, 0.76);
  letter-spacing: 5px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.reach-to-us-address-block-item {
  margin-bottom: 20px;
}

.reach-to-us-address-block-item h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

section#reach-to-us-section {
  margin-bottom: 40px;
}


footer {
  background: #010101;
  padding: 40px 0;
}

ul.footer-menu {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.411);
  padding-bottom: 30px;
  margin-bottom: 30px;

}

ul.footer-menu li a {
  margin-right: 35px;
  color: #fff;
  font-size: 14px;
}

.footer-des p {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.pr-te-block {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pr-te-block ul {
  display: flex;
}

.pr-te-block ul li a {
  margin-right: 25px;
  color: #fff;
}

ul.social-media-block li a {
  margin-right: 0;
  margin-left: 25px;
}

.footer-logo-block {
  display: flex;
}

.footer-des {
  margin-left: 60px;
}

section#altair-empowered-section {
  margin: 40px 0;
  border-top: 1px solid rgba(98, 98, 98, 0.13);
  border-bottom: 1px solid rgba(98, 98, 98, 0.13);
}

.iti__selected-flag {
  height: 50px !important;
}

#popupFrm .iti__selected-flag {
  height: 60px !important;
  align-items: end;
  padding-bottom: 20px;
}


.model-text-block .iti.iti--allow-dropdown {
  width: 100%;
}


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

  .pr-te-block ul li a {
    margin-right: 20px;
    color: #fff;
    font-size: 13px;
  }

}


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

  .altair-empowered-logo-block-items {
    display: flex;
    margin-left: 0px;
  }

  .footer-logo-block {
    display: flex;
    flex-direction: column;
  }

  .footer-des {
    margin-left: 0;
    margin-top: 15px;
  }

  .projects-list-block-text {
    width: 95%;
    padding: 20px 15px;
  }

  .projects-list-block-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }

  button.button-01 {
    background: #FFFFFF;
    border: 0;
    padding: 10px 10px;
    border-radius: 100px;
    color: #344054;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: .25s;
    min-width: 120px;
    justify-content: center;
  }

  button.button-02 {
    background-color: #FF7B42;
    transition: .25s;
    color: #fff;
    border: 0;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    justify-content: center;
  }

  button.button-03 {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
}


  .projects-list-block-img img {
    height: 250px;
    object-fit: cover;
  }


  .altair-empowered-logo-block-items img {
    flex-basis: 33.33%;
    width: 70px;
    margin: 0 2px;
  }

  .altair-empowered-logo-block-02 h6 {
    font-weight: 800;
    font-size: 16px;
    margin-right: 10px;
  }

  .altair-empowered-wrapper-bg {
    position: relative;
  }

  #altair-empowered-section::before {
    width: 40%;
  }

  .altair-empowered-logo-block {
    margin-left: 0%;
  }


}



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

  .quantity p {
    font-size: 12px;
    padding: 0 6px;
    margin-bottom: 0;
  }

  .quantity span {
    font-size: 12px;
  }

  button.button-01 {
    font-size: 12px;
  }

  .projects-text-hover-box {
    margin-top: 10px;
  }

  .projects-list-block-text {
    transform: translate(-50%, 80px);
    transition: .5s;
  }

}

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

  .pr-te-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  ul.footer-menu li a {
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
  }

  .altair-about-text-block {
    margin-top: 40px;
  }

  .projects-list-block-text h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .projects-text-hover-box {
    flex-direction: column;
    margin-top: 10px;
  }

  .projects-list-block-text {
    transform: translate(-50%, 100px);
    transition: .5s;
  }

  .quantity {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .projects-text-hover-box button.button-01 {
    margin: 0px auto;
  }

  .pr-te-block ul li a {
    margin-right: 14px;
    color: #fff;
    font-size: 12px;
  }

  .altair-empowered-logo-block-02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    background-color: #fff;
    padding: 20px;
  }


  #altair-empowered-section::before,
  .altair-empowered-wrapper-bg::after {
    width: 100%;
    background-size: contain;
  }

  .altair-empowered-logo-block {
    text-align: center;
    padding-top: 40px;
  }

  .altair-empowered-wrapper-bg::after {
    display: none;
  }

  footer {
    background: #010101;
    padding: 40px 0 80px;
  }



}



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

  .projects-count-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }


  .projects-count-block {
    border-top: 0px solid;
    border-bottom: 0px solid;
    border-image-slice: 1;
    border-width: 0px;
    border-image-source: linear-gradient(90deg, rgba(144, 156, 146, 0.21) 0.01%, #909C92 46.88%, rgba(144, 156, 146, 0) 100.01%);
}

  .projects-count-block-item {
    flex-basis: 50%;
    width: 50%;
    text-align: center;
    padding: 40px 20px;
    border-bottom: 0px;
    border-right: 0px;
  }

  .altair-about-text-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .projects-count-block::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(144, 156, 146, 0.21) 0.01%, #909C92 46.88%, rgba(144, 156, 146, 0) 100.01%);
    height: 5px;
    width: 100%;
    top: 49%;
  }

  .projects-count-block::after {
    position: absolute;
    content: "";
    border-left: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, rgba(144, 156, 146, 0.21) 0.01%, #909C92 46.88%, rgba(144, 156, 146, 0) 100.01%);
    height: 100%;
    width: 5px;
    left: 49%;
}



  .altair-about-video-block {
    margin-top: 0;
  }

  .projects-count-block-item:nth-child(2) {
    border-right: 0px solid #909C92;
  }
  #loadMore::before {
    bottom: 50px;
    height: 210px;
  }

  button.button-01 {
    padding: 10px 20px;
  }

  .altair-empowered-logo-block-02 {
    margin-top: 20px;
    flex-direction: column;
  }

  .altair-empowered-logo-block {
    text-align: center;
    padding-top: 0px;
  }


}

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



  ul.footer-menu li {
    margin-bottom: 10px;
  }

  section#faq-section {
    padding: 40px 0;
    position: relative;
  }
}



@media screen and (max-width: 360px) {
  i.projects-icon img {
    height: 30px;
    transition: .5s;
  }


}



/* 
//////////////////////////////about page//////////////////////////////// */


#altair-about-banner-section {
  position: relative;
  padding-bottom: 60px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 60px;
  margin-top: 85px;
}

#altair-about-banner-section::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}

.altair-about-banner-text-block {
  padding: 0 0px 0 30px;
  align-items: center;
  position: relative;
}

.altair-about-banner-text-block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}

.altair-about-banner-text-block h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 66px;
  color: #fff;

  /* 
  background: linear-gradient(129.63deg, #FFFFFF 27.35%, rgba(255, 255, 255, 0) 104.04%, rgba(255, 123, 66, 0.29) 137.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; */
  margin-top: 15px;
  margin-bottom: 30px;
}


.altair-about-banner-tile {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
}

.altair-about-video-block-02 {
  background-image: url(../img/altair-about-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0px;
  margin-top: 0px;
}

.altair-about-video-block-icon-02 {
  width: 100px;
  margin-left: 0px;
  height: 100px;
  background: #FF7B42;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}




.altair-about-video-block-icon-02 img {
  width: 100px;
}

.altair-about-video-block-text-02 {
  margin-top: 20px;
}

.altair-about-video-block-text-02 h3 {
  color: #fff;
}

.altair-about-video-block-text-02 p {
  color: #fff;
}

section#altair-about-section-02 {
  position: relative;
  padding-top: 0px;
  background-color: #000;
}

section#altair-about-section-02::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000000 2.78%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  top: 0px;
  right: 0;
  height: 70%;
}

.about-mission-block {
  background: rgba(255, 123, 66, 0.11);
  backdrop-filter: blur(66px);
  -webkit-backdrop-filter: blur(66px);
  padding: 140px 50px;
  transform: translateY(-60px);
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .about-mission-block {
    background-color: rgba(255, 123, 66, 0.11);
    backdrop-filter: blur(66px);
    -webkit-backdrop-filter: blur(66px);
    padding: 140px 50px;
    transform: translateY(-60px);

  }
}


.about-mission-text-block-title h2 {
  color: #FF7B42DE;
  font-size: 6vw;
  font-weight: 800;
}

.row.block-rev {
  flex-direction: row-reverse;
}

.about-mission-text-block p {
  color: #8A6F64;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-weight: 400;
}

.about-vision-block {
  background-color: #010101;
  padding: 140px 50px;
  color: #fff;
  transform: translateY(-60px);
}

.about-vision-text-block-title h2 {
  font-size: 6vw;
  font-weight: 800;
}

.about-vision-text-block p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-weight: 400;
  color: #fff;
}

.about-vision-text-block span {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  font-weight: 400;
}


.about-mission-text-block-title,
.about-vision-text-block-title {
  text-align: center;
}



#why-altair-section {
  padding: 20px 0 80px;
}

.why-altair-title-block {
  text-align: center;
  padding-bottom: 60px;
}

.why-altair-block-item {
  width: 90%;
  background-color: rgba(255, 123, 66, 0.11);
  padding: 50px 30px 30px;
  margin-bottom: 50px;
  min-height: 250px;
}

.why-altair-block-item p {
  color: #8A6F64;
  font-size: 16px;
  margin-top: 15px;
}

.why-altair-block-item-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(196, 196, 196, 0) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 50%;
  padding: 15px;
  top: -30px;
  position: absolute;
}

.why-altair-block-item-icon img {
  width: 100%;
}

.about-footer-wrapper-block {
  display: flex;
  position: relative;
}

.about-footer-wrapper-block-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #fff;
}

.about-footer-wrapper-block-img {
  position: relative;
}

.about-footer-wrapper-block-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -2px;
  background: linear-gradient(180deg, #000000 2.78%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(180deg);
}

.about-footer-wrapper-block a {
  position: relative;
  flex-basis: 33.33%;
  width: 33.33%;
}


h3.loading-no-result{
  font-size: 1.5rem;
  font-weight: 300;
}
div#faqEmpty h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 20px;
}

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

  .why-altair-block-item {
    min-height: 280px;
  }
}

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

  .altair-about-banner-text-block h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 45px;
  }

  #altair-about-banner-section {
    min-height: 80vh;
  }

  section#altair-empowered-section {
    margin: 40px 0 0;
  }
  .why-altair-block-item {
    padding: 50px 20px 15px;
  }


}



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

  .altair-about-banner-text-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .altair-about-banner-text-block {
    margin-bottom: 40px;
  }


  .about-mission-text-block-title h2,
  .about-vision-text-block-title h2 {
    font-size: 4rem;
  }

  .about-mission-text-block-title,
  .about-vision-text-block-title {
    text-align: left;
  }

  .altair-empowered-logo-block-items img {
    flex-basis: 33.33%;
    width: 80px;
    margin: 0 12px;
  }

  #altair-about-banner-section {
    min-height: 80vh;
  }
}


@media screen and (max-height: 500px) {

  #altair-about-banner-section {
    min-height: 480px;
  }
}

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

  .why-altair-block-item {
   min-height: auto;
  }

  #altair-about-banner-section {
    min-height: 65vh;
  }

  .about-footer-wrapper-block-text h4 {
    font-size: 13px;
  }

  .about-mission-block,
  .about-vision-block {
    padding: 80px 30px;
  }

  .about-vision-text-block p,
  .about-mission-text-block p {
    text-align: left;
  }

  .why-altair-block-item {
    margin: 0px auto;
    margin-bottom: 50px;
  }

  #why-altair-section {
    padding: 20px 0 60px;
  }

  .about-footer-wrapper-block {
    display: flex;
    position: relative;
    flex-direction: column;
  }

  .about-footer-wrapper-block a {
    position: relative;
    flex-basis: 100%;
    width: 100%;
  }


}

/* 

//////////////////////////case studies ////////////////////////// */

#altair-inner-banner-section {
  position: relative;
  padding-bottom: 60px;
  min-height: 50vh;
  display: flex;
  align-items: center;
  margin-top: 85px;
}

#altair-inner-banner-section::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}

.altair-inner-banner-border-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  display: flex;
  overflow: hidden;
}

.inner-banner-block-01 {
  width: 100%;
}

li.altair-inner-banner-border {
  border: 1px solid #444444;
  height: 250px;
  width: 16.6666666667%;
  border-right: 0;
  border-top: 0;
}

.inner-banner-text-block-02 h3 {
  font-size: 25px;
  color: #fff !important;
  font-weight: 300;
  letter-spacing: 0.01em;
}


.inner-banner-text-block-02 h3 span {
  font-weight: 500;
  border-bottom: 1px solid #FF7B42;
}

.case-studies-list-block {
  overflow: hidden;
  margin-bottom: 40px;
  transition: .5s;
  position: relative;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.case-studies-list-block:hover .projects-text-hover-box {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  transition: .5s;
}


.case-studies-list-block:hover .projects-list-block-text {
  transform: translate(-50%, 0px);
  transition: .5s;
}

#altair-case-studies-section {
  transform: translateY(-80px);
  position: relative;
}

.case-studies-list-block-text h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-studies-list-block-text {
  position: relative;
  width: 100%;
  background: linear-gradient(177.86deg, rgba(1, 1, 1, 0.7) 15.05%, rgba(196, 196, 196, 0) 903.08%);
  border-radius: 0px 0px 10px 10px;
  padding: 20px 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: .5s;
}

.case-studies-text-hover-box {
  width: fit-content;
}

.case-studies-list-block-text p {
  color: #fff;
  font-size: 15px;
}




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

  .case-studies-list-block-img img {
    height: 280px;
    object-fit: cover;
  }

  .case-studies-list-block-text {
    padding: 15px 20px;
  }

  .case-studies-list-block-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
}


.inner-banner-text-block-02 {
  text-align: right;
}



@media screen and (max-width: 767px) {
  .inner-banner-text-block-02 {
    margin-bottom: 50px;
  }

  .inner-banner-text-block-02 {
    text-align: left;
  }


  li.altair-inner-banner-border {
    border: 1px solid #4444448c;
    height: 180px;
    width: 33.333%;
    border-right: 0;
    border-top: 0;
  }

  section#altair-about-section-02 {
    padding-top: 30px;
  }

  section#altair-about-section-02::before {
    top: 20px;
  }
}

/* 
///////////////////////faq////////////////////// */

#altair-faq-banner-section {
  position: relative;
  padding-bottom: 0px;
  min-height: 70vh;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  margin-top: 85px;
}

#altair-faq-banner-section::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}


.altair-faq-banner-text-block h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.altair-faq-banner-text-block p {
  color: #fff;
  margin-top: 10px;
}


section#faq-inner-section {
  padding: 80px 0 0;
  position: relative;
  margin-bottom: -200px;
}

.faq-inner-block-bg {
  background-color: #fff;
  transform: translateY(-300px);
  padding: 60px;
  position: relative;
}
.faq-inner-block-bg.content-block {
  padding-bottom: 0;
}


.faq-icon {
  position: absolute;
  top: -90px;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #FF7B42;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.faq-icon img {
  width: 18px;
  object-fit: contain;
}


button.view-all-btn2 {
  border: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #000000;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.view-all-btn2 span {
  margin-right: 10px;
}



.altair-faq-banner-text-block {
  margin-bottom: 260px;
}



@media screen and (min-height: 900px) {

  #altair-faq-banner-section,
  #altair-inner-banner-section {
    height: 500px;
    min-height: 500px;
  }

  #altair-contact-banner-section {
    height: 600px;
    min-height: 500px;
  }

  .product-banner {
    min-height: 65vh;
  }

  #altair-about-banner-section {
    min-height: 60vh;
  }
}

@media screen and (min-height: 1024px) {

  #altair-faq-banner-section,
  #altair-inner-banner-section {
    height: 500px;
    min-height: 500px !important;
  }

  #altair-contact-banner-section {
    height: 600px;
    min-height: 600px !important;
  }

  .product-banner {
    min-height: 65vh;
  }

  #altair-about-banner-section {
    min-height: 50vh;
  }
}



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

  #altair-faq-banner-section {
    min-height: 50vh;
  }

  .faq-inner-block-bg {
    background-color: #fff;
    transform: translateY(-200px);
    padding: 40px;
    position: relative;
  }

  .inner-banner-text-block-02 {
    margin-bottom: 40px;
  }

  .altair-home-banner-text-block.altair-case-studies-banner-text {
    padding: 120px 0 60px;
    text-align: center;
  }
  .altair-home-banner-text-block.altair-case-studies-banner-text.custom {
    padding: 50px 0 60px;
    text-align: center;
  }
  
  .altair-home-banner-text-block.altair-case-studies-banner-text.custom h1 {
    margin-top: 3px;
    margin-bottom: 20px;
  }

  .altair-home-banner-text-block h1 {
    font-size: 40px;
    line-height: 42px;
    margin-top: 10px;
  }

  .altair-home-banner-text-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
  }


  .inner-banner-text-block-02 h3 {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .inner-banner-text-block-02 h3 span {
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 8px;
    font-size: 26px;
  }

  #altair-case-studies-section {
    transform: translateY(-60px);
    position: relative;
    margin-bottom: -30px;
  }

  .faq-icon {
    top: -220px;
  }

  .altair-faq-banner-text-block {
    margin-bottom: 180px;
  }

  .altair-faq-banner-text-block h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
  }

}





@media screen and (max-width: 390px) {
  .faq-icon {
    top: -260px;
  }
}




@media screen and (max-width: 325px) {
  .section-title h2 {
    font-size: 33px;
    line-height: 39px;
  }

}

/* 
///////////////////////////benefits page//////////////////////////////// */

.benefits-inner-banner-img {
  display: flex;
  justify-content: end;
  padding-right: 30px;
  position: absolute;
  right: 30px;
  top: -360px;
  width: 26%;
}

.benefits-inner-banner-img img {
  width: 100%;
}

.row.benefits-content-block {
  padding-top: 100px;
}

.benefits-count-text-block {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.benefits-count span {
  background-color: #FF7B42;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
}

.benefits-count {
  display: flex;
  background-color: rgba(255, 123, 66, 0.29);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.benefits-count-text-block h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #1B1C31;
  margin-bottom: 0;
  margin-left: 15px;
}

section#altair-benefits-section {
  padding-bottom: 40px;
}

.company-listing-faq-block-title h2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #1B1C31;
  margin-bottom: 0;
}


.benefits-content-block-text {
  background: rgba(255, 123, 66, 0.06);
  padding: 40px 40px;
}

.benefits-content-block-text h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0;
  margin-left: 15px;
}

.benefits-content-block-text p {
  color: #1B1C31;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.benefits-content-block-text-list-item {
  background: transparent;
  border: 1px solid #E3E3E3;
  padding: 40px;
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}

.panel.panel-default.according-faq-block {
  margin-bottom: 40px;
}

.benefits-content-block-text-list-item-block {
  flex-basis: 40%;
  width: 40%;
  position: relative;
}

.benefits-content-block-text-list-item-block:first-child::before {
  position: absolute;
  content: "";
  height: calc(100% + 80px);
  width: 1px;
  background-color: #DADADA;
  right: -25%;
  top: -40px;
}





.benefits-content-block-text-list-item-block h5 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.benefits-content-block-text-list-item-block ul li {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 400;
}

.benefits-content-block-text-list-item-block ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  background-image: url(../img/Checkmark.svg);
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
}

section#contact-us-section {
  padding: 30px 0;
}


.contact-us-block {
  margin: 60px 0 50px;
  position: relative;
  background-image: url(../img/contact-wrapper-img.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: left;
  padding: 40px 40px 0px;
}

h3.contact-us-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #979797;
}

.contact-wrapper-details span {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.28em;
  color: rgba(161, 161, 161, 0.76);
  text-transform: uppercase;
}

.contact-wrapper-icon {
  margin-right: 15px;
}

.contact-wrapper-details {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}

.contact-wrapper-details h6 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.contact-wrapper-details h6 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-top: 6px;
}

a.contact-wrapper-btn {
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
  width: fit-content;
  margin-right: 0;
  float: right;
}

.contact-overflow-img {
  position: relative;
}

.contact-overflow-img img {
  position: absolute;
  top: -130px;
  left: 100px;
}


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

  .benefits-inner-banner-img {
    top: -280px;
  }
}


@media screen and (max-width: 991px) {
  h3.contact-us-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #979797;
    margin-bottom: 30px;
  }

  .contact-overflow-img img {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .row.benefits-content-block {
    padding-top: 50px;
  }
}



@media screen and (max-width: 767px) {
  .benefits-inner-banner-img {
    display: flex;
    justify-content: end;
    padding-right: 0px;
    position: absolute;
    right: 0px;
    top: -280px;
    width: 35%;
  }

  .benefits-count-text-block h3 {
    font-size: 25px;
    line-height: 30px;
    margin-left: 15px;
  }


  a.contact-wrapper-btn {
    display: flex;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
  }

  .contact-overflow-img {
    position: relative;
    margin: 0px auto;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .benefits-content-block-text-list-item {
    flex-direction: column;
  }

  .benefits-inner-banner-img {
    display: none;
  }

  .contact-overflow-img {
    position: relative;
    width: 180px;
    margin: 0px auto;
  }

  .contact-overflow-img img {
    width: 100%;
  }

  .benefits-content-block-text-list-item-block {
    flex-basis: 100%;
    width: 100%;
    position: relative;
  }

  .benefits-content-block-text-list-item-block {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    padding: 30px 0;
  }

  .benefits-content-block-text-list-item {
    padding: 20px 40px;
  }


  .benefits-content-block-text-list-item-block:first-child::before {
    height: 1px;
    width: 100%;
    background-color: #DADADA;
    right: auto;
    top: auto;
    bottom: 15px;
  }

  .altair-home-banner-text-block.altair-benefits-banner-text a {
    text-align: center;
    margin: 0px auto;
  }

  .altair-home-banner-text-block.altair-benefits-banner-text {
    text-align: center;
    margin: 0px auto;
  }

  .row.benefits-content-block {
    padding-top: 50px;
  }


  .benefits-count {
    width: 60px;
    height: 60px;
  }

  .benefits-count span {
    font-size: 16px;
    width: 35px;
    height: 35px;

  }

  .benefits-content-block-text h3 {
    font-size: 22px;
  }

  .benefits-count-text-block {
    margin-bottom: 20px;
  }

  .contact-us-block {
    padding: 40px 20px 0px;
  }

  .altair-about-video-block {
    padding: 20px 30px;
  }

  .benefits-count-text-block h3 {
    line-height: 26px;
    font-size: 20px;
  }


}


/* 
////////////////////////contact page//////////////////////// */



.altair-inner-banner-border-block-02 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: transparent;
  display: flex;
  overflow: hidden;
}

header#header.contact-header {
  position: fixed;
  background-color: transparent !important;
    
}

header#header.contact-header.da-is-sticky {
  border-bottom: 0px solid #444444;
}



header#header.contact-header .hedaer-border-block {
  display: none;
}

header#header.product-header {
  position: fixed;
  background-color: transparent !important;
}
header#header.product-header.da-is-sticky {
  border-bottom: 0px solid #444444;
}




header#header.contact-header.da-is-sticky .hedaer-border-block{
  display: flex;
}



.contact-header::before {
  display: none !important;
}


.contact-banner {
  background-image: url(../img/contact-banner.jpg);
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 0;
  padding-top: 100px;
  position: relative;
}

.contact-banner::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}


.altair-contact-banner-text {
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.altair-contact-form {
  position: relative;
  transform: translateY(160px);
}

.altair-contact-form::before {
  background: linear-gradient(359.78deg, rgba(255, 123, 66, 0.76) -24.68%, rgba(255, 123, 66, 0.16) 112.42%);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  width: 115.5%;
  height: 120%;
  content: "";
  position: absolute;
  top: -10%;
  z-index: -1;
  left: 8%;

}

.contact-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px 5px rgb(204 204 204 / 29%);
  padding: 40px;
}

input.form-input {
  width: 100%;
  border-color: #D6CECE;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #D6CECE;
  padding: 0 10px;
  color: #706666;
  font-size: 18px;
}



textarea.form-textarea {
  width: 100%;
  border-color: #D6CECE;
  border-radius: 8px;
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid #D6CECE;
  padding: 10px 10px;
  color: #706666;
  font-size: 18px;
}

.contact-form .form-textarea,
input.form-input:focus {
  text-decoration: none;
  outline: none;
}

.contact-details-text {
  padding: 40px 0;
}

.contact-details-text-block-item span {
  color: rgba(255, 123, 66, 0.76);
  letter-spacing: 0.1em;
}

/*
.contact-details-text-block-item h6 {
  color: #626262;
}

.contact-details-text-block-item h6 a {
  color: #626262;
}
*/

.contact-wrapper-details.contact-page-details-block .contact-wrapper-icon {
  background-color: #010101;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#contact-details-section {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-details-text-block-item.contact-address-block {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    padding-bottom: 30px;
    width: 100%;
    gap: 20px;
}

.contact-address-block-item-full-width {
  width: 33.33%;
  margin-left: 60px;
  flex-basis: 33.33%;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
}

.contact-address-block-item-full-width h6 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.contact-page-details-block-title {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 25px;
}

.contact-page-details-block-title h4 {
  font-weight: 800;
}

.contact-page-details-block-title span a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.contact-page-details-block-title span a svg {
  margin-right: 5px;
}


.contact-address-block-item {
  width: 33.33%;
  flex-basis: 33.33%;
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: end;
}

.contact-address-block-item:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0.24);
}

section#faq-contact-section {
  padding: 80px 0;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

input.form-input.error {
  margin-bottom: 10px !important;
}





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

  .altair-contact-form::before {
    width: 96%;
  }

}


@media screen and (max-width: 991px) {
  input.form-input {
    font-size: 14px;
  }

  .altair-contact-form::before {
    width: 90%;
    height: 114%;
  }

  textarea.form-textarea {
    font-size: 14px;
  }

  .contact-banner {
    min-height: 75vh;
    height: auto;
  }

  .altair-contact-form {
    position: relative;
    transform: translateY(40px);
  }

  .altair-contact-banner-text {
    height: 25vh;
  }
  #altair-contact-banner-section {
    height: 750px;
    min-height: 750px !important;
  }

  .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 20px;
  }

  section#contact-details-section {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 100px;
  }


}


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

  header#header {
    border-bottom: 1px solid #2e2e2ea6;
  }


  #altair-contact-banner-section {
    height: 860px;
    min-height: 860px !important;
  }
  section#altair-contact-banner-section.blog-detail-banner {
    height: 550px !important;
    min-height: 550px !important;
  }



  .altair-contact-form::before {
    width: 90%;
    height: 110%;
    top: -5%;
  }

  .contact-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px 5px rgb(204 204 204 / 29%);
    padding: 40px 20px;
  }


  .contact-banner {
    min-height: 75vh;
    height: auto;
  }

  .altair-contact-form {
    position: relative;
    transform: translateY(-60px);
}

  .altair-contact-banner-text {
    height: 45vh;
  }

  .iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 20px;
  }

  section#contact-details-section {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 100px;
  }
}



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


  .contact-address-block-item {
    width: 100%;
    flex-basis: 100%;
    min-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
    border-right: 0px;
  }

  .contact-details-text-block-item.contact-address-block {
    flex-direction: column;
  }

  .contact-details-text {
    padding: 20px 0 30px;
  }

  .contact-address-block-item:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0.24);
    border-bottom: 0px solid rgba(0, 0, 0, 0.24);
  }

  .contact-address-block-item-full-width {
    width: 90%;
    margin-left: 60px;
    flex-basis: 90%;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
  }


}



/* 

////////////////////////products details page////////////////////////////// */


.product-details-banner {
  width: 100%;
  min-height: 45vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  padding-top: 100px;
  background-color: #000;
}

.product-details-banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(91.52deg, rgba(0, 0, 0, 0.8) 2.27%, rgba(0, 0, 0, 0) 223.21%);
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}

.product-detail-banner-img-block {
  padding: 40px 40px 40px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: -240px;
  width: 100%;
}
.product-detail-banner-img-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 22px 7px rgb(228 228 228 / 49%);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: -10;
}



img.maxi {
  height: 240px;
  object-fit: contain;
}



.group-block-button {
  display: flex;
  padding-top: 0;
}
.group-block-button a {
  margin-right: 20px;
}

section#product-content-section {
  padding: 60px 0 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section#product-content-section.product-content-block-no-details {
  padding: 15px 0 30px;
}


#product-content-details-section {
  padding: 60px 0;
  position: relative;
}

.product-detials-stick-navbar-block ul {
  display: flex;
  padding: 20px 0;
}

.product-detials-stick-navbar-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1000;
}

.product-detials-stick-navbar-block ul li {
  padding-right: 30px;
  position: relative;
}


.product-detials-stick-navbar-block ul li a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: rgba(108, 117, 125, 0.72);
}


.product-detials-stick-navbar-block ul li.active a {
  font-weight: 700;
  color: #FF7B42;
}

.product-detials-stick-navbar-block ul li.active {
  padding-left: 10px;
}


.product-detials-stick-navbar-block ul li.active::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #FF7B42;
  left: 0;
  bottom: 14px;
  border-radius: 50%;
}

.product-content-details-block-item {
  margin-top: 20px;
  margin-bottom: 50px;
}

.product-content-details-block-item-text p {
  margin-bottom: 20px;
}




.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
  padding: 0px 30px;
  height: 220px;
  object-fit: contain;
}

.img-select {
  display: flex;
  justify-content: flex-start;
}

.img-item {
  margin: 0.3rem;
}

.img-item {
  width: 100px;
  height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: flex;
  align-items: center;
}

.img-item img {
  width: 100%;
  padding: 15px;
  position: relative;
}


.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item {
  position: relative;
}

.img-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .25s;
}




.img-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(255, 123, 66, 0.61);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 2px;
  z-index: 100;
  transition: .25s;
  transform: scale(0);
  min-height: 100%;
  width: 100%;

}

.img-item:hover::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  background: rgba(255, 123, 66, 0.61);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 2px;
  z-index: 100;
  transition: .25s;
  transform: scale(1);
}

.img-item:hover a {
  opacity: 1;
  z-index: 100000;
}


section#related-products-section {
  position: relative;
  padding: 0px 0px 40px !important;
  overflow: hidden;
}

section#related-products-section::before {
  position: absolute;
  content: "";
  width: 400px;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(90deg);
  right: -25px;
  top: 0;
  z-index: 100;
}

.altair-home-banner-text-block.altair-product-detail-text h1 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 29px;
}

.realated-products-slider-title h2 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 110.6%;
  display: flex;
  align-items: center;
  color: #000000;
  text-align: center;
}

.realated-products-slider-title {
  display: flex;
  justify-content: end;
  padding: 0px 50px;
}

#rel-product-slider .owl-carousel .owl-dots.disabled,
#rel-product-slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.rel-product-item {
  border: 1px solid rgba(162, 162, 162, 0.76);
  padding: 30px 40px;
}

.related-products-block-01 {
  flex-basis: 35%;
  max-width: 35%;
}

.related-products-block-02 {
  flex-basis: 65%;
  max-width: 65%;
}


#rel-product-slider .owl-nav.disabled {
  position: absolute;
  left: -240px;
  bottom: 26%;
  display: block !important;
}

#rel-product-slider.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: rgba(162, 162, 162, 0.19) !important;
  text-decoration: none;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  color: #000000 !important;
  border: 0;
}


#blog-banner-slider.owl-carousel button.owl-dot {

  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background: rgba(162, 162, 162, 0.19) !important;
  text-decoration: none;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  color: #000000 !important;
  border: 0;

}

#blog-banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px auto;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.blog-details-content-block h2 {
  font-size: 28px;
}

#rel-product-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #FF7B42;
  border-radius: 50% !important;
  background: rgba(255, 198, 173, 0.61) !important;
  text-decoration: none;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
}

#rel-product-slider button.owl-prev span {
  border: 0px solid #fff !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 10;
}

#rel-product-slider button.owl-next span {
  border: 0px solid #fff !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 10;
}

.rel-product-item-text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 0px;
  min-height: 60px;
}

.rel-product-item-text h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 19px;
  color: #010101;
}

.rel-product-item-text svg {
  flex-basis: 38px;
  width: 38px;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.rel-product-item-img img {
  width: 90% !important;
  margin: 0px auto;
  height: 180px;
  object-fit: contain;
}

.rel-product-item {
  position: relative;
  transition: .5s;
}



.rel-product-item:hover::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF7B42;
  right: 40px;
  top: 30px;
  transition: .5s;
}

.rel-product-item:hover .rel-product-item-text svg {
  opacity: 1;
  visibility: visible;
  transition: .25s;
}


.modal {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  top: 0px;
}

.modal-dialog {
  width: 900px;
  max-width: 100%;
}

.modal-body {
  padding: 0 50px;
}

.modal-content {
  border: 0;
  width: 100%;
  border-radius: 0;
}

.model-text-block p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(20, 20, 20, 0.42);
}

.model-text-block {
  padding: 50px 0;
}

.offer-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.model-text-block h3 {
  margin-bottom: 20px;
}

form.booknow-form input {
  border: 0;
  border-bottom: 1px solid rgba(228, 228, 228, 0.63);
  width: 100%;
  padding: 25px 0 8px;
  color: #1B1C31;
  height: 60px;
}

form.booknow-form input::placeholder {
  color: #1B1C31;

}

form.booknow-form textarea {
  border: 0;
  border-bottom: 1px solid rgba(228, 228, 228, 0.63);
  width: 100%;
  padding: 8px 0 8px;
  height: 100px;
  color: #1B1C31;
  margin-top: 10px;
}

form.booknow-form textarea:focus {
  outline: none;
}

button.submit-button {
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  border: 0;
  background-color: #FF7B42;
  padding: 10px;
  position: relative;
  height: 60px;
}

button.submit-button::before {
  content: "";
  background-image: url(../img/button-mask.svg);
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;

}

button.close {
  margin-top: 40px;
  font-size: 2.2rem;
  font-weight: 100;
  color: #000000;
  opacity: 1;
}



form.booknow-form textarea::placeholder {
  color: #1B1C31;
}


form.booknow-form input:focus {
  outline: none;
}


.altair-popup-logo {
  padding: 60px 0;
}

.offer-img-block::before {
  content: "";
  position: absolute;
  background-color: #010101;
  height: 100%;
  width: 160px;
  z-index: 0;
}

.offer-img-block::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 250px;
  border-left: 10px solid rgba(255, 123, 66, 0.22);
  border-right: 10px solid rgba(255, 123, 66, 0.22);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 0;
}

.altair-popup-logo img {
  width: 100px;
}

.altair-popup-logo {
  padding: 60px 0;
  z-index: 10;
}

.altair-popup-img img {
  width: 250px;
}

.altair-popup-img {
  z-index: 10;
}

@media screen and (max-width: 1600px) {
  .product-detail-banner-img-block {
    bottom: -200px;
    width: 100%;
  }
}


@media screen and (max-width: 1280px) {
  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    bottom: 20%;
    left: -235px;
  }
}


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

  .product-detail-banner-img-block {
    padding: 40px 40px 30px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: -180px;
    width: 100%;
  }

  .altair-home-banner-text-block h1 {
    font-weight: 800;
    font-size: 38px;
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 20px;
  }

}


@media screen and (max-width: 991px) {
  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    bottom: 50px;
    left: -220px;
  }


  .modal {
    top: 0px;
  }


}


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

  .realated-products-slider-title {
    display: flex;
    justify-content: end;
    padding-right: 0;
  }

  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    bottom: 50px;
    left: -160px;
  }

}



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

  .modal-dialog {
    width: 550px;
    max-width: 100%;
  }

  .related-products-block-01 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .related-products-block-02 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-detail-banner-img-block {
    position: relative;
    right: 0;
    bottom: 0;
  }

  .realated-products-slider-title {
    display: flex;
    justify-content: start;
    padding-right: 0;
    margin-bottom: 40px;
  }

  section#related-products-section::before {
    right: 60px;
    width: 300px;
  }

  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    left: 80%;
    top: -115px;
    bottom: inherit;
    width: fit-content;
  }

  section#related-products-section::before {
    width: 200px;
    display: none;
  }

  section#product-content-section {
    padding: 10px 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .product-details-banner {
    padding-top: 60px;
    background-color: #000;
  }



}




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

  .product-content-details-block-item-img {
    margin-bottom: 20px;
  }

  .realated-products-slider-title {
    display: flex;
    justify-content: start;
    padding: 0px 30px;
  }

  .rel-product-item {
    border: 1px solid rgba(162, 162, 162, 0.76);
    padding: 30px 30px;
  }

  .product-detials-stick-navbar-block ul li a {
    font-size: 14px;
  }

  .realated-products-slider-title h2 {
    font-size: 22px;
  }

  #product-content-details-section {
    padding: 60px 0 0px;
    position: relative;
  }

  .realated-products-slider {
    padding-top: 20px;
  }

  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    left: 70%;
  }

  .product-detials-stick-navbar-block {
    padding: 0;
  }


}




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


  .product-detials-stick-navbar-block ul li {
    padding-right: 20px;
    position: relative;
  }

  #rel-product-slider .owl-nav.disabled {
    position: absolute;
    left: 65%;
    top: -60px;
  }

  .realated-products-slider-title {
    margin-bottom: 60px;
  }

  #rel-product-slider .owl-nav.disabled {
    top: -90px;
  }
}

/* 
///////////////////////blog page//////////////////////// */





.blog-banner {
  background-image: url(../img/blog-banner.jpg);
  width: 100%;
  min-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  padding-top: 100px;
}

.blog-banner::before {
  position: absolute;
  content: "";
  background: radial-gradient(104.13% 370.9% at 7.81% 14.74%, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}



.altair-inner-banner-border-block-03 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -4;
  background-color: transparent;
  display: flex;
  overflow: hidden;
}

.banner-breadcrubms ul li a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: rgba(252, 252, 252, 0.4);
}


.banner-breadcrubms li {
  color: #fff;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: rgba(252, 252, 252, 0.97);
}
.banner-breadcrubms ul span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: rgba(252, 252, 252, 0.4);
  padding: 0 5px;
}



.banner-breadcrubms ul {
  background-color: #1F1F29;
  border-radius: 32px;
  width: fit-content;
  display: flex;
  padding: 10px 10px 10px 20px;
}

.banner-breadcrubms li {
  color: #fff;
}

.banner-breadcrubms ul li a {
  color: rgba(252, 252, 252, 0.4);
}

.row.align-items-end.blog-banner-text-block {
  padding: 40px 0;
}

div#blog-banner-slider img {
  border-radius: 5px;
  height: 380px;
  object-fit: cover;
}

.blog-banner-slider-block {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.blog-item {
  position: relative;
}

.blog-slider-text-block {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.blog-slider-text {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
}

.blog-tag {
  background: rgba(0, 0, 0, 0.36);
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  right: 20px;
  position: absolute;
  top: 20px;
}

.blog-tag h6 {
  margin-bottom: 0px;
  font-size: 14px;
}

.blog-date p {
  color: #E0E0E0;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF7B42;
  width: fit-content;
}

.blog-date h3 {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  margin-top: 20px;
}


.blog-slider-text-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.41deg, rgba(1, 1, 1, 0.7) 45.42%, rgba(53, 53, 53, 0) 99.68%);
  transform: rotate(180deg);
  border-radius: 0px 0px 10px 10px;
}


section#blog-content-section {
  padding: 80px 0;
}

.blog-title {
  margin-bottom: 40px;
}

.blog-item-content {
  position: relative;
  margin-bottom: 30px;
}

.blog-item-content img {
  border-radius: 5px;
  height: 240px;
  object-fit: cover;
}

.blog-block-date p {
  color: #6C757D;
  font-size: 16px;
}

.blog-text-block {
  padding: 25px 0;
}

.blog-block-text {
  margin-top: 15px;
}

.blog-block-text h4 {
  font-weight: 700;
  font-size: 20px;
  color: #1B1C31;
  line-height: 26px;
}

.blog-block-text p {
  font-size: 16px;
  margin-top: 15px;
  color: #000;
  height: 80px;
  overflow: hidden;
}


@media screen and (max-width: 991px) {
  div#blog-banner-slider img {
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
  }

}

@media screen and (max-width: 576px) {
  .banner-breadcrubms li {
    font-size: 10px;
  }
  .blog-banner .altair-home-banner-text-block {
    padding: 0px 0px 40px 0px;
}

#altair-contact-banner-section.blog-banner {
  height: auto;
  min-height: 730px !important;
  padding-bottom: 30px;
}
  .banner-breadcrubms ul li a {
    color: rgba(252, 252, 252, 0.4);
    font-size: 10px;
  }
  .banner-breadcrubms ul {
    background-color: #1F1F29;
    border-radius: 32px;
    width: fit-content;
    display: flex;
    padding: 10px 20px 10px 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

  .blog-date h3 {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-date p {
    padding-bottom: 1px;
    font-size: 14px;
  }

  #blog-content-section button.view-all-btn2 {
    margin-top: 0;
  }

  section#blog-content-section {
    padding: 80px 0 40px;
  }
  .altair-contact-banner-text {
    height: 45vh;
    margin-bottom: 40px;
}
.altair-contact-form::before {
  width: 97%;
  height: 110%;
  top: -5%;
  right: 0;
}
input.form-input {
  border-radius: 2px;
}
.altair-about-video-block-02 {
  padding: 90px 0px;
}



}

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

  div#blog-banner-slider img {
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
  }
}



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

  .banner-breadcrubms li {
    font-size: 10px;
  }

  .banner-breadcrubms ul li a {
    color: rgba(252, 252, 252, 0.4);
    font-size: 10px;
  }
}

/* /////////////////////////blog details page///////////////////////// */

.blog-detail-banner {
  background-image: url(../img/blog-details-img.jpg);
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.row.align-items-center.blog-detail-banner-text-block {
  padding: 150px 0 80px;
  justify-content: center;
  height: 600px;
  min-height: 600px !important;
}

.altair-blog-details-banner-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: 0px auto;
}

.altair-blog-details-banner-text h1 {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}

section#blog-details-content-section {
  padding: 60px 0;
}

.blog-details-date {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.blog-details-date p {
  color: #1B1C31;
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
}

.blog-details-date hr {
  border-top: 1px solid #C4C4C4;
  width: 40px;
}

.blog-details-content-block p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #1B1C31;
}

.blog-details-img {
  margin: 20px 0 30px 0;
}

.blog-details-img img {
  border-radius: 5px;
}

.blog-details-content-block h3 {
  font-size: 36px;
  line-height: 46px;
  color: rgba(255, 123, 66, 0.97);
  margin-bottom: 30px;
  font-weight: 700;
}

.blog-details-footer {
  margin-top: 80px;
  border-top: 0.5px solid #C4C4C4;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.blog-details-footer ul {
  display: flex;
}

.blog-details-footer li a {
  border: 1px solid #E5E5E5;
  margin-right: 25px;
  padding: 8px 15px;
  color: #6C757D;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}

ul.blog-social-media li a {
  border: 0;
  border-radius: 0;
  padding: 0;
}

ul.blog-social-media li a svg {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-color: #000;
  padding: 8px;
}

.blog-related-item-content {
  position: relative;
  margin-top: 30px;
}

.blog-text-block.blog-related-text-block {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}

.blog-text-block.blog-related-text-block h4 {
  color: #fff;
}

section#related-blog-section {
  background: rgba(255, 123, 66, 0.11);
  padding: 60px 0 80px;
}

.blog-related-item-content img {
  border-radius: 5px;
  height: 240px;
  object-fit: cover;
}

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

  .altair-blog-details-banner-text {
    width: 100%;
  }

  .altair-blog-details-banner-text h1 {
    color: #fff;
    font-size: 36px;
  }

  .blog-related-item-content img {
    height: 300px;
    object-fit: cover;
  }

  .blog-details-footer li a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details-date p {
    color: #1B1C31;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
  }

  .blog-details-date hr {
    border-top: 1px solid #C4C4C4;
    width: 0;
  }
}

@media screen and (max-width: 576px) {
  .blog-details-date hr {
    border-top: 1px solid #C4C4C4;
    width: 30px;
  }

  .blog-details-footer {
    flex-direction: column;
  }

  .blog-details-footer ul {
    display: flex;
    margin-top: 20px;
  }

  .blog-details-footer li a {
    margin-right: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .blog-related-item-content img {
    height: 300px;
    object-fit: cover;
  }

  .blog-details-footer {
    margin-top: 40px;
    padding-top: 10px;
  }
  .modal-body {
    padding: 0 20px;
  }
  .altair-popup-img img {
    width: 250px;
    display: none;
  }

  .offer-img-block::after{
    display: none;
  }
  .altair-popup-logo {
    padding: 20px 0;
    z-index: 10;
  }


}

/* 

/////////////////////product //////////////////// */



section#altair-product-category-section {
  padding: 60px 0 60px;
  position: relative;
}



.target.col-lg-12.col-md-6.col-sm-12.col-6 {
  min-height: 50vh;
}


.product-banner {
  width: 100%;
  min-height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  padding-top: 100px;
  background-color: #000;
  overflow: hidden;
}

.product-banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(91.52deg, rgba(0, 0, 0, 0.8) 2.27%, rgba(0, 0, 0, 0) 223.21%);
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
}

.product-cat-list-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.row.product-cat-block h3 {
  font-size: 20px;
  font-weight: 400;
}

.product-list-title h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.product-list-title h4::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF7B42;
  left: 0;
  bottom: 6px;
  border-radius: 50%;
}

.product-list-title svg {
  background: #626262;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-bottom: 7px;
}

.product-list-title {
  display: flex;
  align-items: center;
}

.product-cat-list-sort-icons {
  display: flex;
}

.sort-icon img {
  margin: 0 10px;
}

.sort-btn .dropdown {
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  margin-left: 0px;
  min-width: 100%;
  margin-top: 20px;
}

.sort-btn .dropdown-menu {
  width: 100%;
  padding: 15px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(136, 150, 166, 0.21);
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.04);
  border-radius: 0px 0px 2px 2px;
  margin-top: 0;
}

.product-cat-list-serachbar {
  border: 1px solid #D0D5DD;
  border-radius: 25px;
  padding: 10px 20px;
  color: #6C757D;
}

.product-cat-list-serachbar input {
  border: 0;
}

input.product-serach-input {
  font-size: 15px;
  padding-right: 20px;
}

.product-cat-list-serachbar input:focus {
  outline: none;
}


.sort-btn .dropdown-menu li {
  color: #8896A6;
  padding: 6px 0;
  font-weight: 400;
  cursor: pointer;
}

.select {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.select span {
  color: #6C757D;
  font-weight: 700;
  font-size: 15px;
}


.sidebar-item {
  position: absolute;
  top: 0px;
  left: 0;
  width: 80%;
  height: 100%;
  border-right: 1px solid rgba(98, 98, 98, 0.22);
}


.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding: 0 15px;
}





.make-me-sticky ul {
  margin-top: 40px;
}

.make-me-sticky ul li {
  padding: 10px 0;
}

.make-me-sticky ul li a {
  color: #6C757D;
  font-size: 18px;
}

.make-me-sticky ul li a.active {
  color: #1B1C31;
  font-weight: 400;
  border-bottom: 2px solid #FF7B42;
  padding-bottom: 3px;
}

ul.product-sublist {
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}

ul.product-sublist li a {
  font-size: 15px;
}

ul.product-sublist li {
  padding: 3px 0;
  position: relative;
}

ul.product-sublist li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #FF7B42;
  left: -15px;
  top: 15px;
}

.navigation.product-menu.nav.nav-pills {
  display: block;
}


.altair-product-image-block {
  position: relative;
  margin-bottom: 40px;
}

.altair-product-image-block img {
  border-radius: 4px;
}

.altair-product-image-block-text {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0px);
  background: linear-gradient(177.86deg, rgba(1, 1, 1, 0.7) 15.05%, rgba(196, 196, 196, 0) 903.08%);
  padding: 10px 20px;
  color: #fff;
  width: 75%;
  display: flex;
  justify-content: space-between;
}

span.model {
  color: #BEBEBE;
  font-size: 14px;
  margin-right: 20px;
}

span.model-number {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}


.product-cat-list-top.mob-view {
  display: none;
}


.content-section.page-section:last-child {
  border-bottom: 0px solid #ccc;
  margin-bottom: 0px;
}



.product-banner-img,
.stage,
.ring,
.img {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none;
}



.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}

.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

.altair-product-image-block-text-bottom {
  /* background: linear-gradient(177.86deg, rgba(1, 1, 1, 0.7) 15.05%, rgba(196, 196, 196, 0) 903.08%); */
  padding: 15px 15px 10px;
  border-radius: 2px;
}

.altair-product-image-block-text-bottom h3 {
  color: #000;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.altair-product-image-block-text-bottom h5 {
  color: #000;
  font-weight: 500 !important;
  font-size: 14px !important;
}

a.product-list-bloxk-item {
  margin-bottom: 40px;
}
.altair-product-image-block-02 img {
  object-fit: contain;
  height: 220px;
}
a.product-list-bloxk-item {
  margin-bottom: 20px !important;
  display: block;
  border: 1px solid rgba(98, 98, 98, 0.22);
  min-height: 330px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.product-banner-img div,
.product-banner-img svg {
  position: absolute;
}

.product-banner-img-container {
  perspective: 2000px;
  width: 300px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.img {
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover;
  transition: .25s;
}

.img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: .25s;
}

.img:hover.img::before {
  display: none;
  transition: .25s;
}

.ring-01 {
  background-image: url(../img/01.jpg);
}

.ring-02 {
  background-image: url(../img/02.jpg);
}

.ring-03 {
  background-image: url(../img/03.jpg);
}

.ring-04 {
  background-image: url(../img/04.jpg);
}

.ring-05 {
  background-image: url(../img/05.jpg);
}

.ring-06 {
  background-image: url(../img/03.jpg);
}

.ring-07 {
  background-image: url(../img/04.jpg);
}

.ring-08 {
  background-image: url(../img/05.jpg);
}

.ring-09 {
  background-image: url(../img/04.jpg);
}

.ring-10 {
  background-image: url(../img/05.jpg);
}


.casestudies-filter-block {
  display: flex;
  background: #1D1D1D;
  border: 1px solid #3E3E3E;
  border-radius: 4px;
  width: fit-content;
  align-items: center;
  height: 100%;
}

.casestudies-filter-block .sort-btn .dropdown-filter {
  margin-top: 0;
  background: #1D1D1D;
  border: 0px;
  width: auto;
  border-left: 0.5px solid #626262;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-width: 250px;
}

.dropdown-filter {
  outline: none !important;
}


.casestudies-filter-title {
  display: flex;
  padding: 0 15px;
  height: 100%;
}

.casestudies-filter-title span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}


.casestudies-filter-block .select span {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #FFFFFF;
  position: relative;
  padding-left: 15px;
  padding-right: 10px;
}

.casestudies-filter-block .select span::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FF7B42;
  border-radius: 50%;
  left: 0px;
  top: 12px;
}

.casestudies-filter-block .sort-btn .dropdown-filter-menu {
  background: #1D1D1D;
  border: 1px solid #3E3E3E;
  border-radius: 0px 0px 4px 4px;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 100%;
  display: none;
}

.casestudies-filter-block .sort-btn .dropdown-filter-menu li {
  color: #8896A6;
  padding: 10px 15px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid rgba(98, 98, 98, 0.09);
  text-align: left;
}


.contact-to-action-block {
  margin: 30px 0 50px;
  position: relative;
  width: 100%;
  padding: 40px 40px 0px;
  background-color: rgba(255, 123, 66, 0.11);
}

.button-group {
  display: flex;
  gap: 20px;
}

.contact-to-action-block-text {
  padding: 15px 0px 88px;
}

.contact-to-action-block h3.contact-us-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #1B1C31;
}


.contact-overflow-img2 img {
  position: absolute;
  top: -158px;
  left: 150px;
}

.contact-overflow-bg::before {
  content: "";
  position: absolute;
  background-image: url(../img/Patten.png);
  width: 300px;
  z-index: 0;
  transform: translate(-18%, 0px);
  bottom: 0;
  height: 128%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -63px;
}


/* .contact-overflow-img2::after {
  content: "";
  position: absolute;
  height: 128%;
  width: 250px;
  border-left: 10px solid rgba(255, 123, 66, 0.22);
  border-right: 10px solid rgba(255, 123, 66, 0.22);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 162px;
  bottom: 0;
  z-index: -1;
} */







div#faqAccordion {
  margin-top: 40px;
}

.according-faq-header-block {
  margin-top: 0;
  background: rgba(136, 150, 166, 0.08);
  padding: 30px;
}

.according-faq-header-block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.according-faq-header-block a[aria-expanded="true"] .accordion-icon img {
  transform: rotate(90deg);
  transition: .25s;
}

.accordion-icon {
  display: flex;
  align-items: center;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #1B1C31;
}

div#comListDtails {
  margin-right: 15%;
}


.comListDtailsContent p {
  margin-bottom: 25px !important;
}

.company-listing-block-details {
  border: 1px solid rgba(108, 117, 125, 0.24);
  border-radius: 2px;
  padding: 35px 35px 35px 35px;
}

.company-listing-block-details .panel-heading {
  margin-top: 0px;
}

.company-listing-block-details-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-listing-block-details-content h2 {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #2D2D45;
  padding: 30px 0;
}

.according-header-block a {
  display: flex;
  align-items: center;
}

.accordion-icon img {
  background: rgba(255, 123, 66, 0.11);
  border: 0.5px solid rgba(88, 126, 255, 0.12);
  box-shadow: 0px 0px 6px rgb(88 126 255 / 12%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: .25s;
  margin-left: 15px;
}

.according-header-block a[aria-expanded="true"] .accordion-icon img {
  transform: rotate(90deg);
  transition: .25s;
}


.compant-list-block-item-location {
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.compant-list-block-item-location a {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 106%;
  text-align: center;
  color: #2D2D45;
  margin-left: 10px;
}

.compant-list-compant-logo {
  background: #FFFFFF;
  border: 1px solid rgba(108, 117, 125, 0.29);
  text-align: center;
  padding: 5px;
}

.compant-list-compant-logo img {
  width: 100%;
  height: 35px;
  object-fit: contain;
}





.faq-filter-text-block {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-title.section-faq-title-block {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-filter-text-block .section-title {
  margin-bottom: 20px;
}

.faq-filter-text-block .casestudies-filter-block {
  text-align: right;
  float: right;
  margin: 0px auto;
  margin-right: 0;
}


button.faq-contact-btn {
  border: 1px solid rgba(0, 0, 0, 0.24);
  background: #FFFFFF;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: .25s;
  line-height: 100%;
  color: #344054;
  padding: 18px 25px;
  border-radius: 100px;
}


button.faq-contact-btn:hover {
  border: 1px solid #FF7B42;
  color: #FF7B42;
}

button.faq-contact-btn span {
  background-color: #FF7B42;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}

.contact-details-text-block-item.contact-deatil-text-clr h6 a {
  color: #000;
}

h6.clr-white {
  color: #fff;
}

.case-studies-list-block-img img {
  height: 260px;
  object-fit: cover;
}

button.search-submit-btn {
  background-color: transparent;
  border: 0;
  line-height: 0;
}

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

  .altair-home-banner-text-block.altair-product-banner-text p {
    display: none;
  }

  .product-banner {
    padding-top: 140px;
  }


  .section-title.section-faq-title-block,
  .faq-filter-text-block {
    min-height: 210px;
  }

  .contact-overflow-bg::before {
    right: -95px;
  }



}



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

  .product-banner-img-container {
    width: 210px;
    height: 320px;
  }

  .product-banner-img,
  .stage,
  .ring,
  .img {
    width: 120%;
    height: 100%;
    transform-style: preserve-3d;
    user-select: none;
  }

  .product-cat-list-top {
    flex-direction: column;
  }

  .product-cat-list-sort-icons {
    display: flex;
    justify-content: inherit;
    margin-top: 20px;
  }

  .product-banner {
    height: 600px;
    min-height: 600px;
  }

  .product-cat-list-serachbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .contact-overflow-img2 img {
    position: relative;
    top: 0;
    left: 100px;
  }
  .contact-overflow-bg::before {
    height: 117%;
    right: -93px;
    top: -75px;
}


}


@media screen and (max-width: 991px) {
  .product-banner-img {
    display: none;
  }


  .section-title.section-faq-title-block,
  .faq-filter-text-block {
    min-height: 230px;
  }

  .contact-overflow-bg::before {
    display: none;
  }

  .product-banner {
    height: 450px;
    min-height: 450px;
    padding-top: 100px;
  }

  .sidebar-item {
    border-right: 0px;
  }

  section#altair-product-category-section {
    padding: 60px 0 0;
    position: relative;
  }

  .altair-home-banner-text-block.altair-product-banner-text p {
    display: block;
  }

  .altair-home-banner-text-block.altair-product-banner-text {
    justify-content: center;
    text-align: center;
  }

  .altair-home-banner-text-block.altair-product-banner-text a {
    text-align: center;
    margin: 0px auto;
  }

  .contact-overflow-img2 img {
    position: relative;
    top: 0;
    left: 0;
  }

  .contact-overflow-img2::after {
    left: 32px;
    z-index: -1;
    height: 123%;
  }

  .contact-to-action-block h3.contact-us-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #1B1C31;
    margin-left: 80px;
  }
  .faq-inner-block-bg.content-block.dynamic-content-block a{
    word-break: break-all;
  }

}


@media screen and (max-width: 768px) {
  .casestudies-filter-block .select span {
    font-size: 13px;
  }

}

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

  .casestudies-filter-block {
    margin-bottom: 80px;
  }

  .contact-overflow-img2::after {
    display: none;
  }

  .casestudies-filter-block .select span::before {
    top: 8px;
  }


  .section-title.section-faq-title-block,
  .faq-filter-text-block {
    min-height: auto;
  }

  button.faq-contact-btn {
    margin-top: 20px;
  }


  .faq-filter-text-block .casestudies-filter-block {
    text-align: right;
    float: right;
    margin: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  a.product-list-bloxk-item {
    min-height: auto;
  }


  .contact-to-action-block h3.contact-us-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    color: #1B1C31;
    margin-left: 0;
  }

  a#afterloadMore {
    display: block !important;
  }
  a#loadMore {
    background-color: #fff;
    margin-top: 0;
    z-index: 10;
    display: block;
    padding: 10px;
  }

  #loadMore::before {
    height: 150px;
    bottom: 80px;
    z-index: 10;
    transform: rotate(180deg);
  }
  a#loadMore {
  margin-top: -80px ;
  }

  header#header{
    height: 79px !important;
  }

  #altair-about-banner-section,#altair-inner-banner-section,#altair-faq-banner-section {
    margin-top: 79px;
  }

}

.navigation.product-menu.mobile-view{
  display: none !important;
}
section#related-products-section-02 #rel-product-slider .owl-nav.disabled {
  display: none !important;
}


section#related-products-section-02 #rel-product-slider .rel-product-item {
  border: 1px solid rgba(162, 162, 162, 0.76);
  padding: 20px 30px;
}

section#related-products-section-02 #rel-product-slider .rel-product-item-text {
  align-items: center;
}
section#related-products-section-02 #rel-product-slider .rel-product-item-text h4 {
  margin-bottom: 0;
}
section#related-products-section-02 #rel-product-slider .rel-product-item:hover::before {
  position: absolute;
  display: none;
}

section#related-products-section-02 {
  padding-top: 60px;
  border-top: 1px solid rgba(98, 98, 98, 0.22);
  margin-top: 30px;
}


.altair-product-image-block-02 img {
  width: 90%;
  margin: 0px auto;
  display: flex;
}

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


  a.product-list-bloxk-item {
    min-height: 300px;
}

  .dynamic-content-block .section-title h2 {
    color: #1B1C31;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 40px;
}

  .dynamic-content-block h1 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
  }

  .sidebar-item {
    border-right: 0px;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    padding-bottom: 40px;
  }

  section.product-single {
    padding: 60px 0 20px;
}

section#related-products-section {
  position: relative;
  padding: 0px 0px 0px !important;
}

  .navigation.product-menu.nav.nav-pills {
    display: flex;
  }

  .make-me-sticky ul li a {
    color: #6C757D;
    font-size: 14px;
  }

  .make-me-sticky ul li {
    padding: 0 5px;
    margin-bottom: 8px;
  }

  #altair-product-category-section .sort-btn {
    display: none;
  }


  .product-cat-list-top {
    margin-top: 30px;
    display: none;
  }

  .casestudies-filter-block {
    margin: 0px auto;
    margin-bottom: 60px;
  }

  .product-cat-list-sort-icons {
    display: none;
  }

  .product-cat-list-top.mob-view {
    display: flex;
  }

    .navigation.product-menu.dis-play-none-mob{
      display: none;
    }
    .navigation.product-menu.mobile-view{
      display:block !important;
    }

 ul.navigation.product-menu {
    background: #1D1D1D;
    border: 0px solid #3E3E3E;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 0px;
    margin-top: 18px;
} 




/* //////////////////product link mobuile//////////////////// */

  ul.navigation.product-menu.mobile-view {
    padding: 0;
  }

  .product-link-accordion-block .accordion-header  {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
  }

  .make-me-sticky ul {
    margin-top: 0;
  }

  .product-link-accordion-block li {
    padding: 0 !important;
    border-bottom: 0px solid #3E3E3E !important;
    margin-bottom: 0 !important;
  }

  .product-link-accordion-block .accordion-header {
    border-bottom: 1px solid #3E3E3E !important;
    padding: 15px 20px 15px 20px;
  }

  .product-link-accordion-block li:last-child .accordion-header{
    border-bottom: 0px solid #3E3E3E !important;
  }


  .product-link-accordion-block .accordion-header a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
  }


  .accordion .accordion-header a i svg path{
    fill:  #fff;
  }

  .accordion .accordion-header.collapsed a i svg path{
    fill:  #fff;
  }
  .accordion .accordion-header a[aria-expanded="true"] i svg path{
    fill: #FF7B42 !important;
  }


  .accordion .accordion-header.collapsed:after{
    display: none;
  }
  .accordion .accordion-header:after{
    display: none;
  }

  ul.product-sub-links {
    padding: 0 30px 0 50px;
  }
  ul.product-sub-links li {
    padding: 8px 0 !important;
    border-bottom: 0px !important;
    margin-bottom: 0 !important;
  }
  ul.product-sub-links li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #8896A6;
}



.product-link-accordion-block .accordion-header {
  position: relative;
}
.product-link-accordion-block .accordion-header span {
  background-color: #FF7B42;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}



/* //////////////////product link mobuile//////////////////// */




  .altair-product-image-block-text {
    flex-direction: column;
    bottom: 15px;
    width: 90%;
  }

  .according-faq-header-block a {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }

  .accordion-icon {
    font-size: 16px;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: left;
  }

  .faq-inner-block-bg {
    padding: 40px 20px;
  }

  .casestudies-filter-block .sort-btn .dropdown-filter {
    width: auto;
  }


  .casestudies-filter-block .select span {
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .altair-product-image-block-02 img {
    object-fit: contain;
    height: 170px;
  }


  a#loadMore {
    margin-top: -40px;
  }
  #loadMore::before {
    height: 150px;
    bottom: 60px;
}

section#related-products-section-02 #rel-product-slider .rel-product-item {
  border: 1px solid rgba(162, 162, 162, 0.76);
  padding: 10px 10px;
  min-height: auto;
}
section#related-products-section-02 {
  padding-top: 20px;
  border-top: 1px solid rgba(98, 98, 98, 0.22);
  margin-top: 10px;
}

.make-me-sticky p {
  display: none;
}


}



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

  .contact-to-action-block {
    padding: 40px 25px 0px;
  }

  button.button-01 {
    padding: 10px 10px;
  }

  a.product-list-bloxk-item {
    min-height: 260px;
  }


  .button-group {
    display: flex;
    gap: 10px;
  }

  .contact-to-action-block-text {
    padding: 30px 0px 40px;
  }

  .altair-product-image-block-02 img {
    object-fit: contain;
    height: 120px;
  }

}

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

  .content-section.page-section .col-6 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .altair-product-image-block-text {
    flex-direction: row;
    bottom: 25px;
  }

  .casestudies-filter-block .select span {
    font-size: 14px;
    line-height: 21px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: left;
  }

  .casestudies-filter-block .sort-btn .dropdown-filter {
    width: auto;
    padding: 10px 10px;
    min-width: 180px;
  }

  button.button-01,
  button.button-02 {
    font-size: 10px;
  }

  button.button-03 {
    padding: 10px 14px;
    font-size: 10px;
    font-weight: 600;
    min-width: 120px;
    text-align: center;
    justify-content: center;
}

.contact-overflow-img2 img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

a.product-list-bloxk-item {
  min-height: 280px;
}



}

.faq-content {
  display: none;
}

input.form-input.error {
  margin-bottom: 0px !important;
}
.footer-copy-dev-block {
  border-top: 1px solid rgb(98 98 98 / 53%);
}
.footer-copy-block {
  color: #7e7b7b;
  padding-top: 25px;
}
.footer-dev-block {
  text-align: right;
  padding-top: 25px;
  color: #7e7b7b;
}
.footer-dev-block a {
  color: #7e7b7b;
}


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

  .footer-copy-block {
    font-size: 14px;
  }
  .footer-dev-block {
    font-size: 14px;
  }

}


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

  .footer-copy-block {
    text-align: center;
    font-size: 14px;
    
  }
  .footer-dev-block {
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
  }

}
