@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Oxygen", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.938rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}


/* Banner section */

.banner-sect:before {
  content: '';
  background: linear-gradient(180deg, #562b63, rgb(86 43 99 / 57%));
  width: 100%;
  height: 100%;
  /* background-image: url(../img/slide-pt.png); */
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: repeat;
}
.banner-sect {
    background-image: url(../img/banner-01.webp);
    background-color: #999999;
    min-height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.white-filter{
  filter: invert(1);
}
.advantages::after{
  position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #562b63;
    width: 100%;
    height: 40%;
}
.testimonial::after{
  content: "";
  background: rgb(241 241 241 / 91%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial .testimoni{
  width: 110px !important;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  box-shadow: -5px 8px 0px #ffc008;
}
.testimonial{
  position: relative;
  background-image: url(../img/test.jpg);
  background-repeat: repeat;
  background-size: contain;
}
.overlay-01::after{
  content: '';
  background: #562b63;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}
.overlay-01{
  background-image: url(../img/banner-02.webp);
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.box-style-1 img{
  border-radius: 30px;
  height: 300px;
  object-fit: cover;
}
.box-style-1{
  background: #e71f79;
  box-shadow: 0px 2px 7px rgb(0 0 0 / 24%);
  border-radius: 30px;
  overflow: hidden;
  min-height: 600px;
  padding: 5px;
}
.box-style-2 img{
  border-radius: 30px;
  height: 350px;
  object-fit: cover;
  box-shadow: 0px 2px 7px rgb(42 42 42 / 36%);
}
.style-heading::before{
  content: '';
  width: 10%;
  height: 4px;
  position: absolute;
  background: #e71f79;
  right: 0;
  top: 50%;
}
.style-heading::after{
  content: '';
  width: 10%;
  height: 4px;
  position: absolute;
  background: #e71f79;
  left: 0;
  top: 50%;
}
.style-heading{
  text-align: center;
  font-size: 3.9vw;
  position: relative;
  font-weight: 700;
  color: #e71f79;
  -webkit-text-stroke: 4px #e71f79;
}
.silver-box::before{
  content: '';
  background-image: url(../img/leaf-right.webp);
  position: absolute;
  top: 0%;
  right: 0px;
  width: 60px;
  height: 100%;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.silver-box::after{
  content: '';
  background-image: url(../img/leaf-left.webp);
  position: absolute;
  top: 0%;
  left: 0px;
  width: 60px;
  height: 100%;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.silver-box{
  position: relative;
  text-align: center;
}

.sign-up-form-wrap {
  background: #fff;
  box-shadow: 0px -8px 0px rgb(255 192 8);
}
.input-group-text {
  width: 40px;
  border-radius: 10px 0px 0px 10px;
  display: grid;
}
.login-signup-form .form-control {
  height: auto;
  border-radius: 10px;
  color: #333;
  background: #fff;
  min-height: 40px;
  line-height: 2;
  font-size: 14px;
}
.placement
.placement-box{
  margin: 10px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 2px 7px rgb(42 42 42 / 14%);
}
ul.list-star{
  padding-left: 5px;
}
ul.list-star li{
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.4;
}
ul.list-star li::after{
  content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 12px;
    background: #ffc107;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
text-indent: -5px;
position: relative;
left: -5px;
}
.header-logo{
  max-height: 60px;
}
.Apply_Now:hover{
  background: #333;
  text-decoration: none;
  color: #fff;
}
.Apply_Now{
  position: fixed;
  right: -58px;
  top: 30%;
  transform: rotate(270deg);
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  background: #fba832;
  color: #000000;
  z-index: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.gallery-main{
  position: relative;
}
.gallery-main::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 45px solid #562b63;
  position: absolute;
  top: -45px;
  left: 20%;
}
.gallery-main img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.flip-effect:hover img{
  -webkit-transform: rotateY(180deg) scaleX(-1);
  transform: rotateY(180deg) scaleX(-1);
    transition: 0.6s;
}
@media only screen and (min-width: 992px) {
    .center-border::before{
      content: '';
      position: absolute;
      top: 10%;
      left: 50%;
      width: 0px;
      height: 80%;
      z-index: 1;
      border-left: 1px dashed #959595;
    }
    .sticky-side {
      height: fit-content;
      position: -webkit-sticky;
      position: sticky;
      top: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .style-heading {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    font-weight: 700;
    color: #e71f79;
    -webkit-text-stroke: 1px #e71f79;
  }
  .mobile-heading-02 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  .mobile-heading {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .Apply_Now {
    position: fixed;
    font-size: 20px;
    font-weight: 600;
    right: 0;
    top: unset;
    width: 100%;
    bottom: 0;
    transform: rotate(0deg);
    display: block;
    padding: 10px 30px 10px;
    text-align: center;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px -2px 5px rgb(0 0 0 / 22%);
    
  }
}
.owl-nav .owl-prev{
  left: 10px;
}
.owl-nav .owl-next{
  right: 10px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev{
  position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    background: rgb(239 127 26 / 78%) !important;
    color: #ffffff !important;
    font-size: 40px !important;
    line-height: 0 !important;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 23%);
}
.owl-theme .owl-nav {
  margin-top: 0px;
}
.owl-nav .owl-next span,
.owl-nav .owl-prev span{
  position: relative;
    top: -3px;
}
.owl-theme .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
}
.owl-theme .owl-dots .owl-dot.active span{
  background-color: #ffc107;
}


.theme-color-01{
  color: #562b63 !important;
}
.theme-bg-01{
  background: #562b63 !important;
}
.theme-color-02{
  color: #e71e79 !important;
}
.theme-bg-02{
  background: #e71e79 !important;
}

