@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.navBlock .menubtnbox {
  height: 30px;
  display: inline-block;
  width: 30px;
  padding: 3px 0px 3px 12px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
}
.navBlock .menubtnbox.active .crossLine .line.crossLine5, .navBlock .menubtnbox.active .crossLine .line.crossLine6, .navBlock .menubtnbox.active .crossLine .line.crossLine7, .navBlock .menubtnbox.active .crossLine .line.crossLine8 {
  display: none;
}
.navBlock .menubtnbox .crossLine {
  background: #EA5410;
  position: relative;
  display: inline-block;
  padding: 0px;
  height: 7px;
  width: 7px;
  border: 0px solid;
  cursor: pointer;
  border-radius: 0px;
}
.navBlock .menubtnbox .crossLine .line {
  display: block;
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
}
.navBlock .menubtnbox .crossLine .line.crossLine1 {
  top: 100%;
  right: 100%;
  margin-top: 3px;
  margin-right: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine2 {
  top: 100%;
  left: 100%;
  margin-top: 3px;
  margin-left: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine3 {
  bottom: 100%;
  right: 100%;
  margin-bottom: 3px;
  margin-right: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine4 {
  bottom: 100%;
  left: 100%;
  margin-bottom: 3px;
  margin-left: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine5 {
  top: 100%;
  left: 0%;
  margin-top: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine6 {
  bottom: 100%;
  right: 0%;
  margin-bottom: 3px;
  transition: 0.5s ease-in-out;
}
.navBlock .menubtnbox .crossLine .line.crossLine7 {
  bottom: 0%;
  left: 100%;
  margin-left: 3px;
}
.navBlock .menubtnbox .crossLine .line.crossLine8 {
  bottom: 0%;
  right: 100%;
  margin-right: 3px;
}
.navBlock .menubtnbox:hover .crossLine .crossLine6 {
  bottom: 350%;
}
.navBlock .menubtnbox #sidebarCollapse i {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #1E1E1E;
}
body.overflowHidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #736B5E;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

@media screen and (min-width: 1800px) {
  .container {
    max-width: 1500px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}
.textCenter {
  text-align: center !important;
}

.textLeft {
  text-align: left !important;
}

.textRight {
  text-align: right !important;
}

.mgm0 {
  margin-bottom: 0px !important;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #736B5E;
}
.bullets li::before {
  content: "";
  display: block;
  background: url(../images/bullet.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.hoverImage {
  display: none;
}

.appList li:hover .hoverImage {
  display: block;
}
@media (max-width: 1199px) {
  .appList li:hover .hoverImage {
    display: none;
  }
}
.appList li:nth-child(odd):hover .hoverImage img {
  position: absolute;
  right: 15%;
  top: -100%;
  bottom: 0;
  z-index: 1;
}
.appList li:nth-child(even):hover .hoverImage img {
  position: absolute;
  left: 15%;
  top: -100%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1599px) {
  .appList li:nth-child(odd):hover .hoverImage img {
    right: 5%;
    height: 300px;
  }
  .appList li:nth-child(even):hover .hoverImage img {
    left: 5%;
    height: 300px;
  }
}

.desktopShow {
  display: inline-block !important;
}

.mobileShow {
  display: none !important;
}

@media (max-width: 767px) {
  .desktopShow {
    display: none !important;
  }
  .mobileShow {
    display: block !important;
    display: block !important;
    max-width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.marquee {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.marquee li {
  position: relative;
  min-width: 445px;
  min-height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee li a {
  position: relative;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.05em;
  line-height: 70px;
  text-align: center;
  display: block;
  cursor: pointer;
  z-index: 1;
  height: 60px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.marquee li a::before {
  content: "";
  display: block;
  background: url(../images/arrows1.jpg) repeat-x;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.marquee li a:hover {
  opacity: 1;
}
.marquee li a:hover::before {
  opacity: 1;
}
.marquee:hover {
  animation-play-state: paused;
}

.max85 {
  max-width: 85%;
}
@media (max-width: 767px) {
  .max85 {
    max-width: 100%;
  }
}

.mainTitle {
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -5px;
  font-weight: 300;
  color: #B7AB98;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.mainTitle span {
  color: #EA5410;
}
@media (max-width: 1599px) {
  .mainTitle {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .mainTitle {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) {
  .mainTitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .mainTitle {
    font-size: 30px;
    line-height: 40px;
  }
}

.sectionTitle {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 7px;
  color: #B7AB98;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1599px) {
  .sectionTitle {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 5px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
}

.orangeText {
  color: #EA5410;
}

.commanFont90 {
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
}

.tagline {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #B7AB98;
  margin-bottom: 40px;
}
.tagline span {
  color: #EA5410;
}
@media (max-width: 1599px) {
  .tagline {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .tagline {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .tagline {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .tagline {
    font-size: 28px;
    line-height: 36px;
  }
}

.shadowImage {
  background: #262626;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.shadowImage img {
  width: 100%;
}

.sectionPadding {
  padding: 150px 0px;
}
@media (max-width: 1599px) {
  .sectionPadding {
    padding: 100px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.sectionPaddingB0 {
  padding-bottom: 0px !important;
}

@media (max-width: 1599px) {
  .commanFont90 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  .commanFont90 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .commanFont90 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.mainHeader {
  padding: 20px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .logo a img {
  max-width: 160px;
}
@media (max-width: 767px) {
  .mainHeader header .logo a img {
    max-width: 120px;
  }
}
.mainHeader header .navbarLink {
  background: rgba(11, 11, 11, 0.9);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0%;
  height: 100vh;
  z-index: 999;
  transition: all 0.6s;
  overflow-y: scroll;
  text-align: center;
  -webkit-clip-path: circle(0px at 84.75% 6.5%);
          clip-path: circle(0px at 84.75% 6.5%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 0px;
  margin-bottom: 35px;
}
@media (max-width: 1599px) {
  .mainHeader header .navbarLink ul li {
    margin-bottom: 20px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b3b3b3;
  mix-blend-mode: normal;
  transition: 0.4s ease-in-out;
}
.mainHeader header .navbarLink ul li a::after {
  content: attr(data-text);
  font-size: 150px;
  letter-spacing: 20px;
  font-weight: 600;
  height: 100%;
  margin: auto;
  color: #414141;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1599px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.1em;
  }
  .mainHeader header .navbarLink ul li a::after {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 40px;
    line-height: 50px;
  }
  .mainHeader header .navbarLink ul li a::after {
    font-size: 80px;
  }
}
.mainHeader header .navbarLink ul li.active a {
  color: #EA5410;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.mainHeader header .navbarLink ul li:hover a {
  color: #EA5410;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.mainHeader header .navbarLink ul li:hover a::after {
  opacity: 0.2;
  letter-spacing: 0px;
  transition: 0.5s ease-in;
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-in-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  -webkit-clip-path: circle(150% at 84.75% 6.5%);
          clip-path: circle(150% at 84.75% 6.5%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainHeader header .navbarLink .navbar-nav {
  flex-direction: column;
  width: 100%;
}
.mainHeader header .navbarLink #dismiss .d-md-none {
  display: block !important;
}
@media (max-width: 767px) {
  .mainHeader {
    padding: 15px 0px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .slick-slide img {
  width: 100%;
}
.homebanner #myVideo {
  min-width: 100%;
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerBox .bannerImage {
  display: flex;
  position: relative;
}
.homebanner .bannerBox .bannerImage::after {
  content: "";
  background: linear-gradient(360deg, rgba(34, 34, 34, 0.99) 1.53%, rgba(5, 5, 5, 0.104) 52.87%, rgba(34, 34, 34, 0.78) 84.03%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  top: inherit;
}
.homebanner .bannerText .bannerDesc .mixingBlend {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 30px;
  mix-blend-mode: soft-light;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -3px;
  margin-bottom: 0;
  color: #B7AB98;
}
.homebanner .bannerText .bannerDesc span {
  font-size: 100px;
  line-height: 100px;
  display: block;
  color: #EA5410;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 30px;
}
@media (max-width: 1599px) {
  .homebanner .bannerText .bannerDesc .mixingBlend {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 10px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc .mixingBlend {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 25px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc .mixingBlend {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc .mixingBlend {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: inherit;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 3px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .homebanner #myVideo {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.homebanner .homeSlider {
  margin-bottom: 0px !important;
}
.homebanner .slick-dots {
  display: none !important;
}

.innerbanner {
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.innerbanner .innerbannerTitle {
  font-style: normal;
  font-weight: 300;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: #414141;
  padding-bottom: 7%;
  margin: 0px;
}
.innerbanner .innerbannerTitle span {
  color: #EA5410;
}
.innerbanner::after {
  content: "";
  background: url(../images/consol_vector.svg) no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1599px) {
  .innerbanner {
    min-height: 400px;
  }
  .innerbanner .innerbannerTitle {
    font-size: 120px;
    letter-spacing: 0.3em;
    padding-bottom: 5%;
  }
}
@media (max-width: 1199px) {
  .innerbanner {
    min-height: 350px;
  }
  .innerbanner .innerbannerTitle {
    font-size: 100px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 991px) {
  .innerbanner {
    min-height: 300px;
  }
  .innerbanner .innerbannerTitle {
    font-size: 80px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 991px) {
  .innerbanner {
    min-height: 250px;
  }
  .innerbanner .innerbannerTitle {
    font-size: 60px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerbannerTitle {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerbannerTitle {
    font-size: 40px;
  }
}

.aboutSection {
  position: relative;
  padding-bottom: 0px !important;
}

.newsLetter {
  position: relative;
}
.newsLetter .newsLetterBg {
  background: #262626;
  padding: 70px 50px;
  border-radius: 25px;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
}
.newsLetter .newsLetterBg .row {
  align-items: center;
}
.newsLetter .commanFont90 {
  color: #B7AB98;
}
.newsLetter .inquiryForm {
  position: relative;
}
.newsLetter .inquiryForm .form-group {
  margin: 0px;
}
.newsLetter .inquiryForm .form-control {
  background: #1C1C1C;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 50px !important;
  border: 0;
  height: 70px;
  padding: 20px 50px;
}
.newsLetter .inquiryForm .form-control::-moz-placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #B7AB98;
}
.newsLetter .inquiryForm .form-control::placeholder {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.05em;
  color: #B7AB98;
}
.newsLetter .subscribeBtn {
  background: #EA5410;
  border-radius: 50px !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  padding: 20px;
  border: 0px;
  z-index: 3;
  overflow: hidden;
}
.newsLetter .subscribeBtn::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  transition: 0.4s ease;
  z-index: -1;
}
.newsLetter .subscribeBtn:hover {
  color: #EA5410;
}
.newsLetter .subscribeBtn:hover::before {
  width: 100%;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 1599px) {
  .newsLetter .newsLetterBg {
    padding: 50px 40px;
  }
  .newsLetter .subscribeBtn {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 20px;
  }
  .newsLetter .inquiryForm .form-control {
    height: auto;
    padding: 18px 30px;
  }
}
@media (max-width: 1199px) {
  .newsLetter .subscribeBtn {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 20px;
  }
  .newsLetter .inquiryForm::-moz-placeholder {
    font-size: 16px !important;
  }
  .newsLetter .inquiryForm::placeholder {
    font-size: 16px !important;
  }
  .newsLetter .inquiryForm .form-control {
    height: auto;
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  .newsLetter .inquiryForm {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .newsLetter .newsLetterBg {
    padding: 30px 20px;
  }
  .newsLetter .inquiryForm .form-group {
    flex-direction: column;
    align-items: center;
  }
  .newsLetter .inquiryForm .form-control {
    width: 100%;
    text-align: center;
  }
  .newsLetter .subscribeBtn {
    position: relative;
    margin-top: 20px;
    padding: 15px 20px;
  }
}

.mapSection {
  padding-top: 0;
}
.mapSection iframe {
  width: 100%;
  height: 500px;
}

.footer {
  background: #0F0F0F;
  padding: 150px 0px 25px;
  margin-top: -4%;
}
.footer .footerLogo {
  text-align: center;
  margin-bottom: 30px;
}
.footer .footerLogo img {
  max-width: 160px;
}
.footer .footerContact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.footer .footerContact .contactLink li a {
  color: #736B5E;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.footer .footerContact .contactLink li a i {
  color: #EA5410;
  margin-right: 10px;
}
.footer .footerContact .contactLink li a:hover {
  color: #EA5410;
}
.footer .footerContact .socialLink {
  display: flex;
  flex-wrap: wrap;
  padding-right: 8%;
}
.footer .footerContact .socialLink li {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.footer .footerContact .socialLink li a {
  color: #EA5410;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer .footerContact {
    align-items: center;
    justify-content: space-between;
  }
  .footer .footerContact .socialLink {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer .footerContact .socialLink li {
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .footer .footerContact {
    flex-direction: column;
  }
  .footer .footerContact ul {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 5px 0px;
  }
}
.footer .copyRight {
  padding-top: 40px;
}
.footer .copyRight ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .copyRight ul li {
  color: #736B5E;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .footer .copyRight ul {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer .copyRight ul {
    flex-direction: column;
    align-items: center;
  }
  .footer .copyRight ul li {
    font-size: 12px;
    text-align: center;
  }
}

.appList {
  border-top: 1px dashed #4E4B46;
}
.appList li {
  position: relative;
  border-bottom: 1px dashed #4E4B46;
}
.appList li p {
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #ebebeb;
  max-width: 570px;
  margin: 0px;
}
@media (max-width: 1599px) {
  .appList li p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .appList li p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.appList li .appName {
  font-weight: 500;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-weight: 300;
  color: #B7AB98;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.appList li .appName i {
  background: url(../images/black_arrow.svg) no-repeat;
  margin-right: 10px;
  width: 0px;
  height: 70px;
  display: block;
  position: relative;
  z-index: 1;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1599px) {
  .appList li .appName {
    font-size: 40px;
  }
  .appList li .appName i {
    width: 30px !important;
  }
}
@media (max-width: 1199px) {
  .appList li .appName {
    font-size: 50px;
    line-height: 60px;
  }
  .appList li .appName i {
    width: 30px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .appList li .appName {
    font-size: 40px;
    line-height: 50px;
  }
  .appList li .appName i {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .appList li .appName {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .appList li .appName i {
    width: 20px;
    height: 20px;
  }
}
.appList li .appBox .container {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
.appList li .appBox p {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .appList li .appBox .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
  }
  .appList li .appBox .container .appName {
    color: #fff;
  }
  .appList li .appBox .container p {
    opacity: 1;
    visibility: visible;
    color: #B7AB98;
  }
}
.appList li .appBoxHover {
  position: absolute;
  top: 0;
  width: 100%;
  background: #EA5410;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  pointer-events: none;
  z-index: 2;
  transition: -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
}
.appList li .appBoxHover .container {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  z-index: 9;
}
.appList li .appBoxHover .appName {
  color: #ebebeb;
  padding-right: 50px;
}
.appList li .appBoxHover .appName i {
  width: 43px;
}
@media (max-width: 767px) {
  .appList li .appBoxHover .container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px;
  }
}
.appList li:hover .appBoxHover {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.appList li:nth-child(even) .appBox .container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .appList li:nth-child(even) .appBox .container {
    flex-direction: column;
  }
}
.appList li:nth-child(even) .appBoxHover .container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .appList li:nth-child(even) .appBoxHover .container {
    flex-direction: column;
  }
}
.appList li:nth-child(even) .appBoxHover .appName {
  flex-direction: row-reverse;
}
.appList li:nth-child(even) .appBoxHover .appName i {
  margin: 0px;
  margin-left: 10px;
  transform: scale(-1);
}
@media (max-width: 767px) {
  .appList li:nth-child(even) .appBoxHover .appName {
    flex-direction: row;
  }
  .appList li:nth-child(even) .appBoxHover .appName i {
    margin: 0px;
    margin-right: 10px;
    transform: inherit;
  }
}

.applicationSection {
  padding-bottom: 0px !important;
}
.applicationSection .cursor {
  top: -100px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 1;
  transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
}
.applicationSection .cursor-image-show {
  top: auto;
  left: auto;
  height: 250px;
  width: 200px;
  border: none;
  mix-blend-mode: normal;
  background-size: contain;
  border-radius: 20px !important;
  transform: translate(-40%, -50%);
  background-size: cover;
  transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
}
@media (max-width: 991px) {
  .applicationSection .cursor-image-show {
    display: none;
  }
}

.btnmain {
  padding: 20px 75px 20px 25px;
  border-radius: 50px;
  border: 1px solid #736B5E;
  font-size: 18px;
  line-height: 18px;
  color: #736B5E;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s ease;
  display: inline-block;
  background: transparent;
}
.btnmain::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  transition: 0.4s ease;
  z-index: -1;
}
.btnmain span {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-left: 1px solid #736B5E;
}
.btnmain:hover {
  border: 1px solid #EA5410;
  color: #fff;
}
.btnmain:hover::before {
  width: 100%;
  background: #EA5410;
  border-radius: 50px;
}
.btnmain:hover span {
  border-color: #EA5410;
}
.btnmain:hover span path {
  fill: #fff;
}
@media (max-width: 1599px) {
  .btnmain {
    padding: 15px 65px 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .btnmain {
    padding: 12px 55px 12px 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .btnmain span {
    width: 38px;
  }
  .btnmain span svg {
    height: 12px;
  }
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    transform: translateX(15px);
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
#circle {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  position: fixed;
  right: 0%;
  bottom: 0%;
}
#circle text {
  stroke: #EA5410;
  fill: #EA5410;
  font-size: 22px;
}
#circle svg {
  width: 300px;
  height: 300px;
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle-button {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  z-index: 9999999;
}
.circle-button .main_circle_text {
  font-size: 18px;
  animation: animete_circle_txt 10s linear infinite;
}
.circle-button .main_circle_text svg {
  width: 120px;
  height: 120px;
}
.circle-button .main_circle_text text {
  stroke: #EA5410;
  fill: #EA5410;
  font-size: 13.5px;
}
.circle-button .main_circle_text:hover {
  animation-play-state: paused;
}
@media (max-width: 991px) {
  .circle-button {
    transform: scale(0.8);
    right: 10px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .circle-button {
    transform: scale(0.6);
    right: -10px;
    bottom: -10px;
  }
}

@keyframes animete_circle_txt {
  100% {
    transform: rotate(360deg);
  }
}
.productList {
  display: flex;
  flex-wrap: wrap;
}
.productList li {
  list-style: none;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
.productList li a {
  display: block;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 0 auto;
  transition: transform 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.productList li a .productImage {
  padding: 30px 30px;
  margin-bottom: 20px;
  background: #262626;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.productList li a .productImage img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.productList li a .productImage::before {
  content: "";
  background-color: #EA5410;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transform-origin: bottom center;
  transform: scaleY(0);
  opacity: 0;
}
.productList li a p {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #B7AB98;
  mix-blend-mode: normal;
  text-align: left;
  margin: 0px;
}
.productList li a:hover {
  transform: translateY(-10px);
}
.productList li a:hover .productImage::before {
  transform: scaleY(1);
  opacity: 1;
}
.productList li a:hover .productImage img {
  transform: scale(1.1);
}
@media (max-width: 1599px) {
  .productList li a {
    max-width: 400px;
  }
  .productList li a .productImage img {
    height: 220px;
  }
  .productList li a p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 991px) {
  .productList li a p {
    font-size: 24px;
    line-height: 30px;
  }
  .productList li a .productImage {
    padding: 40px 30px;
  }
  .productList li a .productImage img {
    height: 200px;
  }
}
.productList li:last-child a {
  margin-bottom: 0px;
}
.productList li:nth-child(even) {
  padding-top: 60px;
}
@media (max-width: 1599px) {
  .productList li:nth-child(even) {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .productList li {
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .productList {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .productList {
    max-width: 100%;
  }
  .productList li {
    padding-top: 30px !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .productList li a p {
    font-size: 20px;
    line-height: 24px;
  }
}

.whyUs .container {
  position: relative;
}
.whyUs .aboutText {
  max-width: 820px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  position: absolute;
  top: 50px;
  right: 0px;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  font-weight: 300;
}
@media (max-width: 1599px) {
  .whyUs .aboutText {
    max-width: 800px;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.03em;
    top: 70px;
  }
}
@media (max-width: 1199px) {
  .whyUs .aboutText {
    max-width: 650px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .whyUs .aboutText {
    max-width: 450px;
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .whyUs .aboutText {
    position: relative;
    top: inherit;
    max-width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }
}
.whyUs .whyUsList {
  display: flex;
  align-items: center;
  max-width: 900px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.whyUs .whyUsList li {
  padding: 0px 20px;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.whyUs .whyUsList li .whyBox {
  background: #262626;
  opacity: 0.9;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  padding: 45px 35px;
  margin-bottom: 30px;
  max-width: 300px;
}
.whyUs .whyUsList li .whyBox:last-child {
  margin-bottom: 0px;
}
.whyUs .whyUsList li .whyBox span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 28px;
  color: #B7AB98;
  margin-bottom: 10px;
}
.whyUs .whyUsList li .whyBox p {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: -0.05em;
  color: #736B5E;
  margin-bottom: 0px;
}
.whyUs .whyUsList li .whyBox img {
  margin-bottom: 30px;
}
.whyUs .whyUsList li:last-child {
  padding-top: 30%;
}
@media (max-width: 1599px) {
  .whyUs .whyUsList li .whyBox {
    padding: 40px 25px;
  }
  .whyUs .whyUsList li .whyBox span {
    font-size: 25px;
  }
  .whyUs .whyUsList li .whyBox p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
  .whyUs .whyUsList li:nth-child(2) {
    padding-top: 12%;
  }
  .whyUs .whyUsList li:last-child {
    padding-top: 25%;
  }
}
@media (max-width: 1199px) {
  .whyUs .whyUsList li:nth-child(2) {
    padding-top: 15%;
  }
  .whyUs .whyUsList li .whyBox span {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .whyUs .whyUsList li .whyBox p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .whyUs .whyUsList li {
    padding: 0px 10px;
  }
  .whyUs .whyUsList li .whyBox {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .whyUs .whyUsList li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1% !important;
    padding-bottom: 15px !important;
  }
  .whyUs .whyUsList li .whyBox {
    margin: 0px 1% !important;
    height: 100%;
  }
  .whyUs .whyUsList li .whyBox span {
    font-size: 22px;
    line-height: 30px;
  }
  .whyUs .whyUsList li:nth-child(1) {
    padding: 0px !important;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .whyUs .whyUsList li:nth-child(1) .whyBox {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 575px) {
  .whyUs .whyUsList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .whyUs .whyUsList li .whyBox {
    margin: 10px 0px !important;
    max-width: 100%;
    height: auto;
  }
  .whyUs .whyUsList li .whyBox span {
    font-size: 22px;
    line-height: 28px;
  }
  .whyUs .whyUsList li:nth-child(1) .whyBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .whyUs .whyUsList {
    align-items: inherit;
  }
}

.whyusbg {
  background: url(../images/whyusbg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 767px) {
  .whyusbg {
    background: none;
  }
}

.clientSection .clientSlider {
  position: relative;
}
.clientSection .clientSlider .slick-slide {
  padding: 0 10px;
}
.clientSection .clientSlider .clientLogo {
  background: #262626;
  opacity: 0.9;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
  padding: 10px;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  min-height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.clientSection .clientSlider .slick-prev {
  left: inherit;
  right: 70px;
  top: -50px;
}
.clientSection .clientSlider .slick-prev:before {
  content: "";
  display: block;
  background: url(../images/gray_arrow.svg) no-repeat;
  height: 30px;
  width: 30px;
}
.clientSection .clientSlider .slick-prev:hover::before {
  background: url(../images/orange_arrow.svg) no-repeat;
  transform: scale(-1);
}
.clientSection .clientSlider .slick-next {
  left: inherit;
  right: 20px;
  top: -50px;
  transform: scale(-1);
}
.clientSection .clientSlider .slick-next:before {
  content: "";
  display: block;
  background: url(../images/gray_arrow.svg) no-repeat;
  height: 30px;
  width: 30px;
}
.clientSection .clientSlider .slick-next:hover::before {
  background: url(../images/orange_arrow.svg) no-repeat;
  transform: scale(-1);
}
@media (max-width: 767px) {
  .clientSection .clientSlider .slick-prev::before {
    height: 25px;
    width: 25px;
    background-size: contain;
  }
  .clientSection .clientSlider .slick-next::before {
    height: 25px;
    width: 25px;
    background-size: contain;
  }
  .clientSection .clientSlider .slick-prev {
    right: 60px;
    top: -30px;
  }
  .clientSection .clientSlider .slick-next {
    top: -35px;
  }
}

.posRel {
  position: relative;
  overflow: hidden;
}

.tapeAnimation {
  position: absolute;
  right: 0px;
  top: 0px;
  left: -30%;
  z-index: -1;
  height: 50px;
  width: 200%;
  background: lightblue;
  overflow: hidden;
  top: 0px;
  transform: skew(35deg, -35deg) translateY(800%);
  opacity: 0.3;
}
.tapeAnimation .tapeImage {
  background: url(../images/tape.jpg) center center repeat;
  height: 50px;
  width: 200%;
  display: block;
  background-size: 70px 70px;
  animation: animation 100s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media (max-width: 1599px) {
  .tapeAnimation {
    transform: skew(28deg, -28deg) translateY(800%) scale(0.9);
  }
}
@media (max-width: 767px) {
  .tapeAnimation {
    transform: skew(-12deg, 12deg) translateY(500%) scale(0.7) rotate(-35deg);
    opacity: 0.15;
  }
}

.tapeAnimation1 {
  position: absolute;
  right: 0px;
  top: 0px;
  left: -30%;
  z-index: -1;
  height: 50px;
  width: 150%;
  background: lightblue;
  overflow: hidden;
  top: 0px;
  transform: skew(-20deg, 20deg) translateY(100%);
  opacity: 0.3;
}
.tapeAnimation1 .tapeImage1 {
  background: url(../images/tape.jpg) center center repeat;
  height: 50px;
  width: 200%;
  display: block;
  background-size: 70px 70px;
  animation: animation 100s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media (max-width: 1599px) {
  .tapeAnimation1 {
    transform: skew(-25deg, 25deg) translateY(100%) scale(0.9);
  }
}
@media (max-width: 767px) {
  .tapeAnimation1 {
    transform: skew(-25deg, 25deg) translateY(-102%) scale(0.7);
    opacity: 0.15;
  }
}
@media (max-width: 575px) {
  .tapeAnimation1 {
    transform: skew(8deg, 1deg) translateY(200%) scale(0.7) rotate(12deg);
  }
}

@keyframes animation {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.valueSection {
  position: relative;
}
.valueSection::after {
  content: "";
  background: url(../images/value_bg.png) no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: overlay;
  z-index: -1;
  max-height: 780px;
}
@media (max-width: 1599px) {
  .valueSection::after {
    max-height: 650px;
  }
}
@media (max-width: 575px) {
  .valueSection .sectionTitle {
    text-align: center;
  }
}

.valuesList {
  display: flex;
  flex-wrap: wrap;
}
.valuesList li {
  padding: 0px 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.valuesList li:nth-child(2) {
  padding-top: 6%;
}
.valuesList li:nth-child(3) {
  padding-top: 12%;
}
.valuesList li:nth-child(4) {
  padding-top: 18%;
}
.valuesList li .valueBox {
  background: #262626;
  opacity: 0.9;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  padding: 45px 35px;
  max-width: 300px;
  margin: 0 auto;
}
.valuesList li .valueBox span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #B7AB98;
  margin-bottom: 10px;
}
.valuesList li .valueBox p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.05em;
  color: #736B5E;
  margin-bottom: 0px;
}
.valuesList li .valueBox img {
  margin-bottom: 30px;
  max-height: 70px;
}
@media (max-width: 1599px) {
  .valuesList li {
    padding: 0px 10px;
  }
  .valuesList li .valueBox {
    padding: 40px 25px;
  }
  .valuesList li .valueBox span {
    font-size: 25px;
  }
  .valuesList li .valueBox p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
  .valuesList li .valueBox span {
    font-size: 26px;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  .valuesList li {
    padding: 0 10px;
  }
  .valuesList li .valueBox {
    padding: 30px 20px;
  }
  .valuesList li .valueBox span {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .valuesList li .valueBox p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .valuesList li {
    padding: 0px 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .valuesList li:nth-child(2) {
    padding-top: 6%;
  }
  .valuesList li:nth-child(3) {
    padding-top: 0%;
  }
  .valuesList li:nth-child(4) {
    padding-top: 6%;
  }
  .valuesList li .valueBox {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .valuesList li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px !important;
  }
  .valuesList li .valueBox {
    height: 100%;
  }
  .valuesList li .valueBox span {
    font-size: 22px;
    line-height: 26px;
  }
  .valuesList li .valueBox p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .valuesList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .valuesList li .valueBox {
    height: auto;
  }
}
@media (max-width: 767px) {
  .valuesList {
    align-items: inherit;
  }
}

.valueSection1::after {
  display: none;
}
.valueSection1 .valuesList li .valueBox {
  margin-bottom: 20px;
}
.valueSection1 .valuesList li .valueBox span {
  font-size: 22px;
}
.valueSection1 .valuesList li .valueBox img {
  height: 60px;
}

.ourvaluebg {
  background: url(../images/our_valuesbg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.ourvaluebg.sectionPadding {
  padding-bottom: 100px !important;
}

.valuesList.whyusPageList li {
  padding-top: 0px !important;
}
.valuesList.whyusPageList li .valueBox {
  max-width: 100%;
}
.valuesList.whyusPageList li .valueBox span {
  min-height: 55px;
}
.valuesList.whyusPageList li:nth-child(even) {
  padding-top: 5% !important;
}
@media (max-width: 991px) {
  .valuesList.whyusPageList li {
    padding-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .valuesList.whyusPageList li {
    padding: 10px 5px !important;
    padding-top: 0% !important;
  }
  .valuesList.whyusPageList li:nth-child(even) {
    padding-top: 0% !important;
  }
  .valuesList.whyusPageList li .valueBox span {
    min-height: inherit;
  }
}

.contractMfgBg {
  background: #1D1D1D;
}

.valuesList.whyusPageListContractMfg li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.valuesList.whyusPageListContractMfg li .valueBox {
  max-width: 100%;
}
.valuesList.whyusPageListContractMfg li .valueBox p {
  margin: 8px 0px;
}
@media (max-width: 767px) {
  .valuesList.whyusPageListContractMfg li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .valuesList.whyusPageListContractMfg li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.visionMissionBox {
  display: flex;
  flex-wrap: wrap;
}
.visionMissionBox .content {
  flex: 0 0 60%;
  max-width: 60%;
}
.visionMissionBox .shapeImage {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
  overflow: hidden;
}
.visionMissionBox .shapeImage .circle {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visionMissionBox .shapeImage .circle img {
  width: 100%;
}
.visionMissionBox .shapeImage .circle .showImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.visionMissionBox .shapeImage .circle:hover .showImage {
  opacity: 1;
  transform: scale(1.2);
}
.visionMissionBox .shapeImage .pentagon {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  -webkit-clip-path: polygon(25% 0, 87% 6%, 100% 68%, 46% 100%, 0 57%);
          clip-path: polygon(25% 0, 87% 6%, 100% 68%, 46% 100%, 0 57%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visionMissionBox .shapeImage .pentagon img {
  width: 100%;
}
.visionMissionBox .shapeImage .pentagon .showImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.visionMissionBox .shapeImage .pentagon:hover .showImage {
  opacity: 1;
  transform: scale(1.2);
}
@media (max-width: 991px) {
  .visionMissionBox .shapeImage .circle, .visionMissionBox .shapeImage .pentagon {
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .visionMissionBox .shapeImage .circle img, .visionMissionBox .shapeImage .pentagon img {
    transform: scale(0.9);
  }
}
@media (max-width: 575px) {
  .visionMissionBox {
    flex-direction: column;
  }
  .visionMissionBox .content, .visionMissionBox .shapeImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .visionMissionBox.textRight {
    flex-direction: column-reverse;
  }
  .visionMissionBox.textRight .content {
    text-align: left;
  }
}

.productSlider .productBox {
  background: #262626;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
.productSlider .productBox img {
  margin: 0 auto;
}
.productSlider .slick-prev, .productSlider .slick-next {
  border: 3px solid #736B5E;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.productSlider .slick-prev:hover, .productSlider .slick-next:hover {
  border-color: #EA5410;
}
.productSlider .slick-prev:hover::before, .productSlider .slick-next:hover::before {
  box-shadow: inset -0.2em 0.2em 0 0 #EA5410;
}
.productSlider .slick-prev:hover::after, .productSlider .slick-next:hover::after {
  background-color: #EA5410;
}
@media (max-width: 991px) {
  .productSlider .slick-prev, .productSlider .slick-next {
    transform: scale(0.8);
  }
}
.productSlider .slick-prev:after, .productSlider .slick-prev:before,
.productSlider .slick-next:after, .productSlider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.productSlider .slick-prev:before {
  top: 50%;
  left: 10px;
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5em) rotate(45deg) scale(-0.8);
  box-shadow: inset -0.2em 0.2em 0 0 #736B5E;
  border-radius: 0 0.15em 0 0;
}
.productSlider .slick-prev:after {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 5px;
  margin: auto;
  transform: translate(0, -0.1em) scale(0.8);
  background-color: #736B5E;
}
.productSlider .slick-next:before {
  top: 50%;
  right: 10px;
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
  transform: translate(0, -0.5em) rotate(45deg) scale(0.8);
  box-shadow: inset -0.2em 0.2em 0 0 #736B5E;
  border-radius: 0 0.15em 0 0;
}
.productSlider .slick-next:after {
  top: 0;
  bottom: 0;
  right: 10px;
  width: 28px;
  height: 5px;
  margin: auto;
  transform: translate(0, -0.1em) scale(0.8);
  background-color: #736B5E;
}
.productSlider .slick-dots {
  bottom: -20px;
  max-height: 12px;
  position: relative;
}
.productSlider .slick-dots li {
  height: auto;
  width: auto;
}
.productSlider .slick-dots li button {
  font-size: 0px;
  background: #736B5E;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  transition: all 0.2s ease-in-out;
}
.productSlider .slick-dots li button::before {
  display: none;
}
.productSlider .slick-dots li.slick-active button {
  background: #EA5410;
  width: 25px;
  border-radius: 20px;
}

.tapeBg {
  position: relative;
}
.tapeBg::after {
  content: "";
  background: url(../images/value_bg.png) no-repeat;
  background-size: 90%;
  mix-blend-mode: overlay;
  background-position: right;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  max-height: 100%;
}
.tapeBg.center::after {
  background-position: right;
  max-height: 100%;
}
.tapeBg.alternate::after {
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .tapeBg::after {
    opacity: 0.3;
  }
}

.productApplicationSection .applicationList {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.productApplicationSection .applicationList li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.productApplicationSection .applicationList li .appImage {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.productApplicationSection .applicationList li .appImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.productApplicationSection .applicationList li .flip-box {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}
.productApplicationSection .applicationList li .flip-box-inner {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.productApplicationSection .applicationList li .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.productApplicationSection .applicationList li .flip-box-front, .productApplicationSection .applicationList li .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.productApplicationSection .applicationList li .flip-box-front {
  background-color: #bbb;
  color: black;
  border-radius: 20px;
}
.productApplicationSection .applicationList li .flip-box-back {
  background-color: #292929;
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .productApplicationSection .applicationList li {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .productApplicationSection .applicationList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

label.error {
  color: red !important;
  font-size: 14px !important;
}

.contactForm {
  background: rgba(38, 38, 38, 0.9);
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  padding: 60px;
  max-width: 950px;
  margin: 0 auto;
}
.contactForm .form-group .uploadresume {
  position: relative;
}
.contactForm .form-group .uploadresume label.error {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: red;
}
.contactForm .form-group label {
  color: #B7AB98;
  margin-bottom: 5px;
}
.contactForm .form-group .uploadresume .input-group .form-control:focus {
  box-shadow: none;
}
.contactForm .form-group .uploadresume i {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.contactForm .form-group .uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
.contactForm .form-group .uploadresume label.error {
  top: 100% !important;
}
.contactForm .form-group .btn-file {
  position: relative;
  overflow: hidden;
}
.contactForm .form-group .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
@media (max-width: 767px) {
  .contactForm {
    padding: 50px 20px;
  }
}

.weightCalBox {
  background: rgba(38, 38, 38, 0.9);
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px !important;
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.weightCalBox .contactForm {
  box-shadow: none !important;
  border-radius: 0px;
}
.weightCalBox .resultBox {
  background: #0F0F0F;
  padding: 50px 30px;
}
.weightCalBox .resultBox .resultList {
  display: flex;
}
.weightCalBox .resultBox .resultList li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  color: #B7AB98;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.weightCalBox .resultBox .resultList li span {
  color: #736B5E;
  font-size: 16px;
  display: block;
  line-height: 20px;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group select {
  background: url(../images/down_arrow.svg) rgba(56, 56, 56, 0.9) no-repeat !important;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  background-size: 16px;
}
.form-group .form-control {
  background: rgba(56, 56, 56, 0.9);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 10px !important;
  border: 0;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #a7a7a7;
  min-height: 50px;
}
.form-group ::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #a7a7a7;
}
.form-group ::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #a7a7a7;
}

.contactDetail {
  display: flex;
  flex-wrap: wrap;
}
.contactDetail li {
  flex: 0 0 50%;
  max-width: 50%;
}
.contactDetail li .contactBox {
  position: relative;
}
.contactDetail li .contactBox span {
  position: absolute;
  left: 0;
  top: 5px;
}
.contactDetail li .contactBox span i {
  font-size: 20px;
  color: #EA5410;
}
.contactDetail li .contactBox p, .contactDetail li .contactBox a {
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.05em;
  padding-left: 30px;
  color: #736B5E;
}
@media (max-width: 1199px) {
  .contactDetail li .contactBox p, .contactDetail li .contactBox a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .contactDetail li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contactDetail li .contactBox p, .contactDetail li .contactBox a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .contactDetail {
    margin-top: 20px;
  }
}

.testimonialSlider {
  max-width: 1300px;
  margin: 0 auto !important;
}
.testimonialSlider .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -20px;
}
.testimonialSlider .slick-dots li {
  background: #736B5E;
  margin: 0;
  width: 100px;
  height: 1px;
  padding: 0;
}
.testimonialSlider .slick-dots li.slick-active {
  height: 3px;
  border-radius: 5px;
}
.testimonialSlider .slick-dots li button {
  margin-top: -20px;
  font-size: 0px;
  height: 40px;
  width: 100%;
  line-height: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .testimonialSlider .slick-dots {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .testimonialSlider .slick-dots {
    bottom: -30px;
  }
  .testimonialSlider .slick-dots li {
    width: 20%;
  }
}
.testimonialSlider .slick-slide {
  padding: 0 15px;
}
.testimonialSlider .testimonialBox {
  background: #262626;
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  border-radius: 20px;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  padding: 40px 60px;
  margin-bottom: 30px;
}
.testimonialSlider .testimonialBox p {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 112px;
}
.testimonialSlider .testimonialBox span {
  color: #EA5410;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.testimonialSlider .testimonialBox img {
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  opacity: 0.2;
}
@media (max-width: 1599px) {
  .testimonialSlider .testimonialBox p {
    font-size: 22px;
    line-height: 28px;
  }
  .testimonialSlider .testimonialBox span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .testimonialSlider .testimonialBox {
    padding: 30px 20px;
  }
  .testimonialSlider .testimonialBox p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .testimonialSlider .testimonialBox span {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .ps-timeline-sec .ps-timeline {
    margin: 0 !important;
    border-left: 2px solid #4C4843;
    padding-left: 0 !important;
    padding-top: 40px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .ps-timeline li {
    float: none !important;
    width: inherit !important;
    padding-top: 0px !important;
    margin-bottom: 30px !important;
  }
  .ps-timeline-sec .ps-timeline li span {
    left: 0 !important;
    height: 30px !important;
    width: 30px !important;
    margin-left: -15px !important;
    top: 0px !important;
    transform: scale(0.7);
  }
  .ps-timeline-sec .ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .ps-timeline li p i {
    margin-top: 0px !important;
  }
  .ps-timeline-sec .ps-timeline li .ps-top {
    position: relative !important;
    width: 100% !important;
    float: inherit !important;
    right: 0;
    top: 0;
    margin: 0px !important;
    padding-left: 30px;
  }
  .ps-timeline-sec .ps-timeline li .ps-top p {
    display: flex;
    flex-direction: column-reverse;
  }
  .ps-timeline-sec .ps-timeline li .ps-bot {
    position: relative !important;
    width: 100% !important;
    float: inherit !important;
    right: 0;
    top: 0;
    margin: 0px !important;
    padding-left: 30px;
  }
}
.ps-timeline-sec {
  background: #1D1D1D;
}
.ps-timeline-sec .ps-timeline {
  margin: 250px 0;
  padding: 0;
  border-top: 2px solid #4C4843;
  list-style: none;
}
.ps-timeline-sec .ps-timeline li {
  float: left;
  width: 12.5%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .ps-timeline li span {
  margin-left: -25px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
}
@media (max-width: 1599px) {
  .ps-timeline-sec .ps-timeline li span {
    transform: scale(0.8);
  }
}
.ps-timeline-sec .ps-timeline li p {
  text-align: center;
  width: 100%;
}
.ps-timeline-sec .ps-timeline li p i {
  color: #EA5410;
  font-size: 45px;
  line-height: 50px;
  display: block;
  font-style: normal;
  margin: 8px 0px;
}
.ps-timeline-sec .ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
}
.ps-timeline-sec .ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 0px;
}
.ps-timeline-sec .ps-timeline li .ps-bot p {
  display: flex;
  flex-direction: column-reverse;
}
.ps-timeline-sec .ps-timeline li .ps-sp-top {
  height: 40px;
  width: 40px;
  border: 1px solid #736B5E;
  display: block;
  border-radius: 50%;
}
.ps-timeline-sec .ps-timeline li .ps-sp-top img {
  display: none;
}
.ps-timeline-sec .ps-timeline li .ps-sp-top::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  background: #EA5410;
  animation: infinite 3s dotanimation;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
}
.ps-timeline-sec .ps-timeline li .ps-sp-bot {
  height: 40px;
  width: 40px;
  border: 1px solid #736B5E;
  display: block;
  border-radius: 50%;
}
.ps-timeline-sec .ps-timeline li .ps-sp-bot img {
  display: none;
}
.ps-timeline-sec .ps-timeline li .ps-sp-bot::before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 50%;
  background: #EA5410;
  animation: infinite 3s dotanimation;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1599px) {
  .ps-timeline-sec .ps-timeline li p {
    font-size: 18px;
    line-height: 24px;
  }
  .ps-timeline-sec .ps-timeline li p i {
    font-size: 36px;
    line-height: 40px;
  }
}
@keyframes dotanimation {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(234, 84, 16, 0.4), 0px 0px 0px 0px rgba(234, 84, 16, 0.3);
  }
  50% {
    box-shadow: 0px 0px 0px 10px rgba(234, 84, 16, 0.4), 0px 0px 0px 10px rgba(234, 84, 16, 0.3);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(234, 84, 16, 0.4), 0px 0px 0px 20px rgba(234, 84, 16, 0.3);
  }
}
.mapRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mapRow .companyAddresses {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mapRow .companyAddresses .mapContact {
  padding: 20px 0px;
}
.mapRow .companyAddresses .mapContact .tagline {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 15px;
  color: #EA5410;
  font-weight: 500;
}
.mapRow .companyAddresses .mapContact a, .mapRow .companyAddresses .mapContact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #736B5E;
}
.mapRow .companyAddresses .mapContact p {
  margin-bottom: 10px;
}
.mapRow .companyAddresses .mapContact p.contact {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.mapRow .companyAddresses .mapContact p.contact span {
  position: absolute;
  left: 0px;
}
.mapRow .companyAddresses .mapContact p.contact span i {
  color: #EA5410;
}
@media (max-width: 1199px) {
  .mapRow .companyAddresses .mapContact {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .mapRow .companyAddresses .mapContact {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .mapRow .companyAddresses {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .mapRow .companyAddresses {
    justify-content: center;
    align-items: center;
  }
}

.mapSection {
  margin: 0 auto;
  max-width: 580px;
  position: relative;
}
.mapSection .mapMarkers li {
  position: absolute;
  cursor: pointer;
}
.mapSection .mapMarkers li span {
  background: #EA5410;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  animation: infinite 2s pulse;
}
@media (max-width: 767px) {
  .mapSection .mapMarkers li span {
    transform: scale(0.6) translate(-2px, -4px);
  }
}
.mapSection .mapMarkers li p {
  color: #000;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 2px #ccc;
  padding: 5px 15px;
  opacity: 0;
  visibility: hidden;
  left: -35px;
  bottom: 100%;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  margin: 0px;
}
.mapSection .mapMarkers li:hover p {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.mapSection .mapMarkers li.whiteIcon span {
  background: #fff;
  animation: infinite 2s pulse1;
}
.mapSection .mapMarkers li.marker1 {
  left: 27.5%;
  top: 12.7%;
}
.mapSection .mapMarkers li.marker2 {
  left: 35%;
  top: 28%;
}
.mapSection .mapMarkers li.marker3 {
  left: 29.3%;
  top: 36.7%;
}
.mapSection .mapMarkers li.marker4 {
  left: 45.5%;
  top: 36.4%;
}
.mapSection .mapMarkers li.marker5 {
  left: 59%;
  top: 39%;
}
.mapSection .mapMarkers li.marker6 {
  left: 37.5%;
  top: 46.5%;
}
.mapSection .mapMarkers li.marker7 {
  left: 68.5%;
  top: 47.5%;
}
.mapSection .mapMarkers li.marker8 {
  left: 20.5%;
  top: 48.5%;
}
.mapSection .mapMarkers li.marker9 {
  left: 12%;
  top: 52.5%;
}
.mapSection .mapMarkers li.marker10 {
  left: 21.8%;
  top: 50.9%;
}
.mapSection .mapMarkers li.marker11 {
  left: 20.7%;
  top: 54%;
}
.mapSection .mapMarkers li.marker12 {
  left: 21.9%;
  top: 64.5%;
}
.mapSection .mapMarkers li.marker13 {
  left: 38.9%;
  top: 74%;
}
.mapSection .mapMarkers li.marker14 {
  left: 30%;
  top: 80.6%;
}
.mapSection .mapMarkers li.marker15 {
  left: 36%;
  top: 86.8%;
}
.mapSection .mapMarkers li.marker16 {
  left: 32.3%;
  top: 91.5%;
}
.mapSection .mapName {
  position: absolute;
  bottom: 15%;
  right: 5%;
}
.mapSection .mapName p {
  margin: 5px 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.mapSection .mapName p span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mapSection .mapName {
    transform: scale(0.8);
  }
}
@media (max-width: 575px) {
  .mapSection .mapName {
    transform: scale(0.6);
    max-width: 175px;
    bottom: 0px;
  }
  .mapSection .mapName p {
    position: relative;
    padding-left: 33px;
  }
  .mapSection .mapName p span {
    position: absolute;
    left: 0px;
  }
}

.mapArea {
  padding-top: 0px !important;
}
.mapArea iframe {
  width: 100%;
  border: 0px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 84, 16, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(234, 84, 16, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(234, 84, 16, 0);
  }
}
@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 991px) {
  .mgmbtmMob30 {
    margin-bottom: 30px;
  }
}
.stickyWhatsapp a {
  align-items: center;
  background-color: #25d366;
  border-radius: 50px;
  bottom: 20px;
  box-shadow: 0px 10px 25px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 60px;
  width: 60px;
  justify-content: center;
  position: fixed;
  left: 15px;
  text-align: center;
  z-index: 100;
}
.stickyWhatsapp a img {
  height: 30px;
}
@media (max-width: 1199px) {
  .stickyWhatsapp a {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .stickyWhatsapp a {
    height: 40px;
    width: 40px;
  }
}/*# sourceMappingURL=style.css.map */