@charset "utf-8";
@font-face {
    font-family: 'bitter';
    src: url('fonts/Bitter-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */

.image-25 {
    max-width: 25px;
}
.image-50 {
    max-width: 50px;
}
.image-75 {
    max-width: 75px;
}
.image-100 {
    max-width: 100px;
}
.image-125 {
    max-width: 125px;
}
.image-150 {
    max-width: 150px;
}
.image-175 {
    max-width: 175px;
}
.image-200 {
    max-width: 200px;
}
.image-225 {
    max-width: 225px;
}
.image-250 {
    max-width: 250px;
}
.image-275 {
    max-width: 275px;
}
.image-300 {
    max-width: 300px;
}
.padding-1 {
    padding: 1px;
}
.padding-2 {
    padding: 2px;
}
.padding-3 {
    padding: 3px;
}
.padding-4 {
    padding: 4px;
}
.padding-5 {
    padding: 5px;
}
.padding-6 {
    padding: 6px;
}
.padding-7 {
    padding: 7px;
}
.padding-8 {
    padding: 8px;
}
.padding-9 {
    padding: 9px;
}
.padding-10 {
    padding: 10px;
}
.padding-11 {
    padding: 11px;
}
.padding-12 {
    padding: 12px;
}
.height-100 {
    min-height: 100px;
}
.height-200 {
    min-height: 200px;
}
.height-300 {
    min-height: 300px;
}
.height-400 {
    min-height: 400px;
}
.height-500 {
    min-height: 500px;
}
.HOD {
    padding: 0 0 5px 10px
}

#body_area p,
article {
    text-align: justify;
}
a,
a:focus,
span,
input,
button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'bitter';*/
    
    font-family: 'Montserrat', sans-serif;
}
p,
article {
    font-family: 'MyriadPro-Regular';
}
ol,
li {
    font-family: 'MyriadPro-Regular';
}
#top {
    background-color: rgba(23, 155, 215, 0.5); /*#179bd7;*/
}
#theme-switcher-panel {
        position:absolute; z-index:1300;
}
#theme-switcher-panel > .box {
    width: 11px;
    height: 11px;
    margin: 1px;
    cursor: pointer;
}
#theme-switcher-panel > .default {
    border: #2d367b solid 2px;
    background-color: #179bd7;
}
#theme-switcher-panel > .vintage {
    border: #8c6954 solid 2px;
    background-color: #bfaf80;
}
#theme-switcher-panel > .softwaremill {
    border: #9B539C solid 2px;
    background-color: #EB65A0;
}
#header {
    padding: 10px 0;
    clear: both;
    z-index: 1001;
    background: #2d367b url('images/bg_header.jpg') center no-repeat;
    border-bottom: 2px solid #2d367b;
    border-top: 2px solid #2d367b;
}
.logo {
    width: 100%;
    z-index: 5;
}
.logo img {
    float: left;
}
.logo h1 {
    padding: 10px 0 0 20px;
    float: left;
    color: #fff;
}
.menuX {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.menu-top {
    
    float: right;
    margin-top: 20px;
}
.imgPreview300 {
    max-width: 300px;
    padding: 20px;
}
.social {
    width: 40%;
    float: left;
    padding: 20px 0;
}
.links {
    text-align: center;
    float: left;
}


















.navbar-default {
    background-color: transparent !important;
    background-image: none !important;
}

.nav>li{
    text-align: center;
    border-left:solid 1px rgba(255,255,255, .5);
}
.nav>li:first-child{
    border-left:0px;
}


.nav>li img{
    width: 25px;
    height: 25px;
}

.nav>li>a {

    /*padding: 10px 10px !important;*/
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff !important;
    font-size: 13px !important;
}
.navbar-nav>li {
    float: left;
    z-index: 1003;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ffffff !important;
    background-color: #2d367b !important;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #2d367b !important;
}
.dropdown-menu>li>a {
    font-size: 13px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ddd !important
}
.navbar-brand {
    padding: 15px 0px !important;
}
.search_div {
    float: right;
    display: block;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
.Search_button {
    display: block;
    vertical-align: middle;
    border-left: 1px solid #2d367b;
    padding: 14px 0;
    border-right: 1px solid #2d367b;
    color: #ffffff;
}
.search_input_div {
    display: none;
    background-color: rgba(0, 0, 0, 1.0);
    color: #ffffff;
    padding: 20px;
    position: absolute;
    width: 90%;
    top: 56px;
    margin: 0 auto;
    z-index: 1002;
}
input.search_input {
    width: 100%;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #179bd7;
    font-size: 17px;
}
.submit_btn {
    background: #179bd7;
    border: 0px;
    padding: 8px 20px;
    position: relative;
    right: 30px;
    bottom: 0px;
    color: #ffffff;
}
.close_search {
    text-align: right;
    float: right;
    margin-top: 10px;
    font-size: 18px;
}
.searchbox {
    width: 100%;
    text-align: right;
    float: left;
}
a,
a:focus,
span,
input,
button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.4s;
    text-decoration: none !important;
}
.socialmarks {
    float: right;
    padding: 3px 0 0px 0;
    margin: 0 0 0;
}
.socialmarks li {
    float: left;
    padding: 0;
    margin: 0 10px 5px 0;
    font-size: 0;
}
.socialmarks li a {
    display: block;
    height: 30px;
    font-size: 0;
}
.socialmarks li a.facebook {
    width: 30px;
    background: url(images/social.png) no-repeat 0 0;
}
.socialmarks li a.facebook:hover {
    background: url(images/social.png) no-repeat 0 -30px;
}
.socialmarks li a.twitter {
    width: 30px;
    background: url(images/social.png) no-repeat -30px 0;
}
.socialmarks li a.twitter:hover {
    background: url(images/social.png) no-repeat -30px -30px;
}
.socialmarks li a.skype {
    width: 30px;
    background: url(images/social.png) no-repeat -60px 0;
}
.socialmarks li a.skype:hover {
    background: url(images/social.png) no-repeat -60px -30px;
}
.socialmarks li a.linkedin {
    width: 30px;
    background: url(images/social.png) no-repeat -90px 0;
}
.socialmarks li a.linkedin:hover {
    background: url(images/social.png) no-repeat -90px -30px;
}
.socialmarks li a.rss {
    width: 30px;
    background: url(images/social.png) no-repeat -74px 0;
}
.socialmarks li a.rss:hover {
    background: url(images/social.png) no-repeat -74px -20px;
}
#search input[type="text"] {
    background: url(images/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #bebebe;
    width: 140px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
    width: 170px;
    outline: none;
}
.menu-heading {
    font-family: 'Montserrat', sans-serif;
    background: #2d367b;
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
}
.menu-heading-sub-page, .widget-title{
    font-family: 'Montserrat', sans-serif;
    background: #2d367b;
    /*6E3B3A*/
    
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
}
#intro {
    padding: 20px 0;
    background: #179bd7;
    color: #ffffff;
}
#navigation {
    background: #161c5a;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.8s;
}
.theme-dropdown {
    background-color: #2D367B !important;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent !important;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none !important;
}
#sliderimg {
    background: url(images/bg2.jpg);
}
#body_area {
    padding: 30px 0;
    clear: both;
    background-color: #fff;
    /*background-image: url("images/bg02.png"), url("images/bg03.png"), url("images/bg01.png");*/
    
    background-position: top left, bottom left, top left;
    background-size: 100% 6em, 100% 6em, auto;
    background-repeat: no-repeat, no-repeat, repeat;
}
.body_bg {
    /*background: url(images/bg1.jpg);*/
}
/*Hover Effect*/

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    /* background: #FFFFFF; */
}
figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: transform 0.4s;
    /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);*/
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-apollo h2 {
    text-align: left;
    color: #ffffff;
    text-shadow: rgb(39, 38, 38) 4px 4px 4px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    text-align: center;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/*effect end*/

.q_links {
    margin-bottom: 20px;
}
.li_first {
    border-bottom: 5px solid #2d367b;
}
.li_second {
    border-bottom: 5px solid #179bd7;
}
.li_rhird {
    border-bottom: 5px solid #035d39;
}
.mid_bar h1,
h2 {
    color: #035d39;
}
.mid_bar_faculty h1,
h2 {
    color: #035d39;
}
h2.main_heading {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}
#vc_message {
    font-size: 13px;
}
#vc_message p {
    padding-bottom: 6px;
}
.event_info {
    padding: 10px 5px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    float: left;
}
#footer_first {
    padding: 30px 0px;
    background: #0A549E;
    color: #ffffff;
}
.footer_info ol {
    padding: 0px;
    margin: 0;
}
.footer_info ul {
    padding: 0px;
    margin: 0px;
}
.footer_info ul li {
    list-style: none;
}
.footer_info ul li a {
    display: block;
    color: #ffffff;
    padding: 5px 0;
}
.footer_info ul li a:hover {
    color: #07D080;
}
#footer {
    padding: 20px 0px;
    background: #036;
    text-align: center;
}
.footer_navigation ul {
    margin: 0;
    padding: 0;
}
.footer_navigation ul li {
    list-style: none;
    display: inline-block;
}
.footer_navigation ul li a {
    color: #fff;
    padding: 10px 15px;
}
.footer_links h4 {
    color: #fff;
    text-transform: uppercase;
}
.footer_links {
    width: 80%;
    color: #fff;
    float: left;
    margin: 0 0 0 10%;
}
.address {
    width: 100%;
    float: left;
    text-align: center;
}
.address li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
}
#footer p {
    text-align: center;
    color: #fff;
}
.slide_left {
    width: 70%;
    float: left;
}
.slide_right {
    width: 30%;
    float: left;
    background-color: #179bd7;
    padding-bottom: 3px;
}
.border_less {
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
}
.panel-body {
    /*padding: 25px 26px 28px 26px !important;*/
    
    padding: 15px 26px 18px 26px !important;
}
.Read_more {
    color: #ffffff;
}
.slider_news {
    text-align: center;
    color: #ffffff;
}
.manual {
    margin-bottom: 0px !important;
    border: 0px solid !important;
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .15), 0 0px 0px rgba(0, 0, 0, .075) !important;
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075); */
    
    ;
}
.bg_manual {
    background-color: #179bd7 !important;
}
.top_left {
    margin-top: 5px;
}
/*

-----------------------------------

    Code snippet by @maridlcrmn

    Credits images: www.unsplash.com

-----------------------------------

*/

