@charset "utf-8"; /*====================================================================== Site Name: Silver HTML Theme URI: https://sttlvss.silvertouch.com/svn/htmlcodebank/html Description: this site is developed by STTL Version: 1.0 Author: Web Team ------------------------------------------------------------------------ Base Color: #fff (White) Site Color: #062a4a (Dark Blue) Header Color: #062a4a (Dark Blue) Text Color: #000 (Dark Grey) Title Color: #000 (Dark Grey), #ff5a00 (Orange) Footer Color: #000 (Dark Grey) ------------------------------------------------------------------------ Layout Width: 100% Container Width: 1170px Responsive Layout: Yes =======================================================================*/ /********* Reset CSS *********/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    text-decoration: underline;
    color: #ff6633;
}
a:focus {
    outline: thin dotted
}
a:hover, a:active {
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
b, strong, dt, th {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0;
    padding: 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
legend {
    white-space: normal;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
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
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}
table table {
    margin: 0
}
th, td {
    border: none;
    padding: 8px 10px
}
caption, th, td {
    font-weight: normal;
} /********* Form fields *********/
button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
    border: 1px solid #e5e5e5;
    width: 100px;
    height: 30px;
    padding: 0;
    font-size: 100%;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 5px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio
}
input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    line-height: 20px;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    border: 0 none;
    margin: 0;
    outline: 0 none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}
