@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,900); 
/*font-family: 'Roboto', sans-serif;*/

html, body {
    margin-top: 20px;
}

body {
    background-color: #f7f8fa;
    font-family: 'Roboto', sans-serif;
}

/*Start General Styling*/
h1, h2, h3 {
    color: #1c1c1c;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h2 span {
    color: #0153a0;
    font-weight: bold;
}
h3 {
    font-size: 22px;
}
h4 {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}
emp {
    font-weight: bold;
    color: #CE0000;
}
a:hover {
    text-decoration: none;
}
.ctr {
    text-align: center;
}
.rt {
    text-align: right;
}
.alert-warning {
    font-size: 16px;
}
.clear {
    clear: both;
}
/*End General Styling*/

/*Start Navigation Styling*/
.navbar-default {
    background-color: rgba(0, 85, 158, 0.8);
    border-bottom:3px solid #004077;
}
.navbar-nav {
    margin-top: 10px;
}
.navbar-brand {
    padding: 7px 15px;
    width: 300px;
}
    .navbar-brand img {
        width: 100%;
    }
    .navbar-brand span {
        display: block;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        padding-top: 7px;
        letter-spacing: 4px;
        color: #Fff;
        font-size: 25px;
    }
    @media (max-width: 365px) {
        .navbar-brand {
            width: 220px;
        }
            .navbar-brand span {
                font-size: 18px;
                letter-spacing: 3px;
                padding-top: 4px;
            }
    }