#thumbnail-preview-indicators {
    position: relative;
    overflow: hidden;
}
#thumbnail-preview-indicators .slides .slide-1,
#thumbnail-preview-indicators .slides .slide-2,
#thumbnail-preview-indicators .slides .slide-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#thumbnail-preview-indicators,
#thumbnail-preview-indicators .slides,
#thumbnail-preview-indicators .slides .slide-1,
#thumbnail-preview-indicators .slides .slide-2,
#thumbnail-preview-indicators .slides .slide-3 {
    height: 480px;
}
#thumbnail-preview-indicators .slides .slide-1 {
    background-image: url(pictures/banner-banner-03-74.html);
}
#thumbnail-preview-indicators .slides .slide-2 {
    background-image: url(pictures/banner-reception-77.html);
}
#thumbnail-preview-indicators .slides .slide-3 {
    background-image: url(pictures/banner-banner-04-75.html);
}
#thumbnail-preview-indicators .carousel-inner .item .carousel-caption {
    top: 20%;
    bottom: inherit;
}
#thumbnail-preview-indicators .carousel-indicators li,
#thumbnail-preview-indicators .carousel-indicators li.active {
    position: relative;
    width: 100px;
    height: 8px;
}
#thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
    position: absolute;
    top: 0;
    width: 100px;
    display: none;
    opacity: 0;
    left: 50%;
    margin-top: -80px;
    margin-left: -50px;
}
#thumbnail-preview-indicators .carousel-indicators li:hover > .thumbnail,
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail {
    display: block;
    opacity: .8;
}
#thumbnail-preview-indicators .carousel-indicators li.active > .thumbnail:hover {
    opacity: 1;
}
@media screen and (max-width: 480px) {
    #thumbnail-preview-indicators .carousel-indicators li,
    #thumbnail-preview-indicators .carousel-indicators li.active {
        width: 50px;
        height: 8px;
        position: relative;
    }
    #thumbnail-preview-indicators .carousel-indicators li > .thumbnail {
        width: 50px;
        left: 50%;
        margin-top: -50px;
        margin-left: -25px;
    }
    ;
}
/*SLider end*/
/*Image Hover effect*/

