/* RESET CSS STRAT */
:root {
  --bg-red: #043957;
  --bg-yellow: #ffa126;
  --white-col: #ffffff;
  --bg-green: #00a24e;
  --bg-blue: #043957;
  --font: 1rem;
  --text-dark: #070707;
}

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

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: var(--text-dark);
  outline: none;
  line-height: 1.4em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  color: var(--text-blue);
  font-size: 2rem;
  margin: 0px;
  line-height: 1.3em;
}

p {
  padding: 0px;
  margin: 0px;
  font-size: var(--font);
  line-height: 1.4;
  color: var(--text-dark);
}

.hr {
  width: 30%;
  opacity: 1;
  height: 6px !important;
  background-color: var(--bg-yellow);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  outline: none !important;
  color: #ffcb05;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
  outline: none !important;
  text-decoration: none;
  color: #4490bc;
}

textarea,
input:focus {
  outline: none !important;
  text-decoration: none;
}

img {
  border: 0;
}

.nopd {
  padding-left: 0px;
  padding-right: 0px;
}

.fsize18 {
  font-size: 18px;
}

.fsize20 {
  font-size: 20px;
}

.fsize22 {
  font-size: 22px;
}

.fsize28 {
  font-size: 28px;
}

.fsize26 {
  font-size: 26px !important;
  line-height: 1.2;
}

.fsize24 {
  font-size: 24px;
  line-height: 1.2;
}

.fsize14 {
  font-size: 10px;
}

.fsize3 {
  font-size: 2.3rem;
}

.zindex5 {
  z-index: 5;
}

.text-justify {
  text-align: justify;
}

.bg-orange {
  background-color: var(--bg-orange);
}

.text-blue {
  color: var(--bg-blue);
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-green {
  background-color: var(--bg-green);
}

.bg-yellow {
  background-color: var(--bg-yellow);
}

.text-yellow {
  color: var(--bg-yellow);
}

.text-red {
  color: #720001;
}

.text-green {
  color: var(--bg-green);
}

.line-h {
  line-height: 1.1;
}

.rounded-8 {
  border-radius: 1rem;
}

li {
  color: #000000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

::-moz-selection {
  background-color: #61a8f0;
  color: #fff;
}

::selection {
  background-color: #61a8f0;
  color: #fff;
}

/* RESET CSS END */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--text-dark) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-dark) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--text-dark) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-dark) !important;
}

/* STICKY ANV BAR */
.sticky1 {
  position: fixed;
  width: 100%;
  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;
  box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
}

#header.sticky1 .slider-count {
  display: none;
}

#header.sticky1 .header-absolute .logo__right p.fsize20 {
}

/* -------------------------------------------------- */
/*  Back Top
/* -------------------------------------------------- */
#back-top {
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 999;
  overflow: hidden;
  display: none;
  width: 50px;
  height: 50px;
  background-color: var(--bg-yellow);
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#back-top:after {
  display: block;
  text-align: center;
  color: var(--text-dark);
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f062";
  line-height: 48px;

  -webkit-transition: color 0.25s ease, -webkit-transform 2s ease;
  transition: color 0.25s ease, transform 2s ease;
}

#back-top:hover {
  background-color: var(--bg-red);
}

#back-top:hover:after {
  color: #fff;
}

/* -------------------------------------------------- */
/*  Back Top END
/* -------------------------------------------------- */

/* Hero Section Slide */

.bc-img01 {
  /* background-image: url(../images/bannersimg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 10px;
  /* background-image: url(../images/banner.jpg); */
  background-image: url(../images_webp/banner.webp);
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: -116px;
  z-index: 2;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sideNavi-item {
  display: flex;
}

.sideNavi a {
  background-color: var(--bg-yellow);
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 12px;
}

.sideNavi a.whatsapp {
  background-color: #25d366;
  color: #fff;
}

.sideNavi a.telphone {
  background-color: var(--text-dark);
  color: #fff;
}

.sideNavi a:hover {
  background-color: #231f20;
  color: #ffffff;
}

.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 {
  /* background-image: url(../images/banner.jpg); */
  background-image: url(../images_webp/banner.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv {
  background-color: #ffffff;
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: 30px;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv h3 {
  font-size: 40px;
  color: var(--bg-orange);
}

.hero-thankyou .thankyou_btn_link a {
  color: #fff;
  font-size: 18px;
  background-color: #720701;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #720701;
}

.hero-thankyou .thankyou_btn_link a:hover {
  background-color: #fff;
  color: #720701;
}

.thankyou-sec .hero-thankyou .bc-img01 .thankyou__dv p {
  font-size: 22px;
  line-height: 1.3;
}

.thankyou-sec .hero-thankyou .bc-img01 {
  height: 84vh;
  background-size: cover;
  padding-top: 20%;
}

.blog-text > a {
  background-color: var(--bg-yellow);
  color: #000000;
  border-radius: 30px;
  border: 0;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1rem 10px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  font-size: 18px;
}

.blog-text > a:hover {
  color: #fff;
}

.blog-text > a::before {
  border-radius: 30px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.blog-text > a:hover::before {
  transform: scaleY(1);
}

.video-play-fluid h2 {
  position: absolute;
  width: 100%;
  top: 27%;
  z-index: 1;
}

.video-button i {
  color: var(--bg-red);
  font-size: 1.5rem;
}

.video-button {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  line-height: 90px;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffff;
  border-radius: 74px;
  opacity: 0.15;
  z-index: -10;
}

.video-play-row {
  position: relative;
  overflow: hidden;
}

.video-play-row:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
}

.video-button::before {
  z-index: 2;
  animation: inner-ripple 2000ms linear infinite;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: 1;
  animation: outer-ripple 2000ms linear infinite;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
}

.video-section {
  position: absolute;
  left: 45%;
  top: 40%;
  text-align: center;
  z-index: 3;
}

@-webkit-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@-moz-keyframes outer-ripple {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }

  80% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .sideNavi {
    right: 0;
    transform: none;
  }

  .sideNavi-item {
    display: block;
  }

  .sideNavi a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
  }
}
