/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus {
  outline: 0 solid;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
  font-family: "Heebo", sans-serif;
}
body {
  color: #000000;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}

@font-face {
  font-family: RusticLoveTattoo;
  src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

.fix {
  overflow: hidden;
}

/* Header bar section start */

.container {
  max-width: 1140px;
}
.hero-area {
  height: 829px;
  position: relative;
  padding-top: 190px;
  overflow: hidden;
}
.hero-area:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    112.13deg,
    rgba(81, 111, 178, 0.85) 14.66%,
    rgba(100, 185, 199, 0.85) 85.12%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.hero-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-containt {
  /*! width: 46%; */
  padding-right: 20px;
}
.hero-containt h3 {
  font-size: 45px;
  line-height: 72px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
}
.hero-containt p {
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero-btn {
  display: flex;
  align-items: center;
}
.hero-btn a {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 200px;
  width: 192px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}
.hero-btn a:hover {
  background: #fff;
  color: #000000;
}
.h-act {
  background: #fff !important;
  color: #5069b1 !important;
}
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  padding: 25px 0;
}

.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-logo {
  margin-right: 20px;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
  margin: 0 25px;
}
.header-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.header-btn {
  display: flex;
  align-items: center;
}
.header-btn a {
  background: #ffffff;
  border: 1px solid #eab889;
  box-sizing: border-box;
  border-radius: 5px;
  width: 151px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #f2913b;
}
.star {
  background: #ff7800 !important;
  border: 1px solid #eab889 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  color: #ffffff !important;
}

.h-sheap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero-img {
  /*! width: 50%; */
  width: 772px;
  padding-top: 10px;
}
.hero-img img {
  margin-left: -59px;
  width: 800px;
}

.manage-area {
  padding-top: 100px;
  overflow: unset;
}
.manage-title {
  text-align: center;
  margin-bottom: 120px;
}
.manage-title h3 {
  font-size: 35px;
  line-height: 51px;
  color: #000000;
  margin-bottom: 22px;
  font-weight: 700;
}
.manage-title p {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
  font-weight: 400;
  color: #000;
}
.manage-img img {
  margin-left: -50px;
}
.manage-img {
  margin-right: -50px;
}
.manage-containt h4 {
  font-size: 24px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.single-maneg h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  margin: 0;
  color: #000;
}
.single-maneg ul li {
  font-size: 16px;
  line-height: 29px;
  color: #000;
}
.single-maneg ul {
  margin: 0;
  padding-left: 22px;
}
.single-maneg {
  margin-bottom: 30px;
}
.manage-btn a {
  width: 192px;
  transition: 0.3s;
}
.manage-btn a:hover {
  background: #556eb3;
  color: #fff;
}
.theme-btn {
  height: 64px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #5069b1;
  box-sizing: border-box;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5069b1;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 999;
}
/* Header bar section  END */

/*counter-area-start*/

.counter-area {
  height: 253px;
  background: linear-gradient(
    105.98deg,
    rgba(242, 145, 59, 0.7055) -29.61%,
    rgba(212, 107, 88, 0.85) 73.95%
  );
  display: flex;
  align-items: center;
}
.cunter-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-counter {
  width: 33.33%;
}
.single-counter:nth-child(2) {
  justify-content: center;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}
.single-counter {
  display: flex;
  align-items: center;
}
.single-counter:nth-child(3) {
  justify-content: end;
  width: 22%;
}
.cunter-icon {
  margin-right: 15px;
}
.cunter-text h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 44px;
  color: #ffffff;
  margin: 0;
}
.cunter-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  margin: 0;
}
/*counter-area-end*/

/*take-area-start*/

.take-area {
  padding: 150px 0;
}
.take-area .section-title {
  text-align: center;
  margin-bottom: 100px;
}
.section-title h3 {
  font-size: 35px;
  line-height: 51px;
  text-align: center;
  color: #000000;
  font-weight: 700;
  width: 583px;
  margin: auto;
  margin-bottom: 0;
}

