/* ===================== Table Content Start ======================= 

Project Name 	:  
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  22/11/2022
Author 			:  Pentagon Information Technology

======================== Table Content End ===================== */
@font-face {
  font-family: "gilroy-lightuploaded_file";
  src: url("../fonts/gilroy-light-webfont.woff") format("woff2"), url("../fonts/gilroy-light-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-mediumuploaded_file";
  src: url("../fonts/gilroy-medium-webfont.woff2") format("woff2"), url("../fonts/gilroy-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-semibolduploaded_file";
  src: url("../fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("../fonts/gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pp_telegrafultrabold";
  src: url("../fonts/pptelegraf-ultrabold-webfont.woff2") format("woff2"), url("../fonts/pptelegraf-ultrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-- 1. VARIABLES --*/
:root {
  --title-font: "gilroy-lightuploaded_file";
  --theme-font: "gilroy-mediumuploaded_file";
  --theme-color: #F3CB48;
  --light-bg: #3D414D;
  --color-white: #ffffff;
  --color-black: #000000;
  --green-color: #269900;
  --color-gray: #333436;
}

/*-- 2. MIXIN --*/
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  background: #000;
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--blue-color);
  outline: 1px solid var(--blue-color);
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6117647059);
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 0px;
}

.o-hidden {
  overflow: hidden;
}

.mainContent {
  padding: 170px 0;
}
@media (max-width: 1849px) {
  .mainContent {
    padding: 80px 100px;
  }
}
@media (max-width: 1499px) {
  .mainContent {
    padding: 80px 50px;
  }
}
@media (max-width: 991px) {
  .mainContent {
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .mainContent {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .mainContent {
    padding: 50px 15px;
  }
}

.up-resume {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #191919;
  border-radius: 10px;
  overflow: hidden;
}
.up-resume .inner-field {
  width: 100%;
  position: relative;
  float: left;
  height: 80px;
}
.up-resume .inner-field #filename {
  padding: 15px 30px;
  float: left;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  color: #a0a7ab;
  font-size: 15px;
}
.up-resume .inner-field label[for=file-upload] {
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
}
.up-resume .inner-field label.custom-file-label {
  cursor: pointer;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0;
  background-color: transparent;
  bottom: 0;
  margin: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  border: none;
  padding: 15px 30px;
  height: 80px;
}
.up-resume .inner-field label.custom-file-label::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 19px;
  background-image: url(../images/upload-icon.svg);
  right: 30px;
}
.up-resume .inner-field label input.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  float: left;
}
.up-resume .inner-field label input#file-upload {
  position: absolute;
  left: -9999px;
}

::-moz-placeholder {
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "gilroy-lightuploaded_file";
}

::placeholder {
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "gilroy-lightuploaded_file";
}

