@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff !important;
}

a {
    text-decoration-line: none !important;
}

p {
    margin-bottom: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

section,
footer {
    overflow-x: hidden;
}

.mybtn {
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
}

.mybtn-blue {
    background: #326DFC;
    color: #fff;
    transition: 0.5s ease all;
}

.mybtn-blue:hover {
    background: #EE105A;
    box-shadow: 0 0 13px 8px rgba(238, 16, 90, 0.22);
}

.mybtn-white {
    background: #fff;
    color: #326DFC;
    border: 1px solid #fff;
    border-radius: 500px;
    transition: 0.5s ease all;
}

.mybtn-white:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 0 0 13px 8px rgba(238, 16, 90, 0.22);
}

.mybtn-big {
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    width: 100%;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
}

.main-heading-black {
    color: #000009;
}

.main-heading-white {
    color: #fff;
}

#common-top-section {
    position: relative;
    background-size: cover;
    z-index: -2;
}

#common-top-section .inner-container {
    padding: 80px 0;
}

#common-top-section .inner-container .main-heading {
    margin: auto;
}

#common-top-section .inner-container .main-heading::after {
    content: '';
    height: 5px;
    width: 6%;
    background: #fff;
    display: inherit;
    position: absolute;
    margin-top: 20px;
    left: 47%;
    right: 47%;
    border-radius: 50px;
}

#common-top-section .inner-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.common-temp {
    background: url("../images/common-pattern.gif");
    background-repeat: repeat;
}

.common-temp .inner-container::before {
    background-image: linear-gradient(to top right, rgba(0, 74, 255, 0.4), rgba(78, 0, 255, 0.4));
    z-index: -1;
}

.contact-page {
    background: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
}

.contact-page .inner-container::before {
    background-image: linear-gradient(to top right, rgba(0, 74, 255, 0.7), rgba(78, 0, 255, 0.6));
    z-index: -1;
}

.gallery-page {
    background: url("../images/gallery-bg.jpg");
    background-repeat: no-repeat;
}

.gallery-page .inner-container::before {
    background-image: linear-gradient(to top right, rgba(0, 74, 255, 0.87), rgba(136, 0, 174, 0.92));
    z-index: -1;
}

.top-header {
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
    background: #fff;
    text-align: center;
}

.top-header .row {
    display: -webkit-inline-box;
}

.top-header img {
    width: 130px;
}

.top-header .colz-name {
    padding-left: 20px;
    margin-top: 10px;
}

.top-header .colz-name .logo-title {
    font-weight: 700;
    color: #040296;
    font-size: 2.5rem;
}

.top-header .colz-name .colz-desc {
    color: #000009;
    font-size: 1.5rem;
    font-weight: 400;
}

.top-header .colz-name .affiliate-text {
    color: #040E23;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
}

.black {
    height: auto;
    background-color: white;
    box-shadow: 0 9px 10px #0000001f;
    position: fixed !important;
    top: 0;
}

.navbar {
    width: 100%;
    height: auto;
    z-index: 999;
    transition: 0.25s ease;
    padding: 0 !important;
    background: #040296;
}

.navbar .dropdown .nav-link:before {
    content: "\e64b";
    position: absolute;
    right: -10px;
    color: #fff;
    font-family: "themify";
}

.navbar .navbar-toggler-icon {
    background-image: url("../images/hamburger-menu-icon.svg") !important;
    width: 1.5em;
    height: 1.5em;
}

.navbar .navbar-toggler {
    color: transparent !important;
    border-color: transparent !important;
    position: absolute;
}

.navbar .nav-link {
    color: #fff !important;
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 700;
}

.navbar .active .nav-link {
    color: #000009 !important;
    font-size: 13px !important;
    font-weight: 600;
}

.navbar .active .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    top: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    background: #000009;
    width: 100%;
    border-radius: 100px;
}

.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-link:hover {
    color: #000009 !important;
}

.navbar .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
    position: relative !important;
}

.navbar .nav-link:after {
    background: none repeat scroll 0 0 transparent;
    top: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #000009;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    border-radius: 100px;
}

.navbar .nav-link:hover:after {
    width: 100%;
    left: 0;
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    top: 90%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: transparent;
    box-shadow: 0 0 15px 0 #00000036;
    background-color: #fff;
}

