:root {
    --primary-color: #001845;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: unset !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    color: #5d5d5d;
    font-size: 18px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,ol {
    margin: 0 0 1em 0.8em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #2739c7;
    border-radius: 3px;
    background: #0032a2;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1;
    padding: .8em 1.5em;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*border: 1px solid #FDB515 !important;*/
    color: #FDB515 !important;
}


button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #FDB515
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: thin dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
    outline: none;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #4aa0d7;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    margin-left: 42px;
}

/*
.main-navigation li:first-child {
    margin-left: 0;
}*/

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
   /* text-transform: uppercase;*/
    padding: 5px 0;
}

.main-navigation ul li a:focus {
    outline: thin dotted #fff;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -99999px;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
    display: contents;
}

.main-navigation ul ul a {
    width: 15rem;
    padding: 0px 12px 12px;
}

.main-navigation ul ul li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-navigation ul li ul li a:hover {
    color: #800000 !important;
}


/*
.main-navigation ul ul li a {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
    opacity: 0.6;
}

.main-navigation ul ul:hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
*/


.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    margin-left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    opacity: 0.6;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery {
    margin: 0 -15px;
}

.gallery .gallery-item {
    padding: 0 15px;
    margin: 0 0 30px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.container:after {
    display: block;
    clear: both;
    content: '';
}

img {
    vertical-align: top;
}

.row {
    margin: 0 -15px;
}

.row:after {
    display: block;
    clear: both;
    content: '';
}

body.custom-background .site {
    background: #fff;
    margin: 20px;
}


/*site-header css*/

.site-header.hidebox {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    top: -66px;
}

.site-header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 5;
    transition: ease all .4s;
}

.mobile-header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 5;
    transition: ease all .4s;
}

.mobile-header.hidebox {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 19%);
    top: -48px;
}

.page-header,
.banner{
    padding-top: 202px;
    position: relative;
}

.page-header figure{
    margin: 0 auto;
}

.page-header .row{
    background: #2b3a57;
}

.site-header .header-top:after {
    display: block;
    clear: both;
    content: '';
}

.site-header .header-top .top-links {
    float: left;
    margin-right: 10px;
}

.site-header .header-top .top-links span:first-child {
    border-left: 0;
}

.site-header .header-top .top-links span {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    line-height: 1.2;
    padding-left: 16px;
    margin-left: 10px;
    display: inline-block;
}

.site-header .header-top {
    padding: 8px 0;
    background: #002e65;
    font-size: 13px;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.site-header .header-top .secondary-nav {
    float: right;
    padding: 4px 0 10px;
    position: relative;
}

.site-header .header-top .secondary-nav ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    background: var(--primary-color);
    width: 200px;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: none;
}

.site-header .header-top .secondary-nav:hover ul {
    display: block;
}

.site-header .header-top .secondary-nav:focus-within ul {
    display: block;
}

.site-header .header-top .secondary-nav.focus ul {
    display: block;
}

.site-header .header-top .secondary-nav ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.site-header .header-top .secondary-nav ul ul {
    float: left;
    position: absolute;
    top: 0;
    right: -999em;
    z-index: 99999;
    background: var(--primary-color);
}

.site-header .header-top .secondary-nav ul li:hover>ul {
    right: 100%;
}

.site-header .header-top .secondary-nav ul li.focus>ul {
    right: 100%;
}

.site-header .header-top .secondary-nav ul li:focus-within>ul {
    right: 100%;
}

.site-header .header-top .secondary-nav ul li a:after {
    display: none;
}

.site-header .header-top .secondary-nav ul li a {
    color: #fff;
    display: block;
    border: 0;
}

.site-header .header-top .secondary-nav a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 20px 8px 8px;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
}

.site-header .header-top .secondary-nav a:after {
    position: absolute;
    content: "";
    top: 25%;
    left: 85%;
    bottom: 0;
    height: 15px;
    width: 15px;
    background-image: url('data:image/svg+xml;utf-8,<svg aria-hidden="true" data-prefix="fas" data-icon="sort-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-sort-down fa-w-10 fa-3x"><path fill="%23fff" d="M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z" class=""></path></svg>');
    background-repeat: no-repeat;
}

.site-header .header-top .secondary-nav .menu-header-menu-container {
    display: none;
}

.site-header .header-top .secondary-nav ul li a:hover {
    opacity: 0.6;
}

.site-header .header-top .secondary-nav:hover>.menu-header-menu-container,
.site-header .header-top .secondary-nav:focus-within>.menu-header-menu-container {
    display: block;
}

.site-header .header-top .top-links span a {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.site-header .header-top .top-links span a:hover {
    opacity: 0.6;
}

.site-header .header-top .top-links span svg {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 10px;
}

.site-header .header-top .top-links span:first-child {
    margin-left: 0;
    padding-left: 0;
}

.site-branding {
    float: left;
}

.site-branding img.custom-logo {
    width: 25rem;
    margin: 10px 0;
}

.site-title {
    margin: 0;
    line-height: 1;
}

.site-title a {
    font-size: 32px;
    color: #555658;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.site-description {
    font-size: 13px;
    line-height: 1.1;
    color: #8c8c8c;
    margin-bottom: 0;
}

.site-header .form-section {
    float: right;
    text-align: right;
    padding: 7px 0 0;
}

.site-header .header-m {
    display: flex;
    background: #fff;
}

.site-header .form-section form {
    background: #e9ecef;
    height: 40px;
    border: 1px solid #c1c7cf;
    border-radius: 30px;
    color: #fff;
    line-height: 36px;
    width: 220px;
    margin-top: 25px;
}

.site-header .form-section form:after {
    display: block;
    content: '';
    clear: both;
}

.site-header .form-section form input {
    border: 0;
    border-radius: 0;
    height: 100%;
    padding: 0 5px;
}

.site-header .form-section form input[type="search"] {
    font-style: italic;
    font-size: 14px;
    line-height: 1.2;
    background: transparent;
}

.site-header .form-section form input[type="submit"] {
    background: url(images/search-icon2.png) no-repeat 12px 12px;
    border: 0;
    padding: 0;
    box-shadow: none;
    text-indent: 100%;
    width: 40px;
}

.site-header .form-section a {
    display: block;
}

.site-header .form-section a:focus {
    outline: 1px dotted #FFF;
}

.site-header .form-section svg {
    font-size: 16px;
    line-height: 1.2;
    color: #555658;
    padding-left: 34px;
}

.site-header.header-two .form-section svg {
    padding-left: 0;
}

.site-header .header-bottom {
    background: var(--primary-color);
}

.site-header .header-bottom:after {
    display: block;
    content: '';
    clear: both;
}

.banner img {
    width: 100%;
}

.banner {
    position: relative;
}

.banner .banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 28%;
    height: 100%;
}

.banner .banner-text .text {
    width: 55%;
}