.section-title p {
  text-align: center;
  margin: auto;
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;

  max-width: 620px;
}
.section-title.bbv h3 {
  width: 100%;
  margin-top: 42px;
}
.single-take {
  height: 345px;
  background-size: 100% 100%;
  padding-top: 55px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.single-take:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #898383;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 19px;
}
.single-take:hover::before {
  opacity: 0;
}
.single-take h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.single-take a {
  width: 176.64px;
  margin: 0 auto;
  height: 58.88px;
}

.com-area {
  background: linear-gradient(
    113.46deg,
    rgba(242, 145, 59, 0.747) 21.67%,
    rgba(212, 107, 88, 0.9) 82.18%
  );
  height: 960px;
  display: flex;
  align-items: center;
  position: relative;
}
.com-area:before {
  position: absolute;
  content: "";
  background-image: url(../img/slider-bg.png);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
}

.com-title {
  text-align: center;
  margin-bottom: 40px;
}
.com-title h3 {
  font-size: 35px;
  line-height: 51px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 17px;
  font-weight: 700;
}
.com-title p {
  font-weight: normal;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  margin: 0;
}

.come-lir {
  width: 600px;
  margin: auto;
}

.owl-item.active.center {
  transform: scale(2.7, 1.3);
  z-index: 99;
  /*! height: 110px; */
}
.abouts .single-slider img {
  width: 248px !important;
  height: 267px;
}
.com-slider.owl-carousel.owl-loaded.owl-drag .owl-item {
  /*! background: #fff; */
  /*! border-radius: 20px; */
  /*! height: 249px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
  overflow: hidden;
  opacity: 0.5;
  margin: 26px 0;
}
.com-slider.owl-carousel.owl-loaded.owl-drag .owl-item.active.center {
  /*! height: 304px; */
  opacity: 1;
  border-radius: 0 !important;
  overflow: hidden;
}
.owl-item.active.center {
  z-index: 9;
}
.owl-item {
  margin-bottom: 0;
  height: 298px;
  display: flex;
  align-items: end;
}

.ind .owl-item {
  margin-bottom: unset;
  height: unset;
  display: unset;
  align-items: unset;
}
.single-slider {
  height: auto;
  width: 100%;
  display: flex;
  align-items: end;
  align-items: center !important;
  justify-content: center;
  border-radius: 20px;
  background: #fff;
  height: 249px;
}
.owl-item.active.center .single-slider {
  align-items: center;
  /*! padding-top: 49px; */
  background: #fff;
}
.owl-item img {
  /*! height: 135px; */
}

