.my-slider {
  height: 89vh !important;
}
.sli {
  position: relative;
}
.sli::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 0;
}
.sl span {
  background: #000 !important;
  opacity: 0.5 !important;
}
.home-architecture .tparrows.tp-rightarrow {
  transform: none !important;
  left: unset !important;
  right: 0px !important;
  top: unset !important;
  bottom: 0.1% !important;
}
.home-architecture .tparrows.tp-leftarrow {
  transform: none !important;
  left: unset !important;
  right: 0px !important;
  top: unset !important;
  bottom: 10.5% !important;
}
.oh {
  overflow: hidden !important;
}
.w100 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 75px 50px !important;
}
.w50 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0px 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.bor {
  border-color: #00000025 !important;
}
.m-col {
  color: #d19c2c !important;
}
a:hover {
  color: #d19c2c !important;
}
.cat figure img {
  height: 550px;
  object-fit: cover;
  object-position: center;
}
.cat a {
  color: #fff;
}
.cat .padding-4-rem-all {
  padding: 2rem;
}
.theme-demos {
  display: none !important;
}
.vid-box {
  height: 100vh !important;
}
.vid-txt .bg-extra-medium-slate-blue {
  background: #fff;
}
.vid-txt .text-white {
  color: #000 !important;
}
.vid-txt .text-parrot-green {
  color: gold !important;
  text-transform: capitalize;
  text-decoration: none;
}
.vid-txt .text-parrot-green:hover {
  cursor: pointer;
  color: goldenrod !important;
}
.vid-txt .row {
  margin-top: -295px !important;
}
.vid-box .video-icon,
.vid-box .video-icon .video-icon-sonar,
.vid-box .bg-parrot-green,
.mpa .text-parrot-green {
  background: #d19c2c;
}
.vid-box .video-icon i {
  color: #fff;
}
.cli {
  background: #fff;
}
.cli img {
  filter: invert(1);
}
.divider-full .divider-border.divider-light:after,
.divider-full .divider-border.divider-light:before {
  border-color: lightgray;
}
.map {
  background: bisque !important;
}
a:hover {
  cursor: pointer !important;
}
.br-top {
  border-top: 1px solid lightgray !important;
}
.br-bottom {
  border-bottom: 1px solid lightgray !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
header .navbar .navbar-brand img,
header .sidebar-nav-menu .navbar-brand img,
header.side-menu .logo img,
footer .footer-logo img {
  max-height: 50px;
}
header nav {
  box-shadow: 0px 0px 15px #00000025;
}
.cat-banner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: auto;
  margin: 50px;
  border-radius: 15px;
  padding: 0px !important;
}
.g-bg {
  background-position: center 65% !important;
}
.cat-banner h2 {
  filter: drop-shadow(0px 0px 5px #00000050);
}
.product {
  padding: 50px;
  padding-top: 0px;
}
.product-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  width: 100%;
}
.product-item {
  box-shadow: 0px 0px 5px #00000050;
  border-radius: 15px;
  overflow: hidden;
  margin: 5px;
}
.pro-box {
  position: relative;
}
.p-img img {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.w-img img {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-img {
  /* box-shadow: 0px 0px 5px #00000050; */
  border: 1px solid lightgrey;
}
.p-txt {
  text-align: center;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #00000025;
}
.p-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
  color: #000;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}
.popup-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #00000075;
}
.popup-content {
  width: 70%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #00000025;
  gap: 25px;
}
.pop-left,
.pop-right {
  width: 50%;
  height: 100%;
}
.pop-close {
  position: absolute;
  top: 2%;
  right: 1%;
  background: #000;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-close:hover {
  cursor: pointer;
  background: #d19c2c;
}

.pr-title h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
  color: #000;
  text-transform: uppercase;
}
.pr-title {
  margin-bottom: 0px;
}
.pr-item {
  padding: 15px 0px;
  border-bottom: 1px solid lightgray;
}
.pr-item:last-child {
  border: none;
}
.pr-item span {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
  color: #d19c2c;
  margin-bottom: 5px;
}
.pr-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  padding: 0px;
  margin: 0px;
  color: #000;
}
.pop-left,
.pl-img {
  height: 100%;
  overflow: hidden;
}
.pl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.bg-main {
  background: #00000050 !important;
}
.contact-map {
  height: 500px;
}
.con i {
  color: #d19c2c;
}
.blog-post-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  .w50 {
    padding: 0px 15px !important;
  }
  .navbar .col-auto:first-child {
    width: 40%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:nth-child(2) {
    width: 20%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:last-child {
    width: 40%;
    margin: 0 !important;
    padding: 0 !important;
  }
  a.navbar-brand {
    width: 100% !important;
  }
  .my-slider {
    height: 90.5vh !important;
  }
  .home-architecture .metis.tparrows.tp-rightarrow {
    left: 86% !important;
    bottom: 0% !important;
  }
  .home-architecture .metis.tparrows.tp-leftarrow {
    left: 86% !important;
    bottom: 7.5% !important;
  }
  .st {
    font-size: 22px !important;
  }
  .w100 {
    padding: 50px 15px !important;
  }
  .abt .fancy-text-box-style-01 {
    padding: 0px !important;
    margin-bottom: 50px !important;
  }
  .abt .fancy-text-box {
    padding: 50px !important;
    width: 100% !important;
  }
  .abt .text-center {
    padding: 0px !important;
    text-align: left !important;
  }
  .cat .col.interactive-banners-style-09 {
    padding: 0px !important;
  }
  .cat .interactive-banners-style-09 .interactive-banners-hover-action {
    bottom: 0px !important;
  }
  .interactive-banners-style-09
    .interactive-banners-content
    .interactive-banners-hover-icon {
    left: 2rem !important;
    bottom: 2rem !important;
  }
  .cat figure {
    border-radius: 10px !important;
  }
  .cat figure img {
    height: 250px !important;
    width: 100% !important;
  }
  .axt .col-12 {
    padding: 0px !important;
  }
  .vid-box,
  .w-img img,
  .blog-post-image img {
    height: 300px !important;
  }
  .vid-txt .row {
    margin-top: 0px !important;
  }
  .vid-txt .text-white {
    font-size: 30px !important;
  }
  .vid-txt .text-parrot-green {
    font-weight: 500 !important;
  }
  a.client-logo {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }
  a.client-logo img {
    width: 100% !important;
    height: 50px !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .cli .col {
    margin-bottom: 0px !important;
    padding: 0px !important;
  }
  .cli .row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cli {
    padding: 0px 15px !important;
    padding-top: 50px !important;
  }
  .popup-content {
    width: 90% !important;
    max-height: 85vh !important;
    height: auto !important;
    display: block !important;
    padding: 15px !important;
    overflow-y: scroll !important;
  }
  .pop-left,
  .pop-right {
    width: 100% !important;
    height: auto !important;
  }
  .pl-img img,
  .pop-left,
  .pl-img {
    height: 250px !important;
  }
  .pop-left {
    margin-bottom: 25px;
  }
  .map .text-center {
    text-align: left !important;
  }
  .map .text-big {
    display: block !important;
    font-size: 135px !important;
    line-height: 25px !important;
    left: 10px !important;
  }
  .blo .grid-item {
    padding: 0px !important;
    margin-bottom: 15px !important;
  }
  ul.footer-horizontal-link {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  ul.footer-horizontal-link li {
    margin: 0px !important;
  }
  footer .col-12 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .footer-bottom {
    padding: 15px 0px !important;
  }
  .footer-bottom p {
    font-size: 14px !important;
  }
  .footer-top .col-12:last-child {
    margin: 0px !important;
  }
  .cat-banner {
    margin: 25px 15px !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
  }
  .cat-banner .extra-small-screen {
    height: 175px !important;
    background: #00000025;
  }
  .cat-banner h2 {
    font-size: 25px !important;
    font-weight: 500 !important;
    filter: drop-shadow(0px 0px 5px #000000) !important;
    letter-spacing: 5px !important;
  }
  .product {
    padding: 0px 15px !important;
    padding-bottom: 50px !important;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 5px !important;
  }
  .p-img img {
    height: 150px !important;
    border-radius: 10px !important;
  }
  .product-item {
    border-radius: 10px !important;
  }
  .p-txt p {
    font-size: 10px !important;
  }
  .p-txt {
    padding: 5px 0px !important;
    border-radius: 6px !important;
    bottom: 6% !important;
  }
  .pop-close {
    top: 0% !important;
    right: 0% !important;
    border-radius: 0px 0px 0px 10px !important;
    position: fixed !important;
  }
  .con-tx .text-center,
  .con-tx .col,
  .con .col {
    padding: 0px !important;
  }
  .con-tx h4 {
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
  }
  .con-tx form button {
    width: 100% !important;
  }
  .con-tx,
  .abt-tx {
    padding-top: 15px !important;
  }
  .con .feature-box,
  .abx .text-center {
    justify-content: left !important;
    text-align: left !important;
  }
  .con .feature-box-icon,
  .con .feature-box .feature-box-content {
    width: 100% !important;
  }
  .contact-map {
    height: 350px !important;
  }
  .contact-map iframe {
    height: 100% !important;
  }
  .abt-tx .container-fluid {
    padding: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .w50 {
    padding: 0px 15px !important;
  }
  .container-fluid.nav-header-container {
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .navbar .col-auto:first-child {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:nth-child(2) {
    width: 5% !important;
    max-width: 5% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:last-child {
    width: 45% !important;
    max-width: 45% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }
  .header-social-icon a > i {
    font-size: 20px !important;
    padding: 0px 15px !important;
  }
  a.navbar-brand {
    width: 100% !important;
  }
  .my-slider {
    height: 45vh !important;
  }
  .home-architecture .metis.tparrows.tp-rightarrow {
    left: 92% !important;
    bottom: 0% !important;
  }
  .home-architecture .metis.tparrows.tp-leftarrow {
    left: 92% !important;
    bottom: 14.6% !important;
  }
  .st {
    font-size: 25px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 500 !important;
    min-width: 100% !important;
  }
  .w100 {
    padding: 50px 15px !important;
  }
  .abt .fancy-text-box-style-01 {
    padding: 0px !important;
    margin-bottom: 50px !important;
  }
  .abt .fancy-text-box {
    padding: 50px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .abt .col-lg-4,
  .abt .col-lg-3,
  .abt .col-lg-5,
  .abt .row {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .abt .row {
    display: table-cell !important;
  }
  .cat .row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 15px !important;
  }
  .cat .col,
  .axt .col-md-9,
  .vid-txt .col-md-7,
  .map .col-md-7,
  .abt-tx .col-md-5,
  .abt-tx .col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .abt .text-center {
    padding: 0px !important;
    text-align: left !important;
  }
  .cat .col.interactive-banners-style-09 {
    padding: 0px !important;
  }
  .cat .interactive-banners-style-09 .interactive-banners-hover-action {
    bottom: 0px !important;
  }
  .interactive-banners-style-09
    .interactive-banners-content
    .interactive-banners-hover-icon {
    left: 2rem !important;
    bottom: 2rem !important;
  }
  .cat figure {
    border-radius: 10px !important;
  }
  .cat figure img {
    height: 250px !important;
    width: 100% !important;
  }
  .axt .col-12 {
    padding: 0px !important;
  }
  .vid-box {
    height: 485px !important;
  }
  .w-img img,
  .blog-post-image img {
    height: 350px !important;
  }
  .vid-txt .row {
    margin-top: 0px !important;
  }
  .vid-txt .text-white {
    font-size: 30px !important;
  }
  .vid-txt .text-parrot-green {
    font-weight: 500 !important;
  }
  a.client-logo {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }
  a.client-logo img {
    width: 100% !important;
    height: 50px !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .cli .col {
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .cli .row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .cli {
    padding: 0px 15px !important;
    /* padding-top: 50px !important; */
  }
  .popup-content {
    width: 90% !important;
    max-height: 85vh !important;
    height: auto !important;
    display: block !important;
    padding: 15px !important;
    overflow-y: scroll !important;
  }
  .pop-left,
  .pop-right {
    width: 100% !important;
    height: auto !important;
  }
  .pl-img img,
  .pop-left,
  .pl-img {
    height: 300px !important;
  }
  .pop-left {
    margin-bottom: 25px;
  }
  .map .text-center {
    text-align: left !important;
  }
  .map .text-big {
    display: block !important;
    font-size: 250px !important;
    line-height: 25px !important;
    left: 10px !important;
  }
  .blo .grid-item {
    padding: 0px !important;
    margin-bottom: 15px !important;
    /* margin-right: 15px !important; */
  }
  .blo .grid.md-grid-2col li {
    width: 46% !important;
    margin: 15px 15px !important;
  }
  ul.footer-horizontal-link {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  ul.footer-horizontal-link li {
    margin: 0px !important;
  }
  footer .col-12 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .footer-bottom {
    padding: 15px 0px !important;
  }
  .footer-bottom p {
    font-size: 14px !important;
  }
  .footer-top .col-12:last-child {
    margin: 0px !important;
  }
  .cat-banner {
    margin: 25px 15px !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
  }
  .cat-banner .extra-small-screen {
    height: 225px !important;
    background: #00000050;
  }
  .cat-banner h2 {
    font-size: 35px !important;
    font-weight: 500 !important;
    filter: drop-shadow(0px 0px 5px #000000) !important;
    letter-spacing: 5px !important;
  }
  .product {
    padding: 0px 15px !important;
    padding-bottom: 50px !important;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
  }
  .p-img img {
    height: 225px !important;
    border-radius: 10px !important;
  }
  .product-item {
    border-radius: 10px !important;
  }
  .p-txt p {
    font-size: 15px !important;
  }
  .p-txt {
    padding: 5px 0px !important;
    border-radius: 6px !important;
    bottom: 6% !important;
  }
  .pop-close {
    top: 0% !important;
    right: 0% !important;
    border-radius: 0px 0px 0px 10px !important;
    position: absolute !important;
  }
  .con-tx .text-center,
  .con-tx .col,
  .con .col {
    padding: 0px !important;
  }
  .con-tx h4 {
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
  }
  .con-tx form button {
    width: 100% !important;
  }
  .con-tx,
  .abt-tx {
    padding-top: 15px !important;
  }
  .abt-tx .row {
    flex-direction: column !important;
  }
  .abt-tx img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin-bottom: 50px !important;
  }
  .con .feature-box,
  .abx .text-center {
    justify-content: left !important;
    text-align: left !important;
  }
  .con .feature-box-icon,
  .con .feature-box .feature-box-content {
    width: 100% !important;
  }
  .contact-map {
    height: 350px !important;
  }
  .contact-map iframe {
    height: 100% !important;
  }
  .abt-tx .container-fluid {
    padding: 0px !important;
  }
  footer .order-sm-1 {
    order: 1 !important;
    padding-right: 75px !important;
  }
  footer .order-sm-4 {
    order: 3 !important;
    margin: 0 !important;
  }
  footer .order-sm-3 {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  footer .col-sm-5 {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    margin: 0 !important;
  }
  .abt-bottom {
    padding-top: 0px !important;
  }
  .abt-bottom .col-sm-5 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .abt-bottom .col-sm-5 .w-95 {
    width: 100% !important;
  }
  .abt-bottom .col-md-8 {
    width: 95% !important;
    max-width: 95% !important;
    flex: 0 0 95% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .w50 {
    padding: 0px 15px !important;
  }
  .container-fluid.nav-header-container {
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .navbar .col-auto:first-child {
    width: 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:nth-child(2) {
    width: 5% !important;
    max-width: 5% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar .col-auto:last-child {
    width: 45% !important;
    max-width: 45% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }
  .header-social-icon a > i {
    font-size: 20px !important;
    padding: 0px 15px !important;
  }
  a.navbar-brand {
    width: 100% !important;
  }
  .my-slider {
    height: 45vh !important;
  }
  .home-architecture .metis.tparrows.tp-rightarrow {
    left: 92% !important;
    bottom: 0% !important;
  }
  .home-architecture .metis.tparrows.tp-leftarrow {
    left: 92% !important;
    bottom: 14.6% !important;
  }
  .st {
    font-size: 25px !important;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: 500 !important;
    min-width: 100% !important;
  }
  .w100 {
    padding: 50px 15px !important;
  }
  .abt .fancy-text-box-style-01 {
    padding: 0px !important;
    margin-bottom: 50px !important;
  }
  .abt .fancy-text-box {
    padding: 50px !important;
    width: 100% !important;
    text-align: center !important;
  }
  .abt .col-lg-4,
  .abt .col-lg-3,
  .abt .col-lg-5,
  .abt .row {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .abt .row {
    display: table-cell !important;
  }
  .cat .row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 15px !important;
  }
  .cat .col,
  .axt .col-md-9,
  .vid-txt .col-md-7,
  .map .col-md-7,
  .abt-tx .col-md-5,
  .abt-tx .col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .abt .text-center {
    padding: 0px !important;
    text-align: left !important;
  }
  .cat .col.interactive-banners-style-09 {
    padding: 0px !important;
  }
  .cat .interactive-banners-style-09 .interactive-banners-hover-action {
    bottom: 0px !important;
  }
  .interactive-banners-style-09
    .interactive-banners-content
    .interactive-banners-hover-icon {
    left: 2rem !important;
    bottom: 2rem !important;
  }
  .cat figure {
    border-radius: 10px !important;
  }
  .cat figure img {
    height: 250px !important;
    width: 100% !important;
  }
  .axt .col-12 {
    padding: 0px !important;
  }
  .vid-box {
    height: 485px !important;
  }
  .w-img img,
  .blog-post-image img {
    height: 300px !important;
  }
  .vid-txt .row {
    margin-top: 0px !important;
  }
  .vid-txt .text-white {
    font-size: 30px !important;
  }
  .vid-txt .text-parrot-green {
    font-weight: 500 !important;
  }
  a.client-logo {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
  }
  a.client-logo img {
    width: 100% !important;
    height: 50px !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .cli .col {
    margin-bottom: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .cli .row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .cli {
    padding: 0px 15px !important;
    /* padding-top: 50px !important; */
  }
  .popup-content {
    width: 90% !important;
    max-height: 85vh !important;
    height: auto !important;
    display: block !important;
    padding: 15px !important;
    overflow-y: scroll !important;
  }
  .pop-left,
  .pop-right {
    width: 100% !important;
    height: auto !important;
  }
  .pl-img img,
  .pop-left,
  .pl-img {
    height: 300px !important;
  }
  .pop-left {
    margin-bottom: 25px;
  }
  .map .text-center {
    text-align: left !important;
  }
  .map .text-big {
    display: block !important;
    font-size: 350px !important;
    line-height: 25px !important;
    left: 50px !important;
  }
  .blo .grid-item {
    padding: 0px !important;
    margin-bottom: 15px !important;
    /* margin-right: 15px !important; */
  }
  .blo .grid.md-grid-2col li {
    width: 46% !important;
    margin: 15px 15px !important;
  }
  ul.footer-horizontal-link {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  ul.footer-horizontal-link li {
    margin: 0px !important;
  }
  footer .col-12 {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .footer-bottom {
    padding: 15px 0px !important;
  }
  .footer-bottom p {
    font-size: 14px !important;
  }
  .footer-top .col-12:last-child {
    margin: 0px !important;
  }
  .cat-banner {
    margin: 25px 15px !important;
    margin-bottom: 30px !important;
    border-radius: 10px !important;
  }
  .cat-banner .extra-small-screen {
    height: 250px !important;
    background: #00000050;
  }
  .cat-banner h2 {
    font-size: 35px !important;
    font-weight: 500 !important;
    filter: drop-shadow(0px 0px 5px #000000) !important;
    letter-spacing: 5px !important;
  }
  .product {
    padding: 0px 15px !important;
    padding-bottom: 50px !important;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px !important;
  }
  .p-img img {
    height: 300px !important;
    border-radius: 10px !important;
  }
  .product-item {
    border-radius: 10px !important;
  }
  .p-txt p {
    font-size: 15px !important;
  }
  .p-txt {
    padding: 5px 0px !important;
    border-radius: 6px !important;
    bottom: 6% !important;
  }
  .pop-close {
    top: 0% !important;
    right: 0% !important;
    border-radius: 0px 0px 0px 10px !important;
    position: absolute !important;
  }
  .con-tx .text-center,
  .con-tx .col,
  .con .col {
    padding: 0px !important;
  }
  .con-tx h4 {
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
  }
  .con-tx form button {
    width: 100% !important;
  }
  .con-tx,
  .abt-tx {
    padding-top: 15px !important;
  }
  .abt-tx .row {
    flex-direction: column !important;
  }
  .abt-tx img {
    width: 100% !important;
    height: 500px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin-bottom: 50px !important;
  }
  .con .feature-box,
  .abx .text-center {
    justify-content: left !important;
    text-align: left !important;
  }
  .con .feature-box-icon,
  .con .feature-box .feature-box-content {
    width: 100% !important;
  }
  .contact-map {
    height: 350px !important;
  }
  .contact-map iframe {
    height: 100% !important;
  }
  .abt-tx .container-fluid {
    padding: 0px !important;
  }
  footer .order-sm-1 {
    order: 0 !important;
    padding-right: 75px !important;
  }
  footer .order-sm-5 {
    order: 1 !important;
  }
  footer .order-sm-4 {
    order: 2 !important;
    margin: 0 !important;
  }
  footer .order-sm-3 {
    order: 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  footer .col-lg-3 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  footer .col-sm-5 {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    margin: 0 !important;
  }
  .abt-bottom {
    padding-top: 0px !important;
  }
  .abt-bottom .col-sm-5,
  .axt .col-lg-3 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    order: 2 !important;
    margin-top: 100px !important;
  }
  .axt .col-lg-3 {
    margin-top: 50px !important;
  }
  .axt .offset-lg-1,
  .map .offset-lg-2 {
    margin-left: 0px !important;
  }
  .abt-bottom .col-sm-5 .w-95 {
    width: 100% !important;
  }
  .abt-bottom .col-md-8,
  .map .col-lg-5 {
    width: 95% !important;
    max-width: 95% !important;
    flex: 0 0 95% !important;
  }
}

/* PDF Download */

.slide-download {
  position: fixed;
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
  z-index: 99 !important;
  transition: right 1s;
}
.slide-download.visible {
  right: 0;
}
.slide-download-content {
  position: relative;
}
.slide-button {
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  width: 293px;
  left: -108%;
  top: 44.3%;
  padding: 5px 0px;
  padding-top: 2px;
  padding-bottom: 8px;
  gap: 15px;
}
.slide-button:hover {
  cursor: pointer;
}
.slide-button-bg {
  position: absolute;
  width: 296px;
  left: -110%;
  top: 40%;
  transform: rotate(-90deg);
}
.slide-button-bg path {
  fill: #d19c2c;
}
.slide-button h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.slide-button svg {
  padding: 0px 10px;
  padding-top: 8px;
}
.slide-view {
  width: 150px;
  padding: 5px;
  background: #fff;
  /* border: #000 solid 1px; */
  border: #d19c2c solid 1px;
}
.slide-view-img {
  margin-bottom: 5px;
}
.slide-view-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.slide-view-btn {
  margin: 0;
}
.slide-view-btn button {
  width: 100%;
  font-size: 12px;
  padding: 8px 8px;
}
.slide-download .popup {
  width: 100vw;
  transform: translate(-95%, -50%);
  z-index: 999;
}
.download-btn {
  /* width: 50px;
    height: 50px; */
  padding: 5px 15px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.download-btn a {
  color: #fff;
  line-height: normal;
  letter-spacing: normal;
}
.download-btn:hover a {
  color: #d19c2c;
}
.download-btn:hover {
  background: #000;
  color: #fff;
  filter: drop-shadow(0px 0px 5px #00000050);
  cursor: pointer;
}
.export-slider {
  width: 100%;
  height: 100%;
}
.export-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.export {
  padding: 50px;
  position: relative;
}
.export-txt {
  margin-bottom: 50px;
}
.export-txt h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #d19c2c;
}
/* .export-slider .swiper-pagination {
  bottom: -5px;
} */
.scroll-top-arrow {
  bottom: 85px;
  right: 25px;
}
.float-box {
  position: fixed;
  bottom: 3%;
  right: 1%;
  z-index: 99;
}
.float-whatsapp a i {
  font-size: 30px;
}
.float-whatsapp,
.float-whatsapp a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-whatsapp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #20c997;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-whatsapp:hover {
  background: #fff;
  filter: drop-shadow(0px 0px 5px #00000050);
  cursor: pointer;
}
.float-whatsapp:hover a {
  color: #20c997;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-whatsapp a {
  color: #fff !important;
}
.float-whatsapp:hover,
.float-whatsapp:hover a {
  color: #20c997 !important;
}

@media only screen and (max-width: 768px) {
  .slide-download .popup {
    transform: translate(-79%, -50%);
  }
  .export {
    padding: 50px 15px;
  }
  .export-txt h2 {
    font-size: 25px;
    text-align: center;
  }
  .float-box {
    bottom: 2%;
    right: 2%;
  }
  .scroll-top-arrow {
    display: block !important;
    bottom: 75px;
    right: 15px;
  }
}
