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


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

@font-face {
  font-family: 'MODERNIZ';
  src: url('../fonts/MODERNIZ.woff2') format('woff2'),
    url('../fonts/MODERNIZ.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'helveticaregular';
  src: url('../fonts/helvetica.woff2') format('woff2'),
    url('../fonts/helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'helveticaregular';
  src: url('../fonts/helvetica.woff2') format('woff2'),
    url('../fonts/helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'helveticabold';
  src: url('../fonts/helvetica-bold.woff2') format('woff2'),
    url('../fonts/helvetica-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


body {
  font-family: 'helveticaregular';

}

h1,
h2,
h3,
h4,
h5,
p {
  font-family: Helvetica;
}

img {
  max-width: 100%;
}

/*** Header css Start ***/

header {
  padding: 10px 0 0;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.top-flex {
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}

.top-left img {
  max-width: 235px;
}

.top-right {
  width: auto;
  height: auto;
  margin: 14px 0 0 0;
}

.top-right img {
  max-width: 100%;
}



.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 0 0;
}

.banner-pic {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.banner-pic img {
  width: 100%;
  height: auto;
}

.banner-text {
  position: absolute;
  top: 60px;
  left: 50px;
  max-width: 670px;
}


.banner-text p {
  font-size: 40px;
  color: #fff;
  margin: 0 0 10px 0px;
}

.banner-text h3 {
  font-family: 'helveticabold';
  font-size: 80px;
  color: #fff;
  margin: 0 0 10px 0;
}

.bn-pc {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.banner-text h5 {
  margin-top: 50px;
}

.banner-text h5 span {
  background: #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  color: #B84244;
  font-size: 24px;
  border-radius: 30px;
}


.pert-1 {
  width: 100%;
  height: auto;
  background: #fff url(../images/pert-1-bg.webp) no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  padding: 50px 0;
  min-height: 1400px;
  position: relative;
}

.pert-1:before {
  content: "";
  right: 0;
  top: 0;
  background: url(../images/tree.png) no-repeat;
  width: 300px;
  height: 540px;
  background-size: auto 100%;
  position: absolute;
}


.pert-1 .container-fluid {
  position: relative;
  z-index: 1;
}

.p-1-left {
  max-width: 80%;
}

.p-1-left h4 {
  color: #000;
  font-size: 80px;
  margin: 0 0 0px 0;
}

.p-1-left h1 {
  color: #000;
  font-size: 48px;
  margin: 0 0 0px 0;
  font-family: 'helveticabold';
}

.p-1-left h2 {
  color: #000;
  font-size: 72px;
  margin: 0 0 20px 0;
  font-family: 'helveticabold';
}

.p-1-left h2 span {
  color: #A14048;
}

.p-1-left p {
  color: #555555;
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 33px;
}

.p-1-right {
  width: 100%;
  height: auto;
}

.p-1-right ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}

.p-1-right ul li {
  list-style: none;
  width: 25%;
  height: auto;
  padding: 20px;
  min-height: 150px;
  background: #CF1E2E;
}

.p-1-right ul li:nth-child(2),
.p-1-right ul li:nth-child(4),
.p-1-right ul li:nth-child(5),
.p-1-right ul li:nth-child(7),
.p-1-right ul li:nth-child(10),
.p-1-right ul li:nth-child(12) {
  background: #ED4B00;
}

.p-1-right p {
  font-size: 18px;
  margin: 0 0 0px 0;
  font-weight: 500;
  color: #fff;
}

.p-1-right h4 {
  font-size: 30px;
  margin: 0 0 10px 0;
  line-height: 40px;
  font-family: 'helveticabold';
  color: #fff;
}

.p-1-right h5 {
  font-size: 22px;
  margin: 0 0 0px 0;
  line-height: 100%;
  color: #EAEAEA;
}

.pert-2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.p-2-full {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-2-inner {
  width: 24%;
  height: auto;
  padding: 30px;
  box-shadow: -2px 4px 12px 0px #00000033;
  border-radius: 20px;
}

.p-2-inner h4 {
  color: #B84244;
  font-family: 'helveticabold';
  font-size: 20px;
  margin: 0 0 10px 0;
  min-height: 100px;
}

.p-2-inner ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.p-2-inner ul li {
  width: 100%;
  height: auto;
  font-size: 15px;
  margin: 0 0 10px 0;
}



.pert-3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 0;
}

.p-3-top {
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
}

.p-3-top h5 {
  font-size: 52px;
  line-height: 70px;
  margin: 0px 0 10px 0;
  color: #000;
}

.p-3-top p {
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0 30px 0;
  color: #555555;
}

.p-3-top ul {
  padding: 0px;
  margin: 0px;
}

.p-3-top ul li {
  list-style: none;
  width: 30%;
  float: left;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 12px;
  padding: 5px;
  margin: 20px 20px 10px 0;
  border-radius: 7px;
  background: #fff;
}

.p-3-top ul li img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

.p-3-box {
  width: 120%;
  position: relative;
  padding: 30px 0 50px 30px;
  height: auto;
  background: #000 url(../images/p-3-bg.webp) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.p-3-bottom h2 {
  font-size: 70px;
  line-height: 100%;
  margin: 0px 0 20px 0;
  color: #fff;
  font-family: 'helveticabold';
}

.p-3-bottom h4 {
  font-size: 18px;
  margin: 0px 0 0px 0;
  color: #fff;
}

.p-3-bottom .bx {
  margin: 10px 0;
}

.p-3-slider-1 {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.apply {
  width: 100%;
  height: auto;
  margin: 40px 0 0px 0;
}

.apply a {
  background: #ED4B00;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
}

.pert-2 .apply {
  text-align: center;
}

.pert-4 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.p-4-pic {
  width: 100%;
  height: auto;
  text-align: center;
}

.p-4-pic img {
  max-width: 600px;
  height: auto;
}

.p-4-text {
  width: 100%;
  height: auto;
  margin-top: 160px;
}


.p-4-text h4 {
  font-size: 50px;
  margin: 0px 0 0px 0;
  color: #8B8B8B;
}

.p-4-text h1 {
  font-size: 70px;
  line-height: 100%;
  margin: 0px 0 20px 0;
  color: #000;
  font-family: 'helveticabold';
}

.p-4-full {
  background: #B84244;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 30px;
}

.p-4-ic {
  width: 19%;
  height: auto;
}

.p-4-ic .p-4-pic {
  text-align: left;
  margin: 0 0 20px 0;
}

.p-4-ic h4 {
  font-size: 20px;
  margin: 0px 0 12px 0;
  color: #fff;
  font-family: 'helveticabold';
}

.p-4-ic p {
  font-size: 15px;
  margin: 0px 0 0px 0;
  color: #fff;
}

.pert-5 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  min-height: 1500px;
  background: #000 url(../images/p-5-bg.webp) no-repeat;
  background-size: 100% auto;
  position: relative;
}

.pert-5:after {
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  z-index: 0;
  bottom: 200px;
  left: 0;
}

.mt-at {
  margin-top: 700px;
}

.pert-5 .container-fluid {
  position: relative;
  z-index: 1;
}

.p-5-text h2 {
  font-size: 70px;
  margin: 0px 0 20px 0;
  color: #fff;
  font-family: 'helveticabold';
}

.p-5-text p {
  font-size: 24px;
  margin: 0px 0 10px 0;
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
}

.p-5-text p:before {
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
}

.p-5-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-5-inr {
  width: 30%;
  height: auto;
  display: flex;
  margin: 0 0 30px 0;
  justify-content: left;
  align-items: center;
  font-size: 22px;
  color: #fff;
  font-family: 'helveticabold';
}

.p-5-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
}

.p-5-icon img {
  max-width: 50px;
  max-height: 50px;
}




.pert-8 {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  padding: 50px 0 70px;
}

.pert-8 h2 {
  font-size: 70px;
  font-family: 'helveticabold';
  color: #000;
  margin: 0 0 0px 0;
}

.hdg {
  margin: 0 0 40px 0;
}

.hdg h4 {
  font-size: 24px;
  font-family: 'helveticabold';
  color: #000;
  margin: 0 0 10px 0;
}

.hdg p {
  font-size: 18px;
  color: #000;
  margin: 0 0 20px 0;
}

.pert-8 .tab-content {
  margin: 30px 0 0px 0;
}


.p-8-top {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}

.p-8-top .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  justify-content: space-between;
}

.p-8-top .nav-tabs .nav-item {
  width: 32%;
  height: auto;
  position: relative;
  height: 100%;
}

.p-8-top .nav-tabs .nav-link {
  border-radius: 40px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 6px 15px;
  text-align: center;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-8-top .nav-tabs .nav-link.active {
  background: #CF1E2E;
  color: #fff;
  text-decoration: none;
  border: 0px;
}

.p-8-btm ul {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.p-8-btm ul li {
  width: 20%;
  height: auto;
  list-style: none;
}

.list-name {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
}

.p-8-icon {
  width: 100%;
  height: 55px;
}

.p-8-icon img {
  max-height: 55px;
}

.list-name h5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #000;
  margin: 0 0 0 -5px;
}

.list-name p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: -29px 0 0 -5px;
  height: auto;
  overflow: hidden;
  max-width: 62%;
}

.list-arrow {
  width: 100%;
  height: auto;
  margin-top: -40px;
}

.list-arrow img {
  max-width: 100%;
  height: auto;
}

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

.p-8-pic {
  width: 100%;
  height: auto;
  position: relative;
  text-align: right;
}

.p-8-pic img {
  max-width: 90%;
}

.p-8-dec {
  width: 100%;
  height: auto;
  position: relative;
  margin: 150px 0 0 0;
  float: left;
}

.p-8-dec h4 {
  font-size: 95px;
  font-family: 'helveticabold';
  line-height: 110px;
  color: #F38030;
  margin: 0 0 0px 0;
  text-transform: uppercase;
}

.p-8-dec h5 {
  font-size: 44px;
  line-height: 54px;
  color: #000;
  margin: 0 0 10px 0;
}

.p-8-dec p {
  font-size: 24px;
  font-weight: 700;
  color: #F38030;
  margin: 0 0 0 0;
}

.p-8-dec ul {
  padding: 30px 40px 20px;
  background: #EF6321;
  width: 100%;
  position: relative;
  border-radius: 50px 0;
  height: auto;
  float: left;
  margin: 30px 0 0 0;
}

.p-8-dec ul:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 9px;
  left: 9px;
  border: 1px solid #000;
  border-radius: 50px 0;
  z-index: 0;
}

.p-8-dec ul li {
  width: auto;
  font-size: 15px;
  color: #fff;
  float: left;
  padding: 0 30px 10px 0;
  white-space: nowrap;
}





.dec-home {
  display: block;
}

.mob-home {
  display: none;
}

.p-inr {
  width: 100%;
  height: auto;
  display: flex;
}

.p-inr-1 {
  width: 50%;
  height: auto;
  padding: 0 0px 0 0;
}

.p-inr-1 h4 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.p-inr-1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
}

.apl {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.apl a {
  text-decoration: none;
  background: #ED4B00;
  padding: 10px 23px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
}

.pert-8 h1 {
  font-size: 80px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px 0;
}



.pert-10 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.bx {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin: 20px 0 10px;
  border-radius: 7px;
  background: #fff;
}

.bx img {
  max-width: 90%;
  max-height: 60px;
  width: auto !important;
  display: inherit !important;
}

.pert-10 h2 {
  color: #ccc;
  font-size: 40px;
}

.p-10-heading {
  margin-bottom: 30px;
}

.p-10-heading h2 {
  color: #000;
  font-size: 100px;
  font-family: 'helveticabold';
}

.p-10-heading h4 {
  color: #000;
  font-family: Helvetica;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.p-10-1,
.p-10-2,
.p-10-3,
.p-10-4 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.p-10-1 h4,
.p-10-2 h4,
.p-10-3 h4,
.p-10-4 h4 {
  color: #fff;
  font-size: 54px;
  font-family: 'helveticabold';
}

.p-10-1 p,
.p-10-2 p,
.p-10-3 p,
.p-10-4 p {
  color: #fff;
  font-size: 18px;
}

.p-10-1-left {
  width: 31%;
  height: auto;
}

.p-10-1-left-1 {
  width: 100%;
  height: 58%;
  background: #ED4B00;
  padding: 20px;
  margin: 0 0 3% 0;
}

.p-10-1-left-2 {
  width: 100%;
  height: 40%;
  background: #000;
  padding: 20px;
}

.p-10-1-right {
  width: 68%;
  height: auto;
}

.p-10-1-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-10-2-left {
  width: 68%;
  height: auto;
}

.p-10-2-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-10-2-right {
  width: 31%;
  height: auto;
  background: #CF1E2E;
  padding: 20px;
}

.p-10-3-left {
  width: 68%;
  height: auto;
  background: #ED4B00;
  padding: 20px;
}

.p-10-3-right {
  width: 31%;
  height: auto;
  background: #000;
  padding: 20px;
}

.p-10-4-left {
  width: 31%;
  height: auto;
  background: #CF1E2E;
  padding: 20px;
}

.p-10-4-right {
  width: 68%;
  height: auto;
}

.p-10-4-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pert-11 {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
  position: relative;
}

.pert-11:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(237, 75, 0, 0) 0%, #ED4B00 100%);
}

.p-11-left {
  max-width: 90%;
}

.p-11-left p {
  font-size: 26px;
  color: #818181;
  margin: 20px 0 0 0;
}

.p-11-right ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.p-11-right ul li {
  list-style: none;
  width: 50%;
  height: auto;
  padding: 0 10px 10px 0;
}

.p-11-right h4 {
  font-size: 54px;
  font-family: 'helveticabold';
  color: #000;
  margin: 0 0 10px 0;
}

.p-11-right p {
  font-size: 18px;
  color: #000;
  margin: 0 0 0 0;
}

.mob-owner {
  width: 100%;
  height: auto;
}

.mob-owner ul {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.mob-owner ul li {
  width: 90%;
  height: auto;
  list-style: none;
  text-align: center;
}

.mob-owner ul li h4 {
  font-size: 26px;
  font-family: 'helveticabold';
  color: #ED4B00;
  margin: 0 0 5px 0;
}

.mob-owner ul li p {
  font-size: 18px;
  color: #ED4B00;
  margin: 0 0 10px 0;
}

.mob-owner-pic {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.mob-ban {
  display: none;
}

.frm {
  width: 100%;
  height: auto;
  max-width: 420px;
  top: 40px;
  right: 50px;
  position: absolute;
}

.alumina .p-11-left h3 {
  font-size: 50px;
  color: #ED4B00;
  margin: 0;
}

.alumina .p-11-left h2 {
  font-size: 80px;
  color: #ED4B00;
  font-family: 'helveticabold';
}

.alumina .p-11-right p {
  font-size: 24px;
  color: #818181;
  margin: 10px 0 0;
}

.alumina .mob-owner ul li p {
  min-height: 50px;
  color: #555555;
  font-size: 18px;
}




.pert-13 {
  width: 100%;
  height: auto;
  padding: 30px 0 50px;
}


.p-13-heading h5 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin: 0 0 5px 0;
}

.p-13-heading img {
  max-width: 62%;
}

.p-13-tab {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  position: relative;
  display: flex;

}

.p-13-tab-top {
  width: 100%;
  height: auto;
  padding: 0 40px 0 0;
}

.p-13-tab .tab-content {
  width: 100%;
  height: auto;
}

.p-13-tab .tab-content h2 {
  font-size: 36px;
  color: #ED4B00;
  font-family: 'helveticabold';
  margin: 0 0 20px 0;
}

.p-13-tab .tab-content h4 {
  font-size: 20px;
  color: #555555;
  font-family: 'helveticabold';
  margin: 0 0 20px 0;
}

.p-13-tab .tab-content ul {
  padding: 0 0 30px 0;
  position: relative;
  margin: 0;
}

.p-13-tab .tab-content ul li {
  width: 100%;
  height: auto;
  position: relative;
  list-style: none;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #555555;
}

.p-13-tab .tab-content ul li:before {
  width: 20px;
  height: 22px;
  background: url(../images/bul.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}


.p-13-inr {
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}

.p-13-pic {
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
}




.p-13-tab-top .nav-tabs .nav-item {
  width: 100%;
  height: auto;
  position: relative;
}

.p-13-tab-top .nav-tabs .nav-link {
  border-radius: 40px;
  background: #fff;
  border: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 14px 30px;
}

.p-13-tab-top .nav-tabs .nav-link.active {
  background: #ED4B00;
  color: #fff;
  text-decoration: none;
  border: 0px;
  border-radius: 40px;
}

.tab-inner-top .nav-link {
  width: 100%;
  display: block;
  text-align: left;
  color: #515151;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;

}

.tab-inner-top .nav-item {
  border-bottom: 1px solid #C4C4C4;
}

.tab-inner-top .nav-item:last-child {
  border-bottom: 0px solid #C4C4C4;
}

.p-13-tab .nav .nav-item .nav-link.active {
  background: #ED4B00;
  color: #fff;
  padding: 14px 60px 14px 30px;
}

.p-13-tab .nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 13px;
  width: 42px;
  height: 31px;
  background: url(../images/arw.png) no-repeat;
  background-size: 100% auto;
}

.aply-btn a {
  background: #ED4B00;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}

.pert-9 {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #fff 50%, #ED4B00 50%);
}

.p-9-dec {
  background: #ED4B00;
  padding: 40px 40px 0;
  width: 100%;
  height: 100%;
}

.p-9-dec-top {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

.p-9-dec-top h2 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0px 0;
}

.p-9-dec-top h3 {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: 'MODERNIZ';
}

.p-9-dec-top h3 span {
  font-weight: 400;
  font-family: 'helveticaregular';
  font-size: 92px;
}


.p-9-dec-top ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.p-9-dec-top ul li {
  list-style: none;
  width: 33%;
  height: auto;
  padding: 0 10px 30px 0;
}

.p-9-dec-top h4 {
  font-size: 22px;
  font-family: 'helveticabold';
  color: #fff;
  margin: 0 0 10px 0;
}

.p-9-dec-top p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 0;
}

.global-sec {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
}









/*** Footer css start ***/

footer {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff url(../images/footer-bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  padding: 50px 0;
  min-height: 900px;
}

.ftr-top {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.ftr-pic {
  width: 100%;
  height: auto;
  border-right: 2px solid #000;
  text-align: center;
}

.ftr-pic h2 {
  font-size: 48px;
  color: #000;
  font-weight: 500;
}

.ftr-pic:last-child {
  border-right: 0px solid #000;
  text-align: left;
  padding: 0 0 0 40px;
}

.ftr-pic img {
  max-width: 90%;
}

.footer-btn {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 30px 0 0 0;
}

.footer-btn a {
  text-decoration: none;
  background: #ED4B00;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
}

/*** Footer css End ***/


.navbar {
  padding: 0rem 1.4rem !important;
  margin-top: 10px;
  background: #ED4B00;
}

.sticky .nav-item {
  padding: 0 22px !important;
}

.sticky .navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px !important;
}

header .navbar-expand-lg .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: center;
}


.tab-inner-top {
  max-height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
}


.btn2top .sticky-btn {
  position: fixed;
  bottom: 200px;
  right: -80px;
  background: dodgerblue;
  opacity: 0;
  transition: all 0.9s ease;
  z-index: 99;
  rotate: 90deg;
}

.btn2top .sticky-btn.revealed {
  right: -50px;
  opacity: 1;
}



.btn2top a.sticky-btn {
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #ED4B00;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .btn2top .sticky-btn {
    bottom: 0;
    rotate: 0deg;
    right: 0px;
  }

  .btn2top .sticky-btn.revealed {
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px 5px 0 0;
    right: 0px;
  }
}

/*** Thank you page css ***/

.tankyou {
  background: url(../images/thanku-banner.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-text {
  height: auto;
  width: 100%;
  text-align: center;
}

.thank-text h2 {
  color: #fff;
  font-size: 160px;
  font-weight: 900;
}

.thank-text h4 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 20px 0;
}

.thank-text h5 {
  color: #fff;
  font-size: 28px;
}

.social-link {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.social-link a {
  padding: 18px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 50%;
  color: red;
  background: #fff;
}

.thank-text h6 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px 0;
}

.thank-text h6 a {
  text-decoration: none;
  color: #fff;
}

.pert-2 .span1 {
  font-size: 3.5rem;
  color: #f05624;
  font-weight: normal;
}

.pert-2 .span2 {
  font-size: 4.5rem;
  color: #f05624;
  font-weight: bold;
}

.pert-2 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  /* color: #f05624; */
}


.mob-owner {
  display: none;
}


.banner-text h4 {
  margin-top: 30px;
}

.banner-text h4 span {
  background: #fff;
  padding: 14px 25px;
  text-decoration: none;
  color: rgba(207, 30, 46, 1);
  font-size: 24px;
  border-radius: 15px;
}



.unique-timer-wrapper {
  --smaller: .75;
  background-color: #f15a2b;
}

.unique-timer-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.unique-timer-wrapper html,
.unique-timer-wrapper body {
  height: 100%;
  margin: 0;
}

.unique-timer-wrapper .unique-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: white;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.unique-timer-wrapper #unique-headline {
  padding-left: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 25px;
  white-space: nowrap;
}

.unique-timer-wrapper #unique-countdown {
  display: flex;
  align-items: center;
  gap: 15px;
}

.unique-timer-wrapper #unique-countdown ul {
  display: flex;
  padding: 0;
  gap: 10px;
}

