@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"),
    url("../fonts/bootstrap-icons.woff?8d200481aa7f02a2d63a331fc782cfaf") format("woff");
}
@font-face {
    font-family: 'Helvetica', Sans-serif;
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica', Sans-serif;
    src: url('../fonts/helvetica-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica', Sans-serif;
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica', Sans-serif;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    padding: 35px 35px 0px 35px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #2B2B2B;
}
p {
    font-size: 14px;
    font-weight: 500;
    color: #A9A9A9;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    padding-left: 0px;
}
section {
    padding: 50px 0px;
}
.btn {
    border-radius: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
button {
    padding: 10px 18px;
    background: transparent;
    color: #CD1739;
    border: 1px solid #CD1739;
    border-radius: 0px;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 22px;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
.form-control, .form-select {
    border: 1px solid #A9A9A9;
    border-radius: 0px;
}
@media (min-width: 768px) { 
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
}
@media (max-width: 767px) { 
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: auto; 
    }
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 1.2rem;
}
.dropdown-menu {
    font-size: 12px;
    color: #000;
    border: none;
    text-transform: lowercase;
}
.record-name {
    padding-left: 5px;
    overflow-y: auto;
    max-height: 500px;
    width: 100%;
    padding-right: 10px;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #000;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a1a1a1;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.side-menu-fix {
    width: 30%;
}
.body-right {
    width: 70%;
}
.side-menu {
    position: relative;
}
.side-menu .bg-light {
    background-color: transparent !important;
}
.mt-10 {
    margin-top: 3rem;
}
.dropdown-item {
    padding: 2px 0px;
    letter-spacing: 1px;
    color: #686868;
}
.record-name h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px !important;
    color: #000 !important;
    font-family: 'Helvetica', Sans-serif;
}
.record-name p {
    color: #a1a1a1 !important;
    font-size: 14px !important;
    font-family: 'Helvetica', Sans-serif !important;
}
.record-name div {
    color: #a1a1a1 !important;
    font-size: 14px !important;
    
}
.record-name div pre {font-size: 14px !important;}
.academics-list h6 {
    font-size: 18px;
}
.social-media {
    position: fixed;
    bottom: 0;
}
.social-media ul li {
    padding-right: 15px;
}
.social-media ul li a {
    color: #000;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #959595;
    font-size: 16px;
    text-transform: lowercase;
}
.nav-item.active .nav-link {
    color: #A9A9A9;
}
/* GRID CSS START */
.card-box-list-col {
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 21px;
}
.card-box-list-full {
    position: relative;
    width: 100%;
}
.card-box-list-img {
    position: relative;
    overflow: hidden;
}
.card-box-list-img img {
    position: relative;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.8s ease-in-out;
}
.project-img img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.project-description {
    color: #a1a1a1 !important;
    font-size: 12px !important;
}
.card-box-list-col:hover .project-img img {
    filter: grayscale(0%);
}
.project_list {
    clear: none;
    float: left;
    margin-top: 0;
    padding: 0 5px 0 30px;
    margin-top: -6px;
    width: auto;
    margin-bottom: 30px;
}
.project_list li {
    float: left;
    height: 100%;
    list-style-type: none;
    margin: 0 18px 18px 0;
}
/* GRID CSS END */
.team-list h6 {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
}
.team-list p {
    color: #A9A9A9;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}
.team-list ul li {
    padding-bottom: 25px;
}
.right-img {
    position: sticky;
    top: 35px;
    height: 96vh;
}
.right-img img {
    height: 100vh;
}
.academics-right-img {
    position: sticky;
    top: 35px;
}
.grid-part a {
    color: #A9A9A9;
}
.body-menu ul {
    display: flex;
}
.body-menu ul li {
    padding-right: 15px;
    border-right: 2px solid #A9A9A9;
}
.body-menu ul li.active a {
    color: #000000;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.body-menu ul li a {
    font-weight: 500;
    color: #A9A9A9;
    font-size: 18px;
}
.body-menu ul li:last-child {
    border-right: none;
    padding-left: 15px;
}
.career-form span {
    font-size: 13px;
}
.career-form p {
    margin-bottom: 0;
    color: #000;
}
.career-form {
    padding-bottom: 50px;
}
.career-form h5 {
    font-size: 18px;
}
.career-form .submit-btn {
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 16px;
}
.career-form form label {
    font-size: 16px;
}
.responsive-map iframe {
    width: 100%;
    height: 450px;
}
.contact-menu ul {
    display: block;
}
.contact-menu ul li {
    border: none;
    padding-left: 30px;
    padding-bottom: 12px;
}
.contact-menu ul li:last-child {
    padding-left: 30px;
}
.contact-menu ul li a {
    color: #000;
    font-weight: 500;
}
.contact-menu ul li span {
    font-size: 14px;
}
.address-bg {
    position: relative;
}
.address-bg::before {
    content: "\F3E7";
    font-family: bootstrap-icons;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
}
.phone-bg {
    position: relative;
}
.phone-bg::before {
    content: "\F5B4";
    font-family: bootstrap-icons;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
}
.email-bg {
    position: relative;
}
.email-bg::before {
    content: "\F32C";
    font-family: bootstrap-icons;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
}
.thumb-details {
    position: relative;
    height: 100%;
}
.thumb-details span {
    position: absolute;
    bottom: 0;
    color: #a1a1a1;
    left: 0px;
    font-size: 12px;
}
.thumb-details span a {
    color: #000;
    border-bottom: 1px solid #000;
}
.thumb-details span i {
    color: #000;
}   
.thumb-details p b {
    color: #000;
}
.thumb-details div {
    color: #a1a1a1;
    font-size: 12px;
    overflow-y: auto;
    min-height: 200px;
    padding-right: 10px;
}
.media-list {
    margin-top: 170px;
}
.media-list ul li {
    border: none;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
.media-list ul li:last-child {
    padding-left: 0px;
}
.media-list .card-box-list-img {
    text-align: center;
}
.media-list .project-img img {
    width: 130px;
}
.owl-carousel.owl-drag .owl-item .item {
    height: 90vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}
.owl-carousel.owl-drag .owl-item .item img {
    max-width: 100%;
    max-height: 100%;
    float: right;
}
.owl-carousel .owl-item img {
    width: auto;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
}
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
}
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev::before {
    content: "\F309";
    font-family: bootstrap-icons;
    color: #000;
    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-next::before {
    content: "\F309";
    font-family: bootstrap-icons;
    color: #000;
    font-size: 40px;
}
.owl-dots {
    display: none;
}
.navbar-brand img {
    width: 100%;
    max-width: 400px;
}
.awards-list {
    display: flex;
}
.awards-list li {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 2px solid #A9A9A9;
}
.awards-list li:first-child {
    padding-left: 0px;
}
.awards-list li.active a {
    color: #000000;
    border-bottom: 1px solid #000;
    font-weight: 600;
}
.awards-list li a {
    font-weight: 500;
    color: #A9A9A9;
    font-size: 18px;
}
.awards-list li:last-child {
    border-right: none;
    padding-left: 15px;
}
.some-element {
    display: none;
}
.some-element.active {
    display: block;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
.card-box-list-img .project-title {
    font-size: 12px;
    margin-bottom: 0;
    display: none;
    color: #000;
    padding-top: 5px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}
.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loading img {
    width: 50px;
}
.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
.fixed-sidebar {
    position: fixed;
    width: 100%;
    max-width: 365px;
}
.menuButton {
    position: relative;
    cursor: pointer;
    display: none;
    align-items: left;
    flex-direction: column;
    gap: 13%;
    color: #090909;
    width: 25px;
    height: 1.5em;
    border-radius: 0.5em;
    transition: all 0.3s;
}
.menuButton .top {
    width: 50%;
}
.menuButton .bot {
    width: 75%;
}
.mobile-menu {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #959595;
    text-transform: lowercase;
    font-size: 16px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar {
    display: unset;
}
.navbar-nav .nav-active .nav-link {
    color: #000;
    font-weight: 500;
}
.navbar-nav .dropdown-menu li.nav-active .dropdown-item {
    color: #000;
    font-weight: 600;
}

/* MEDIA QUERY START */
@media (max-width: 1799px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
    }
    .navbar-brand img {
        max-width: 370px;
    }
}

@media (max-width: 1599px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
    }
    .navbar-brand img {
        max-width: 350px;
    }
    .fixed-sidebar {
        max-width: 350px;
    }
}

@media (max-width: 1499px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
    }
    .navbar-brand img {
        max-width: 320px;
    }
    .fixed-sidebar {
        max-width: 320px;
    }
}

@media (max-width: 1399px) {
    .pt-10 {
        padding-top: 8rem;
    }
    .media-list .project-img img {
        width: 100px;
    }
    .side-menu-fix {
        width: 40%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .project-details-title {
        display: none;
    }
    .card-box-list-img .project-title {
        display: none;
    }
    .navbar-brand img {
        max-width: 350px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
    }
    .fixed-sidebar {
        max-width: 350px;
    }
}

@media (max-width: 1199px) {
    .pt-10 {
        padding-top: 1rem;
    }
    .media-list .project-img img {
        width: 100%;
    }
    .pitstudio-part {
        padding-top: 35px;
    }
    .contact-menu ul li {
        font-size: 14px;
    }
    .side-menu-fix {
        width: 45%;
    }
    .body-right {
        width: 65%;
    }
    .academics-right-img {
        padding-top: 35px;
    }
    .navbar-brand img {
        width: 100%;
        max-width: 400px;
    }
    .academics-list {
        padding-top: 35px;
    }
    .awards-list {
        padding-top: 35px;
    }
    .career-menu {
        padding-top: 35px;
    }
    .contact-menu {
        padding-top: 35px;
    }
    .media-col {
        padding-top: 35px;
    }
    .media-list {
        margin-top: 100px;
        padding: 0px 10px;
    }
    .media-list ul li {
        padding: 0px 15px;
    }
    .media-list ul li:last-child {
        padding-left: 15px;
    }
    .right-img {
        height: 80vh;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
    .project-details-title {
        display: none;
    }
    .card-box-list-img .project-title {
        display: block;
    }
    .top-slider {
        margin-bottom: 60px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.6rem;
    }
    .owl-carousel.owl-drag .owl-item .item {
        height: 42vh;
    }
    .fixed-sidebar {
        position: unset;
        max-width: 100%;
    }
    .social-media {
        position: unset;
    }
}

@media (max-width: 991px) {
    .side-menu {
        width: 100%;
    }
    .side-menu-fix {
        width: 100%;
    }
    .body-right {
        width: 100%;
    }
    .navbar-collapse {
        z-index: 9;
    }
    .navbar-nav {
        background: #fff;
        padding: 15px;
    }
    .navbar-nav .dropdown-menu {
        list-style: disc;
        padding-left: 35px;
        border: none;
    }
    .pt-10 {
        padding-top: 5rem;
    }
    .media-col {
        padding-top: 50px;
    }
    .media-list {
        margin-top: 100px;
        padding: 0px 10px;
    }
    .media-list ul li {
        padding: 0px 15px;
    }
    .media-list .project-img img {
        width: 100%;
    }
    .navbar-brand img {
        width: 100%;
        padding-right: 100px;
    }
    .academics-list {
        padding-top: 35px;
    }
    .right-img {
        padding-top: 35px;
        top: 0px;
    }
    .academics-right-img {
        padding-top: 35px;
    }
    .team-list {
        padding-top: 35px;
    }
    .grid-part {
        padding-top: 0px;
    }
    .pitstudio-part {
        padding-top: 35px;
    }
    .body-menu ul {
        padding-top: 35px;
    }
    .responsive-map {
        padding-top: 35px;
    }
    .awards-list {
        padding-top: 35px;
        margin-bottom: 20px;
    }
    .awards-menu .grid-part {
        padding-top: 0px;
    }
    .top-slider {
        padding-top: 35px;
    }
    .owl-carousel.owl-drag .owl-item .item {
        height: 500px;
    }
    .logo-bg {
        justify-content: space-between;
    }
    .right-img {
        height: 90vh;
    }
    .pitstudio-part {
        padding-top: 35px;
    }
    .pitstudio-part img {
        padding-right: 0px;
    }
    .project-details-title {
        display: none;
    }
    .card-box-list-img .project-title {
        display: block;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
    }
    .fixed-sidebar {
        position: unset;
    }
    .navbar {
        display: flex;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .menuButton {
        display: flex;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #8cdce4;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .social-media {
        position: unset;
    }
}

@media (max-width: 767px) {
    body {
        padding: 15px;
    }
    .side-menu-fix {
        width: 100%;
    }
    .body-right {
        width: 100%;
    }
    .side-menu {
        width: 100%;
    }
    .navbar {
        display: flex;
    }
    .logo-bg {
        position: relative;
    }
    .navbar-collapse {
        z-index: 9;
        position: absolute;
        top: 70px;
        left: 0px;
        width: 100%;
    }
    .navbar-nav {
        background: #fff;
        padding: 15px;
    }
    .navbar-nav .dropdown-menu {
        list-style: disc;
        padding-left: 35px;
        border: none;
    }
    .pt-10 {
        padding-top: 5rem;
    }
    .mar-top {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .media-list {
        margin-top: 100px;
        padding: 0px 10px;
    }
    .media-list ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .media-list ul li:last-child {
        padding-left: 15px;
    }
    .media-list .project-img img {
        width: 100%;
    }
    .navbar-brand img {
        width: 100%;
        padding-right: 0px;
    }
    .navbar-brand {
        margin-right: 0px;
        width: 80%;
    }
    .academics-list {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .team-list {
        padding-top: 35px;
    }
    .grid-part {
        padding-top: 35px;
    }
    .pitstudio-part {
        padding-top: 50px;
    }
    .body-menu ul {
        padding-top: 35px;
    }
    .awards-list {
        padding-top: 35px;
        margin-bottom: 20px;
    }
    .awards-menu .grid-part {
        padding-top: 0px;
    }
    .top-slider {
        padding-top: 35px;
    }
    .project-details-title {
        display: none;
    }
    .card-box-list-img .project-title {
        display: block;
        font-size: 16px;
    }
    .owl-carousel.owl-drag .owl-item .item {
        height: 32vh;
    }
    .fixed-sidebar {
        position: unset;
    }
    .navbar {
        padding-top: 0px;
    }
    .mobile-menu:checked ~ * span.top {
        transform: translateY(285%) rotate(45deg);
        width: 30px;
    }
    .mobile-menu:checked ~ * span.mid {
        transform: translateX(-20px);
        opacity: 0;
    }
    .mobile-menu:checked ~ * span.bot {
        transform: translateY(-85%) rotate(-45deg);
        width: 30px;
    }
    .menuButton {
        display: flex;
    }
    .menuButton span {
        width: 25px;
        height: 4px;
        background: #8cdce4;
        border-radius: 100px;
        transition: 0.3s ease;
    }
    .record-name {
        margin-right: 0px;
    }
    .social-media {
        position: unset;
    }
}

@media (max-width: 320px) {
    .navbar {
        top: -37px;
    }
}
/* MEDIA QUERY END */
.errors{
    color: red; font-weight: bold;
}