.mt-5{
margin-top: 35px;
}
.bg-primary {
    background-color: rgb(246 244 238);
}
.rs-alumni-thumb-wrapper
 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.section-title {
    text-align: left;
    margin-bottom: 25px;
}
.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}
.rs-program-details-tab-wrapper {
    padding: 0px;
    margin-top: -30px;
}
.rs-alumni-thumb {
    height: 100%;
    width: 100%;
}
.rs-alumni-thumb img
 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
}
.sticky-row{
display:flex;
flex-wrap: wrap;
}
.rs-about-wrapper.news-updates-section
 {
    background: #F5F8FC;
    padding: 50px;
    border-radius: 20px;
}
h3.section-title.has-theme-blue{
    font-size:22px;
   /* margin-bottom: 10px;*/
    color: #b32b2b;
    padding-left:0;
}
.rs-about-wrapper  p{
        text-align: justify;
}
/*.section-title.has-theme-blue
 {
    padding-left: 15px;
}*/

/*----------------------------------------*/
/*  4.26 mission
/*----------------------------------------*/
.rs-mission-one .rs-mission-wrapper {
  display: grid;
  grid-template-columns: 410px auto;
  gap: 30px 60px;
  align-items: start;
}
@media only screen and (max-width: 1600px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: 350px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: 300px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-mission-one .rs-mission-wrapper {
    grid-template-columns: auto;
  }
}
.rs-mission-one .rs-counter-number,
.rs-mission-one .prefix {
  font-size: 48px;
  color: var(--rs-title-tertiary);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-mission-one .rs-counter-number,
  .rs-mission-one .prefix {
    font-size: 30px;
  }
}
.rs-mission-one .rs-counter-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.rs-mission-one .rs-mission-sec-icon img {
  width: 68px;
}
.rs-mission-one .rs-mission-desc-wrapper {
  position: relative;
  z-index: 1;
  border-inline-start: 1px solid #E4E4E4;
  padding-inline-start: 35px;
}
@media only screen and (max-width: 480px) {
  .rs-mission-one .rs-mission-desc-wrapper {
    padding-inline-start: 25px;
  }
}
.rs-mission-one .rs-mission-desc-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: -8px;
  width: 16px;
  height: 16px;
  background-color: #003A65;
  border: 3px solid rgba(255, 255, 255, 0.98);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-mission-one .rs-mission-thumb {
  margin-top: 38px;
}
.rs-mission-one .rs-mission-thumb img {
  width: 100%;
  border-radius: 12px;
}
.rs-mission-one .rs-mission-title {
  color: var(--rs-title-tertiary);
  margin-bottom: 15px;
}
.rs-mission-one .desc-one {
  margin-bottom: 20px;
}
.rs-mission-one .section-title {
  color: var(--rs-title-tertiary);
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 10px;
}
.rs-mission-one .section-desc {
  max-width: 290px;
}

/*----------------------------------------*/
/*  4.27 overview css
/*----------------------------------------*/

