body {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  font-family: "Plus Jakarta Sans", sans-serif;

  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;

  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

dl,
ol,
ul {
  margin-bottom: 0px;
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  color: #000000;
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

ol,
ul {
  padding-left: 0rem;
}

/* #target-section {
  margin-top: -100px;
  height: 100px;
} */
#target-section {
  margin-top: -20%;
  padding-top: 20%;
}

/* about */
#about {
  background: #fff9f7;
}

#about .container {
  display: flex;
  justify-content: space-between;
}

#about .abt-lft {
  width: calc(100% - 550px);
  padding: 8rem 0px;
  padding-bottom: 4rem;
}

#about .abt-rgt {
  width: 550px;
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
}

.abt-rgt-gradient {
  width: 70%;
  background-image: linear-gradient(
    to top,
    #22110e,
    #351d19,
    #492a23,
    #5d382b,
    #724734
  );
}

.abt-rgt-gradient-patern {
  background: url(../images/abt-bg.png) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.abt-rgt-rahman {
  margin-right: -50%;
  z-index: 9;
}

.abt-rgt-rahman img {
  width: 100%;
  position: relative;
  bottom: -25px;
}

h1 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #000000;
}

b {
  font-weight: 800;
  color: #72442f;
}
h2 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #000000;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  margin: 15px 0px;
}

.bdr {
  height: 1px;
  width: 100%;
  background: #e3d5cf;
  margin: 20px 0px;
}

/* collections */

#collections {
  padding: 8rem 0px;
  background-image: linear-gradient(
    to bottom,
    #ecf6ff,
    #f2f8ff,
    #f8faff,
    #fcfcff,
    #ffffff
  );
}

#collections b {
  color: #01335d;
}

.text-right {
  text-align: right;
}

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}

#collections h1 {
  font-size: 3.5rem;
  line-height: 3.4rem;
}

#collections p {
  margin-top: 0px;
  padding-left: 15px;
}

.allbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

/* why hawaii */
#whyhawaii {
  background-image: linear-gradient(
    to top,
    #ecf6ff,
    #f2f8ff,
    #f8faff,
    #fcfcff,
    #ffffff
  );
}

.text-centr {
  text-align: center;
}

#whyhawaii b {
  color: #01335d;
}

.why-bg-top {
  background: url(../images/why-bg-top.png) no-repeat;
  background-position: bottom center;
  position: relative;
  padding-top: 10rem;
}

.slider-main {
  margin-top: 60px;
}

.why-bg-btm {
  background: url(../images/why-bg-btm.png) no-repeat;
  background-position: top center;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.slick-slide {
  margin-bottom: -10px;
}

.slick-prev {
  width: 60px;
  height: 60px;
  background: rgba(239, 248, 255, 0.8);
  border: solid 1px #e4f0f9;
  border-radius: 50%;
  left: -60px;
  transition: transform 0.2s ease;
}

.slick-prev:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 40px;
  color: #01335e;
  content: "\f2fa";
}

.slick-prev:hover {
  background: rgba(239, 248, 255, 1);
}

.slick-prev:focus {
  background: rgba(239, 248, 255, 1);
}

.slick-next {
  width: 60px;
  height: 60px;
  background: rgba(239, 248, 255, 0.8);
  border: solid 1px #e4f0f9;
  border-radius: 50%;
  right: -60px;
}

.slick-next:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 40px;
  color: #01335e;
  content: "\f2fb";
}

.slick-next:hover {
  background: rgba(239, 248, 255, 1);
}

.slick-next:focus {
  background: rgba(239, 248, 255, 1);
}

h4 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #01335e;
}

.why-bg-btm p {
  font-size: 16px;
  padding-top: 10px;
  line-height: 25px;
}

.why-bg-btm .col-lg-3 {
  border-right: solid 1px #dee6ed;
  padding: 30px 20px;
}

.bdr-rgt-none {
  border-right: none !important;
}

/* testimonial */

#testimonial {
  padding: 8rem 0px;
  text-align: center;
  padding-bottom: 0px;
}

#testimonial b {
  color: #01335d;
}

.testimonail-face {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  background: #ccc;
  margin: 0 auto;
}

#testimonial h4 {
  color: #000;
  font-size: 1.5rem;
}

.testimonial-btm {
  background-position: top center;
  margin-top: -200px;

  background-image: url(../images/growth-bg-top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 30 / 9;
  /* set ratio to your image */
  width: 100%;
}

/* growth */

#growth {
  background: url(../images/growth-bg-btm.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 20 / 15;
  /* set ratio to your image */
  width: 100%;
}

.contsec {
  border-top: solid 1px #d1b99f;
  margin-top: 30px;
  text-align: center;
}

.div-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter {
  font-size: 4.5rem;
  font-weight: 100;
  margin: 25px 0px;
  margin-bottom: 0px;
  color: #72442f;
}

.counterplus {
  font-size: 4.5rem;
  font-weight: 100;
  margin: 25px 0px;
  margin-top: 11px;
  margin-bottom: 0px;
  color: #72442f;
}

#growth h6 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 0px;
  padding-bottom: 30px;
}