label {
    font-size: 15px;
    color: 444;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: normal;
} /********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {
    content: " ";
    display: table
}
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after {
    clear: both
} /********* Common Classes *********/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before, .fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before, .fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}
.fa-won:before, .fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before, .fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
} /****************Font Face Lohit Gujarati Fonts******************/
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati.eot');
    src: url('fonts/Lohit-Gujaratid41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati.woff2') format('woff2'), url('fonts/Lohit-Gujarati.woff') format('woff'), url('fonts/Lohit-Gujarati.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati_1.eot');
    src: url('fonts/Lohit-Gujarati_1d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati_1.woff2') format('woff2'), url('fonts/Lohit-Gujarati_1.woff') format('woff'), url('fonts/Lohit-Gujarati_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati_2.eot');
    src: url('fonts/Lohit-Gujarati_2d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati_2.woff2') format('woff2'), url('fonts/Lohit-Gujarati_2.woff') format('woff'), url('fonts/Lohit-Gujarati_2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati_3.eot');
    src: url('fonts/Lohit-Gujarati_3d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati_3.woff2') format('woff2'), url('fonts/Lohit-Gujarati_3.woff') format('woff'), url('fonts/Lohit-Gujarati_3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} /****************Font Face******************/
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/opensans-italic-webfont.woff2') format('woff2'), url('fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('fonts/opensans-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'), url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('fonts/opensans-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} /*****************Font Face End******************/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0
}
body, button, input, select, textarea {
    color: #000;
    font-family: 'open_sansregular', 'Lohit Gujarati', sans-serif;
    line-height: 1.5;
}
body {
    background-color: #fff;
}
h1 {
    font-size: 2.308em;
}
h2 {
    font-size: 2.000em;
}
h3 {
    font-size: 1.6em;
    color: #3d4095;
    font-weight: 600;
    margin: 0 0 20px 0;
}
h4 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: 600;
    color: #393939;
}
h5 {
    font-size: 1.3em;
    color: #393939;
    font-weight: 600;
    margin-bottom: 15px;
}
h6 {
    font-size: 1.2em;
    color: #393939;
    font-weight: 600;
    margin-bottom: 15px;
}
ul {
    padding: 0 0 0 15px;
}
ol {
    padding: 0 0 0 20px
}
ul ul, ol ol {
    margin: 10px 0
}
ul.bulletText {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
ul.bulletText li {
    text-align: justify;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
ul.bulletText li a {
    font-size: 16px;
    color: #3d4095;
    text-decoration: none;
    transition: all 0.5s;
    text-align: justify;
}
ul.bulletText li a:hover {
    color: #393939;
    text-decoration: underline;
}
ul.bulletText li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 8px;
    line-height: normal;
    transition: all 0.3s ease-out;
    color: #3d4095
}
ul.bulletText li:hover::before {
    left: 5px;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { /*! margin: 0 0 25px; */
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
}
input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    background-color: #26286d;
    color: #fff;
    border: 1px solid #26286d;
    transition: all 0.3s ease-out;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    color: #fff;
    background-color: #ff5a00;
    border: 1px solid #ff5a00;
}
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn {
    background-color: #888;
    border: 1px solid #888;
}
.alignLeft {
    float: left
}
.alignRight {
    float: right;
}
.displayNone, .hasJS noscript, .hideThis {
    display: none!important;
    visibility: hidden
}
.jsRequired {
    display: block;
    background-color: #C00;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 0 none;
}
.mrgAuto {
    margin-right: auto;
    margin-left: auto;
}
.mrgT20 {
    margin-top: 20px;
}
.mrgL20 {
    margin-left: 20px;
}
.mrgR20 {
    margin-right: 20px;
}
.mrgB20 {
    margin-bottom: 20px;
}
.mrgT10 {
    margin-top: 10px;
}
.mrgL10 {
    margin-left: 10px;
}
.mrgR10 {
    margin-right: 10px;
}
.mrgB10 {
    margin-bottom: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padR20 {
    padding-right: 20px;
}
.padB20 {
    padding-bottom: 20px;
}
.padT20 {
    padding-top: 20px;
}
.padL15 {
    padding-left: 15px;
}
.padR15 {
    padding-right: 15px;
}
.padB15 {
    padding-bottom: 15px;
}
.padT15 {
    padding-top: 15px;
}
.padL10 {
    padding-left: 10px;
}
.padR10 {
    padding-right: 10px;
}
.padB10 {
    padding-bottom: 10px;
}
.padT10 {
    padding-top: 10px;
}
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad25 {
    padding: 25px;
}
.pad30 {
    padding: 30px;
}
.width100p {
    width: 100%;
}
.width90p {
    width: 90%;
}
.width80p {
    width: 80%;
}
.width70p {
    width: 70%;
}
.width60p {
    width: 60%;
}
.width50p {
    width: 50%;
}
.width40p {
    width: 40%;
}
.width30p {
    width: 30%;
}
.width20p {
    width: 20%;
}
.width10p {
    width: 10%;
}
select { /*background: url(../../images/down-arrow.gif)no-repeat;*/
    background-position: 95% 50%;
    background-size: 10px;
}
.fileSize {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.extIcon {
    vertical-align: middle;
    margin-left: 3px;
}
.rsIcon {
    display: inline-block;
    margin-right: 2px;
    height: 11px;
    text-indent: -999px;
    overflow: hidden;
    width: 11px;
    background: url(../../../images/rupee.png) left top no-repeat;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.longWord, .wordBreak {
    word-wrap: break-word;
} /********** Image Formating & Alignment **********/
.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.imgCenter {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.imgBorder {
    border: 1px solid #ccc;
    padding: 5px
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
} /********** Alignment **********/
.left {
    text-align: left !important
}
.right {
    text-align: right !important
}
.center {
    text-align: center !important
}
.justify {
    text-align: justify !important
} /********** Error/Alert Messages **********/
.message {
    padding: 10px 38px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}
.message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.message.success a {
    color: #2b542c;
}
.message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.message.error a {
    color: #843534;
} /********** Table **********/
.tableOut {
    overflow-y: hidden;
    overflow-x: auto
}
table, .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 1px solid #9b9bad;
    border-left: 1px solid #9b9bad;
    overflow: hidden;
    margin-bottom: 35px;
}
table table, .tableData table {
    margin: 0
}
th, td, .tableData th, .tableData td {
    font-size: 16px;
    border: none;
    padding: 13px 10px;
    border-bottom: 1px solid #9b9bad;
    border-right: 1px solid #9b9bad;
}
table tr:nth-child(odd) td, .tableRowOdd {
    background-color: #fbfcfd;
}
caption, th, td {
    font-weight: normal;
    background: #fff
}
th, .tableData th {
    background: #26286d;
    color: #fff;
    font-weight: 600;
}
.tableScroll {
    overflow-y: hidden;
    overflow-x: auto
} /* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.cols12 {
    width: 100%
}
.cols11 {
    width: 91.66666667%
}
.cols10 {
    width: 83.33333333%
}
.cols9 {
    width: 75%
}
.cols8 {
    width: 66.66666667%
}
.cols7 {
    width: 58.33333333%
}
.cols6 {
    width: 50%
}
.cols5 {
    width: 41.66666667%
}
.cols4 {
    width: 33.33333333%
}
.cols3 {
    width: 25%
}
.cols2 {
    width: 16.66666667%
}
.cols1 {
    width: 8.33%
}
.boxs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.boxs2 {
    margin-left: -2%;
}
.boxs3 {
    margin-left: -2%;
}
.boxs4 {
    margin-left: -2%;
}
.boxs5 {
    margin-left: -2%;
}
.boxs6 {
    margin-left: -2%;
}
.boxs > li, .boxs > div {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
.boxs2 > li, .boxs2 > div {
    width: 48%;
    margin-left: 2%;
}
.boxs3 > li, .boxs3 > div {
    width: 31%;
    margin-left: 2%;
}
.boxs4 > li, .boxs4 > div {
    width: 23%;
    margin-left: 2%;
}
.boxs5 > li, .boxs5 > div {
    width: 18%;
    margin-left: 2%;
}
.boxs6 > li, .boxs6 > div {
    width: 14.6%;
    margin-left: 2%;
}
.boxBorder {
    padding: 5px;
    border: 1px solid #ccc;
} /********* Navigation *********/
.mainNavigation {
    margin: 0;
    position: relative;
    background: #060613;
    clear: both;
    z-index: 9999
}
.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none
}
.toggleMenu .mobileMenu {
    font-size: 1.250em;
    color: #fff;
}
.toggleMenu .iconBar {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../../images/mobile-menu.png) no-repeat center center;
} /*#nav, #nav ul { list-style: none; margin: 0; padding: 0; } #nav li { float: left; margin: 0; padding: 0; position: relative; display: inline } #nav li a { padding: 5px 27px; line-height: 36px; color: #fff; font-size: 16px; display: inline-block; text-decoration: none } #nav ul { width: 300px; top: 100%; padding: 0; left: 0; position: absolute; } .hasJS #nav ul { opacity: 0; transition: opacity 400ms linear; -webkit-transition: opacity 400ms linear; width: 250px; } #nav ul li { float: left; height: auto; width: 100%; margin: 0; padding: 0; } #nav ul li a { display: block; background-color: #ff5a00; font-size: 1em; line-height: 24px; color: #060613; border: none; border-top: 1px solid #e4e3e3; padding: 5px 15px 5px 15px; text-align: left; } #nav ul ul { top: 0; left: 250px } #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected { color: #7fb6e9 } #nav ul, #nav :hover ul ul, #nav .hover ul ul, #nav .focus ul ul { margin-left: -9999px } #nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus { margin-left: 0 } #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a { background-color: #ff5a00; color: #fff; } #nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a { background-color: #fff; color: #060613 } #nav ul li.focus > a { background-color: #e9e9e9; color: #060613; display: block; } #nav .menuIcon { display: none; position: absolute; right: 5px; top: 20px; width: 9px; height: 9px; } #nav li .menuIcon { background: url(../../images/down-arrow.gif) no-repeat right center; z-index: 10 } #nav li li .menuIcon { display: block; background: url(../../images/right-arrow.gif) no-repeat right center; top: 13px; right: 10px; z-index: 11 } #nav li li li .menuIcon { z-index: 12 } #nav li .menuIcon.active { transform: rotate(180deg); -webkit-transform: rotate(180deg); } .noJS #nav ul a:focus { width: 200px; } .noJS #nav ul a:focus, .noJS #nav ul a:focus + ul { margin-left: 9999px } .noJS #nav ul a:active { margin-left: 0 } .hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul { opacity: 1; }*/ /*new megamenu css*/
.megaMenuItem .menuSubUl {
    border: 1px solid #ccc;
}
.megaMenuItem .menuSubUl .menuSubUl {
    border: 0px!important;
    left: 268px!important;
}
.megaMenuItem .menuSubUl li {
    clear: both;
}
#navhorizontalMenu ul li:hover ul {
    display: block;
}
.megaMenuItem .menuSubUl .menuSubUl {
    width: 100px!important;
    height: 100%;
}
.megaMenuItem .menuSubUl li {
    width: 100%;
}
.megaMenuItem .menuSubUl .menuSubUl li a {
    background: #fff!important;
    color: #000!important;
}
.megaMenuItem .menuSubUl .menuSubUl {
    top: 30px;
}
.megaMenuItem .menuSubUl .menuIcon {
    position: static!important;
    float: right;
    margin-top: 5px;
}
.megaMenuItem ul ul .menuIcon {
    display: none!Important;
}
#navhorizontalMenu li.megaMenuItem .menuSubUl .menuSubUl li a {
    border-bottom: 1px solid #ccc;
    position: relative;
}
#navhorizontalMenu ul li a {
    background-color: #eeeeee!important;
    color: #333!important;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
}
#navhorizontalMenu ul li:first-child a {
    border-top: 1px solid #ccc!important;
}
#navhorizontalMenu ul li a:hover {
    color: #ff4000!important;
}
#navhorizontalMenu ul li.active > ul {
    opacity: 1!important;
    margin-left: 0px;
}
#navhorizontalMenu ul li a {
    padding: 3px 10px!important;
}
#navhorizontalMenu ul {
    padding: 3px;
}
.hasJS #navhorizontalMenu ul {
    padding: 0;
}
.megaMenuItem .menuSubUl li .menuSubUl {
    display: none;
}
.megaMenuItem .menuSubUl li .menuSubUl:hover {
    display: block;
}
.megaMenuItem .menuSubUl li.hover .menuSubUl {
    display: block;
}
#navhorizontalMenu, #navhorizontalMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navhorizontalMenu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline;
}
#navhorizontalMenu li a {
    padding: 5px 27px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none
}
#navhorizontalMenu ul {
    width: 270px!important;
    top: 100%;
    padding: 0;
    left: 0;
    position: absolute;
}
.hasJS #navhorizontalMenu ul {
    opacity: 0;
    transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
}
#navhorizontalMenu ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
#navhorizontalMenu ul li a {
    display: block;
    background-color: #ff5a00;
    font-size: 1em;
    line-height: 24px;
    color: #060613;
    border: none;
    border-bottom: 1px solid #e4e3e3;
    padding: 5px 15px 5px 15px;
    text-align: left;
}
#navhorizontalMenu ul ul {
    top: 0;
    left: 267px;
    min-height: 100%;
}
#navhorizontalMenu ul a:hover, .noJS #navhorizontalMenu ul a:focus, #navhorizontalMenu ul a.selected {
    color: #7fb6e9
}
#navhorizontalMenu ul, #navhorizontalMenu :hover ul ul, #navhorizontalMenu .hover ul ul, #navhorizontalMenu .focus ul ul {
    margin-left: -9999px
}
#navhorizontalMenu li:hover > ul, #navhorizontalMenu li.hover > ul, #navhorizontalMenu li.focus > ul, #navhorizontalMenu a:focus + ul, #navhorizontalMenu ul ul, .noJS #navhorizontalMenu .hover a:focus, .noJS #navhorizontalMenu .focus a:focus {
    margin-left: 0
}
#navhorizontalMenu > li > a:hover, #navhorizontalMenu > li.hover > a, #navhorizontalMenu > li.focus > a, #navhorizontalMenu > .highlight > a {
    background-color: #ff5a00;
    color: #fff;
}
#navhorizontalMenu li ul li a:hover, #navhorizontalMenu li ul li > a.selected, #navhorizontalMenu ul a:hover, .noJS #navhorizontalMenu ul a:focus, #navhorizontalMenu ul a.selected, #navhorizontalMenu ul > .highlight > a {
    background-color: #fff;
    color: #060613
}
#navhorizontalMenu ul li.focus > a {
    background-color: #e9e9e9;
    color: #060613;
    display: block;
}
#navhorizontalMenu .menuIcon {
    display: none;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 9px;
    height: 9px;
}
#navhorizontalMenu li .menuIcon {
    background: url(../../images/down-arrow.gif) no-repeat right center;
    z-index: 10
}
#navhorizontalMenu li li .menuIcon {
    display: block;
    background: url(../../images/right-arrow.gif) no-repeat right center;
    top: 13px;
    right: 10px;
    z-index: 11
}
#navhorizontalMenu li li li .menuIcon {
    z-index: 12
}
#navhorizontalMenu li .menuIcon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.noJS #navhorizontalMenu ul a:focus {
    width: 200px;
}
.noJS #navhorizontalMenu ul a:focus, .noJS #nav ul a:focus + ul {
    margin-left: 9999px
}
.noJS #navhorizontalMenu ul a:active {
    margin-left: 0
}
.hasJS .menuPart #navhorizontalMenu a:focus + ul, .hasJS .menuPart #navhorizontalMenu li.focus > ul, .hasJS .menuPart #navhorizontalMenu li.hover > ul, .hasJS .menuPart #navhorizontalMenu li:hover > ul, hasJS .menuPart #navhorizontalMenu ul ul {
    opacity: 1;
}
.topHeader ul.rightLinks li.langSelector select {
    border: 0;
    padding: 0 5px 0 5px;
    height: auto;
    color: #222;
}
.topHeader ul.rightLinks li.langSelector select:focus {
    outline: none;
} /* ******** Index Slider ******** */
.indexBanner {
    position: relative
}
.indexBanner .sliderBanner .item {
    height: 300px;
}
.noJS .indexBanner {
    height: 302px;
    overflow: hidden
} /** * Swiper 5.3.8 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://swiperjs.com * * Copyright 2014-2020 Vladimir Kharlampidi * * Released under the MIT License * * Released on: April 24, 2020 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
:root {
--swiper-theme-color:#007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
width:calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#ffffff
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.homeBanner .swiper-slide {
    background-size: cover;
}
.homeBanner img {
    opacity: 0;
}
.homeBanner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}
.homeBanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}
.homeBanner:hover .swiper-button-prev {
    left: 10px;
}
.homeBanner:hover .swiper-button-next {
    right: 10px;
} /********** Responsive Tab **********/
.resTab {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.resTab .tabNav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 2px;
    width: calc(25% - 2px);
    text-align: center;
    background: #26286d;
    float: left
}
.resTab .tabNav li:last-child {
    margin: 0;
    width: 25%
}
.resTab .tabNav li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    font-size: 28px;
    color: #fff;
}
.resTab .tabNav .r-tabs-state-active a {
    background: #ff5a00;
    text-shadow: none; /*border-bottom: 3px solid #ff5a00;*/
}
.resTab .tabContent {
    padding: 15px;
    display: none;
    position: relative; /*min-height: 500px;*/
}
.resTab .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.resTab .r-tabs-accordion-title {
    display: none;
}
.resTab .tabNav .r-tabs-state-disabled {
    opacity: 0.5;
}
.resTab .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #26286d;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 1px;
}
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #ff5a00;
    text-shadow: none;
}
.resTab .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden
}
.noJS .resTab .tabContent {
    display: block;
    height: 150px
}
ul.activityTicker {
    width: 100%;
    padding: 0 15px
}
#newsTikker0, #newsTikker1, #newsTikker2, #newsTikker3 {
    min-height: 336px;
    margin: 0 0 20px;
} /*.newsAndUpdatesWrap .ticker .activityTicker li, */
.newsAndUpdatesWrap .ticker .activityTicker li, .circularWrap .ticker .activityTicker li, .careerWrap .ticker .activityTicker li, .tenderWrap .ticker .activityTicker li {
    list-style: none;
    border-bottom: solid 1px #ff5a00;
}
.newsAndUpdatesWrap .ticker .activityTicker li .newsBox, .circularWrap .ticker .activityTicker li .newsBox, .careerWrap .ticker .activityTicker li .newsBox, .tenderWrap .ticker .activityTicker li .newsBox {
    padding: 10px 0;
}
.newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularDate, .circularWrap .ticker .activityTicker li .newsBox .circularDate, .careerWrap .ticker .activityTicker li .newsBox .circularDate, .tenderWrap .ticker .activityTicker li .newsBox .circularDate {
    color: #26286d;
    font-size: 0.9em;
}
.newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle, .circularWrap .ticker .activityTicker li .newsBox .circularTitle, .careerWrap .ticker .activityTicker li .newsBox .circularTitle, .tenderWrap .ticker .activityTicker li .newsBox .circularTitle {
    text-align: left;
}
.newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle a, .circularWrap .ticker .activityTicker li .newsBox .circularTitle a, .careerWrap .ticker .activityTicker li .newsBox .circularTitle a, .tenderWrap .ticker .activityTicker li .newsBox .circularTitle a {
    font-size: 1.125em;
    line-height: 27px;
    color: #000;
    text-align: left;
    text-decoration: none;
}
.newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle a:hover, .circularWrap .ticker .activityTicker li .newsBox .circularTitle a:hover, .careerWrap .ticker .activityTicker li .newsBox .circularTitle a:hover, .tenderWrap .ticker .activityTicker li .newsBox .circularTitle a:hover {
    color: #ff5a00;
    text-decoration: none;
    text-decoration: none;
} /*.tenderWrap, .careerWrap, .circularWrap { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 15px; }*/ /*.newsAndUpdatesWrap { background: #fff; padding: 15px 25px 20px; box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2); position: relative; }*/
.newsAndUpdatesWrap h3 {
    color: #3e4095;
    font-size: 2.125em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
    letter-spacing: 1px;
}
.newsAndUpdatesWrap #newsTikker3 {
    min-height: 400px;
    margin-bottom: 55px;
} /*.newsAndUpdatesWrap ul { padding: 0; margin: 0; }*/
.newsAndUpdatesWrap .ticker .playPause {
    padding-left: 0;
    position: absolute;
    right: 60px;
    z-index: 1;
    width: 25px;
    height: 27px;
    text-indent: -99999px;
    overflow: hidden;
    bottom: 12px;
}
.newsAndUpdatesWrap .ticker .playPause.play {
    background: url(../../images/playpause.png) no-repeat 0 -26px;
}
.newsAndUpdatesWrap .ticker .playPause.stop {
    background: url(../../images/playpause.png) no-repeat 0 0;
}
.tabbingSectionWrap .cols8 {
    padding-right: 0;
}
.tabbingSectionWrap .cols4 {
    padding-left: 0;
} /*.r-tabs-tab.r-tabs-state-active { border-bottom: 3px solid #ff5a00; }*/
.tabbingSectionWrap .ticker .playPause {
    padding-left: 0;
    position: absolute;
    right: 40px;
    z-index: 1;
    width: 25px;
    height: 27px;
    text-indent: -99999px;
    overflow: hidden;
    bottom: 20px;
}
.tabbingSectionWrap .ticker .playPause.play {
    background: url(../../images/playpause.png) no-repeat 0 -26px;
}
.tabbingSectionWrap .ticker .playPause.stop {
    background: url(../../images/playpause.png) no-repeat 0 0;
}
.tabbingSectionWrap .viewAll a {
    padding-left: 15px;
    text-decoration: none;
    font-size: 1.125em;
    line-height: normal;
    transition: all 0.3s ease-out;
    color: #ff4000;
}
.tabbingSectionWrap .viewAll a:hover {
    text-decoration: none;
    padding-left: 10px;
    color: #2e2e2e;
} /********* Back to Top **********/ /*#backtotop { background: url(../../images/backtotop.png) no-repeat; cursor: pointer; display: none; height: 17px; width: 32px; overflow: hidden; position: fixed; right: 10px; bottom: 20px; text-indent: -99999px; z-index: 999; display: none }*/ /********* Accordion ******** */
#accordion {
    padding-top: 0;
}
.accordion {
    margin-bottom: 25px;
}
.accordion .accTrigger {
    padding: 15px 40px 15px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #26286d;
    background-color: #f7f7f7;
    margin: 0 0 10px 0;
    border: 1px solid #dfdfdf;
    font-size: 1.125em;
    border-radius: 15px;
    position: relative;
}
.accordion .accTrigger:before {
    position: absolute;
    right: 0;
    top: 5px;
    width: 46px;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 49px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
}
.accordion .accTrigger.active:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.noJS .accordion .accTrigger {
    background: none;
    padding-left: 0;
}
.accordion .accTrigger a {
    display: block;
    text-decoration: none;
    outline: 0
}
.accordion .accTrigger.active {
    background-color: #26286d;
    border-radius: 15px;
    color: #fff;
    margin: 0;
}
.accordDetail {
    padding: 10px 15px;
    display: none;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    margin-top: -1px;
    margin-bottom: 10px;
}
.noJS .accordDetail {
    display: block;
    padding: 10px 0;
}
.noJS .accordion .accTrigger {
    background: none;
}
.noJS .accordDetail {
    display: block;
    padding: 15px;
} /********* Marquee *********/
.marquee {
    overflow: hidden;
}
.marqueeScrolling li {
    float: left;
    margin-right: 0;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.marqueeScrolling li:last-child {
    border-right: none;
}
.noJS .btnMPause {
    display: none;
}
.noJS .marqueeScrolling {
    overflow-y: hidden;
    overflow-x: auto
}
.noJS .marquee {
    width: 240%
} /********** Ticker *********/
.noJS .ticker .stop {
    display: none
}
.noJS .ticker ul {
    margin: 0
}
.noJS .ticker .tickerDivBlock {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden
} /********* gmap3 - Google Map API *********/
.gmap3 {
    border: 1px dashed #C0C0C0;
    width: 100%;
    height: 400px;
}
.gmap3 img {
    max-width: inherit
}
.noJS .gmap3 {
    background: url(../../images/map_bg.jpg) no-repeat;
} /********* LiteBox v1.3 **********/
.litebox-overlay, .litebox-overlay > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.litebox-overlay {
    display: none;
    width: 100%;
    min-width: 280px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
@-webkit-keyframes liteboxLoader {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes liteboxLoader {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes liteboxLoader {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes liteboxLoader {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@keyframes liteboxLoader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.litebox-overlay .litebox-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    border: 3px solid #111;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: liteboxLoader 1s linear infinite;
    -moz-animation: liteboxLoader 1s linear infinite;
    -ms-animation: liteboxLoader 1s linear infinite;
    -o-animation: liteboxLoader 1s linear infinite;
    animation: liteboxLoader 1s linear infinite;
}
.litebox-overlay .litebox-text {
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.litebox-overlay .litebox-text.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}
.litebox-overlay .litebox-close {
    width: 40px;
    height: 40px;
    background: url(../../images/litebox-close.png) no-repeat center;
    opacity: .7;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.litebox-overlay .litebox-close:hover {
    opacity: 1;
    cursor: pointer;
}
.litebox-overlay .litebox-nav {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: .2;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.litebox-overlay .litebox-nav:hover {
    opacity: .5;
    cursor: pointer;
}
.litebox-overlay .litebox-prev {
    background: url(../../images/litebox-prev.png) no-repeat center;
    left: 20px;
}
.litebox-overlay .litebox-next {
    background: url(../../images/litebox-next.png) no-repeat center;
    right: 20px;
}
.litebox-overlay .litebox-container {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}
.litebox-overlay .litebox-container.litebox-scroll {
    overflow-y: auto;
}
.litebox-overlay img, .litebox-overlay iframe {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    overflow-x: hidden;
}
.litebox-overlay iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
}
.litebox-overlay .litebox-inline-html {
    width: 100%;
    padding: 20px;
    background: #FFF;
    line-height: normal;
    overflow-x: hidden;
    line-height: normal !important;
    position: absolute;
}
.litebox-overlay .litebox-error {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
}
.litebox-overlay .litebox-error span {
    background: rgba(0, 0, 0, .9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    line-height: normal;
}

@media only screen and (max-width: 479px) {
.litebox-overlay .litebox-close {
    display: none;
}
} /*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon {
    background-color: #185db9;
}
.ui-datepicker th, .ui-state-highlight {
    background-color: #052847;
}
.ui-state-active, .ui-datepicker tbody a:hover {
    background-color: #ff672b;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
}
.ui-datepicker {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    height: 25px;
    background-color: #fff;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    border: 0 none;
}
.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
    background-color: transparent;
}
.ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
    background-color: transparent;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
} /*----Date Picker----*/
.eventCalOut {
    position: absolute;
    width: 222px;
    right: -222px;
    float: right;
    top: 70px;
    z-index: 22;
}
.calendarIcon {
    width: 50px;
    height: 52px;
    position: absolute;
    left: -50px;
}
.calendarIcon span {
    background-position: -113px -27px;
    width: 29px;
    height: 29px;
    margin: 10px;
}
.calendarOut {
    padding: 5px;
}
.calendarOut .ui-datepicker {
    width: 100%;
}
.calendarOut .button {
    background-color: #2979ca;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.calendarOut .button:hover {
    background-color: #173C84;
}
.ui-datepicker tbody a {
    color: #fff;
}
.ui-datepicker-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker th {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker-prev, .ui-datepicker-next {
    width: 25px;
    font-size: 16px;
    height: 25px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #fff;
}
.ui-datepicker-prev span {
    background-position: -147px -27px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: static;
    margin: 5px 0 0;
}
.ui-datepicker-next span {
    background-position: -175px -27px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: static;
    margin: 5px 0 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    line-height: 20px;
}
.ui-datepicker-trigger {
    display: none;
    width: 30px;
    height: 30px;
    margin: 8px 0 0 15px;
    vertical-align: top;
    overflow: hidden;
    background: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -45px;
    top: 7px;
}
.calIcon {
    background-position: -205px -107px;
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: top;
} /*==========================================================================================================================*/ /*================================================ Main CSS Theme Start ====================================================*/ /*==========================================================================================================================*/ /********** Layout **********/
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
}
#content {
}
.content {
}
.sidebar {
}
.fullWidth {
} /********** Top Links and Font Resize **********/
.headerMain {
    position: relative;
    z-index: 99; /*float: left;*/
    width: 100%;
    line-height: 0
}
.topHeader {
    background: #f0f0f0;
    padding: 7px 0;
    line-height: 1.5
}
.leftLink {
    float: left;
}
.rightLinks {
    float: right;
}
.topStrip ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.topStrip li {
    float: left;
    padding: 0 7px 0 8px;
    position: relative;
    font-size: 13px;
    color: #747474;
}
.topStrip .fontResize {
    padding-top: 2px
}
.topStrip a {
    color: #222;
    text-decoration: none;
}
.topStrip a:hover {
    text-decoration: underline;
    color: #ff5a00;
}
.topStrip li:first-child {
    padding-left: 0;
}
.topStrip li:last-child {
    padding-right: 0;
}
.topStrip li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #ff5a00;
    overflow: hidden;
    margin-top: -7px;
}
.topStrip li:first-child:before {
    display: none;
}
.logoStripe {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
}
.logoStripe .logo {
    display: inline-block;
    margin: 25px 0;
    width: 50%;
}
.logoStripe .logo a {
    display: inline-block;
}
.logoRightpart p {
    float: left;
    margin: 13px 0;
    color: #ff5a00;
    font-weight: bold;
}
.logoRightpart {
    display: inline-block;
    width: 50%;
    text-align: right;
    max-width: 557px;
}
.contactinfo {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    text-align: left;
}
.contactinfo .callIcon {
    width: 35px;
    height: 35px;
    background: url(../../images/call-icon.png)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.serachBar .searchIcon {
    width: 26px;
    height: 26px;
    background: url(../../images/search-icon.png)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.serachBar .searchIcon.close {
    width: 26px;
    height: 26px;
    background: url(../../images/close-icon.png)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.serachBar .searchBox {
    position: relative;
    display: inline-block;
}
.serachBar {
    display: inline-flex;
    margin: 0 0 0 15px;
    border-left: 1px solid #d6d6d6;
    padding: 0 0 0 15px;
    vertical-align: middle;
    align-items: center;
}
.locationInfo {
    margin: 0 0 0 15px;
} /*.locationInfo .cityName,*/
.locationInfo a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #ff4000 url(../../images/admissions-icon.png) no-repeat left 15px center;
    padding: 10px 15px 10px 50px;
    transition: all 0.3s ease-out;
    border-radius: 3px;
    line-height: 1.5
}
.locationInfo a:hover {
    background: #26286d url(../../images/admissions-icon.png) no-repeat left 15px center;
    text-decoration: none;
}
.locationInfo .cityName {
    font-weight: 600;
}
.serachBar .searchBox .expandSearch {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 500px;
    z-index: 99999;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.serachBar .searchBox .expandSearch input.searchTop {
    border-radius: 3px;
    padding: 10px 15px;
    height: auto;
    display: inline-block;
}
.serachBar .searchBox .expandSearch input.searchbtn {
    display: inline-block;
    width: 25px;
    border: 0;
    text-indent: -9999px;
    font-size: 0;
    background: url(../../images/search-icon.png)no-repeat;
    background-position: 50% 50%;
    padding: 0;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: 20px;
}
div#mainNav {
    background: #26286d;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #ff5a00;
}
div#mainNav ul {
    float: left;
    width: auto;
}
div#mainNav .menuPart {
    width: 100%;
    float: left;
}
div#mainNav .loginReg {
    float: right;
    width: auto;
    text-align: right;
}
div#mainNav ul li a {
    color: #fff;
    padding: 10px 9px;
    font-size: 1em;
    transition: all 0.3s ease-out;
}
div#mainNav ul li a:hover {
    background: #ff5a00;
    color: #fff;
}
div#mainNav .loginReg button.loginBtn {
    background: #282058;
    border: 0;
    padding: 18px 25px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
div#mainNav .loginReg button.loginBtn:hover {
    background: #ed9948;
} /********** Access Control **********/
#accessControl input {
    float: left;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    width: 22px;
    color: #222;
    line-height: normal;
}
#accessControl input:hover {
    color: #ff5a00
}
#accessControl .small {
    font-size: 13px;
}
#accessControl .normal {
    font-size: 13px;
}
#accessControl .large {
    font-size: 13px;
    margin: 0 10px 0 0;
}
#accessControl .contrastChanger {
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
    margin: 0 3px;
}
#accessControl .contrastChanger.normal {
    background: #fff;
    border-radius: 50% 50%;
    border: 1px solid #5a5a5a;
}
#accessControl .contrastChanger.wob {
    background: #000;
    border-radius: 50% 50%;
    border: 1px solid #000;
}
.topStrip li div#accessControl:before {
    content: " ";
    position: absolute;
    left: 58%;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: -7px;
} /********** High Contrast View **********/
body.wob {
    background-color: #444;
    color: #fff
}
.wob a {
    color: #ff0
}
.wob a:hover {
    color: #80ff00
} /********** From Page **********/
.formList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.formList li {
    padding: 0 0 15px;
    margin: 0;
}
.required, .formList .error {
    color: #C00;
}
.formList .error {
    display: block;
    font-size: 12px;
}
.formList .textBoxOut {
    margin-bottom: 5px;
}
.formList label, .formList .label {
    color: #333;
    display: block;
    font-weight: normal;
    padding-bottom: 7px;
}
.radioList input {
    float: left;
    margin: 5px;
    clear: left;
}
.radioList label, .radioList .label {
    float: left;
    color: #555;
}
.note {
    font-size: 12px;
    font-style: italic;
    padding: 5px 0 0;
}
.captcha {
    position: relative;
}
.captcha .captchaImg {
    border: 1px solid #d7d7d7;
    float: left;
    max-height: 33px;
}
.captcha .refreshCaptcha {
    float: left;
    margin: 5px 0 0 10px;
}
.fixedErrorMsg {
    background-color: rgba(233, 48, 30, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
}
.fixedSuccessMsg {
    background-color: rgba(20, 155, 65, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
} /*Slider*/
.homeBanner {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}
.imageWrap {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.imageWrap img {
    visibility: hidden;
    opacity: 0;
}
.sliderCation {
    position: absolute;
    bottom: 0; /* transform: translateY(-50%); */
    left: 0;
    width: 100%;
}
.sliderCation .sliderText {
    display: inline-block;
    padding: 25px 25px 50px 25px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: relative;
}
.sliderCation .sliderText h4 {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    margin: 0 0 15px;
    padding: 0;
}
.sliderCation .sliderText p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
}
.sliderCation .sliderText a.exporeButton {
    color: #fff;
    text-decoration: none;
    position: absolute;
    font-size: 18px;
    background: rgba(245, 160, 41, 1);
    background: -moz-linear-gradient(left, rgba(245, 160, 41, 1) 0%, rgba(245, 160, 41, 1) 30%, rgba(253, 186, 19, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 160, 41, 1)), color-stop(30%, rgba(245, 160, 41, 1)), color-stop(100%, rgba(253, 186, 19, 1)));
    background: -webkit-linear-gradient(left, rgba(245, 160, 41, 1) 0%, rgba(245, 160, 41, 1) 30%, rgba(253, 186, 19, 1) 100%);
    background: -o-linear-gradient(left, rgba(245, 160, 41, 1) 0%, rgba(245, 160, 41, 1) 30%, rgba(253, 186, 19, 1) 100%);
    background: -ms-linear-gradient(left, rgba(245, 160, 41, 1) 0%, rgba(245, 160, 41, 1) 30%, rgba(253, 186, 19, 1) 100%);
    background: linear-gradient(to right, rgba(245, 160, 41, 1) 0%, rgba(245, 160, 41, 1) 30%, rgba(253, 186, 19, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a029', endColorstr='#fdba13', GradientType=1 );
    padding: 14px 30px;
    border-radius: 10px;
    bottom: -25px;
    font-weight: 600;
}
.sliderCation .sliderText a.exporeButton:hover {
    background: #282058;
} /*about Css*/
.aboutSection {
    float: none;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0 60px 0;
    background: #26286d;
}
.aboutSection .latestAnnouncement {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 120px 15px 30px;
    margin: -30px 0 0;
    z-index: 9;
    position: relative;
}
.aboutSection .latestAnnouncement h2.announcementTitle {
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ff4000;
    font-weight: 600;
}
.aboutSection .latestAnnouncement .tickerAnnouncement a.btnMPause {
    float: left;
    margin: 4px 20px 0 0;
    font-size: 0;
    background: url(../../images/pause.jpg)no-repeat;
    width: 23px;
    height: 23px;
    background-position: 50% 50%;
    background-size: contain;
}
.aboutSection .latestAnnouncement .tickerAnnouncement a.btnMPause.play {
    background: url(../../images/play.jpg)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.aboutSection .latestAnnouncement .tickerAnnouncement ul {
    margin: 0;
    padding: 0;
}
.aboutSection .latestAnnouncement .tickerAnnouncement ul li {
    list-style: none;
}
.aboutSection .latestAnnouncement .tickerAnnouncement ul li a {
    margin: 0 0 0 10px;
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #0b20b7;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-weight: 600;
}
.aboutSection .latestAnnouncement .tickerAnnouncement ul li:last-child a {
    border-right: 0;
}
.aboutSection .latestAnnouncement .tickerAnnouncement ul li a:hover {
    text-decoration: none;
    color: #ff4000;
}
.aboutSection .latestAnnouncement .tickerAnnouncement {
    padding: 0;
    width: 100%;
}
.aboutContent {
    margin: 50px 0 0;
    display: inline-block;
    padding: 0 75px 0 15px;
}
.aboutInformation .row {
    margin-top: 50px;
}
.aboutInformation .row .cols6 .welcomeInformation {
    border-right: 1px solid #5f65a6;
    padding-right: 60px;
}
.aboutInformation .row .cols6 span.welcome {
    color: #fff;
    font-size: 1em;
    display: block;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.aboutInformation .row .cols6 h2 {
    color: #fff;
    margin: 10px 0 15px;
    font-size: 3em;
    font-family: 'open_sansbold';
    line-height: 110%
}
.aboutInformation .row .cols6 span.introBigText {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: normal;
    line-height: normal;
    display: block;
}
.aboutInformation .row .cols6 p {
    margin: 0 0 25px 0;
    color: #fff;
    line-height: 27px;
    font-size: 1em;
}
.aboutInformation .row .cols6 .welcomeInformation a {
    padding: 10px 20px;
    background: #ff5a00;
    border: 1px solid #ff5a00;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.aboutInformation .row .cols6 .welcomeInformation a:hover {
    text-decoration: none;
    background: #26286d;
    color: #fff;
    border: 1px solid #5f65a6
} /*.ministerScrollWrap .ministerColumn{text-align:center;} .ministerScrollWrap .ministerColumn .ministerPhoto{width:125px; height:125px; background:#fff; border-radius:50% 50%; overflow:hidden; margin-bottom:20px;} .ministerScrollWrap .ministerColumn .ministerName{color: #fff; margin-bottom:5px; font-size: 1.6em; font-weight: normal; line-height: normal; display: block;} .ministerScrollWrap .ministerColumn .ministerDesignation{margin:0 0 5px 0; color:#fff; line-height:27px; font-size:1.125em;}*/
.politicians {
    padding: 40px 0;
}
.politicians .textCenter {
    text-align: center;
    margin: 0;
}
.politicians .textCenter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.politicians .textCenter ul li {
    margin: 0 0 30px;
    float: left;
    width: 50%;
}
.politicians .textCenter ul li .ministerColumn {
}
.politicians .textCenter .ministerColumn .ministerPhoto img {
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50% 50%;
    overflow: hidden;
    margin-bottom: 20px;
}
.politicians .textCenter .ministerColumn .ministerName {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.4em;
    font-weight: normal;
    line-height: normal;
    display: block;
}
.politicians .textCenter .ministerColumn .ministerDesignation {
    margin: 0 0 5px 0;
    color: #fff;
    line-height: 27px;
    font-size: 1em;
}
.educationSectionWrap {
    background: url(../../images/education-bg.jpg) no-repeat center center;
    padding: 120px 0 70px;
    margin-top: -70px;
    background-size: cover;
    background-position: center bottom;
}
.educationSectionTwoPart {
    position: relative;
}
.viewAllprogramLink {
    position: absolute;
    right: 0;
    top: -46px;
}
.viewAllprogramLink a.seeAllprogrammes {
    padding-left: 15px;
    text-decoration: none;
    font-size: 1.125em;
    line-height: normal;
    transition: all 0.3s ease-out;
    color: #ff4000;
}
.viewAllprogramLink a:hover.seeAllprogrammes {
    text-decoration: none;
    padding-left: 10px;
    color: #2e2e2e;
}
.educationSectionWrap h3 {
    color: #3e4095;
    font-size: 2.125em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
}
.educationSectionWrap ul {
    box-shadow: 0 0 35px #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
}
.educationSectionWrap ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.educationSectionWrap ul li .educationBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.educationSectionWrap ul li .educationBox:hover {
    background: #3d4095;
}
.educationBox {
    transition: all 0.3s ease-out;
}
.educationSectionWrap ul li .educationBox:hover .educationDetail h3.heading, .educationSectionWrap ul li .educationBox:hover .educationDetail p {
    color: #fff;
}
.educationSectionWrap ul li .educationBox:hover .educationDetail h3.heading::after {
    background: #fff;
}
.educationSectionWrap ul li .educationBox .imageHolder {
    float: left;
    width: 50%;
    overflow: hidden;
}
.educationSectionWrap ul li .educationBox .imageHolder img {
    transition: 350ms ease;
}
.educationSectionWrap ul li .educationBox:hover .imageHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.educationSectionWrap ul li .educationBox .educationDetail {
    float: left;
    width: 50%;
    padding: 30px 30px 15px;
}
.educationSectionWrap ul li .educationBox .educationDetail h3.heading {
    font-family: 'open_sansbold';
    color: #2e2e2e;
    position: relative;
    margin-bottom: 14px;
    font-size: 1.775em;
    line-height: normal;
}
.educationSectionWrap ul li .educationBox .educationDetail h3.heading::after {
    width: 25px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -20px;
    content: "";
    background: #fc7a1b;
    border-radius: 0;
}
.educationSectionWrap ul li .educationBox .educationDetail p {
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.itemProjectPhoto {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.itemProjectPhoto img {
    transition: 350ms ease;
}
.itemProjectPhoto img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.itemProjectPhoto .itemProjectTitle {
    transition: all 0.5s;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 20px 0 20px 30px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(24, 56, 121, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    color: #fff !important;
    font-size: 1.5em;
}
.itemProjectPhoto .itemProjectTitle:after {
    width: 25px;
    height: 5px;
    position: absolute;
    left: 30px;
    top: 0;
    content: "";
    background: #fc7a1b;
    border-radius: 0;
}
.itemProjectPhoto .itemProjectTitle p {
    color: #fff;
}
.itemProjectPhoto a {
    text-decoration: none;
    color: #fff;
}
.itemProjectPhoto a:hover .itemProjectTitle { /*padding-top: 120px;*/
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    padding-bottom: 60px;
}
.itemProjectPhoto a.exploreButton {
    padding: 10px 25px;
    background: #ff5a00;
    border: 1px solid #ff5a00;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    margin-top: 10px;
    display: inline-block;
}
.itemProjectPhoto a:hover.exploreButton {
    text-decoration: none;
    background: #26286d;
    color: #fff;
    border: 1px solid #5f65a6;
}
.itemProjectPhoto .itemProjectTitle:hover {
    padding-bottom: 50px;
}
.itemProjectPhoto .itemProjectTitle span {
    margin-bottom: 10px;
    display: block;
}
.variousDeptWrap {
    padding: 70px 0 45px;
}
.variousDeptWrap .row .cols3 .mainSection {
    border: 1px solid #d0d0d0;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.variousDeptWrap .row .cols3 .mainSection .variousSectionHolder img {
    transition: 1s ease;
}
.variousDeptWrap .row .cols3 .mainSection .variousSectionHolder img:hover {
}
.variousDeptWrap .row .cols3 .mainSection:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
.variousDeptWrap .row .cols3 .mainSection .sectionTitle a {
    color: #000;
    font-size: 1em;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.variousDeptWrap .row .cols3 .mainSection:hover .sectionTitle a {
    color: #fff;
    text-decoration: none;
}
.variousDeptWrap .row .cols3 .mainSection .variousSectionDetail {
    padding: 25px 10px;
    position: relative;
    z-index: 3;
    transition: all .2s linear;
    top: 0;
}
.variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail {
    background: #3d4095
}
.variousDeptWrap .row .cols3 .mainSection .variousSectionDetail a.viewMoreButton {
    text-decoration: none;
    color: #000;
    border: 2px solid #d0d0d0;
    padding: 10px 15px;
    display: inline-block;
    background: #fff;
    transition: all 0.3s ease-out;
    font-weight: 500;
}
.variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail a.viewMoreButton {
    color: #3e4095;
    border: 2px solid #3e4095;
    text-decoration: none;
}
.tabbingSectionWrap {
    background: url(../../images/tabbing-bg.jpg) repeat-x center center;
    background-position: left top;
    padding: 70px 0 0;
}
.studentFarmerCornerWrap {
    background: url(../../images/education-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0 0;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox p {
    text-align: left;
    font-weight: 500;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    background: #ff8340;
}
.studentFarmerDetailBox:hover .imageBox img {
    transform: scale(1.2);
}
.studentFarmerDetailBox .imageBox img {
    transition: 1s ease;
    width: 100%;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox:hover .detailBox h3.heading {
    color: #fff
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox:hover .detailBox p {
    color: #fff
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .imageBox {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    width: 50%;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox {
    padding: 30px 30px 15px;
    float: left;
    width: 50%;
    transition: all 0.3s ease-out;
} /*.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox:hover { border-bottom: 3px solid #ff5a00; }*/
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox h3.heading {
    font-family: 'open_sansbold';
    color: #3d4095;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.775em;
    line-height: normal;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox h3.heading::after {
    width: 25px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -20px;
    content: "";
    background: #fc7a1b;
    border-radius: 0;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox:hover .detailBox h3.heading::after {
    background: #fff
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox a {
    color: #ff4000;
    text-decoration: none;
    font-size: 1.125em;
    transition: all 0.3s ease-out;
    font-weight: 500;
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox:hover .detailBox a {
    color: #fff
}
.studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox a:hover {
    text-decoration: underline;
    color: #fff;
} /********Schemes and Initiatives start********/
.mediaCornerSpeechesWrap {
    padding: 60px 0;
    background: url(../../images/education-bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    margin-bottom: -155px;
}
.mediaCornerWrap {/*margin-bottom: -150px;*/
    display: flex;
}
.mediaCornerWrap .titleRow {
    position: relative;
}
.mediaCornerWrap .titleRow h2 {
    color: #3d4095;
    font-size: 2.125em;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
}
.mediaCornerWrap .sliderNav {
    position: absolute;
    right: 0;
    top: 10px;
}
.mediaCornerWrap .titleRow .btn {
    position: absolute;
    font-size: 1.125em;
    right: 100px;
    top: 12px;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-weight: 500;
}
.mediaCornerWrap .titleRow a.btn:hover {
    color: #ff5a00;
    border: 0;
    background: transparent;
    border-radius: 0;
}
.homeMediaCornerSlider {
}
.homeMediaCornerItem {
    border: 2px solid #ccc;
}
.homeMediaCornerItem .imgHolder {
    overflow: hidden;
}
.homeMediaCornerItem .imgHolder img {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.homeMediaCornerItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.homeMediaCornerItem .homeMediaCornerBottom {
    background-color: #fff;
    padding: 20px 20px 3px 20px;
    z-index: 1;
    transition: all .2s linear;
}
.homeMediaCornerItem .homeMediaCornerBottom .mediaCornerDate {
    color: #ff5a00;
    font-size: 0.9em;
    padding-bottom: 10px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
}
.homeMediaCornerItem p a {
    font-weight: normal;
    color: #2e2e2e;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 1em;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.homeMediaCornerItem p a:hover {
    text-decoration: none;
    color: #ff5a00;
}
.homeMediaCornerItem:hover .homeMediaCornerBottom {
    background: #3d4095
}
.homeMediaCornerItem:hover .homeMediaCornerBottom p, .homeMediaCornerItem:hover .homeMediaCornerBottom p a {
    color: #fff
}
.sliderNav .slider-arrow-next, .sliderNav .slider-arrow-prev {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 28px;
    color: #979797;
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.sliderNav .slider-arrow-next:hover, .sliderNav .slider-arrow-prev:hover {
    color: #ff5a00;
}
.sliderNav .slider-arrow-prev {
    border-right: 1px solid #c3c3c3;
} /************Schemes and Initiatives end***********/ /*******************Speeches****************/
.speechesSlider {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.speechesWrap {/*margin-bottom: -150px;*/
    display: flex;
}
.speechesWrap .titleRow {
    position: relative;
}
.speechesWrap .titleRow h2 {
    color: #3d4095;
    font-size: 2.125em;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
}
.speechesWrap .sliderNav {
    position: absolute;
    right: 0;
    top: 10px;
}
.speechesWrap .titleRow .btn {
    position: absolute;
    font-size: 1.125em;
    right: 100px;
    top: 12px;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-weight: 500;
}
.speechesWrap .titleRow a.btn:hover {
    color: #ff5a00;
    border: 0;
    background: transparent;
    border-radius: 0;
}
.speechesItem {
    border: 10px solid #fff;
}
.speechesItem .imgHolder {
    overflow: hidden;
    background: #fff;
    text-align: center
}
.speechesItem .imgHolder img {
    width: auto;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
    max-height: 215px
}
.speechesItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.speechesItem .speechesBottom {
    transition: all .2s linear;
    background-color: #fff;
    padding: 15px 10px 3px;
    z-index: 1;
}
.speechesItem .speechesBottom .speechesDate {
    color: #ff5a00;
    font-size: 0.9em;
    padding-bottom: 10px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
}
.speechesItem p {
    margin-bottom: 0;
}
.speechesItem p a {
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0.938em;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.speechesItem p a:hover {
    text-decoration: none;
    color: #ff5a00;
} /*******************Events****************/
.photosVideosEventsWrap {
    padding: 140px 0 70px;
    background: #fff;
    display: flex;
}
.eventsWrap {/*margin-bottom: -150px;*/
    display: flex;
    padding-top: 25px;
}
.eventsWrap .titleRow {
    position: relative;
}
.eventsWrap .titleRow h2 {
    color: #3d4095;
    font-size: 2.125em;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
}
.eventsWrap .sliderNav {
    position: absolute;
    right: 0;
    top: 10px;
}
.eventsWrap .titleRow .btn {
    position: absolute;
    font-size: 1.125em;
    right: 100px;
    top: 12px;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-weight: 500;
}
.eventsWrap .titleRow a.btn:hover {
    color: #ff5a00;
    border: 0;
    background: transparent;
    border-radius: 0;
}
.eventsSlider {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)
}
.eventsItem {
    border: 0;
}
.eventsItem .imgHolder {
    overflow: hidden;
}
.eventsItem .imgHolder img {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.eventsItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.eventsItem .eventsBottom {
    background-color: #fff;
    padding: 30px 15px;
    z-index: 1;
}
.eventsItem .eventsBottom h3 {
    margin: 0 0 10px 0;
}
.eventsItem .eventsBottom h3 a {
    font-family: 'open_sansbold';
    color: #3d4095;
    position: relative;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: normal;
    text-decoration: none;
}
.eventsItem .eventsBottom h3 a:hover {
    color: #2e2e2e;
    text-decoration: none;
}
.eventsItem .eventsBottom .eventsDate {
    color: #ff5a00;
    font-size: 0.9em;
    padding-bottom: 10px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
}
.eventsItem p {
    margin-bottom: 0;
}
.eventsItem p a {
    font-weight: 300;
    color: #2e2e2e;
    margin-bottom: 5px;
    text-align: left;
    font-size: 0.95em;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.eventsItem p a:hover {
    text-decoration: none;
    color: #484848;
} /********** Photo Video Gallery Responsive Tab **********/
.photoGalleryTabbing .resTab {
    position: relative;
    background: #fff;
    box-shadow: none;
}
.photoGalleryTabbing .resTab .tabNav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}
.photoGalleryTabbing .resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 0;
    width: auto;
    text-align: center;
    border: 0 !important;
    background: none;
    float: none
}
.photoGalleryTabbing .resTab .tabNav li:first-child {
    margin-left: 15px;
    padding: 15px 15px 0 0;
    text-align: left;
}
.photoGalleryTabbing .resTab .tabNav li a {
    display: inline-block;
    padding: 10px 12px 10px 0;
    text-decoration: none;
    color: #a7a7a7;
    font-size: 2.125em;
    background: none
}
.photoGalleryTabbing .resTab .tabNav .r-tabs-state-active a {
    color: #3d4095;
    font-size: 2.125em;
    font-family: 'open_sansbold';
}
.photoGalleryTabbing .resTab .tabContent {
    padding: 0 !important;
    display: none;
    min-height: 500px;
}
.photoGalleryTabbing .resTab .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.photoGalleryTabbing .resTab .r-tabs-accordion-title {
    display: none;
}
.photoGalleryTabbing .resTab .tabNav .r-tabs-state-disabled {
    opacity: 0.5;
}
.photoGalleryTabbing .resTab .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00c5ad;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.photoGalleryTabbing .resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00c5ad;
    text-shadow: none;
}
.photoGalleryTabbing .r-tabs-tab.r-tabs-state-active {
    border-bottom: 0;
}
.photoGalleryTabbing .resTab .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.photoGalleryTabbing .noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden
}
.photoGalleryTabbing .noJS .resTab .tabContent {
    display: block;
    height: 150px
}
.photosWrap {/*margin-bottom: -150px;*/
    display: flex;
}
.photosWrap .titleRow {
    position: relative;
}
.photosWrap .titleRow h2 {
    color: #3d4095;
    font-size: 2.125em;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
}
.photosWrap .sliderNav {
    position: absolute;
    right: 0;
    top: -45px;
    z-index: 9999999999;
}
.photosWrap .titleRow .btn {
    position: absolute;
    font-size: 1.125em;
    right: 100px;
    top: -42px;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-weight: 500;
}
.photosWrap .titleRow a.btn:hover {
    color: #ff5a00;
    border: 0;
    background: transparent;
    border-radius: 0;
}
.photosThumbWrap {
    padding: 15px 15px;
}
.photosSlider {
    position: relative;
}
.photosItem {
    border: 0;
}
.photosItem .imgHolder {
    overflow: hidden;
    max-height: 515px
}
.photosItem .imgHolder img {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.photosItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.photosItem .photosBottom {
    background-color: #6444b3;
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.photosItem .photosBottom:hover {
    background: #ff5a00;
    color: #fff;
}
.photosItem .photosBottom h3 {
    margin: 0;
}
.photosItem .photosBottom h3 a {
    font-family: 'open_sansbold';
    color: #3d4095;
    position: relative;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: normal;
    text-decoration: none;
}
.photosItem .photosBottom h3 a:hover {
    color: #2e2e2e;
    text-decoration: none;
}
.photosItem .photosBottom .eventsDate {
    color: #ff5a00;
    font-size: 1em;
    padding-bottom: 10px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
}
.photosItem p {
    margin-bottom: 0;
    padding: 25px 15px;
    text-align: left
}
.photosItem p a {
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.125em;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-weight: bold;
    transition: all 0.3s ease-out;
}
.photosItem p a:hover {
    text-decoration: none;
    color: #fff;
} /*client logos*/
.clientsLogos {
    width: 100%;
    clear: both;
    padding: 25px 0;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
    background: #fff;
}
.clientsLogos img {
    max-width: 250px;
}
.clientsLogos .swiper-slide {
    display: flex;
    justify-content: center;
}
.clientsLogos .swiper-slide img {
    max-width: 250px;
}
.clientsLogos .swiper-slide a {
}
.logoSlider .swiper-container {
    margin: 0 50px;
}
.logoSlider {
    position: relative;
}
.logoSlider .swiper-next, .logoSlider .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.logoSlider .swiper-next {
    left: 0px;
}
.logoSlider .swiper-prev {
    right: 0px;
}
.swiper-next, .swiper-prev {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../../images/client-logos-icons.png);
    background-repeat: no-repeat;
    text-decoration: none;
    outline: none;
}
.swiper-prev {
    background-position: right top;
    outline: none;
} /*smoke external css popup*/
.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}
.smoke-base.smoke-visible {
    opacity: 1;
    visibility: visible;
}
.smokebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.smoke-base .dialog {
    position: absolute;
}
.dialog-prompt {
    margin-top: 15px;
    text-align: center;
}
.dialog-buttons {
    margin: 20px 0 5px 0
}
.smoke {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}
.dialog-buttons button {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0 5px;
    -webkit-background-clip: padding-box;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    padding: 9px 12px;
}
.dialog-prompt input {
    margin: 0;
    border: 0;
    font-family: sans-serif;
    outline: none;
    border: 1px solid #aaa;
    width: 75%;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    padding: 8px;
}
.smoke-base {
    background: rgba(0, 0, 0, .6);
}
.smoke-base .dialog {
    top: 40%;
    width: 700px;
    left: 50%;
    margin-left: -350px;
}
.smoke-base .dialog-inner {
    padding: 15px;
    color: #202020;
}
.smoke {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px #666;
}
.dialog-buttons button {
    background-color: rgba(0, 0, 0, .85);
    border-radius: 0;
    color: #fff;
}
.dialog-buttons button.cancel {
    background-color: rgba(0, 0, 0, .40);
} /*smoke end*/ /*Footer*/
.siteFooter .footerSectionTopDiv {
    background: #3d3d3d;
    padding: 55px 0 45px;
}
.addressLinksWrap h3 {
    color: #fff;
    font-size: 1.275em;
    font-weight: bold;
    margin-bottom: 10px;
}
.addressLinksWrap .addressBar p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: 500;
}
.addressLinksWrap .addressWrap p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 1em;
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.addressLinksWrap .addressWrap p .fa {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #fff;
}
.addressLinksWrap .addressWrap p a {
    color: #fff;
    text-decoration: none;
}
.addressLinksWrap .addressWrap p a:hover {
    color: #fff;
    text-decoration: none;
}
.usefulLinks ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.usefulLinks ul li {
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 5px 0;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 10px
}
.usefulLinks ul li a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: #fff;
    position: relative;
    left: 0;
}
.usefulLinks ul li a:hover {
    text-decoration: none;
    color: #ff5a00;
    left: 5px;
}
.usefulLinks ul li::before {
    content: "\f111";
    position: absolute;
    left: 0;
    color: #fff;
    font-family: fontawesome;
    font-size: 0.50em;
    top: 6px;
}
.quickLinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.quickLinks ul li {
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 5px 0;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.quickLinks ul li a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: #fff;
}
.quickLinks ul li a:hover {
    text-decoration: none;
    color: #ff5a00;
    margin-left: 5px;
}
.quickLinks ul li::before {
    content: "\f111";
    position: absolute;
    left: 0;
    color: #fff;
    font-family: fontawesome;
    font-size: 0.50em;
    top: 6px;
}
.addressLinksWrap .row .cols7 .row .cols8 {
    padding-left: 0;
} /*Social Media Icon*/
.socialIconWrap h3 {
    color: #fff;
    font-size: 1.275em;
    font-weight: bold;
    margin-bottom: 10px;
}
.socialIconWrap .fa {
    padding: 14px;
    font-size: 25px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    height: 50px;
    border-radius: 50% 50%;
}
.socialIconWrap .fa-facebook {
    background: #fff;
    color: #3d4095;
    transition: all 0.3s ease-out;
}
.socialIconWrap .fa-facebook:hover {
    background: #3B5998;
    color: #fff;
}
.socialIconWrap .fa-twitter {
    background: #fff;
    color: #3d4095;
    transition: all 0.3s ease-out;
}
.socialIconWrap .fa-twitter:hover {
    background: #55ACEE;
    color: #fff;
}
.socialIconWrap .fa-youtube-play {
    background: #fff;
    color: #3d4095;
    transition: all 0.3s ease-out;
}
.socialIconWrap .fa-youtube-play:hover {
    background: #bb0000;
    color: #fff;
}
.socialIconWrap .fa-instagram {
    background: #fff;
    color: #3d4095;
    transition: all 0.3s ease-out;
}
.socialIconWrap .fa-instagram:hover {
    background: #125688;
    color: #fff;
}
.siteFooter .footerSectionBottomDiv {
    background: #1b1b1b;
    padding: 25px 0;
}
.bottomLinks {
    clear: both;
    width: 100%;
}
.bottomLinks .bottomLinkLfet {
    float: left;
    width: 75%;
}
.bottomLinks .bottomLinkRight {
    float: right;
    width: 25%;
}
.bottomLinkRight p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-weight: 500;
}
.footerMenu {
    margin-bottom: 10px;
    padding-left: 0;
}
.footerMenu li {
    list-style: none;
    display: inline-block;
    padding: 0 9px;
    position: relative;
    font-size: 14px;
}
.footerMenu li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.footerMenu li:last-child:after {
    display: none;
}
.footerMenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
}
.CopyrightInfo p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.footerMenu li:first-child {
    padding-left: 0;
}
p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #000;
    text-align: justify;
}
a.btn.btn-bordered {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #282058;
    border: 2px solid #ffcc02;
    padding: 10px 23px;
    border-radius: 10px;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
    transition: all 0.3s ease-out;
}
a.btn.btn-bordered:hover {
    color: #282058;
    border: 2px solid #ffcc02;
    background: #ffcc02;
    border-radius: 0;
} /*What we do*/
.whatWeDo {
    background: #e6f0f1;
    display: inline-block;
    width: 100%;
    margin: 50px 0 140px;
    padding: 50px 0;
}
.whatWeDo .whatWeDomainIn {
    display: flex;
    width: 100%;
    position: relative;
    vertical-align: middle;
    align-items: center;
}
.whatWeDo .whatWeDomainIn .boxesMin {
    width: auto;
    display: inline-block;
    padding: 0 0 0 30px;
}
.whatWeDo .whatWeDomainIn h4.gsdmTitle {
    display: inline-block;
    font-size: 38px;
    font-weight: 800;
    margin: 0;
    width: 22%;
}
.whatWeDo .whatWeDomainIn .boxesMin .services {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.whatWeDo .whatWeDomainIn .boxesMin {
    width: 83%;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 -10px 0 -10px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv {
    background: #5094cf;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 252px;
    margin: -93px 0 -93px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv:hover {
    transform: scale(1.05);
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv span.icon {
    float: none;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50% 50%;
    transition: all 0.3s ease-out;
    margin: 10px 0 0;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv span.icon {
    background: #3f50a1 url(../../images/services-icon.png)no-repeat;
    background-position: 15px 18px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv span.icon {
    background: #3f50a1 url(../../images/services-icon.png)no-repeat;
    background-position: -231px 22px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv span.icon {
    background: #3f50a1 url(../../images/services-icon.png)no-repeat;
    background-position: -479px 18px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv span.icon {
    background: #3f50a1 url(../../images/services-icon.png)no-repeat;
    background-position: -724px 20px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: 15px -32px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -231px -30px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -479px -32px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -724px -32px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv h4.title {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 8px 0;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv p.description {
    color: #fff;
    padding: 0 10px;
} /*mapsection*/
.transformingSkills {
    display: inline-block;
    background: rgba(69, 97, 177, 1);
    background: -moz-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69, 97, 177, 1)), color-stop(100%, rgba(80, 148, 207, 1)));
    background: -webkit-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -o-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -ms-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: linear-gradient(to right, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4561b1', endColorstr='#5094cf', GradientType=1 );
    width: 100%;
    border-top: 6px solid rgba(255, 201, 67, 0.80);
    position: relative;
    padding: 30px 0;
}
.transformingSkills:before {
    content: '';
    background: url(../../images/map-back.png)no-repeat;
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 601px;
    background-size: contain;
}
.transformingSkills:after {
    content: '';
    background: url(../../images/map-img2.png)no-repeat;
    position: absolute;
    right: 0;
    top: -6px;
    width: 100%;
    height: 601px;
    background-size: contain;
    background-position: 100% 50%;
}
.transformingSkillsbox.sliderCation {
    position: relative;
    transform: none;
    width: 36.5%;
    float: right;
    top: auto;
    z-index: 9;
    height: 500px;
}
.mapImg {
    float: left;
    width: 63.5%;
}
.transformingSkillsbox.sliderCation h4 span {
    display: block;
    width: 100%;
    font-size: 42px;
}
.transformingSkillsbox.sliderCation h4 {
    font-size: 34px;
    font-weight: 600;
}
.transformingSkillsbox.sliderCation .sliderText {
    position: absolute;
    bottom: 0;
    left: 0;
} /*Footer css*/
.fix-header.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
#toTop {
    bottom: 50px;
    font-size: 14px;
    line-height: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #ff5a00;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    display: none;
    border-radius: 100%;
}
#toTop:hover {
    background: #26286d
}
.innerbanner {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 275px;
    display: flex;
    align-items: center;
    background-position: center;
    position: relative;
    top: -4px;
}
.university-officers {
    background-image: url(../../images/university-officers-banner.jpg);
}
.page-title {
    font-size: 52px;
    color: #0d1b44;
    font-family: 'open_sansbold';
    margin: 0;
}
.clearfix {
    clear: both;
} /* start breadcrumb */
.breadcrumb-div {
    position: relative;
    top: 0;
    margin: 0 0 20px;
    background: #eaebff;
}
.breadcrumb-bg {
    position: absolute;
    left: 0;
    background: #ff5900;
    width: 19%;
    height: 46px;
    display: none
} /*.breadcrumb-item:after { color: #0d1b44; content: ''; position: absolute; top: 0; right: 0px; width: 26px; height: 100%; background-color: #ff5900; transform: skew(30deg); transform-origin: 100% 0%; }*/
.breadcrumb {
    position: relative;
    line-height: 46px;
    background: none;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.breadcrumb-item a:last-child {
    margin-right: 10px;
}
.breadcrumb-item, .breadcrumb-item a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    padding: 0 15px 0 15px
}
.breadcrumb-item a:hover {
    color: #ff5a00
} /*.breadcrumb-item a:before { content: ""; background: url(../../images/breadcrum-bg.png) no-repeat; width: 7px; height: 9px; position: absolute; top: 2px; bottom: 0; margin: auto; right: 0; }*/
.breadcrumb-item a::before {
    content: "";
    background: #222;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate(25deg);
}
.breadcrumb-item {
    padding: 0;
    position: relative;
    color: #3d4095;
} /* end breadcrumb*/
a, button {
    outline: 0 none;
    transition: all 0.5s;
}
.content { /*position: relative; top: -50px; padding-top: 76px; font-size: 16px;*/
}
.inner-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
.left-sidebar {
    width: 272px;
    float: right;
    background: #fff;
    margin: 0 0 0 30px;
    box-shadow: 0 0px 15px rgba(0 0 0 / 15% );
    position: sticky;
    margin-top: 15px;
}
.content-div {
    display: block;
    overflow: hidden;
    padding: 15px 10px 10px 10px;
}
.left-title {
    padding: 15px;
    color: #fff;
    background: #ff5a00;
}
.left-title h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}
.left-sidebar-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.left-sidebar-list ul {
    padding: 0;
}
.left-sidebar-list li {
    font-size: 16px;
    position: relative;
    list-style: none;
}
.left-sidebar-list li:before {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 11px;
    color: #505050; /*background: #ea3535; border-radius: 100%; width: 5px; height: 5px;*/
}
.left-sidebar-list li a {
    color: #09203b;
    text-decoration: none;
    padding: 10px 25px 10px 40px;
    display: block
}
.left-sidebar-list li a:hover {
    color: #ff5a00;
    background: #eaebff;
}
.officer-info-div {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    border-bottom: solid 4px #3d4095;
}
.officer-img {
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px
}
.officer-img-sm {
    width: 126px;
}
.officer-disc {
    padding: 15px 30px;
}
.officer-head {
    color: #2e2e2e;
}
.principalBioData {
    font-size: 24px;
    font-weight: 600;
    color: #3d4095;
}
.officer-head h3 {
    font-size: 24px;
    font-family: 'open_sansbold';
    margin: 0 0 0px;
    font-weight: normal;
}
.officer-head span {
    font-size: 18px;
}
.officer-disc p {
    padding: 0;
    margin: 17px 0;
    color: #505050
}
.officer-link {
    font-size: 16px;
    text-decoration: none
}
.officer-footer {
    display: flex;
    font-size: 16px;
}
.officer-footer span {
    color: #ff5900
}
.officer-footer span a {
    color: #ff5900;
    text-decoration: none
}
.officer-footer span a:hover {
    color: #505050;
}
.officer-footer i {
    margin-right: 15px;
}
.officer-footer-div {
    display: flex;
    align-items: center;
}
.officer-footer-div + .officer-footer-div {
    border-left: solid 1px #dadada;
    padding-left: 20px;
    margin-left: 20px
}
.border-none {
    border: none
}
.border-blue {
    border-color: #3d4095
}
.officer-info-div-sm {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.officer-info-div-sm .officer-img {
    margin: 30px;
    width: 126px;
}
.officer-info-div-sm .officer-disc {
    padding-left: 0;
} /*************New CSS for Inner pages************************/
.aboutUsWrap {
    position: relative;
    margin-bottom: 0;
}
.aboutUsWrap p {
    text-align: justify;
    margin-bottom: 15px;
    color: #000;
}
.aboutUsWrap p:last-child {
    margin-bottom: 0;
}
.aboutUsTwoPartWrap {
    background: linear-gradient(90deg, rgb(255, 248, 230) 50%, rgb(233, 233, 233) 50%);
    padding: 50px 0;
    margin-bottom: 35px;
}
.aboutUsTwoPartWrap .row .cols6 .leftContent {
    padding: 0 35px 0 0;
}
.aboutUsTwoPartWrap .row .cols6 .rightContent {
    padding: 0 0 0 35px;
}
.aboutUsTwoPartWrap span.aboutSubTitle {
    color: #26286d;
    font-size: 1.7em;
    line-height: normal;
    margin-bottom: 15px;
    display: block;
}
.aboutUsTwoPartWrap p {
    color: #000;
    line-height: 1.5em;
    font-size: 1.125em;
    margin-bottom: 0;
    text-align: justify;
}
.aboutUsTwoPartWrap P:last-child {
    margin-bottom: 0;
}
.grayBox {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
} /*.powerAndFunctions { background: #eaeaea; padding: 50px; border-radius: 35px; margin-bottom:35px; }*/
.powerAndFunctions ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.powerAndFunctions ul li {
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    float: left;
    margin-bottom: 15px;
    color: #3d4095;
    text-decoration: none;
    line-height: 1.5em;
    font-size: 16px;
    position: relative;
    padding: 15px 15px 15px 15px;
    width: 100%;
    display: block;
    border-radius: 10px;
    list-style: none;
    text-align: justify;
}
.powerAndFunctions ul li:before {
    display: none;
    content: "\f00C";
    font-family: 'FontAwesome';
    font-size: 1.200em;
    color: #3d3495;
    position: absolute;
    left: 15px;
    top: 16px;
}
.boardOfManagementDetailWrap {
    margin-bottom: 20px;
}
.boardOfManagementDetailWrap .row {
    margin-bottom: 0;
}
.boardOfManagementDetailWrap .row .our-team {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 325px;
}
.boardOfManagementDetailWrap .row .our-team .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}
.boardOfManagementDetailWrap .row .our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
    z-index: -1;
}
.boardOfManagementDetailWrap .row .our-team:hover .pic:before {
    height: 100%;
}
.boardOfManagementDetailWrap .row .our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3d4095;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.boardOfManagementDetailWrap .row .our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.boardOfManagementDetailWrap .row .our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.boardOfManagementDetailWrap .row .our-team .team-content {
    margin-bottom: 10px;
    text-align: center;
}
.boardOfManagementDetailWrap .row .our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #3d4095;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.boardOfManagementDetailWrap .row .our-team .post {
    display: block;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.VeterinaryAnimalScienceDetailWrap {
    margin-bottom: 20px;
}
.VeterinaryAnimalScienceDetailWrap .row {
    margin-bottom: 0;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 305px;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .pic {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .pic:before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
    z-index: -1;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team:hover .pic:before {
    height: 100%;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3d4095;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .team-content {
    margin-bottom: 10px;
    text-align: center;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .title {
    font-size: 22px;
    font-weight: 700;
    color: #3d4095;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.VeterinaryAnimalScienceDetailWrap .row .our-team .post {
    display: block;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
} /*Statues Start*/
.statuesWrap {
    background: #fff; /*url(../../images/white-texture-bg.jpg) no-repeat center;*/
    background-size: cover;
    min-height: auto;
    padding: 50px 0;
    margin-bottom: 25px;
    background-repeat: repeat-y;
}
.statuesWrap ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.statuesWrap ul li {
    float: left;
    width: 50%;
    padding: 15px;
}
.statuesWrap ul li .contentBlock:hover {
    background: #fffaee;
}
.statuesWrap ul li .contentBlock {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
    min-height: 155px;
    border-bottom: 3px solid #26286d;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    background: #f7f7f7;
}
.statuesWrap ul li .contentBlock .contentTitle {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 1.4;
}
.statuesWrap ul li a {
    color: #26286d;
    display: block;
    text-decoration: none;
    font-size: 1.225em;
    font-weight: 600; /* border: 1px solid #ccc; */
    padding: 15px; /* background: #f3f6ff; */
} /*.statuesWrap ul li a:hover { color: #595959; }*/
.statuesWrap ul li span {
    display: block;
    font-weight: normal;
    color: #000;
} /*Statues End*/
.statuesDetailWrap {
    padding: 75px 0 51px 0;
    background: #f7f7f7;
    margin-top: -50px;
}
.statuesDetailWrap p { /*font-size: 1.125em; color: #fff; text-align: justify;*/
}
.statuesDetailWrap ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.statuesDetailWrap ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
    font-size: 1.125em;
    color: #000;
}
.statuesDetailWrap ul li:last-child {
    margin-bottom: 0;
}
.statuesDetailWrap ul li a {
    color: #363636;
    text-decoration: none;
    line-height: normal;
    transition: all 0.3s ease-out;
}
.statuesDetailWrap ul li a:hover {
    color: #f5a129;
}
.statuesDetailWrap ul li:before {
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #000;
    line-height: normal;
    transition: all 0.3s ease-out;
}
.statuesDetailWrap ul li:hover::before {
    left: 5px;
}
.affiliationWrap {
    margin-bottom: 15px;
}
.affiliationWrap ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.affiliationWrap ul li {
    margin: 0 0 25px;
}
.affiliationWrap ul li .contentBlock:hover {
    background: #ff8340;
    color: #fff;
}
.affiliationWrap ul li .contentBlock {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 20px;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    background: #f7f7f7;
}
.affiliationWrap ul li .contentBlock .contentTitle { /* position: absolute; left: 15px; right: 15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); margin-bottom: 15px; line-height: 1.4;*/
}
.affiliationWrap ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.250em;
    font-weight: normal;
}
.affiliationWrap ul li:hover a {
    color: #fff;
}
.howToReachUsWrap { /*margin: 0 0 -30px 0; padding: 30px 0;*/
    background: #fff;
}
.howToReachUsWrap .row {
    margin: 0;
}
.howToReachUsWrap .row .cols12 {
    padding: 0;
}
.howToReachUsWrap .addressWrap {
    text-align: center;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.howToReachUsWrap .addressWrap span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
.howToReachUsWrap .addressWrap span a {
    color: #26286d;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.howToReachUsWrap .addressWrap span a:hover {
    color: #000;
    text-decoration: none;
}
.howToReachUsWrap h3 {
    color: #26286d;
    font-size: 1.75em;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
.howToReachUsWrap h4 {
    color: #666;
    line-height: normal;
    margin: 0 0 15px;
    font-size: 1.35em;
    text-align: center;
}
.howToReachUsWrap .addressWrap p.universityAddress {
    color: #000;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.addressMapWrap iframe {
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #f1f1f1;
} /*Academic Calender CSS Start*/
.academinCalenderBg {
    background: #fff; /*url(../../images/white-texture-bg.jpg) no-repeat center;*/
    background-size: cover;
    min-height: auto;
    margin-bottom: 25px;
    background-repeat: repeat-y;
}
.academicCalenderListing {
    margin: 0 -10px 0 -10px;
    padding: 0;
    list-style: none;
}
.academicCalenderListing li {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
}
.academicCalenderListing .academicCalenderBox {
    padding: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.academicCalenderListing .academicCalenderBox .academicCalenderThumbImg {
    height: auto;
    position: relative;
    overflow: hidden;
}
.academicCalenderListing .academicCalenderBox .academicCalenderThumbImg img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.academicCalenderListing .academicCalenderBox:hover .academicCalenderThumbImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.academicCalenderListing .academicCalenderBox .academicCalenderTitle {
    padding: 15px;
    min-height: 105px;
    font-size: 18px;
    background-image: linear-gradient(to right, #26286d, #2c2e77, #323481, #373a8b, #3d4095);
}
.academicCalenderListing .academicCalenderBox .academicCalenderTitle a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    display: block;
}
.academicCalenderListing .academicCalenderBox .academicCalenderDate {
    position: absolute;
    left: 100px;
    bottom: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.academicCalenderListing .academicCalenderBox .academicCalenderDate a {
    color: #777;
}
.academicCalenderListing .academicCalenderBox .academicCalenderDate img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.academicCalenderListing .academicCalenderBox:hover .academicCalenderDate img {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.academicCalenderListing .academicCalenderBox .fileSize {
    color: #fff;
} /*Academic Calender CSS End*/ /*Exam Schedule CSS Start*/
.examScheduleBg {
    background: #fff; /*url(../../images/white-texture-bg.jpg) no-repeat center;*/
    background-size: cover;
    min-height: auto;
    margin-bottom: 25px;
    background-repeat: repeat-y;
}
.examScheduleListing {
    margin: 0 -10px 0 -10px;
    padding: 0;
    list-style: none;
}
.examScheduleListing li {
    float: left;
    width: 50%;
    padding: 10px;
    text-align: center;
}
.examScheduleListing .examScheduleBox {
    padding: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.examScheduleListing .examScheduleBox .examScheduleThumbImg {
    height: auto;
    position: relative;
    overflow: hidden;
}
.examScheduleListing .examScheduleBox .examScheduleThumbImg img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.examScheduleListing .examScheduleBox:hover .examScheduleThumbImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.examScheduleListing .examScheduleBox .examScheduleTitle {
    padding: 15px;
    font-size: 18px;
    background-image: linear-gradient(to right, #3d4095, #823593, #b61e80, #da0f5f, #ea3535);
}
.examScheduleListing .examScheduleBox .examScheduleTitle a {
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    display: block;
}
.examScheduleListing .examScheduleBox .academicCalenderDate {
    position: absolute;
    left: 100px;
    bottom: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.examScheduleListing .examScheduleBox .academicCalenderDate a {
    color: #777;
}
.examScheduleListing .examScheduleBox .academicCalenderDate img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.examScheduleListing .examScheduleBox:hover .academicCalenderDate img {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.examScheduleListing .examScheduleBox .fileSize {
    color: #fff;
} /*Exam Schedule CSS End*/
.syllabusWrap .row .cols6 {
    width: 100%;
}
.syllabusItem {
    overflow: hidden;
}
.syllabusItem img {
    transition: all 0.3s;
}
.syllabusItem:hover img {
    transform: scale(1.1);
    -webkite-transform: scale(1.1);
}
.syllabusItem {
    position: relative;
    margin-bottom: 30px;
    background: #26286d;
}
.syllabusItem .syllabusBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    z-index: 1;
}
.syllabusItem .imgHolder {
    float: left;
    width: 40%;
    overflow: hidden;
}
.syllabusItem .syllabusItemCard {
    float: left;
    width: 60%;
    padding: 20px;
}
.syllabusItem h4 {
    font-size: 1.2em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}
.syllabusItem h4 a {
    text-decoration: none;
    color: #fff;
}
.resultWrap .row .cols6 {
    width: 100%;
}
.resultItem {
    position: relative;
    margin-bottom: 30px;
    background: #26286d;
}
.resultItem .resultBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    z-index: 1;
}
.resultItem .imgHolder {
    float: left;
    width: 40%;
}
.resultItem .resultItemCard {
    float: left;
    width: 60%;
    padding: 20px;
}
.resultItem h4 {
    font-size: 1.2em;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}
.resultItem h4 a {
    text-decoration: none;
    color: #fff;
}
.resultItem img {
    transition: all 0.3s;
}
.resultItem:hover img {
    transform: scale(1.1);
    -webkite-transform: scale(1.1);
}
.resultItem .imgHolder {
    overflow: hidden;
} /********Convocation Announcement Listing***********/
.convocationWrap {
    list-style: none;
    padding: 0;
}
.convocationWrap .thumbListRow {
    position: relative;
}
.convocationWrap li {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.convocationWrap li:nth-child(2n) {
    background-color: #f7f7f7;
}
.convocationWrap li a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #26286d;
}
.convocationWrap li a:hover {
    text-decoration: none;
    color: #ff5a00;
}
.convocationWrap li .size, .fileSize {
    font-size: 0.813em;
} /*.newsDate { background: url(../../images/cal-icon.png) no-repeat left center; }*/
.convocationWrap .thumbDate {
    padding-left: 0px;
    color: #777;
    display: block;
    margin: 10px 0;
    font-size: 16px;
}
.convocationWrap li:hover .thumbDate { /*color:#fff; font-weight:bold;*/
}
.convocationWrap li:hover .thumbListRow:after {
    height: 100%;
    top: 0;
}
.academicRulesWrap ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.academicRulesWrap ul li {
    float: left;
    width: 100%;
    padding: 15px;
}
.academicRulesWrap ul li .contentBlock:hover {
    background: #ffa97b;
}
.academicRulesWrap ul li .contentBlock:hover a, .academicRulesWrap ul li .contentBlock:hover a span {
    color: #fff;
}
.academicRulesWrap ul li .contentBlock {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    background: #f7f7f7;
}
.academicRulesWrap ul li .contentBlock .contentTitle { /* position: absolute; left: 15px; right: 15px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); line-height: 1.4;*/
}
.academicRulesWrap ul li a {
    color: #0a4483;
    display: block;
    text-decoration: none;
    font-size: 1.225em;
    font-weight: 600;
    padding: 15px;
}
.academicRulesWrap ul li a:hover {
    color: #595959;
}
.academicRulesWrap ul li span {
    display: block;
    font-weight: normal;
    color: #000;
} /******Photo Gallery******/
.photoGalleryList {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.photoGalleryList li {
    float: left;
    width: 33.333%;
    padding: 10px;
}
.mediaAlbum {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.mediaAlbum:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(82, 146, 205, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5292cd', GradientType=0 );
}
.mediaAlbum .imgHolder, .mediaAlbum .titleText {
    display: block;
}
.mediaAlbum .imgHolder img, .mediaAlbum .imgHolder input[type="image"] {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.mediaAlbum:hover .imgHolder img, .mediaAlbum:hover .imgHolder input[type="image"] {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.mediaAlbum .titleText {
    color: #f7f8fc;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-decoration: none;
}
.mediaAlbum .fa {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(253, 186, 18, 0.62);
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.mediaAlbum:hover .fa {
    background: #4158a6;
}
.mediaAlbum:before, .mediaAlbum .titleText, .mediaAlbum .fa {
    z-index: 1;
}
.libraryWrap {
    padding: 85px 0 55px 0;
    background: #f7f7f7; /*background: -webkit-linear-gradient(to right, #363795, #005C97); background: linear-gradient(to right, #363795, #005C97);*/
    margin-top: -50px;
}
.libraryWrap p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
}
.libraryWrap p:last-child {
    margin-bottom: 0;
}
.libraryWrap .row .cols5 img {
    padding: 15px;
    background: #E0EAFC;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.externalLinkWrap .externalLinkTitle {
    color: #26286d;
    font-size: 1.125em;
    font-weight: bold;
    margin-right: 5px;
}
.externalLink a {
    color: #0a4483;
    background: #f1f1f1;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-weight: bold;
    border-radius: 10px;
}
.externalLink a:hover {
    text-decoration: none;
    color: #000;
}
.otherResourcesWrap {
    background: #fff; /*background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC); background: linear-gradient(to right, #CFDEF3, #E0EAFC);*/
    padding: 55px 0;
    margin-bottom: -30px;
}
.otherResourcesWrap h3 {
    margin-bottom: 15px;
    color: #26286d;
    font-size: 1.6em;
    font-weight: bold;
}
.otherResourcesWrap h4 {
    margin-bottom: 15px;
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
}
.otherResourcesWrap p {
    color: #000;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
}
.otherResourcesWrap p:last-child {
    margin-bottom: 0;
}
.otherResourcesExternalLinkWrap .otherResourcesExternalLinkTitle {
    color: #0a4483;
    font-size: 1.125em;
    font-weight: bold;
    margin-right: 5px;
}
.otherResourcesExternalLink a {
    color: #fff;
    background: #26286d;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-weight: bold;
    border-radius: 10px;
}
.otherResourcesExternalLink a:hover {
    text-decoration: none;
    color: #fff;
} /************Research css************/
.researchContentWrap { /*background: url(../../../../content/images/research-bg.jpg) no-repeat center; background-size: cover; padding: 90px 0 50px 0; margin-bottom: 45px; margin-top: -50px;*/
}
.researchContentWrap .researchDetail { /*background: rgba(255, 255, 255, 0.8); padding: 30px; border-radius: 25px;*/
    margin-bottom: 50px;
}
.researchContentWrap .researchDetail p {
    color: #000;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
}
.researchContentWrap .researchDetail p:last-child {
    margin-bottom: 0;
}
.researchListing {
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 0;
}
.researchListing li {
    background: #CFDEF3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #FFFFFF, #CFDEF3); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #FFFFFF, #CFDEF3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 16px;
    box-shadow: 4px 4px 5px #cccccc;
    list-style: outside none none;
    margin-bottom: 10px;
    min-height: 88px;
    padding: 15px 15px 15px 115px;
    position: relative;
}
.researchListing .vCenter {
    display: inline-block;
}
.researchListing .srNum {
    background: #e9560e none repeat scroll 0 0;
    bottom: 12px;
    color: #fff;
    font-size: 20px;
    height: 64px;
    left: -10px;
    padding: 15px 0 4px 10px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 70px;
}
.researchListing .srNum::after {
    border: 32px solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 0;
}
.researchListing .srNum::before { /*background: rgba(0, 0, 0, 0) url("../Images/objective-arrow-bg.png") no-repeat scroll center center;*/
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 9px;
}
.researchListing .srNum1::before {
    background-position: 0 0;
}
.researchListing .srNum2::before {
    background-position: 0 -15px;
}
.researchListing .srNum3::before {
    background-position: 0 -31px;
}
.researchListing .srNum4::before {
    background-position: 0 -46px;
}
.researchListing .srNum5::before {
    background-position: 0 -61px;
}
.researchListing .srNum1 {
    background: #000 none repeat scroll 0 0;
}
.researchListing .srNum1::after {
    border-color: rgba(233, 86, 14, 0) rgba(233, 86, 14, 0) rgba(233, 86, 14, 0) #000;
}
.researchListing .srNum2 {
    background: #ce7e0c none repeat scroll 0 0;
}
.researchListing .srNum2::after {
    border-color: rgba(206, 126, 12, 0) rgba(206, 126, 12, 0) rgba(206, 126, 12, 0) #ce7e0c;
}
.researchListing .srNum3 {
    background: #d8a922 none repeat scroll 0 0;
}
.researchListing .srNum3::after {
    border-color: rgba(216, 169, 34, 0) rgba(216, 169, 34, 0) rgba(216, 169, 34, 0) #d8a922;
}
.researchListing .srNum4 {
    background: #a8a522 none repeat scroll 0 0;
}
.researchListing .srNum4::after {
    border-color: rgba(168, 165, 34, 0) rgba(168, 165, 34, 0) rgba(168, 165, 34, 0) #a8a522;
}
.researchListing .srNum5 {
    background: #038684 none repeat scroll 0 0;
}
.researchListing .srNum5::after {
    border-color: rgba(3, 134, 132, 0) rgba(3, 134, 132, 0) rgba(3, 134, 132, 0) #038684;
}
.researchListing .icon {
    color: #fff;
    display: inline-block;
    height: 85px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 70px;
}
.linkConstituent .researchActivityWrap .grayBox a {
    font-size: 12px;
}
.researchActivityWrap ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.researchActivityWrap ul li {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
.researchActivityWrap ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 8px;
    line-height: normal;
    transition: all 0.3s ease-out;
    color: #3d4095
}
.researchActivityWrap ul li:hover::before {
    left: 5px;
}
.planningBoardWrap {
    margin-bottom: -30px;
    background: linear-gradient(90deg, rgb(244, 244, 244) 70%, rgb(38, 40, 109) 25%);
    padding: 35px 0;
}
.planningBoardWrap h3 {
    margin-bottom: 15px;
    color: #0a4483;
    font-size: 1.6em;
    font-weight: bold;
}
.planningBoardWrap p {
    color: #000;
    margin-bottom: 0;
    font-size: 1.125em;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: left;
}
.commonListing {
    list-style: none;
    padding: 0;
}
.commonListing .thumbListRow {
    position: relative;
}
.commonListing li {
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.commonListing li:nth-child(2n) {
    background-color: #f7f7f7;
}
.commonListing li a {
    text-align: justify;
    text-decoration: none;
    margin-bottom: 10px; /*display: inline-block;*/
    padding-right: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #26286d;
}
.commonListing li a:hover {
    text-decoration: none;
    color: #000;
}
.commonListing li .size, .fileSize {
    font-size: 0.813em;
}
.commonListing p {
    font-size: 16px;
    margin-bottom: 0;
}
.thumbDate.newsDate {
    font-size: 15px;
}
.extensionEducationActivitiesDetail {
    background: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 20px;
}
.extensionEducationActivitiesDetail p {
    font-size: 1.250em;
    line-height: 1.7em;
    margin: 0;
    color: #0a4483;
    text-align: center;
}
.extensionEducationActivities h3 {
    margin-bottom: 15px;
    color: #0a4483;
    font-size: 1.6em;
    font-weight: bold;
}
.extensionEducationActivities .row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f1f1f1;
}
.extensionEducationActivities .row .cols3 img {
    background: #ff5900;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
}
.extensionEducationActivities .row .cols9 p {
    font-size: 1.250em;
    line-height: 1.7em;
    margin: 0;
    color: #000;
    text-align: left;
}
.innerContainer {
    padding: 30px 0;
    min-height: 350px;
} /*************Advanced Search*************/
.advancedSearch {
    text-align: left;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px #cccccc;
}
.advancedSearch h3 {
    font-size: 1.5em;
    color: #3d4095;
    font-weight: 600;
    margin-bottom: 10px;
}
.advancedSearch ul.bulletText {
    margin: 10px 0 0 0;
}
.advancedSearch ul.bulletText a:hover {
    text-decoration: none;
}
.advancedSearch .totalResult {
    margin-bottom: 10px;
}
.advancedSearch input[type="text"] {
    width: 320px;
    background: #fff;
}
.advancedSearch table td input, .advancedSearch table td label {
    float: left;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 14px;
}
.advancedSearch table tr td {
    background: none !important;
    padding: 0 10px 0 0;
}
.advancedSearch table, .advancedSearch table tr td {
    border: 0;
    width: auto;
    margin: 0;
}
.advancedSearch table td label {
    margin-right: 5px;
    line-height: 23px;
}
.advancedSearch h4 {
    font-size: 1.000em;
    margin-bottom: 10px;
    color: inherit;
    display: inline-block;
}
.advancedSearch label {
    margin-right: 5px;
    font-size: 0.967em;
}
.advancedSearch hr {
    margin: 0 0 10px 0;
    border-color: #e8e8e8;
}
.advancedSearch .dateRange {
    margin-bottom: 20px;
}
.advancedSearch .dateRange .formGroup {
    width: 50%;
    float: left;
}
.advancedSearch .dateBlock {
    position: relative;
    display: inline-block;
}
.advancedSearch fieldset {
    display: inline-block;
    position: relative;
    top: 7px;
}
.advancedSearch .keyword {
    padding-bottom: 10px;
}
.advancedSearch p {
    margin: 0;
}
.advancedSearch ul.bulletText a {
    text-decoration: none;
} /********Module Search***********/
.moduleSearch {
    border-radius: 5px;
    border: 1px solid #dadada;
    background: #f1f2f2;
    padding: 15px;
    margin-bottom: 20px;
}
.moduleSearch li {
    float: left;
    width: 25%;
    list-style: none;
    padding-right: 15px;
}
.moduleSearch li:last-child {
    width: auto;
}
.moduleSearch li label, .moduleSearch li .label {
    padding: 0 15px 5px 3px;
    display: block;
    vertical-align: middle;
    font-size: 15px;
}
.moduleSearch li .inputCol {
    position: relative;
    vertical-align: middle;
}
.moduleSearch li .inputCol .note {
    position: absolute;
    left: 0;
    bottom: 0;
}
.moduleSearch li .btnSearchReset {
    margin-top: 25px;
}
.moduleSearch li input[type="text"], .moduleSearch li .customSelectOuter {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1em;
}
.moduleSearch li .customSelectOuter {
    cursor: pointer;
    border-radius: 5px;
}
.moduleSearch li .customSelect {
    height: 40px !important;
    line-height: 18px;
    font-size: 13px;
    border-width: 0;
}
.moduleSearch li .btnSearchReset input {
    line-height: 38px;
    padding: 0 15px;
} /*module search end*/
.financeContentWrap { /*background: url(../../images/finance-background.jpg) no-repeat center; background-size: cover; padding: 70px 0 50px; margin-bottom: 45px; margin-top: -50px;*/
}
.financeContentWrap .financeDetail { /*background: rgba(0, 0, 0, 0.6); padding: 30px; border-radius: 25px;*/
}
.financeContentWrap .financeDetail p { /* color: #fff; margin-bottom: 15px; font-size: 1.125em; text-align: justify; line-height: 30px;*/
}
.financeContentWrap .financeDetail p:last-child { /*margin-bottom: 0;*/
}
.admissionWrap { /*background: linear-gradient(90deg, rgb(136, 136, 136) 50%, rgb(254, 245, 230) 50%);*/
    padding: 75px 0;
    margin-bottom: 0;
    margin-top: -50px;
    margin-bottom: -30px;
}
.admissionWrap .admissionDetailBox {
    margin: 0 auto;
    width: 100%;
    border-radius: 40px 0 40px 0;
    background-position: center bottom;
}
.admissionWrap .admissionDetailBox .admissionLink {
    text-align: center;
}
.admissionWrap .admissionDetailBox .admissionLink .linkTitle {
    font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #0a4483;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}
.admissionWrap .admissionDetailBox .admissionLink .admissionLinkButton a {
    display: block;
    font-size: 1.2em;
    line-height: normal;
    color: #fff;
    background: #8d8d8d;
    text-decoration: none;
    transition: all 0.3s ease-out;
    border-radius: 10px;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #8d8d8d;
}
.admissionWrap .admissionDetailBox .admissionLink .admissionLinkButton a:hover {
    background: #787878;
    border: 1px solid #787878;
    text-decoration: none;
} /*******************feedback Form*************/
.feedbackForm {
    background: #f1f1f1;
    padding: 40px;
}
.feedbackForm ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.feedbackForm li {
    width: 50%;
    float: left;
    padding: 0;
}
.feedbackForm li .fieldCol {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.feedbackForm input[type="text"], .feedbackForm select, .feedbackForm input[type="email"], .feedbackForm input[type="tel"], .feedbackForm textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 46px;
    border-radius: 4px;
}
.feedbackForm textarea {
    height: 141px;
    height: 90px;
}
.fieldsRequired {
    margin-top: 10px;
    text-align: right;
}
.feedbackForm li:nth-child(8), .feedbackForm li:nth-child(8) .fieldCol {
    width: 100%;
}
.feedbackForm li:nth-child(10) .fieldCol {
    width: 100%;
}
.captchaWrap {
    position: relative;
    padding-right: 190px;
}
.captchaWrap .captchaImg {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #c6cad5;
}
.feedbackForm .title2 {
    font-size: 26px;
}
.feedbackForm .successMsg {
    color: #1c4700;
}
.feedbackForm .fieldCol {
    margin-bottom: 20px;
}
.checkFeild {
    display: inline-block;
}
.feedbackForm input[type="file"] {
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 9px 10px;
    height: 46px;
    color: #323232;
    width: 100%;
}
.width40 {
    max-width: 550px;
}
.captchaWrap, .feedbackForm .captchaWrap {
    padding-right: 240px;
}
.captchaWrap .captchaImg, .feedbackForm .captchaWrap .captchaImg {
    right: 45px;
}
.captchaWrap .captchaRefresh, .feedbackForm .captchaWrap .captchaRefresh {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
} /*******************feedback Form End*************/
.newsDetailImg {
    background: #fff;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    width: auto;
}
.newsDetails p {
    margin-bottom: 15px;
}
.viceChancellorMessageWrap {
    background: #E0EAFC;
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to right, #CFDEF3, #E0EAFC);
    padding: 100px 0 50px 0;
    margin-bottom: 0;
    margin-top: -50px;
    margin-bottom: -30px;
}
.viceChancellorMessageWrap .vcDetail {
    text-align: center;
}
.viceChancellorMessageWrap .vcDetail .viceChancellorPhoto {
    text-align: center;
    margin-bottom: 20px;
}
.viceChancellorMessageWrap .vcDetail .viceChancellorPhoto img {
    background: #fff;
    padding: 10px;
    border: 3px solid #3e4095;
    border-radius: 10px;
}
.viceChancellorMessageWrap .vcDetail .vcName {
    color: #3e4095;
    font-size: 2em;
    margin-bottom: 15px;
    line-height: normal;
    font-weight: bold;
}
.viceChancellorMessageWrap .vcDetail .vcDesignation {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.viceChancellorMessageWrap .vcMessage {
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.viceChancellorMessageWrap .vcMessage p {
    margin-bottom: 15px;
    color: #262626;
    line-height: 28px;
    font-size: 1.2em;
    text-align: justify;
}
.viceChancellorMessageWrap .vcMessage p:last-child {
    margin-bottom: 0;
} /*************New CSS for Inner pages 23-03-2021 End************************/
#innerbanner { /*background: #283467 url(../../images/university-officers-banner.jpg) center top no-repeat;*/
    background-size: cover;
    position: relative;
    width: 100%; /*min-height:275px;*/
    background-position: bottom;
}
a:focus {
    outline: none
}
.news-date {
    background: #ff5a00;
    border-radius: 12px;
    color: #fff !important;
    padding: 5px 15px 7px;
    text-align: center;
    float: left;
    box-shadow: 5px 5px 15px rgb(255 90 0 / 30%);
    margin: 0 15px 0 0;
}
.news-date b {
    font-size: 22px;
    line-height: 26px;
    display: block;
}
.news-date i {
    font-size: 16px;
    line-height: 17px;
    display: block;
    font-style: normal
}
.news-info {
    display: block;
    overflow: hidden
}
.news-div {
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 5px;
    padding: 10px 10px 14px 0 !important;
    overflow: hidden;
}
.custom-nav-swiper {
    position: absolute;
    bottom: -90px;
    right: 0;
    width: 70px;
}
.custom-nav-swiper .swiper-button-next-event, .custom-nav-swiper .swiper-button-prev-event, .custom-nav-swiper .swiper-button-next-photo, .custom-nav-swiper .swiper-button-prev-photo, .custom-nav-swiper .swiper-button-next-video, .custom-nav-swiper .swiper-button-prev-video, .custom-nav-swiper .swiper-button-next-faculty, .custom-nav-swiper .swiper-button-prev-faculty {
    color: #e3980f;
    width: 28px;
    height: 28px;
    border: solid 2px;
    border-radius: 100%;
    text-align: center
}
.swiper-button-next-photo:after, .swiper-button-prev-photo:after, .swiper-button-next-event:after, .swiper-button-prev-event:after, .swiper-button-next-video:after, .swiper-button-prev-video:after, .swiper-button-next-faculty:after, .swiper-button-prev-faculty:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next-photo, .swiper-button-prev-photo, .swiper-button-next-event, .swiper-button-prev-event, .swiper-button-next-video, .swiper-button-prev-video, .swiper-button-next-faculty, .swiper-button-prev-faculty {
    position: absolute;
    top: 50%;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease-out;
}
.swiper-button-prev-photo:after, .swiper-button-prev-event:after, .swiper-button-prev-video:after, .swiper-button-prev-faculty:after {
    content: 'prev';
}
.swiper-button-next-photo:after, .swiper-button-next-event:after, .swiper-button-next-video:after, .swiper-button-next-faculty:after {
    content: 'next';
}
.swiper-button-next-photo.swiper-button-disabled, .swiper-button-prev-photo.swiper-button-disabled, .swiper-button-next-event.swiper-button-disabled, .swiper-button-prev-event.swiper-button-disabled, .swiper-button-next-video.swiper-button-disabled, .swiper-button-prev-video.swiper-button-disabled, .swiper-button-next-faculty.swiper-button-disabled, .swiper-button-prev-faculty.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.custom-nav-swiper .swiper-button-next-event:after, .custom-nav-swiper .swiper-button-prev-event:after, .custom-nav-swiper .swiper-button-next-photo:after, .custom-nav-swiper .swiper-button-prev-photo:after, .custom-nav-swiper .swiper-button-next-video:after, .custom-nav-swiper .swiper-button-prev-video:after, .custom-nav-swiper .swiper-button-next-faculty:after, .custom-nav-swiper .swiper-button-prev-faculty:after {
    font-size: 14px
}
.custom-nav-swiper .swiper-button-next-event, .custom-nav-swiper .swiper-button-next-photo, .custom-nav-swiper .swiper-button-next-video, .custom-nav-swiper .swiper-button-next-faculty {
    right: 0;
}
.custom-nav-swiper .swiper-button-prev-event, .custom-nav-swiper .swiper-button-prev-photo, .custom-nav-swiper .swiper-button-prev-video, .custom-nav-swiper .swiper-button-prev-faculty {
    left: 0;
}
.position-relative {
    position: relative
}
.tab-three .circularDate {
    color: #ff5a00;
    margin: 10px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.tab-three .circularDate span {
    margin: -5px 8px 0 0
}
.tab-three .circularTitle a {
    font-size: 18px;
    color: #000;
    text-decoration: none
}
.tab-three .circularTitle a:hover {
    color: #ff5a00;
}
.issued {
    margin: 20px 0 0 0
}
.issued span {
    display: block
}
.three-tab-border {
    border-top: solid 1px #dfdfdf;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px
}
.tab-three {
    padding: 10px 20px;
}
.d-flex {
    display: flex;
}
.homeBanner .swiper-slide-active .imageWrap {
    -webkit-animation: 1.5s .2s fadeInUp both;
    animation: 1.5s .2s fadeInUp both;
}
.latestAnnouncement .viewall {
    position: absolute;
    right: 25px;
    top: 17px;
    text-decoration: none
}
.latestAnnouncement .viewall i {
    margin-left: 5px;
} /*.variousDeptWrap .row .cols3 .mainSection:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 90, 0, 0.9); -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .variousDeptWrap .row .cols3 .mainSection:hover:before { transform: scale(1); z-index: 2 } .variousDeptWrap .row .cols3 .mainSection:hover .sectionTitle a { color: #fff; } .variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail a.viewMoreButton { color: #ff5a00; border: 2px solid #fff; }*/
.variousDeptWrap .row .cols3 .mainSection:hover .variousSectionHolder img {
    transform: scale(1.2);
}
.variousSectionHolder {
    position: relative; /*z-index: 1;*/
    overflow: hidden
} /*.variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail { top: -90px }*/
div#mainNav ul ul li a:hover, #navhorizontalMenu .megaMenuItem li.hover > a {
    color: #fff!important;
    background-color: #ff5a00!important;
}
#nav .megaMenu {
    width: 650px;
    min-height: 303px;
    padding: 15px;
    position: absolute;
    top: 56px;
    z-index: 5;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(199, 199, 199, 0.5);
    -moz-box-shadow: 0px 2px 5px 2px rgba(199, 199, 199, 0.5);
    box-shadow: 0px 2px 5px 2px rgba(199, 199, 199, 0.5);
}
.hasJS #nav ul, .hasJS #nav .megaMenu {
    opacity: 0;
    transition: opacity 350ms ease;
    -webkit-transition: opacity 350ms ease;
    z-index: 2;
}
#nav ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
}
#nav ul li a {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    border: none;
    padding: 7px 0;
    text-align: left;
    position: relative;
}
#nav ul ul {
    top: 0;
    left: 100%;
}
#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected {
    color: #222;
}
#nav ul, #nav:hover ul ul, #nav .hover ul ul, #nav .focus ul ul, #nav .megaMenu, #nav:hover .megaMenu .megaMenu, #nav .hover .megaMenu .megaMenu, #nav .focus .megaMenu .megaMenu {
    margin-left: -9999px;
}
#nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus, #nav li:hover > .megaMenu, #nav li.hover > .megaMenu, #nav li.focus > .megaMenu, #nav a:focus + .megaMenu, #nav .megaMenu .megaMenu {
    margin-left: 0;
}
#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a, #nav ul li.focus > a {
    color: #fff;
    background: #26286d;
}
.desktopNav .menuIcon, .mobileNav .menuIcon {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 20px;
    height: 9px;
} /**/
.desktopNav li .menuIcon, .mobileNav li .menuIcon {
    background: url(../../../images/down-arrow.gif) no-repeat right center;
    z-index: 10
}
.desktopNav li li .menuIcon, .mobileNav li li .menuIcon {
    display: block;
    background: url(../../../images/right-arrow.gif) no-repeat right center;
    top: 17px;
    right: 35px;
    z-index: 11
}
.desktopNav li li li .menuIcon, .mobileNav li li li .menuIcon {
    z-index: 12
}
.noJS #nav ul a:focus, .noJS #nav ul a:focus + ul, .noJS #nav .megaMenu a:focus, .noJS #nav .megaMenu a:focus + .megaMenu {
    margin-left: 9999px;
}
.noJS #nav ul a:active, .noJS #nav .megaMenu a:active {
    margin-left: 0;
}
.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav > ul > ul, .hasJS .menuPart #nav a:focus + .megaMenu, .hasJS .menuPart #nav li.focus > .megaMenu, .hasJS .menuPart #nav li.hover > .megaMenu, .hasJS .menuPart #nav li:hover > .megaMenu, .hasJS .menuPart #nav > .megaMenu > .megaMenu {
    opacity: 1;
}
#nav li a:after, #nav li a.current:after {
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    background: #26286d;
    z-index: -1;
}
#nav li a:hover:after, #nav li a:focus:after, #nav li:hover > a:after {
    width: 100%;
    left: 0;
}
#nav li a:hover:after, #nav li a:focus:after, #nav li a.active:after, #nav li:hover > a:after {
    width: 100%;
}
#nav li li a:after, #nav li.focus li a:after {
    border: none;
}
.megaMenuImg {
    width: 462px;
    float: left;
}
.megaMenuNav {
    width: auto;
    float: left;
}
#nav .megaMenuNav > ul {
    width: 200px;
    margin-left: 0;
    opacity: 1;
    position: relative;
    background-color: transparent;
}
#nav .megaMenuNav li a {
    background-color: transparent;
}
#nav .megaMenuNav li ul {
    position: absolute;
}
#nav .megaMenuNav > ul ul {
    width: 420px;
    left: 200px;
    z-index: 1;
    background-color: #fff;
}
#nav .megaMenuNav > ul ul ul {
    left: 220px;
}
#nav ul {
    height: 100%;
}
#nav ul ul {
    border: none;
}
#nav ul ul ul {
    height: 100%;
    border-left: 1px solid #232d7b;
}
.megaMenuImg h2 {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.noJS #nav ul a:focus {
    width: 100%;
    color: #fff;
    background-color: #222;
}
.noJS #nav ul {
    background-color: #fff;
}
#nav ul li li {
    width: 50%;
}
#nav .megaMenuNav li a {
    border: 1px solid #d1d1d1;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}
#nav .megaMenuNav li a:hover {
    background: #26286d;
    color: #fff;
}
#nav .megaMenuNav li a:before {
    position: absolute;
    left: 7px;
    top: 9px;
    font-size: 14px;
    content: "\f105";
    color: #ff5a00;
    font-family: 'FontAwesome';
}
#nav .megaMenuNav li li a {
    border: none;
    margin-bottom: 0;
    margin-left: 10px;
}
#nav .megaMenuNav li li a:before {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 6px;
    content: "\f111";
    color: #ef9c4d;
    font-family: 'FontAwesome';
}
.megaMenu {
    border-top: 3px solid #ff5a00;
}
.megaMenu:after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(230, 125, 21, 0);
    border-bottom-color: #ff5a00;
    border-width: 10px;
    margin-left: -10px;
}
#nav li li .menuIcon {
    display: none;
}
#nav li.parent li.firstMenuLi.parent ul {
    opacity: 1;
    margin-left: 0;
}
#nav .megaMenuNav li:last-child a {
    margin-bottom: 0;
}
#nav li.singlemenu .megaMenu {
    width: auto;
    min-height: auto;
}
.pageTitle {
    position: absolute;
    top: 50%;
    margin: auto;
    width: 100%;
    transform: translateY(-50%);
}
.pageTitle h1 {
    font-size: 42px;
    color: #3d4095;
    font-family: 'open_sansbold';
    margin: 0;
    width: 65%;
    line-height: normal;
}
.bannerContent { /*position: absolute; top: 50%; margin: auto; width: 100%; transform: translateY(-50%);*/
} /**************Photo Video Gallery**************/
.photoVideoList {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photoVideoList li {
    width: 33.33%;
    padding: 15px;
}
.photoVideoCard {
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    background-color: #fff;
    overflow: hidden;
    padding: 8px;
}
.photoVideoCard .imgHolder {
    height: 200px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.photoVideoCard .imgHolder img {
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
}
.photoVideoCard:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
}
.photoVideoCard .imgHolder img, .photoVideoCard .imgHolder video {
    width: 100%;
}
.photoVideoCard .videoPhotoDate {
    color: #000;
    text-decoration: none;
}
.photoVideoCard a {
    text-decoration: none;
}
.photoVideoCard .videoPhotoTitle {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: #f85914;
    color: #fff;
    font-family: 'open_sansbold';
}
.photoVideoCard .videoPhotoTitle a {
    display: block;
    color: #003879;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.photoVideoCard .videoPhotoTitle a:hover {
    color: #333;
}
.videoCard .imgHolder, .videoCard .imgHolder video {
    height: 178px;
}
.photoVideoCard .imgHolder .fa {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    font-family: 'FontAwesome';
    content: "\f07c";
    color: #003879;
    line-height: 60px;
    font-size: 25px;
    text-align: center;
    margin: -30px 0 0 -30px;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.photoVideoCard:hover .imgHolder .fa {
    transform: scale(1);
    -webkit-transform: scale(1);
} /**************pagination**************/
.pagination {
    margin: 25px 0;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px
}
.pagination .pagingLeft {
    float: left;
}
.pagination .pagingRight {
    float: right;
}
.pagination label, .pagination select {
    display: inline-block;
    vertical-align: middle;
}
.pagination label {
    padding: 0;
    margin: 0;
}
.pagination select {
    width: 100px;
    padding: 0 5px;
    height: 30px;
    margin: 0 10px;
    background-color: #fff;
}
ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    float: right;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
    min-width: 25px;
    margin-left: 5px;
}
ul.pagination li.active, ul.pagination li a, ul.pagination li a:hover {
    background-color: #26286d;
    color: #fff;
    text-align: center;
    line-height: 18px;
    padding: 3px 5px;
    border-radius: 4px;
    font-size: 14px;
}
ul.pagination li a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border-color: #26286d;
}
.paginationWrap .pageCount, .paginationWrap .pagination-container {
    display: inline-block;
    vertical-align: middle;
}
.paginationWrap .pagination-container {
    float: right;
}
.forumDetail .eventDate {
    margin-bottom: 15px;
    color: #717171;
}
h3.smallTitle {
    font-size: 1.100em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1e4f89;
}
.tagListContainer .tagContainer {
    padding: 4px 9px;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #e3e3e3;
}
.new-tag {
    background: #ff5a00;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.w3c {
    margin-top: 30px
} /* student welfare*/
.shadow-box {
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    padding: 30px;
    background: #fff;
}
.student-welfare-sub-title {
    font-family: 'open_sansbold';
    font-size: 20px;
    margin-bottom: 15px;
    color: #000
}
.student-welfare-sub-title1 {
    font-family: 'open_sansbold';
    font-size: 18px;
    margin-bottom: 15px
}
.welfare-list {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
}
.welfare-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    font-size: 16px;
}
.welfare-list li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
    color: #ea3535;
    line-height: normal;
}
.welfare-list li a {
    text-decoration: none;
    color: #545454;
    font-size: 16px;
}
.welfare-list li a:hover {
    color: #ea3535
}
.highlight-student-welfare {
    font-family: 'open_sanssemibold';
    color: #ea3535;
}
.admission-title {
    font-size: 24px;
    text-align: center
}
.ad-lightbg {
    background: #fff;
}
.ad-darkbg {
    background: #f1f1f1;
}
.ad-lightbg, .ad-darkbg {
    border: solid 1px #f1f1f1;
}
.ad-lightbg a i, .ad-darkbg a i {
    font-size: 20px;
    margin: 0 10px 0 0;
    float: left
}
.ad-lightbg a span, .ad-darkbg a span {
    display: block;
    overflow: hidden
}
.ad-lightbg a, .ad-darkbg a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 20px 30px;
    display: block
}
.titleRow {
    display: flex
}
.titleRow h2 {
    flex: 1;
    font-size: 24px;
    font-family: 'open_sansbold';
    margin-bottom: 20px;
}
.titleRightLink {
    margin: 10px 15px
}
.titleRightLink a {
    text-decoration: none
} /*Publication Document*/
.publicationDocumentWrap .row {
    margin-bottom: 5px;
}
.publicationDetailWrap h4 {
    margin: 0;
}
.publicationDetailWrap h4.publicationVolume a {
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #26286d;
    transition: all 0.3s ease-out;
    display: inline-block;
}
.publicationDetailWrap .publicationYear {
    font-size: 16px;
    color: #555;
    font-weight: normal;
    margin-bottom: 10px;
}
.publicationDetailWrap h4.publicationVolume a:hover {
    color: #fff;
    background: #ffa97b;
}
.publicationDetailWrap a:hover .publicationYear {
    color: #fff;
}
.publicationDetailWrap h4.publicationVolume a {
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 15px;
    width: 100%;
}
.publicationDetailWrap {
    padding: 0;
    margin-bottom: 15px;
}
.publicationDetailWrap .fileSize {
    font-size: 13px;
    font-weight: normal;
} /*smoke external css popup*/
.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}
.smoke-base.smoke-visible {
    opacity: 1;
    visibility: visible;
}
.smokebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.smoke-base .dialog {
    position: absolute;
}
.dialog-prompt {
    margin-top: 15px;
    text-align: center;
}
.dialog-buttons {
    margin: 20px 0 5px 0
}
.smoke {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}
.dialog-buttons button {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0 5px;
    -webkit-background-clip: padding-box;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    padding: 9px 12px;
}
.dialog-prompt input {
    margin: 0;
    border: 0;
    font-family: sans-serif;
    outline: none;
    border: 1px solid #aaa;
    width: 75%;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    padding: 8px;
}
.smoke-base {
    background: rgba(0, 0, 0, .6);
}
.smoke-base .dialog {
    top: 40%;
    width: 700px;
    left: 50%;
    margin-left: -350px;
}
.smoke-base .dialog-inner {
    padding: 15px;
    color: #202020;
}
.smoke {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px #666;
}
.dialog-buttons button {
    background-color: rgba(0, 0, 0, .85);
    border-radius: 0;
    color: #fff;
}
.dialog-buttons button.cancel {
    background-color: rgba(0, 0, 0, .40);
} /*smoke end*/ /*.mediaCornerListingWrap .thumbImg {float: left; padding-right: 20px;}*/
.deatilDescription h3 {
    font-size: 1.492em;
    color: #3d4095;
    font-weight: 600;
    margin-bottom: 15px;
}
.text-center {
    text-align: center
}
.visible-md {
    display: none
}
.d-none {
    display: none
}
.photoGalleryTabbing .resTab .tabNav li a {
    position: relative
}
.photoGalleryTabbing .resTab .tabNav li:first-child a:after {
    content: '';
    width: 1px;
    background: #a7a7a7;
    height: 40px;
    position: absolute;
    right: -4px;
    top: 15px;
}
.mt-7 {
    margin-top: 7px;
}
.magazineSubscriptionPreviewForm {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
}
.magazineSubscriptionPreviewForm td {
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #E9E9EA;
    border-right: 1px solid #E9E9EA;
    font-size: 16px;
    color: #393939;
}
.magazineSubscriptionPreviewForm input[type="submit"] {
    background-color: #26286d;
    color: #fff;
    border: 1px solid #26286d;
    transition: all 0.3s ease-out;
    line-height: 20px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    outline: 0 none;
}
.magazineSubscriptionPreviewForm input[type="submit"]:hover {
    color: #fff;
    background-color: #ff5a00;
    border: 1px solid #ff5a00;
} /*****************sitemap*****************/ /*.sitemapBtnExport { margin-bottom:30px; float:right; } .sitemapDiv { margin-bottom:30px; float:left; width:33.33%; } .sitemapDiv ul { padding:0; margin:0; list-style:none; } .sitemapDiv > a { font-size: 1.000em; color: #283467; padding-left: 20px; margin-bottom: 10px; font-weight: 600; margin-left: 0; position: relative; display: block; } .sitemapDiv > a:before { content:""; font-family:'FontAwesome'; color:#283467; position:absolute; left:0; top:0; transition:all 0.3s ease 0ms; -webkit-transition:all 0.3s ease 0ms; } .sitemapDiv li a { text-decoration: none; color: #283467; position: relative; padding-left: 20px; margin-left: 20px; margin-bottom: 5px; display: block; } .sitemapDiv li a:before { content:"\f105"; font-family:'FontAwesome'; color:#58595b; position:absolute; left:0; top:0; transition:all 0.3s ease 0ms; -webkit-transition: all 0.3s ease 0ms; } .sitemapDiv ul li ul li { padding-left:20px; }*/ /*Dark Theme Start*/
.wob h2 {
    color: #000;
}
.wob h3 {
    color: #ff0;
}
.wob h4 {
    color: #80ff00;
}
.wob h5 {
    color: #fff;
}
.wob h6 {
    color: #fff;
} /*Black Theme for Table Form Content Start*/
.wob th, .wob .tableData th {
    background: #ff0;
    color: #000;
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
}
.wob table, .wob .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}
.wob table table, .wob .tableData table {
    margin: 0
}
.wob th, .wob td, .wob .tableData th, .wob .tableData td {
    color: #fff;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #333;
}
.wob table tr:nth-child(odd) td, .wob .tableRowOdd, .wob .kvkYearTable table tr:nth-child(2n+1) td {
    background-color: #444;
}
.wob caption, .wob th, .wob td {
    font-weight: normal;
    background: #3d3d3d;
}
.wob th, .wob .tableData th {
    background: #ff0;
    color: #000;
}
.wob th a, .wob .tableData th a {
    color: #fff;
}
.wob .blueBoldFont {
    color: #80ff00;
}
.wob .tableOut td:before {
    font-weight: bold;
    padding-right: 20px;
    line-height: 27px;
    color: #fff;
    content: " "attr(data-label)"";
    display: none;
} /*Black Theme for Table Form Content End*/
.wob .topHeader {
    background: #888;
    padding: 7px 0;
    line-height: 1.5;
}
.wob .topStrip li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #ff0;
    overflow: hidden;
    margin-top: -7px;
}
.wob #accessControl input {
    float: left;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    width: 22px;
    color: #fff;
    line-height: normal;
}
.wob #accessControl input:hover {
    color: #80ff00;
}
.wob .topHeader ul.rightLinks li.langSelector select {
    border: 0;
    height: auto;
    color: #80ff00;
}
.wob .logo {
    background: url(../../images/logo-white.png) left top no-repeat;
    background-size: contain;
}
.wob .logo img {
    visibility: hidden;
    opacity: 0;
}
.wob .locationInfo a {
    background: #888 url(../../images/admissions-icon.png) no-repeat left 15px center;
}
.wob .locationInfo a:hover {
    background: #999 url(../../images/admissions-icon.png) no-repeat left 15px center;
}
.wob .serachBar .searchIcon {
    width: 26px;
    height: 26px;
    background: url(../../images/search-icon-white.png)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.wob .serachBar .searchIcon.close {
    width: 26px;
    height: 26px;
    background: url(../../images/close-icon-white.png)no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.wob .serachBar .searchBox .expandSearch input.searchbtn {
    display: inline-block;
    width: 25px;
    border: 0;
    text-indent: -9999px;
    background: url(../../images/search-icon.png)no-repeat;
    background-position: 50% 50%;
    padding: 0;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: 20px;
}
.wob .sliderCation .sliderText p {
    color: #ff0;
}
.wob .aboutSection .latestAnnouncement {
    background: #333;
}
.wob .aboutSection .latestAnnouncement h2.announcementTitle {
    color: #80ff00;
}
.wob .aboutSection .latestAnnouncement .tickerAnnouncement ul li a {
    color: #ff0;
}
.wob .aboutSection .latestAnnouncement .tickerAnnouncement ul li a:hover {
    color: #80ff00;
}
.wob .aboutSection {
    background: #444;
}
.wob .aboutInformation .row .cols6 span.welcome {
    color: #80ff00;
}
.wob .aboutInformation .row .cols6 h2 {
    color: #ff0;
}
.wob .aboutInformation .row .cols6 span.introBigText {
    color: #80ff00;
}
.wob .aboutInformation .row .cols6 .welcomeInformation a {
    background: #888;
    border: 1px solid #888;
    color: #ff0;
}
.wob .aboutInformation .row .cols6 .welcomeInformation a:hover {
    background: #666;
    border: 1px solid #888;
    color: #ff0;
}
.wob .aboutInformation .row .cols6 .welcomeInformation {
    border-right: 1px solid #80ff00;
}
.wob .politicians .textCenter .ministerColumn .ministerName {
    color: #ff0;
}
.wob .politicians .textCenter .ministerColumn .ministerDesignation {
    color: #80ff00;
}
.wob .politicians .textCenter .ministerColumn .ministerPhoto img {
    background: #999;
}
.wob .tabbingSectionWrap {
    background: url(../../images/tabbing-bg-dark.jpg) repeat-x center center;
    background-position: left top;
    padding: 70px 0 0;
}
.wob .resTab .tabContent {
    padding: 15px;
    display: none; /* min-height: 500px; */
    background: #666;
}
.wob .resTab .tabNav .r-tabs-state-active a {
    background: #ff0;
    text-shadow: none; /* border-bottom: 3px solid #ff5a00; */
    color: #000 !important;
}
.wob .resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 2px;
    width: calc(25% - 2px);
    text-align: center;
    background: #393939;
    float: left;
}
.wob .newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle a, .wob .circularWrap .ticker .activityTicker li .newsBox .circularTitle a, .wob .careerWrap .ticker .activityTicker li .newsBox .circularTitle a, .wob .tenderWrap .ticker .activityTicker li .newsBox .circularTitle a {
    line-height: 27px;
    color: #ff0;
    text-align: left;
}
.wob .newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle a:hover, .wob .circularWrap .ticker .activityTicker li .newsBox .circularTitle a:hover, .wob .careerWrap .ticker .activityTicker li .wob .newsBox .circularTitle a:hover, .wob .tenderWrap .ticker .activityTicker li .newsBox .circularTitle a:hover {
    color: #80ff00;
}
.wob .newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularDate, .wob .circularWrap .ticker .activityTicker li .newsBox .circularDate, .wob .careerWrap .ticker .activityTicker li .newsBox .circularDate, .wob .tenderWrap .ticker .activityTicker li .newsBox .circularDate {
    color: #80ff00;
}
.wob .newsAndUpdatesWrap .ticker .activityTicker li, .wob .circularWrap .ticker .activityTicker li, .wob .careerWrap .ticker .activityTicker li, .wob .tenderWrap .ticker .activityTicker li {
    list-style: none;
    border-bottom: dashed 2px #fff;
}
.wob .tabbingSectionWrap .viewAll a {
    padding-left: 15px;
    transition: all 0.3s ease-out;
    color: #ff0;
}
.wob .tabbingSectionWrap .viewAll a:hover {
    color: #80ff00;
}
.wob .educationSectionWrap {
    background: #222;
    background-size: cover;
    background-position: center bottom;
}
.wob .viewAllprogramLink a.seeAllprogrammes {
    padding-left: 15px;
    line-height: normal;
    transition: all 0.3s ease-out;
    color: #80ff00;
}
.wob .viewAllprogramLink a:hover.seeAllprogrammes {
    text-decoration: none;
    padding-left: 10px;
    color: #ff0;
}
.wob .educationSectionWrap ul {
    box-shadow: none;
}
.wob .educationSectionWrap ul li .educationBox .educationDetail {
    float: left;
    width: 50%;
    background: #ff0;
}
.wob .educationSectionWrap ul li .educationBox:hover .educationDetail h3.heading, .wob .educationSectionWrap ul li .educationBox:hover .educationDetail p {
    color: #000;
}
.wob .itemProjectPhoto a.exploreButton {
    background: #888;
    border: 1px solid #888;
    color: #ff0;
}
.wob .itemProjectPhoto .itemProjectTitle {
    text-align: left;
    color: #80ff00 !important;
}
.wob .itemProjectPhoto .itemProjectTitle p {
    color: #ff0;
}
.wob .itemProjectPhoto .itemProjectTitle {
    transition: all 0.5s;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 20px 0 20px 30px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(57, 57, 57, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(57, 57, 57, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(57, 57, 57, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(57, 57, 57, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(57, 57, 57, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(57, 57, 57, 0.9) 100%);
}
.wob .variousDeptWrap .row .cols3 .mainSection .variousSectionDetail {
    background: #222;
}
.wob .variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail {
    background: #ff0;
}
.wob .variousDeptWrap .row .cols3 .mainSection .sectionTitle a {
    color: #80ff00;
}
.wob .variousDeptWrap .row .cols3 .mainSection:hover .sectionTitle a {
    color: #000;
    text-decoration: none;
}
.wob .variousDeptWrap .row .cols3 .mainSection:hover {
    box-shadow: none;
}
.wob .variousDeptWrap .row .cols3 .mainSection .variousSectionDetail a.viewMoreButton {
    text-decoration: none;
    color: #2e2e2e;
    border: 2px solid #ff0;
    display: inline-block;
    background: #ff0;
    transition: all 0.3s ease-out;
}
.wob .variousDeptWrap .row .cols3 .mainSection:hover .variousSectionDetail a.viewMoreButton {
    color: #000;
    border: 2px solid #000;
    text-decoration: none;
}
.wob .variousDeptWrap .row .cols3 .mainSection {
    border: 1px solid #fff;
}
.wob .studentFarmerCornerWrap {
    background: #222;
}
.wob .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox {
    float: left;
    width: 50%;
    transition: all 0.3s ease-out;
    background: #444;
}
.wob .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox h3.heading {
    font-family: 'open_sansbold';
    color: #ff0;
    position: relative;
    margin-bottom: 20px;
    line-height: normal;
}
.wob .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox h3.heading::after {
    width: 25px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -20px;
    content: "";
    background: #ff0;
    border-radius: 0;
}
.wob .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox p {
    line-height: 25px;
    margin: 0 0 20px;
    color: #80ff00;
    text-align: justify;
}
.wob .mediaCornerSpeechesWrap {
    background: #444;
    background-size: cover;
    display: flex;
}
.wob .mediaCornerWrap .titleRow h2 {
    color: #ff0;
}
.wob .speechesWrap .titleRow h2 {
    color: #ff0;
}
.wob .homeMediaCornerItem .homeMediaCornerBottom {
    background: #000;
}
.wob .homeMediaCornerItem .homeMediaCornerBottom .mediaCornerDate {
    color: #80ff00;
}
.wob .homeMediaCornerItem p a {
    font-weight: 300;
    color: #ff0;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.wob .homeMediaCornerItem:hover .homeMediaCornerBottom {
    background: #393939;
}
.wob .speechesItem {
    border: 10px solid #000;
}
.wob .speechesItem .speechesBottom {
    background-color: #000;
    z-index: 1;
}
.wob .speechesItem p a {
    font-weight: 300;
    color: #ff0;
    margin-bottom: 5px;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.wob .speechesItem p a:hover {
    color: #80ff00;
}
.wob .speechesItem p {
    margin-bottom: 0;
    color: #ff0;
}
.wob .photosVideosEventsWrap {
    background: #222;
    display: flex;
}
.wob .photoGalleryTabbing .resTab {
    position: relative;
    background: transparent;
    box-shadow: none;
}
.wob .photoGalleryTabbing .resTab .tabNav .r-tabs-state-active a {
    color: #ff0 !important;
}
.wob .photoGalleryTabbing .resTab .tabNav li a {
    display: inline-block;
    text-decoration: none;
    color: #80ff00;
    background: none;
}
.wob .photosWrap .titleRow .btn {
    position: absolute;
    font-size: 1.125em;
    right: 100px;
    top: -42px;
    margin: 0;
    border: 0;
    text-decoration: none;
    color: #ff0;
}
.wob .photosWrap .titleRow .btn:hover {
    color: #80ff00;
}
.wob .sliderNav .slider-arrow-prev {
    border-right: 1px solid #80ff00;
}
.wob .sliderNav .slider-arrow-next, .wob .sliderNav .slider-arrow-prev {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 28px;
    color: #80ff00;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.wob .eventsWrap .titleRow h2 {
    color: #ff0;
}
.wob .eventsWrap .titleRow .btn {
    position: absolute;
    right: 100px;
    top: 12px;
    margin: 0;
    border: 0;
    text-decoration: none;
    color: #ff0;
}
.wob .eventsWrap .titleRow .btn:hover {
    color: #80ff00;
}
.wob .photosItem .photosBottom {
    background-color: #ff0;
}
.wob .photosItem .photosBottom:hover {
    background: #ff0;
}
.wob .photosItem p a {
    color: #000;
}
.wob .photosItem p a:hover {
    color: #000;
}
.wob .eventsItem .eventsBottom {
    background-color: #393939;
    padding: 20px 15px;
    z-index: 1;
}
.wob .eventsItem .eventsBottom .eventsDate {
    color: #ff0;
}
.wob .eventsItem .eventsBottom h3 a {
    color: #ff0;
    position: relative;
}
.wob .eventsItem .eventsBottom h3 a:hover {
    color: #80ff00;
    text-decoration: none;
}
.wob .eventsItem p {
    margin-bottom: 0;
    color: #fff;
}
.wob .addressLinksWrap .addressBar p {
    color: #80ff00;
}
.wob .addressLinksWrap .addressWrap p {
    position: relative;
    color: #80ff00;
}
.wob .addressLinksWrap .addressWrap p a {
    color: #80ff00;
    text-decoration: none;
}
.wob .addressLinksWrap .addressWrap p .fa {
    color: #ff0;
}
.wob .usefulLinks ul li::before {
    content: "\f111";
    color: #ff0;
}
.wob .usefulLinks ul li a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: #80ff00;
    position: relative;
    left: 0;
}
.wob .usefulLinks ul li a:hover {
    color: #ff0;
}
.wob .quickLinks ul li a {
    color: #80ff00;
}
.wob .quickLinks ul li a:hover {
    color: #ff0;
}
.wob .quickLinks ul li::before {
    color: #ff0;
}
.wob .footerMenu li a {
    color: #ff0;
}
.wob .footerMenu li::after {
    background-color: #ff0;
}
.wob .CopyrightInfo p {
    color: #ff0;
}
.wob .bottomLinkRight p {
    color: #80ff00;
}
.wob .clientsLogos {
    background: #1b1b1b;
}
.wob .photoGalleryTabbing .resTab .tabContent {
    background: transparent !important;
}
.wob .photoGalleryTabbing .resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 2px;
    width: calc(25% - 2px);
    text-align: center;
    background: transparent !important;
    float: left;
}
.wob .breadcrumb-div {
    background: #000;
}
.wob .breadcrumb-item, .wob .breadcrumb-item a {
    color: #ff0;
}
.wob .breadcrumb-item a::before {
    content: "";
    background: url(../../images/breadcrum-bg-dark.png) no-repeat;
    width: 7px;
    height: 9px;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: 0;
}
.wob .aboutUsWrap p {
    color: #ff0;
}
.wob .grayBox {
    background: #000;
}
.wob .aboutUsTwoPartWrap {
    background: #333;
}
.wob .aboutUsTwoPartWrap span.aboutSubTitle {
    color: #ff0;
}
.wob .aboutUsTwoPartWrap p {
    color: #fff;
}
.wob .powerAndFunctions ul li {
    background: #222;
    color: #80ff00;
}
.wob .powerAndFunctions ul li::before {
    color: #80ff00;
}
.wob p {
    line-height: 25px;
    color: #fff;
    text-align: justify;
}
.wob .officer-disc {
    background: #000;
}
.wob .officer-head span {
    color: #80ff00;
}
.wob .officer-footer span {
    color: #80ff00;
}
.wob .officer-footer span a {
    color: #80ff00;
    text-decoration: none;
}
.wob .officer-footer span a:hover {
    color: #ff0;
}
.wob .border-blue {
    border-color: #fff;
}
.wob .officer-info-div {
    background: #000;
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    border-bottom: solid 4px #fff;
}
.wob .statuesDetailWrap {
    background: #333;
}
.wob .statuesDetailWrap ul li {
    color: #ff0;
}
.wob .statuesDetailWrap ul li::before {
    color: #ff0;
}
.wob .statuesWrap {
    background: #444;
}
.wob .statuesWrap ul li .contentBlock {
    border-bottom: 3px solid #fff;
    background: #000;
}
.wob .statuesWrap ul li a {
    color: #ff0;
}
.wob .statuesWrap ul li span {
    display: block;
    font-weight: normal;
    color: #fff;
}
.wob .statuesWrap ul li .contentBlock:hover {
    background: #666;
}
.wob .howToReachUsWrap {
    background: #444;
}
.wob .howToReachUsWrap .addressWrap {
    background: #000;
    box-shadow: none;
}
.wob .howToReachUsWrap .addressWrap p.universityAddress {
    color: #fff;
}
.wob .howToReachUsWrap .addressWrap span {
    color: #ff0;
}
.wob .howToReachUsWrap .addressWrap span a {
    color: #ff0;
}
.wob .howToReachUsWrap .addressWrap span a:hover {
    color: #80ff00;
}
.wob ul.bulletText li::before {
    color: #fff;
}
.wob .affiliationWrap ul li .contentBlock {
    background: #000;
}
.wob .affiliationWrap ul li a {
    color: #80ff00;
}
.wob .affiliationWrap ul li .contentBlock:hover {
    background: #ff0;
    color: #000;
}
.wob .affiliationWrap ul li:hover a {
    color: #000;
}
.wob .syllabusItem {
    position: relative;
    background: #000;
}
.wob .academinCalenderBg {
    background: #444;
}
.wob .academicCalenderListing .academicCalenderBox {
    box-shadow: none;
    background-color: #000;
}
.wob .academicCalenderListing .academicCalenderBox .academicCalenderTitle {
    background: #80ff00;
}
.wob .academicCalenderListing .academicCalenderBox .academicCalenderTitle a {
    color: #000;
}
.wob .academicCalenderListing .academicCalenderBox .fileSize {
    color: #000;
}
.wob .examScheduleBg {
    background: #444;
}
.wob .examScheduleListing .examScheduleBox {
    box-shadow: none;
    background-color: #000;
}
.wob .examScheduleListing .examScheduleBox .examScheduleTitle {
    background: #ff0;
}
.wob .examScheduleListing .examScheduleBox .examScheduleTitle a {
    color: #000;
}
.wob .examScheduleListing .examScheduleBox .fileSize {
    color: #000;
}
.wob .resultItem {
    position: relative;
    background: #000;
}
.wob .convocationWrap li {
    border-bottom: 1px solid #000;
    position: relative;
}
.wob .convocationWrap li:nth-child(2n) {
    background-color: #000;
}
.wob .convocationWrap li a {
    color: #ff0;
}
.wob .convocationWrap li a:hover {
    color: #80ff00;
}
.wob .convocationWrap .thumbDate {
    color: #fff;
}
.wob .academicRulesWrap ul li .contentBlock {
    background: #000;
}
.wob .academicRulesWrap ul li a {
    color: #80ff00;
}
.wob .academicRulesWrap ul li .contentBlock:hover {
    background: #ff0;
}
.wob .academicRulesWrap ul li a:hover {
    color: #000;
}
.wob .academicRulesWrap ul li span {
    display: block;
    font-weight: normal;
    color: #fff;
}
.wob .mediaAlbum .fa {
    background: rgba(255, 240, 0, 0.62);
    color: #000;
}
.wob .mediaAlbum:hover .fa {
    background: rgba(255, 240, 0, 0.62);
}
.wob .libraryWrap {
    background: #444;
}
.wob .libraryWrap .row .cols5 img {
    background: #000;
    box-shadow: none;
}
.wob .researchActivityWrap ul li::before {
    color: #fff;
}
.wob .researchContentWrap .researchDetail p {
    color: #ff0;
}
.wob .publicationDetailWrap {
    box-shadow: none;
    background: #000;
}
.wob .publicationDetailWrap h4.publicationVolume a {
    color: #80ff00;
}
.wob .publicationDetailWrap h4.publicationVolume a:hover {
    color: #ff0;
}
.wob .publicationDetailWrap h5.publicationYear {
    color: #fff;
}
.wob .publicationDetailWrap {
    box-shadow: none;
    background: #000;
}
.wob .publicationDetailWrap .fileSize {
    color: #fff;
}
.wob .highlight-student-welfare {
    color: #80ff00;
}
.wob .welfare-list li::before {
    color: #fff;
}
.wob .welfare-list li a {
    text-decoration: none;
    color: #ff0;
}
.wob .welfare-list li a:hover {
    color: #80ff00;
}
.wob .student-welfare-sub-title1 {
    color: #ff0 !important;
}
.wob .researchListing li {
    background: #000;
    box-shadow: none;
}
.wob .researchListing .srNum1 {
    background: #80ff00 none repeat scroll 0 0;
}
.wob .researchListing .srNum1::after {
    border-color: rgba(128, 255, 0, 0) rgba(128, 255, 0, 0) rgba(128, 255, 0, 0) #80ff00;
}
.wob .researchListing .srNum {
    color: #000;
}
.wob .researchListing .vCenter {
    display: inline-block;
    color: #ff0;
}
.wob .commonListing li {
    border-bottom: 1px solid #000;
    position: relative;
}
.wob .commonListing li:nth-child(2n) {
    background-color: #000;
}
.wob .commonListing li a {
    color: #ff0;
}
.wob .commonListing li a:hover {
    color: #80ff00;
}
.wob .moduleSearch {
    border: 1px solid #777;
    background: #000;
}
.wob .moduleSearch li label, .wob .moduleSearch li .label {
    color: #80ff00;
}
.wob .moduleSearch li input[type="text"], .wob .moduleSearch li .customSelectOuter {
    width: 100%;
    background: #777;
    border: 1px solid #999;
}
.wob input[type="submit"], .wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button {
    background-color: #ff0;
    color: #fff;
    border: 1px solid #ff0;
    transition: all 0.3s ease-out;
    color: #000;
}
.wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob input[type="reset"]:hover {
    color: #fff;
    background-color: #80ff00;
    border: 1px solid #80ff00;
    color: #000;
}
.wob ul.pagination li.active, .wob ul.pagination li a, .wob ul.pagination li a:hover {
    background-color: #80ff00;
    color: #000;
}
.wob .pagination {
    background: #000;
}
.wob .pagination select {
    color: #000;
}
.wob .pagination label {
    padding: 0;
    margin: 0;
    color: #80ff00;
}
.wob .photoVideoList li a {
    text-decoration: none;
}
.wob .photoVideoCard .videoPhotoTitle {
    background: #80ff00;
    color: #000;
}
.wob .accordion .accTrigger.active {
    background-color: #000;
    color: #80ff00;
}
.wob .accordion .accTrigger {
    cursor: pointer;
    color: #ff0;
    background-color: #393939;
    border: 1px solid #777;
    position: relative;
}
.wob .accordDetail {
    border: 1px solid #777;
}
.wob .feedbackForm {
    background: #222;
}
.wob .feedbackForm label {
    color: #ff0;
}
.wob .feedbackForm input[type="text"], .wob .feedbackForm select, .wob .feedbackForm input[type="email"], .wob .feedbackForm input[type="tel"], .wob .feedbackForm textarea {
    width: 100%;
    border: 1px solid #cfcfcf;
    background: #777;
    color: #80ff00;
}
.wob .admissionWrap {
    background: #444;
}
.wob .admissionWrap .admissionDetailBox {
    background: #222;
    box-shadow: none;
}
.wob .admissionWrap .admissionDetailBox .admissionLink .linkTitle {
    color: #ff0;
}
.wob .admissionWrap .admissionDetailBox .admissionLink .admissionLinkButton a {
    background: #000;
    border: 1px solid #777;
}
.wob .admissionWrap .admissionDetailBox .admissionLink .admissionLinkButton a:hover {
    background: #80ff00;
    border: 1px solid #80ff00;
    color: #000;
}
.wob .viceChancellorMessageWrap {
    background: #444;
}
.wob .viceChancellorMessageWrap .vcDetail .vcName {
    color: #ff0;
}
.wob .viceChancellorMessageWrap .vcDetail .vcDesignation {
    color: #80ff00;
}
.wob .viceChancellorMessageWrap .vcMessage {
    background: #000;
}
.wob .viceChancellorMessageWrap .vcMessage p {
    color: #fff;
}
.wob .viceChancellorMessageWrap .vcDetail .viceChancellorPhoto img {
    background: #000;
    border: 3px solid #000;
}
.wob .newsDetailImg {
    background: #000;
    border: 2px solid #ff0;
}
.wob .sitemapDiv > a {
    font-size: 1.000em;
    color: #80ff00;
}
.wob .sitemapDiv li a {
    color: #ff0;
}
.wob .sitemapDiv li a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #ff0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}
.wob .advancedSearch {
    background: #000;
    box-shadow: none;
}
.wob #toTop {
    background-color: #80ff00;
    color: #000;
}
.wob #toTop:hover {
    background: #ff0;
}
.officer-info-div {
    background: #fff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    border-bottom: solid 4px #ea3535;
    overflow: hidden;
}
.wob .left-title {
    background: #000;
}
.wob .left-sidebar {
    background: #222;
}
.wob .left-sidebar-list li a {
    color: #80ff00;
}
.wob .left-sidebar-list li::before {
    color: #80ff00;
}
.wob .left-sidebar-list li a:hover {
    color: #ff0;
    background: none;
}
.wob ul.bulletText li a {
    color: #ff0;
}
.wob ul.bulletText li::before {
    color: #ff0;
}
.wob ul.bulletText li a:hover {
    color: #80ff00;
}
.wob ul.bulletText li {
    color: #ff0;
} /**/
.speechesBottom:hover {
    background: #3d4095;
}
.speechesBottom:hover .speechesDate {
    color: #fff;
}
.speechesBottom:hover p {
    margin-bottom: 0;
    color: #fff;
}
.speechesBottom:hover p a {
    color: #fff;
    text-decoration: none;
} /*404 not foutd css start*/
.errorPageWrap {
    padding: 20px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.pageNotFoundWrap {
    width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    padding: 50px;
    border-radius: 15px;
    background: #26286d;
    border: 5px solid #fff;
}
.pageNotFound {
    line-height: 1.2;
    text-align: center;
}
.pageNotFound h2 {
    margin-bottom: 25px;
    color: #26286d;
    background: #fff;
    font-size: 1.7em;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
}
.pageNotFound h3 {
    font-size: 1.2em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: normal;
}
.pageNotFound p {
    text-align: center;
    font-size: 1.4em;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
}
.pageNotFound a {
    display: inline-block;
    padding: 15px 35px;
    background-color: #ff5a00;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.pageNotFound a:hover {
    background-color: #666;
    color: #fff;
}
.warningIcon {
    display: block;
    font-size: 60px;
    color: #999;
    margin-bottom: 15px;
} /*404 not foutd css end*/
.redColor {
    color: red;
}
.grayBox ul.bulletText {
    margin-bottom: 0;
}
#backtotop .edgtf-icon-stack {
    display: none;
}
#backtotop .textIndent {
    display: none;
} /******Gujarati Version CSS Start*****/
.gujDocument {
    font-family: 'Lohit Gujarati', 'open_sansregular', sans-serif;
}
.gujDocument div#mainNav ul li a {
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    transition: all 0.3s ease-out;
    font-family: 'Lohit Gujarati';
}
.gujDocument .aboutInformation .row .cols6 span.welcome {
    color: #fff;
    font-size: 1.3em;
}
.gujDocument .aboutInformation .row .cols6 h2 {
    color: #fff;
    margin: 10px 0 25px;
    font-size: 2.7em;
    font-family: 'Lohit Gujarati';
    line-height: 110%;
}
.gujDocument .aboutInformation .row .cols6 p {
    margin: 0 0 25px 0;
    color: #fff;
    line-height: 30px;
    font-size: 1.2em;
    display: block;
}
.gujDocument .aboutInformation .row .cols6 p {
    margin: 0 0 25px 0;
    color: #fff;
    line-height: 30px;
    font-size: 1.2em;
    display: block;
}
.gujDocument .newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularTitle a, .gujDocument .circularWrap .ticker .activityTicker li .newsBox .circularTitle a, .gujDocument .careerWrap .ticker .activityTicker li .newsBox .circularTitle a, .gujDocument .tenderWrap .ticker .activityTicker li .newsBox .circularTitle a {
    font-size: 1.2em;
    line-height: 27px;
    color: #2e2e2e;
    text-align: left;
    text-decoration: none;
}
.gujDocument .newsAndUpdatesWrap .ticker .activityTicker li .newsBox .circularDate, .gujDocument .circularWrap .ticker .activityTicker li .newsBox .circularDate, .gujDocument .careerWrap .ticker .activityTicker li .newsBox .circularDate, .gujDocument .tenderWrap .ticker .activityTicker li .newsBox .circularDate {
    color: #26286d;
    font-size: 1em;
}
.gujDocument .educationSectionWrap h3 {
    color: #3e4095;
    font-size: 2.125em;
    margin-bottom: 15px;
    font-family: 'Lohit Gujarati';
}
.gujDocument .educationSectionWrap ul li .educationBox .educationDetail h3.heading {
    font-family: 'Lohit Gujarati';
    color: #2e2e2e;
    position: relative;
    margin-bottom: 14px;
    font-size: 1.775em;
    line-height: normal;
}
.gujDocument .variousDeptWrap .row .cols3 .mainSection .sectionTitle a {
    color: #2e2e2e;
    font-size: 1.3em;
    margin-bottom: 15px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-family: 'Lohit Gujarati';
    font-weight: bold;
}
.gujDocument .variousDeptWrap .row .cols3 .mainSection .variousSectionDetail a.viewMoreButton {
    font-size: 1.125em;
}
.gujDocument .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox .detailBox h3.heading {
    font-family: 'Lohit Gujarati';
    color: #3d4095;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.775em;
    line-height: normal;
}
.gujDocument .studentFarmerCornerWrap .row .cols6 .studentFarmerDetailBox p {
    font-family: 'Lohit Gujarati';
    text-align: left;
    font-size: 1.2em;
}
.gujDocument .homeMediaCornerItem p a {
    font-size: 1.125em;
}
.gujDocument .photoGalleryTabbing .resTab .tabNav .r-tabs-state-active a {
    color: #3d4095;
    font-size: 2.125em;
    font-family: 'Lohit Gujarati';
}
.gujDocument .photoGalleryTabbing .resTab .tabNav li a {
    font-size: 2.125em;
    font-family: 'Lohit Gujarati';
}
.gujDocument .eventsWrap .titleRow h2 {
    color: #3d4095;
    font-size: 2.125em;
    margin-bottom: 10px;
    font-family: 'Lohit Gujarati';
}
.gujDocument .eventsItem .eventsBottom h3 a {
    font-family: 'Lohit Gujarati';
    color: #3d4095;
    position: relative;
    margin-bottom: 5px;
    font-size: 1em;
    line-height: normal;
    text-decoration: none;
}
.gujDocument .eventsItem p {
    margin-bottom: 0;
    font-size: 1.125em;
}
.gujDocument .addressLinksWrap h3 {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}
.gujDocument .addressLinksWrap .addressBar p {
    font-size: 1.125em;
    color: #fff;
    margin-bottom: 15px;
    line-height: normal;
}
.gujDocument .addressLinksWrap .addressWrap p {
    font-size: 1.125em;
}
.gujDocument .addressLinksWrap .addressWrap p a {
    font-size: 1em;
}
.gujDocument .usefulLinks ul li {
    font-size: 1.125em;
}
.gujDocument .quickLinks ul li {
    font-size: 1.125em;
}
.gujDocument .footerMenu li a {
    font-size: 1.1em;
}
.gujDocument .CopyrightInfo p {
    font-size: 1.1em;
}
.gujDocument .pageTitle h1 {
    font-size: 42px;
    color: #3d4095;
    font-family: 'Lohit Gujarati';
    margin: 0;
    width: 65%;
    line-height: normal;
}
.gujDocument .photoVideoCard .videoPhotoTitle {
    padding: 10px;
    font-size: 1.125em;
    text-align: center;
    background: #f85914;
    color: #fff;
    font-family: 'Lohit Gujarati';
}
.gujDocument .titleRow h2 {
    flex: 1;
    font-size: 24px;
    font-family: 'Lohit Gujarati';
    margin-bottom: 20px;
}
.gujDocument .commonListing li a {
    font-size: 1.125em;
}
.gujDocument input[type="submit"], .gujDocument input[type="button"], .gujDocument input[type="reset"], .gujDocument button, .gujDocument .button {
    background-color: #26286d;
    color: #fff;
    border: 1px solid #26286d;
    transition: all 0.3s ease-out;
    font-family: 'Lohit Gujarati', 'open_sansregular', sans-serif;
}
.gujDocument th, .gujDocument td, .gujDocument .tableData th, .gujDocument .tableData td {
    font-size: 1.125em;
}
.gujDocument .sitemapDiv > a {
    font-size: 1.2em;
}
.gujDocument .sitemapDiv li a {
    font-size: 1.125em;
}
.gujDocument .feedbackForm input[type="text"], .gujDocument .feedbackForm select, .gujDocument .feedbackForm input[type="email"], .gujDocument .feedbackForm input[type="tel"], .gujDocument .feedbackForm textarea {
    font-family: 'Lohit Gujarati', 'open_sansregular', sans-serif;
} /**********Sitemap**********/
.sitemap {
    padding: 0;
    margin: 0 -15px;
}
.sitemapBtnExport {
    padding: 0;
    text-align: right;
    margin-bottom: 15px;
}
.sitemap .sitemapDiv {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.sitemap ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sitemap li {
    margin: 0 10px 10px 0;
    list-style-type: none;
    width: 32%;
    padding: 0;
    float: left;
}
.sitemap li:last-child {
    margin: 0;
}
.sitemap li.sitemapTitle {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
}
.sitemap li.sitemapTitle a {
    text-transform: uppercase;
}
.sitemap li.sitemapTitle a:hover {
    color: #fff;
}
.sitemap li a {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}
.sitemap .sitemapTitle a {
    display: block;
    background: #f1f2f2;
    color: #004185;
    padding: 8px 13px;
    border: 1px solid #e7e7e7;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
}
.sitemap ul li a:hover {
    color: #fff;
}
.sitemap ul li a {
    position: relative;
    line-height: 22px;
    display: block;
    min-width: 220px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    text-decoration: none;
}
.sitemap li a:hover {
    padding: 8px 8px 8px 13px;
    background: #26286d;
}
.sitemap h3 {
    font-size: 1.4em;
    color: #3d4095;
    font-weight: 600;
    margin: 0 0 10px 0;
} /*sitemap end*/ /*23-07-2021*/
.captchaWrap .captchaImg {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #c6cad5;
    height: 40px;
    overflow: hidden;
}
.magazineSubscriptionForm #Add {
    padding: 13px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 11px;
    margin-top: 15px;
}
.magazineSubscriptionForm {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.fieldCol {
    margin-bottom: 15px;
}
.magazineSubscriptionForm .captchaWrap {
    padding-right: 178px;
}
.form_input_cover {
    text-align: center;
}
.magazineSubscriptionPreviewForm table th {
    background: #fff;
    color: #393939;
    font-weight: bold;
    text-align: left;
}
.magazineSubscriptionPreviewForm table th label {
    font-weight: bold;
}
.magazineSubscriptionPreviewForm table td {
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #9b9bad;
    border-right: 1px solid #9b9bad;
    font-size: 16px;
    color: #393939;
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #E5E3DF;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > title, .fancybox-slide > style, .fancybox-slide > meta, .fancybox-slide > link, .fancybox-slide > script, .fancybox-slide > base {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
} /* Buttons */
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}
.fancybox-button:focus, .fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
} /* Navigation arrows */
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
    border: 0;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
} /* Close button on the top right corner of html content */
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: '�';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
} /* Caption */
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative;/* Fix IE11 */
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
} /* Loading indicator */
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} /* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} /* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
} /* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
} /* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
} /* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
} /* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
} /* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
} /* Share */
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fancybox-share p:first-of-type {
    margin-right: -10px;
}
.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s;
}
.fancybox-share_button:focus, .fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
} /* Thumbs */
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
} /* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
.fancybox-thumbs {
    width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 110px;
}
.fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
}
}
.alignRightBhaumik10 {
    float: right;
} /* popup */
.popupInner .onLoadPopupClose {
    cursor: pointer;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: -38px;
    text-indent: 0;
    top: -46px;
    transition: none 0s ease 0s;
    width: 50px;
}
.popupInner .onLoadPopupClose:hover {
    cursor: pointer;
}
.popupInner img {
    z-index: 0;
    position: relative;
    transition: 600ms ease;
}
.popupInner img:hover {
    transform: rotate(180deg);
}
.imgTable {
    padding: 10px;
}
.noJS .onLoadPopup {
    display: none!important;
}
.loadBg {
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    z-index: 99998
}
.popupCon {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%);
    max-width: -moz-fit-content;
}
.popupInner {
    position: relative;
}
.centerImage img {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 15px;
}
.circularTitle b {
    font-weight: normal;
} /*For Orange Text Start*/
.orangeText h4 {
    color: #ff6633;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
}
.orangeText p {
    font-size: 1.0em;
    line-height: 25px;
    margin: 0 0 20px;
    color: #000;
    text-align: justify;
    font-weight: 600;
}/*For Orange Text End*/
.milestonesBox .imgHolder, .milestonesBox .videoPhotoTitle {
    display: block;
} /*.popupConAuto*/
.popupConAuto {
    overflow: auto;
    width: auto;
    height: 600px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
    position: absolute;
    right: -60px;
    top: 90px;
}
.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 33px;
    height: 33px;
}
.unu {
    margin-top: 1px;
}
.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}
.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}
.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}
.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}
.mouse {
    height: 84px;
    width: 44px;
    border-radius: 24px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}