.item-hover {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover,
.item-hover * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-hover a {
    color: #333;
}
.item-hover a:hover {
    text-decoration: none;
}
.item-hover img {
    width: 100%;
    height: 100%;
}
.item-hover.circle {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
}
.item-hover.circle .img {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.item-hover.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle .img img {
    border-radius: 50%;
}
.item-hover.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.item-hover.circle.effect6 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle.effect6.colored .info {
    background: rgba(12, 95, 133, 1);
}
.item-hover.circle.effect6 .info {
    background: #2d367b;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle.effect6 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.item-hover.circle.effect6 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.item-hover.circle.effect6.scale_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.item-hover.circle.effect6.scale_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.item-hover.circle.effect6.scale_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.item-hover.circle.effect6.scale_down .info {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.item-hover.circle.effect6.scale_down a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.item-hover.circle.effect6.scale_down a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.item-hover.circle.effect6.scale_down_up .info {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease-in-out 0.2s;
    -moz-transition: all 0.35s ease-in-out 0.2s;
    transition: all 0.35s ease-in-out 0.2s;
}
.item-hover.circle.effect6.scale_down_up a:hover .img {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.item-hover.circle.effect6.scale_down_up a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*Image Hover effect*/

.intro_img {
    text-align: center;
    padding: 10px 5px;
    position: relative;
}
.intro_img a {
    display: block;
}
/*.intro_img a:hover{-webkit-transform: translateY(-10px); transform: translateY(-10px);}*/

.intro_img a h3 {
    position: absolute;
    top: 90px;
    line-height: 30px;
    color: #fff;
    margin: 0px;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}
.imgage_heading {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transform: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.intro_img a:hover .imgage_heading {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
/*Index image h3 sytle */

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
    ;
}
@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
    ;
}
@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        -o-transform: translateY(0);
    }
    ;
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
    ;
}
.intro_img a:hover >.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@media only screen and (max-width: 1024px) {
    .slide_right {
        width: 30%;
        height: 335px;
        float: left;
        position: absolute;
        right: 60px;
        background-color: rgba(23, 155, 215, 0.8);
    }
    .news-item {
        padding: 0px 4px;
        margin: 0px;
        border-bottom: 1px dotted #555;
    }
    .slider_news {
        margin: 0;
    }
    .logo {
        width: 50%;
        float: left;
        margin-top: 20px;
    }
    .menu {
        width: 80%;
        float: left;
    }
    ;
    #cssmenu > ul > li > a {
        padding: 20px 5px;
    }
}
@media only screen and (max-width: 768px) {
    .socialmarks li {
        margin: 5px 0px 0px 5px;
    }
    .searchbox {
        display: none;
    }
    .Research {
        display: none;
    }
    .search_info {
        display: none;
    }
    .logo {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .logo {
        width: 100%;
    }
    .menu {
        width: 100%;
    }
    .logo {
        width: 100%;
    }
    .logo img {
        margin: 0 auto;
    }
    .menu {
        width: 100%;
        margin-top: 10px;
    }
    .social {
        width: 100%;
    }
    .searchbox {
        text-align: center;
    }
    .left_area {
        width: 100%;
    }
    .mid_bar {
        width: 100%;
    }
    .right_bar {
        width: 100%;
    }
    .slide_left {
        width: 100%;
        float: none;
    }
    .slide_right {
        width: 100%;
        float: none;
        display: none;
    }
    .footer_navigation ul li {
        list-style: none;
        display: block;
    }
    #footer p {
        text-align: center;
        color: #fff;
        float: left;
        margin-left: 0%;
    }
    ;
    #theme-switcher-panel {
        display: none;
    }
}
@media screen and (max-width: 40em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}
/*FROM INDEX*/