.counter-k {
  font-size: 4.5rem;
  font-weight: 100;
  margin: 25px 0px;
  margin-bottom: 0px;
  color: #72442f;
}

#growth .col-lg-3 {
  border-right: solid 1px #d1b99f;
}

#mark {
  background-image: linear-gradient(
    to right,
    #724734,
    #5e382b,
    #492a23,
    #361d19,
    #23110e
  );
  padding: 15px 0px;
}

#locate {
  background: #fff;
  padding: 15px 0px;
  border-top: solid 1px #e4f0f9;
  border-bottom: solid 1px #e4f0f9;
  margin-bottom: 5rem;
}

#locate ul {
  margin-bottom: 0px;
}

#locate {
  position: relative;
}

#locate h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #012d52;
}

#locate .marquee-item-list li {
  padding-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#locate .shade-left h4 {
  color: #012d52;
}

#locate .shade-left {
  width: 670px;
  height: 78px;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 0px;
  z-index: 9;
}

#locate .shade-right {
  width: 78px;
  height: 80px;
  top: 0px;
  background: #ffffff;
  background: #fff;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  right: 0px;
  z-index: 9;
}

.marquee-row {
  width: 100%;
  overflow-x: hidden;
}

.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.marquee-item-list {
  display: inline-flex;
}

.marquee-item-list li {
  width: 100%;
  list-style: none;
  padding-right: 200px;
  align-items: center;
  white-space: nowrap;
  display: flex;
}

.marquee-item-list li img {
  height: 50px;
  margin-right: 10px;
}

.marquee1 {
  animation-name: marquee1;
}

.marquee2 {
  animation-name: marquee2;
}

@keyframes marquee1 {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  100% {
    left: 0;
  }

  0% {
    left: -100%;
  }
}

#mark ul {
  margin-bottom: 0px;
}

#mark {
  position: relative;
}

#mark h1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}

.shade-left {
  width: 670px;
  height: 80px;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(114, 71, 52, 1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  left: 0px;
  z-index: 9;
}

.shade-left h4 {
  color: #fff;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 27px 30px;
}

.shade-right {
  width: 80px;
  height: 80px;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(46, 26, 20) 40%
  );
  position: absolute;
  right: 0px;
  z-index: 9;
}

/* BLOG-HOME  */

#bloghome {
  padding: 8rem 0px;
}

#bloghome b {
  color: #01335d;
}

#bloghome h2 {
  padding-bottom: 30px;
}

.blog-box {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: solid 1px #e8ebf7;
}

.blog-image {
  /* max-height: 320px; */
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  transition: 0.3s;
  border-radius: 0px;
}

.blog-box:hover img {
  transform: scale(1.1);
}

.blog-txt {
  padding: 20px;
  padding-bottom: 10px;
}

.blog-txt .ex-txt h4 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}

.blog-txt i {
  color: #a3a3a3;
  font-size: 0.9rem;
}

.blog-txt p {
  font-size: 16px;
  padding: 0px 0px;
  margin: 10px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-readmore {
  border-top: solid 1px #e8ebf7;
}

.blog-readmore a {
  padding: 20px;
  width: 100%;
  display: block;
  color: #00293e;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.35s;
  box-sizing: border-box;
}

.blog-readmore a:hover {
  background-image: linear-gradient(
    to right,
    #004f92,
    #004884,
    #004177,
    #003a6a,
    #01335d
  );
  color: #fff;
}

.blog-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.blg-full {
  margin-top: 30px;
}

/* FOOTER */

#footer-bootom {
  background: #f0f8ff;
  padding: 50px 0px;
  padding-top: 190px;
}

.footer-bg-blue {
  background-image: linear-gradient(
    to bottom,
    #004e90,
    #004076,
    #00325c,
    #002544,
    #00182d
  );
  margin-bottom: -120px;
  border-radius: 20px;
  height: 420px;
  position: relative;
  margin-top: 80px;
}

.img-abslute {
  position: absolute;
  bottom: 0px;
  width: 41%;
}

.img-abslute img {
  width: 100%;
}

.ftr-bg-patern {
  background: url(../images/ftr-bg.png) no-repeat;
  height: 100%;
  background-position: center right;
}

.footer-logo {
  filter: invert(85%) sepia(40%) saturate(3200%) hue-rotate(180deg)
    brightness(85%) contrast(110%);
}

.blue-txt {
  padding-right: 100px;
}

.blue-txt h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0px;
  line-height: 50px;
}

.blue-txt p {
  color: #cfe3f4;
}

.blue-txt h6 {
  color: #cfe3f4;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 55px;
}