.owl-dots .owl-dot {
  width: 42px;
  height: 7px;
  background: #edecec !important;
  margin: 0 6px;
  transition: 0.3s;
}
.owl-dots {
  margin-top: 40px;
  text-align: center;
}
.owl-dot.active {
  background: #ff912e !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/*take-area-end*/

/*review-area-start*/

.review-title {
  margin-bottom: 110px;
  text-align: center;
}
.review-title h3 {
  font-size: 35px;
  line-height: 51px;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.review-title h3 img {
  margin: 0 11px;
}
.review-area {
  padding-top: 50px;
  padding-bottom: 200px;
}

.re-fl {
  display: flex;
  justify-content: space-between;
}
.single-review {
  max-width: 490px;
}
.review-img {
  margin-bottom: 40px;
  height: 238px;
  display: flex;
  align-items: end;
}
.review-text p {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.review-ster {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.review-ster a {
  margin-right: 10px;
  color: #ffac00;
}
.review-text span {
  font-weight: 500;
  font-size: 20px;
  color: #f2913b;
  /* background: -webkit-linear-gradient(#F2913B, 50%, #D46B58);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

/*review-area-end*/

/*down-area-start*/

.down-area {
  height: 965px;
  position: relative;
  /*! padding-top: 150px; */
  padding-left: 50px;
  padding-right: 50px;
}
.down-area:before {
  position: absolute;
  content: "";
  background: linear-gradient(113.46deg, #f2913b 21.67%, #d46b58 82.18%);
  opacity: 0.8;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
}
.down-area:after {
  position: absolute;
  content: "";
  background: linear-gradient(112.13deg, #516fb2 14.66%, #64b9c7 85.12%);
  opacity: 0.8;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
}
.down-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  padding-top: 156px;
  max-width: 1250px;
  margin: auto;
}
.make-closer-br {
  line-height: 37px !important;
}
.down-mid-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  top: 40px;
  width: 574px;
}
.single-down {
  max-width: 370px;
}
.single-down:last-child {
  text-align: right;
}
.down-text h3 {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 7px;
}
.down-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  height: 90px;
  margin: 15px;
  margin-bottom: 15px !important;
  margin: 0;
}
.down-img {
  display: flex;
  align-items: center;
}
.down-img a {
  margin-right: 12px;
}
.single-down:last-child .down-img {
  justify-content: end;
}
.single-down:last-child .down-img a {
  margin-right: 0;
  margin-left: 10px;
}
/*down-area-end*/

/*footer-area-start*/

.footer-area {
  background: #373e55;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.footer-area.about.ad .sheap-ft {
  bottom: 217px;
}
.footer-area.about.dance.add .sheap-ft {
  height: 360px;
  bottom: 271px;
}
.footer-area.about.dance {
  
}
.footer-fl {
  display: flex;
  justify-content: space-between;
}
.single-wedget h3 {
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 4px;
  font-weight: 700;
}
.footer-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-list li a {
  font-size: 12px;
  line-height: 150%;
  color: #81889b;
  font-weight: 400;
}
.single-wedget {
  margin-bottom: 20px;
}
.footer-al a {
  display: block;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
}
.footer-al {
  margin-bottom: 15px;
}
.liu a {
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
}
.footer-socail {
  display: flex;
}
.footer-socail a {
  margin-right: 24px;
}
.footer-socail a:last-child {
  margin: 0;
}
.footer-socail {
  margin-bottom: 25px;
}
.footer-socail-text p {
  font-size: 12px;
  line-height: 150%;
  color: #81889b;
}
.footer-socail-text p span {
  color: #fb071b;
}
.footer-copy a {
  font-size: 12px;
  color: #ffffff;
}
.sheap-ft {
  position: absolute;
  width: 100%;
  bottom: 283px;
  left: 0;
}

.footer-area.about .sheap-ft {
  bottom: 260px;
}

.com-area.about {
  padding-bottom: 250px;
  background: linear-gradient(
    112.13deg,
    rgba(81, 111, 178, 0.8) 14.66%,
    rgba(100, 185, 199, 0.8) 85.12%
  );
  height: auto;
  padding-top: 150px;
}

/*footer-area-end*/

/*about-page-start*/

.header-area.addp {
  position: unset;
  background: linear-gradient(
    112.13deg,
    rgba(81, 111, 178, 0.8) 14.66%,
    rgba(100, 185, 199, 0.8) 85.12%
  );
}
.about-area {
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-text p {
  font-size: 22px;
  line-height: 161%;
  color: #000000;
}
.about-text a {
  font-size: 22px;
  line-height: 161%;
  color: #000000;
  text-decoration: underline;
}
.single-about-box {
  background: #ffffff;
  border: 0.2px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 351px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  margin: 40px 0;
}
.single-about-box p {
  font-size: 18px;
  line-height: 190%;
  color: #000000;
  font-weight: 400;
}
.cot {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.about-box-fl {
  display: flex;
  align-items: center;
}
.about-box-fl img {
  margin-right: 20px;
}
.about-box-fl h3 {
  background: -webkit-linear-gradient(
    113.46deg,
    #f2913b 21.67%,
    #d46b58 82.18%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
/*about-page-end*/

/*dance-area-start*/

.dace-hero {
  position: absolute;
  right: 0;
  top: 110px;
  max-width: 710px;
}
.hero-area.dance {
  padding-top: 220px;
}
.hero-area.dance::before {
  background: linear-gradient(
    103.3deg,
    rgba(242, 145, 59, 0.7055) -32.76%,
    rgba(212, 107, 88, 0.85) 66.52%
  );
}


.dc-img {
  position: absolute;
  right: 0;
  max-width: 640px;
}

.keep-area {
  position: relative;
  padding: 104px 0;
  padding-bottom: 157px;
  overflow: unset;
}
.lef {
  position: absolute;
  right: -152px;
  top: 55%;
  transform: translateY(-50%);
  max-width: 579px;
}
.keep-containt h3 {
  font-size: 20px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 4px;
  font-weight: 700;
}

.manage-containt.ws h3 {
  font-size: 20px;
  line-height: 41px;
  color: #000000;
  margin-bottom: 4px;
  font-weight: 700;
}
.keep-containt p {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.manage-containt.ws p {
  font-size: 16px;
  color: #000000;
  margin: 0;
}

.lef.re {
  right: auto;
  left: 10%;
}

.keep-area {
  margin-bottom: 49px;
  /*! overflow: hidden; */
}

.keep-fl {
  position: relative;
}
.keep-containt {
  width: 50%;
}

.keep-containt.ri {
  margin-left: auto;
}
.lef.ri {
  right: auto;
  left: -190px;
}

.grow-fl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.single-grow {
  width: 32.33%;
}
.grow-top {
  text-align: center;
}
.grow-top span {
  font-size: 40px;
  font-weight: 700;
  display: block;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(20.46deg, #f2913b 70.55%, #d46b58 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grow-top h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 145.5%;
  color: #000000;
}
.grow-box {
  background: linear-gradient(
    105.98deg,
    rgba(242, 145, 59, 0.747) -29.61%,
    rgba(212, 107, 88, 0.9) 73.95%
  );
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 15px;
}
.grow-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.grow-area {
  padding-bottom: 200px;
}

.dan-title {
  text-align: center;
}
.dan-title h3 {
  font-size: 35px;
  line-height: 51px;
  color: #ffffff;
  margin-bottom: 24px;
}
.dan-title p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.dan-title a {
  width: 192px;
  margin: auto;
  background: transparent;
  border-color: #fff;
  color: #fff;
  transition: 0.3s;
}
.dan-title a:hover {
  background: #fff;
  color: #000000;
}
.com-area.about.danc {
  padding-top: 200px;
}

.footer-area.about.dance .sheap-ft {
  bottom: 279px;
  height: 290px;
}
/*dance-area-end*/

/*book-page-css-stat*/

.calender-area {
  padding-top: 86px;
  padding-bottom: 140px;
  text-align: center;
}
.calender-title {
  padding-bottom: 90px;
}
.calender-title h3 {
  font-size: 35px;
  line-height: 150%;
  font-weight: 700;
  color: #000;
}
.calender-title p {
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin: 0;
}
.tan-title p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 35px;
}
.tan-fl {
  display: flex;
  align-items: center;
}
.tan-fl a {
  margin-right: 15px;
}
.tan-text h3 {
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  color: #fff;
}
.tan-text span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
/*book-page-css-end*/

/*advantage-page-css-start*/

.hero-area.ad-hero {
  padding-top: 150px;
}
.ad-hero-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-area.ad-hero:before {
  background: linear-gradient(
    103.3deg,
    rgba(242, 145, 59, 0.7055) -32.76%,
    rgba(212, 107, 88, 0.85) 66.52%
  );
}
.ad-hero-text h3 {
  font-size: 45px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.ad-hero-img.ad-ig img {
  width: 100%;
}
.ad-hero-img.ad-ig {
  width: 32%;
}
.ad-hero-containt.ad-ct {
  width: 65%;
  margin-left: 0;
}
.ad-hero-text p {
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}
.ad-hero-text {
  margin-bottom: 30px;
}
.ad-hero-play {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.ad-hero-play a {
  margin-right: 15px;
}
.ad-hero-btn a {
  width: 192px;
  background: transparent;
  border-color: #fff;
  color: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 9;
}
.ad-hero-btn a:hover {
  background: #fff;
  color: #000000;
}
.ad-hero-containt {
  margin-left: 45px;
}

.keep-area-top.ee {
  padding-top: 150px;
}
.section-title.kkp {
  text-align: center;
  margin-bottom: 100px;
}
.keep-containt.kkp {
  width: 440px;
}
.section-title.kkp p {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.section-title.kkp.tttu h3 {
  width: 100%;
  margin-bottom: 26px;
}
.keep-fl.tt .lef {
  right: 0;
}
.keep-fl.tt .lef.ri {
  left: -91px;
}
.footer-area.about.dance.box .sheap-ft {
  height: auto;
  bottom: 244px;
}
.hero-area.ert {
  height: 910px;
  padding-top: 37px;
}
.footer-area.about.dance.box {
  margin-top: -128px;
}
.ad-hero-text.lop {
  max-width: 606px;
}
.ad-hero-text.lop a {
  color: #fff;
}
.ad-hero-containt.str {
  margin: 0;
}
.ad-hero-containt.str .ad-hero-text h3 {
  line-height: 72px;
}
.ad-hero-containt.str {
  padding-top: 81px;
}
.single-wedget.uun {
  display: none;
}
.bar {
  display: none;
}
/*advantage-page-css-end*/

/* lastt */

.lgnite .hero-area.ad-hero:before {
  background: linear-gradient(
    112.13deg,
    rgba(81, 111, 178, 0.8) 14.66%,
    rgba(100, 185, 199, 0.8) 85.12%
  );
}

.lgnite .com-area.about.danc {
  background: linear-gradient(
    105.98deg,
    rgba(242, 145, 59, 0.7055) -29.61%,
    rgba(212, 107, 88, 0.85) 73.95%
  );
}

.offcamva {
  position: fixed;
  width: 90%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: -100%;
  transition: 0.3s;
}
.offcanva-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanva-menu {
  margin-top: 70px;
}
.cross {
  position: absolute;
  top: 10px;
  right: 15px;
}
.cross a {
  font-size: 24px;
  color: #000;
}
.offcanva-menu ul li a {
  font-size: 16px;
  color: #000000b0;
  font-weight: 500;
  padding: 12px 16px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
}
.offcanva-menu ul li a:hover {
  padding-left: 30px;
  border-color: #cb7b5c;
  color: #cb7b5c;
}
.offcanva-menu ul li a:hover {
  padding-left: 30px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #3d253f;
  z-index: 99;
  opacity: 0.3;
  left: -100%;
  top: 0;
  transition: 0.3s;
}

.offcamva.active {
  left: 0;
}
.overlay.active {
  left: 0;
}
.offcamva {
  display: block;
}
.bar a {
  font-size: 26px;
  color: #fff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: transparent;
}
.bar {
  display: none;
}
.keep-area-top {
  padding-top: 100px;
}
.keep-area-top .section-title h3 {
  width: 100%;
}
.section-title.vvf h3 {
  max-width: 620px;
}
.demo-btn a {
  background: #ffffff;
  border: 1px solid #5069b1;
  box-sizing: border-box;
  border-radius: 200px;
  font-family: Heebo;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 192px;
  height: 64px;
  color: #5069b1;
}
.demo-btn {
  padding-top: 130px;
}

.com-slider2.owl-carousel.owl-loaded.owl-drag .single-slider {
  align-items: center !important;
}
.com-slider2.owl-carousel.owl-loaded.owl-drag .owl-dots {
  display: none;
}

.com-slider2.owl-carousel.owl-loaded.owl-drag .owl-carousel .owl-item {
  opacity: 0.5;
}
.com-slider2.owl-carousel.owl-loaded.owl-drag .owl-item {
  opacity: 0.6;
}
.com-slider2.owl-carousel.owl-loaded.owl-drag .owl-item.active.center {
  opacity: 1;
}

/* trial-form */

.Trial {
  width: 360px;
  background: #f6f8fd;
  height: 100%;
  z-index: 99999999999;
  position: fixed;
  right: -100%;
  padding: 20px;
  transition: 0.3s;
  top: 0;
  -webkit-box-shadow: -9px 0 15px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: -9px 0 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: -9px 0 15px 0 rgb(0 0 0 / 6%);
}
.trial-cross a {
  font-size: 25px;
  color: #000;
}
.trial-cross {
  position: absolute;
  right: 30px;
  top: 30px;
}
.trial-wrap {
  padding-top: 60px;
}
.trial-hdn h4 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
}
.trial-hdn p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 2;
}
.trial-single-form input {
  width: 100%;
  height: 40px;
  border: 0;
  background: #fff;
  border-radius: 5px;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
}

.trial-single-form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.trial-single-form {
  margin-bottom: 15px;
}
.trial-btn button {
  background: #5069b1;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  padding: 10px 44px;
  min-width: 175px;
  align-items: center;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.trial-btn {
  text-align: center;
  margin-top: 20px;
}
.Trial.active {
  right: 0;
}
.header-btn.mobile {
  display: none;
}

.com .lef {
  right: -170px;
}
.com .keep-area {
  padding: 230px 0;
  padding-bottom: 0;
  margin-bottom: 70px;
}
.com .keep-area:nth-child(2) {
  padding-top: 188px;
}
.com .keep-area:nth-child(2) {
}
.com .lef.ri {
  left: -170px;
}
.com .lef.ri {
  left: 0;
}

.com .lef {
  right: 0;
}
.keep-area.krep .lef {
  right: -150px;
}
.keep-area.krep {
  padding-bottom: 230px;
}
.mobil-sp-sm {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

.spc .single-slider img {
  width: 106px !important;
  height: 267px !important;
}

.spc .owl-item img {
  height: 88px !important;
}

/*freq-area-style-start*/

.section-title.fteq-title {
  margin-bottom: 50px;
}

.accordion.active {
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
  background: #fde2cb;
  border-color: #f9b477;
  border: 2px solid transparent;
}
.btn.my-link {
  border: 2px solid #dfdfdf;
  width: 100%;
  text-align: left;
  padding: 30px 40px;
  background: transparent;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  white-space: inherit;
  font-weight: 600;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.card {
  border: 0;
  margin-bottom: 30px;
}
.cards-body {
  font-size: 16px;
  color: #000;
  padding: 0 40px;
  background: #fde2cb;
  padding-bottom: 20px;
}
.btn.my-link[aria-expanded="true"] {
  background: #fde2cb;
  border-bottom: 0;
  border-color: #fbc99e;
  padding-bottom: 11px;
  border-radius: 11px 11px 0 0;
}
.collapse.show .cards-body {
  border: 2px solid #fbc99e;
  border-top: 0;
  border-radius: 0 0 11px 11px;
}
.btn.my-link span {
  font-size: 34px;
  color: #000;
}
.btn.my-link[aria-expanded="true"] span i {
  transform: rotate(180deg);
  transition: 0.3s;
}
.btn.my-link[aria-expanded="false"] span i {
  transform: rotate(0deg);
  transition: 0.3s;
}
.keep-containt.mine-content {
  width: 529px;
}

.mine-nmbr {
  width: 60px;
  margin-right: 50px;
}
.mine-bd-fx {
  display: flex;
  align-items: center;
}
.mine-nmbr span {
  font-size: 40px;
  color: #f2913b;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
}
.mine-nmbr span:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f2913b;
  content: "";
  bottom: 8px;
  left: 0;
}
.mine-img img {
  width: 100%;
}
.keep-area.ttra.min-body-area {
  margin: 0;
  padding: 80px 0;
}
.mine-bd-fx.fx-2 {
  justify-content: end;
}
.keep-area.ttra.min-body-area.mind-2 {
  /*! padding-top: 120px; */
}
.mine-nmbr.nmbr-clr span {
  color: #5069b1;
}
.mine-nmbr.nmbr-clr span::before {
  background: #335196;
}
.section-title.vvf span {
  text-align: center;
  justify-content: center;
  display: block;
  margin-top: 13px;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
}
.mine-img.mine-mobile {
  display: none;
}

/*freq-area-style-end*/

.section-title.vvf p {
  text-align: center;
  font-size: 24px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.assa1 {
  background-color: #f9f9f9;
}

.container.pb-330 {
  padding-bottom: 191px;
}

/* img.wsimg{

  width: 130px !important;
} */

.ave .ad-hero-img {
  max-width: 450px;
}

.ave .section-title p {
  font-style: normal;
}
.abouts .owl-item {
  height: auto;
}

#hero-section.section-padding {
  padding: 5em 0 15em;
}

#features {
  background: url(../imgs/features-bg.png) left center no-repeat;
  background-size: cover;
}
#features .features-content {
  padding: 16em 0;
}
.modal.right.fade.show {
  padding-right: 0 !important;
}

#mobile {
  padding-top: 5em;
}

.carousel-indicators li {
  height: 7px;
}

#freeTrialForm {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 25px;
  width: 416px;
  background: #f6f8fd;
  height: 100%;
  transform: translate(781px);
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
}

#freeTrialForm.open {
  transform: translate(0px);
  -webkit-box-shadow: -9px 0px 15px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -9px 0px 15px 0px rgba(0, 0, 0, 0.06);
  box-shadow: -9px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

#freeTrialForm .modal-content,
#freeTrialForm .modal-header {
  background: transparent;
  border: none;
  position: initial;
}

#freeTrialForm .modal-header {
  position: absolute;
  right: 0;
  top: 0;
}

#freeTrialForm button.submit {
  background: #5069b1;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 20px;
  min-width: 175px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

#freeTrialForm .modal-dialog {
  margin: auto;
}

#freeTrialForm .close {
  font-size: 30px;
  outline: none;
  padding: 0;
}

#freeTrialForm form {
  margin-top: 3em;
}

#freeTrialForm form .form-group-wrap {
  margin-bottom: 15px;
}
#freeTrialForm form .form-control {
  font-size: 14px;
}
.form-error {
  color: red;
  font-size: 0.8em;
}
#mobile .img-responsive {
  margin-left: 3em;
}