.banner .banner-text .text span,
.banner .banner-text .text .title {
    display: block;
    font-size: 42px;
    line-height: 1.2;
    color: #fefefe;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.banner .banner-text .btn-holder .btn-free-inquiry,
.banner .banner-text .text .course-link {
    font-size: 18px;
    color: #fff;
    background: var(--primary-color);
    font-weight: 900;
    padding: 17px 36px;
    display: inline-block;
    text-transform: uppercase;
}

.banner .banner-text .btn-holder .btn-free-inquiry:hover,
.banner .banner-text .text .course-link:hover,
.banner .banner-text .btn-holder .btn-free-inquiry:focus,
.banner .banner-text .text .course-link:focus {
    text-decoration: none;
    background: none
}

.banner .banner-text .btn-holder .btn-view-service {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    border: 2px solid #fff;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 23px;
    margin: 0 7px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.banner .banner-text .btn-holder .btn-view-service:hover,
.banner .banner-text .btn-holder .btn-view-service:focus {
    text-decoration: none;
    background: #fff;
    color: var(--primary-color);
}

.banner .banner-text .text .course-link:hover {
    background: #21577a;
}

/*
.thumb-text {
    margin: 30px 0 0;
}


.thumb-text li {
    vertical-align: top;
    display: inline-block;
    list-style: none;
    margin-left: -3px;
    font-size: 16px;
    width: 24.9%;
}

.thumb-text li {
    vertical-align: top;
    display: inline-block;
    list-style: none;
    margin-left: -3px;
    font-size: 16px;
    width: 22%;
    margin: 0 10px 0 10px;
}*/

.thumb-text .topbox {
    font-size: 16px;
    text-align: center;
    margin: 30px 0 0;
}

.thumb-text .topbox .box-1 {
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
    padding: 10px 15px;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
}

.thumb-text .topbox .box-2 {
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
    padding: 10px 15px;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
}

.thumb-text .topbox .box-3 {
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
    padding: 10px 15px;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
}

.thumb-text .topbox .box-4 {
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
    padding: 10px 15px;
    height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
}

.thumb-text .topbox .box-1:hover,
.thumb-text .topbox .box-2:hover,
.thumb-text .topbox .box-3:hover,
.thumb-text .topbox .box-4:hover{
    box-shadow: 0 10px 15px 5px #0d0d0e73;
}
    
.thumb-text .topbox h3 {
    margin-bottom: 15px;
}

.thumb-text .topbox h3 a{
    font-size: 22px;
    font-weight: 700;
    color: #0032a1;
}

.thumb-text .topbox h3 a:hover{
    color: #800000;
}

.thumb-text .topbox span {
    display: block;
    width: 70px;
    height: 68px;
    margin: 0 auto 10px;
    background: #0032a1;
    border-radius: 50% 50%;
    padding: 10px 14px 10px;
    border: 5px solid #eee;
    line-height: 28px;
}

.thumb-text .topbox img {
    width: auto;
}

.no-banner .thumb-text {
    margin-top: 60px;
}

.welcome-note {
    text-align: center;
}

.welcome-note .header-part {
    padding: 0 20px 10px;
    margin: 30px 0 0;
    background: linear-gradient(180deg,#fff,#f5fdfe);
}

.welcome-note .header-part .headtext{
   text-align: justify; 
   margin-bottom: 20px;
}

.welcome-note .header-part ul, 
.welcome-note .header-part ol{
    padding:0;
    margin:0;
}

.welcome-note .programmes .contentbox{
    border: 1px solid #eee;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    padding: 20px 0 0 30px;
    min-height: 295px;
    margin-bottom: 30px;
}

.welcome-note .programmes h3{
    padding: 0 0 20px;
    font-weight: 700;
    text-align: left;
    color: #800000;
}

.welcome-note .programmes img{
    text-align: right;
    float: right;
}

.welcome-note .programmes ul{
    text-align: left;
}

.welcome-note .programmes ul li{
    list-style: none;
    margin-bottom: 20px;
    line-height: 22px;
}

.welcome-note .programmes ul li a{
    color: #1b2124;
    font-size: 0.95rem;
    font-weight: 600;
}

.welcome-note .programmes ul li a:hover{
    color: #820f1a;
}

.welcome-note .programmes ul li:before{
    content: "\f109";
    font-family: 'FontAwesome';
    color: #800000;
    font-size: 1.2rem;
    margin-right: 10px;
}

.welcome-note .programmes img{
    width: 160px;
}

.welcome-note .programmes img:hover {
    border: 5px solid #1cc0d666;
    box-shadow: 0px 0px 7px 5px #ffffff;
}

.header-part {
    margin: 0 auto;
}

.section-title {
    font-size: 38px;
    line-height: 1.1;
    color: #474b4e;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.about-info{
    color: #7a7777 !important;
}


.welcome-note .col,
.choose-us .col {
    width: 25%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.welcome-note .col h3 {
    display: inline-block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.welcome-note .col .text {
    border: 2px solid #f5f5f7;
    padding: 36px 0 45px;
}

.welcome-note .col span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.25;
    color: #fffaeb;
    font-weight: 500;
    clear:both;
}

.welcome-note .col .fa-plus{
    font-size: 1rem;
    line-height: 1.25;
    color: #fffaeb;
    font-weight: 500;
    vertical-align: super;
}

.homewelcomenote {
    background: url(img/insidebg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 65px 0;
    height: auto;
    display: flex;
}

.homewelcomenote:before {
    background: rgba(14, 74, 149, 0.9);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.featured-courses {
    text-align: center;
    background: #f8f8f8;
    padding: 40px 0;
}

.featured-courses ul {
    margin: 0 -6px;
    padding: 0;
}

.featured-courses ul li {
    width: 25%;
    list-style: none;
    float: left;
    padding: 0 6px;
}

.featured-courses .header-part {
    margin-bottom: 50px;
}

.featured-courses ul:after {
    display: block;
    content: '';
    clear: both;
}

.featured-courses ul li .image-holder {
    position: relative;
}

.featured-courses ul li .image-holder .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 47% 28% 0;
    font-size: 19px;
    color: #f8fcff;
    text-transform: uppercase;
    font-weight: 700;
    pointer-events: none;
}

.featured-courses ul li .image-holder img {
    width: 100%;
}

.featured-courses ul li .image-holder .description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    background: #fff;
    padding: 26px 20px 0;
    font-size: 16px;
    display: none;
}

.featured-courses ul li .image-holder .description h2 {
    font-size: 19px;
    color: #474b4e;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.featured-courses ul li .image-holder .description h2:after {
    background: #dadbdc;
    width: 66px;
    height: 1px;
    content: '';
    position: absolute;
    top: 100%;
    left: 34%;
    margin-top: 15px;
}

.featured-courses ul li .image-holder img {
    vertical-align: top;
}

.featured-courses ul li .image-holder .description .learn-more {
    display: inline-block;
    background: var(--primary-color);
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}

.featured-courses ul li .image-holder .description .learn-more:hover {
    background: #21577a;
}

.featured-courses ul li .image-holder .description .learn-more:focus {
    outline: thin dotted #000;
    outline-offset: 2px;
}


.featured-courses ul li .image-holder:hover>.description,
.featured-courses ul li .image-holder:focus>.description,
.featured-courses ul li .image-holder:focus-within>.description {
    display: block;
}

.theme {
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.theme .header-part .section-title {
    color: #474b4e;
    margin-bottom: 40px;
}


.theme .header-part {
    margin-bottom: 40px;
}

.theme .theme-description {
    color: #ebebeb;
    width: 100%;
    height: 100%;
    padding: 30px 0 62px;
    background: #fff;
}

.theme .theme-description a.apply {
    margin-right: 15px;
}

.theme .theme-description h4 a{
    color: #126194 !important;
}

.theme .alumni-members{
    margin-bottom: 20px; 
}


.btn-primary {
    color: #fff !important;
    background-color: #d2302c !important;
    border-color: #ffffff !important;
    border-radius: 5px !important;
    border: 3px solid #e2562a !important;
    padding: 5px 25px !important;
    font-weight: 600 !important;
}

.btn-primary:hover {
    color: #f7d431 !important;
    text-decoration: underline !important;
}

.choose-us {
    padding: 96px 0 72px;
    text-align: center;
}

.choose-us .header-part {
    margin-bottom: 82px;
}

.choose-us .col span {
    display: block;
    margin-bottom: 28px;
}

.choose-us .col h3 {
    margin-bottom: 46px;
    position: relative;
    font-size: 19px;
    color: #474b4e;
    font-weight: 700;
}

.choose-us .col h3 a {
    color: #474b4e;
}

.choose-us .col h3 a:hover {
    color: #4aa0d7;
}

.choose-us .col h3:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 46px;
    line-height: 2px;
    height: 2px;
    background: #e9e9e9;
    margin-top: 26px;
    left: 43%;
}

.student-stories{
    color: #FFFFFF;
    border-color: rgb(163, 145, 97);
    background-color: rgb(163, 145, 97);
    width: 100%;
}

.student-stories h5{
    color: #cd1739;
}

.student-stories a.learn-more{
    color: #ffe495;
}

.student-stories .image-wrapper {
    padding: 40px 0;
}

.student-stories .header-part,
.student-stories .header-part .section-title {
    margin-bottom: 30px;
    color: #fff;
}

ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.student-stories blockquote {
    font-size: 16px;
    color: #f9fcff;
    margin: 0 30px;
    padding: 0 24px;
    background: url(images/blockquote-icon.png) no-repeat;
}

.student-stories blockquote cite {
    display: block;
    width: 50%;
    margin: 0 auto;
    font-style: normal;
}

.student-stories blockquote cite img {
    border-radius: 50%;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

.student-stories img {
    max-height: 225px !important;
}

.student-stories h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
}

.student-stories .testimonial-slide{
    color: #fff;
}

.student-stories blockquote cite span {
    display: block;
    font-size: 21px;
    color: #f7f7f7;
    font-weight: 700;
    margin-top: 20px;
}

.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    text-indent: -9999px;
    height: 40px;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-carousel .owl-nav [class*="owl-"].disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}



#lightSlider img {
    vertical-align: top;
}

.owl-carousel .owl-stage-outer+.owl-nav .owl-prev {
    background: url(images/bxslider-prev.png) no-repeat;
    height: 51px;
    width: 51px;
    left: 0;
}

.owl-carousel .owl-stage-outer+.owl-nav .owl-next {
    background: url(images/bxslider-next.png) no-repeat;
    height: 51px;
    width: 51px;
    right: 0;
}

.latest-events .owl-carousel .owl-stage-outer+.owl-nav .owl-prev,
.corp-personalities .owl-stage-outer+.owl-nav .owl-prev{
    left: unset;
    right: 75px;
    top: -30px;
    border-radius: 50% 50%;
}

.latest-events .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
.corp-personalities .owl-carousel .owl-stage-outer+.owl-nav .owl-next{
    right: 10px;
    top: -30px;
    border-radius: 50% 50%;
}

.globalalumni-network .owl-carousel .owl-stage-outer+.owl-nav .owl-prev,
.student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-prev{
    left: -70px;
}

.globalalumni-network .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
.student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-next{
    right: -70px;
}


.owl-carousel .owl-stage-outer+.owl-nav .owl-prev:focus,
.owl-carousel .owl-stage-outer+.owl-nav .owl-next:focus {
    outline-offset: 1px;
    outline: 2px solid #FDB515;
}


.site-footer {
    background: #001845;
    border-top: 4px solid #a39161;
    padding: 30px 0 0;
    color: #d6d6d6;
}

.site-footer .menu-box{
   margin-bottom: 30px; 
}

.site-footer h2{
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.site-footer .widget-area {
    border-bottom: 1px solid #3a3a3a;
}

.site-footer .widget-area .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.site-footer .widget-area .widget ul {
    margin: 0;
    padding: 0;
}

.site-footer .widget-area ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .widget-area ul ul{
    margin-left: 5px;
}

.site-footer .widget-area ul li a {
    color: #bfbdbd;
    line-height: 15px;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: .85em !important;
    cursor: pointer;
    padding: 4px 0;
    display: inline-block;
}

.menu-schools-container ul li{
    font-weight: 500 !important;
}

.menu-schools-container ul li ul li{
    font-weight: 400 !important;
}

.menu-schools-container ul li a{
    color: #fff147f2 !important;
}

.menu-schools-container ul li ul li a{
    color: #bfbdbd !important;
}

.col_1 .menu-schools-container ul li a{
    color: #0032a1 !important;
}

.col_1 .menu-schools-container ul li ul li a{
    color: #666 !important;
}

.site-footer ul li ul li a:hover,
.site-footer .widget-area ul li a:hover,
ul#menu-schools li ul li a:hover {
    color: #FDB515 !important;
    text-decoration: underline;
}

.site-info {
    text-align: center;
    padding: 20px 0;
    font-size: 14.47px;
    color: #a6a6a6;
}

.site-info p {
    margin: 0;
}

.site-info a {
    color: #fff;
}

.site-info a:hover {
    color: #FDB515;
}

.site-footer .site-info a.privacy-policy-link {
    display: inline-block;
    margin-left: 5px;
}

.site-info ul {
    margin: 0;
    padding: 0;
}

.site-info ul li {
    list-style: none;
    display: inline-block;
    margin-right: 22px;
}

.site-info ul li svg {
    font-size: 24px;
    color: #6c6c6c;
}

.site-info ul li svg:hover, 
.site-info a i:hover{
    color: #FDB515;
}

.site-info .social-networks {
    margin-bottom: 28px;
}


#primary,
#secondary{
    padding: 0 15px;
}

.full-width #primary {
    width: 100%;
}

.post-thumbnail {
    display: block;
}

.post-thumbnail:focus {
    outline-offset: 2px;
    outline: thin dotted #000;
}


.page-header .page-title,
.entry-header .entry-title{
    color: #800000;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content .entry-content p {
    text-align: justify;
    font-size: 0.95rem;
    margin-left: 20px;
}

.site-content .entry-content ul li,
.site-content .entry-content a{
    font-size: 0.95rem;
}

.site-content .entry-content ul, 
.site-content .entry-content ol {
    margin: 0 0 1.5em 0.2rem;
}

.site-content .entry-content .style1,
.site-content .entry-content h3,
.site-content .entry-content li strong{
    color: #0032a2;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 10px;
}

.site-content .entry-content li ul li strong{
    color: #212529;
    margin-left: 0;
}

.site-content .entry-content h2{
    color: #a52632;
    font-size: 1.2rem;
    font-weight: 600;
}


#primary .post,
#primary .page {
    background: #fff;
    padding-bottom: 44px;
    margin-bottom: 50px;
}

/*
#primary .entry-title {
    margin-bottom: 8px;
    font-size: 29px;
    color: #474b4e;
    font-weight: 700;
}
*/

#primary .entry-title a {
    font-size: 1.2rem !important;
    color: #023e93 !important;
    font-weight: 700;
}

