@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*bottom Arrow */
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.tabStructure .tabBar {
  background: #FA7C05;
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .accordion-body {
  padding: 0px;
}
.tabStructure .card {
  border: 0px;
}
.tabStructure .nav-tabs {
  border: 0;
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
  margin-right: 5%;
}
.tabStructure .nav-tabs > li > a {
  color: #fff;
  padding: 20px 10px;
  border-radius: 0;
  cursor: pointer;
  font-family: "Lexend Deca", sans-serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 42px;
  font-weight: 500;
  border: 0;
  position: relative;
  opacity: 0.5;
}
.tabStructure .nav-tabs > li > a::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  border-radius: 0;
  color: #fff !important;
  background: #FA7C05;
  opacity: 1;
}
.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  background: #680203;
}
.tabStructure .tab-content {
  padding: 80px 0px;
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .tabStructure .nav-tabs > li > a {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .tabStructure .accordion-body {
    padding: 30px 0px;
  }
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #680203;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #680203 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #680203 !important;
  }
}

.leftTabStructure {
  display: flex;
}
.leftTabStructure .tabBar {
  flex: 0 0 25%;
  max-width: 100%;
}
.leftTabStructure .tab-content {
  flex: 0 0 75%;
  max-width: 100%;
  padding: 0px 30px;
}
.leftTabStructure .nav-tabs {
  display: none;
}
.leftTabStructure .accordion-body {
  padding: 0px;
}
.leftTabStructure .card {
  border: 0px;
}
.leftTabStructure .nav-tabs {
  border: 0;
}
.leftTabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.leftTabStructure .nav-tabs > li > a {
  border-radius: 0;
  cursor: pointer;
  border: 0;
  position: relative;
}
@media (min-width: 768px) {
  .leftTabStructure .nav-tabs {
    display: flex;
  }
  .leftTabStructure .card {
    border: none;
    background: transparent;
  }
  .leftTabStructure .card .accordion-header {
    display: none;
  }
  .leftTabStructure .card .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .leftTabStructure .nav-tabs > li > a {
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .leftTabStructure .accordion-body {
    padding: 30px 0px;
  }
  .leftTabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .leftTabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .leftTabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
  }
  .leftTabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #680203;
    border-radius: 0;
    padding: 0;
  }
  .leftTabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #680203 !important;
  }
  .leftTabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #680203 !important;
  }
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.crossLine {
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #000;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

.row-offcanvas {
  margin: 0;
}
.row-offcanvas .btn-primary {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  outline: none !important;
  background: #680203 !important;
  border-radius: 0;
  border: 0 !important;
  width: 100%;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-offcanvas .icon-bar {
  font-size: 28px;
}
.row-offcanvas.active .icon-bar::before {
  content: "\f106";
}
.row-offcanvas .sidebar-offcanvas {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.row-offcanvas .sidebar-offcanvas .row-offcanvasTitle {
  background: #680203;
  color: #fff;
}

.accordion li {
  font-size: 16px;
  list-style: none;
  padding: 15px 20px;
  cursor: pointer;
}
.accordion li .fa-minus {
  display: none;
}
.accordion li.active, .accordion li:hover {
  background: #FA7C05;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.accordion li.active a, .accordion li:hover a {
  color: #fff;
}
.accordion li.active a .fa-plus, .accordion li:hover a .fa-plus {
  display: none;
}
.accordion li.active a .fa-minus, .accordion li:hover a .fa-minus {
  display: inline-block;
}
.accordion li a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.accordion li a:hover {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .row-offcanvasTitle {
    padding: 20px;
    margin: 0;
    margin-bottom: 6px;
    font-weight: normal;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
  }
  .pageWrap {
    border-top: none;
  }
  .accordion li:last-child {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .row-offcanvas .sidebar-offcanvas {
    display: none;
  }
  .row-offcanvas.active .sidebar-offcanvas {
    display: block;
  }
  .pageWrap {
    max-height: 200px;
    overflow-x: auto;
  }
  .accordion {
    padding: 3px 0;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

button:focus {
  box-shadow: inherit !important;
}

.contactServe p a {
  color: #000;
}

.form-control:focus {
  box-shadow: inherit;
}

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

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.largeText {
  font-size: 20px;
  line-height: 30px;
}

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

.spinning-card-container {
  perspective: 1500;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
  margin: 0 auto;
}

.spinning-card-container .spinning-card {
  position: relative;
  transform: translateZ(0);
  width: 100%;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  transform-origin: 20% 50%;
  transform-style: preserve-3d;
}

.spinning-card-container .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  padding: 25px;
  font-size: 14px;
  color: #fff;
  background: #FA7C05 !important;
  box-shadow: 0 20px 35px 0 rgba(44, 44, 44, 0.3);
  opacity: 1;
  display: flex;
  align-items: center;
  text-align: center;
}

.spinning-card-container .back h3 {
  font-size: 18px;
  line-height: 28px;
}

.spinning-card-container .back {
  transform: rotateY(-180deg);
}

.spinning-card-container:hover {
  z-index: 1;
}

.spinning-card-container:hover .spinning-card {
  transform: rotateY(-180deg) translate(-60%, 0);
}

.padding0Left {
  padding-left: 0 !important;
}

.padding0Right {
  padding-right: 0 !important;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

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

.grayBg {
  background: #e4e4e4;
}

.lightgrayBg {
  background: #f2f2f2;
}

.whiteText {
  color: #fff !important;
}

.max600 {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .max600 {
    max-width: 100%;
  }
}

.profileBtn {
  padding: 10px 17px !important;
  background: #8e473e;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.profileBtn:hover {
  background-color: #ec7c1c !important;
}

.defaultButton {
  background: #FA7C05;
  padding: 22px 35px;
  color: #fff !important;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 14px;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 0px;
  cursor: pointer;
}
.defaultButton svg {
  margin-left: 10px;
}
.defaultButton svg path {
  transition: all 0.2s ease-in-out;
}
.defaultButton:hover, .defaultButton:focus {
  background: #680203;
  color: #fff;
}

.pressBtn {
  background: #FA7C05;
  padding: 10px 15px;
  color: #fff !important;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 14px;
  font-family: "Lexend Deca", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  border: 0px;
  cursor: pointer;
  margin-top: 10px;
}
.pressBtn svg {
  margin-left: 10px;
}
.pressBtn svg path {
  transition: all 0.2s ease-in-out;
}
.pressBtn:hover, .pressBtn:focus {
  background: #680203;
  color: #fff;
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error, select.error {
  border-bottom: 2px solid #D8000C !important;
}

label.error {
  color: #fff !important;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

.transparentButton {
  background: transparent;
  padding: 15px 35px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #fff;
}
.transparentButton svg {
  margin-left: 10px;
}
.transparentButton:hover, .transparentButton:focus {
  background: #680203;
  color: #fff;
  border-color: #680203;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
  position: relative;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-size: 40px;
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 22px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
.sectionPadding.sectionPaddingTop0 {
  padding-top: 0px !important;
}
.sectionPadding.sectionPaddingBtm0 {
  padding-bottom: 0px !important;
}
@media (max-width: 1400px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 575px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.tagLine {
  font-size: 32px;
  line-height: 46px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tagLine {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 767px) {
  .tagLine {
    font-size: 24px;
    line-height: 32px;
  }
}

.smalltagLine {
  font-size: 30px;
  line-height: 40px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .smalltagLine {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .smalltagLine {
    font-size: 22px;
    line-height: 30px;
  }
}

.largeRed {
  font-size: 26px;
  line-height: 32px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .largeRed {
    font-size: 22px;
    line-height: 34px;
  }
}

.largeTagLine {
  font-size: 40px;
  line-height: 50px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 25px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .largeTagLine {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .largeTagLine {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .largeTagLine {
    font-size: 26px;
    line-height: 30px;
  }
}
.largeTagLine.midLrgTgLn {
  font-size: 38px;
  line-height: 50px;
  margin: 0 !important;
  margin-top: -10px !important;
}
@media (max-width: 1400px) {
  .largeTagLine.midLrgTgLn {
    font-size: 32px;
    line-height: 47px;
  }
}
@media (max-width: 991px) {
  .largeTagLine.midLrgTgLn {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .largeTagLine.midLrgTgLn {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 22px !important;
  }
}

.whiteFont {
  color: #fff;
}

.mainHeader {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 9;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo {
  padding: 25px 0;
}
.mainHeader header .logo a {
  display: block;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mainHeader header .logo a img {
    height: 23px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 0px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 13px;
  padding: 20px 8px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.mainHeader header .navbarLink ul li a i {
  margin-left: 3px;
}
@media (max-width: 1300px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 11px;
    padding: 25px 10px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 10px;
    padding: 25px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 11px;
    padding: 25px 4px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #bebebe;
    font-size: 16px;
    padding: 10px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink ul li.dropdown.mediaDropdown .dropdown-menu {
  right: 0px;
  min-width: 450px;
}
.mainHeader header .navbarLink ul li.dropdown.investorDropdown {
  position: static;
}
.mainHeader header .navbarLink ul li.dropdown.investorDropdown .dropdown-menu {
  right: 0px;
  min-width: 450px;
  width: 100%;
  min-width: 100%;
}
.mainHeader header .navbarLink ul li.dropdown.investorDropdown .dropdown-menu li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown.investorDropdown .dropdown-menu li {
    max-width: 100%;
  }
}
.mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    margin-left: 0;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #680203;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fff !important;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 20px 20px 20px;
  margin: 0;
  min-width: 220px;
  width: 100%;
  transform: inherit !important;
  top: 100% !important;
  border: 0;
  max-width: 600px;
  min-width: 600px;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.dropMenu {
  min-width: 220px;
  max-width: 220px;
  align-items: flex-start;
  flex-direction: column;
}
.mainHeader header .navbarLink ul li > .dropdown-menu.dropMenu li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu.dropMenu {
    min-width: 220px;
    max-width: 220px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 15px;
  text-transform: inherit;
  white-space: normal;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #680203 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: transparent !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 2px 0px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #bebebe !important;
    text-align: center;
    padding: 5px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #fff !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.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: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-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: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
  }
}
@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 {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #680203;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .mainHeader {
    position: relative;
    padding: 0px 0px;
  }
}

.banner {
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}
.banner #myVideo {
  min-width: 100%;
  width: 100%;
  padding-bottom: 30px;
  height: 100%;
  max-height: 106vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bannerText {
  background: rgba(104, 2, 3, 0.6);
  backdrop-filter: blur(7px);
  --webkit-backdrop-filter: blur(7px);
  padding: 65px;
  max-width: 570px;
  position: absolute;
  bottom: 0;
}
.banner .bannerText span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
}
.banner .bannerText p {
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .banner .bannerText {
    padding: 40px;
  }
  .banner .bannerText p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .banner .bannerText {
    padding: 25px;
  }
  .banner .bannerText p {
    font-size: 20px;
    line-height: 28px;
  }
  .banner .bannerText span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .banner .bannerText {
    position: relative;
    background: #680203;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .banner #myVideo {
    padding-bottom: 5px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
  height: 810px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .innerbanner img {
    height: 625px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .innerbanner img {
    height: 525px;
  }
}
@media (max-width: 575px) {
  .innerbanner img {
    height: 380px;
  }
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(104, 2, 3, 0.6);
  padding: 30px 50px;
  backdrop-filter: blur(7px);
  --webkit-backdrop-filter: blur(7px);
  font-family: "Lexend Deca", sans-serif;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0px;
  font-family: "Lexend Deca", sans-serif;
}
.innerbanner .innerBlock.chairman {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  padding: 15px 25px;
}
.innerbanner .innerBlock.chairman .innerText1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 200;
  font-style: italic;
}
.innerbanner .innerBlock.chairman .innerText2 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  display: block;
}
@media (max-width: 1199px) {
  .innerbanner .innerBlock.chairman {
    left: 0;
    bottom: 0;
    justify-content: flex-end;
    right: 0;
    margin: auto;
  }
  .innerbanner .innerBlock.chairman .innerText1 {
    font-size: 22px;
  }
  .innerbanner .innerBlock.chairman .innerText2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock.chairman {
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.innerbanner.landingbanner {
  position: relative;
}
.innerbanner.landingbanner .container {
  position: relative;
  margin: 150px auto 50px auto;
}
.innerbanner.landingbanner .ladingbannertext {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.innerbanner.landingbanner .ladingbannertext * {
  color: #fff;
}
.innerbanner.landingbanner .ladingbannertext * .innerText {
  max-width: 68%;
  font-size: 80px;
  line-height: 90px;
  font-weight: 300;
  padding-bottom: 50px;
  margin: 0px;
}
.innerbanner.landingbanner .ladingbannertext * .innerText span {
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 23px;
  padding-top: 12px;
}
.innerbanner.landingbanner .ladingbannertext * p {
  max-width: 775px;
  font-size: 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 25px;
}
.innerbanner.landingbanner .ladingbannertext * p strong {
  font-size: 22px;
  display: block;
  color: #FA7C05;
  font-weight: 600;
  padding: 0px 0px 12px 0px;
}
.innerbanner.landingbanner .ladingbannertext * .btn_banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.innerbanner.landingbanner .ladingbannertext * .btn_banner a {
  margin-right: 30px;
}
.innerbanner.landingbanner .ladingbannertext * .btn_banner a:last-child {
  margin-right: 0px;
}
.innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
  font-size: 75px;
  line-height: 85px;
}
.innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText span {
  padding-top: 15px;
}
.innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
  max-width: 68%;
}
.innerbanner.landingbanner.bnnrBck::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}
.innerbanner.landingbanner.bnnrBck .mxMuch {
  bottom: 0;
}
.innerbanner.landingbanner.bnnrBck .mxMuch .container {
  margin: auto !important;
}
@media (min-width: 1600px) {
  .innerbanner.landingbanner.bnnrBck .mxMuch .innerText {
    max-width: 90%;
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .innerbanner.landingbanner.bnnrBck .mxMuch .innerText {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .innerbanner.landingbanner.bnnrBck .mxMuch .innerText {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .innerbanner img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerbanner .innerBlock {
    padding: 20px;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock .innerText {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .innerbanner img {
    min-height: 200px;
  }
  .innerbanner .innerBlock {
    max-width: 280px;
  }
}

.titleBar {
  background: #FA7C05;
}
.titleBar .title {
  padding: 20px 0px;
  font-weight: 500;
  font-family: "Lexend Deca", sans-serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 42px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0px;
}
.titleBar .title::after {
  content: "";
  background: #680203;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.aboutSection .bigPara {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}
.aboutSection p {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.aboutSection .defaultButton {
  margin-top: 10px;
}
.aboutSection .aboutImage {
  position: relative;
  text-align: right;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
}
.aboutSection .aboutImage .about3 {
  margin-right: 25%;
  margin-top: -8%;
}
.aboutSection .aboutImage .about4 {
  margin-top: -26%;
}
@media (max-width: 991px) {
  .aboutSection .aboutImage {
    margin: 30px auto 0px auto;
  }
}

.whatweOffer {
  background: linear-gradient(to right, #fa7c05 0%, #6f0803 51.04%, #680203 100%);
  position: relative;
}
.whatweOffer::before {
  content: "";
  background: url(../images/whatweoffer.png) no-repeat;
  background-position: right top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.whatweOffer::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 38.9%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.whatweOffer .container {
  position: relative;
  z-index: 1;
}
.whatweOffer .offerList {
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  top: -16px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .whatweOffer .offerList {
    top: -36px;
  }
}
@media (max-width: 1199px) {
  .whatweOffer .offerList {
    top: -13px;
  }
}
@media (max-width: 991px) {
  .whatweOffer .offerList {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .whatweOffer .offerList {
    top: -11px;
  }
}
.whatweOffer .offerList li {
  flex: 0 0 50%;
  max-width: 50%;
}
.whatweOffer .offerList li a {
  margin: 0 7px;
  display: block;
}
.whatweOffer .offerList li a img {
  width: 100%;
}
.whatweOffer .offerList li a p {
  padding: 30px;
  background: #FA7C05;
  font-size: 25px;
  margin: 0px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  display: flex;
  align-items: center;
  min-height: 128px;
}
.whatweOffer .offerList li a p svg {
  padding-left: 10px;
  min-width: 35.54px;
}
@media (max-width: 1199px) {
  .whatweOffer .offerList li a p {
    min-height: 100px;
    padding: 16px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .whatweOffer::after {
    height: 30%;
  }
  .whatweOffer .tagLine {
    font-size: 23px;
    line-height: 30px;
  }
  .whatweOffer .offerList li a p {
    font-size: 14px;
    line-height: 22px;
    min-height: 75px;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .whatweOffer .offerList {
    flex-wrap: wrap;
  }
  .whatweOffer .offerList li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0px;
  }
  .whatweOffer .offerList li a p {
    font-size: 20px;
    line-height: 26px;
    min-height: 75px;
    padding: 15px;
  }
}

.everydayLife {
  position: relative;
}
.everydayLife .bgImage {
  width: 100%;
  filter: grayscale(1);
}
.everydayLife .appList {
  padding: 0px;
  margin: 0px;
}
.everydayLife .appList li {
  list-style: none;
  cursor: pointer;
}
.everydayLife .appList li p {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
  transform: translate(-40%, 60%);
}
.everydayLife .appList li:hover p {
  display: block;
}
.everydayLife .appList .paints {
  position: absolute;
  top: 6%;
  left: 5%;
}
.everydayLife .appList .ceramics {
  position: absolute;
  top: 10%;
  left: 16.5%;
}
.everydayLife .appList .ink {
  position: absolute;
  top: 26%;
  left: 30%;
}
.everydayLife .appList .textiles {
  position: absolute;
  top: 60%;
  left: 24%;
}
.everydayLife .appList .rubber {
  position: absolute;
  top: 90%;
  left: 20%;
}
.everydayLife .appList .construction {
  position: absolute;
  top: 3%;
  left: 47%;
}
.everydayLife .appList .water {
  position: absolute;
  top: 34%;
  left: 62%;
}
.everydayLife .appList .plastics {
  position: absolute;
  top: 50%;
  left: 70%;
}
.everydayLife .appList .agriculture {
  position: absolute;
  top: 38%;
  left: 88%;
}
.everydayLife .appList .square {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
}
.everydayLife .appList .square span {
  background-color: #FA7C05;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
  height: 12px;
  width: 12px;
  display: block;
}
.everydayLife .appList .square:before, .everydayLife .appList .square:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
}
.everydayLife .appList .square:before {
  animation: ripple 2s linear infinite;
  transition: all 0.5s ease-in-out;
}
.everydayLife .appList .square:after {
  animation: ripple 2s linear 1s infinite;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .everydayLife .appList li .square {
    transform: scale(0.6) rotate(-45deg);
  }
  .everydayLife .appList li p {
    transform: scale(0.6) translate(-65%, 10%);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.valuesContentSection {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 42px 58px rgba(0, 0, 0, 0.16);
}
.valuesContentSection .valueBox {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.valuesContentSection .valueBox img {
  width: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.valuesContentSection .valueBox .valuesContent {
  padding: 50px 30px;
  min-height: 320px;
  background: #FA7C05;
}
.valuesContentSection .valueBox .valuesContent .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 42px;
  color: #fff;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 15px;
}
.valuesContentSection .valueBox .valuesContent p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 1199px) {
  .valuesContentSection .valueBox .valuesContent {
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .valuesContentSection .valueBox .valuesContent .title {
    margin-bottom: 0px;
  }
  .valuesContentSection .valueBox img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991px) {
  .valuesContentSection .valueBox {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
  }
  .valuesContentSection .valueBox .valuesContent {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 25px;
  }
  .valuesContentSection .valueBox .valuesContent .title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .valuesContentSection .valueBox img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .valuesContentSection .valueBox {
    flex-direction: column-reverse;
    height: 100%;
  }
  .valuesContentSection .valueBox:nth-child(2) {
    flex-direction: column;
  }
  .valuesContentSection .valueBox .valuesContent {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
  }
  .valuesContentSection .valueBox img {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: inherit;
  }
}

.moleculeBox {
  position: relative;
}

.innovationSection {
  padding-bottom: 0px !important;
}
.innovationSection p {
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
}
.innovationSection p strong {
  font-weight: 500;
}
@media (max-width: 1199px) {
  .innovationSection p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .innovationSection p {
    font-size: 18px;
    line-height: 30px;
  }
}

.eventSection {
  position: relative;
  background: url("../images/event.jpg") no-repeat;
  background-size: cover;
}
.eventSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(8px);
  height: 100%;
  width: 100%;
}
.eventSection img {
  width: 100%;
}
.eventSection .eventFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.eventSection .eventInfo {
  padding: 50px 40px 35px 40px;
  max-width: 520px;
  position: relative;
  z-index: 1;
  background: #fff;
  flex: 0 0 30%;
  max-width: 30%;
  margin: 15px;
}
@media (max-width: 991px) {
  .eventSection .eventInfo {
    padding: 25px;
    max-width: 425px;
    left: 0px;
    margin-bottom: 15px;
  }
  .eventSection .eventInfo .tagLine {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 6px;
  }
}
@media (max-width: 1400px) {
  .eventSection .eventInfo .tagLine {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .eventSection .eventInfo {
    position: relative;
    background: #f5f5f5;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  .eventSection .eventInfo .tagLine {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .eventSection .eventInfo {
    position: relative;
    background: #f5f5f5;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .eventSection img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.newsEvent {
  background-color: #efefef;
}

.newsSlider {
  margin: 0 -15px;
}
.newsSlider .slick-slide {
  padding: 0 15px;
}
.newsSlider .newsBox {
  background: #fff;
  padding: 35px 30px;
  min-height: 180px;
}
.newsSlider .newsBox p {
  margin-bottom: 0px;
  color: #000;
}
.newsSlider .newsBox .title {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.newsSlider .slick-prev {
  background: url(../images/leftarrow.png) no-repeat;
  width: 54px;
  height: 25px;
  background-size: contain;
  top: -40px;
  right: 75px;
  left: inherit;
}
.newsSlider .slick-next {
  background: url(../images/rightarrow.png) no-repeat;
  width: 54px;
  height: 25px;
  background-size: contain;
  top: -40px;
  right: 10px;
}
.newsSlider .slick-prev:before, .newsSlider .slick-next:before {
  display: none;
}
@media (max-width: 1199px) {
  .newsSlider .newsBox {
    min-height: 225px;
  }
}
@media (max-width: 991px) {
  .newsSlider .newsBox {
    padding: 25px 20px;
    min-height: 250px;
  }
  .newsSlider .newsBox .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .newsSlider .newsBox {
    min-height: 255px;
  }
  .newsSlider .slick-prev {
    right: 60px;
  }
  .newsSlider .slick-prev, .newsSlider .slick-next {
    width: 35px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .newsSlider .newsBox {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .locationSection .row {
    flex-direction: column-reverse;
  }
}

.locationList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.locationList li {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.locationList li span {
  margin-right: 12px;
}
.locationList li span img {
  height: 25px;
}
@media (max-width: 575px) {
  .locationList li {
    font-size: 16px;
    line-height: 24px;
  }
  .locationList li span {
    margin-right: 5px;
  }
}

.mapSection {
  position: relative;
  margin: 0 auto;
}
.mapSection .mapListing {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding-right: 30px;
}
.mapSection .mapListing li img {
  transition: all 0.3s ease-in-out;
  height: 25px;
}
@media (max-width: 575px) {
  .mapSection .mapListing li img {
    height: 15px;
  }
}
.mapSection .mapListing li p {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
  transform: translate(-40%, 30%);
  position: relative;
  z-index: 1;
}
.mapSection .mapListing li:hover img {
  transform: translateY(-5px);
}
.mapSection .mapListing li:hover p {
  display: block;
}
.mapSection .mapListing li.waghodia {
  position: absolute;
  top: 41%;
  left: 45%;
}
.mapSection .mapListing li.vadadala {
  position: absolute;
  top: 42%;
  left: 42%;
}
.mapSection .mapListing li.vadodara {
  position: absolute;
  top: 43%;
  left: 39%;
}
.mapSection .mapListing li.mumbaiWare {
  position: absolute;
  top: 50%;
  left: 43%;
}
.mapSection .mapListing li.mumbai {
  position: absolute;
  top: 50%;
  left: 47%;
}
.mapSection .mapListing li.kolkata {
  position: absolute;
  top: 42%;
  left: 72%;
}
.mapSection .mapListing li.chennai {
  position: absolute;
  top: 71%;
  left: 58%;
}
.mapSection .mapListing li.delhi {
  position: absolute;
  top: 19%;
  left: 52%;
}
.mapSection .mapListing li.bhuj {
  position: absolute;
  top: 38%;
  left: 35%;
}
.mapSection .mapListing li.mundra {
  position: absolute;
  top: 41%;
  left: 33%;
}
.mapSection .mapListing li.haldwaniHead {
  position: absolute;
  top: 26%;
  left: 54%;
}
.mapSection .mapListing li.haldwani {
  position: absolute;
  top: 24%;
  left: 57%;
}
.mapSection .mapListing li.alwar {
  position: absolute;
  top: 25%;
  left: 45%;
}
.mapSection .mapListing li.hosur {
  position: absolute;
  top: 77%;
  left: 53%;
}
.mapSection .mapListing li.udaipur {
  position: absolute;
  top: 35%;
  left: 41%;
}
.mapSection .mapListing li.swaroopgunj {
  position: absolute;
  top: 32%;
  left: 38%;
}
.mapSection .mapListing li.tirunelveli {
  position: absolute;
  top: 85%;
  left: 55%;
}
.mapSection .mapListing li.anantpur {
  position: absolute;
  top: 66%;
  left: 54%;
}
.mapSection .mapListing li.rupangarh {
  position: absolute;
  top: 30%;
  left: 49%;
}
.mapSection .mapListing li.malaysia {
  position: absolute;
  top: 82%;
  left: 80%;
}
.mapSection .mapListing li.vietnam {
  position: absolute;
  top: 52%;
  left: 91%;
}
.mapSection .mapListing li.sharjah {
  position: absolute;
  top: 39%;
  left: 17%;
}
.mapSection .mapListing li.egypt {
  position: absolute;
  top: 22%;
  left: 5%;
}
.mapSection .mapListing li.turkey {
  position: absolute;
  top: 8%;
  left: 22%;
}
.mapSection .mapListing li.china {
  position: absolute;
  top: 12%;
  left: 71%;
}

.contactBox {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  padding: 30px;
  background: #fff;
  height: 100%;
}
.contactBox .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 44px;
  font-family: "Lexend Deca", sans-serif;
  color: #680203;
  margin-top: 10px;
  margin-bottom: 5px;
}
.contactBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.contactBox a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.contactBox a:hover {
  color: #680203;
}
@media (max-width: 767px) {
  .contactBox {
    margin-bottom: 20px;
    height: auto;
  }
}

.shadowBox {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  padding: 25px 10px;
  background: #fff;
  text-align: center;
  height: 100%;
}
.shadowBox .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-family: "Lexend Deca", sans-serif;
  color: #000;
  margin-bottom: 0px;
}
.shadowBox a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.shadowBox a:hover {
  color: #680203;
}
.shadowBox img {
  margin: 20px auto;
  width: 100%;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  .shadowBox {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shadowBox img {
    max-width: 300px;
    display: block;
  }
}

.mailUs:before {
  content: "";
  background: url(../images/contact_img.jpg) no-repeat;
  height: 100%;
  width: 45%;
  position: absolute;
  left: 0px;
  top: 0;
  background-position: right;
  z-index: -1;
  background-size: cover;
}
.mailUs {
  position: relative;
}
.mailUs::after {
  content: "";
  background: url(../images/gradient.jpg) no-repeat;
  height: 100%;
  width: 60%;
  position: absolute;
  right: 0px;
  top: 0;
  background-position: right;
  z-index: -1;
  background-size: cover;
}
.mailUs .mailImg {
  position: absolute;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .mailUs .mailImg {
    position: static;
    left: 0;
    padding: 15px;
    margin-top: 50px;
  }
}
.mailUs .alignCenter {
  align-items: center;
  justify-content: flex-end;
}
.mailUs .imgBox img {
  height: 740px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .mailUs .imgBox img {
    height: 731px;
  }
}
@media (max-width: 991px) {
  .mailUs .imgBox img {
    height: 691px;
  }
}
.mailUs .contactForm {
  padding-left: 50px;
}
.mailUs .contactForm .form-group {
  margin-bottom: 15px;
}
.mailUs .contactForm .form-group select option {
  color: #000;
}
.mailUs .contactForm .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  border: 0px;
  padding: 12px 20px;
  color: #fff;
}
.mailUs .contactForm ::-moz-placeholder {
  color: #fff;
}
.mailUs .contactForm ::placeholder {
  color: #fff;
}
.mailUs .map {
  margin-right: -85px;
}
.mailUs .map iframe {
  width: 100%;
  min-height: 400px;
}
@media (max-width: 767px) {
  .mailUs {
    padding: 0px 0px 60px 0px;
  }
  .mailUs .map {
    margin: 0px;
  }
  .mailUs .contactForm {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .mailUs:after {
    width: 100%;
  }
}

.careerSection {
  background: linear-gradient(135deg, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
}
.careerSection .contactForm {
  padding-left: 0px;
}

.contactForm .defaultButton:hover, .contactForm .defaultButton:focus {
  background: #fff;
  color: #680203 !important;
}
.contactForm .defaultButton:hover path, .contactForm .defaultButton:focus path {
  stroke: #680203;
}

.uploadresume i {
  color: #707070;
  cursor: pointer;
  font-size: 20px;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  z-index: 3;
}
.uploadresume label.error {
  top: 100% !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.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;
  background: red;
  cursor: inherit;
  display: block;
}

.career_btn {
  display: flex;
  align-items: center;
  height: 100%;
  background: #FA7C05;
  border-radius: 0px;
  color: #fff !important;
}

.roboto {
  display: flex;
  position: relative;
}
.roboto .pull-left {
  background: #FA7C05;
  display: flex;
  align-items: center;
}
.roboto label.error {
  top: 100%;
}

.calltoAction {
  padding: 25px 0px;
  background: #FA7C05;
}
.calltoAction .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.calltoAction .container p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0px;
}
@media (max-width: 991px) {
  .calltoAction .container {
    justify-content: center;
  }
  .calltoAction .container p {
    margin-bottom: 20px;
    text-align: center;
  }
}

footer {
  background: #fff;
  padding: 70px 0px 18px 0px;
}
footer .footaddress {
  margin-bottom: 20px;
}
footer .logo {
  margin-bottom: 20px;
}
footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .uppercase {
  text-transform: uppercase;
}
footer .footerLinks {
  margin-left: 40px;
  list-style: none;
}
footer .footerLinks li {
  padding-bottom: 15px;
  font-size: 14px;
}
footer .footerLinks li a {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s ease-in-out all;
}
footer .footerLinks li a:hover {
  color: #680203 !important;
}
footer .footerLinks li.active a {
  color: #680203;
}
footer .contactDetails {
  display: flex;
  flex-direction: column;
}
footer .contactDetails a {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  display: inline-block;
  padding-bottom: 10px;
}
footer .contactDetails a i {
  margin-right: 10px;
}
footer .socialIcons {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  margin-top: 10px;
}
footer .socialIcons li {
  display: inline-block;
  margin-right: 10px;
}
footer .socialIcons li a {
  height: 30px;
  width: 30px;
  text-align: center;
  background: #838383;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease-in-out;
  display: block;
}
footer .socialIcons li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
footer .socialIcons li a:hover {
  transform: scale(1.2);
}
@media (max-width: 991px) {
  footer .tabCenter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  footer .footerLinks {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer .footaddress {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  footer .footerLinks {
    text-align: center;
  }
}

.footerBottom {
  border-top: #3D4255 solid 1px;
  padding-top: 19px;
  margin-top: 35px;
}
.footerBottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footerBottom p {
  margin: 0px !important;
  font-weight: 600;
  font-size: 12px;
  color: #525560;
}
@media (max-width: 575px) {
  .footerBottom {
    flex-direction: column;
    justify-content: center;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.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);
  }
}

.ourTeam .row-reverse .aboutText {
  text-align: justify !important;
}

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;
}

.galleryListBox {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.5s;
  margin-bottom: 40px;
}
.galleryListBox .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 20px 10px;
  margin: 0px;
}
.galleryListBox a {
  display: block;
  color: #680203;
}

.galleryList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.galleryList .galleryImageBox {
  margin-bottom: 30px;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.galleryList .galleryImageBox .galleryBox {
  position: relative;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  overflow: hidden;
}
.galleryList .galleryImageBox .galleryBox::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin: auto;
  width: 100%;
  background: linear-gradient(rgba(134, 46, 37, 0) 0%, #7f2722 100%);
  transition: 0.5s;
  z-index: 1;
}
.galleryList .galleryImageBox .galleryBox::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url("../images/zoom.png") center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.1);
  visibility: hidden;
  z-index: 2;
}
.galleryList .galleryImageBox .galleryBox:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.galleryList .galleryImageBox .galleryBox:hover::before {
  height: 100%;
}
.galleryList .galleryImageBox .galleryBox:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
  visibility: visible;
}
.galleryList .galleryImageBox .galleryBox img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.contentSection p:last-child {
  margin-bottom: 0px;
}

.aboutUsPageSection {
  background: linear-gradient(135deg, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  position: relative;
}
.aboutUsPageSection::before {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30%;
}
.aboutUsPageSection p {
  text-align: center;
  color: #fff;
}
.aboutUsPageSection p:last-child {
  margin-bottom: 0px;
}
.aboutUsPageSection .aboutVideo {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.aboutUsPageSection .aboutVideo video {
  width: 100%;
}
@media (max-width: 991px) {
  .aboutUsPageSection .aboutVideo {
    margin-bottom: 30px;
    width: auto;
  }
}

.aboutBox {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.aboutBox img {
  width: 100%;
}
.aboutBox .content {
  padding: 30px;
}
.aboutBox .content p {
  font-size: 16px;
  line-height: 24px;
}
.aboutBox .content p:last-child {
  margin-bottom: 0px;
}
.aboutBox .content .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
}
@media (max-width: 767px) {
  .aboutBox {
    margin-top: 30px;
    height: auto;
  }
}

.timelineSection .timelineSlider .slick-slider {
  margin: 0 !important;
}
.timelineSection .timelineSlider .slick-slide {
  border: 0;
}
.timelineSection .timelineSlider .boxYear {
  position: relative;
}
.timelineSection .timelineSlider .row {
  align-items: center;
}
.timelineSection .timelineSlider .boxYear:after {
  content: "";
  position: absolute;
  right: 18px;
  background: linear-gradient(to right, #5F656B 100%, #3379FF 100%, #3379FF 100%, #5F656B 100%);
  width: 2px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.timelineSection .timelineSlider .date {
  position: relative;
}
.timelineSection .timelineSlider .date::before {
  content: "";
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #5F656B 0%, #5F656B 100%);
  position: absolute;
  right: 4px;
  top: 88px;
  border-radius: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: rotate(90deg);
  cursor: pointer;
  top: 50px;
  bottom: 0;
  margin: auto;
}
.timelineSection .timelineSlider .timelineImage {
  display: block;
  flex: 0 0 220px;
}
.timelineSection .timelineSlider .timelineContent {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  padding: 30px 30px;
  display: flex !important;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}
.timelineSection .timelineSlider .timelineContent .tagLine {
  font-weight: normal;
  font-size: 26px;
  line-height: 130%;
  color: #680203;
}
.timelineSection .timelineSlider p {
  margin: 0;
}
.timelineSection .timelineSlider .slider-for .slick-slide > div {
  margin: 10px 20px;
}
.timelineSection .timelineSlider .slider-nav {
  position: relative;
  text-align: center;
}
.timelineSection .timelineSlider .slider-nav h3 {
  cursor: pointer;
  text-align: right;
  padding-right: 70px;
  margin-bottom: 60px;
  padding-top: 50px;
  display: block;
  font-weight: normal;
  font-size: 36px;
  line-height: 120%;
  color: #5F656B;
  transition: all 0.5s ease-in-out;
}
.timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active .date::before {
  background: linear-gradient(to right, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  width: 40px;
  height: 40px;
  right: -1px;
}
.timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active .boxYear:after {
  background: linear-gradient(to right, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
}
.timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active h3 {
  font-size: 61px;
  line-height: 120%;
}
.timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active h3 span {
  transform: scale(1.8);
  background: linear-gradient(to right, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  -WebKit-background-clip: text;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media (max-width: 1199px) {
  .timelineSection .timelineSlider .slider-nav h3 {
    padding-right: 19%;
  }
  .timelineSection .timelineSlider .timelineContent .tagLine {
    font-size: 32px;
  }
  .timelineSection .timelineSlider .timelineImage {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .timelineSection .timelineSlider .timelineImage {
    width: 100%;
    max-width: 150px;
  }
  .timelineSection .timelineSlider .slider-nav {
    margin-bottom: 30px !important;
  }
  .timelineSection .timelineSlider .slider-nav h3 {
    font-size: 28px;
    padding-right: 50px;
  }
  .timelineSection .timelineSlider .slider-nav h3::before, .timelineSection .timelineSlider .slider-nav h3::after {
    height: 13.86px;
    width: 15px;
    right: 12px;
  }
  .timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active .date::before {
    height: 20.78px;
    width: 22px;
    right: 8px;
  }
  .timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active h3 {
    font-size: 35px;
    padding-right: 50px;
  }
  .timelineSection .timelineSlider .timelineContent {
    flex-direction: column;
    align-items: flex-start;
  }
  .timelineSection .timelineSlider .timelineContent .tagLine {
    font-size: 20px;
    margin-left: 0px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .timelineSection .timelineSlider .timelineImage {
    width: 100%;
    max-width: 100px;
  }
  .timelineSection .timelineSlider .slider-nav {
    margin-bottom: 30px !important;
  }
  .timelineSection .timelineSlider .slider-nav h3 {
    font-size: 20px;
    padding-right: 50px;
  }
  .timelineSection .timelineSlider .slider-nav h3::before, .timelineSection .timelineSlider .slider-nav h3::after {
    height: 13.86px;
    width: 15px;
    right: 12px;
  }
  .timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active .date::before {
    height: 20.78px;
    width: 22px;
    right: 8px;
  }
  .timelineSection .timelineSlider .slider-nav .slick-slide.slick-current.slick-active h3 {
    font-size: 21px;
    padding-right: 50px;
  }
  .timelineSection .timelineSlider .timelineContent {
    flex-direction: column;
    align-items: flex-start;
  }
  .timelineSection .timelineSlider .timelineContent .tagLine {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 30px;
  }
  .timelineSection .timelineSlider .row {
    display: flex;
  }
  .timelineSection .timelineSlider .row .col-lg-3 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .timelineSection .timelineSlider .row .col-lg-9 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.guiding_principlesRow {
  margin-top: 70px;
}
.guiding_principlesRow:nth-child(1) {
  margin-top: 0px;
}
.guiding_principlesRow img {
  width: 100%;
}
.guiding_principlesRow .shadowAbsBox {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  padding: 25px 10px;
  background: #ededed;
  padding: 30px;
  margin-left: 0%;
  margin-top: 15%;
}
.guiding_principlesRow .shadowAbsBox .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  font-family: "Lexend Deca", sans-serif;
  color: #680203;
}
.guiding_principlesRow.guiding_principlesRowReverse {
  flex-direction: row-reverse;
}
.guiding_principlesRow.guiding_principlesRowReverse img {
  width: 100%;
}
.guiding_principlesRow.guiding_principlesRowReverse .shadowAbsBox {
  margin-right: 0%;
  margin-top: 15%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .guiding_principlesRow {
    margin-top: 50px;
  }
  .guiding_principlesRow img {
    width: 100%;
  }
  .guiding_principlesRow .shadowAbsBox {
    margin: 0px;
    padding: 30px 20px;
  }
  .guiding_principlesRow.guiding_principlesRowReverse .shadowAbsBox {
    margin: 0px;
  }
}

.certificateList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.certificateList .certificateImageBox {
  margin-bottom: 30px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.certificateList .certificateImageBox .certificateBox {
  position: relative;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  position: relative;
  display: block;
  overflow: hidden;
}
.certificateList .certificateImageBox .certificateBox::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin: auto;
  width: 100%;
  background: linear-gradient(rgba(134, 46, 37, 0) 0%, #7f2722 100%);
  transition: 0.5s;
  z-index: 1;
}
.certificateList .certificateImageBox .certificateBox::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url("../images/zoom.png") center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.1);
  visibility: hidden;
  z-index: 2;
}
.certificateList .certificateImageBox .certificateBox:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.certificateList .certificateImageBox .certificateBox:hover::before {
  height: 100%;
}
.certificateList .certificateImageBox .certificateBox:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
  visibility: visible;
}
.certificateList .certificateImageBox .certificateBox::before {
  background: rgba(0, 0, 0, 0.4);
}
.certificateList .certificateImageBox .certificateBox img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .certificateList .certificateImageBox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .certificateList .certificateImageBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.chairman_page {
  position: relative;
}
.chairman_page::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  position: absolute;
  height: 100%;
  left: 75%;
  width: 25%;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .chairman_page::after {
    display: none;
  }
}
.chairman_page.cmd {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .chairman_page .row {
    flex-direction: column-reverse;
  }
  .chairman_page .row img {
    margin-bottom: 30px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .chairman_page.cmd {
    padding-top: 40px;
  }
  .chairman_page .row img {
    margin-bottom: 20px;
    margin-top: -15px;
  }
}

.fourColumnList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 30px;
}
.fourColumnList > li {
  flex: 0 0 25%;
  max-width: 25%;
  list-style: none;
  margin-bottom: 20px;
}
.fourColumnList > li .listBox {
  padding: 30px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  display: block;
  margin: 0 10px;
  height: 100%;
  background: #fff;
}
.fourColumnList > li .listBox span {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin: 10px 0px;
}
.fourColumnList > li .listBox p {
  font-weight: 400;
}
@media (max-width: 991px) {
  .fourColumnList > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fourColumnList > li .listBox span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .fourColumnList > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fourColumnList > li .listBox {
    margin: 0px;
  }
}
@media (max-width: 575px) {
  .fourColumnList {
    margin: 0;
    margin-bottom: 20px;
  }
}

.twoColRow {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.twoColRow .contentBox {
  flex: 0 0 58%;
  max-width: 58%;
  background: #ededed;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  padding: 25px 10px;
  padding: 70px 100px;
}
.twoColRow .contentBox .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  font-family: "Lexend Deca", sans-serif;
  color: #680203;
}
.twoColRow .imageBox {
  flex: 0 0 42%;
  max-width: 42%;
}
.twoColRow .imageBox img {
  margin-left: -70px;
}
.twoColRow.twoColRowReverse {
  flex-direction: row-reverse;
}
.twoColRow.twoColRowReverse .contentBox {
  flex: 0 0 42%;
  max-width: 42%;
}
.twoColRow.twoColRowReverse .imageBox {
  flex: 0 0 58%;
  max-width: 58%;
  text-align: right;
  z-index: 1;
}
.twoColRow.twoColRowReverse .imageBox img {
  margin-right: -70px;
  margin-left: 0px;
}
@media (max-width: 1199px) {
  .twoColRow {
    align-items: flex-start;
  }
  .twoColRow .imageBox {
    margin-top: 8%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twoColRow .contentBox {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 100px 70px 60px;
  }
  .twoColRow.twoColRowReverse .imageBox {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twoColRow.twoColRowReverse .contentBox {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 70px 60px 70px 100px;
  }
}
@media (max-width: 991px) {
  .twoColRow {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .twoColRow .imageBox {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: -15%;
    padding: 0 75px;
  }
  .twoColRow .imageBox img {
    margin: 0px;
    width: 100%;
    min-width: 500px;
    min-height: 295px;
    max-width: 500px;
    max-height: 295px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .twoColRow .contentBox {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 70px 75px;
    padding-top: 20%;
  }
  .twoColRow.twoColRowReverse {
    margin-top: 70px;
    flex-direction: column-reverse;
  }
  .twoColRow.twoColRowReverse .imageBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .twoColRow.twoColRowReverse .contentBox {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 70px 75px;
    padding-top: 20%;
  }
}
@media (max-width: 767px) {
  .twoColRow {
    padding: 0 15px;
    align-items: center;
  }
  .twoColRow .imageBox {
    padding: 0px;
  }
  .twoColRow .imageBox img {
    min-width: 300px;
    min-height: 195px;
    max-width: 300px;
    max-height: 195px;
    margin: 0px !important;
  }
  .twoColRow.twoColRowReverse {
    margin-top: 40px;
    padding: 0 15px;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .twoColRow .contentBox {
    padding: 70px 20px 20px 20px;
  }
  .twoColRow.twoColRowReverse .contentBox {
    padding: 70px 20px 20px 20px;
  }
}

@media (max-width: 991px) {
  .mgmbtm30Tab {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mgmbtm30Mob {
    margin-bottom: 30px;
  }
  .mgmMob0 {
    margin-bottom: 0px !important;
  }
}
.productsListing {
  display: flex;
  flex-wrap: wrap;
}
.productsListing li {
  flex: 0 0 25%;
  max-width: 25%;
  list-style: none;
  margin-bottom: 20px;
  display: flex;
}
.productsListing li .productBox {
  margin: 0 10px;
  position: relative;
  display: block;
  background: #a79e9e;
}
.productsListing li .productBox img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsListing li .productBox p {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 0px;
  position: relative;
  bottom: 0;
  left: 0px;
  z-index: 1;
}
.productsListing li .productBox::before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 50%;
  margin: auto;
  width: 100%;
  transition: 0.5s;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.8;
}
.productsListing li .productBox:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.productsListing li .productBox:hover::before {
  height: 100%;
  background: linear-gradient(rgba(134, 46, 37, 0) 0%, #7f2722 100%);
  opacity: 1;
}
@media (max-width: 1199px) {
  .productsListing li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  .productsListing li .productBox p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .productsListing li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .productsListing li .productBox p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .productsListing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .productsListing li .productBox img {
    max-height: 100%;
  }
  .productsListing li .productBox p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .productsListing li .productBox p {
    font-size: 16px;
    line-height: 22px;
  }
}

.relatedAppList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.relatedAppList > li {
  flex: 0 0 25%;
  max-width: 25%;
  list-style: none;
  margin-bottom: 20px;
}
.relatedAppList > li .relatedAppBox {
  padding: 30px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  display: block;
  margin: 0 10px;
  height: 100%;
  background: #fff;
  transition: all ease-in-out 0.5s;
}
.relatedAppList > li .relatedAppBox span {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin: 10px 0px 0px 0px;
}
.relatedAppList > li .relatedAppBox ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.relatedAppList > li .relatedAppBox ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #FA7C05;
  position: absolute;
  left: 0;
  top: 10px;
}
.relatedAppList > li .relatedAppBox:hover {
  transform: translateY(-10px);
  transition: all ease-in-out 0.5s;
}
@media (max-width: 991px) {
  .relatedAppList > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .relatedAppList > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .relatedAppList > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .relatedAppList > li .relatedAppBox {
    margin: 0 15px;
  }
}

.prodDetail {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(252, 252, 252) 30%, rgb(249, 249, 249) 50%, rgb(245, 245, 245) 65%, rgb(236, 236, 236) 90%, rgb(228, 228, 228) 100%);
}
.prodDetail h2 {
  font-size: 30px;
  line-height: 40px;
  color: #680203;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .prodDetail h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.prodDetail .pContent ul {
  list-style: none;
}
.prodDetail .pContent ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.prodDetail .pContent ul li strong {
  display: block;
}
.prodDetail .pContent ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #680203;
}
.prodDetail .pContent ul li ul {
  margin-top: -10px;
}
.prodDetail .pContent ul li ul li {
  padding-left: 20px;
  position: relative;
}
.prodDetail .pContent ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  height: 2px;
  width: 8px;
  border-radius: 0px;
  background: #680203;
}
.prodDetail a {
  color: #ec7c1c;
  font-weight: 600;
}
.prodDetail a:hover {
  color: #680203;
}

.leadership {
  background: #e4e4e4;
  padding: 40px 0px;
}
.leadership .defaultButton {
  padding: 25px 35px;
  font-size: 20px;
  line-height: 20px;
}

.teamRow {
  margin-top: 80px;
  position: relative;
}
.teamRow:nth-child(1) {
  margin-top: 0px;
}
.teamRow .teamImage {
  text-align: center;
}
.teamRow .teamImage img {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
}
.teamRow::after {
  content: "";
  background: linear-gradient(135deg, #f1f1f1 0%, #ededed 0%, #ededed 28%, #d5d5d5 48%, #dbdbdb 72%, #c9c9c9 90%, #cbcbcb 97%, #cbcbcb 100%);
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
}
.teamRow .teamDetail {
  padding: 0;
}
.teamRow .teamDetail .tagLine {
  margin-bottom: 0px;
}
.teamRow .teamDetail .teamInfo {
  padding: 50px 50px 50px 0px;
}
.teamRow .teamDetail .teamInfo p:last-child {
  margin-bottom: 0px;
}
.teamRow .teamDetail .teamInfo p {
  color: #000;
}
.teamRow.revRow::after {
  transform: scaleX(-1);
}
.teamRow.revRow .teamDetail {
  padding-left: 50px;
}
.teamRow.revRow .teamDetail .teamInfo {
  padding: 50px 0px 50px 0px;
}
@media (max-width: 991px) {
  .teamRow .teamDetail {
    padding: 20px 50px;
  }
  .teamRow .teamDetail .teamInfo {
    padding: 0 0px !important;
  }
  .teamRow .teamImage {
    text-align: left;
    margin-left: 30px;
  }
  .teamRow.revRow .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .teamRow .teamDetail {
    padding: 20px 30px !important;
  }
}

.otherTeam {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.otherTeam li {
  flex: 0 0 50%;
  max-width: 50%;
  list-style: none;
  margin-bottom: 30px;
}
.otherTeam li .otherTeamBox {
  display: flex;
  align-items: center;
  margin: 0 15px;
  background: #f4f4f4;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.otherTeam li .otherTeamBox img {
  flex: 0 0 32%;
  max-width: 32%;
}
.otherTeam li .otherTeamBox .info {
  flex: 0 0 68%;
  max-width: 68%;
  padding: 30px;
}
.otherTeam li .otherTeamBox .info .tagLine {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}
.otherTeam li .otherTeamBox .info .designation {
  line-height: 24px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .otherTeam li .otherTeamBox {
    flex-direction: column;
  }
  .otherTeam li .otherTeamBox img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .otherTeam li .otherTeamBox .info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .otherTeam li .otherTeamBox .info .tagLine {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .otherTeam li .otherTeamBox .info .tagLine {
    font-size: 20px;
    line-height: 26px;
  }
  .otherTeam li .otherTeamBox .info .designation {
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .otherTeam li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.applicationFilter {
  margin-bottom: 50px;
}
.applicationFilter .form-group {
  max-width: 270px;
  margin-left: auto;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.applicationFilter .form-group .form-control {
  border: none;
  height: 64px;
  font-size: 16px;
}
.applicationFilter .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/filterarrow.png) no-repeat;
  background-position: right 15px center;
}
@media (max-width: 575px) {
  .applicationFilter .form-group {
    margin: 0 auto;
  }
}

.applicationsPageRightContent {
  padding: 0px !important;
}

.applicationListing {
  display: flex;
  flex-wrap: wrap;
}
.applicationListing li {
  list-style: none;
  flex: 0 0 33.33%;
  max-width: 100%;
  margin: 0;
  padding: 0px;
}
.applicationListing li .appBox {
  display: block;
  margin: 0 15px 30px 15px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
.applicationListing li .appBox p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #680203;
  text-align: center;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
@media (max-width: 991px) {
  .applicationListing {
    margin-top: 30px;
  }
  .applicationListing li .appBox p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .applicationListing li {
    flex: 0 0 50%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .applicationListing li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .applicationListing li .appBox img {
    width: 100%;
  }
  .applicationListing li .appBox p {
    min-height: inherit;
  }
}

.contentSection {
  position: relative;
}
.contentSection a {
  color: #680203;
}
.contentSection .largeText {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contentSection .largeText {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.contentSection .contentDetails {
  margin-bottom: 15px;
}
.contentSection .contentImg img {
  width: 100%;
}
@media (max-width: 1199px) {
  .contentSection .largeTagLine {
    font-size: 33px;
    line-height: 43px;
  }
}

.twoCol {
  background: #fff;
  position: relative;
}
.twoCol .leftBox {
  background: #e4e4e4;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  height: 100%;
}
.twoCol .leftBox::before {
  content: "";
  display: block;
  background: #e4e4e4;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 120px;
}
.twoCol .rightBox {
  padding-left: 50px;
  padding-right: 50px;
}
.twoCol .rightBox p:last-child {
  margin-bottom: 0px;
}

.investorsList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.investorsList li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 40px;
}
.investorsList li .investorBox {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.5s;
  display: block;
  margin: 0 15px;
}
.investorsList li .investorBox .title {
  font-weight: 500;
  font-size: 25px;
  line-height: 44px;
  color: #680203;
  padding: 20px 10px;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  margin: 0px;
}
.investorsList li .investorBox img {
  width: 100%;
}

.pdfBoxList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.pdfBoxList li {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
  display: flex;
}
.pdfBoxList li a {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease-in-out;
  display: block;
  margin: 0 10px;
  padding: 20px 15px;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.pdfBoxList li a i {
  color: #680203;
  font-size: 30px;
  margin-bottom: 12px;
  transition: all 0.1s ease-in-out;
  display: block;
}
.pdfBoxList li a p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.pdfBoxList li a:hover {
  background: linear-gradient(135deg, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.pdfBoxList li a:hover i {
  color: #fff;
}
.pdfBoxList li a:hover p {
  color: #fff;
}
@media (max-width: 991px) {
  .pdfBoxList li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .pdfBoxList li {
    margin-bottom: 20px;
  }
  .pdfBoxList li a {
    margin: 0 10px;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 12px;
  }
  .pdfBoxList li a p {
    font-size: 14px;
    line-height: 20px;
  }
  .pdfBoxList li a i {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pdfBoxList li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .pdfBoxList li a {
    margin: 0 7px;
  }
}

.accordionListing {
  display: flex;
  flex-wrap: wrap;
}
.accordionListing .accordion-item {
  flex: 0 0 100%;
  max-width: 100%;
  border: 0px;
  margin-bottom: 15px;
}
.accordionListing .accordion-item .accordionBox {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.16);
  margin: 0px;
  margin-bottom: 15px;
}
.accordionListing .accordion-header .accordion-button {
  background: #680203;
  color: #fff;
}
.accordionListing .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordionListing .accordion-header .accordion-button::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
}
.accordionListing .accordion-header .accordion-button.collapsed {
  background: #fff;
  color: #000;
}
.accordionListing .accordion-header .accordion-button.collapsed::after {
  border-top: 10px solid #b5b5b5;
}
.accordionListing .accordion-body {
  padding: 30px 20px;
}

.leftappSidebar {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16) !important;
  border-radius: 0px !important;
}
.leftappSidebar li {
  font-size: 16px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  width: 100%;
}
.leftappSidebar li .fa-minus {
  display: none;
}
.leftappSidebar li a.selected, .leftappSidebar li:hover a, .leftappSidebar li a.active {
  background: #FA7C05 !important;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  color: #fff !important;
}
.leftappSidebar li a.selected .fa-plus, .leftappSidebar li:hover a .fa-plus, .leftappSidebar li a.active .fa-plus {
  display: none;
}
.leftappSidebar li a.selected .fa-minus, .leftappSidebar li:hover a .fa-minus, .leftappSidebar li a.active .fa-minus {
  display: inline-block;
}
.leftappSidebar li a {
  color: #000 !important;
  display: flex;
  font-size: 16px;
  padding: 15px 20px;
  line-height: 20px;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  display: block;
  transition: all 0.3s ease-in-out;
}
.leftappSidebar li a::before {
  display: none;
}

.pdfList {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.pdfList.wid100 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
}
.pdfList li {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.pdfList li::before {
  content: "\f1c1";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
}
.pdfList li a {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.pdfList li:hover a {
  color: #680203;
}
.pdfList li:hover::before {
  color: #680203;
}
@media (max-width: 767px) {
  .pdfList {
    -moz-column-count: 1;
         column-count: 1;
  }
  .pdfList li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.pdfList.videoList {
  margin-bottom: 30px;
}
.pdfList.videoList li::before {
  content: "\f03d";
  font-family: "FontAwesome";
}

.newsevent .newsSec {
  display: flex;
  flex-wrap: wrap;
}
.newsevent .newsSec li {
  flex: 0 0 50%;
  max-width: 50%;
  list-style: none;
  display: flex;
}
.newsevent .newsSec li .galleryListBox {
  margin: 0 10px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
.newsevent .newsSec li .galleryListBox .title {
  padding: 20px;
}
@media (max-width: 767px) {
  .newsevent .newsSec li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .newsevent .newsSec li .galleryListBox .title {
    font-size: 14px;
    line-height: 22px;
  }
  .newsevent .newsSec li .galleryListBox .title strong {
    display: block;
    margin-top: 5px;
  }
}

.corporate input[type=text].error, .corporate textarea.error, .corporate select.error {
  border-bottom: 2px solid #fff !important;
}
.corporate label.error {
  color: #fff;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.corporate .modal-header {
  border: none;
}
.corporate .form-group {
  margin-bottom: 20px;
  position: relative;
}
.corporate .modal-content {
  background: linear-gradient(135deg, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
}
.corporate .modal-body {
  padding: 20px 30px;
}
.corporate .form-control {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border: none;
  padding: 10px 20px;
}
.corporate ::-moz-placeholder {
  color: #fff;
}
.corporate ::placeholder {
  color: #fff;
}
.corporate .modal-dialog {
  max-width: 600px;
}
.corporate .roboto {
  flex-direction: row-reverse;
}
.corporate .defaultButton:hover {
  background: #000;
  color: #fff;
}
.corporate .modal-header .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  background: url(../images/white_close.svg) no-repeat;
  opacity: 1;
  padding: 0;
}

.teamPopup.modal .modal-dialog {
  max-width: 650px;
}
.teamPopup.modal .modal-dialog .modal-content {
  border-radius: 10px;
  background: #fff;
  padding: 0;
}
.teamPopup.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.teamPopup.modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  background: url(../images/icon_close_black.png) no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.teamPopup.modal .modal-dialog .modal-body {
  padding: 50px;
}
.teamPopup.modal .modal-dialog .modal-body .dispFlx .tagLine {
  margin-bottom: 0;
  font-size: 29px;
}
.teamPopup.modal .modal-dialog .modal-body .dispFlx {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.teamPopup.modal .modal-dialog .modal-body .dispFlx img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .teamPopup.modal .modal-dialog .modal-body .dispFlx {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .teamPopup.modal .modal-dialog .modal-body {
    padding: 50px 25px;
  }
}
.teamPopup.modal .modal-dialog .tagLine {
  line-height: 52px;
}
.teamPopup.modal .modal-dialog .tagLine span {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.inquireModal p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.directionBtn {
  margin-top: 10px;
}
.directionBtn a span i {
  padding-right: 5px;
}

.eventsSection .eventsSlider .eventsBox {
  list-style-type: none;
  padding: 0 15px;
}
.eventsSection .eventsSlider .eventsBox .galleryListBox {
  min-height: 325px;
}
.eventsSection .eventsSlider .eventsBox .galleryListBox img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.eventsSection .eventsSlider .slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  background-color: #fa7c05;
  border-radius: 50%;
  opacity: 0.8;
}
.eventsSection .eventsSlider .slick-dots li.slick-active button {
  background-color: #801c1b;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .eventsSection .eventsSlider .eventsBox .galleryListBox {
    min-height: 352px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .eventsSection .eventsSlider .eventsBox .galleryListBox {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .eventsSection .eventsSlider .eventsBox .galleryListBox {
    min-height: 316px;
  }
}
@media (max-width: 767px) {
  .eventsSection .eventsSlider .eventsBox .galleryListBox img {
    height: auto;
  }
}

.marketingSec .tagLine {
  text-align: center;
}
.marketingSec .shadowBox .title {
  min-height: 50px;
}
.marketingSec .shadowBox img {
  height: 70px;
  margin: 0 auto;
}
.marketingSec .row {
  justify-content: center;
}
.marketingSec .row .col-lg-4 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .marketingSec .row .col-lg-4 {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .marketingSec .row .col-lg-4 {
    margin-bottom: 0;
  }
}

.pressSec .pressBoxList {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
}
.pressSec .pressBoxList li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 20px;
  display: flex;
}
.pressSec .pressBoxList li .pressBox {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
  transition: all 0.5s ease-in-out;
  display: block;
  margin: 0 10px;
  padding: 20px 15px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.pressSec .pressBoxList li .pressBox .sub-title {
  font-weight: 500;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
}
.pressSec .pressBoxList li .pressBox .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.pressSec .pressBoxList li .pressBox p {
  font-weight: 400;
}
.pressSec .pressBoxList li .pressBox .pressBtn {
  display: inline-block;
  color: #a73704;
  transition: 0.4s ease-in-out all;
  border: 2px solid transparent;
  font-weight: 500;
}
.pressSec .pressBoxList li .pressBox:hover .pressBtn {
  color: #fa7c05;
}
@media (max-width: 991px) {
  .pressSec .pressBoxList {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .pressSec .pressBoxList li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .pressSec .pressBoxList {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .pressSec .pressBoxList li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
  }
}

.innovativeSec {
  position: relative;
}
.innovativeSec::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgb(250, 124, 5) 0%, rgb(209, 90, 5) 0%, rgb(167, 55, 4) 28%, rgb(142, 34, 4) 48%, rgb(128, 22, 4) 72%, rgb(113, 9, 3) 90%, rgb(104, 2, 3) 97%, rgb(104, 2, 3) 100%);
  position: absolute;
  height: 100%;
  left: 65%;
  width: 35%;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .innovativeSec::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .innovativeSec .innovativeImg {
    margin-top: 12%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .innovativeSec .innovativeImg {
    margin-top: 12%;
  }
}
@media (max-width: 991px) {
  .innovativeSec {
    text-align: center;
  }
  .innovativeSec .innovativeImg {
    margin-top: 2%;
  }
  .innovativeSec .innovativeImg img {
    width: 100%;
  }
}

.gradientSec {
  position: relative;
}
.gradientSec::after {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #fa7c05 0%, #d15a05 0%, #a73704 28%, #8e2204 48%, #801604 72%, #710903 90%, #680203 97%, #680203 100%);
  position: absolute;
  height: 100%;
  left: 75%;
  width: 25%;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .gradientSec::after {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55555;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.modal .modal-dialog .modal-content {
  padding: 5px;
  background: url(../images/gradient.jpg) no-repeat;
  background-size: cover;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background-image: url("../images/close.svg");
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: 0.4s ease-in-out all;
}
.modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  opacity: 0.75;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}
.modal .modal-dialog .modal-content .modal-body .form-group input {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  border: 0px;
  padding: 12px 20px;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group input::-moz-placeholder {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group input::placeholder {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group textarea {
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0px;
  border: 0px;
  padding: 12px 20px;
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group textarea::-moz-placeholder {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group textarea::placeholder {
  color: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-group .roboto input {
  margin-bottom: 0;
}

.modal-backdrop {
  z-index: 999;
}
.modal-backdrop.show {
  opacity: 0.7;
}

.thankyouSection {
  padding: 100px 0px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thankyouSection .thankBox {
  max-width: 800px;
  margin: 0 auto;
  background: url(../images/gradient.jpg);
  padding: 80px;
  background-repeat: no-repeat;
}
.thankyouSection .thankBox p, .thankyouSection .thankBox a, .thankyouSection .thankBox h2 {
  color: #fff;
}
.thankyouSection .thankBox .titleHeading {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 30px;
}
.thankyouSection .thankBox .defaultButton {
  margin-top: 30px;
}

.onloadPopup .modal-dialog .modal-content {
  border: 0px;
  background: transparent;
}
.onloadPopup .modal-dialog .modal-content .modal-body {
  background: #fff;
}

.ceramicPopup .smalltagLine {
  padding-left: 10px;
}
.ceramicPopup .brochure {
  margin-bottom: 30px;
}

.newsModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.newsModal .modal-dialog .modal-content .modal-body {
  padding: 0rem 1rem 1rem;
}
@media (max-width: 991px) {
  .newsModal .modal-dialog .modal-content .modal-body .btnarea {
    margin-top: 25px;
  }
}

.videoBg video {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.openingForm .form-group {
  margin-bottom: 20px;
}
.openingForm input {
  margin-bottom: 0px !important;
}
.openingForm .modal-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}

.openingSection .accordion-header {
  background: #8e473e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.openingSection .accordion-header .defaultButton {
  white-space: nowrap;
  padding: 12px 25px;
}
.openingSection .accordion-header .accordion-button {
  background: #8e473e;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 18px 0px;
}
.openingSection .accordion-header .accordion-button::after {
  display: none !important;
}
.openingSection .accordion-header .accordion-button p {
  font-size: 20px;
  margin: 0px;
  color: #fff;
  margin-right: 10px;
}
.openingSection .accordion-header .accordion-button span {
  margin: 0 20px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 991px) {
  .openingSection .accordion-header .accordion-button {
    flex-wrap: wrap;
  }
  .openingSection .accordion-header .accordion-button p {
    font-size: 18px;
  }
  .openingSection .accordion-header .accordion-button span {
    margin-left: 0px;
    padding: 8px 0px 0px;
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .openingSection .accordion-header {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
.openingSection .accordion-body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.openingSection .accordion-body ul li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
.openingSection .accordion-body ul li::before {
  content: "";
  position: absolute;
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  left: 1px;
  top: 5px;
}
.openingSection .accordion-body p {
  font-size: 16px;
  color: #161616;
  line-height: 24px;
}
.openingSection .accordion-body .jobTittle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.privacySec .policyContent ol .benifits {
  padding-top: 7px;
}
.privacySec .policyContent {
  margin-bottom: 30px;
}
.privacySec .policyContent .benifits {
  line-height: 24px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: normal;
  list-style: none;
}
.privacySec .policyContent .benifits li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.privacySec .policyContent .benifits li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 100%;
  left: 0;
  top: 9px;
  background: #8e473e;
}
@media (max-width: 575px) {
  .privacySec .policyContent .benifits li::before {
    height: 1px;
    width: 8px;
  }
}
@media (max-width: 575px) {
  .privacySec .policyContent .benifits li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
.privacySec .policyContent .benifits li p {
  padding: 7px 0px 0px 0px;
  font-weight: 500;
}
.privacySec .policyContent .benifits li ul {
  list-style: none;
}
.privacySec .policyContent .benifits li ul li {
  list-style: none;
  padding-left: 18px;
  padding-bottom: 10px;
}
.privacySec .policyContent .benifits li ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  top: 6px;
}
.privacySec .policyContent .ppTitle {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.privacySec .policyContent p {
  margin-bottom: 10px;
}
.privacySec .policyContent .paraTitle {
  font-weight: 600;
  padding-top: 10px;
}
.privacySec .policyContent a {
  color: #8e473e;
  transition: 0.4s ease-in-out all;
}
.privacySec .policyContent a:hover {
  color: #ec7c1c;
}
@media (max-width: 991px) {
  .privacySec .policyContent {
    margin-bottom: 20px;
  }
  .privacySec .policyContent .ppTitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .privacySec .policyContent .ppTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .privacySec .policyContent p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .privacySec .policyContent .ppTitle {
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

#a1pi07r8er0g1742461858208.widget-visible {
  z-index: 999 !important;
}

.cookie-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; /* Responsive width */
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 444;
  display: none;
}
.cookie-popup .h2 {
  padding-bottom: 10px;
}

.cookie-popup.show {
  display: block;
}

.cookie-options_list {
  padding: 5px 0px;
}
.cookie-options_list .cookie-option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.cookie-options_list .cookie-option:last-child {
  margin-bottom: 0px;
}
.cookie-options_list .cookie-option .checkboxbg {
  width: 18px;
  margin-right: 7px;
  margin-top: 2px;
  position: relative;
}
.cookie-options_list .cookie-option .checkboxbg input[type=checkbox]:not(old), .cookie-options_list .cookie-option .checkboxbg input[type=radio]:not(old) {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.cookie-options_list .cookie-option .checkboxbg input[type=checkbox]:not(old) + span, .cookie-options_list .cookie-option .checkboxbg input[type=radio]:not(old) + span {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-size: 18px;
  width: 18px;
  height: 24px;
  cursor: pointer;
}
.cookie-options_list .cookie-option .checkboxbg input[type=checkbox]:not(old) + span {
  background: url(../images/checkbox.png) no-repeat 0 0;
  background-size: 18px;
}
.cookie-options_list .cookie-option .checkboxbg input[type=checkbox]:checked + span {
  background-image: url(../images/checkbox_check.png);
}
.cookie-options_list .cookie-option .label_text {
  width: calc(100% - 25px);
}

.cookie-buttons {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cookie-buttons button {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 15px;
}
.cookie-buttons button:last-child {
  margin-right: 0px;
}
.cookie-buttons button.btn-accept {
  background: #28a745;
  color: white;
}
.cookie-buttons button.btn-reject {
  background: #dc3545;
  color: white;
}
.cookie-buttons button.btn-save {
  background: #007bff;
  color: white;
}

#gdpr-cookie-message {
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: auto;
  max-width: 400px;
  max-height: -moz-max-content;
  max-height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#gdpr-cookie-message h4 {
  display: none;
}
#gdpr-cookie-message p {
  color: #000;
  margin: 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
#gdpr-cookie-message #gdpr-cookie-accept {
  border: 0px !important;
  padding: 5px 10px;
  font-size: 14px;
  margin-left: 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: 0.4s ease-in-out all;
}
#gdpr-cookie-message #gdpr-cookie-accept:hover {
  background: #d5d5d5;
}
#gdpr-cookie-message #gdpr-cookie-advanced {
  display: none;
}
@media (min-width: 992px) and (max-width: 1024px) {
  #gdpr-cookie-message p {
    font-size: 12px;
    line-height: 22px;
  }
  #gdpr-cookie-message #gdpr-cookie-accept {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  #gdpr-cookie-message p {
    font-size: 12px;
    line-height: 22px;
  }
  #gdpr-cookie-message #gdpr-cookie-accept {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  #gdpr-cookie-message {
    transform: scale(0.85);
  }
}

.bigFnt {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}

.mgbt {
  margin-bottom: 15px;
  display: block;
}

.searchDiv {
  padding-top: 15px;
  text-align: right;
}
.searchDiv > div {
  position: relative;
  display: inline-block;
}
.searchDiv > div i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: flex;
  align-items: center;
  margin: auto;
  color: #680203;
}
.searchDiv #Search_product {
  width: 500px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 20px;
  border: 1px solid #8e473e;
  position: relative;
  outline: none;
}
.searchDiv #productResults {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 0 auto;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  right: 20px;
  width: 480px;
  z-index: 11;
}
.searchDiv #productResults ul {
  list-style-type: none;
  padding: 10px 20px 5px;
  width: 100%;
  height: 515px;
  overflow: auto;
  text-align: left;
}
.searchDiv #productResults ul li {
  margin-bottom: 8px;
}
.searchDiv #productResults ul li a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  transition: 0.4s ease-in-out all;
}
.searchDiv #productResults ul li a:hover {
  color: #680203;
}
.searchDiv #productResults ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.searchDiv #productResults ul::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.searchDiv #productResults ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #949ba7;
}
@media only screen and (max-width: 1400px) {
  .searchDiv #productResults ul {
    height: 317px;
  }
}
@media only screen and (max-width: 1200px) {
  .searchDiv #Search_product {
    width: 400px;
    padding: 5px 20px;
  }
  .searchDiv #productResults {
    right: 20px;
    width: 380px;
  }
  .searchDiv #productResults ul {
    padding: 10px 20px 5px;
    height: 410px;
    overflow: auto;
  }
  .searchDiv #productResults ul li {
    margin-bottom: 5px;
  }
  .searchDiv #productResults ul li a {
    font-size: 13px !important;
    line-height: 17px !important;
  }
}
@media only screen and (max-width: 991px) {
  .searchDiv #Search_product {
    margin: 0 auto;
  }
  .searchDiv #productResults {
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  .searchDiv #Search_product {
    width: 350px;
  }
  .searchDiv #productResults {
    width: 330px;
  }
  .searchDiv #productResults ul {
    height: 335px;
  }
  .searchDiv #productResults ul li a {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
@media only screen and (max-width: 450px) {
  .searchDiv #Search_product {
    width: 300px;
  }
  .searchDiv #productResults {
    width: 280px;
  }
  .searchDiv #productResults ul {
    height: 305px;
  }
}

.show-more, .show-less {
  cursor: pointer;
  text-transform: uppercase;
  color: #FA7C05;
  transition: 0.4s ease-in-out all;
}
.show-more:hover, .show-less:hover {
  color: #680203;
}

.ldrshpTm {
  width: 100%;
  margin-bottom: 15px;
}

.shwDsg {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.ldrshpTm tbody, .ldrshpTm td, .ldrshpTm tfoot, .ldrshpTm th, .ldrshpTm thead, .ldrshpTm tr {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
}

.teamRow.expanded::after {
  height: 86%; /* Full height when expanded */
}

@media (max-width: 767px) {
  .show-more, .show-less {
    font-size: 12px;
    line-height: 20px;
  }
  .shwDsg {
    font-size: 16px;
    line-height: 24px;
  }
  .ldrshpTm tbody, .ldrshpTm td, .ldrshpTm tfoot, .ldrshpTm th, .ldrshpTm thead, .ldrshpTm tr {
    padding: 5px;
    font-size: 12px;
    line-height: 22px;
  }
}
.investirDetails .titlePlace {
  font-weight: 500;
  font-size: 25px;
  line-height: 44px;
  font-family: "Lexend Deca", sans-serif;
  color: #680203;
  margin-top: 10px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.missionVision .visionBox {
  border-bottom: 1px solid gray;
}
.missionVision .visionBox .title {
  font-size: 25px;
  line-height: 44px;
  font-family: "Lexend Deca", sans-serif;
  color: #680203;
  margin-top: 10px;
  font-weight: 500;
}
.missionVision .misvisonImg {
  border-radius: 20px;
  height: 100%;
}
.missionVision .misvisonImg img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listItems {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.listItems li {
  flex: 0 0 33.3%;
  max-width: 100%;
  list-style: none;
  padding: 15px;
}
.listItems li .listbox {
  padding: 50px 30px;
  background: #fff;
  height: 100%;
}
.listItems li .listbox img {
  height: 100px;
  margin-bottom: 20px;
}
.listItems li .listbox span {
  display: block;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: "Lexend Deca", sans-serif;
}
.listItems li .listbox p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .listItems li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listItems li .listbox img {
    height: 80px;
  }
  .listItems li .listbox span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .listItems li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listItems li .listbox {
    padding: 20px;
  }
  .listItems li .listbox img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .listItems {
    margin: 0;
  }
}

.imagesList .row {
  margin: 0px;
}
.imagesList .col-lg-6, .imagesList .col-lg-12 {
  padding: 0px;
}
.imagesList .imageBox {
  margin: 10px;
}
.imagesList .imageBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.imagesList .imageBox {
  position: relative;
  display: block;
  overflow: hidden;
}
.imagesList .imageBox::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin: auto;
  width: 0%;
  background: rgba(104, 2, 3, 0.5);
  transition: 0.5s;
  z-index: 1;
}
.imagesList .imageBox::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url("../images/zoom1.png") center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  visibility: hidden;
  z-index: 2;
  transition: 1s ease-in-out;
}
.imagesList .imageBox img {
  transition: 0.5s all ease-in-out;
}
.imagesList .imageBox:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}
.imagesList .imageBox:hover::after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.imagesList .imageBox:hover img {
  filter: grayscale(1);
  transform: scale(1.1);
}
.imagesList .imageBox .title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  transition: 1s ease-in-out;
  display: block;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 10px;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1400px) {
  .imagesList .imageBox .title {
    font-size: 20px;
  }
}
.imagesList .imageBox:hover .title {
  opacity: 1;
  transition: 1s ease-in-out;
}
.imagesList .pb30 {
  margin-bottom: 20px;
}

.testimonialslider {
  max-width: 1600px;
  margin: 0 auto;
}
.testimonialslider .slick-slide.slick-current .testBox::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .testimonialslider .slick-slide.slick-current .testBox::after {
    display: none;
  }
}
.testimonialslider .testBox {
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.testimonialslider .testBox .authorImage {
  border-radius: 50%;
  border: 5px solid #680203;
  margin: 0 auto;
  margin-bottom: 30px;
  max-height: 150px;
}
.testimonialslider .testBox p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  max-width: 80%;
  margin: 0 auto;
}
.testimonialslider .testBox .author {
  color: #680203;
}
.testimonialslider .testBox .author span {
  display: block;
  margin-top: 5px;
  color: #2B2B2B;
  font-size: 18px;
  line-height: 18px;
}
.testimonialslider .testBox .author::before {
  content: "";
  background: url(../images/quote.png) no-repeat;
  height: 35px;
  display: block;
  position: relative;
  text-align: center;
  background-size: contain;
  width: 100%;
  background-position: center;
  margin: 20px 0px;
}
@media (max-width: 1400px) {
  .testimonialslider .testBox p {
    font-size: 15px;
    line-height: 25px;
  }
  .testimonialslider .testBox .authorImage {
    margin-bottom: 20px;
  }
  .testimonialslider .testBox .author span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
  }
  .testimonialslider .testBox .author::before {
    height: 40px;
    margin: 20px 0px;
  }
}
.testimonialslider .slick-list {
  padding-bottom: 100px;
}
.testimonialslider .slick-prev {
  background: url(../images/red_left_arrow.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  top: inherit;
  bottom: 0px;
  right: 50%;
  left: inherit;
  border: 2px solid #680203;
  border-radius: 50%;
  background-size: 12px;
  background-position: center;
  z-index: 22;
}
.testimonialslider .slick-next {
  background: url(../images/red_right_arrow.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  top: inherit;
  bottom: 0px;
  right: 45%;
  left: inherit;
  border: 2px solid #680203;
  border-radius: 50%;
  background-size: 12px;
  background-position: center;
}
.testimonialslider .slick-prev:before, .testimonialslider .slick-next:before {
  display: none;
}
@media (max-width: 1199px) {
  .testimonialslider .slick-list {
    padding-bottom: 80px;
  }
  .testimonialslider .slick-prev {
    right: 52%;
  }
  .testimonialslider .slick-prev, .testimonialslider .slick-next {
    height: 40px;
    width: 40px;
    background-size: 30%;
  }
}
@media (max-width: 767px) {
  .testimonialslider .slick-prev {
    right: 52%;
  }
  .testimonialslider .slick-next {
    right: 42%;
  }
}

.fancybox-caption__body strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.fancybox-caption__body small {
  font-size: 15px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding-top: 5px;
}

@media (max-width: 575px) {
  #eventTabs .nav-link {
    padding: 10px 18px !important;
  }
}
.indusBx img {
  width: 100%;
}
.indusBx p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}
@media (max-width: 1400px) {
  .indusBx p {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .indusBx p {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .indusBx p {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 0;
  }
}
@media (max-width: 575px) {
  .indusBx p {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
  }
}

.prdtTbl {
  border: 1px solid #000;
  margin-bottom: 20px;
}
.prdtTbl tbody, .prdtTbl td, .prdtTbl tfoot, .prdtTbl th, .prdtTbl thead, .prdtTbl tr {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 7px 15px;
}
@media (max-width: 991px) {
  .prdtTbl tbody, .prdtTbl td, .prdtTbl tfoot, .prdtTbl th, .prdtTbl thead, .prdtTbl tr {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }
}

.spLnk {
  color: #680203;
  transition: 0.5s ease-in-out all;
}
.spLnk:hover {
  color: #ec7c1c;
}

a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox {
  background: transparent;
}
a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox img {
  height: 100%;
  max-height: 100%;
}
a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox p {
  bottom: 75px;
}
@media (max-width: 991px) {
  a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox p {
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox p {
    bottom: 90px;
  }
}
@media (max-width: 575px) {
  a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox p {
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  a[href="https://www.20microns.com/products/fusyl-series-high-performance-fumed-silica"].productBox p {
    bottom: 65px;
  }
}

/*-----Global Presence css start 12-11-2025 ---- */
.hero {
  padding: 50px 18px;
  text-align: center;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.hero h1 {
  color: var(--blue);
  margin: 0;
  font-size: 28px;
}

.hero p {
  color: var(--muted);
  margin: 10px auto 0;
  max-width: 900px;
}

.container-lg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px;
}

.map-frame {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 40, 60, 0.08);
  overflow: hidden;
}

.map-controls {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 160;
  display: flex;
  gap: 8px;
}

.map-hint {
  position: absolute;
  left: 18px;
  top: 18px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(8, 32, 48, 0.06);
  color: var(--muted);
  z-index: 160;
}

.map-canvas {
  width: 100%;
  height: 680px;
  touch-action: none;
  position: relative;
  overflow: hidden;
}

/* inner transforms (pan/zoom) */
.map-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: 0 0;
  transition: transform 180ms ease;
  will-change: transform;
}

.map-inner img {
  display: block;
  max-width: none;
  width: 1920px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* pin */
.pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 200;
  cursor: pointer;
  outline: none;
  pointer-events: auto;
}

.pin .pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 168, 107, 0.12);
  pointer-events: none;
  animation: pop 1.8s infinite;
}

.pin .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--teal), #008a57);
  box-shadow: 0 6px 18px rgba(0, 168, 107, 0.18);
  border: 2px solid #fff;
  position: relative;
  z-index: 3;
}

.pin .label {
  background: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(12, 30, 40, 0.06);
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(8, 30, 40, 0.06);
  font-size: 0.95rem;
  white-space: nowrap;
  z-index: 3;
}

@keyframes pop {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
@media (max-width: 880px) {
  .map-canvas {
    height: 520px;
  }
}
@media (max-width: 520px) {
  .map-canvas {
    height: 420px;
  }
  .pin .label {
    display: none;
  }
  header.hero h1 {
    font-size: 20px;
  }
}
/* Small helpful hit-area for touch */
.pin {
  padding: 6px;
  border-radius: 50%;
}

.landingPage {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}
.landingPage ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.landingPage .maxwidth1428 {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
}
.landingPage pmxMuch {
  margin-bottom: 28px;
}
.landingPage pmxMuch.fnt25 {
  font-size: 25px;
  line-height: 1.1;
  padding-bottom: 18px;
}
@media (max-width: 1400px) {
  .landingPage pmxMuch.fnt25.hglghtFnt {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .landingPage pmxMuch.fnt25.hglghtFnt {
    font-size: 17px;
    line-height: 22px;
  }
}
.landingPage pmxMuch.fnt20 {
  font-size: 20px;
  line-height: 1.4;
}
.landingPage pmxMuch.fnt20.mb-0 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.landingPage .last_p p:last-child {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.landingPage .p_fnt20 p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.landingPage .ttitalh1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 600;
  color: #680203;
  padding: 0px;
  margin: 0px 0px 46px 0px;
}
.landingPage .ttitalh2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #680203;
  padding: 0px;
  margin: 0px 0px 70px 0px;
}
.landingPage .ttitalh2.marbtmset1 {
  margin-bottom: 35px;
}
.landingPage .ttitalh2.twntytitlh2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .landingPage .ttitalh2.twntytitlh2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .landingPage .ttitalh2.twntytitlh2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .landingPage .ttitalh2.twntytitlh2 {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
  }
}
.landingPage .btn_comman {
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-radius: 0px;
  padding: 15px 15px;
}
.landingPage .btn_comman.btnRed {
  background: #680203;
  color: #fff;
}
.landingPage .btn_comman.btnRed:hover {
  background: #ffffff;
  color: #680203;
}
.landingPage .btn_comman.btnOrange {
  background: #FA7C04;
  color: #fff;
}
.landingPage .btn_comman.btnOrange:hover {
  background: #ffffff;
  color: #680203;
}
.landingPage .maxwidth700 {
  max-width: 700px;
}
.landingPage .lifnt25 li {
  position: relative;
  padding: 0px 0px 40px 28px;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: #282828;
}
.landingPage .lifnt25 li:last-child {
  padding-bottom: 0px;
}
.landingPage .lifnt25 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #FA7C04;
}
.landingPage .mainHeader header .navbarLink ul li {
  margin-right: 90px;
}
.landingPage .mainHeader header .navbarLink ul li:last-child {
  margin-right: 0px;
}
.landingPage .mainHeader header .navbarLink ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  padding: 0px;
}
.landingPage .mainHeader header .navbarLink ul li a.btn_request {
  background: #FA7C04;
  color: #fff;
  padding: 15px 15px;
  display: block;
}
.landingPage .mainHeader header .navbarLink ul li a.btn_request:hover {
  background: #fff;
  color: #680203;
}
@media (max-width: 1500px) {
  .landingPage .mainHeader header .navbarLink ul li {
    margin-right: 70px;
  }
  .landingPage .mainHeader header .navbarLink ul li a {
    font-size: 16px;
  }
  .landingPage .mainHeader header .navbarLink ul li a.btn_request {
    padding: 12px 15px;
  }
}
@media (max-width: 1400px) {
  .landingPage .mainHeader header .navbarLink ul li {
    margin-right: 55px;
  }
}
@media (max-width: 1199px) {
  .landingPage .mainHeader header .navbarLink ul li {
    margin-right: 40px;
  }
  .landingPage .mainHeader header .navbarLink ul li a.btn_request {
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .landingPage .mainHeader header .navbarLink ul {
    margin-top: 20px;
  }
  .landingPage .mainHeader header .navbarLink ul li {
    margin: 0px;
    padding: 7px 12px;
  }
  .landingPage .mainHeader header .navbarLink ul li a {
    padding: 5px 0px;
  }
  .landingPage .mainHeader header .navbarLink ul li:last-child {
    margin-top: 5px;
  }
}
.landingPage .ladingsection1 .fnt25 {
  padding-bottom: inherit;
}
.landingPage .ladingsection1 .mgTwnty {
  margin: 30px 0 15px;
}
.landingPage .ladingsection1 .mgTwnty .boxlanding1 {
  margin-bottom: 30px;
  padding: 30px 20px;
}
.landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
  margin-bottom: 25px;
}
.landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
  max-height: 70px !important;
}
.landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 0;
  min-height: 60px;
}
@media (max-width: 1700px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 22px;
    padding: 25px 15px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 22px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 60px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 20px;
    line-height: 30px;
    min-height: 50px;
  }
}
@media (max-width: 1600px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 20px;
    padding: 12px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 20px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 50px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
  }
}
@media (max-width: 1400px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 20px;
    padding: 12px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 20px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 50px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
  }
}
@media (max-width: 1200px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 18px;
    padding: 10px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 18px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 45px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 15px;
    line-height: 20px;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 15px;
    padding: 10px 8px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 12px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 40px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 14px;
    line-height: 18px;
    min-height: 45px;
  }
}
@media (max-width: 991px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    margin-bottom: 15px;
    padding: 15px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox {
    margin-bottom: 12px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 .imgBox img {
    max-height: 40px !important;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    font-size: 14px;
    line-height: 18px;
    min-height: 35px;
  }
}
@media (max-width: 767px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    min-height: 40px;
  }
}
@media (max-width: 575px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    max-width: 350px;
    margin: 0 auto 15px;
  }
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 h5 {
    min-height: 100%;
  }
}
@media (max-width: 450px) {
  .landingPage .ladingsection1 .mgTwnty .boxlanding1 {
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  .landingPage .ladingsection1 .mgTwnty {
    margin: 20px 0 10px;
  }
}
.landingPage .ladingsection1 .rightSection .row {
  align-items: center;
}
.landingPage .ladingsection1 .rightSection .row .col-lg-6 .boxlanding1 {
  margin-bottom: 30px;
}
.landingPage .ladingsection1 .rightSection .row .col-lg-6 .boxlanding1:last-child {
  margin-bottom: 0px;
}
.landingPage .ladingsection1.twntyScOne {
  position: relative;
}
.landingPage .ladingsection1.twntyScOne.bckClrBrwn {
  background: #6f0703;
}
@media (max-width: 575px) {
  .landingPage .ladingsection1.twntyScOne.txtLft {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .landingPage .ladingsection1.twntyScOne {
    text-align: center;
  }
}
.landingPage .lading_bg1 {
  background: linear-gradient(360deg, #680203 41.11%, #FA7C05 163.09%);
  position: relative;
}
.landingPage .lading_bg1 p, .landingPage .lading_bg1 div {
  color: #ffffff;
}
.landingPage .lading_bg1:before {
  content: "";
  background: url(../images/landing/bg_img1.png) repeat left top;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}
.landingPage .lading_bg1 .container {
  position: relative;
  z-index: 2;
}
.landingPage .lading_bg1 p {
  padding-bottom: 0px;
}
.landingPage .ladingmail .btnarea {
  text-align: left;
}
.landingPage .ladingmail strong {
  font-weight: 500;
}
.landingPage .ladingmail p strong {
  font-weight: 600;
}
.landingPage .ladingmail .mailImg {
  position: absolute;
  left: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .landingPage .ladingmail .mailImg {
    position: static;
    left: 0;
    padding: 15px;
    margin-top: 50px;
  }
}
.landingPage .ladingmail .alignCenter {
  align-items: center;
  justify-content: flex-end;
}
.landingPage .ladingmail .imgBox img {
  height: 740px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .landingPage .ladingmail .imgBox img {
    height: 731px;
  }
}
@media (max-width: 991px) {
  .landingPage .ladingmail .imgBox img {
    height: 691px;
  }
}
.landingPage .ladingmail .contactForm {
  padding-top: 45px;
  padding-left: 0px;
}
.landingPage .ladingmail .contactForm textarea {
  resize: none;
}
.landingPage .ladingmail .contactForm .form-group {
  margin-bottom: 20px;
  position: relative;
}
.landingPage .ladingmail .contactForm .form-group label.error {
  color: #e95d5d !important;
  left: 0px;
  bottom: -20px;
}
.landingPage .ladingmail .contactForm .form-group select {
  position: relative;
  background-image: url(../images/landing/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 20px;
}
.landingPage .ladingmail .contactForm .form-group select::after {
  content: "";
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #999999;
}
.landingPage .ladingmail .contactForm .form-group select option {
  color: #000;
}
.landingPage .ladingmail .contactForm .form-control {
  background: rgba(255, 255, 255, 0.31);
  border-radius: 10px;
  border: 0px;
  padding: 12px 20px;
  color: #fff;
}
.landingPage .ladingmail .contactForm ::-moz-placeholder {
  color: #fff;
}
.landingPage .ladingmail .contactForm ::placeholder {
  color: #fff;
}
.landingPage .ladingmail .map {
  margin-right: -85px;
}
.landingPage .ladingmail .map iframe {
  width: 100%;
  min-height: 400px;
}
@media (max-width: 767px) {
  .landingPage .ladingmail .map {
    margin: 0px;
  }
  .landingPage .ladingmail .contactForm {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .landingPage .ladingmail:after {
    width: 100%;
  }
}
.landingPage .application_Table {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.landingPage .application_Table .table_view {
  text-align: left !important;
}
.landingPage .application_Table .table_view .td_hd {
  background: #FA7C04;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding: 15px 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.landingPage .application_Table .table_view ul {
  list-style: none;
}
.landingPage .application_Table .table_view ul li {
  background: #fff;
  color: #282828;
  padding: 10px 50px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.landingPage .application_Table .table_view ul li:nth-child(2n+2) {
  background: #E9E9E9;
}
.landingPage .application_Table .table_view.tb_left {
  width: 50%;
  border-right: #D4D4D4 solid 1px;
}
.landingPage .application_Table .table_view.tb_right {
  width: 50%;
}
.landingPage .boxlanding1 {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 4px 50px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.landingPage .boxlanding1:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 50px 2px rgba(0, 0, 0, 0.25);
}
.landingPage .boxlanding1 .imgbox {
  margin-bottom: 30px;
}
.landingPage .boxlanding1 .imgbox img {
  max-height: 80px;
  max-width: 100%;
}
.landingPage .boxlanding1 h5 {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #282828;
}
.landingPage .boxlanding1 p {
  font-size: 20px;
  line-height: 32px;
  padding: 0px;
  margin: 0px;
}
.landingPage .performanceSection #verticalTab .resp-tabs-container > div {
  display: none;
}
.landingPage .performanceSection #verticalTab .resp-tabs-container > div:first-child {
  display: block;
}
.landingPage .performanceSection #verticalTab .resp-tabs-list li {
  cursor: pointer;
}
.landingPage .boxladingcomman {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 4px 50px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.landingPage .boxladingcomman.boxshownone {
  box-shadow: none;
  padding: 0px;
  border-radius: 0px;
  background: none;
}
@media (max-width: 767px) {
  .landingPage .boxladingcomman {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .landingPage .boxladingcomman {
    padding: 20px 15px;
  }
}
.landingPage .ladingsection2 p {
  margin-bottom: 15px;
}
.landingPage .ladingsection2 .lifnt25 {
  margin-top: 5px;
}
.landingPage .ladingsection2 .boxladingcomman {
  height: 100%;
}
@media (max-width: 480px) {
  .landingPage .ladingsection2 .ttitalh2 {
    text-align: center;
  }
}
.landingPage .tab_modified .accordion {
  margin-top: -22px;
}
.landingPage .tab_modified .accordion .accordion-item {
  border: none;
  border-bottom: #D9D9D9 solid 2px;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header {
  padding-bottom: 0px;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 25px;
  color: #282828;
  position: relative;
  padding: 22px 0px;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 17px;
  width: 40px;
  height: 40px;
  background: url(../images/landing/icon_plus.svg) no-repeat center center;
  background-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  border: #FA7C05 solid 1px;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none !important;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background: url(../images/landing/icon_minus.svg) no-repeat center center;
  transition: all 0.3s ease-in-out;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button span {
  padding-right: 5px;
  display: inline-block;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button strong {
  font-weight: 600;
}
.landingPage .tab_modified .accordion .accordion-item .accordion-body {
  padding: 0px 0px 10px 0px;
}
.landingPage {
  /*-----------Vertical tabs-----------*/
}
.landingPage .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #999999;
}
.landingPage .resp-vtabs .clear {
  clear: both;
}
.landingPage .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 50%;
}
.landingPage .resp-vtabs .boxli {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 2px solid #F4F4F4;
  padding: 33px 15px;
  position: relative;
}
.landingPage .resp-vtabs .boxli .number {
  display: block;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #F3F3F3;
  padding-top: 10px;
}
.landingPage .resp-vtabs .boxli .detail {
  width: calc(100% - 180px);
  padding-left: 60px;
}
.landingPage .resp-vtabs .boxli .detail strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #BFBFBF;
}
.landingPage .resp-vtabs .boxli .detail p {
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  padding: 0px;
  color: #B3B3B3;
}
.landingPage .resp-vtabs .boxli:hover {
  border-color: #D9D9D9;
}
.landingPage .resp-vtabs .boxli:hover .number {
  color: #FA7C05;
}
.landingPage .resp-vtabs .boxli:hover .detail strong {
  color: #FA7C05;
}
.landingPage .resp-vtabs .boxli:hover .detail p {
  color: #000;
}
.landingPage .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 0px 24px 0px 0px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  border-bottom: 0px solid #D9D9D9;
  border-right: none;
}
.landingPage .resp-vtabs .resp-tabs-list li.resp-tab-active, .landingPage .resp-vtabs .resp-tabs-list li:hover {
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
}
.landingPage .resp-vtabs .resp-tabs-list li.resp-tab-active .boxli, .landingPage .resp-vtabs .resp-tabs-list li:hover .boxli {
  border-color: #D9D9D9;
}
.landingPage .resp-vtabs .resp-tabs-list li.resp-tab-active .boxli .number, .landingPage .resp-vtabs .resp-tabs-list li:hover .boxli .number {
  color: #FA7C05;
}
.landingPage .resp-vtabs .resp-tabs-list li.resp-tab-active .boxli .detail strong, .landingPage .resp-vtabs .resp-tabs-list li:hover .boxli .detail strong {
  color: #FA7C05;
}
.landingPage .resp-vtabs .resp-tabs-list li.resp-tab-active .boxli .detail p, .landingPage .resp-vtabs .resp-tabs-list li:hover .boxli .detail p {
  color: #000;
}
.landingPage .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 0px solid #c1c1c1 !important;
  float: left;
  width: 50%;
  min-height: 250px;
  border-radius: 0px;
  clear: none;
}
.landingPage .resp-vtabs .resp-tabs-container .boximg {
  border-radius: 16px;
  overflow: hidden;
}
.landingPage .resp-vtabs .resp-tabs-container .boximg img {
  border-radius: 16px;
  max-width: 100%;
}
.landingPage .resp-vtabs .resp-tab-content {
  border: none !important;
}
.landingPage {
  /*-----------Accordion styles-----------*/
}
.landingPage h2.resp-accordion {
  cursor: pointer;
  display: none;
  line-height: inherit;
  border-bottom: 2px solid #dbdbdb !important;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 0px;
}
.landingPage h2.resp-accordion:first-child {
  border-top: 0px solid #c1c1c1 !important;
}
.landingPage h2.resp-tab-active {
  padding: 0px !important;
  background: none !important;
  border-bottom: 0px !important;
}
.landingPage h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #FA7C05;
}
.landingPage h2.resp-tab-active .boxli {
  border-color: #D9D9D9;
}
.landingPage h2.resp-tab-active .boxli .number {
  color: #FA7C05;
}
.landingPage h2.resp-tab-active .boxli .detail strong {
  color: #FA7C05;
}
.landingPage h2.resp-tab-active .boxli .detail p {
  color: #000;
}
.landingPage .resp-easy-accordion h2.resp-accordion {
  display: block;
}
.landingPage .resp-easy-accordion .resp-tab-content {
  border: none;
}
.landingPage .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 0px solid #c1c1c1 !important;
}
.landingPage .resp-jfit {
  width: 100%;
  margin: 0px;
}
.landingPage .resp-tab-content-active {
  display: block;
}
.landingPage {
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
@media (max-width: 991px) {
  .landingPage ul.resp-tabs-list {
    display: none;
  }
  .landingPage h2.resp-accordion {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .landingPage .resp-vtabs .resp-tab-content {
    border: 0px solid #c1c1c1 !important;
    padding-bottom: 15px;
    border-bottom: 2px solid #dbdbdb;
  }
  .landingPage .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .landingPage .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .landingPage .resp-accordion-closed {
    display: none !important;
  }
}
.landingPage .productPortfolioSection.set5box .widthbox {
  width: 20%;
}
.landingPage .productPortfolioSection.set5box .boxPortfolio div {
  font-size: 24px;
  line-height: 1.3;
}
.landingPage .productPortfolioSection.div_set3 {
  padding-top: 40px;
}
.landingPage .productPortfolioSection.div_set3 .boxPortfolio1 img {
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.landingPage .productPortfolioSection.div_set3 .boxPortfolio1 .content {
  height: 60px;
}
.landingPage .productPortfolioSection.div_set3 .boxPortfolio1 .title {
  font-size: 20px;
  height: 50px;
}
@media (max-width: 480px) {
  .landingPage .productPortfolioSection.div_set3 .boxPortfolio1 img {
    min-height: 550px;
  }
}
.landingPage .productPortfolioSection.reletivbox .row {
  margin-bottom: -30px;
  justify-content: center;
}
.landingPage .productPortfolioSection.reletivbox .widthbox {
  margin-bottom: 30px;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio {
  border: #ddd solid 2px;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio span {
  display: block;
  overflow: hidden;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio strong {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  color: #0A3C76;
  text-align: center;
  padding: 10px 5px;
  font-size: 26px;
  line-height: 1.2;
  min-height: 70px;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio strong b {
  color: #898888;
  font-weight: 700;
  font-size: 19px;
  display: block;
  position: relative;
  margin-top: 10px;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio strong b::after, .landingPage .productPortfolioSection.reletivbox .boxPortfolio strong b::before {
  content: "";
  height: 2px;
  width: 50%;
  position: absolute;
  top: 49%;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio strong b::after {
  background: linear-gradient(to right, rgb(137, 136, 136) 0%, rgba(137, 136, 136, 0) 100%);
  right: -53%;
}
.landingPage .productPortfolioSection.reletivbox .boxPortfolio strong b::before {
  background: linear-gradient(to right, rgba(137, 136, 136, 0) 0%, rgb(137, 136, 136) 100%);
  left: -53%;
}
.landingPage .productPortfolioSection .boxPortfolio {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.landingPage .productPortfolioSection .boxPortfolio span {
  display: block;
  position: relative;
  z-index: 1;
}
.landingPage .productPortfolioSection .boxPortfolio span img {
  width: 100%;
  max-width: 100%;
  transition: all ease-in-out 0.5s;
}
.landingPage .productPortfolioSection .boxPortfolio div {
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  min-height: 140px;
  padding: 10px 15px;
  background: linear-gradient(350.24deg, rgba(104, 2, 3, 0.2) 42.57%, rgba(250, 124, 5, 0) 94.25%);
  backdrop-filter: blur(20px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.landingPage .productPortfolioSection .boxPortfolio div b {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.landingPage .productPortfolioSection .boxPortfolio table {
  opacity: 0;
  display: block;
  height: 0px;
}
.landingPage .productPortfolioSection .boxPortfolio:hover span img {
  transition: all ease-in-out 0.5s;
  transform: scale(1.1);
}
.landingPage .productPortfolioSection .boxPortfolio:hover div {
  min-height: 100%;
  transition: 0.3s all ease-in-out;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table {
  opacity: 1;
  margin-top: 20px;
  height: auto;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table tr td {
  text-align: left;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table tr td p, .landingPage .productPortfolioSection .boxPortfolio:hover div table tr td ul li {
  font-size: 14px;
  font-weight: 400;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table tr td p.last {
  margin-bottom: 0px;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table tr td ul li {
  color: #fff;
  text-align: left;
  padding: 0px 0px 4px 18px;
}
.landingPage .productPortfolioSection .boxPortfolio:hover div table tr td .lifnt20 {
  margin-bottom: 10px;
}
.landingPage .productPortfolioSection .boxPortfolio1 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.landingPage .productPortfolioSection .boxPortfolio1 img {
  width: 100%;
  display: block;
}
.landingPage .productPortfolioSection .boxPortfolio1 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  color: #fff;
  padding: 0;
  transition: height 0.4s ease;
  padding: 10px 15px;
  background: linear-gradient(350.24deg, rgba(20, 19, 19, 0.6) 42.57%, rgba(16, 16, 16, 0.6) 94.25%);
  backdrop-filter: blur(20px);
  text-align: center;
}
.landingPage .productPortfolioSection .boxPortfolio1:hover .content {
  height: 100%;
}
.landingPage .productPortfolioSection .boxPortfolio1:hover .title {
  min-height: -moz-max-content;
  min-height: max-content;
}
.landingPage .productPortfolioSection .boxPortfolio1:hover .details {
  opacity: 1;
}
.landingPage .productPortfolioSection .boxPortfolio1 .title {
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 0px;
  height: 80px;
}
@media (min-width: 1440px) {
  .landingPage .productPortfolioSection .boxPortfolio1 .title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
.landingPage .productPortfolioSection .boxPortfolio1 .details {
  opacity: 0;
  margin-top: 0px;
  transition: opacity 0.4s ease;
  padding: 0 20px;
}
.landingPage .productPortfolioSection .boxPortfolio1 p, .landingPage .productPortfolioSection .boxPortfolio1 ul li {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 1440px) {
  .landingPage .productPortfolioSection .boxPortfolio1 p, .landingPage .productPortfolioSection .boxPortfolio1 ul li {
    font-size: 18px;
  }
}
.landingPage .productPortfolioSection .boxPortfolio1 p.last {
  margin-bottom: 0px;
}
.landingPage .productPortfolioSection .boxPortfolio1 ul li {
  color: #fff;
  text-align: left;
  padding: 0px 0px 4px 18px;
}
@media (min-width: 1440px) {
  .landingPage .productPortfolioSection .boxPortfolio1 ul li {
    padding: 0px 0px 6px 18px;
  }
}
.landingPage .productPortfolioSection .boxPortfolio1 .lifnt20 {
  margin-bottom: 10px;
}
@media (min-width: 1440px) {
  .landingPage .productPortfolioSection .boxPortfolio1 .lifnt20 {
    margin-bottom: 14px;
  }
}
.landingPage .productPortfolioSection.prdtLst .boxPortfolio {
  margin-bottom: 25px;
  height: 400px;
}
.landingPage .productPortfolioSection.prdtLst .boxPortfolio span {
  height: 100%;
}
.landingPage .productPortfolioSection.prdtLst .boxPortfolio span img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.landingPage .productPortfolioSection.prdtLst .boxPortfolio div {
  font-size: 25px;
  line-height: 35px;
  min-height: 120px;
}
@media (max-width: 1700px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 350px;
  }
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio div {
    font-size: 22px;
    line-height: 32px;
    min-height: 100px;
  }
}
@media (max-width: 1400px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 260px;
  }
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio span img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio div {
    font-size: 16px;
    line-height: 22px;
    min-height: 70px;
  }
}
@media (max-width: 1199px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 240px;
  }
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio div {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
  }
}
@media (max-width: 991px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 260px;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 420px) {
  .landingPage .productPortfolioSection.prdtLst .boxPortfolio {
    height: 280px;
  }
}
.landingPage .productPortfolioSection.prdtLst .row .col-lg-3.col-sm-6:last-child .boxPortfolio {
  margin-bottom: 0;
}
.landingPage footer .flex-end {
  display: flex;
  justify-content: flex-end;
}
.landingPage footer .footaddress a {
  color: #000;
}
.landingPage footer .footaddress a:hover {
  color: #680203;
}
.landingPage footer .footaddress p {
  margin-bottom: 20px;
}
.landingPage footer .footaddress p:last-child {
  margin-bottom: 0px;
}
.landingPage footer .footaddress p b {
  display: block;
}
.landingPage footer .footaddress .icon {
  position: relative;
  padding: 0px 0px 0px 30px;
}
.landingPage footer .footaddress .icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 20px;
  height: 25px;
}
.landingPage footer .footaddress .icon.icon_loction::before {
  background: url(../images/landing/icon_location.svg) no-repeat left top;
  background-size: 20px;
  top: 1px;
}
.landingPage footer .footaddress .icon.icon_email::before {
  background: url(../images/landing/icon_mail.svg) no-repeat left top;
  background-size: 20px;
}
.landingPage footer .footaddress .icon.icon_website::before {
  background: url(../images/landing/icon_web.svg) no-repeat left top;
  background-size: 20px;
}
@media (max-width: 1199px) {
  .landingPage footer .footaddress br {
    display: none;
  }
}
@media (max-width: 767px) {
  .landingPage footer {
    padding-top: 40px;
  }
  .landingPage footer .footerLinks li {
    text-align: center;
  }
  .landingPage footer .flex-end {
    justify-content: center;
  }
  .landingPage footer .tabCenter {
    margin-bottom: 30px;
  }
  .landingPage footer .logo {
    margin-bottom: 0px;
  }
  .landingPage footer .footaddress {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .landingPage footer .footaddress .icon {
    display: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }
  .landingPage footer .footaddress .icon::before {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0px auto 5px auto;
  }
  .landingPage footer .footaddress .icon.icon_email::before {
    height: 16px;
  }
  .landingPage footer .footaddress .icon.icon_website::before {
    height: 20px;
  }
}
@media (max-width: 480px) {
  .landingPage footer {
    padding-bottom: 10px;
  }
  .landingPage footer .footerBottom {
    padding-top: 10px;
  }
  .landingPage footer .footerBottom .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.landingPage.march2026 p.last {
  margin-bottom: 0px !important;
}
.landingPage.march2026 .bg_light {
  background: #f0f0f0;
}
@media (min-width: 1440px) {
  .landingPage.march2026 .ttitalh1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 28px;
  }
}
.landingPage.march2026 .ttitalh1.fnt75 {
  font-size: 75px;
}
.landingPage.march2026 .ttitalh1.mb_0 {
  margin-bottom: 0px;
}
.landingPage.march2026 .fnt25 {
  line-height: 1.3;
}
.landingPage.march2026 .application_Table {
  margin-bottom: 30px;
}
.landingPage.march2026 .application_Table.stretch {
  align-items: stretch;
}
.landingPage.march2026 .application_Table .table_view p {
  margin: 0px;
  color: #282828;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.landingPage.march2026 .application_Table .table_view.tb_left {
  width: 100%;
  border-right: 0px;
}
.landingPage.march2026 .application_Table .table_view.tb_left.per50 {
  width: 50%;
  border-right: #D4D4D4 solid 1px;
}
.landingPage.march2026 .application_Table .table_view ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.landingPage.march2026 .application_Table .table_view ul li {
  width: 50%;
  border-right: #D4D4D4 solid 1px;
}
.landingPage.march2026 .application_Table .table_view ul li.full_li {
  width: 100%;
  border-right: 0px;
}
.landingPage.march2026 .application_Table .table_view ul li:nth-child(2n+2) {
  background: transparent;
}
.landingPage.march2026 .application_Table .table_view ul li:nth-child(3), .landingPage.march2026 .application_Table .table_view ul li:nth-child(4) {
  background: #E9E9E9;
}
.landingPage.march2026 .lifnt20 {
  margin-bottom: 30px;
}
.landingPage.march2026 .lifnt20.mt-10 {
  margin-top: -10px;
}
.landingPage.march2026 .lifnt20 li {
  position: relative;
  padding: 0px 0px 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #282828;
}
.landingPage.march2026 .lifnt20 li:last-child {
  padding-bottom: 0px;
}
.landingPage.march2026 .lifnt20 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FA7C04;
}
.landingPage.march2026 .lifnt20.li_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.landingPage.march2026 .lifnt20.li_3 li {
  width: 33.33%;
}
.landingPage.march2026 .lifnt20.li_3.li_2 li {
  width: 50%;
}
.landingPage.march2026 .lifnt20.lifnt16 {
  margin-bottom: 26px;
}
.landingPage.march2026 .lifnt20.lifnt16 li {
  font-size: 16px;
  padding: 0px 0px 4px 20px;
}
.landingPage.march2026 .resp-vtabs .boxli .detail {
  padding-left: 20px;
}
.landingPage.march2026 .resp-vtabs .boxli .detail strong {
  padding: 0px;
  line-height: 1.05;
}
.landingPage.march2026 .resp-vtabs .boxli .fa {
  position: absolute;
  right: 0px;
  top: 35%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #BFBFBF solid 2px;
  border-radius: 100%;
  z-index: 1;
  color: #BFBFBF;
}
.landingPage.march2026 .resp-vtabs .boxli:hover .fa {
  color: #FA7C05;
  border-color: #FA7C05;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-list .resp-tab-item.resp-tab-active .boxli .fa {
  color: #FA7C05;
  border-color: #FA7C05;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew {
  border-radius: 20px;
  background: #680203;
  padding: 30px 20px;
  position: relative;
  min-height: 462px;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew .postion2 {
  position: relative;
  z-index: 3;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.bgnone {
  background: none;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background: rgba(104, 2, 3, 0.55);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg1::after {
  background-image: url(../images/landing/semiconducor.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg2::after {
  background-image: url(../images/landing/solar.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg3::after {
  background-image: url(../images/landing/telcome.jpg);
  background-position: center center;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg1::before {
  background: rgba(104, 2, 3, 0.33);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg1::after {
  background-image: url(../images/landing/detergent_manufacturing.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg2::after {
  background-image: url(../images/landing/water_treatment.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg3::after {
  background-image: url(../images/landing/petrochemical_and_catalytic_processes.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg4::after {
  background-image: url(../images/landing/agriculture_and_animal_feed.jpg);
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew li, .landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew p, .landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew div {
  color: #ffffff;
}
.landingPage.march2026 .resp-vtabs .resp-tabs-container .boxcontentNew p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.landingPage.march2026 .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
  padding-right: 40px;
  align-items: flex-start;
}
.landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.6;
}
.landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p:last-child {
  margin-bottom: 0px;
}
.landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p.mt_12 {
  margin-bottom: 12px;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli {
  align-items: center;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli .number {
  font-size: 50px;
  width: 60px;
  padding-top: 0;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli .detail {
  padding-left: 20px;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
  padding: 0px;
  font-size: 25px;
  line-height: 1.05;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli .fa {
  position: absolute;
  right: 0px;
  top: 21%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #BFBFBF solid 2px;
  border-radius: 100%;
  z-index: 1;
  color: #BFBFBF;
}
.landingPage .twntyPrfrm .resp-vtabs .boxli:hover .fa {
  color: #FA7C05;
  border-color: #FA7C05;
}
@media (max-width: 1700px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli {
    align-items: center;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 22px;
    line-height: 26px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .number {
    font-size: 45px;
    width: 45px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .fa {
    top: 18%;
  }
}
@media (max-width: 1400px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail {
    width: calc(100% - 110px);
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 20px;
    line-height: 25px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .number {
    font-size: 35px;
    width: 40px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .fa {
    top: 13%;
  }
}
@media (max-width: 1200px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail {
    width: calc(100% - 100px);
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail {
    padding-left: 15px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 16px;
    line-height: 20px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .number {
    font-size: 35px;
    width: 40px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .fa {
    top: 9%;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 20px;
    line-height: 25px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .number {
    font-size: 40px;
    width: 45px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .fa {
    display: none;
  }
}
@media (max-width: 450px) {
  .landingPage .twntyPrfrm .resp-vtabs .boxli .detail strong {
    font-size: 18px;
    line-height: 24px;
  }
  .landingPage .twntyPrfrm .resp-vtabs .boxli .number {
    font-size: 35px;
    width: 40px;
  }
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-list .resp-tab-item.resp-tab-active .boxli .fa {
  color: #FA7C05;
  border-color: #FA7C05;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew {
  border-radius: 20px;
  background: #680203;
  padding: 30px 20px;
  position: relative;
  min-height: 462px;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew .postion2 {
  position: relative;
  z-index: 3;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.bgnone {
  background: none;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background: rgba(104, 2, 3, 0.55);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg1::after {
  background-image: url(../images/landing/semiconducor.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg2::after {
  background-image: url(../images/landing/solar.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.bgimg3::after {
  background-image: url(../images/landing/telcome.jpg);
  background-position: center center;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg1::before {
  background: rgba(104, 2, 3, 0.33);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg1::after {
  background-image: url(../images/landing/detergent_manufacturing.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg2::after {
  background-image: url(../images/landing/water_treatment.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg3::after {
  background-image: url(../images/landing/petrochemical_and_catalytic_processes.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.naturalbgimg4::after {
  background-image: url(../images/landing/agriculture_and_animal_feed.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg1::before {
  background: rgba(104, 2, 3, 0.33);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg1::after {
  background-image: url(../images/landing/industries_vietnam/paints_coatings_industry.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg2::after {
  background-image: url(../images/landing/industries_vietnam/plastics_polymer_industry.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg3::after {
  background-image: url(../images/landing/industries_vietnam/construction_building_materials.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg4::after {
  background-image: url(../images/landing/industries_vietnam/ceramics_tiles_Industry.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg5::after {
  background-image: url(../images/landing/industries_vietnam/rubber_elastomer_applications.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg6::after {
  background-image: url(../images/landing/industries_vietnam/paper_packaging_industry.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew.respTwntyImg7::after {
  background-image: url(../images/landing/industries_vietnam/agrochemical_specialty_applications.jpg);
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew li, .landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew p, .landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew div {
  color: #ffffff;
}
.landingPage .twntyPrfrm .resp-vtabs .resp-tabs-container .boxcontentNew p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.landingPage .twntyScOne .lifnt20, .landingPage .twntyPrfrm .lifnt20 {
  margin-bottom: 30px;
}
.landingPage .twntyScOne .lifnt20.mt-10, .landingPage .twntyPrfrm .lifnt20.mt-10 {
  margin-top: -10px;
}
.landingPage .twntyScOne .lifnt20 li, .landingPage .twntyPrfrm .lifnt20 li {
  position: relative;
  padding: 0px 0px 15px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #282828;
}
.landingPage .twntyScOne .lifnt20 li:last-child, .landingPage .twntyPrfrm .lifnt20 li:last-child {
  padding-bottom: 0px;
}
.landingPage .twntyScOne .lifnt20 li::before, .landingPage .twntyPrfrm .lifnt20 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FA7C04;
}
.landingPage .twntyScOne .lifnt20.li_3, .landingPage .twntyPrfrm .lifnt20.li_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.landingPage .twntyScOne .lifnt20.li_3 li, .landingPage .twntyPrfrm .lifnt20.li_3 li {
  width: 33.33%;
}
.landingPage .twntyScOne .lifnt20.li_3.li_2 li, .landingPage .twntyPrfrm .lifnt20.li_3.li_2 li {
  width: 50%;
}
.landingPage .twntyScOne .lifnt20.lifnt16, .landingPage .twntyPrfrm .lifnt20.lifnt16 {
  margin-bottom: 26px;
}
.landingPage .twntyScOne .lifnt20.lifnt16 li, .landingPage .twntyPrfrm .lifnt20.lifnt16 li {
  font-size: 16px;
  padding: 0px 0px 4px 20px;
}
@media (max-width: 1400px) {
  .landingPage .twntyScOne .lifnt20 li, .landingPage .twntyPrfrm .lifnt20 li {
    padding: 0px 0px 12px 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .landingPage .twntyScOne .lifnt20 li::before, .landingPage .twntyPrfrm .lifnt20 li::before {
    left: 0px;
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .landingPage .twntyScOne .lifnt20.lifnt16, .landingPage .twntyPrfrm .lifnt20.lifnt16 {
    margin-bottom: 20px;
  }
  .landingPage .twntyScOne .lifnt20.lifnt16 li, .landingPage .twntyPrfrm .lifnt20.lifnt16 li {
    font-size: 12px;
    padding: 0px 0px 4px 15px;
  }
}
@media (max-width: 1700px) {
  .landingPage .innerbanner.landingbanner .container {
    margin-top: 13%;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 70px;
    line-height: 80px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 65px;
    line-height: 75px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    max-width: 68%;
  }
  .landingPage .ttitalh1 {
    font-size: 70px;
    line-height: 80px;
  }
  .landingPage .ttitalh1.fnt75 {
    font-size: 70px;
  }
  .landingPage .ttitalh2 {
    font-size: 44px;
    line-height: 44px;
  }
  .landingPage .productPortfolioSection .boxPortfolio div {
    font-size: 24px;
    line-height: 32px;
  }
  .landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
  }
  .landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p.last {
    margin-bottom: 0px;
  }
  .landingPage.march2026 .application_Table .table_view ul li {
    font-size: 23px;
    min-height: 80px;
  }
}
@media (max-width: 1500px) {
  .landingPage p.fnt25 {
    font-size: 22px;
  }
  .landingPage .btn_comman {
    font-size: 15px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 60px;
    line-height: 70px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText span {
    font-size: 21px;
    line-height: 21px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    font-size: 16px;
    line-height: 26px;
    max-width: 604px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p strong {
    font-size: 20px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 55px;
    line-height: 65px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    max-width: 70%;
  }
  .landingPage .ttitalh1 {
    font-size: 60px;
    line-height: 70px;
  }
  .landingPage .ttitalh1.fnt75 {
    font-size: 60px;
  }
  .landingPage .ttitalh2 {
    font-size: 38px;
    line-height: 38px;
  }
  .landingPage .boxlanding1 h5 {
    font-size: 23px;
    line-height: 30px;
  }
  .landingPage .boxlanding1 p {
    font-size: 17px;
    line-height: 28px;
  }
  .landingPage .application_Table .table_view .td_hd {
    font-size: 23px;
  }
  .landingPage .application_Table .table_view ul li {
    font-size: 21px;
  }
  .landingPage .lifnt25 li {
    font-size: 23px;
    line-height: 28px;
  }
  .landingPage .resp-vtabs .boxli {
    padding: 24px 15px;
  }
  .landingPage .resp-vtabs .boxli .number {
    font-size: 65px;
  }
  .landingPage .resp-vtabs .boxli .detail {
    width: calc(100% - 170px);
    padding-left: 30px;
  }
  .landingPage .resp-vtabs .boxli .detail strong {
    font-size: 26px;
    padding-bottom: 16px;
  }
  .landingPage .resp-vtabs .boxli .detail p {
    font-size: 17px;
    line-height: 26px;
  }
  .landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 23px;
  }
  .landingPage.march2026 p.fnt25 {
    font-size: 20px;
  }
  .landingPage.march2026 p.fnt20 {
    font-size: 16px;
  }
  .landingPage.march2026 .lifnt20.li_3 li {
    font-size: 18px;
    width: 50%;
  }
  .landingPage.march2026 .ttitalh1 {
    margin-bottom: 26px;
  }
  .landingPage.march2026 .ttitalh2 {
    margin-bottom: 40px;
  }
  .landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p {
    line-height: 1.5;
  }
  .landingPage.march2026 .application_Table .table_view ul li, .landingPage.march2026 .application_Table .table_view p {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (max-width: 1400px) {
  .landingPage p {
    margin-bottom: 22px;
  }
  .landingPage p.fnt25 {
    font-size: 22px;
  }
  .landingPage .p_fnt20 p {
    font-size: 16px;
    line-height: 24px;
  }
  .landingPage .lifnt25 li {
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px 28px 24px;
  }
  .landingPage .lifnt25 li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .landingPage .btn_comman {
    font-size: 13px;
    padding: 12px 15px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 45px;
    line-height: 55px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText span {
    font-size: 18px;
    line-height: 18px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    font-size: 15px;
    line-height: 24px;
    max-width: 594px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p strong {
    font-size: 18px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 40px;
    line-height: 45px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText span {
    line-height: 22px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    max-width: 65%;
  }
  .landingPage .ttitalh1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
  }
  .landingPage .ttitalh1.fnt75 {
    font-size: 50px;
  }
  .landingPage .ttitalh2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .landingPage .boxlanding1 {
    padding: 20px;
  }
  .landingPage .boxlanding1 .imgbox {
    margin-bottom: 24px;
  }
  .landingPage .boxlanding1 .imgbox img {
    max-height: 70px;
  }
  .landingPage .boxlanding1 h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .landingPage .boxlanding1 p {
    font-size: 16px;
    line-height: 22px;
  }
  .landingPage .application_Table .table_view .td_hd {
    font-size: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .landingPage .application_Table .table_view ul li {
    font-size: 18px;
    padding: 10px 30px;
  }
  .landingPage .resp-vtabs .boxli {
    padding: 22px 15px;
  }
  .landingPage .resp-vtabs .boxli .number {
    font-size: 50px;
  }
  .landingPage .resp-vtabs .boxli .detail {
    width: calc(100% - 170px);
    padding-left: 30px;
  }
  .landingPage .resp-vtabs .boxli .detail strong {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .landingPage .resp-vtabs .boxli .detail p {
    font-size: 15px;
    line-height: 22px;
  }
  .landingPage .productPortfolioSection .boxPortfolio div {
    font-size: 20px;
    line-height: 26px;
    min-height: 90px;
  }
  .landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
  .landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button::before {
    width: 30px;
    height: 30px;
  }
  .landingPage.march2026 .innerbanner.landingbanner .ladingbannertext * .innerText {
    padding-bottom: 30px;
  }
  .landingPage.march2026 .maxwidth700 {
    max-width: 530px;
  }
  .landingPage.march2026 .ttitalh1 {
    font-size: 42px;
    line-height: 1.1;
  }
  .landingPage.march2026 .ttitalh1.fnt75 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .landingPage p.fnt25 {
    font-size: 21px;
    line-height: 26px;
  }
  .landingPage .innerbanner.landingbanner .container {
    margin-top: 105px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .btn_banner a {
    margin-right: 20px;
  }
  .landingPage .ttitalh1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .landingPage .ttitalh1.fnt75 {
    font-size: 40px;
  }
  .landingPage .ttitalh2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .landingPage .boxlanding1 {
    padding: 20px 15px;
    box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.16);
  }
  .landingPage .boxlanding1 h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .landingPage .boxlanding1 p {
    font-size: 14px;
    line-height: 18px;
  }
  .landingPage .resp-vtabs .boxli {
    padding: 15px 5px;
    width: 100%;
  }
  .landingPage .resp-vtabs .boxli .number {
    font-size: 44px;
    width: 44px;
  }
  .landingPage .resp-vtabs .boxli .detail {
    padding-left: 24px;
    width: calc(100% - 40px);
  }
  .landingPage .resp-vtabs .boxli .detail strong {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .landingPage .resp-vtabs .boxli .detail p {
    font-size: 15px;
    line-height: 22px;
  }
  .landingPage .productPortfolioSection .boxPortfolio div {
    font-size: 16px;
    line-height: 22px;
    min-height: 70px;
  }
  .landingPage .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 20px 20px 0px;
    align-items: flex-start;
  }
  .landingPage .lifnt25 li {
    font-size: 18px;
    line-height: 22px;
  }
  .landingPage .lifnt25 li::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .landingPage.march2026 .maxwidth700 {
    max-width: 700px;
  }
  .landingPage.march2026 .ttitalh1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .landingPage.march2026 .ttitalh1.fnt75 {
    font-size: 40px;
  }
  .landingPage.march2026 .resp-vtabs .boxli .fa {
    width: 38px;
    height: 38px;
    top: 27%;
  }
  .landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .landingPage.march2026 .application_Table .table_view ul li, .landingPage.march2026 .application_Table .table_view p {
    padding: 5px 20px 5px 30px;
    min-height: 70px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 .title {
    height: 67px;
    padding: 10px 0px 15px 0px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 .content {
    height: 80px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 p {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 ul li {
    padding: 0px 0px 0px 18px;
    line-height: 24px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1:hover .title {
    height: auto;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1:hover .content {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 40px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText span {
    font-size: 16px;
    line-height: 16px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    max-width: 501px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 32px;
    line-height: 38px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText span {
    font-size: 15px;
    line-height: 20px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    font-size: 14px;
    line-height: 22px;
  }
  .landingPage .ladingsection1 .ttitalh1 br {
    display: none;
  }
  .landingPage .ladingsection1 .ttitalh2 {
    font-size: 28px;
    line-height: 28px;
  }
  .landingPage .ladingsection1 .rightSection {
    padding-top: 30px;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6 .boxlanding1 {
    width: 48%;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6:first-child .boxlanding1 {
    margin-bottom: 30px !important;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6:last-child .boxlanding1 {
    margin-left: auto;
    margin-right: auto;
  }
  .landingPage .technicaledgeSection .col-lg-4 {
    margin-bottom: 30px;
  }
  .landingPage .technicaledgeSection .col-lg-4:last-child {
    margin-bottom: 0px;
  }
  .landingPage .productPortfolioSection .row {
    margin-bottom: -20px;
  }
  .landingPage .productPortfolioSection .boxPortfolio {
    margin-bottom: 20px;
  }
  .landingPage .ladingsection2 .col-lg-6 {
    margin-bottom: 30px;
  }
  .landingPage .ladingsection2 .col-lg-6:last-child {
    margin-bottom: 0px;
  }
  .landingPage .ladingsection2 .col-lg-6 .boxladingcomman {
    height: auto;
  }
  .landingPage .ladingmail .btnarea {
    text-align: center;
  }
  .landingPage .application_Table {
    margin-top: 25px;
  }
  .landingPage .application_Table .table_view .td_hd {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .landingPage .application_Table .table_view ul li {
    font-size: 16px;
    padding: 10px 15px;
    min-height: 80px;
  }
  .landingPage .resp-vtabs .boxli {
    padding: 15px 5px;
    border-color: #dbdbdb;
    border: none;
  }
  .landingPage .resp-vtabs .boxli .number {
    color: #878686;
    padding-top: 0px;
  }
  .landingPage .resp-vtabs .boxli .detail strong {
    color: #999999;
  }
  .landingPage .resp-vtabs .boxli .detail p {
    color: #454141;
  }
  .landingPage.march2026 .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
  .landingPage.march2026 .ttitalh1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .landingPage.march2026 .ttitalh1.fnt75 {
    font-size: 40px;
  }
  .landingPage.march2026 .ttitalh1.mb_0 {
    margin-bottom: 30px;
  }
  .landingPage.march2026 .ladingsection1 .rightSection {
    padding-top: 0px;
  }
  .landingPage.march2026 .application_Table .table_view ul li {
    font-size: 16px;
    padding: 10px 15px;
    min-height: 60px;
  }
  .landingPage.march2026 .application_Table .table_view p {
    font-size: 16px;
    padding: 15px 15px;
  }
  .landingPage.march2026 p.fnt20 {
    font-size: 16px;
    line-height: 1.4;
  }
  .landingPage.march2026 .resp-vtabs .boxli {
    align-items: center;
  }
  .landingPage.march2026 .resp-vtabs .boxli .fa {
    display: none;
  }
  .landingPage.march2026 .lifnt20.li_3 li {
    width: 100%;
  }
  .landingPage.march2026 .lifnt20.li_3 li, .landingPage.march2026 .lifnt20 li {
    font-size: 16px;
    padding-bottom: 8px;
    font-weight: 500;
  }
  .landingPage.march2026 .productPortfolioSection {
    margin-bottom: -30px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    max-width: 100%;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    max-width: 414px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 30px;
    line-height: 35px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText span {
    font-size: 14px;
    line-height: 18px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    font-size: 13px;
    line-height: 21px;
    max-width: 90%;
  }
  .landingPage .mailUs {
    padding: 60px 0px;
  }
  .landingPage .ladingmail .contactForm {
    padding-top: 0px;
  }
  .landingPage.march2026 .ttitalh2 {
    margin-bottom: 28px;
  }
  .landingPage.march2026 .application_Table.full767 {
    flex-direction: column;
    background: none;
  }
  .landingPage.march2026 .application_Table.full767 .table_view {
    border-radius: 20px;
    overflow: hidden;
  }
  .landingPage.march2026 .application_Table.full767 .table_view.tb_left {
    margin-bottom: 20px;
  }
  .landingPage.march2026 .application_Table .table_view {
    background: #fff;
  }
  .landingPage.march2026 .application_Table .table_view.tb_left.per50 {
    border-right: 0px;
  }
  .landingPage.march2026 .application_Table .table_view.per50 {
    width: 100% !important;
  }
  .landingPage.march2026 .application_Table .table_view .td_hd {
    font-size: 17px;
  }
  .landingPage.march2026 .application_Table .table_view ul li {
    width: 100%;
  }
  .landingPage.march2026 .application_Table .table_view ul li:nth-child(2n+2) {
    background: #ffffff;
  }
  .landingPage.march2026 .application_Table .table_view ul li:nth-child(3), .landingPage.march2026 .application_Table .table_view ul li:nth-child(4) {
    background: #ffffff;
  }
  .landingPage.march2026 .application_Table .table_view ul li:nth-child(2n+2) {
    background: #E9E9E9 !important;
  }
  .landingPage.march2026 .lifnt20.li_3 li, .landingPage.march2026 .lifnt20.li_3.li_2 li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .landingPage .innerbanner.landingbanner .container {
    margin-top: 15px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    padding-bottom: 32px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    font-size: 14px;
    line-height: 22px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p strong {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .landingPage .boxlanding1 {
    box-shadow: 0 0px 14px 2px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding-bottom: 25px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText span {
    font-size: 14px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * p {
    font-size: 14px;
    line-height: 22px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .btn_banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .btn_banner .btn_comman {
    margin-bottom: 10px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .btn_banner .btn_comman:last-child {
    margin-bottom: 0px;
  }
  .landingPage .ttitalh1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .landingPage .ttitalh1.fnt75 {
    font-size: 70px;
  }
  .landingPage .ttitalh2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .landingPage .ladingsection1 .ttitalh1 br {
    display: none;
  }
  .landingPage .ladingsection1 .ttitalh2 {
    font-size: 28px;
    line-height: 28px;
  }
  .landingPage .ladingsection1 .rightSection {
    padding-top: 30px;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6 .boxlanding1 {
    width: 100%;
    text-align: center;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6:first-child {
    display: block;
  }
  .landingPage .ladingsection1 .rightSection .row .col-lg-6:last-child .boxlanding1 {
    margin-left: auto;
    margin-right: auto;
  }
  .landingPage .application_Table {
    flex-direction: column;
    background: none;
    border-radius: 0px;
  }
  .landingPage .application_Table .table_view {
    width: 100% !important;
    border: none !important;
    border-radius: 20px;
    overflow: hidden;
  }
  .landingPage .application_Table .table_view.tb_left {
    margin-bottom: 20px;
  }
  .landingPage .application_Table .table_view ul li {
    padding: 12px 15px;
    min-height: 50px;
  }
  .landingPage.march2026 .ttitalh1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .landingPage.march2026 .ttitalh1.fnt75 {
    font-size: 32px;
  }
  .landingPage.march2026 .ttitalh1.mb_0 {
    margin-bottom: 20px;
  }
  .landingPage.march2026 .innerbanner.landingbanner .container {
    text-align: center;
  }
  .landingPage.march2026 .innerbanner.landingbanner .ladingbannertext * .innerText {
    padding-bottom: 12px;
  }
  .landingPage.march2026 .ladingsection2 .boxladingcomman.p_fnt20 p {
    font-size: 16px;
  }
  .landingPage.march2026 .ttitalh2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .landingPage.march2026 .resp-vtabs .boxli .detail strong {
    font-size: 20px;
  }
  .landingPage.march2026 .productPortfolioSection {
    margin-bottom: -15px;
  }
  .landingPage.march2026 .productPortfolioSection .boxPortfolio1 {
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText {
    font-size: 25px;
    line-height: 30px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .innerText span {
    font-size: 12px;
    line-height: 16px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt p {
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .btn_banner {
    flex-direction: row;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .btn_banner .btn_comman {
    margin-bottom: 0;
    margin-right: 9px;
    font-size: 10px;
    padding: 10px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext.twntyInnrTxt .btn_banner .btn_comman:last-child {
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .landingPage .innerbanner.landingbanner img {
    min-height: 400px;
    height: 400px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText {
    font-size: 21px;
    line-height: 25px;
  }
  .landingPage .innerbanner.landingbanner .ladingbannertext * .innerText span {
    padding-top: 7px;
  }
}

.whtClr {
  color: #fff !important;
}

.alignCenter {
  justify-content: center;
}

.mgTp20 {
  margin-top: 20px;
}

.ctaBtns a {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .ctaBtns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ctaBtns a {
    margin: 0 5px;
  }
  .ctaBtns .btn_comman {
    font-size: 11px;
    padding: 12px 10px;
  }
}
@media (max-width: 450px) {
  .ctaBtns {
    flex-direction: column;
  }
  .ctaBtns a {
    margin: 0;
    margin-bottom: 12px;
  }
  .ctaBtns a:last-child {
    margin-bottom: 0;
  }
  .ctaBtns .btn_comman {
    font-size: 12px;
    padding: 12px 15px;
  }
}

.tabMgBt50 {
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .twntyPrfrm.sectionPaddingTop0 {
    padding-top: 40px !important;
  }
}

@media (max-width: 450px) {
  .mobSc2 .tab_modified .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
  .mobSc2 .p_fnt20 p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

.prdUl {
  display: flex;
  flex-wrap: wrap;
}
.prdUl li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .prdUl li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .prdUl li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .prdUl li {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

.lstDvdTwo {
  display: flex;
  flex-wrap: wrap;
}
.lstDvdTwo li {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .lstDvdTwo li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.uprBrw {
  background: #6f0703;
}
.uprBrw .largeTagLine {
  color: #fff;
}
.uprBrw p {
  color: #fff;
}

.lgtSlvr {
  background: #f0f0f0;
}

.application_Table {
  margin: 0;
  margin-top: 0px !important;
}
.application_Table.stretch {
  align-items: stretch;
}
.application_Table .table_view p {
  margin: 0px;
  color: #282828;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.application_Table .table_view.tb_left {
  width: 100%;
  border-right: 0px;
}
.application_Table .table_view.tb_left.per50 {
  width: 50%;
  border-right: #D4D4D4 solid 1px;
}
.application_Table .table_view ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.application_Table .table_view ul li {
  width: 50%;
  border-right: #D4D4D4 solid 1px;
}
.application_Table .table_view ul li.full_li {
  width: 100%;
  border-right: 0px;
}
.application_Table .table_view ul li:nth-child(2n+2) {
  background: transparent;
}
.application_Table .table_view ul li:nth-child(3), .application_Table .table_view ul li:nth-child(4) {
  background: #E9E9E9;
}
@media (max-width: 1500px) {
  .application_Table .table_view p {
    padding: 12px 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .application_Table {
    flex-direction: column;
    gap: 30px;
    background: transparent !important;
  }
  .application_Table .table_view {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .application_Table .table_view p {
    padding: 12px 30px;
    font-size: 16px;
  }
  .application_Table .table_view.tb_left {
    width: 100%;
    border-right: 0px;
  }
  .application_Table .table_view.tb_left.per50 {
    width: 100%;
    border-right: 0px;
  }
  .application_Table .table_view.tb_right {
    width: 100%;
  }
  .application_Table .table_view.tb_right.per50 {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .application_Table {
    gap: 20px;
  }
  .application_Table .table_view {
    margin-bottom: 0px !important;
  }
  .application_Table .table_view p {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.midBrwnSc.lading_bg1::before {
  background: url(../images/landing/sustn_img.jpg) repeat left top;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .midBrwnSc .mgMbTp20 {
    margin-top: 20px;
  }
}
.midBrwnSc .ttitalh2 {
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .midBrwnSc .ttitalh2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .midBrwnSc .ttitalh2 {
    margin-bottom: 20px;
  }
}

.mgBt0 {
  margin-bottom: 0px !important;
}/*# sourceMappingURL=style.css.map */