﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Agbalumo&display=swap");
p {
  font-weight: 500; }

.dept-fix {
  position: relative;
  /*position: sticky;*/
  /*   top: 17%;
    height: 100vh;*/
  /*z-index:-1;*/ }

.dept_content {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%; }

.left_dept_menu {
  float: left;
  width: 25%;
  padding: 0 2%;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .left_dept_menu {
      width: 100%; } }

.flex_bundle_center, .tacw_faculty-social-icon ul li a {
  display: flex;
  justify-content: center;
  align-items: center; }

.dept_banner_new {
  margin-bottom: 50px; }
  .dept_banner_new img {
    height: auto;
    object-fit: cover;
    object-position: top;
    /*     max-width: 1920px;
        height: 1080px;*/ }

.dept_title {
  text-align: center; }
  .dept_title h1, .dept_title h3 {
    font-size: 36px;
    line-height: 36px;
    color: #f0491f;
    font-weight: 600;
    font-family: "Agbalumo", serif; }

.dept_vsn_more {
  overflow: hidden; }
  .dept_vsn_more p {
    text-align: start; }

.vsms_box {
  display: flex;
  align-items: center;
  max-width: 310px;
  margin-bottom: 30px; }
  .vsms_box .image {
    min-width: 70px;
    position: relative; }
    .vsms_box .image:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      right: 0;
      background-color: black; }
  .vsms_box .content {
    padding-left: 20px; }
    .vsms_box .content .title {
      font-size: 21px;
      line-height: 21px; }
    .vsms_box .content .cus_btn {
      font-size: 14px;
      font-weight: 700;
      color: #f0491f;
      text-decoration: none; }
  .vsms_box .dept_vsn_more {
    font-size: 14px;
    font-weight: 500; }

.news_update {
  background-color: #F2F2F2;
  padding: 50px 0;
  margin-bottom: 60px; }
  .news_update .dept_title {
    margin-bottom: 30px; }
  .news_update-box {
    background-color: white;
    padding: 25px 0 24px;
    filter: drop-shadow(0px 2px 19px rgba(0, 0, 0, 0.1)); }
  .news_update-title {
    padding: 0px 20px 15px;
    /*height: calc(100% - (53px + 88px));*/ }
    .news_update-title h3 {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      margin-bottom: 0; }
  .news_update-body {
    padding: 0 20px;
    height: calc(100% - (100px + 53px));
    /* overflow-y: scroll !important;

        &::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        &::-webkit-scrollbar {
            width: 6px;
            background-color: #F5F5F5;
        }

        &::-webkit-scrollbar-thumb {
            background-color: #f1481d;
        }
*/ }
    .news_update-body p {
      line-height: 22px;
      font-weight: 500;
      text-align: left; }
    .news_update-body #more {
      display: none; }
  .news_update-footer {
    /*height: calc(100% - (84px + 88px));*/
    border-top: 1px solid #ddd;
    padding: 12px 20px 0px;
    text-align: center; }
    .news_update-footer a {
      font-size: 14px;
      font-weight: 700;
      color: #f0491f; }

.view_all-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.24));
  background-color: #e04d01;
  padding: 10px 30px; }