.apply-sec {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.apply-sec .btn-styleyellow {
  background: #f2fc2b;
  transition: all 0.35s;
  box-sizing: border-box;
}

.apply-sec .btn-styleyellow:hover {
  background: #fff;
}

.applycontact-txt {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
  margin-top: 4px;
}

.applycontact-txt-icon i {
  color: #fff;
  font-size: 3rem;
  padding-top: 3px;
}

.applycontact-txt-number p {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.applycontact-txt-number h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0px;
}

.applycontact-txt-number {
  margin-left: 8px;
}

#footer-bootom p {
  font-size: 16px;
}

.footer-logo {
  width: 220px;
  margin-bottom: 20px;
}

.social {
  border-top: solid 1px #cbd7e2;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.social ul {
  display: flex;
  list-style: none;
  margin: 20px 0px;
}

.social ul li {
  width: 50px;
  height: 50px;
  background: #01335e;
  border-radius: 40px;
  color: #fff;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.35s;
  box-sizing: border-box;
}

.social ul li:hover {
  background: #004580;
  color: #ffffff;
}

.copyright {
  text-align: center;
}

.copyright h6 {
  font-size: 0.9rem;
  font-weight: 400;
  color: #7c7e8b;
  line-height: 24px;
}

.copyright a {
  color: #000;
  font-weight: 600;
}

.copyright a:hover {
  color: #01335e;
}

#footer-bootom h2 {
  color: #01335e;
  font-weight: 800;
  font-size: 1.6rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.links ul {
  list-style: none;
}

.links ul li {
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #231f20;
  align-items: center;
}

.links ul li span {
  font-size: 0.9rem;
  color: #8e8e91;
  padding-right: 5px;
}

.links ul li:hover {
  color: #01335e;
}

.links h3 {
  font-size: 1.2rem;
  font-weight: 700;
  /* margin: 5px; */
  line-height: 20px;
  padding-bottom: 15px;
}

.padtop-15 {
  padding-top: 15px;
}

.addressfooter {
  border-top: solid 1px #cbd7e2;
  padding-top: 20px;
  margin-top: 20px;
}

.addressfooter ul li {
  display: flex;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  flex-direction: row;
  line-height: 29px;
}

.addressfooter ul li span {
  font-size: 1.8rem;
  color: #aebcc8;
  padding-right: 10px;
}

.addressfooter ul li:hover {
  color: #231f20;
}

.apply-bt {
  width: 180px;
}

.mega-left {
  width: 252px;
}

.mega-right {
  width: calc(100% - 252px);
  padding: 16px 0px;
  padding-right: 30px;
}

.department {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #ccd4d8;
  padding-bottom: 15px;
  padding-top: 15px;
}

.departmentlogo {
  width: 170px;
  margin-left: 10px;
}

.departmentname {
  border-left: solid 1px #ccd4d8;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.department:hover {
  background: #cbdfee;
}

.bdrnone {
  border-bottom: none;
}

.content2 ul {
  padding: 15px;
}

.content2 ul {
  width: 100%;
}

.content2 ul li {
  font-size: 17px;
  padding: 8px 10px;
  color: #000;
  font-weight: 500;
}

.content2 ul li:hover {
  background: #cbdfee;
}

/* Downloads inner pages */
#inner-banner {
  height: 500px;
  margin-top: -100px;
  position: relative;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  background-size: cover;
}

.inner-contant-center {
  text-align: center;
}

.inner-contant {
}

.inner-contant h2 {
  color: #fff;
  font-weight: 200;
  font-size: 2.5rem;
}

.inner-contant h3 {
  color: #fff;
  font-size: 1rem;
  margin-top: 20px;
}

.inner-contant h3 a {
  color: #fff;
  line-height: 22px;
}

.inner-contant i {
  color: #fff;
  padding: 0px 6px;
  opacity: 0.6;
}

.inner-contant h3 a {
  opacity: 0.6;
}

.inner-contant h3 a:hover {
  opacity: 1;
}

.downloads-in {
  background: url(../images/downloads-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

#downloads {
  padding: 8rem 0px;
}

#downloads b {
  color: #01335d;
}

#downloads h2 {
  padding-bottom: 30px;
}

.card-download {
  border: solid 1px #e7f2f9;
  background: #f9fcff;
  border-radius: 30px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
}

.card-txt {
  display: flex;
  padding: 15px 25px;
  justify-content: space-between;
}

.card-txt h4 {
  font-size: 1.3rem;
  margin-top: 5px;
}

.card-txt h5 {
  color: #000;
  font-size: 1.2rem;
  margin: 0px;
}

.txt-rgt {
  font-size: 2.3rem;
  color: #01335e;
}

.martop-4 {
  margin-top: 4rem;
}

.hover-card {
  position: relative;
}

.hover-card img {
  display: block;
  width: 100%;
}

