/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 07:23:47 */

body.responsive.layout-full #page-wrapper .full-container {
    justify-content: center;
}
#masthead .hgroup .logo img {
    vertical-align: middle;
    width: 100%;
    height: 130px;
    margin: 0 auto;
}
.support-text{
	display:none !important;
}
#main{
	padding:0;
}
.hgroup.full-container {
    padding: 10px !important;
}
#masthead .hgroup .logo img {
    vertical-align: middle;
    width: 100%;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-left {
    text-align: left;
    padding-left: 58px;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
    position: absolute;
    background-color: #034d89;
    display: inline-block;
    width: 50px;
	height: 50px;}

.widget_circleicon-widget .circle-icon-box .circle-icon [class^="fa fa-"] {
    display: block;
	font-size: 20px;}

.widget_circleicon-widget .circle-icon-box h4{
	margin-bottom:0;
}

.main-navigation {
    background: #024f8c;
}

.main-navigation a{
	font-size:16px;
}

div#theme-attribution {
    display: none;
}


 

 .entry-content .about-label {
color: #f1841f;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 0px;
	 font-size:18px
}


.entry-content .about-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
	    margin-bottom: 30px;
}
.entry-content .about-heading span{
	color:#024f8c;
}

.entry-content .about-description {
 
    font-size: 16px;
    line-height: 1.7;
    color: #050505;
    margin-bottom: 20px;
    text-align: justify;
}

    .entry-content  .cta-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #f1841f, #fed50e);
color: #ffffff;
padding: 14px 30px;
font-size: 15px;
font-weight: 600;
text-decoration: none;
border-radius: 10px;
transition: all 0.3s ease;
}


 .entry-content  .cta-btn .arrow {
font-size: 18px;
transition: transform 0.3s ease;
	 color:#fff;
}

.menu-item-has-children > a::after {
    content: "\f078"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    display: inline-block;
    margin-left: 5px;
    font-size: 0.8em;
}

.menu-item-has-children:hover > .sub-menu {
    display: block; 
}

.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
    background: #ec7e1f;
    color: #fff;
}

.main-navigation ul ul a {
    width: 300px;
    padding: 15px 20px;
}

.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
    background: #f1841f;
    color: #fff;
}

.main-navigation ul ul {

    background: #024f8c;
  
}


 .entry-content  .cta-btn:hover {
background: linear-gradient(135deg, #f1841f, #fed50e);

	color:#fff;
}


 .entry-content  .cta-btn:hover .arrow {
transform: translateX(6px);
}

.entry-content  .section-label {
  font-size: 16px;
  font-weight: 700;
  color: #f1841f;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
}

.entry-content  .section-heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #222;
  margin-top: 0px;
	margin-bottom:30px;
}

.section-heading span {
  color: #024f8c; 
}


.facility-card {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.facility-card i {
  color: #f59e1a;
  transition: transform 0.3s, color 0.3s;
}

.facility-card h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #222;
}

.facility-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

.facility-card:hover {
  background-color: #f2881e;
  color: #fff;
  transform: translateY(-10px);
}

.facility-card:hover i {
  transform: scale(1.3);
  color: #fff;
}

.facility-card:hover h5,
.facility-card:hover p {
  color: #fff;
}

@media (max-width: 992px) {
  .facility-card {
    padding: 25px 15px;
  }
}

@media (max-width: 576px) {
  .facility-card h5 {
    font-size: 18px;
  }
  .facility-card i {
    font-size: 30px;
  }
}

.course-text h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fdcc10;
    margin-bottom: 0;
    font-weight: 600;
}
.course-text h2 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.course-text p {
  font-size: 16px;
  line-height: 1.7;
	text-align:justify;
  margin-bottom: 20px;
  color: #e6f0ff;
}

.read-more {
  display: inline-block;
  padding: 12px 25px;
  background-color: #ffdd00;
  color: #0057a8;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.read-more:hover {
  background-color: #ffc700;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .course-container {
    flex-direction: column;
    text-align: center;
  }

  .course-text h2 {
    font-size: 24px;
	  text-align:left;
  }
}



.left-img {
  width: 400px;
  margin: 20px auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 5px; 
  background: linear-gradient(135deg, #6a11cb, #2575fc); 
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.left-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

 .left-img .so-widget-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px; 
  object-fit: cover;
  transition: transform 0.3s, filter 0.3s;
}

.left-img:hover .so-widget-image  {
  transform: scale(1.05);
  filter: brightness(1.1);
  cursor: pointer;
}








.admission-flow {
  text-align: center;
  
}

.section-heading span {
  color: #2575fc;
}

.flow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.flow-step {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 20px;
  width: 200px;
  height: 200px;
  transition: all 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2575fc, #00c6ff);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 5px 15px rgba(37,117,252,0.4);
}

.flow-step h3 {
  font-size: 18px;
  color: #024f8c;
  font-weight: 600;
  margin-bottom: 8px;
}

.flow-step p {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
	margin:0;
}

.arrow {
  font-size: 30px;
  color: #2575fc;
  margin: 0 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .flow-container {
    flex-direction: column;
  }

}







.placement-creative {
  position: relative;
  padding: 90px 20px;
  background: #f8fbff;
  overflow: hidden;
}

.placement-creative::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 400px;
  height: 400px;
  background: #e8f0ff;
  border-radius: 50%;
}

.placement-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: center;
}

.placement-left p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}

.placement-highlight {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #024f8c;
  border-left: 4px solid #2575fc;
  padding-left: 15px;
}

.placement-right {
  background: #fff;
  padding: 35px 40px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.placement-right h3 {
  font-size: 22px;
  color: #024f8c;
  margin-bottom: 25px;
}

.career-steps {
  list-style: none;
  padding: 0;
}

.career-steps li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
  transition: transform 0.25s ease;
}

.career-steps li:hover {
  transform: translateX(6px);
}

.career-steps span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #2575fc;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .placement-wrap {
    grid-template-columns: 1fr;
  }

  .placement-creative {
   position: relative;
    padding: 51px 10px;
    background: #f8fbff;
    overflow: hidden;
	  
  }
	.placement-creative::before{
		display:none;
	}
	.placement-right{
		padding:20px;
	}
	.placement-right h3 {
    font-size: 25px;
    color: #024f8c;
    margin-bottom: 20px;
    font-weight: 600;
}
	
	.career-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
	.entry-content ul li, .entry-content ol li {
    margin-left: 0;
}

	
	
}





.admission-cta {
  background: #0b4a8b;
  padding: 45px 20px;
  text-align: center;
}

.admission-cta h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
	margin-top:0;
}

.admission-cta p {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

.admission-cta p a {
  color: #ffdd57;
  font-weight: 600;
  text-decoration: none;
}

.admission-cta p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .admission-cta h2 {
    font-size: 17px;
  }

  .admission-cta p {
    font-size: 16px;
  }
}

#colophon {
    margin-bottom: 20px;
    background: #001122;
    padding: 30px;
}




div#footer-widgets {
    border-bottom: 1px solid #989797;
}
.footer-widgets p{
	text-align:justify;
}

.contact-info-box h4 {
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-item .icon {
width: 40px;
    height: 40px;
    background: rgb(245 158 26);
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #e6eef7;
}

.contact-item a {
  color: #e6eef7;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.contact-item a:hover {
  color: #4fc3ff;
}

#footer-widgets .widget .widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}

#footer-widgets .widget .widget-title::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #f59e1a;
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}