.navbar .dropdown-menu .dropdown-item {
    position: relative;
    font-size: 13px;
    color: #000009 !important;
    padding: 10px 20px;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8 !important;
    transition: 0.5s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #fff;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 100%;
    left: 0;
}

.navbar .dropdown-menu .dropdown-item:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    background: #040296;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    border-radius: 100px;
}

.navbar .dropdown-menu .active a {
    color: #326dfc !important;
}

.navbar .dropdown-menu .dropdown-item:hover {
    color: #ee105a !important;
    text-decoration: none;
    background-color: #f8f9fa;
    font-weight: 700;
}

.navbar .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.navbar #menu1 {
    display: flex;
}

.navbar #menu1 .menu-user-img {
    width: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.navbar #menu1 .user-name {
    color: #000009;
    margin: 0 4px;
    font-size: 20px;
    font-weight: 600;
    align-self: center;
}

.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu .dropdown-menu {
    margin-top: -40px !important;
    left: 105% !important;
}

.navbar .dropdown-submenu .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -7px;
    margin-left: -16px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px white;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    transform: rotate(270deg);
}

.navbar .dropdown-submenu:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}

@media (max-width: 992px) {
    .navbar .dropdown-menu {
        width: 50%;
    }
    .navbar .dropdown-menu .dropdown-submenu {
        width: auto;
    }
}

#slider {
    position: relative;
}

#slider #carouselExampleFade {
    padding: 0;
}

#slider #carouselExampleFade .control-icon {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

#message-section {
    padding: 80px 0;
}

#message-section .user-profile {
    text-align: center;
}

#message-section .user-profile .user-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#message-section .msg-box {
    width: 90%;
    margin: auto;
    position: relative;
}

#message-section .msg-box .quote-img {
    position: absolute;
    left: -35px;
    top: -20px;
    z-index: -1;
}

#message-section .msg-box .message {
    font-size: 14px;
    color: #606060;
    font-weight: 300;
    line-height: 1.7;
    margin: 50px 0 30px 0;
    letter-spacing: 1.5px;
}

#message-section .msg-box .quote {
    font-size: 15px;
    color: #5C5C5C;
    font-weight: 400;
    margin-bottom: 40px;
}

#message-section .msg-box .user-name {
    float: right;
    font-size: 15px;
    color: #000009;
    font-weight: 500;
    font-style: italic;
    margin-right: 50px;
}

#message-section .news-box .wrap {
    height: auto;
    box-sizing: border-box;
    padding: 10px;
}

#message-section .news-box .wrap .newsTickerCon {
    height: 390px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#message-section .news-box .wrap .newsTickerCon ul {
    list-style: none;
    position: relative;
    padding: 0px;
    margin: 0px;
}

#message-section .news-box .wrap .newsTickerCon li {
    margin-bottom: 24px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
}

#message-section .news-box .wrap .newsTickerCon li .news-desc {
    display: -webkit-inline-box;
}

#message-section .news-box .wrap .newsTickerCon li .news-desc .date {
    width: 50px;
    height: 50px;
    background-color: rgba(238, 16, 90, 0.1);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #EE105A;
    text-transform: uppercase;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#message-section .news-box .wrap .newsTickerCon li .news-desc a .title {
    font-size: 15px;
    font-weight: 400;
    color: #000009;
    margin-left: 20px;
    width: 85%;
}

#message-section .news-box .news-box-heading {
    color: #EE105A;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

#message-section .news-box .news-box-heading i {
    font-size: 30px;
}

#about-section {
    background-color: #F4F5F9;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#about-section .dot-bg-2 {
    position: absolute;
    top: -60px;
    right: -30px;
    width: 150px;
}

#about-section .about-img-section {
    position: relative;
}

#about-section .about-img-section .dot-bg {
    position: absolute;
    bottom: -30px;
    left: -50px;
    width: 20%;
}

#about-section .about-img-section .about-img {
    width: 80%;
    position: relative;
    z-index: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#about-section .about-details .title {
    color: #000009;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 3px;
}

#about-section .about-details .desc {
    font-size: 14px;
    color: #000009;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 1.5px;
    margin: 30px 0;
}

#department-section {
    margin: 80px 0;
}

#department-section .main-heading {
    margin: auto;
    padding-bottom: 50px;
}

#department-section .inner-box {
    background: #fff;
    padding: 25px 15px;
    margin: 0 20px;
    border-radius: 10px;
    transition: 0.5s ease all;
    width: 80%;
}

#department-section .inner-box img {
    width: 60px;
}