/* Overlay */
.hover-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(1, 45, 82, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Show overlay on hover */
.hover-card:hover .overlay {
  opacity: 1;
}

/* Download icon style */
.download-btn {
  color: #fff;
  font-size: 40px;
  background: rgba(1, 45, 82, 0.9);
  padding: 15px;
  border-radius: 50%;
  text-decoration: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.download-btn:hover {
  background: #fff;
  color: #000;
  transform: scale(1);
}

.overlay i {
  font-size: 3.5rem;
  color: #fff;
}

.slick-slide img {
  width: 100%;
}

/* About Us */

#abt-hawaii {
  padding: 8rem 0px;
}

#abt-hawaii h1 b {
  color: #012d52;
}

#abt-hawaii h1 {
  margin-bottom: 20px;
}

.martp-6 {
  margin-top: 4rem;
}

.martp-6 img {
  width: 100%;
}

.companyteam {
  display: flex;
}

.team {
  width: 33.3%;
  border-right: solid 1px #e5e9eb;
  text-align: center;
}

.team-profile {
  background: #e5e9eb;
  height: 150px;
  position: relative;
}

.profile {
  position: absolute;
  width: 100%;
  bottom: -75px;
}

.profile-dp {
  width: 150px;
  height: 150px;
  background: #ccc;
  border-radius: 100%;
  margin: 0 auto;
  border: solid 5px #fff;
  overflow: hidden;
}

.profile-dp img {
  width: 100%;
}

.team-contant {
  margin-top: 90px;
  padding-bottom: 50px;
}

.team-contant h4 {
  font-size: 1.6rem;
}

.team-contant h5 {
  font-size: 1.1rem;
  color: #b8b8b8;
  line-height: 26px;
  margin-top: 10px;
}

.bdr-right {
  border-right: none;
}

#whychooseus {
  background: #ece5dc;
}

.whycoos-bg {
  background: url(../images/whychooseus-bg.jpg) no-repeat;
  background-position: top left;
}

.choosey {
  padding: 8rem 0px;
  position: relative;
}

.choosey h1 {
  color: #fff;
}

.choosey h1 b {
  color: #fff;
}

.choosey p {
  color: #fff;
}
.choosey h5 {
  font-size: 1.2rem;
  line-height: 26px;
}

.row-box {
  text-align: center;
  width: 33.3%;
  border-right: solid 1px #c9bdad;
  padding: 30px 0px;
}

.row-why {
  border-bottom: solid 1px #c9bdad;
  display: flex;
  border-bottom: solid 1px #c9bdad;
}

.ico-why {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ico-why img {
  width: 70px;
  height: 70px;
}
.row-box h5 {
  font-weight: 800;
  color: #4d371e;
}

.bdr-none {
  border-bottom: none;
}

.btm-choosy {
  display: flex;

  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#easiest {
  padding: 8rem 0px;
}

#easiest h3 {
  margin-top: 0px;
  font-weight: 600;
}

.steps {
  display: flex;
  margin-bottom: 50px;
}

.steps-left {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}

.steps-left h4 {
  color: #72442f;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.steps-left h5 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #b8b8b8;
  margin: 0px;
}

.steps-right {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  border: solid 1px #c9c3c1;
  display: flex;
  position: relative;
  transition: all 0.4s ease;
  /* smooth transition */
}

.martop-40 {
  margin-top: 4rem;
}

.steps-right img {
  width: 80px;
  margin: 0 auto;
}

.step-round {
  width: 40px;
  height: 40px;
  background: #72442f;
  border-radius: 40px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  transition: all 0.4s ease;
  /* smooth transition */
}

.white-icon {
  transition: filter 0.4s ease;
  /* smooth icon color change */
}

.steps:hover .steps-right {
  background: #72442f;
  border: solid 1px #72442f;
}

.steps:hover .white-icon {
  filter: invert(1) brightness(2);
}

/* turns dark icons “white-ish” */
.steps:hover .step-round {
  background: #fff;
  color: #72442f;
  border: solid 1px #c9c3c1;
}

.right-setup .step-round {
  right: 0px;
}

.right-setup .steps-left {
  padding-left: 30px;
}

.secure {
  background-image: linear-gradient(
    to top,
    #22110e,
    #351d19,
    #492a23,
    #5d382b,
    #724734
  );
  border-radius: 30px;
}

.secu {
  display: flex;
  padding: 50px 30px;
  color: #fff;
  padding-left: 40px;
}

.securehomes {
  width: 70px;
}

.securehomes-txt {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.securehomes-txt h5 {
  font-size: 1.8rem;
  color: #fff;
  margin: 0px;
  font-weight: 600;
}

.securehomes-txt h6 {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 5px;
}

.des {
  display: flex;
}

.desgns {
  border-right: solid 1px #1b0d0b;
  text-align: center;
  margin: 20px 0px;
  width: 25%;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.desgns h3 {
  color: #fff;
  font-weight: 200;
  font-size: 2.6rem;
}

.desgns h4 {
  color: #9d918d;
  font-weight: 300;
  font-size: 1.2rem;
}

#abt-vedio {
  padding: 8rem 0px;
  padding-top: 0px;
}

#abt-vedio .slider-main {
  max-width: 800px;
  margin: auto;
}

.about-vedio-slider {
  width: 90%;
  margin: 0 auto;
}

