/*------------------------------------------------------------------
[Master Stylesheet] - [Table of contents]
 1. Theme default css
 2. Header
 3. Mobile Menu
 4. About
 5. Services
 6. Chose
 7. Features
 8. Pricing
 9. Blog
10. bradcam
11. Counter
12. Testmonial
13. Team
14. Contact
15. services Details
16. project details
17. Error
18. Footer
------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                1.theme default css                         */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* Helvetica font face  */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueBlack.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueBlack.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueBold.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueBold.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueLight.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueLight.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueMedium.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueMedium.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueRoman.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueRoman.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueRoman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueThin.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueThin.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/Helvetica/HelveticaNeueUltraLight.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaNeueUltraLight.woff') format('woff'),
    url('../fonts/Helvetica/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Corda';
  src: url('../fonts/Corda/Corda-Bold.woff2') format('woff2'),
    url('../fonts/Corda/Corda-Bold.woff') format('woff'),
    url('../fonts/Corda/Corda-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* line 67, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
body {
  font-family: 'Helvetica Neue';
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
}

/* line 75, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
.button,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 84, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 90, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus {
  text-decoration: none;
}

/* line 93, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 100, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
input:focus,
button:focus {
  outline: none;
}

/* line 104, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
a,
button {
  outline: medium none;
}

/* line 108, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Helvetica Neue';
  color: #333333;
}

/* line 116, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 126, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 130, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
li {
  list-style: none;
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #373737;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
}


/* line 146, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 157, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 162, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 167, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 172, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 182, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* button style */
/* line 190, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel .owl-nav div {
  background: #f2fcff;
  height: 60px;
  left: 0px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 60px;
  font-size: 12px;
  color: #c7cfd2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 225, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 228, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #202e3b;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-85 {
  margin-bottom: 85px;
}

@media (max-width: 575.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-85 {
    margin-bottom: 40px;
  }
}

/* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb-65 {
  margin-bottom: 65px;
}

@media (max-width: 575.98px) {

  /* line 248, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .mb-65 {
    margin-bottom: 20px;
  }
}

/* line 254, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 257, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px;
}

/* line 260, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_12 {
  margin-bottom: 12px;
}

/* line 263, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 269, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_23 {
  margin-bottom: 23px;
}

/* line 272, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_24 {
  margin-bottom: 24px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_25 {
  margin-bottom: 25px;
}

/* line 278, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 281, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_35 {
  margin-bottom: 35px;
}

/* line 284, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_40 {
  margin-bottom: 40px;
}

/* line 287, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_45 {
  margin-bottom: 45px;
}

/* line 290, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_37 {
  margin-bottom: 37px;
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

/* line 296, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_55 {
  margin-bottom: 55px;
}

/* line 299, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_60 {
  margin-bottom: 60px;
}

/* line 302, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_70 {
  margin-bottom: 70px;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_76 {
  margin-bottom: 76px;
}

/* line 308, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_80 {
  margin-bottom: 80px;
}

/* line 312, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 315, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 318, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 321, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

/* line 324, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_24 {
  margin-top: 24px;
}

/* line 327, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 330, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

/* line 333, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

/* line 336, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mt_70 {
  margin-top: 70px;
}

/* line 340, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mb_27 {
  margin-bottom: 27px;
}

/* line 344, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_15 {
  margin-right: 15px;
}

/* line 347, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_20 {
  margin-right: 20px;
}

/* line 350, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_30 {
  margin-right: 30px;
}

/* line 353, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_40 {
  margin-right: 40px;
}

/* line 356, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_50 {
  margin-right: 50px;
}

/* line 359, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.mr_10 {
  margin-right: 10px;
}

/* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.pt_70 {
  padding-top: 70px;
}

@media (max-width: 767.98px) {

  /* line 362, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .pt_70 {
    padding-top: 30px;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.xl_mb_60 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .xl_mb_60 {
    margin-bottom: 60px;
  }
}

/* line 376, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}

/* line 383, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #642872;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(100, 40, 114, 0.3);
}

@media (min-width: 1470px) {

  /* line 403, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .container {
    max-width: 1464px;
  }
}

/* line 416, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing {
  padding: 139px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 416, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing {
    padding: 65px 0 45px 0;
  }
}

/* line 422, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing2 {
  padding: 120px 0 120px 0;
}

@media (max-width: 767.98px) {

  /* line 422, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing2 {
    padding: 45px 0 45px 0;
  }
}

/* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing3 {
  padding: 139px 0 115px 0;
}

@media (max-width: 767.98px) {

  /* line 428, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing3 {
    padding: 65px 0 40px 0;
  }
}

/* line 434, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_spacing4 {
  padding: 100px 0 100px 0;
}

@media (max-width: 767.98px) {

  /* line 434, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_spacing4 {
    padding: 65px 0 65px 0;
  }
}

/* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding {
  padding: 120px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 441, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px 40px 0;
  }
}

/* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding2 {
  padding: 110px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 457, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding2 {
    padding: 70px 0px 40px 0;
  }
}

/* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding3 {
  padding: 100px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 472, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding3 {
    padding: 70px 0px 40px 0;
  }
}

/* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.section_padding4 {
  padding: 80px 0px 90px 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 80px 0px 50px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

@media (max-width: 575.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 487, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .section_padding4 {
    padding: 70px 0px 40px 0;
  }
}

/* line 502, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  grid-gap: 22px;
}

/* line 510, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot {
  margin: 0 5px;
}

/* line 512, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  border-radius: 30px;
  background: #676464;
  display: inline-block;
  transition: 0.3s;
  position: relative;
}

/* line 521, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid transparent;
  left: -7px;
  top: -7px;
}

/* line 531, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot span:hover {
  transform: scale(1.2);
}

/* line 536, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span {
  background: #642872;
}

/* line 539, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.owl-dots .owl-dot.active span::before {
  border-color: #642872;
}

/* line 547, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_10 {
  font-size: 10px;
}

/* line 550, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_14 {
  font-size: 14px;
}

/* line 553, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_15 {
  font-size: 15px;
}

/* line 556, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_16 {
  font-size: 16px !important;
}

/* line 559, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_18 {
  font-size: 18px;
}

/* line 562, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_20 {
  font-size: 20px;
}

/* line 565, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_22 {
  font-size: 22px;
}

/* line 568, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_24 {
  font-size: 24px;
}

/* line 571, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_25 {
  font-size: 25px;
}

/* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_30 {
  font-size: 30px;
  line-height: 45px;
}

@media (max-width: 767.98px) {

  /* line 574, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_30 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_40 {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 767.98px) {

  /* line 582, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .font_40 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* line 590, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_45 {
  font-size: 45px;
}

/* line 593, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_50 {
  font-size: 50px;
}

/* line 596, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_60 {
  font-size: 60px;
}

/* line 599, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_70 {
  font-size: 70px;
}

/* line 602, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_80 {
  font-size: 80px;
}

/* line 607, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_300 {
  font-weight: 300;
}

/* line 610, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_400 {
  font-weight: 400 !important;
}

/* line 613, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_500 {
  font-weight: 500;
}

/* line 616, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_600 {
  font-weight: 600;
}

/* line 619, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_700 {
  font-weight: 700;
}

/* line 622, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.f_w_800 {
  font-weight: 800;
}

/* line 626, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.dot_devide {
  display: inline-block !important;
}

/* line 630, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text {
  color: #FF5170 !important;
}

/* line 633, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text2 {
  color: #373737 !important;
}

/* line 636, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text3 {
  color: #202e3b !important;
}

/* line 639, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_text4 {
  color: #392C7D !important;
}

/* line 642, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gray_bg {
  background: #F7F7F7;
}

/* line 645, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_1 {
  font-family: 'Helvetica Neue';
}

/* line 648, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.font_2 {
  font-family: 'Helvetica Neue';
}

/* line 653, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_24 {
  grid-gap: 24px;
}

/* line 656, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_12 {
  grid-gap: 12px;
}

/* line 659, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_14 {
  grid-gap: 14px;
}

/* line 662, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_20 {
  grid-gap: 20px;
}

/* line 665, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.gap_30 {
  grid-gap: 30px;
}

/* line 669, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select::after {
  border-bottom: 1px solid #687083;
  border-right: 1px solid #687083;
  height: 10px;
  margin-top: 3px;
  width: 10px;
}

/* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box {
  padding: 30px 30px 0 30px;
  max-width: 100%;
  border-radius: 5px !important;
  border: 1px solid #e9e7f7;
  border-bottom: 0;
  margin-top: 16px;
  border-radius: 0 !important;
}

@media (max-width: 767.98px) {

  /* line 676, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select .nice-select-search-box {
    width: 100%;
  }
}

/* line 687, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::before {
  content: "";
  position: absolute;
  left: 25px;
  transform: translateX(0%) rotate(-130deg);
  width: 25px;
  height: 25px;
  background: #fff;
  border-bottom: 1px solid #eceef4;
  z-index: 1;
  top: -13px;
  border-right: 1px solid #eceef4;
}

/* line 700, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box::after {
  content: "\e610";
  font-family: 'Helvetica Neue';
  color: #FF5170;
  font-size: 18px;
  position: absolute;
  left: 50px;
  top: 32px;
}

/* line 709, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input {
  background: #f9f9fd;
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
  font-family: 'Helvetica Neue';
  background: #f9f9fd;
  border-radius: 5px;
  height: 50px;
  padding-left: 48px;
  border: 0 !important;
}

/* line 720, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select .nice-select-search-box input::placeholder {
  color: #687083;
  font-weight: 500;
}

/* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list {
  max-width: 436px;
  border: 1px solid #e9e7f7;
  margin-top: 18px;
  overflow-y: auto !important;
  margin-top: 95px;
  box-shadow: none !important;
  padding: 15px 0 19px 0;
  border-radius: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 767.98px) {

  /* line 726, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .nice-select ul.list {
    width: 100%;
  }
}

/* line 739, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option {
  font-size: 16px;
  font-weight: 600;
  color: #202e3b;
  font-family: 'Helvetica Neue';
  padding: 0px 30px;
  background: transparent;
}

/* line 746, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nice-select ul.list li.option.focus,
.nice-select ul.list li.option:hover,
.nice-select ul.list li.option.selected.focus {
  color: #FF5170;
  background: #fff;
}

/* line 755, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field {
  background: #f9f9fd;
  height: 50px;
  border-radius: 5px;
  width: 400px;
}

/* line 760, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field button {
  font-size: 18px;
  color: #FF5170;
  padding: 0 0 0 15px;
  line-height: 100%;
  box-shadow: none !important;
}

/* line 766, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field button:hover {
  color: #FF5170;
}

/* line 770, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field input {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: 'Helvetica Neue';
  border: 0;
  background: transparent !important;
  height: 50px;
  padding: 0px 15px 0px 10px;
  box-shadow: none !important;
  line-height: 50px;
}

/* line 782, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field {
  width: 500px;
  height: 60px;
}

/* line 785, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field button {
  padding-left: 30px;
}

/* line 788, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.large_search_field input {
  height: 60px;
  line-height: 60px;
}

/* line 793, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_search_field.style2 {
  border: 1px solid #e9e7f7;
  border-radius: 5px;
  background: #fff;
  width: 376px;
}

@media (max-width: 767.98px) {

  /* line 793, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .theme_search_field.style2 {
    width: 280px;
  }
}

/* line 804, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select {
  border: solid 1px #e9e7f7 !important;
  height: 30px;
  min-width: 95px;
  line-height: 30px;
}

/* line 809, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select::after {
  right: 20px;
  top: 6px;
}

/* line 813, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .current {
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 500;
  color: #9f9f9f;
  line-height: 30px;
}

/* line 820, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list {
  width: 100%;
}

/* line 822, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.small_select .list .option {
  font-size: 14px;
  font-weight: 500;
}

/* line 828, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select {
  border: solid 1px #e1e2e6 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background: #F8F8F8;
  border: 1px solid #EAEAEA !important;
  border-radius: 8px;
}

/* line 836, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select.select_transparent {
  background: transparent !important;
}

/* line 839, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select::after {
  right: 25px;
  top: 13px;
  color: #2D3436;
  font-size: 12px;
}

/* line 845, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .current {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 50px;
}

/* line 852, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list {
  width: 100%;
}

/* line 854, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 859, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_select:focus,
.theme_select.open {
  border-color: #392C7D !important;
}

/* line 863, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select {
  border: solid 1px #e9e7f7 !important;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  min-width: 142px;
  padding: 0 15px;
}

/* line 870, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select.select_transparent {
  background: transparent !important;
}

/* line 873, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select::after {
  right: 20px;
  top: 6px;
  color: #687083;
  font-size: 12px;
}

/* line 879, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .current {
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 500;
  color: #687083;
  line-height: 35px;
}

/* line 886, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .list {
  width: 100%;
}

/* line 888, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.fourm_select .list .option {
  font-size: 14px;
  font-weight: 400;
}

/* line 894, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.nowrap {
  white-space: nowrap;
}

/* line 898, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal {
  background-color: #f6f8fa;
}

/* line 900, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .form-control:focus {
  box-shadow: none;
}

/* line 903, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #fff;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 907, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 911, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 917, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 919, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body input,
.cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 931, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 933, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
  top: 35%;
  transform: translateY(-50%);
}

/* line 938, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 942, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 945, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 953, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 959, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #202e3b;
}

/* line 964, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 970, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  margin-top: 0;
}

/* line 975, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 978, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 984, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285f4;
  border: 1px solid #4285f4;
}

/* line 991, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 998, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #202e3b;
}

@media (min-width: 576px) {

  /* line 1007, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
  .instructor_cta .modal-dialog {
    max-width: 625px;
    margin: 1.75rem auto;
  }
}

/* line 1013, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.modal-header .close {
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}

/* line 1020, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
  justify-content: center;
}

/* line 1026, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a {
  width: 48px;
  height: 48px;
  border-radius: 0%;
  border: 1px solid #D6D6D6;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue';
}

/* line 1038, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active,
.theme_pagination a:hover {
  background: #FF5170;
  color: #fff;
  border-color: #FF5170;
}

/* line 1043, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.active i,
.theme_pagination a:hover i {
  color: #fff !important;
}

/* line 1047, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination {
  border-color: #FF5170;
}

/* line 1049, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.theme_pagination a.next_pagination i {
  font-size: 20px;
  color: #FF5170;
}

/* line 1057, ../../../../../laragon/www/onestschool-frontend/scss/_reset.scss */
.border_line {
  background: #392C7D;
  height: 2px;
  width: 80px;
  display: inline-block;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn {
  background: #FF5170;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn {
  padding: 16px 25px;
}

/* line 20, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn3 {
  padding: 15px 20px;
}

/* line 28, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn4 {
  padding: 11px 21px;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn5 {
  padding: 13.5px 46px;
}

/* line 36, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {

  /* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn {
    padding: 15px 16px;
  }
}

/* line 44, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover {
  color: #FF5170;
  border-color: #FF5170;
  background: transparent;
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

/* line 51, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn:hover svg path {
  fill: none;
  stroke: #FF5170;
}

/* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2 {
  background: #392C7D;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 74, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.large_btn {
  padding: 20px 28px;
  border-radius: 8px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn2 {
  padding: 16px 39px;
}

/* line 83, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn3 {
  padding: 15px 20px;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn4 {
  padding: 11px 21px;
}

/* line 91, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn5 {
  padding: 13.5px 46px;
}

/* line 95, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2.small_btn6 {
  padding: 11px 39px;
}

@media (max-width: 575.98px) {

  /* line 59, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_btn2 {
    padding: 15px 16px;
  }
}

/* line 103, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn2:hover {
  color: #392C7D;
  border-color: #392C7D;
  background: transparent;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite {
  background: #fff0f2;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  color: #FF5170;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 125, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite.round_btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_btn_lite:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn {
  background: transparent;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  padding: 26px 28px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  border-color: #FF5170;
}

@media (max-width: 575.98px) {

  /* line 141, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
  .theme_line_btn {
    padding: 15px 16px;
  }
}

/* line 161, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn2 {
  padding: 16px 39px;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn.small_btn3 {
  padding: 12px 15px;
}

/* line 169, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.theme_line_btn:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 176, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 13px 34px;
  text-transform: capitalize;
  display: inline-block;
}

/* line 188, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.fb_bg {
  background: #395799;
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Twitter_bg {
  background: #03abf0;
}

/* line 196, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Pinterest_bg {
  background: #c92128;
}

/* line 200, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn.Linkedin_bg {
  background: #0477b5;
}

/* line 204, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn i {
  margin-right: 6px;
}

/* line 208, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.social_btn:hover {
  color: #fff;
  background: #FF5170;
}

/* line 214, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #202e3b;
  font-weight: 600;
  padding: 21px 28px;
  border: 1px solid transparent;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 236, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2 {
  background: rgba(251, 17, 89, 0.1);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  padding: 13.5px 26px;
  border: 1px solid transparent;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.white_btn2:hover {
  color: #fff;
  border-color: #FF5170;
  background: #FF5170;
}

/* line 258, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Helvetica Neue';
  color: #202e3b;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

/* line 266, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.line_link:hover {
  color: #202e3b;
}

/* line 271, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_200 {
  min-width: 200px;
}

/* line 275, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.min_windth_150 {
  min-width: 150px;
}

/* line 280, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_text {
  font-size: 18px;
  font-weight: 700;
  color: #FF5170;
}

/* line 286, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF5170;
  color: #fff;
  border-radius: 50%;
  transition: .3s;
}

/* line 297, ../../../../../laragon/www/onestschool-frontend/scss/_btn.scss */
.readMore_btn .btn_icon:hover {
  box-shadow: 0px 7px 14px rgba(57, 44, 125, 0.25);
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 767.98px) {

  /* line 2, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title.mb_80 {
    margin-bottom: 50px;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title.white_text h3,
.section__title.white_text p {
  color: #fff;
}

/* line 13, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title>span {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #202e3b;
  margin-bottom: 17px;
}

/* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title h3.large_title {
  font-size: 60px;
  line-height: 76px;
}

@media (max-width: 575.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1700.98px) {

  /* line 27, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3.large_title {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (max-width: 575.98px) {

  /* line 52, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 br {
    display: none;
  }
}

@media (max-width: 575.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  /* line 21, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title h3 {
    font-size: 30px;
    line-height: 44px;
  }
}

/* line 66, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Helvetica Neue';
  color: #6B6B6B;
  line-height: 30px;
}

@media (max-width: 767.98px) {

  /* line 76, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2.mb_76 {
    margin-bottom: 50px;
  }
}

/* line 82, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2.white_text h3,
.section__title2.white_text p {
  color: #fff;
}

/* line 87, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 span {
  font-size: 14px;
  color: #373737;
  font-family: 'Helvetica Neue';
  font-weight: 600;
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
}

/* line 96, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title2 h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #202e3b;
}

@media (max-width: 767.98px) {

  /* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title2 br {
    display: none;
  }
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 h3 {
  font-size: 40px;
  font-weight: 700;
  color: #202e3b;
  margin-bottom: 9px;
}

@media (max-width: 767.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3 h3 {
    font-size: 30px;
  }
}

/* line 122, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {

  /* line 127, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.margin-50 {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {

  /* line 133, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.margin-50 {
    margin-bottom: 30px;
  }
}

/* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title3.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {

  /* line 139, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 145, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title3.mb_40 {
    margin-bottom: 30px;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 .subheading_text {
  display: block;
  font-size: 16px;
  color: #FF5170;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 {
  font-size: 40px;
  font-weight: 800;
  color: #202e3b;
  margin-bottom: 9px;
  line-height: 1.38;
}

/* line 165, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 h3 span {
  text-transform: uppercase;
}

@media (max-width: 767.98px) {

  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 159, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4 h3 {
    font-size: 30px;
  }
}

/* line 175, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4 p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
}

/* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_50 {
  margin-bottom: 47px;
}

@media (max-width: 767.98px) {

  /* line 180, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_50 {
    margin-bottom: 30px;
  }
}

/* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.margin_52 {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {

  /* line 186, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.margin_52 {
    margin-bottom: 30px;
  }
}

/* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
.section__title4.mb_42 {
  margin-bottom: 42px;
}

@media (max-width: 767.98px) {

  /* line 192, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_42 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 198, ../../../../../laragon/www/onestschool-frontend/scss/_title.scss */
  .section__title4.mb_40 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media (max-width: 1200px) {

  /* line 3, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 8, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom {
  backface-visibility: hidden;
  animation: jumping 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all .9s ease 5s;
  user-select: none;
}

/* line 16, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

/* line 32, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 40, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom10 {
  backface-visibility: hidden;
  animation: jumping10 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_animation.scss */
.amination_custom11 {
  backface-visibility: hidden;
  animation: jumping11 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .8;
  }

  25% {
    transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
    opacity: .9;
  }

  50% {
    transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
    opacity: .8;
  }

  75% {
    transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
    opacity: .6;
  }

  85% {
    transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
    opacity: .85;
  }
}

@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: .5;
  }

  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: .8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: .8;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: .9;
  }
}

@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: .9;
  }

  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: .8;
  }

  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: .8;
  }

  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }

  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: .6;
  }

  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: .7;
  }
}