.unique-timer-wrapper #unique-countdown li {
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
  list-style-type: none;
  text-transform: uppercase;
  position: relative;
}

.unique-timer-wrapper #unique-countdown li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10%;
  height: 80%;
  width: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 1px;
}

.unique-timer-wrapper #unique-countdown li span {
  display: block;
  font-size: 32px;
}

.unique-timer-wrapper .unique-emoji {
  display: none;
  padding: 1rem;
}

.unique-timer-wrapper .unique-emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}


@media (max-width: 768px) {
  .unique-timer-wrapper .unique-container {
    position: absolute;
    top: 9rem;
    left: 9rem;
    transform: translate(-50%, -40%);
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
  }

  .unique-timer-wrapper #unique-countdown li {
    padding: 0 10px;
    font-size: 10px;
  }

  /* .navbar {
    padding: 3rem 1.4rem !important;
  } */

  .m-b {
    display: block;
  }

  .d-b {
    display: none;
  }

  .navbar-collapse {
    margin-top: 3rem;
  }
}

@media screen and (max-width:767px) and (min-width:500px) {
  .unique-timer-wrapper #unique-countdown li {
    font-size: 15px;
  }

  .unique-timer-wrapper .unique-container {
    left: 12rem;
  }

}

.m-b {
  display: none;
}

.d-b {
  display: block;
}

@media (max-width: 912px) {
  .unique-timer-wrapper .unique-container {
    gap: 0px;
  }

  .unique-timer-wrapper #unique-countdown li span {
    display: block;
    font-size: 35px;
  }

  .unique-timer-wrapper #unique-countdown li {
    padding: 0 8px;
  }

  .unique-timer-wrapper #unique-countdown li {
    padding: 0 8px;
    font-size: 10px;
  }

  .unique-timer-wrapper #unique-headline {
    padding-left: 5px;
    font-size: 16px;
  }
} 