.cta_hm {
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
  padding: 40px 0;
  color: white;
  background: linear-gradient(270deg, #ff7601, rgba(255, 178, 0, 0)), url(../../images/Online-Admission.jpg) repeat;
  /*background-color: #ff7d00;*/ }
  .cta_hm-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid white; }
  .cta_hm p {
    max-width: 502px; }
  .cta_hm::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.77); }
    @media only screen and (min-width: 768px) {
      .cta_hm::after {
        width: 50%; } }
  .cta_hm::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.77);
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 40% 0%, 100% 100%, 0% 100%);
    z-index: -1; }
    @media only screen and (min-width: 1200px) {
      .cta_hm::before {
        width: 150px; } }
    @media only screen and (max-width: 1200px) and (min-width: 768px) {
      .cta_hm::before {
        width: 65px; } }
  .cta_hm .cust-btn-white, .cta_hm .cust-btn-red {
    border-color: white;
    color: white;
    padding: 18px; }
  .cta_hm .cust-btn-red {
    border-color: #F0471C;
    background-color: #F0471C; }

.student_achievments {
  margin-bottom: 60px; }
  .student_achievments .dept_title {
    margin-bottom: 30px; }
  .student_achievments-image img {
    width: 100%;
    height: 188px;
    object-fit: cover; }
  .student_achievments-box {
    background-color: white;
    padding: 0px 0 15px;
    height: 100%;
    filter: drop-shadow(0px 2px 19px rgba(0, 0, 0, 0.1)); }
  .student_achievments-title {
    padding: 25px 20px 15px;
    /*height: calc(100% - (53px + 88px));*/ }
    .student_achievments-title h3 {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 0; }
  .student_achievments-body {
    padding: 0 20px;
    /*height: calc(100% - (84px + 53px));*/
    min-height: 80px; }
    .student_achievments-body p {
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      text-align: left; }
  .student_achievments-footer {
    /*height: calc(100% - (84px + 88px));*/
    border-top: 1px solid #ddd;
    padding: 12px 20px 0px;
    text-align: center; }
    .student_achievments-footer a {
      font-size: 14px;
      font-weight: 700;
      color: #f0491f; }

.tacw_faculty {
  margin-bottom: 60px; }
  .tacw_faculty .dept_title {
    margin-bottom: 30px; }
  .tacw_faculty-image {
    text-align: center;
    padding: 15px; }
    .tacw_faculty-image img {
      width: 100px;
      height: 100px;
      border: 2px solid #352166;
      border-radius: 50%; }
  .tacw_faculty-box {
    background-color: white;
    padding: 0px 0 15px;
    height: 100%;
    filter: drop-shadow(0px 2px 19px rgba(0, 0, 0, 0.1));
    text-align: center; }
  .tacw_faculty-title {
    padding: 0 20px;
    /*height: calc(100% - (53px + 88px));*/ }
    .tacw_faculty-title h3 {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 0; }
  .tacw_faculty-body {
    padding: 0 20px;
    /*height: calc(100% - (84px + 53px));*/
    height: 115px;
    overflow: hidden;
    margin-bottom: 20px; }
    .tacw_faculty-body p {
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-align: left; }
    .tacw_faculty-body ul {
      list-style: none; }
  .tacw_faculty-social-icon ul {
    list-style: none;
    padding: 0; }
    .tacw_faculty-social-icon ul li {
      display: inline-block;
      margin: 0 5px; }
      .tacw_faculty-social-icon ul li a {
        width: 25px;
        height: 25px;
        border-radius: 12px;
        background-color: #322062;
        color: white;
        transition: all .3s ease-in-out; }
        .tacw_faculty-social-icon ul li a .fa-linkedin-in {
          color: white; }
        .tacw_faculty-social-icon ul li a:hover {
          background-color: #dedede;
          color: #322062;
          transition: all .3s ease-in-out; }
          .tacw_faculty-social-icon ul li a:hover .fa-linkedin-in {
            color: #322062; }
  .tacw_faculty-footer {
    /*height: calc(100% - (84px + 88px));*/
    border-top: 1px solid #ddd;
    padding: 12px 20px 0px;
    text-align: center; }
    .tacw_faculty-footer a {
      font-size: 14px;
      font-weight: 700;
      color: #f0491f; }

.quary_form {
  margin-bottom: 80px; }
  .quary_form-card {
    background-color: #332062;
    padding: 30px 65px; }
  .quary_form-header {
    font-size: 24px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    line-height: 24px; }
  .quary_form-body .form-control {
    min-height: 45px;
    font-size: 14px;
    color: #322062;
    font-weight: 600;
    position: relative; }
    .quary_form-body .form-control::placeholder {
      color: #322062;
      opacity: 1;
      /* Firefox */ }
    .quary_form-body .form-control::file-selector-button {
      background-color: #E4E4E4;
      border: 1px solid black;
      position: absolute;
      right: 0;
      top: 11px; }
  .quary_form-body .btn-submit {
    width: 129px;
    height: 43px;
    filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.24));
    background-color: #e04d01;
    border: none;
    font-size: 16px;
    color: white;
    font-weight: 500; }

.placement_sec {
  margin-bottom: 80px; }
  .placement_sec-card {
    background-image: url(../../images/placement_bg_design.png);
    min-height: 300px;
    background-size: 95% 82%;
    background-repeat: no-repeat;
    max-width: 360px;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    background-position: 0px 20px;
    margin: 20px; }
  .placement_sec-image {
    width: 130px;
    margin: auto;
    padding-top: 35px; }
  .placement_sec-body .name {
    color: #322062;
    margin-bottom: 0; }
  .placement_sec-body .name, .placement_sec-body p {
    font-size: 15px; }
  .placement_sec .inside_heading {
    font-size: 25px;
    padding-left: 15px;
    padding-top: 3px;
    text-transform: uppercase; }
    .placement_sec .inside_heading text {
      stroke: #ff4c00;
      stroke-width: 1.5px;
      fill: #fff0e9; }

.photo_gallery {
  margin-bottom: 50px; }
  @media only screen and (min-width: 769px) {
    .photo_gallery img {
      height: 260px;
      object-fit: cover; } }
  .photo_gallery img {
    margin-bottom: 20px; }