#department-section .inner-box .title {
    color: #000009;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin: 25px 0;
    font-size: 1.3rem;
}

#department-section .inner-box .desc {
    font-size: 12px;
    color: #000009;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-top: 15px !important;
}

#department-section .inner-box:hover {
    box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.07);
}

#fun-fact-section {
    position: relative;
    background: url("../images/fun-fact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}

#fun-fact-section .inner-container {
    padding: 80px 0;
}

#fun-fact-section .inner-container .main-heading {
    margin: auto;
    padding-bottom: 50px;
}

#fun-fact-section .inner-container .count-box {
    text-align: center;
    margin-top: 50px;
}

#fun-fact-section .inner-container .count-box .count {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 35px 0 0 0;
}

#fun-fact-section .inner-container .count-box .count:after {
    content: "+";
    display: inline-block;
}

#fun-fact-section .inner-container .count-box .title {
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

#fun-fact-section .inner-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to top right, rgba(0, 74, 255, 0.7), rgba(78, 0, 255, 0.6));
    z-index: -1;
}

#our-faculties-section {
    padding: 80px 0;
}

#our-faculties-section .main-heading {
    margin: auto;
    padding-bottom: 50px;
}

#our-faculties-section .inner-box {
    text-align: center;
    background: #fff;
    padding: 40px 0;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin: 0 30px;
}

#our-faculties-section .inner-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

#our-faculties-section .inner-box .name {
    color: #000009;
    font-weight: 400;
    margin: 25px 0;
    font-size: 1.1rem;
}

#our-faculties-section .inner-box .desc {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
}

#our-faculties-section .slick-prev {
    z-index: 1;
}

#our-faculties-section .slick-prev::before,
#our-faculties-section .slick-next::before {
    color: #A1A2A3;
    font-size: 25px;
}

#footer {
    padding: 50px 0;
    background-color: #F4F5F9;
}

#footer .about-container {
    text-align: center;
    width: 80%;
}

#footer .about-container img {
    width: 150px;
}

#footer .about-container .colz-name {
    font-size: 1.3rem;
    color: #EE105A;
    font-weight: 500;
    margin-top: 20px;
}

#footer .about-container .address-text {
    font-size: 1rem;
    color: #000009;
    font-weight: 300;
    margin-top: 10px;
}

#footer .about-container .affiliate-text {
    display: inline-grid;
    font-size: 1rem;
    color: #000009;
    font-weight: 500;
    margin-top: 20px;
}

#footer .about-container .affiliate-text span {
    color: #326DFC;
    font-weight: 600;
}

#footer .useful-link {
    width: 70%;
    margin: auto;
}

#footer .useful-link p {
    border-bottom: 1px solid #A1A2A3;
    font-size: 1rem;
    color: #000009;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer .useful-link .links {
    list-style-image: url("../images/forward-arrow.svg");
    margin: 0;
    padding-left: 20px;
    padding-top: 25px;
}

#footer .useful-link .links li {
    padding-bottom: 15px;
    transition: 0.5s ease all;
}

#footer .useful-link .links li a {
    font-size: 1rem;
    color: #000009;
    font-weight: 300;
    transition: 0.5s ease all;
}

#footer .useful-link .links li:hover a {
    color: #EE105A;
    padding-left: 5px;
}

#footer .contact {
    width: 70%;
    margin: auto;
}

#footer .contact .heading {
    border-bottom: 1px solid #A1A2A3;
    font-size: 1rem;
    color: #000009;
    font-weight: 500;
    padding-bottom: 10px;
}

#footer .contact .contact-detail {
    padding-top: 25px;
}

#footer .contact .contact-detail .details {
    font-size: 1rem;
    color: #000009;
    font-weight: 400;
    display: -webkit-inline-box;
}

#footer .contact .contact-detail .details i {
    padding-right: 10px;
}

#footer .contact .contact-detail .details span {
    display: block;
    color: #404040;
}

#footer .contact .social {
    margin-top: 30px;
}

#footer .contact .social .social-links {
    padding: 0;
}

#footer .contact .social .social-links li {
    display: inline-block;
    padding-right: 15px;
}

#footer .contact .social .social-links li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s ease all;
}

#footer .contact .social .social-links a.fb {
    border: 1px solid #1877f2;
    color: #1877f2;
}

#footer .contact .social .social-links a.yt {
    border: 1px solid #fe0000;
    color: #fe0000;
}

