/* RESET CSS STRAT */
:root {
  --bg-orange: #FF914D;
  --bg-blue: #8E2764;
  --bg-red: #F5185A;
  --bg-yellow: #FFC20E;
  --white-col: #FFFFFF;
  --font: 1rem;
  --text-dark: #1B1413;
  --text-blue: #8E2764;
  --light-col: #FEFAF2;


}

*,
body,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  outline: none;
  line-height: 1.3em;
  overflow-x: hidden;
}

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

ul,
:hover,
:focus,
:active,
textarea,
input:focus,
a:hover,
a:active,
a:focus {
  outline: none !important;
}

a {
  outline: none !important;
  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;
}

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

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

li {
  color: #1e1e1e;
  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;
}

.hr {
  border: 1px solid var(--secondary);
  width: 100%;
  opacity: 1;
}

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

.text-red {
  color: #E60E7C;
}

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

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

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

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

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

.fsize14 {
  font-size: 14px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(67, 44, 95, 0.6) !important;
}

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

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

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

/* STICKY ANV BAR */
.sticky.header .header-absolute {
  background-color: #ffffff;
}

.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);

}


.sticky.header .header-absolute a.navbar-brand img {
  width: 60%;
}

.sticky.header .header-absolute .top-menu {
  padding: .5rem 0rem;
}

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

#back-top:after {
  display: block;
  text-align: center;
  color: #FFF;
  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-shapes_ab {
  position: absolute;
  top: -13rem;
}

.bc-img01 {
  background-image: url(../images/banner-img.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.sideNavi {
  position: fixed;
  top: 50%;
  right: -62px;
  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: #8e1739;
  color: var(--white-col);
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 0px;
  border: 1px solid #FFF;
  padding: 10px 20px;
  display: block;
}

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

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


.blog-text>a {
  background-color: var(--bg-red);
  color: var(--white-col);
  border-radius: 5px;
  border: 0;
  display: block;
  line-height: 1;
  padding: 1rem 1rem;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2rem;
}

.blog-text>a.downloadBTn {
  background-color: transparent;
  border: 1px solid var(--bg-red);
  color: var(--bg-red);
}

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

.blog-text>a::before {
  border-radius: 5px;
  background-color: var(--bg-orange);
  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);
}

.shadow:hover,
.core__section .core__Block .core__card:hover {
  box-shadow: none !important;
  -webkit-transform: translateY(-.5em);
  transform: translateY(-.5em);
}

.shadow,
.core__section .core__Block .core__card:hover {
  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 {
  background-color: #FFFFFF;
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
}

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

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

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



#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 {
  border-radius: 0.7rem;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  padding: 8px;
  border: solid 1px #D4D4D4;
  text-align: center;
}


.gallery_area .single_gallery_item .hover_overlay {
  background-color: rgba(19, 47, 67, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0%;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  width: 100%;
  -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-memeber.owl-theme .owl-dots .owl-dot.active span,
#gallery-memeber.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF !important;
}

.gallery_area .single_gallery_item:hover .gallery_info {
  display: none;
}

.gallery_area .single_gallery_item .gallery_info h5,
.gallery_area .single_gallery_item .gallery_info p {
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  background-color: rgba(19, 47, 67, 0.5);
  text-align: center;
  top: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}




.gallery_area .single_gallery_item .links>a>i {

  color: #ffffff;

  font-size: 40px;

}

.gallery_area .single_gallery_item img {
  height: auto;
  max-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;

}


.marquee-area-1 {
  overflow: hidden;
  top: -2.2rem;
  left: -0px;
  padding: 0.8rem 0;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(358deg);
  z-index: 1;
}

.Marquee {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 45s linear infinite running;
  -moz-animation: marquee 45s linear infinite running;
  -o-animation: marquee 45s linear infinite running;
  -ms-animation: marquee 45s linear infinite running;
  animation: marquee 45s linear infinite running;
}

.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

.Marquee-tag {
  margin: 0 2em;
  padding: 0 0%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.Marquee-tag h4 {
  white-space: nowrap;
  font-size: 1.1rem;
  color: var(--white-col);
}

.Marquee-tag h4 strong {
  font-size: 2rem;
  font-weight: 700;
  color: var(--bg-yellow);
}

.Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}