#primary .entry-meta a {
    color: #878b8d;
    font-size: 14px;
}

#primary .entry-meta span {
    margin-right: 25px;
    display: inline-block;
}

#primary .entry-meta span.author {
    margin-right: 0;
}



#primary .entry-meta svg {
    color: #878b8d;
    font-size: 14px;
    margin-right: 10px;
}

#primary .entry-header {
    padding: 30px 0 0;
}

#primary .entry-header a:hover {
    opacity: 0.6;
}

/*
#primary .entry-content,
#primary .entry-footer {
    padding: 0 30px;
}*/

#primary .read-more {
    display: inline-block;
    background: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    color: #fff;
    padding: 15px 34px;
}

#primary .read-more:hover {
    background: #21577a
}

#primary .read-more:focus {
    outline: thin dotted #000;
    outline-offset: 2px;
}

#primary .entry-content blockquote {
    background: #eee;
    margin: 0 0 28px;
    padding: 26px 20px 2px 56px;
    color: #4f4f4f;
    font-size: 21px;
    font-style: italic;
    position: relative;
}

#primary .entry-content blockquote:before {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 35px;
    height: 35px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234aa0d7' viewBox='0 0 105 100'%3E%3Cpath d='M104.788,61.24a20.134,20.134,0,0,0-19-17c2.334-8.668,8-12.113,14.891-14.113a.805.805,0,0,0,.556-.889l-1.111-6.89s-.111-.556-1-.445C75.34,24.568,59.227,42.682,62.227,64.685,65.005,79.909,76.9,85.8,87.9,84.243a20.263,20.263,0,0,0,16.891-23Zm-75.9-17C31.112,35.57,37,32.125,43.781,30.125a.805.805,0,0,0,.556-.889l-1-6.89s-.111-.556-1-.445c-23.781,2.556-39.783,20.669-37,42.672C8.221,79.909,20.222,85.8,31.112,84.243a20.1,20.1,0,0,0,16.78-23A19.833,19.833,0,0,0,28.89,44.238Z'/%3E%3C/svg%3E") center center no-repeat;
}

#primary .post.format-image .entry-title,
#primary .post.format-aside .entry-title,
#primary .post.format-status .entry-title,
#primary .post.format-link .entry-title {
    display: none;
}

.header-section:after {
    content: '';
    display: block;
    clear: both;
}

#crumbs {
    font-size: 0.8rem;
    line-height: 17px;
    background: #ccc;
    margin-bottom: 10px;
    background: linear-gradient(45deg,#ecf6ff 0%,#f1f1f1 100%);
    padding: 4px 15px;
    /*border-top: 4px solid #e82119;*/
    min-height: 30px;
}

#crumbs a {
    font-size: 0.9rem;
    line-height: 17px;
    color: #e82119;
    font-weight: 700;
}

#crumbs a:hover {
    opacity: 0.6;
}


#secondary .widget-title {
    color: #474b4e;
    font-size: 19px;
    margin-bottom: 23px;
}

#secondary .widget {
    margin-bottom: 30px;
    padding-left: 20px;
}

.widget-area .widget form,
.page-header form {
    width: 100%;
    background: #ededed;
    height: 50px;
}

.widget-area .widget form input[type="search"],
.page-header form input[type="search"] {
    float: left;
    width: 70%;
    background: 0;
    height: 100%;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #6f6f6f;
}

.widget-area .widget form input[type="submit"],
.page-header form input[type="submit"] {
    float: right;
    width: 65px;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
    background: url(images/search-icon.png) no-repeat 48% 53% var(--primary-color);
    text-indent: 100%;
    font-size: 0;
}

#secondary .widget ul li a {
    font-size: 17px;
    color: #5d5d5d;
}

.widget ul li .post:after {
    display: block;
    content: '';
    clear: both;
}

.widget ul li .post {
    margin-bottom: 20px;
}

.widget ul li .post .post-thumbnail {
    float: left;
    display: block;
    margin-right: 16px;
}

.widget ul li .post .post-thumbnail svg {
    width: 70px;
    display: block;
    vertical-align: top;
}

.widget ul li .post .entry-header {
    overflow: hidden;
}

.widget ul li .post .entry-title {
    margin: 0;
}

.widget ul li .post .entry-title a {
    display: inline-block;
    font-size: 15px;
    color: #474b4e;
    font-weight: 700;
}

.widget ul li .post .entry-meta svg {
    font-size: 13px;
    line-height: 1.15;
    color: #878b8d;
    margin-right: 7px;
}

.widget ul li .post .entry-meta a {
    font-size: 13px;
    color: #878b8d;
}

.widget-area .widget.widget_global_college_recent_entries .post:after {
    display: block;
    content: '';
    clear: both;
}

.widget-area .widget.widget_global_college_recent_entries .post {
    margin-bottom: 25px;
}

.widget-area .widget.widget_global_college_recent_entries .post-thumbnail:hover,
.widget.widget_instagram ul li a:hover {
    opacity: 1;
}

.widget-area .widget.widget_tag_cloud a {
    font-size: 13px;
    color: #7f8385;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    padding: 10px 14px;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.widget-area .widget.widget_tag_cloud a:hover {
    background: #4aa0d7;
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

#secondary .widget.widget_recent_tweets ul li a {
    color: #4aa0d7;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.widget-area .widget.widget_recent_tweets ul li h4 {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
    margin: 0;
}

.widget-area .widget.widget_recent_tweets ul li .posted-on {
    font-size: 13px;
    color: #878b8d;
    display: block;
}

.widget-area .widget.widget_recent_tweets ul li {
    position: relative;
    padding-left: 24px;
    border-bottom: 1px dashed #dddcdb;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.widget-area .widget.widget_recent_tweets ul li:last-child {
    border-bottom: 0;
}

.widget-area .widget.widget_instagram ul {
    margin: 0 -6px;
}

.widget-area .widget.widget_instagram ul:after {
    display: block;
    content: '';
    clear: both;
}

.widget-area .widget.widget_instagram ul li a {
    display: block;
}

.widget-area .widget.widget_instagram ul li {
    float: left;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
}

.widget-area .widget.widget_calendar table {
    position: relative;
}

.widget-area .widget.widget_calendar table td {
    color: #2d2d2d;
    font-size: 12px;
    text-align: center;
    padding: 7px 12px;
}

.widget-area .widget.widget_calendar table tbody {
    background: #fcfcfc;
}

.widget-area .widget.widget_calendar table td a {
    background: #4aa0d7;
    color: #fff;
    display: block;
    padding: 10px 13px;
}

.widget-area .widget.widget_calendar table caption {
    background: #4aa0d7;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 15px;
}

.widget-area .widget.widget_calendar table svg {
    font-size: 14px;

    color: #fff;
}

.widget-area .widget.widget_calendar table #prev {
    position: absolute;
    top: 15px;
    left: 20px;
}

.widget-area .widget.widget_calendar table #prev a {
    display: block;
    padding: 6px 15px;
}

.widget-area .widget.widget_calendar table #next a {
    display: block;
    padding: 6px 15px;
}

.widget-area .widget.widget_calendar table #next {
    position: absolute;
    top: 15px;
    right: 20px;
}

.widget-area .widget.widget_calendar table thead {
    background: #4aa0d7;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.widget-area .widget.widget_calendar table th {
    padding: 6px;
}

.widget_calendar .calendar_wrap {
    position: relative;
}

.widget_calendar .calendar_wrap .wp-calendar-nav-prev a {
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 12px;
    left: 20px;
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next a {
    font-size: 12px;
    color: #FFF;
    position: absolute;
    top: 12px;
    right: 20px;
}

.widget.widget.widget_education_zone_social_links li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.widget.widget.widget_education_zone_social_links li svg {
    font-size: 20px;
}

.widget.widget.widget_education_zone_social_links li a {
    height: 30px;
    width: 30px;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .page-numbers {
    font-size: 19px;
    color: #8f9193;
    font-weight: 700;
    display: inline-block;
    padding: 7px 16px;
    border: 2px solid #f8f8f8;
}

.navigation.pagination .page-numbers svg {
    font-size: 22px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.site-footer .widget ul li .post .entry-title a {
    color: #878b8d;
}


/*search page*/

.search .site-content #primary .post:after,
.search .site-content #primary .page:after {
    display: block;
    content: '';
    clear: both;
}

.search .site-content #primary .post-thumbnail {
    float: left;
    margin-right: 30px;
}

.search .site-content #primary .post-thumbnail svg {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 246px;
}

.search .site-content #primary .post,
.search .site-content #primary .page {
    padding: 43px 30px;
}

.search .site-content #primary .entry-header {
    padding: 0;
}

.search .site-content #primary .entry-content {
    padding: 0;
}

.search .site-content #primary .text {
    overflow: hidden;
}

.search .site-content #primary .entry-footer {
    padding: 0;
}

.search .page-header {
    margin-bottom: 40px;
}

.search .page-header form {
    width: 500px;
}

.search .page-header form input[type="search"] {
    width: 80%;
}

/*
.page #primary .entry-header {
    padding: 0 0 0;
    display: inline-block;
}

.page #primary .post {
    background: none;
}

.page #primary .entry-title {
    font-size: 38px;
}
*/

.tags a {
    font-size: 13px;
    color: #7f8385;
    text-transform: uppercase;
}

.tags a:hover {
    color: var(--primary-color);
}

.tags svg {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 18px;

}

.author-section {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 53px;
}

.author-section img {
    float: left;
    margin-right: 20px;
}

.author-section .text {
    overflow: hidden;
}

.author-section .name {
    font-size: 19px;
    color: #474b4e;
    display: block;
    font-weight: 700;
}

.author-section ul {
    margin: 0;
    padding: 0;
}

.author-section ul li {
    list-style: none;
    display: inline-block;
    margin-right: 16px;
}

.author-section ul li svg {
    font-size: 15px;
    color: #6c6c6c;
}

.author-section ul li svg:hover {
    opacity: 0.6;
}

.post-section:after {
    content: '';
    display: block;
    clear: both;
}

.post-section {
    padding: 40px 30px;
    background: #fff;
}

.site-content #primary .post-section .post {
    float: left;
    width: 33.33%;
    margin-bottom: 0;
    padding: 0 15px;
}

#primary .post-section .post .entry-header {
    padding: 18px 0 0;
}

#primary .post-section .post .entry-title a {
    font-size: 19px;
    display: inline-block;
}

#primary .post-section {
    margin-bottom: 53px;
}

.comments-area ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.comments-area,
.comments-area.form {
    margin-bottom: 60px;
    background: #fffffe;
    padding: 40px 0;
    font-size: 16px;
}

.comments-area ol li {
    border-top: 1px solid #f6f6f5;
    padding: 26px 0 15px;
}

.comments-area ol ol li {
    padding-left: 40px;
}

.comments-title,
.comment-reply-title {
    font-size: 28px;
    color: #474b4e;
    font-weight: 700;
    margin: 0;
}