#footer .contact .social .social-links a.tw {
    border: 1px solid #50abf1;
    color: #50abf1;
}

#footer .contact .social .social-links a.fb:hover {
    background: #1877f2;
    color: #fff;
}

#footer .contact .social .social-links a.yt:hover {
    background: #fe0000;
    color: #fff;
}

#footer .contact .social .social-links a.tw:hover {
    background: #50abf1;
    color: #fff;
}

.btottm-ft {
    background: #000009;
    padding: 20px 0;
}

.btottm-ft .ft-text {
    font-size: .8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.btottm-ft .ft-text span {
    color: #A5A5A5;
}

.btottm-ft .ft-text i {
    color: rgba(238, 16, 90, 0.9);
}

.btottm-ft .ft-text .float-right {
    float: right;
}

#contact-us {
    padding: 40px 0;
    margin-top: 40px;
}

#contact-us .inner-container {
    text-align: center;
}

#contact-us .inner-container img {
    width: 100px;
}

#contact-us .inner-container .title {
    color: #000009;
    font-weight: 500;
    margin: 25px 0;
    font-size: 1.1rem;
}

#contact-us .inner-container .desc {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
}

#map-section {
    padding: 80px 0;
}

#map-section .form-section {
    width: 80%;
    margin: auto;
}

#map-section .form-section .heading {
    color: #000009;
    font-weight: 500;
    margin: 25px 0;
    font-size: 1.2rem;
}

#map-section .form-section .desc {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 10px;
}

#map-section .form-section label {
    display: block;
    width: 100%;
}

#map-section .form-section input {
    display: block;
    width: 100%;
    width: 100%;
    padding: 4px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #000009;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
    border-radius: 10px;
}

#map-section .form-section textarea {
    display: block;
    width: 100%;
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #000009;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
    border-radius: 3px;
    line-height: 29px;
    line-height: 2rem;
    border-radius: 10px;
}

#map-section .form-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-section .form-section li {
    padding: .8em 0;
}

#map-section .form-section .required-star {
    color: #EE105A;
}

#map-section iframe {
    width: 100% !important;
}

#template-page {
    margin: 80px 0;
}

#gallery-page {
    margin: 80px 0;
    /* Popup Styling */
}

#gallery-page .inner-container {
    text-align: center;
}

#gallery-page .image-box {
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 3px;
    transition: 0.5s ease all;
}

#gallery-page .image-box img {
    width: 100%;
    height: 180px;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#gallery-page .image-box .caption {
    font-size: 0.8rem;
    text-align: left;
    color: #444444;
    padding: 5px;
    margin-bottom: 0;
    height: 100px;
    overflow-y: scroll;
}

#gallery-page .image-box:hover {
    box-shadow: 0 0 17px 4px #00000059;
}

#gallery-page .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 9, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

#gallery-page .img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

#gallery-page .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#gallery-page .close-btn .bar {
    height: 4px;
    background: #333;
}

#gallery-page .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

#gallery-page .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

#gallery-page .opened {
    display: flex;
}

#gallery-page .opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {
    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

#staff-page {
    padding: 80px 0;
}

#staff-page .inner-box {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px 0;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin: 30px 15px;
    transition: 0.5s ease all;
}

#staff-page .inner-box img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#staff-page .inner-box .name {
    color: #000009;
    font-weight: 400;
    margin: 25px 0;
    font-size: 1.1rem;
}

#staff-page .inner-box .desc {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
}

#staff-page .inner-box .black-overlay {
    display: none;
    transition: 0.5s ease all;
}

#staff-page .inner-box:hover {
    border: 1px solid #fff;
}

#staff-page .inner-box:hover .black-overlay {
    display: block;
    display: grid;
    position: absolute;
    top: 0;
    border-radius: 10px;
    background-image: linear-gradient(to top right, rgba(50, 109, 252, 0.9), rgba(238, 16, 90, 0.9));
    width: 100%;
    height: 100%;
}

#staff-page .inner-box:hover .black-overlay .mybtn {
    align-self: center;
    justify-self: center;
}

#staff-profile {
    padding: 120px 0;
}

#staff-profile .inner-conatainer {
    display: grid;
    margin: auto;
}

#staff-profile .inner-conatainer .profile-conatiner {
    display: inline-flex;
    margin: auto;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
}

#staff-profile .inner-conatainer .profile-conatiner .profile-pic img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