.navbar {
    min-height: 105px;
}
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav li a:hover  {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav li a {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 20px;
    font-size: 18px;
}
.navbar-default .navbar-nav li .special {
    font-weight: bold;
    background-color: #022F61;
    border-radius: 5px;
    border: 1px solid #0B1D31;
}
.navbar-default .navbar-nav li .special:hover {
    background-color: #336194;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-nav .open a {
    background-color: transparent !important;
    /*color: #fff !important;*/
}
    .navbar-nav .open a span {
        color: #fff;
    }
    /*Drop Down*/
    .dropdown-menu {
        background-color: #00539F;
    }
        .dropdown-menu li {
            margin-top: 10px;
        }
            .dropdown-menu li a {
                padding-top: 6px;
                padding-bottom: 6px;
                font-size: 13px !important;
                margin-top: 0px !important;
            }
    @media (min-width: 767px) {
        .dropdown-menu {
            /*margin-right: 15px;*/
        }
        .dropdown-menu {
            right: 0px !important;
            left: auto;
            background-color: transparent;
            background-image: url("../img/drop-down-bg.png");
            background-position: right top;
            box-shadow: none;
            border: 0px;
            top: 65px;
            padding-top: 10px;
        }
        .dropdown-menu li a  {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            margin-left: 10px;
            border-bottom: 1px solid #fff;
            margin-right: 10px;
            width: 170px;
            color: #141823 !important;
            padding-left: 10px;
            padding-right: 10px;
        }
        .dropdown-menu li a:hover {
            background-color: #01539F !important;
            color: #fff !important;
        }
        .dropdown-menu li:last-child a {
            border-bottom: 0px;
        }
    }

/*Navgivation for mobile*/
@media (max-width: 767px) {
	.navbar-default .navbar-collapse {
	    margin-top: 55px;
	}
}
/*End Navigation Styling*/

/**********************Start Elements*******************/
.lrg-font {
    font-size: 20px !important;
}
/*Start Boxes*/
.box-white {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}
/*End Boxes*/

/*Start Buttons*/
.btn-white-lrg {
    display: inline-block;
    background-color: #e8e8e8;
    text-transform: uppercase;
    color: #0074dd;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #043e70;
    padding: 8px 24px;
    margin: 10px 0px;
    cursor: pointer;
}
.btn-blue-lrg {
    background-color: #0078e4;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 4px solid #014b8e;
    display: inline-block;
    margin: 5px 0px;
    cursor: pointer;
}
.btn-search {
    position: relative;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #2796D4;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    border: 0px;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #01559D;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}
/*End Buttons*/

/*Start Dividor*/
.dividor {
    background-image: url(../img/dividor-bg.png);
    background-repeat: repeat-x;
    height: 1px;
    margin: 10px 0px;
}
/*End Dividor*/

/*Start Home Top Slider*/
.home-slider {
    background-image: url(../img/header-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    margin-top: -40px;
    background-position: center center;
    border-bottom: 1px solid #cecece;
    margin-top: 85px;
}
    @media (max-width: 991px) and (min-width: 768px) {
        .home-slider {
            padding-top: 140px;
        }
    }
/*End Home Top Slider*/

/*Start Registeration Boxes*/
.activitycalender,
.elections,
.international-job,
.local-job,
.reg-alumni,
.reg-guestspeaker,
.search-alumni,
.alumni-achievements,
.news-events,
.contact-us,
.registrar-office {
    background-size: cover;
    text-align: center;
    height: 250px;
    padding: 10px 25px;
    margin: 10px 0px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
    .activitycalender h1,
    .elections h1,
    .international-job h1,
    .local-job h1,
    .reg-alumni h1,
    .reg-guestspeaker h1,
    .search-alumni h1,
    .alumni-achievements h1,
    .news-events h1,
    .contact-us h1,
    .registrar-office h1 {
        color: #fff;
        height: 70px;
        font-size: 30px;
        text-align: center;   
    }
    .elections h1 {
        height: 40px !important;
    }
        .activitycalender p,
        .elections p,
    	.registrar-office p,
        .international-job p,
        .local-job p,
        .reg-alumni p,
        .reg-guestspeaker p,
        .search-alumni p,
        .alumni-achievements p,
        .news-events p,
        .contact-us p {
        color: #fff;
        margin-bottom: 20px;
    }
.activitycalender {
    background-image: url(../img/bg-boxcalender.jpg);
}
.international-job {
    background-image: url(../img/bg-international-jobs.jpg);
}
.local-job {
    background-image: url(../img/bg-local-jobs.jpg);
}
.reg-alumni {
    background-image: url(../img/reg-alumni-bg.jpg);
}
.reg-guestspeaker {
    background-image: url(../img/reg-guestspeaker-bg.jpg);
}
.search-alumni {
    background-image: url(../img/bg-networking.jpg);
}
.alumni-achievements {
    background-image: url(../img/bg-achievements.jpg);
}
.news-events {
    background-image: url(../img/news-and-events-bg.jpg);
}
.contact-us {
    background-image: url(../img/contact-us-bg.jpg);
}
.registrar-office {
    background-image: url(../img/bg-registrar.jpg);
}
.elections {
    background-image: url(../img/bg-elections.jpg);
}
@media (max-width: 767px) {
    .activitycalender, .elections, .international-job, .local-job, .reg-alumni, .reg-guestspeaker, .search-alumni, .alumni-achievements, .news-events, .contact-us, .registrar-office {
            height: 275px;
    }
}

.contact-us-modal {
    padding: 0px 0px;
    margin: 0px 0px;
}
    .contact-us-modal ul {
            margin-top: 0;
            margin-bottom: 0px;
            margin-left: 0px;

    }
        .contact-us-modal ul li {
                list-style: none;
                margin-bottom: 5px;
                font-size: 14px;
                color: #fff;

        }
            .contact-us-modal ul li  a {
                font-size: 18px;
                color: #fff;
            } 

            .contact-us-modal ul li a:hover {
                font-size: 18px;
                color: #0074DD;
                font-weight: bold;
            }

/*End Registeration Boxes*/

/*Start Multi Login Boxes*/
.multi-login {
    padding: 18px 28px;
    position: relative;
}
    .multi-login .or {
        position: absolute;
        color: #fff;
        font-size: 40px;
        font-style: italic;
        left: 354px;
        top: 155px;
    }
    .multi-login .box-left {
        background-image: url(../img/login-box-left.png);
        float: right;
    }
    .multi-login .box-right {
        background-image: url(../img/login-box-right.png);
        float: left;
    }
    .multi-login .box-left,
    .multi-login .box-right {
        width: 302px;
        height: 335px;
        padding: 24px 18px;
    }
    .multi-login h2 {
        margin: 5px 0px 10px;
        color: #01559d;
        font-weight: bold;
    }
    .multi-login h4 {
        font-size: 18px;
        text-decoration: none;
        margin: 0px;
        color: #0053A0;
    }
    .multi-login input[type="text"],
    .multi-login input[type="password"] {
        background-color: transparent;
        width: 245px;
        margin: 20px auto;
        border: 0px;
        padding-left: 50px;
    }
    .multi-login input[type="password"]::-webkit-input-placeholder,
    .multi-login input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:    #01549F;
    }
    .multi-login input[type="password"]:-moz-placeholder,
    .multi-login input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    #01549F;
       opacity:  1;
    }
    .multi-login input[type="password"]::-moz-placeholder,
    .multi-login input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    #01549F;
       opacity:  1;
    }
    .multi-login input[type="password"]:-ms-input-placeholder,
    .multi-login input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color:    #01549F;
    }
    .multi-login input[type="password"]:placeholder-shown,
    .multi-login input[type="text"]:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
      color:    #01549F;
    }
    .multi-login input[type="text"] {
        background-image: url(../img/id-bg.png);
        background-repeat: no-repeat;
    }
    .multi-login input[type="password"] {
        background-image: url(../img/pwd-bg.png);
        background-repeat: no-repeat;
    }
    .multi-login input:-webkit-autofill {
        background-color: transparent;;
        background-image: inherit;
    }
    .multi-login input[type="submit"] {
        background-image: url(../img/multi-login-bg.png);
        font-size: 0px;
        width: 114px;
        height: 41px;
        border: 0px;
        background-color: transparent;
        float: right;
    }
    .multi-login .forgot {
        text-align: right;
        display: block;
        font-style: italic;
        font-size: 14px;
    }
    .multi-login .form-group {
        width: 245px;
        margin-left: auto;
        margin-right: auto;
    }