.rs-overview-two .rs-accordion-item {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
}
.rs-overview-two .rs-overview-desc-wrapper {
  position: relative;
  padding-inline-start: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-overview-two .rs-overview-desc-wrapper {
    padding-inline-start: 25px;
  }
}
.rs-overview-two .rs-overview-desc-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #E4E4E4;
}
.rs-overview-two .rs-overview-desc-wrapper::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -8px;
  width: 16px;
  height: 16px;
  background-color: #003A65;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.rs-overview-two .rs-overview-desc-list-item {
  position: relative;
  padding-inline-start: 15px;
  color: black;
    font-size: 16px;
}
.rs-overview-two .rs-overview-desc-list-item:not(:last-child) {
  margin-bottom: 3px;
}
.rs-overview-two .rs-overview-desc-list-item::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #4C4C4C;
  border-radius: 50%;
}
.rs-overview-two .accordion-body {
  padding-top: 20px;
  padding-inline-start: 35px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1366px) {
  .rs-overview-two .accordion-body {
    padding-top: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    padding-bottom: 25px;
  }
}
.rs-overview-two .rs-overview-thumb {
  height: 100%;
}
.rs-overview-two .rs-overview-thumb img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 16px;
}
.rs-overview-two .rs-overview-wrapper {
  display: grid;
  grid-template-columns: 530px auto;
  gap: 30px 90px;
  margin-top: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-overview-two .rs-overview-wrapper {
    gap: 30px 60px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-overview-two .rs-overview-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-overview-two .rs-overview-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-overview-two .rs-overview-wrapper {
    grid-template-columns: auto;
  }
}
.rs-overview-two .rs-overview-wrapper.rs-overview-grid {
  grid-template-columns: auto 510px;
  gap: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .rs-overview-two .rs-overview-wrapper.rs-overview-grid {
    grid-template-columns: auto;
  }
}
.rs-overview-two .rs-overview-wrapper.rs-overview-grid .rs-overview-desc-wrapper p {
  margin-bottom: 20px;
}
.rs-accordion-two .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-accordion-two .accordion-button {
  padding: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  color: #030303;
  text-align: start;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px;
  background: #fff;
  transition: 0.3s;
  width:100%;
  position:relative;
  border: none;
}
.rs-accordion-two .accordion-button:hover {
  background: #003A65;
  color: var(--rs-white);
}
.rs-accordion-two .accordion-button:hover .accordion-icon svg path {
  fill: var(--rs-white);
}
@media only screen and (max-width: 767px) {
  .rs-accordion-two .accordion-button {
    font-size: 20px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-accordion-two .accordion-button {
    font-size: 18px;
  }
}
.rs-accordion-two .accordion-button::after {
  content: none;
}
.rs-accordion-two .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-white);
  background: #003A65;
  border-radius: 6px 6px 0px 0;
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg {
  transform: rotate(0deg);
}
.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg path {
  fill: var(--rs-white);
}
.rs-accordion-two .accordion-icon {
  position: absolute;
  inset-inline-end: 30px;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-icon svg {
  width: 13px;
  transform: rotate(-90deg);
}
[dir=rtl] .rs-accordion-two .accordion-icon svg {
  transform: rotate(90deg);
}
.rs-accordion-two .accordion-icon svg path {
  fill: #000;
  transition: all 0.4s ease-out 0s;
}
.rs-accordion-two .accordion-item {
  padding-top: 22px;
  padding-bottom: 0;
  padding-inline-end: 22px;
  padding-inline-start: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.rs-accordion-two .accordion-item:first-child {
  border-top: 1px solid #ebebeb;
}
.rs-accordion-two .accordion-body {
  color: var(--rs-text-primary);
  padding-top: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 30px;
  padding-bottom: 30px;
  line-height: 28px;
  background: var(--rs-white);
  border-radius: 0 0 6px 6px;
}
.section-space-top
 {
    padding-top: 90px;
}

@media only screen and (max-width: 1199px) {
  .rs-accordion-two .accordion-body {
    padding-top: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
  }
}
.rs-counter-two {
  position: relative;
  z-index: 1;
}
.rs-counter-two .rs-counter-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 16px;
}
.rs-counter-two .rs-counter-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(66.21deg, #003A65 11.06%, rgba(0, 58, 101, 0.6) 100%);
  border-radius: 16px;
}
.rs-counter-two.rs-counter-wrapper {
  padding-top: 42px;
  padding-bottom: 42px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 16px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two.rs-counter-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-counter-two .rs-counter-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  width:100%;
}
.rs-counter-two .rs-counter-item {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.rs-counter-two .rs-counter-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  inset-inline-end: -75px;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::before {
    inset-inline-end: -55px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::before {
    content: none;
  }
}
.rs-counter-two .rs-counter-item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0% 0%, 0 1%, 100% 50%, 0 100%, 0% 100%);
  inset-inline-end: -80px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .rs-counter-two .rs-counter-item:not(:last-child)::after {
  transform: translateY(-50%) rotateY(-180deg);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::after {
    inset-inline-end: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-item:not(:last-child)::after {
    content: none;
  }
}
.rs-counter-two .rs-counter-item:nth-child(2)::before {
  inset-inline-end: -80px;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:nth-child(2)::before {
    inset-inline-end: -60px;
  }
}
.rs-counter-two .rs-counter-item:nth-child(2)::after {
  inset-inline-end: -77px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
[dir=rtl] .rs-counter-two .rs-counter-item:nth-child(2)::after {
  transform: rotateY(360deg) translateY(-50%);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-item:nth-child(2)::after {
    inset-inline-end: -57px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-counter-two .rs-counter-item {
    flex-wrap: wrap;
  }
}
.rs-counter-two .rs-counter-icon svg {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-counter-two .rs-counter-icon svg {
    width: 40px;
    height: 40px;
  }
}
.rs-counter-two .rs-counter-icon svg path {
  fill: #b32b2b;
}
.rs-counter-two .rs-counter-number,
.rs-counter-two .prefix {
  font-size: 40px;
  color: var(--rs-white);
  font-weight: 600;
  line-height: 0.9;
  font-family: var(--rs-ff-title);
}
@media only screen and (max-width: 1600px) {
  .rs-counter-two .rs-counter-number,
  .rs-counter-two .prefix {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-counter-two .rs-counter-number,
  .rs-counter-two .prefix {
    font-size: 25px;
  }
}
.rs-counter-two .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.rs-counter-two .rs-counter-title {
  color: var(--rs-white);
  font-size:16px;
}

.rs-alumni-title {
    background: #003A65;
    padding-top: 23px;
    padding-bottom: 20px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    border-radius: 6px 6px 0 0;
    color: var(--rs-white);
}
.rs-alumni-content {
    padding-top: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-bottom: 25px;
    background: var(--rs-white);
    border-radius: 0 0 6px 6px;
    position: relative;
}
.rs-alumni-inner::before {
    position: absolute;
    content: "";
    inset-inline-start: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    background-color: #003A65;
    border: 3px solid rgba(255, 255, 255, 0.98);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rs-alumni-inner
 {
    position: relative;
    padding-inline-start: 40px;
}
 ul.rs-list li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #4C4C4C;
    border-radius: 50%;
    top: 10px;
    inset-inline-start: 0;
}
 ul.rs-list li {
    list-style: none;
    position: relative;
    padding-inline-start: 10px;
}

.rs-bio-wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 30px 40px;
    align-items: start;
}
.rs-bio-author-wrapper {
    /*background: var(--rs-white);*/
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.02);
    border-radius: 16px;
    padding-top: 12px;
    padding-inline: 12px;
    padding-bottom: 25px;
}

.rs-sidebar-sticky {
   /* position: sticky;
    margin-top: 30px;*/
    /*  top: 30px;*/
}
.rs-bio-thumb img {
    border-radius: 16px;
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    .rs-bio-quote {
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}
.rs-bio-quote {
    margin: 0;
    /*background: var(--rs-white);*/
    padding-top: 34px;
    padding-bottom: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 10px;
    border: 1px dashed #E4E4E4;
    margin-bottom: 30px;
}
.rs-bio-info {
    text-align: center;
    margin-top: 22px;
}
.rs-bio-title{
    color:#002147;
}
h5.section-title.has-theme-blue
 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #b32b2b;
}
.service-sidebar{
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
   /* padding: 20px 0px;*/
    max-width: 360px;
}
.col-lg-offset{
    padding-left:50px;
}
.service-sidebar ul li span svg {
    width: 16px;
    height: 16px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery img {
    width: 100%;
    display: block;
    /*height: 100%;*/
        height: 130px;
}
.gallery .gallery-item{
   border: 1px solid #cfcfcf;
    padding: 7px;
    border-radius: 5px;
    margin-bottom:0;
}
/* Tablet */
.mt-4{
    margin-top:30px;
}
.fw-6{
    font-weight: 600;
}
.table.rs-directory-table-inner td a {
    color: #b32b2b !important;
    font-weight: 600;
}
.tab-content1 ul 
 {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 1 !important;
    margin-top: -20px;
}
.glc-box1 li
 {
    position: relative;
    padding-left: 25px;
    color: #000000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 4px;
    font-weight: 400;
}
.glc-box1 li:before
 {
    content: "\f1d8";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    color: #003049;
    font-size: 14px;
}
.tab-content1 .glc-box1 li
 {
 list-style: none;
 }
   
.tab-content1 .glc-box1 li:before
 {
 top: 15px;
 }
   .external-link{ 
       display:block;
       color:blue;
       /*margin-top:-25px;*/
       
   }
a.external-link:before
 {
    content: "\f08e";
    color: #de8807;
    font-size: 18px;
    font-family: FontAwesome;
    margin-right: 10px;
}
.choose-mb{
    display:flex;
    flex-wrap: wrap;
}
h2{
    position:relative;
    padding-left: 15px;
}
h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 38px;
   /* background: #b32b2b;*/
}
@media only screen and (max-width: 1600px) {
    .rs-cta-two {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-inline-start: 0px;
    }
}

.rs-program-details .rs-program-details-tab-wrapper .nav-pills {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /*border: 1px solid #E4E4E4;*/
  gap: 10px 5px;
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-pills {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-item:not(:last-child) {
  border-inline-end: 1px solid #E4E4E4;
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-item:not(:last-child) {
    border-inline-end: none;
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link {
  background: var(--rs-white);
  font-weight: 600;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  color: var(--rs-title-tertiary);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  padding: 15px 35px;
  width: 100%;
  border:none;
}
@media only screen and (max-width: 1600px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-link {
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-tab-wrapper .nav-link {
    padding: 15px 15px;
  }
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link.active {
  color: var(--rs-white);
  background: #003A65;
  font-weight: 800;
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link:hover {
  color: var(--rs-white);
  background: #003A65;
  border-color: #003A65;
}
.rs-program-details .rs-program-details-tab-wrapper .nav-link:hover .rs-faculty-tab-icon svg path {
  fill: #003A65;
  transition: all 0.3s ease-in-out;
}
.rs-program-details .rs-program-details-tab-icon svg {
  width: 30px;
  height: 30px;
}
.rs-program-details .rs-program-details-tab-icon svg path {
  fill: var(--rs-white);
}
.rs-program-details .rs-program-details-tab-anim .tab-pane.active .rs-program-details-tab-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-program-details .rs-program-details-feature {
  margin-bottom: 40px;
}
.rs-program-details .rs-program-details-feature-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-program-details .rs-program-details-feature-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-program-details .rs-program-details-feature-item {
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--rs-white);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-program-details .rs-program-details-feature-item {
    padding: 20px;
  }
}
.rs-program-details .rs-program-details-feature-icon {
  width: 84px;
  height: 84px;
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-feature-icon {
    width: 70px;
    height: 70px;
  }
}
.rs-program-details .rs-program-details-feature-icon svg {
  width: 46px;
  height: 46px;
}
.rs-program-details .rs-program-details-feature-title {
  margin-bottom: 5px;
}
.rs-program-details .rs-program-details-feature-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
  z-index: -1;
}
.rs-program-details .rs-program-details-about-desc {
  /*max-width: 585px;*/
    /*  padding-right: 7%;
      text-align: justify;*/
}
.rs-program-details .rs-program-details-about-list li ,
.rs-program-details-about-list li{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: relative;
  padding-inline-start: 12px;
}
.about-list{
    columns: 1 !important
}
.about-list li{
  list-style: none;
  position: relative;
  padding-inline-start: 12px;
}
.rs-program-details .rs-program-details-about-list li::before,
 .about-list li::before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #003A65;
  inset-inline-start: 0;
  top: 10px;
}
.rs-program-details .rs-program-details-about-list li:not(:last-child) {
  margin-bottom: 7px;
}
.rs-program-details .rs-program-details-about-list li span {
  font-weight: 500;
  color: var(--rs-title-tertiary);
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-sec-title {
  background: #003A65;
  padding-top: 23px;
  padding-bottom: 20px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
  border-radius: 6px 6px 0 0;
  color: var(--rs-white);
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item {
    grid-template-columns: 150px 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item {
    grid-template-columns: 1fr;
  }
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item:not(:last-child) {
  margin-bottom: 10px;
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-item-wrapper {
  background: var(--rs-white);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 30px;
  border-radius: 0px 0px 6px 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-program-details .rs-program-details-about-wrapper .curriculum-item-wrapper {
    padding-inline: 25px;
    padding-top: 25px;
  }
}
.rs-program-details .rs-program-details-about-wrapper .curriculum-title {
  font-size: 16px;
  font-weight: 500;
}
.tab-content1{
    display:block !important;
}
.tab-content1>.active{
    background: none;
    box-shadow: none;
}
.fade.active{
    opacity:1 !important;
}
.rs-program-details-area{
    color:black !important;
}

.rs-cta-two {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-inline-start: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-two {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-inline-start: 0px;
  }
}
.rs-cta-two .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  border-radius: 12px;
  background-position: center;
     background-size: 100% 100%; 
    background-repeat: no-repeat;
}
.rs-cta-two .rs-cta-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 75%);
  border-radius: 12px;
}
.rs-cta-two .rs-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.rs-cta-two .rs-cta-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(21px);
  background-image: radial-gradient(at center center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.rs-cta-two .rs-cta-icon img {
  width: 130px;
}
.rs-cta-two .rs-cta-title {
  color: var(--rs-white);
}
.rs-cta-two .rs-cta-contact {
  display: flex;
  flex-direction: column;
}
.rs-cta-two .rs-cta-contact .contact-phone {
  font-size: 24px;
  color: #b32b2b;
  font-family: var(--rs-ff-title);
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .rs-cta-two .rs-cta-contact .contact-phone {
    font-size: 22px;
  }
}
.rs-cta-two .rs-cta-contact .contact-email {
  color: var(--rs-white);
}
.rs-cta-two .rs-cta-contact .contact-email:hover {
  color: #b32b2b;
}
.rs-cta-two .rs-cta-btn {
  margin-top: 25px;
}
h2.section-title1{
    font-size:30px !important;
    margin-top:20px;
}
h2.section-title1::before{
    height:30px !important;
}
.rs-program-details .rs-program-details-tab-anim .tab-pane.active .rs-program-details-tab-item
 {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}
.rs-program-details-about-content p{
    /* max-width: 585px; */
    padding-right: 7%;
    text-align: justify;
    bottom: 20px;
  position: relative;
}


.fas{
    color:#fff;
}
/*----------------------------------------*/
/*  4.13 directory
/*----------------------------------------*/
.rs-directory-one .rs-directory-table-inner,
.rs-directory-table-inner {
  background-color: var(--rs-white);
  border: 1px solid #E4E4E4;
  width: auto;
  min-width: 100%;
}
.rs-directory-one .rs-directory-table-inner thead,
.rs-directory-table-inner thead,
.rs-directory-table-inner th{
  background-color:#003049;
  color: var(--rs-white);
}
.rs-directory-one .rs-directory-table-inner th,
.rs-directory-table-inner th{
  padding: 15px 8px !important;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--rs-ff-title);
  border-inline-end: 1px solid white;
}
@media only screen and (max-width: 1199px) {
  .rs-directory-one .rs-directory-table-inner th,
 .rs-directory-table-inner th {
    padding: 15px 5px;
  }
}
.rs-directory-one .rs-directory-table-inner td,
.rs-directory-table-inner td {
  padding: 15px 8px;
  vertical-align: middle;
  border: 1px solid #E4E4E4;
  font-size: 15px !important;
    color: #4C4C4C !important;
}
.rs-directory-one .rs-directory-table-inner td a,
.rs-directory-table-inner td a{
  font-size: 15px !important;
    color: #4C4C4C !important;
}
@media only screen and (max-width: 1199px) {
  .rs-directory-one .rs-directory-table-inner td,
  .rs-directory-table-inner td {
    padding: 15px 5px;
  }
}
.rs-directory-one .rs-directory-table-inner td a:hover,
.rs-directory-table-inner td a:hover{
  color:#003049;
}
.rs-directory-one .rs-directory-title {
  color: #051435;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
}
.rs-directory-one .desc {
  max-width: 440px;
  margin-top: 30px;
  margin-bottom: 0;
}
.rs-directory-wrapper p, .rs-directory-wrapper ul li {
    font-size:16px;
    color:black;
}
/*----------------------------------------*/
/*  4.14 error
/*----------------------------------------*/
.error-wrapper {
  position: relative;
}
.error-wrapper .section-title {
  font-size: 50px;
}
@media only screen and (max-width: 1366px) {
  .error-wrapper .section-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-wrapper .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrapper .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .error-wrapper .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .error-wrapper .section-title {
    font-size: 25px;
  }
}

.error-title {
  font-size: 500px;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .error-title {
    font-size: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .error-title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .error-title {
    font-size: 150px;
  }
}

/*.rs-sidebar-sticky {
    position: sticky;
    top: 110px;
}*/
.bg-primary {
    background-color: rgb(246 244 238);
} 
/*.section-space {
    padding-top: 90px;
    padding-bottom: 90px;
}*/
/*----------------------------------------*/
/*  4.28 page sidebar
/*----------------------------------------*/
.page-sidebar {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1600px) {
  .page-sidebar {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.page-sidebar .page-sidebar-line {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  border-color: #E4E4E4;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.page-sidebar .page-sidebar-line::before {
  position: absolute;
  content: "";
  width: 70px;
  background: #b32b2b;
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.page-sidebar .page-sidebar-item ul li {
  list-style: none;
}
.page-sidebar .page-sidebar-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.page-sidebar .page-sidebar-item ul li a {
  display: flex;
  align-items: center;
  background: var(--rs-bg-primary);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.5s;
  color: var(--rs-title-tertiary);
}
@media only screen and (max-width: 1199px) {
  .page-sidebar .page-sidebar-item ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 10px;
    font-size: 15px;
  }
}
.page-sidebar .page-sidebar-item ul li a:hover {
  color: var(--rs-white);
  background:#003049;
}
.page-sidebar .page-sidebar-item ul li a:hover span svg {
  fill: var(--rs-white);
}
.page-sidebar .page-sidebar-item ul li a span svg {
  width: 16px;
  height: 16px;
}
[dir=rtl] .page-sidebar .page-sidebar-item ul li a span svg {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1199px) {
  .page-sidebar .page-sidebar-item ul li a span svg {
    width: 14px;
    height: 14px;
  }
}
.page-sidebar .page-sidebar-item ul .page-sidebar-active a {
  background:#003049;
  color: var(--rs-white);
}
.page-sidebar .page-sidebar-item ul .page-sidebar-active a span svg path {
  fill: var(--rs-white);
}
.page-sidebar .rs-sidebar-page-thumb {
  margin-top: 20px;
}
.page-sidebar .rs-sidebar-page-thumb img {
  width: 100%;
  border-radius: 12px;
}
/*header .navigation{*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background: #fff;*/
/*    z-index: 999;*/
/*    height:80px;*/
/*}*/

/*.rs-sidebar-sticky{*/
/*    width: 100%;*/
/*    transition: all 0.3s ease;*/
/*    width:320px;*/
/*}*/
.section-title.has-theme-blue
 {
    color: rgb(5 20 53);
    font-size: 23px;
    /*padding-left:15px;*/
}
.rs-sidebar-sticky.sticky {
    position: fixed;
    top: 110px; 
    /*z-index: 9999;*/
    /*background: #fff;*/
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
  padding-top: 190px;
  padding-bottom: 115px;
  position: relative;
  z-index: 1;
  padding-inline: 150px;
}
@media only screen and (max-width: 1600px) {
  .rs-breadcrumb-one {
    padding-inline: 15px;
  }
}
/*@media only screen and (max-width: 1199px) {*/
/*  .rs-breadcrumb-one {*/
/*    padding-top: 40px;*/
/*    padding-bottom: 95px;*/
/*  }*/
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 180px !important;
    padding-bottom: 75px;
    text-align:center !important;
  }
  .rs-program-details-tab-wrapper{
      margin:0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one {
    padding-top: 35px !important;
     text-align:center !important;
  }
  .breadcrumb
 {
    text-align: center !important;
}
.rs-program-details-tab-wrapper, .rs-program-details-area .row{
      margin:0 10px;
  }
  .rs-program-details-area .col-lg-8, .rs-program-details-area .col-lg-4{
      width:100%;
  }
  .rs-program-details .rs-program-details-about-desc
 {
     padding-right: 0%; 
}
}





.rs-breadcrumb-one .rs-breadcrumb-shape {
  position: absolute;
  inset-inline-end: 140px;
  bottom: 60px;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-shape {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-shape {
    inset-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-shape {
    display: none;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 170px;
  z-index: -1;
  /*background-size: 100% 100%;*/
  background-size: cover;
  background-repeat: no-repeat;
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 /* background-image: linear-gradient(180deg, rgba(0, 25, 44, 0) -3%, #00192C 133.75%);*/
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 30px;
  line-height: 1.12;
  color: #003049;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 35px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line {
  width: 482px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-line {
    width: 100%;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line::after {
  position: absolute;
  content: "";
  width: 145px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: flex;
  align-items: center;
  gap: 8px 8px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  display: flex;
  gap: 8px;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
  color: white;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover {
  color: #b32b2b;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg {
  width: 16px;
  height: 16px;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg {
  transform: rotateY(180deg);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li .rs-breadcrumb-icon svg path {
  fill: var(--rs-white);
}
.rs-breadcrumb-one .rs-breadcrumb-desc {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

    .site-header #navbar > ul > li > a
 {

        color: #fff;
    }

@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-desc {
    max-width: 100%;
  }
}
/*.rs-breadcrumb-wrapper{*/
/*    position: relative;*/
/*    top: 70px;*/
/*}*/
 .rs-directory-wrapper ul li{
    margin-bottom: 5px;
    position: relative;
    padding-inline-start: 12px;
 }
 .rs-directory-table-item{
     margin-bottom: 25px;
 }
.rs-directory-content-wrapper ul li::before
 {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #4C4C4C;
    border-radius: 50%;
    top: 12px;
    inset-inline-start: 0;
    transform: translateY(-50%);
}
.rs-directory-title1
 {
    font-size: 15px;
    line-height: 1.8;
    color:#003049;
    margin-bottom: 8px;
}
 .rs-directory-wrapper .list li{
    padding-inline-start: 20px;
 }
.rs-directory-content-wrapper .list li::before {
    position: absolute;
    top: 1px;
    inset-inline-start: 0;
    transform: translateY(-50%);
    content: "\f105";
    font-family: 'FontAwesome';
    color:#003049;
        width: 0;
    height: 0;
}

/* Menu index */
/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.rs-blog-one .rs-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-wrapper {
    grid-template-columns: auto;
  }
}
.rs-blog-one .rs-blog-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
}
.rs-blog-one .rs-blog-item {
  display: grid;
  grid-template-columns: 220px auto;
  /*background: var(--rs-white);*/
  border-radius: 12px;
  padding: 12px;
  gap: 30px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 180px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 150px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: 250px auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-item {
    grid-template-columns: auto;
    gap: 25px;
    padding-bottom: 25px;
  }
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-one .rs-blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.rs-blog-one .rs-blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-thumb img {
    height: 100%;
  }
}
.rs-blog-one .rs-blog-meta {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  flex-wrap: wrap;
}
.rs-blog-one .rs-blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(76 76 76);
}
.rs-blog-one .rs-blog-title {
  margin-top: 15px;
  margin-bottom: 25px;
}
.rs-blog-one .rs-blog-title a:hover {
  color: #b32b2b;
}
.rs-blog-one .rs-blog-meta-author-thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.rs-blog-one .rs-blog-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-blog-one .rs-blog-meta-author-content a {
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-one .rs-blog-meta-author-content a:hover {
  color: #b32b2b;
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-content {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-blog-one .rs-blog-content {
    padding-inline: 10px;
  }
}
.rs-blog-one.has-bg-primary .rs-blog-item {
  background: var(--rs-bg-primary);
}
.rs-blog-one.has-bg-primary .rs-blog-title a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-one.has-bg-primary .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-one.has-theme-green-two .rs-blog-title a:hover {
  color: var(--rs-theme-green-two);
}
.rs-blog-one.has-theme-green-two .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-green-two);
}
.rs-blog-one.has-theme-green-two .rs-blog-pagination {
  margin-top: 40px;
}
.rs-blog-one.has-theme-blue-two .rs-blog-title {
  font-size: 20px;
  color: #021E40;
  line-height: 1.5;
}
@media only screen and (max-width: 480px) {
  .rs-blog-one.has-theme-blue-two .rs-blog-title {
    font-size: 18px;
  }
}
.rs-btn.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.rs-btn {
    font-size: 15px;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    transition: all 0.4s ease-out 0s;
    border-radius: 100px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #003a65;
}
#rs-scroll-to-top {
    background: red;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primaryColor);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
    display: none;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: none;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

.service-sidebar .service-list-widget span{
    left:-20px;
    position:relative;
}

.service-sidebar .service-list-widget a {
  font-weight: 400;
  display: block;
  color: #003049;
  /*padding: 10px 0px;*/
  font-size: 15px;
  padding: 5px 24px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget .current svg path{
  background-color: #fff !important;
  /*color: #fff;*/
  color:  #b32b2b;
  fill:#b32b2b;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/*.table-responsive table {*/
/*    min-width: 600px;*/
/*}*/

@media (max-width: 991px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
      }
      10% {
        opacity: 1;
        transform: translateY(0);
      }
      
}
.gallery-container .facility-image img {
    height: auto !important;
}
.gallery-container .section-title{
   /* margin-top:35PX;*/
}
.rs-blog-two .rs-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-blog-two .rs-blog-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-two .rs-blog-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-blog-two .rs-blog-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 12px;
  padding-inline: 12px;
  padding-bottom: 35px;
  position: relative;
}
.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-blog-two .rs-blog-content {
  padding-inline: 15px;
  padding-top: 25px;
}
.rs-blog-two .rs-blog-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.rs-blog-two .rs-blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-blog-two .rs-blog-meta {
  display: flex;
  align-items: center;
  gap: 5px 12px;
  flex-wrap: wrap;
}
.rs-blog-two .rs-blog-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color:#000;
}
.rs-blog-two .rs-blog-title {
  margin-top: 15px;
  margin-bottom: 20px;
}
.rs-blog-two .rs-blog-title a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-two .rs-blog-meta-author-thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.rs-blog-two .rs-blog-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-blog-two .rs-blog-meta-author-content a {
  font-size: 15px;
  font-weight: 500;
}
.rs-blog-two .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-red);
}
.rs-blog-two.has-theme-green .rs-blog-title a:hover {
  color: #b32b2b;
}
.rs-blog-two.has-theme-green .rs-blog-meta-author-content a:hover {
  color: #b32b2b;
}
.rs-blog-two.has-theme-cyan .rs-blog-title a:hover {
  color: var(--rs-theme-light-cyan);
}
.rs-blog-two.has-theme-cyan .rs-blog-meta-author-content a:hover {
  color: var(--rs-theme-light-cyan);
}
.common-pagination {
  margin-top: 45px;
}
.common-pagination ul {
  display: inline-flex;
  gap: 10px;
}
.common-pagination ul li {
  list-style: none;
}
.common-pagination ul li.current {
  background: #003A65;
}
.common-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E4E4E4;
  color: #000;
  border-radius: 5px;
  position: relative;
  background: #F4F3F3;
}
.common-pagination ul li a:hover {
  background: #b32b2b;
  border-color: #b32b2b;
  color: #000;
}
.common-pagination ul li a.current {
  background: #003A65;
  color: var(--rs-white);
  border: none;
}
.common-pagination ul li a.is-next::before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .common-pagination ul li a.is-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.rs-postbox-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 16px;
  padding-bottom: 25px;
  padding-inline: 16px;
}
.rs-postbox-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-postbox-content {
  padding-top: 30px;
  padding-inline: 15px;
}
.rs-postbox-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.rs-postbox-thumb:hover img {
  transform: scale(1.1);
}
.rs-postbox-thumb img {
  width: 100%;
  transition: 0.9s;
}
.rs-postbox-tag {
  position: absolute;
  bottom: 0px;
  inset-inline-start: 30px;
}
.rs-postbox-tag a {
  color: var(--rs-title-primary);
  font-size: 15px;
  text-transform: capitalize;
  padding: 5px 10px;
  background: #b32b2b;
  transition: 0.3s;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-postbox-tag a:hover {
  background: #003049;
  color: var(--rs-white);
}
.rs-postbox-meta-list {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  color:#000;
}
.rs-postbox-title {
  margin: 15px 0 15px;
  font-size:20px;
   color: #003049;
   
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-postbox-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-postbox-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-postbox-title {
    font-size: 20px;
  }
}

.rs-postbox-meta-item {
display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  color: #b32b2b;
  font-style: italic;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
.rs-postbox-btn {
  margin-top: 15px;
}
.rs-postbox-btn .rs-btn {
  font-weight: 600;
  border-radius: 0;
  font-size: 16px;
}
.sidebar-widget {
  position: relative;
  background: var(--rs-white);
  padding: 15px 15px 18px 15px;
  border-radius: 8px;
}
.sidebar-widget-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  padding-bottom: 12px;
  color: var(--rs-title-tertiary);
}
.sidebar-widget-title::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0;
  background: #2B3944;
}
.sidebar-widget-title::after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  inset-inline-start: 30px;
  bottom: 0;
  background: #b32b2b;
}
.sidebar-widget-title.has-large {
  font-size: 36px;
}
@media only screen and (max-width: 575px) {
  .sidebar-widget-title.has-large {
    font-size: 30px;
  }
}
.sidebar-widget-title.has-border {
  position: relative;
  margin-bottom: 40px;
  border-inline-start: 2px solid #030303;
  padding-inline-start: 20px;
}
.sidebar-blog-item {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-item {
    display: grid;
    grid-template-columns: auto;
  }
}
.sidebar-blog-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}
.sidebar-blog-item:hover .sidebar-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-blog-thumb {
  overflow: hidden;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-thumb {
    width: 100%;
    height: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.sidebar-blog-title {
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-blog-title {
    font-size: 16px;
  }
}
.sidebar-blog-title a:hover {
  color: #b32b2b;
}
.sidebar-blog-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color:#000;
}
.rs-postbox-text a{
    color:#b32b2b;
    font-weight:500;
}


@media only screen and (max-width: 1199px) {
  .sidebar-blog-meta {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-blog-meta {
    font-size: 16px;
  }
}
.sidebar-blog-meta i {
  color: #030303;
}
.sidebar-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 116, 117, 0.141);
  background: transparent;
}
.sidebar-social a:hover {
  border-color: #030303;
}




.facility-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 85%;
    max-height: 85vh;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100000;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    padding: 20px;
    z-index: 100000;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
    opacity: 0.7;
}

.lightbox-counter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
}


/* Mobile */
@media (max-width: 768px) {

    .lightbox-content {
        max-width: 92%;
        max-height: 75vh;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 35px;
        padding: 10px;
    }

    .lightbox-prev {
        left: 5px;
    }

    .lightbox-next {
        right: 5px;
    }

    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 35px;
    }

}


.rs-contact-five .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-five .rs-contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-five .rs-contact-item {
  background: var(--rs-white);
  border-radius: 12px;
  padding-top: 40px;
  padding-inline: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-five .rs-contact-item {
    padding-top: 30px;
    padding-inline: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-five .rs-contact-item {
    padding-top: 20px;
    padding-inline: 20px;
    padding-bottom: 20px;
  }
}
.rs-contact-five .rs-contact-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 20px;
}
.rs-contact-five .rs-contact-icon svg {
  width: 40px;
  height: 40px;
}
.rs-contact-five .rs-contact-icon svg path {
  fill: #003049;
}
.rs-contact-five .rs-contact-title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.rs-contact-five .rs-contact-links a {
  font-size: 15px;
  display: inline-block;
}
.rs-contact-five .rs-contact-links a:first-child {
  margin-bottom: 5px;
}
.rs-contact-five .rs-contact-links a:hover {
  color: #003049;
}
.rs-contact-four {
  position: relative;
  z-index: 1;
}
.rs-contact-four .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 680px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-four .rs-contact-form {
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
  background: var(--rs-theme-blue);
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.rs-contact-four .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-four .rs-contact-form-title {
  margin-bottom: 17px;
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-input input {
  height: 50px;
  border-radius: 3px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  /*background-color: #003359;*/
  /*border-color: #003359;*/
  /*color: var(--rs-white);*/
    background-color: #fff;
  border-color: #fff;
  color: #003359;
}
.rs-contact-four .rs-contact-input input::placeholder {
  /*color: rgba(255, 255, 255, 0.3960784314);*/
  color: #003359;
}
.rs-contact-four .rs-contact-input textarea {
  height: 174px;
  border-radius: 3px;
  padding: 15px 20px;
  /*background-color: #003359;*/
  /*border-color: #003359;*/
  /*color: var(--rs-white);*/
    background-color: #fff;
  border-color: #fff;
  color: #003359;
}
.rs-contact-four .rs-contact-input textarea::placeholder {
  /*color: rgba(255, 255, 255, 0.3960784314);*/
   color: #003359;
}
.rs-contact-four .rs-btn {
  border-radius: 6px;
}
.rs-contact-four .rs-map-one .rs-google-map {
  height: 100%;
}
.rs-contact-four .rs-map-one .rs-google-map iframe {
  height: 100%;
}
.rs-contact-four .rs-contact-input input, 
.rs-contact-four .rs-contact-input textarea{
    width:100%;
}



@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
.rs-map-one {
  line-height: 0;
}
.rs-map-one .rs-google-map iframe {
  width: 100%;
  height: 480px;
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-map-one .rs-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-map-one .rs-google-map iframe {
    height: 250px;
  }
}

  padding-inline-end: 40px;
  padding-inline-start: 40px;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #003049;
  border-radius: 12px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.rs-contact-four .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-four .rs-contact-form-title {
  margin-bottom: 17px;
  color: var(--rs-white);
}

.rs-contact-four .rs-btn {
  border-radius: 6px;
}
.rs-contact-four input[type=checkbox] ~ label::after {
  z-index: 1;
}
.rs-contact-four input[type=checkbox] ~ label::before {
  z-index: 2;
} 
.rs-contact-four .rs-form-check {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    vertical-align: middle;
    align-items: center;
    height:10px;
}
.rs-contact-four .rs-form-check lable{
    margin-bottom: 0px !important;
}
.rs-btn.has-theme-yellow {
    background: #fff;
    color: var(--rs-theme-blue);
    width:100%;
}
 
.rs-form-check label {
    margin-bottom: 0px;
}
.rs-contact-four .rs-map-one .rs-google-map,
.rs-contact-four .rs-map-one {
  height: 100%;
}
.rs-contact-four .rs-map-one .rs-google-map iframe {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
.section-space-bottom {
    padding:50px 0;
}




/* Mobile */
@media (max-width: 767px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    .col-lg-offset{
    padding-left:0px;
}
.site-header #navbar > ul > li > a {
    color: #000;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    /* margin-left: 2px; */
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.section-space {
     padding-bottom: 50px; 
     padding-top: 50px;
}
.rs-program-details-area .row, .rs-about-area .row, .rs-directory-area .row,
.service-single-section .row, footer .row{
         margin: 0 5px; 
    }
    .rs-about-wrapper, .rs-directory-wrapper{
        /*padding: 40px 0 0 !important;*/
    }
    .choose-mt-2 {
     padding-top: 40px; 
}
.choose-mb {
    flex-direction: column-reverse;
}
.service-sidebar
 {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
    margin: 50px 0;
    max-width: 100%;
}
    .service-single-content
 {
        margin: 0 0 0 15px;
    }
.col{
    width:100%;
}
}
@media only screen and (max-width: 1600px) {
    .rs-bio-wrapper {
        gap: 30px 30px;
    }
}
.glc-box1 ul ul{
  margin-left:35px !important;
}
.glc-box1 ul ul li
 {
    padding-left: 0px;
    list-style: disc;
}
.glc-box1 ul ul li:before
 {
    content: none;
}

.fa-download {
    color: #b32b2b;
}
.kle-green-gallery, .kle-library-gallery
 {
    grid-template-columns: repeat(3, 1fr) !important;
}
.kle-green-image, .kle-library-image
 {
        height: 170px !important;
 }       
        
        
        
        
        

