
/* ###--- Global CSS  */
a {
    text-decoration: none;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
/*----------------------------------------*/
/*  1. Service Area
/*----------------------------------------*/
.single-service {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 30px 0 15px;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.single-service:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.col-md-4:nth-child(1) .single-service, .col-md-4:nth-child(2) .single-service, .col-md-4:nth-child(3) .single-service{
    margin-bottom: 30px
}
.service-icon {
    left: 20px;
    position: absolute;
    top: 29px;
}
.service-text {padding-left: 91px;}
.service-text > h3 {line-height: 18px; margin-bottom: 20px;}
/*----------------------------------------*/
/*  2. Consultation Area
/*----------------------------------------*/
.consultation-area {position: relative;}
.consultation-area:before, .consultation-area:after {
    background: rgba(0, 0, 0, 0) url("img/banner/2.jpg") repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.consultation-area:after {background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;}
.accordion {position: relative; z-index: 2; padding-left: 100px}
h3.sub-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 45px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
h3.sub-title:before, h3.sub-title:after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
h3.sub-title:after {
    bottom: -10px;
    position: absolute;
    width: 50px;
}

.abt-img{
    padding: 24px;
}

.about-hri{
    line-height: 23px;
    font-size: 14px;
    margin-top: 21px;
}

.notice{
    border-bottom: 1px dotted black;
    color: #520b05;
    font-family: 'Montserrat', sans-serif;
}

.gif{
    width: 40px;
}


.scroll_text {
    height: 315px;
    overflow: auto;
}

.scroll_text::-webkit-scrollbar {  
    width: 8px;  
}  
.scroll_text::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  
.scroll_text::-webkit-scrollbar-thumb {  
   background-color: rgba(223, 86, 86, 0.69);
border: 1px solid rgba(92, 92, 92, 0.5);
border-radius: 10px;
}  
.scroll_text::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
  
}  




 @media (max-width: 767px)
.logo {
    padding: 3px 0;
}
.logo {
    padding: 4px 0;
        z-index: 5;
    position: sticky;
}

@media only  screen and (min-device-width: 1440px)  {
            .footer-logo {
    padding: 2px;
    margin-top: -237px;
}
}
@media only  screen and (min-device-width: 1024px)  {
            .footer-logo {
    padding: 2px;
    margin-top: -237px;
}
}
@media only  screen and (min-device-width: 900px)  {
            .footer-logo {
    padding: 2px;
    margin-top: -237px;
}
}
@media only  screen and (min-device-width: 768px)  {
            .footer-logo {
    padding: 2px;
    margin-top: -237px;
}
}
@media only  screen and (min-device-width: 500px)  {
            .footer-logo {
    padding: 2px;
    margin-top: -237px;
}
}


.dean-name{
  color: #395eae;
    font-weight: bold;
    text-align: justify;
    padding: 13px;
}



.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .swiper-pagination {
  bottom: 50px;
}

.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f8c301;
  width: 36px;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .intro .intro-body {
    padding-left: 13rem;
  }
}


@media (min-width: 768px){
.sinse-box {
    background-color: #f8c301;
    padding: 4rem 0rem;
    /* position: absolute; */
    /* left: auto; */
    bottom: 5px;
    height: auto;
    width: auto;
    margin-bottom: 40px;
}
}

.slidercontent{    position: absolute;
    bottom: 105px;
    width: 100%;
    text-align: center;
    max-width: 80%;}
.address-1 {
  color: #ffffff;
  /*width: fit-content;*/
  border: 2px solid #f8c301;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 18px;
  width: 78%;
  margin: 0 25% -5px;
}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .intro .intro-title-top {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.intro .intro-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-title {
    font-size: 4rem;
    background: linear-gradient(to bottom, #212529 0%, #212529a3 27%, rgb(0 0 0 / 53%) 83%)
  }
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
}

/*------/ Intro Single /------*/
.intro-single {
  padding: 3rem 0px 4rem;
}

@media (max-width: 767px) {
  .intro-single {
    padding-top: 9rem;
  }
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 7px solid #395eae;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
  color: black;
}

@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*---our team*/
.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 0px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
  box-shadow: 0 20px 52px rgb(0 0 0 / 24%);
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #205e7c;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #00325a;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0px 0px 0px 4px #ffffff;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #205e7c;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}

.table{
    border-bottom: #bcc3bf;
    text-align: initial;
    font-family: math;
}

.list-group-item{
      padding: 10px 18px!important;
}

.vl {
    border-left: 1px solid #606460;
    height: 397px;
    position: absolute;
    left: 45%;
}

.phy{
    font-size: 22px;
    font-family: math;
}
.book{
     padding: 6px;
    font-size: 35px;
    color: brown;
}
.aa{
     padding: 5px;
    border-bottom: 1px solid;
}


.default-panel {padding-left: 60px;}
.panel-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}
.consultation-area .panel-group {margin: 0;}
.panel-default > .panel-heading {
    background: inherit;
    border-color: inherit;
    margin: 0;
    padding: 0;
}
.consultation-area .panel h4 {font-size: 18px; text-transform: uppercase;}
.default-panel .sub_title {margin-bottom: 30px;}
.consultation-area .panel-title > a {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 0 none;
    border-radius: 30px 0 0 30px;
    color: #5e5e5e;
    display: block;
    padding: 10px 0 10px 60px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.consultation-area .panel-title a span {
    border: 1px solid #00d8ff;
    border-radius: 50%;
    color: #00d8ff;
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 24px;
    height: 100%;
    left: -1px;
    line-height: 38px;
    margin-right: 19px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}
.consultation-area .panel-title span:after {
    content: "";
}
.consultation-area .panel-title a.collapsed span:after {
    content: "";
}
.consultation-three-area .panel-title a.collapsed {color: #5e5e5e; background: #fff}
.consultation-area .panel-title a.collapsed span {
    background: #ffffff none repeat scroll 0 0;
    border-color: #00d8ff;
    color: #00d8ff;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {border: 0 none; padding: 25px 0 0;}
.panel-body > p {color: #ffffff; margin: 0;}
.panel-body {padding: 0px 0px 0px 60px;}
.panel-group .panel + .panel {margin-top: 30px;}

.consultation-form h3.sub-title {
    color: #5e5e5e;
    margin-bottom: 31px;
    margin-top: -14px;
}
.consultation-form h3.sub-title:before, .consultation-form h3.sub-title:after {
    background: #5e5e5e none repeat scroll 0 0;
}
.consultation-form {padding-right: 70px;}
.consultation-form .form-box {margin-bottom: 20px;}
.consult-custom-row {margin-left: -10px; margin-right: -10px;}
.consult-custom-row .col-md-6 {padding-left: 10px; padding-right: 10px;}
.consultation-form #contact-form {padding-top: 10px;}
.consultation-form textarea {
    height: 117px;
    margin-bottom: 30px;
    padding: 7px 10px;
}
.consultation-form .default-btn {border-radius: 0; padding: 7px 42px;}
/*----------------------------------------*/
/*  3. Service Two Area
/*----------------------------------------*/
.service-two-area .single-service:hover span.p-img {display: none;}
.service-two-area .single-service:hover span.s-img {display: block;}
.service-two-area .service-icon {
    display: block;
    left: 0;
    margin-bottom: 21px;
    position: inherit;
    top: 0;
}
.service-two-area .service-icon.s-img {display: none;}
.service-two-area .service-text {
    padding-left: 0;
    padding-right: 10px;
}
.service-two-area .single-service {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
}
.service-two-area .col-md-4:nth-child(1) .single-service, .service-two-area .col-md-4:nth-child(2) .single-service, .service-two-area .col-md-4:nth-child(3) .single-service {
    margin-bottom: 34px;
}
.service-two-area .single-service:hover {
    box-shadow: none;
}
/*----------------------------------------*/
/*  4. Fun Factor Area
/*----------------------------------------*/
.single-fun-factor > h1, .single-fun-factor > h4 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.single-fun-factor > h4 {
    line-height: 16px;
    padding-top: 21px;
    position: relative;
    z-index: 9;
}
/*----------------------------------------*/
/*  5. Pricing Table Area
/*----------------------------------------*/
.table-title h3 {
    font-family: "poppins";
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 30px;
}
.table-title h2 {
    font-family: "poppins";
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 7px;
}
.table-content > span {display: block; line-height: 37px;}
.table-title h4 {line-height: 13px; font-family: "poppins"; font-weight: 400}
.single-table {
    overflow: hidden;
    padding: 30px 0 21px;
    position: relative
}
.table-title {position: relative;}
.table-content {padding-top: 18px; position: relative; padding-bottom: 26px;}
.table-content > span.line {text-decoration: line-through;}
.single-table .default-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #5e5e5e;
    color: #5e5e5e;
    margin-top: 26px;
    padding: 10px 27px;
}
.single-table .default-btn:hover {background: #5e5e5e; color: #fff}
.table-wrapper{
    overflow: hidden; 
    position: relative;
    border-radius: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.title-3 {
    border-top: 1px solid #d4d4d4;
    padding: 40px 0 9px;
}
.table-btn {
    border-top: 1px solid #d4d4d4;
    padding-top: 22px;
}
.table-btn > a {
    color: #5e5e5e;
    display: inline-block;
    font-family: "montserrat";
    padding: 5px 20px;
}
.table-btn > a:hover {color: #00d8ff;}
.table-wrapper.offer {background: #00D8FF none repeat scroll 0 0;}
.offer .table-title h3, .offer .table-title h2, .offer .table-title h4, .offer .table-content {
    color: #ffffff;
}
.offer .title-3, .offer .table-btn {border-color: #ffffff;}
.offer .single-table .default-btn {color: #ffffff;}
.offer .single-table .default-btn:hover, .offer .single-table .default-btn:focus span, .offer .single-table .default-btn:active span:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #00D8FF;
}
.offer .table-btn > a {color: #ffffff;}
.offer .table-btn > a:hover {color: #5e5e5e;}
/*----------------------------------------*/
/*  6. Testimonial Area
/*----------------------------------------*/
.testimonial-area .owl-carousel .owl-item .testi-img img{
       
        display: inline-block !important;
     width: 100%;

}
.single-testimonial > a {color: #004890;
    font-size: 12px;
    font-weight: bold;
    text-align: center;}

.single-testimonial > a:hover {color: red;
   }



.single-testimonial {position: relative;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 4px solid #111709;
    min-height: 150px;}
.single-testimonial > h5, .single-testimonial > h6 {color: #ffffff;}
.single-testimonial > h6 {font-size: 14px; line-height: 11px; font-family: poppins; font-weight: 300}
.single-testimonial > h5 {
    font-family: poppins;
    line-height: 10px;
    margin-bottom: 10px;
    padding-top: 16px;
    font-weight: 400
}
.testimonial-area .owl-nav div {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #00D8FF;
    font-size: 18px;
    height: 27px;
    left: -138px;
    line-height: 27px;
    margin-top: -13px;
    width: 45px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.testimonial-area .owl-nav div:hover {
    background: #00D8FF none repeat scroll 0 0;
    color: #ffffff;
}
.testimonial-area .owl-nav .owl-next {left: auto; right: -138px;}
.testimonial-area:hover .owl-nav div {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}
/*----------------------------------------*/
/*  7. Portfolio Area
/*----------------------------------------*/
.portfolio {position: relative;}
.portfolio-custom-row {margin-left: -5px; margin-right: -5px;}
.grid-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.portfolio {position: relative;
    border: 2px dashed #1a3783;
    padding: 8px;}
.portfolio-menu {margin-bottom: 40px;}
.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #5e5e5e;
    font-weight: 300;
    margin: 0 8px;
    padding: 6px 20px;
    position: relative;
    text-transform: capitalize;
}
.portfolio-menu button:hover, .portfolio-menu button.active {
    background: #395eae none repeat scroll 0 0;
    border-color: #395eae;
    color: #ffffff;
}
.portfolio-title {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}







.sidebar-page-container .sidebar .sidebar-post .post-inner .post{
    position: relative;
    padding: 0px 0px 0px 75px;
    margin-bottom: -6px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post:last-child{
    border-bottom: 1px solid black;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
    position: absolute;
    left: -7px;
    top: 23px;
    width: 69px;
    height: 57px;
    text-align: center;
    border-radius: 5px;
    padding: 7px;

}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date{
background: rgb(3 53 102);
background: -moz-linear-gradient(rgba(0,123,255,1) 100%);
background: -webkit-linear-gradient(rgba(0,123,255,1) 100%);
background: linear-gradient(rgba(0,123,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#007bff",GradientType=1);
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date p{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .post-date span{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin:0px;
    padding:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box{
    position: relative;
    margin-bottom: -6px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666 !important;
    margin-right: 10px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post .file-box p{
    position: relative;
    display: inline-block;
    margin-bottom:0px;
     color: #225f9d;
    font-weight: bold;
    margin-top: 18px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #1d165c;
    margin:0px;
}

.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a{
    display: inline-block;
    color: #1d165c;
}
.sidebar-page-container .sidebar .sidebar-post .post-inner .post h5 a:hover{
    color: #e61819; 
}
.carousel-inner-data{
  margin:0px auto;
  height:350px;
  overflow:hidden;
}
.carousel-inner-data ul{
  list-style:none;
  position:relative;
}
.carousel-inner-data li{
  height:auto;
}



.location{
        margin-top: -13px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.evt-img{
    position: absolute;
    left: -8px;
    top: 28px;
    padding: 5px;
}

.recent-evt{
    line-height: 21px;
    font-size: 14px;
    margin-top: 18px;
    color: black;
}


.click{
        color: darkgreen;
    font-weight: bold;
    text-decoration: underline;
}






.hover {display: inline-block;}
.hover-style > a, .blog-img > a {display: block; position: relative;}
.hover-style > a:before, .blog-img > a:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    height: 100%
}
.hover-style:hover > a:before, .single-blog:hover .blog-img a:before {opacity: 0.6;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
.custom-row {margin-left: -55px; margin-right: -55px;}
.custom-row .col-md-6 {padding-left: 55px; padding-right: 55px;}
.gallery-icon {
    border: 1px solid #ffffff;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    left: 0;
    line-height: 47px;
    margin: -25px auto 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
    width: 50px;
}
.hover-style:hover .gallery-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}
.hover-style .gallery-icon:hover {background: rgba(255, 255, 255, 0.2);}
.gallery-icon img {
    bottom: 0;
    height: 18px;
    left: 0;
    line-height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.s-img, .gallery-icon:hover .p-img {display: none;}
.gallery-icon:hover .s-img {display: block;}
.mfp-no-margins img.mfp-img {padding: 0;}
.mfp-no-margins .mfp-figure:after {bottom: 0; top: 0;}
.mfp-no-margins .mfp-container {padding: 0;}
/*----------------------------------------*/
/*  8. Newsletter Area
/*----------------------------------------*/
.newsletter-text > h3 {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.newsletter-form {padding: 0 70px;}
.newsletter-form input {
    border-radius: 30px;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: 43px;
    padding: 0 18px;
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #5e5e5e;
}
.newsletter-form input::-moz-placeholder, .newsletter-form textarea::-moz-placeholder {color: #5e5e5e;} 
.newsletter-form input::-webkit-input-placeholder, .newsletter-form textarea::-webkit-input-placeholder {
    color: #5e5e5e;
}
#mc-form {position: relative;}
#mc-form .default-btn {
    background: #00d8ff none repeat scroll 0 0;
    border-radius: 0 28px 28px 0;
    border: 0 none;
    height: 100%;
    line-height: 43px;
    padding: 0 19px;
    position: absolute;
    right: 0;
    top: 0;
}
#mc-form .default-btn:hover {
    background: #5e5e5e none repeat scroll 0 0;
    color: #ffffff;
}
.mailchimp-alerts {color: #ffffff;}
/*----------------------------------------*/
/*  9. Blog Area
/*----------------------------------------*/
.blog-area .section-title {margin-bottom: 46px;}
.blog-img > a {display: block;}
.blog-img img {max-width: 100%;}
.blog-text {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 24px 22px 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.blog-text a, .blog-text h5 a {
    color: #5e5e5e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}
.blog-text > h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.blog-btn i {
    font-size: 21px;
    line-height: 12px;
    padding-left: 8px;
    position: relative;
    top: 3px;
}
.blog-text .blog-btn {display: inline-block; text-transform: uppercase;}
.post-date {display: inline-block; margin-bottom: 6px;}
.blog-text a:hover {color: #00D8FF;}
.single-blog:hover .blog-text .blog-btn {color: #00D8FF;}
.single-blog:hover .blog-text {background: #ffffff none repeat scroll 0 0;}
.single-blog {
    margin: 10px 0 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.single-blog:hover {box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);}
.single-blog .blog-img a:before {z-index: 2}
.blog-img a:after {
    color: #ffffff;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 40px;
    left: 50%;
    margin: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 3
}
.single-blog:hover .blog-img a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.single-blog .blog-img > a:hover:after {color: #00D8FF;}
/*----------------------------------------*/
/*  10. Portfolio Details Page
/*----------------------------------------*/
.details-title {
    border-bottom: 1px solid #555555;
    color: #555555;
    display: inline-block;
    line-height: 13px;
    margin-bottom: 30px;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.p-details-text p {line-height: 26px;}
.p-details-text .details-title {margin-bottom: 23px;}
.p-details-text > p:nth-child(2) {margin-bottom: 26px;}
.p-details-text {overflow: hidden; padding-top: 57px;}
.details-information > span {
  color: #555555;
  display: block;
  font-family: "montserrat";
  font-weight: 300;
  line-height: 13px;
  margin-bottom: 20px;
}
.details-information > span span {font-weight: 400; text-transform: uppercase;}
.details-information {margin-bottom: 46px;}
.small-slide {float: left; width: 19%;}
.large-slide {float: left; width: 81%;}
.slick-slide.nav-image img {width: 100%;}
.nav-image {cursor: pointer;}
.slider-nav {padding-bottom: 26px; position: relative;}
.slick-prev, .slick-next {font-size: 0; padding: 0;}
.slick-arrow {
    background: #555555 none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    font-size: 0;
    height: 26px;
    left: 0;
    position: absolute;
    width: 35px;
    z-index: 2;
}
.slick-next {left: auto; right: 1px;}
.slick-prev:before, .slick-next:before {
    color: #ffffff;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    height: 100%;
    left: 3px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.slick-next:before {content: ""; right: 4px;}
.slick-prev:after, .slick-next:after {
    border: 1px solid #ffffff;
    bottom: 3px;
    content: "";
    position: absolute;
    right: 3px;
    top: 3px;
    width: 32px;
    background: #555555;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.slick-prev:after {left: 3px;}
.slick-prev:after {border-right: 0 none;}
.slick-arrow:hover:before {color: #00D8FF;}
.slick-vertical .slick-slide {border: 0 none !important;}
.slider-nav .slick-list {padding: 0 !important;}
.nav-image {float: right; position: relative;}
.nav-image:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
}
.nav-image.slick-current:after {opacity: 0.62;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=62)";}
/*----------------------------------------*/
/*  11. About Page
/*----------------------------------------*/
.skill-bar-item {margin-bottom: 31px; overflow: hidden;}
.progress-bar {box-shadow: none; position: relative;}
.red .progress-bar {background-color: #00D8FF;}
.purple .progress-bar {background-color: #EF47C3;}
.paste .progress-bar {background-color: #47EFC7;}
.brown .progress-bar {background-color: #EF7347;}
.skill-bar-item > span {
    display: block;
    font-family: "montserrat";
    font-size: 11px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.progress {
    background: #ececec none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    margin-bottom: 0;
    overflow: visible;
}
.progress-bar span {
    color: #5e5e5e;
    font-family: "montserrat";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 9;
}
.about-skill-area h2 {
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.about-skill-test {padding-right: 30px;}
.about-skill-test > p:nth-child(1) {margin-bottom: 24px;}
.single-team {
    background: #f5f5f5 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.team-image > img {max-width: 100%;}
.team-hover > h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    -webkit-transform: translate3d(0px, 200%, 0px);
            transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    transition: -webkit-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
.single-team:hover .team-hover h4 {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}
.team-hover span {
    color: #ffffff;
    font-family: "montserrat";
    font-size: 14px;
    margin-bottom: 18px;
    -webkit-transform: translate3d(0px, 200%, 0px);
            transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.25s ease 0s;
    transition: -webkit-transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}
.single-team:hover .team-hover span {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
}
.team-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 26px;
    margin: 0 4px;
    -webkit-transform: translate3d(0px, 200%, 0px);
            transform: translate3d(0px, 200%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 26px;
}
.single-team:hover .team-links a {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
.single-team:hover .team-links a:nth-child(1) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.single-team:hover .team-links a:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
}
.single-team:hover .team-links a:nth-child(3) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
}
.single-team:hover .team-links a:nth-child(4) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
}
.single-team:hover .team-links a:nth-child(5) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
}
.team-links > a:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #00D8FF;
}
.team-hover {
    background: rgba(0, 0, 0, 0.74) none repeat scroll 0 0;
    bottom: -100%;
    left: 0;
    padding: 29px 32px 28px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-team:hover .team-hover {bottom: 0;}
.team-section .single-team {margin-bottom: 50px;}
/*----------------------------------------*/
/*  12. Blog Page
/*----------------------------------------*/
.blog-section .single-blog{margin: 0 0 40px 0}
.blog-details-img {margin-bottom: 29px; position: relative;}
.blog-details-img > span {
    background: #00D8FF none repeat scroll 0 0;
    color: #ffffff;
    font-family: "montserrat";
    font-size: 12px;
    height: 70px;
    left: 20px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 70px;
}
.blog-details-img span span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}
.blog-details-area h5 {
    color: #555555;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.blog-details-area {color: #555555;}
.post-information {margin-bottom: 15px; overflow: hidden;}
.post-information span {
    display: inline-block;
    font-size: 12px;
    line-height: 11px;
    margin-right: 7px;
    padding-right: 8px;
    text-transform: uppercase;
}
.post-information > span:first-child {border-right: 1px solid #555555;}
.blog-details-text > p {line-height: 26px;}
.blog-details-text > p.quote {margin: 30px 80px 20px 115px; position: relative;}
.blog-details-text p.quote:after {
    color: #00D8FF;
    content: "";
    font-family: "Material-Design-Iconic-Font";
    font-size: 30px;
    left: -28px;
    position: absolute;
    top: -22px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.social-tags {
    border-bottom: 1px solid #00D8FF;
    overflow: hidden;
    padding-bottom: 5px;
}
.social-tags > span {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}
.blog-links {display: inline-block; float: right;}
.blog-links > a {
    color: #555555;
    display: inline-block;
    line-height: 19px;
    margin-left: 13px;
    text-align: center;
    width: 13px;
}
.blog-links > a:hover {color: #00D8FF;}
.comment-reply-area {padding-top: 57px;}
.blog-details-area .details-title {margin-bottom: 39px;}
.comment-img > img {border-radius: 50%;}
.comment-img {float: left;}
.comment-text {overflow: hidden; padding-left: 22px;}
.single-comments {margin-bottom: 34px; overflow: hidden;}
.comment-information > a {
    color: #555555;
    display: inline-block;
    font-family: "montserrat";
    line-height: 13px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
}
.comment-information > span {
    display: inline-block;
    float: right;
    font-family: "montserrat";
    line-height: 13px;
}
.comment-text > p {line-height: 26px; margin: 0;}
.comment-information > span a:first-child {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.comment-information > span a:last-child {
    position: relative;
    text-transform: uppercase;
}
.comment-information span a {
    color: #555555;
    margin-left: 8px;
}
.comment-information > span a:last-child:after {
    color: #555555;
    content: "/";
    left: -8px;
    position: absolute;
    top: 3px;
}
.comment-information > a:hover, .comment-information a:hover {color: #00D8FF;}
.comment-information {margin-bottom: 2px; overflow: hidden;}
.comments-wrapper {margin-bottom: 15px; overflow: hidden;}
.new-comment-post input, .new-comment-post textarea {
    color: #555555;
    font-weight: 300;
    height: 38px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.new-comment-post input::-moz-placeholder, .new-comment-post textarea::-moz-placeholder {color: #555555;} 
.new-comment-post input::-webkit-input-placeholder, .new-comment-post textarea::-webkit-input-placeholder {
    color: #555555;
}
.new-comment-post textarea {
    height: 160px;
    margin-bottom: 50px;
    padding: 10px 20px;
}
.new-comment-post .default-btn {
    border-radius: 0;
    padding: 13px 56px;
}
.search-box > input {
    border-color: #dcd9d9;
    font-size: 13px;
    height: 44px;
    padding: 0 90px 0 20px;
    color: #343434
}
.search-box > input::-moz-placeholder{color: #343434;} 
.search-box > input::-webkit-input-placeholder{color: #343434;}
.search-box {position: relative;}
.search-box > button {
    background: #00D8FF none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    font-size: 18px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 69px;
}
.search-box > button:hover {background: #343434 none repeat scroll 0 0;}
.single-widget {
    margin-bottom: 57px;
    overflow: hidden;
    position: relative;
}
.single-widget li {
    border-bottom: 1px solid #dcd9d9;
    display: block;
    line-height: 12px;
    margin-bottom: 20px;
}
.single-widget li a {
    color: #666666;
    display: block;
    font-family: "montserrat";
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 11px
}
.single-widget li a span {
    color: #555555;
    float: right;
    font-size: 13px;
}
.single-widget a:hover, .single-widget a:hover i, .single-widget a:hover span {color: #00D8FF;}
.single-widget a i {
    color: #555555;
    font-size: 17px;
    line-height: 8px;
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.single-widget li:last-child {margin: 0;}
.recent-item > a {
    display: block;
    float: left;
    height: 70px;
    margin: 0 20px 0 0;
    padding: 0;
    position: relative;
    width: 70px;
}
.recent-item {margin-bottom: 38px; overflow: hidden;}
.recent-text {overflow: hidden;}
.recent-item img {border-radius: 50%;}
.recent-text > h5 {
    color: #555555;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 6px;
    position: relative;
    text-transform: none;
    top: -6px;
}
.recent-info > a, .recent-info > span {
    color: #555555;
    font-family: "montserrat";
    font-size: 12px;
    margin: 0;
}
.recent-info {line-height: 12px;}
.recent-info > a:first-child {margin-right: 16px; position: relative;}
.recent-info > a:first-child:after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 0;
}
.recent-item:last-child {margin: 0;}
.tags li {
    border: 0 none;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 7px;
}
.single-widget .tags li a {
    border: 1px solid #dcd9d9;
    color: #666666;
    font-size: 12px;
    line-height: 31px;
    margin: 0;
    padding: 0 18px;
}
.single-widget .tags li a:hover {
    background: #00D8FF none repeat scroll 0 0;
    border-color: #00D8FF;
    color: #ffffff;
}
.recent-item > a:before {border-radius: 50%;}
/*----------------------------------------*/
/*  13. Contact Page
/*----------------------------------------*/
.contact-area h4 {
    color: #464646;
    line-height: 14px;
    margin-bottom: 39px;
}
.contact-area #contact-form input, .contact-area #contact-form textarea {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    height: 38px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.contact-area #contact-form textarea {
    height: 153px;
    padding: 10px 20px;
    margin-bottom: 40px
}
.contact-area #contact-form input::-moz-placeholder, .contact-area #contact-form textarea::-moz-placeholder {
    color: #666666;
} 
.contact-area #contact-form input::-webkit-input-placeholder, .contact-area #contact-form textarea::-webkit-input-placeholder {
    color: #666666;
}
.contact-area #contact-form button {
    border-radius: 0;
    padding: 13px 65px;
}
.adrs-text > span {
    color: #666666;
    display: inline-block;
    line-height: 24px;
}
.c-address-icon {
    background: #666666 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 47px;
}
.single-contact-adrs {float: left; width: 33.3333%;}
.contact-address-info {
    margin-top: 60px;
    overflow: hidden;
    padding: 40px 132px 36px;
}
.adrs-text {overflow: hidden; padding-top: 15px;}
.single-contact-adrs:hover .c-address-icon {background: #00D8FF none repeat scroll 0 0;}
.google-map-area .contact-map {
    height: 100%;
    width: 100%;
    display: block;
}


.footer-list{
  list-style: square;
}
.footer{
  text-align: center;
    border: 1px solid #fff;
    background: #002132;
}


/* for contrtast setting*/



.pagina-acessivel {
  background-color: #000!important;
  color: #FFF;
}

.pagina-acessivel h1, .pagina-acessivel h2, .pagina-acessivel h3, .pagina-acessivel h4 { color: #FFF!important; }

.pagina-acessivel a, .pagina-acessivel a h1, .pagina-acessivel a h2, .pagina-acessivel a h3, .pagina-acessivel a h4, .pagina-acessivel i {
  text-decoration: none;
  color: #FFFF00!important;
}

.pagina-acessivel a:hover { text-decoration: underline; }

.pagina-acessivel .dropdown-menu { border-color: #FFF!important; }

.pagina-acessivel li.active > a { color: #FF0000!important; }


.gov-logo{
    text-align: -webkit-center;
    height: 100px;
}


 .info-box {
            background-color: #e3f2fd; /* Light Blue Background */
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #172052;
        }
        .info-box h3 {
            color: #395eae;
            font-weight: bold;
        }
        .read-more-btn {
           background-color: #002132;
    color: white;
    border-radius: 30px;
    padding: 3px 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    font-size: 13px;
        }
        .read-more-btn:hover {
            background-color: #ffc107;
        }
		.study-btn:hover{
		background-color: #002132!important;
		color:white!important;
		
		}
        .read-more-btn i {
            margin-left: 5px;
        }
 .custom-card {
            border-radius: 10px;
            border: none;
            box-shadow: 0 4px 8px rgb(0 0 0 / 34%);
            transition: 0.3s;
        }
       
        .card-header-custom {
            font-weight: bold;
            padding: 6px;
            color: white;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
        
        .tender-header { background-color: #343a40; } /* Dark */
        .syllabus-header { background-color: #70ba63; } /* Red */
        .card-body ul {
            padding-left: 0;
            list-style: none;
        }
        .card-body ul li {
            padding: 5px 0;
            border-bottom: 1px solid #ddd;
        }
        .card-body ul li:last-child {
            border-bottom: none;
        }
       

        .highlight-card {
            background: #ffffff;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border: 1px solid #ddd;
        }

        .highlight-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .highlight-icon {
            font-size: 40px;
            color: #ea1f25 !important; /* Dark Red */
            margin-bottom: 15px;
        }

        .highlight-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .highlight-text {
            font-size: 14px;
            color: #666;
        }

        .step-text {
    font-size: 14px;
    color: #fff;
}
   .step-icon {font-size: 23px;
    color: #181d38 !important; background: #fff; position: absolute; top: -50px; z-index: 999; border-radius: 50px; margin: 10px; padding: 2%; width: 80px; height: 80px; border: 8px solid #ffae00; left: 50%; margin-left: -40px;}
        /*------------------------- # homepage 4 services  ---------------------------*/
.juServices .card {border-radius: 0;}
.juServices .card .card-body {width: auto; margin: 0px auto;}
.juServices .card .card-body ul {padding-left: 1rem;}
.juServices .row .col-md-3 {border-right: 5px solid #fff;}
.juServices .row .col-md-3:nth-child(1) {background-color: #855ca6; color: #fff;}
.juServices .row .col-md-3:nth-child(1):after {content: ''; display: block; position: absolute; top: 50%; margin-top: -20px; right: -23px; width: 40px; height: 40px; background: #855ca6; border-right: 5px solid #fff; border-bottom: 5px solid #fff; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); z-index: 999;}
.juServices .row .col-md-3:nth-child(2) {background-color: #ea9025; color: #000;}
.juServices .row .col-md-3:nth-child(2):after {content: ''; display: block; position: absolute; top: 50%; margin-top: -20px; right: -23px; width: 40px; height: 40px; background: #ea9025; border-right: 5px solid #fff; border-bottom: 5px solid #fff; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); z-index: 999;}
.juServices .row .col-md-3:nth-child(3) {background-color: #25b2ea; color: #000;}
.juServices .row .col-md-3:nth-child(3):after {content: ''; display: block; position: absolute; top: 50%; margin-top: -20px; right: -23px; width: 40px; height: 40px; background: #25b2ea; border-right: 5px solid #fff; border-bottom: 5px solid #fff; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); z-index: 999;}
.juServices .row .col-md-3:nth-child(4) {background-color: #e7471d; color: #fff; border-right: none;}
.juServices .card .card-body .card-title {padding-top: 40px; font-weight: bold; color: #181d38;     text-align: center;
    font-size: 16px;
    font-family: "open_sansregular";}

.rightArrow {position: absolute; top: 50%; margin-top: -15px; z-index: 999; right: -48px; width: 0; height: 0; transform: rotate(90deg);}
.juServices .row .col-md-3:nth-child(2) .rightArrow {border-color: transparent transparent #ea9025 transparent;}

   .profile-card img {
                   border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid #f7c40d;
    position: relative;
    top: -20px;
        }
        .heading-title{
          margin-top: 0px;
    margin-bottom: 3.5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #181d38;
        }



        .news-container {
           margin: auto;
           border: 1px solid #d9d8cc;
           padding: 15px;
           border-radius: 0px;
           background: #fff;
           height: 100%;
           box-shadow: 6px 3px 18px 1px rgba(0, 0, 0, .5);
        }

        .news-header {
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            
            position: relative;
        }

        .news-header::after {
            content: "";
            width: 50px;
            height: 3px;
            background: #ea1f25; /* Dark Blue */
            display: block;
            margin: 5px auto;
            border-radius: 3px;
        }

        .news-tab {
            background: #444;
            color: white;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 10px;
            border-radius: 5px 5px 0 0;
            display: inline-block;
        }

        .news-list {
            list-style: none;
            padding-left: 10px;
        }

        .news-list li {
            padding: 6px 0;
            font-size: 14px;
            border-bottom: 1px solid #ddd;
        }

        .news-list li:last-child {
            border-bottom: none;
        }

        .news-list li::before {
            content: "» ";
            color: #004080;
            font-weight: bold;
        }

        .more-news-btn {
            background: #002132;
            color: white;
            padding: 5px 10px;
            font-size: 12px;
            border: none;
            border-radius: 4px;
            display: block;
            text-align: center;
            margin-top: 10px;
            text-decoration: none;
        }

        .more-news-btn:hover {
            background: #ffc107;
            color: black;
        }


button {
     margin: 7px 76px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
    outline: none !important;
    width: 60%;
    padding: 1px !important;
    font-size: 12px !important;
}

button:active {

  outline:none;
}

button.ribbon {
  
  outline:none;
  outline-color: transparent;
}
button.ribbon:before, button.ribbon:after {
  top: 5px;
  z-index: -10;
}
button.ribbon:before {
  border-color: #53dab6 #53dab6 #53dab6 transparent;
  left: -18px;
    border-width: 10px;
}
button.ribbon:after {
  border-color: #53dab6 transparent #53dab6 #53dab6;
  right: -18px;
    border-width: 10px;
}

button:before, button:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
  outline:none;
}

    
    button.btn-warning:before {
  border-color: #d58512 #d58512 #d58512 transparent;

    }
    button.btn-warning:after {
  border-color: #d58512 transparent #d58512 #d58512;

    }
    
    
    button.btn-danger:before {
  border-color: #ac2925 #ac2925 #ac2925 transparent;

    }
    button.btn-danger:after {
  border-color: #ac2925 transparent #ac2925 #ac2925;
    }






    .study-card {
            transition: all 0.3s ease-in-out;
            border-radius: 10px;
            box-shadow: 0px 4px 2px rgb(0 0 0 / 45%);
        }
        .study-card:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
        .study-icon {
            font-size: 2rem;
           color: green;
        }
        .card-icon {
    font-size: 35px;
    margin-bottom: 1px;
}
        .study-card h5{
            font-size: 13px;
        }
        .study-card a{
                width: 79px;
    font-size: 12px;
    font-family: math;
    margin-left: 26px;
    padding: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    line-height: 1.2;
  
}


.grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
      gap: 25px;
      max-width: 1024px;
      margin: auto;
    }

    .tabuler {
      background: white;
          border-top: 3px solid #a61f63;
    border-left: 3px solid #263691;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: all 0.3s ease;
      padding: 8px 5px;
      cursor: pointer;

    }

    .tabuler:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .tabuler img {
      width: 60px;
  height: 60px;
  margin: 0 auto 15px; /* center horizontally, add bottom margin */
  display: block;   
    }
    .a::before {
    content: "";
    width: 100%;
    height: 50%;
    background: #0d2237;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}
.a::after {
    content: "";
    width: 100%;
    height: 64%;
    background: #a3ddff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px 10px 10px 10px;
}
    .card-title {
      font-size: 14px;
      font-weight: bold;
      color: #333;
    }

    @media (max-width: 600px) {
      .tabuler img {
        width: 50px;
        height: 50px;
      }
      .card-title {
        font-size: 14px;
      }
    }
	
	.feature-box i {
    font-size: 2.5rem;
    color: #fffefe !important;
    transition: color 0.3s ease-in-out;
}

.feature-box {
    transition: all 0.3s ease-in-out;
    padding: 20px;
    background: #f8f9fa;
    text-align: center;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 30%);
    padding: 15px 15px 5px 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.feature-box {
  /* border-radius: 10px; */
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: white;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* First Box - Diverse Courses */
.col-md-3:nth-child(1) .feature-box {
  background-color: #25b2ea;
  border-left: 4px solid #01507c;
}

/* Second Box - Student Support */
.col-md-3:nth-child(2) .feature-box {
  background-color: #ea9025;
  border-left: 4px solid #172052;
}

/* Third Box - Career-Focused Programs */
.col-md-3:nth-child(3) .feature-box {
  background-color: #855ca6;
  border-left: 4px solid #444746;
}

/* Fourth Box - Accredited Institution */
.col-md-3:nth-child(4) .feature-box {
  background-color: #e7471d;
  border-left: 4px solid #172052;
}


.innerPageCont {padding: 30px 0 40px 0; }
.aboutDashboard .title {font-size: 14px;min-height: 27px;display: grid;align-items: center;text-align: center;font-weight: 700;padding: 2px;margin: 0;}
.aboutDashboard .title.progCard {font-size:15px; }
.aboutDashboard article {text-align:center;box-shadow: 0 4px 16px rgb(0 0 0 / 23%);height: 100%;border-radius: 10px;overflow: hidden;position: relative;z-index: 900;background: #fff;}
.aboutDashboard .abourCard {
    width: 96%;
    height: 90%;
    position: relative;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 90%);
    border-radius: 12px;
    }
.aboutDashboard .abourCard:hover {-webkit-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09); box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09); background: #fff !important; transition: all .3s ease;}
.aboutDashboard .abourCard::before {content: "";width: 100%;height: 50%;background: #002132;position: absolute;top: 0px;left: 0px;z-index: 1;border-radius: 10px 10px 10px 10px;}
.aboutDashboard .abourCard::after {content: "";width: 100%;height: 64%;background: #9bd2f2;position: absolute;bottom: 0px;left: 0px;z-index: 1;border-radius: 10px 10px 10px 10px;}
.aboutDashboard .abourCard a .post-img {text-align: center;height: 60px;overflow: hidden;}
.aboutDashboard .abourCard a .col {min-height: 44px;}
.aboutDashboard .abourCard a {color: #000;}

.abourCard .col:hover{
	background-color:#faf179;
	transform: scale(1.03);
}

.accordion-button {
    position: relative;
    display: table-header-group;
    align-items: center;
	padding:0!important;
	margin:10px!important;
	line-height:0!important;
width: 100%;}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 1px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    position: absolute;
    right: 70px;
    top: -20px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    width: -webkit-fill-available;
}
.list-style{
	    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
unicode-bidi: isolate;}

 .abc-header {
  
      padding: 5px 2px;
      text-align: center;
    }
    .abc-header h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .abc-header p {
      font-size: 1.2rem;
      margin-top: 10px;
    }
    .card-custom {
      transition: all 0.3s ease;
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .card-custom:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 25px rgba(0,0,0,0.15);
    }
    .card-custom i {
      font-size: 2.5rem;
      color: #ea1f25;
      margin-bottom: 15px;
    }
    .btn-abc {
      font-size: 1rem;
      padding: 12px 24px;
      border-radius: 30px;
      background-color:#002850;
      color:#ffffff;
    }
	
	 .acts-card {
      box-shadow: 0 4px 10px rgb(0 0 0 / 23%);
      transition: 0.3s ease-in-out;
      border: none;
    }
    .acts-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }
    .acts-icon {
      font-size: 2rem;
      color: #dc3545;
    }
	a.btn.read-more-btn.mt-2 {
    width: 63%;
    margin: 0 20%;
    background-color: #263691 !important;
	
}
/* Base badge style */
.subject-badge {
  display: inline-block;
 padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
}

/* Use nth-child on table row to change badge colors */
span.subject-badge.first {
  background-color: #0d6efd; /* Blue for First row */
}
span.subject-badge.second {
  background-color: #198754; /* Green for Second row */
}
span.subject-badge.third{
  background-color: #fd7e14; /* Orange for Third row */
}
span.subject-badge.fourth {
  background-color: #6f42c1; /* Purple for Fourth row */
}

.study-text{
	color:#ac2925 !important;
}


  @media (max-width: 600px) {
      .study-card a {
            width: 100px;
             margin: 0 33%;
      }
      a i.fa { 
	color:#000!important
	}
	h3 {
    font-size: 16px;
}
    }
	.text-justify{
	text-align:justify;}
	
	.feature-box p{
	text-align:center;}
	
	.social-frame {
   width: 98.5%;
   position: relative;
   height: 364px;
   /* background-color: #000000; */
   margin: 0.5rem auto;
   display: block;
}

.content-frame {
  position: absolute;
  z-index: 7;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 1rem;
  border: 3px solid #f2f3fb;
}

.social-frame::after,
.social-frame::before {
      position: absolute;
    content: "";
    background-color: #b50781;
    bottom: -5px;
    width: 60px;
    height: 355px;
    right: -5px;
    display: block;
}

.social-frame::after {
  background-color: #05315e;
  bottom: auto;
  top: -5px;
  left: -5px;
  right: auto;
  display: block;
}


.news-list a{
float:right;}