/*End Multi Login Boxes*/

/*Start Featured News*/
.feat-news {
    background-image: url(../img/new-bg-org.jpg);
    background-attachment: fixed;
    background-size: auto 100%;
    margin: 40px 0px 25px;
    padding: 50px 0px;
}
    .feat-news .inner {
        background-color: rgba(255, 255, 255, .9);
        padding: 10px 20px;
        border-radius: 4px;
    }
	.feat-news h2 {
	    text-align: center;
	    font-weight: bold;
	    border-bottom: 1px solid #0C4E8E;
	    color: #063A69;
	    margin-bottom: 10px;
	    padding-bottom: 15px;
	    font-size: 30px;
	    letter-spacing: 1px;
	}
	.feat-news h3 {
		font-size: 19px;
	    font-weight: bold;
	    line-height: 25px;
	    margin-top: 5px;
	}
	.feat-news p {
		font-size: 16px;
    	line-height: 26px;
	}
	.feat-news .rdmore {
	    display: inline-block;
	    background-color: #2352A4;
		color: #fff;
	    padding: 5px 20px;
	    border-radius: 3px;
	    border: 1px solid #9EC2E2;
	}
		.feat-news .rdmore:hover {
			background-color: #3175B0;
		}
	.feat-news .fa-chevron-left,
	.feat-news .fa-chevron-right {
		position: absolute;
		top: 50%;
	}
/*End Featured News*/

/*Start Login Tabs*/
.login-boxes {
    margin-bottom: 15px;
    margin-top: 15px;
}
.login-boxes .nav {
    margin-bottom: -1px;
}
.login-boxes .tab-content {
    background-color: rgba(1,84,159,0.8);
}
.nav-tabs li {
    float: left;
    margin-bottom: 0px;
    width: 50%;
    text-align: center;
}
    @media (max-width: 767px) {
        .nav-tabs li {
            float: none;
            width: 100%;
        }
    }
.login-boxes .nav-tabs {
    border-bottom: 0px;
}
.login-boxes .nav-tabs li.active a,
.login-boxes .nav-tabs li.active a:focus,
.login-boxes .nav-tabs li.active a:hover {
    background-color: rgba(1,84,159,0.8);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
}
.login-boxes .nav-tabs li a {
    background-color: #022f61;
    border-radius: 0px;
    margin: 0px;
    color: #fff;
    font-size: 18px;
    border-bottom: 0px;
    padding: 15px;
}
.home-login {
    padding: 50px 30px 20px;
    color: #fff;
}
.home-login label {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.home-login span {
    color: #fff;
    font-size: 16px;
}
    .home-login span a {
        text-decoration: underline;
    }
.home-login input[type="text"],
.home-login input[type="password"] {
    border-radius: 0px;
    height: 40px;
}
.home-login input[type="submit"] {
    background-color: #0078e4;
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #014b8e;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 5px 20px;
    margin: 15px 0px;
}
.home-login a {
    color: #fff;
}
/*End Login Tabs*/

/*Start Header Slider*/
#carousel-header {
    height: 350px;
    padding: 48px 50px;
}
#carousel-header .carousel-control.right,
#carousel-header .carousel-control.left {
    background-image: none !important;
    display: flex;
    align-items: center;	
    font-size: 55px;
}
.carousel-content {
    /*
    color:black;
    display:flex;
    align-items:center;
    */
}
.carousel-content h1 {
    font-size: 45px;
    color: #272727;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.carousel-content p {
    max-width: 275px;
    font-size: 16px;
    color: #272727;
}
/*End Header Slider*/

