@charset "utf-8";

/* CSS Document */

@import url(font-awesome.css);
@import url(font-awesome.min.css);
@import url(timeline.css);
@import url(wizard.css);
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,700,800');
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot?v=4.7.0');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/websymbols-regular-webfont.woff?v=4.7.0') format('woff'), url('../fonts/websymbols-regular-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/websymbols-regular-webfont3e6e.html?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    font-size: 15px;
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:focus {
    color: #333;
    text-decoration: none !important;
}

a:link {
    outline: 0;
}

img {
    border: 0px;
    overflow: hidden;
}

.clr {
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.ml-executive {
    margin-left: 20%;
}

.imgResponsive {
    width: 100%;
}

.mob-show {
    display: none
}

.margin-top35 {
    margin-top: 35px !important;
}

.margin-top2 {
    margin-top: 2px !important;
}

.margin-top0 {
    margin-top: 0px !important;
}

.margin-bottom0 {
    margin-bottom: 0px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.affix {
    top: 20px;
}

#main {
    width: 100%;
}

.toolbar {
    width: 100%;
    min-height: 30px;
    background-color: #002147;
    z-index: 999;
}

.toolbar-inner {
    position: absolute;
    top: 4px;
    left: 0px;
}

.dropdown-menu>li>a {
    font-size: 13px !important;
}

.toolbar .navbar {
    min-height: 30px;
}

.toolbar .navbar-nav {
    float: left;
    margin: 0px 0 0 0;
}

.toolbar .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.toolbar .navbar-default .navbar-nav>li>a {
    font-size: 14px !important;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.toolbar .navbar-default .navbar-nav>li>a:focus,
.toolbar .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #14346d;
}

.toolbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.toolbar .nav>li>a {
    padding: 5px 9px;
}

.toolbar .navbar-right .dropdown-menu {
    right: 0px;
    left: auto;
}

.applyOnline {
    background-color: #ed1b2f;
    margin-left: 6px;
}

.login {
    background-color: #01a5e2;
    margin-left: 2px;
}

.header-li {
    margin: 0px;
    padding: 0px;
    float: right;
}

.header-li ul {
    margin: 0px;
    padding: 0px;
}

.header-li li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    float: left;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-li li:nth-child(2) {
    background-color: #ed1b2f;
    padding: 0 15px;
    margin-left: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.header-li li:nth-child(3) {
    background-color: #01a5e2;
    padding: 0 15px;
    margin-left: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.header-li li:hover:nth-child(2),
.header-li li:hover:nth-child(3) {
    background-color: #14346d;
}

header {
    width: 100%;
    min-height: 60px;
    background-color: #fff;
    z-index: 99;
}

.header-inner {
    position: absolute;
    top: 34px;
    left: 0px;
    height: 60px;
}

.navbar-brand {
    width: 322px;
    height: 78px;
    background: url(../images/logo.png) no-repeat center center;
    margin: 23px 0 0 75px;
    background-size: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-brand1 {
    width: 187px;
    height: 50px;
    margin: 3px 0 0 150px;
}

.affix .navbar-nav {
    margin: 15px 0 0 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.banner-main {
    display: block;
    position: relative;
    z-index: 22;
}

.banner-main .container {
    position: relative;
}


/*start banner*/

.alumni2018 {
    width: 34px;
    height: 220px;
    position: fixed;
    right: 0px;
    top: 60px;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 1);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 0 15px 85px 15px;
}

.slide-text>h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>h1 span {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: inline-block;
}

.slide-text>p {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>p span {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: inline-block;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.bannerText {
    display: inline-block;
    color: #fff;
    padding: 10px 35px 10px 15px;
    background-color: rgba(29, 67, 135, 0.9);
}

.bannerText h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
}

.bannerText h4 {
    margin: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 300;
}

.bannerText p {
    margin: 0px;
    font-size: 18px;
    font-weight: 300;
}

.bannerText p a {
    color: #fff000;
}

.bannerText p a:hover {
    color: #fff;
}

.box-bg {
    width: 100%;
    background-color: #eceff1;
    border-top: 1px solid #cccccc;
    padding: 20px 0;
}

.admission-box {
    width: 100%;
    background-color: #f9f9f9;
    padding: 15px;
}

.admission-box h1 {
    color: #373d3f;
    font-size: 28px;
    font-weight: 600;
    margin: 5px 0 15px 0px;
}

.admission-box h1 span {
    font-size: 16px;
}

.admission-box h2 {
    color: #373d3f;
    font-size: 28px;
    font-weight: 600;
    margin: 5px 0 15px 0px;
}

.admission-box h2 span {
    font-size: 16px;
}

.admission-box h3 {
    color: #373d3f;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.admission-box p {
    color: #373d3f;
    font-size: 14px;
    font-weight: 400;
}

.admission-box-red,
.admission-box-blue,
.admission-box-yellow,
.admission-box-green {
    border-top: 3px solid transparent;
}

.admission-box-red {
    border-color: #ed1b2f;
}

.admission-box-blue {
    border-color: #01a5e2;
}

.admission-box-yellow {
    border-color: #ff9727;
}

.admission-box-green {
    border-color: #199010;
}

.admission-box-red h1 {
    color: #ed1b2f;
}

.admission-box-red h2 {
    color: #ed1b2f;
}

.admission-box-blue h1 {
    color: #01a5e2;
}

.admission-box-blue h2 {
    color: #01a5e2;
}

.admission-box-yellow h2 {
    color: #ff9727;
}

.admission-box-green h2 {
    color: #199010;
}

.pgdm-accreditations {
    width: 100%;
    min-height: 67px;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.pgdm-accreditations img {
    width: 100%;
}

.pgdm-accreditations:before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0px;
    background-color: #fff;
}

.pgdm-accreditations:after {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0px;
    background-color: #fff;
}

.admission-btn-red {
    background-color: #ed1b2f;
    border: 2px solid #ab0b25;
    text-transform: uppercase;
    font-weight: 400;
}

.admission-btn-red:hover,
.admission-btn-red:focus {
    background-color: #ab0b25;
    border: 2px solid #ed1b2f;
}

.admission-btn-blue {
    background-color: #01a5e2;
    border: 2px solid #3b94d1;
    text-transform: uppercase;
    font-weight: 400;
}

.admission-btn-blue:hover,
.admission-btn-blue:focus {
    background-color: #3b94d1;
    border: 2px solid #01a5e2;
}

.admission-btn-yellow {
    background-color: #ff9727;
    border: 2px solid #f26722;
    text-transform: uppercase;
    font-weight: 400;
}

.admission-btn-yellow:hover,
.admission-btn-yellow:focus {
    background-color: #f26722;
    border: 2px solid #ff9727;
}

.admission-btn-green {
    background-color: #199010;
    border: 2px solid #098400;
    text-transform: uppercase;
    font-weight: 400;
}

.admission-btn-green:hover,
.admission-btn-green:focus {
    background-color: #098400;
    border: 2px solid #199010;
}

.events-bg {
    width: 100%;
    padding: 30px 0;
    min-height: 410px;
}

.events-bg h2,
.why-content h2,
.box-content h2 {
    font-size: 20px;
    color: #002147;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.events-bg h2 span,
.why-content h2 span,
.box-content h2 span,
.welcome-content h2 span {
    display: inline-block;
    padding-right: 10px;
}

.events-bg h2 b,
.why-content h2 b,
.box-content h2 b,
.welcome-content h2 b {
    font-size: 14px;
    color: #ed1b2f;
    font-weight: 400;
    padding-left: 5px;
}

.events-bg h2 a,
.why-content h2 a,
.box-content h2 a,
.welcome-content h2 a {
    color: #ed1b2f;
}

.events-bg h2 a:hover,
.events-bg h2 a:focus,
.why-content h2 a:hover,
.why-content h2 a:focus,
.box-content h2 a:hover,
.box-content h2 a:focus,
.welcome-content h2 a:hover,
.welcome-content h2 a:foucs {
    color: #002147;
    text-decoration: none;
}

.events-bg a:hover {
    text-decoration: none;
}

.eventRow {
    margin-left: -4px !important;
    margin-right: -4px !important;
}

.eventCol {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.news-box {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-box .news-box-img {
    height: 172px;
    position: relative;
    background-color: #002147
}

.news-box .news-box-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-box p {
    font-size: 16px;
    margin: 0px 0 5px 0px;
    color: #002147;
    line-height: 22px;
}

.news-box p:last-child {
    margin: 0 0 0 0 !important;
}

.news-box:hover {
    padding: 10px;
    background-color: #f1f1f1;
}

.date {
    color: #ed1b2f !important;
    font-style: italic;
}

.event-li {
    margin: 0px;
    padding: 0px;
}

.event-li ul {
    margin: 0px;
    padding: 0px;
}

.event-li li {
    margin: 0px 0 54px 0;
    padding: 0px 0 0 115px;
    list-style: none;
    color: #002147;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.event-li li:last-child {
    margin: 0px 0 0px 0;
}

.event-li li span {
    font-weight: 700;
    font-style: italic;
}

.event-li li a {
    color: #002147;
}

.event-li li a:hover {
    color: #000;
}

.eventDate {
    width: 104px;
    height: 68px;
    background-color: #ed1b2f;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    padding: 12px 10px 8px 10px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}

.eventDate b {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.welcome-content {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.welcome-content h2 {
    font-size: 20px;
    color: #002147;
    font-weight: bold;
    margin: 15px 0 20px 0;
}

.welcome-content p {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.welcome-content p:last-child {
    margin-bottom: 0px;
}

.welcome-content p a {
    color: #ed1b2f;
}

.welcome-content p a:hover {
    color: #002147;
    text-decoration: none;
}

.welcome-img {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: -10px 0px 0px 0px #ed1b2f;
    -moz-box-shadow: -10px 0px 0px 0px #ed1b2f;
    box-shadow: -10px 0px 0px 0px #ed1b2f;
}

.welcome-img img {
    width: 100%;
}

.main-content {
    width: 100%;
    padding: 30px 0;
}

.main-content h2 {
    font-size: 28px;
    color: #002147;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ed1b2f;
    border-bottom-width: 60%;
}

.main-content h3 {
    font-size: 24px;
    color: #ed1b2f;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.main-content h4 {
    font-size: 16px;
    color: #002147;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.main-contentHeading {
    color: #002147 !important;
}

.main-content h5 {
    font-size: 17px;
    color: #212121;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.main-content p {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.box-content {
    width: 100%;
    padding: 30px 0 0 0;
    border-bottom: 1px solid #f1f1f1;
}


.box-content2 {
    width: 100%;
    padding: 0 0 0 0;
    border-bottom: 1px solid #f1f1f1;
}

.box-content .carousel-control.left,
.box-content .carousel-control.right {
    width: 20px;
    height: 20px;
    background-color: #003757;
    top: 100% !important;
    margin-top: -56px;
}

.box-content .carousel-control.differ {
    margin-top: -50px;
}

#group-of-institutions .carousel-control {
    margin-top: -50px;
}

.box-content .carousel-control.left {
    right: 32px;
    left: auto;
}

.box-content .carousel-control.right {
    right: 0px;
}

.box-content .carousel-control.left:hover,
.box-content .carousel-control.right:hover {
    background-color: #ed1b2f;
}

.message-box {
    width: 100%;
    padding: 0 0 5px 0;
    background-color: #eceff1;
    margin-bottom: 30px;
}

.message-box h4 {
    font-size: 14px;
    padding: 0 10px;
    margin: 30px 0 0 0px;
    text-align: center;
}

.message-box h4 b {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.message-box h5 {
    font-size: 14px;
    padding: 0 10px;
    margin: 10px 0 5px 0px;
    text-align: center;
}

.message-box h5 b {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.message-box-content {
    width: 100%;
    background-color: #002147;
    padding: 15px 15px 15px 15px;
}

.message-box-content p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
}

.expert-box {
    width: 100%;
    padding: 86px 0 0px 0;
    background-color: #eceff1;
    margin-bottom: 30px;
    background-image: url(../images/expert.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 226px;
}

.expert-box .carousel-control.left,
.expert-box .carousel-control.right,
.recruiter-box .carousel-control.left,
.recruiter-box .carousel-control.right {
    margin-top: -20px;
}

.expert-box-content {
    width: 100%;
    background-color: rgba(0, 33, 71, 0.85);
    padding: 10px 15px;
}

.expert-box-content p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
}

.expert-box-content .imgCmpny {
    height: 40px
}

.recruiter-box {
    width: 100%;
    padding: 86px 0 0px 0;
    background-color: #eceff1;
    margin-bottom: 30px;
    background-image: url(../images/recruiter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 226px;
}

.recruiter-box-img {
    margin-top: 5px;
}

.group-box {
    width: 100%;
    padding: 0 0 0px 0;
    background-color: #eceff1;
    margin-bottom: 30px;
    position: relative;
}

.group-box-content {
    width: 100%;
    background-color: rgba(0, 33, 71, 0.85);
    padding: 15px 15px 32px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.group-box-content h4 {
    font-size: 20px;
    color: #fff;
    padding: 0 0px;
    margin: 0px 0 10px 0px;
}

.group-box-content p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    line-height: 20px;
}

.group-box-content span {
    color: #fff000;
}

#recruiter-speak .carousel-control.left,
#recruiter-speak .carousel-control.right {
    margin-top: -50px;
}

.group-box.differ p {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
}

.group-box.differ p strong {
    color: #fff;
}

.group-box.differ .group-box-content img {
    height: 30px;
    margin: 16px 0 0 -5px;
    width: 100px;
    position: absolute;
}

.rowNew {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.colNew {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.grey-content {
    background-color: #f6f6f6;
}

.why-content {
    width: 100%;
    padding: 30px 0;
}

.why-box {
    width: 100%;
    padding: 3px;
    background-color: #002147;
    margin-bottom: 24px;
}

.why-box .carousel-control.left,
.why-box .carousel-control.right {
    width: 30px;
    height: 30px;
    background-color: #003757;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
}

.why-box .carousel-control.left {
    left: 0px;
}

.why-box .carousel-control.right {
    right: 0px;
}

.why-box .carousel-control.left:hover,
.why-box .carousel-control.right:hover {
    background-color: #ed1b2f;
}

.why-box-row {
    margin-left: -1px !important;
    margin-right: -1px !important;
}

.why-box-col {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.why-inner {
    width: 100%;
    min-height: 111px;
    padding: 10px;
    background-color: #efefef;
    text-align: center;
}

.why-inner i {
    font-size: 34px;
    color: #ed1b2f;
    line-height: 40px;
}

.why-inner-mca {
    width: 100%;
    min-height: 111px;
    padding: 10px;
    border: 1px solid #efefef;
    text-align: center;
}

.why-inner p,
.why-inner-mca p {
    font-size: 16px;
    color: #002147;
    margin: 5px 0 0 0px;
    line-height: 20px;
    text-align: center;
}

.academic-alliances {
    width: 100%;
    padding: 3px;
    background-color: #002147;
}

.academic-alliances img {
    width: 100%;
}

.academicText {
    font-size: 16px;
    margin-top: 5px;
}

.twitter-bg {
    width: 100%;
    padding: 3px 3px 0px 3px;
    background-color: #002147;
    margin-bottom: 24px;
}

.facebook-bg {
    width: 100%;
    padding: 4px 4px 0px 4px;
    background-color: #002147;
    margin-bottom: 24px;
    position: relative
}

.Locale_en_GB {
    position: absolute;
    margin-left: 300px;
}

.videobg iframe {
    width: 100%;
    height: 242px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 42.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper2 {
    position: relative;
    padding-bottom: 56.50%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper1 {
    position: relative;
    padding-bottom: 42.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-tag {
    width: 100%;
    padding: ;
    background-color: #002147;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid #275182
}

.wrap {
    perspective: 800px;
    perspective-origin: 50% 100px;
    position: fixed;
    right: 12px;
    bottom: 150px;
    z-index: 999999999;
}

.cube {
    position: relative;
    width: 130px;
    transform-style: preserve-3d;
}

.cube div {
    position: absolute;
    width: 130px;
    height: 130px;
    background: #f9f9f9;
    box-shadow: inset 0 0 20px rgba(125, 125, 125, 0.2);
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-family: sans-serif;
}

.cube .back {
    transform: translateZ(-65px) rotateY(180deg);
}

.cube .right {
    transform: rotateY(-270deg) translateX(65px);
    transform-origin: top right;
}

.cube .left {
    transform: rotateY(270deg) translateX(-65px);
    transform-origin: center left;
}

.cube .top {
    transform: rotateX(-90deg) translateY(-65px);
    transform-origin: top center;
}

.cube .bottom {
    transform: rotateX(90deg) translateY(65px);
    transform-origin: bottom center;
}

.cube .front {
    transform: translateZ(65px);
}

.cube .back h2,
.cube .front h2,
.cube .left h2,
.cube .right h2 {
    color: #373d3f;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.cube .back h2 span,
.cube .front h2 span,
.cube .left h2 span,
.cube .right h2 span {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #002147;
}

.cube .back h3,
.cube .front h3,
.cube .left h3,
.cube .right h3 {
    color: #373d3f;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0 0 0px;
}

.cube .front,
.cube .back,
.cube .left,
.cube .right {
    border-top: 3px solid transparent;
}

.cube .front {
    border-color: #ed1b2f;
}

.cube .back {
    border-color: #ff9727;
}

.cube .left {
    border-color: #199010;
}

.cube .right {
    border-color: #01a5e2;
}

.cube .front h2 {
    color: #ed1b2f;
}

.cube .back h2 {
    color: #ff9727;
}

.cube .left h2 {
    color: #199010;
}

.cube .right h2 {
    color: #01a5e2;
}

.front-btn {
    background-color: #ed1b2f;
    border: 2px solid #ab0b25;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 8px;
}

.front-btn:hover,
.front-btn:focus {
    background-color: #ab0b25;
    border: 2px solid #ed1b2f;
}

.right-btn {
    background-color: #01a5e2;
    border: 2px solid #3b94d1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 8px;
}

.right-btn:hover,
.right-btn:focus {
    background-color: #3b94d1;
    border: 2px solid #01a5e2;
}

.back-btn {
    background-color: #ff9727;
    border: 2px solid #f26722;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 8px;
}

.back-btn:hover,
.back-btn:focus {
    background-color: #f26722;
    border: 2px solid #ff9727;
}

.left-btn {
    background-color: #199010;
    border: 2px solid #098400;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    padding: 6px 8px;
}

.left-btn:hover,
.left-btn:focus {
    background-color: #098400;
    border: 2px solid #199010;
}

@keyframes spin {
    from,
    20% {
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }
    25%,
    45% {
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    50%,
    70% {
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    75%,
    95% {
        -moz-transform: rotateY(-270deg);
        -ms-transform: rotateY(-270deg);
        transform: rotateY(-270deg);
    }
    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.cube {
    /*animation: spin 5s infinite linear;*/
    -webkit-animation-name: spin;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
    animation-name: spin 5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.modal-login-content {
    width: 100%;
}

.modal-login-content .form-control {
    border-radius: 0px;
    height: 40px;
    background-color: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.readBtn {
    background-color: #002147;
    border: 2px solid #002147;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
}

.readBtn:hover,
.readBtn:focus {
    background-color: #ed1b2f;
    border: 2px solid #ed1b2f;
}

.downloadBtn {
    background-color: #449d44;
    border: 2px solid #449d44;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
}

.downloadBtn:hover,
.downloadBtn:focus {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
}

.inner-page-banner {
    width: 100%;
}

.inner-page-banner img {
    width: 100%;
}

.breadcrumb-bg {
    width: 100%;
    margin: 0;
}

.breadcrumb-bg-inner {
    margin: auto;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dddddd;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 0px;
}

.breadcrumb li,
.breadcrumb li a {
    color: #002147;
    font-size: 13px;
}

.breadcrumb li span {
    color: #ed1b2f;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    color: #002147;
}

.sideNav {
    margin: 0px;
    padding: 0px;
    color: #fff;
    width: 100%;
}

.sideNav ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #ecf0f1;
    border: 0;
}

.sideNav li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.sideNav>li>a {
    display: block;
    color: #333;
    background-color: #fff;
    margin-bottom: 4px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    font-size: 16px;
    padding: 10px 12px 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sideNav>li>a:before {
    font-family: 'WebSymbolsRegular', cursive;
    content: "K";
    position: absolute;
    font-size: 12px;
    left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.sideNav>li>a:hover:before {
    color: #fff;
    font-size: 60px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.sideNav>li:first-child>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sideNav>li:last-child>a {
    margin-bottom: 0px;
}

.sideNav>li>a:hover,
.sideNav>li>a:focus {
    color: #fff;
    background-color: #f7374a;
    text-decoration: none;
    overflow: hidden;
}

.sideNav>.active>a,
.sideNav>.active>a:hover,
.sideNav>.active>a:focus {
    color: #fff;
    background-color: #f7374a;
    text-decoration: none;
    position: relative;
}

.sideNav>.active>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 50%;
    margin-bottom: -10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #f7374a;
    border-bottom: 10px solid transparent;
}

.sideNav1 {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.sideNav1 ul {
    margin: 0px;
    padding: 0px;
}

.sideNav1 li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.sideNav1>li>a {
    display: block;
    color: #fff;
    background-color: #ed1b2f;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    font-size: 15px;
    padding: 7px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sideNav1>li>a:hover,
.sideNav1>li>a:focus {
    background-color: #002147;
    text-decoration: none;
}

.sideNav1>.active>a,
.sideNav1>.active>a:hover,
.sideNav1>.active>a:focus {
    background-color: #002147;
    text-decoration: none;
}

.sideNav .panel-body {
    background-color: #ddd;
    padding: 5px;
}

.tabelStru {
    width: 100%;
}

.tabelStru td,
th {
    border: 1px solid #e5e7e7;
}

.tabelStru th {
    background-color: #ecf0f1;
    color: #333;
}

.tabelStru.table>caption+thead>tr:first-child>td,
.tabelStru.table>caption+thead>tr:first-child>th,
.tabelStru.table>colgroup+thead>tr:first-child>th,
.tabelStru.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #e5e7e7 !important;
}

.tabelStru.table>thead>tr>th {
    border-bottom: 1px solid #e5e7e7;
}

.finalSeleTable.table>tbody>tr>td,
.finalSeleTable.table>tbody>tr>th,
.finalSeleTable.table>tfoot>tr>td,
.finalSeleTable.table>tfoot>tr>th,
.finalSeleTable.table>thead>tr>td,
.finalSeleTable.table>thead>tr>th {
    padding: 3px !important;
}

.final-selection-box {
    width: 100%;
    padding: 4px 10px 6px 10px;
    line-height: 20px;
    position: relative;
    color: #fff;
}

.final-selection-box p {
    color: #fff;
}

.finalRow {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.finalCol {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.final-selection-red {
    background-color: #f7374a;
}

.final-selection-blue {
    background-color: #01a5e2;
}

.final-selection-yellow {
    background-color: #ff9727;
}

.final-selection-green {
    background-color: #6dbf6d;
}

.final-selection-dark-blue {
    background-color: #002147;
}

.final-selection-rust {
    background-color: #002c39;
}

.final-icon {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 30px;
    border-left: 1px solid #ddd;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.amcharts-chart-div a {
    display: none !important;
}


/*start tabber css*/

.board {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ddd;
}

.board .nav-tabs {
    position: relative;
}

.board>div.board-inner {
    background: #fafafa url(../images/tabber-bg.png);
    background-size: 30%;
}

.board .liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.board .nav-tabs>li.active>a,
.board .nav-tabs>li.active>a:hover,
.board .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.board span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.board span.round-tabs.one {
    color: #ed1b2f;
    border: 2px solid #ed1b2f;
}

.board li.active span.round-tabs.one {
    background: #ed1b2f !important;
    border: 2px solid #ed1b2f;
    color: #fff;
}

.board span.round-tabs.two {
    color: #01a5e2;
    border: 2px solid #01a5e2;
}

.board li.active span.round-tabs.two {
    background: #01a5e2 !important;
    border: 2px solid #01a5e2;
    color: #fff;
}

.board span.round-tabs.three {
    color: #ff9727;
    border: 2px solid #ff9727;
}

.board li.active span.round-tabs.three {
    background: #ff9727 !important;
    border: 2px solid #ff9727;
    color: #fff;
}

.board span.round-tabs.four {
    color: #199010;
    border: 2px solid #199010;
}

.board li.active span.round-tabs.four {
    background: #199010 !important;
    border: 2px solid #199010;
    color: #fff;
}

.board span.round-tabs.five {
    color: #002147;
    border: 2px solid #002147;
}

.board li.active span.round-tabs.five {
    background: #002147 !important;
    border: 2px solid #002147;
    color: #fff;
}

.board .nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.board .nav-tabs>li {
    width: 20%;
}

.board .nav-tabs>li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

.board .nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.board .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.board .nav-tabs>li a:hover {
    background: transparent;
}

.board .tab-pane {
    position: relative;
    padding: 15px;
}


/*end tabber css*/

.contentLi {
    margin: 0px 0 20px 0;
    padding: 0px;
}

.contentLi ul {
    margin: 0px;
    padding: 0px;
}

.contentLi li {
    margin: 0px 0 3px 0;
    padding: 0px 0 0 25px;
    list-style: none;
    position: relative;
    line-height: 22px;
}

.contentLi li a {
    color: #333;
}

.contentLi li a:hover {
    color: #ed1b2f;
    text-decoration: none;
}

.contentLi li:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 10px;
    top: 0px;
}

.faculty-box {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #fff;
}

.faculty-box a {
    display: block;
    color: #ed1b2f;
    display: block;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.faculty-box a:hover {
    text-decoration: none;
    background-color: #ed1b2f;
    border: 1px solid #ed1b2f;
    color: #fff;
}

.faculty-name {
    font-size: 19px !important;
}

.faculty-heading {
    font-size: 18px !important;
    font-weight: 300 !important;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    font-weight: bold !important;
}

.faculty-heading1 {
    font-size: 28px !important;
    font-weight: 300 !important;
    margin: 0px 0 15px 0 !important;
}

.faculty-heading2 {
    font-size: 28px !important;
    font-weight: 300 !important;
    margin: 0px 0 15px 0 !important;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.faculty-tab-box {
    width: 100%;
}

.text-link {
    color: #333;
}

.text-link a {
    color: #ed1b2f;
}

.faculty-img {
    border-radius: 8px;
    width: 100%;
}


/*** PANEL DEFAULT ***/

.faculty-tab-box .nav-tabs>li>a,
.faculty-tab-box .nav-tabs>li>a:hover,
.faculty-tab-box .nav-tabs>li>a:focus {
    color: #333;
    background-color: #edeff2;
    border-radius: 0px;
    border: 1px solid #dddddd;
    padding: 10px !important;
    font-weight: bold;
}

.faculty-tab-box .nav-tabs>.open>a,
.faculty-tab-box .nav-tabs>.open>a:hover,
.faculty-tab-box .nav-tabs>.open>a:focus,
.faculty-tab-box .nav-tabs>li>a:hover,
.faculty-tab-box .nav-tabs>li>a:focus {
    color: #333;
    background-color: #ddd;
    border-color: transparent;
}

.faculty-tab-box .nav-tabs>li.active>a,
.faculty-tab-box .nav-tabs>li.active>a:hover,
.faculty-tab-box .nav-tabs>li.active>a:focus {
    color: #ed1b2f;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.faculty-tab-box .panel {
    margin-bottom: 0px;
    border-radius: 0px;
    border-top: none;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.faculty-tab-box .panel-body {
    padding: 15px 15px 0 15px;
}

.faculty-tab-accor {
    width: 100%;
}

.faculty-tab-accor .panel {
    margin-bottom: 1px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*start accordian*/

.panel-group .panel-group .panel {
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-heading {
    background-color: #f1f1f1;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0 !important;
    margin: 0px !important;
    cursor: pointer;
}

.panel-title {
    margin: 0px !important;
}

.panel-title a {
    display: block;
    color: #002147;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}

#bs-collapse .panel-heading a:before {
    content: '\f067';
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

#bs-collapse .panel-heading.active a:before {
    content: '\f068';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: '\f068';
    font-size: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\f068';
    transform: scale(1);
    transition: all 0.5s;
}

.inner-page-heading {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0px 0 15px 0 !important;
}

.inner-page-heading a {
    color: #F7374A;
    transition: .5s
}

.inner-page-heading a:hover {
    text-decoration: none;
    color: #555;
}

.placement-strip {
    width: 100%;
    padding: 30px 0;
    background-color: #f1f1f1;
}

.placement-box {
    width: 100%;
    text-align: center;
}

.placement-box p {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #002147;
}

.placementText {
    font-size: 18px !important;
}

.placement-icon-red,
.placement-icon-blue,
.placement-icon-yellow,
.placement-icon-green {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 25px 0 0 0;
}

.placement-icon-red i,
.placement-icon-blue i,
.placement-icon-yellow i,
.placement-icon-green i {
    display: block;
    font-size: 40px;
}

.placement-icon-red {
    background-color: #ed1b2f;
}

.placement-icon-blue {
    background-color: #01a5e2;
}

.placement-icon-yellow {
    background-color: #ff9727;
}

.placement-icon-green {
    background-color: #199010;
}

.placement-rec {
    width: 100%;
    padding: 30px 0;
}

.placement-rec-grey {
    background-color: #f9f9f9;
}

.placement-rec h3 {
    font-size: 28px !important;
    font-weight: 300 !important;
    margin: 0px 0 30px 0 !important;
    color: #002147;
    text-align: center;
    position: relative;
}

.placement-rec h3:before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: -10px;
}

.placement-rec h3:after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #002147;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -11px;
}

#owl-demo .item img {
    width: 100%;
    border: 1px solid #f1f1f1;
}

.right-box {
    width: 100%;
}

.right-box .carousel-control.left,
.right-box .carousel-control.right {
    width: 30px;
    height: 30px;
    background-color: #003757;
    top: 100% !important;
    margin-top: -30px;
}

.right-box .carousel-control.left {
    right: 32px;
    left: auto;
}

.right-box .carousel-control.right {
    right: 0px;
}

.right-box .carousel-control.left:hover,
.right-box .carousel-control.right:hover {
    background-color: #ed1b2f;
}

.right-box h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    border: none;
    background-color: #002147;
}

.right-box h2 span {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.right-box h2 b {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 5px;
}

.right-box h2 a {
    color: #01a5e2;
}

.right-box h2 a:hover,
.right-box h2 a:focus {
    color: #fff;
    text-decoration: none;
}

.right-box1 {
    width: 100%;
}

.right-box1 .carousel-control.left,
.right-box1 .carousel-control.right {
    width: 30px;
    height: 30px;
    background-color: #003757;
    top: 100% !important;
    margin-top: -65px;
}

.right-box1 .carousel-control.left {
    right: 32px;
    left: auto;
}

.right-box1 .carousel-control.right {
    right: 0px;
}

.right-box1 .carousel-control.left:hover,
.right-box1 .carousel-control.right:hover {
    background-color: #ed1b2f;
}

.right-box1 h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    border: none;
    background-color: #002147;
}

.right-box1 h2 span {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.right-box1 h2 b {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-left: 5px;
}

.right-box1 h2 a {
    color: #01a5e2;
}

.right-box1 h2 a:hover,
.right-box1 h2 a:focus {
    color: #fff;
    text-decoration: none;
}

.right-box2 {
    width: 100%;
    margin-top: 15px;
    padding: 3px;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
}

.right-box2 .message-box {
    padding: 0;
}

.right-box2 .message-box-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right-box2 .message-box h5 {
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 0 5px 0px;
    text-align: center;
    line-height: 12px;
}

.ssImg {
    width: 100%;
    max-width: 120px;
}

.right-box2 .carousel-control.left,
.right-box2 .carousel-control.right {
    width: 20px;
    height: 20px;
    background-color: #003757;
    top: 100% !important;
    margin-top: -21px;
}

.right-box2 .carousel-control.left {
    right: 32px;
    left: auto;
}

.right-box2 .carousel-control.right {
    right: 0px;
}

.right-box2 .carousel-control.left:hover,
.right-box2 .carousel-control.right:hover {
    background-color: #ed1b2f;
}

.right-box2 h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    border: none;
    background-color: #002147;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.right-box2 h2 span {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.right-box2 h2 b {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-left: 5px;
}

.right-box2 h2 a {
    color: #01a5e2;
}

.right-box2 h2 a:hover,
.right-box2 h2 a:focus {
    color: #fff;
    text-decoration: none;
}

.top-rec-logo {
    text-align: center;
    padding: 15px;
}

.sidebarBox {
    width: 100%;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
}

.admission-contactBox {
    width: 100%;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    margin-top: 15px;
}

.admission-contactBox-inner {
    width: 100%;
    padding: 12px;
    background-color: #ecf0f1;
    border-radius: 4px;
}

.admission-contactBox-inner h3 {
    font-size: 20px;
    margin: 0px 0 15px 0;
    font-weight: bold;
    color: #333;
}

.admission-contactBox-inner h4 {
    font-size: 15px;
    margin: 30px 0 15px 0;
    font-weight: bold;
    color: #333;
}

.admission-contactBox-inner p {
    margin: 0px 0 5px 0;
}

.mainBtn {
    background-color: #01a5e2;
    border: none;
    color: #FFFFFF;
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0px;
    margin-bottom: 15px;
}

.mainBtn:hover {
    background-color: #3b94d1;
    color: #FFFFFF;
}

.mainBtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.mainBtn span:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.mainBtn:hover span {
    padding-right: 25px;
}

.mainBtn:hover span:after {
    opacity: 1;
    right: 0;
}

.main-ranking-bg {
    width: 100%;
    padding: 15px;
}

.main-ranking {
    width: 100%;
    margin: auto;
    position: relative;
}

.main-ranking img {
    width: 100%;
}

.btn17 {
    right: -228px;
    bottom: 275px;
}

.btn17:after {
    content: "";
    width: 65px;
    height: 1px;
    background-color: #8DC3C9;
    position: absolute;
    left: -65px;
    top: 50%;
}

.btn16 {
    right: -228px;
    bottom: 217px;
}

.btn16:after {
    content: "";
    width: 85px;
    height: 1px;
    background-color: #D52E7C;
    position: absolute;
    left: -85px;
    top: 50%;
}

.btn15 {
    right: -228px;
    bottom: 160px;
}

.btn15:after {
    content: "";
    width: 110px;
    height: 1px;
    background-color: #F0DD9F;
    position: absolute;
    left: -110px;
    top: 50%;
}

.btn14 {
    right: -228px;
    bottom: 105px;
}

.btn14:after {
    content: "";
    width: 130px;
    height: 1px;
    background-color: #B9DBD0;
    position: absolute;
    left: -130px;
    top: 50%;
}

.btn13 {
    right: -228px;
    bottom: 53px;
}

.btn13:after {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #CFDFC0;
    position: absolute;
    left: -150px;
    top: 50%;
}

.btn13,
.btn14,
.btn15,
.btn16,
.btn17 {
    position: absolute;
    border: 1px solid;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 0px;
}

.btn17,
.btn16,
.btn15,
.btn14,
.btn13 {
    border-left: 4px solid;
}

.btn13 {
    border-color: #CFDFC0;
}

.btn14 {
    border-color: #B9DBD0;
}

.btn15 {
    border-color: #F0DD9F;
}

.btn16 {
    border-color: #D52E7C;
}

.btn17 {
    border-color: #8DC3C9;
}

.btn13:hover {
    color: #3b94d1;
}

.btn14:hover {
    color: #B9DBD0;
}

.btn15:hover {
    color: #F0DD9F;
}

.btn16:hover {
    color: #D52E7C;
}

.btn17:hover {
    color: #8DC3C9;
}

.btn13,
.btn14,
.btn15,
.btn16,
.btn17 {
    background-color: #fff;
}

.btn13:hover {
    background-color: #CFDFC0;
    color: #fff;
}

.btn14:hover {
    background-color: #B9DBD0;
    color: #fff;
}

.btn15:hover {
    background-color: #F0DD9F;
    color: #fff;
}

.btn16:hover {
    background-color: #D52E7C;
    color: #fff;
}

.btn17:hover {
    background-color: #8DC3C9;
    color: #fff;
}

.lbl18,
.lbl17,
.lbl16,
.lbl15,
.lbl14,
.lbl13 {
    color: #fff;
    position: absolute;
    left: 0%;
    width: 100%;
    display: block;
    font-weight: bold;
}

.lbl18 a,
.lbl17 a,
.lbl16 a,
.lbl15 a,
.lbl14 a,
.lbl13 a {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.lbl18 a:hover,
.lbl17 a:hover,
.lbl16 a:hover,
.lbl15 a:hover,
.lbl14 a:hover,
.lbl13 a:hover {
    color: #ddd !important;
    margin-top: -7px;
}

.lbl18 {
    top: 38px;
    font-size: 32px;
}

.lbl17 {
    top: 100px;
    font-size: 28px;
}

.lbl16 {
    top: 158px;
    font-size: 24px;
}

.lbl15 {
    top: 214px;
    font-size: 20px;
}

.lbl14 {
    top: 266px;
    font-size: 18px;
}

.lbl13 {
    top: 305px;
    font-size: 16px;
}

.main-ranking-box {
    width: 100%;
    padding: 15px;
    border: 1px solid #ecf0f1;
    border-radius: 5px;
}

.rnkng-h {
    font-size: 30px !important;
    font-variant: small-caps;
    text-align: center;
    transition: 1s
}

.rnkng-h:first-letter {
    color: #ED1B2F;
}

.rnkng-h:hover {
    color: #ED1B2F;
}

.rnkng-h:hover:first-letter {
    color: #002147;
}

#ranking2017 div:nth-child(5)~div,
#ranking2016 div:nth-child(5)~div,
#ranking2015 div:nth-child(5)~div,
#ranking2014 div:nth-child(5)~div,
#ranking2013 div:nth-child(5)~div {
    display: none;
}

.divLoadMore {
    display: block !important;
    text-align: center;
}

.loadMore {
    width: 250px;
    margin-top: 25px;
    background-color: #002147 !important;
    font-size: 16px;
}

.textCen {
    text-align: center !important;
}

.contentLi1 {
    margin: 0px;
    padding: 0px;
}

.contentLi1 ul {
    margin: 0px;
    padding: 0px;
}

.contentLi1 li {
    margin: 0px;
    padding: 5px 5px 5px 30px;
    list-style: none;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    position: relative;
}

.contentLi1 li a {
    color: #333;
}

.contentLi1 li a:hover {
    color: #ed1b2f;
    text-decoration: none;
}

.contentLi1 li:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 10px;
    top: 5px;
}

.contentLi1 li:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.contact-map {
    width: 100%;
    margin: 30px 0 0 0;
}

.contact-google-map {
    position: relative;
    padding-bottom: 28.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.contact-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gdpiBox {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 30px;
}

.gdpiBoxInner {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.gdpiBoxInner b {
    font-size: 18px;
    color: #002147;
}

.gdpiBoxInner i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #ed1b2f;
}

.executiveCouncilImg {
    width: 100%;
    max-width: 80px;
}

.locationbox {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.locationbox-google-map {
    position: relative;
    padding-bottom: 45.25%;
    padding-top: 25px;
    height: 0;
}

.locationbox-google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why-ims-inner-page {
    width: 100%;
}

.why-ims-inner-page p {
    text-align: center !important;
}

.contactDetail {
    width: 100%;
    text-align: center;
}

.contactDetail i {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.contactDetail p {
    text-align: center;
    font-size: 15px;
}

.locationMap {
    width: 100%;
    max-width: 478px;
}

.virtualLocation {
    width: 100%;
    max-width: 186px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.contact-department {
    width: 100%;
}

.contact-department p {
    text-align: left;
}

.contact-departmentText {
    text-align: center !important;
}

.contact-department-heading {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}

hr.style-one {
    border: 0;
    margin: 0 0 20px 0;
    height: 1px;
    background-color: #efefef;
}

.placementMainBox {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    margin: 10px 0;
    border-radius: 5px;
}

.placementMainBox i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    color: #002147;
}

.placementMainBox a {
    display: block;
    text-decoration: none;
}

.placementMainBox h3 {
    margin: 0px;
    background-color: rgba(180, 1, 1, 0.9);
    text-shadow: 1px 1px 1px #333;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
}

.alumniTest-tab-box {
    width: 100%;
}

.alumniTest-tab-box .nav-tabs>li>a,
.alumniTest-tab-box .nav-tabs>li>a:hover,
.alumniTest-tab-box .nav-tabs>li>a:focus {
    color: #333;
    background-color: #edeff2;
    border-radius: 0px;
    border: 1px solid #dddddd;
    padding: 10px !important;
    font-weight: bold;
}

.alumniTest-tab-box .nav-tabs>.open>a,
.alumniTest-tab-box .nav-tabs>.open>a:hover,
.alumniTest-tab-box .nav-tabs>.open>a:focus,
.alumniTest-tab-box .nav-tabs>li>a:hover,
.alumniTest-tab-box .nav-tabs>li>a:focus {
    color: #333;
    background-color: #ddd;
    border-color: transparent;
}

.alumniTest-tab-box .nav-tabs>li.active>a,
.alumniTest-tab-box .nav-tabs>li.active>a:hover,
.alumniTest-tab-box .nav-tabs>li.active>a:focus {
    color: #ed1b2f;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.alumniTest-tab-box .panel {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.alumniTest-tab-box .panel-body {
    padding: 15px 0 0 0;
}


/*#alumni-pgdm h2 span, #alumni-mca h2 span{}*/

@media(max-width:480px) {
    .alumniTest-tab-box .nav-tabs>li>a {
        font-size: 10px;
    }
    .alumni-events-bg h2 {
        font-size: 16px;
        text-align: center
    }
    .alumni-events-bg h2 b {
        font-size: 12px;
    }
}

@media(max-width:1200px) {
    .alumniTest-tab-box h2 span,
    .alumni-events-bg h2 span {
        width: auto;
    }
}

@media(min-width:1200px) {
    .alumni-events-bg h2 {
        font-style: 27px;
    }
}

@media(min-width:992px) {
    .alumni-events-bg h2 {
        font-style: 27px;
    }
}

#ticker_02 {
    height: 258px;
    overflow: hidden;
}

.contactVLine {
    width: 100%;
    position: relative;
}

.contactVLine:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    left: -15px;
    top: 0px;
}

.recTestiBox {
    width: 100%;
}

.recTestiBoxImg {
    width: 150px;
    border-radius: 5px;
}

@media(max-width:480px) {
    .recTestiBox .content {
        width: 100%;
    }
}

.recTestiBox p:last-child {
    margin-bottom: 0px;
}

.placementTrackBox {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-bottom: 6px solid #002147;
}

.placementTrackBox img {
    width: 100%;
}

.summerPlacementImg {
    width: 100%;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
}

.summerPlacementImg img {
    width: 100%;
    max-width: 575px;
}

.eventSearch {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.eventSearch select {
    height: 40px;
    border: 1px solid #ddd;
    padding: 7px 15px;
}

.eventSearch button {
    margin: -5px 0 0 0;
}

.newsInnerPage {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 0 0px 10px 0px;
    position: relative;
    margin-bottom: 15px;
}

.newsInnerPage p {
    margin: 0px;
}

.newsInnerPage p a {
    color: #333;
    font-weight: 600;
}

.newsInnerPage p a:hover {
    color: #ed1b2f;
    text-decoration: none;
}

.newsInnerPageDate {
    width: 130px;
    background-color: #efefef;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    color: #ed1b2f;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: 600;
}

.squaredTwo,
.squaredTwo1,
.squaredTwo2 {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fcfff4;
    text-align: center;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    margin: 0px 8px 0 0;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
}

.squaredTwo label,
.squaredTwo1 label,
.squaredTwo2 label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 3px;
    top: 3px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d', GradientType=0);
}

.squaredTwo label:after,
.squaredTwo1 label:after,
.squaredTwo2 label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 3px solid #22af4a;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after,
.squaredTwo1 label:hover::after,
.squaredTwo2 label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked+label:after,
.squaredTwo1 input[type=checkbox]:checked+label:after,
.squaredTwo2 input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.gdpiformBoxMain {
    width: 100%;
}

.gdpiformBoxMain .form-group {
    position: relative;
}

.gdpiformBoxMain .form-group i {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 18px;
}

.gdpiformBoxMain .form-control {
    border-radius: 0px;
    border-radius: 0px;
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gdpiformBox {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.gdpiformBoxtext {
    display: block;
    margin: 10px 0 5px 0px;
    font-size: 18px;
}

.counter-area .counter1-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 15px;
}

.counter-area .counter1-box h2 {
    color: #002147;
    font-size: 54px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.counter-area .counter1-box p {
    color: #333;
    font-size: 15px;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.title-bar-counter {
    position: relative;
}

.title-bar-counter:before {
    content: "";
    height: 2px;
    width: 70px;
    background: #f7374a;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.counter-area .counter1-box1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.counter-area .counter1-box1img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.counter-area .counter1-box1 h3 {
    color: #002147;
    font-size: 18px;
    font-weight: bold;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.counter-area .counter1-box1 p {
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}

.mcaquery {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
}

.mcaquery h4 {
    margin: 0 0 10px 0;
}

.mcaquery .form-control {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mcaquery .alumni-login-btn {
    padding: 6px 15px;
}

.mcaquery .form-group {
    margin-bottom: 10px;
}

.pgdm-video {
    width: 100%;
    max-width: 450px;
    float: right;
    margin-left: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    -webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
}

.pgdm-video-inner {
    position: relative;
    padding-bottom: 57.25%;
    padding-top: 25px;
    height: 0;
}

.pgdm-video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placement-calendar-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.placementReportBoxNew {
    width: 100%;
}

.placementReportBoxNew p {
    text-align: left !important;
}

.readText {
    color: #ed1b2f !important;
    text-decoration: none;
}

.announcement-bg-mob {
    background-color: rgba(0, 33, 71, 1);
    width: 100%;
    padding: 10px 30px;
    color: #fff;
    display: none;
}

.announcement-bg {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999999;
}

@media(max-width:768px) {
    .marque-passctn {
        display: none;
    }
}

.announcement-bg-inner {
    width: 100%;
    background-color: rgba(0, 33, 71, 0.8);
}

.announcement-bg h3 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 15px 12px 15px;
    background-color: #ed1b2f;
    color: #fff;
    position: relative;
}

.announcement-bg h3 a {
    color: #fff;
    text-decoration: none;
}

.announcement-bg h3 a:hover {
    color: #fff000;
    text-decoration: none;
}

.announcement-bg h3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -35px;
    bottom: 0;
    border-left: 15px solid #ed1b2f;
    border-right: 20px solid transparent;
    border-top: 42px solid transparent;
}

.announcement-bg-text {
    width: 100%;
    padding: 7px 0px;
    color: #fff;
}

.pgdm-calendar-header {
    background-color: #f7374a;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 34px;
    margin-top: 30px;
    font-weight: bold;
}

.pgdm-calendar-header1 {
    width: 100%;
    background-color: #efefef;
    padding: 5px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.pgdm-calendar {
    width: 100%;
    padding: 30px;
    border: 8px solid #efefef;
    border-top: none;
    position: relative;
    margin-top: 0px;
    -webkit-box-shadow: 0 8px 6px -6px #ddd;
    -moz-box-shadow: 0 8px 6px -6px #ddd;
    box-shadow: 0 8px 6px -6px #ddd;
}

.pgdm-calendar h4 {
    font-size: 30px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    color: #002147;
}

.pgdm-calendar h4 a {
    background-color: transparent;
    border: 2px solid #efefef;
    display: block;
    padding: 50px 15px;
    color: #002147;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pgdm-calendar h4 a:hover {
    background-color: #f7374a;
    color: #fff;
    text-decoration: none;
}

.pgdm-calendar-header:before,
.pgdm-calendar-header:after {
    content: "";
    width: 40px;
    height: 80px;
    border: 4px solid #fff;
    background-color: #f7374a;
    position: absolute;
    top: -30px;
    border-radius: 20px;
}

.pgdm-calendar-header:before {
    left: 15%;
}

.pgdm-calendar-header:after {
    right: 15%;
}

.calender {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid #000;
    margin-top: 40px;
}

.calender-design-head {
    background-color: #ED1B2F;
    padding: 3px 30px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Comic Sans MS", cursive, sans-serif;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    font-variant: small-caps;
}

.calender-design-head:before,
.calender-design-head:after {
    content: "";
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    background-color: #002147;
    position: absolute;
    top: -30px;
    border-radius: 20px;
}

.calender-design-head:before {
    left: 10%;
}

.calender-design-head:after {
    right: 10%;
}

.calender-design-body {
    height: 150px;
}

.calender-design-body:before {
    content: "";
    width: 85%;
    border: 1px solid #ED1B2F;
    position: absolute;
    top: 80px;
}

@media(max-width:991px) {
    .calender-design-body:before {
        width: 83%;
    }
}

@media(max-width:767px) {
    .calender-design-body:before {
        width: 95%;
    }
}

@media(max-width:480px) {
    .calender-design-body:before {
        width: 89%;
    }
}

.calender-design-body a {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #000;
    transition: 1s;
}

.calender-design-body a:hover {
    text-decoration: none;
    color: #ED1B2F;
    font-size: 70px;
    text-shadow: 2px 2px orange;
}


/*start floatter*/

.slide-gdpi {
    height: 175px;
    width: auto;
    right: -426px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    height: 200px;
    position: fixed;
    z-index: 9;
    top: 30%;
    border: 0px solid red;
}

.slide-gdpi {
    z-index: 212;
}

.gdpi-hidden {
    width: 425px;
    height: auto;
    display: inline-block;
    position: relative;
    background: #fff;
    background-size: cover;
    border-right: 1px solid #ffffff;
    float: right;
    border: 1px solid #ed1b2f;
    border-right: none;
}

.gdpirates-ul {
    padding: 2px 15px;
    background: #f2f2f2;
    margin: 5px 0 5px 5px;
}

.gdpirates-ul a {
    color: #ed1b2f;
    text-decoration: none;
    text-align: center !important;
}

.gdpirates-ul a:hover {
    color: #002147;
    text-decoration: none;
}

.gdpirates-ul a i {
    transition: .5s;
}

.gdpirates-ul a:hover i {
    margin-left: 10px;
}

.gdpirates-ul h6 {
    font-size: 16px;
    color: #ed1b2f;
    border-bottom: 1px solid #9d9d9d;
    padding: 0 0 4px 0;
}

.gdpirates-ul h4 {
    font-size: 15px;
    color: #002147;
    padding: 3px 0 8px 44px;
    margin: 0px;
    position: relative;
}

.gdpirates-ul h4 span {
    color: #ed1b2f;
    display: block;
    font-weight: bold;
}

.gdpirates-ul h4 i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #ed1b2f;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0px;
}

.gdpi-click {
    background: #002147;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    position: relative;
    top: 55px;
    margin-right: -57px;
    float: right;
}

.gdpi-click:after {
    content: "\f106";
    font-family: 'FontAwesome';
    width: 25px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #ed1b2f;
    font-size: 20px;
    color: #002147;
}

.gdpi-click .text {
    font-family: 'FuturaBT-Light';
    font-size: 13px;
    line-height: 37px;
    width: 147px;
    color: #fefefe;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    cursor: pointer;
    text-align: center;
    background-position: -6px 1539px;
}

.gdpi-click .arrow {
    height: 24px;
    background-color: #ED1B2F;
    color: #002147;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.gdpi-click .arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gdpi-click-date {
    font-size: 15px;
    line-height: 37px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    text-align: center;
    background-position: -6px 1539px;
}

.active_gdpirates {
    right: 0px !important;
    z-index: 9999;
}

.contactHeading {
    font-size: 18px;
    color: #ed1b2f !important;
    font-weight: 500;
    margin: 15px 0 10px 0;
}

@media (max-width:767px) {
    .contactHeading {
        text-align: center;
    }
}

.social-likes {
    margin: 0px 0 10px 0;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.social-likes ul {
    margin: 0px;
    padding: 0px;
}

.social-likes li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #ddd;
    color: #333;
    text-align: center;
}

footer {
    width: 100%;
    background-image: url(../images/footer-banner.jpg);
    background-size: cover;
    background-position: center;
}

.footer-overlay {
    padding: 30px 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 33, 71, 0.7);
}

.footer-li {
    margin: 0px;
    padding: 0px;
}

.footer-li ul {
    margin: 0px;
    padding: 0px;
}

.footer-li li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}

@media (max-width:767px) {
    .footer-li li {
        font-size: 13px !important;
    }
}

.footer-li li a {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-li li a:hover {
    color: #5a99ff;
    text-decoration: none;
}

.sitelock {
    margin: 0 0 0 20px;
}

@media (max-width:1199px) {
    .sitelock {
        margin: 15px 0 0 0;
    }
}

@media (max-width:767px) {
    .sitelock {
        margin: 0 0 0 15px;
    }
}

.contact-li {
    margin: 0px;
    padding: 0px;
}

.contact-li ul {
    margin: 0px;
    padding: 0px;
}

.contact-li li {
    margin: 0px 0 15px 0;
    padding: 0px;
    list-style: none;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.contact-li li a {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.contact-li li a:hover {
    color: #5a99ff;
    text-decoration: none;
}

.social-media {
    width: 254px;
    height: 32px;
}

.fIcon,
.wIcon,
.tIcon,
.inIcon,
.gIcon,
.yIcon,
.insIcon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fIcon {
    background-color: #3b5998;
}

.fIcon:hover {
    color: #3b5998;
    background-color: #fff;
}

.wIcon {
    background-color: #414141;
    margin-left: 5px;
}

.wIcon:hover {
    color: #414141;
    background-color: #fff;
}

.tIcon {
    background-color: #00aced;
    margin-left: 5px;
}

.tIcon:hover {
    color: #00aced;
    background-color: #fff;
}

.inIcon {
    background-color: #007bb6;
    margin-left: 5px;
}

.inIcon:hover {
    color: #007bb6;
    background-color: #fff;
}

.gIcon {
    background-color: #dd4b39;
    margin-left: 5px;
}

.gIcon:hover {
    color: #dd4b39;
    background-color: #fff;
}

.yIcon {
    background-color: #bb0000;
    margin-left: 5px;
}

.yIcon:hover {
    color: #bb0000;
    background-color: #fff;
}

.insIcon {
    background-color: #155685;
    margin-left: 5px;
}

.insIcon:hover {
    color: #155685;
    background-color: #fff;
}

.footer-bottom {
    width: 100%;
    padding: 7px 0;
    line-height: 10px;
    background-color: #002147;
}

.copyright,
.copyright a,
.design,
.design a {
    font-size: 13px;
    color: #f1f1f1;
}


/*{color: #f1f1f1; }*/

.copyright a:hover {
    color: #ed1b2f;
    text-decoration: none;
}

.design {
    text-align: right;
}

.design a:hover {
    color: #ed1b2f;
    text-decoration: none;
}

.placedBox {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.placedBox>img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.placedBox:hover>img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.placedBox-Des {
    width: 100%;
    margin-top: 10px;
}

.placedBox-Des h3 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
}

.comLogo {
    height: 45px;
    position: relative;
}

.comLogo img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mt20 {
    margin-top: 20px;
}


/* Start Contact Us */

.contact {
    border: 1px solid #1b9ada;
    height: 30px;
    width: 200px;
    margin: -16px 0 0 30px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
}

.hw100 {
    height: 50px;
    width: 50px;
}

.lbl {
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
}

.fl:first-letter {
    font-size: 40px;
    color: #1b9ada;
}

.ci {
    width: 18px;
    height: 18px;
}

.margin-top30 {
    margin-top: 30px !important;
}

.trTable:hover {
    background-color: #fcf8e3;
}

.gdpiI {
    height: 200px;
    width: 250px;
}

.ht180 {
    height: 180px;
}

.typewriter {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    animation: type 8s steps(60, end);
    text-decoration: none !important;
}

.typewriter:nth-child(2) {
    font-size: 20px;
    animation: type2 4s steps(60, end);
}

@keyframes type2 {
    from {
        width: 0;
    }
}

@keyframes type {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100;
    }
}

.alumni-login-box {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px;
}

@media(max-width:991px) {
    .alumni-login-box {
        margin-bottom: 30px;
    }
}

.alumni-login-box .form-control {
    border-radius: 0px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alumni-login-box p {
    text-align: center;
    margin: 0px;
}

.alumni-login-box p a {
    color: #002147;
    cursor: pointer;
    font-size: 12px;
}

.alumni-login-box p a:hover {
    color: #ed1b2f;
}

.forgottnPassFld {
    display: none;
}

.alumni-login-btn {
    background-color: #ed1b2f;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.alumni-login-btn:hover,
.alumni-login-btn:focus {
    background-color: #ab0b25;
}

.alumni-events-bg {
    width: 100%;
}

.alumni-events-bg h2 {
    font-size: 19px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 15px 0;
    border: none;
    padding: 0px;
}

.alumni-events-bg h2 span {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 15px;
}

.alumni-events-bg h2 b {
    font-size: 18px;
    color: #ed1b2f;
    font-weight: 400;
    padding-left: 5px;
}

.alumni-events-bg h2 a {
    color: #ed1b2f;
}

.alumni-events-bg h2 a:focus {
    color: #002147;
    text-decoration: none;
}

.alumni-events-bg a:hover {
    text-decoration: none;
}

.alumni-event-box {
    height: auto;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 10px 0px;
}

.alumni-event-box p:nth-child(4) {
    max-height: 70px;
    overflow: auto;
}

.alumni-event-box img {
    height: 120px;
    width: 100%;
}

.alumni-event-box p {
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #333;
    line-height: 22px;
    text-align: left;
}

.alumni-event-box p.aeb-head {
    font-size: 18px !important;
}

.alumni-event-box p a {
    color: #ed1b2f;
}

.alumni-testimonial-bg {
    width: 100%;
    padding: 30px 0;
    background-color: #f1f1f1;
}

.alumni-testimonial-bg h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 15px 0;
    border: none;
    padding: 0px;
}

.alumni-testimonial-bg h2 span {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 15px;
}

@media(max-width:767px) {
    .alumni-testimonial-bg h2 span {
        font-size: 16px;
    }
}

.alumni-testimonial-bg h2 b {
    font-size: 18px;
    color: #ed1b2f;
    font-weight: 400;
    padding-left: 5px;
}

.alumni-testimonial-bg h2 a {
    color: #ed1b2f;
}

.alumni-testimonial-bg h2 a:focus {
    color: #002147;
    text-decoration: none;
}

.alumni-testimonial-box {
    width: 100%;
    padding: 30px 20px 10px 20px;
    ;
    background-color: #fff;
    margin-top: 30px;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.alumni-testimonial-box:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    width: 34px;
    height: 34px;
    border: 2px solid #333;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: -17px;
}

.alumni-testimonial-box .content {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    display: none;
}

.alumni-testimonial-box h4 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.alumni-testimonial-box p {
    text-align: justify;
    font-size: 15px;
}

.atb-change {
    position: absolute !important;
    z-index: 999 !important;
    width: 93% !important;
}

.atb-short-cont,
.panel-heading~p {
    text-align: center !important;
}

.alumniTextImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ddd;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.alumniTextImg img {
    width: 100%;
}

.alumni-register-box {
    width: 100%;
}

.alumni-register-box .form-control {
    border-radius: 0px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alumni-register-box textarea.form-control {
    height: 180px;
}

.alumni-register-box p {
    margin: 0px;
    margin-bottom: 15px;
}

.alumni-register-box p a {
    color: #002147;
}

.alumni-register-box p a:hover {
    color: #ed1b2f;
}

.simple-btn {
    background-color: #ed1b2f;
    border: none;
    font-weight: 400;
    border-radius: 0px;
}

.simple-btn:hover,
.simple-btn:focus {
    background-color: #ab0b25;
}

.alumniText {
    color: #ed1b2f !important;
}

.alumni-my-page {
    width: 100%;
    background-color: #f1f1f1;
    padding: 15px;
}

.alumni-my-page h4 {
    margin: 0 0 15px 0;
}

.alumni-mypageImage {
    float: left;
    margin-right: 10px;
}

.b:hover {
    color: #1b9ada;
}

.bcH {
    color: #1B9ADA;
}

.pd-H {
    height: 200px;
    overflow: hidden;
}

.pd-H-anim1,
.pd-H-anim2 {
    -webkit-transition: height 5s;
    transition: height 5s;
}

.pd-H-anim1:hover {
    height: 355px;
}

.pd-H-anim2:hover {
    height: 520px;
}

.ulc {
    margin-bottom: 14px;
    list-style: none;
}

.lic {
    height: auto;
    margin: 0 0 7px 0;
    text-indent: 0em;
}

.lic a {
    height: auto;
    display: block;
    margin: 0 0 7px 0;
    color: #333;
    padding: 2px 0 0 20px;
    text-decoration: none;
}

.lic a:hover {
    background-color: #EFEFEF;
}

.orange {
    border-left: 5px solid #F5876E;
}

.blue {
    border-left: 5px solid #61A8DC;
}

.green {
    border-left: 5px solid #8EBD40;
}

.purple {
    border-left: 5px solid #988CC3;
}

.gold {
    border-left: 5px solid #D8C86E;
}

.tdSpcl {
    border-left: 3px solid #4cae4c !important;
}

.tdSpcl1 {
    border-left: 3px solid #bbb !important;
}

.thSpcl {
    border-left: 3px solid #5bc0de !important;
}

.textarea {
    height: 130px;
    width: 100%;
}

.arrow_box {
    color: #fff;
    height: 30px;
    position: relative;
    margin-left: 28px;
}

.ab_co {
    background: #F5876E;
    border: 2px solid #f5775b;
}

.ab_cb {
    background: #61A8DC;
    border: 2px solid #69b4f5;
}

.ab_cg {
    background: #8EBD40;
    border: 2px solid #77bd31;
}

.ab_cp {
    background: #947dc3;
    border: 2px solid #988CC3;
}

.ab_cgo {
    background: #d8bb47;
    border: 2px solid #D8C86E;
}

.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-width: 15px;
    margin-top: -15px;
}

.arrow_box:before {
    border-width: 18px;
    margin-top: -18px;
}

.arrow_box_co:after {
    border-color: rgba(245, 119, 91, 0);
    border-right-color: #f5775b;
}

.arrow_box_co:before {
    border-color: rgba(245, 135, 110, 0);
    border-right-color: #F5876E;
}

.arrow_box_cb:after {
    border-color: rgba(105, 180, 245, 0);
    border-right-color: #61A8DC;
}

.arrow_box_cb:before {
    border-color: rgba(97, 168, 220, 0);
    border-right-color: #61A8DC;
}

.arrow_box_cg:after {
    border-color: rgba(119, 189, 49, 0);
    border-right-color: #77bd31;
}

.arrow_box_cg:before {
    border-color: rgba(142, 189, 64, 0);
    border-right-color: #8EBD40;
}

.arrow_box_cp:after {
    border-color: rgba(148, 125, 195, 0);
    border-right-color: #947dc3;
}

.arrow_box_cp:before {
    border-color: rgba(152, 140, 195, 0);
    border-right-color: #988CC3;
}

.arrow_box_cgo:after {
    border-color: rgba(216, 187, 71, 0);
    border-right-color: #d8bb47;
}

.arrow_box_cgo:before {
    border-color: rgba(216, 200, 110, 0);
    border-right-color: #D8C86E;
}

.spanH {
    font-size: 14px;
    color: #1b9ada;
}

.mainBox {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.mainBox h3 {
    position: absolute;
    left: 0px;
    bottom: 10px;
    margin: 0px;
    background-color: rgba(180, 1, 1, 0.9);
    text-shadow: 1px 1px 1px #333;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

h3 a {
    text-decoration: none;
    color: #fff;
}

.mainBox:hover h3 {
    background-color: #35414b;
}

.mainBox:hover h3 a {
    color: #fff;
}

.MainBoxI {
    height: 150px;
}

select[multiple],
select[size] {
    height: auto !important;
}

.galleryBox {
    width: 100%;
    margin: 0 0 10px 0;
    height: 280px;
    position: relative;
    border: 1px solid;
}

.gallery-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 71, 0.8);
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    display: table-cell;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.galleryBox:hover .gallery-overlay {
    opacity: 0.9;
}

.galleryBox img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.galleryBox h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 5px 0;
    padding: 0 10px;
    color: #2d2d2d;
}

.galleryBox i {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    color: #fff;
}

.textarea {
    height: 130px;
    width: 100%;
}

.arrow_box {
    color: #fff;
    height: 30px;
    position: relative;
    margin-left: 28px;
}

.ab_co {
    background: #F5876E;
    border: 2px solid #f5775b;
}

.ab_cb {
    background: #61A8DC;
    border: 2px solid #69b4f5;
}

.ab_cg {
    background: #8EBD40;
    border: 2px solid #77bd31;
}

.ab_cp {
    background: #947dc3;
    border: 2px solid #988CC3;
}

.ab_cgo {
    background: #d8bb47;
    border: 2px solid #D8C86E;
}

.arrow_box:after,
.arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-width: 15px;
    margin-top: -15px;
}

.arrow_box:before {
    border-width: 18px;
    margin-top: -18px;
}

.arrow_box_co:after {
    border-color: rgba(245, 119, 91, 0);
    border-right-color: #f5775b;
}

.arrow_box_co:before {
    border-color: rgba(245, 135, 110, 0);
    border-right-color: #F5876E;
}

.arrow_box_cb:after {
    border-color: rgba(105, 180, 245, 0);
    border-right-color: #61A8DC;
}

.arrow_box_cb:before {
    border-color: rgba(97, 168, 220, 0);
    border-right-color: #61A8DC;
}

.arrow_box_cg:after {
    border-color: rgba(119, 189, 49, 0);
    border-right-color: #77bd31;
}

.arrow_box_cg:before {
    border-color: rgba(142, 189, 64, 0);
    border-right-color: #8EBD40;
}

.arrow_box_cp:after {
    border-color: rgba(148, 125, 195, 0);
    border-right-color: #947dc3;
}

.arrow_box_cp:before {
    border-color: rgba(152, 140, 195, 0);
    border-right-color: #988CC3;
}

.arrow_box_cgo:after {
    border-color: rgba(216, 187, 71, 0);
    border-right-color: #d8bb47;
}

.arrow_box_cgo:before {
    border-color: rgba(216, 200, 110, 0);
    border-right-color: #D8C86E;
}

.spanH {
    font-size: 14px;
    color: #1b9ada;
}

.mainBox {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.mainBox h3 {
    position: absolute;
    left: 0px;
    bottom: 10px;
    margin: 0px;
    background-color: rgba(180, 1, 1, 0.9);
    text-shadow: 1px 1px 1px #333;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

h3 a {
    text-decoration: none;
    color: #fff;
}

.mainBox:hover h3 {
    background-color: #35414b;
}

.mainBox:hover h3 a {
    color: #fff;
}

.MainBoxI {
    height: 150px;
}

.recBox {
    width: 100%;
    height: 90px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
}

.recBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mb20 {
    margin-bottom: 20px;
}

.form-box {
    border: 1px solid;
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.form-box-head {
    border: 1px solid #ddd;
    margin: -15px 0 0 30px;
    background-color: #fff;
    color: #1b9ada;
    height: 30px;
    text-align: center;
}

.mndtry {
    color: red;
}

.colapsbl-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.colapsbl-box-img {
    width: 100%;
}

.colapsbl-box-des p {
    display: none;
}

.mbl10 {
    margin: 10px 0 10px 10px;
}

.m10 {
    margin: 0 10px 0 10px;
}

.p1,
.p2,
.p3 {
    display: none;
    margin: 0 10px 0 10px;
}

.content-colapsbl {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.hr {
    border: 0;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%);
    background: -o-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%);
    background: -ms-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%);
    background: linear-gradient(to right, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%);
}

.phd {
    height: 30px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #ddd;
}

.vrtcl-algn p,
.vrtcl-algn p.p {
    margin-top: 3px;
    text-align: center;
    font-size: 14px;
}

.vrtcl-algn p.p {
    color: #1b9ada;
}


/* start success story */

.success-story {
    border: 1px solid;
    height: 350px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 5px 20px 5px;
    box-shadow: 0px 5px 5px #888;
    overflow: hidden;
}

.success-story img.sss {
    height: 45px;
    width: 100%
}

.success-story.blue {
    background-color: #0D6BC3;
}

.success-story.green {
    background-color: #27A85F;
}

.success-story.orange {
    background-color: #C3650D;
}

.success-story.skyblue {
    background-color: #01A5CF;
}

.success-story:hover {
    overflow-y: visible;
}

.ss-head {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px !important;
    border-bottom: 1px solid #000 !important;
}

.ss-head em {
    font-size: 12px;
}

.ss-compny {
    width: 100%;
    max-height: 70px;
}

.ss-head-green:first-letter {
    font-size: 24px !important;
}

.ss-head-blue:first-letter {
    font-size: 24px !important;
}

.ss-des {
    padding: 5px 7px 5px 7px;
}

.ss-des p {
    color: #fff !important;
}

.ss-des p:hover:first-letter {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.red {
    color: #B92754;
}

.success-story::-webkit-scrollbar {
    width: 5px;
}

.success-story::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 10px 0px 10px 0px;
}

.success-story-green::-webkit-scrollbar-thumb {
    background-color: #658340;
    outline: 1px solid orange;
}

.success-story-blue::-webkit-scrollbar-thumb {
    background-color: #1171B2;
    outline: 1px solid orange;
}

.img-ss-green {
    box-shadow: 0px 0px 10px 3px #658340;
}

.img-ss-blue {
    box-shadow: 0px 0px 10px 3px #1171B2;
}

.santri {
    color: orange;
}

.white {
    color: #fff;
}

.blue-c {
    color: blue;
}

.green-c {
    color: green;
}

.red-bright {
    color: #FF0000;
}

.bc-white {
    background-color: #fff;
}

.bc-black {
    background-color: #000;
    outline: 1px solid #FF0000;
}

.bc-bright-green {
    background-color: #39939C;
}

.bc-santri {
    background-color: orange;
}

.bc-blue {
    background-color: blue;
}


/* End Success Story */

.sweetBox {
    width: 100%;
    min-height: 50px;
    border: 1px solid #ddd;
    padding: 10px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    background-color: #81C0C7;
}

.sweetBox p {
    text-align: center;
    margin-bottom: 0px;
    line-height: 18px;
}

.rankbox {
    height: auto;
    border: 1px solid;
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    text-align: center;
    color: #D83182;
    position: relative;
    -webkit-animation-name: animateiam;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: animateiam;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes animateiam {
    0% {
        border: 1px solid red;
    }
    25% {
        border: 1px solid green;
    }
    50% {
        border: 1px solid yellow;
    }
    75% {
        border: 1px solid blue;
    }
    100% {
        border: 1px solid orange;
    }
}

@keyframes animateiam {
    0% {
        border: 1px solid red;
    }
    25% {
        border: 1px solid green;
    }
    50% {
        border: 1px solid yellow;
    }
    75% {
        border: 1px solid blue;
    }
    100% {
        border: 1px solid orange;
    }
}

.rankbox img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.rankbox .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.rankbox .overlay.bg-1 {
    background-color: rgba(8, 142, 221, 0.8);
}

.rankbox .overlay.bg-2 {
    background-color: rgba(202, 35, 115, 0.8);
}

.rankbox .overlay.bg-3 {
    background-color: rgba(240, 193, 68, 0.8);
}

.rankbox .overlay.bg-4 {
    background-color: rgba(85, 188, 201, 0.8);
}

.rankbox .overlay.bg-5 {
    background-color: rgba(139, 196, 153, 0.8);
}

.rankbox:hover .overlay {
    opacity: 1;
}

.rankbox:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.rankbox .overlay .text {
    color: white;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.b-big {
    font-size: 25px !important;
    color: #1b9ada;
}

.b-big sup {
    font-size: 22px !important;
}

.amp {
    font-size: 30px;
}

.video-height {
    height: 192px;
    width: 100%;
}

.time-year {
    color: #fff !important;
    text-decoration: none !important;
}

.placementRow {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.placementCol {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.placementReportBox {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
}

.placementReportBoxHeading {
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
}

.placementReportBoxHeading1 {
    font-size: 24px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #333 !important;
    margin: 0 0 0px 0 !important;
}

.placementReportBoxHeading span,
.placementReportBoxHeading1 span {
    color: #002147;
}

.placementReportBoxHeading2 {
    font-size: 24px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #ed1b2f !important;
    margin: 0 0 15px 0 !important;
}

.placementReportIcon {
    width: 100%;
    font-size: 50px;
    color: #002147;
    line-height: 50px;
    margin-bottom: 15px;
}

.placementReportIcon i {
    color: #ed1b2f;
}

.placementSummary {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}

.placementSummary span {
    color: #002147;
    font-size: 50px;
    font-weight: bold;
}

.placementSummary1 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.placementSummary1 span {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: #002147;
    line-height: 40px;
    margin-right: 5px;
}

.placementSummary2 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.placementSummary2 span {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: #002147;
    line-height: 40px;
    margin-right: 5px;
}

.placementSummary3 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    margin-top: 49px;
}

.placementSummary3 span {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: #002147;
    line-height: 40px;
    margin-right: 5px;
}

.placementSummary4 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    margin-top: 49px;
}

.placementSummary4 span {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: #002147;
    line-height: 40px;
    margin-right: 5px;
}

.placementSummary5 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 11px;
}

.placementSummary5 span {
    font-size: 50px;
    font-weight: bold;
    float: left;
    color: #002147;
    line-height: 40px;
    margin-right: 5px;
}

.sector-box {
    width: 100%;
    padding: 5px 10px 10px 55px;
    position: relative;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.sector-box span {
    font-size: 20px;
    font-weight: bold;
    color: #002147;
}

.sector-box i {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    background-color: #ed1b2f;
    font-size: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
}

.expert-view {
    border: 1px solid #eee;
    min-height: 110px;
    max-height: 800px;
    width: 100%;
    margin: 25px 0 50px 0;
    overflow-y: auto;
}

.expert-view-img {
    height: 150px;
    width: 150px;
    border: 1px solid #eee;
    background-color: #000-webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background-color: #fff;
    position: absolute;
}

.expert-det-left,
.expert-det-right {
    position: relative;
}

.expert-det-left {
    margin: 0 20px 0 150px;
}

.expert-det-right {
    margin: 0 150px 0 20px;
}

.b-expert {
    color: #1b9ada;
}

.b-expert:hover {
    color: #000;
}

.expert-detail p {
    height: auto;
}

.right-view {
    margin: -20px 0 0 -25px;
}

.left-view {
    margin: -20px 0 0 83%;
}

.mobile-header {
    display: none;
}

.fac {
    min-height: 70px !important;
    background-color: #fff !important;
    border-bottom: 6px solid #002147;
}

.fac span {
    font-size: 10.5px;
}

.mob-only {
    display: none;
    padding: 15px;
    text-align: center;
    font-size: 10px;
}

.differ-box {
    height: 243px;
    width: 100%;
    border: 1px solid #002147;
    overflow: hidden;
}

.differ-box .one {
    height: 115px;
    overflow: hidden;
    padding: 0px 10px;
    text-align: justify;
}

.differ-box .two {
    height: 115px;
    overflow: hidden;
}

@media(max-width:1199px) {
    .why-inner {
        min-height: 145px;
    }
    h2 span {
        width: 100%;
    }
    .message-box h4,
    .message-box h5 {
        font-size: 12px;
    }
    .message-box .imgCompany {
        height: 30px;
    }
    .toolbar .navbar-default .navbar-nav>li>a {
        font-size: 13px !important;
    }
    .event-li li {
        font-size: 11px;
    }
    .placedBox-Des h3 {
        font-size: 11px;
    }
    .ml-executive {
        margin-left: 25%;
    }
    .admission-btn-red,
    .admission-btn-blue,
    .admission-btn-yellow,
    .admission-btn-green {
        font-size: 9px;
    }
    .slide-text>h1 {
        font-size: 18px;
    }
    .slide-text>h1 span {
        padding: 1px 5px;
    }
    .slide-text>p {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .tab-gap {
        margin-top: 20px;
    }
    .message-box-content {
        max-height: 130px;
    }
    h2 span,
    .events-bg h2,
    .why-content h2,
    .box-content h2 {
        font-size: 16px;
    }
    .message-box .imgCompany {
        height: 30px;
    }
    .message-box h4,
    .message-box h4 b,
    .message-box h5,
    .message-box h5 b {
        font-size: 11px;
    }
    .message-box h4.differ {
        margin-top: 11px;
    }
    .message-box h5.differ {
        margin-top: 4px;
    }
    .message-box img.differ {
        height: 20px;
    }
    .img-li {
        display: none;
    }
    .group-box.differ .group-box-content img {
        margin-top: 33px;
        height: 20px;
        position: absolute;
    }
    .group-box.differ .group-box-content {
        padding-top: 46px;
    }
    .group-box.differ .group-box-content p {
        position: absolute;
        margin-top: -43px;
        line-height: 15px;
        font-size: 11px;
    }
    .group-box.differ .group-box-content p span.differ {
        position: absolute;
        margin-top: 14px;
    }
    .group-box.differ .group-box-content h4 {
        font-size: 12px;
        color: #fff;
        padding: 16px 0px;
        margin: 0px 0 -28px 0px;
    }
    .footer-li li {
        font-size: 10px;
    }
    .toolbar .navbar-default .navbar-nav>li>a {
        font-size: 9.4px !important;
    }
    .dropdown-menu>li>a {
        font-size: 9px !important
    }
    h2 span {
        width: 100%;
        font-weight: bold;
        color: #002147;
    }
    h2 span.differ {
        width: auto;
    }
    h2 span.differ.mt {
        margin-top: 30px;
    }
    #ticker_02 {
        height: 235px;
    }
    .event-li li {
        line-height: 30px;
    }
    .slide-text>h1 {
        font-size: 16px;
    }
    .slide-text>p {
        font-size: 13px
    }
    .slide-text>a.btn-primary {
        padding: 14px 13px
    }
    .differ-box {
        height: 190px;
    }
    .videobg iframe {
        width: 100%;
        height: 188px;
    }
}

@media(max-width: 767px) {
    .mobile-header {
        display: block;
        height: 95px;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        z-index: 9999999;
        position: fixed;
    }
    .inner-page-banner {
        margin-top: 95px;
    }
    .copyright,
    .copyright a,
    .design,
    .design a {
        text-align: center;
        line-height: 20px;
    }
    .bannerCaption {
        display: block;
    }
    .why-box {
        padding: 1px;
    }
    .why-inner {
        margin-top: 1px;
    }
    .margin-top2 {
        margin-top: 0px !important;
    }
    .mob-gap {
        margin-top: 20px;
    }
    h2 span {
        width: auto;
    }
    .welcome-content h2 {
        font-size: 15px;
    }
    .welcome-content p {
        font-size: 13px;
    }
    .slide-text>h1 {
        font-size: 11px;
    }
    .slide-text>h1 span {
        padding: 1px 1px;
    }
    .slide-text>p {
        font-size: 9px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
    .slide-text {
        padding: 2px 50px;
    }
    .slide-text h1 {
        font-size: 9px;
        line-height: 18px;
    }
    .slide-text>p {
        font-size: 9px;
        line-height: 18px;
    }
    .differ-box .two img {
        max-height: 90px;
    }
    .differ-box .one {
        height: 90px;
    }
    .differ-box .two {
        height: 90px;
    }
    .ml-executive {
        margin-left: auto;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    .mob-only {
        display: block;
    }
    .message-box h4.differ {
        margin-top: 22px;
    }
    .message-box h5.differ {
        margin-top: 27px;
    }
    .message-box h5,
    .message-box h5 b {
        font-size: 18px;
    }
    .message-box img.differ {
        height: 32px;
    }
    .message-box h4.fs {
        font-size: 15px;
    }
}

@media(max-width: 560px) {
    .expert-view {
        height: auto;
        margin-top: 65px;
    }
    .expert-view-img {
        margin: -75px 0 0 28%;
    }
    .expert-detail {
        margin: 80px 0 0 0;
        padding: 10px;
    }
}

@media(max-width:480px) {
    .admission-btn-red,
    .admission-btn-blue {
        font-size: 10px;
    }
    h2 span {
        width: auto;
        font-size: 13px;
    }
    .events-bg h2 b,
    .why-content h2 b,
    .box-content h2 b,
    .welcome-content h2 b {
        font-size: 10px;
    }
    h2 span,
    .events-bg h2,
    .why-content h2,
    .box-content h2 {
        text-align: center;
    }
    .events-bg h2 {
        margin-bottom: 0px
    }
    .box-content h2 {
        margin-bottom: 10px;
    }
    h2 span {
        font-size: 17px;
    }
    .mob-none {
        display: none;
    }
    .mob-show {
        display: block;
    }
    .mob-btn {
        margin: 10px 0 0 -10px !important;
    }
    .mob-btn.differ {
        margin: 15px 0 0 0px !important;
    }
    #ticker_02 {
        margin-top: 20px;
    }
    #ticker_02 li:first-child {
        margin-top: 0px !important;
    }
    #ticker_02 li {
        height: 60px;
        overflow: hidden;
    }
    .event-li li {
        line-height: 20px;
        font-size: 11px;
    }
    .welcome-content h2,
    .box-content h2 {
        font-weight: bold;
        color: #002147;
        text-align: center;
        font-size: 18px;
    }
    .mob-btn.differ2 {
        margin: -28px 0 25px 0 !important;
        width: 50%;
    }
    .mob-btn.differ3 {
        margin: -28px 0 25px 0 !important;
        width: 30%;
        float: left;
    }
    .mob-btn.differ4 {
        margin: -10px 0 32px 0 !important;
        width: 50%;
    }
    .mob-btn.differ5 {
        margin: -15px 0 25px 0 !important;
        width: 50%;
    }
    .mob-btn.differ6 {
        margin: -15px 0 25px 0 !important;
        width: 50%;
    }
    .box-content .carousel-control.left,
    .box-content .carousel-control.right {
        margin-top: -87px;
    }
    #recruiter-speak .carousel-control.left,
    #recruiter-speak .carousel-control.right {
        margin-top: -106px;
    }
    .box-content .carousel-control.left.differ,
    .box-content .carousel-control.right.differ {
        margin-top: -94px;
    }
    #group-of-institutions .carousel-control {
        margin-top: -94px;
    }
}

@media(max-width: 320px) {
    .expert-view-img {
        margin-left: 15%;
    }
    .expert-detail p {
        height: auto !important;
    }
}

nav.sidebar .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #ecf0f1;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

nav.sidebar .dropdown-menu>li>a {
    font-size: 16px !important;
    background-color: #ecf0f1;
    color: #000;
    border-bottom: 1px solid #fff;
}

nav.sidebar .dropdown-menu>li>a:hover {
    font-size: 16px !important;
    background-color: #002147;
    color: #fff;
}

nav.sidebar .dropdown-menu>li.active>a {
    font-size: 16px !important;
    background-color: #002147;
    color: #fff;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.8;
        color: #BE4779;
    }
}

@-moz-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.8;
        color: #BE4779;
    }
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.8;
        color: #BE4779;
    }
}

strong>em,
.blink-apply-online {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-direction: alternate;
    animation-name: blinker;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

.blink-apply-online a {
    background-color: #5cb85c!important;
}

ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.main-timeline1 {
    margin: 0;
    position: relative;
}

.main-timeline1:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #ff794a;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-timeline1 .timeline1 {
    margin-bottom: 0px;
    position: relative;
}

.main-timeline1 .timeline1:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline1 .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main-timeline1 .icon:before,
.main-timeline1 .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    margin: 6px 0 0 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline1 .icon:before {
    background: #fff;
    border: 2px solid #00a79c;
    margin: 6px 0 0 0px;
}

.main-timeline1 .icon:after {
    border: 2px solid #ff794a;
    left: 3px;
}

.main-timeline1 .timeline1:hover .icon:before {
    left: 3px;
}

.main-timeline1 .timeline1:hover .icon:after {
    left: -3px;
}

.main-timeline1 .date-content {
    width: 50%;
    float: left;
    position: relative;
}

.main-timeline1 .date-content:before {
    content: "";
    width: 32.5%;
    height: 2px;
    background: #ff794a;
    margin: auto 0;
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: 0;
}

.main-timeline1 .date-outer {
    width: 175px;
    height: 100px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline1 .date-outer:before,
.main-timeline1 .date-outer:after {
    content: "";
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline1 .date-outer:before {
    background: #fff;
    border: 2px solid #00a79c;
    left: -6px;
}

.main-timeline1 .date-outer:after {
    border: 2px solid #ff794a;
    left: 6px;
}

.main-timeline1 .timeline1:hover .date-outer:before {
    left: 6px;
}

.main-timeline1 .timeline1:hover .date-outer:after {
    left: -6px;
}

.main-timeline1 .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
}

.main-timeline1 .year {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 36px;
    position: absolute;
    margin: 4px 0 0 50px;
}

.main-timeline1 .timeline1-content {
    width: 50%;
    padding: 10px 0 20px 50px;
    float: right;
}

.main-timeline1 .title {
    font-size: 11px;
    font-weight: 600;
    color: #111;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 0 -30px;
    letter-spacing: 1px;
}

.main-timeline1 .description {
    font-size: 14px;
    color: #787878;
    margin-bottom: 0;
}

.main-timeline1 .timeline1:nth-child(2n) .date-content {
    float: right;
}

.main-timeline1 .timeline1:nth-child(2n) .date-content:before {
    left: 10px;
}

.main-timeline1 .timeline1:nth-child(2n) .timeline1-content {
    padding: 20px 50px 20px 0;
    text-align: right;
}

@media (max-width:1199px) {
    .timeline-main {
        display: none;
    }
}

.text-mndtry {
    color: orange;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label {
    padding-left: 0px !important;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: .1px;
    width: 191px;
    height: 121px;
    font-size: 14px;
    display: none;
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit;
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer;
}

.wickedpicker__close:before {
    content: '\00d7';
}

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0;
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
    position: relative;
    display: inline-block;
    padding: 3px;
    border: solid black;
    border-width: 0 3px 3px 0;
    cursor: pointer;
}

.wickedpicker__controls__control-up {
    margin: 15px -12px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.wickedpicker__controls__control-down {
    margin: 44px 0px 0 -18px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.wickedpicker__controls__control--separator {
    width: 5px;
}

.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
    text-align: center;
}

.hover-state {
    color: #3498db;
}

.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wickedpicker__controls__control--separator-inner {
    margin: 3px 0 0 -10px;
    position: absolute
}

.contact-p-box {
    border: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
    text-align: center !important;
    min-height: 106px;
    margin-bottom: 15px;
    transition: .5s ease;
    -webkit-box-shadow: 0 8px 6px -6px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 8px 6px -6px rgba(221, 221, 221, 0.8);
    box-shadow: 0 8px 6px -6px rgba(221, 221, 221, 0.8);
}

.contact-p-box:hover {
    -webkit-box-shadow: 0 10px 8px -6px rgba(221, 221, 221, 0.8);
    -moz-box-shadow: 0 10px 8px -6px rgba(221, 221, 221, 0.8);
    box-shadow: 0 10px 8px -6px rgba(221, 221, 221, 0.8);
}

.contact-p-box:hover {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    font-size: 12px;
}

.contact-p-box:hover:first-line {
    color: #14346D;
}

.contact-p-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #14346D;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.6s ease;
}

.contact-p-box .overlay .text {
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.contact-p-box:hover .overlay {
    height: 20%;
}

.contact-p-box.jig {
    font-size: 13px;
    max-height: 106px;
}


/* Start Special Seminar Box */

.ssb {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 0px 15px;
}

.ssb h4 {
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-align: center;
}

.ssb h4 small {
    color: #ED1B2F !important;
}

.ssb p.content {
    min-height: 155px
}

.ssb h6 {
    color: #002147;
    text-align: center;
    font-size: 11px;
    height: 40px;
    line-height: 17px;
}

.ssb p {
    color: #767676;
    margin-bottom: 0px;
    padding: 0 10px 0px 10px
}

p.center {
    text-align: center;
}

.ssb p i {
    padding: 10px 0;
}

.ssb:hover p i {
    color: #ed1b2f;
}

.ssb img {
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.ssb:hover img {
    padding: 5px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.ssb p.read {
    margin: 10px 0;
}

.ssb p a {
    text-decoration: none;
}


/* Start News & Event Box */

.ne.panel {
    border-width: 3px;
    background-color: #f2f2f2;
    border-color: #002147;
    height: 350px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.ne .panel-body {
    height: 269px;
    overflow: hidden;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
}

.ne.panel-default>.panel-heading {
    background-color: #002147;
    color: #fff;
}

.ne .panel-footer {
    background-color: #002147;
    border-color: #002147;
    color: #fff;
}

.ne .panel-footer .pagination>li>a {
    background-color: transparent;
}

.ne .news-item a {
    color: #ed1b2f;
}

.ne .news-item a:hover {
    text-decoration: none
}


/* Start Faculty Members */

.faculty-member-box {
    margin-bottom: 20px
}

.faculty-member {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.faculty-member img {
    display: block;
    width: 100%;
    height: auto;
}

.name-desig p a {
    color: #002147;
}

@media(max-width:320px) {
    .faculty-member-box .name-desig p {
        font-size: 11px;
    }
}

.faculty-member .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 33, 71, 0.5);
}

.faculty-member:hover .overlay {
    opacity: 1;
}

.faculty-member .link-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*start responsive*/

@media (min-width: 200px) and (max-width: 767px) {
    .banner-main {
        margin-top: 95px !important;
    }
    .announcement-bg {
        position: relative;
    }
    .announcement-bg .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .announcement-bg .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .announcement-bg .col-xs-12,
    .announcement-bg .col-sm-3,
    .announcement-bg .col-md-3,
    .announcement-bg .col-lg-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .announcement-bg-text {
        padding: 10px 10px!important;
    }
    .announcement-bg h3:after {
        display: none;
    }
}

.fa-facebook-square.g {
    color: #3B5998;
}

.fa-twitter-square.g {
    color: #3FCDFD;
}

.fa-linkedin-square.g {
    color: #007BB6;
}

.fa-instagram.g {
    color: #B33386;
}

.fa-google-plus-square.g {
    color: #CE1817;
}

.forget-pass-field,
.staf-frgt-pass-fld {
    display: none;
}

#faclty-frgt-fld-btn,
#faclty-login-fld-btn {
    margin-left: 20px;
    font-size: 12px;
}

.shareIconImgG {
    position: absolute;
    bottom: 0;
}

.shareIconImgG .fa,
i.fa.g {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
}

.pRecBox {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #ddd;
}

.pRecBox img {
    width: 100%;
}

.mcaPlacementMBox {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

.mcaPlacementSummaryIcon {
    width: 75px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mcaPlacementSummary,
.mcaPlacementSummary1,
.mcaPlacementSummary2,
.mcaPlacementSummary3 {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    position: relative;
}

.mcaPlacementSummary1,
.mcaPlacementSummary3 {
    margin-top: 10px;
}

.mcaPlacementSummary2,
.mcaPlacementSummary3 {
    padding-right: 80px;
}

.mcaPlacementSummary span,
.mcaPlacementSummary1 span,
.mcaPlacementSummary2 span,
.mcaPlacementSummary3 span {
    font-size: 30px;
    font-weight: bold;
    float: left;
    color: #0d449c;
    line-height: 41px;
    margin-right: 5px;
}


/* Shining Star */

.shiningStar {
    border: 1px solid #eee;
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.shiningStar:hover {
    background-color: #fafafa;
    box-shadow: 0 8px 6px -6px #fafafa;
    border: 5px solid #f2f2f2;
}

.shiningStar a {
    color: #000;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
}

.shiningStar:hover a {
    color: #ED1B2F;
    font-weight: bold;
}

.shiningStar a:hover {
    text-decoration: none;
}

.shiningStar a:visited {
    text-decoration: none;
}

.shadow {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.shadow:before,
.shadow:after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 15px;
    top: 80%;
    width: 45%;
    z-index: -1;
    -webkit-box-shadow: 0 20px 15px #f2f2f2;
    -moz-box-shadow: 0 20px 15px #f2f2f2;
    box-shadow: 0 20px 15px #f2f2f2;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.shadow:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
    right: 15px;
    left: auto;
}

.i-center {
    text-align: center !important
}


/* Panel with Tabs */

.panel.with-nav-tabs.panel-default {
    margin-top: 10px;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs>li {
    width: 33%;
    text-align: center;
}

.with-nav-tabs.panel-default .nav-tabs>li:nth-last-child(1) {
    width: 34%;
}

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555;
}


/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f;
}


/*** PANEL WARNING ***/

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b;
}


/*** PANEL DANGER ***/

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #a94442;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.alumnai-search-box {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}

.alumnai-search-box p {
    margin-bottom: 10px !important;
}

@media (max-width:767px) {
    .modal {
        margin-top: 100px !important;
    }
}

.modal a {
    cursor: pointer
}

.alumnai-search-box p label {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
}

.alumnai-search-box .btn {
    top: 30px;
    right: 30px;
    position: absolute;
}

.alumnai-search-box-dtls {
    display: none;
}

.tab-content #totalExprience {
    font-size: 16px;
    margin-left: 50px;
    color: #002147;
    text-shadow: 2px 2px #ddd;
    transition: .5s
}

.tab-content #totalExprience:hover {
    color: #555;
    text-shadow: 2px 2px #eee;
}

.mob-toolbar {
    display: none;
    width: 100%;
    min-height: 30px;
    background-color: #002147;
    z-index: 999;
    margin-bottom: 10px;
}

@media(max-width:320px) {
    .mob-toolbar {
        background-color: #fff;
    }
}

.mob-toolbar a:hover {
    text-decoration: none;
}

.mob-toolbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mob-toolbar .dropdown ul>li>a {
    font-size: 13px !important;
}

@media(max-width:320px) {
    .mob-toolbar .dropdown ul>li>a {
        font-size: 10px !important;
    }
    .dropdown-menu>li>a {
        padding: 9px 6px !important;
    }
}

.applyOnline-m ul,
.login-m ul {
    z-index: 99999999;
    margin-top: -1px;
    list-style-type: none;
    width: 100%;
}

@media (max-width:767px) {
    .mob-toolbar {
        display: block;
    }
}

.applyOnline-m,
.login-m {
    width: 50%;
    float: left;
    padding: 5px 10px;
    text-align: center;
}

@media(max-width:320px) {
    .applyOnline-m,
    .login-m {
        font-size: 13px;
    }
}

.applyOnline-m>a,
.login-m>a {
    color: #fff;
}

.applyOnline-m {
    background-color: #ED1B2F;
}

.login-m {
    background-color: #01A5E2;
}

.home-alert {
    width: 50%;
    z-index: 9999999999999;
    position: absolute;
    left: 30%;
    top: 30%;
}




.sidebar_item {
    border-top: 3px solid #49c32c;
    margin: 0 0 20px;
}

.item_inner {
    border: 1px solid #dce4ea;
    border-top: none;
    padding: 15px 5px 20px 15px;
}

.item_inner.program {
    background: #f6f9fa;
}

.item_inner a.fees {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #0060b1;
    text-decoration: none;
}

.item_inner>h4 {
    margin: 0 0 16px;
    text-transform: uppercase;
}

.item_inner.program ul {
    width: 100%;
}

.item_inner.program ul li {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 18px;
    margin: 0 0 16px;
}

.item_inner.program ul li span {
    width: 40%;
    display: inline-block;
    color: #686868;
}

.item_inner.program ul li:last-child {
    margin: 0;
}

.sidebar_item.admission .item_inner.program {
    padding: 0 20px;
}

.sidebar_item.admission .item_inner.program ul li a {
    color: #545454;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #dce4ea;
    display: block;
    text-decoration: none;
    padding-bottom: 17px;
    background: url(../img/admission/arrow.png) no-repeat right center;
    padding-right: 20px;
    padding-top: 17px;
    transition: all 0.2s ease-in-out;
}

.sidebar_item.admission .item_inner.program ul li a:hover {
    color: #000;
}

.sidebar_item.admission .item_inner.program ul li {
    margin: 0 0 0;
}

.sidebar_item.admission .item_inner.program ul li.active a {
    color: #000;
}

.sidebar_item.admission .item_inner.program ul li:last-child {
    margin: 0;
}

.sidebar_item.admission .item_inner.program ul li:last-child a {
    border: none;
    margin: 0;
}

.sidebar_item.admission .item_inner.program ul li.no_arrow a {
    background: none;
}

.formArea.admission {
    padding: 0;
    border: none;
    margin: 0;
}

.formArea.admission h3 {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.single_banner_inner {
    position: relative;
}

.single_caption {
    width: 900px;
    max-width: 90%;
    left: 15px;
    bottom: 20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
}

@media (max-width: 479px) {
    .single_caption {
        padding: 10px 15px;
    }
}

@media (min-width: 768px) {
    .single_caption {
        padding: 15px 20px;
        left: 5%;
        bottom: 25px;
    }
}

@media (min-width: 992px) {
    .single_caption {
        width: 835px;
        left: 48px;
        bottom: 30px;
        max-width: 94%;
        padding: 20px 20px 28px;
    }
}

@media (min-width: 1200px) {
    .single_caption {
        width: 900px;
    }
}

.single_caption h1 {
    font-size: 26px;
    text-transform: none;
    color: #fff;
    font-weight: 400;
    margin: 0 0 8px;
}

@media (max-width: 479px) {
    .single_caption h1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .single_caption h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .single_caption h1 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .single_caption h1 {
        font-size: 44px;
    }
}

.single_caption h2 {
    font-size: 16px;
    text-transform: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 479px) {
    .single_caption h2 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .single_caption h2 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .single_caption h2 {
        font-size: 22px;
    }
}


.list_block {
    border: 1px solid #dce4ea;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(220, 228, 234);
    padding: 15px 12px 15px;
    border-top: 3px solid #49c32c;
    margin: 0 0 20px;
    display: table;
	background-color: #ffffff;
}




.contact_form label {
    font-weight: normal;
}

.contact_form label .error {
    color: #f00;
}

.contact_form .form-control {
    box-shadow: none;
}

.contact_form .commonBtn {
    border: none;
    padding: 0 40px;
}

ul.contact_info li {
    width: 100%;
    display: block;
    font-weight: 400;
    color: #000;
    margin: 0 0 5px;
}

ul.contact_info li .fa {
    color: #0060b1;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}

ul.contact_info li a {
    color: #000;
    font-weight: 400;
}

ul.contact_info li a:hover {
    color: #0060b1;
}

.list_block.custom {
    padding: 15px 12px 25px;
}

.list_block.custom p {
    margin: 0;
}

.list_block.custom h4 {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 10px 0 20px;
    float: left;
    width: 100%;
}