#staff-profile .inner-conatainer .profile-conatiner .profile-details {
    margin: 30px 30px;
}

#staff-profile .inner-conatainer .profile-conatiner .profile-details .name {
    font-size: 1.8rem;
    color: #000009;
    font-weight: 600;
}

#staff-profile .inner-conatainer .profile-conatiner .profile-details .designation {
    font-size: 1.2rem;
    color: #A1A2A3;
    font-weight: 300;
}

#staff-profile .inner-conatainer .profile-conatiner .profile-details .qualification {
    font-size: 1rem;
    color: #000009;
    font-weight: 300;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

#staff-profile .inner-conatainer .contact-details {
    display: inline-flex;
    margin: auto;
    padding-top: 40px;
}

#staff-profile .inner-conatainer .contact-details .verticle-divider {
    height: 30px;
    width: 2px;
    background: #D6D6D6;
}

#staff-profile .inner-conatainer .contact-details .contact {
    font-size: 1.3rem;
    color: #606060;
    font-weight: 300;
    margin: 0 40px;
    padding-bottom: 0;
}

#staff-profile .inner-conatainer .contact-details .contact i {
    color: #EE105A;
    margin-right: 10px;
}

#downloads-page {
    padding: 80px 0;
}

#downloads-page .table-btn {
    border: none;
    padding: 5px 10px;
    font-size: 0.8rem;
    background: #326DFC;
    color: #fff;
    border-radius: 500px;
    transition: 0.5s ease all;
}

#downloads-page .table-btn:hover {
    background: #EE105A;
    color: #fff;
}

/*  Tablets in landscape mode, older desktop monitors */

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    #department-section .main-heading {
        padding-bottom: 30px;
    }
    #department-section .inner-box {
        width: 100%;
    }
    #department-section .inner-box .desc {
        margin-bottom: 0;
    }
    #staff-page {
        padding: 40px 0;
    }
    #staff-page .inner-box {
        margin: 15px 0;
    }
}

/*  Tablets in portrait mode, large display smartphones landscape mode */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar {
        height: 40px;
    }
    .navbar .navbar-toggler {
        position: relative;
    }
    .navbar .navbar-collapse {
        background: #4470f2;
        box-shadow: 1px 7px 12px 0 #00000036;
        padding: 20px 0;
    }
    .navbar .nav-link {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .top-header {
        padding: 10px 0;
    }
    .top-header img {
        width: 110px;
        display: block;
        margin: auto;
    }
    .top-header .colz-name {
        padding-left: 15px;
        padding-top: 5px;
    }
    .top-header .colz-name .logo-title {
        font-size: 1.5rem;
    }
    .top-header .colz-name .colz-desc {
        font-size: 1rem;
    }
    .top-header .colz-name .affiliate-text {
        font-size: .8rem;
    }
    #message-section {
        padding: 40px 0;
    }
    #message-section .user-profile .user-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    #message-section .msg-box {
        width: 100%;
    }
    #message-section .msg-box .quote-img {
        position: absolute;
        left: -20px;
        top: -10px;
        width: 70px;
        z-index: -1;
    }
    #message-section .msg-box .message {
        font-size: 13px;
        line-height: 1.5;
        margin: 25px 0 15px 0;
    }
    #message-section .msg-box .quote {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    #message-section .msg-box .user-name {
        margin-right: 0;
    }
    #about-section .about-img-section .about-img {
        width: 100%;
    }
    #about-section .about-details .title {
        line-height: 1.2;
        font-size: 2rem;
        margin-top: 30px;
    }
    #about-section .about-details .desc {
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    #department-section {
        margin: 40px 0;
    }
    #department-section .main-heading {
        padding-bottom: 30px;
    }
    #department-section .inner-box {
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    #department-section .inner-box .desc {
        margin-bottom: 0;
    }
    #fun-fact-section .inner-container {
        padding: 50px 0;
    }
    #fun-fact-section .inner-container .main-heading {
        padding-bottom: 30px;
    }
    #fun-fact-section .inner-container .count-box {
        margin-top: 30px;
    }
    #footer .about-container {
        width: 100%;
    }
    #footer .useful-link {
        padding-top: 30px;
        width: 90%;
    }
    #footer .useful-link p {
        margin-bottom: 0;
    }
    #footer .contact {
        width: 90%;
        padding-top: 30px;
    }
    #footer .contact .heading {
        margin-bottom: 0;
    }
    #map-section {
        padding-bottom: 80px;
        padding-top: 0;
    }
    #map-section .form-section {
        width: 100%;
        margin-top: 40px;
    }
    #common-top-section .inner-container {
        padding: 40px 0;
    }
    .main-heading {
        font-size: 1.5rem;
    }
    #staff-page {
        padding: 40px 0;
    }
    #staff-page .inner-box {
        margin: 15px 0;
    }
}

