/*
Theme Name: LHM
Text Domain: lhm
Version: 1.0
Tested up to: 1.1

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

@import url(assets/css/custom.css)

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

body {
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif !important;
}

.header-top {
  background: #00599e;
  color: white;
}

.logo-main {
  background: #00599e;
  padding: 0px 20px;
}

.logo-main img {
  position: relative;
  top: -15px;
  width: 212px;
}

.header-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.header-bottom {
  margin-bottom: -1px;
}

.header-bottom ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.header-bottom ul li {
  display: inline-block;
  margin: 20px 20px 20px 0px;
}

.header-bottom ul li:last-child {
  margin-right: 0px;
}

.header-bottom ul li a {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 0px;
}

.header-top .header-link {
  color: white;
  text-decoration: none;
  padding: 8px 0px;
  font-weight: 600;
  margin: 0px 10px;
}

.header-top a:hover {
  color: white;
}

.header-top a:last-child {
  margin-right: 0px;
}

.footer-top {
  background: #00599e;
  padding: 130px 15px 30px;
  text-align: center;
  color: white;
  position: relative;
}

.footer-top-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 30px;
}

.footer-top-menu ul li {
  display: inline-block;
  margin-right: 30px;
}

.footer-top-menu ul li:last-child {
  margin-right: 0px;
}

.footer-top-menu ul li a {
  font-size: 18px;
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.footer-top-text p:first-child {
  font-size: 18px;
  font-weight: 600;
}

.footer-top-text p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-top-text p a {
  color: white;
  text-decoration: none;
}

.footer-bottom {
  background: #e6e6e6;
  padding: 35px 15px;
  text-align: center;
}

.footer-bottom p {
  margin-bottom: 0px;
  color: #393939;
  font-size: 18px;
  font-weight: 500;
}

.footer-top-logo {
  padding: 35px 55px;
  background: white;
  border-radius: 20px;
  position: absolute;
  margin: 0 auto;
  top: -75px;
  left: 0;
  right: 0px;
  max-width: 390px;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.slider-quote-main {
  color: #292929 !important;
  background: white;
  padding: 70px 70px 35px;
  border-radius: 40px;
  max-width: 812px;
  position: relative !important;
  left: -30px;
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  z-index: 9;
}

.slider-quote-main p {
  color: #292929;
  font-size: 28px;
  font-weight: bold;
}

.quote-img {
  position: absolute;
  left: 40px;
  top: 40px;
}

.slider-quote-main h2 {
  text-align: right;
  color: #1158a0;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 0px;
  font-weight: bold;
}

.slider-quote-main-top {
  overflow: hidden;
  height: 330px;
  width: 100%;
}

.slider-quote-main-top img {
  position: absolute;
  top: -103px;
  right: -50px;
}

.slider-quote-main-bottom {
  height: 220px;
  overflow: hidden;
  position: absolute !important;
  bottom: 0;
}

.slider-quote-main-bottom img {
  position: absolute;
  right: -190px;
  bottom: 0px;
}

.slider-left-img .elementor-widget-image {
  width: 100%;
  height: 100%;
}

.slider-left-img .elementor-widget-container {
  width: 100%;
  height: 100%;
}

.slider-left-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.steps-main {
  background: white;
  border-radius: 20px;
  padding: 30px 45px 30px 30px;
  width: 100%;
  display: flex;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
}

.steps-main .steps-main-box {
  background: #00599e;
  border-radius: 150px;
  padding: 30px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 25px;
  color: white;
}

.steps-main .steps-main-box p {
  color: white;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1;
}

.steps-main .steps-main-box h2 {
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 0.9;
}

.steps-main p {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.testimonials-main {
  display: flex;
  justify-content: space-between;
}

.testimonials-main-box {
  width: 31%;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 5%);
}

.testimonials-main-box p {
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}

.testimonials-main-box h2 {
  color: #00599e;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px; font-style:italic;
}

.testimonials-main-box h4 {
  color: #787d82;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.announcment-main {
  background: #e6e6e6;
  padding: 15px;
  text-align: left;
}

.announcment-main h3 {
  margin-bottom: 0px;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; text-align:center;
}

.announcment-main-cross {
  position: absolute;
  right: 20px;
  top: 10px;
}

.logged-in .announcment-main-cross { }

.signin-main {
  overflow: hidden;
  width: 100%;
  background: #f6f9ff;
}

.signin-top {
  overflow: hidden;
  width: 100%;
  height: 360px;
  position: relative;
}

.signin-top img {
  position: absolute;
  top: -103px;
  right: -50px;
}

.signin-bottom {
  overflow: hidden;
  width: 100%;
  height: 200px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.signin-bottom img {
  position: absolute;
  right: -220px;
  bottom: 0px;
}

.signin-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 250px;
}

.signin-center h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.signin-center h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.signin-center h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}

.btn-signin {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px !important;
  font-weight: bold !important;
  font-size: 18px !important;
  background-color: #00599e !important;
  border-color: #00599e !important;
  padding: 10px !important;
}

.signin-center a {
  color: #00599e;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
}

.signin-center p {
  margin-bottom: 10px;
}

.sign-in-form {
  max-width: 450px;
  margin: 0 auto;
}

.sign-in-form .form-floating {
  
}

.footer-nav-widgets-wrapper {
  display: none;
}

.header-footer-group .entry-title {
  display: none;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1 !important;
  font-weight: 600 !important;
  color: #323232 !important;
  font-size: 13px !important;
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1 !important;
  font-weight: 600 !important;
  color: #323232 !important;
  font-size: 13px !important;
}

.form-floating > label {
  font-weight: 600;
}

.signin-main-left img {
  height: 100% !important;
  object-fit: cover;
}

.signin-main-left {
  position: relative;
}

.signin-main-left-inner {
  /* position: relative; */
}

