::-webkit-input-placeholder {
    opacity: 1;
    color: #8d8d8d
}

:-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}

::-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}

:-ms-input-placeholder {
    opacity: 1;
    color: #8d8d8d
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

::-moz-selection {
    background: #2f3372;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #2f3372;
    color: #fff;
    text-shadow: none
}

:focus {
    outline: 0 none
}

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

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html,
body {
    height: 100%;
    min-height: 100%
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-family: "Heebo", "Quicksand", sans-serif, sans-serif
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #fff
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: top;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.2
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer
}

a:hover {
    color: #2f3372
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

pre {
    margin: 1em 0
}

p {
    margin: 0 0 25px
}

p:last-child,
p:last-of-type {
    margin-bottom: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu {
    margin: 0;
    padding: 0
}

dd {
    margin: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none
}

iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    resize: none;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #8d8d8d;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    padding: 0;
    line-height: 1;
    font-family: "Heebo", "Quicksand", sans-serif;
    text-align: left
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
    height: 30px
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-bottom-color: #2f3372
}

textarea {
    height: 130px
}

select {
    height: 30px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address {
    font-style: normal;
    font-size: 14px
}

hr {
    border: 0 none;
    border-top: 1px solid #000;
    margin: 30px 0;
    display: block;
    width: 100%
}

ul,
ol {
    margin: 0px 0;
    padding-left: 0px
}

ul ul,
ol ol {
    margin: 10px 0
}

ul ul li {
    list-style: circle outside
}

ol ol li {
    list-style: lower-roman outside
}

ul:first-of-type,
ul:first-child,
ol:first-of-type,
ol:first-child {
    margin-top: 0
}

*+ul:first-of-type,
*+ul:first-child,
*+ol:first-of-type,
*+ol:first-child {
    margin-top: 10px
}

li {
    list-style: none
}

body {
    font-family: "Heebo", "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    font-weight: 400
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after {
    content: "";
    clear: both;
    display: table
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    min-height: 1px
}

.col-1 {
    width: 8.3333333333%
}

.col-2 {
    width: 16.6666666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.3333333333%
}

.col-5 {
    width: 41.6666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.3333333333%
}

.col-8 {
    width: 66.6666666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.3333333333%
}

.col-11 {
    width: 91.6666666667%
}

.col-12 {
    width: 100%
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%
}

.wrapper::after {
    content: "";
    clear: both;
    display: table
}

.field {
    margin-bottom: 30px
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    bottom: 20px;
    width: 100%
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    font-size: 0
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page {
    background: #7c7c7c;
    width: 50px;
    height: 8px;
    display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin: 0 5px
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover {
    background: #e5171d
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: url(../images/themes.gif) no-repeat left top;
    opacity: 0.5;
    margin-top: -22px
}

.centered-btns_nav:active {
    opacity: 1.0
}

.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0
}

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%
}

.transparent-btns_nav.next {
    left: auto;
    right: 0
}

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px
}

.large-btns_nav:active {
    opacity: 1.0
}

.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    _display: block;
    *display: block;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
    width: 9px;
    height: 9px
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgba(0, 0, 0, 0.8)
}

.image.owl-theme .owl-controls .owl-buttons .owl-next,
.image.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: auto;
    bottom: -28px
}

.image.owl-theme .owl-controls .owl-buttons .owl-prev {
    bottom: -32px
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em
}

.slicknav_menu {
    *zoom: 1
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left
}

.slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em
}

.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both
}

.slicknav_nav {
    clear: both
}

.slicknav_nav ul {
    display: block
}

.slicknav_nav li {
    display: block;
    border-bottom: 1px solid #f5f5f5
}

.slicknav_nav li li {
    border: 0
}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    right: 15px;
    position: absolute
}

.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row {
    display: block
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_brand {
    float: left
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    position: fixed;
    z-index: 999;
    right: 0;
    z-index: 99999;
    width: 100%;
    background: #24344b
}

.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_menu.fixed {
    position: fixed;
    top: 6px
}

.slicknav_menu.fixed .slicknav_btn {
    background: #ed232a
}

.slicknav_btn {
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #24344b
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
    background: #24344b;
    width: 175px;
    position: absolute;
    right: 0;
    top: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header-top {
    background: #f3f4f7;
    font-size: 13px;
    font-family: "Heebo"
}

.header-top .left {
    width: 48%
}

.header-top .left>ul li {
    padding: 5px
}

.header-top .left li {
    display: inline-block;
    border-right: 1px solid #dadbdd;
    padding-right: 8px;
    margin-right: 5px
}

.header-top .left li img {
    margin-right: 3px;
    vertical-align: middle
}

.header-top .left li:last-child {
    border: 0
}

.header-top .left li.downloaddrop {
    position: relative
}

.header-top .left li.downloaddrop:hover ul {
    opacity: 1;
    display: block;
    transition: all 1s
}

.header-top .left li.downloaddrop>ul {
    margin: 5px 0 0;
    min-width: 280px;
    position: absolute;
    height: auto;
    border: 1px solid #eee;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    display: none;
    transition: all 1s;
    text-align: left
}

.header-top .left li.downloaddrop>ul li {
    line-height: 25px;
    border-right: 0;
    border-right: 0px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 8px
}

.header-top .left li.downloaddrop>ul li:last-child {
    border: none
}

.header-top .left li.downloaddrop>ul li:hover {
    background: #c92d1e
}

.header-top .left li.downloaddrop>ul li:hover a {
    color: #fff;
    background: url(../images/annoucement-icon-white.png) 0px 10px no-repeat;
    padding-left: 15px
}

.header-top .left li.downloaddrop>ul li a {
    font-size: 12px;
    background: url(../images/annoucement-icon.png) 0px 10px no-repeat;
    padding-left: 15px;
    display: inline-block;
    color: #000
}

.header-top .left li .hover-out {
    display: inline
}

.header-top .left li .hover-in {
    display: none
}

.header-top .left li:hover .hover-out {
    display: none
}

.header-top .left li:hover .hover-in {
    display: inline
}

.header-top .left li:hover a,
.header-top .left li:hover span {
    color: #c82c1f
}

.header-top .right {
    width: 48%;
    text-align: right
}

.header-top .right .hover-out {
    display: inline
}

.header-top .right .hover-in {
    display: none
}

.header-top .right p {
    display: inline-block;
    margin-right: 0px;
    border-right: 1px solid #dadbdd;
    padding: 5px 8px 5px 5px
}

.header-top .right a {
    display: inline-block;
    padding: 5px
}

.header-top .right a:hover .hover-out {
    display: none
}

.header-top .right a:hover .hover-in {
    display: inline
}

.header-center {
    padding: 15px 0;
    background: #fff
}

.header-center .logo {
    width: 35.5%;
    width: 42.5%
}

.header-center .header-right {
    width: 385px;
    align-self: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.header-center .search-div {
    display: inline-block;
    border: 1px solid #ccc;
    width: 240px;
    font-size: 13px;
    align-self: flex-start
}

.header-center .search-div form {
    padding: 1px
}

.header-center .search-div input {
    width: calc(100% - 34px);
    border: 0;
    border-right: 1px solid #ccc;
    font-size: 13px;
    padding: 5px 10px
}

.header-center .search-div button {
    width: 30px;
    background: none;
    border: 0;
    cursor: pointer
}

.header-center .search-div button img {
    vertical-align: middle
}

.header-center .getqut {
    color: #fff;
    align-self: flex-start;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 8px;
    width: calc(100% - 248px)
}

.header-center .getqut a {
    color: #fff;
    padding: 8px 10px 8px 34px;
    background: #c92d1e url(../images/quote-icon.png) 10px 7px no-repeat;
    display: block;
    font-weight: 600
}

.header-center .getqut a:hover {
    background: #2f3372 url(../images/quote-icon.png) 10px 7px no-repeat;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 5px #2f3372
}

.header {
    z-index: 10;
    position: relative
}

nav {
    background: #2f3372;
    width: 100%;
    position: absolute;
    z-index: 9
}

nav li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14.5px;
    margin-right: -4px;
    position: relative
}

nav li:hover>ul {
    display: block
}

nav li a {
    color: #fff;
    padding: 13px 23px;
    line-height: 15px;
    display: block;
    border-right: 1px solid #4e5396;
    position: relative
}

nav li a:hover {
    color: #fff
}

nav li:first-child a {
    padding: 10px 19px
}

nav li:first-child a img {
    height: 20px;
    vertical-align: middle
}

nav li:last-child a {
    border-right: 0
}

nav li ul {
    position: absolute;
    width: 230px;
    background: rgba(255, 255, 255, 0.87);
    margin: 0 !important;
    display: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

nav li ul>li {
    width: 100%;
    border-bottom: 1px solid #b8b8b8
}

nav li ul>li:last-child {
    border-bottom: 0
}

nav li ul>li:first-child>a {
    padding: 8px 32px
}

nav li ul>li a {
    color: #000;
    padding: 8px 32px;
    background: url(../images/annoucement-icon.png) 15px 13px no-repeat;
    text-transform: capitalize;
    border-right: 0;
    font-size: 13.5px
}

nav li ul>li:hover {
    background: #c92d1e;
    color: #fff
}

nav li ul>li:hover>a {
    color: #fff;
    background: url(../images/annoucement-icon-white.png) 15px 13px no-repeat
}

nav li ul>li.lrc-second-child {
    position: relative
}

nav li ul>li.lrc-second-child:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: '';
    height: 8px;
    width: 8px;
    border: 2px solid;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0
}

nav li ul>li>ul {
    left: 100%;
    top: 0
}

nav li ul>li>ul>li.lrc-third-child {
    position: relative;
    color: #000
}

nav li ul>li>ul>li.lrc-third-child:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: '';
    height: 8px;
    width: 8px;
    border: 2px solid;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0
}

nav li ul>li>ul>li:hover {
    color: #fff
}

nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 10px 10px -10px #222
}

.banner {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
    z-index: 2
}

.banner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%
}

.banner .container .impr-annoucement {
    width: 280px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    float: right;
    position: relative;
    padding: 15px;
    top: 50px;
    font-family: "Heebo";
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
}
/*.banner .container .impr-annoucement ul{*/
/*    max-height: 240px;*/
/*    overflow-y: auto;*/
/*    scroll-behavior: smooth;*/
/*    padding-right: 20px;*/
/*}*/
/* width */
/*.banner .container .impr-annoucement ul::-webkit-scrollbar {*/
/*  width: 5px;*/
/*}*/

/* Track */
/*.banner .container .impr-annoucement ul::-webkit-scrollbar-track {*/
/*  box-shadow: inset 0 0 5px grey; */
/*  border-radius: 10px;*/
/*}*/
 
/* Handle */
/*.banner .container .impr-annoucement ul::-webkit-scrollbar-thumb {*/
/*  background: #bc3329; */
/*  border-radius: 10px;*/
/*}*/

/* Handle on hover */
/*.banner .container .impr-annoucement ul::-webkit-scrollbar-thumb:hover {*/
/*  background: #b30000; */
/*}*/


.banner .container .impr-annoucement h2 {
    font-size: 20px;
    color: #c92d1e;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 3px solid #0a0c01;
    padding-left: 9px;
    line-height: 19px
}

.banner .container .impr-annoucement h2 span {
    font-size: 14px;
    color: #2f3372
}

.banner .container .impr-annoucement li {
    font-size: 12px;
    color: #4e4e4e;
    background: url(../images/annoucement-icon.png) 0 11px no-repeat;
    padding-left: 18px;
    padding: 5px 0 5px 18px;
    line-height: 20px;
    border-bottom: 1px solid #ccc
}

.banner .container .impr-annoucement li a {
    color: #4e4e4e;
    text-decoration: underline;
}

.banner .container .impr-annoucement li:last-child {
    border-bottom: 0
}

.banner .slick-dots {
    max-width: 1200px;
    margin: auto;
    text-align: right;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 13px
}

.banner .slick-dots li {
    background: #7c7c7c;
    width: 50px;
    height: 8px;
    display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin: 0 5px;
    font-size: 0;
    cursor: pointer
}

.banner .slick-dots li button {
    background: transparent;
    border: none
}

.banner .slick-dots li.slick-active {
    background: #c92d1e
}

.banner .timing-slider {
    position: absolute;
    bottom: 25px;
    z-index: 9;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Heebo";
    width: 900px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px
}

.banner .timing-slider .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.banner .timing-slider img {
    vertical-align: middle;
    margin: 0 15px;
    width: auto;
    display: inline-block
}