.about-vedio-slider img {
  width: 100%;
  border-radius: 10px;
}

#abt-vedio .slider-main {
  margin-top: 30px;
  max-width: 100%;
}

#abt-vedio h1 b {
  color: #012d52;
}

#abt-vedio h1 {
  margin-bottom: 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-vedio-slider .slick-next {
  right: -75px;
}

.about-vedio-slider .slick-prev {
  left: -75px;
}

.about-vedio-slider .slick-dots {
  bottom: -50px;
}

/* Products */
.prd-txt {
}

.prd-txt p {
  padding: 0px 10rem;
}

.card-product {
  border: solid 1px #e4f0f9;
  background: #f9fcff;
  transition: all 0.4s ease;
  border-radius: 30px;
}

.product-logo {
  width: 180px;
  margin: 50px auto;
}

.product-items {
  padding-top: 60px;
}

.product-items img {
  width: 100%;
}

.product-text {
  text-align: center;
  padding: 25px 15px;
  background: #fff;
  overflow: hidden;
  border-radius: 0px 0px 28px 28px;
}

.product-text h4 {
  font-size: 1.6rem;
}

.card-product:hover {
  background: #012d52;
}

.card-product:hover .product-logo img {
  filter: invert(1) brightness(2);
}

.card-product:hover .product-text {
  background: #f9fcff;
}

/* category-all-products */

#category-all-products {
  padding: 8rem 0px;
  padding-bottom: 5rem;
}

#category-all-products b {
  color: #012d52;
}

#category-all-products h1 {
  margin-bottom: 60px;
}

.card__background {
  position: relative;
  overflow: hidden;
}

.card__background img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* White Blur Overlay */
.card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  /* Semi-transparent white */
  backdrop-filter: blur(8px);
  /* Blur effect */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  /* Icon color (black works well on white blur) */
  font-size: 32px;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
  /* matches card shape if rounded */
}

/* Hover Effects */
.card__background:hover img {
  transform: scale(1.1);
}

.card__background:hover .card__overlay {
  opacity: 1;
}

.prd-ico {
  width: 40px;
  margin-top: -55px;
}

.product-card {
  margin-bottom: 25px;
}

.main-image {
  width: 100%;
  height: auto;
  border-right: solid 1px #e4f0f9;
  border-bottom: solid 1px #e4f0f9;
}

.thumbs img {
  width: 33.3%;
  height: auto;
  object-fit: cover;

  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  margin-top: -1px;
  margin-bottom: -1px;
}

.thumbs img.active,
.thumbs img:hover {
  border-color: #e4f0f9;
}

.thumbs {
  border: solid 1px #e4f0f9;
  margin-top: -1px;
}

.prdmain-title {
  display: flex;
  padding-top: 100px;
}

.navy-ico {
  width: 50px;
}

.prdmain-title h3 {
  font-weight: 900;
  font-size: 2.5rem;
  padding-left: 15px;
  color: #00293e;
}

.prd-details h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  padding-top: 15px;
  padding-bottom: 35px;
}

.whatsapp-cntr {
  background: #f6f7fc;
  align-items: center;
  width: 260px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-radius: 50px;
  margin-top: 40px;
}

.whatsapp-cntr h3 {
  color: #32d851;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.whatsapp-float {
  width: 35px;
  height: 35px;
  background-color: #32d851;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 2px;
  justify-content: center;
}

.whatsapp-float i {
  color: #fff;
  font-size: 24px;
}

.whatsapp-cntr h3 {
  color: #32d851;
  padding-left: 10px;

  font-size: 1rem;
  font-weight: 600;
}

.whatsapp-cntr:hover {
  background: #32d851;
}

.whatsapp-cntr:hover h3 {
  color: #fff;
}

/* our store */
#ourstores-display {
  padding: 8rem 0px;
}

.v-tab {
  display: flex;
}

.v-tab_tab-head {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 400px;
}

.v-tab_tab-head li {
  margin: 0 0 0px 0;
  cursor: pointer;
  padding: 5px 30px;
  color: #b8b8b8;
  overflow: hidden;
  position: relative;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: right;
}

.v-tab_tab-head li:hover {
  /* background-color: #f5f5f5; */
  color: #000;
}

.v-tab_tab-head li.active {
  border-right: 3px solid #01335d;
  background-color: #fff;
  color: #01335d;
  display: block;
}

.v-tab_container {
  border-left: 1px solid #e8ebf7;
  width: calc(100% - 400px);
  min-height: 132px;
  padding-left: 20px;
}

.v-tab_content {
  padding: 10px 20px;
  display: none;
}

.v-tab_content > :first-child {
  margin-top: 0;
}

.v-tab_container h4 {
  padding-top: 10px;
}

.store-box {
  border-bottom: solid 1px #e8ebf7;
}

.store-image {
  border-radius: 20px 20px 0px 0px;
  margin-top: 20px;
  overflow: hidden;
}

