p {
  letter-spacing: 1px;
}

.stricky-fixed .main-menu__logo a img {
  width: 200px;
  height: auto;
}

.stricky-fixed .main-menu .main-menu__list > li, .stricky-header .main-menu__list > li {
  padding-top: 10px;
  padding-bottom: 14px;
  position: relative;
}

.main-menu .main-menu__list > li > a {
  white-space: nowrap;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}

.top-header {
  padding: 0px;
}

.top-header marquee {
  position: relative;
  display: flex;
  background-color: #0f4860;
}

.top-header marquee ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top-header marquee ul li {
  margin: 0px;
  padding: 7px 10px 0px 0px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}

.top-header marquee ul li a {
  color: #fff;
  text-decoration: none;
}

.top-header marquee ul li a:hover {
  color: #F57005;
}

.top-header marquee ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  color: #F57005;
  font-weight: 900;
  font-size: 10px;
  padding-right: 5px;
}

.top-header marquee:before {
  background-color: #F57005;
  content: "Announcements";
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  padding: 5px 0px 5px 10px;
  color: #fff;
  z-index: 99;
}

.top-header marquee:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 40px;
  background-color: #F57005;
  left: 110px;
  transform: rotate(45deg);
}

.category-one__hover__content p {
  color: #fff;
  opacity: 1;
  padding: 10px 15px;
}/*# sourceMappingURL=theme.css.map */

.about-two__about-box ul {

  padding-top: 8px;
}

.about-two__about-box ul li {

  margin-bottom: 10px;
  color: var(--samsk-text);
}

section.principal-meesage {
  background: #f5f5f5;
  padding: 60px 0px;
  text-align: center;
}

section.principal-meesage h5 {

  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}

section.principal-meesage p {

  font-size: 16px;
}

.admission-form {

  background: #fff;
  padding: 60px 0px;
}

.academics-section {

  padding: 60px 0px;
}

.academics-section h6 {

  font-size: 22px;
}

.academics-section p strong {

  color: #697585;
  font-size: 16px;
}

.academics-section p {

  color: #697585;
}

.academics-section  ul  {

  padding-left: 18px;
}


.academics-section  h5 {

  text-align: center;
  font-size: 23px;
}
.academics-section  ul li  {

  margin-bottom: 10px;
  font-size: 18px;
  color: #697585;
}

.academics-section  ul li strong{

  color: #697585;
}

 
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 10px;
}

.rating > input {
  display: none;
}

.rating > label {
  color: #90A0A3;
  font-size: 2em;
  cursor: pointer;
}

.rating > label:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  margin-right: 5px;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #F79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}


.parent-form-div {
  padding: 16px 30px;
  background: #fafafa;
  border-radius: 9px;
  margin-top: 40px;
}


.parent-form-div h5 {

  font-size: 27px;
  margin-bottom: 20px;
  color: #02354a;
}

.parent-form-div label {

  font-size: 15px;
  color: #323232;
  margin-bottom: 10px;
}

.parent-form-div select {

  height: 45px;
  border: inherit;
}

.parent-form-div textarea {

  border: inherit;
}

.submit-button {

  display: inline-block;
  vertical-align: middle;
   border: none;
  outline: none !important;
  background-color: #F5700A;
  color: var(--samsk-white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: capitalize;
  padding: 10px 32px 10px;
  overflow: hidden;
  z-index: 2;
  position: relative;
   transition: allease 0.3s;
}

.submit-button:hover{

  color: #fff;
}

.admission-form input, .admission-form select {
  height: 45px;
  width: 100% !important;
  border: inherit;
}

 
.admission-form  .iti {

  width: 100%;
}

.admission-form-div {
  background: #fafafa;
  padding: 26px;
  border-radius: 10px;
}

.contact-one .eduact-btn {
  text-transform: inherit;
}

ul.contact-info__wrapper li {

  padding: 60px 30px;
}

.admission-form-div input,.admission-form-div select {

  height: 45px;
  border: inherit;
  background-color: #fff !important;
  width: 100% !important;
 
}

.iti--separate-dial-code .iti__selected-flag {

  background-color: #fff !important;
}

.job-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-details {
  flex: 1;
}
.job-card h3 {
  margin: 0;
  font-size: 23px;
}
.job-card p {
  color: #555;
}
.job-tags {
  display: flex;
      gap: 10px;
      margin-top: 10px;
      flex-wrap: wrap;
    margin-bottom: 15px;
}
.job-tags span {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 0.9em;
}
.apply-link {
  background-color: #f57005;
  color: white;
  padding: 7px 15px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  border: inherit;
}

.apply-link:hover {

  color: #fff;
}

.career-section {

  padding: 60px 0px;
}