.carousel-indicators {
  bottom: -5em;
}

#mobileNav {
  display: none;
}

#mobileNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  background: #f6f8fd;
  z-index: 999999;
  overflow-y: auto;
}

#mobileNav .d-flex {
  padding: 10px;
}

#mobileNav .logo-menu {
  margin-left: 10px;
}

#mobileNav .navbar-nav {
  margin-top: 10px;
  justify-content: center;
}

.mobileCloser {
  border: none;
  background: none;
  outline: none;
  color: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 15px 0;
  padding: 10px;
}

.mobileCloser span {
  font-size: 30px;
}

#mobileNav .nav-item {
  display: flex;
  align-items: center;
  background: linear-gradient(
    112.13deg,
    rgba(81, 111, 178, 0.8) 14.66%,
    rgba(100, 185, 199, 0.8) 85.12%
  );
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  max-height: 100px;
  width: 90%;
  margin-bottom: 15px !important;
  padding: 15px 20px;
  margin: auto;
}

#mobileNav .freeTrial {
  background: #f2913b;
  color: #fff;
  text-align: center;
  max-height: 35px;
  margin-top: 1em;
}

#mobileNav .freeTrial:hover,
#mobileNav .nav-item .nav-link:hover {
  color: #000000 !important;
}

#mobileNav .nav-item .nav-link {
  flex: 1;
}