.store-image-box {
  position: relative;
}

.store-image-box img {
  width: 100%;
}

.store-img-gradient {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
}

.main-heading {
  position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 9;
  width: 100%;
}

.main-heading h5 {
  color: #fff;
  font-size: 1.8rem;
  padding-left: 20px;
  font-weight: 700;
}

.locandwhtsapp {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  z-index: 9;
  width: 90px;
  display: flex;
  justify-content: space-between;
}

.loc {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #236cb7;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.loc i {
  font-size: 24px;
}

.loc:hover {
  background: #fff;
  color: #236cb7;
}

.whtsapp {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #32d851;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.whtsapp:hover {
  background: #fff;
  color: #32d851;
}

.whtsapp i {
  font-size: 24px;
}

.store-text ul {
  list-style: none;
}

.store-text ul li {
  font-size: 1rem;
  display: flex;
  font-weight: 500;
  padding: 3px 0px;
}

.store-text {
  padding: 10px 20px;
  padding-bottom: 30px;
}

.store-text i {
  color: #b8b8b8;
  padding-right: 10px;
  line-height: 28px;
  font-size: 20px;
}

.sticky-sidebars {
  position: sticky;
  top: 100px;
  /* adjust so it sits below your header/nav */
  align-self: flex-start;
  /* helpful if inside flexbox */
  z-index: 10;
  /* keeps it above background if overlapping */
}

/* Careers */
#careeers {
  padding: 8rem 0px;
}

#careeers b {
  font-weight: 800;
  color: #01335e;
}

.faq-section {
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border: 1px solid #e4f0f9;
  padding: 10px 30px;
  background: #f9fcff;
  margin-bottom: 25px;
  border-radius: 20px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #01335e;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0;
}

.faq-answer p {
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  padding: 0px 0;
  border-top: solid 1px #e4f0f9;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
}

.faq-first-right button {
  border: solid 1px #e4f0f9;
}

.apply-btn {
  background: #ffffff;
  color: #01335e;
  border: none;
  padding: 10px 14px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}

.apply-btn:hover {
  background: #01335e;
  color: #fff;
}

.faq-question {
  display: flex;
  flex-direction: column;
}

.faq-first {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: solid 1px #e4f0f9;
  padding-bottom: 10px;
}

.faq-secont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq-first-right {
  width: 110px;
  text-align: right;
}

.faq-first-left {
  width: calc(100% - 120px);
}

.faq-secont h5 {
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.modal-content {
  background: #fff;
  margin: 8% auto;
  padding: 30px;
  border-radius: 30px;
  width: 600px;
  max-width: 95%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  text-align: center;
}

.modal-content h2 {
    font-weight: 700;
    color: #01335e;
    font-size: 2.5rem;
    padding-bottom: 10px;
}

.modal-content h3 {
  font-weight: 600;
  color: #01335e;
  font-size: 1.6rem;
}

.modal-content h4 {
  font-weight: 600;
  color: #01335e;
  font-size: 1.2rem;
}

.modal-content p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.close {
  float: right;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  right: 20px;
  top: 0px;
  text-align: right;
  color: #01335e;
}

.close:hover {
  color: #004f91;
}

.modal-content form {
  display: flex;
  flex-direction: column;
}

.modal-content form label {
  margin: 10px 0 5px;
  font-weight: 600;
}

.modal-content form input {
  padding: 8px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.modal-content form button {
  background: #01335e;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
}

.modal-content form button:hover {
  background: #02509b;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.applier {
  display: flex;
  justify-content: center;
}

.emailer {
  width: 260px;
  margin: 0px 5px;
  border: solid 1px #ffe1df;
  height: 50px;
  border-radius: 40px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #f14236;
}

.emailer i {
  font-size: 1.6rem;
  padding-left: 10px;
}

.applier {
  margin-top: 20px;
}

.emailer:hover {
  background: #f14236;
  color: #fff;
}

.whtsapper {
  width: 260px;
  margin: 0px 5px;
  border: solid 1px #deffe4;
  height: 50px;
  border-radius: 40px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #32d851;
}

.whtsapper i {
  font-size: 1.6rem;
  padding-left: 10px;
}

.whtsapper:hover {
  background: #32d851;
  color: #fff;
}

.detail-image img {
  width: 100%;
}

.newsdetails .prdmain-title h3 {
  padding-left: 0px;
}
.newsdetails .prdmain-title {
  padding-top: 0px;
}

.newsdetails .prd-details {
  padding-left: 30px;
}

.newsdetails .allbtn {
  justify-content: flex-start;
}

#newsandevents {
  padding: 4rem 0px;
  padding-bottom: 8rem;
}

.newsdetails .prd-details h5 {
  padding-bottom: 10px;
}
.date {
  color: #b8b8b8;
  font-style: italic;
  padding-bottom: 10px;
}

.prd-details ul {
  padding-left: 1.3rem;
}

.product-button-css-tag {
  border-radius: 20px;
  background-color: #004e90;
  color: #fff;
  border: none;
  padding: 5px 20px;
}
.product-button-css-tag:hover {
  background: #01335d;
}
.tag1 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
  border-top: solid 1px #e4f0f9;
  padding-top: 20px;
}