.signin-main-left-inner {
  background: #f6f9ff;
  border-radius: 50%;
  height: 120%;
  -ms-transform: translate(-5%, -100%);
  position: absolute;
  top: -10%;
  right: -298px;
  width: 400px;
}

.signin-main-right {
  z-index: 99;
  position: relative;
}

.signin-center {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 250px;
}

.signin-center h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.sign-up-form {
  width: 100%;
}

.form-floating > .form-control {
  padding: 1.2rem 0.75rem 0.2rem !important;
  font-weight: bold;
}

.form-floating > label {
  padding: 0.7rem 0.75rem !important;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3rem + 2px) !important;
}

.form-control {
  border: 1px solid #666666 !important;
}

.btn-signup {
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 30px !important;
  font-weight: bold !important;
  font-size: 18px !important;
  background-color: #00599e !important;
  border-color: #00599e !important;
  padding: 10px !important;
  min-width: 260px;
}

.btn-save {
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 30px !important;
  font-weight: bold !important;
  font-size: 18px !important;
  background-color: #00b5de !important;
  border-color: #00b5de !important;
  padding: 10px !important;
  min-width: 260px;
}

.form-floating > select {
  color: #212529 !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  padding: 1rem 0.75rem !important;
}

.student-dash-top-menu {
  background: #e6e6e6;
  padding: 20px;
}