/*  Smartphones in landscape mode */

@media only screen and (min-width: 421px) and (max-width: 767px) {
    .navbar {
        height: 40px;
    }
    .navbar .navbar-toggler {
        position: relative;
    }
    .navbar .navbar-collapse {
        background: #4470f2;
        box-shadow: 1px 7px 12px 0 #00000036;
        padding: 20px 0;
    }
    .navbar .nav-link {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .top-header {
        padding: 10px 0;
    }
    .top-header img {
        width: 100px;
        display: block;
        margin: auto;
    }
    .top-header .colz-name {
        padding-left: 0;
		text-align:left;
    }
    .top-header .colz-name .logo-title {
        font-size: 1.6rem;
    }
    .top-header .colz-name .colz-desc {
        font-size: 1rem;
    }
    .top-header .colz-name .affiliate-text {
        font-size: .8rem;
    }
    #message-section {
        padding: 40px 0;
    }
    #message-section .news-box {
        margin-top: 30px;
    }
    #message-section .user-profile .user-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    #message-section .msg-box {
        width: 100%;
    }
    #message-section .msg-box .quote-img {
        position: absolute;
        left: -20px;
        top: -10px;
        width: 70px;
        z-index: -1;
    }
    #message-section .msg-box .message {
        font-size: 13px;
        line-height: 1.5;
        margin: 25px 0 15px 0;
    }
    #message-section .msg-box .quote {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    #message-section .msg-box .user-name {
        margin-right: 0;
    }
    #about-section .about-img-section .about-img {
        width: 100%;
    }
    #about-section .about-details .title {
        line-height: 1.2;
        font-size: 2rem;
        margin-top: 30px;
    }
    #about-section .about-details .desc {
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    #about-section .about-img-section .about-img {
        width: 100%;
    }
    #about-section .about-details .title {
        line-height: 1.2;
        font-size: 2rem;
        margin-top: 30px;
    }
    #about-section .about-details .desc {
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    #department-section {
        margin: 40px 0;
    }
    #department-section .main-heading {
        padding-bottom: 30px;
    }
    #department-section .inner-box {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    #department-section .inner-box .desc {
        margin-bottom: 0;
    }
    #fun-fact-section .inner-container {
        padding: 50px 0;
    }
    #fun-fact-section .inner-container .main-heading {
        padding-bottom: 10px;
    }
    #fun-fact-section .inner-container .count-box {
        margin-top: 30px;
    }
    #our-faculties-section {
        padding: 50px 0;
    }
    #our-faculties-section .slick-prev {
        left: 0;
    }
    #our-faculties-section .slick-next {
        right: 0;
    }
    #footer .about-container {
        width: 100%;
    }
    #footer .useful-link {
        padding-top: 30px;
        width: 90%;
    }
    #footer .useful-link p {
        text-align: center;
        margin-bottom: 0;
    }
    #footer .contact {
        width: 90%;
        padding-top: 30px;
    }
    #footer .contact .heading {
        text-align: center;
        margin-bottom: 0;
    }
    #footer .contact .social {
        text-align: center;
    }
    .btottm-ft .ft-text {
        text-align: center;
        display: grid;
    }
    #contact-us {
        margin-top: 0;
    }
    #contact-us .inner-container {
        text-align: center;
        padding: 30px 0;
    }
    #map-section {
        padding-bottom: 80px;
        padding-top: 0;
    }
    #map-section .form-section {
        width: 100%;
        margin-top: 40px;
    }
    #common-top-section .inner-container {
        padding: 40px 0;
    }
    .main-heading {
        font-size: 1.5rem;
    }
    #staff-profile {
        padding: 60px 0;
    }
    #staff-profile .inner-conatainer {
        display: block;
    }
    #staff-profile .inner-conatainer .profile-conatiner {
        display: block;
        text-align: center;
    }
    #staff-profile .inner-conatainer .contact-details {
        display: block;
    }
    #staff-profile .inner-conatainer .contact-details .contact {
        margin: 0 0;
        text-align: center;
    }
    #staff-profile .inner-conatainer .contact-details .verticle-divider {
        display: none;
    }
    #staff-page {
        padding: 40px 0;
    }
    #staff-page .inner-box {
        margin: 15px 0;
    }
}