.newsdetails a {
  color: #0072ac;
}

.lg-outer .lg-thumb-outer {
  display: none;
}
.lg-backdrop {
  background-color: rgba(0, 30, 55, 0.95) !important;
}

.imageboxer {
  width: 33.3%;
  float: left;
  padding: 15px;
}
.iamgerow {
  margin-left: -15px;
  margin-right: -15px;
  background: #ccc;
  display: flex;
}
.imageboxer img {
  width: 100%;
}
#gallery {
  margin-left: -15px;
  margin-right: -15px;
}
#gallery-hawii {
  padding: 7rem 0px;
}
.clearfix {
  clear: both;
}

.yicon {
  position: absolute;
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.yicon i {
  color: #ffffff;
  font-size: 3rem;
}
#gallery-hawii h1 {
  padding-bottom: 20px;
}
#gallery-hawii b {
  color: #012d52;
}

#newsandevents h1 {
  padding-bottom: 0px;
}
#newsandevents b {
  color: #012d52;
}

.tab-warranty .v-tab {
  width: 100%;
}
.tab-warranty .v-tab_tab-head {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  border-bottom: solid 1px #e8ebf7;
  padding-bottom: 15px;
}

.tab-warranty .v-tab_container {
  border-left: none;
  width: 100%;
  min-height: auto;
  padding-left: 0px;
}
.tab-warranty .v-tab {
  display: block;
}
.tab-warranty .v-tab_tab-head li {
  margin: 0 0 0px 0;
  cursor: pointer;
  padding: 0px 0px;
  overflow: hidden;
  position: relative;
  width: auto;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: right;
  padding-right: 50px;
}
.tab-warranty .v-tab_tab-head li.active {
  border-right: none;
  background-color: none;
  color: #01335d;
  display: block;
}

.tab-warranty .v-tab_content {
  padding: 30px 0px;
}

.quick-contact {
  background: #f9fcff;
  border: solid 1px #e4f0f9;
  border-radius: 20px;
  padding: 20px;
  margin-top: 35px;
}
.quick-contact h3 {
  color: #01335d;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: -44px;
  padding-bottom: 10px;
}
.quick-contact h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
.quick-contact h4 a {
  color: #01335d;
}
.quick-contact h4 i {
  color: #aebcc8;
  padding-right: 10px;
}