.header {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
@media (max-width: 1499px) {
  .header {
    top: 30px;
  }
}
@media (max-width: 991px) {
  .header {
    border-bottom: 1px solid #4c4b4b;
    top: 0;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-black);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: -1;
}
@media (max-width: 1280px) {
  .header .head-left {
    width: 20%;
  }
}
.header .head-left a svg, .header .head-left a img {
  max-width: 191px;
  height: 43px;
}
@media (max-width: 1499px) {
  .header .head-left a svg, .header .head-left a img {
    max-width: 150px;
  }
}
@media (max-width: 1280px) {
  .header .head-left a svg, .header .head-left a img {
    max-width: 100%;
  }
}
@media (max-width: 1025px) {
  .header .head-left a svg, .header .head-left a img {
    max-width: 191px;
  }
}
@media (max-width: 575px) {
  .header .head-left a svg, .header .head-left a img {
    max-width: 160px;
  }
}
.header .head-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .header .head-middle {
    width: 56%;
  }
}
@media (max-width: 1025px) {
  .header .head-middle ul {
    display: none;
  }
}
.header .head-middle ul li {
  display: inline-block;
  padding: 0 12px;
}
@media (max-width: 1499px) {
  .header .head-middle ul li {
    padding: 0 5px;
  }
}
.header .head-middle ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 1499px) {
  .header .head-middle ul li a {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.header .head-middle ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--theme-color);
  transition: all 400ms;
  transform: scale(0);
}
.header .head-middle ul li a:hover {
  color: var(--theme-color);
}
.header .head-middle ul li a:hover:after {
  transform: scale(1);
  transition: all 100ms;
}
.header .head-middle ul li.active a {
  color: var(--theme-color);
}
.header .head-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1280px) {
  .header .head-right {
    width: 24%;
  }
}
.header .head-right .call {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (max-width: 1849px) {
  .header .head-right .call {
    margin-right: 20px;
  }
}
.header .head-right .call .box {
  position: relative;
}
.header .head-right .call .box a {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .header .head-right .call .box a {
    height: 35px;
  }
}
.header .head-right .call .box .call-icon {
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .header .head-right .call .box .call-icon {
    border: 1px solid var(--theme-color);
    padding: 15px;
    margin: 0;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .header .head-right .call .box .call-icon {
    height: 48px;
  }
}
@media (max-width: 575px) {
  .header .head-right .call .box .call-icon {
    padding: 10px;
    height: 40px;
  }
}
.header .head-right .call .box .call-icon svg, .header .head-right .call .box .call-icon img {
  width: 20px;
  height: 20px;
}
.header .head-right .call .box span {
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
}
.header .head-right .call .box h4 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  letter-spacing: 1.5px;
  padding-top: 5px;
}
@media (max-width: 1849px) {
  .header .head-right .call .box h4 {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1499px) {
  .header .head-right .call .box h4 {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .header .head-right .call .box h4 {
    display: none;
  }
}
.header .head-right .call .box:hover .call-icon svg path {
  fill: #fff;
  transition: all 400ms;
}
@media (max-width: 1025px) {
  .header .head-right .menu-btn {
    display: none;
  }
}
.header .head-right .menu-btn a {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1499px) {
  .header .head-right .menu-btn a {
    font-size: 13px;
  }
}
.header .head-right .menu-btn a span {
  padding: 12px 35px;
  background: #0e111f;
}
@media (max-width: 575px) {
  .header .head-right .menu-btn a span {
    padding: 8px 15px;
  }
}
.header .head-right .menu-btn a svg {
  fill: var(--theme-color);
}
.header .head-right .hamburger_menu {
  display: none;
}
@media (max-width: 1025px) {
  .header .head-right .hamburger_menu {
    display: block;
  }
}
.header.follow {
  top: 0;
  border: none;
  border-bottom: 1px solid #2b2929;
  left: 0;
  right: 0;
  padding: 15px 200px;
}
@media (max-width: 1849px) {
  .header.follow {
    padding: 15px 100px;
  }
}
@media (max-width: 1280px) {
  .header.follow {
    padding: 15px 50px;
  }
}
@media (max-width: 575px) {
  .header.follow {
    padding: 15px 15px;
  }
}
.header.follow:after {
  height: 100%;
}
.header.follow .head-right .menu-btn a span {
  background: #000000;
}
.header.follow .head-right .menu-btn a svg {
  fill: var(--color-black);
}

.nav_menu {
  background-color: transparent;
  display: flex;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  background: #0d1324;
  transition-delay: 1.7s;
}
.nav_menu .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  z-index: 999;
  right: 20px;
  top: 20px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.nav_menu .close_btn svg {
  width: 40px;
}
.nav_menu .close_btn a {
  display: block;
}
@media (max-width: 991px) {
  .nav_menu .close_btn {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .nav_menu .close_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .nav_menu .close_btn img {
    max-width: 14px;
  }
}
.nav_menu .nav_left {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  opacity: 0;
  width: 30%;
  transform: translateY(30px);
  transition: all 500ms;
  transition-delay: 1s;
}
.nav_menu .nav_right {
  opacity: 0;
  transform: translateY(30px);
  transition: all 500ms;
  transition-delay: 1.5s;
}
.nav_menu .nav_right video {
  transform: scaleX(-1);
}
.nav_menu.open-nav {
  transition: all 400ms;
  opacity: 1;
  visibility: visible;
}
.nav_menu.open-nav .nav_left {
  opacity: 1;
  transform: translateY(0px);
  transition: all 700ms;
  transition-delay: 1.5s;
}
.nav_menu.open-nav .nav_right {
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms;
  transition-delay: 1s;
}

footer .foot_top {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  position: relative;
}
@media (max-width: 1499px) {
  footer .foot_top {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  footer .foot_top {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
footer .foot_top .foot-box .detail h5 {
  font-size: 30px;
  line-height: 50px;
  color: #8C8C8C;
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  footer .foot_top .foot-box .detail h5 {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  footer .foot_top .foot-box .detail h5 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  footer .foot_top .foot-box .social-icons {
    margin-bottom: 40px;
  }
}
footer .foot_top .foot-box .social-icons ul li {
  display: inline-block;
  margin-right: 20px;
  transition: all 400ms;
}
footer .foot_top .foot-box .social-icons ul li:hover {
  transform: translateY(-5px);
  transition: all 400ms;
}
footer .foot_top .foot-box .contact ul li, footer .foot_top .foot-box .contact ul a, footer .foot_top .foot-box .foot_menu ul li, footer .foot_top .foot-box .foot_menu ul a {
  font-size: 20px;
  line-height: 40px;
  color: #8C8C8C;
  font-family: var(--title-font);
  padding: 0 0 15px;
}
@media (max-width: 575px) {
  footer .foot_top .foot-box .contact ul li, footer .foot_top .foot-box .contact ul a, footer .foot_top .foot-box .foot_menu ul li, footer .foot_top .foot-box .foot_menu ul a {
    padding: 0 0 5px;
  }
}
footer .foot_top .foot-box .contact ul li:hover, footer .foot_top .foot-box .contact ul a:hover, footer .foot_top .foot-box .foot_menu ul li:hover, footer .foot_top .foot-box .foot_menu ul a:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  footer .foot-btm {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  footer .foot-btm {
    padding-bottom: 120px;
  }
}
footer .copyright {
  position: relative;
}
@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .copyright {
    width: 100%;
  }
}
footer .copyright figure {
  margin: 0;
  padding: 30px 0;
}
@media (max-width: 768px) {
  footer .copyright figure {
    margin: 0 auto;
  }
}
footer .copyright figure a svg path.clr-change {
  fill: #fff;
}
footer .copyright p {
  margin: 0;
  text-align: right;
  color: #8C8C8C;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 38px 0;
}
@media (max-width: 991px) {
  footer .copyright p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .copyright p {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
  }
}
footer .copyright.center p {
  text-align: center;
}
@media (max-width: 991px) {
  footer .copyright.center p {
    padding: 0 0 30px;
    border-bottom: 1px solid #242424;
  }
}
footer .enq-out .enquiry-form {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  display: flex;
  transform: translateX(100%);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  transition: all 500ms;
  background: #0e0e0e;
  width: 35%;
}
@media (max-width: 991px) {
  footer .enq-out .enquiry-form {
    width: 100%;
  }
}
footer .enq-out .enquiry-form .title h2 {
  font-family: var(--title-font);
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
footer .enq-out .enquiry-form .title span {
  color: #bbb3b3;
  margin-bottom: 40px;
  display: block;
}
footer .enq-out .enquiry-form form .input-field {
  margin-bottom: 25px;
}
@media (max-width: 1499px) {
  footer .enq-out .enquiry-form form .input-field {
    margin-bottom: 10px;
  }
}
footer .enq-out .enquiry-form form .input-field label {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  color: #bbb3b3;
}
@media (max-width: 1499px) {
  footer .enq-out .enquiry-form form .input-field label {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
footer .enq-out .enquiry-form form .input-field input, footer .enq-out .enquiry-form form .input-field textarea {
  height: 60px;
  border: 1px solid #2b2929;
  width: 100%;
  outline: none;
  padding: 15px;
  font-size: 14px;
  background: transparent;
  color: #fff;
}
@media (max-width: 1499px) {
  footer .enq-out .enquiry-form form .input-field input, footer .enq-out .enquiry-form form .input-field textarea {
    height: 45px;
  }
}
footer .enq-out .enquiry-form form .input-field textarea {
  height: 120px;
}
@media (max-width: 1499px) {
  footer .enq-out .enquiry-form form .input-field textarea {
    height: 60px;
  }
}
footer .enq-out .enquiry-form form .form-submit button {
  background: var(--theme-color);
  border: none;
  color: #000;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 15px;
}
footer .enq-out .enquiry-form form .form-submit button:hover {
  background: #fff;
}
@media (max-width: 1499px) {
  footer .enq-out .enquiry-form form .form-submit button {
    padding: 12px 20px;
    font-size: 13px;
  }
}
footer .enq-out .close {
  padding: 22px;
  width: 230px;
  height: 230px;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: fixed;
  z-index: 9;
  top: 40%;
  left: 30%;
  cursor: pointer;
  transform: translateY(50px);
  transition: 400ms;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1499px) {
  footer .enq-out .close {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  footer .enq-out .close {
    right: 50px;
    left: auto;
    top: 50px;
    z-index: 999;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  footer .enq-out .close {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
footer .enq-out .close svg {
  fill: #fff;
  transition: all 400ms;
}
@media (max-width: 991px) {
  footer .enq-out .close svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  footer .enq-out .close svg {
    width: 15px;
    height: 15px;
  }
}
footer .enq-out .close:hover svg {
  transform: rotate(180deg);
  transition: all 400ms;
}
footer .bulb {
  position: fixed;
  right: 50px;
  bottom: 40px;
  cursor: pointer;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index: 99;
  display: none;
}
@media (max-width: 575px) {
  footer .bulb {
    right: 30px;
    bottom: 70px;
  }
}
footer .bulb svg {
  width: 40px;
  height: auto;
  fill: #fff;
}
footer .bulb span {
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  top: -70px;
  width: -moz-max-content;
  width: max-content;
  left: -44px;
  font-weight: 500;
}
footer .bulb span:before {
  content: "";
  position: relative;
  width: 30px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
footer .bulb span.on {
  display: none;
}
@media (max-width: 575px) {
  footer .bulb span {
    display: none;
  }
}
footer .bulb:hover, footer .bulb:focus, footer .bulb:active {
  animation: none;
}
footer .bounce-5 {
  animation-name: bounce-5;
  animation-timing-function: ease;
}
@keyframes bounce-5 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-20px);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

body.enquiry-open .enq-out {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
body.enquiry-open .enq-out:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6392156863);
  height: 100vh;
  filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body.enquiry-open .enq-out .close {
  opacity: 1;
  transform: translateY(0);
  transition: all 400ms;
  visibility: visible;
}
body.enquiry-open footer .enquiry-form {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
body.lightup {
  background: #efeef1;
}
body.lightup .atropos-highlight {
  background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.8117647059), transparent 50%);
}
body.lightup p {
  color: #666;
}
body.lightup span.off {
  display: none;
}
@media (max-width: 991px) {
  body.lightup .header {
    border-bottom: 1px solid #dddddd;
  }
}
body.lightup .header:after {
  background: #fff;
}
body.lightup .header .head-left a svg path.clr-change {
  fill: #000;
}
body.lightup .header .head-middle ul li a {
  color: #000;
}
body.lightup .header .head-middle ul li a:after {
  background: #000;
}
body.lightup .header .head-middle ul li.active a {
  color: var(--theme-color);
}
body.lightup .header .head-right .call .box span, body.lightup .header .head-right .call .box h4 {
  color: #000;
}
body.lightup .header .head-right .call .box:hover .call-icon svg path {
  fill: #000;
}
body.lightup .header .head-right .menu-btn a span {
  background: #f3f3f5;
  color: #000;
}
body.lightup .header.follow {
  border-bottom: 1px solid #eee;
}
body.lightup .header.follow .head-right .menu-btn a span {
  background: #fff;
}
body.lightup .inner-banner .content .heading {
  color: #000;
}
body.lightup .service .row .service-box .service-list:after {
  background: #f3f3f5;
}
body.lightup .banner:before {
  opacity: 1;
  transition: all 400ms;
}
body.lightup .banner:after {
  display: none;
}
body.lightup .banner .content .title {
  color: #000;
}
body.lightup .banner .content .desicription p {
  color: #666;
}
body.lightup .banner .theme-btn a {
  background: #efeef1;
  color: #000;
}
body.lightup .banner video {
  display: none;
}
body.lightup .banner video.light-version {
  display: block;
}
body.lightup footer .bulb span.on {
  display: block;
  color: #000;
}
@media (max-width: 575px) {
  body.lightup footer .bulb span.on {
    display: none;
  }
}
body.lightup footer .bulb svg {
  fill: #000;
}
body.lightup span:before {
  background: #000;
}
body.lightup #circle {
  background: #efeef1;
}
body.lightup .theme-style .head {
  color: #000;
}
body.lightup .theme-style a {
  background: #efeef1;
  color: #000;
}
body.lightup .theme-style .sub-head {
  border-bottom: 1px solid #dfdfdf;
}
body.lightup .product .bottom .product-box .product-list:before {
  background: #efeef1;
}
body.lightup .product .bottom .product-box .product-list .details h6 {
  color: #000;
}
body.lightup .product .bottom .product-box .product-list .details hr {
  border-top: 1px solid #ccc;
  background: transparent;
}
body.lightup .product .bottom .product-box .product-list:hover .more-btn a {
  background: #000;
}
body.lightup .product .bottom .product-box .product-list:hover .more-btn a svg path {
  fill: #fff;
}
body.lightup .product .bottom hr.seperation {
  border-top: 1px solid #dfdfdf;
}
body.lightup .about:after {
  opacity: 0;
}
body.lightup .about .about-left .content p {
  color: #666;
}
body.lightup .about .about-right ul li {
  color: #000;
  border-bottom: 1px solid #dfdfdf;
}
body.lightup .about .about-right ul li span svg path {
  fill: #000;
}
body.lightup .about .about-right a {
  color: #000;
  background: #efeef1;
}
body.lightup .clients .clients-slider {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
body.lightup .clients .clients-slider .item:hover img {
  filter: initial;
}
body.lightup .lets_talk .left .heading {
  color: #000;
}
body.lightup .lets_talk .right .content h6 {
  color: #000;
}
body.lightup .lets_talk .right .content a:hover {
  background: #000;
}
body.lightup .lets_talk .right .content a:hover svg path {
  fill: #fff;
}
body.lightup footer .foot_top {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
body.lightup footer .copyright p {
  color: #000;
}
body.lightup footer .copyright figure a svg path.clr-change {
  fill: #000;
}
body.lightup footer .copyright.center p {
  border-bottom: 1px solid #dfdfdf;
}
body.lightup .tab-sec .product-category .filter-left {
  border: 1px solid #dddddd;
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link {
  color: #000;
  border-bottom: 1px solid #dddddd;
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link i svg path {
  fill: #000;
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link.active i {
  border: 1px solid #fff;
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link:hover {
  border-bottom: 1px solid var(--theme-color);
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link:hover i {
  border: 1px solid var(--theme-color);
}
body.lightup .tab-sec .product-category .filter-left .nav-item .nav-link.last {
  border: none;
}
body.lightup .tab-sec .product-category .tab-pane h3 {
  color: #000;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box {
  border: 1px solid #dddddd;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box .product-list:before {
  background: #f3f3f5;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details hr {
  background: #ddd;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .more-btn a {
  background: #000;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .more-btn a svg path {
  fill: #fff;
}
body.lightup .tab-sec .product-category .tab-pane .pr-listing .box h6 {
  color: #000;
}
body.lightup .tab-sec .project-box a .content {
  border-bottom: 1px solid #ddd;
}
body.lightup .tab-sec .project-box a .content h3 {
  color: #000;
}
body.lightup .tab-sec .project-box a .content button svg path {
  fill: #000 !important;
}
body.lightup .tab-sec .project-box a:hover .content button {
  background: var(--theme-color);
  border: 1px solid #fff;
}
body.lightup .tab-sec .project-details .single-projects {
  background: #fff;
}
body.lightup .tab-sec .project-details .single-projects .content {
  background: #fff;
}
body.lightup .tab-sec .project-details .single-projects .content p {
  color: #666;
}
@media (max-width: 991px) {
  body.lightup .tab-sec.open .tab-category-out {
    background: #fff;
  }
}
body.lightup .sky-tabs {
  border-top: 1px solid #ddd;
}
body.lightup .out {
  border-top: 1px solid #ddd;
}
body.lightup .sky-tabs > label span span {
  color: #000;
}
body.lightup .sustainability-outer .row .right h4 {
  color: #000;
}
body.lightup .sustainability-outer .row .space hr {
  border-color: #dfdfdf;
}
body.lightup .contact-outer .cnt-map iframe {
  filter: none;
}
body.lightup .contact-outer .cnt-form form .input-field input, body.lightup .contact-outer .cnt-form form .input-field textarea {
  color: #000;
  border-bottom: 1px solid #ddd;
}
body.lightup .contact-outer .cnt-form form .form-submit button {
  background: #fff;
}
body.lightup .contact-outer .cnt-right .cnt-address p {
  color: #000;
}
body.lightup .contact-outer .cnt-right .cnt-address ul {
  border-bottom: 1px solid #ddd;
}
body.lightup .contact-outer .cnt-right .cnt-address ul li a {
  color: #000;
}
body.lightup .contact-outer .cnt-right .cnt-social-media ul li a:hover svg path {
  fill: #000;
}
body.lightup .clients-outer .space hr {
  border-color: #ddd;
}
@media (max-width: 575px) {
  body.lightup .clients-outer .clients-list .clients-img {
    border: 0.5px solid #eee;
  }
}
body.lightup .more-detail:after {
  display: none;
}
body.lightup .more-detail .row .content .detail .heading {
  color: #000;
}
body.lightup .more-detail.vision .row .content .detail {
  border-bottom: 1px solid #eee;
}
body.lightup .ab-det .description .details p {
  color: #666;
}
body.lightup .ab-det hr.seperation {
  border-top: 1px solid #ddd;
}
body.lightup .more-detail .row hr.seperation {
  border-top: 1px solid #ddd;
}
body.lightup .certificates .row .left h2 {
  color: #000;
}
body.lightup .certificates .row .right p {
  color: #000;
}
body.lightup .certificates .certificates-list hr.seperation {
  border-top: 1px solid #ddd;
}
body.lightup .certificates .certificates-list .list figure {
  border: 1px solid #ddd;
}
body.lightup .certificates .certificates-list .list h5 {
  color: #000;
}
body.lightup .award hr.seperation {
  border-top: 1px solid #ddd;
}
body.lightup .chairman-msg .content .heading {
  color: #000;
}
body.lightup .chairman-msg .seperation {
  border-top: 1px solid #ddd;
}
body.lightup .profile .profile-title .heading {
  color: #000;
}
body.lightup .profile .content p {
  color: #666;
}
body.lightup .nav_menu {
  background: #eee;
}
body.lightup .nav_menu.open-nav .nav_right {
  opacity: 0;
}
body.lightup .mobile-menu a {
  color: #000;
}
body.lightup .mobile-menu a:hover {
  color: var(--theme-color);
}
body.lightup .nav_menu .close_btn svg rect {
  fill: #000;
}
body.lightup .sky-tabs .tab-category-out > label span span {
  color: #000 !important;
}
body.lightup .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left, body.lightup .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left {
  border: 1px solid #ddd;
}
body.lightup .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link, body.lightup .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link {
  color: #000;
  border-bottom: 1px solid #ddd;
}
body.lightup .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i, body.lightup .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i {
  border: 1px solid #ddd;
}
body.lightup .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i svg path, body.lightup .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i svg path {
  fill: #000;
}
body.lightup .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item:last-child .nav-link, body.lightup .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item:last-child .nav-link {
  border: none;
}
@media (max-width: 575px) {
  body.lightup .tab-sec .project-box a .content {
    background: #fff;
  }
}
body.lightup .tab-sec.fixed .tab-category-out {
  background: #fff;
}
@media (max-width: 991px) {
  body.lightup .sky-tabs > label span span {
    border: 1px solid #eee;
  }
}
body.lightup ::-moz-placeholder {
  color: #000;
}
body.lightup ::placeholder {
  color: #000;
}

.atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0);
}
.atropos-rotate-touch, .atropos-rotate-scroll-x, .atropos-rotate-scroll-y {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.atropos-rotate-touch-scroll-y {
  touch-action: pan-y;
}
.atropos-rotate-touch-scroll-x {
  touch-action: pan-x;
}
.atropos-scale,
.atropos-rotate {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block;
}

.atropos-shadow,
.atropos-highlight {
  position: absolute;
  pointer-events: none;
  transition-property: transform, opacity;
  display: block;
  opacity: 0;
}

.atropos-shadow {
  z-index: -1;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(30px);
}

.atropos-highlight {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-image: radial-gradient(circle at 50%, rgba(0, 0, 0, 0.8117647059), transparent 50%);
  z-index: 0;
  opacity: 0.5;
}

.atropos-rotate {
  position: relative;
}

.atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block;
}

.atropos-active {
  z-index: 1;
}
.atropos-active .atropos-shadow {
  opacity: 1 !important;
}

[data-atropos-offset] {
  transition-property: transform;
}

[data-atropos-opacity] {
  transition-property: opacity;
}

[data-atropos-offset][data-atropos-opacity] {
  transition-property: transform, opacity;
}

body {
  overflow: hidden;
}

.mainContent {
  padding: 0 200px;
}
@media (max-width: 1849px) {
  .mainContent {
    padding: 0 100px;
  }
}
@media (max-width: 1280px) {
  .mainContent {
    padding: 0 50px;
  }
}
@media (max-width: 575px) {
  .mainContent {
    padding: 0 15px;
  }
}

.theme-btn {
  position: relative;
  z-index: 9;
}
.theme-btn a {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 20px 35px;
  text-align: center;
  align-items: center;
}
@media (max-width: 1849px) {
  .theme-btn a {
    padding: 15px 25px;
  }
}

.carousel-btn {
  float: right;
  width: 128px;
  position: relative;
  right: 0;
  bottom: 40px;
  z-index: 9;
}
.carousel-btn ul li {
  display: inline-block;
  width: 60px;
  border: 1px solid var(--light-bg);
  text-align: center;
  padding: 9px;
  margin-left: 0;
  cursor: pointer;
  background-image: none;
  position: relative;
}
.carousel-btn ul li:hover {
  border: 1px solid var(--theme-color);
}
.carousel-btn ul li.customNextBtn svg {
  transform: rotate(40deg);
}
.carousel-btn ul li.customPrevBtn svg {
  transform: rotate(-133deg);
}

body.lightup .carousel-btn ul li {
  border: 1px solid var(--theme-color);
}
body.lightup .carousel-btn ul li svg path {
  fill: #000;
}

.theme-style {
  padding: 120px 0;
}
.theme-style .sub-head {
  font-size: 18px;
  color: var(--theme-color);
  border-bottom: 1px solid var(--light-bg);
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.theme-style .head {
  color: #fff;
  font-size: 75px;
  font-family: var(--title-font);
  line-height: 95px;
  width: 80%;
  margin-bottom: 50px;
}
@media (max-width: 1849px) {
  .theme-style .head {
    width: 100%;
  }
}
@media (max-width: 1499px) {
  .theme-style .head {
    font-size: 60px;
    line-height: 80px;
  }
}
.theme-style .head span {
  font-family: var(--theme-font);
}
.theme-style a {
  font-size: 13px;
  text-transform: uppercase;
  color: var(--theme-color);
  padding: 20px 30px;
  display: inline-block;
  background: #000;
}
@media (max-width: 1499px) {
  .theme-style a {
    padding: 15px 25px;
  }
}

#site-loader {
  background: #efeef1;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.sec1 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #efeef1;
  z-index: 9999;
  transition: all 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin: 0 auto;
  overflow: hidden;
}
.sec1 video {
  width: 253px;
}
.sec1 svg,
.sec1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 200px;
  animation: text-flicker-in-glow 4s linear both;
}

.loaded-overlay1 {
  opacity: 0;
  z-index: -9 !important;
  transition: all 400ms;
}
.loaded-overlay1 .sec1 {
  opacity: 0;
  z-index: -9;
  transition: all 400ms;
}
.loaded-overlay1 .sec1 video {
  opacity: 0;
  transition: all 400ms;
}
.loaded-overlay1 .sec1 svg {
  opacity: 0;
}

.banner {
  position: relative;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}
.banner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.banner .light-version {
  display: none;
}
.banner .content {
  position: absolute;
  bottom: 15%;
  z-index: 9;
}
@media (max-width: 991px) {
  .banner .content {
    text-align: center;
  }
}
.banner .content .title {
  font-size: 95px;
  font-family: var(--title-font);
  color: #fff;
  line-height: 120px;
  margin-bottom: 80px;
  width: 55%;
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
@media (max-width: 1849px) {
  .banner .content .title {
    width: 90%;
  }
}
@media (max-width: 1499px) {
  .banner .content .title {
    width: 72%;
    font-size: 65px;
    line-height: 90px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .banner .content .title {
    width: 100%;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .banner .content .title {
    font-size: 35px;
    line-height: 50px;
  }
}
.banner .content .title span {
  font-family: var(--theme-font);
}
.banner .content .desicription {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .banner .content .desicription {
    flex-direction: column;
  }
}
.banner .content .desicription p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
  position: relative;
  padding-left: 50px;
  width: 32%;
  margin: 0 0 0 50px;
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
@media (max-width: 1849px) {
  .banner .content .desicription p {
    width: 45%;
  }
}
@media (max-width: 1499px) {
  .banner .content .desicription p {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .banner .content .desicription p {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
.banner .content .desicription p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: var(--light-bg);
}
@media (max-width: 991px) {
  .banner .content .desicription p:before {
    display: none;
  }
}
.banner .content .desicription .menu-btn {
  position: relative;
  z-index: 9;
}
.banner .content .desicription .menu-btn a {
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 20px 40px;
  text-align: center;
  align-items: center;
  position: relative;
}
.banner .content .desicription .menu-btn a span {
  margin-right: 5px;
}
.banner .content .desicription .menu-btn a svg {
  fill: var(--theme-color);
}
.banner .content .desicription .theme-btn {
  position: relative;
  z-index: 9;
  transform: translateY(50px);
  transition: all 400ms;
  opacity: 0;
}
@media (max-width: 991px) {
  .banner video {
    transform: translateX(-25%);
  }
}

body.loaded .banner .content .title,
body.loaded .banner .content .desicription,
body.loaded .banner .content .theme-btn {
  opacity: 1;
  transform: translateY(0);
  transition: all 800ms;
}
body.loaded .banner .content .desicription p {
  opacity: 1;
  transform: translateY(0);
  transition: all 800ms;
  transition-delay: 400mss;
}
body.loaded .banner .content .theme-btn {
  transition-delay: 2s;
}

.service .row {
  margin: 0 -60px;
}
@media (max-width: 1280px) {
  .service .row {
    margin: 0 -30px;
  }
}
.service .row .service-box {
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .service .row .service-box {
    padding: 0 30px;
  }
}
.service .row .service-box .reverse-list {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list .theme-style {
    padding: 50px 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .service .row .service-box .reverse-list .theme-style {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list .theme-style .sub-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list .theme-style .head {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .service .row .service-box .reverse-list .theme-style .head {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list .theme-style .theme-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .service .row .service-box .reverse-list .service-list {
    margin-bottom: 50px;
  }
}
.service .row .service-box .service-list {
  position: relative;
}
.service .row .service-box .service-list:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
}
.service .row .service-box .service-list figure {
  margin: 0;
  overflow: hidden;
}
.service .row .service-box .service-list figure .jumbotron {
  overflow: hidden;
  position: relative;
  z-index: 9;
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1849px) {
  .service .row .service-box .service-list figure .jumbotron {
    min-height: 600px;
  }
}
@media (max-width: 1499px) {
  .service .row .service-box .service-list figure .jumbotron {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .service .row .service-box .service-list figure .jumbotron {
    min-height: 350px;
  }
}
.service .row .service-box .service-list figure .jumbotron:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(358deg, rgba(0, 0, 0, 0.4) 0%, rgba(196, 196, 196, 0) 100%, rgba(102, 102, 102, 0.48) 100%);
}
.service .row .service-box .service-list figure .jumbotron .desicription {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 9;
}
@media (max-width: 991px) {
  .service .row .service-box .service-list figure .jumbotron .desicription {
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .service .row .service-box .service-list figure .jumbotron .desicription {
    bottom: 30px;
  }
}
.service .row .service-box .service-list figure .jumbotron .desicription .heading {
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  font-family: var(--title-font);
}
.service .row .service-box .service-list figure .jumbotron .desicription .heading span {
  display: block;
}
.service .row .service-box .service-list.last {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .service .row .service-box .service-list.last {
    padding-top: 50px;
  }
}
.service .row .service-box .service-list.animated:after {
  bottom: 100%;
  transition: all 1s;
  transition: 1.5s;
}
.service .row .service-box.right {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .service .row .service-box.right {
    padding-top: 50px;
  }
}
.service .row .theme-btn.mobile {
  display: none;
  width: auto;
  margin: 50px auto 0;
}
@media (max-width: 575px) {
  .service .row .theme-btn.mobile {
    display: block;
  }
}

.product {
  position: relative;
  z-index: 99;
  padding-top: 150px;
}
@media (max-width: 1499px) {
  .product {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding-top: 100px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .product {
    padding-top: 50px;
    border-top: 1px solid var(--light-bg);
    border-bottom: 1px solid var(--light-bg);
    margin-top: 50px;
  }
}
.product .theme-style {
  position: relative;
  padding-top: 0;
}
@media (max-width: 1280px) {
  .product .theme-style {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .product .theme-style {
    padding-bottom: 10px;
  }
}
.product .theme-style .sub-head,
.product .theme-style .head {
  width: 40%;
}
@media (max-width: 1849px) {
  .product .theme-style .sub-head,
  .product .theme-style .head {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .product .theme-style .sub-head,
  .product .theme-style .head {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .product .theme-style .sub-head {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .product .theme-style .sub-head {
    border: none;
    padding: 0 0 10px;
    line-height: 0;
  }
}
.product .theme-style .head {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product .theme-style .head {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product .theme-style .head {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.product .theme-style a {
  position: absolute;
  right: 0;
  top: -250px;
}
@media (max-width: 991px) {
  .product .theme-style a {
    position: relative;
    top: auto;
  }
}
@media (max-width: 575px) {
  .product .theme-style a {
    display: none;
  }
}
.product .bottom {
  margin: 0 -45px;
}
@media (max-width: 1280px) {
  .product .bottom {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .product .bottom {
    text-align: center;
  }
}
.product .bottom .product-box {
  padding: 0 45px;
}
@media (max-width: 1280px) {
  .product .bottom .product-box {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .product .bottom .product-box {
    margin-bottom: 30px;
    text-align: center;
  }
}
.product .bottom .product-box .product-list {
  padding: 90px;
  border-radius: 222px;
  text-align: center;
  position: relative;
  background: linear-gradient(to top, #f3cb48, #4b3f16, #4b3f16, #f3cb48);
  z-index: 9;
  min-height: 570px;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list {
    padding: 25px;
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .product .bottom .product-box .product-list {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .product .bottom .product-box .product-list {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .product .bottom .product-box .product-list {
    min-height: 420px;
  }
}
.product .bottom .product-box .product-list:before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 222px;
  z-index: -9;
}
.product .bottom .product-box .product-list figure {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .product .bottom .product-box .product-list figure {
    margin: 25px 0;
  }
}
@media (max-width: 991px) {
  .product .bottom .product-box .product-list figure img {
    width: auto;
  }
}
.product .bottom .product-box .product-list .details {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .product .bottom .product-box .product-list .details {
    padding-bottom: 30px;
  }
}
.product .bottom .product-box .product-list .details h6 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list .details h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.product .bottom .product-box .product-list .details a {
  font-size: 16px;
  line-height: 24px;
  color: #6A6A6A;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list .details a {
    font-size: 14px;
  }
}
.product .bottom .product-box .product-list .details hr {
  background: #313030;
  opacity: 1;
  position: relative;
  height: 2px;
}
.product .bottom .product-box .product-list .details hr:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-color);
  transform: scale(0);
  transition: all 1s;
}
.product .bottom .product-box .product-list .more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list .more-btn {
    bottom: -30px;
  }
}
@media (max-width: 991px) {
  .product .bottom .product-box .product-list .more-btn {
    position: static;
  }
}
.product .bottom .product-box .product-list .more-btn a {
  width: 120px;
  height: 120px;
  background: var(--theme-color);
  font-size: initial;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 1s;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list .more-btn a {
    width: 70px;
    height: 70px;
  }
}
.product .bottom .product-box .product-list .more-btn a svg,
.product .bottom .product-box .product-list .more-btn a img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1499px) {
  .product .bottom .product-box .product-list .more-btn a svg,
  .product .bottom .product-box .product-list .more-btn a img {
    width: 15px;
    height: 15px;
  }
}
.product .bottom .product-box .product-list .more-btn a svg path,
.product .bottom .product-box .product-list .more-btn a img path {
  transition: all 400ms;
}
.product .bottom .product-box .product-list:hover .more-btn a {
  background: #fff;
  transition: all 1s;
}
.product .bottom .product-box .product-list:hover .more-btn a svg path,
.product .bottom .product-box .product-list:hover .more-btn a img path {
  transform: rotate(0deg);
  transition: all 400ms;
}
.product .bottom .product-box .product-list:hover .details hr:after {
  transform: scale(1);
  transition: all 500ms;
}
.product .bottom .product-box.second {
  padding-top: 150px;
}
.product .bottom .product-box.second.animated {
  padding-top: 0px;
  transition: all 1s;
}
.product .bottom .product-box.third {
  padding-top: 300px;
}
.product .bottom .product-box.third.animated {
  padding-top: 0px;
  transition: all 1.5s;
}
.product .bottom .mobile {
  display: none;
  width: auto;
  margin: 50px auto;
}
@media (max-width: 575px) {
  .product .bottom .mobile {
    display: block;
  }
}
.product .bottom hr.seperation {
  opacity: 1;
  margin: 200px 0 150px;
  border-top: var(--light-bg) 1px solid;
  position: relative;
}
@media (max-width: 1499px) {
  .product .bottom hr.seperation {
    margin: 150px 0 100px;
  }
}
@media (max-width: 991px) {
  .product .bottom hr.seperation {
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .product .bottom hr.seperation {
    display: none;
  }
}

.about {
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .about {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about {
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .about {
    border-bottom: 1px solid var(--light-bg);
    padding-bottom: 80px;
  }
}
.about:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -70vh;
  bottom: 0;
  background: url(../images/about-bg.svg) no-repeat;
  z-index: -9;
}
@media (max-width: 1499px) {
  .about:after {
    top: -90vh;
  }
}
.about .about-left {
  display: flex;
  flex-direction: column-reverse;
  justify-content: left;
}
.about .about-left .content {
  margin-bottom: 120px;
}
@media (max-width: 1499px) {
  .about .about-left .content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .about .about-left .content {
    text-align: center;
    margin-bottom: 50px;
  }
}
.about .about-left .content h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--theme-color);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about .about-left .content h6 {
    margin-bottom: 20px;
  }
}
.about .about-left .content p {
  font-size: 16px;
  color: #EFEDED;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .about .about-left .content p {
    font-size: 14px;
  }
}
.about .about-left figure {
  margin: 0;
}
@media (max-width: 991px) {
  .about .about-left figure {
    margin-bottom: 30px;
  }
}
.about .about-right {
  padding-left: 200px;
}
@media (max-width: 1499px) {
  .about .about-right {
    padding-left: 100px;
  }
}
@media (max-width: 1280px) {
  .about .about-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .about .about-right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.about .about-right ul {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .about .about-right ul {
    margin-bottom: 50px;
  }
}
.about .about-right ul li {
  font-size: 25px;
  color: #fff;
  border-bottom: 1px solid #252424;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1499px) {
  .about .about-right ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about .about-right ul li {
    text-align: center;
  }
}
.about .about-right ul li span a {
  position: absolute;
  right: 0;
  top: -10px;
  width: 75px;
  height: 75px;
  border: 1px solid #2C2B2B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .about .about-right ul li span a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .about .about-right ul li span a {
    top: 0px;
  }
}
@media (max-width: 768px) {
  .about .about-right ul li span a {
    position: static;
    margin: 20px auto 0;
  }
}
.about .about-right ul li span svg {
  fill: #fff;
}
.about .about-right ul li p {
  font-size: 15px;
  width: 75%;
  margin: 20px 0 0;
  line-height: 30px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .about .about-right ul li p {
    width: 100%;
  }
}
.about .about-right ul li:hover {
  border-bottom: 1px solid var(--theme-color);
  transition: all 1s;
}
.about .about-right ul li:hover span a {
  background: var(--theme-color);
  transition: all 400ms;
}
.about .about-right ul li:hover span a svg {
  fill: #000;
}
.about .about-right ul li:hover span a svg path {
  fill: #000;
}
@media (max-width: 768px) {
  .about .about-right .theme-btn {
    text-align: center;
  }
}
.about .about-right a {
  display: inline-block;
  background: #000;
}

.text_scrolling {
  padding: 150px 0;
  overflow: hidden;
  position: relative;
  z-index: 20;
  margin-top: 50px;
}
@media (max-width: 1499px) {
  .text_scrolling {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .text_scrolling {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .text_scrolling {
    padding: 50px 0;
    overflow: initial;
  }
}
@media (max-width: 575px) {
  .text_scrolling {
    border-bottom: 1px solid var(--light-bg);
    padding-bottom: 120px;
  }
}
.text_scrolling .text_marc_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.text_scrolling .text_marc_box .m_item {
  width: 100%;
  position: relative;
}
.text_scrolling .text_marc_box .m_item .marquee__inner {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  display: flex;
  position: relative;
  will-change: transform;
  grid-gap: 3vw;
}
.text_scrolling .text_marc_box .m_item .marquee__inner span {
  font-weight: bold;
  font-size: 180px;
  display: flex;
  line-height: 0.8;
  text-transform: uppercase;
  font-family: "pp_telegrafultrabold";
  color: var(--theme-color);
}
.text_scrolling .text_marc_box .m_item .marquee__inner span.stroke {
  color: transparent;
  -webkit-text-stroke: rgba(255, 255, 255, 0.4705882353);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: transparent;
}
.text_scrolling .text_marc_box .m_item .marquee__inner {
  animation: marquee 30s linear infinite;
}
@media (max-width: 768px) {
  .text_scrolling .text_marc_box .m_item .marquee__inner {
    display: none;
  }
}
@media (max-width: 768px) {
  .text_scrolling .text_marc_box .m_item .marquee__inner.scroll-2 {
    display: block;
  }
}

.projects {
  margin-top: 100px;
  margin-bottom: 200px;
}
@media (max-width: 575px) {
  .projects {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .projects {
    padding-top: 30px;
    margin-bottom: 80px;
  }
}
.projects .theme-style {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 1499px) {
  .projects .theme-style {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .projects .theme-style {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .projects .theme-style {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .projects .theme-style {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .projects .theme-style .sub-head {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: none;
  }
}
.projects .theme-style h2 {
  width: 100%;
}
@media (max-width: 991px) {
  .projects .theme-style .head {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .projects .theme-style .head {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .projects .theme-style .theme-btn {
    display: none;
  }
}
.projects .slider-outer {
  position: relative;
}
.projects .slider-outer .slider__wave.w-embed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  height: 200px;
}
@media (max-width: 575px) {
  .projects .slider-outer .slider__wave.w-embed {
    display: none;
  }
}
.projects .slider-outer .slider__wave.is--bottom.w-embed {
  bottom: 0;
  top: auto;
  transform: rotate(-180deg);
}
@media (max-width: 575px) {
  .projects .slider-outer .slider__wave.is--bottom.w-embed {
    display: none;
  }
}
.projects .slider-outer .project-slider {
  text-align: center;
}
@media (max-width: 575px) {
  .projects .slider-outer .project-slider {
    margin-top: 100px;
  }
}
.projects .slider-outer .project-slider .item .slide-inner {
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  background-size: cover;
}
@media (max-width: 1499px) {
  .projects .slider-outer .project-slider .item .slide-inner {
    height: 550px;
    background-position: top !important;
  }
}
@media (max-width: 991px) {
  .projects .slider-outer .project-slider .item .slide-inner {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .projects .slider-outer .project-slider .item .slide-inner {
    height: 350px;
    background-position: center !important;
  }
}
.projects .slider-outer .project-slider .item .slide-inner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 20%;
  bottom: 0%;
  background: rgba(243, 203, 72, 0.92);
  z-index: -9;
  transition: all 400ms;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  opacity: 0;
}
@media (max-width: 1025px) {
  .projects .slider-outer .project-slider .item .slide-inner:after {
    opacity: 1;
    top: 0;
  }
}
.projects .slider-outer .project-slider .item .slide-inner .desicription .heading {
  opacity: 0;
  transform: translateY(50px);
  transition: all 400ms;
  color: #fff;
  font-size: 30px;
  font-family: var(--title-font);
}
@media (max-width: 1025px) {
  .projects .slider-outer .project-slider .item .slide-inner .desicription .heading {
    opacity: 1;
    transform: translateY(0px);
  }
}
.projects .slider-outer .project-slider .item .slide-inner .desicription .heading span {
  display: block;
}
.projects .slider-outer .project-slider .item .slide-inner:hover:after {
  top: 0;
  transition: all 400ms;
  opacity: 1;
}
.projects .slider-outer .project-slider .item .slide-inner:hover .desicription .heading,
.projects .slider-outer .project-slider .item .slide-inner:hover .desicription a {
  opacity: 1;
  transform: translateY(0px);
  transition: all 400ms;
  transition-delay: 600ms;
}
.projects .slider-outer .project-slider .item .slide-inner:hover .desicription .heading span,
.projects .slider-outer .project-slider .item .slide-inner:hover .desicription a span {
  display: block;
}
.projects .slider-outer .project-slider .item .slide-inner:hover .desicription a {
  transition-delay: 800ms;
}
.projects .slider-outer .project-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  display: flex;
}
@media (max-width: 575px) {
  .projects .slider-outer .project-slider .owl-nav {
    bottom: auto;
    top: -110px;
  }
}
.projects .slider-outer .project-slider .owl-nav button {
  padding: 25px !important;
  background-position: center;
  display: flex;
  line-height: 0;
  border: #f3cb48 1px solid;
  align-items: center;
  justify-content: center;
}
.projects .slider-outer .project-slider .owl-nav button span {
  background: url(../images/arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  font-size: 0;
  display: inline-block;
  background-position: center;
}
.projects .slider-outer .project-slider .owl-nav button.owl-prev {
  margin-right: 10px;
}
.projects .slider-outer .project-slider .owl-nav button.owl-prev span {
  transform: rotate(-135deg);
}
.projects .slider-outer .project-slider .owl-nav button.owl-next span {
  transform: rotate(45deg);
}
.projects .mobile {
  display: none;
}
@media (max-width: 575px) {
  .projects .mobile {
    display: block;
    width: 200px;
    margin: 50px auto 0;
  }
}

body.lightup .projects .slider-outer .slider__wave.w-embed svg {
  fill: #efeef1;
}
body.lightup .projects .slider-outer .project-slider .owl-nav button {
  background: #000;
  border: 1px solid #000;
}

.clients .clients-slider {
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .clients .clients-slider {
    padding: 50px 0;
  }
}
.clients .clients-slider .item {
  text-align: center;
}
.clients .clients-slider .item img {
  width: auto;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin: 0 auto;
  transition: all 500ms;
}
.clients .clients-slider .item:hover img {
  filter: initial;
  transition: all 500ms;
}

.lets_talk {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1499px) {
  .lets_talk {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .lets_talk {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .lets_talk .left {
    width: 100%;
  }
}
.lets_talk .left .heading {
  font-size: 125px;
  color: #fff;
  font-family: var(--title-font);
  line-height: 95px;
}
@media (max-width: 1499px) {
  .lets_talk .left .heading {
    font-size: 80px;
    line-height: 95px;
  }
}
@media (max-width: 991px) {
  .lets_talk .left .heading {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .lets_talk .left .heading {
    font-size: 40px;
    line-height: 55px;
  }
}
.lets_talk .right {
  display: flex;
  justify-content: end;
}
@media (max-width: 768px) {
  .lets_talk .right {
    width: 100%;
  }
}
.lets_talk .right .content {
  width: 50%;
  position: relative;
}
@media (max-width: 1499px) {
  .lets_talk .right .content {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .lets_talk .right .content {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .lets_talk .right .content {
    width: 100%;
  }
}
.lets_talk .right .content h6 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  position: relative;
  width: 80%;
  font-family: var(--title-font);
}
@media (max-width: 991px) {
  .lets_talk .right .content h6 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .lets_talk .right .content h6 {
    width: 100%;
    margin-top: 20px;
  }
}
.lets_talk .right .content a {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #3D414D;
  border-radius: 50px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .lets_talk .right .content a {
    position: static;
    margin: 15px auto 0;
  }
}
.lets_talk .right .content a:hover {
  background: var(--theme-color);
}
.lets_talk .right .content a:hover svg path {
  fill: #000;
}

.inner-banner {
  padding: 0;
}
.inner-banner .particles {
  position: absolute;
  z-index: -9;
}
.inner-banner .content {
  padding-top: 250px;
}
@media (max-width: 1499px) {
  .inner-banner .content {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .inner-banner .content {
    text-align: center;
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  .inner-banner .content {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .inner-banner .content {
    padding-top: 150px;
    margin-bottom: 30px;
  }
}
.inner-banner .content .sub-head {
  font-size: 18px;
  color: var(--theme-color);
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1499px) {
  .inner-banner .content .sub-head {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inner-banner .content .sub-head {
    font-size: 20px;
  }
}
.inner-banner .content .heading {
  font-size: 100px;
  line-height: 125px;
  color: #fff;
  margin-bottom: 150px;
  position: relative;
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 400;
}
@media (max-width: 1499px) {
  .inner-banner .content .heading {
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1025px) {
  .inner-banner .content .heading {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .inner-banner .content .heading {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .inner-banner .content .heading {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 0px;
  }
}
.inner-banner .content .heading span {
  display: block;
}

.ab-det .description {
  width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .ab-det .description {
    flex-direction: column;
    text-align: center;
  }
}
.ab-det .description .details {
  width: 50%;
  padding-right: 100px;
  text-align: justify;
  position: relative;
}
@media (max-width: 1499px) {
  .ab-det .description .details {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .ab-det .description .details {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
}
.ab-det .description .details p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6117647059);
  line-height: 35px;
  letter-spacing: 1px;
}
@media (max-width: 1499px) {
  .ab-det .description .details p {
    font-size: 14px;
    line-height: 30px;
  }
}
.ab-det .about-map {
  position: relative;
  margin: 0;
  text-align: center;
}
.ab-det .about-map svg {
  width: 70%;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 991px) {
  .ab-det .about-map svg {
    width: 100%;
  }
}
.ab-det hr.seperation {
  border-top: 1px solid #242424;
  opacity: 1;
  margin: 150px 0;
  position: relative;
}
@media (max-width: 1499px) {
  .ab-det hr.seperation {
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .ab-det hr.seperation {
    display: none;
  }
}

.chairman-msg .row {
  padding: 50px 38px;
  position: relative;
  z-index: 9;
}
.chairman-msg .row:after {
  position: absolute;
  content: "";
  left: 15px;
  right: 15px;
  top: 20px;
  bottom: 10px;
  border: 5px solid #ad8c1c !important;
  z-index: -9;
}
.chairman-msg .chairman-left figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .chairman-msg .chairman-left figure {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .chairman-msg .chairman-left figure img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .chairman-msg .chairman-left figure img {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .chairman-msg .chairman-left figure img {
    width: 100%;
  }
}
.chairman-msg .content {
  padding-left: 50px;
}
@media (max-width: 1499px) {
  .chairman-msg .content {
    padding-left: 30px;
  }
}
@media (max-width: 1280px) {
  .chairman-msg .content {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .chairman-msg .content {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    text-align: center;
    margin-top: 30px;
  }
}
.chairman-msg .content .heading {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.6117647059);
}
@media (max-width: 991px) {
  .chairman-msg .content .heading {
    margin-top: 30px;
  }
}
.chairman-msg .content .heading span {
  font-weight: 500;
  display: block;
  font-size: 18px;
  color: #666;
  margin: 10px 0 0;
}
.chairman-msg .content p {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.5px;
  width: 100%;
  z-index: 9;
  position: relative;
}
@media (max-width: 1499px) {
  .chairman-msg .content p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
.chairman-msg .content .bottom {
  position: relative;
}
.chairman-msg .content .bottom p {
  display: inline-block;
  width: auto;
  padding-right: 15px;
  margin-bottom: 0;
}
.chairman-msg .seperation {
  border-top: 1px solid #242424;
  opacity: 1;
  margin: 100px 0 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .chairman-msg .seperation {
    margin: 50px 0 0;
  }
}

.more-detail {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1499px) {
  .more-detail {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .more-detail {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.more-detail .row {
  margin: 0 -60px;
}
@media (max-width: 1280px) {
  .more-detail .row {
    margin: 0 -30px;
  }
}
.more-detail .row .content {
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .more-detail .row .content {
    padding: 0 30px;
  }
}
.more-detail .row .content figure {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .more-detail .row .content figure {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.more-detail .row .content .detail {
  padding-left: 120px;
}
@media (max-width: 1499px) {
  .more-detail .row .content .detail {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .more-detail .row .content .detail {
    padding-left: 0px;
    text-align: center;
  }
}
.more-detail .row .content .detail .heading {
  font-size: 40px;
  color: #fff;
  font-family: var(--title-font);
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .more-detail .row .content .detail .heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.more-detail .row .content .detail p {
  font-size: 16px;
  line-height: 35px;
  width: 80%;
  position: relative;
}
@media (max-width: 1499px) {
  .more-detail .row .content .detail p {
    font-size: 14px;
    line-height: 30px;
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .more-detail .row .content .detail p {
    width: 100%;
    margin: 0;
  }
}
.more-detail .row hr.seperation {
  position: relative;
  opacity: 1;
  margin: 150px 60px 0;
}
@media (max-width: 1499px) {
  .more-detail .row hr.seperation {
    margin: 100px 60px 0;
  }
}
@media (max-width: 1280px) {
  .more-detail .row hr.seperation {
    margin: 100px 30px 0;
  }
}
@media (max-width: 991px) {
  .more-detail .row hr.seperation {
    margin: 50px 30px 0;
  }
}
@media (max-width: 1280px) {
  .more-detail.vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .more-detail.vision {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .more-detail.vision .row .content figure {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .more-detail.vision .row .content .detail {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .more-detail.vision .row .content .detail {
    margin-bottom: 50px;
    border-bottom: 1px solid #242424;
    padding-bottom: 30px;
  }
}
.more-detail.vision .row .content .detail p {
  margin: 0;
}
.more-detail.vision hr.seperation {
  margin: 100px 60px 0;
}
@media (max-width: 1280px) {
  .more-detail.vision hr.seperation {
    margin: 100px 15px 0;
  }
}
@media (max-width: 991px) {
  .more-detail.vision hr.seperation {
    display: none;
  }
}

.about-scrolling {
  margin: 0;
}

.profile .row {
  padding: 0 150px;
  margin-bottom: 150px;
}
@media (max-width: 1499px) {
  .profile .row {
    margin-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .profile .row {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .profile .row {
    margin-bottom: 50px;
  }
}
.profile .profile-img {
  position: relative;
}
.profile .profile-img figure {
  margin-bottom: 50px;
}
.profile .profile-title {
  position: relative;
}
@media (max-width: 991px) {
  .profile .profile-title {
    text-align: center;
  }
}
.profile .profile-title .heading {
  font-size: 55px;
  color: #fff;
  font-family: var(--title-font);
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .profile .profile-title .heading {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .profile .profile-title .heading {
    font-size: 30px;
    line-height: 45px;
  }
}
.profile .content {
  position: relative;
}
.profile .content p {
  line-height: 35px;
  width: 95%;
  letter-spacing: 0.5px;
}
@media (max-width: 1499px) {
  .profile .content p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .profile .content p {
    width: 100%;
    text-align: center;
  }
}

.contact-outer {
  position: relative;
  z-index: 9;
  padding-bottom: 150px;
}
@media (max-width: 1499px) {
  .contact-outer {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contact-outer {
    padding-bottom: 50px;
  }
}
.contact-outer .cnt-form form {
  width: 85%;
}
@media (max-width: 991px) {
  .contact-outer .cnt-form form {
    width: 100%;
    text-align: center;
  }
}
.contact-outer .cnt-form form .input-field {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .contact-outer .cnt-form form .input-field {
    width: 100%;
    text-align: center;
  }
}
.contact-outer .cnt-form form .input-field input,
.contact-outer .cnt-form form .input-field textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #0F1527;
  width: 100%;
  height: 70px;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  font-family: var(--title-font);
}
.contact-outer .cnt-form form .input-field textarea {
  height: 120px;
  padding-top: 25px;
}
.contact-outer .cnt-form form .form-submit {
  position: relative;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 991px) {
  .contact-outer .cnt-form form .form-submit {
    margin: 0 auto;
  }
}
.contact-outer .cnt-form form .form-submit:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  background: linear-gradient(60deg, #f3cb48, #c7a126, #fdeebd, #f3cb48, #c7a126, #fdeebd, #f3cb48, #c7a126);
  border-radius: 0;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
.contact-outer .cnt-form form .form-submit button {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--theme-color);
  padding: 20px 50px;
  display: inline-block;
  background: #000;
  box-shadow: none;
  border: none;
  letter-spacing: 1px;
}
.contact-outer .cnt-right {
  display: flex;
  flex-direction: column;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .contact-outer .cnt-right {
    margin-top: 50px;
    text-align: center;
  }
}
.contact-outer .cnt-right .cnt-mail {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.contact-outer .cnt-right .cnt-mail h4 {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  position: relative;
  width: 60%;
  font-family: var(--title-font);
  letter-spacing: 1px;
}
.contact-outer .cnt-right .cnt-mail h4 span {
  font-weight: 700;
}
.contact-outer .cnt-right .cnt-mail a {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  border: 1px solid #3D414D;
  border-radius: 50px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
}
.contact-outer .cnt-right .cnt-address {
  width: 100%;
}
.contact-outer .cnt-right .cnt-address h6 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
  color: var(--theme-color);
}
.contact-outer .cnt-right .cnt-address p {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-family: var(--title-font);
  letter-spacing: 1px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .contact-outer .cnt-right .cnt-address p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contact-outer .cnt-right .cnt-address p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.contact-outer .cnt-right .cnt-address ul {
  border-bottom: 1px solid #0F1527;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .contact-outer .cnt-right .cnt-address ul {
    padding-bottom: 30px;
  }
}
.contact-outer .cnt-right .cnt-address ul li {
  padding: 10px 0;
}
.contact-outer .cnt-right .cnt-address ul li a {
  font-size: 17px;
  color: #fff;
  line-height: 35px;
}
.contact-outer .cnt-right .cnt-address ul li a svg {
  margin-right: 15px;
}
.contact-outer .cnt-right .cnt-social-media {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-outer .cnt-right .cnt-social-media {
    display: none;
  }
}
.contact-outer .cnt-right .cnt-social-media h6 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 35px;
  color: var(--theme-color);
}
.contact-outer .cnt-right .cnt-social-media ul li {
  display: inline-block;
}
.contact-outer .cnt-right .cnt-social-media ul li a {
  width: 70px;
  height: 70px;
  border: 1px solid #3D414D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .contact-outer .cnt-right .cnt-social-media ul li a {
    width: 50px;
    height: 50px;
  }
}
.contact-outer .cnt-right .cnt-social-media ul li a svg {
  fill: var(--theme-color);
}
@media (max-width: 1499px) {
  .contact-outer .cnt-right .cnt-social-media ul li a svg {
    width: 15px;
    height: 15px;
  }
}
.contact-outer .cnt-right .cnt-social-media ul li a svg path {
  fill: var(--theme-color);
}
.contact-outer .cnt-right .cnt-social-media ul li a:hover svg {
  animation: slide-in-top 0.3s both;
}
.contact-outer .cnt-right .cnt-social-media ul li a:hover svg path {
  fill: #fff;
}
.contact-outer .cnt-map {
  margin-top: 150px;
}
@media (max-width: 1499px) {
  .contact-outer .cnt-map {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .contact-outer .cnt-map {
    margin-top: 50px;
  }
}
.contact-outer .cnt-map iframe {
  width: 100%;
  height: 500px;
  filter: invert(1);
}
@media (max-width: 1499px) {
  .contact-outer .cnt-map iframe {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .contact-outer .cnt-map iframe {
    height: 300px;
  }
}

.clients-outer .clients-list {
  display: flex;
}
@media (max-width: 991px) {
  .clients-outer .clients-list {
    flex-wrap: wrap;
  }
}
.clients-outer .clients-list .clients-img {
  width: 16.6666666667%;
  text-align: center;
}
@media (max-width: 991px) {
  .clients-outer .clients-list .clients-img {
    width: 33.3333333333%;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .clients-outer .clients-list .clients-img {
    width: 50%;
    border: 0.5px solid #242424;
  }
}
.clients-outer .clients-list .clients-img img {
  width: 150px;
  filter: grayscale(1);
}
.clients-outer .clients-list .clients-img img:hover {
  filter: none;
}
.clients-outer .space hr {
  border-color: #242424;
  margin: 100px auto;
  opacity: 1;
  position: relative;
}
@media (max-width: 991px) {
  .clients-outer .space hr {
    margin: 50px auto;
  }
}
@media (max-width: 575px) {
  .clients-outer .space hr {
    display: none;
  }
}
.clients-outer .space.last hr {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sustainability-outer {
    text-align: center;
  }
}
.sustainability-outer .row .left figure {
  position: relative;
}
.sustainability-outer .row .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
}
@media (max-width: 1499px) {
  .sustainability-outer .row .right {
    padding-left: 50px;
  }
}
@media (max-width: 1280px) {
  .sustainability-outer .row .right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .sustainability-outer .row .right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.sustainability-outer .row .right h4 {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .sustainability-outer .row .right h4 {
    margin: 20px 0 10px;
  }
}
.sustainability-outer .row .right h4 span {
  display: block;
}
.sustainability-outer .row .right p {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media (max-width: 1499px) {
  .sustainability-outer .row .right p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .sustainability-outer .row .right p {
    margin: 0;
  }
}
.sustainability-outer .row .space hr {
  border-color: #242424;
  margin: 100px auto;
  opacity: 1;
  position: relative;
}
@media (max-width: 991px) {
  .sustainability-outer .row .space hr {
    margin: 50px auto;
  }
}
.sustainability-outer .row .space.last hr {
  margin-bottom: 0;
}
.sustainability-outer .row.reverse {
  display: flex;
  flex-direction: row-reverse;
}
.sustainability-outer .row.reverse .right {
  padding-left: 0;
  padding-right: 150px;
}
@media (max-width: 1499px) {
  .sustainability-outer .row.reverse .right {
    padding-right: 50px;
  }
}
@media (max-width: 1280px) {
  .sustainability-outer .row.reverse .right {
    padding-right: 20px;
  }
}

.about-product {
  padding-top: 0;
}
@media (max-width: 1280px) {
  .about-product {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  .about-product .bottom {
    margin: 0 -20px;
  }
}
@media (max-width: 1280px) {
  .about-product .bottom .product-box {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .about-product .bottom .product-box {
    margin-bottom: 0;
  }
}
.about-product .bottom .product-box .product-list {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .about-product .bottom .product-box .product-list {
    min-height: 480px;
  }
}
@media (max-width: 1280px) {
  .about-product .bottom .product-box .product-list {
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .about-product .bottom .product-box .product-list {
    min-height: auto;
    margin-bottom: 30px;
    width: 350px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .about-product .bottom .product-box .product-list {
    width: 320px;
    height: 460px;
  }
}
.about-product .bottom .product-box .product-list figure {
  margin-top: 0;
  margin-bottom: 30px;
}
.about-product .bottom .product-box .product-list .details {
  padding: 0;
}
.about-product .bottom .product-box .product-list .details h6 {
  border-bottom: 1px solid rgba(243, 203, 72, 0.4705882353);
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .about-product .bottom .product-box .product-list .details h6 {
    font-size: 25px;
  }
}
.about-product .bottom .product-box .product-list .details h6:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  bottom: -1px;
  background: #e3e3e3;
  transform: scale(0);
  transition: all 1s;
}
.about-product .bottom .product-box .product-list .details p {
  line-height: 35px;
  letter-spacing: 0.5px;
}
@media (max-width: 1499px) {
  .about-product .bottom .product-box .product-list .details p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.about-product .bottom .product-box .product-list:hover .details h6:after {
  transform: scale(1);
  transition: all 1s;
}

.more-about {
  padding-top: 150px;
  padding-bottom: 150px;
}
.more-about .row {
  margin: 0 -75px;
}
.more-about .row .details {
  position: relative;
  padding: 0 75px;
}

@media (max-width: 991px) {
  .certificates {
    text-align: center;
  }
}
.certificates .row .left h2 {
  position: relative;
  font-size: 75px;
  color: #fff;
  font-family: var(--title-font);
}
@media (max-width: 1280px) {
  .certificates .row .left h2 {
    font-size: 55px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .certificates .row .left h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .certificates .row .left h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .certificates .row .right {
    margin-bottom: 30px;
  }
}
.certificates .row .right p {
  color: #EFEDED;
  position: relative;
  width: 70%;
  float: right;
  margin: 0;
  letter-spacing: 1px;
  line-height: 32px;
}
@media (max-width: 1280px) {
  .certificates .row .right p {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .certificates .row .right p {
    width: 100%;
  }
}
.certificates .certificates-list {
  margin: 0 -45px;
}
@media (max-width: 1280px) {
  .certificates .certificates-list {
    margin: 0 -15px;
  }
}
.certificates .certificates-list .list {
  padding: 0 45px;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .certificates .certificates-list .list {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .certificates .certificates-list .list {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .certificates .certificates-list .list {
    margin-top: 20px;
  }
}
.certificates .certificates-list .list figure {
  margin-bottom: 25px;
}
.certificates .certificates-list .list h5 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .certificates .certificates-list .list h5 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .certificates .certificates-list .list h5 {
    margin-bottom: 20px;
  }
}
.certificates .certificates-list hr.seperation {
  opacity: 1;
  margin: 150px 45px;
  position: relative;
}
@media (max-width: 1499px) {
  .certificates .certificates-list hr.seperation {
    margin: 100px 45px;
  }
}
@media (max-width: 1280px) {
  .certificates .certificates-list hr.seperation {
    margin: 100px 15px;
  }
}
@media (max-width: 991px) {
  .certificates .certificates-list hr.seperation {
    margin: 80px 15px;
  }
}
@media (max-width: 768px) {
  .certificates .certificates-list hr.seperation {
    margin: 0 15px;
  }
}

.award {
  display: flex;
}
.award .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .award .left {
    text-align: center;
    padding-top: 30px;
  }
}
.award .left p {
  position: relative;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 1px;
  margin-bottom: 100px;
  font-family: var(--title-font);
  width: 80%;
}
@media (max-width: 1499px) {
  .award .left p {
    width: 90%;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .award .left p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.award .left span {
  position: relative;
  color: var(--theme-color);
  font-size: 20px;
  letter-spacing: 0.5px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  position: relative;
  color: var(--theme-color);
}
.award .right figure {
  margin: 0;
  position: relative;
}
.award .right figure img {
  width: 100%;
  float: right;
}
.award hr.seperation {
  position: relative;
  opacity: 1;
  margin: 150px 0;
}
@media (max-width: 1280px) {
  .award hr.seperation {
    margin: 100px 0;
  }
}
@media (max-width: 991px) {
  .award hr.seperation {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .award hr.seperation {
    margin: 50px 0;
  }
}

.tab-sec {
  padding-bottom: 150px;
}
@media (max-width: 1280px) {
  .tab-sec {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .tab-sec {
    padding-bottom: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .tab-sec {
    padding-bottom: 30px;
  }
}
.tab-sec .product-category {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .tab-sec .product-category {
    flex-direction: column;
  }
}
.tab-sec .product-category .category {
  width: 100%;
  background: var(--theme-color);
  position: relative;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .tab-sec .product-category .category {
    display: block;
    position: absolute;
    right: 0;
    top: -97px;
    width: 250px;
    display: none;
    z-index: 9;
  }
}
.tab-sec .product-category .category h4 {
  font-size: 15px;
  color: #000;
  padding: 20px 15px;
}
.tab-sec .product-category .category span {
  position: absolute;
  right: 15px;
  top: 20px;
}
.tab-sec .product-category .category span svg {
  width: 17px;
}
.tab-sec .product-category .category span .close {
  display: none;
  transform: rotate(45deg);
}
.tab-sec .product-category .filter-left {
  padding: 30px;
  border: 1px solid #1C2137;
  width: 30%;
}
@media (max-width: 1280px) {
  .tab-sec .product-category .filter-left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .tab-sec .product-category .filter-left {
    width: 100%;
    display: none;
  }
}
.tab-sec .product-category .filter-left .nav-item {
  width: 100%;
  transform: initial;
}
.tab-sec .product-category .filter-left .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #1C2137;
  width: 100%;
  position: relative;
  font-family: var(--title-font);
}
@media (max-width: 1499px) {
  .tab-sec .product-category .filter-left .nav-item .nav-link {
    font-size: 15px;
  }
}
.tab-sec .product-category .filter-left .nav-item .nav-link span {
  display: block;
}
@media (max-width: 991px) {
  .tab-sec .product-category .filter-left .nav-item .nav-link span {
    display: inline-block;
  }
}
.tab-sec .product-category .filter-left .nav-item .nav-link i {
  position: absolute;
  right: 0;
  border: 1px solid #1C2137;
  width: 60px;
  height: 60px;
  top: -3px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .filter-left .nav-item .nav-link i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .tab-sec .product-category .filter-left .nav-item .nav-link i {
    top: -15px;
  }
}
.tab-sec .product-category .filter-left .nav-item .nav-link i svg {
  width: 12px;
}
.tab-sec .product-category .filter-left .nav-item .nav-link i svg path {
  fill: #fff;
}
.tab-sec .product-category .filter-left .nav-item .nav-link.active {
  color: var(--theme-color);
}
.tab-sec .product-category .filter-left .nav-item .nav-link.active i {
  background: var(--theme-color);
  transition: all 1s;
}
.tab-sec .product-category .filter-left .nav-item .nav-link.active i svg path {
  fill: #000;
  transition: all 1s;
}
.tab-sec .product-category .filter-left .nav-item .nav-link.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.tab-sec .product-category .filter-left .nav-item .nav-link:hover {
  border-bottom: 1px solid var(--theme-color);
  transition: all 1s;
}
.tab-sec .product-category .filter-left .nav-item .nav-link:hover i {
  background: var(--theme-color);
  transition: all 1s;
}
.tab-sec .product-category .filter-left .nav-item .nav-link:hover i svg path {
  fill: #000;
  transition: all 1s;
}
.tab-sec .product-category .filter-left .nav-item .nav-link:hover.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.tab-sec .product-category .filter-left.show {
  display: none;
}
.tab-sec .product-category .tab-pane {
  padding-left: 100px;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .tab-sec .product-category .tab-pane {
    padding-left: 0px;
    margin-top: 30px;
  }
}
.tab-sec .product-category .tab-pane h3 {
  color: #fff;
  font-size: 30px;
  font-family: var(--title-font);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tab-sec .product-category .tab-pane h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tab-sec .product-category .tab-pane h3 {
    font-size: 25px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing {
  display: flex;
  flex-wrap: wrap;
}
.tab-sec .product-category .tab-pane .pr-listing .box {
  border: 1px solid #1c2137;
  padding: 40px;
  width: 33%;
}
@media (max-width: 1280px) {
  .tab-sec .product-category .tab-pane .pr-listing .box {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .tab-sec .product-category .tab-pane .pr-listing .box {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .tab-sec .product-category .tab-pane .pr-listing .box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box {
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list {
  padding: 50px;
  border-radius: 222px;
  text-align: center;
  position: relative;
  background: linear-gradient(to top, #f3cb48, #4b3f16, #4b3f16, #f3cb48);
  z-index: 9;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list {
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list {
    border-radius: 0;
    padding: 15px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list:before {
  position: absolute;
  content: "";
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background: #000;
  border-radius: 222px;
  z-index: -9;
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list:before {
    border-radius: 0;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list figure {
  margin-bottom: 20px;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list figure {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list figure img {
    width: auto;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .details {
  margin-bottom: 20px;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details {
    margin-bottom: 30px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .details a {
  font-size: 16px;
  line-height: 24px;
  color: #B3B3B3;
  text-transform: capitalize;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details a {
    font-size: 14px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .details hr {
  background: #1C2137;
  opacity: 1;
  position: relative;
  height: 2px;
  margin: 20px 0;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .details hr {
    margin: 10px 0;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .details hr:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background: var(--theme-color);
  transform: scale(0);
  transition: all 1s;
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn {
    bottom: -20px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a {
  width: 70px;
  height: 70px;
  background: var(--theme-color);
  font-size: initial;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 1s;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a {
    width: 50px;
    height: 50px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a svg,
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a img {
  width: 18px;
  height: 18px;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a svg,
  .tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a img {
    width: 15px;
    height: 15px;
  }
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a svg path,
.tab-sec .product-category .tab-pane .pr-listing .box .product-list .more-btn a img path {
  transition: all 400ms;
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .more-btn a {
  background: #fff;
  transition: all 1s;
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .more-btn a svg path,
.tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .more-btn a img path {
  transform: rotate(0deg);
  transition: all 400ms;
}
.tab-sec .product-category .tab-pane .pr-listing .box .product-list:hover .details hr:after {
  transform: scale(1);
  transition: all 500ms;
}
.tab-sec .product-category .tab-pane .pr-listing .box h6 {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 1499px) {
  .tab-sec .product-category .tab-pane .pr-listing .box h6 {
    font-size: 15px;
  }
}
.tab-sec .project-box {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
@media (max-width: 1499px) {
  .tab-sec .project-box {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .tab-sec .project-box {
    gap: 0px;
  }
}
.tab-sec .project-box a {
  width: 30%;
}
@media (max-width: 1849px) {
  .tab-sec .project-box a {
    width: 29%;
  }
}
@media (max-width: 991px) {
  .tab-sec .project-box a {
    width: 48%;
    margin: 0 1% 50px;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-box a {
    width: 100%;
    margin: 0 0 30px;
  }
}
.tab-sec .project-box a .content {
  padding: 50px 0;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #242424;
}
@media (max-width: 1499px) {
  .tab-sec .project-box a .content {
    padding: 25px 0;
    min-height: 110px;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-box a .content {
    min-height: auto;
    border: none;
    background: #242424;
    padding: 25px 0 25px 15px;
  }
}
.tab-sec .project-box a .content h3 {
  font-size: 20px;
  line-height: 35px;
  width: 65%;
  color: #fff;
}
@media (max-width: 1499px) {
  .tab-sec .project-box a .content h3 {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-box a .content h3 {
    width: 80%;
  }
}
.tab-sec .project-box a .content button {
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #1C2137;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .tab-sec .project-box a .content button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-box a .content button {
    right: 15px;
    border: 1px solid #2e3244;
  }
}
.tab-sec .project-box a .content button svg {
  width: 15px;
}
.tab-sec .project-box a:hover .content {
  border-bottom: 1px solid var(--theme-color);
  transition: all 1s;
}
.tab-sec .project-box a:hover .content button {
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
}
.tab-sec .project-details {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 400ms;
  z-index: -9;
}
.tab-sec .project-details:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6392156863);
  height: 100vh;
  filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.tab-sec .project-details .single-projects {
  width: 40%;
  position: absolute;
  right: 0;
  height: 100vh;
  background: #000;
  opacity: 0;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .tab-sec .project-details .single-projects {
    width: 100%;
  }
}
.tab-sec .project-details .single-projects figure {
  margin: 0;
}
.tab-sec .project-details .single-projects .content {
  padding: 50px;
}
@media (max-width: 1025px) {
  .tab-sec .project-details .single-projects .content {
    transform: translateY(-150px);
    background: #000;
  }
}
@media (max-width: 1499px) {
  .tab-sec .project-details .single-projects .content {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .tab-sec .project-details .single-projects .content {
    transform: translateY(0px);
  }
}
.tab-sec .project-details .single-projects .content h3 {
  font-size: 45px;
  color: var(--theme-color);
  margin-bottom: 15px;
  font-family: var(--title-font);
}
@media (max-width: 1499px) {
  .tab-sec .project-details .single-projects .content h3 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-details .single-projects .content h3 {
    font-size: 22px;
    line-height: 35px;
  }
}
.tab-sec .project-details .single-projects .content p {
  color: rgba(255, 255, 255, 0.6117647059);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.5px;
  width: 90%;
}
@media (max-width: 1499px) {
  .tab-sec .project-details .single-projects .content p {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .tab-sec .project-details .single-projects .content p {
    overflow-y: scroll;
    height: 250px;
  }
}
.tab-sec .project-details .close-btn {
  width: 230px;
  height: 230px;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: fixed;
  top: 40%;
  left: 30%;
  cursor: pointer;
  opacity: 0;
  transform: translateY(50px);
  transition: 1.5s;
}
@media (max-width: 1499px) {
  .tab-sec .project-details .close-btn {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .tab-sec .project-details .close-btn {
    width: 80px;
    height: 80px;
    right: 30px;
    top: 30px;
    left: auto;
    background: var(--theme-color);
  }
}
@media (max-width: 575px) {
  .tab-sec .project-details .close-btn {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  .tab-sec .project-details .close-btn svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1025px) {
  .tab-sec .project-details .close-btn svg {
    width: 20px;
    height: 20px;
  }
}
.tab-sec .project-details .close-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.6117647059);
}
.tab-sec .project-details .close-btn:hover svg {
  transform: rotate(90deg);
  transition-delay: 400ms;
}
@media (max-width: 991px) {
  .tab-sec .project-details .close-btn:hover svg {
    width: 20px;
    height: 20px;
  }
}
.tab-sec .project-details.show {
  z-index: 999;
  opacity: 1;
  transition: all 400ms;
}
.tab-sec .project-details.show:before {
  transition: all 500ms;
}
.tab-sec .project-details.show .single-projects {
  opacity: 1;
  transition: all 1s;
  transition-delay: 1s;
}
.tab-sec .project-details.show .close-btn {
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
  transition-delay: 1s;
}
.tab-sec .tab-category-out {
  position: relative;
  top: 0;
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view {
  display: none;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category {
  width: 100%;
  background: var(--theme-color);
  position: relative;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  top: 4px;
  width: 320px;
  z-index: 9;
}
@media (max-width: 991px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category {
    display: block;
  }
}
@media (max-width: 768px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category {
    width: 100%;
    position: relative;
    background: #fff;
  }
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category h4, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category h4 {
  font-size: 15px;
  color: #000;
  padding: 20px 15px;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category span, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category span {
  position: absolute;
  right: 15px;
  top: 20px;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category span svg, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category span svg {
  width: 17px;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .category span .close, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .category span .close {
  display: none;
  transform: rotate(45deg);
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left {
  padding: 30px;
  border: 1px solid #1C2137;
  width: 30%;
}
@media (max-width: 1280px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left {
    width: 100%;
    display: none;
  }
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item {
  width: 100%;
  transform: initial;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #1C2137;
  width: 100%;
  position: relative;
  font-family: var(--title-font);
}
@media (max-width: 1499px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link {
    font-size: 15px;
  }
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link span, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link span {
  display: block;
}
@media (max-width: 991px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link span, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link span {
    display: inline-block;
  }
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i {
  position: absolute;
  right: 0;
  border: 1px solid #1C2137;
  width: 60px;
  height: 60px;
  top: -3px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i {
    top: -15px;
  }
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i svg, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i svg {
  width: 12px;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link i svg path, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link i svg path {
  fill: #fff;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link.active, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link.active {
  color: var(--theme-color);
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link.active i, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link.active i {
  background: var(--theme-color);
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link.active i svg path, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link.active i svg path {
  fill: #000;
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link.last, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link:hover, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link:hover {
  border-bottom: 1px solid var(--theme-color);
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link:hover i, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link:hover i {
  background: var(--theme-color);
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link:hover i svg path, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link:hover i svg path {
  fill: #000;
  transition: all 1s;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left .nav-item .nav-link:hover.last, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left .nav-item .nav-link:hover.last {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view .filter-left.show, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view .filter-left.show {
  display: block;
}
@media (max-width: 991px) {
  .tab-sec .tab-category-out .prduct-tab-view .outdoor-tab-view.show, .tab-sec .tab-category-out .prduct-tab-view .indoor-tab-view.show {
    display: block;
  }
}
.tab-sec.project-page.open .tab-category-out {
  position: relative;
}

#vision, #mission, #future {
  scroll-margin-top: 500px;
}
@media (max-width: 1499px) {
  #vision, #mission, #future {
    scroll-margin-top: 400px;
  }
}
@media (max-width: 991px) {
  #vision, #mission, #future {
    scroll-margin-top: 200px;
  }
}
@media (max-width: 575px) {
  #vision, #mission, #future {
    scroll-margin-top: 100px;
  }
}

@media (max-width: 575px) {
  body.lightup .atropos-highlight {
    display: none !important;
  }
}/*# sourceMappingURL=theme_style.css.map */