@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

body{
	/* background-color: #FFFFDD; */
	background-color: #FFFFFF;
}
.top-menu{
	list-style-type: none;
}
.top-menu li{
	float: left;
	margin-left: 15px;
}
.top-menu li a{
	color:#ffffff;
	font-size: 14px;
}
.top-menu li a:hover{
	color: #000000;
}
.top-menu li a i{
	color:#8B4513;
}
.top-menu li a:hover i{
	color: #000000;
}
.header_item .btn{
	border-radius: 0px;
	text-transform: uppercase;
	padding: 8px 1.5rem;
	font-size: 0.8888888889rem;
}
.btn-spl{
	background: #f9ad1b;
	color: #003262 !important;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn-spl2{
	background: none;
	border: 2px solid #003262;
	color: #003262;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 11px;
	padding-bottom: 11px;
}
.navbar{
	box-shadow: none;
	background-color: #253b80;
}
/* .navbar-nav li{
	border-right: 1px dotted #ffffff;
}
.navbar-nav li:last-child{
	border-right: none;
} */
.navbar-nav a, .navbar-nav .dropdown-menu a{
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	/* text-transform: uppercase; */
	font-size: 16px;
}
.navbar-nav a:hover{
	color: #bceff5 !important;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown-menu{
	/* background-color: #bceff5; */
	/* background-color: #FF9900; */
	background-color: #f6f5f4;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.navbar .dropdown-menu a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0054e3;
}
.dropdown-menu > li > a:hover{
	/* background-color: #3f729b; */
	background-color: #0054e3;
	color: #ffffff !important;
}
.sidemenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidemenu li{
	margin-bottom: 5px;
}
.sec-info{
	background: #003262;
	padding-top: 30px;
	padding-bottom: 30px;
	/* height: 400px; */
}
.icon-heading{
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 0;
}
.icon-text{
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 1.5em;	
}
.icon-link{
	color: #f9ad1b !important;
	font-weight: 600;
}
/*.nav-tabs{
	background-color: #ffffff;
}
.nav-tabs li a{
	background-color: #880e4f;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0 !important;
	border-right: 1px solid #fff !important;
}
.nav-tabs li a:hover{
	background-color: #5bc0de !important;
	color: #ffffff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
	background-color: #5bc0de !important;
	color: #ffffff;
}
.tab-content{
	height: 275px;
	background-color: #ffffff;
	border: 3px solid #880e4f;
}*/
.notice-card .card-header{
	background-color: #002060;
	color: #ffffff;
	text-transform: uppercase;
}
.notice-card .card-body{
	height: 280px;
	background-color: #F2F2F2; 
	border: 2px solid #C6D9F1;
}
.quick-links{
	list-style-type: none;
}
.quick-links li, .quick-links li a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
}
.quick-links li a:hover{
	color: #AAAAAA;
}
.rightBar ul {
	margin: 0 0 15px 0;
	padding: 0;
}
.rightBar ul li{
	list-style-type: none;
	position: relative;
	padding: 0;
	margin-bottom: 9px;
	font: 400 16px 'Lato';
	box-shadow: 3px 3px 3px #1f619a;
}
.rightBar ul li:before{content: '';}
.rightBar ul li a{
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 0;
	border: 0;
	border-bottom: 0;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	/*background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #bdfcff 100%);*/
	background: #1d6bc1;
	/*color: #165c98;*/
	color: #fff;
	/*text-shadow: 1px 1px 1px #fff;*/
}
.rightBar ul li a:hover{
	color: #000000;
	background-image: linear-gradient(180deg, #ffffff 0%, #b5d8f7 100%);
	padding: 10px 15px 10px 25px;
}
footer {
	background: #000000;
	color: white;
	padding: 15px;
}
.usrlogin{
	color: #ffffff; text-decoration: none;
}
.usrlogin:hover{
	color: #3b5998;
	text-decoration: none;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
	background-color: #333;
}
.hscrld{
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}
.hscrld li{
	float:left;
	margin:0;
	margin-right:10px;
}
.hscrld li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#333 !important;
	text-decoration:none;
}
.hscrld li a:hover{
	color:#0033FF;
	text-decoration:underline;
}
.imp_links{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.imp_links li{
	border-bottom: 1px solid #fff;
}
.imp_links li:last-child{
	border-bottom: none;
}
.imp_links li a{
	background-color: #f3f3f3;
	line-height: 42px;
	display: block;
	position: relative;
	font-size: 14px;
	color: #213362;
	text-align: left;
	text-indent: 25px;
	font-weight: 600;
}
.imp_links li:last-child a{
	line-height: 58px;
}
.imp_links li a:hover{
	background-color: #179bd7;
	color: #fff;
}

.list-group-item{
	border: 1px dotted #666;
}
.sec-history{
	background: #f2edd7;
	box-shadow: 0px 11px 15px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.bg-cardgrp{
	background-color: #031f45;
	color: #ffffff;
}
.sec-impalumni{
	background-color: rgb(245,245,245);
}
.sec-heading{
	color: #02013A;
	font-weight: 700;
}
.bg-cardalm .card-header{
	background-color: #02013A;
}
.alumni-icon{
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 70px;
	height: 70px;
	font-size: 35px;
	background-color: #FFFFFF;
}
.alumni-icon i{
	margin: 0;
	line-height: 70px;
	text-align: center;
}
.social-wrapper{
	display: flex;
}
.social-wrapper h5{
	line-height: 1rem;
	color: #f9ad1b;
	letter-spacing: 2px;
	margin: 0 15px 0 0;
}
.social-wrapper i{
	color: #FFFFFF;
	font-size: 20px;
	margin-right: 15px;
}
/* banner section for all page  */
.sec-banner{
	position: relative;
	padding: 89px 0;
	/* background-image: url('../images/banner_img.jpg'); */
	background-size: cover;
	background-position: center center;
	border-top: 1px solid #ffffff;
}
.sec-banner::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.overlay-clr{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.38);
}
.banner-title{
	position: relative;
	color: #fff;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.banner-title span{
	margin-right: 20px;
}
.banner-title::after{
	content: '';
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #f8d24b;
}

/* ============== */
.page-wrapper{
	background: #fff;
}

/* vertical tab */
.vertical-tab{ display: table; }
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border: none;
    position: relative;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #505050;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    border: none;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    color: #505050;
    background: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 100%;
    height: 100% ;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    width: 5px;
    background: #de7921;
    left: 97%;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:after,
.vertical-tab .nav-tabs li a:hover:after{ left: 0; }
.vertical-tab .tab-content{
    display: table-cell;
    padding: 15px 25px;
    background: #fff;
    font-size: 15px;
    color: #505050;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: justify;
    vertical-align: top;
    position: relative;
	min-width: 65%;
}
.vertical-tab .tab-content h3{
    font-size: 24px;
    color: #505050;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs {
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li a { padding: 10px; }
    .vertical-tab .nav-tabs li a:before{
        top: 100%;
        left: 0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 100%;
        height: 4px;
        top: 90%;
        left: 0;
    }
    .vertical-tab .nav-tabs li.active a:before,
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:after,
    .vertical-tab .nav-tabs li a:hover:after{ top: 0; }
    .vertical-tab .tab-content {
        display: block;
        padding: 20px 15px 5px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}

.serviceBox {
	color: #02c504;
	/* font-family: 'Poppins', sans-serif; */
	text-align: center;
	padding: 0 0 30px 20px;
	position: relative;
}

.serviceBox:before {
	content: "";
	border: 3px dotted #02c504;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right: none;
	border-radius: 30px 0 0 30px;
	position: absolute;
	width: 35%;
	top: 90px;
	bottom: 7px;
	left: 0;
}

.serviceBox .service-icon {
	font-size: 48px;
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	border-radius: 50%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	border: 3px solid #02c504;
	position: relative;
}

.serviceBox .service-content {
	padding: 20px 10px;
	border: 3px solid #02c504;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	min-height: 300px;
}

.serviceBox .service-content:before,
.serviceBox .service-content:after {
	content: "";
	background: #02c504;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 86px;
	left: 35%;
}

.serviceBox .service-content:after {
	border-radius: 0;
	transform: rotate(45deg);
	top: auto;
	bottom: 4px;
}

.serviceBox .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.serviceBox .description {
	color: #0e0e0e;
	font-size: 14px;
	line-height: 23px;
}

.serviceBox.orange2 {
	color: #F97216;
}

.serviceBox.orange2:before,
.serviceBox.orange2 .service-icon,
.serviceBox.orange2 .service-content {
	border-color: #F97216;
}

.serviceBox.orange2 .service-content:before,
.serviceBox.orange2 .service-content:after {
	background-color: #F97216;
}

.serviceBox.blue2 {
	color: #0398E0;
}

.serviceBox.blue2:before,
.serviceBox.blue2 .service-icon,
.serviceBox.blue2 .service-content {
	border-color: #0398E0;
}

.serviceBox.blue2 .service-content:before,
.serviceBox.blue2 .service-content:after {
	background-color: #0398E0;
}

.serviceBox.black {
	color: #10222D;
}

.serviceBox.black:before,
.serviceBox.black .service-icon,
.serviceBox.black .service-content {
	border-color: #10222D;
}

.serviceBox.black .service-content:before,
.serviceBox.black .service-content:after {
	background-color: #10222D;
}

@media only screen and (max-width: 990px) {
	.serviceBox {
		margin: 0 0 30px;
	}
}

/* Service Box Design 2 */
.serviceBox2 {
	background: #fff;
	/* font-family: 'Montserrat', sans-serif; */
	min-height: 400px;
	text-align: center;
	padding: 0px 25px 40px;
	margin: 20px 0 0;
	border-radius: 20px;
	position: relative;
	transition: all 0.3s ease;
}

.serviceBox2:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.serviceBox2:before,
.serviceBox2:after {
	content: "";
	background: linear-gradient(to top, #008d86, #01a2a6);
	width: 10px;
	border-radius: 0 100px 100px 0;
	position: absolute;
	top: 110px;
	bottom: 35px;
	left: 0;
}

.serviceBox2:after {
	border-radius: 100px 0 0 100px;
	left: auto;
	right: 0;
}

.serviceBox2 .service-icon2 {
	color: #fff;
	background: linear-gradient(-45deg, #008d86 49%, #01a2a6 50%);
	font-size: 45px;
	line-height: 92px;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 100px;
	border: 15px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-20px);
	transition: all 0.3s ease;
}

.serviceBox2:hover .service-icon2 i {
	transform: rotateX(360deg);
	transition: all 0.3s;
}

.serviceBox2 .title {
	color: #008d86;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.serviceBox2 .description {
	color: #444;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

.serviceBox2.pink:before,
.serviceBox2.pink:after {
	background: linear-gradient(to top, #f53985 49%, #fd47a4);
}

.serviceBox2.pink .service-icon {
	background: linear-gradient(-45deg, #f53985 49%, #fd47a4 50%);
}

.serviceBox2.pink .title {
	color: #f53985;
}

.serviceBox2.purple:before,
.serviceBox2.purple:after {
	background: linear-gradient(to top, #8b33cc 49%, #a23adc);
}

.serviceBox2.purple .service-icon {
	background: linear-gradient(-45deg, #8b33cc 49%, #a23adc 50%);
}

.serviceBox2.purple .title {
	color: #8b33cc;
}

.serviceBox2.blue:before,
.serviceBox2.blue:after {
	background: linear-gradient(to top, #038bec 49%, #01aeee);
}

.serviceBox2.blue .service-icon {
	background: linear-gradient(-45deg, #038bec 49%, #01aeee 50%);
}

.serviceBox2.blue .title {
	color: #038bec;
}

@media only screen and (max-width:990px) {
	.serviceBox2 {
		margin: 20px 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 54px;
		right: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		width: 100%;
		transition: all 0.3s ease;
		display: block;
		background-color: #ddd;
		z-index: 49;
	}
	.navbar-collapse.collapsing {
		height: auto !important;
		margin-right: 50%;
		transition: all 0.3s ease;
		display: block;
	}
	.navbar-collapse.show {
		right: 0;
	}
}