<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* for other page slider*/
.otherSlider {
    width: 100%;
    float: left;
    min-height: 310px;
    padding: 161px 0 7px;
    background: url(../../images/other_slider_bg.jpg) no-repeat center top / cover;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.otherSlider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 3px;
    z-index: 1;
}

.otherSlider:after {
    content: '';
    position: absolute;
    background: #2a29276e;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.otherSlider .heading {
    font: 400 40px 'Racing Sans One';
    position: relative;
    color: #fff;
    z-index: 2;
}

.otherSlider .heading strong {
    display: block;
    position: relative;
    margin-top: -45px;
    margin-left: 4px;
    filter: blur(2px);
    color: #00000091;
    z-index: -1;
    font-weight: normal;
}

.otherSlider span {
    width: 100%;
    float: left;
    margin: -5px 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.otherSlider span .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
    display: inline-flex;
}

.otherSlider span .breadcrumb a {
    font-size: 14px;
    color: #f7f7cc;
    transition: all ease-in-out 0.3s;
    padding: 3px 8px;
}

.otherSlider span .breadcrumb a:hover {
    color: #fdeb69;
    text-decoration: none;
}

.otherSlider span .breadcrumb&gt;li+li:before {
    color: #f7f7cc;
}

.workingDiv {
    width: 100%;
    float: left;
    background: #ececec;
    position: relative;
    z-index: 1;
}

.workingDiv .workingArea {
    width: 100%;
    float: left;
    background: #f3f1ec;
    font: 400 16px/28px 'PT Sans', sans-serif;
}

.workingDiv .contentWrap {
    width: 100%;
    float: left;
    /* background: #fff; */
}

.workingDiv .contentWrap .leftBar {
    font: 400 14px 'PT Sans', sans-serif;
    padding: 5px 10px 10px 10px;
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    box-shadow: 5px 5px 12px #ccc;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.workingDiv .contentWrap .leftBar .leftHeading {
    position: relative;
    color: #ffffff;
    padding: 5px 16px 4px 16px;
    font: 500 14px 'Montserrat';
    /* text-shadow: 3px 3px 6px #a5828278; */
    font-style: italic;
    margin: -5px 0 10px -16px;
    display: inline-block;
    background: #0076d0;
    border-radius: 0 21px 62px 0;
}

.workingDiv .contentWrap .leftBar .leftHeading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    /* background-image: linear-gradient(90deg, #0076d0 0%, #00000000 90%); */
}

.workingDiv .contentWrap .leftBar .leftHeading:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    /* background: #4d5cff; */
    /* bottom: -5px; */
    /* left: 4px; */
    /* border-radius: 50px; */
}

.workingDiv .contentWrap .leftBar ul {
    margin: 0px 0 0 0;
    padding: 0;
    font-size: 16px;
}