.student-dash-top-menu-box-top {
  background: #787d82;
  padding: 20px;
  border-radius: 50px;
  margin: 0 auto 15px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.student-dash-top-menu a:hover {
  color: black;
}

.student-dash-top-menu-box-top.active {
  background: #00599e;
}

.student-dash-top-menu-box-bottom {
  text-align: center;
}

.student-dash-top-menu-box-bottom h3 {
  font-size: 18px;
  font-weight: 600; margin: 0;
}

.student-dash-top-menu a {
  color: #000000;
  text-decoration: none;
}

.funding-main {
  padding: 60px 15px;
}

.funding-main h2 {
  color: black;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}

.funding-main h3 {
  color: black;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.funding-main p {
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 50px;
}

.student-dash-bottom-main {
}

.student-card {
  width: 100%;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
  border-radius: 10px;
  margin-bottom: 50px;
}

.student-card .student-card-header {
  padding: 35px 30px;
  border-bottom: 1px solid #b8b8b8;
}

.student-card .student-card-header h2 {
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0px;
}

.student-card .table {
  border-color: #b8b8b8 !important;
}

.student-card .table th {
  border-color: #b8b8b8 !important;
  font-size: 20px;
  padding: 15px 30px;
  color: black;
  font-weight: 600;
}

.student-card .table td {
  font-size: 16px;
  padding: 15px 30px;
  color: black;
  font-weight: 600;
}

.status-approved {
  background: #0ba201;
  border-radius: 20px;
  padding: 6px 25px;
  color: white;
  font-size: 14px;
}

.status-pending {
  background: #2a76c2;
  border-radius: 20px;
  padding: 6px 25px;
  color: white;
  font-size: 14px;
}

.status-denied {
  background: #c30f16;
  border-radius: 20px;
  padding: 6px 25px;
  color: white;
  font-size: 14px;
}

.student-card .table.student-card-last th:last-child,
.student-card .table.student-card-last td:last-child {
  text-align: center;
  width: 230px;
}

.student-card .table tr:last-child td {
  border-bottom: 0px;
}

.user-cont {
  width: 30px;
  height: 30px;
}

.user-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-menu .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-menu h3 {
  font-size: 16px;
  margin: 0px 5px 0px 9px;
}

.profile-sub-menu .dropdown-item {
  color: black;
  font-weight: 600;
}

.profile-menu h3 {
  color: white;
}

.profile-menu .dropdown-item:focus,
.profile-menu .dropdown-item:hover {

  background-color: #ddd; color:#000;
}

.profile-menu .dropdown-toggle::after {
  background: url(assets/images/angle-down.svg) no-repeat;
  background-position: top center;
  width: 8px;
  height: 10px;
  border-color: transparent;
}

.funding-main-no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:50px 15px 50px;
}

.funding-main-no-data img {
  margin-bottom: 50px;
}

.funding-main-no-data h3 {
  font-size: 22px;
  font-weight: 600;
}

#msform {
  max-width: 1240px;
  width: 100%;
  padding: 50px 15px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

#msform h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

#msform h3 {
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: capitalize;
}

#msform fieldset {
  /* background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%; */

  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#msform input,
#msform textarea {
  /* padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px; */
}
/*buttons*/
#msform .next-btn {
  position: absolute;
  right: 24px;
  bottom: 20px;
}

#msform .next-btn-img {
  position: absolute;
  right: 0px;
  bottom: 29px;
}

#msform .prev-btn {
  position: absolute;
  left: 18px;
  bottom: 20px;
}

#msform .prev-btn-img {
  position: absolute;
  left: 0px;
  bottom: 29px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  /* box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; */
}
/*headings*/
.fs-title {
  /* font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px; */
}
.fs-subtitle {
  /* font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px; */
}
/*progressbar*/
#progressbar {
  overflow: hidden;
  counter-reset: step;
  padding-left: 0px;
  max-width: 570px;
  margin: 0 auto 50px;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
/* #progressbar li:before {
	content: counter(step);
    counter-increment: step;
    width: 90px;
    line-height: 90px;
    display: block;
    color: white;
    background: #787D82;
    border-radius: 50px;
    margin: 0 auto 5px auto;
    font-size: 18px;
    font-weight: bold;
} */
/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #787d82;
  position: absolute;
  left: -50%;
  top: 45%;
  z-index: -1;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #00599e;
}

.next-btn-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.next-btn-main-inner {
  display: flex;
}

.next-btn {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  color: #00599e;
  background-color: transparent !important;
  padding-right: 0px;
}

.prev-btn {
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  color: #00599e;
  background-color: transparent !important;
  padding-right: 0px;
}

.header-bottom {
  position: relative;
}

.header-bottom .header-container ul {
  width: 430px;
  justify-content: end;
}

#menu-left-menu {
  justify-content: flex-end;
}

#menu-left-menu li {
  margin: 20px 35px 20px 0px;
}

#menu-left-menu li:last-child {
  margin-right: 0px;
}

.pro-act-inner {
  background: #787d82;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto;
}

.active .pro-act-inner {
  background: #00599e;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto;
}

.pro-act-inner h3 {
  color: white;
  margin-bottom: 0px !important;
  font-size: 18px;
}