#mobileNav .nav-item img {
  max-height: 55px;
}

li.nav-item a {
  font-size: 16px;
  color: #fff;
  transition: all ease 0.3s;
  font-family: "Poppins", sans-serif;
}

.manage-area.dac {
  padding-top: 80px;
}
.sc-7dvmpp-1,
.dfBDQI {
  display: none !important;
}

#why-oclass-page .section-padding {
  padding-top: 6em;
  padding-bottom: 1em;
}
@media (min-width: 1600px) {
  #features-page .section-padding,
  #why-oclass-page .section-padding {
    padding: 10em 0;
  }
}
@media (max-width: 767px) {
  #why-oclass-page .section-padding {
    padding: 2em 0;
  }
}

#privacy-policy .text-black {
  color: #212529 !important;
}
#privacy-policy .paragraph {
  font-size: 18px;
  line-height: 150%;
  align-items: center;
  font-weight: normal;
  color: #212529 !important;
  word-break: break-word;
}
#privacy-policy .privacy-content .text-heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  align-items: center;
  color: #212529 !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-footer-ad .single-wedget {
  width: 100%;
}

#mobileNav .nav-item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpforms-submit{
	background: #5069b1 !important;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 9px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    padding: 10px 44px !important;
    min-width: 175px !important;
    align-items: center !important;
    text-align: center !important;
    color: #fff !important;
    margin-top: 10px !important;
}

.owl-item{
	height:auto;
}

@media (max-width: 1024px) {
.carousel-container{
	padding-bottom:90px !important;
}
}


@media (max-width: 767px) {
.carousel-container{
	padding-bottom:90px !important;
}
}

a{
	color: #2b303f;
}