.comments-area ol ol li:first-child {
    border-top: 1px solid #f6f6f5;
}

.comments-area ol li:first-child {
    border-top: 0;
}

.comments-area ol li:first-child .reply {
    margin-bottom: 26px;
}

.avatar.photo {
    float: left;
    margin-right: 20px;
}

.comment-body:after {
    content: '';
    display: block;
    clear: both;
}

.comment-body .fn a {
    font-size: 19px;
    color: #474b4e;
    font-weight: 700;
    text-decoration: none;
}

.comment-body .fn a:hover {
    opacity: 0.6;
}

.comment-content {
    float: left;
    margin-top: -40px;
    margin-left: 100px;
    font-size: 16px;
}

.reply {
    margin-left: 82px;
    margin-top: -18px;
    text-align: left;
}

.reply a {
    font-size: 15px;
    padding: 7px 17px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #878b8d;
    font-weight: 700;
}

.comment-author.vcard {
    float: left;
}

.reply a:hover {
    color: var(--primary-color);
}

.comment-meta:after {
    display: block;
    clear: both;
    content: '';
}

.comment-metadata {
    float: right;
}

.comment-metadata svg {
    color: #878b8d;
    font-size: 13px;
    margin-right: 10px;
}

.comment-metadata a {
    font-size: 14px;
    color: #919191;
    text-decoration: none;
}

.comment-metadata a:hover {
    opacity: 0.6;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    float: left;
    height: 50px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #878b8d;
    padding: 0 10px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
    width: 31.9%;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    margin-right: 15px;
}

.comment-form input[id="url"] {
    margin-right: 0;
}

.comment-form input:focus,
.comment-form textarea:focus {
    background: #fdfdfc;
    border-radius: 0;
    border: 1px solid #4b4b4b;
}

.comment-form form textarea {
    height: 180px;
    resize: none;
    font-size: 15px;
    color: #878b8d;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

.comment-form form input[type="submit"] {
    box-shadow: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    padding: 12px 60px;
    background: var(--primary-color);
    display: block;
    width: 100%;
}

.comment-form form input[type="submit"]:hover {
    background: #27668e;
}

.comments-area.form .comment-reply-title {
    margin-bottom: 20px;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
    display: inline-block;
    margin-left: 5px;
}

.single-post .site-content .entry-content h1 {
    color: #474b4e;
    font-size: 38px;
    font-weight: 700;
}

.single-post .site-content .entry-content h2 {
    color: #393939;
    font-size: 29px;
    font-weight: 700;
}

.single-post .site-content .entry-content h3 {
    color: #393939;
    font-size: 23px;
    font-weight: 700;
}

.single-post .site-content .entry-content h4 {
    color: #393939;
    font-size: 21px;
    font-weight: 700;
}

.single-post .site-content .entry-content h5 {
    color: #393939;
    font-size: 19px;
    font-weight: 700;
}

.single-post .site-content .entry-content h6 {
    color: #393939;
    font-size: 17px;
    font-weight: 700;
}

.single-post .site-content .entry-content blockquote {
    padding: 46px 70px !important;
    margin-bottom: 40px !important;
    color: #666666;
    font-size: 20px;

}

.pull-right {
    width: 30%;
    padding: 16px 20px;
    margin: 12px 0;
    font-size: 16px;

    margin-left: 37px;
    background: #f9f9f8;
    border-top: 3px solid #ededed;
    text-align: right;
}

.pull-left {
    width: 30%;
    padding: 16px 20px;
    font-size: 16px;

    margin: 12px 0;
    background: #f9f9f8;
    margin-right: 37px;
    border-top: 3px solid #ededed;
    text-align: left;
}

.single-post .site-content .entry-content .dropcap {
    font-size: 84px;

    font-weight: 700;
    color: #656565;
    margin: 25px 22px 45px 0;
    float: left;
}

.single-post .site-content .entry-content .highlight {
    background: #56a5d7;
}

.single-post .site-content .entry-content table tr:nth-child(2n+1) {
    background: #fafafa;
}

.single-post .site-content .entry-content table th {
    padding: 16px 30px;
    font-weight: 700;
    background: #56a5d7;
    color: #f8f8f8;
}

.single-post .site-content .entry-content table td {
    padding: 16px 30px;
    text-align: center;
}

.single-post .site-content .post .entry-content pre {
    background: #f9f9f8;
    color: #757575;
    font-size: 15px;
    font-family: "Courier 10 Pitch", Courier, monospace;
}

.single-post .site-content .entry-content ul {
    margin: 0 0 15px 16px;
    padding: 0;
}

.single-post .site-content .entry-content ul li {
    background: url(images/list-icon.png) no-repeat 0 12px;
    padding-left: 20px;
    list-style: none;
}

.single-post .site-content .entry-content ol li {
    margin-left: 20px;
}

.single-post .site-content .entry-content ol {
    margin: 0 0 15px 16px;
    padding: 0;
}

.single-post .site-content .entry-content ul ul,
.single-post .entry-content ol ol {
    margin: 10px 20px;
}

.single-post .site-content .entry-content .form-element {
    display: block;
    font-size: 19px;
    color: #494949;
    font-weight: 700;
}

.single-post .site-content .entry-content form input[type="text"],
.single-post .site-content .entry-content form input[type="password"] {
    height: 42px;
    border: 1px solid #d2d2d2;
    background: none;
    padding: 10px;
    width: 53%;
    outline: none;
    margin-bottom: 26px;
}

.single-post .site-content .entry-content form textarea {
    width: 75%;
    border: 1px solid #d2d2d2;
    resize: none;
    height: 150px;
    padding: 10px;
    margin-bottom: 26px;
}

.single-post .site-content .entry-content form .radio-section {
    padding: 0;
    margin: 0 0 26px;
}

.single-post .site-content .entry-content form .radio-section:after {
    content: '';
    clear: both;
    display: block;
}

.single-post .site-content .entry-content form .radio-section li {
    float: left;
    padding-left: 0;
    background: none;
    margin-right: 20px;
    list-style: none;
}

.jcf-select {
    height: 42px;
    width: 50%;
    background: none;
    font-size: 16px;
    color: #acacac;
    border: 1px solid #d2d2d2;
    padding: 7px 0 0;
    margin-bottom: 26px;
}

.jcf-reset-appearance {
    font-size: 16px;
    color: #acacac;
}

.jcf-select .jcf-select-opener {
    background: url(images/select-opener.png) no-repeat 0 16px;
}

.jcf-checkbox {
    background: url(images/check-box.png) no-repeat;
}

.jcf-checkbox.jcf-checked {
    background: url(images/check-box-checked.png) no-repeat;
}

.form-element.password {
    margin-top: 26px;
}

.jcf-file .jcf-upload-button {
    border: 0;
    border-radius: 4px;
    background: #e3e3e3;
    color: #8c8c8c;
    float: left;
    font-size: 15px;
    padding: 10px 20px;
    height: 36px;
}

.jcf-file:after {
    content: '';
    display: block;
    clear: both;
}

.jcf-file {
    margin-bottom: 20px;
    background: none;
}

.jcf-file .jcf-fake-input {
    border: 0;
    float: right;
    padding-top: 4px;
    font-size: 15px;
    color: #666666;
}

.jcf-radio.jcf-checked span {
    background: #4f4e4e;
}

.jcf-radio {
    border: 1px solid #9e9e9e;
}

.single-post .site-content .entry-content form input[type="submit"] {
    box-shadow: none;
    color: #fff;
    background: var(--primary-color);
    padding: 10px 22px;
    font-size: 17px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
}

.single-post .site-content .entry-content form input[type="submit"]:hover {
    background: #296c97;
}

.single-post .site-content .entry-content form {
    margin-bottom: 26px;
}

#mobile-header {
    display: block;
    text-align: left;
    padding: 20px 0;
    width: 20px;
}

#mobile-header a {
    top: 14px;
    left: 0;
}

#mobile-header svg {
    color: #fff;
    font-size: 22px;
}

#mobile-header-2 {
    float: right;
    width: 20px;
}

#mobile-header-2 svg {
    color: #fff;
}


/*error-page*/

.error404 .not-found {
    width: 62%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 90px;
}

.error404 .not-found span {
    color: var(--primary-color);
    font-size: 124px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    line-height: 1.3;
}

.error404 .not-found h1 {
    font-weight: 700;
    font-size: 30px;
    color: #343434;
}

.error404 .not-found form {
    border: 1px solid #e6e6e6;
    height: 40px;
    margin: auto;
    margin-bottom: 30px;
    width: 60%;
    border-radius: 20px;
}

.error404 .not-found form input[type="search"] {
    border: 0;
    font-size: 15px;
    line-height: 32px;
}

.error404 .not-found form input[type="submit"] {
    float: right;
    width: 10%;
    background: url(images/search-icon2.png) no-repeat 12px 10px;
    box-shadow: none;
    height: 100%;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
}

.error404 .homepage {
    background: var(--primary-color);
    font-size: 14px;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
}

.error404 .homepage:hover {
    background: #21577a;
}



/* Custom Css */

.mobile-header {
    display: none;
}

.mobile-header .menu-opener {
    border: 0;
    background: 0;
    box-shadow: none;
    padding: 0;
}

.mobile-menu .angle-down {
    border: 0;
    box-shadow: none;
    background: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.main-navigation ul li.menu-item-has-children::before {
    position: absolute;
    top: 25px;
    right: -18px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-angle-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='white' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    font-weight: 400;
}

.main-navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before {
    top: 15px;
    right: 14px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.main-navigation ul li.menu-item-has-children:hover::before {
    opacity: 0.6;
}

.latest-events .entry-footer .learn-more:hover {
    color: #dfe1e4;
}

/* search  */
.widget-area .widget form .search-submit {
    padding: 0 10px;
}

.widget-area .widget form .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 15px;
    border: 1px solid #cccccc;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    background: none;
}

.wp-block-image figcaption {
    text-align: center;
    font-size: 0.7em;
}

/*** Menu CSS ***/

.navbar, .navbar-default{
	margin-top:0 !important;
	margin-bottom:0;
}

ul#menu {
    margin-bottom: 0;
	padding-left: 0;
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: static;
	/*padding: 4px 25px 4px 0;*/
    padding: 4px 15px;
	margin-right: 0;
	border: none;
	font-size: 14px;
	font-weight: 600;
}

#menu li a {
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li a:hover {
    color: #FDB515;
    text-decoration: underline;
}

/*
#menu li:hover .drop {
	background:url("../img/drop.png") no-repeat right 8px;
}
*/

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:20px 30px 30px;
	background:#fff;
	background: -moz-linear-gradient(top, #ffffff, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	z-index: 99999;
	border-bottom: 5px solid #dc3545 !important;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 440px;}
.dropdown_4columns {width: 1000px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
	width: 100%;
	border: 1px solid #ddd;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 15px;
	margin-top: 10px;
}
.col_1 {min-width:200px;}
.col_2 {width:250px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

.col2_text{
	border-right: 1px dotted #ddd;	
	min-height: 220px;
	padding-right: 10px;
	color:#555;
}


#menu .menu_right {
	float:right;
	margin-right:15px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:13px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:16px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:13px;
	color:#003262;
}
#menu li:hover div a:hover {
	color:#000;
}