.cont-para {
  font-size: 18px !important;
  text-align: left !important;
  max-width: 100% !important;
  margin: 0 0 15px !important;
}

.student-options {
  background: #f6f9ff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.student-options ul {
  text-align: left;
  padding-left: 20px;
}

.student-options ul li {
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.funding-main-no-data a {
  text-decoration: none;
}

#NewStudent .modal-dialog {
  max-width: 1260px;
}

#NewStudent .modal-dialog .modal-body {
  padding: 50px 50px 30px;
}

#NewStudent .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  font-size: 22px;
}

#NewStudent h3 {
  font-weight: bold;
  margin-bottom: 20px;     text-align: left;
}

#NewStudent p {
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px; text-align:left !important; max-width:100% !important;
}

#NewApplication .modal-dialog {
  max-width: 580px;
}

#NewApplication .modal-dialog .modal-body {
  padding: 50px 60px 40px;
}

#NewApplication .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  font-size: 22px;
}

#NewApplication h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

#NewApplication p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
}

#NewApplication .modal-content,
#NewStudent .modal-content {
  border-radius: 10px;
}

.box {
  display: block;
  max-width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.upload-options {
  position: relative;
  height: 50px;
  background-color: #00599e;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #00599e;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}
.upload-options label::after {
  content: "Upload Picture";
  position: absolute;
  color: white;
  top: calc(100% - 2.5rem);
  left: calc(35% - 1.25rem);
  z-index: 0;
  font-size: 18px;
  font-weight: bold;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: lightgray;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview::after {
  display: none;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}
.mobile_menu { display:none;}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.funding-main .student-card-heading {
  color: black;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
}

.funding-main .student-card-heading1 {
  color: black;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 40px;
}

.student-card-body {
  position: relative;
}

.edit-profile-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #00599e;
  text-decoration: none;
}

.edit-profile-btn img {
  position: relative;
  top: -2px;
}

.student-options ul li {
  list-style-image: url(assets/images/bullet.svg);
}

.form-check-label {
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

[type="file"] {
  /* Style the color of the message that says 'No file chosen' */
  color: #484848;
  font-size: 13px;
  font-weight: 600;
}
[type="file"]::-webkit-file-upload-button {
  background: #efefef;
  border: 1px solid #707070;
  border-radius: 7px;
  color: #484848;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  padding: 5px 20px;
  text-transform: unset;
  transition: all 1s ease;
  margin-right: 10px;
}

[type="file"]::-webkit-file-upload-button:hover {
  background: #efefef;
  border: 1px solid #707070;
  color: #484848;
}

.foll-para {
  max-width: 100% !important;
  text-align: left !important;
  margin-bottom: 10px !important;
}

.foll-para1 {
  font-size: 16px !important;
  color: #484848 !important;
  text-align: left !important;
  margin: 0px 0px 10px !important;
  font-weight: 600;
}

.foll-para2 {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  color: #484848 !important;
}

.things-options ul {
  text-align: left;
  padding-left: 20px;
}

.things-options ul li {
  margin-bottom: 20px;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.things-options ul li {
  list-style-image: url(assets/images/check-arrow.svg);
}

.things-options ul ul li {
  list-style-image: url(assets/images/bullet.svg);
  margin-bottom: 10px;
}

.student-options-item {
  border-right: 1px solid #787d82;
}

.tuition-head {
  color: #00599e !important;
  font-weight: bold !important;
  margin: 20px auto 10px !important;
}

.tuition-proc {
  color: #00599e;
  text-decoration: underline;
  text-transform: uppercase;
}

.things-options1 ul {
  text-align: left;
  padding-left: 20px;
}

.things-options1 ul li {
  margin-bottom: 20px;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.things-options1 ul li {
  list-style-image: url(assets/images/bullet.svg);
  margin-bottom: 20px;
}
.signin-center { padding:0 25px;}
.logo_mobile { display:none;}

.elementor-section.elementor-section-boxed > .elementor-container { max-width:1300px!important;}
p, h1, h2, h3, h4, h5, h6, div, ul, li, span{font-family: 'Montserrat', sans-serif !important;}
.header-bottom .header-container ul {
display: flex;
flex-direction: row;
}

.testimonial_main{ padding:0 0 150px 0;}
.btn_row{ text-align:center;}
.btn_row button{ background:#00599E; border:0;  border-radius:50px; padding:5px 15px; color:#fff; font-weight:600;     margin-bottom: 14px;}
.box_inner {    border-radius: 10px;
    padding:25px;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);     margin: 15px;
    width: calc(50% - 30px);}
	.box_inner p { color:#292929;     font-weight: 500; margin:0;}
	.box_inner i{ color:#00599E; font-size:20px; font-weight:800;     display: block;}
	.box_inner label{ color:#787D82; font-weight:600;font-size: 14px;}
	.name_t { padding-top:20px;}
	.pager_cls { padding-top:55px;}
	.pager_cls .pagination {justify-content: center;}
	.submit_cls input[type=submit]{ background:#00599E; border:0;  border-radius:50px; padding:5px 15px; color:#fff; font-weight:600; width:100%;}
   .agree { font-weight:600; padding:15px 0;}
  .agree p{padding: 10px 0 10px 0;}
  .testimonial_popup .modal-header{ border:0; text-align:center; padding:30px; font-weight:600;}
  .modal-header h5{ font-size:18px;}
  .pager_cls {     justify-content: center;display: flex; }
  .pager_cls ul{ background:#E6E6E6; padding:9px 15px; display:inline-block; list-style: none; display:flex;}
  
  .pager_cls ul li a{ display: inline-block;     padding: 0px 5px;
    margin: 0 4px;
    text-decoration: none;
    font-weight: 600;
    color: #000;     background: none !important;
    border: 0;     width: 25px;
    text-align: center;     box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;}
	
	 .pager_cls ul li.active a{ background:#00599E !important; color:#fff !important;} 
	 
	.testimonial_popup .modal-lg{max-width: 1100px;}
	.testimonial_popup .modal-header h5 {
  
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 43px;
    padding: 15px 40px;
}
	
	.testimonial_popup .modal-content{ border-radius:10px;}
	.testimonial_popup textarea{ min-height:120px;}
	.testimonial_popup .modal-header .btn-close {
   
    top: 20px;
    position: absolute;
    right: 20px; opacity: 1 !important;
}
.testimonial_popup .form-floating>label { left:10px;}

.icon_contact .elementor-widget-icon-box .elementor-icon-box-content {    margin-top: auto !important;
    margin-bottom: auto !important;}
	
	.elementor-icon-list-icon{    margin-bottom: auto;position: relative;top: 6px;}
	
	.elementor-tab-title.elementor-active { background:#00599E !important;     border-top-left-radius: 5px;     border-top-right-radius: 5px;}
	
	.elementor-accordion .elementor-accordion-item {
    border: 0;
    margin-bottom: 17px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%); border:0 !important;
}

.icons_list  .elementor-widget-container, .icons_list .elementor-element, .icons_list .steps-main{ height:100%;}
.steps-main .steps-main-box {margin-top: auto;margin-bottom: auto;}
.text_step {margin-top: auto;margin-bottom: auto;}

.contact_box .elementor-col-25{ margin:0 10px;}
.contact_box .elementor-widget-wrap { border-radius:10px;    box-shadow: 0px 0px 10px 0px rgb(179 166 166 / 50%);}
.form_cls .wpcf7-form-control-wrap{ display:block; width:100%; margin-bottom:8px;}
.form_cls .wpcf7-form-control-wrap input[type="text"], .form_cls .wpcf7-form-control-wrap input[type="email"]{ border:1px solid #666666; height:40px; padding:5px;     border-radius: 5px;width: 100%; font-weight: 500;font-size: 13px; color:#484848}
.form_cls  br{ display:none;}
.form_cls .wpcf7-form-control-wrap textarea{ border:1px solid #666666; height:90px; padding:5px;     border-radius: 5px;width: 100%; font-weight: 500;font-size: 13px; color:#484848}
.submit_form { text-align:center; padding-top:5px; position:relative;}
.submit_form input[type="submit"]{ background:#00599E; color:#fff; padding:6px 15px;     font-weight: 600;
    border: 0;
    border-radius: 29px;
    min-width: 171px;}
	.submit_form .wpcf7-spinner{ position:absolute;}
	
	.steps_details .elementor-image-box-content{ display:flex;}
	
	.steps_details .elementor-image-box-title{ background:#00599E; border-radius:50%; color:#fff; padding:5px; width:90px; height:90px;     margin-top: auto;margin-bottom: auto; min-width:90px;}
	.steps_details .elementor-image-box-title b{     display: block;
    padding-top: 2px;
    font-size: 40px;
    line-height: 44px;     font-weight: 700;}
	.steps_details .elementor-image-box-description { padding-left:25px; text-align:left;     margin-top: auto !important;
    margin-bottom: auto !important;}
	
	.steps_details .elementor-col-50{    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 5%);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px;
}

.steps_details .elementor-col-50 .elementor-element, .steps_details .elementor-widget-container, .steps_details .elementor-image-box-wrapper, .steps_details .elementor-image-box-content { height:100%;}
	b, strong{ font-weight:bold !important;}
	.dialog-widget-content { border-radius: 8px !important}
	.pb22 p{    margin-bottom: 22px;}
	
/* The container */
.ckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
    border: 1.5px solid #ddd;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.ckbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.ckbox input:checked ~ .checkmark {
  background-color: #00599E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ckbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.textarea .form-floating>.form-control {
  height: 120px !important;
}
.testimonial_popup  .modal-body{ padding:10px 40px 40px 40px!important;}

.error404-content {    max-width: 1320px;     padding: 45px 15px 150px 15px;
    margin: 0 auto;}
	
	.error404-content [type=search] {
    border: 1px solid #ddd;
    height: 40px;
    padding: 7px;
}

.error404-content input[type="submit"]{    background: #00599e;
    padding: 7px 15px;
    border: 0;
    color: #fff;}


.header-bottom .header-container ul.navbar-menu-right{ width:457px;}

.pager_cls ul li:first-child a{ font-size:0; background:url(../images/angle-left_s.svg) no-repeat !important; height:15px; display:block;    position: relative;
    top: 4px;}
.pager_cls ul li:last-child a{ font-size:0; background:url(../images/angle-right.svg) no-repeat !important; height:15px; display:block;    position: relative;
    top: 4px; left:10px;}

.profile-sub-menu .dropdown-item{ font-size:15px;}
.profile-sub-menu { min-width:12rem;}
.notify.fixed{ z-index:999 !important;}

.sign-up-form .form-floating  select{background:#fff url(assets/images/angle-down.svg)no-repeat right 9px bottom 9px; padding-right: 30px !important;}

.student-card-body .form-floating select{background:#fff url(assets/images/angle-down.svg)no-repeat right 9px bottom 9px; padding-right: 30px !important;}

.header-container ul:last-child{justify-content: start !important;}
.student-dash-top-menu .col:first-child h3{    max-width: 230px;
    margin: 0 auto;}
.student-dash-top-menu .col:last-child h3{    max-width: 184px;
    margin: 0 auto;
}
.student-dash-top-menu .col:nth-child(2){}
.student-dash-top-menu .col:nth-child(3) h3{    max-width: 166px;
    margin: 0 auto;}
.student-dash-top-menu .col:nth-child(4) h3{max-width:206px; margin: 0 auto;}

.form-floating label span{ color:red;}

#NewStudent ul ul{ padding-bottom:9px;}
.student-card-body .student-options { border-radius:0;}
.form-floating label{ text-align:left;}
.btn_cls button{ margin-bottom:10px !important;}
a.yes_btn {display: inline-block;
    width: auto !important;
    height: inherit !important;
    line-height: 40px;
    color: #fff;
    padding: 1px 60px;
    margin: 0 10px;
    border: 0;
    border-radius: 50px;
    text-decoration: none;}


.hasDatepicker { background: #fff url(assets/images/hasdate.svg) no-repeat right 7px bottom 7px !important;}

@media (max-width: 1500px) {
	.things-options1 ul { margin:0 !important;}
  .slider-quote-main-top {
    height: 250px;
  }

  .slider-quote-main-top img {
    top: -130px;
    right: -50px;
  }
  .slider-quote-main p {
    font-size: 22px;
  }
  .slider-quote-main h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .header-container {
    padding: 0px 15px;
  }
  .testimonials-main {
    flex-direction: column;
  }
  .testimonials-main-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .slider-quote-main-top {
    height: 190px;
  }
  .slider-quote-main-top {
    height: 190px;
  }
  .slider-quote-main p {
    font-size: 22px;
  }
  .header-bottom ul li {
    margin: 20px 10px 20px 0px;
  }
  .testimonials-main-section {
    padding: 100px 25px 85px !important;
  }
  .signin-top {
    height: 180px;
  }
  .signin-center {
    margin: 0 auto 200px;
  }
  .slider-quote-main {
    top: -50px;
  }
  .header-bottom .header-container ul {
    width: 340px;
  }
  .header-bottom ul li a {
    font-size: 14px;
  }
  #menu-left-menu li {
    margin: 20px 20px 20px 0px;
  }
}

@media (max-width: 1023px) {
	
	.logo_mobile { display:block; margin-right:auto; max-width:110px;}
	.logo-main { display:none !important;}
	.header-bottom {
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 0;
    left: 0; display:none;
}

	.header-container { position:relative;}
	.header-bottom .header-container { display:block !important;}
	.profile-menu { margin-right:10px;     margin-left: auto;     position: relative;
    top: 3px;}
	.mobile_menu { display:block; position: relative; right:0px;}
	.mobile_menu i{ display:block; width:22px; height:2px; margin:5px 0; background:#fff;} 
	.mnone { display:none;}
  .header-bottom ul li a {
    font-size: 12px;
  }
  .slider-quote-main-top {
    height: 100px;
  }
  .slider-quote-main-bottom {
    height: 70px;
  }
  .slider-quote-main {
    padding: 70px 40px 35px;
  }
  .quote-img {
    left: 20px;
  }
  .logo-main {
    background: transparent;
    position: absolute;
    top: -30px;
    left: 0px;
    max-width: 140px;
  }
  .header-bottom ul li {
    margin: 10px 0px;
    width: 100%;
  }
  .signin-top img {
    top: -53px;
  }
  .signin-main-left-inner {
    display: none;
  }
  .header-bottom ul li a {
    font-size: 16px;
  }
  .header-bottom ul li {
    margin: 20px 20px 20px 0px;
    width: 100%;
  }
  #menu-left-menu li {
    margin: 20px 20px 20px 0px;
  }
  .header-bottom .header-container ul {
    width: 100%;
    flex-direction: column !important;
  }
  .header-bottom ul li {
    margin: 10px 20px 10px 0px;
  }
  #menu-left-menu li {
    margin: 10px 20px 10px 0px;
  }
  
  .header-top .header-link{ font-size:14px;}
   
  .header-top span{ margin:0 !important;}
  

  

  
  .header-bottom .header-container ul.navbar-menu-right{ width:100%;}
  
  .header-top {padding: 8px 0;}
  
  
}

@media (max-width: 768px) {
	
	.profile-menu h3 {
    color: white;
    max-width: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
}

  .signin-main-left img {
    height: 130% !important;
    object-fit: cover;
  }
  .signin-top {
    width: 100%;
    height: 290px;
  }
  .signin-center {
    margin: 0 15px 200px;
  }
  .signin-bottom img {
    right: -120px;
  }
  .footer-top-logo {
    z-index: 999;
    margin: 0 15px;
  }
  .signin-top img {
    top: 90px;
  }
  .slider-quote-main {
    margin: 0px 15px;
  }
  .slider-quote-main {
    left: 0px;
  }
  .steps-main {
    display: block;
  }
  .steps-main-box {
    margin-bottom: 15px !important;
  }
  .logo-main img {
    width: 100%;
  }
  .funding-main h2 {
    font-size: 40px;
  }
  .funding-main h3 {
    font-size: 20px;
  }
  .btn-signup {
    min-width: 100px;
  }
  
  
		.contact_box .elementor-col-25 {
    margin: 10px 10px;
}

.box_inner {
    margin: 15px 0;
    width: calc(100%);
}

.testimonial_box{ padding:0 15px;}

.steps_details .elementor-image-box-title {
    margin: 0 auto;
    margin-bottom: 10px;}
	
	.steps_details .elementor-image-box-content { display:block;}
	
	.testimonial_popup .modal-header h5 {
  
    font-size: 22px;
    line-height: 25px;
    padding: 15px 0px 0 0;
}
}

 @media screen and (max-width:500px) {
    .funding-main h2 {
      font-size: 28px !important;
     
  }
    .text-length .form-floating>label {
      font-weight: 600;
      font-size: 11px; padding-right: 30px !important;
  }
  .announcment-main-cross{ right:6px;}
  .student-options-item { border:0 !important;}
  .student-dash-top-menu .col{ padding-bottom:25px;}
  
   .form-floating > .form-control:not(:placeholder-shown) ~ label { line-height: 12px;
    font-size: 12px !important;     top: 3px;}
   .form-floating > .form-control.hasDatepicker{ padding-right:30px !important;}
   .form-floating > .form-control { padding-top:1.6rem !important;     height: calc(3.2rem + 2px) !important;}
   
  
  
  }




  .blue_bg {
    padding: 20px;
    background-color: #F6F9FF;
    margin-bottom: 15px;
  }
  .blue_bg>label {
    margin-bottom: 15px;
  }
  .blue_bg label {
    text-align: left;
    width: 100%;
  }


  .scholar_box {
    padding: 20px;
    background-color: #fbfbfb;
    margin-bottom: 15px;
    /*max-width: 1020px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.scholar_box .form-control[type=file] {
  border: none !important;
}
.scholar_box>label {
  font-weight: 600;
}
.add_row_scholar label{
  cursor: pointer;
  font-weight: 600;
}
.add_row_scholar span {
    padding-right: 5px;
}
.add_row_scholar svg circle{
  fill: #00599e;
}
.scholar_file label {
    width: 100%;
}
.scholar_file input {
    display: inline-block;
    width: fit-content;
}
.scholar_box table {
    width: 100%;
}
.scholar_box th {
    /* font-weight: 500; */
}
.scholar_box thead tr {
    border-bottom: 1px solid #cbcbcb;
}
.scholar_box thead tr th, .scholar_box tbody tr td {
    padding: 10px 0;
}
.scholar_box tbody tr {
    border-bottom: 1px solid #cbcbcb;
}
.scholar_box tbody tr td {
    padding: 15px 0;
    text-align: center;
}
.scholar_box thead tr th:not(:last-child) , .scholar_box tbody tr td:not(:last-child) {
    padding-right: 7%;
}
.scholar_box thead tr th:last-child {
    padding-left: 0%;
}
.show_label label {
  text-align: left;
  display: block;
  font-weight: 600;
}
.show_label .checkbox.checkbox-inline {
  display: flex;
  align-items: baseline;
}
.scholar_box {
  display: none;
}

/*15-2-2024*/
.scholar_box tbody tr td input[type="checkbox"]{
  width: 20px;
  height: 20px;
}


@media screen and (max-width: 992px) {
    .scholar_box thead tr th:not(:last-child) , .scholar_box tbody tr td:not(:last-child) {
        padding-right: 20px;
    }
    .scholar_box thead tr th:last-child {
        padding-left: 0%;
    }
} 
@media screen and (max-width: 668px) {
    .table-reponsive {
        overflow-x: scroll;
    }
    .scholar_table {
        width: 668px;
    }
}

.form-control-div{
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}
.form-control-div>a{
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
  align-items: center;
}
.lhm-dd-list{
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #666;
  width: 100%;
  z-index: 111;
  background: #fff;
  box-shadow: 0 0 5px #00000050;
  border-radius: 5px;
  padding: 15px 10px;
}
.lhm-dd-list ul{
  list-style: none;
  padding: 0;
}
.lhm-dd-list ul li{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.lhm-dd-list ul li a{
  color: #000;
  text-decoration:none;
}
.lhm-dd-list ul li span{
  color: #999;
  padding-left:15px;
  font-weight:400;
}