.workingDiv .contentWrap .leftBar ul li {
    list-style-type: none;
    position: relative;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #e8e6e0;
    border-top: 1px solid #ffffff;
}
.workingDiv .contentWrap .leftBar ul li:first-child {border-top: 0 solid #ffffff;}
.workingDiv .contentWrap .leftBar ul li ul {
    background: #ededed;
    margin: 0;
}

.workingDiv .contentWrap .leftBar ul li .lemmenuToggle {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px 10px;
    cursor: pointer;
}

.workingDiv .contentWrap .leftBar ul li a {
    display: block;
    padding: 10px 0 10px 12px;
    position: relative;
    color: #000;
    transition: all ease-in-out 0.3s;
    /* border-left: 5px solid #2d2d2d; */
}

.workingDiv .contentWrap .leftBar ul li a.actLftMnu {
    border-left: 5px solid #119fe1;
}

.workingDiv .contentWrap .leftBar ul li a:hover {
    text-decoration: none;
    padding: 10px 0 10px 10px;
    /* border-left: 10px solid #0076d0; */
    background: #0076d0;
    color: #fff;
}

.workingDiv .workingArea {
    width: 100%;
    float: left;
    background: #fff;
    /* box-shadow: -11px -1px 22px #cccccc96; */
    margin: 0;
    padding: 30px 20px;
    position: relative;
    min-height: 800px;
}

.workingDiv .workingArea p {
    font: 400 16px/28px 'PT Sans', sans-serif;
    margin: 0 0 15px 0;
    padding: 0;
}

.workingDiv .workingArea p s {
    display: none;
}

.workingDiv .workingArea p a {
    color: #b50303;
    /* float: right; */
    /* bottom: 5px; */
    position: relative;
}

.workingDiv .workingArea p img.right {
    float: right;
    margin: 9px 0 0 20px;
}

.workingDiv .workingArea p img.left {
    float: left;
    margin: 9px 20px 0 0;
}

.workingDiv .workingArea h1, .workingDiv .workingArea h2, .workingDiv .workingArea h3, .workingDiv .workingArea h4, .workingDiv .workingArea h5, .workingDiv .workingArea h6 {
    font: 700 24px/17px 'Montserrat', sans-serif;
    margin: 20px 0 10px 0;
    padding: 0;
    text-shadow: 1px 1px 0px #ffffff, 2px 2px 7px #cac7c7;
}

.workingDiv .workingArea h1 {
    margin: 0px 0 15px 0;
}

.workingDiv .workingArea h1 sup {
    display: block;
    font: 500 17px 'Montserrat';
    margin: 0 0 0 0;
    top: 0;
}

.workingDiv .workingArea h1 {
    font: 700 26px 'Montserrat';
    margin: 0px 0 15px 0;
}

.workingDiv .workingArea h1 small, .workingDiv .workingArea h1 sup {
    font: 500 17px/14px 'Montserrat';
    display: block;
    top: 0;
}

.workingDiv .workingArea h2 {
    font: 700 21px 'Montserrat';
    margin: 22px 0 15px 0;
}

.workingDiv .workingArea h2 small, .workingDiv .workingArea h2 sup {
    font: 500 17px/14px 'Montserrat';
    display: block;
    top: 0;
}

.workingDiv .workingArea h3 {
    font: 700 20px 'Montserrat';
    margin: 30px 0 15px 0;
}

.workingDiv .workingArea h3 small, .workingDiv .workingArea h3 sup {
    font: 500 17px/14px 'Montserrat';
    display: block;
    top: 0;
}

.workingDiv .workingArea h4 {
    font: 700 18px 'Montserrat';
    margin: 15px 0 3px 0;
}

.workingDiv .workingArea h4 small, .workingDiv .workingArea h4 sup {
    font: 500 17px/14px 'Montserrat';
    display: block;
    top: 0;
}

.workingDiv .workingArea .heading {
    font: 700 24px 'Montserrat';
    margin: 0px 0 15px 0;
}

.workingDiv .workingArea .heading sup {
    font: 500 17px/14px 'Montserrat';
    display: block;
    top: 0;
}

.workingDiv .workingArea h2 {
    color: #0076d0;
}

.workingDiv .workingArea h3 {
    color: #387dc3;
}

.workingDiv .workingArea h4 {
    color: #387dc3;
}

.workingDiv .workingArea h5 {
    color: #2b8ab7;
}

.workingDiv .workingArea h6 {
    color: #249fa5;
}

.workingDiv .workingArea ul {
    margin: 0 0 15px 0;
    padding: 0;
    font: 400 16px/28px 'PT Sans', sans-serif;
}

.workingDiv .workingArea ul li {
    list-style-type: none;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    /* border-bottom: 1px solid #ccc; */
}
.workingDiv .workingArea ul li a {color: #784a05;}

.workingDiv .workingArea ul li:before {
    content: '\f0a4';
    font: 400 20px 'Font Awesome 5 Pro';
    position: absolute;
    top: 5px;
    left: 0;
    color: #f90;
}

.workingDiv .workingArea ul li ul {
    margin: 0;
    padding: 0;
}

.workingDiv .workingArea ul li ul li:before {
    content: '\f064';
    font: 400 15px 'Font Awesome 5 Pro';
    top: 8px;
    left: 8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.workingDiv .workingArea ul li ul li ul {
    margin: 0;
    padding: 0;
}

.workingDiv .workingArea ul li ul li ul li:before {
    content: '\f0da';
    left: 2px;
}

.workingDiv .workingArea ul li ul li ul li ul {
    margin: 0;
    padding: 0;
}

.workingDiv .workingArea ul li ul li ul li ul li:before {
    content: '\f101';
}

.workingDiv .workingArea ol {
    margin: 0 0 15px 24px;
    padding: 0;
    font: 400 16px/28px 'PT Sans', sans-serif;
}

.workingDiv .workingArea ol li {
    list-style-type: decimal-leading-zero;
    position: relative;
    padding: 0 0 10px 4px;
}

.workingDiv .workingArea ol li ol {
    margin: 0 0 0 18px;
}

.workingDiv .workingArea ol li ol li {
    list-style-type: upper-latin;
    padding: 0 0 10px 4px;
}

.workingDiv .workingArea ol li ol li ol {
    margin: 0 0 0 15px;
    padding: 0;
}

.workingDiv .workingArea ol li ol li ol li {
    list-style-type: lower-alpha;
}

.workingDiv .workingArea ol li ol li ol li ol{
    margin: 0 0 0 15px;
    padding: 0;
}

.workingDiv .workingArea ol li ol li ol li ol li{
    list-style-type: lower-roman;
}

.workingDiv .workingArea .dropdown-menu {
    margin: 0;
    padding: 0;
    font: 400 14px 'PT Sans', sans-serif;
}

.workingDiv .workingArea .dropdown-menu li:before {
    content: '\f0a4';
    left: 2px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    top: 6px;
}

.workingDiv .workingArea .dropdown-menu li a {
    padding-left: 2px;
}

.workingDiv .workingArea address {
    display: none;
}

.tpsubMen {
    display: inline-flex;
    margin: 0;
    background: #00000082;
    overflow: hidden;
    border-radius: 5px;
    float: right;
    font: 400 36px 'PT Sans', sans-serif;
    bottom: 30px;
    right: 30px;
    position: absolute;
    z-index: 1;
}

.tpsubMen a:first-child {
    background: #FFCC00;
    color: maroon;
}

.tpsubMen a:nth-child(2) {
    background: #FF9900;
}

.tpsubMen a:last-child {
    background: #FF0000;
}

.tpsubMen a {
    padding: 13px 15px 13px 33px;
    color: #fff;
    font-size: 11px;
    position: relative;
    transition: all ease-in-out 300ms;
    letter-spacing: 0;
    border-radius: 0;
}

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

.tpsubMen a:nth-child(1):hover {
    background: #ffe100;
}

.tpsubMen a:nth-child(2):hover {
    background: #e88f0a;
}

.tpsubMen a:nth-child(3):hover {
    background: #e40101;
}

.tpsubMen a i {
    margin-right: 10px;
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    left: 10px;
    top: 12px;
}

.ourDept {
    width: 100%;
    float: left;
}

.ourDept .allDept {
    margin-left: -10px;
    margin-right: -10px;
}

.ourDept .item {
    padding: 10px;
    float: left;
    width: 33.33333%;
}

.ourDept a {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 10px #00000052;
    border-radius: 5px;
    text-align: center;
}

.ourDept a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #7202bbba;
    z-index: 2;
    transition: all ease-in-out 0.3s;
    opacity: 0;
}

.ourDept a .after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #ffffff;
    transition: all ease-in-out 0.3s;
    z-index: 3;
}

.ourDept a .heading {
    position: absolute;
    z-index: 9;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0 4px;
    margin: 0;
    color: #222;
    text-align: center;
    text-transform: initial;
    transition: all ease-in-out 0.32s;
    font: 700 19px 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.ourDept a .heading small {
    font-style: italic;
    display: block;
    font-size: 20px;
    font-family: auto;
    text-transform: initial;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.ourDept a .iconHolder {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 96px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 9;
}

.ourDept a .iconHolder img {
    width: 0px;
    margin: 0 auto;
    transition: all ease-in-out 0.3s;
}

.ourDept a .wave-circle-1, .ourDept a .wave-circle-2 {
    position: absolute;
    top: 45px;
    width: 120px;
    height: 80px;
    border-radius: 50%;
    opacity: 1!important;
}

.ourDept a .wave-circle-1 {
    left: 10px;
    background: #2775ff;
}

.ourDept a .wave-circle-2 {
    right: -50px;
    background: #7202bb;
}

.ourDept a .readMore {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.ourDept a .readMore span {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 8px 10px;
    display: inline;
    border-radius: 5px;
    background-image: linear-gradient(360deg, #cce0f5 0%, #ffffff 100%);
    text-shadow: 1px 1px 0px #fff;
}

.ourDept svg {
    position: absolute;
    top: 0;
    fill: #fff;
    transition: all ease-in-out 0.3s;
    z-index: 3;
    left: 0;
    right: 0;
}

.ourDept .deptImg {
    width: 100%;
}

.ourDept a:hover svg {
    top: 120px;
}

.ourDept a:hover .after {
    height: 150px;
}

.ourDept a:hover .heading {
    top: 140px;
}

.ourDept a:hover .iconHolder {
    opacity: 1;
}

.ourDept a:hover .iconHolder img {
    width: 96px;
}

.ourDept a:hover:after {
    opacity: 1;
    backdrop-filter: blur(3px);
}

.ourDept a:hover .readMore {
    bottom: 45px;
    opacity: 1;
}

.tableView {
    margin: 0 0 0 0px !important;
    padding: 0;
}

.tableView li {
    border-bottom: 1px solid #ccc;
    padding: 8px 0 8px 28px !important;
    margin: 0 !important;
    display: block;
}

.tableView li a {
    float: right;
    font-size: 12px;
    background: #f90;
    padding: 0px 9px;
    border-radius: 3px;
    color: #fff !important;
}

.tableView li a:hover {
    transition: all ease-in-out 0.3s;
    background: navy;
}

.tableView li:before {
    top: 13px !important;
}

.faculty{margin-right: 0;margin-left: 0;}
.faculty span{    width: 100%;
    height: 180px;
    float: left;
    background: #ffffff;
    overflow: hidden;
    margin: 0 0 30px 0;
    box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #cb9206;
    border-radius: 4px;
    outline: 2px solid #fff;
    position: relative;
    z-index: 2;}
.faculty span:before{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0.1;filter: grayscale(1);pointer-events: none;}
.faculty span p{font: 400 14px/24px 'PT Sans', sans-serif !important;color: #000;margin: 10px 20px 10px 0 !important; width: 100%;float: left}
.faculty span p strong{font-weight: 400;color: #717171;font-size: 13px;}
.faculty span p em{font-weight: 400;font-size: 13px;font-style: normal;width: 100%;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.faculty span img{padding: 9px 8px;}

.eachNews {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 0 0 6px 0;
    box-shadow: 4px 4px 6px #cccccc94;
    padding: 7px 10px;
    border: 1px solid #ccc;
    color: #333;
}

.eachNews .heading {
    font: 500 16px 'PT Sans', sans-serif !important;
    margin: 0 0 6px 0 !important;
    color: #000095;
}

.eachNews .content {
    line-height: 22px;
    margin: 0 0 5px 0;
    transition: all ease-in-out .3s;
}

.eachNews .halfDiv {
    height: 45px;
    overflow: hidden;
    position: relative;
    transition: all ease-in-out .3s;
}

.eachNews .halfDiv:before {
    content: '';
    background-image: linear-gradient(360deg, #ffffffd1 27%, #ffffff00 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20%;
}

.eachNews .date {
    float: left;
    color: #000;
    font-size: 15px;
}

.eachNews .date em {
    color: #666;
    font-size: 13px;
}

.eachNews a {
    margin: 0 0 0 20px;
    color: #fff;
    padding: 4px 10px;
    background-image: linear-gradient(45deg, #0168d1 0%, #62b0ff 100%);
    border-radius: 5px;
    display: inline-block;
}

.eachNews a:hover {
}

.eachNews .viewDtls {
    float: right;
    color: #1ac905;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    /* background-image: linear-gradient(45deg, #0168d1 0%, #62b0ff 100%); */
    border-radius: 3px;
    letter-spacing: 1px;
    font: 500 14px/18px 'Montserrat';
}

.eachAchievements {
    width: 100%;
    float: left;
    box-shadow: 4px 4px 6px #cccccc94;
    padding: 1px 10px 10px 10px;
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
}

.eachAchievements .heading {
    font: 500 16px 'PT Sans', sans-serif !important;
    color: #000;
    background: #ccc;
    display: -webkit-box;
    padding: 5px 10px;
    margin-left: -9px !important;
    margin-right: -9px !important;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px #ffffffa3;
}

.eachAchievements p {
    font: 400 14px/24px 'PT Sans', sans-serif !important;
}

.eachAchievements p em {
}

.eachAchievements .moreGalLink {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.eachAchievements .moreGalLink a {
    transition: all ease-in-out 0.3s;
    padding: 0;
    color: #d18a02;
    font: 400 20px/18px 'Oswald', sans-serif;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.eachAchievements .moreGalLink a span {
    font-size: 16px;
    display: block;
    color: #003e5b;
}

.eachAchievements .moreGalLink a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #00000000 #d18a02 #00000000 #00000000;
    border-width: 7px;
    top: 3px;
    left: -20px;
    transition: all ease-in-out 0.3s;
}

.eachAchievements .moreGalLink a:hover:before {
    left: -25px;
}

.eachAchievements .moreGalLink a:hover {
    transition: all ease-in-out 0.3s;
}

.img-responsive1 {
    width: 100%;
    height: 127px;
    object-fit: cover;
    border: 1px solid #f7a92c;
    padding: 5px;
}

.img-responsive2 {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border: 1px solid #f7a92c;
    padding: 5px;
}

.moreGalLink {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.moreGalLink a {
    transition: all ease-in-out 0.3s;
    padding: 0;
    color: #d18a02;
    font: 400 20px/18px 'Oswald', sans-serif;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.moreGalLink a span {
    font-size: 16px;
    display: block;
    color: #003e5b;
}

.moreGalLink a:before { content: ''; position: absolute; border-style: solid; border-color: #00000000 #d18a02 #00000000 #00000000; border-width: 7px; top: 3px; left: -20px; transition: all ease-in-out 0.3s; }
.moreGalLink a:hover:before {left: -25px;}
.table-striped td a {color: #000;}
.newsPaper {width: 100%;float: left;}
.newsPaper span { padding: 10px; float: left; width: 100%; margin: 0 0 20px 0; background: #efefef; }
.newsPaper span a { background: #fff; width: 100%; float: left; box-shadow: 5px 5px 9px #ccc; overflow: hidden; }
.newsPaper span a img { margin: 0 auto; transition: all ease-in-out 0.3s; }
.newsPaper span a:hover img {transform: scale(1.3);}
.quePaper { width: 100%; margin-top: 0; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding: 0px; float: left; border: 1px solid #e4e3e3; background: #efefef; border-collapse: unset; border-spacing: 3px; }
.quePaper th { cursor: pointer; background-repeat: repeat-x; background-position: left top; margin: 0px; color: #000; font-size: 20px; font-weight: normal; padding: 8px 8px 9px 8px; text-shadow: 1px 1px 0px #fff; white-space: nowrap; text-align: center; }
.quePaper td { background: #fff; padding: 15px; font-size: 18px; text-align: center; }
.quePaper td ul { margin: 0 !important; padding: 0 !important; }
.quePaper td ul li {text-align: left;}
.quePaper td ul li a { color: #000; display: block; }
.quePaper td ul li a:hover { color: #f90; display: block; text-align: left; }

/* using GOVERNING BODY */
.governingBody, .governingBody1 { width: 100%; float: left; }
.governingBody .imgWraper, .governingBody1 .imgWraper { border: 1px solid #2d2d2d; padding: 2px; }
.governingBody .imgWraper p, .governingBody1 .imgWraper p { margin: 0; padding: 0; font: 300 12px 'PT Sans'; text-align: center; }
.governingBody .imgWraper p strong, .governingBody1 .imgWraper p strong {font-size: 14px;}
.governingBody .imgWraper p em, .governingBody1 .imgWraper p em {font-size: 12px;font-style: inherit;}
.governingBody .imgWraper p:nth-child(2), .governingBody1 .imgWraper p:nth-child(2) {background: #534543;padding: 5px 0;color: #ffffff;}
.m-b-lg {margin-bottom: 30px;}

blockquote {
    width: 100%;
    border-left: 5px solid #0076d0;
    padding: 25px 20px 25px;
    background: #f3f3f3;
    display: flex;
            margin: 40px 0;
}
blockquote p{
    font: 400 18px/26px 'PT Sans', sans-serif !important;
    font-style: italic !important;
    margin: 0 !important;
}
blockquote p span{
    text-align: right;
    display: block;
    font-size: 14px;
}
.twoColumn{column-count: 2;}
.threeColumn{column-count: 3;}

.destinations{margin-left: -15px;margin-right: -15px;margin-top: 30px;}
.destinations .eachPhotosHolder{margin-bottom: 30px;width: 50%;padding-left: 15px;padding-right: 15px;}
.destinations .eachPhotosHolder .eachPhotos {width: 100%;float: left;box-shadow: 0px 0px 14px #c9c9c9;border-radius: 5px;padding: 15px 10px 0px 10px;border: 1px solid #0076d0;}
.destinations .eachPhotosHolder .eachPhotos p {line-height: 22px;}
.destinations .eachPhotosHolder .eachPhotos p strong{background: #0076d0;color: #fff;border-radius: 0px 50px 50px 0px;padding: 5px 20px;margin-top: 30px;display: initial;font-weight: 400;margin-left: -11px;}
.destinations .eachPhotosHolder img{max-width: 100%;height: auto;}

.selectAs{}
.selectAs label{width: 91px;margin-right: 7px;margin-bottom: 7px;border: 1px solid #ccc;padding: 0 11px;border-radius: 50px;text-align: center;cursor: pointer;transition: all ease-in-out 0.3s;}
.selectAs label:hover{background: #ddd; font-weight: bold;}
.selectAs label input{float: left;margin: 7px 0 0 0;}

.bookDetails{width: 600px;}
.bookDetails .input-group-text{width: 95px;}

.banner1, .banner2, .banner3, .banner4 {width: 100%;float: left;font-size: 17px;text-shadow: 1px 1px 4px #0000009e;}
.banner1 a, .banner2 a, .banner3 a, .banner4 a {color: #fff;display: block;padding: 15px 5px;text-align: center;border-radius: 5px;transition: all ease-in-out 0.3s;line-height: 22px;}
.banner1 a {background-image: linear-gradient(45deg, #770f0f 0%, #fb0000 100%);}
.banner2 a {background-image: linear-gradient(45deg, #0168d1 0%, #62b0ff 100%);}
.banner3 a {background-image: linear-gradient(45deg, #e47f1a 0%, #fcd226 100%);}
.banner4 a {background-image: linear-gradient(45deg, #e41ae2 0%, #fcd226 100%);}

#right-image {
    float: right;
    margin: 10px 0px 10px 10px;
    border: 1px solid #CCC;
    padding: 1px;
    box-shadow: 0px 0px 15px #afafaf;
    max-width: 350px;
}
#left-image {
    float: left;
    margin: 10px 0px 10px 10px;
    border: 1px solid #CCC;
    padding: 1px;
    box-shadow: 0px 0px 15px #afafaf;
    max-width: 350px;
}

#image{
    float: right;
    margin: 10px 0px 10px 10px;
    padding: 1px;
    max-width: 350px;
}


.custom_profile_tbl td{
        font-style: italic
    }
.custom_profile_tbl thead tr{
        background-color: #818181;
}
.custom_profile_tbl h4{
        color: #ffffff !important;
        margin: 0px 0 0px 0 !important;
        text-shadow : inherit !important;
}

.btn-info{
    color: #fff !important;
}
#faculty-image-wrapper{
    position: relative;
    display: inline;
    width: 100%;
    float: left;
}
#faculty-image{
    height: 160px;
    width: 160px;
    float: right;
    border: 1px solid #fff;
    box-shadow: 0px 0px 15px #afafaf;
    border-radius: 50%;
    object-fit: cover;
}

/*#faculty-image-wrapper:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -15%;
    right: 58px;
    background: url(../..//images/teacher_img.png);
    transform: rotate(335deg);
}*/

.highlightedNav {
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    background: linear-gradient(-45deg, #ee7752, #fbff00, #23a6d5, #3cff55);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}
</pre></body></html>