/*
  * File Name : styles.less
  * Description: Global style file
  * Author: NetTantra Technologies
  * Author URI: http://www.nettantra.com
*/


/*
  * File Name : variables.less
  * Description: Global variables file
  * Author: NetTantra Technologies
  * Author URI: http://www.nettantra.com
*/

@font-face {
    font-family: 'arapeyitalic';
    src: url('../fonts/arapey-italic-webfont.eot');
    src: url('../fonts/arapey-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arapey-italic-webfont.woff2') format('woff2'), url('../fonts/arapey-italic-webfont.woff') format('woff'), url('../fonts/arapey-italic-webfont.ttf') format('truetype'), url('../fonts/arapey-italic-webfont.svg#arapeyitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arapeyregular';
    src: url('../fonts/arapey-regular-webfont.eot');
    src: url('../fonts/arapey-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/arapey-regular-webfont.woff2') format('woff2'), url('../fonts/arapey-regular-webfont.woff') format('woff'), url('../fonts/arapey-regular-webfont.ttf') format('truetype'), url('../fonts/arapey-regular-webfont.svg#arapeyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sansregular';
    src: url('../fonts/alegreyasans-regular-webfont.eot');
    src: url('../fonts/alegreyasans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alegreyasans-regular-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-regular-webfont.woff') format('woff'), url('../fonts/alegreyasans-regular-webfont.ttf') format('truetype'), url('../fonts/alegreyasans-regular-webfont.svg#alegreya_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sanslight';
    src: url('../fonts/alegreyasans-light-webfont.eot');
    src: url('../fonts/alegreyasans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alegreyasans-light-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-light-webfont.woff') format('woff'), url('../fonts/alegreyasans-light-webfont.ttf') format('truetype'), url('../fonts/alegreyasans-light-webfont.svg#alegreya_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sanslight_italic';
    src: url('../fonts/alegreyasans-lightitalic-webfont.eot');
    src: url('../fonts/alegreyasans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alegreyasans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-lightitalic-webfont.woff') format('woff'), url('../fonts/alegreyasans-lightitalic-webfont.ttf') format('truetype'), url('../fonts/alegreyasans-lightitalic-webfont.svg#alegreya_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alegreya_sansbold';
    src: url('../fonts/alegreyasans-bold-webfont.eot');
    src: url('../fonts/alegreyasans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/alegreyasans-bold-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-bold-webfont.woff') format('woff'), url('../fonts/alegreyasans-bold-webfont.ttf') format('truetype'), url('../fonts/alegreyasans-bold-webfont.svg#alegreya_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url('../images/tiss-bg-contrast-change.jpg') no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'alegreya_sansregular', 'sans-serif';
    color: #efe9e2;
    font-size: 16px;
}
body.tiss-no-scroll {
    overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body [class^=".tiss-btn"], body .btn {
    font-family: 'montserratregular', 'sans-serif';
}
body .h1, body .h2, body .h3, body h1, body h2, body h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
body .h4, body .h5, body .h6, body h4, body h5, body h6 {
    margin: 10px 0;
}
body .section-title, body .title, body .tiss-tab-project-title, body .tiss-widget-title {
    font-family: 'arapeyregular', 'sans-serif';
}
body h1 {
    font-size: 40px;
}
body h2 {
    font-size: 34px;
}
body small {
    font-size: 11px;
    display: inline-flex;
}
body .tiss-form-group:not(:first-child), body .tiss-form-group:not(:last-child) {
    margin-right: 15px;
}
body .tiss-centres {
    overflow: hidden;
    margin-bottom: 0;
}
body .tiss-centres span {
    display: inline-block;
    position: relative;
    line-height: 5px;
}
body .tiss-centres span:before, body .tiss-centres span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #8a908c;
    top: 0;
    width: 600px;
}
body .tiss-centres span:before {
    right: 100%;
    margin-right: 10px;
}
body .tiss-centres span:after {
    left: 100%;
    margin-left: 10px;
}
body .tiss-centres a {
    color: #ffffff;
    text-decoration: none;
}
body .tiss-centres a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
body .title-middle {
    font-family: 'arapeyitalic', 'sans-serif';
}
body .title-last {
    font-family: 'alegreya_sansbold', 'sans-serif';
}
body .read-more {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-weight: bold;
}
body .read-more-left {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-weight: bold;
    font-family: 'montserratregular', 'sans-serif';
    padding: 4px 6px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border-radius: 4px !important;
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    color: #ffffff;
    right: auto;
    left: 34px;
    bottom: 10px;
}
body .read-more-left:hover, body .read-more-left a:hover {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
body .read-more-left small {
    display: inline-block;
}
body .tiss-hr {
    margin-top: 15px;
    border-color: #9b9b9c;
}
body .tiss-hr-full-width {
    margin-top: 15px;
    border-color: #9b9b9c;
    margin: 20px -25px;
}
body .text-lg {
    font-size: 34px;
}
body .text-xlg {
    font-size: 48px;
}
body .text-lg, body .text-xlg {
    line-height: 30px;
}
body .well-light {
    color: #3e3e3d;
    background-color: rgba(255, 255, 255, 0.95);
}
body .well-dark {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.95);
    border-color: rgba(0, 0, 0, 0.95);
}
body .tiss-well-gray {
    background: #82807a;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    min-height: 76px;
}
body .tiss-well-gray a {
    color: #ffffff !important;
    font-size: 13px;
}
body .tiss-label-info {
    background: #358e7d;
    color: #4ebcad;
}
body .tiss-label-success {
    background: #09482b;
    background: rgba(9, 72, 43);
    /* color: #03804d; */
    color: #07ba71;
    
}
body .tiss-divider {
    background: url('../images/hr-line.png') no-repeat center center;
    padding: 15px;
}
body .tiss-text-warning {
    color: #f68c35;
}
body .tiss-text-danger {
    color: #e8312c;
}
body .tiss-text-success {
    color: #6fbe69;
}
body .tiss-text-success-light {
    color: #0a9814;
}
body .tiss-text-info {
    color: #287d6c;
}
body [class^="tiss-text-"] {
    letter-spacing: 0.4px;
}
body .tiss-btn-success {
    background-color: #6fbe69;
}
body .tiss-rounded {
    border-radius: 20px;
    letter-spacing: 0.5px;
    font-family: 'montserratregular', 'sans-serif';
}
body .tiss-btn-inverse {
    border-radius: 12px;
    padding-right: 11px;
}
body .text-normal {
    text-transform: none;
}
body .tiss-row-no-padding div[class^='col-'] {
    padding: 0;
}
body .tiss-row-with-padding div[class^='col-'] {
    padding: 0 15px;
}
body .tiss-col-no-padding div[class^='col-']:nth-child(odd) {
    padding-right: 0;
}
body .tiss-col-no-padding div[class^='col-']:nth-child(even) {
    padding-left: 0;
}
body .tiss-row-bottom-margin div[class^='col-'] {
    margin-bottom: 30px;
    overflow: hidden;
}
body .tiss-row-top-margin div[class^='col-'] {
    margin-top: 30px;
    overflow: hidden;
}
body .tiss-row-right-border div[class^='col-'] {
    padding-bottom: 30px;
}
body .tiss-row-right-border div[class^='col-']:nth-child(even) {
    border-left: 2px solid #9b9b9c;
}
body .tiss-row-right-border div[class^='col-']:nth-child(odd) {
    border-right: 2px solid #9b9b9c;
}
body .tiss-row-right-border div[class^='col-'].tiss-no-border {
    border: none;
    margin-right: -2px;
}
body .tiss-sm-gutter-width div[class^='col-']:nth-child(even) {
    padding-left: 3px;
}
body .tiss-sm-gutter-width div[class^='col-']:nth-child(odd) {
    padding-right: 3px;
}
body .tiss-quotes-wrapper {
    quotes: "“" "”" "‘" "’";
}
body .tiss-quotes-wrapper:before, body .tiss-quotes-wrapper:after {
    font-size: 3em;
    padding: 17px 5px;
    color: #6fbe69;
}
body .tiss-quotes-wrapper:before {
    content: open-quote;
    float: left;
}
body .tiss-quotes-wrapper:after {
    content: close-quote;
    float: right;
}
body .tiss-minus-margin-top {
    margin-top: -5px;
}
body .tiss-custom-nav-widgets {
    border: none;
}
body .tiss-top-padding {
    padding-top: 30px;
}
body .tiss-bottom-padding {
    padding-bottom: 20px;
}
body .tiss-custom-nav-widgets li {
    float: none;
    margin-bottom: 0;
}
body .tiss-custom-nav-widgets li.open > a, body .tiss-custom-nav-widgets li a {
    color: #82807a;
    border: none;
    background: transparent;
}
body .tiss-custom-nav-widgets li.open > a:hover, body .tiss-custom-nav-widgets li a:hover, body .tiss-custom-nav-widgets li.open > a:focus, body .tiss-custom-nav-widgets li a:focus, body .tiss-custom-nav-widgets li.open > a:active, body .tiss-custom-nav-widgets li a:active {
    background: transparent;
    margin: 0;
    border: none;
}
body .tiss-custom-nav-widgets li.active > a, body .tiss-custom-nav-widgets li.active > a:hover, body .tiss-custom-nav-widgets li.active > a:focus, body .tiss-custom-nav-widgets li.active > a:active {
    background: none;
    border: none;
}
body .tiss-custom-nav-widgets li ul.dropdown-menu li a {
    white-space: pre-line;
}
body .tiss-custom-nav-widgets li ul.dropdown-menu li.active a {
    color: #f68c35;
    background: none;
}
body .tiss-custom-nav-widgets li ul.dropdown-menu li.active a:hover, body .tiss-custom-nav-widgets li ul.dropdown-menu li.active a:focus, body .tiss-custom-nav-widgets li ul.dropdown-menu li.active a:active {
    background: none;
    color: #f68c35;
}
body .tiss-filter li {
    padding: 10px 50px;
}
body .tiss-filter li:first-child {
    padding-left: 15px;
}
body .tiss-truncated {
    height: 90px;
    padding-bottom: 10px;
    white-space: normal;
    overflow: hidden;
}
body .tiss-list-padding {
    padding: 10px 0;
}
body .tiss-list-padding li {
    padding-right: 30px;
}
body .tiss-sticky-widget {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
body .tiss-widget-open {
    overflow-y: scroll;
    -ms-overflow-style: none;
}
body .tiss-widget-open::-webkit-scrollbar {
    width: 0 !important;
}
body a {
    font-family: 'montserratregular', 'sans-serif' !important;
    font-size: 13px;
    color: #f68c35;
    /* color:#35acf6; */
}
body a:hover, body a:focus {
    text-decoration: underline;
}
body .tiss-custom-btn, body .read-more {
    font-family: 'montserratregular', 'sans-serif';
    padding: 4px 6px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border-radius: 4px !important;
    border: 3px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    color: #ffffff;
}
body .tiss-custom-btn:hover, body .read-more:hover, body .tiss-custom-btn a:hover, body .read-more a:hover {
    background: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}
body .tiss-circle {
    font-size: 6px;
    vertical-align: middle;
    padding-right: 23px;
    color: #f68c35;
}
body .tiss-content-scroller-single, body .tiss-home-upcoming-events-scroller {
    max-height: 240px;
}
body .tiss-content-scroller-single .tiss-content-scroller-contents:not(:last-child), body .tiss-home-upcoming-events-scroller .tiss-content-scroller-contents:not(:last-child), body .tiss-content-scroller-single .tiss-home-events-scroller-contents:not(:last-child), body .tiss-home-upcoming-events-scroller .tiss-home-events-scroller-contents:not(:last-child) {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
}
body .tiss-content-scroller-single .tiss-content-scroller-contents .tiss-truncated, body .tiss-home-upcoming-events-scroller .tiss-content-scroller-contents .tiss-truncated, body .tiss-content-scroller-single .tiss-home-events-scroller-contents .tiss-truncated, body .tiss-home-upcoming-events-scroller .tiss-home-events-scroller-contents .tiss-truncated {
    height: 40px;
    padding-bottom: 0;
}
body .tiss-content-scroller-single.tiss-home-upcoming-events-scroller, body .tiss-home-upcoming-events-scroller.tiss-home-upcoming-events-scroller {
    height: 235px !important;
    overflow: hidden;
}
body .tiss-download i {
    padding-right: 15px;
}
body .tiss-download .tiss-custom-btn {
    border-radius: 5px !important;
    padding: 5px 10px !important;
    margin-top: 15px;
}
body .tiss-green-overlay {
    background: url('../images/thumbnail/green-bg.png');
}
body .tiss-red-overlay {
    background: url('../images/thumbnail/red-bg.png');
}
body .tiss-orange-overlay {
    background: url('../images/thumbnail/orange-bg.png');
}
body .tiss-green-overlay {
    background: url('../images/thumbnail/green-bg.png');
}
body .tiss-blue-light-overlay {
    background: url('../images/thumbnail/blue-light-bg.png');
}
body .tiss-sky-light-overlay {
    background: url('../images/thumbnail/sky-light-bg.png');
}
body .tiss-green-dark-overlay {
    background: url('../images/thumbnail/green-dark-bg.png');
}
body .tiss-pink-overlay {
    background: url('../images/thumbnail/pink-bg.png');
}
body .tiss-ui-autocomplete {
    background: rgba(255, 255, 255, 0.9);
    color: #3e3e3d;
    list-style: none;
    font-size: 14px;
    border: 1px solid #8a908c;
    width: 170px !important;
    padding: 0 !important;
}
body .tiss-ui-autocomplete li {
    border-bottom: 1px solid #82807a;
    padding: 3px 10px;
}
body .tiss-tab-hr-line {
    background: url('../images/tab-hr-line.png') no-repeat bottom center;
    margin: 10px 0px;
}
body .tiss-custom-carousel-control .carousel-control {
    background: none;
    width: auto;
    top: 50%;
    text-shadow: none;
    z-index: 10;
}
body .tiss-custom-carousel-control .tiss-carousel-control {
    bottom: 55px;
    top: auto;
    right: 10px;
}
body .tiss-custom-carousel-control .tiss-carousel-control .glyphicon {
    padding: 4px;
}
body .tiss-custom-carousel-control .tiss-carousel-control .glyphicon-menu-right {
    border-left: 1px solid #d4cecb;
}
body .tiss-custom-carousel-control .tiss-carousel-control .glyphicon-menu-left {
    right: 29px;
    border-right: 1px solid #d4cecb;
}
body table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
body table tr th, body table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
body .overlay {
    background: rgba(32, 42, 26, 0.75);
    background-image: none;
    background-color: rgba(32, 42, 26, 0.75);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
body .overlay .header-wrapper {
    z-index: 9999;
    background: rgba(9, 72, 43, 0.6);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to right, rgba(9, 72, 43, 0) 0%, rgba(1, 29, 16, 0.57) 24%, rgba(1, 29, 16, 0.56) 50%, rgba(9, 72, 43, 0) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(9, 72, 43, 0) 0%, rgba(1, 29, 16, 0.57) 24%, rgba(1, 29, 16, 0.56) 50%, rgba(9, 72, 43, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

body .overlay .header-wrapper .primary-nav {
    background: url('../images/primary-header-bg.png') repeat-y center top;
    height: 34px;
    width: 100%;
    display: inline-block;
}
body .overlay .header-wrapper .primary-nav .tiss-custom-nav:first-child {
    padding-left: 80px;
}
body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a {
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 10px;
    padding: 10px;
}
body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a:hover, body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a:focus, body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a:active {
    background: none;
    opacity: 1;
}
body .overlay .header-wrapper .primary-nav .tiss-custom-nav li.active a {
    color: #f68c35;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
body .overlay .header-wrapper .primary-nav form#tiss-searchform {
    margin-top: 3.5px;
    margin-bottom: 0;
}
body .overlay .header-wrapper .primary-nav form#tiss-searchform input#tiss-searchbox {
    display: inline-block;
    color: #3e3e3d;
    padding: 0 5px;
    height: 25px;
}
body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit {
    background: none;
}
body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit:active, body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit:hover, body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit:focus, body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit.active {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar {
    background: none;
    border: none;
    margin-bottom: 5px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand {
    padding: 0;
    margin-top: -20px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand img {
    width: 80px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar .tiss-responsive-view {
    display: none;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse {
    margin-top: 14px;
    margin-bottom: 17px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav {
    text-transform: capitalize;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
    color: #ffffff;
    font-size: 21px;
    font-family: 'arapeyregular', 'sans-serif' !important;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a span {
    font-family: 'arapeyitalic', 'sans-serif';
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a.tiss-custom-btn {
    font-family: 'montserratregular', 'sans-serif' !important;
    margin-top: 11px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li.tiss-dropdown {
    position: static;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li.tiss-dropdown a {
    background: none;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li:active > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li:focus > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li:hover > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li.active > a {
    background: none;
    color: #f68c35;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav {
    background: none;
    box-shadow: none;
    border: none;
    padding-top: 15px;
    margin-left: 80px;
    left: 0;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li {
    color: #000000;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a {
    color: #000000;
    font-size: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:hover, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:focus, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:active {
    background: none;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:active > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:focus > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:hover > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.active > a {
    color: #006e48;
    border-bottom: 6px solid rgba(250, 109, 16, 0.8);
    padding-bottom: 6.8px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-tags {
    background: #6fbe69;
    color: #ffffff;
    font-size: 45px;
    position: absolute;
    top: 5px;
    margin-left: 12px;
    padding: 2px 21px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action {
    margin-left: -81px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more a {
    color: #3d7150;
    font-weight: bold;
    padding-left: 3px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more {
    font-size: 13px;
    padding-top: 3px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more a {
    font-size: 13px;
    font-family: 'montserratregular', 'sans-serif' !important;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action:active > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration:active > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more:active > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action:focus > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration:focus > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more:focus > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-all-action:hover > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration:hover > a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li .tiss-read-more:hover > a {
    border: none;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.tiss-admiration {
    margin-left: 40px;
    font-size: 14px;
    display: none;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav.tiss-subnav-show {
    display: inline-block;
    margin: 0;
    text-align: center;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav .tiss-widget-search {
    vertical-align: top;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav .tiss-widget-search form {
    margin-top: -5px;
}
body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse .tiss-navbar-more {
    display: none;
}
body .overlay .tiss-subnav-container {
    height: 45px;
    background: #efe9e2;
    width: 100%;
}
body .overlay .tiss-subnav-container-small {
    height: 1px;
    margin-bottom: 20px;
    display: none;
}
body .overlay .content-header-wrapper {
    background: url('../images/admissions-header.jpg') no-repeat center center;
    background-size: cover;
    min-height: 626px;
}
body .overlay .content-header-wrapper .tiss-admission-page-header {
    margin-top: 77px;
    margin-bottom: 90px;
}
body .overlay .content-header-wrapper .tiss-admission-page-header .tiss-header {
    padding: 3px 20px;
}
body .overlay .content-header-wrapper .tiss-admission-page-header .page-header-top {
    background: rgba(69, 169, 151, 0.5);
    position: relative;
    z-index: 10;
}
body .overlay .content-header-wrapper .tiss-admission-page-header .page-header-top span {
    color: #e03d2f;
    font-family: 'arapeyitalic', 'sans-serif';
}
body .overlay .content-header-wrapper .tiss-admission-page-header .page-header-middle {
    background: rgba(118, 230, 114, 0.5);
    position: relative;
    z-index: 9;
}
body .overlay .content-header-wrapper .tiss-admission-page-header .page-header-bottom {
    background: rgba(241, 56, 120, 0.5);
}
body .overlay .content-wrapper {
    margin-top: -324px;
}
body .overlay .content-wrapper .programme-info .tiss-section {
    margin: 0 -20px;
    /* border-bottom: 1px solid #d4cecb; */
    border-top: 1px solid #cbc5bf;
    padding: 0 20px;
}
body .overlay .content-wrapper .programme-info .tiss-section:first-child {
    border-top: none;
}
body .overlay .content-wrapper .programme-info .tiss-section:last-child {
    border-bottom: none;
}
body .overlay .content-wrapper .programme-info .section-title {
    margin-top: 5px;
    margin-bottom: -10px;
}
body .overlay .content-wrapper .programme-info ul {
    list-style: square url('../images/icons/icon-square.png') inside;
}
body .overlay .content-wrapper .programme-info ul li {
    line-height: 24px;
}
body .overlay .content-wrapper .programme-info .section-view-all span {
    font-family: 'arapeyitalic', 'sans-serif';
    font-size: 27px;
    color: #977f59;
}
body .overlay .content-wrapper .programme-info .section-view-all a {
    padding: 0 10px;
    font-size: 11px;
    color: #ef5d88;
}
body .overlay .content-wrapper .programme-info .section-view-all a.tiss-btn-inverse {
    color: #ffffff;
}
body .overlay .content-wrapper .programme-info .section-view-all ul {
    display: inline-block;
    list-style: square url('../images/icons/icon-bullet.png') inside;
}
body .overlay .content-wrapper .center-location-info {
    margin-left: -30px;
    margin-top: 15px;
    border-radius: 0;
}
body .overlay .content-wrapper .center-location-info a {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
body .overlay .content-wrapper .center-location-info a:hover, body .overlay .content-wrapper .center-location-info a:focus, body .overlay .content-wrapper .center-location-info a:active, body .overlay .content-wrapper .center-location-info a small {
    color: #f68c35;
}
body .overlay .content-wrapper .center-location-info small {
    color: #9b9b9c;
    display: inline-block;
}
body .overlay .content-wrapper .center-location-info .section-download-app {
    margin: 0 -20px;
    padding: 0 20px;
}
body .overlay .content-wrapper .center-location-info .tiss-glyphicon {
    font-size: 24px;
}
body .overlay .content-wrapper .center-location-info h5.title {
    margin: 0;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .carousel-control {
    background: none;
    width: auto;
    top: 50%;
    text-shadow: none;
    z-index: 10;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control {
    bottom: 55px;
    top: auto;
    right: 10px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control .glyphicon {
    padding: 4px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control .glyphicon-menu-right {
    border-left: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control .glyphicon-menu-left {
    right: 29px;
    border-right: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control {
    position: relative;
    bottom: 0;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-carousel-control-wrapper .tiss-carousel-control .glyphicon-menu-left {
    right: -5px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-control {
    background: none;
    width: auto;
    top: 50%;
    text-shadow: none;
    z-index: 10;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-control {
    bottom: 55px;
    top: auto;
    right: 10px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-control .glyphicon {
    padding: 4px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-control .glyphicon-menu-right {
    border-left: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-control .glyphicon-menu-left {
    right: 29px;
    border-right: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner img {
    /* height: 445px; */
    width: 100%;
    height: auto;
    height: 445px;
}

/* body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .item { */
/*     opacity: 0; */
/*     filter: alpha(opacity=0); */
/*     -webkit-transition-property: opacity; */
/*     transition-property: opacity; */
/* } */
/* body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .active { */
/*     opacity: 1; */
/*     filter: alpha(opacity=100); */
/* } */
/* body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .active.left, body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .active.right { */
/*     left: 0; */
/*     opacity: 0; */
/*     filter: alpha(opacity=0); */
/*     z-index: 1; */
/* } */
/* body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .next.left, body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner .prev.right { */
/*     opacity: 1; */
/*     filter: alpha(opacity=100); */
/* } */

body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-indicators {
    right: 15px;
    left: auto;
    bottom: 5px;
    text-align: right;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px 0 0;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-indicators li.active {
    background-color: #fff;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.85) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.9) 100%);
    padding: 75px 56px 0;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .label {
    padding-top: 6px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h2, body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h5 {
    margin-top: 0;
    text-shadow: none;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h2 {
    line-height: 40px;
    font-size: 46px;
    letter-spacing: 0px;
    margin-top: 10px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption a {
    color: #ffffff;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .tiss-carousel-contents-wrapper {
    width: 980px;
    margin-top: 140px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-caption {
    bottom: 0;
    top: auto;
    /* background: rgba(41, 139, 181, 0.6); */
    background: rgba(58, 72, 78, 0.5);
    text-align: left;
    width: 100%;
    padding: 15px;
    text-shadow: none;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-caption h3 {
    font-family: 'alegreya_sansregular', 'sans-serif';
    margin: 0 0 35px;
}
body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-caption-no-bg {
    width: 20em;
    left: 25px;
    background: none;
}
body .overlay .tiss-content-wrapper #tiss-news-carousel .tiss-carousel-caption h2 {
    font-size: 34px;
    margin: 0;
}
body .overlay .tiss-content-wrapper #tiss-on-the-filed-carousel .tiss-carousel-caption .read-more:hover, body .overlay .tiss-content-wrapper #tiss-news-carousel .tiss-carousel-caption .read-more:hover, body .overlay .tiss-content-wrapper #tiss-on-the-filed-carousel .tiss-carousel-caption .tiss-custom-btn:hover, body .overlay .tiss-content-wrapper #tiss-news-carousel .tiss-carousel-caption .tiss-custom-btn:hover {
    background: #ffffff;
    color: #3387a9;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs {
    border: none;
    padding: 13px 20px;
    text-transform: uppercase;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li {
    padding: 5px 0 0;
    float: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li a {
    color: #ffffff;
    /* font-size: 13px; */
    font-size: 12px;
    border: none;
    font-weight: 400;
    background: none !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li.active > a, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li.active > a:focus, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li.active > a:hover a:focus, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li a:hover, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li a:active {
    color: #e37b36;
    background: none;
    border: none;
    border-radius: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs-no-border li:nth-child(5) {
    background: none;
    padding-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs {
    margin-top: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs {
    border: none;
    background: url('../images/tiss-tab-border.png') repeat-x bottom 2px center;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li {
    margin-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li a {
    color: #727272;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li a:hover, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li a:focus, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li a:active {
    border-color: transparent;
    background: none;
    color: #f68c35;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li.active a {
    background: none;
    border-color: transparent;
    background: url('../images/tiss-active-tab-border.png') repeat-x bottom center;
    color: #f68c35;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-header {
    position: relative;
    min-height: 100px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-header img {
    width: 100%;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-project-title, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-slogan {
    font-size: 48px;
    line-height: 1.2em;
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-obj-slogan {
    position: absolute;
    font-size: 1em;
    color: #ffffff;
    background: #6fbe69;
    width: 20.1em;
    left: 0;
    right: auto;
    bottom: 0;
    padding: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-slogan {
    font-size: 2em;
    font-family: 'arapeyitalic', 'sans-serif';
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents {
    background-color: rgba(255, 255, 255, 0.95);
    color: #3e3e3d;
    border: 1px solid #82807a;
    padding: 40px 32px 125px;
    line-height: 28px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents h2, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents h3 {
    margin-top: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-what-we-do {
    padding: 5px 0 27px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-what-we-do a {
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective {
    color: #3e3e3d;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol {
    counter-reset: li;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li {
    line-height: 20px;
    padding-bottom: 55px;
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:last-child {
    padding-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #6fbe69;
    font-weight: bold;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li span {
    position: absolute;
    left: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-tab-bottom-contents {
    margin-top: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-staff-designation {
    position: absolute;
    left: 242px;
    line-height: 15px;
    font-size: 14px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-staff-designation h4 {
    margin: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info {
    background: url("../images/tiss-vertical-bar.png") repeat-y center left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    padding-left: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info strong {
    margin-top: 5px;
    /* display: block; */
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info-no-bg {
    background: none;
    padding-left: 0px;
    padding-right: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-row-bottom-margin {
    margin-left: 0;
    margin-right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs {
    border: none;
    margin-bottom: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li {
    border: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li a {
    color: #3e3e3d;
    border: none;
    border-radius: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active {
    background: #95bcf2;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active a {
    background: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark {
    background-color: rgba(255, 255, 255, 0.95);
    color: #3e3e3d;
    border: 1px solid #82807a;
    padding: 40px 32px 125px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.95);
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents h2, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents h3, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark h2, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark h3 {
    margin-top: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-what-we-do, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-what-we-do {
    padding: 5px 0 27px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-what-we-do a, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-what-we-do a {
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective {
    color: #3e3e3d;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective ol {
    counter-reset: li;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective ol li {
    line-height: 20px;
    padding-bottom: 55px;
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:last-child, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective ol li:last-child {
    padding-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:before, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #6fbe69;
    font-weight: bold;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li span, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-objective ol li span {
    position: absolute;
    left: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-tab-bottom-contents, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-tab-bottom-contents {
    margin-top: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-staff-designation, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-staff-designation {
    position: absolute;
    /* left: 242px; */
    left: 27.7%;
    line-height: 15px;
    font-size: 14px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-staff-designation h4, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-staff-designation h4 {
    margin: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-faculty-info {
    background: url("../images/tiss-vertical-bar.png") repeat-y center left;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    padding-left: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info strong, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-faculty-info strong {
    margin-top: 5px;
    /* display: block; */
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info-no-bg, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-faculty-info-no-bg {
    background: none;
    padding-left: 0px;
    padding-right: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-row-bottom-margin, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-row-bottom-margin {
    margin-left: 0;
    margin-right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs {
    border: none;
    margin-bottom: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li {
    border: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li a {
    color: #3e3e3d;
    border: none;
    border-radius: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active {
    background: #95bcf2;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active a {
    background: none;
}
body .overlay .tiss-content-wrapper .tiss-campuses img {
    width: 100%;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-announcements {
    letter-spacing: 0.3px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-announcements .tiss-truncated {
    height: 34px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-announcements .tiss-custom-btn {
    position: absolute;
    bottom: 20px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-announcements .tiss-custom-btn:hover {
    color: #03804d;
    background: #ffffff;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-box {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.6;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-box h5 {
    margin-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media {
    font-size: 13px;
    margin-top: 0px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .media-left, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .media-right {
    display: inline-block;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-date {
    padding: 5px 0;
    color: #ec6d50;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-date h5 {
    font-size: 11px;
    display: inline-block;
    padding-right: 3px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-date span {
    font-size: 11px;
    font-family: 'montserratregular', 'sans-serif';
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-date .media-left {
    padding-right: 2px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-date .media-right {
    padding-left: 2px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .media-heading {
    height: 15px;
    font-family: 'alegreya_sansregular', 'sans-serif';
    font-weight: bold;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-media-separator {
    padding: 0;
    vertical-align: top;
    font-weight: bold;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media h4, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media h5 {
    margin: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .tiss-media-content {
    font-size: 11px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box img {
    max-height: 330px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box img.img-auto-width {
    width: auto;
    margin: 0 auto;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-divider {
    border: 1px solid #cbc5bf;
    margin: 24px -25px 18px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upper-widget {
    display: inline-block;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-well-lg {
    min-height: 250px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-no-bg {
    background: transparent;
    min-height: 330px;
    max-height: 330px;
    overflow: hidden;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container {
    display: block;
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 25px 20px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container select {
    color: #3e3e3d;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-custom-widget-container {
    margin: 25px 0;
    display: inline-block;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-custom-widget-container .tiss-custom-left-content {
    margin-left: -15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-custom-widget-container .tiss-custom-right-content {
    margin-right: -15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-widget-icons ul li {
    padding: 20px 10px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-widget-icons ul li a {
    color: #000000;
    font-size: 16px;
    padding-left: 5px;
    vertical-align: top;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-widget-icons ul li a.btn {
    font-size: 12px;
    line-height: 12px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-social-icon-widgets li {
    padding: 10px 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-social-icon-widgets li a {
    color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-social-icon-widgets li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-widget-title {
    color: #3d7150;
    line-height: 30px;
    display: inline-block;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-area-type {
    line-height: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget {
    background: none;
    padding: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-schools-centre-widgets, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents {
    margin: 0 auto;
    width: 1140px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 25px 20px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget-contents {
    margin-top: 100px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-warning, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-info, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-danger, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-primary {
    width: 310px;
    padding: 30px;
    background: rgba(130, 101, 43, 0.8);
    float: right;
    position: absolute;
    top: 34px;
    right: 34px;
    height: 264px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-info {
    background: rgba(78, 188, 173, 0.8);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-danger {
    background: rgba(189, 69, 46, 0.8);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper .tiss-primary {
    background: rgba(51, 135, 169, 0.8);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-campuses-wrapper a > img {
    min-height: 330px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events {
    padding: 10px 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events h5.text-uppercase {
    margin-top: 3px;
    margin-bottom: 3px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events .read-more-left {
    left: 21px;
    bottom: 16px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events .read-more-left a {
    border-color: #f68c35 !important;
    color: #f68c35 !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events .read-more-left a:hover {
    background: #f68c35 !important;
    color: #ffffff !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-special-announcement {
    padding: 3px 25px 0px;
    background: rgba(255, 246, 226, 0.9) !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-special-announcement .tiss-carousel-contents {
    letter-spacing: 0.5px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-special-announcement .tiss-carousel-contents h5 {
    margin-bottom: 5px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-special-announcement .tiss-carousel-contents p {
    color: #382b14;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-special-announcement .carousel-control {
    top: 30%;
    text-shadow: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-project-listing .tiss-carousel-control {
    bottom: -60px;
    right: -10px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-info, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-success, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-warning, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-danger, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-primary {
    padding: 20px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-info {
    background: #4ebcad;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-info-overlay {
    background: rgba(78, 188, 172, 0.9);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-success-overlay {
    background: rgba(3, 128, 77, 0.9);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-success {
    background: #03804d;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-warning {
    background: #82652b;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-danger {
    background: #bd452e;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-primary {
    background: #3387a9;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-counter {
    font-size: 27px;
    color: #6fbe69;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-area-type {
    vertical-align: top;
    padding: 0 10px;
    line-height: 40px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools {
    position: relative;
    min-height: 80px;
    height: auto;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools img {
    width: 100%;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools .tiss-schools-title {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    line-height: 18px;
    color: #ffffff;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools .tiss-schools-title .tiss-for {
    color: #f68c35;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools .tiss-schools-title:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools .tiss-schools-title:hover span {
    text-decoration: underline;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light {
    background: rgba(255, 255, 255, 0.90);
    color: #3e3e3d;
    width: 100%;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); */
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more > a, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more-left > a, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more-left, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.tiss-custom-btn {
    color: #3e3e3d;
    border-radius: 4px;
    border: 3px solid rgba(0, 0, 0, 0.3);
    padding: 4px 6px;
    font-size: 12px;
    display: inline-block;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more > a:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more-left > a:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more-left:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.tiss-custom-btn:hover, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more > a:focus, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more-left > a:focus, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more:focus, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.read-more-left:focus, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light a.tiss-custom-btn:focus {
    background: rgba(0, 0, 0, 0.3);
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light.tiss-widget-schools-centres h2.title {
    margin-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-lg {
    min-height: 500px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets {
    cursor: pointer;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li .title {
    padding-top: 6px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li:not(:first-child):not(:last-child) {
    padding-left: 65px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li i {
    margin-top: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container {
    min-height: 200px;
    position: relative;
    border-radius: 0;
    border: none;
    padding-top: 40px;
    margin-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-right {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
    left: auto;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-right.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-bottom {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
    right: 0;
    top: auto !important;
    bottom: 0;
    padding: 15px !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-bottom.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-full-width {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-full-width.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container ul li {
    border-bottom: 1px solid #9b9b9c;
    padding: 10px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar {
    margin-top: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header {
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-corner-all {
    position: absolute;
    bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar a {
    color: #3e3e3d;
    vertical-align: top;
    padding: 3px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar a.ui-state-highlight {
    background: #cbc5bf;
    border-radius: 50%;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-inline {
    border: 1px solid #cbc5bf;
    border-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-inline table tr td {
    border: 1px solid #cbc5bf;
}
body .overlay .tiss-content-wrapper .tiss-img-lg img {
    max-height: none;
}
body .overlay .tiss-footer {
    margin-top: 50px;
    font-size: 13px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
body .overlay .tiss-footer ul > li {
    line-height: 20px;
}
body .overlay .tiss-footer a {
    color: #efe9e2;
    font-size: 12px;
}
body .overlay .tiss-footer a:hover {
    background: none;
    text-decoration: underline;
}
body .overlay .tiss-footer small {
    font-weight: bold;
    color: #efe9e2;
}
body .overlay .tiss-footer .tiss-footer-logo {
    margin: 12px 0 20px;
}
body .overlay .tiss-footer .tiss-footer-logo img {
    width: 80px;
}
body .overlay .tiss-footer .tiss-address a {
    text-decoration: none;
}
body .overlay .tiss-footer .tiss-footer-bottom {
    margin: 38px 0 16px;
}
body .overlay .tiss-footer .tiss-footer-bottom ul > li {
    padding: 0 25px;
}

/*
  * File Name : custom-responsive.less
  * Description: Global custom responsive file
  * Author: NetTantra Technologies
  * Author URI: http://www.nettantra.com
*/


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {}
@media only screen and (max-width: 1024px) {
    body .tiss-tab-contents img {
        width: 100%;
    }
    body .tiss-footer {
        text-align: center;
    }
    body .tiss-footer a {
        font-size: 11px;
    }
    body .tiss-footer .tiss-footer-bottom ul > li {
        padding: 0 5px;
    }
    body .tiss-footer .tiss-footer-logo img {
        margin: 0 auto;
    }
    body .tiss-footer .tiss-footer-top {
        background: rgba(0, 0, 0, 0.9);
    }
    body .tiss-footer .tiss-footer-top .glyphicon {
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    body .tiss-footer .tiss-footer-top .rotate-arrow {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    body .tiss-footer .tiss-footer-top h5 {
        padding: 5px 20px;
        cursor: pointer;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    body .tiss-footer .tiss-footer-top h5 strong {
        padding-left: 20px;
    }
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 767px) {
    body h1 {
        font-size: 25px;
    }
    body h2 {
        font-size: 22px;
    }
    body h3 {
        font-size: 28px;
    }
    body .text-lg {
        font-size: 22px;
    }
    body .text-xlg {
        font-size: 25px;
    }
    body .tiss-list-padding li {
        display: block;
        clear: both;
    }
    body .tiss-filter li {
        padding: 10px 15px;
    }

    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
	font-size: 2vw;
	padding: 0.7vw;
    }
    body .mobile-hide {
        display: none !important;
    }
    body .tiss-row-bottom-margin div[class^='col-'] {
        margin-bottom: 10px;
    }
    body .tiss-form-inline .btn {
        float: none !important;
    }
    body img {
        height: auto !important;
        max-height: none !important;
    }
    body .read-more-left {
        bottom: 25px;
        left: 30px;
    }
    body .overlay .header-wrapper .primary-nav {
        background-repeat: repeat-y;
        height: 83px;
        display: block;
        margin-bottom: 10px;
    }
    body .overlay .header-wrapper .primary-nav form#tiss-searchform {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        right: 45px;
        top: 11px;
        z-index: 100;
    }
    body .overlay .header-wrapper .primary-nav form#tiss-searchform #tiss-searchsubmit {
        opacity: 0.7;
    }
    body .overlay .header-wrapper .primary-nav form#tiss-searchform input#tiss-searchbox {
        display: none;
    }
    body .overlay .header-wrapper .primary-nav .tiss-custom-nav {
        display: none;
    }
    body .overlay .header-wrapper .secondary-nav {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    body .overlay .header-wrapper .secondary-nav .navbar-default .navbar-toggle {
        background: none;
        border: none;
        float: right;
        padding: 20px 0 0 0;
        margin-right: 0;
    }
    body .overlay .header-wrapper .secondary-nav .navbar-default .navbar-toggle .icon-bar {
        background-color: rgba(255, 255, 255, 0.7);
        height: 3px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand {
        padding-top: 3px;
        margin: 0;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand img {
        width: 60px;
        display: inline-block;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar .tiss-responsive-view {
        display: inline-block;
        color: #ffffff;
        font-size: 22px;
        line-height: 20px;
        margin: 15px 10px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.9);
        /* margin-top: -3px; */
        border: none;
        padding: 10px 15px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav {
        text-transform: none;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
        font-size: 18px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a .glyphicon {
        font-size: 14px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav.navbar-right {
        border-bottom: 1px solid #d4cecb;
        border-top: 1px solid #cbc5bf;
        padding: 5px 0 15px 0;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav {
        margin-left: 0px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li {
        display: block;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a {
        color: #ffffff;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:hover, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:focus, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a:active {
        border: none;
        color: #e37b36;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.active > a {
        color: #e37b36;
        border: none;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav .tiss-custom-btn {
        float: left;
        margin-left: 15px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse .tiss-navbar-more {
        display: block;
    }
    body .overlay .tiss-subnav-container {
        display: none;
    }
    body .overlay .content-wrapper .center-location-info {
        margin-left: 0;
    }
    body .overlay .tiss-content-wrapper img {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab h1 {
        margin-top: 15px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section {
        margin-right: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-custom-nav-tabs li.tiss-no-bg {
        background: none;
        padding-bottom: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs {
        text-align: center;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-inner-tabs .nav-tabs li {
        float: none;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-slogan {
        font-size: 1em;
        bottom: 5px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-obj-slogan {
        width: 100%;
    }
    /* body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents { */
    /*     padding-left: 0; */
    /*     padding-right: 0; */
    /* } */
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents p {
        padding: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective img {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective .tiss-content-title {
        text-align: center;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li {
        padding-bottom: 8em;
        margin-right: 10px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:last-child {
        padding-bottom: 6em;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol li:before {
        padding-left: 10px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-tab-bottom-contents {
        text-align: center;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-staff-designation {
        position: relative;
        left: 0;
        margin-bottom: 15px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-faculty-info {
        background: none;
        margin-top: 0;
        padding: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents img {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-row-no-padding {
        padding: 0 15px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-no-bg {
        max-height: none;
        margin-bottom: 15px;
        min-height: auto;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-custom-widget-container .tiss-custom-left-content, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-no-bg .tiss-custom-widget-container .tiss-custom-left-content, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-custom-widget-container .tiss-custom-right-content, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-no-bg .tiss-custom-widget-container .tiss-custom-right-content {
        margin: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents .text-xlg, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents .text-xlg, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets .text-xlg, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents .tiss-counter, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents .tiss-counter, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets .tiss-counter {
        font-size: 18px;
        line-height: 24px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents .text-lg, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents .text-lg, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets .text-lg {
        font-size: 17px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents li, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents li, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets li {
        display: inline-block;
        padding-right: 5%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents li:last-child, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents li:last-child, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets li:last-child {
        padding-right: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widget-contents li span, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widget-contents li span, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-hidden-widgets .tiss-schools-centre-widgets li span {
        font-size: 12px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .tiss-widget-open .tiss-list-padding {
        visibility: hidden;
        padding: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container.tiss-sticky-widget .tiss-hidden-widgets .tiss-schools-centre-widgets {
        padding-bottom: 25px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container .msg_body table {
        font-size: 0.55em;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li:not(:first-child):not(:last-child) {
        padding-left: 5px;
        display: block;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li i {
        margin-top: 0px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-media .media-heading {
        height: auto;
        font-size: 12px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events .tiss-media:nth-of-type(4) {
        visibility: hidden;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-upcoming-events .read-more-left {
        right: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box img {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-caption .title {
        visibility: none;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption {
        padding: 5px 15px 5px;
        bottom: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h5 {
        margin: 5px 0;
        font-size: 12px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h5.label-danger {
        display: none;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .tiss-carousel-contents-wrapper {
        width: 100%;
        margin-top: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .tiss-carousel-contents-wrapper p:nth-of-type(1) {
        display: none;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .title {
        font-size: 1.5em;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .read-more {
        /*position: relative;*/
        bottom: 11px;
        right: 5px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-control {
        display: none;
    }
    body .overlay .tiss-footer .tiss-footer-bottom {
        margin: 25px 0;
    }
}
@media only screen and (max-width: 991px) {
    body .tiss-footer .tiss-footer-top {
        background: rgba(0, 0, 0, 0.9);
    }
    body .tiss-footer .tiss-footer-top .glyphicon {
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    body .tiss-footer .tiss-footer-top .rotate-arrow {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    body .tiss-footer .tiss-footer-top h5 {
        padding: 5px 20px;
        cursor: pointer;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    body .tiss-footer .tiss-footer-top h5 strong {
        padding-left: 20px;
    }
}
@media (min-device-width: 768px) and (max-device-width: 991px) {
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
        font-size: 14px;
        padding: 7px;
    }
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body .tiss-circle {
        padding-right: 12px;
        font-size: 8px;
    }
    body .text-lg {
        font-size: 18px;
    }
    body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a {
        font-size: 9px;
        padding: 10px 5px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand img {
        width: 70px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav {
        margin-left: 5px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
        font-size: 15px;
        padding: 10px 5px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a.tiss-custom-btn {
        font-size: 9px !important;
        padding: 3px !important;
        margin-top: 6px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav {
        padding-top: 12px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a {
        font-size: 11px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.active a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:hover a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:focus a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:active a {
        padding-bottom: 9.8px;
    }
    body .overlay .content-wrapper .center-location-info {
        margin-left: 0;
    }
    body .overlay .content-wrapper .center-location-info .tiss-glyphicon {
        float: right;
    }
    body .overlay .tiss-content-wrapper img {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .tiss-carousel-caption {
        padding: 10px 15px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-indicators li:last-child {
        margin-right: 3px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .tiss-carousel-contents-wrapper {
        width: 100%;
        margin-top: 10px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .read-more {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 10px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h2 {
        font-size: 30px;
        line-height: 25px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-inner img {
        height: 345px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-announcements .tiss-truncated {
        height: 20px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-counter {
        font-size: 21px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets {
        margin: 0;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li .text-lg {
        padding-top: 3px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li span {
        font-size: 12px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li:not(:first-child):not(:last-child) {
        padding-left: 30px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-schools-centre-widgets li i {
        margin-top: 12px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-list-padding {
        visibility: hidden;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more-left {
        left: 28px;
        bottom: 7px;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .read-more-left a {
        border: 3px solid #f68c35;
    }
}

/* iPads (landscape) ----------- */


/* iPads (portrait) ----------- */


/* Desktops and laptops ----------- */

@media only screen and (max-width: 1224px) {
    body .overlay .tiss-tab-contents img {
        width: 100%;
    }
    body .overlay .tiss-custom-widget-box .tiss-widget-container-lg p img {
        width: 100%;
	height:auto;
    }
    body .overlay h1 img, body .overlay h2 img, body .overlay h3 img, body .overlay h4 img, body .overlay h5 img, body .overlay h6 img {
        width: auto;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-obj-slogan {
        width: 100%;
    }
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective ol, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-objective h5 {
        margin-left: 15px;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption h2 {
        font-size: 2em;
    }
    body .overlay .tiss-content-wrapper .tiss-carousel-wrapper .carousel-caption .tiss-carousel-contents-wrapper {
        width: 100%;
    }
    body .overlay .header-wrapper .primary-nav .tiss-custom-nav li a {
        font-size: 9px;
        padding: 10px 3px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar .navbar-brand img {
        width: 70px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav {
        margin-left: 5px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
        font-size: 17px;
        padding: 10px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a.tiss-custom-btn {
        margin-top: 5px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav {
        padding-top: 6px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li a {
        font-size: 11px;
    }
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li.active a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:hover a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:focus a, body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav li:active a {
        padding-bottom: 9.8px;
    }
}

/* Large screens ----------- */


/* iPhone 5 (portrait &amp; landscape)----------- */


/* iPhone 5 (landscape)----------- */


/* iPhone 5 (portrait)----------- */

//.glyphicon {
    //font-size: 11px;
//}
.tiss-all-action {
    margin-top: 15px;
    opacity: 0.7;
    color: white;
}
.project-all-link {
    color: white;
    opacity: 0.7;
}
.project-all-link:hover {
    color: white;
    opacity: 1;
}
.tiss-all-action:hover {
    margin-top: 15px;
    opacity: 1;
    color: white;
}
.project-title {
    margin-top: 10px;
    color: white;
    font-size: 30px;
}
.project-explore {
    color: #929292;
    position: relative;
    bottom: -20px;
}
.project-desc {
    color: #666;
}
/* .tiss-custom-widget-box { */
/*     margin-top: 10px; */
/* } */
.well {
    padding: 10px 0px;
    margin-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

/* hr { */


/* margin:10px 0px; */


/* } */

.text-primary-date {
    color: #888;
}
/* .tiss-custom-tab { */
/*     margin-top: 10px; */
/* } */

/* .tiss-content-wrapper { */


/*     margin-top:10px; */


/* } */

body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container {
    min-height: 200px;
    position: relative;
    border-radius: 0;
    border: none;
    padding-top: 40px;
    margin-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content, body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-bottom {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-bottom {
    right: 0;
    top: auto !important;
    bottom: 0;
    padding: 15px !important;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-full-width {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container ul li {
    border-bottom: 1px solid #9b9b9c;
    padding: 10px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar {
    margin-top: 15px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header {
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-corner-all {
    position: absolute;
    bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar a {
    color: #3e3e3d;
    vertical-align: top;
    padding: 3px;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar a.ui-state-highlight {
    background: #cbc5bf;
    border-radius: 50%;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-inline {
    border: 1px solid #cbc5bf;
    border-bottom: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-event-calendar-container .tiss-event-calendar .ui-datepicker-inline table tr td {
    border: 1px solid #cbc5bf;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-full-width.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-right {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 7px;
    font-family: 'montserratregular', 'sans-serif';
    font-weight: normal;
    left: auto;
    right: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-custom-badge-container .tiss-custom-badge-content-right.label a {
    color: #ffffff;
    text-decoration: none;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs {
    border: none;
    margin-bottom: 25px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li {
    border: 1px solid #d4cecb;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li a, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li a {
    color: #3e3e3d;
    border: none;
    border-radius: 0;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active {
    background: #95bcf2;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active a, body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents-dark .tiss-custom-inner-tabs-section .tiss-custom-inner-nav-tabs li.active a {
    background: none;
}

body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav ul.tiss-custom-subnav .tiss-widget-search form
{
    margin-top: 1px;
}

body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light 
{
    opacity: 0.9;
    position: relative;
}

body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .tiss-project-bottom-bar
{
    background: #206E4D;
    
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 0;
}

body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .tiss-project-bottom-bar a
{
    color: #ffffff;
    font-family: 'alegreya_sansbold', sans-serif !important;
    text-decoration: none;
}

body .overlay .tiss-content-wrapper .tiss-custom-widget-box .tiss-widget-container-light .tiss-project-bottom-bar a i 
{
    font-weight: bold;
}

body .overlay .tiss-breadcrumb 
{
    background: rgba(101, 102, 94, 0.6);
    /* border-top: 1px solid #efe9e2; */
    margin-bottom: 20px;
}


body .overlay .tiss-breadcrumb ul 
{
    margin-bottom: 3px;
}

body .overlay .tiss-breadcrumb ul li 
{
    color: #ffffff;
    font-family: 'alegreya_sansregular', sans-serif !important;
    text-decoration: none;
}

body .overlay .tiss-breadcrumb ul li.active 
{
    color: #f68c35;
    font-weight: bold;
}

body .overlay .tiss-breadcrumb ul li.tiss-breadcrumb-separator 
{
    padding: 0;
    font-size: 13px;
}

body .overlay .tiss-breadcrumb .breadcrumb {
    background: none;
    padding:0px;
    font-family: 'alegreya_sansregular', sans-serif !important;
    text-decoration: none;

} 
body .overlay .tiss-breadcrumb .breadcrumb li a {
    color: #ffffff;
    font-family: 'alegreya_sansregular', sans-serif !important;
    font-size:15px;
}

body .overlay .tiss-breadcrumb .breadcrumb li a:hover {text-decoration: underline;}

body .overlay .tiss-breadcrumb .breadcrumb li .divider {
    display: none;
}

body .overlay .tiss-breadcrumb .breadcrumb li {
    color: #f68c35;
    font-family: 'alegreya_sansregular', sans-serif !important;
    text-decoration: none;
    font-size:15px;
}

body .overlay .tiss-project-filters-wrapper 
{
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 10px;
    margin: 20px auto;
    width: 80.5%;
    display: none;
}

body .overlay .tiss-project-filters-wrapper .tiss-project-filters .col-md-9 
{
    padding-left: 5px;
    padding-right: 0px;
}

body .overlay .tiss-project-filters-wrapper .tiss-project-filters .col-md-9 .col-md-4 
{
    padding-left: 0px;
}

body .overlay .tiss-project-filters-wrapper .tiss-project-filters select 
{
    height: 45px;
    border: none;
    border-radius: 0;
    background: #EEEFEC;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #198A59, #198A59);
    background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px), 100% 0px;
    background-size: 7px 7px, 5px 9px, 40px 45px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body .overlay .tiss-project-filters-wrapper .tiss-project-filters .btn 
{
    margin-top: 7px;
}

body .overlay .tiss-content-wrapper .pagination a 
{
    border-radius: 0;
    /* padding: 8px 20px; */
    /* color: #206E4D; */
    /* background: #E9EAE8; */
}

body .overlay .tiss-content-wrapper .pagination a.active 
{
    background: #ffffff;
    color: #f68c35;
    text-decoration: underline;
}

.tiss-project-bottom-bar .glyphicon-menu-right {
    font-size: 10px;
}


body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section {
    position: relative;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-toogler {
    position: absolute;
    top: 23px;
    right: 5px;
}
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-toogler a,
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-toogler a:active,
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-toogler a:focus,
body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tabs-section .tiss-toogler a.hover {
    color: #E37B36;
}

body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents a {
    word-wrap:break-word;
}


@media (min-width: 768px) and (max-width: 990px) {
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a {
	font-size: 2vw;
	padding: 5.5px;
    }
    
}

@media (max-width: 990px) and (min-width: 768px) {
    body .overlay .header-wrapper .secondary-nav .tiss-navbar #tiss-navbar-collapse ul.tiss-custom-main-nav li a .glyphicon {
	display: none;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    body .overlay .tiss-content-wrapper .tiss-custom-tab .tiss-custom-tab-content-section .tiss-tab-contents a {
    float: none !important;
    }
}
