*,
body,
p,
ul {
  margin: 0;
  padding: 0;
}
a,
a:active,
a:focus,
a:hover,
input:focus,
textarea {
  outline: 0 !important;
  text-decoration: none;
}
.fs-14,
body {
  font-size: 14px;
}
#back-top:after,
body,
p {
  color: var(--text-dark);
}
#back-top,
.a-icon-sticky a span {
  display: none;
}
#back-top,
.overflow {
  overflow: hidden;
}
:root {
  --bg-green: #3a8162;
  --lightGreen: #3a8162;
  --bg-blue: #10497f;
  --bg-red: #c40909;
  --bg-yellow: #fee203;
  --bg-orange: #f58220;
  --white-col: #ffffff;
  --font: 1rem;
  --text-dark: #212529;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Inter, serif;
  font-weight: 400;
  outline: 0;
  line-height: 1.4em;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #017b5d;
  margin: 0;
  line-height: 1.4em;
}
p {
  font-size: var(--font);
  line-height: 1.4;
}
.hr {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 3px;
  background: #ff4757;
  width: 25%;
  opacity: 1;
}
.a-icon-sticky a img,
.sticky {
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
a {
  color: #ffcb05;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}
a:active,
a:focus,
a:hover {
  color: #4490bc;
}
img {
  border: 0;
}
.zindex5 {
  z-index: 5;
}
.bg-orange {
  background-color: var(--bg-orange);
}
.text-blue {
  color: var(--bg-blue);
}
.bg-blue {
  background-color: var(--bg-blue);
}
.bg-green {
  background-color: #000;
}
.bg-yellow {
  background-color: var(--bg-yellow);
}
.text-yellow {
  color: var(--bg-yellow);
}
.text-green {
  color: var(--bg-green);
}
.bg-red {
  background-color: var(--bg-red);
}
.text-red {
  color: var(--bg-red);
}
.text-justify {
  text-align: justify;
}
li {
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
}
::-moz-selection {
  background-color: var(--bg-blue);
  color: #fff;
}
::selection {
  background-color: var(--bg-blue);
  color: #fff;
}
::-webkit-input-placeholder {
  color: var(--text-dark) !important;
}
::-moz-placeholder {
  color: var(--text-dark) !important;
}
:-ms-input-placeholder {
  color: var(--text-dark) !important;
}
:-moz-placeholder {
  color: var(--text-dark) !important;
}
.sticky {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #fffadc;
}
#back-top {
  position: fixed;
  right: 0;
  bottom: 1%;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: 1px solid var(--text-dark);
  background-color: var(--white-col);
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#back-top:after {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f357";
  line-height: 48px;
  -webkit-transition: color 0.25s, -webkit-transform 2s;
  transition: color 0.25s, transform 2s;
}
#back-top:hover {
  background-color: var(--bg-green);
}
#back-top:hover:after {
  color: #fff;
}
.main-banner-bg {
  background-image: url(../images/bg-banner.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;

  z-index: 999;
  position: relative;
}
.sideNavi {
  position: fixed;
  top: 42%;
  right: 1px;
  z-index: 2;
}
.a-icon-sticky a {
  width: 40px;
  background: #ddd;
  margin-bottom: 10px;
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: block;
}
.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.shadow {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  margin: auto;
  background-color: #fff;
  width: 500px;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 5em;
}
.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 20px;
  line-height: 1.2;
}
.thankyou-sec .hero-thankyou .bc-img01 {
  height: 100vh;
  background-size: cover;
  padding-top: 18%;
}
.bouncebtn {
  animation: 2s infinite bounce;
  -webkit-animation: 2s infinite bounce;
  -moz-animation: 2s infinite bounce;
  -o-animation: 2s infinite bounce;
}
.image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.image-box .image img {
  transition: 0.4s;
}
.image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transition: 0.4s linear;
}
.image-box:hover .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.4s linear;
}
.image-box:hover .image img {
  transform: scale(1.1);
}