div.service-circle {
      max-width: 100%;
      width: 100%;
      height: auto;
      display: block;
      padding-top: 100%;
      border-radius: 50%;
      background-position-y: center;
      background-position-x: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      }
      .btn-flat{
      border: 0;
      background: #555;
      box-shadow:none;
      border-radius: 0px;
      color: #fff;
      }
      .service-heading{
      text-transform: uppercase;
      }
      .center-square-cropped-xs {
  width: 75px;
  height: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.center-square-cropped-sm {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.center-square-cropped-md {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-list {background: #efefef; padding:11px 0 0 0; margin-bottom:20px;}
.event-list h3{margin-top: 0;}

/*GALLERY*/

.gallery-center-square-cropped {
  width: 250px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin:0 auto;
  border:#fff solid 5px;
}

.gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: left; // Change to 'right' if RTL is enabled
  padding: 10px; margin:10px;
  text-align: center; border: 2px dashed #aaa;
}

.gallery img {
  padding:10px;
}

.gallery .gallery-caption {
  margin-left: 0;
}




.faculty-cropped {
  width: 225px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border: 1px solid #333;
  border-radius: 14px;*/

border: 10px solid #fff;
  -webkit-box-shadow: 2px 2px 7px #777;
     -moz-box-shadow: 2px 2px 7px #777;
          box-shadow: 2px 2px 7px #777;

}

.faculty-cropped-thumb {
  width: 125px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eceded;
  border-radius: 10px;

/*border: 5px solid #fff;*/
}