.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
    column-count: 3;
   /* column-gap: 50px;
    column-rule: 1px single grey;*/
}

#menu li ul li {
	font-size:13px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	/*width:130px;*/
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.secondary-nav1 ul{
    margin: 0;
    padding: 0;
}

.secondary-nav1 li{
    border-left: 1px solid #ffc107;
    padding: 0 10px;
    display: inline-block;
    line-height: 11px;
}

.secondary-nav1 li a{
    color: #fff;
}

.secondary-nav1 li a:hover{
    color: #FDB515;
    text-decoration: underline;
}

.secondary-nav1 ul > :first-child{
    border-left: none;
}

.ticker-news {
    background: transparent;
    width: 300px;
    height: 20px;
    border: none;
}

.ticker-news span {
    width: 0;
    height: 0;
    background: transparent;
}

.ticker-news .tickercontainer{
    background: transparent;
}

.ticker-news .tickercontainer ul.newsticker li{
    list-style: none !important;
    background: transparent;
    line-height: 24px;
}

.ticker-news .tickercontainer ul.newsticker li a{
    color: #ffc107;
}

.ticker-news .tickercontainer .ticker-mask {
    height: 28px;
}


.alumni-members .fa-graduation-cap{
    height: 120px;
    width: 120px;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 5px;
    padding:10px;
    transition: all 0.2s linear;
    border: 5px solid #fffce1;
    box-shadow: rgb(137 173 255 / 35%) -10px 10px 35px 5px;
}

.alumni-members .fa-graduation-cap:hover{
    box-shadow: 0 10px 55px 5px rgb(255 193 7 / 70%);
    transform: translateY(-0.8rem);
    cursor: pointer;
}

.alumni-members .red{
    background: #ed4c5c;
}

.alumni-members .darkblue{
    background: #21577a;
}

.alumni-members .skyblue{
    background: #338bc0;
}

.alumni-members .orange{
    background: #ff9800;
}

.fourpoint {
    margin: 30px 0;
}

.campus-delhi-ncr{
    margin: 30px 0 0;
}

.campus-delhi-ncr article.post img{
    width: 100%;
}

.mentorship {
    margin: 40px 0;
}

.mentorship article.post{
    margin-bottom: 20px;
}

.mentorship .entry-content,
.mentorship .entry-content p{
    margin: 0;
}

.mentorship .designation {
    color: #0032a1;
    font-weight: 500;
}

.mentorship article.post img{
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*height: 13rem;*/
    height: auto;
    margin-bottom: 10px;
    border-radius: 6px;
}

.mentorship h3 a{
    color: #420f14;
    font-size: 1.2rem;
}

.mentorship article.post:hover img{
    transform: scale(1.1);
}

.mentorship article.post:hover h3 a{
    color: #800000;
    box-shadow: 0px 4px 0px 0px;
    text-decoration: none;
}

.mentorship article.post:hover .fa-arrow-right{
    color: #800000;
    text-decoration: none;
    font-size: 35px;
}

.sbitadvantage {
    margin: 30px 0 0;
}

.sbitadvantage article.post{
    margin-bottom: 30px;
}

.sbitadvantage article.post img{
    margin-bottom: 10px;
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 5px;
}

.sbitadvantage h3{
    line-height: 20px;
}

.sbitadvantage h3 a{
    color: #39393a;
    font-size: 1rem;
}

.sbitadvantage .fa-arrow-right {
    margin-top: -33px;
    position: absolute;
    right: 100px;
    font-size: 20px;
    font-weight: lighter;
}

.sbitadvantage article.post:hover img{
    transform: scale(0.9);
}

.sbitadvantage article.post:hover h3 a{
    color: #800000;
    box-shadow: 0px 3px 0px 0px;
    text-decoration: none;
}

.sbitadvantage article.post:hover .fa-arrow-right{
    color: #800000;
    text-decoration: none;
    margin-top: -44px;
    position: absolute;
    right: 65px;
    font-size: 40px;
}

.experience {
    margin: 30px 0 0;
}

.experience article.post{
    margin-bottom: 20px;
}

.experience article.post img{
    margin-bottom: 10px;
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*height: 14rem;*/
    height: auto;
    border-radius: 5px;
}

.experience h3{
    line-height: 20px;
    text-align: center;
}

.experience h3 a{
    color: #39393a;
    font-size: 1rem;
}

.experience .fa-arrow-right {
    margin-top: -33px;
    position: absolute;
    right: 100px;
    font-size: 20px;
    font-weight: lighter;
}

.experience article.post:hover img{
    transform: scale(0.9);
}

.experience article.post:hover h3 a{
    color: #800000;
    box-shadow: 0px 3px 0px 0px;
    text-decoration: none;
}

.experience article.post:hover .fa-arrow-right{
    color: #800000;
    text-decoration: none;
    margin-top: -44px;
    position: absolute;
    right: 65px;
    font-size: 40px;
}

.explore {
    background: #eee;
    padding: 30px 0 0;
}

.explore .about-info {
    color: #515151;
}

/*
.explore .post-thumbnail {
    display: block;
    background: #fff;
    position: relative;
    border-radius: 4px;
    height: 10rem;
    padding: 10px;
    margin-bottom: 5px;
}
*/

.explore article.post{
    margin-bottom: 20px;
}

.explore article.post img{
    margin-bottom: 10px;
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* height: 14rem; */
    height: auto;
    border-radius: 5px;
}

.explore h3{
    line-height: 16px;
    text-align: center;
}

.explore h3 a{
    color: #00356d;
    font-size: 1rem;
}

.explore .fa-arrow-right {
    margin-top: -33px;
    position: absolute;
    right: 100px;
    font-size: 20px;
    font-weight: lighter;
}

.explore article.post:hover h3 a{
    color: #800000;
    box-shadow: 0px 3px 0px 0px;
    text-decoration: none;
}

.explore article.post:hover .fa-arrow-right{
    color: #800000;
    text-decoration: none;
    margin-top: -44px;
    position: absolute;
    right: 65px;
    font-size: 40px;
}

.corp-personalities{
    margin-top: 30px;
}

.corp-personalities p {
    margin-bottom: 2.5rem;
}

.corp-personalities .text h3 {
    line-height: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #124265;
}

.corp-personalities .text p {
    font-weight: 600;
    font-size: 12px;
    color: #aaa;
}

.corp-personalities .text {
    padding: 10px;
}

.corp-personalities:hover h3 {
    color: #800000;
    text-decoration: none;
}

.corp-personalities:hover p {
    color: #0032a1;
}

.placement {
    background: #195076;
    padding: 30px 35px 40px;
}

.placement img{
    width: 140px !important;
}

.placement .section-title {
    color: #fff;
}

.placement .about-info {
    color: #e2e2e2 !important;
}

.topcorporates {
    padding: 24px;
}


.latest-events {
    padding: 40px 0;
}

.latest-events img{
    object-fit: fill;
    object-position: center;
}

.news .post .entry-title a {
    display: inline-block;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    margin-top: 20px;
    line-height: 24px;
}

.latest-events .post .entry-title a:hover,
.latest-events .post .entry-meta a:hover,
.latest-events .entry-footer .learn-more:hover {
    color: #8e252f;
}

.events{
    margin-top: 30px;
}


.event-news-list-con {
    position: relative
}

.event-news-list-slider-con {
    position: relative
}

.event-news-list-slider-col {
    margin: 0 auto;
    width: 100%;
    background: #4aa0d729;
    padding: 5px 15px;
}

.event-news-list-slider-full {
    width: 100%;
    display: inline-flex
}

.event-news-list-date {
    width: 100px;
    float: left;
    position: relative;
    margin-bottom: 4px;
    padding-right: 18px
}

.event-news-list-details {
    width: calc(100% - 66px);
    float: right;
}

.event-news-list-date h2{
    margin-bottom: 0;
    color: #cd1739;
    font-size: 35px;
    margin-left: 4px;
}

.event-news-list-date label {
    padding-bottom: 2px;
    margin-bottom: 4px;
    color: #cd1739;
    font-weight: 600;
    border-bottom: 3px solid #cd1739;
}

.events .post .entry-title a {
    display: inline-block;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 24px;
}

.owl-carousel .owl-item {
    padding: 0 5px;
}

/*
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-top: 10px !important;
}*/

a{
    color: var(--primary-color);
}

.ai-future{
    margin-bottom: 30px;
}

.ai-future img{
    min-height: 120px;
}

.reimagine{
    margin-top: 30px;
}

.ai-container{
  position: relative;
  text-align: center;
}

.ai-container .centeredtext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
}

.ai-container a{
  color: #fff;
}

.ai-container a:hover{
  color: #FDB515;
}


/*** Top Header 2 CSS start ***/
.header-top2{
        background-color: rgb(7 51 147);
        opacity: 0.8;
        padding: 0 0 2px;
        width: 100%;
    }
    
    .header-top2 ul{
       margin: 0;
       padding:0;
    }
    
    .header-top2 ul li{
        list-style: none;
        display: inline-block;
        margin: 0 10px 0 0;
        color: #fff;
        font-size: 0.8rem;
        line-height: 11px;
    }
    
    .header-top2 ul li .pipe{
        color: #ffc107;
        margin: 2px 10px 2px 24px;
    }
    
    .header-top2 a{
        color: #fff;
    }
    
    .header-top2 a:hover {
        color: #FDB515;
        text-decoration: underline;
    }
    
    .getsocial,
    .applynew,
    .header-top2 .social-networks{
       display: inline-block; 
    }
    
    .applynew {
        font-size: 1.1rem;
        font-weight: 600;
    }
    
    .applynew a{
        color: #facd57;
    }
    
    .site-info a i{
        font-size: 24px;
        color: #6c6c6c;
    }

    .flipX {
        animation: 2s anim-flipX ease infinite;
    }
    
    @keyframes anim-flipX {
      0% {
        opacity: 0;
        transform: rotateX(90deg);
      }
      50% {
        opacity: 1;
        transform: rotateX(720deg);
      }
      100% {
        opacity: 1;
        transform: rotateX(720deg);
      }
    }

/*** Top Header 2 CSS End ***/

.contact{
    background: #003262;
    padding: 30px 0;
}

.contact .section-title{
    color: #fff;
}

.contact h3{
    color: #FDB515;
    font-size: 1.3rem;
    font-weight: 600;
}

.contact ul{
    margin: 0;
    padding: 0;
}

.contact ul li{
    list-style: none;
    color: #fff;
    line-height: 18px;
    margin-bottom: 12px;
    font-size: 0.8rem;
}