@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: .7;
  }

  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: .8;
  }

  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: .9;
  }

  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: .7;
  }

  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: .9;
  }
}

@keyframes jumping10 {
  0% {
    transform: rotate(180deg);
    display: block;
  }

  100% {
    transform: rotate(30deg);
    display: block;
  }
}

@keyframes jumping11 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }

  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}

/*----------------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                              main theme style                              */
/* -------------------------------------------------------------------------- */
/*----------------------------------------------------*/
/* line 1, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area {
  padding: 0px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.header_static {
  position: relative;
  padding: 0px 35px 0 35px;
}

@media (max-width: 575.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 24, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area.header_static {
    padding: 10px 0px;
  }
}

/* line 45, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area {
  background: #392C7D;
}

/* line 48, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}

/* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
  display: flex;
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 53, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left {
    display: none !important;
  }
}

/* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  grid-gap: 8px;
  align-items: center;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 60, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p {
    font-size: 14px;
    grid-gap: 8px;
    white-space: nowrap;
  }
}

/* line 73, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_left p i {
  margin-right: 5px;
}

/* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
  display: flex;
  grid-gap: 26px;
  align-items: center;
}

@media (max-width: 767.98px) {

  /* line 79, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right {
    flex: 1 1 0;
    justify-content: center;
    justify-content: space-between;
    grid-gap: 15px;
  }

  .online_admission_text {
    margin-left: auto;
  }

  .online_admission_text a {
    font-size: 10px !important;
  }
}

/* line 88, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
  display: flex;
  grid-gap: 20px;
}

/* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
  font-size: 17px;
  color: #fff;
  transition: .3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
    font-size: 14px;
  }

  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social {
    display: none !important;
  }
}

@media (max-width: 767.98px) {

  /* line 92, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a {
    font-size: 14px;
  }
}

/* line 102, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .header_topbar_social a:hover {
  color: #FF5170;
}

/* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
  position: relative;
  content: '';
  height: 24px;
  width: 1px;
  background: #3C4E56;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 767.98px) {

  /* line 110, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter::before {
    display: none;
  }
}

/* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767.98px) {

  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 123, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a {
    font-size: 14px;
  }
}

/* line 134, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header_topbar_area .header_topbar_wrapper .header_topbar_right .login__regiter a:hover {
  color: #FF5170;
}

/* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 991.98px) {

  /* line 144, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper {
    padding: 10px 0;
  }
}

/* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .logo_img {
  margin-right: 80px;
}

@media (max-width: 991.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1899.98px) {

  /* line 152, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .logo_img {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 168, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    display: none !important;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    width: 200px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1499.98px) {

  /* line 177, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .theme_search_field {
    width: 300px;
  }
}

/* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .category_search .categories_menu {
  font-size: 16px;
  color: #687083;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-right: 30px;
}

@media (max-width: 991.98px) {

  /* line 195, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .header__wrapper .header__left .category_search .categories_menu {
    display: none !important;
  }
}

/* line 207, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .header__wrapper .header__left .category_search .categories_menu i {
  font-weight: 900;
  margin-right: 10px;
}

/* line 229, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu {
  margin-left: auto;
  margin-right: 0;
}

/* line 234, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li {
  display: inline-block;
  position: relative;
}

/* line 238, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li.submenu_active>a {
  color: #FF5170;
}

/* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a {
  color: #392C7D;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 19px;
  padding: 34px 0;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Helvetica Neue';
}

/* line 251, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background: #FF5170;
  transition: .3s;
}

/* line 264, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover,
.header_area .main_menu ul li a.active {
  color: #FF5170;
}

/* line 267, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li a:hover::before,
.header_area .main_menu ul li a.active::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    font-size: 15px;
    margin: 0 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1439px) and (max-width: 1599.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 12px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1671.98px) {

  /* line 242, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .main_menu ul li a {
    margin: 0 17px;
  }
}

/* line 293, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu {
  width: 200px;
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  text-align: left;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 305, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 309, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a {
  font-size: 14px;
  line-height: 1.2;
  color: #202e3b;
  padding: 0;
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-transform: capitalize;
  left: 0;
}

/* line 323, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a.active,
.header_area .main_menu ul li .submenu li a:hover {
  color: #FF5170;
}

/* line 328, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li .submenu li a:hover {
  left: 5px;
  color: #FF5170;
}

/* line 337, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover>a {
  color: #FF5170;
}

/* line 341, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .main_menu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* line 351, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap {
    display: none !important;
  }
}

/* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p {
  color: #505050;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Helvetica Neue';
}

/* line 377, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .mobile_no p span a {
  color: #392C7D;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {

  /* line 369, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .mobile_no p {
    font-size: 13px;
    margin-right: 8px;
  }
}

/* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in {
  font-size: 16px;
  color: #505050;
  font-weight: 600;
  margin-right: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* line 390, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
  .header_area .contact_wrap .signin a.sign_in {
    margin-right: 15px;
  }
}

/* line 400, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .signin a.sign_in:hover {
  color: #4543DE;
}

/* line 406, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area .contact_wrap .contact_btn {
  margin-left: 48px;
}

/* line 411, ../../../../../laragon/www/onestschool-frontend/scss/_header.scss */
.header_area.navbar_fixed {
  background: #fff;
  z-index: 90;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

.customheader-landing{
  padding-top: 20px;
  padding-bottom: 20px;
}

.customheader-landing a{
  font-size: 18px;
  color: #676464;
}

.btn-new-button{
  background-color: #009E8F;
  border-radius: 12px;
  font-weight: normal;
  padding-left: 40px;
  padding-right: 40px;
}

.main-banner img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}
.student-form .container, .agent-form .container, .partner-form .container {
  max-width: 1630px;
}
.student-form .card, .agent-form .card , .partner-form .card {
  margin: 60px auto;
}
.student-form.dashboard .card {
  margin: 30px auto 80px;
}
.student-form .card-header {
  background-color: #009E8F;
  padding: 25px 30px;
  border-bottom: 8px solid white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.partner-form .card-header {
  background-color: #14B1E7;
  padding: 25px 30px;
  border-bottom: 8px solid white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.agent-form .card-header {
  background-color: #FA5F05;
   padding: 25px 30px;
  border-bottom: 8px solid white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.student-form .card-header h3, .agent-form .card-header h3, .partner-form .card-header h3 {
  color: white;
  font-size: 26px;
  margin: 0;
}
.student-form .card-body, .agent-form .card-body , .partner-form .card-body {
  background-color: #64287220;
  padding-top: 50px;
}
.student-form .card-body h2, .agent-form .card-body h2 , .partner-form .card-body h2 {
  font-size: 22px;
  color: #642872;
  font-weight: 600;
  margin-bottom: 30px;
}
.student-form label , .agent-form label , .partner-form label {
  color: #676464;
  font-size: 16px;
  font-weight: 500;
}
.student-form input[type="text"],.student-form input[type="url"], .student-form input[type="email"], .student-form input[type="number"], .student-form input[type="date"] , .agent-form input[type="text"], .agent-form input[type="email"], .agent-form input[type="number"], .agent-form input[type="date"], .partner-form input[type="text"], .partner-form input[type="email"], .partner-form input[type="number"], .partner-form input[type="date"] {         
  border: 1px solid #D1D3D4;
  border-radius: 12px;
  color: #676464;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  background-color: white;
  min-height: 50px;
}
.student-form input::placeholder, .agent-form input::placeholder , .partner-form input::placeholder {
  color: #676464;
  font-weight: 300;
}
.student-form .card-body .row, .agent-form .card-body .row , .partner-form .card-body .row {
  margin-bottom: 50px
}
.student-form .card-body .row.no-margin, .agent-form .card-body .row.no-margin , .partner-form .card-body .row.no-margin {
  margin-bottom: 0px
}
.student-form .select2-container, .agent-form .select2-container , .partner-form .select2-container {
  border: 1px solid #D1D3D4;
  border-radius: 12px;
  color: #676464;
  font-size: 16px;
  padding: 10px;
  background-color: white;
  min-height: 50px;
}
.student-form .select2-container .select2-search--inline .select2-search__field {
  height: 22px;
  margin-top: 0;
}
.student-form .select2-container--default .select2-selection--single, .agent-form .select2-container--default .select2-selection--single, .agent-form .select2-container--default .select2-selection--multiple , .partner-form .select2-container--default .select2-selection--single, .partner-form .select2-container--default .select2-selection--multiple {   
  border: none !important;
  background-color: white;
}
.student-form .select2-container--default .select2-selection--multiple, .agent-form .select2-container--default .select2-selection--multiple , .partner-form .select2-container--default .select2-selection--multiple {
  border: none !important;
  padding: 0 !important;
}
.student-form .select2-container--default .select2-selection--single .select2-selection__arrow, .agent-form .select2-container--default .select2-selection--single .select2-selection__arrow, .partner-form .select2-container--default .select2-selection--single .select2-selection__arrow {  
  top: 9px;
  right: 5px;
}
.student-form .select2-container--default .select2-selection--single .select2-selection__rendered, .agent-form .select2-container--default .select2-selection--single .select2-selection__rendered , .partner-form .select2-container--default .select2-selection--single .select2-selection__rendered {  
  color: #676464;
  font-weight: 300;
}
.select2-results__option:hover,.select2-results__option:visited, .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #14B1E730 !important;
  color: #676464 !important;
  font-size: 18px;
}
.select2-results__option, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, .note-editable{
  color: #676464 !important;
  font-size: 18px;
}
.select2-container--default .select2-results__option--selected{
  color: #676464 !important;
}
.inside-slide{
  position: relative;
}
.inside-slide .mobile {
  display: none;
}
.inside-slide>div{
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-35%, -50%);
}
.inside-slide>div>p{
  font-size: 45px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  max-width: 75%;
  line-height: 1.3;
  margin-bottom: 40px;
}
.inside-slide>div>a{
  font-size: 45px;
  font-weight: bold;
  color: white;
  line-height: 1.3;
}
.privacy-policy{
  color: #642872;
  text-decoration: underline;
}
.student-form .next-btn,.agent-form .next-btn, .partner-form .next-btn {
  background-color: #009E8F;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}
.student-form .back-study-btn, .agent-form .back-study-btn , .partner-form .back-study-btn {
  background-color: #642872;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}
.student-form #extra-comment, #comment-main {
  width: 100%;
  min-height: 75px;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #D1D3D4;
  color: #676464;
  font-size: 16px;
  background-color: white;
} 
.student-form textarea::placeholder{
  color: #676464;
  font-weight: 300;
  font-size: 16px;
}
.checkboxess {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ins-tit{
  color: #009E8F;
  margin: 20px 0;
}
.checkboxess label{
  font-weight: 300;
  margin: 0;
}
.student-form input[type=checkbox] {
  width: 20px;
  accent-color: #009E8F;
  height: 20px;
}
.agent-form input[type=checkbox] {
  width: 20px;
  accent-color: #FA5F05;
  height: 20px;
}
.partner-form input[type=checkbox] {
  width: 20px;
  accent-color: #14B1E7;
  height: 20px;
}
.head-right{
  display: flex;
  gap: 25px;
  align-items: center;
}
.front-notification-items {
  background: white;
  border: 2px solid #9A69A4;
  padding: 30px 15px;
  z-index: 9;
  border-radius: 12px;
  top: 40px;
  left: -70px;
}
.front-notification-items h3{
  font-size: 24px;
  color: #676464;
}
.notification-item h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.info-box {
  display: none; /* Hidden by default */
  background: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}

.info-box i {
  font-size: 18px;
  margin-right: 10px;
  color: #007bff;
}
.error-not-found{
  min-height: 82vh;
}
.error-not-found img{
  max-width: 72%;
  padding-top: 90px;
}
.error-not-found h1{
  font-family: "Corda";
  margin-top: -50px;
  color: #642872;
  font-size: 3rem;
}
.error-not-found p{
  font-size: 20px;
  padding-bottom: 90px;
}
.notification-item-link {
  font-size: 15px !important;
  margin-bottom: 0;
  color: #642872 !important;
}
.bgcustom{
  background-color: #E9DFEC!important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bgcustom h3{
  color: #642872;
  padding-left: 25px;
  font-family: 'Helvetica Neue'!important;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
}

.bgcustom p{
  color: #676464;
  padding-left: 25px;
  font-family: 'Helvetica Neue'!important;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
}

.header-newback{
  color: #676464;
  font-size: 40px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.header-newcarousel{
  color: #642872;
  font-size: 40px;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 30px;
}

.header-back{
  background-color: #642872;
  padding: 10px 10px 10px 20px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 10px 2px 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.backjeshile{
  background-color: #009E8F;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 4px 10px 0px 10px;

}

.backjeshilenew {
  background-color: #009E8F;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.backorangenew{
  background-color: #FA5F05;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.backblunew{
  background-color: #14B1E7;
  padding: 0px 20px 30px 20px;
  margin: 0px 10px 20px 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.backjeshilenew h3, .backorangenew h3 , .backblunew h3{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}
.backjeshilenew h3, .backorangenew h3 , .backblunew h3{
  border-top: 1px solid white;
}
.backjeshilenew p , .backorangenew p, .backblunew p {
  color: #fff;;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  line-height: 20px;
}

.btn-primary-newstyle{
  color: #642872;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #E9DFEC;
  width:42%;
  border: 2px solid #fff;
}

.backorange{
  background-color: #FA5F05;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.backblu{
  background-color: #14B1E7;
  padding: 20px 20px 4px 20px;
  font-weight: bold;
  margin: 0px 10px 0px 10px;
}

.partner-color{
  background-color: #E9DFEC;
  border-bottom: 3px solid #642872;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.owl-carousel .item img {
  max-width: 120px;
  height: auto;
  margin: auto;
}
.owl-carousel {
  padding: 20px 0;
}

.last-section-faq h1{
  font-size: 56px;
  color:#642872;
  font-weight: bold;
  line-height: 59px;
  padding-bottom: 20px;
}

.last-section-faq{
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion-body-new{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #464646;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0!important;
}

.accordion-button-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 40px; 
  padding: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #676464;
  text-align: left;
  background-color: #fff;
  overflow-anchor: none;
  border: 0!important;
}


.accordion-button-new:not(.collapsed) {
  color: #642872; 
  font-weight: bold;
}

.accordion-button-new .icon {
  margin-left: auto; 
  color: #642872; 
}

.accordion-button-new .icon i {
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.accordion-item{
  border-bottom: 1px solid #D5D3D0!important;
  border-top:0!important;
  border-left:0!important;
  border-right:0!important;
}

.news-section{
  margin-top: 25px;
  margin-bottom: 45px;
}

.news-section h3{
  font-size: 32px;
  font-weight: 500;
  color:#642872;
  line-height: 36px;
}

.news-section h4{
  font-size: 18px;
  font-weight: normal;
  color:#676464;
  line-height: 22px;
}

.btn-primary-collapsed{
  font-size: 20px!important;
  font-weight: bold!important;
  color:#642872!important;
  line-height: 22px!important;
  text-decoration: underline!important;
  padding-top: 12px!important;
  padding-left: 0px!important;
}

.news-section .container > .col-md-6:first-child {
  border-top: 1px solid #D5D3D0;
  border-right: 1px solid #D5D3D0;
  padding: 20px;
}

.news-section .container > .col-md-6:last-child {
  border-top: 1px solid #D5D3D0;
  padding: 20px;
}

.card-body-readmore{
  padding: 0px;
}
.card-readmore{
  font-size: 18px;
  font-weight: normal;
  color:#676464;
  line-height: 22px;
  border: 0;
}

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25);
}

.footer-background-new{
  background-color: #E9DFEC!important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-background-new p{
 color: #9D9D9D;
 text-align: center;
 font-size: 20px;
 font-weight: normal;
}

button.carousel-control-next, button.carousel-control-prev{
  background-color: transparent;
  border: 0;
}

.agentform{
  color: #FA5F05;
  font-weight: bold;
  padding-bottom: 20px;
}

.succes-message h5{
  font-size: 45px;
  line-height: 47px;
  color: #FA5F05;
  font-weight: bold;
  padding-top: 20px;
}

.success-partner h5{
  font-size: 45px;
  line-height: 47px;
  color: #14B1E7;
  font-weight: bold;
  padding-top: 20px;
}

.succes-message h6, .success-partner h6{
  font-size: 24px;
  line-height: 47px;
  color: #676464;
  font-weight: 500;
  padding-bottom: 10px;
}


.submit-study-btn{
  color:#fff;
  background-color: #FA5F05;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}

.submit-study-btn:hover, .submit-study-agent-btn:hover{
  color:#fff;
}

.submit-study-agent-btn{
  color:#fff;
  background-color: #14B1E7;
  border-radius: 12px;
  font-size: 20px;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 5px 40px;
}
.application-dashboard .card-body h3 {
  font-size: 24px;
  color: #009E8F;
  line-height: 24px;
  margin-bottom: 30px;
}
.application-dashboard .card-body{
  padding: 50px 30px;
}
.application-details {
  border: 3px solid white;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  margin-bottom: 0 !important;
  min-height: 100px;
}
.status-details {
  border: 3px solid white;
  border-top: 0;
  margin-bottom: 0 !important;
  min-height: 100px;
}
.application-details .col, .status-details .col {
  border-right: 3px solid #fff;
}
.application-details .col:last-child, .status-details .col:last-child {
  border-right: 0;
}
.application-details .col>h5, .status-details .col>h5, .notes h5{
  color: #642872;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}
.application-details .col>p, .status-details .col>p, .notes p{
  color: #676464;
  font-size: 16px;
  margin-top: 7px;
  font-weight: 300;
}
.notes {
  border: 3px solid white;
  border-top: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 0 !important;
  min-height: 120px;
}
.notes h5{
  padding: 10px 5px;
}
.notes ul{
  margin: 0 -15px;
}
.notes ul li{
  border-bottom: 2px solid white;
  padding: 10px 20px;
  color: #676464;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.notes ul li:first-child{
  border-top: 2px solid white;
}
.notes ul li:last-child{
  border-bottom: 0;
}
.img-cove{
  min-height: 100%;
}
.img-cove img{
  object-fit: cover;
  min-height: 310px;
}
#extraData h5{
  color: #642872;
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: bold;
}
#extraData .modal-content {
  min-height: 305px;
}
#extraData .modal-header{
  border-bottom: 0;
  justify-content: center;
}
#extraData .modal-body{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#extraData .next-btn {
  background-color: #009E8F;
  color: white;
  border-radius: 12px;
  border: 3px solid white;
  padding: 10px 40px;
  font-size: 16px;
}
#small-carrusel {
  padding: 50px 0 80px;
}
#small-ads {
  border-top: 0px solid white;
}
#small-ads img{
  height: 297px !important;
}
.notes>.row>.col, .notes>.row>.col>.row>.col:first-child{
  border-right: 2px solid white;
}
#navbarNav a{
  padding: 8px 15px;
}
.about .inside-slide>div {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-15%, -50%);
}
.about .inside-slide>div>p {
  max-width: 100%;
}
.about .section-title {
  color: #642872;
  font-size: 32px;
  margin-bottom: 30px;
}
.about .section {
  margin-bottom: 80px;
  padding: 0 10px;
}
.about p{
  margin-bottom: 30px;
}
.about-faq {
  margin-bottom: 80px;
}
.about-us {
  margin-top: 60px;
}
.about-faq .section-title {
  padding-left: 10px;
}
.our-services {
  background: #E9DFEC;
  padding: 30px 10px !important;
  border-radius: 12px;
}
.our-services h5 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #676464;
}
.our-services ul {
  margin-left: 15px;
}
.our-services ul>li {
  list-style-type: disc;
  color: #676464;
  font-weight: 500;
}
.team-card{
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}
.team-card img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.content-team {
  text-align: left;
  padding: 25px 15px;
}
.content-team h5{
  color: #642872;
  font-size: 20px;
  margin-bottom: 0;
}
.content-team p{
  color: #676464;
  margin-bottom: 10px;
}
.content-team p.fn-wg {
  font-weight: 500;
}
.budget-select{
  border: 1px solid #ced4da;
  padding: 6px 15px;
  border-radius: 12px;
  width: 100%;
  color: #676464;
}
#carouselExampleControls .carousel-inner {
  max-height: 450px;
}
.icona-home img{
  max-height: 150px;
  width: auto;
}
.menu-toggler{
  display: none;
}
@media (max-width: 575.98px) {
  .inside-slide>div>p {
    font-size: 22px;
    max-width: 100%;
    line-height: 1;
    margin-bottom: 5px;
  }
  .inside-slide>div>a {
    font-size: 18px;
    line-height: 1;
  }
  #carouselExampleControls .carousel-inner img, .main-banner img{
    min-height: 250px;
    object-fit: cover;
  }
  .header-newback, .header-newcarousel, .news-section h3, .faq-container h3{
    font-size: 22px;
    line-height: 22px;
  }
  .hero-section{
    font-size: 30px !important;
  }
  .faq-container {
    min-width: 100%;
  }
  .last-section-faq .col-1 , .about .section-title, .about-faq .section-title{
    font-size: 28px;
  }
  .accordion-button-new{
    font-size: 16px;
  }
  .static-logo {
    max-width: 150px;
  }
  .customheader-landing{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .customheader-landing a{
    font-size: 15px;
  }
  .customheader-landing .text-decoration-underline{
    display: none;
  }
  .customheader-landing .btn-new-button{
    padding: 5px 15px;
  }
  .right-front {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .menu-toggler{
    display: block;
  }
  .right-front .menu-toggler {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
  #navbarNav {
    position: absolute;
    right: 15px;
    top: 55px;
    z-index: 9;
    background: white;
    border-radius: 12px;
    border: 1px solid #9A69A4;
    padding: 10px 0;
  }
  #navbarNav a {
    padding: 3px 15px;
  }
  .meet-team .row, .our-services .row{
    gap: 15px;
  }
  .team-card img{
    min-width: 100%;
    object-fit: cover;
  }
  .about .section{
    margin-bottom: 30px;
  }
  .about-faq{
    margin-bottom: 40px;
  }
  .our-services {
    padding: 1px 10px 30px 10px !important;
  }
  #referral-fields {
    margin-top: 20px;
  }
  .student-form .card-body, .agent-form .card-body, .partner-form .card-body {
    padding-top: 20px;
  }
  .student-form .card-body .row, .agent-form .card-body .row, .partner-form .card-body .row {
    margin-bottom: 20px;
  }
  .agent-form .card-body .col-12, .partner-form .card-body .col-12 {
    margin-bottom: 20px;
  }
  #agent-form .row>.col:first-child ,#partner-form .row>.col:first-child, .mx-fifty .col-6:first-child, .student-form .row>.col-6:first-child {
    padding-right: 0 !important;
  }
  .student-form .card-body .col-12{
    margin-top: 20px;
  }
  .student-form .card-body .col-12.no-mg{
    margin-top: 0px;
  }
  .agentform{
    padding-bottom: 0;
  }
  .fll-wdth .col {
    min-width: 100%;
  }
  .inside-slide .mobile {
    display: block;
  }
  .inside-slide .desktop {
    display: none;
  }
  .single-check{
    display: flex;
    gap: 10px;
  }
  .checkboxess {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .modal-dialog img{
    max-width: 100%;
  }
  .application-details, .status-details, .notes .row{
    flex-direction: column;
  }
  .application-details .col, .status-details .col, .notes>.row>.col, .notes>.row>.col>.row>.col:first-child{
    border-right: 0px solid #fff; 
  }
  #small-ads img {
    height: 260px !important;
  }
  .btn-primary-newstyle{
    width: 50%;
  }
}