/* RESET CSS STRAT */
:root {
  --bg-orange: #D0A400;
  --bg-blue: #008DCD;
  --bg-maroon: #5C0016;
  --font: 1rem;
  --text-dark: #535353;
}

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

body {
  font-family: "Roboto", 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: 1.8rem;
  margin: 0px;
  line-height: 1.3em;
}

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

.hr {
  margin-bottom: 15px;
  margin-top: 15px;
  border-color: #231f20;
  width: 45%;
}

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;
  line-height: 1.2;
}

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

.fsize14 {
  font-size: 14px;
}

.fsize35 {
  font-size: 40px !important;
}

.zindex5 {
  z-index: 5;
}

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

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

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

.text-orange {
  color: var(--bg-orange) !important;
}



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: rgba(0, 0, 0, 0.9) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.9) !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.9) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.9) !important;
}

/* STICKY ANV BAR */
.sticky {
  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 rgba(0, 0, 0, .1);
}

#header.sticky .header-absolute .top-head .col-lg-5 {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

#header.sticky .header-absolute {
  background-color: #FFFFFF;
}

#header.sticky .header-absolute .logo {
  padding-top: 0rem;
}

#header.sticky .header-absolute .mobile__dv {
  margin-top: 0;
}

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

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

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

#back-top:hover {
  background-color: #231f20;
}

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

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


/* Hero Section Slide */

.bc-img01 {
  background-image: url(../images/bg-banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bc-img02 {
  background-image: url(../images/bg-banner.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.thankyou-sec .hero-thankyou .bc-img02 {
    height: 100vh;
    background-size: cover;
    padding-top: 4%;
}
.sideNavi {
  position: fixed;
  top: 50%;
  right: -43px;
  z-index: 2;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sideNavi a {
  background-color: var(--bg-blue);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 15px;
  display: block;
  margin-top: 25px;
}

.sideNavi a.telphone {
  background-color: #ffcb05;
  color: #000;
}

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

.shadow:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.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-img02 .thankyou__dv {
  background-color: #FFFFFF;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
}

.thankyou-sec .hero-thankyou .bc-img02 .thankyou__dv h3 {
  font-size: 5em;
}

.thankyou-sec .hero-thankyou .bc-img02 .thankyou__dv p {
  font-size: 18px;
  line-height: 1;
}

.thankyou-sec .hero-thankyou .bc-img02 {
  height: 87vh;
  background-size: cover;
  padding-top: 4%;
}



#gallery-memeber.owl-theme .owl-nav {
  margin-top: 0;
}

#gallery-memeber.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 40%;
  margin: 0px;
  border-radius: 0px;
  text-align: center;
}



#gallery-memeber.owl-theme .owl-nav .owl-prev {

  left: -40px;

}

#gallery-memeber.owl-theme .owl-nav .owl-next {

  right: -40px;

}

#gallery-memeber.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 24px;
  padding: 8px 0px;
  background: rgba(0, 0, 0, 0.5);

  color: #FFF;

  display: inline-block;

  cursor: pointer;

  border-radius: 0%;

  height: 40px;

  width: 40px;
}

.gallery_area .item_row .popup-gallery-row {
  padding: 0px;
}

.galleryBox .container-fluid {
  padding: 0 0;
}

.gallery_area {
  padding-top: 0px;
}

.gallery_area .single_gallery_item {

  display: inline-block;
  text-align: center;

  width: 100%;

  position: relative;

  z-index: 1;

}


.gallery_area .single_gallery_item .hover_overlay {

  background-color: rgba(0, 0, 0, 0.7);

  border: 1px solid var(--bg-orange);

  height: 92%;

  left: 4%;

  position: absolute;

  top: 4%;

  -webkit-transition-duration: 350ms;

  transition-duration: 350ms;

  width: 92%;

  border-radius: 1rem;

  -webkit-transform: scale(0, 0);

  transform: scale(0, 0);

}

.gallery_area .single_gallery_item:hover .hover_overlay {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

}

.gallery_area .single_gallery_item .gallery_info h5,
.gallery_area .single_gallery_item .gallery_info p {

  color: #ffffff;

  position: absolute;

  text-align: center;

  top: 30%;

  width: 100%;

  height: auto;

}

.gallery_area .single_gallery_item .gallery_info p {

  top: 45%;

}



.gallery_area .single_gallery_item .links>a>i {

  color: #ffffff;

  font-size: 40px;

}



.gallery_area .single_gallery_item img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.gallery_area .single_gallery_item .links {
  top: 40%;
  text-align: center;
  position: absolute;
  right: 0;
  margin-right: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;

}