body {
    padding-top: 0px;
    background: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
	font-size:15px;
}

.serviceBox {
    text-align: center; /* Center the text and image */
}

.service-icon img {
    max-width: 200%; /* Ensure the image fits well */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 20px; /* Add space between image and text */
    border-radius:5px;
}

.serviceBox{
    color: #05AFF9;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 25px 20px 25px 80px;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    border: 1px solid #222;
    position: absolute;
    left: 28px;
    top: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
}
.serviceBox:after{ clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%); }
.serviceBox .service-icon{
   color: #fff;
    background-color: #05AFF9;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 64px;
    /* margin: 0 0 15px; */
    transform: translateY(-116%);
    position: absolute;
    right: 96%;
    top: 50%;
}
.serviceBox .service-icon i{ line-height:inherit; }
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    color:#000;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 25px;
    margin-left: 20px;
    text-align:justify;
    color:#000;
}
.serviceBox.orange{ --main-color: #F97406; }
.serviceBox.pink{ --main-color: #FF0748; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}
/*.wall-of-excellence {*/
/*    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(img/bg-img.jpg) center center no-repeat;*/
/*    background-size: cover;*/
/*    color: white;*/
/*}*/
/*.wall-of-excellence img {*/
/*    width: 50%;*/
/*    margin-bottom: 1rem;*/
/*}*/
/*.custom_justify {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.custom_text-align {*/
/*    text-align: justify;*/
/*}*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 30px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
    box-shadow: 1px 1px 7px;
    margin-top: 11px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "\00bb";
}
.breadcrumb .active {
  color:#f3715d;
}
.breadcrumb_link_color{
	color:#fff;
}
.breadcrumb_link_color:hover{
	color:#fff;
}
.top_header_bg_color {
    background: #05AFF9;
    padding: 10px;
}
.quick_feeds ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.quick_feeds ul li {
    display: inline-block;
}
.quick_feeds li {
    list-style: none;
}
.quick_feeds a {
    color: #fff;
}
.quick_feeds a:hover {
    color: #fff;
    text-decoration: none;
}
.social_media_icon li {
    padding-left: 20px;
}
.social_media_icon i {
    transition: all 1s;
}
.facebook_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.twitter_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.google_plus_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.linkedin_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.instagram_icon:hover{
	transition-duration: 1s;
	transform: rotate(360deg);
}
.header_middle .college_logo{
	width: 75%;
}
.header_middle h1{
	margin-top:14px;
	color: #3d4e5b;
	font-size: 42px;
}
.header_middle h4{
	color:#f3715d;
}
.apply_now a{
	background: #3d4e5b;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #05AFF9;
}
.apply_now{
	margin-top:62px;
}
.flash {
   animation-name: flash;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
	cursor:pointer;
}

@keyframes flash {
    from {color: white;}
    to {color: #3d4e5b;}
}
.principal_pic img {
    border: 2px solid #ddd;
	height: 265px;
}
.read_more_home {
    text-align: right;
}
.read_more_home a {
    color: #000;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 2px solid #000;
    transition-duration: 1s;
}
.read_more_home a:hover {
    color: #ffffff;
    padding: 10px;
    background: #f3715d;
    border-radius: 5px;
    border: 2px solid #f3715d;
    text-decoration: none;
    box-shadow: 0px 5px 8px -3px #000;
}
.noticeSlider {
    padding: 0;
    margin: 0;
    color: #fff;
    /*border: 1px solid #f3715d;*/
    padding: 2px 15px;
    overflow: hidden;
}
.list_image {
    list-style-image: url(../images/Red_Arrow_right.png);
}
.list_image > li {
    border-bottom: 1px solid #ababab;
    padding: 5px;
}
.list_image a {
    color: #000;
}
.services_one{
	background:#05AFF9;
	padding:0px;
	height: 160px;
}
.services_one img{
	width:20%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_one h5{
	color:#fff;
}
.services_one p{
	color:#fff;
	padding-bottom: 20px;
}
.services_two{
	background:#3d4e5b;
	padding:0px;
	height: 160px;
}
.services_two img{
	width:23%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_two h5{
	color:#fff;
}
.services_two p{
	color:#fff;
	padding-bottom: 20px;
}
.services_three{
	background:#05AFF9;
	padding:0px;
	height: 160px;
}
.services_three img{
	width:29%;
	margin-top: 20px;
    margin-bottom: 20px;
}
.services_three h5{
	color:#fff;
}
.services_three p{
	color:#fff;
	padding-bottom: 20px;
}
.services_four{
	background:#3d4e5b;
	padding:0px;
	height: 160px;
}
.services_four img{
	width: 57px;
	margin-top: 40px;
    margin-bottom: 20px;
}
.services_four h5{
	color:#fff;
}
.services_four p{
	color:#fff;
	padding-bottom: 20px;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #0e74a5;
    color: #0e74a5;
    text-align: left;
    border-radius: 5px;
}
.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #0e74a5;
}

.btn-outlined.btn-info:hover, .btn-outlined.btn-info:active {
    color: #FFF;
    background: #3d4e5b;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outlined.btn-info {
    background: none;
    border: 2px solid #333333;
    color: #333333;
    text-align: left;
    border-radius: 5px;
}
.btn-info:hover {
    color: #fff;
    background-color: #b06500;
    border-color: #f3715d;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.inner_table th,td{
	font-size:18px;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.menu_para a{
	font-size:16px;
    line-height:25px;
}
.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_section {
    background: #3d4e5b;
    padding: 10px;
}
.footer_copyright {
    background: #333333eb;
    padding: 10px;
}
.testimonial{
        margin:50px 50px 30px;
        background-color: #fff;
        color: #010446;
        text-align: center;
        border-left: 3px solid #05AFF9;
        border-right: 3px solid #05AFF9;
        padding: 40px 30px 40px;
        position: relative;
    }
    .testimonial:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 3px;
        background-color: #05AFF9;
    }
    .testimonial:after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 3px;
        background-color:#05AFF9;
    }
    .testimonial .testimonial-content{
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 30px;
    }

    .testimonial .pic{
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        border:1px solid #FF6F59;
    }

    .testimonial .pic img{
        width: 100%;
        height: 100%;
    }

    .testimonial .testimonial-title{
        display: inline-block;
    }

    .testimonial .testimonial-title a{
        display: block;
        color:#FF6F59;
        font-size: 22px;
        text-transform: Uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .testimonial .testimonial-title small{
        font-size: 15px;
        font-style: italic;
        color:#292F36;
    }

    .owl-theme .owl-controls{
        margin-top: 50px;
        margin-left: 30px;
    }
    .owl-theme .owl-controls .owl-page span{
        height:15px !important;
        width: 15px !important;
        background-color:#05AFF9 !important;
        opacity: 0.8 ;
        border-radius: 0 !important;
        transform:rotate(45deg) !important;
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span{
        background-color: #FF6F59 !important;
    }
    .slide {
	width: 80%;
	margin: auto;
	height: 300px;
	position: relative;
	margin-top: 20px;
}
.slide img {
width: 100%;
height: 100%;
position: absolute;
}
.slide img {

	transition: 1.5s;
	border:1px solid silver;
	padding: 3px 3px;
  opacity: 0;

}
#img1 {
	opacity: 1;
	transition: 1.5s;
}


.content {
	width: 60%;
	margin: auto;
	height: 100px;
	border:none;
	border-top:2px solid silver;
	padding: 5px 5px;
	padding-top: 10px;
	margin-top: 20px;
}

.content a img {
	width: 22%;
	height: 100%;
	margin-left: 10px;

	border:1px solid silver;
	padding: 3px 3px;
    filter: blur(0px);

}


.content a img:hover {
	filter: blur(1px);
	transition: 0.3s;
}

.slide img:target {
	opacity: 1!important;
}


@media screen and (max-width: 500px) {

	.slide {
		width: 98%;
	}
	.content {
		width: 99%;
	}
	.content a img {
		margin-left: 1px;
	}
}
.Marquee {
  width: 100vw; /* Adjusted to take the full width of the viewport */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #999;
}

.Marquee-content {
  display: flex;
  animation: marquee 100s linear infinite;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  min-width: 500px; /* Ensures each item has a fixed width */
  margin: 0 1em; /* Increased margin to give more space between items */
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  border: 1px solid #fff;
}

.Marquee-tag span {
  margin-top: 0.5em;
  text-align: center;
  font-size: 18px;
}

.Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.heading {
    font-size: 25px; /* Slightly larger for more impact */
    color: #3d4e5b; /* Keep the original color */
    font-family: 'Arial', sans-serif; /* Use a clean, modern font */
    font-weight: bold; /* Make the text bold for emphasis */
    text-transform: uppercase; /* Add uppercase letters for a more sophisticated look */
    letter-spacing: 1px; /* Space out the letters slightly for better readability */
    text-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.3),   /* Subtle light shadow */
        2px 2px 6px rgba(0, 0, 0, 0.2),   /* Medium shadow with smoother transition */
        3px 3px 9px rgba(0, 0, 0, 0.1),   /* Stronger, softer shadow */
        4px 4px 15px rgba(0, 0, 0, 0.05);  /* Final shadow to create depth and a glowing effect */
    transition: all 0.3s ease; /* Smooth transition effect when hovered */
}

.heading:hover {
    color: #1a2a3a; /* Darken the color slightly on hover for a stylish effect */
    text-shadow: 
        1px 1px 4px rgba(0, 0, 0, 0.5), /* Enhanced light shadow */
        2px 2px 8px rgba(0, 0, 0, 0.4), /* Stronger shadow */
        4px 4px 15px rgba(0, 0, 0, 0.3), /* Even more intense shadow on hover */
        5px 5px 20px rgba(0, 0, 0, 0.2); /* Bright glowing effect on hover */
}
