@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');
* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight:500;
    font-size:13px;
    padding:0;
    margin:0;
    line-height:23px;
    color: #333;
}
.entry-content ul {
    margin: 30px!important;
}
.entry-content ol {
    margin: 30px!important;
}
.entry-content li {
    margin-bottom: 5px;
}
h1 { margin-top: 0; }
a {
    color: #333;
}
header {
    margin-top:0px; 
}
header.header_fade_effect {
    margin-top:0;
}
.h2, h2 {
    font-size: 1.5rem;
    color:#000;
}
/*logo zoom effect*/
.custom-top-nav {
	z-index:9;
}
.website-logo {  
	font-weight:700;
	font-size:14px;
}
.website-logo img {
	width:auto;
}
.website-logo a {
	text-decoration:none;
	color:#000000;
}
.top-nav-left-custom {
    margin-top:0;
}
.top-nav-left-custom i {
    font-size:18px;
}
/*End of logo zoom effect*/
.header-second-section {
    background: #253b80;
    padding: 10px 0px;
}
.header-main-nav-section {
    background:#335aa9;
	position:relative;
	padding:0;
}
/* Bootstrap 4 text input with search icon */
.has-search .form-control {
    padding-left: 2.375rem !important;
}
.navbar .form-control {
    height: 30px !important;
    padding: 0.3rem .5rem;
    font-size: 13px;
}
.navbar .btn {
	padding: .1rem .75rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.sarch-nav {
    margin-top:13px;
}
.blue-theme {
    background: #23394c;
    padding: 4px 10px;
    color: #c6d7e6;
}
.black-theme {
    background:#000000; padding:4px 10px;
	color:#FFFFFF;
}
.bg-dark {
    background-color: #335aa9 !important;
	padding-left:0 !important;
	padding-right:0 !important; 
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
	padding: 9px 8px;
    font-size:14px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background:#ff9800;
    color: rgb(255 255 255);
}
.dropdown-item:focus, .dropdown-item:hover { 
    background-color: #ff9800;
}
.dropdown-item.active, .dropdown-item:active { 
    background-color: #ff9800;
}
.dropdown-item { 
    padding: .2rem 1rem; 
    font-size:14px;
}
.navbar-nav .dropdown-menu {
    width:225px;
}
#myCarousel .carousel-caption {
    bottom: 0; 
    padding: 0;
}
.carousel-caption h1 {
    font-size: 26px;
    font-weight: 600;
    text-shadow: 1px 3px 3px #000000db;
    background: #335aa9;
    padding: 10px; margin:0;
}
.bg1 {background:#3daf2c;}
.bg1:hover {background:#4c9d2f;}
.bg2 {background:#0188d1;}
.bg2:hover {background:#006aa7;}
.bg3 {background:#ee0b7f;}
.bg3:hover {background:#d41568;}
.bg4 {background:#c2272f;}
.bg4:hover {background:#97272c;}
.bg5 {background:#5e7361;}
.bg5:hover {background:#495d4d;}
.bg6 {background:#b150c5;}
.bg6:hover {background:#8a1a9c;}
.circle {
    height: 90px; padding-top:29px;
    width: 90px;
	transition:-webkit-transform 0.25s ease-out,border-color 0.25s ease-out;transition:transform 0.25s ease-out,border-color 0.25s ease-out
}
.circle:hover {
    -webkit-transform:scale(1.2);transform:scale(1.2); 
}
.circle i {color:#fff; font-size:32px;}
.circle-heading {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top:15px;
}
.aply-notice-abuot-section {
    margin-top:0;
}
.online-admission {
    background: url('../images/apply-online.jpg') no-repeat scroll 0 0;
    background-size: cover;
    height: 350px;
    padding: 20px;
    text-align: center;
}
.online-admission h1 {
    color:#FFF;
    font-size:30px;
    margin-bottom:20px;
}
.online-admission h2 {
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}
.home-event {
    background: url('../images/event.jpg') no-repeat scroll 0 0;
    background-size: cover;
    height: 350px;
    padding: 20px;
    text-align: center;
}
.home-event h1 {
    color:#FFF;
    font-size:30px;
    margin-bottom:20px;
}
.home-event h2 {
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}
.btn-secondary {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    padding: 7px 12px;
    font-weight: 600;
}
.btn-primary {
    background-color: #2b2a28;
    border-color: #2b2a28;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #335aa9;
    border-color: #335aa9;
}
.ovrflw .form_ul {
	height: 360px;
	overflow:auto;
}
.ovrflw .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ede8ff;
}
.ovrflw .form_ul::-webkit-scrollbar-thumb {
    background: #364C88;
}
.inside-pg-scroll .ovrflw .form_ul {
	height: 160px;
	overflow:auto;
}
.inside-pg-scroll .ovrflw .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e5e5e5;
}
.inside-pg-scroll .ovrflw .form_ul::-webkit-scrollbar-thumb {
    background: #838383;
}
.inside-pg-scroll ul {
    padding:0 10px 0 25px;
}
.notice-event {
    background:#862517;
    height:350px;
    padding:20px;
}
.notice-event h1 {
    font-size:23px;
    font-weight:bold;
    color:#fff;
}
.notice-event ul {
    margin:0;
    padding:0;
    list-style:none;
}
.notice-event ul li {
    margin-bottom:8px;
}
.notice-event ul li a {
    color:#fff;
}
.notice-event ul li a:hover {
    color:#fed503;
    text-decoration:none;
}
.about-crsu {
    background: url('../images/about1.jpg') no-repeat scroll 0 0;
    height:350px;
    padding:20px;
    text-align:center;
    background-size: cover;
}
.about-crsu h1 {
    color:#FFF;
    font-size:30px;
    margin-bottom:15px;
}
.about-crsu h2 {
    color:#fff;
    font-size:20px;
}
.announcements {
    background: url('../images/announcment.jpg') no-repeat scroll 0 0;
    height:460px;
    padding:20px;
    background-size: cover;
}
.announcements h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}
.announcements ul {
    margin:0; padding:0; list-style:none;
}
.announcements ul li {
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
}
.announcements ul li a {
    color:#fff;
}
.announcements ul li span {
    background: #0e3454;
    color: #fff;
    padding: 8px;
    font-weight: bold;
    margin-right:10px;
    font-size: 11.5px;
    text-align: center;
    width: 60px;
    height: 65px;
	line-height: 15px;
    display: inline-block;
}
.view-more-btn {
    display: inline-block;
    width: 100%;
}
.application-form {
    background: url('../images/application-form.jpg') no-repeat scroll 0 0;
    min-height:400px;
    padding:20px;
    color:#fff;
    background-size: cover;
}
.application-form h1 {
    font-size:23px;
    font-weight:bold;
    margin:0 0 20px 0;
}
.application-form ul { margin:0; padding:0; list-style:none;}
.application-form ul li {margin-bottom:8px;}
.application-form ul li a {color:#fff;}
.application-form ul li a:hover {color:#fed503; text-decoration:none;}
.download-section {
    background:#23394c;
}
.login-pnl h1 {
    font-size:23px;
    font-weight:bold;
    margin:0 0 30px 0;
}
.login-pnl {
    background: url('../images/login.jpg') no-repeat scroll 0 0;
    min-height:400px;
    padding:20px;
    color:#fff;
    background-size: cover;
}
.login-pnl .form-group{
    margin-bottom:20px;
}
.login-pnl .form-control {
    background:#dae1ea;
}
.link {
    color:#fed503;
}
.link:hover {
    color:#ffce00;
}
.image-overflow-hidden {
	overflow:hidden;
}
.chancellor-pic {
    background-size: cover !important;
    padding: 20px;
    height: 279px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; 
}
.chancellor-pic:hover {
	  -webkit-transform: scale(1.1);
	  -moz-transform: scale(1.1);
	  -o-transform: scale(1.1);
	  -ms-transform: scale(1.1); /* IE 9 */ 
	  transform: scale(1.1);
}
.chancellor-pic span {
    position: absolute;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 2px 2px #000;
    font-weight: 600;
    width:88%;
}
.pic1 {
    background: url('../images/pic1.jpg') no-repeat scroll 0 0; 
}
.pic2 {
    background: url('../images/pic2.jpg') no-repeat scroll 0 0; 
}
.pic3 {
    background: url('../images/pic3.jpg') no-repeat scroll 0 0; 
}
.pic4 {
    background: url('../images/pic4.jpg') no-repeat scroll 0 0; 
}
.top-faculty-section {
    padding:40px 0;
    background:#f1f6fe;
}
/*thumbnil slider*/
.top-faculty-section .tab-content {
    padding-top:30px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.blog .carousel-indicators .active {
    background: #707070;
}
.faculty-home {
    background: #fff;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.faculty-home img {
    height: 107px; 
}
.faculty-home ul {list-style:none; padding:0; margin:0; text-align:center;}
.faculty-home ul li {
    display:inline-block; padding:5px 15px;
}
.blog .carousel-item {
    height: auto;
	min-height:10px;
    background-color:transparent;
}
.profesorname {
    font-size:15px;
    font-weight:bold;
    color:#fff;
    text-align:center;
    padding:5px;
	background:#e91e63; 
}
.designation {
    font-size:12px; 
    color:#342c41;
    text-align:center;
}
.top-faculty-section .nav-pills .nav-link.active, .top-faculty-section .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
    font-size: 24px;
    font-weight: 600;
    text-align:left;
}
.top-faculty-section .nav-pills .nav-link { 
    font-size: 24px;
    text-align:left;
    font-weight: 600;
}
/*.carousel-caption {
    bottom: 12rem !important; 
}*/

footer {
    position: relative;
    padding-top: 50px; 
    background:#2d394b;
    width: 100%;
    margin-top:-21px;
}
.footer h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.links ul {
    margin-top: 0;
    list-style: none;
    padding: 0;
}
.links li {
    color:#fff;
    opacity: 0.7;
}
.links li a {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.4px;
    margin-top: 10px;
	opacity: 0.9;
    font-weight: 400;
    margin-bottom: 8px;
}
.social-icons a {
    color:#fff
}
.copyright {
    background: #1f3048;
    padding: 15px 0;
    border-top: solid 1px #202f44;
}
.copyRight_text p {
    margin:0;
}
.copyRight_text a, .copyRight_text {
    color:#d4deec;
    font-size:12px;
	/*opacity: 0.8;*/
}
/* megamenu.js STYLE STARTS HERE */ 
.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}
.menu-mobile {
    display: none;
    padding: 23px 6px 2px 6px;
}
.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: .5em 1em;
    background: #fff;
    color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}
.menu > ul:before, .menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left; 
    padding: 0;
    margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 1.3em;
    display: block;
	font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
.menu > ul > li:hover {
    background: #f2ca00;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul:before, .menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 20%;
    background: none;
    float: left;
}
.menu .menu-head {
    font-weight:600;
}
.menu > ul > li > ul > li.expand-menu-one-row {
    width: 100%;
}
.menu > ul > li > ul > li.expand-menu-one-row ul {
    margin:0;
}
.menu > ul > li > ul > li.expand-menu-one-row li {
    width: 25%;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 {
    width: 75%;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 ul {
    width:31.4%;    
    vertical-align: top;
    display: inline-block;
}
.menu > ul > li > ul > li.expand-menu-one-row-9 ul ul {
    width: 95%;
    padding-left: 15px;
}
.menu > ul > li > ul > li.expand-menu-one-row-3 {
    width: 25%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 {
    width: 60%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 ul li {
    width:50%;
}
.menu > ul > li > ul > li.expand-menu-one-row-60 ul li li {
    width:100%;
}
.menu-exam-form {
    min-height:200px;
}
.menu > ul > li > ul > li a {
    color: #000;
    padding: .2em 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover {
	color:#000;
    background:#fbd30a;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    text-transform: none;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    /*padding: 10px 20px;*/
    padding:0;
    background: #f2ca00;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 10px 20px; text-transform: none;
}

/*End of mega menu css*/
/*Inside page banner*/
/* Secondary Banner ---------------------- */
#secondary-banner { background-size:cover; background-repeat:no-repeat; text-align:center; position:relative; background-position:center center; }
/*#secondary-banner:before { content:""; position:absolute; left:0px; top:0px; height:100%; width:100%; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%); radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);  display:block;  }*/
#secondary-banner .video { width:100%; }
/*#secondary-banner.int-banner:after { content:""; position:absolute; left:0px; top:0px; height:100%; width:100%; background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%); radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);  display:block; z-index:10; }*/
#secondary-banner.int-banner .video { position:absolute; left:0px; top:0px; z-index:9; object-fit:fill; height:100%; }

.dsw-banner { position:absolute; left:0px; bottom:0px; z-index:101; }

#secondary-banner.int-banner .inner-content  { position:relative; z-index:11; }
#secondary-banner .page-header { margin:0px; border:none; background:#fc654c; padding:20px 20px 20px 46px; position:absolute; left:0px; bottom:0px; }
#secondary-banner .page-header:after { content: " "; position: absolute; display: block; width: 200px; height: 100%;top: 0;
right: 0; z-index: 2; background: #fc654c; transform-origin: bottom left; -ms-transform: skew(-30deg, 0deg);
-webkit-transform: skew(-30deg, 0deg); transform: skew(-30deg, 0deg); }
#secondary-banner .page-header h2 { margin:0px; color:#fff; font-size:28px; line-height:58px; text-transform:uppercase; position:relative; z-index:10; }
#secondary-banner .inner-content { display:table; height:250px; /*width:850px; margin:0px auto;*/ position:relative; z-index:2; }
#secondary-banner.int-banner .inner-content{width: 100%;}
#secondary-banner.int-banner { height:600px; }
#secondary-banner .inner-content .inner { display:table-cell; vertical-align:middle; height:250px; width:100%;}
#secondary-banner.int-banner .inner-content .inner { height:250px; }
#secondary-banner.int-banner .inner-content h1 { font-size:42px; line-height:52px; text-shadow:#000 0 0 2px; }
#secondary-banner .inner-content .button-group .button2.btn-lg,#secondary-banner .inner-content .button-group .button5.btn-lg { min-width:195px; padding:10px 20px; margin:0px 4px; }
#secondary-banner .inner-content h1 { font-size:28px; line-height:36px; color:#fff; font-weight:bold; margin-bottom:25px; text-transform:uppercase; text-shadow:1px 1px 3px #000; text-align: left; }
#secondary-banner.int-banner .inner-content h1{text-align: center;}
#secondary-banner .inner-content h5  { color:#fff; text-transform:uppercase; margin-bottom:10px; }
#secondary-banner .inner-content h6 a {color:#fff; text-decoration:none;}
#secondary-banner .inner-content h6:hover a  { text-decoration:underline;}
#secondary-banner .inner-content .search-box {  display:inline-block; border:1px solid #fff; width:200px; padding:9px 20px ; font-size:12px; line-height:21px; font-weight:bold; border-radius:30px; color:#fff; text-decoration:none; vertical-align:bottom; margin:0px 4px; }
#secondary-banner .inner-content .search-box .fa { margin-left:26px; }
#secondary-banner .inner-content .search-box:hover { background:#fff; color:#000; }
#secondary-banner .inner-content .search-box:hover .fa { color:#000;}

#secondary-banner.shedule h2 { margin-bottom:30px; color:#fff; }
#secondary-banner.shedule .inner-content {  height:285px; }
#secondary-banner.shedule .inner-content .inner {  height:285px; }
#secondary-banner.shedule .inner-content .inner .button5 { min-width:250px; font-size:24px; padding:14px 20px; line-height:32px;}

#secondary-banner.triangle-banner { overflow:hidden; text-align:left; }
#secondary-banner.triangle-banner .container { position:relative;}
/*#secondary-banner.triangle-banner:after { content:""; position:absolute; left:0px; bottom:0px; display:block; width: 0; height: 0; border-bottom: 1042px solid #00c1a1; border-right: 650px solid transparent; opacity:0.5;   }*/
#secondary-banner.triangle-banner .inner-content { margin:0px; }
#secondary-banner.triangle-banner .button-group { padding-bottom:40px; }
#secondary-banner.triangle-banner .inner-content .inner { vertical-align:bottom;}
#secondary-banner.triangle-banner #breadcrumbs { position:absolute; left:0px; top:0px; z-index:10;}
#secondary-banner.triangle-banner #breadcrumbs a, #secondary-banner.triangle-banner #breadcrumbs .divider { color:#fff;}
#secondary-banner.triangle-banner .inner-content .search-box,#secondary-banner.triangle-banner .inner-content .button1 { width:187px;}
#secondary-banner.triangle-banner .inner-content .search-box { margin-right:10px;}

#secondary-banner.scholarship-banner { background-position:left center;}
/*#secondary-banner.campus-banner.triangle-banner:after { border-bottom: 1042px solid #fc654C; }
#secondary-banner.about-banner.triangle-banner:after { border-bottom: 1042px solid #009688; }
#secondary-banner.academic-banner.triangle-banner:after { border-bottom: 1042px solid #00bfe7; }
#secondary-banner.college-branch.triangle-banner:after {
    border-bottom: 1042px solid #d7cd6c;
}*/
/*#secondary-banner.about-university.triangle-banner:after {
    border-bottom: 1042px solid #1a8ac5;
}
#secondary-banner.chansler-msg.triangle-banner:after {
    border-bottom: 1042px solid #fff;
}*/
#secondary-banner p {
    color:#fff;text-shadow: 1px 1px 3px #000;
}
/*#secondary-banner.vc.triangle-banner:after {
    border-bottom: 1042px solid #99dff5;
}
#secondary-banner.registrar.triangle-banner:after {
    border-bottom: 1042px solid #253b80;
}
#secondary-banner.uni-reco.triangle-banner:after {
    border-bottom: 1042px solid #bc5d79;
}*/
/*.banner-wrapper {
	overflow:hidden;
}
#secondary-banner {
	transition: all 1s; 
}
#secondary-banner:hover,
#secondary-banner:focus  {
  transform: scale(1.1);
}*/
/*--- Breadcrumbs  --- */
#breadcrumbs a, #breadcrumbs .divider {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-right: 2px;
    text-decoration: none;
}
#breadcrumbs { padding-top:0; margin-bottom:15px; }
#content {
    background: #f5f7ff;
}
/* Secondary Navigation ---------------------- */
.usefull-links { 
    border-top: 5px solid #E91E63 !important; 
}
#secondary-navigation {
    border: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #fff;
    border-top: 5px solid #364c88;
    padding-top: 20px; 
}
#secondary-navigation .header { padding:20px; border-bottom:1px solid #e5e5e5;}
#secondary-navigation h5 .icon-arrow-left { font-size:16px; color:#676767; float:left; min-height:22px; }
#secondary-navigation h5 { margin:0px; position:relative; }
#secondary-navigation h5 a { color:#000; text-decoration:none; font-weight:600; font-size:19px; }
#secondary-navigation ul { margin:0px; padding:0px; list-style-type:none; } 
#secondary-navigation ul li { border-bottom:1px solid #f7f7f7; position:relative; }
#secondary-navigation ul li > a { display:block; padding:12px 12px 12px 40px; font-size:13px; font-weight:500; color:#000; }
#secondary-navigation ul li.active > a,#secondary-navigation ul li:hover > a { color:#fff; background:#FFC107; }
#secondary-navigation ul li a .fa-angle-right,#secondary-navigation ul li a .fa-angle-down { margin-right:8px; color:#676767;margin:0px;}
#secondary-navigation ul li.active a .fa-angle-right,#secondary-navigation ul li.active a .fa-angle-down,#secondary-navigation ul li:hover a .fa-angle-right { color:#fff; }
#secondary-navigation ul li:last-child { border:none; }

#secondary-navigation #accordion { padding-top:14px; margin:0px; }
#secondary-navigation #accordion .panel { border:none; box-shadow:none; margin:0px; }
#secondary-navigation #accordion .panel .panel-title { font-size:13px; line-height:16px; }
#secondary-navigation #accordion .panel .panel-title a { text-decoration:none; }
#secondary-navigation #accordion .panel .panel-title a:focus,#secondary-navigation #accordion .panel .panel-title a:active,#secondary-navigation #accordion .panel .panel-title a:hover { color:#000; }
#secondary-navigation #accordion .panel-default > .panel-heading { border:none; background:none; color:#000; padding:0px 20px 14px 45px; }
#secondary-navigation #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body { border:none; padding:0px; }
#secondary-navigation #accordion .view-map { margin-bottom:14px; border:none; border-bottom:1px solid #dadada; border-radius:0px; margin-top:-14px; }
#secondary-navigation #accordion .view-map select { padding-left:14px; }
#secondary-navigation #accordion ul { padding:0px 20px 10px 23px; }
#secondary-navigation #accordion ul li { padding:0px; border:none; margin-bottom:14px; }
#secondary-navigation #accordion ul li a { padding:0px; color:#000; font-size:13px; font-weight:500; position:relative; padding-left:16px; }
#secondary-navigation #accordion ul li a .fa-angle-right { color: #7a7a7a; position:absolute; top:2px; left:0px;  }
#secondary-navigation #accordion ul li:hover a, #secondary-navigation #accordion ul li.active a { background:none; color:#2f4ae0; }

.box-default3 {
    background: #f9faff;
    padding: 20px;
    border: 1px solid #dadada;
    text-align:justify;
    line-height:23px;
}
.box-default3 h4 {
    font-size: 21px;
    font-weight:600;
    color:#000;
}
.box-default3 h6 {
    font-weight:600;
    color:#000;
}
#secondary-banner.recruitment.triangle-banner:after {
    border-bottom: 1042px solid #2f5067;
}
.recruitment h4, .gallery-listing h4 {
    color:#000;
    font-size:21px;
    font-weight:600;
}
.recruitment h5 {
    color:#000;
    font-size:16px;
    font-weight:600;
}
.recruitment h6 {
    color:#000;
    font-size:14px;
    font-weight:600;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery-listing .gallery-box {
    margin-bottom: 30px;
    position: relative;
}
.gallery-listing .gallery-box a > img {
    width: 100%;
    /*height: 200px;
    object-fit: cover;*/
}
.gallery-listing .gallery-box .overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 15px;
    left: 0px;
    bottom: 0px;
    background: rgb(37 59 128 / 47%);
    display: table;
    height: 64px;
}
.gallery-listing .gallery-box .overlay h6 {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}
.table-theme.table thead th { 
    background: #253b80;
    color: #fff;
    vertical-align: middle;
}
table tr td a {
    color:#000dff
}
.table-theme.table td, .table-theme.table th {
    padding: .4rem; 
}
.downloads ul {
    list-style-type:none; padding:0; margin:0;
}
.downloads ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
    min-height: 62px;
    padding: 1%;
    vertical-align: top;
    background: #f9fbff;
    border-left: solid 5px #253b80;
    box-shadow: 0px 4px 6px #e4e4e4;
}
.downloads ul li:last-child {
    margin-left:1.5%;
}
/*.carousel-caption {
    bottom: 10rem !important; 
}*/
/*=================left navibar begin=========================================*/
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto }
.gw-sidebar {
  width: 100%;  
  border-width: 0 1px 0 0;
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
}
.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
}
.gw-sidebar .gw-nav-list { border-right: 1px solid #f7f7f7; }
.gw-sidebar .gw-nav-list li a { padding-left: 20px !important; }
.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.gw-nav-list>li:first-child { border-top: 0; }
.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list>li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}
.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}
.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list>li.active { background-color: #fff; }
.gw-nav-list>li>a {
  display: block; 
  line-height: 22px;
  padding: 0 16px 0 7px;
  background-color: #fff;
  color: #585858;
  text-shadow: none!important;
  font-size: 13px;
  text-decoration: none;
}
.gw-open > a { outline: 0; }
.gw-nav-list>li.gw-open { border-bottom-color: #e5e5e5 }
.gw-nav-list>li.gw-open>a {
  background-color: #fafafa;
  color: #1963aa
}
.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus { background-color: #fafafa }

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
  background-color: #fff;
  color: #dd4814;
  font-weight: bold;
  font-size: 13px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list>li.active>a>[class*="icon-"] {
 font-weight: normal
}
.gw-nav-list>li.active>a:hover:before { display: none }
/*.gw-nav-list>li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
  border-width: 0 2px 0 0
}*/

.gw-nav-list li.gw-open>a:after { display: none }

.gw-nav-list>li a>.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow { color: #1963aa }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px
}
/*.gw-nav-list>li.active .gw-submenu {
 display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}*/
.gw-nav-list>li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list>li .gw-submenu>li {
  margin-left: 0;
  position: relative
}

.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #616161;
  padding: 7px 0 9px 43px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 14px;
  text-decoration: none;
}

.gw-nav-list>li .gw-submenu>li>a:focus { text-decoration: none }

.gw-nav-list>li .gw-submenu>li>a:hover {
  text-decoration: none;
  color: #dd4814;
  background-color: rgba(25,25,50,0.1);
}

.gw-nav-list>li .gw-submenu>li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd481400;
}

.gw-nav-list>li .gw-submenu>li.active>a { color: #dd4814 }

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child { display: inline-block }
.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child { color: #c86139 }
.gw-nav-list>li>.gw-submenu>li:first-child>a { border-top: 0px; }
.gw-nav-list li .gw-submenu { overflow: hidden }
.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after { display: none }
.gw-nav-list li.active>.gw-submenu>li.active>a:after { display: none }
.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after { display: block }
.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
/*custom css for level 3 */
.gw-nav-list li ul li.multilevel3 ul {
	display:none !important;
}
.gw-nav-list li ul li.multilevel3.expand ul {
	display:block !important;
}
/*.gw-nav-list li ul li.multilevel3.expand ul li a {
	    padding: 12px 12px 12px 30px !important;
}
.gw-nav-list li ul li.multilevel3.expand a {
	color:#FFFFFF !important;
}
.gw-nav-list li ul li.multilevel3.expand li a {
	color:#000 !important;
}
.gw-nav-list li ul li.multilevel3.expand li a:hover {
	color:#FFFFFF !important;
}*/
.gw-nav-list li ul li a  {
	color:#000000 !important;
}
.gw-nav-list li ul li a:hover {
	color:#FFFFFF !important;
}
.gw-nav-list li ul li .gw-arrow {
    display: inline-block;
    width: 14px!important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 11px;
    top: 11px;
    padding: 0;
    color: #666;
}
.gw-nav-list li ul li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}
.gw-nav-list li ul li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}
.gw-nav-list li ul li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}


/*=================left navibar end=========================================*/
.story-box {
    background: #fff; 
    text-align: center;
    box-shadow: 3px 3px 3px #ccc;
    min-height:309px;
}
.awards { 
    position: relative; 
    width:100%; 
}
.awards-dtl {
    font-size: 14px;
    padding: 15px;
    color: #342c41; 
}
.success-story {
    background: #fff; 
    text-align: center;
    box-shadow: 3px 3px 3px #ccc;
    min-height:309px;
}
.success-story-image {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center center;
    width:100%;
    height:165px;
}
.success-story-dtl {
    font-size: 14px;
    padding: 15px;
    color: #342c41;
    text-align: center; 
}
.success-story .form_ul {
	height: 100px;
	overflow:auto;
}
.success-story .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e5e5e5;
}
.success-story .form_ul::-webkit-scrollbar-thumb {
    background: #ccc;
}
.otherlinks {
    text-align: center;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px;
    padding: 15px;
    background:#fff;
}
.content-block h4 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.content-block .post h4:after {
    content: "";
    background: #364c88;
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
/*-- Block title bottom arrow--*/
.block-title>span {
   color: #000;
   height: 30px;
   line-height: 30px;
   padding: 8px 15px;
   position: relative;
   padding-left: 0;
}

.block-title>span:after {
   position: absolute;
   content: " ";
   width: auto;
   height: auto;
   bottom: -11px;
   left: 15px;
   border-width: 6px;
   border-style: solid;
   border-color: #23394c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width:767px) {
   .block-title>span:after {
      bottom: -11px;
   }
   .officer-pic-ltst {
	  text-align: -webkit-center;
   }
   
}
.block-title:before {
    background-color: #d9603b;
}
/*-- End of Block title bottom arrow--*/
.chancellor-name span {
    font-weight:600;
    font-size:21px;
}
.chancellor-name {
    background: #fdefb9;
    color: #2f2f2f;
    padding: 10px;
    font-size: 17px;
    font-weight: 300;
    text-align:left;
    display:inline-block;
    width:100%;
    margin-bottom:15px;
}
.whats-hpn-main-inside-pg h6 {
	 font-size: 14px;
}
.dean-teacher img {
    width:120px;
}
.box-shadow {
    box-shadow: 0px 5px 15px #cccccc94;
}
.dean-welfare-main .box-shadow:hover {
    box-shadow: 0px 5px 25px #bababa;
    transition: box-shadow 0.3s ease-in-out 0s;
}
.dean-welfare-main a {
    color:#383838;
    font-weight:600;
}
.accordion .card {
    border:none;
    border-radius:0;
}
.card-header {
    padding: .75rem 0.50rem; 
    background-color: rgb(255 255 255 / 3%);
    font-size:16px;
    cursor:pointer;
}
.card-header h4, .card-header {
    color: #FF9800;
}
.card-header.collapsed {
    color: #000;
}
.card-header.collapsed:hover {
    background:#ffe6c2
}
.card-header.collapsed h4 {
    color: #000;
}
.card-header .card-title {
    font-size:21px;
    font-weight: 700;
}
.card-header .card-title h4 {
    display:inline-block;
    font-size:16px;
    margin:0;
}
.accordion .card-body { 
    padding: 1rem 0.50rem;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.search-result li {
    border-bottom: solid 1px #efefef;
    padding-bottom: 5px;
    margin-bottom: 10px;
    list-style:none;
}
.search-result li a.search-head {
    font-size:16px;
    color:#2a00ff;
}
/*Video gallery custom css*/
.ug-gallery-wrapper {
    margin:0 auto;
}
.video-gallery-main-wrap {
    background:#252525;
}
/*custom pager css 03-02-2021*/
.pagination {
	margin:15px 0 0 0;
}
.pagination  .page-numbers.current {
    border: none;
    background: transparent;
    color: #0043ff;
}
.page-num {
    width: 100%;
    text-align: right;
}
.page-num .page-numbers {
    color: #6c757d; 
    padding: 4px 10px; 
	text-decoration:none;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dee2e6;
}
.page-num .page-numbers:hover {
	background:#ffae00;
	border: solid 1px #ffae00;
	color: #fff; 
}
/*End of custom pager css */
.download-btn {
    display: block;
    font-weight: 600;
    width: 100px;
}
/*client changrs on 01/03/2021*/
.announcements .nav-tabs .nav-item.active {
   	color: #35373a;
    font-size: 14px;
    background-color: #fed503;
    border-color: #fed503 #fed503 #fed503;
    font-weight: 600;
}
.announcements .nav-tabs .nav-item {
    background: #0e3454;
    color: #fff;
    font-size: 14px;
	margin-right: 1px;
    font-weight: 600;
}
.announcements .nav-tabs .nav-item:hover {
	background: #e9c404;
	    color: #35373a;
	border:solid 1px #e9c404;
}
.application-form-wrapper .ovrflw .form_ul {
	height: 300px;
}
.application-form-wrapper {
	height:460px;
}
.chancellor-pic a {
	color:#FFFFFF;
}
.modal-header {
    background:#335aa9;
    color: #fff;
}
.whats-happen-in-crsu {
	background: #fff;
	padding:50px 0;
}
.whats-hpn-main {
	position:relative;
	background:#fff;
	min-height:310px;
}
.whats-hpn-image {
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center center;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    border: solid 4px #e8e8e8;
    padding: 12px;
    margin: 0 auto;
    box-shadow: 0px 5px 10px #ccc;
}
/*.whats-hpn-image {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-position: center center;
    width: 100%;
    height: 165px;
	    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 2vw));
    clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 2vw));
}*/
.testimonials-pg .whats-hpn-image {
    height: 240px;
}
.whats-hpn-txt {
	padding:15px;
}
.whats-hpn-txt h3 {
    font-size: 13px;
    color: #000;
    text-align: justify;
    line-height: 21px;
    font-weight: 600;
}
.crsu-date { 
    text-align: center;
    position: absolute;
    color: #fff;
    width: 60px;
    top: 95px;
    left: 0;
    height: 70px;
    font-size: 12px;
    padding: 8px;
    line-height: 18px;
}
.d1 {background: #00c1a1;}
.d2 {background: #fc654c;}
.d3 {background: #3498db;}

.d4 {background: #ff9c00;}
.d5 {background: #8bc34a;}
.d6 {background: #009688;}

.d7 {background: #ff5722;}
.d8 {background: #607d8b;}
.d9 {background: #00bcd4;}


.whats-happen-in-crsu h1 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #000;
}
/*home page testimonial css*/
.testimonials-section h1 {
    font-size: 23px;
    font-weight: bold; 
    color: #333;
}

.testimonials-section {
	background:#fff;
}
.testimonial-bg1 {background:#00c1a1;}
.testimonial-bg2 {background:#fc654c;}
.testimonial-bg3 {background:#3498db;}

.testimonial-bg4 {background:#ff9c00;}
.testimonial-bg5 {background:#8bc34a;}
.testimonial-bg6 {background:#009688;}

.testimonial-bg7 {background:#ff5722;}
.testimonial-bg8 {background:#607d8b;}
.testimonial-bg9 {background:#00bcd4;}

.testimonial {
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 0 100px;
    position: relative;
}
.testimonial:before, .testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 180px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial-bg1:before, .testimonial-bg1:after{ 
    border-top: 40px solid #00c1a1; 
}
.testimonial-bg2:before, .testimonial-bg2:after{ 
    border-top: 40px solid #fc654c; 
}
.testimonial-bg3:before, .testimonial-bg3:after{ 
    border-top: 40px solid #3498db; 
}

.testimonial-bg4:before, .testimonial-bg4:after{ 
    border-top: 40px solid #ff9c00; 
}
.testimonial-bg5:before, .testimonial-bg5:after{ 
    border-top: 40px solid #8bc34a; 
}
.testimonial-bg6:before, .testimonial-bg6:after{ 
    border-top: 40px solid #009688; 
}

.testimonial-bg7:before, .testimonial-bg7:after{ 
    border-top: 40px solid #ff5722; 
}
.testimonial-bg8:before, .testimonial-bg8:after{ 
    border-top: 40px solid #607d8b; 
}
.testimonial-bg9:before, .testimonial-bg9:after{ 
    border-top: 40px solid #00bcd4; 
}


.testimonial:after{
    border-right: none;
    border-left: 180px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial .testimonial-content {
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic{
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.testimonial .pic img{
    width: 80px;
    height: 80px;
}
.testimonial .title{
    font-size: 15px;
    font-weight: bold; 
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #7b7b7b;
}
.testimonial {
    font-size: 14px;
    padding: 15px 15px 40px 15px;
    color: #342c41;
    text-align: center; 
}
.testimonial .form_ul {
	height: 130px;
	overflow:auto;
}
.testimonial .form_ul::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #e5e5e5; 
}
.testimonial .form_ul::-webkit-scrollbar-thumb {
    background: #fff; 
}

/*css for left side social icons*/
.social-icons-left nav {
    position: fixed;
    width: 60px;
    margin-top: 150px;
	left:0;
	bottom:15%;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4)
}
.social-icons-left nav ul {
    margin-top: 0;
    margin-bottom: 0rem
}
.social-icons-left nav li {
    height: 45px;
    position: relative
}
.social-icons-left nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}
.social-icons-left nav li:nth-child(1) a {
    background: #4267B2
}
.social-icons-left nav li:nth-child(2) a {
    background: #1DA1F2
}
.social-icons-left nav li:nth-child(3) a {
    background: #E1306C
}
.social-icons-left nav li:nth-child(4) a {
    background: #2867B2
}
.social-icons-left nav li:nth-child(5) a {
    background: rgb(255,197,2);
	background: linear-gradient(16deg, rgba(255,197,2,1) 0%, rgba(255,19,67,1) 57%, rgba(234,3,221,1) 100%);
}
.social-icons-left nav li:nth-child(6) a {
    background: #ff0000
}
.social-icons-left nav li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}
.social-icons-left ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}
.social-icons-left a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3)
}
.social-icons-left ul li:hover a span {
    padding-left: 30%;
    display: block;
    font-size: 15px
}
.whats-hpn-main-inside-pg {
    box-shadow: 0px 0px 15px #ccc;
}
.news-date-time {
	font-size:12px;
	color:#999999;
}
.trending-news-main {
	background:#fff;
	padding:15px;
}
.trending-news-main .header {
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
}
.trending-news-main ul {
	padding:0; margin:0; list-style:none;
}
.trending-news-main ul li {
	border-bottom:solid 1px #ccc;
	margin-bottom:15px;
	padding-bottom:8px;
	font-weight:600;
	font-size:14px;
}
.top-faculty {
	border-top:5px solid #E91E63;
    border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #fff;
    border-top: 5px solid #23394c;
}
.top-faculty-head {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5; 
}
.top-faculty-head h3 {
	color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 21px; margin:0;
}
.top-faculty ul {
	list-style:none;
	padding:0;
	margin:0;
}
.top-faculty ul li {
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}
.top-faculty ul li a {
    display: block;
    padding: 12px 12px 12px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.fieldset-border {
    border: 1px solid #e5e5e5;
    margin: 0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
	width: 100%;
}
.fieldset-border legend {
    font-size: 18px;
    font-weight: 500;
    width: auto;
    color: #ff9800;
    padding: 0 6px;
    margin: 0;
}
.faculty-teacher {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 6px solid #E7EBFB;
    margin: 0 auto;
}
.faculty-teacher img {
	width: 240px;
    height: 240px;
    border: 6px solid #fff;
    object-fit: cover;
    object-position: top;
}
.faculty-main-dtl-pg ul {
	list-style-position:inside;
}
/*new css on 15 march 2021 */
.contact {
    padding: 18px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 22px;
	margin-top:15px;
}
.contact .icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 0;
    border: 2px solid rgba(255,255,255,0.7);
    text-align: center;
    float: left;
}
.contact .icon .fa {
    font-size: 36px;
    color: #fff;
    line-height: 70px;
}
.contact .inner {
    display: table;
    height: 86px;
    margin-left: 96px;
}
.contact .inner p {
    display: table-cell;
    height: 86px;
    vertical-align: middle;
    color: #fff;
    margin: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.contact .inner p a {
    color: #fff;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
	font-size:14px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#000;
}
.navbar {
    padding: .1rem 1rem;
}
/*------Home Middle Slider-----------*/
#home_middle_slider {
	margin:0;
}
#home_middle_slider .carousel-item {
    height: 100vh;
}
#home_middle_slider .carousel-item > img {
	height:100vh;
}
#home_middle_slider .carousel-caption {
    bottom: 20rem !important;
}

.scrollup {
    background-color: #ff9800;
    bottom: 60px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 1px 10px 4px;
    position: fixed;
    right: 32px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    z-index: 99;
}
.scrollup i {
    font-size: 38px;
    color: #000;
}
.student-grievance {
	background: url(../images/student-complaint.jpg) no-repeat scroll 0 0 #23394c;
    background-size: cover;
    min-height: 400px;
    padding: 20px;
    text-align: center;
}
.student-grievance h1 {
    color: #fed503;
    font-size: 30px;
    margin-bottom: 20px;
}
.middle-home-slider { 
    background: #FFF;
}
.custom-tbl tr th {
    background: #f2f2f2;
    color: #29166f;
}
.custom-tbl table tr:hover {
	background:#eef2f5;
}
.custom-tbl table tr:nth-child(even) {background-color: #f5f7ff;}
.t1 {
	text-align:center;
}
.t3 {
	text-align:center;
}
.admission-query {
    transform: rotate(-90deg);
    position: fixed;
    background: #891b1b;
    right: -62px;
    top: 70%;
    z-index: 9;
}
.admission-query a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.admission-popup {
    transform: rotate(-90deg);
    position: fixed;
    background: #891b1b;
    right: -51px;
    top: 46%;
    z-index: 9;
}
.admission-popup a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.pl-hight ul {
    list-style-position: outside;
    padding-left: 15px;
}
.event-calender-holder {
    position: relative;
    padding-top: 3px;
    margin-right: 10px;
    text-align: center;
    width: 70px;
    background: #ede8ff;
}
.event-inner-area .event-wrapper > li .event-calender-holder h3 {
    font-size: 24px;
    color: #364C88;
    margin-bottom: 0;
    line-height: 1;
}
.event-calender-holder p {
    color: #364C88;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10px;
}
.event-calender-holder span {
    line-height: 1.8;
    background: #29166f;
    height: 24px;
    display: block;
    color: #FFFFFF;
}
.event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.event-content-holder img {
    width:65px;
    height:65px;
    border-radius:50%;
}
.event-calender-holder h3 {
    margin:0; padding:0;
    font-size:19px;
}
.event-inner-area .event-wrapper > li .event-content-holder h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.event-content-holder h3 {
    margin-bottom:0;
        line-height: 15px;
}
.event-content-holder h3 a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.event-content-holder h3 a:hover {
    color:#1e60a7;
}
.latest-news-home ul li {
    width: 97%;
    border-bottom: solid 1px #f3f3f3;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.event-content-holder p {
    margin-bottom: 5px;
}
.latest-news-home li {
    display:flex;
    margin-bottom:15px;
}
.event-main-home li, .alumni-speak-home li {
    display:flex;
    margin-bottom: 15px;
}
.alumni-speak-home .event-calender-holder span {
    font-size:11px;
}
.alumni-speak-home .event-calender-holder h3 {
    padding:5px 0;
}
.card-title { 
    font-size: 21px;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 8px;
	position: relative;
    border-bottom: solid 2px #335aa9;
}
.card-title:after {
    content: "";
    background: #335aa9;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.btn-outline-secondary {
    color: #364c88; 
    border-color: #364c88;
}
#counter {
    width: 100%;
    display: inline-block;
}
.la-academy .counter-sec ul {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#counter ul li {
    width: 33.33%;
    list-style: none;
    text-align: center;
}
.lbsimt-cont {
    display: block;
    position: relative;
}
.lbsimt-icon {
    display: inline-block;
    width: 107px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    margin-bottom: 20px;
}
.lbsimt-icon img {
    max-width: 100%;
    max-height: 100%;
}
.count-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
    color: #364c88;
    padding:10px 0;
    display: block; 
}
.count-text {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
}
.count-text-small {
    color: #000;
    font-weight: 600;
}
.view-more-home {
    text-align:center;
    display:inline-block;
    width:100%;
}
.la-academy h2 {
    font-size: 21px;
    font-weight: 600;
    color: #2d2d2d;
    padding-bottom: 8px;
    border-bottom: solid 1px #f3f3f3;
}
.lbsmit-placment-alumni-home-section {
    padding:20px 0;
    background: #ebeef5;
}
#exampleModal1 p {
    font-size:16px;
}
.header-main {
    background-color: #FFF !important;
    background: url(../images/38-years-logo.jpg) no-repeat scroll center 12px;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .775rem; 
}
.member-of-board-gov h3 {
    font-size: 16px;
    font-weight: 600;
    color: #364c88;
    margin-bottom:20px;
}
.member-of-board-gov h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
.member-of-board-gov img {
    box-shadow: 0px 10px 10px #d0d0d0;
}
.joining_date {
    animation-name: joining_date;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes joining_date {
    from {color:#FFF;}
    to {color: #ffcc00;}
}
.flash {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color:#ff0000;}
    to {color: #0005c7;}
}
.table tr:nth-child(even) {background-color: #f2f2f2;}
.table tr.tbl-header th {
    background:#9b9ea7;
    color:#fff;
}
/* Zoom In #2 */
figure {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hover02 figure img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 110%;
}
.our-popular-courses {
    background: #f1f1f1;
    padding: 35px 0px;
}
.our-popular-courses h2 {
	font-size:24px;
	font-weight:700;
	text-align:center;
	color:#2b2a28;
}
.carousel {
	margin-bottom:0 !important;
}
.section3 p {
	text-align:justify;
}
.about-list li .a-icon {
    font-size: 25px;
    margin-right: 15px;
    color: #000;
}
.about-list li {
    margin-bottom: 7px;
    color: #000;
    border-radius: 5px;
    width: 100%;
    list-style: none;
    display: inline-block;
    background: #f3f3f3;
    padding: 4px 10px;
    font-weight: 600;
}
.about-list li:hover {
	background:#1e3d7c;
	color:#FFFFFF;
}
.alert-info {
    color: #ffffff;
    background-color: #335aa9;
    border-color: #254993;
}
.form-control { 
    font-size: 0.9rem; 
    background-color: #fff; 
    border: 1px solid #ced4da; 
}
.testimonials .carousel-item {
	height:auto;
}
.testimonials .carousel-indicators li {
	background-color:#ccc;
}
.testimonials .carousel-indicators .active {
	background-color:#364c88;
}
.author-name {
    font-weight: 700;
    color: #29166f;
}
.modal-title {
    margin:0;
}
.custombg-modal {
    background: #00000082;
}
.student-video .items .slick-slide {
    margin-left:20px;
}
/*Silck thumb silder*/
.items {
    width: 100%;
    margin: 0px auto; 
}
.slick-dotted.slick-slider {
    margin-bottom:0 !important;
}
.slick-slide {
    margin: 10px
}
.slick-slide img { 
    border: 0px solid #fff
}
/*End of Silck thumb silder*/

.header_fade_effect {
	box-shadow: 0 3px 6px 3px rgba(0,0,0,.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    /*background: #29166f !important;*/
    position:fixed;
    width:100%;
    top:0;
    z-index:9;
}
/*#myCarousel_about .carousel-item > img, #myCarousel_about .carousel-item {
    height:250px;
    min-height:250px;
}*/
.title-breadcrumbs {
    background:#e7e9f3;
    padding:30px 0;
}
.title-breadcrumbs h1 {
    display: inline-block;
    color: #29166f;
    font-size: 24px;
    font-weight: 700;
    margin:0;
}
.contact-address li {
    font-size:14px;
}
.contact-form .form-control { 
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    /*padding: 20px;*/
    background: #fff;
    font-weight: 600;
}
.contact-form .form-group {
    margin-bottom: 1.6rem;
}
.contact-form label {
    font-size: 13.5px;
    font-weight: 600;
    color: #6c7182;
}
.our-courses ul {
    list-style:none;
}
.our-courses ul li {
    font-size: 15px;
    text-align: center;
    width: 49%;
    display: inline-block;
}
.our-courses ul img {
    width:50px;
}

.items .slick-dots, .awards-carasul .slick-dots, .testimonials-carasul .slick-dots {
    display:none !important;
}
.items .slick-slide {
    margin: 0;
}
.items.slick-dotted.slick-slider {
    margin-bottom:10px;
}
.our-popular-courses .slick-arrow {
    display:none !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link { 
    background-color: #ffbe3e;
}
.student-video {
    background: #f1f1f1;
}
.testimonials {
    overflow:hidden;
}
.notification {
    list-style:none;
}
.notification li {
    border-bottom: solid 1px #f3f3f3;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 65px;
}
.our-courses {
    overflow:hidden;
}
.fieldset-format legend {
    width: auto;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.form-bg {
    background: url('../images/form-bg.png') no-repeat scroll center bottom #ffffff;
    background-size: contain;
}
.notification li a {
    font-size:14px;
}
.why-lma-img {
    position:absolute;
    right:0;
    top:189px;
    width:78px;
}
/*css 19/04/2022*/
.ltn__category-item {
    margin-top: 2px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #d1dae0;
    background-color: #fff;
}
.ltn__category-item-5 {
    border: none;
    -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    border-radius: 10px;
    margin-bottom: 50px; 
}
.ltn__category-item-5 a {
    padding: 40px 30px 35px;
    display: block;
    position: relative;
	height:200px;
}
.ltn__category-item-5.text-center .category-icon {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
}
.ltn__category-item-5 a .category-title {
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    margin-top: 8px;
}
.ltn__category-item-5 a .category-btn {
    width: 45px;
    height: 45px;
    line-height: 43px;
    background-color: #fff;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    border: 1px solid #eef1fa;
    position: absolute;
    bottom: -20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.ltn__category-item-5:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    background-color: #29166f;
    color:#fff;
}
.ltn__category-item-5:hover .category-title {
    color:#fff;
}
.all-courses-pg .nav-tabs .nav-item.show .nav-link, .all-courses-pg .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #29166f;  
}
.all-courses-pg .nav-link { 
    padding: 0.7rem 1.7rem;
}
.all-courses-pg .nav-tabs .nav-link {
    border: 1px solid #3434341f; 
    background: #fff;
	font-size: 15px;
}
.simple-button-plugin {
	display:inline-block;
	background-color:#27AE61;
	border:1px solid #27AE61;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	font-size:14px;
	text-decoration: none; 
	cursor: pointer;
}
.simple-button-plugin:hover {
	color:#fff;
	background-color: #219955;
}
.list-arrow {
    list-style: none;
    list-style-position: inside;
}
.list-arrow li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
	width:100%;
	display:inline-block;
	margin-left:1%;
	vertical-align: baseline;
}
.list-arrow li:nth-child(odd){
	color:#000;
	margin-left:1%;
}
.list-arrow li:nth-child(even) {
	margin-left:1%;
	color:#000;
}
.list-arrow li:last-child:not(:nth-child(odd)) {
	margin-left: 1%;
    width: 100%;
}
.list-arrow li i {
	 color: #009688;
}
.dropdown-submenu .dropdown-menu {
    left: 207px;
    top: 0;
}
.dropdown-submenu .dropdown-toggle:after {
    position: relative;
    top: 4px;
}
.entry-content .all-courses-pg ul {
	margin:0 !important;
}
.inside-page-main .table-responsive .table th {
    background: #7e84a1;
    color: #fff;
	border: solid 1px #9ca1b9;
}
.all-courses-pg {
	font-size:14px;
}
.left-header-tbl tr td{
	border: 1px solid #dee2e6;
}
.subhead-1 {
    background: #e7e9f3;
    color: #000;
    padding: 8px 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: solid 1px #dadce9;
    box-shadow: 0 7px 7px #3f51b514;
}
.flash1 {
            animation-name: flash1;
            animation-duration: .6s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
            font-size: 16px;
	        font-weight: 700;
        }

        @keyframes flash1 {
            from {
                color: #0000ff;
            }

            to {
                color:#ff6a00;
            }
        }

.flash2 {
            animation-name: flash2;
            animation-duration: .6s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-direction: alternate;
            animation-play-state: running;
            font-size: 16px;
	        font-weight: 700;
        }

@keyframes flash2 {
            from {
                color: #9dff00;
            }

            to {
                color:#ff6a00;
            }
}		
.marquee {
    background: #fff3ee;
    padding: 8px 20px 0 20px;
    border: 1px solid #d3c2bc;
    position: relative;
    border-left: none;
}
.Announcement .fa {
    position: absolute;
    color: #4a211b;
    font-size: 40px;
    z-index: 1;
    left: 160px;
    top: 0px;
}
.Announcement {
    /*content: 'Announcement';*/
    background: #4a211b;
    color: #9dff00;
    padding: 8px 20px;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.exam-marquee li {
    border-bottom: dotted 1px #ccc;
    padding: 10px 20px;
    font-weight: 500;
    list-style: none;
    width: 48%;
    display: inline-block;
    background: #f3f3f3;
    margin-bottom: 10px;
    font-size: 15px;
}
.exam-marquee li a {color:#4529a9;}
.exam-marquee li:nth-child(even) {
    margin-left: 4%;
	width: 47%;
}

/*css 05/05/2022*/
.film-rotate-inside {
    background: url('https://lamilitaire.com/wp-content/uploads/2022/05/film-bg.jpg') repeat-x scroll 0 0;
    width: 100%;
    display: inline-block;
    height: 130px;
}
.film-rotate-inside img {
	width:80px;
	height:100px;
	border-radius: 8px;
}
.rotate-img-fix {
    padding: 15px;
    color: #f5d770;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans';
}
.officer-selection {
    background: #FFF;
    color: #000;
    padding: 30px 15px 15px 15px;
    min-height: 480px;
    position: relative;
    box-shadow: 0px 0px 15px #00000045;
    border-radius: 15px;
}
.officer-pic-ltst img {
    max-width: 90px;
    border-radius: 5% !important;
    border: solid 3px #335aa9;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px #00000085;
}
.officer-selection h2 {
    color: #335aa9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
}
.recmmended-for {
    font-weight: 700;
}
.father-mother-name {
	font-size: 13px;
    font-weight: 600;
}
.father-mother-name span {
    font-size: 13px;
    color: #484848;
    font-weight: 400;
}
.officer-head {
    text-align: center;
    color: #2b2a28;
    font-size: 24px;
    font-weight: 700;
}
.student-film-rotate {
	background: #FFF;
    padding: 50px 0px;
}
.officers_selection_Slider {
	overflow:hidden;
}
.col1  {background:#da251e;}
.col2, .col2 {background:#e67817;}
.col11 {background:#b6de3d;}
.col3, .col13 {background:#0093dd;}
.col4, .col14 {background:#85c226;}
.col5, .col15 {background:#00af9d;}
.col6, .col16 {background:#f8c301;}
.col7, .col17 {background:#c17eb3;}
.col8, .col18 {background:#76c5f0;}
.col9, .col19 {background:#00923f;}
.col10, .col20 {background:#e353ae;}
.bottom-strip {
    position: absolute;
    bottom: 0;
    height: 10px;
    left: 0;
    width: 100%;
}
.custom-right-menu ul.dropdown-menu {
	left:-140px;
}

/*--28-03-2023--*/
.selct {
	margin-left:-30px;
	line-height: 20px;
}
.post-recruit {
    font-weight: 700;
    color: #335aa9;
	font-size: 12px;
}
.selctp {
	text-align:justify;
	padding: 0 10px 0 0;
	margin-top:10px;
}
.crd {
	background:#ef7f1b;
}
.crd1 {
	background:#254e26;
}
/*.history {
	border: 1px solid #9c9b99;
}*/
.crdheading {
	font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
}
.successp {
	text-align:justify;
	padding:0 15px;
	font-weight:600;
}
.ovrflw .scroll-flw {
	height: 225px;
	overflow:auto;
}
.ovrflw .scroll-flw::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ede8ff;
}
.ovrflw .scroll-flw::-webkit-scrollbar-thumb {
    background: #335aa9;
}
.ovrflw .scroll-flww {
	height: 250px;
	overflow:auto;
}
.ovrflw .scroll-flww::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #ede8ff;
}
.ovrflw .scroll-flww::-webkit-scrollbar-thumb {
    background: #335aa9;
}
.imgsuc {
	width:18px;
}
.slick-slide img {
    display: initial!important;
}
.copy-text a {
	font-size:20px;
	font-weight:700;
	color:#29166f;
	text-align:center;
}
.copy-text a span {
	font-size:25px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display:none;
}
.copy-text {
    background: #fff;
	text-align:center;
}
.custom-right-menu {
    background: #fff!important;
}
.custom-right-menu .nav-item.dropdown a {
    color: rgb(69 56 132)!important;
	background: #fff!important;
}

.custom-right-menu.navbar-dark.navbar-nav.nav-link:hover {
    background: #fff!important;
    color: rgb(255 255 255);
}
/*a.nav-link.mr-1.float-left.navextra {
    width: 52%;
    margin-left: 50%;
}*/
.news-flash {
    width: 100%;
    background: #ffc107;
    font-size: 20px;
    color: #000;
    line-height: 25px;
    border-bottom: solid 4px #fff;
}
.session-mode {
    background: #335aa9; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #FF9800;
    border-color: #ff9800 #FF9800 #fff;
}
.nav-tabs .nav-link { 
    font-weight: 700;
    font-size: 14px;
}
.home-course {
	padding:10px;
	border:solid 1px #999;
	border-radius:7px;
	text-align:center;
}
.home-course h1 {
    font-size: 17px;
    color: #ff1000;
    font-weight: 600;
}
.home-course h2 {
	font-size:15px;
}
.home-course .btn-primary {
    background-color: #0055ab;
    border-color: #0055ab;
}
.home-course .btn-primary:hover {
    background-color: #054383;
    border-color: #054383;
}
.home-testimonials {
	padding:35px 0;
}
.home-testimonial {
    box-shadow: 0px 0px 25px #00000030;
    border-top-left-radius: 55px;
    padding: 15px;
    border-bottom-right-radius: 55px;
}
.imgtesti {
    max-width: 100px;
    border-radius: 5%;
    border: solid 3px #ffffff;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 20px #00000078;
    margin-top: -58px;
}
.header-social-icon {
    position: absolute;
    top: 54px;
    right: 20px;
}
.header-social-icon a i {font-size:23px;}
.header-social-icon .fa-facebook-official {color:#056eeb}
.header-social-icon .fa-twitter-square {color:#1aa2f8}
.header-social-icon .fa-linkedin-square {color:#0c64c5}
.header-social-icon .fa-youtube-play {color:#fe0002}
.header-social-icon .fa-instagram {color:#d53bb3}