/*Start Vertical Slider*/
.vertical-sliders {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 10px 16px;
    margin: 30px auto;
    max-width: 555px;
}
    .vertical-sliders .bx-wrapper .bx-viewport {
        background-color: transparent;
        box-shadow: none;
        border:none;
    }
    .vertical-sliders .bx-wrapper .bx-controls-auto {
        display: none;
    }
    .vertical-sliders .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        width: 100%;
        text-align: center;
        overflow: hidden;
    	height: 30px;
    }
    .vertical-sliders .bx-wrapper .bx-controls-direction a {
        top: 0px;
        margin-top: -55px;
    }
    .vertical-sliders .bx-wrapper .bx-prev {
        left: 445px;
        background-image: url("../img/arrow-down.png");
        background-position: 0;
    }
    .vertical-sliders .bx-wrapper .bx-prev:hover {
        background-image: url("../img/arrow-down-h.png");
        background-position: 0;
    }
    .vertical-sliders .bx-wrapper .bx-next {
        background-image: url("../img/arrow-up.png");
        background-position: 0;
    }
    .vertical-sliders .bx-wrapper .bx-next:hover {
        background-image: url("../img/arrow-up-h.png");
        background-position: 0;
    }

    .vertical-sliders h3 {
        color: #01549f;
        font-weight: bold;
        font-size: 16px;
    }
    .vertical-sliders p {
		color: #757575;
		font-size: 14px;
		height: 40px;
		overflow: hidden;
		margin-bottom: 15px;
    }
    .vertical-sliders .more-btn {
		display: inline-block;
		background-color: #0074dd;
		color: #fff;
		padding: 3px 10px;
		border-bottom: 3px solid #015aab;
		font-size: 12px;
        cursor: pointer;
    }
    .vertical-sliders .img-holder {
		margin-top: 22px;
		height: 115px;
		overflow: hidden;
		border: 1px solid #d1c8c8;
    }
    	.vertical-sliders .img-holder img {
    		width: 100%;
    	}
    .vertical-sliders .slide {
    	border-bottom: 1px dotted #cecece;
    	padding-bottom: 10px !important;
    }
    .vertical-sliders h1 {
		background-image: url(../img/dividor-bg.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 13px;
    }

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
/*End Vertical Slider*/

/*Start Alumni Slider*/
.alumni-achieve {
	margin: 25px 0px;
}
    .alumni-achieve p {
        font-size: 14px;
        height: 60px;
        overflow: hidden;
    }
    .alumni-achieve h3 {
        font-size: 20px;
        margin-bottom: 3px;
        margin-top: 3px;
    }
    .alumni-achieve h4 {
        color: #0154A0;
        font-size: 15px;
        border-bottom: 1px solid #002f5a;
        margin-top: 5px;
        padding-bottom: 8px;
    }
        .alumni-achieve h4 span {
            font-weight: bold;
            color: #323232;
        }
    .alumni-achieve h5 {
        color: #fff;
        font-size: 16px;
        height: 50px;
        line-height: 18px;
        border-bottom: 2px solid #002f5a;
        background-color: #0154A0;
        margin-top: 0px;
        padding: 6px 10px;
    }
    .alumni-achieve .bx-wrapper .img-holder {
        height: 300px;
        overflow: hidden;
        width: 260px;
        border-bottom: 2px solid #002f5a;
    }
        .alumni-achieve .bx-wrapper .img-holder img {
            width: 100%;
        }
    .alumni-achieve .bx-wrapper .bx-viewport {
        background-color: transparent;
        border: 0px;
        box-shadow: none;
    }
    .alumni-achieve .bx-wrapper .bx-pager {
        display: none;
    }
    .alumni-achieve .bx-wrapper .bx-controls-auto {
        display: none;
    }
    .alumni-achieve .bx-wrapper .bx-controls-direction a {
    	margin-top: -10px;
    }
.alumni-achievements-slider {

}
    .alumni-achievements-slider .alumni-slide {
        display: block;
        cursor: pointer;
    }
/*End Alumni Slider*/

/*Start Form*/
input[type=button],
input[type=reset],
input[type=submit], {
    background-color: #0074dd;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 3px solid #015aab;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea.form-control {
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
}
textarea.form-control {
    height: 100px;
}
label {
    color: #00325f;
    font-size: 15px;
    letter-spacing: 1px;
}
/*End Form*/

/*Start Data Box*/
.data-bx {
    background: #fff;
    border: 1px solid #d3d6db;
    border-radius: 3px;
    margin: 15px 0px;
    padding: 10px;
}
    .data-bx label {
        font-size: 18px;
        margin-top: 6px;
    }
    .data-bx hr {
        margin: 3px 0px 6px;;
    }
    .data-bx p {
        padding: 8px 0px 2px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .data-bx ul {
        padding: 0px;
    }
        .data-bx ul li {
            list-style: none;
        }
/**********************End Elements*********************/

/**********************Start Backgrounds****************/
.normal {
    padding: 0px 0px;
}
.light-grey {
    padding: 30px 0px;
    background-color: #fafafa;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

/**********************End Backgrounds****************/

/**********************Start Inner Page***************/

/*Start Page Title*/
.page-title {
    background-image: url(../img/breadcrum_bg.JPG);
    background-size: cover;
    min-height: 150px;
    margin-top: -40px;
    padding-top: 105px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}
    .page-title h2 {
        margin-top: 25px;
        font-weight: 500;
    }
/*End Page Title*/

/*Start Breadcrumbs*/
.breadcrumb {
    text-align: right;
    background-color: transparent;
    display: none;
}
    .breadcrumb li {
        color: #f1f1f1;
    }
        .breadcrumb li a {
            color: #fff;
        }
    .breadcrumb .active {
        color: #f1f1f1;
    }
/*End Breadcrumbs*/

/*Start Content Area*/
.page-content {
    padding: 10px 0px 10px;
}
    .page-content .form-group {
        line-height: 34px;
        text-transform: lowercase;
    }
/*End Content Area*/

/*Start Job Posting */
.tbl-listing {

}
    .tbl-listing .bdr-right {
        border-right: 1px solid #cecece;
        padding: 0px 10px;
    }
    .tbl-listing thead {

    }
        .tbl-listing thead tr {
            background: #1d93d3;
            background: -moz-linear-gradient(top,  #1d93d3 0%, #2b97d5 99%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d93d3), color-stop(99%,#2b97d5));
            background: -webkit-linear-gradient(top,  #1d93d3 0%,#2b97d5 99%);
            background: -o-linear-gradient(top,  #1d93d3 0%,#2b97d5 99%);
            background: -ms-linear-gradient(top,  #1d93d3 0%,#2b97d5 99%);
            background: linear-gradient(to bottom,  #1d93d3 0%,#2b97d5 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d93d3', endColorstr='#2b97d5',GradientType=0 );


        }
            .tbl-listing thead tr.tbl-margn {
                margin-top: 20px;
            }
            .tbl-listing thead tr th {
                color: #fff; 
                font-size: 18px;
                padding: 10px 10px;
                font-weight: 400;
            }
    .tbl-listing tbody {

    }
        .tbl-listing tbody tr {

        }
        .tbl-listing tbody tr:nth-child(odd) {
            height: 8px;
        }
         .tbl-listing tbody tr:nth-child(odd) td {
            padding: 0px;
         }
        .tbl-listing tbody tr:nth-child(even) {
            background-color: #fff;
            border: 1px solid #CFD0D1;
        }
            .tbl-listing tbody tr:nth-child(even) td {
                padding: 12px;
                vertical-align: middle;
            }
            .tbl-listing tbody tr td {
                padding: 8px 4px;
                font-size: 14px;
                border-top: 0px;

            }
                .tbl-listing tbody tr td .view-more {
                    background-color: #258CCA;
                    color: #fff;
                    font-size: 14px;
                    
                    border-left: 0px;
                    border-right: 0px;
                    border-top: 0px;
                    padding: 5px 14px;
                    margin: 15px 6px;
                    border-radius: 5px;
                } 
                .tbl-listing tr td .view-more:hover {
                    background-color: #0154A0;
                    color: #fff !important;
                }
/*End Job Posting */

.page-content .form-group {
}

    .page-content .form-group .form-control {
        
          width: 70%
    }


/**********************End Inner Page*****************/

/**********************Start Footer*******************/
footer {
    background-color: #0154a0;
    padding: 20px 0px;
}
    footer .copyright {
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
    }
    footer .footer-menu {
        padding: 0px;
        float: right;
    }
    footer .footer-menu li {
        list-style: none;
        display: inline-block;
        padding-right: 20px;
    }
    footer .footer-menu li:nth-last-child(1) {
        padding-right: 0px;
    }
    footer .footer-menu li a {
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        cursor: pointer;
    }
    @media (max-width: 767px) {
        footer .copyright {
            text-align: center;
            margin-bottom: 20px;
        }
        footer .footer-menu {
            float: none;
            text-align: center;
        }

}
/**********************End Footer*********************/

/**********************Start Alumni Section***********/

/*Start Header Search Bar*/
.search-bar {
    float: left;
    margin-top: 30px;
    margin-left: 25px;
}
    .search-bar input[type=text] {
        width: 400px;
        border-radius: 3px 0px 0px 3px;
        border: 4px 0px 0px 4px;
        background-color: #fff;
        height: 35px;
        display: inline;
    }
    .search-bar button {
        border: 0px;
        height: 35px;
        width: 45px;
        border-radius: 0px 3px 3px 0px;
        margin-left: -3px;
        color: #2B699F;
        background-color: #eeeeee;
    }
        .search-bar button i {

        }
/*End Header Search Bar*/

/*Start Networking Search Bar*/
.search-bar-net {
    float: center;
    margin-left: 0px;
}
    .search-bar-net input[type=text] {
        width: 400px;
        border-radius: 10px 0px 0px 10px;
        border: 4px 0px 0px 4px;
        background-color: #fff;
        height: 45px;
        display: inline;
    }
    .search-bar-net button {
        border: 0px;
        height: 45px;
        width: 85px;
        border-radius: 0px 10px 10px 0px;
        margin-left: -4px;
        color: #2B699F;
        background-color: #eeeeee;
    }
        .search-bar-net button i {

        }
/*End Networking Search Bar*/

/*Header Icons*/
.header-icons {
    float: right;
}

/*Start Dashboard*/
.dash-icon {
    background-color: #2B699F;
    width: 200px;
    text-align: center;
    margin: 20px auto;
    padding: 25px;
    border-radius: 5px;
    color: #fff;
    display: block;
}
.dash-icon:hover {
    color: #fff;
}
    .dash-icon i {
        display: block;
        font-size: 50px;
    }
    .dash-icon span {
        display: block;
        font-size: 16px;
        margin-top: 15px;
    }
.dash-icons {
    background-color: #DBE5EF;
    display: block;
    margin: 15px auto;
    border-radius: 150px;
    width: 220px;
    height: 220px;
    text-align: center;
    padding-top: 20px;
}
    .dash-icons img {

    }
    .dash-icons span {
        display: block;
        font-weight: bold;
        font-size: 17px;
    }
/*End Dashboard*/

/*Start Search Form*/
.srch-frm {

}
    .srch-frm input[type="text"],
    .srch-frm select {
        width: 100% !important; 
        border-radius: 4px; 
    }
    .srch-frm input[type="submit"] {
        background-color: #258CCA;
        color: #fff;
        border: 0px;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 18px;
    }
    .srch-frm input[type="submit"]:hover {
        background-color: #0154A0;
    }
/*End Search Form*/

/*Start Form Styling 1*/
.frm-st1 {

}
    .frm-st1 label {
        color: #00325f;
		font-size: 15px;
    	letter-spacing: 1px;
    	text-transform: capitalize;
    }
    	.frm-st1 label .fa-linkedin {
    		background-color: #0077B5;
    		color: #fff;
		    padding: 4px 5px;
		    border-radius: 2px;
    	}
    	.frm-st1 label .fa-facebook {
    		background-color: #3765A3;
    		color: #fff;
		    padding: 4px 7px;
		    border-radius: 2px;
    	}
    	.frm-st1 label .fa-twitter {
    		background-color: #5EA9DD;
    		color: #fff;
		    padding: 4px 5px;
		    border-radius: 2px;
    	}
    .frm-st1 input[type='text'],
    .frm-st1 input[type='email'],
	.frm-st1 input[type='tel'],
    .frm-st1 select,
    .frm-st1 textarea {
        width: 100% !important;
		background-color: #F9F9F9;
	    border: 1px solid #ccc;
	    border-radius: 3px;
	    height: 40px;
    }    
    .frm-st1 input[type='text']:focus,
    .frm-st1 input[type='email']:focus,
    .frm-st1 input[type='tel']:focus,
    .frm-st1 select:focus,
    .frm-st1 textarea:focus {
        box-shadow: none;
        border-bottom: 2px solid #0C5FA5;
    }
    .frm-st1 textarea {
    	resize: none;
    }
    .frm-st1 button {
        background-color: #0154A0;
        border: 0px;
        color: #fff;
        width: 100px;
        height: 35px;
        border-radius: 3px;
        margin: 10px 5px;
    }
/*End Form Styling 1*/

/*Start Resume Builder*/
.resume-steps {
    padding: 0px;
    text-align: center;
}
    .resume-steps li {
        display: inline;
        list-style: none;
    }
        .resume-steps li a {
            display: inline-block;
            background-color: #CBCBCB;
            width: 40px;
            height: 30px;
            color: #000;
            font-weight: bold;
            padding-top: 3px;
            border-radius: 3px;
            font-size: 17px;
            cursor: pointer;
            margin: 0px 20px;
        }
        .resume-steps li .active {
            background-color: #1A67A9;
    		color: #fff;
        }
.form-step {
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}
	.form-step h2 {
	    font-size: 16px;
    	margin-bottom: 20px;
    	border-bottom: 1px solid #E6E6E6;
    	padding-bottom: 10px;
    	color: #2c3e50;
    	font-weight: bold;
    	letter-spacing: 1px;
    }
    .form-step h3 {
    	font-size: 14px;
    	color: #2c3e50;
    	font-weight: bold;
    	letter-spacing: 1px;
    }
/*End Resume Builder*/

/**********************End Alumni Section************/

/**********************Start Modals Section**********/
.close {
    color: #fff !important;
    opacity: 1 !important;
}
/*Start Alumni Details Modal*/
.alum-det {
    padding: 0px !important;

}
    .alum-det img {
        border: 1px solid #000;
    }
    .alum-det .modal-dialog {
        width: 100%;
        margin: 0px;
    }
        .alum-det .modal-dialog .modal-content {
            border-radius: 0px;
            box-shadow: none;
            border-bottom: 3px solid #0154A0;
        }
            .alum-det .modal-dialog .modal-content .modal-body {
                padding:45px 0px;
                background-image: url(../img/modal-bg.jpg);
                background-repeat: no-repeat;
                background-size: cover;
            }
                .alum-det .modal-dialog .modal-content .modal-body button.close {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    font-size: 30px;
                    color: #980000;
                }    
    .alum-det .details {

    }
        .alum-det .details h2 {
            margin-top: 0px;
            color: #0154A0;
        }
        .alum-det .details h4 {
            color: rgb(133, 0, 0);
        }
        .alum-det .details p {
           line-height: 24px;
        }
/*End Alumni Details Modal*/

/*Start Alumni Details Modal*/
.login-modal {
    padding: 0px !important;

}
    .login-modal img {
        border: 1px solid #000;
    }
    .login-modal .modal-dialog {
        width: 100%;
        margin: 0px;
    }
        .login-modal .modal-dialog .modal-content {
            border-radius: 0px;
            box-shadow: none;
            border-bottom: 3px solid #0154A0;
        }
            .login-modal .modal-dialog .modal-content .modal-body {
                    padding: 45px 0px;
                    background-image: url(../img/login-modal-bg.jpg);
                    background-repeat: no-repeat;
                    background-size: auto 100%;
                    background-position: bottom;
                    background-color: #085B96;
            }
                .login-modal .modal-dialog .modal-content .modal-body button.close {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    font-size: 30px;
                    color: #980000;
                }    
    .login-modal .details {

    }
        .login-modal .details h2 {
            margin-top: 0px;
            color: #0154A0;
        }
        .login-modal .details h4 {
            color: rgb(133, 0, 0);
        }
        .login-modal .details p {
           line-height: 24px;
        }
    .login-modal form {
        margin: 30px 0px;
    }
    .login-modal input[type='text'],
    .login-modal input[type='password'] {
        padding: 20px 15px;
        border-radius: 3px;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .login-modal input[type='submit'] {
        background-color: #fff;
        border: 1px solid #083B69;
        border-radius: 5px;
        font-size: 18px;
        padding: 6px 24px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    .login-modal input[type='submit']:hover {
        color: #5A9CD1;
    }
    .login-modal label {
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: normal;
    }
    .login-modal a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }
    .login-modal a:hover {
        color: #cecece;
    }
    .login-modal h3 {
        font-size: 27px;
        color: #fff;
        letter-spacing: 1px;
    }
/*End Alumni Details Modal*/

/*Start News & Events Modal*/
.news-img {
    max-height: 300px;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 3px;
}
.news-details {
    margin: 10px 0px;
}
    .news-details p {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }
/*End News & Events Modal*/

/**********************End Modals Section***********/

.alumni-achievements-slider img{
    display: inline !important;
}

/*Start Custom Form Design*/
.custom-frm {
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #CFD0D1;
}
    .custom-frm hr {
        margin: 10px 0px;
    }
    .custom-frm label {
        font-size: 16px;
	    color: #004077;
	    font-weight: bold;
	   	text-transform: none;
        margin-bottom: 0px;
    }
        .custom-frm label span {
            letter-spacing: 1px;
            font-size: 14px;
            color: #000;
        }
    .custom-frm input[type="text"],
    .custom-frm input[type="email"],
    .custom-frm input[type="tel"],
    .custom-frm input[type="password"],
    .custom-frm input[type="number"],
    .custom-frm select,
    .custom-frm textarea {
    	background-color: #FBFBFB;
        border: 1px solid #cecece;
        height: 40px;
        padding: 5px 10px;
        font-size: 14px;
        width: 100% !important;
        border-radius: 3px;
    }
    .custom-frm input[type="text"]:focus,
    .custom-frm input[type="email"]:focus,
    .custom-frm input[type="tel"]:focus,
    .custom-frm input[type="password"]:focus,
    .custom-frm input[type="number"]:focus,
    .custom-frm select:focus,
    .custom-frm textarea:focus {
        border-color: #cecece;
        box-shadow: none;
        border-bottom: 2px solid #004077;
    }
    .custom-frm input[type="text"]:read-only,
    .custom-frm input[type="email"]:read-only,
    .custom-frm input[type="tel"]:read-only,
    .custom-frm input[type="password"]:read-only,
    .custom-frm input[type="number"]:read-only,
    .custom-frm textarea:read-only {
        background-color: #eeeeee;
	    border-bottom: 1px solid #cecece !important;
	    cursor: not-allowed;
    }
    .custom-frm textarea {
	    height: 100px !important;
    }
    .custom-frm input[type="submit"] {
        background-color: #0154A0;
        color: #fff;
        border: 2px solid #003463;
        padding: 2px 18px;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: bold;
    }
    .custom-frm input[type="submit"]:hover {
        background-color: #4981B5;
        border: 2px solid #3A5B79;
    }
    @media screen and (min-width: 768px) {
    	.custom-frm .form-group {
    		margin-bottom: 20px;
    	}
    }
.radio-box {
    background-color: #FFFFFF;
    border: 1px solid #cecece;
    margin: 0px 15px;
    border-radius: 3px;
    padding: 10px 0px;
}
/*End Custom Form Design*/

/*Start Profile Design*/
.prof_img {
    height: 220px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d3d6db;
}
.profile-box {
    background: #fff;
    border: 1px solid #d3d6db;
    border-radius: 3px;
    margin-bottom: 31px;
}
    .profile-box hr {
        margin: 3px 10px 6px;
    }
    .profile-box label {
        margin-left: 12px;
    }
    .profile-box .title-bar {
        background: #f6f7f8;
        border-bottom: 1px solid #d3d6db;
        border-radius: 2px 2px 0 0;
        margin-bottom: 15px;
        padding: 15px;
        margin-top: 0px;
        color: #373e4d;
        font-size: 24px;
    }
        .profile-box .title-bar i {
            color: #ADB3BC;
            margin-right: 15px;
        }
/*End Profile Design*/

/*Start Company Profile*/
.company-logo {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d3d6db;
    margin: 15px 0px;
}
.apply_job {
    display: block;
    background-color: #0C5BA3;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 15px 0px;
    padding: 30px 10px;
    font-size: 16px;
    cursor: pointer;
}
    .apply_job i {
        display: block;
        font-size: 55px;
        margin-bottom: 11px;
    }
.apply_job:hover {
    color: #cecece;
}
/*End Company Profile*/