.former {
  border: solid 1px #e4f0f9;
  border-radius: 20px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.former-row {
  padding: 20px 30px;
}

.former-title {
  border-top: solid 1px #e4f0f9;
  margin: 30px 0px;
}
.former-title h3 {
  color: #b8b8b8;
  font-size: 1.2rem;
  margin-top: -13px;
  margin-left: 30px;
}

.former-row-input {
  padding: 0px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.former-row-left {
  width: 120px;
  font-weight: 600;
  text-align: right;
  padding-right: 15px;
}
.former-row-right {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.former-row-right-date {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.former select {
  background: #f9fcff;
  border: solid 1px #e4f0f9;
  width: 100%;
  border-radius: 6px;
  padding: 15px 10px;
  color: #01335d;
  font-size: 16px;
  font-weight: 500;
}
.former input {
  background: #f9fcff;
  border: solid 1px #e4f0f9;
  width: 100%;
  border-radius: 6px;
  padding: 15px 15px;
  color: #01335d;
  font-size: 16px;
  font-weight: 500;
}

.former textarea {
  background: #f9fcff;
  border: solid 1px #e4f0f9;
  width: 100%;
  border-radius: 6px;
  padding: 15px 15px;
  color: #01335d;
  font-size: 16px;
  font-weight: 500;
}

.former select:focus,
.former select:focus-visible {
  outline: none;
  box-shadow: none;
}

.former input:focus,
.former input:focus-visible {
  outline: none;
  box-shadow: none;
}

.former textarea:focus,
.former textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.former input::placeholder {
  color: #01335d; /* your desired color */
  opacity: 1; /* ensures full visibility (some browsers lower opacity by default) */
}

.former textarea::placeholder {
  color: #01335d;
  opacity: 1;
}

.two-colums {
  width: 49%;
}
.two-colums h5 {
  font-weight: 600;
  font-size: 0.9rem;
  padding-bottom: 10px;
  padding-top: 15px;
}

.former-add button {
  background: #01335d;
  width: 45px;
  height: 45px;
  color: #fff;
  border-radius: 45px;
  border: none;
  margin-right: 30px;
  float: inline-end;
  margin-top: -22px;
  font-size: 1.5rem;
}
.former-add button:hover {
  background: #004e91;
}
.WarrantyData {
  border-bottom: solid 1px #e4f0f9;
  padding-bottom: 40px;
}
.closer {
  position: absolute;
  top: 0px;
  right: 30px;
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  border: solid 1px red;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  line-height: 0px;
  padding-top: 17px;
}

.closer:hover {
  background: red;
  color: #fff;
}
.closer:hover .text-danger {
  color: #fff !important;
}
.spacer {
  margin-top: 60px;
}
.form-sbmition-btn {
  background: #01335d;
  width: 100%;
  height: 60px;
  color: #fff;
  border-radius: 6px;
  border: none;
  font-size: 1.2rem;
  margin-top: 10px;
}

.martop-w {
  margin-top: 60px;
}

.form-sbmition-btn:hover {
  background: #004e91;
}

hr {
  margin: 0.5rem 0;
  color: inherit;
  border: 0;
  border-top: solid 1px #e4f0f9;
  opacity: 1;
}

.WarrantyData {
  margin-top: 30px;
}

#Print a {
  background-color: #003063 !important;
  color: white;
  font-size: 18px !important;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 60px !important;
  margin-top: 10px;
  border-radius: 6px !important;
  display: inline-block;
  transition: background-color 0s ease, transform 0s ease !important;
}

.former-add {
}

.btn-frm {
}

.former-add {
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.label-danger1 {
  color: red;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 5px 0 0;
  text-align: left;
  display: block;
}

.warranty-dates {
  display: flex;
}

#Print a {
  background-color: #007bff;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 12px 3px 9px;
  margin-top: 10px;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#Print a:hover {
  background-color: #004085;
  transform: scale(1.05);
  cursor: pointer;
}

#Print a:active {
  background-color: #004085;
  transform: scale(0.98);
}

.text-danger {
  color: #dc3545 !important;
}

.tabs-header button {
  border: none;
  background: none;
  margin: 0 0 0px 0;
  cursor: pointer;
  padding: 0px 30px;
  padding-left: 0px;
  color: #b8b8b8;
  overflow: hidden;
  font-size: 2.5rem;
  font-weight: 900;
}
.tabs-header button:hover {
  color: #000;
}
.tabs-header .active {
  color: #01335e;
}
.former-row-right img {
  width: 100%;
  padding: 10px 0px;
}

/* contact */
#contact {
  padding: 8rem 0px;
}

.quick {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
}
.quick-left {
  width: 45px;
  background: #fff;
  border-radius: 45px;
  height: 45px;
  border: solid 1px #e4f0f9;
  color: #01335e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.quick-right {
  width: calc(100% - 55px);
  margin-top: 10px;
}

.quick-right h5 {
  font-size: 1.1rem;
  line-height: 24px;
}
.quick-right h5 b {
  color: #01335e;
  font-weight: 700;
}
.mart-btm {
  margin-bottom: 5px;
}
#contact h1 {
  margin-bottom: 20px;
}
#contact h1 b {
  color: #01335e;
}
#contact h3 {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 40px;
}
.frm-cnt {
  margin-top: 50px;
}

.former-contact {
  border: solid 1px #e4f0f9;
  border-radius: 20px;
  margin-top: 15px;
  padding: 30px;
}
.frm-cnt h3 {
  color: #01335d;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: -24px;
  margin-left: 30px;
  padding-bottom: 30px;
}

.frm-cnt .former-row-right {
  width: 100%;
}

.frm-cnt .former-row-right-date {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.frm-cnt .former-row {
  padding: 0px 30px;
  padding-bottom: 30px;
}
#vhmap {
  height: 1000px;
  margin-bottom: -380px;
}
#vhmap iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.warrenty-tabs .quick-contact h3 {
  margin-top: -35px;
}

.warrenty-tabs .quick-contact {
  padding-bottom: 15px;
}

.warrenty-tabs .quick-contact h4 {
  margin: 10px 0px;
}
.navbar .menu-items .dis-mob {
  display: none;
}

.whtsapp-ftr {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background: #32d851;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border: solid 1px #32d851;
}

.whtsapp-ftr:hover {
  background: #fff;
  border: solid 1px #32d851;
  color: #32d851;
}

.whtsapp-ftr i {
  font-size: 24px;
}

/* Inner Banner */
.aboutus-in {
  background: url(../images/about-us-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
.ourstore-in {
  background: url(../images/ourstore-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
.product-in {
  background: url(../images/product-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
#contact .quick-right h5 {
  margin: 0px;
}

/* PRODUCT Inner Banner        */
.steel-door {
  background: url(../images/product-steel-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.frp-doors {
  background: url(../images/product-frp-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.steel-window {
  background: url(../images/product-windowsl-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
.warranty-in {
  background: url(../images/warrenty-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.careers-in {
  background: url(../images/careers-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.contact-in {
  background: url(../images/cont-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.news-in {
  background: url(../images/news-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
.blog-in {
  background: url(../images/blog-steel-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}

.image-gallery-in {
  background: url(../images/image-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}
.vedio-gallery-in {
  background: url(../images/contact-inner-bg.jpg) no-repeat;
  height: 100%;
  background-position: bottom right;
}