.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}
@-webkit-keyframes mouse-wheel {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
}
@-moz-keyframes mouse-wheel {
0% {
top: 1px;
}
25% {
top: 2px;
}
50% {
top: 3px;
}
75% {
top: 2px;
}
100% {
top: 1px;
}
}
@-o-keyframes mouse-wheel {
0% {
top: 1px;
}
25% {
top: 2px;
}
50% {
top: 3px;
}
75% {
top: 2px;
}
100% {
top: 1px;
}
}
@keyframes mouse-wheel {
0% {
top: 1px;
}
25% {
top: 2px;
}
50% {
top: 3px;
}
75% {
top: 2px;
}
100% {
top: 1px;
}
}
@-webkit-keyframes mouse-scroll {
0% {
opacity: 0;
}
50% {
opacity: .5;
}
100% {
opacity: 1;
}
}
@-moz-keyframes mouse-scroll {
0% {
opacity: 0;
}
50% {
opacity: .5;
}
100% {
opacity: 1;
}
}
@-o-keyframes mouse-scroll {
0% {
opacity: 0;
}
50% {
opacity: .5;
}
100% {
opacity: 1;
}
}
@keyframes mouse-scroll {
0% {
opacity: 0;
}
50% {
opacity: .5;
}
100% {
opacity: 1;
}
}
.example::-webkit-scrollbar {
display: none;
}
.popupConAuto::-webkit-scrollbar {
display: none;
}
.technicalStaffTable .tableData .firstTd {
    width: 30%;
}
.onSelectSite {
    margin-left: 10px;
    height: 23px;
    padding: 0px 5px;
    line-height: 23px;
    border: 1px solid #3e4095;
    color: #3e4095;
    font-weight: bold;
}