.banner .timing-slider span {
    background: #c92d1e;
    display: inline-block;
    padding: 5px;
    margin-right: 15px
}

.banner .timing-slider .slick-arrow {
    position: absolute;
    top: 5px;
    font-size: 0;
    height: 20px;
    width: 20px;
    z-index: 1;
    border: 1px solid transparent
}

.banner .timing-slider .slick-arrow.slick-prev {
    background: url(../images/white-left-arrow.png) no-repeat 3px 3px;
    right: 22px
}

.banner .timing-slider .slick-arrow.slick-next {
    background: url(../images/white-right-arrow.png) no-repeat 3px 3px;
    right: 0
}

.viewmore {
    font-size: 13px;
    color: #150202;
    border: 1px solid #150202;
    border-radius: 5px;
    padding: 8px 32px 8px 9px;
    display: inline-block;
    margin-top: 10px;
    background: url(../images/view-all-arrow.png) 92% no-repeat
}

.viewmore:hover {
    background: #2f3372 url(../images/white-right-arrow.png) 92% no-repeat;
    color: #fff;
    border: 1px solid #2f3372;
    box-shadow: 0 0 5px #2f3372
}

.timing-slider .owl-prev {
    background: url(../images/up-slider-arrow.png) center no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: auto;
    font-size: 0;
    bottom: 0px;
    margin: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.timing-slider .owl-next {
    background: url(../images/up-slider-arrow.png) center no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 0px;
    left: auto;
    font-size: 0;
    bottom: 0px;
    margin: auto;
    right: 17px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.learning-resource-center {
    padding: 40px 0;
    background: #f6f6f6
}

.learning-resource-center .left {
    width: 500px
}

.learning-resource-center .right {
    width: 655px;
    margin-left: 40px
}

.learning-resource-center .right .view {
    width: 49%
}

.learning-resource-center .right .view:last-child {
    margin-right: 0
}

.learning-resource-center .view {
    cursor: default;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-right: 13px;
    width: 25.9%;
    z-index: 1
}

.learning-resource-center .view:after {
    position: absolute;
    content: "";
    height: 94%;
    width: 94%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    left: 3%;
    right: auto;
    top: 3%;
    bottom: auto
}

.learning-resource-center .view:last-child:after {
    width: 96%;
    left: 2%
}

.learning-resource-center .view *,
.learning-resource-center .view *:after,
.learning-resource-center .view *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.learning-resource-center .prod-name {
    bottom: 5px;
    color: #fff;
    font-size: 21px;
    padding: 11px 20px;
    position: absolute;
    text-transform: uppercase;
    z-index: 999;
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
    text-align: center;
    width: 100%
}

.learning-resource-center .view .mask {
    background-color: rgba(187, 52, 67, 0.9);
    opacity: 0;
    transition: all 0.5s linear 0s
}

.learning-resource-center .mask-inner {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    z-index: 99999;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

.learning-resource-center .view .mask::after {
    bottom: 0;
    content: "";
    height: 94%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 94%;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.learning-resource-center .view:last-child .mask::after {
    width: 96%
}

.learning-resource-center .view h2 {
    color: #fff;
    margin: 20px 40px 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase
}

.learning-resource-center .view p {
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
    font-size: 14px;
    line-height: 20px
}

.learning-resource-center .view a.info {
    color: #fff;
    display: inline-block;
    margin-top: 9px;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 13px
}

.learning-resource-center .view:hover .mask {
    opacity: 1
}

.learning-resource-center .view:hover h2,
.learning-resource-center .view:hover p,
.learning-resource-center .view:hover a.info {
    opacity: 1;
    transform: scale(1)
}

.learning-resource-center .view:hover h2,
.learning-resource-center .view:hover p,
.learning-resource-center .view:hover a.info {
    opacity: 1;
    transform: scale(1)
}

.learning-resource-center .view:hover img {
    opacity: 1;
    transform: scale(1.5)
}

.learning-resource-center .view:hover .prod-name {
    opacity: 0;
    transform: scale(0)
}

.learning-resource-center .view img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out 0s;
    min-height: 300px;
    width: 100%
}

.learning-resource-center .view .mask {
    background-color: rgba(209, 52, 67, 0.8);
    opacity: 0;
    transition: all 0.5s linear 0s
}

.learning-resource-center .view .mask,
.learning-resource-center .view .content {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.learning-resource-center a.info:hover {
    background: #2f3372;
    box-shadow: 0 0 5px #2f3372;
    transition: all 0.4s ease-in-out;
    border-color: #2f3372
}

.heading {
    font-size: 32px;
    color: #c92d1e;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Heebo";
    position: relative
}

.heading:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 58%;
    left: -10px;
    top: 8px;
    background: #000
}

.sub-heading {
    font-size: 28px;
    color: #150202;
    font-weight: 300;
    margin-bottom: 20px
}

.text {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 22px;
    margin-bottom: 10px
}

.text span {
    color: #2f3372;
    font-weight: bold
}

.flex-start {
    display: flex;
    flex-wrap: wrap
}

.learning-down {
    margin-top: 13px
}

.learning-down .view:last-child {
    width: 46%;
    margin-right: 0
}

.learningr {
    background: url(../images/blue-bg.jpg) 0 0 repeat;
    padding: 40px 0;
    color: #fff
}

.learningr .heading,
.learningr .sub-heading {
    color: #fff
}

.learningr .heading:after,
.learningr .sub-heading:after {
    background: #c92d1e
}

.learningr .learning-product li {
    width: 20%;
    background: #fff url(../images/white-show-y.jpg) top right repeat-y;
    padding: 23px
}

.learningr .learning-product li h3 {
    font-size: 21px;
    color: #343434;
    font-weight: 500;
    text-transform: uppercase;
    margin: 17px 0;
    min-height: 49px;
    vertical-align: top;
    margin-top: 33px
}

.learningr .learning-product li .res-icon {
    height: 57px;
    position: relative
}

.learningr .learning-product li .res-icon img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

.learningr .learning-product li .res-icon img.nor-img {
    opacity: 1
}

.learningr .learning-product li .res-icon img.hov-img {
    opacity: 0
}

.learningr .learning-product li .text {
    min-height: 135px
}

.learningr .learning-product li a.readmore {
    color: #000;
    display: inline-block;
    margin-top: 9px;
    padding: 7px 16px;
    text-decoration: none;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    font-size: 13px
}

.learningr .learning-product li:hover {
    background: url(../images/red-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    transition: all 0.5s ease-in-out
}

.learningr .learning-product li:hover h3,
.learningr .learning-product li:hover .text {
    color: #fff
}

.learningr .learning-product li:hover a.readmore {
    color: #fff;
    border: 1px solid #fff
}

.learningr .learning-product li:hover a.readmore:hover {
    background: #2f3372;
    border-color: #2f3372;
    box-shadow: 0 0 5px #2f3372
}

.learningr .learning-product li:hover .res-icon img.nor-img {
    opacity: 0
}

.learningr .learning-product li:hover .res-icon img.hov-img {
    opacity: 1
}

.learningr .learning-product li:hover:nth-of-type(1) {
    background-image: url(../images/collection-at-a-glance-img.jpg)
}

.learningr .learning-product li:hover:nth-of-type(2) {
    background-image: url(../images/journals-img.jpg)
}

.learningr .learning-product li:hover:nth-of-type(4) {
    background-image: url(../images/national-digital-library-img.jpg)
}

.learningr .learning-product li:hover:nth-of-type(5) {
    background-image: url(../images/theses-and-desertationsimg.jpg)
}

.vice-chans-msg {
    background: url(../images/white-bg.jpg) repeat;
    padding: 40px 0;
    width: 100%;
    position: relative
}

.vice-chans-msg:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: url(../images/border.png) no-repeat 0 center;
    background-size: 2px 100%;
    position: absolute;
    left: 0;
    right: -55px;
    top: 0;
    margin: 0 auto
}

.vice-chans-msg .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

.vice-chans-msg .left {
    width: 50%;
    max-width: 580px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start
}

.vice-chans-msg .right {
    width: 50%;
    max-width: 570px;
    padding-left: 45px
}

.vice-chans-msg .heading {
    width: 100%;
    color: #2f3372;
    margin-bottom: 30px
}

.vice-chans-msg .heading:after {
    background: #c72d1e
}

.vice-chans-msg .vice-left {
    padding: 30px;
    border: 2px solid rgba(47, 52, 114, 0.5);
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center
}

.vice-chans-msg .vice-left .image {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.vice-chans-msg .vice-left .image img {
    display: block
}

.vice-chans-msg .vice-left .mobile-img {
    display: none
}

.vice-chans-msg .vice-right {
    align-self: center;
    max-width: 300px
}

.vice-chans-msg .vice-right .text {
    background: url(../images/brad-left-icon.png) 0 0 no-repeat;
    line-height: 23px;
    padding-left: 35px;
    font-size: 15px;
    color: #2a2a2a
}

.vice-chans-msg .vice-right .text p {
    margin-bottom: 15px
}

.vice-chans-msg .vice-right .text p:last-of-type {
    margin-bottom: 0;
    display: inline
}

.vice-chans-msg .vice-right .text img {
    margin-top: 7px
}

.vice-chans-msg .vice-right .vice-name {
    font-size: 22px;
    color: #2a2a2a;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px
}

.vice-chans-msg .vice-right .vice-name span {
    font-size: 22px;
    font-weight: 300;
    color: #2a2a2a;
    display: block;
    text-transform: none
}

.vice-chans-msg .testimonial .item {
    position: relative;
    height: 180px;
    padding-top: 15px
}

.vice-chans-msg .testimonial p {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 23px;
    padding-left: 35px
}

.vice-chans-msg .testimonial p:first-of-type {
    background: url(../images/brad-left-icon.png) 0 0 no-repeat;
    padding-top: 15px
}

.vice-chans-msg .testimonial p:last-of-type {
    display: inline
}

.vice-chans-msg .testimonial p:last-of-type:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 22px;
    background: url(../images/brad-right-icon.png) no-repeat 0 0;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 8px
}

.vice-chans-msg .testimonial .name {
    font-size: 22px;
    color: #2a2a2a;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0
}

.vice-chans-msg .testimonial .name span {
    font-size: 22px;
    font-weight: 300;
    color: #2a2a2a;
    display: block;
    text-transform: none
}

.vice-chans-msg .testimonial .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0
}

.vice-chans-msg .testimonial .slick-dots li {
    margin: 0 2px
}

.vice-chans-msg .testimonial .slick-dots li button {
    border: 1px solid #434343;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    outline: none;
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    display: block
}

.vice-chans-msg .testimonial .slick-dots li.slick-active button {
    border-color: #c92d1e;
    background: #c92d1e
}

.vice-chans-msg .testimonial .say-something {
    margin-top: 30px
}

.vice-chans-msg .testimonial .say-something .viewmore {
    background-color: #c92d1e;
    color: #fff;
    border-color: #c92d1e;
    background-image: url(../images/white-right-arrow.png)
}

.vice-chans-msg .testimonial .say-something .viewmore:hover {
    background-color: #2f3372;
    border-color: #2f3372
}

.news-notice {
    background: url(../images/news-bg.jpg) 0 0 repeat;
    width: 100%;
    padding: 40px 0
}

.news-notice.page {
    background: #fff
}

.news-notice.page .item {
    background: #f6f7f9;
    margin-right: 15px
}

.news-notice.page .item:hover .heading {
    color: #fff
}

.news-notice.page .item:hover .heading:after {
    background: #fff
}

.news-notice.page .news-img {
    width: 100%
}

.news-notice.page .news-img img {
    width: 100%
}

.news-notice.page .news-txt {
    background: #f6f7f9;
    min-height: 180px
}

.news-notice.page .news-txt .text {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.news-notice.page .news-txt .viewmore {
    display: inline-block;
    float: right;
    margin-top: 0
}

.news-notice.page .heading {
    color: #2f3472;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px
}

.news-notice.page .heading:after {
    background: #c72d1e;
    top: 4px
}

.news-notice .news-slider {
    margin-top: 30px
}

.news-notice .news-img {
    position: relative;
    width: 380px
}

.news-notice .item {
    margin-right: 20px
}

.news-notice .item:hover .news-img .news-date {
    background: #c92d1e
}

.news-notice .item:hover .news-img .news-date:after {
    background: #fff
}

.news-notice .item:hover .news-txt {
    background: #c92d1e;
    transition: all 0.4s ease-in-out
}

.news-notice .item:hover .news-txt span {
    color: #fff;
    background: url(../images/icon-clock-hov.png) no-repeat 0 2px
}

.news-notice .item:hover .news-txt span.add {
    background: url(../images/icon-map-hov.png) no-repeat 0 2px
}

.news-notice .item:hover .text {
    color: #fff;
    transition: all 0.4s ease-in-out
}

.news-notice .item:hover .viewmore {
    color: #fff;
    border-color: #fff;
    background: url(../images/view-all-arrow-hover.png) 92% no-repeat
}

.news-notice .item:hover .viewmore:hover {
    border-color: #2f3372;
    background: #2f3372 url(../images/view-all-arrow-hover.png) 92% no-repeat;
    box-shadow: 0 0 5px #2f3372;
    transition: all 0.4s ease-in-out
}

.news-notice .news-date {
    width: 60px;
    height: 85px;
    position: absolute;
    transition: all 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-align: center
}

.news-notice .news-date:after {
    content: "";
    background: #c92d1e;
    height: 3px;
    width: 60%;
    transition: all 0.4s ease-in-out;
    top: -3px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto
}

.news-notice .news-date span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 3px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    margin-bottom: 8px;
    padding-top: 5px
}

.news-notice .news-txt {
    background: #ffffff;
    padding: 20px
}

.news-notice .news-txt span {
    display: block;
    font-size: 14px;
    background: url(../images/icon-clock.png) no-repeat 0 2px;
    line-height: 21px;
    color: #4e4e4e;
    padding: 0 0 8px 25px
}

.news-notice .news-txt span.add {
    background: url(../images/icon-map.png) no-repeat 0 2px
}

.news-notice .slick-prev {
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    border: none;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news-notice .slick-next {
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    border: none;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.placement {
    padding: 40px 0
}

.placement .item {
    border: 1px solid #ccc;
    margin: 0;
    border-right: 0;
    overflow: hidden
}

.placement .item img {
    width: auto;
    margin: 0px auto;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.placement .item:hover {
    background: #f7f7f7
}

.placement .item:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.placement .heading {
    margin-bottom: 25px
}

.placement .slick-list.draggable {
    width: calc(100% - 2px);
    border-right: 1px solid #ccc
}

.placement .slick-prev,.testimonial .slick-prev{
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border: none
}

.placement .slick-next,.testimonial .slick-next {
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none
}
.testimonial .slick-prev,.testimonial .slick-next{
    top: auto;
    bottom: -35px;
}

.footer {
    width: 100%;
    background: #1b1f57;
    color: #fff;
    padding: 25px 0 15px 0
}

.footer p {
    margin-bottom: 0
}

.footer .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.footer .heading:after {
    background: #c92d1e;
    height: 68%;
    top: 4px
}

.footer .footer-link li {
    background: url(../images/annoucement-icon.png) 0 6px no-repeat;
    width: 220px;
    display: inline-block;
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 15px
}

.footer .footer-link a {
    color: #fff
}

.footer .footer-left {
    width: 690px
}

.footer .footer-right {
    width: 450px
}

.footer .container+.container {
    border-top: 1px solid #414574;
    font-size: 13px;
    color: #bbbcc7;
    padding-top: 15px
}

.footer a {
    color: #bbbcc7
}

.inner-banner {
    position: relative;
    margin-top: 30px
}

.inner-banner img {
    width: 100%
}

.inner-banner .container {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 90px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.inner-banner .container:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 58%;
    left: -10px;
    top: 8px;
    background: #c92d1e
}

.bradcam {
    padding: 15px 0
}

.bradcam ul {
    text-align: right
}

.bradcam li {
    font-size: 12px;
    display: inline-block;
    color: #c92d1e
}

.bradcam li a {
    color: #535353;
    background: url(../images/bradcam-divider.png) 99% no-repeat;
    padding-right: 12px
}

.service {
    padding-bottom: 30px
}

.service .serv-left {
    width: 530px
}

.service .serv-left h3 {
    font-size: 21px;
    color: #2f3372;
    font-weight: 500;
    margin-bottom: 26px;
    margin-top: 20px
}

.service .serv-left h4 {
    font-size: 21px;
    color: #343434;
    font-weight: 500
}

.service .serv-left .text {
    margin-top: 15px
}

.use-pass p {
    margin-bottom: 0;
    border: 1px solid #ccc;
    color: #2f3372;
    font-size: 22px;
    padding: 15px;
    margin-bottom: -1px;
    border-left: 3px solid #c92d1e
}

.use-pass p span {
    font-size: 14px
}

.service-table {
    margin-bottom: 40px
}

.service-table table {
    border-collapse: collapse
}

.service-table table th {
    background: #2f3372;
    color: #fff;
    font-size: 20px;
    padding: 15px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #dadada
}

.service-table table td {
    font-size: 14px;
    color: #4e4e4e;
    padding: 15px;
    border: 1px solid #dadada
}

.service-table table tr:nth-child(even) td {
    background: #eeeff2
}

.table {
    border-collapse: collapse;
    width: 100%
}

.table th {
    background: #2f3372;
    color: #fff;
    font-size: 16px;
    padding: 15px;
    font-weight: 500;
    text-align: left;
    border: 1px solid #dadada
}

.table th:first-child {
    width: 8%;
    text-align: center
}

.table td {
    font-size: 14px;
    color: #4e4e4e;
    padding: 15px;
    border: 1px solid #dadada
}

.table td:first-child {
    width: 8%;
    text-align: center
}

.table tr:nth-child(even) td {
    background: #eeeff2
}

.other-service {
    padding-bottom: 40px
}

.other-service .heading {
    margin-bottom: 15px
}

.other-service img {
    margin-left: 20px;
    margin-bottom: 20px
}

.other-service h4 {
    font-size: 21px;
    color: #343434;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.other-service h5 {
    font-size: 16px;
    color: #343434;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.research-support .heading {
    margin-bottom: 20px
}

.research-support .left {
    width: 520px;
    text-align: justify
}

.research-support .research-list li {
    font-size: 14px;
    color: #2f3372;
    background: url(../images/annoucement-icon.png) 0 4px no-repeat;
    padding-left: 19px;
    padding-bottom: 10px;
    cursor: pointer;
    line-height: 17px;
    font-weight: 400;
}

.research-accordian {
    margin: 30px 0 40px 0
}

.research-accordian .text {
    display: none;
    margin-top: 15px;
    margin-bottom: 20px
}

.research-accordian .text .use-pass {
    width: 330px;
    margin: 6px 0
}

.research-accordian .text .service-table table th:first-child {
    width: 10px;
    text-align: center
}

.research-accordian .text .service-table table td:first-child {
    width: 10px;
    text-align: center
}

.research-accordian h2 {
    font-size: 21px;
    color: #2f3372;
    font-weight: 500
}

.research-accordian .rd-more {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    color: #2f3372
}

.research-accordian .rd-more:hover {
    color: #c92d1e
}

.research-accordian h3 {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: 400;
    background-color: #eeeff2;
    padding: 14px 5px 14px 65px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative
}

.research-accordian h3.shodh {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.ndl {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.avpla {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.lrc {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.nptel {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.jitpubl {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.ill {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.sli {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.oaj {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3.oae {
    background: url(../images/acc-1.jpg) 0px 0px no-repeat #eeeff2
}

.research-accordian h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 27px solid transparent;
    border-left: 16px solid #d5d5d5;
    left: 39px;
    top: 0
}

.research-accordian h3:before {
    content: "+";
    position: absolute;
    width: 20px;
    right: 8px;
    top: 12px
}

.research-accordian h3 span {
    position: relative
}

.research-accordian h3.active {
    color: #fff;
    background-color: #2f3372
}

.research-accordian h3.active.shodh {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.ndl {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.avpla {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.lrc {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.nptel {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.jitpubl {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.ill {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.sli {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.oaj {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active.oae {
    background: url(../images/acc-1-active.jpg) 0px 0px no-repeat #2f3372
}

.research-accordian h3.active:after {
    border-left: 16px solid #c92d1e
}

.research-accordian h3.active:before {
    content: "-"
}

.research-accordian .accordian {
    margin-bottom: 10px
}

.research-accordian .service-table {
    margin-bottom: 10px;
    margin-top: 20px
}

.about-us {
    padding-bottom: 50px
}

.about-us .left {
    width: calc(100% - 780px);
    text-align: justify
}

.about-us .right {
    margin-top: 80px;
    position: relative;
    width: 700px;
    text-align: right
}

.about-us .right .right-up-txt {
    width: 330px;
    background: rgba(204, 57, 43, 0.9);
    color: #fff;
    padding: 60px 35px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -45px
}

.about-us .right .right-up-txt h4 {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
    z-index: 9
}

.about-us .right .right-up-txt h4:after {
    background: #edc2bd;
    content: "";
    position: absolute;
    width: 66px;
    height: 4px;
    bottom: -17px;
    right: 0;
    left: 0;
    margin: auto
}

.about-us .right .right-up-txt p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 34px;
    line-height: 24px;
    position: relative;
    z-index: 9
}

.about-us .right .right-up-txt:after {
    border: 1px solid #de847b;
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.small-heading {
    font-size: 24px;
    color: #150202;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 15px
}

.vis-mis {
    background: url(../images/vis-mis-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    overflow: hidden
}

.vis-mis .vis-mis-txt {
    width: 730px;
    background: #f2f2f7;
    padding: 30px;
    float: right
}

.vis-mis .vis-mis-txt li {
    font-size: 14px;
    color: #4e4e4e;
    background: url(../images/annoucement-icon.png) 0 4px no-repeat;
    padding-left: 21px;
    padding-bottom: 9px
}

.vis-mis .vis-mis-txt .text {
    margin-top: 10px
}

.adv-comit {
    padding: 40px 0
}

.adv-comit .commit-slider {
    margin-top: 30px
}

.adv-comit .commit-slider .item {
    background: #fff;
    border: 10px solid #f3f4f7;
    padding: 25px 25px;
    position: relative;
    min-height: 212px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s
}

.adv-comit .commit-slider .item:after {
    content: "";
    position: absolute;
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.adv-comit .commit-slider .item h3 {
    font-size: 32px;
    color: #2f3372;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s
}

.adv-comit .commit-slider .item h3:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 58%;
    left: -10px;
    top: 8px;
    background: #c92d1e
}

.adv-comit .commit-slider .item h4 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 9px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s
}

.adv-comit .commit-slider .item p {
    font-size: 16px;
    color: #4e4e4e;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s
}

.adv-comit .commit-slider .item:hover {
    background: #c92d1e
}

.adv-comit .commit-slider .item:hover h4,
.adv-comit .commit-slider .item:hover h3,
.adv-comit .commit-slider .item:hover p {
    color: #fff
}

.adv-comit .commit-slider .item:hover h3:after {
    background: #fff
}

.adv-comit .commit-slider .slick-prev {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: -45px;
    font-size: 0;
    bottom: 0px;
    margin: auto;
    border: 1px solid transparent
}

.adv-comit .commit-slider .slick-next {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: -45px;
    font-size: 0;
    bottom: 0px;
    margin: auto;
    transform: rotate(-180deg);
    border: 1px solid transparent
}

.libr-timing {
    background: url(../images/blue-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 40px 0
}

.libr-timing .heading {
    color: #fff
}

.libr-timing .heading:after {
    background: #c92d1e
}

.libr-timing ul {
    margin-top: 20px
}

.libr-timing li {
    width: 25%;
    border-right: 1px solid #5a63c8;
    padding: 0 25px;
    word-break: break-word
}

.libr-timing li:last-child {
    border-right: 0
}

.libr-timing h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 14px auto;
    min-height: 62px
}

.libr-timing p {
    font-size: 22px;
    font-weight: 500
}

.libr-timing a.viewmore {
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 5px;
    margin-top: 15px;
    background: url(../images/white-right-arrow.png) 92% no-repeat
}

.libr-timing .note {
    font-size: 15px;
    color: #fff;
    margin-top: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.libr-timing .note span {
    background: #c92d1e;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    margin-right: 15px;
    line-height: 20px;
    width: 80px;
    text-align: center
}

.library-staff {
    background: #eaeaea;
    padding: 40px 0
}

.library-staff .lib-st-slider {
    margin-top: 30px
}

.library-staff .lib-wrap {
    height: 215px;
    position: relative;
    margin-bottom: 25px;
    padding: 22px 0 0 65px
}

.library-staff .lib-wrap h2 {
    font-size: 32px;
    color: #2f3372;
    position: relative
}

.library-staff .lib-wrap h2:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 58%;
    left: -10px;
    top: 8px;
    background: #c92d1e
}

.library-staff .lib-wrap .lib-phone {
    font-size: 15px;
    color: #2a2a2a;
    background: url(../images/red-call-icon.png) 0 0 no-repeat;
    padding-left: 26px;
    margin-bottom: 10px
}

.library-staff .lib-wrap .lib-mail {
    font-size: 15px;
    color: #2a2a2a;
    background: url(../images/red-mail-icon.png) 0 5px no-repeat;
    padding-left: 26px
}

.library-staff .lib-wrap:after {
    width: 200px;
    height: 210px;
    content: "";
    position: absolute;
    border: 1px solid #9294b1;
    top: 0;
    left: 0
}

.library-staff .lib-wrap .gray-bg {
    background: #eaeaea;
    position: relative;
    z-index: 9;
    padding: 10px 0
}

.library-staff .slick-prev {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 45px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 1px solid transparent;
    z-index: 2
}

.library-staff .slick-next {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 1px solid transparent;
    z-index: 2
}

.rule-regulation {
    padding: 50px 0
}

.rule-regulation img {
    margin: 0 0 20px 20px
}

.rule-regulation .sub-heading {
    margin-bottom: 3px;
    margin-top: 10px
}

.rule-regulation li {
    font-size: 14px;
    color: #4e4e4e;
    background: url(../images/annoucement-icon.png) 0 5px no-repeat;
    padding-left: 18px;
    padding-bottom: 9px
}

.rule-regulation .note {
    margin-top: 20px;
    font-size: 15px;
    color: #4e4e4e;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.rule-regulation .note span {
    background: #c92d1e;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    margin-right: 15px;
    line-height: 20px;
    width: 80px;
    text-align: center
}

.resource h5 {
    font-size: 14px;
    color: #4e4e4e;
    margin-bottom: 19px;
    margin-top: 6px
}

.resource h3 {
    font-size: 21px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px
}

.resource .table {
    margin-bottom: 40px
}

.new-arrivals {
    width: 100%;
    padding-bottom: 100px
}

.new-arrivals .new-arri-left {
    width: 340px
}

.new-arrivals .new-arri-left h4 {
    font-size: 21px;
    color: #343434;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin: 10px 0
}

.new-arrivals .new-arri-left li {
    font-size: 14px;
    color: #2f3372;
    background: url(../images/annoucement-icon.png) 0 4px no-repeat;
    padding-left: 18px;
    padding-bottom: 18px
}

.new-arrivals .arr-slider {
    position: absolute;
    width: 300px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    box-shadow: 1px 0 9px rgba(0, 0, 0, 0.2)
}

.new-arrivals .arr-slider .slick-slide img {
    width: auto
}

.new-arrivals .slick-next {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: auto;
    right: -45px;
    font-size: 0;
    bottom: -50px;
    margin: auto;
    transform: rotate(-180deg);
    left: 0px;
    border: none;
    z-index: 2
}

.new-arrivals .slick-prev {
    background: url(../images/com-left.png) center no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: auto;
    font-size: 0;
    bottom: -50px;
    margin: auto;
    left: 0;
    right: 30px;
    border: none;
    z-index: 2
}

.collection {
    margin-bottom: 40px
}

.collection .left {
    width: 500px
}

.collection .left .heading {
    margin-bottom: 10px
}

.collection .table {
    margin: 40px 0
}

.collection .table th {
    text-align: left
}

.collection .table td {
    width: 40%;
    text-align: left
}

.collection .table td:first-of-type {
    width: 80%
}

.collection .table td.download_link {
    min-width: 110px;
    text-align: center
}

.collection .table td.download_link a {
    font-weight: 400;
    border: 1px solid #2F3372;
    padding: 2px 15px;
    background: #2F3372;
    color: #fff;
    border-radius: 7px;
    font-size: 13px;
    text-decoration: none
}

.collection .table td.download_link a:hover {
    background: #c92d1e;
    transition: all 0.5s;
    border-color: #c92d1e
}

.collection .table table tr:last-child td {
    border-bottom: 0
}

.collection .table table td {
    border: 0;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada
}

.collection .table table td.download_link {
    min-width: 110px;
    border-right: none
}

.collection .table table td.download_link a {
    font-weight: 400;
    border: 1px solid #2F3372;
    padding: 2px 15px;
    background: #2F3372;
    color: #fff;
    border-radius: 7px;
    font-size: 13px;
    text-decoration: none
}

.collection .table table td.download_link a:hover {
    background: #c92d1e;
    transition: all 0.5s;
    border-color: #c92d1e
}

.collection .use-pass {
    margin-bottom: 30px;
    width: 50%;
    margin-top: 20px
}

.these {
    margin-bottom: 50px
}

.these .text {
    margin: 10px 0 20px
}

.you-said {
    margin-bottom: 50px
}

.you-said .table {
    margin: 15px 0
}

.contact-us .left {
    width: 630px;
    margin-right: 20px
}

.contact-us .left ul {
    margin-top: 30px
}

.contact-us .left li {
    width: 206px;
    height: 240px;
    background: #2f3372;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 25px 15px
}

.contact-us .left li:after {
    border: 1px solid #595d8e;
    content: "";
    width: 92%;
    height: 92%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 1
}

.contact-us .left li h3 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 12px 0;
    border-bottom: 1px solid #595d8e;
    padding-bottom: 6px;
    position: relative;
    z-index: 1
}

.contact-us .left li p {
    font-size: 15px;
    color: #ffffff;
    line-height: 22px;
    position: relative;
    z-index: 1
}

.contact-us .left li p a {
    color: #ffffff
}

.contact-us .left li p a:hover {
    color: #c92d1e
}

.contact-us .right {
    width: calc(100% - 660px);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2)
}

.contact-us {
    margin-bottom: 50px
}

.getouch {
    background: url(../images/contact-form-bg.jpg) 0 0 repeat;
    padding: 40px 0;
    background-size: cover;
    background-position: center center
}

.getouch .left {
    width: 49%
}

.getouch .right {
    width: 49%
}

.getouch ul {
    border: 1px solid transparent;
    margin: 0;
    padding: 20px 20px;
    min-height: 340px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 10px #ccc;
    margin-top: 20px;
    border-radius: 5px;
    position: relative
}

.getouch ul p {
    color: #4e4e4e;
    font-size: 13px
}

.getouch li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px
}

.getouch li input,
.getouch li textarea {
    font-size: 16px;
    padding: 5px 0;
    height: auto;
    background: none;
    font-weight: 300;
    border-color: #ccc
}

.getouch li input[type="submit"],
.getouch li textarea[type="submit"] {
    font-size: 14px;
    color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 10px;
    background: url(../images/white-right-arrow.png) 92% no-repeat #2f3372;
    width: 120px
}

.getouch li input[type="submit"]:hover,
.getouch li textarea[type="submit"]:hover {
    background: url(../images/view-all-arrow.png) 92% no-repeat #c92d1e;
    color: #fff;
    border: 1px solid #c92d1e;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 5px #2f3372
}

.getouch li textarea {
    height: 57px
}

.getouch li:last-child {
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px
}

.getouch.popup-form {
    display: none;
    padding: 20px;
    width: 500px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.getouch.popup-form .heading {
    text-align: center;
    text-transform: none;
    font-size: 24px;
    margin-bottom: 5px
}

.getouch.popup-form .heading:after {
    display: none
}

.getouch.popup-form p {
    text-align: center;
    font-size: 14px
}

.getouch.popup-form ul {
    min-height: auto
}

.getouch.popup-form ul li {
    display: block
}

.getouch.popup-form ul li:last-child {
    position: static;
    text-align: center
}

.slicknav_menu {
    display: none
}

.arrow li {
    background: url(../images/annoucement-icon.png) 0px 16px no-repeat;
    font-size: 14px;
    padding-left: 17px;
    padding-top: 12px;
    color: #4e4e4e
}

.faq-accordian h3 {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    font-size: 16px
}

.faq-accordian h3:after {
    border: 0;
    width: 32px;
    height: 32px;
    background: url(../images/question.png) no-repeat center;
    top: 8px;
    left: 10px;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s
}

.faq-accordian h3.active:after {
    border: 0;
    background-image: url(../images/question-hover.png)
}

.faq-accordian .text {
    font-size: 15px
}

.faq-accordian .text ul li {
    position: relative;
    padding-left: 15px;
    margin: 5px 0
}

.faq-accordian .text ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #2f3372;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px
}

.faq-accordian .text .table {
    margin-top: 15px
}

.faq-accordian .text .table th:first-of-type {
    width: 30%;
    text-align: left
}

.faq-accordian .text .table td:first-of-type {
    text-align: left
}

.search-page {
    background: #eaeaf1
}

.search-list {
    padding: 25px 0
}

.search-list ul {
    counter-reset: section;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.search-list ul li {
    background: #fff;
    padding: 20px 22px;
    position: relative;
    margin: 15px 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06)
}

.search-list ul li:before {
    counter-increment: section;
    content: counter(section);
    display: block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #2f3372;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: -20px 0 0 -20px
}

.search-list h2 {
    font-size: 19px;
    color: #c62617;
    font-weight: 500;
    line-height: 25px
}

.search-list h2 a {
    color: #c62617;
    font-size: 19px
}

.search-list p {
    font-size: 16px;
    line-height: 22px;
    color: #2f3372;
    margin-bottom: 10px;
    padding-left: 15px
}

.search-list a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    padding-left: 15px;
    line-height: 22px;
    font-weight: 500
}

.thanks {
    text-align: center
}

.thanks img {
    max-width: 100%
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 15px
    }
    .learning-resource-center .flex-start {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .learning-resource-center .left {
        width: 40%;
        padding-left: 10px
    }
    .learning-resource-center .right {
        width: 58%;
        margin-left: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .learning-resource-center .view {
        width: 26%
    }
    .learning-down .view:last-child {
        width: 45%
    }
    .learningr .heading,
    .learningr .sub-heading {
        margin-left: 10px
    }
    .learningr .learning-product li h3 {
        font-size: 19px
    }
    .placement .heading {
        margin-left: 10px
    }
    .footer {
        padding-bottom: 10px
    }
    .footer .heading {
        margin-left: 10px
    }
    .footer .container+.container {
        padding-top: 10px
    }
    .banner .slick-dots {
        right: 10px
    }
    .banner .timing-slider {
        width: 770px;
        font-size: 16px
    }
    .banner .container .impr-annoucement {
        width: 260px;
        position: absolute;
        right: 20px;
        bottom: 30px;
        top: auto
    }
    .inner-banner .container {
        font-size: 15px
    }
    .about-us .left {
        width: calc(100% - 680px)
    }
    .about-us .left .heading {
        margin-left: 10px
    }
    .about-us .right {
        width: 600px;
        margin-top: 60px
    }
    .adv-comit .heading,
    .libr-timing .heading,
    .library-staff .heading,
    .rule-regulation .heading {
        margin-left: 10px
    }
    .libr-timing h4 {
        font-size: 26px;
        word-break: break-word
    }
    .vis-mis {
        padding: 20px 0
    }
    .vis-mis .vis-mis-txt {
        width: 100%;
        float: none;
        padding: 20px
    }
    .adv-comit .commit-slider .slick-prev {
        left: 0
    }
    .adv-comit .commit-slider .slick-next {
        right: 0
    }
    .adv-comit .commit-slider .slick-list.draggable {
        margin: 0 auto;
        width: 93%
    }
    .service {
        padding-bottom: 0
    }
    .service .sub-heading {
        margin-bottom: 10px;
        font-size: 20px
    }
    .service .serv-left {
        width: 53%
    }
    .service .serv-left .heading {
        margin-left: 10px
    }
    .service .serv-left .text {
        margin-top: 0
    }
    .service .serv-left .use-pass+.text {
        margin-top: 10px
    }
    .service .serv-left h3 {
        margin: 15px 0
    }
    .service .serv-right {
        width: 45%
    }
    .service-table {
        margin-bottom: 20px
    }
    .new-arrivals .new-arri-left .heading {
        margin-left: 10px
    }
    .new-arrivals .new-arri-left li {
        padding-bottom: 10px
    }
    .other-service .heading {
        margin-bottom: 10px;
        margin-left: 10px
    }
    .collection {
        margin-bottom: 0
    }
    .collection .left {
        padding-left: 10px;
        width: 48%
    }
    .collection .right {
        width: 50%
    }
    .collection .table {
        margin: 20px 0
    }
    .these .heading {
        margin-left: 10px
    }
    .these .text {
        margin: 0px 0 20px
    }
    .resource .heading {
        margin-left: 10px
    }
    .resource h5 {
        margin-top: 0;
        margin-bottom: 10px
    }
    .resource h3 {
        margin-bottom: 8px
    }
    .resource .table {
        margin-bottom: 30px
    }
    .contact-us .left .heading {
        margin-left: 10px
    }
    .contact-us .left ul {
        margin-top: 10px
    }
    .contact-us .sub-heading {
        margin-bottom: 0px
    }
    .getouch .left .heading {
        margin-left: 10px
    }
    .research-support .heading {
        margin-bottom: 10px;
        margin-left: 10px
    }
    .research-support .research-list li:last-child {
        padding-bottom: 0
    }
    .research-support .left {
        width: calc(100% - 530px);
        text-align: justify
    }
    .research-support .left .text br {
        display: none
    }
    .research-support .right {
        width: 500px
    }
    .research-accordian {
        margin: 20px 0
    }
    .other-service {
        padding-bottom: 20px
    }
    .other-service h4 {
        margin-top: 0
    }
    .faq .heading,
    .you-said .heading {
        margin-left: 10px
    }
    .vice-chans-msg:before {
        right: 0
    }
    .vice-chans-msg .heading {
        font-size: 27px
    }
    .vice-chans-msg .right {
        padding-left: 30px
    }
    .vice-chans-msg .vice-left {
        padding: 5px;
        -webkit-align-self: start;
        -moz-align-self: start;
        -ms-align-self: start;
        align-self: start
    }
    .vice-chans-msg .vice-right {
        max-width: 285px
    }
    .vice-chans-msg .vice-right .text {
        line-height: 20px;
        background-size: 16px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: -10px
    }
    .vice-chans-msg .vice-right .text img {
        width: 16px
    }
    .vice-chans-msg .vice-right .text p {
        margin-bottom: 8px
    }
    .vice-chans-msg .vice-right .vice-name {
        padding-left: 20px;
        font-size: 20px
    }
    .vice-chans-msg .vice-right .vice-name span {
        font-size: 18px
    }
    .vice-chans-msg .testimonial p:first-of-type {
        background-size: 16px;
        padding-top: 10px;
        padding-left: 25px
    }
    .vice-chans-msg .testimonial p:last-of-type:after {
        width: 16px;
        background-size: 16px
    }
    .news-notice.page {
        padding-top: 0
    }
    .news-notice.page .news-txt {
        min-height: 220px
    }
    .news-notice.page .news-txt .viewmore {
        float: none;
        margin-top: 8px
    }
    .news-notice .slick-prev,
    .news-notice .slick-next {
        top: -50px
    }
}

@media screen and (max-width: 1100px) {
    nav li a {
        padding: 0 15px
    }
    .footer .footer-left {
        width: 49%;
        padding-bottom: 10px
    }
    .footer .footer-right {
        width: 49%;
        padding-bottom: 10px
    }
    .footer .footer-link li {
        width: 49%
    }
    .banner .timing-slider {
        width: 700px;
        font-size: 14px
    }
    .banner .container .impr-annoucement {
        width: 270px
    }
    .vice-chans-msg .vice-right .text br {
        display: none
    }
    .about-us .left {
        width: calc(100% - 580px)
    }
    .about-us .right {
        width: 500px
    }
    .adv-comit .commit-slider .item {
        padding: 15px 25px;
        min-height: 232px
    }
    .adv-comit .commit-slider .item h3 {
        font-size: 30px
    }
    .adv-comit .commit-slider .item h4 {
        font-size: 24px;
        line-height: 28px
    }
    .adv-comit .commit-slider .slick-list.draggable {
        width: 92%
    }
    .adv-comit .viewmore {
        margin-left: 40px
    }
    .libr-timing h4 {
        font-size: 22px;
        margin-bottom: 8px;
        min-height: 60px
    }
    .libr-timing p {
        font-size: 20px;
        font-weight: 400
    }
    .libr-timing .note {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 100
    }
    .libr-timing .note span {
        padding: 8px 20px;
        font-weight: 600
    }
    .rule-regulation img {
        display: none
    }
    .rule-regulation .note {
        font-size: 14px;
        margin-top: 20px
    }
    .rule-regulation .note span {
        padding: 8px 20px;
        font-weight: 600
    }
    .library-staff .lib-wrap {
        height: 190px;
        margin-bottom: 20px;
        padding: 22px 0 0 75px
    }
    .library-staff .lib-wrap:after {
        width: 140px;
        height: 190px
    }
    .library-staff .lib-wrap h2 {
        font-size: 27px;
        font-weight: 500
    }
    .library-staff .lib-wrap .sub-heading {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 10px
    }
    .rule-regulation img {
        width: 500px
    }
    .other-service img {
        width: 500px
    }
}

@media screen and (max-width: 1024px) {
    .slicknav_menu {
        display: block;
        background: transparent;
        width: auto;
        padding: 0;
        border: none;
        outline: none;
        z-index: 99;
        position: static;
        align-self: center
    }
    .slicknav_menu.fixed {
        position: static
    }
    .slicknav_menu.fixed .slicknav_btn {
        background: #2f3372;
        top: 0
    }
    .slicknav_menu.fixed .slicknav_nav {
        margin-top: 34px;
        height: 100vh
    }
    .slicknav_menu>a {
        opacity: 1;
        background: #2f3372;
        top: 0;
        right: 0;
        border-radius: 0;
        padding: 8px 7px
    }
    .slicknav_menu .slicknav_no-text {
        width: 100%;
        height: 100%
    }
    .slicknav_menu .slicknav_nav {
        background: #2f3372;
        box-shadow: 0 0 10px #cccc;
        margin-top: 30px;
        width: 230px;
        overflow: auto;
        height: 100vh
    }
    .slicknav_menu .slicknav_nav a {
        text-decoration: none;
        color: #fff;
        font-weight: 300;
        padding: 0;
        margin: 0;
        position: relative
    }
    .slicknav_menu .slicknav_nav a:first-child img {
        filter: invert(1)
    }
    .slicknav_menu .slicknav_nav li {
        border-bottom: 1px solid #3c4088
    }
    .slicknav_menu .slicknav_nav li:first-child {
        display: none
    }
    .slicknav_menu .slicknav_nav li:last-child {
        border: none
    }
    .slicknav_menu .slicknav_nav li.has-child {
        padding: 0px
    }
    .slicknav_menu .slicknav_nav li.has-child>a {
        padding: 10px;
        font-size: 13px
    }
    .slicknav_menu .slicknav_nav li.has-child ul {
        margin-left: 0;
        background: #3c4088
    }
    .slicknav_menu .slicknav_nav li.has-child ul li {
        border-bottom: 1px solid #2f3372;
        padding: 0
    }
    .slicknav_menu .slicknav_nav li.has-child ul li:last-child {
        border: none
    }
    .slicknav_menu .slicknav_nav li.has-child ul li>a {
        padding: 9px 0;
        padding-left: 18px;
        font-size: 13px
    }
    .slicknav_menu .slicknav_nav li.has-child ul li ul {
        background: #494da2
    }
    .slicknav_menu .slicknav_nav li.has-child ul li ul li:last-child {
        border: none
    }
    .slicknav_menu .slicknav_nav li.has-child ul li ul li>a {
        padding-left: 28px;
        font-size: 13px
    }
    .slicknav_menu .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
        right: 15px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 30px;
        text-align: center;
        line-height: 36px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 20px
    }
    nav {
        display: none
    }
    .inner-banner,
    .banner {
        margin-top: 0
    }
    .header-top .left {
        width: 70%
    }
    .header-top .right {
        width: 30%
    }
    .header-center {
        padding: 10px 0
    }
    .header-center.fixed {
        position: fixed;
        background: #fff;
        width: 100%;
        top: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 10px 0;
        box-shadow: 0 0 10px #ccc
    }
    .header-center.fixed .logo img {
        height: 50px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .header-center img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }
    .header-center .header-right {
        width: auto;
        margin: 0
    }
    .header-center .getqut {
        margin: 0 5px;
        width: 127px
    }
    .header-center .getqut a {
        padding: 6px 10px 6px 34px
    }
    .header-center .search-div input {
        height: 27px
    }
    .searchIcon {
        display: none
    }
    .about-us .left {
        width: 47%
    }
    .about-us .right {
        width: 48%;
        margin: 0
    }
    .about-us .right .right-up-txt {
        position: relative;
        width: 100%;
        padding: 20px;
        left: 0;
        bottom: 0
    }
    .about-us .right .right-up-txt:after {
        width: 94%;
        height: 87%
    }
    .about-us .right .right-up-txt h4 {
        font-size: 18px;
        line-height: 22px;
        z-index: 1
    }
    .about-us .right .right-up-txt h4:after {
        bottom: -10px
    }
    .about-us .right .right-up-txt p {
        margin-top: 14px;
        z-index: 1
    }
    .adv-comit,
    .libr-timing,
    .library-staff,
    .rule-regulation {
        padding: 20px 0
    }
    .small-heading {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0px
    }
    .about-us {
        padding-bottom: 20px
    }
    .about-us .left {
        width: 49%
    }
    .about-us .right .right-up-txt:after {
        width: 96%;
        height: 90%
    }
    .about-us .right .right-up-txt h4 {
        font-size: 16px;
        line-height: 22px
    }
    .about-us .right .right-up-txt h4:after {
        bottom: -7px;
        height: 1px
    }
    .about-us .right .right-up-txt p {
        margin-top: 10px
    }
    .vis-mis .vis-mis-txt .text {
        margin: 7px 0 0
    }
    .adv-comit .commit-slider {
        margin: 20px 0
    }
    .adv-comit .commit-slider+br {
        display: none
    }
    .adv-comit .commit-slider .item {
        padding: 15px;
        min-height: 163px
    }
    .adv-comit .commit-slider .item h3 {
        font-size: 23px;
        margin-left: 10px
    }
    .adv-comit .commit-slider .item h3:after {
        height: 18px;
        top: 4px
    }
    .adv-comit .commit-slider .item h4 {
        font-size: 20px;
        line-height: 22px;
        margin: 5px 0
    }
    .adv-comit .commit-slider .item p {
        font-size: 15px
    }
    .libr-timing h4 {
        font-size: 20px;
        margin-bottom: 8px;
        min-height: 50px;
        margin-top: 13px;
        line-height: 25px
    }
    .libr-timing p {
        font-size: 16px;
        font-weight: 400
    }
    .libr-timing ul {
        margin-top: 15px
    }
    .libr-timing .note {
        margin-top: 20px
    }
    .library-staff .lib-st-slider {
        margin-top: 10px
    }
    .library-staff .lib-wrap {
        padding: 22px 0 0 35px;
        height: 160px
    }
    .library-staff .lib-wrap:after {
        width: 110px;
        height: 160px
    }
    .library-staff .lib-wrap h2 {
        font-size: 25px
    }
    .library-staff .lib-wrap .sub-heading {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px
    }
    .library-staff .lib-wrap .lib-phone {
        margin-bottom: 5px
    }
    .new-arrivals .new-arri-right {
        width: 55%
    }
    .new-arrivals .arr-slider {
        left: 80px;
        bottom: -30px
    }
    .contact-us .left {
        width: 600px
    }
    .contact-us .left li {
        width: 32%;
        height: auto;
        padding: 25px 15px
    }
    .contact-us .right {
        width: calc(100% - 620px);
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.3)
    }
    .research-support .left {
        width: calc(100% - 470px)
    }
    .research-support .right {
        width: 450px
    }
    .faq .research-accordian {
        margin: 10px 0 20px
    }
    .you-said {
        margin-bottom: 20px
    }
    .you-said .table {
        margin: 7px 0 0
    }
    .you-said .table th {
        font-size: 17px;
        padding: 10px
    }
    .you-said .table td {
        padding: 10px
    }
    .news-notice.page .heading {
        font-size: 18px;
        line-height: 20px;
        text-transform: capitalize
    }
    .news-notice.page .news-txt {
        min-height: 200px;
        padding: 15px
    }
}

@media screen and (max-width: 1023px) {
    .learningr .learning-product li {
        padding: 15px
    }
    .learningr .learning-product li h3 {
        font-size: 16px;
        min-height: 38px
    }
    .learningr .learning-product li .text {
        font-size: 13px;
        line-height: 20px;
        min-height: 100px
    }
}

@media screen and (max-width: 959px) {
    .heading {
        font-size: 24px
    }
    .heading:after {
        height: 61%;
        top: 3px
    }
    .sub-heading {
        font-size: 22px
    }
    .slicknav_menu {
        top: 0;
        right: 0
    }
    .slicknav_menu>a {
        top: 0px;
        right: 0
    }
    .footer {
        padding: 15px 0 0
    }
    .footer .heading {
        font-size: 18px;
        margin-bottom: 10px
    }
    .footer .footer-link li {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 20px
    }
    .footer .container+.container {
        padding: 7px 0;
        font-size: 11px
    }
    .banner {
        overflow: hidden
    }
    .banner .container {
        position: static;
        float: none
    }
    .banner .container .impr-annoucement {
        position: static;
        float: none;
        width: 100%;
        padding: 20px 0
    }
    .banner .container .impr-annoucement h2 {
        font-size: 24px;
        font-weight: 400
    }
    .banner .container .impr-annoucement h2 span {
        font-size: 24px
    }
    .banner .container .impr-annoucement .viewmore {
        padding: 6px 23px 6px 9px;
        margin-top: 10px
    }
    .banner .container .impr-annoucement li {
        font-size: 14px
    }
    .banner .timing-slider {
        position: static;
        float: none;
        width: 106%;
        background: rgba(47, 51, 114, 0.95);
        margin-left: -3%;
        padding: 10px 25px;
        font-size: 14px
    }
    .learning-resource-center .left {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }
    .learning-resource-center .right {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0
    }
    .learning-resource-center .right .view {
        width: 32.5%;
        float: none;
        margin-right: 0;
        margin-bottom: 12px
    }
    .learning-resource-center .right .view:last-of-type {
        width: 66.2%
    }
    .learning-resource-center .right .view:nth-last-of-type(1),
    .learning-resource-center .right .view:nth-last-of-type(2) {
        margin-bottom: 0
    }
    .learning-resource-center .view img {
        height: 200px
    }
    .learning-resource-center .prod-name {
        font-size: 17px;
        padding: 11px
    }
    .heading {
        margin-left: 10px
    }
    .sub-heading {
        margin-bottom: 10px
    }
    .viewmore {
        margin-top: 0
    }
    .learning-down .view:last-child {
        width: 45%
    }
    .learningr,
    .vice-chans-msg,
    .learning-resource-center,
    .placement {
        padding: 20px 0
    }
    .vice-chans-msg .container {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .vice-chans-msg .vice-left {
        width: 40%
    }
    .vice-chans-msg .vice-right {
        margin-left: 0;
        width: 60%
    }
    .vice-chans-msg .vice-right .text {
        line-height: 20px
    }
    .vice-chans-msg .vice-right .text br {
        display: none
    }
    .vice-chans-msg .vice-right .vice-name {
        font-size: 22px;
        font-weight: 500
    }
    .vice-chans-msg .vice-right .vice-name span {
        font-size: 15px;
        font-weight: 500
    }
    .placement .heading {
        margin-bottom: 10px
    }
    .placement .slick-prev,
    .placement .slick-next {
        height: 19px;
        top: -50px
    }
    .learningr .learning-product ul {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .learningr .learning-product li {
        width: 32.5%;
        margin-bottom: 15px;
        position: relative
    }
    .learningr .learning-product li:nth-last-of-type(1),
    .learningr .learning-product li:nth-last-of-type(2) {
        width: 49.3%;
        margin-bottom: 0
    }
    .learningr .learning-product li h3 {
        margin: 13px 0 3px;
        font-size: 17px;
        line-height: 22px;
        min-height: auto
    }
    .learningr .learning-product li .text {
        min-height: auto;
        margin-bottom: 40px
    }
    .learningr .learning-product li a.readmore {
        position: absolute;
        bottom: 20px
    }
    .viewmore {
        padding: 6px 23px 6px 9px
    }
    .small-heading,
    .sub-heading {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 0;
        font-weight: 400
    }
    .about-us .left {
        width: 100%
    }
    .about-us .right {
        width: 100%
    }
    .about-us .right img {
        display: none
    }
    .about-us .right .right-up-txt {
        padding: 22px
    }
    .about-us .right .right-up-txt:after {
        width: 98%;
        height: 80%
    }
    .about-us .right .right-up-txt h4:after {
        display: none
    }
    .about-us .right .right-up-txt p {
        margin-top: 0;
        font-weight: 200
    }
    .text br {
        display: none
    }
    .vis-mis .vis-mis-txt .text {
        margin: 0
    }
    .adv-comit .commit-slider .item {
        min-height: 150px
    }
    .adv-comit .commit-slider .slick-list.draggable {
        width: 90%
    }
    .libr-timing li {
        width: 24%;
        padding: 15px;
        margin-bottom: 15px;
        background: #5a63c83b;
        border: 1px solid rgba(18, 23, 76, 0.6);
        box-shadow: 0 0 5px rgba(18, 23, 76, 0.8);
        text-align: center
    }
    .libr-timing .note {
        margin-top: 0px
    }
    .libr-timing h4 {
        font-size: 16px;
        min-height: auto;
        line-height: 20px;
        font-weight: 500
    }
    .libr-timing p {
        font-size: 14px;
        font-weight: 300
    }
    .library-staff .lib-wrap h2 {
        font-size: 20px;
        font-weight: 600
    }
    .library-staff .lib-wrap .sub-heading {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 20px
    }
    .library-staff .slick-prev,
    .library-staff .slick-next {
        top: -39px
    }
    .service .serv-left h4 {
        font-size: 18px
    }
    .service .serv-left h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px
    }
    .use-pass p {
        font-size: 16px;
        padding: 7px 10px;
        font-weight: 500
    }
    .service-table table th {
        font-size: 18px;
        padding: 9px;
        width: 200px
    }
    .service-table table td {
        padding: 10px
    }
    .new-arrivals {
        padding-bottom: 30px
    }
    .new-arrivals .new-arri-left {
        width: calc(100% - 340px)
    }
    .new-arrivals .new-arri-left h4 {
        font-size: 18px;
        line-height: 22px;
        margin: 0px 0 10px
    }
    .new-arrivals .new-arri-left ul {
        margin-top: 0
    }
    .new-arrivals .new-arri-left ul li {
        padding-bottom: 8px
    }
    .new-arrivals .new-arri-right {
        display: none
    }
    .new-arrivals .arr-slider {
        position: relative;
        width: 300px;
        bottom: 0;
        left: 0
    }
    .new-arrivals .slick-prev {
        background: url(../images/com-left.png) center no-repeat;
        bottom: 50%;
        left: -17px;
        right: auto;
        transform: translateY(50%)
    }
    .new-arrivals .slick-next {
        background: url(../images/com-left.png) center no-repeat;
        right: -17px;
        bottom: 50%;
        transform: rotate(-180deg) translateY(-50%);
        left: auto
    }
    .other-service {
        padding-bottom: 20px
    }
    .other-service img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0
    }
    .other-service h4 {
        margin-top: 5px;
        font-weight: 500;
        margin-bottom: 5px
    }
    .other-service h5 {
        margin-top: 10px;
        font-weight: 600;
        margin-bottom: -5px
    }
    .collection .table td.small-heading {
        font-size: 18px !important
    }
    .these {
        margin-bottom: 10px
    }
    .these .heading {
        margin-bottom: 0
    }
    .these .table th:nth-of-type(5) {
        min-width: 300px
    }
    .these .text {
        margin: 0px 0 10px
    }
    .table th {
        font-size: 16px;
        padding: 7px;
        font-size: 13px
    }
    .table td {
        padding: 8px;
        padding: 7px;
        font-size: 13px
    }
    .contact-us {
        margin-bottom: 20px
    }
    .contact-us .left {
        width: 100%;
        margin-right: 0
    }
    .contact-us .left li p,
    .contact-us .left li h3 {
        z-index: 1
    }
    .contact-us .right {
        width: 100%;
        margin-top: 20px
    }
    .contact-us .right iframe {
        height: 300px
    }
    .getouch {
        padding: 20px 0
    }
    .getouch ul {
        margin-top: 10px
    }
    .research-support .heading {
        margin-bottom: 0
    }
    .research-support .left {
        width: 100%
    }
    .research-support .right {
        display: none
    }
    .research-support .research-list li {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 5px;
        background: url(../images/annoucement-icon.png) 0 5px no-repeat
    }
    .research-accordian h2 {
        font-size: 16px
    }
    .research-accordian h3 {
        font-size: 17px;
        padding: 10px 5px 10px 65px
    }
    .research-accordian h3:before {
        text-align: center
    }
    .research-accordian h3:after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 12px solid #d5d5d5;
        left: 39px;
        top: 0
    }
    .research-accordian h3.shodh {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.ndl {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.avpla {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.lrc {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.nptel {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.jitpubl {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.ill {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.sli {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.oaj {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.oae {
        background: url(../images/acc-1.jpg) 0px -5px no-repeat #eeeff2
    }
    .research-accordian h3.active {
        color: #fff
    }
    .research-accordian h3.active.shodh {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.ndl {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.avpla {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.lrc {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.nptel {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.jitpubl {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.ill {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.sli {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.oaj {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active.oae {
        background: url(../images/acc-1-active.jpg) 0px -5px no-repeat #2f3372
    }
    .research-accordian h3.active:after {
        border-left: 12px solid #c92d1e;
        border-left-color: #c92d1e
    }
    .research-accordian .rd-more {
        font-weight: 500;
        font-size: 15px
    }
    .research-accordian .text {
        text-align: justify
    }
    .research-accordian .text .sub-heading {
        font-size: 18px;
        margin: 10px 0;
        text-align: left
    }
    .research-accordian .text a {
        color: #2f3372;
        margin: 5px 0
    }
    .research-accordian .text .service-table {
        margin-top: 10px
    }
    .research-accordian .text .service-table table th,
    .research-accordian .text .service-table table td {
        font-size: 15px;
        padding: 5px 10px
    }
    .research-accordian .text .service-table table th:first-child,
    .research-accordian .text .service-table table td:first-child {
        width: 10%
    }
    .research-accordian .text .service-table table td {
        font-size: 14px
    }
    .faq .faq-accordian h3:after {
        border: 0;
        width: 27px;
        height: 27px;
        background: url(../images/question.png) no-repeat 0px 0px;
        top: 6px;
        left: 6px;
        background-size: contain
    }
    .faq .research-accordian h3 {
        padding: 10px 5px 10px 45px
    }
    .faq .research-accordian h3.active:after {
        border: none;
        background-image: url(../images/question-hover.png)
    }
    .vice-chans-msg {
        background-size: cover
    }
    .vice-chans-msg:before {
        display: none
    }
    .vice-chans-msg .left {
        width: 100%;
        max-width: none
    }
    .vice-chans-msg .right {
        width: 100%;
        padding-left: 0;
        max-width: none;
        border-top: 1px solid #ccc;
        padding-top: 25px;
        margin-top: 25px
    }
    .vice-chans-msg .right .heading {
        margin-bottom: 10px
    }
    .vice-chans-msg .vice-left {
        width: 26%
    }
    .vice-chans-msg .vice-right {
        max-width: none;
        width: 71%
    }
    .news-notice.page .item {
        background: #f6f7f9;
        margin: 0 10px
    }
    .news-notice .news-date {
        width: 40px;
        height: 70px;
        font-size: 14px
    }
    .news-notice .news-date span {
        font-size: 16px;
        margin-bottom: 4px
    }
}

@media screen and (max-width: 768px) {
    .bradcam {
        padding: 6px 0
    }
}

@media screen and (max-width: 767px) {
    .heading,
    .banner .container .impr-annoucement h2,
    .banner .container .impr-annoucement h2 span {
        font-size: 22px;
        line-height: 25px
    }
    .sub-heading {
        font-size: 20px;
        line-height: 22px;
        font-size: 18px
    }
    .inner-banner img {
        min-height: 100px
    }
    .inner-banner .container {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center;
        width: 100%;
        font-size: 16px
    }
    .inner-banner .container h1 {
        background: rgba(255, 255, 225, 0.2);
        display: inline-block;
        padding: 5px 10px;
        font-size: 22px
    }
    .slicknav_menu {
        top: 40px
    }
    .header-top .left {
        width: 80%
    }
    .header-top .right {
        width: 20%
    }
    .header-top .right p {
        display: none
    }
    .header-center {
        padding: 6px 0
    }
    .header-center .logo {
        width: auto
    }
    .header-center .logo img {
        height: 50px
    }
    .header-center .getqut {
        width: auto;
        position: fixed;
        bottom: 10px;
        right: 10px;
        transform: rotate(0deg);
        box-shadow: 0 0 10px #000
    }
    .header-center .getqut a {
        background: #c92d1e;
        padding: 9px;
        font-weight: 400
    }
    .header-center .getqut a:hover {
        background: #2f3372
    }
    .header-center .search-div {
        margin-right: 8px;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(47, 51, 114, 0.95);
        display: none;
        align-items: center;
        justify-content: center;
        padding: 40px;
        z-index: 999;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
    .header-center .search-div.show {
        display: flex;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
    .header-center .search-div.show button {
        background: #c92d1e url("../images/search-icon-white.png") no-repeat center center
    }
    .header-center .search-div.show button img {
        display: none
    }
    .header-center .search-div input {
        height: 40px
    }
    .header-center .search-div button {
        background: #c92d1e;
        height: 40px;
        width: 40px;
        margin-left: 4px
    }
    .header-center .header-right {
        width: auto
    }
    .header-center .searchIcon {
        display: block;
        width: 32px;
        height: 28px;
        border: 1px solid #ccc;
        text-align: center;
        background: #f5f5f5;
        margin-right: 5px;
        cursor: pointer
    }
    .header-center .searchIcon img {
        vertical-align: bottom
    }
    .header-center .closeBtn {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #f5f5f5;
        font-size: 20px;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #555
    }
    .header-top .left>ul li {
        padding: 5px
    }
    .banner .timing-slider {
        font-size: 14px;
        padding: 5px 20px
    }
    .banner .timing-slider .item {
        margin-right: 50px
    }
    .banner .timing-slider span {
        background: transparent;
        padding: 0
    }
    .banner .timing-slider .slick-arrow {
        top: 0
    }
    .footer .footer-left {
        width: 100%
    }
    .footer .footer-right {
        width: 100%
    }
    .footer .footer-link li {
        width: auto;
        margin-right: 10px
    }
    .learning-resource-center .left {
        width: 100%;
        text-align: justify
    }
    .learning-resource-center .right {
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .learning-resource-center .right .view {
        margin-right: 0px
    }
    .learning-resource-center .view {
        margin-right: 0
    }
    .learning-resource-center .view:nth-last-of-type(2) {
        margin-bottom: 12px
    }
    .learning-resource-center .view img {
        height: 260px;
        min-height: auto
    }
    .learning-resource-center .view h2 {
        margin: 0 0 5px
    }
    .learning-resource-center .view p {
        font-size: 13px;
        line-height: 17px
    }
    .learning-resource-center .view a.info {
        padding: 5px 10px
    }
    .vice-chans-msg .vice-left .mobile-img {
        display: block
    }
    .vice-chans-msg .vice-left .desktop-img {
        display: none
    }
    .vice-chans-msg .vice-right {
        width: 54%
    }
    .vice-chans-msg .vice-right .vice-name {
        font-size: 18px
    }
    .vice-chans-msg .vice-right .vice-name span {
        font-size: 13px;
        font-weight: 600
    }
    .placement .slick-prev,
    .placement .slick-next {
        top: -40px
    }
    .service {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .service .serv-left {
        width: 100%;
        padding-left: 10px
    }
    .service .serv-left h4 {
        font-size: 15px
    }
    .service .serv-left .text {
        text-align: justify
    }
    .service .serv-left h3 {
        text-align: center
    }
    .service .serv-right {
        width: 100%;
        margin-top: 10px
    }
    .service .serv-right img {
        width: 100%
    }
    .use-pass {
        width: 200px;
        margin: 0 auto
    }
    .service-table table th {
        font-size: 16px;
        font-weight: 400
    }
    .service-table table td {
        padding: 8px
    }
    .new-arrivals .new-arri-left {
        width: calc(100% - 260px);
        padding-left: 0
    }
    .new-arrivals .new-arri-left h4 {
        font-size: 15px;
        line-height: 20px
    }
    .new-arrivals .arr-slider {
        width: 250px
    }
    .collection .left {
        padding-left: 10px;
        width: 100%
    }
    .collection .right {
        width: 100%
    }
    .collection .right img {
        width: 100%
    }
    .collection .table {
        margin: 0px 0 20px
    }
    .these .text {
        text-align: justify
    }
    .footer .container+.container {
        padding: 7px 15px
    }
    .footer .heading {
        text-align: left
    }
    .getouch .sub-heading {
        margin-bottom: 10px
    }
    .getouch ul {
        min-height: auto
    }
    .getouch li:last-child {
        position: static
    }
    .getouch .left {
        width: 100%
    }
    .getouch .right {
        width: 100%;
        margin-top: 20px
    }
    .research-accordian h3 {
        font-size: 15px
    }
    .about-us .right .right-up-txt:after {
        width: 97%;
        height: 80%
    }
    .footer .heading {
        font-size: 16px;
        margin-bottom: 5px;
        font-weight: 400
    }
    .faq .heading {
        margin-left: 0
    }
    .faq .research-accordian h3 {
        font-size: 15px;
        text-transform: capitalize
    }
    .you-said .table th {
        font-size: 14px;
        padding: 6px
    }
    .you-said .table td {
        padding: 6px
    }
    .vice-chans-msg .container .vice-left {
        width: auto
    }
    .news-notice.page .heading {
        font-size: 17px;
        text-align: left;
        font-weight: 500
    }
    .news-notice .news-txt .text {
        font-size: 14px
    }
    .news-notice .slick-prev,
    .news-notice .slick-next {
        top: 43%;
        z-index: 9
    }
    .news-notice .slick-next {
        background: #2f3472 url(../images/view-all-arrow-hover.png) center no-repeat;
        border: 1px solid #2f3472;
        border-radius: 2px;
        width: 30px;
        right: -10px
    }
    .news-notice .slick-prev {
        background: #2f3472 url(../images/view-all-arrow-hover.png) center no-repeat;
        border: 1px solid #2f3472;
        border-radius: 2px;
        width: 30px;
        left: -10px;
        right: auto
    }
}

@media screen and (max-width: 620px) {
    .heading,
    .banner .container .impr-annoucement h2,
    .banner .container .impr-annoucement h2 span {
        font-size: 22px;
        text-align: center;
        border: none;
        margin: 0 0 10px;
        padding: 0
    }
    .text {
        font-size: 13px;
        line-height: 20px;
        text-align: justify
    }
    .vis-mis .vis-mis-txt li,
    .arrow li {
        font-size: 13px;
        line-height: 20px;
        color: #4e4e4e;
        text-align: justify
    }
    .header-top .left {
        width: 100%
    }
    .header-top .right {
        display: none
    }
    .heading:after {
        display: none
    }
    .small-heading,
    .sub-heading {
        font-size: 15px;
        line-height: 20px;
        text-align: justify
    }
    .banner .timing-slider {
        padding: 6px 17px;
        font-size: 12px;
        text-transform: capitalize
    }
    .banner .timing-slider img {
        margin: 0 3px;
        width: 8px
    }
    .banner .timing-slider span {
        margin-right: 8px;
        padding: 2px
    }
    .banner .timing-slider .slick-arrow {
        top: 0
    }
    .banner .container .impr-annoucement {
        text-align: center
    }
    .banner .container .impr-annoucement h2 {
        text-align: left
    }
    .banner .container .impr-annoucement h2:after {
        display: block
    }
    .banner .container .impr-annoucement ul {
        text-align: left;
        margin-top: 0
    }
    .banner .container .impr-annoucement .viewmore {
        margin: 0
    }
    .banner .slick-dots li {
        width: 10px;
        height: 10px
    }
    .vice-chans-msg {
        padding: 30px 0
    }
    .vice-chans-msg .container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .vice-chans-msg .container .vice-left {
        width: auto;
        margin: 0 auto 10px
    }
    .vice-chans-msg .container .vice-right {
        margin-left: 0;
        width: 100%;
        text-align: center
    }
    .vice-chans-msg .container .vice-right .text {
        padding-left: 30px;
        margin-left: 0
    }
    .vice-chans-msg .container .vice-right .vice-name {
        font-size: 18px;
        line-height: 20px
    }
    .vice-chans-msg .container .vice-right .vice-name span {
        font-size: 14px;
        font-weight: 600
    }
    .vice-chans-msg .testimonial .say-something {
        text-align: center
    }
    .learning-resource-center .left {
        text-align: center
    }
    .learning-resource-center .right .view {
        width: 49%
    }
    .learning-resource-center .right .view:last-of-type {
        width: 100%
    }
    .learning-resource-center .right .view:nth-last-of-type(2) {
        margin-bottom: 12px
    }
    .learning-resource-center .right .view img {
        height: auto
    }
    .learningr .learning-product li {
        width: 49%
    }
    .learningr .learning-product li:nth-last-of-type(1) {
        width: 100%
    }
    .learningr .learning-product li:nth-last-of-type(2) {
        margin-bottom: 15px
    }
    .learningr .learning-product li .res-icon img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .learningr .learning-product li h3 {
        text-align: center
    }
    .learningr .learning-product li .text {
        text-align: center
    }
    .learningr .learning-product li a.readmore {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 5px 10px
    }
    .footer .heading:after {
        display: block
    }
    .libr-timing li {
        width: 49%;
        margin-bottom: 12px
    }
    .libr-timing .note {
        margin-top: 10px;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .libr-timing .note span {
        width: 80px;
        margin: 0 auto 10px
    }
    .libr-timing .note span+div {
        text-align: justify
    }
    .adv-comit .container {
        text-align: center
    }
    .adv-comit .commit-slider {
        margin: 10px 0
    }
    .adv-comit .commit-slider .slick-list.draggable {
        width: 100%
    }
    .adv-comit .commit-slider .slick-arrow {
        z-index: 2
    }
    .adv-comit .commit-slider .item {
        min-height: 140px;
        text-align: center
    }
    .adv-comit .commit-slider .item h3 {
        font-size: 16px;
        margin-left: 0;
        font-weight: 500
    }
    .adv-comit .commit-slider .item h3:after {
        display: none
    }
    .adv-comit .commit-slider .item h4 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400
    }
    .adv-comit .commit-slider .item p {
        font-size: 13px
    }
    .adv-comit .viewmore {
        margin-left: 0px
    }
    .library-staff .container {
        text-align: center
    }
    .library-staff .lib-wrap {
        padding: 22px 0 0 35px;
        height: 160px;
        width: 60%;
        margin: 0 auto 20px
    }
    .library-staff .sub-heading {
        text-align: left
    }
    .library-staff .slick-prev {
        background: url(../images/com-left.png) center no-repeat;
        top: 50%;
        right: auto;
        left: 0;
        width: 35px;
        height: 35px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .library-staff .slick-next {
        background: url(../images/com-left.png) center no-repeat;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 50%;
        right: 0;
        width: 35px;
        height: 35px
    }
    .library-staff .lib-st-slider {
        text-align: left
    }
    .rule-regulation .note {
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .rule-regulation .note span {
        padding: 8px 10px;
        margin: 0 auto 10px
    }
    .rule-regulation .note span+div {
        width: calc(100% - 100px);
        font-size: 13px
    }
    .service .serv-left {
        width: 100%;
        padding-left: 0px;
        text-align: center
    }
    .service .serv-left .heading {
        margin-bottom: 0
    }
    .use-pass {
        width: 200px;
        margin: 0 auto
    }
    .new-arrivals .new-arri-left .heading {
        margin-bottom: 0;
        text-align: left
    }
    .other-service h4,
    .other-service h5 {
        font-size: 18px;
        text-align: center
    }
    .other-service h4+h5 {
        margin: 0
    }
    .other-service .text {
        text-align: justify
    }
    ul.arrow {
        text-align: left
    }
    ul.arrow+p {
        margin-top: 5px !important
    }
    .resource .heading {
        margin: 0
    }
    .resource h5,
    .resource h3 {
        text-align: center
    }
    .resource .table {
        margin-bottom: 20px
    }
    .table th {
        font-size: 14px;
        font-weight: 400
    }
    .about-us .right .right-up-txt:after {
        height: 86%
    }
    .contact-us .text {
        text-align: center
    }
    .contact-us .left .heading {
        margin-left: 0
    }
    .contact-us .left li {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-bottom: 10px
    }
    .contact-us .left li:after {
        width: 96%;
        height: 88%
    }
    .contact-us .left li:last-child {
        margin-bottom: 0
    }
    .contact-us .left li h3 {
        font-size: 16px;
        margin: 8px 0;
        padding-bottom: 0;
        border-bottom: 0;
        font-weight: 400
    }
    .contact-us .left li p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300
    }
    .contact-us .sub-heading {
        margin-bottom: 0px;
        text-align: center
    }
    .getouch {
        text-align: center
    }
    .getouch .sub-heading {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
    }
    .getouch .left .heading {
        margin-left: 0
    }
    .getouch li textarea {
        height: 35px
    }
    .getouch li input[type="submit"] {
        margin-top: 20px
    }
    .research-accordian .text {
        margin: 5px 0
    }
    .research-accordian .text .service-table table td {
        font-size: 13px;
        padding: 3px 10px
    }
    .research-accordian .rd-more {
        font-size: 13px;
        line-height: 15px;
        margin: 3px 0
    }
    .research-accordian .accordian {
        margin-bottom: 5px
    }
    .research-accordian h3 {
        font-size: 13px;
        padding: 10px 5px 10px 43px;
        text-transform: capitalize
    }
    .research-accordian h3:after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 10px solid #d5d5d5;
        border-right: 0 solid transparent;
        left: 29px
    }
    .research-accordian h3:before {
        right: 0
    }
    .research-accordian h3.shodh {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.ndl {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.avpla {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.lrc {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.nptel {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.jitpubl {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.ill {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.sli {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.oaj {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.oae {
        background: url(../images/acc-1.jpg) 0px -2px no-repeat #eeeff2;
        background-size: 30px
    }
    .research-accordian h3.active {
        color: #fff
    }
    .research-accordian h3.active.shodh {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.ndl {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.avpla {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.lrc {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.nptel {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.jitpubl {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.ill {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.sli {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.oaj {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active.oae {
        background: url(../images/acc-1-active.jpg) 0px -2px no-repeat #2f3372;
        background-size: 30px
    }
    .research-accordian h3.active:after {
        border-left: 10px solid #c92d1e
    }
    .arrow li {
        padding-top: 5px;
        background: url(../images/annoucement-icon.png) 0px 10px no-repeat
    }
    .research-support .research-list li {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 0px
    }
    .getouch .sub-heading {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        font-weight: 300;
        margin-bottom: 20px
    }
    .getouch ul {
        padding: 10px
    }
    .getouch ul li input[type="text"],
    .getouch ul li textarea {
        height: 30px
    }
    .getouch ul li input[type="text"]::placeholder,
    .getouch ul li textarea::placeholder {
        font-size: 14px
    }
    .getouch ul li input[type="submit"] {
        padding: 5px 10px;
        width: 100px
    }
    .faq .research-accordian h3 {
        font-size: 13px
    }
    .faq .faq-accordian h3:after {
        width: 23px;
        height: 23px;
        background: url(../images/question.png) no-repeat center;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        background-size: contain
    }
}

@media screen and (max-width: 549px) {
    .library-staff .lib-wrap {
        width: 70%
    }
    .new-arrivals {
        padding-bottom: 20px
    }
    .new-arrivals .new-arri-left {
        width: 100%;
        margin-bottom: 10px
    }
    .new-arrivals .new-arri-left .heading,
    .new-arrivals .new-arri-left h4 {
        text-align: center
    }
    .footer .footer-left,
    .footer .footer-right {
        width: 49%
    }
    .footer .heading {
        font-size: 17px;
        margin-bottom: 5px
    }
    .footer .footer-link li {
        display: block;
        margin-right: 0;
        font-size: 13px
    }
    .about-us .left {
        padding-left: 0
    }
    .about-us .right .right-up-txt h4 {
        text-transform: none
    }
    .about-us .right .right-up-txt p {
        font-size: 13px;
        line-height: 18px
    }
    .inner-banner .container {
        font-size: 13px;
        text-transform: capitalize
    }
    .vice-chans-msg .heading {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 480px) {
    .learningr,
    .vice-chans-msg,
    .learning-resource-center,
    .placement {
        padding: 15px 0
    }
    .heading {
        margin: 0
    }
    .sub-heading {
        text-align: center;
        margin-bottom: 10px
    }
    .heading:after {
        height: 66%;
        top: 2px
    }
    .banner .container .impr-annoucement {
        padding: 10px 0
    }
    .header-top .left ul {
        text-align: center
    }
    .header-top .left ul li.downloaddrop img {
        display: inline-block;
        margin: 0;
        height: 12px
    }
    .header-top .left ul li img {
        display: none
    }
    .learning-resource-center .mask-inner {
        padding-top: 0
    }
    .learning-resource-center .right .view {
        width: 100%;
        margin-bottom: 10px
    }
    .banner .timing-slider {
        width: 108%;
        margin-left: -4%
    }
    .banner .timing-slider .item {
        margin-right: 0
    }
    .banner .timing-slider .slick-arrow.slick-prev {
        right: -4px
    }
    .banner .timing-slider .slick-arrow.slick-next {
        right: -16px
    }
    .learningr .learning-product ul.flex-start li {
        min-width: 100%;
        margin-bottom: 15px;
        text-align: center
    }
    .learningr .learning-product ul.flex-start li:last-child {
        margin-bottom: 0px
    }
    .learningr .learning-product ul.flex-start li .text {
        margin-bottom: 0
    }
    .learningr .learning-product ul.flex-start li a.readmore {
        position: static;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset
    }
    .footer p {
        width: 100%;
        text-align: center
    }
    .adv-comit .commit-slider .item {
        text-align: center;
        min-height: auto
    }
    .adv-comit .commit-slider .item h3::after {
        display: none
    }
    .adv-comit .commit-slider .slick-list.draggable {
        width: 100%
    }
    .adv-comit .commit-slider .slick-prev,
    .adv-comit .commit-slider .slick-next {
        z-index: 2
    }
    .library-staff .lib-wrap {
        padding: 20px 25px;
        height: auto;
        width: 80%;
        margin: 0 auto 10px;
        border: 1px solid #ccc;
        text-align: left;
        box-shadow: 0 0 10px #ccc
    }
    .library-staff .lib-wrap:after {
        display: none
    }
    .library-staff .lib-wrap .gray-bg {
        padding: 0
    }
    .library-staff .lib-wrap h2 {
        font-size: 20px;
        font-weight: 600
    }
    .library-staff .lib-wrap h2:after {
        height: 14px;
        top: 4px
    }
    .new-arrivals .arr-slider {
        width: 300px
    }
    .slicknav_menu .slicknav_nav {
        width: 200px
    }
    .news-notice.page .news-txt {
        min-height: 160px;
        padding: 15px
    }
    .news-notice .news-date {
        width: 30%;
        height: auto;
        right: 10px;
        left: auto;
        bottom: auto;
        top: 10px
    }
    .news-notice .news-date:after {
        height: 70%;
        width: 3px;
        top: 0;
        right: auto;
        left: 0;
        bottom: 0
    }
    .news-notice .news-date span {
        display: inline-block;
        border: none
    }
    .news-notice .slick-prev,
    .news-notice .slick-next {
        top: 50%
    }
}

@media screen and (max-width: 400px) {
    .container {
        padding: 0 10px
    }
    .viewmore {
        background: transparent;
        padding: 6px 12px
    }
    .viewmore:hover {
        background: #2f3372
    }
    .inner-banner .container {
        font-size: 13px
    }
    .heading,
    .banner .container .impr-annoucement h2,
    .banner .container .impr-annoucement h2 span {
        font-size: 19px
    }
    .banner .timing-slider img {
        width: 24px
    }
    .banner .container .impr-annoucement li {
        font-size: 13px;
        line-height: 18px;
        padding: 5px 0 5px 18px;
        background: url(../images/annoucement-icon.png) 0 9px no-repeat
    }
    .banner .container .impr-annoucement .viewmore {
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 12px;
        background: transparent
    }
    .banner .container .impr-annoucement .viewmore:hover {
        background: #2f3372
    }
    .slicknav_menu.fixed .slicknav_nav {
        margin-top: 0;
        top: 55px
    }
    .slicknav_menu>a {
        top: 0
    }
    .header-top .left>ul li {
        padding: 4px
    }
    .header-center.fixed {
        padding: 5px 0
    }
    .header-center.fixed .logo img {
        height: 50px
    }
    .header-center .logo img {
        height: 50px
    }
    .header-center .searchIcon {
        padding: 3px
    }
    .header-center .searchIcon img {
        vertical-align: middle
    }
    .learningr .learning-product li h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px
    }
    .learningr .learning-product li .text {
        margin-bottom: 45px;
        line-height: 20px
    }
    .learning-resource-center .right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .learning-resource-center .right .view {
        width: 100%;
        margin-bottom: 10px
    }
    .learning-resource-center .learning-down {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
    .learning-resource-center .learning-down .view {
        width: 100%;
        margin-bottom: 10px
    }
    .learning-resource-center .learning-down .view:last-child {
        margin-top: 0
    }
    .learning-resource-center .prod-name {
        font-size: 16px;
        padding: 10px
    }
    .learning-resource-center .view h2 {
        font-size: 16px;
        font-weight: 600
    }
    .learning-resource-center .view p {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400
    }
    .learning-resource-center .view a.info {
        font-size: 13px;
        padding: 6px 11px;
        margin-top: 15px
    }
    .libr-timing li {
        width: 100%;
        margin-bottom: 12px
    }
    .library-staff .lib-wrap {
        width: 100%
    }
    .library-staff .lib-wrap:after {
        margin-bottom: 0
    }
    .library-staff .lib-wrap h2 {
        font-size: 17px
    }
    .library-staff .lib-wrap .sub-heading {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 20px
    }
    .library-staff .lib-wrap .lib-mail {
        font-size: 13px;
        background: url(../images/red-mail-icon.png) 0 0px no-repeat
    }
    .library-staff .lib-wrap .lib-phone {
        font-size: 13px
    }
    .library-staff .slick-arrow {
        z-index: 2;
        top: 41%
    }
    .library-staff .slick-prev {
        background: #eaeaea url(../images/com-left.png) center no-repeat;
        left: 1px
    }
    .library-staff .slick-next {
        background: #eaeaea url(../images/com-left.png) center no-repeat;
        right: 1px
    }
    .collection .table th {
        font-size: 14px
    }
    .collection .table td {
        padding: 5px
    }
    .vice-chans-msg .testimonial .say-something .viewmore {
        background-image: none
    }
    .news-notice.page .item {
        background: #f6f7f9;
        margin: 0
    }
    .news-notice .slick-next {
        right: 0px
    }
    .news-notice .slick-prev {
        left: 0px
    }
}

.search-div {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.search-div form {
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    border-radius: 4px;
    max-width: 300px;
    width: 100%;
}

.search-div form input[type="text"] {
    border: none;
    padding: 10px;
    font-size: 14px;
}
.search-div button {
    padding: 5px 11px;
    border: 0;
}
.search-div button img {
    vertical-align: middle;
}
/*5-4-21*/
.impr-annoucement .fa-arrow-down {
    background: url(../images/red-up.png) 0 0 no-repeat;
    width: 14px;
    height: 8px;
    display: block;
    right: 0;
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
}
.impr-annoucement .fa-arrow-up {
    background: url(../images/red-down.png) 0 0 no-repeat;
    width: 14px;
    height: 8px;
    display: block;
    right: 0;
    position: absolute;
    top: 34px;
    right: 28px;
    cursor: pointer;
}
/*# sourceMappingURL=main.css.map */


/*20 Oct 2021*/
li.lrc-second-child ul{
    max-height: 600px;
    overflow-y: auto;
}
.vice-chancellor .slick-prev {
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 27px;
    -webkit-transform: rotate(
180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(
180deg);
    border: none;
    top: 100%;
}
.vice-chancellor .slick-next {
    background: url(../images/news-right-arrow-slider.png) center no-repeat;
    width: 19px;
    height: 34px;
    position: absolute;
    top: -63px;
    left: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    right: 0px;
    -webkit-transform: rotate(
0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(
0deg);
    border: none;
    top: 100%;
}


.vice-chans-msg .vice-right .text img{
    display: inline-block;
    padding-left: 2px;
}