/*  Smartphones in portrait mode  */

@media only screen and (max-width: 420px) {
    .navbar {
        height: 40px;
    }
    .navbar .navbar-toggler {
        position: relative;
    }
    .navbar .navbar-collapse {
        background: #4470f2;
        box-shadow: 1px 7px 12px 0 #00000036;
        padding: 20px 0;
    }
    .navbar .nav-link {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .main-heading {
        font-size: 2rem;
    }
    .top-header {
        padding: 10px 0;
    }
    .top-header img {
        width: 100px;
        display: block;
        margin: auto;
    }
    .top-header .colz-name {
        padding-left: 0;
    }
    .top-header .colz-name .logo-title {
        font-size: 1.5rem;
    }
    .top-header .colz-name .colz-desc {
        font-size: 1rem;
    }
    .top-header .colz-name .affiliate-text {
        font-size: .8rem;
    }
    #message-section {
        padding: 40px 0;
    }
    #message-section .news-box {
        margin-top: 30px;
    }
    #message-section .user-profile .user-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }
    #message-section .msg-box {
        width: 100%;
    }
    #message-section .msg-box .quote-img {
        position: absolute;
        left: -20px;
        top: -10px;
        width: 70px;
        z-index: -1;
    }
    #message-section .msg-box .message {
        font-size: 13px;
        line-height: 1.5;
        margin: 25px 0 15px 0;
    }
    #message-section .msg-box .quote {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    #message-section .msg-box .user-name {
        margin-right: 0;
    }
    #about-section .about-img-section .about-img {
        width: 100%;
    }
    #about-section .about-details .title {
        line-height: 1.2;
        font-size: 2rem;
        margin-top: 30px;
    }
    #about-section .about-details .desc {
        line-height: 1.5;
        letter-spacing: 1.2px;
    }
    #department-section {
        margin: 40px 0;
    }
    #department-section .main-heading {
        padding-bottom: 30px;
    }
    #department-section .inner-box {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    #department-section .inner-box .desc {
        margin-bottom: 0;
    }
    #fun-fact-section .inner-container {
        padding: 50px 0;
    }
    #fun-fact-section .inner-container .main-heading {
        padding-bottom: 10px;
    }
    #fun-fact-section .inner-container .count-box {
        margin-top: 30px;
    }
    #our-faculties-section {
        padding: 50px 0;
    }
    #our-faculties-section .slick-prev {
        left: 0;
    }
    #our-faculties-section .slick-next {
        right: 0;
    }
    #footer .about-container {
        width: 100%;
    }
    #footer .useful-link {
        padding-top: 30px;
        width: 90%;
    }
    #footer .useful-link p {
        text-align: center;
        margin-bottom: 0;
    }
    #footer .contact {
        width: 90%;
        padding-top: 30px;
    }
    #footer .contact .heading {
        text-align: center;
        margin-bottom: 0;
    }
    #footer .contact .social {
        text-align: center;
    }
    .btottm-ft .ft-text {
        text-align: center;
        display: grid;
    }
    #contact-us {
        margin-top: 0;
    }
    #contact-us .inner-container {
        text-align: center;
        padding: 30px 0;
    }
    #map-section {
        padding-bottom: 80px;
        padding-top: 0;
    }
    #map-section .form-section {
        width: 100%;
        margin-top: 40px;
    }
    #common-top-section .inner-container {
        padding: 40px 0;
    }
    .main-heading {
        font-size: 1.5rem;
    }
    #staff-profile {
        padding: 60px 0;
    }
    #staff-profile .inner-conatainer {
        display: block;
    }
    #staff-profile .inner-conatainer .profile-conatiner {
        display: block;
        text-align: center;
    }
    #staff-profile .inner-conatainer .contact-details {
        display: block;
    }
    #staff-profile .inner-conatainer .contact-details .contact {
        margin: 0 0;
        text-align: center;
    }
    #staff-profile .inner-conatainer .contact-details .verticle-divider {
        display: none;
    }
    #staff-page {
        padding: 40px 0;
    }
    #staff-page .inner-box {
        margin: 15px 15px;
    }
}