.globalalumni-network{
    background: #003262;
    padding: 30px 0;
}

.globalalumni-network .section-title,
.globalalumni-network .item-details{
     color: #fff;
     text-align: center;
}

.globalalumni-network h3{
    color: #fff147f2;
    font-size: 1.2rem;
    font-weight: 600;
}

.globalalumni-network article.post img{
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    margin-bottom: 10px;
}

.globalalumni-network article.post:hover img{
    transform: scale(0.9);
}

.globalalumni-network article.post:hover h3{
    color: #e6e6e6;
    text-decoration: none;
}

.globalalumni-network p{
    color: #fff;
    margin-bottom: 3rem;
    text-align: center;
}

/*** Inner Banner Thumbnail CSS ***/

.page-header .imagecaption {
    position: absolute;
    left: 50%;
    top: 55%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.page-header .imagecaption img {
	vertical-align: middle;
}

.page-header .imagecaption .caption{
    background: #023e93;
    padding: 15px;
}

.page-header .imagecaption h2 {
    font-family: impact;
    font-weight: 500;
    color: #fff;
    font-size: 3rem;
    margin: 0;
    border-left: 5px solid #fff;
    line-height: 47px;
    padding-left: 14px;
}

.page-header .imagecaption h2 strong {
    font-weight: normal;
    color: #f7d431;
}

.page-header .imagecaption p {
    color: #fff;
    margin-top: 16px;
    font-size: 22px;
}

.ai-future img,
.reimagine-container img,
.reimagine img{
    width: 100%;
    background-size: 100% 100%;
}

.bottom-applynow{
    padding: 30px 0;
    background: #800000;
    text-align: center;
    color: #fff;
}

.bottom-applynow span {
    font-size: 23px;
    line-height: 20px;
    margin: 0 50px 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-applynow .btn.btn-invert{
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #fff;
}

.bottom-applynow .btn.btn-invert:hover{
    color: #800000;
    background: #fdb515;
}

.bottom-applynow .btn{
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    padding: 9px 20px;
    min-width: 132px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    border-color: inherit;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    background-size: 300% 100%;
    -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    color: #AF0C3E;
    -webkit-appearance: none;
    z-index: 1;
    background-color: transparent;
    opacity: 1;
    outline: none;
}

  
.tabbox ul {
    margin: 0;
    padding:0;
  }
  
.tabbox ul li {
    vertical-align: middle;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e6e6e6;
    list-style: none;
    color: #FDB515;
  }
  
.tabbox ul li a {
    color: #801a17;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
 }
  
.tabbox ul li a:hover {
    color: #FDB515;
  }
  
.tabbox ul li.active a {
    color: #FDB515;
    
  }

/*** Video & Image Slider ***/

.homevideo{
    background-image: url(img/2.jpeg);
    background-size: cover;
    color: #ccc;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 0;
    margin-bottom: 40px;
}

.homevideo:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.homevideo .carousel-caption h2{
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.15;
}

.homevideo .carousel-caption p{
    line-height: 1.15;
    font-size: 1.5rem;
    font-weight: 600;
}

.footervideo{
    background-image: url(img/15.jpg);
    background-size: cover;
    color: #ccc;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 0;
}

.footervideo:before {
    content: "";
    background: rgb(8 50 98);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footervideo .playicon {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
}

.footervideo .playicon i{
    font-size: 5rem;
    color: #fff;
}

.footervideo .playicon i:hover{
    background: #bf2c2d;
    border-radius: 50%;
}

.homeBanner{
    margin-bottom: 40px;
}

.homeBanner .carousel-caption,
.homevideo .carousel-caption{
    position: absolute;
    right: unset;
    left: 10%;
    top: 58%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
  
.homeBanner .carousel-caption h2{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 10px;
    margin-bottom: 10px;
}

.homeBanner .carousel-caption .home-learnmore {
    background: #003262;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.2rem 1rem;
    width: 215px;
    margin-left: 15px;
}

.homeBanner .carousel-caption .home-learnmore a {
    color: #fff;
}

.homeBanner .carousel-control-next .fa-chevron-right,
.homeBanner .carousel-control-prev .fa-chevron-left{
    background: #fff;
    color: #003262;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.global-exposure-content{
    margin-bottom: 20px;
}

.boxrow{
    background: #104963;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
    color: #fff;
}

.boxrow:nth-child(odd) {
  background-color: #104963
}

.boxrow:nth-child(even) {
  background-color: #800000
}

.boxrow img{
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
}

.boxrow:hover img{
    transform: scale(1.1);
}

.boxrow p,
.box-gallery p {
    margin-left: 0 !important;
}

.box-gallery img {
    max-height: 330px;
    border-radius: 10px;
    width: 30rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px;
}

th {
  text-align: center;
}

th, td {
  padding: 16px;
}


th:first-child, td:first-child {
  text-align: left;
}

tr:nth-child(odd) {
  background-color: #f2f2f2
}

.page-id-3275,
.post-3275{
    background-color: #dcecf6 !important;
}

.contactinfo-box {
    background: #fff;
    min-height: 250px;
    padding: 20px;
    border-radius: 20px;
}

.contactinfo-box:hover,
.contactmap-box:hover{
    background: #0032a2;
    background-image: -webkit-gradient(linear, left top, right top, from(#b10f56), to(#D00846));
    background-image: linear-gradient(to right, #0032a2, #2455c4);
    color: #fff;
}

.contactinfo-box:hover h3,
.contactinfo-box:hover a,
.contactmap-box:hover a{
    color: #FDB515;
}

.contactmap-box:hover i {
    color: #fff;
}

.contactmap-box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.wpcf7-form,
.wpforms-form{
    padding: 25px 15px;
    margin: 40px 0;
    background-image: linear-gradient(180deg, #f8f9fa, #fff);
}

.wpcf7-form p{
    margin-left: 0 !important;
}

.wpcf7-form label,
.wpforms-form label{
    font-weight: 600;
    color: #0032a2;
}

.wpcf7-form textarea,
.wpforms-form textarea {
    height: 80px;
}

#wpforms-field-limit-text-3298-5 {
    display: none;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #0032a2 !important;
    border: 1px solid #174ab6 !important;
    color: #fff !important;
}

.mobile-menu .card-header {
    padding: 0.5rem 0 0.5rem 1.25rem;
    margin-bottom: 0;
    background-color: #023e93;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0 !important;
}

.mobile-menu .menutitle {
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 500;
}

.mobile-menu .card{
    border: none;
}

.mobile-menu .card-body{
    background: #06193e;
    padding: 0;
}

.mobile-menu .secondary-nav {
    background: #023e93;
}

.nav-links {
    display: none;
}



.category .content-area p {
    margin-left: 0 !important;
}

.category #primary .post,
.category #primary .page,
.tax-rl_category article {
    margin: 10px 0 30px 0 !important;
    padding: 10px 0;
    background-color: #fff !important;
}

.category #primary .post img,
.tax-rl_category .rl_gallery img{
    border-radius: 4px;
    margin-bottom: 10px;
}

.category #primary .entry-header,
.tax-rl_category #primary .entry-header {
    padding: 0;
}

.taxonomy-description p{
    text-align: justify;
}

.single-post .post .post-thumbnail,
.single-blogs .blogs .post-thumbnail,
.single-rl_gallery .rl_gallery .post-thumbnail,
.tax-rl_category figure,
.single-rl_gallery figure{
    display: none !important;
}

.sbit-blogs .section-title {
    font-size: 38px;
    line-height: 1.1;
    color: #124265;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.blog-content {
    min-height: 310px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
    padding: 15px;
}

.blog-content .date{
    font-size: 0.85rem;
    color: #795548;
}

.blog-content h2 a{
    font-size: 1rem;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    color: #b70000;
    text-transform: uppercase;
    display: block;
    line-height: 1.1;
    height: 25px;
}

.blog-content .text h3 {
    line-height: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #124265;
}

.blog-content .text p {
    font-size: 13px;
    color: #767474;
}

.blog-content .image-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-content .image-wrapper img {
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    margin-bottom: 10px;
}

.blog-content:hover img {
    transform: scale(1.05);
}

.blog-content:hover h3 {
    color: #800000;
    text-decoration: none;
}

.blog-content a.learn-more{
    font-size: 13px;
    color: #800000;
}

.blog-content a:hover {
    color: #FDB515 !important;
    text-decoration: underline;
}

/** LP Page CSS **/

.lp-page-header{
    position: relative;
    /*background-image: linear-gradient(315deg, #363185 0%, #fefefe 74%);*/
}

.lp-page-header .logolp{
    padding: 10px;
}

.lp-page-header .helpline {
    background: #0032a1;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 32px;
    /*width: 35rem;*/
    margin: 28px auto;
    text-align: center;
}

.lp-page-header .helpline a{
    color: #fff;
}

.lp-page-header .helpline a:hover{
    color: #FDB515;
}

.lp-page-header figure {
    margin: 0;
}

.lp-page-banner,
.lp-page-banner img,
.lp-whysbit,
.lp-campus-life,
.lp-key-companies,
.lp-placement,
.lp-globalalumni-network {
    display: block;
    width: 100%;
}

.lp-page-banner .carousel-caption {
    top: 68%;
}
.lp-whysbit{
    margin-top: 40px;
}

.lp-whysbit .icon-box {
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 40px 20px 20px;
    transition: all ease-in-out 0.3s;
    width: 100%;
}

.lp-whysbit .section-title h2,
.lp-placement .section-title h2,
.lp-campus-life .section-title h2,
.lp-key-companies .section-title h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.lp-whysbit .section-title h2::before,
.lp-placement .section-title h2::before,
.lp-campus-life .section-title h2::before,
.lp-key-companies .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.lp-whysbit .section-title h2::after,
.lp-placement .section-title h2::after,
.lp-campus-life .section-title h2::after,
.lp-key-companies .section-title h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}

.lp-whysbit .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #c52f33;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}

.lp-whysbit .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: rgb(255 210 211);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
    z-index: -1;
}

.lp-whysbit .icon-box .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.lp-whysbit .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    color: #7e0d10;
}

.lp-whysbit .icon-box:hover {
    background: #c52f33;
    border-color: #ad181c;
}

.lp-whysbit .icon-box:hover .icon {
    background: #fff;
}

.lp-whysbit .icon-box:hover .icon i {
    color: #c52f33;
}

.lp-whysbit .icon-box:hover h4, 
.lp-whysbit .icon-box:hover p {
    color: #fff;
    text-decoration: none;
}

.lp-whysbit .icon-box:hover .icon::before {
    background: rgba(255, 255, 255, 0.3);
}

.lp-programme-bg {
    background-color: #f8fbfe;
    padding: 40px 0;
    margin-top: 30px;
}

.lp-programme-bg .section-title {
    font-size: 38px;
    line-height: 1.1;
    color: #124265;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.lp-programme{
    min-height: 310px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.lp-programme .text h3{
    line-height: 18px;
    font-weight: 700;
    font-size: 16px;
    color: #124265;
}

.lp-programme .text p {
    font-weight: 700;
    font-size: 13px;
    color: #aaa;
}

.lp-programme .text {
    padding: 0 15px;
}

.lp-programme .image-wrapper {
    position: relative;
    overflow: hidden;
}

.lp-programme:hover img {
    transform: scale(0.9);
}

.lp-programme:hover h3 {
    color: #800000;
    /*box-shadow: 0px 3px 0px 0px;*/
    text-decoration: none;
}

.lp-programme:hover p {
    color: #0032a1;
}

.lp-campus{
    background: #c52f33;
}

.lp-campus .text-box{
        padding: 15px;
}

.lp-campus p{
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 40px;
}

.lp-campus h3{
    font-size: 1.5rem;
    color: #e3f9a5;
    line-height: 30px;
}

.lp-globalalumni-network{
    background: #0032a1;
}

.lp-globalalumni-network h3 {
    color: #ffb501;
    font-size: 1.2rem;
    font-weight: 600;
}

.lp-student-speaks{
   margin-bottom: 30px;
   padding: 30px 0;
   background: #800000;
}

.lp-student-speaks .item img,
.lp-programme .image-wrapper img,
.lp-campus-life .rl-gallery-item img,
.lp-key-companies .rl-gallery-item img{
    animation-name: fade;
    animation-duration: 1.75s;
    animation-iteration-count: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    margin-bottom: 10px;
}

.lp-student-speaks .item:hover img{
    transform: scale(0.9);
}

.lp-key-companies .rl-gallery-item img {
    width: 10rem;
}

.information,
.homewelcomenote{
    display: none;
}

@media (min-width: 1200px) {
    .lp-key-companies #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
        width: calc(14% - 0px) !important
    }
}

.lp-campus-life .rl-gallery-item:hover img {
    transform: scale(1.2);
}

.lp-placement,
.lp-key-companies {
    padding: 30px 20px;
}

.lp-placement {
    background-color: #f2f2f2;
    min-height: 18rem;
}

.lp-placement .carousel-slider .owl-item {
    min-height: auto !important;
}

.lp-join-sbit{
    /*margin: 30px 0 0;*/
    padding: 30px 0;
    background-color: #800000;
    text-align: center;
    border-bottom: 1px dotted #fff;
}

.lp-join-sbit h2 {
    font-size: 2.8rem;
    color: #ffb501;
}

.lp-footer-contact{
    padding: 30px 0 20px;
    border-bottom: 1px dotted #484343;
}

.lp-footer-contact h3,
.lp-footer-contact p{
    text-align: center;
    color: #fff;
}

.lp-footer-contact a{
    color: #FDB515;
}

.lp-footer-contact a:hover{
    color: #fff;
}

.page-template-template-lp .footer-copyright{
    background: #262525;
    color: #fff;
}



/** RESPONSIVE CSS **/

/*
@media screen and (min-width: 1600px) {
    .mentorship article.post img,
    .sbitadvantage article.post img,
    .experience article.post img,
    .latest-events img{
        height: 18rem;
    }
}

@media screen and (min-width: 1900px) {
    .mentorship article.post img,
    .sbitadvantage article.post img,
    .experience article.post img,
    .latest-events img{
        height: 20rem;
    }
}
*/

@media only screen and (max-width: 1370px) {
    .banner .banner-text {
        top: 15%;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .main-navigation li {
        margin-left: 32px;
    }

    .banner .banner-text .text {
        width: 65%;
    }

    .thumb-text li .box-1 {
        padding: 30px 42px 17px;
    }

    .thumb-text li .box-2 {
        padding: 30px 42px 13px;
    }

    .thumb-text li .box-3 {
        padding: 30px 42px 38px;
    }

    .thumb-text li .box-4 {
        padding: 30px 40px 40px;
    }

    .thumb-text {
        margin: -79px 0 0;
    }

    .featured-courses ul li .image-holder .description {
        padding: 10px 9px 0;
    }

    .featured-courses ul li .image-holder .description h2 {
        margin-bottom: 8px;
    }

    .featured-courses ul li .image-holder .description h2::after {
        margin-top: 6px;
    }

    .featured-courses ul li .image-holder .description .learn-more {
        padding: 10px 23px;
    }

    .latest-events .col-1 .post .image-wrapper .text {
        width: 64%;
    }

    .latest-events .col-1 .post .image-wrapper {
        top: 24%;
    }

    .widget-area .widget form input[type="search"],
    .page-header form input[type="search"] {
        width: 66%;
    }
}

@media only screen and (min-width: 991.5px) {
    #mobile-header {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 750px;
    }

    /*.main-navigation {
        display: none;
    }*/
    .information .container {
        padding: 0;
    }

    .thumb-text li .box-1 {
        padding: 30px 8px 17px;
    }

    .thumb-text li .box-2 {
        padding: 30px 8% 13px;
    }

    .thumb-text li .box-3 {
        padding: 30px 8% 38px;
    }

    .thumb-text li .box-4 {
        padding: 30px 8% 40px;
    }

    .banner .banner-text .text span {
        font-size: 32px;
    }

    .thumb-text {
        margin: 0;
    }

    .featured-courses ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .featured-courses ul li .image-holder .description {
        padding: 26% 10%;
    }

    .choose-us .col {
        width: 50%;
    }

    .header-part {
        width: 100%;
    }

    .latest-events .col-1 {
        width: 100%;
    }

    .latest-events .col-2 {
        width: 100%;
    }

    .search-section .col-1 {
        width: 100%;
        text-align: center;
    }

    #primary,
    #secondary {
        width: 100%;
    }

    .widget-area .widget.widget_instagram ul li {
        width: auto;
    }

    .site-header {
        display: none;
    }
    
    html, 
    body {
        overflow-x: hidden !important;
        width: 100vw !important;
    }
    
    .mobile-header {
        display: block;
        background: #fff;
        overflow-x: hidden;
    }

    .mobile-header .container:after {
        display: none;
    }

    .mobile-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .mobile-header .menu-opener {
        width: 24px;
        height: 14px;
        cursor: pointer;
        margin-left: 20px;
        order: 2;
    }
    
    .mobile-header button.menu-opener.active span {
        background: #FDB515;
    }
    
    .mobile-header button:focus {
        outline: none !important;
    }


    .mobile-header .menu-opener span {
        display: block;
        width: 100%;
        height: 3px;
        background: #000;
        margin-bottom: 4px;
    }

    .mobile-header .menu-opener span:last-child {
        margin-bottom: 0;
    }

    .mobile-header .site-branding {
        flex-basis: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }

    .mobile-header .site-branding .site-description {
        margin: 0;
    }

    .mobile-header .apply-btn {
        margin-left: 20px;
    }

    .mobile-header .apply-btn a {
        border: 2px solid #3790c9;
        color: #3790c9;
        padding: 15px 32px;
        font-size: 14px;
        line-height: 14px;
        font-weight: 900;
        text-transform: uppercase;
        float: right;
        margin-top: 10px;
        margin: 0;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-header .apply-btn a:hover,
    .mobile-header .apply-btn a:focus {
        text-decoration: none;
        color: #fff;
        background: #3790c9;
    }

    .mobile-menu {
        position: fixed;
        left: 0;
        width: 100%;
        background: #023e93;
        height: 100%;
        overflow-y: auto;
        z-index: 99999 !important;
        display: none;
    }

/*
    body.menu-open {
        overflow-y: hidden;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }


    body.admin-bar.menu-open {
        padding-top: 32px !important;
    }

    body.admin-bar .mobile-menu {
        padding-top: 110px;
    }

    body.admin-bar .mobile-menu .btn-close-menu {
        top: 50px;
    }

    body.admin-bar body.menu-open .mobile-menu {
        display: block;
    }
*/
    .mobile-menu .btn-close-menu {
        position: absolute;
        top: 30px;
        right: 32px;
        border: 0;
        outline: 0;
        box-shadow: none;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
        display: none;
    }

    .mobile-menu .btn-close-menu:hover,
    .mobile-menu .btn-close-menu:focus {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF6F6F' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
        outline: 1px dotted rgba(0, 0, 0, 0.5);
    }

    .mobile-menu .search-form {
        border: 1px solid #aaa;
        border-radius: 4px;
        max-width: 70%;
        margin: 10px auto 40px;
        display: flex;
        flex-wrap: wrap;
        padding: 5px 10px;
        align-items: center;
    }

    .mobile-menu .search-form label {
        flex-basis: 0;
        flex-grow: 1;
    }

    .mobile-menu .search-form input[type="search"] {
        background: none;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0;
        color: #000;
        width: 100%;
    }

    .mobile-menu .search-form input[type="submit"] {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        font-size: 0;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .mobile-menu .main-navigation ul {
        display: block;
    }

    .mobile-menu .main-navigation ul li {
        float: none;
        display: block;
        margin: 0;
        position: relative;
    }

    .mobile-menu .main-navigation ul li a:focus {
        outline: 1px dotted rgba(0, 0, 0, 0.5);
    }

    .mobile-menu .main-navigation ul li .angle-down{
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        cursor: pointer;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-menu .main-navigation ul li .angle-down.active,
    .mobile-menu .card-header .angle-down.active{
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .mobile-menu .main-navigation ul li .angle-down:after{
        position: absolute;
        top: 50%;
        left: 50%;
        content: "\f078";
        font-family: 'FontAwesome';
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size:11px;
    }
    
    .mobile-menu .card-header .angle-down{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 8px;
        height: 8px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    
    .mobile-menu .card-header .angle-down:after{
        position: absolute;
        top: 50%;
        left: 50%;
        content: "\f078";
        font-family: 'FontAwesome';
        color: #aaa;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 8px;
    }

    .mobile-menu .main-navigation ul ul {
        display: none;
        position: unset;
        float: none;
        background: none;
        margin: 0;
    }

    .mobile-menu .main-navigation ul li a {
        color: #f2f2f2;
        padding: 15px 32px;
        display: block;
        border-bottom: 1px dotted rgb(98 96 96);
        width: 100%;
    }
    
    .main-navigation ul li ul li a:hover {
        color: #f2f2f2 !important;
    }

    .mobile-menu .main-navigation ul li a:hover,
    .mobile-menu .main-navigation ul li a:focus,
    .mobile-menu .main-navigation ul li:hover>a,
    .mobile-menu .main-navigation ul li:focus>a,
    .mobile-menu .main-navigation ul .current-menu-item>a,
    .mobile-menu .main-navigation ul .current-menu-ancestor>a,
    .mobile-menu .main-navigation ul .current_page_item>a,
    .mobile-menu .main-navigation ul .current_page_ancestor>a {
        opacity: 1;
        color: #ffc107;
    }
    
    #mobile-secondary-menu ul{
        background: #f8f9fa;
        font-size: 0.9em;
    }

    .mobile-menu .secondary-nav ul {
        margin: 0;
        padding: 15px 0 0;
        list-style: none;
        font-size: 14px;
        font-weight: 700;
        border-top: 5px solid #0f4ea8;
    }

    .mobile-menu .secondary-nav ul li {
        position: relative;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #023e93;
        color: #fff;
        margin: 10px 0 5px 20px;
    }
    
    .main-navigation ul li.menu-item-has-children::before {
        position: absolute;
        top: 25px;
        right: -18px;
        content: "";
        background-image: none;
        background-repeat: no-repeat;
        width: 0;
        height: 0;
    }

    .mobile-menu .secondary-nav ul li .angle-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        cursor: pointer;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-menu .secondary-nav ul li .angle-down.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mobile-menu .secondary-nav ul li .angle-down:after {
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
        content: '';
        width: 15px;
        height: 20px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mobile-menu .secondary-nav ul ul {
        display: none;
    }

    .mobile-menu .secondary-nav ul li a {
        color: #fff;
        display: block;
        padding: 5px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .mobile-menu .secondary-nav ul li a:hover,
    .mobile-menu .secondary-nav ul li a:focus,
    .mobile-menu .secondary-nav ul li:hover>a,
    .mobile-menu .secondary-nav ul li:focus>a,
    .mobile-menu .secondary-nav ul .current-menu-item>a,
    .mobile-menu .secondary-nav ul .current-menu-ancestor>a,
    .mobile-menu .secondary-nav ul .current_page_item>a,
    .mobile-menu .secondary-nav ul .current_page_ancestor>a {
        text-decoration: none;
        opacity: 1;
        color: #4aa0d7;
    }

    .mobile-menu .contact-info {
        padding: 15px 32px;
        display: flex;
        flex-direction: column;
        color: #000;
    }

    .mobile-menu .contact-info a {
        color: #000;
        margin: 0;
        word-break: break-all;
        padding: 10px 0;
    }

    .mobile-menu .contact-info .tel-link:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .mobile-menu .contact-info .email-link:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .mobile-menu .contact-info a:hover,
    .mobile-menu .contact-info a:focus {
        text-decoration: none;
        color: #4aa0d7;
    }

    .mobile-menu .contact-info address {
        font-style: normal;
        word-break: break-all;
    }

    .mobile-menu .contact-info address:before {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 384 512'%3E%3Cpath d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .mobile-menu .social-networks {
        margin: 0;
        padding: 15px 32px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .mobile-menu .social-networks li {
        margin: 0 4px 4px 0;
    }

    .mobile-menu .social-networks li a {
        display: block;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }

    .mobile-menu .social-networks li a:hover,
    .mobile-menu .social-networks li a:focus {
        text-decoration: none;
        border-color: #4aa0d7;
        background: #4aa0d7;
        color: #fff;
    }
    
    /*
    .footer-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 2;
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        transition: ease 0.35s;
        opacity: 0;
        visibility: hidden;
    }

    body.menu-open .footer-overlay {
        opacity: 1;
        visibility: visible;
    } */
    
    .footervideo .playicon i {
        font-size: 2rem;
    }
    
    .globalalumni-network .owl-carousel .owl-stage-outer+.owl-nav .owl-prev,
    .student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-prev,
    .latest-events .owl-carousel .owl-stage-outer+.owl-nav .owl-prev,
    .corp-personalities .owl-carousel .owl-stage-outer+.owl-nav .owl-prev{
        background: url(images/bxslider-prev.png) -10px -10px no-repeat;
        height: 30px;
        width: 30px;
        left: unset;
        right: 50px;
        top: -25px;
        border-radius: 50% 50%;
    }

    .globalalumni-network .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
    .student-stories .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
    .latest-events .owl-carousel .owl-stage-outer+.owl-nav .owl-next,
    .corp-personalities .owl-carousel .owl-stage-outer+.owl-nav .owl-next{
        background: url(images/bxslider-next.png) -10px -10px no-repeat;
        height: 30px;
        width: 30px;
        right: 10px;
        top: -25px;
        border-radius: 50% 50%;
    }
}

@media only screen and (max-width: 767px) {
    #mobile-header-2 {
        display: none;
    }
    .container {
        width: 100%;
    }

    .site-header .form-section svg {
        padding-left: 10px;
    }

    .site-header .header-top {
        text-align: center;
        padding: 10px 0;
    }

    .theme .theme-description a {
        margin-right: 0;
    }

    .site-header .header-top .top-links {
        margin-top: 0;
    }

    .thumb-text li {
        width: 100%;
    }

    .banner .banner-text .text span {
        font-size: 20px;
        margin-bottom: 0;
    }

    .banner .banner-text .text {
        width: 100%;
    }

    .banner .banner-text .text .course-link {
        padding: 7px 15px;
        font-size: 9px;
        line-height: 1.11;
    }

    .banner .banner-text {
        top: 9%;
    }

    .welcome-note .col,
    .choose-us .col {
        width: 100%;
        margin-bottom: 15px;
    }

    .featured-courses ul li {
        width: 100%;
    }

    .theme .theme-description .apply {
        margin-bottom: 15px;
    }

    .student-stories blockquote {
        margin: 0;
        padding: 0 30px;
    }

    .welcome-note,
    .featured-courses,
    .theme .theme-description,
    .choose-us,
    .student-stories .image-wrapper,
    .latest-events {
        padding: 20px 0;
    }

    .latest-events .col-1 .post .image-wrapper {
        position: relative;
        width: 100%;
    }

    .latest-events .col-1 .post .image-wrapper .text {
        width: 100%;
        margin-left: 0;
    }

    .theme .header-part {
        width: 100%;
    }

    .search-section form input[type="search"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .search-section form input[type="submit"] {
        width: 100%;
    }

    .site-footer .widget-area .col {
        width: 100%;
    }

    .site-footer .row {
        margin: 0;
    }

    .search .page-header form {
        width: 260px;
    }

    .search .page-header form input[type="search"] {
        width: 56%;
    }

    .search #crumbs {
        float: left;
        margin-bottom: 15px;
    }

    .widget-area .widget form input[type="search"],
    .page-header form input[type="search"] {
        width: 55%;
    }

    .search .site-content #primary .post-thumbnail {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }

    .search .site-content #primary .post-thumbnail img {
        width: 100%;
    }

    .search .site-content #primary .text {
        overflow: none;
    }

    .site-content #primary .post-section .post {
        width: 100%;
        margin-bottom: 20px;
    }

    .comment-content {
        margin-left: 0;
    }

    .comment-author.vcard {
        float: none;
        width: 100%;
    }

    .comment-metadata {
        float: none;
    }

    .reply a {
        margin-left: 0;
    }

    .avatar.photo {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .comments-area ol ol li {
        padding-left: 0;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: 100%;
    }

    .single-post .site-content .entry-content form input[type="text"],
    .single-post .site-content .entry-content form input[type="password"] {
        width: 100%;
    }

    .single-post .site-content .entry-content form textarea {
        width: 100%;
    }

    .site-branding {
        float: none;
        width: 100%;
    }

    .site-header .form-section {
        float: none;
        width: 100%;
    }

    .site-header .form-section form input[type="search"] {
        float: left;
        width: 80%;
    }

    .photo-gallery img {
        width: 100%;
    }

    .site-header .header-top .secondary-nav {
        width: 100%;
        float: none;
    }

    .site-header .header-top .secondary-nav ul {
        width: 100%;
    }

    .site-header .header-top .secondary-nav a {
        display: block;
        text-align: left;
    }

    .site-header .header-top .secondary-nav a:after {
        left: 95%;
    }

    .search-section form {
        height: auto;
        border: 0;
        width: 100%;
    }

    .search-section form input[type="search"] {
        border: 1px solid #fff;
        display: block;
        width: 100%;
    }

    .search-section form input[type="search"],
    .search-section form input[type="submit"] {
        height: 54px;
        margin-bottom: 20px;
        display: block;
        float: none;
    }

    .site-footer .widget-area .col {
        width: 100%;
    }

    body.admin-bar.menu-open {
        padding-top: 46px !important;
    }

    .banner .banner-text {
        position: unset;
        background: rgba(0, 0, 0, 0.8);
        transform: translateY(0);
        padding: 32px 5px;
    }

    .bottom-applynow span {
        display: inline-block;
        vertical-align: middle;
        font-size: 26px;
        margin: 0 40px 0 0;
    }
    
    .homevideo .carousel-caption h2 {
        font-size: 2rem;
    }

    .homevideo .carousel-caption p {
        font-size: 0.8rem;
    }

    .homeBanner .carousel-caption,
    .homevideo .carousel-caption{
    	left: 1%;
    	top: 48%;
    }
    
    .homeBanner .carousel-caption h2 {
        font-size: 1.5rem;
    }
    
    .homeBanner .carousel-caption .home-learnmore {
        font-size: 0.8rem;
        padding: 0.3em 1em;
        width: 110px;
    }
    
    .homeBanner .carousel-indicators {
        z-index: 0 !important;
    }
    
    .globalalumni-network article.post img,
    .sbitadvantage article.post img,
    .experience article.post img,
    .mentorship article.post img{
        height: auto;
    }
    
    .explore .post-thumbnail {
        height: 15rem;
    }
    .explore article.post img{
        width: 13rem;
    }
    
    .site-footer h2 {
        font-size: 0.9rem;
        font-weight: 600;
        color: #fff;
    }
    
    .page-header, 
    .banner{
        padding-top: 115px;
    }
    
    .page-header .imagecaption{
        top: 42%;
        display: none;
    }
    
    .page-header .imagecaption .caption {
        padding: 8px;
    }
    
    .page-header .imagecaption h2 {
        font-size: 1rem;
        line-height: 17px;
        margin-bottom: 6px;
    }

    .page-header .imagecaption p {
        margin: 6px 0;
        font-size: 0.8rem;
        display: none;
    }
    
    .page-header .imagecaption .btn-primary {
        padding: 2px 10px !important;
        margin-top: 10px;
        font-size: 0.8rem !important;
    }

    .lp-page-header .helpline {
        font-size: 0.8rem;
        width: 22rem;
        margin: 0.4rem auto 1.0rem;
        padding: 10px;
        text-align: center;
    }

    .lp-campus p{
        font-size: 1.0rem;
        text-align: center;
        margin-bottom: 20px;
    }
    .lp-campus h3{
        text-align: center;
    }
}

@media only screen and (max-width:567px) {

    .banner .banner-text .btn-holder .btn-free-inquiry,
    .banner .banner-text .text .course-link {
        margin-bottom: 16px;
    }
    
    .ai-container h2{
        font-size: 0.8rem;
    }
    
    .ai-container p{
        font-size: 12px;
    }

}


@media only screen and (max-width: 450px) {
    .mobile-header .mobile-menu {
        width: 100%;
    }
}
