/*
Theme Name:         Uni Pro UOB
Theme URI:          https://pipilikasoft.com/
Description:        A Responsive Theme for UOB.
Version:            1.0.3
Author:             Pipilika Soft Team
Author URI:         http://pipilikasoft.com/
Text Domain:        university
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Domain Path:        /lang/

CONTENTS
-------------
- Global resets
- Global typography & layout rules
- Page styles
- Post styles
- General bits
- Media queries
 
*/
/* -------------------------------------------- IMTStyle Start ----------------------------------------- */
/* 
Theme Name: UOb University 
Author: pipilika Soft 
Verstion: 2023

*/

:root {
  --white: #fff;
  --blue: #2c97ea;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e91e63;
  --pink-hover: #fa0559;
  --red: #ed1c24;
  --red-hover: #c5181f;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6f7a7f;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* font family  */
  --open-sans: "Open Sans", sans-serif;
  --poppins: "Poppins", sans-serif;

  /* Brand color  */
  --imt-blue: #1c3f74;
  --imt-orange: #dd4e35;
  --primary-color: #003b76;
  --secondary-color: #1652ac;

  /* section title  */
  --section-title-color: #1a3e73;

  /* supporting color  */

  /* notice scroll area  */
  --header-top-area-bg: #4b2e83;
  --header-top-area-notice-bg: #ffffff;

  /* button color */
  --iems-btn-bg: #ff5421;
  --button-bg-one: #ddd;
  --button-text-one: #ddd;
  --button-bg-hover-one: #ddd;
  --button-text-hover-one: #ddd;

  --button-bg-two: #ddd;
  --button-text-two: #ddd;
  --button-bg-hover-two: #ddd;
  --button-text-hover-two: #ddd;

  --button-bg-three: #ddd;
  --button-text-three: #ddd;
  --button-bg-hover-three: #ddd;
  --button-text-hover-three: #ddd;

  /* section background color  */
  --section-bg-one: #f8f8f8;
  --section-bg-two: #f0fcfd;
  --section-bg-three: #efefef;
  --section-bg-four: #f85322;
  --section-bg-five: #0c162c;
  --section-bg-six: #f4ebf6;
  --section-bg-seven: #fafafa;
  --section-bg-eight: #fafafa;
  --single-page-bg: #dddddd;

  /* footer color  */
  --footer-bg-one: #021d3a;
  --footer-bg-two: #05274b;
}
/* @font-face {
  font-family: sports world;
  font-style: normal;
  font-weight: 400;
  src: local("Sports World"),
    url("assets/fonts/sports-world/Sports World-Regular.woff") format("woff");
} */

/* imt golobal style */
::-webkit-scrollbar {
  width: 8px !important;
}
::-moz-scrollbar {
  width: 8px !important;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey !important;
  border-radius: 10px !important;
}
::-moz-scrollbar-track {
  box-shadow: inset 0 0 5px grey !important;
  border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color) !important;
  border-radius: 10px !important;
}
::-moz-scrollbar-thumb {
  background: var(--primary-color) !important;
  border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color) !important;
}
::-moz-scrollbar-thumb:hover {
  background: var(--primary-color) !important;
}

/* global css */
* {
  margin: 0;
  padding: 0;
  scrollbar-color: var(--primary-color) #ddd;
  scrollbar-width: thin;
}

.content-box * {
  text-align: justify;
}
.aligncenter {
  clear: both;
}
.content-box {
  overflow: auto;
}

.content-box img,
.content-box img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  overflow: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.content-box table {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
}
.content-box table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.content-box table > tbody > tr > td,
.content-box table > tbody > tr > th,
.content-box table > tfoot > tr > td,
.content-box table > tfoot > tr > th,
.content-box table > thead > tr > td,
.content-box table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align:left;
}

/* font weight  */
/* font-family: 'Open Sans', sans-serif;
  font-family: 'Poppins', sans-serif; */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  text-rendering: optimizeLegibility;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}
img {
  /* width: 100%; */
  height: auto;
}
#header-row {
  position: relative;
}
a {
  text-decoration: none;
}
.section-title {
  text-align: center;
  font-family: var(--poppins);
  font-size: 3.5rem;
  color: var(--primary-color);
  padding: 30px;
  font-weight: bold;
}
.search-title {
  text-align: center;
  font-family: var(--poppins);
  font-size: 3.5rem;
  color: var(--primary-color);
  font-weight: bold;
}
.section-title::after {
  content: url(assets/images/abstrauct-images/affterTitleLineBar.png);
  margin-left: 20px;
}
.section-title::before {
  content: url(assets/images/abstrauct-images/beforeTitleLineBar.png);
  margin-right: 20px;
}

.section-padding {
  padding: 40px 0px;
}
.title-link-color {
  color: var(--imt-blue) !important;
}
/* .read-more-btn {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 700;
} */
/* common button  */
.read-more-btn {
  border: none;
  padding: 7px 15px;
  font-size: 1.3rem;
  position: relative;
  background: transparent;
  color: #ffa500;
  text-transform: uppercase;
  border: 3px solid #ffa500;
  cursor: pointer;
  transition: all 0.7s;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  z-index: 10;
}

.read-more-btn:hover {
  color: #000;
}
span {
  transition: all 0.7s;
  z-index: -1;
}

.read-more-btn .first {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 25%;
  height: 100%;
  background: #ffa500;
}

.read-more-btn:hover .first {
  top: 0;
  right: 0;
}
.read-more-btn .second {
  content: "";
  position: absolute;
  left: 25%;
  top: -100%;
  height: 100%;
  width: 25%;
  background: #ffa500;
}

.read-more-btn:hover .second {
  top: 0;
  left: 50%;
}

.read-more-btn .third {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  top: 100%;
  width: 25%;
  background: #ffa500;
}

.read-more-btn:hover .third {
  top: 0;
  left: 25%;
}

.read-more-btn .fourth {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 25%;
  background: #ffa500;
}

.read-more-btn:hover .fourth {
  top: 0;
  left: 0;
}

.z-index-minus-one {
  z-index: -1;
}
.single-page-bg-color {
  background: var(--single-page-bg);
}
.pagination .fast-item a,
.pagination .last-item a {
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-common-btn .read-more-btn {
  padding: 10px 30px !important;
  font-size: 2rem !important;
}
/* -----------------------------  main menu js nav  start */

/*Menu CSS*/
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
  font-weight: normal;
  text-decoration: none;
  border-color: var(--primary-color);
  font-size: 14px;
  height: 42px;
  padding: 0 14px;
  line-height: 42px;
  color: var(--primary-color);
  font-weight: 700;
}
.jsnav-header .jsnav-header-wrapper .main-site-menu > ul > li > a {
  color: #ffffff;
  border-bottom: 1px solid;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a:focus,
.jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a:hover {
  text-shadow: 0.5px 0.5px #1e1e1e;
  /* color: #565656; */
  /* background: linear-gradient(to bottom, #a5a5a5, #6c757d); */
  background: #003b76;
  color: #ffffff;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul li {
  border-left: 1px solid #e3e3e3 !important;
  border-left-width: 1px;
  border-left-style: solid;
  position: relative;
}
.dropdown-plus{
    height: 41px !important;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul li:first-child {
  border-left: none !important;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul li > ul li {
  border: none;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a {
  color: #5c5c5c;
  font-size: 14px;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu {
  float: left !important;
  width: 100% ;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
}

.burger-menu {
  padding-top: 10px;
  margin-left: 15px;
  position: revert;
  display: inline-block;
  background: transparent;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu li > ul {
  padding-inline-start: 22px;
  transition-duration: 0.5s;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a {
  padding: 5px 15px 5px 10px;
  border-bottom: 1px solid #cfcfcf;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a:hover {
  background: #dfdfdf;
}

.jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul ul li > a {
  padding: 5px 15px 5px 10px;
}

@media (min-width: 1200px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
    border-bottom: 1px solid #003b76;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu li:hover > ul {
    z-index: 1000;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > li > a {
    padding: 0 13px;
  }

  .jsnav-header .jsnav-header-wrapper .logo {
    padding: 7px 40px 7px 0;
  }

  .jsnav-header .jsnav-header-wrapper {
    height: 42px;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu > ul > .dropdown_menu::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid rgb(255, 255, 255);
    margin-bottom: 3px;
    text-align: right;
    position: absolute;
    right: 2px;
    top: 20px;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu ul ul li > a {
    display: block;
    background: #ffffff;
    /* background: linear-gradient(to bottom, #a5a5a5, #6c757d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF127E43', endColorstr='#FF217246');*/
    color: #424242;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 10px 3px 10px !important;
    line-height: 27px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.5s;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu li > ul {
    padding: 0px 0;
  }

  .jsnav-header
    .jsnav-header-wrapper
    .jsnav-menu
    li
    > ul
    > .dropdown_menu::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid grey;
    border-bottom: 4px solid transparent;
    margin-bottom: 3px;
    text-align: right;
    position: absolute;
    right: 8px;
    top: 10px;
  }

  .jsnav-header .jsnav-header-wrapper .jsnav-menu li > ul ul {
    top: 0px;
  }

  .mobile-menu {
    display: none;
  }
}
/* ----------------------------------  main menu js nav style end*/
/*=====================  header top area style start */
.header-top-area {
  background-color: #24173e;
  position: relative;
  height: 26px;
}
.notice-scroll-area {
  font-size: 1.3rem;
  font-weight: 600;
  height: 25px;
  display: flex;
  align-items: center;
}
.notice-scroll-area-main-site {
  position: relative;
  /*background-color: #a7a7a7;*/
       background: linear-gradient(90deg, rgb(23 22 36) 0%, rgba(67, 67, 67, 1) 35%, rgba(67, 67, 67, 1) 100%);
}
.notice-scroll-area-child-site {
  position: relative;
  background-color: #ffffff;
}
.notice-scroll-area-main-site .marqueetext {
  color: #ffffff;
  padding-right: 20px;
}
.notice-scroll-area-main-site .marqueetext .marque-icon {
  /* color: var(--imt-orange); */
  color: #ffffff;
}

.notice-scroll-area-child-site .marqueetext {
  color: var(--primary-color);
  padding-right: 20px;
}
.notice-scroll-area-child-site .marqueetext .marque-icon {
  /* color: var(--imt-orange); */
  color: var(--primary-color);
}

/* .notice-scroll-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "" !important;
    display: block;
    border-top: 30px solid transparent;
    border-right: 30px solid var(--header-top-area-bg);
    border-bottom: 0px solid transparent;
  } */
.header-top-notice-icon {
  position: relative;
  font-size: 1.3rem;
}
/* .notice-scroll-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "" !important;
    display: block;
    border-top: 30px solid transparent;
    border-left: 30px solid var(--header-top-area-bg);
    border-bottom: 0px solid;
  } */
.header-top-notice-tell {
  font-size: 1.3rem;
  font-weight: 600;
}
.header-top-notice-email {
  font-size: 1.3rem;
  font-weight: 600;
}
.header-top-notice-border-left {
  width: 14px;
  height: 26px;
  background: #24173e;
  position: absolute;
  right: -7px;
  top: -4px;
  z-index: 1;
  transform: skewX(20deg);
  border-right: 4px solid var(--imt-orange);
}
.header-top-notice-border-right {
  width: 30px;
  height: 26px;
  background: #24173e;
  position: absolute;
  left: -23px;
  top: -4px;
  /* z-index: 1; */
  transform: skewX(162deg);
  border-left: 4px solid var(--imt-orange);
}

/*====================================== header top area style End */
/*====================================== header main area style start  */
.header-main-area {
  padding: 15px 0px;

  background-color: var(--primary-color);
}
.header-affiliate-text {
  font-size: 20px;
font-weight: 700;
/* text-transform: uppercase; */
color: #ad0909;
margin-bottom: 10px;
}

.main-site-logo a img {
  max-width: 135px;
  width: 100%;
  position: relative;
  z-index: 2;
  /* padding: 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px #dddddd; */
}


.site-title {
    font-size: 3.2rem;
    color: #052445;
    font-family: serif;
    text-transform: uppercase;
    font-weight: 700;
    /* letter-spacing: 2px; */
    /* font-family: "Sports World", sans-serif; */
}
.site-slugan {
  font-size: 1.8rem;
  color: #283645;
}
.department-site-title {
  font-size: 2.8rem;
  margin-bottom: 4px !important;
  padding-left: 67px;
}
.department-site-title-desc {
  font-size: 1.6rem;
  padding-left: 67px;
  font-family: "Sports World", sans-serif;
  letter-spacing: 2px;
}
.logo {
  z-index: 600;
}
.logo img {
  top: 0px;
  width: 128px;
  box-shadow: 0px 0px 4px 3px #e7e7e7dd;
  padding: 4px;
  border-radius: 4px;
  z-index: 10;
}
.iems-login-btn {
  font-size: 1.7rem;
  font-weight: 600;
  background: #003b76;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.iems-login-btn:hover {
  background: #0e67c0;
  color: #ffffff;
}
.apply-online-btn {
  background-color: var(--imt-orange);
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.apply-online-btn:hover {
  background: #ff3c1a;
  color: #ffffff;
}
.tuition-fee-btn {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: #0d6efd;
  background: linear-gradient(to bottom right, #66ffff 0%, #0d6efd 100%);
}
.tuition-fee-btn:hover {
  color: #ffffff;
  background: linear-gradient(to bottom right, #85ffff 0%, #448fff 100%);
}
.webmail-login-btn {
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: rgb(195, 138, 233);
  background: linear-gradient( 155deg, rgb(211, 149, 252) 39%, rgb(86, 91, 247) 100% );
}
.webmail-login-btn:hover {
  color: #ffffff;
  background: linear-gradient( 155deg, rgb(217, 162, 253) 39%, rgb(133, 137, 245) 100% );
}

.header-main-area-btn {
  font-size: 1.3rem;
  font-weight: 600;
}
.main-site-header-btn-area .hamburger-menu-icon {
  /*background-color: #4b2e83;*/
    width: 33px;
    height: 29px;
    border-radius: 4px;
    margin-left: 7px;
    padding-top: unset !important;
    border: 2px solid;
}
.main-site-header-btn-area .hamburger-menu-icon i {
  /*color: #ffffff;*/
  color: black;
  font-size: 20px;
  line-height: 25px;
}
.navbar-container {
  padding-left: 117px;
}
.main-site-header-abs-1 {
  position: absolute;
  width: 23px;
  opacity: 0.8;
  bottom: 2px;
  left: 39%;
  z-index: 1;
}
.main-site-header-abs-2 {
  position: absolute;
  width: 34px;
  opacity: 0.5;
  left: 49%;
  top: 0px;
  z-index: 1;
  -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.main-site-header-abs-3 {
  position: absolute;
  width: 68px;
  opacity: 0.4;
  left: 58%;
  top: 0px;
  z-index: 1;
}
.main-site-header-abs-4 {
  position: absolute;
  width: 40px;
  opacity: 0.3;
  right: 20%;
  bottom: 4px;
}
.main-site-header-abs-5 {
  position: absolute;
  width: 83px;
  opacity: 0.2;
  right: 2%;
  top: 30%;
    /* transform: translateY(-50%); */
    -webkit-animation: spin 13s linear infinite;
    animation: spin 13s linear infinite;
}
.main-site-header-abs-6 {
    position: absolute;
    width: 40px;
    right: 263px;
    top: 73%;
    transform: translateY(-50%);
    z-index: 1;
}

@-webkit-keyframes spin {
  0% { -webkit-transform:rotate(0deg); }
  100% { -webkit-transform:rotate(360deg); }
}

@keyframes spin {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}

@-webkit-keyframes spin2 {
  0% { -webkit-transform:rotate(0deg); }
  100% { -webkit-transform:rotate(360deg); }
}

@keyframes spin2 {
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}

/*====================================== header main area style end */

/*================================================== hero section  start */
#home-slider {
  background: #000000;
}
#home-slider .carousel-inner {
  max-height: 550px;
}
.carousel-indicators {
  bottom: -2px !important;
}
#home-slider .carousel-item-img {
  width: 100%;
  height: 550px;
  max-height: 550px;
  border-bottom: 2px solid #4b2e83;
}

#home-slider .carousel-indicators [data-bs-target] {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background-color: var(--primary-color) !important;
}
.carousel-caption .home-slider-title a {
  border: 1px solid #ffffff;
  overflow: hidden;
  padding-left: 22px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  background: #000000bf;
  padding: 12px 10px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.8rem;
  max-width: 600px;
  max-height: 72px;
}
.carousel-caption {
  margin-bottom: -2rem !important;
}
.carousel-caption .home-slider-title a::before {
  position: absolute;
  left: -1px;
  top: 25%;
  transform: translateY(-69%) rotate(44deg);
  content: "";
  display: block;
  width: 8px;
  height: 44px;
  background-color: #4acfff;
}
.carousel-caption .home-slider-title a::after {
  position: absolute;
  left: 9px;
  top: 28%;
  transform: translateY(-69%) rotate(44deg);
  content: "";
  display: block;
  width: 7px;
  height: 44px;
  background-color: #ffc72f;
}
.home-slider-title-line::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  right: 0px;
  bottom: -96px;
  transform: rotate(45deg);
}
.home-slider-title-line::after {
  content: "" !important;
  display: block;
  width: 7px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  right: 0px;
  bottom: -84px;
  transform: rotate(45deg);
}
/*================================================== hero section  End */
/*================================================== decoration-section-one Start */
.decoration-section-one {
  position: relative;
}
.decoration-section-one-card-one {
  background: rgb(25, 233, 161);
  background: linear-gradient(
    155deg,
    rgb(43, 245, 174) 20%,
    rgb(5, 187, 175) 100%
  );
}
.decoration-section-one-card-two {
  background: rgb(255, 212, 149);
  background: linear-gradient(
    155deg,
    rgb(253, 213, 152) 20%,
    rgb(247, 142, 82) 100%
  );
}
.decoration-section-one-card-three {
  background: rgb(195, 138, 233);
  background: linear-gradient(
    155deg,
    rgb(211, 149, 252) 39%,
    rgb(86, 91, 247) 100%
  );
}
.decoration-section-one-icon {
}
.decoration-section-one-icon i {
  font-size: 5rem;
  color: var(--primary-color);
}
.decoration-section-one-icon img {
  width: 55px;
}
.decoration-section-one-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}
.decoration-section-one-info {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  color:#000000;
}
.decoration-section-one-overflow-one {
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100px;
  opacity: 0.5;
}
.decoration-section-one-overflow-two {
  position: absolute;
  bottom: 78px;
  right: 0px;
  width: 100px;
  opacity: 0.5;
}

/*================================================== decoration-section-one End */
/*================================================== message card section start */
.messages-section {
}
.message-card {
  max-width: 300px;
  margin: auto;
}

.message-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  left: 0px;
  top: -97px;
  transform: rotate(45deg);
}
.message-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  top: -80px;
  left: 0;
  transform: rotate(45deg);
}

/* .message-card-wrapper .card-one {
  margin-top: 15px;
}
.message-card-wrapper .card-two {
  margin-top: 70px;
}
.message-card-wrapper .card-three {
  margin-top: 15px;
} */
.message-card {
  overflow: hidden;
  z-index: 10;
  background: #ffffff;
}
.message-card-name {
  max-height: 50px;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.message-card-designation {
  max-height: 17px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.message-card-img-area {
  min-height: 280px;
}
.message-card-img {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  transition-duration: 1s;
  background-color: var(--primary);
}
.message-card-img img {
  object-fit: cover;
  transition-duration: 1s;
}
.message-card-img img:hover {
  transform: scale(1.1);
  border-radius: 5%;
}
.message-card-img:hover {
  border-radius: 5% !important;
}

/* .message-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  max-height: 90px;
  width: 80%;
  margin: auto;
  position: relative;
  background-color: #4f135b;
} */

/* .message-card-info:before {
  position: absolute;
  z-index: -1;
  left: 0;
  right: -37px;
  background-color: #4f135b;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
} */

.message-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  max-height: 150px;
  width: 80%;
  margin: auto;
  position: relative;
  background-color: #4f135b;
}

.message-card-info:before {
  position: absolute;
  z-index: -1;
  left: 0;
  right: -37px;
  background-color: #4f135b;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(341deg);
  -moz-transform: skew(341deg);
  -ms-transform: skew(341deg);
  -o-transform: skew(341deg);
  transform: skew(341deg);
  border-radius: 0 14px 14px 0;
}

.message-card-footer {
}
.message-card-overflow-shape-one {
  z-index: -1;
}
.messages-section-overflow-img-one {
  top: 4%;
  left: 5%;
  width: 80px;
  z-index: -1;
  -webkit-animation: spin 13s linear infinite;
  animation: spin 13s linear infinite;
}
.messages-section-overflow-img-two {
  bottom: 3%;
  right: 2%;
  width: 70px;
  transform: rotate(196deg);
  z-index: 1;
}
/*================================================== message card section end */

/*================================================== news and event section start */
.news-event-section {
  background-color: var(--section-bg-two);
}
.news-event-card {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding-bottom: 15px;
}

.news-event-card-info-area {
  height: 141px;
  max-height: 187px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  margin-top: -16px;
  border-radius: 10px;
  z-index: 2;
  background: #ffffff;
}
.news-event-card-archive-aera {
  font-size: 1.3rem;
  font-weight: 600;
}
.news-event-card-body {
}
.news-event-card-img-area {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  background: var(--primary-color);
}
.news-event-card-img-area img {
  transition-duration: 1.5s;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.news-event-card-img-area img:hover {
  transition-duration: 1s;
  overflow: hidden;
  transform: scale(1.3);
}
.news-event-card-title {
  overflow: hidden;
  max-height: 43px;
  font-size: 1.6rem;
  font-family: var(--poppins);
}
.news-event-card-title a {
  line-height: 1.4;
  color: #000000;
  position: relative;
  z-index: 10;
}
.news-event-card-description {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  overflow: hidden;
  max-height: 44px;
}
.news-event-card-footer {
  position: absolute;
  bottom: 7px;
}
.news-event-card-overflow-one {
  top: 10px;
  right: 15px;
  width: 50px;
  transform: rotate(342deg);
  opacity: 0.5;
}
.news-event-card-overflow-two {
  width: 50px;
  right: 15px;
  bottom: 15px;
}
.news-event-section-overflow-img-one {
  width: 100px;
  bottom: 35px;
  transform: rotate(86deg);
  left: 43px;
}
.news-event-section-overflow-img-two {
  width: 155px;
  transform: rotate(104deg);
  top: 143px;
  right: 0px;
}
.news-event-card-overflow-three {
  width: 25px;
  height: 25px;
  background: #fbbc05;
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 1;
  opacity: 0.4;
}
.news-event-card-overflow-four {
  width: 15px;
  height: 15px;
  background: #2879ec;
  border-radius: 50%;
  position: absolute;
  left: 39%;
  top: 60%;
  opacity: 0.3;
  z-index: 1;
}
.news-event-card-overflow-five {
  width: 35px;
  height: 35px;
  background: #ea4335;
  border-radius: 50%;
  position: absolute;
  left: 4%;
  top: 35%;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 576px) {
  .news-event-card-info-area {
    height: auto;
    max-height: unset !important;
  }
  .news-event-card-footer {
    position: relative;
  }
}
/*================================================== news and event section end */
/*================================================== Board of Trustees section start */
.board-of-trustees-card {
  max-width: 300px !important;
  width: 300px !important;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

/* the slides */
.board-of-trustees-card-slider .slick-slide {
  margin: 0 10px;
}

/* the parent */
.board-of-trustees-card-slider .slick-list {
  margin: 0 -10px;
}
.board-of-trustees-card-slider .slick-dots li button:before {
  color: rgb(255, 255, 255) !important;
}

.board-of-trustees-card-slider .slick-dots li.slick-active button:before {
  color: #f89c33 !important;
}
.board-of-trustees-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  left: 0px;
  top: -97px;
  transform: rotate(45deg);
  z-index: 10;
}
.board-of-trustees-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  top: -80px;
  left: 0;
  transform: rotate(45deg);
  z-index: 10;
}
.board-of-trustees-card-name {
  max-height: 50px;
  overflow: hidden;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
}
.board-of-Trustees-section {
  background: #072445;
}
.board-of-trustees-card-designation {
  max-height: 17px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
}
.board-of-trustees-card-img-area {
  min-height: 255px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.board-of-trustees-card-img {
  width: 210px;
  height: 210px;
  border-radius: 3%;
  border: 4px solid var(--primary-color);
  z-index: 10;
  transition-duration: 1s;
  overflow: hidden;
  background: var(--primary-color);
}
.board-of-trustees-card-img img {
    width: 100%;
  transition-duration: 1s;
}
.board-of-trustees-card-qualification {
  z-index: 10;
  text-align: center;
  font-size: 1.2rem;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 3px;
}
.board-of-trustees-card-img img:hover {
  transform: scale(1.2);
  border-radius: 5%;
}

.employee-card-img:hover {
  transform: scale(1.1);
  border-radius: 5%;
}

.board-of-trustees-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 102px;
  max-height: 102px;
  width: 80%;
  margin: auto;
  position: relative;
  background-color: var(--secondary-color);
}
.board-of-trustees-card-info:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: -37px;
  background-color: var(--secondary-color);
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(341deg);
  -moz-transform: skew(341deg);
  -ms-transform: skew(341deg);
  -o-transform: skew(341deg);
  transform: skew(341deg);
  border-radius: 0 14px 14px 0;
}

.board-of-trustees-card-footer {
}
.board-of-trustees-card-overflow-shape-one {
  border-radius: 4px 4px 0px 0px;
  z-index: 1;
}
.board-of-trustees-card-overflow-shape-two {
  border-radius: 0px 4px 0px 0px;
  right: 0px;
  top: 0px;
  width: 200px;
  z-index: 1;
}

.board-of-trustees-section-overflow-img-two {
  bottom: 0px;
  right: 10px;
  width: 130px;
  transform: rotate(196deg);
  z-index: -1;
}
.board-of-trustees-section-overflow-img-one {
  top: 1%;
  left: 1%;
  width: 61px;
  z-index: 1;
}
.board-of-trustees-section-overflow-img-two {
  top: 16%;
  left: 15%;
  width: 75px;
  z-index: 1;
}
.board-of-trustees-section-overflow-img-five {
  top: 30%;
  left: 10%;
  width: 21px;
  z-index: 1;
}
.board-of-trustees-section-overflow-img-six {
  top: 36%;
  right: 10%;
  width: 71px;
  z-index: 1;
}
.board-of-trustees-section-overflow-img-seven {
  top: 2%;
  right: 21%;
  width: 37px;
  z-index: 1;
}
.board-of-trustees-section-overflow-img-eight {
  top: 21%;
  right: 13%;
  width: 23px;
  z-index: 1;
}

.board-of-trustees-section-overflow-img-three {
  bottom: 50px;
  left: 0px;
  width: 100px;
  z-index: 1;
  opacity: 0.5;
}
.board-of-trustees-section-overflow-img-four {
  bottom: 50px;
  right: 0px;
  width: 100px;
  z-index: 1;
  opacity: 0.5;
}
/*================================================== Board of Trustees section End */
/*================================================== Notice  section Start */

.notice-section {
  /* background: #24173e; */
  background-color: #072445;
  overflow: hidden;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.notice-section .notice-ard-wrapper .notice-card:first-child {
  margin-top: 17px !important;
}

.notice-section .container {
  position: relative;
  z-index: 10;
}

.notice-section .section-title {
  color: #ffffff;
  font-size: 28px;
}

.notice-section .section-title::after,
.notice-section .section-title::before {
  display: inline-block;
  width: 15% !important;
  overflow: hidden;
}
.notice-section .video-gallery-video {
  padding-top: 29px;
}
.notice-section-sub-title {
  color: #ffffff;
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 1.9rem;
  border-bottom: 2px solid #8cd4ff;
  position: relative;
  z-index: 20;
}
.notice-ard-wrapper {
  max-height: 527px;
  overflow: auto;
}
.notice-ard-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--section-bg-four) !important;
}

.notice-ard-wrapper::-webkit-scrollbar-track {
  background-color: #ddd !important;
}
.notice-ard-wrapper {
  scrollbar-color: var(--section-bg-four) #ddd !important;
  scrollbar-width: thin;
}
.notice-card {
  width: 97%;
  margin: auto;
  background: #ffffff;
  border-radius: 4px !important;
  z-index: 20;
  box-shadow: 0px 0px 5px 1px #dddddd !important;
}
.notice-card-date-box {
  background: #90c7ff;
  border-radius: 4px 0px 0px 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.notice-publish-date {
  min-height: 60px;
  height: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem;
}
.notice-publish-time {
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
}
.notice-card-date-box-overflow {
  width: 25px;
  height: 25px;
  background: #fff473;
  top: -23px;
  /* color: #d86a81; */
  left: 50%;
  transform: translate(-50%) rotate(222deg);
  color: #ffffff;
  display: inline-block;
  border-radius: 0% 50% 50% 50%;
}
.notice-card-date-box-overflow i {
  color: #cd3818;
}
.notice-section
  .notice-ard-wrapper
  .notice-card
  .notice-card-date-box-overflow {
  top: -16px;
}
.notice-card-info {
}
.notice-card-title {
  font-size: 1.5rem;
  font-family: var(--poppins);
  font-weight: 600;
  padding-right: 5px;
}
.notice-card-title a {
  color: #101010;
  line-height: 1.5;
}
.notice-card-read-more {
  font-size: 1.3rem;
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: solid 1px;
  cursor: pointer;
}
.notice-section-overflow-img-one {
  width: 200px;
  right: 0px;
  top: 129px;
  z-index: 1;
  transform: rotate(191deg);
  z-index: 1;
}
.notice-section-overflow-img-two {
  width: 200px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.notice-section-overflow-img-three {
  width: 135px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
/*================================================== Notice  section end */
/*==============================  alumni list page style start  */
.alumni-section  {}
.alumni-list-card {
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 30px !important;
  }
  /* .alumni-list-card::after {
    content: "" !important;
    display: block;
    width: 12px;
    height: 200px;
    background-color: #ffc72f;
    position: absolute;
    top: -80px;
    left: 0;
    transform: rotate(45deg);
    z-index: 2;
  }
  .alumni-list-card::before {
    content: "" !important;
    display: block;
    width: 12px;
    height: 200px;
    background-color: #4acfff;
    position: absolute;
    left: 0px;
    top: -97px;
    transform: rotate(45deg);
    z-index: 2;
  } */
  .alumni-list-card-name {
    position: relative;
    z-index: 10;
    font-size: 2rem;
    font-family: var(--poppins);
    margin-bottom: 5px;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden;
    padding-top: 14px;
  }
  .alumni-list-card-designation {
    max-height: 116px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-size: 1.3rem;
    /* font-weight: 600; */
    text-align: center;
    margin-top: 9px;
    color: #000000;
    line-height: 1.5;   
  }
  .alumni-list-card-phone {
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    max-height: 17px;
    overflow: hidden;
  }
  .alumni-list-card-email {
    position: relative;
    z-index: 10;
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    max-height: 35px;
    overflow: hidden;
  }
  .alumni-list-card-qualification {
    position: relative;
    z-index: 10;
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    max-height: 35px;
    overflow: hidden;
  }
  
  .alumni-list-card-img-area {
    min-height: 175px;
    display: flex;
    justify-content: center;
  }
  .alumni-list-card-img {
    width: 180px;
    height: 180px;
    border-radius: 6px;
    border: 4px solid #003b76;
    z-index: 10;
    overflow: hidden;
    background-color: #003b76;
    margin-top: 25px !important;
    margin-bottom: 25px !important;  
  }
  .alumni-list-card-img img {
    transition-duration: 1s;
    object-fit: cover;
    width: 100%;
  }
  .alumni-list-card-img img:hover {
    transform: scale(1.2);
    border-radius: 5%;
  }
  .alumni-slider-card .alumni-list-card-info {
    min-height: 170px;
    z-index: 100;
    background: #fff;
    margin-bottom: 10px;
  }
  .alumni-list-card-info {
    min-height: 176px;
    width: 95%;
    margin: auto;
    position: relative;
    border-radius: 8px;
    text-align: center;
    padding: 0px 8px;
  }
  .alumni-list-card-info p {
  }
  .alumni-list-card-info i {
    font-size: 1rem;
  }
  .alumni-list-card-job-designation {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5;
    color:#656565;
  }
  .alumni-list-card-job-company  {

    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 1.4rem;
    padding-bottom: 15px;
    line-height: 1.3;
    color: #717171dd;
  }
  /* .alumni-list-card-info:before {
      position: absolute;
      z-index: 1;
      left: 0;
      right: -37px;
      background-color: var(--secondary-color);
      content: "";
      top: 0;
      height: 101%;
      -webkit-transform: skew(-30deg);
      -moz-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
      -o-transform: skew(-30deg);
      transform: skew(-30deg);
      border-radius: 0 14px 14px 0;
    } */
  
  .alumni-list-card-footer {
  }
  .alumni-list-card-overflow-shape-one {
    position: absolute;
    z-index: 1;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.1;
  }
  .alumni-list-card-overflow-shape-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
    z-index: 1;
    opacity: 0.5;
  }
  /* alumni card design  end */
  .alumni-list-container {
    border-radius: 8px;
  }
  /* ========================== alumni list page style End */
/*================================================== offered program  section Start */
.offered-program-section {
  position: relative;
}
.offered-program-section .img-thumbnail {
  max-width: 536px;
}
.offered-program-container {
  z-index: 10;
}
/* .offered-program-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(./assets/images/site-images/building-img1.jpg);
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 1;
  z-index: 1;
} */
.offered-program-card {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 8px !important;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.offered-program-wrapper .offered-program-card:first-child {
  margin-top: 20px;
}
.offered-program-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  right: 0px;
  bottom: -66px;
  transform: rotate(45deg);
}
.offered-program-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  bottom: -49px;
  right: 0;
  transform: rotate(45deg);
}
.offered-program-card:last-child {
  margin-bottom: 0px;
}
.program-card-img-wrapper {
  width: 100%;
  height: 100%;
  max-height: 265px;
  overflow: hidden;
}
.offered-program-card-icon {
  width: 55px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.offered-program-card-title {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: 600;
  font-family: var(--poppins);
}
.offered-program-card-title::after {
  content: "";
  display: block;
  width: 40px;
  margin-top: 5px;
  height: 2px;
  background: #f85322;
}

.offered-program-card-program-title-area {
}
.offered-program-title-img {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-right: 10px;
}
.offered-program-card-program-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 0px;
}
.offered-program-card-overflow-img {
  width: 50px;
  top: 23px;
  left: 31px;
  z-index: 1;
}
.offered-program-section-overflow-img-one {
  width: 100px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.offered-program-section-overflow-img-two {
  width: 100px;
  top: 25%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0.5;
}
.offered-program-section-overflow-img-three {
  width: 100px;
  top: 75%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0.5;
}
/*================================================== new and event section end */
/*================================================== statistic section Start */
.statistics-section {
  background: var(--section-bg-four);
}
.statistic-title {
  font-size: 4rem;
  font-family: var(--poppins);
}
.statistic-description {
  font-weight: 600;
  font-size: 2rem;
}
/*================================================== statistic section end */
/*================================================== why choice us section Start */
.whychoice-us-section {
  background: #3d2270;
}
.whychoice-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(./assets/images/site-images/site-imagesuniversity-campus-with-shape21.png);
  background-repeat: no-repeat;
  background-size: 40%;
  opacity: 0.5;
  z-index: 1;
}
.whychoice-us-section .section-title {
  position: relative;
  z-index: 10;
}
.whychoice-us-card {
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.whychoice-us-card:last-child {
  margin-bottom: 0px;
}
.whychoice-us-card-icon {
  width: 65px;
}
.whychoice-us-title {
  font-size: 2.8rem;
  font-family: var(--poppins);
  font-weight: 700;
  color: var(--primary-color);
}
.whychoice-us-title.section-title::before {
  display: inline-block;
  overflow: hidden;
  width: 96px !important;
  content: url(../images/abstrauct-images/beforeTitleLineBar.png);
  margin-right: 20px;
}
.whychoice-us-title.section-title::after {
  display: inline-block;
  width: 96px;
  overflow: hidden;
  content: url(../images/abstrauct-images/affterTitleLineBar.png);
  margin-left: 20px;
}
.whychoice-us-card-title {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-family: var(--poppins);
  font-weight: 700;
}

.whychoice-us-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  top: -95px;
  left: 0px;
  transform: rotate(45deg);
}
.whychoice-us-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  top: -79px;
  left: 0px;
  transform: rotate(45deg);
}
.whychoice-us-card-line::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  right: 0px;
  bottom: -96px;
  transform: rotate(45deg);
}
.whychoice-us-card-line::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  right: 0px;
  bottom: -80px;
  transform: rotate(45deg);
}
.whychoice-us-card-description {
  font-weight: 600;
  font-size: 1.4rem;
}
.whychoice-us-card-icon-overflow-one {
  width: 100px;
  top: 20px;
  left: 20px;
}
.whychoice-us-side-img {
  border-radius: 8px;
  z-index: 10;
}
.whychoice-us-section-overflow-img {
  width: 150px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.5;
}
.video-gallary-section {
  background: var(--section-bg-five);
}
.video-gallery-video {
  border-radius: 8px;
  position: relative;
  z-index: 10;
}
.video-gallery-video iframe {
  border-radius: 8px;
}
.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
  background-color: #ffffff !important;
}

/*================================================== why choice us section end */

/*================================================== banner-section section start */

.banner-section {
  overflow: hidden;
  background: url(./assets/images/abstrauct-images/bannder-section-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-section .underlay {
  background: linear-gradient(
    151.89deg,
    rgba(106, 17, 203, 0.83) 6.97%,
    rgba(37, 117, 252, 0.83) 84.71%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-section-content {
  z-index: 10;
}
.banner-section-image-area {
  z-index: 9;
}
.banner-section-image-area img {
  width: 50vw;
  transform: translateY(-18%);
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 100% 0/157% 100% 0 17%;
}
.banner-section-content-title {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--poppins);
  color: white;
}
.banner-section-content-btn {
}

/*================================================== banner-section section end */
/*================================================== facilities section Start */
.facilities-section {
  background-color: var(--section-bg-six);
}
.facilities-card-wrapper {
  position: relative;
  z-index: 10;
}
.facilities-card {
  border-radius: 8px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.facilities-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  bottom: -73px;
  right: 0;
  transform: rotate(45deg);
}
.facilities-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  right: 0px;
  bottom: -93px;
  transform: rotate(45deg);
}
.facilities-card-overflow-img {
  width: 50px;
  top: 8px;
  left: 39px;
  transform: rotate(170deg);
  z-index: 2;
}
.facilities-card-title {
        font-size: 16px;
  /*font-size: 1.8rem;*/
  font-family: var(--poppins);
  font-weight: 600;
  color: var(--primary-color);
}
.facilities-card-description {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.facilities-card-icon {
  width: 45px;
  padding-bottom: 11px;
  position: relative;
  z-index: 3;
}
.program-card-icon {
  transition-duration: 1.1s;
}
.program-card-icon:hover {
    overflow: hidden;
    transform: scale(1.3);
}
.facilities-section-overflow-img-one {
  width: 100px;
  top: 110px;
  left: 31px;
  z-index: 1;
  opacity: 0.8;
}
.facilities-section-overflow-img-two {
  width: 100px;
  bottom: 29px;
  right: 53px;
  z-index: 1;
  opacity: 0.8;
}
/*================================================== facilities section End */
/*================================================== gallery section Start */
.gallery-section {
}
.gallery-img-wrapper {
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.gallery-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.gallery-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  transition-duration: 1s;
}
.gallery-img:hover img {
  transform: scale(1.3);
}
.gallery-img img:hover {
  cursor: pointer;
}
.gallery-img-width-1 {
  z-index: 2;
  top: 0;
  left: 0;
  width: 13%;
  height: 190px;
  margin-top: 190px;
}
.gallery-img-width-2 {
  z-index: 2;
  left: 2%;
  top: 0px;
  width: 18%;
  height: 325px;
}
.gallery-img-width-3 {
  z-index: 2;
  left: 4%;
  top: 0px;
  width: 15%;
  height: 267px;
  margin-top: 20px;
}
.gallery-img-width-4 {
  z-index: 2;
  width: 23%;
  height: 110px;
  margin-top: 34px;
  left: 7%;
}
.gallery-img-width-5 {
  z-index: 2;
  width: 23%;
  height: 192px;
  left: 8%;
}
.gallery-img-width-6 {
  z-index: 2;
  width: 10%;
  height: 154px;
  top: -39px;
  left: 14.5%;
}
.gallery-img-width-7 {
  z-index: 2;
  width: 16%;
  height: 117px;
  top: -76px;
  left: 24.5%;
}
.gallery-img-width-8 {
  z-index: 2;
  width: 18%;
  height: 224px;
  top: -218px;
  left: 27%;
}
.gallery-img-width-9 {
  z-index: 2;
  width: 12%;
  height: 221px;
  top: -171px;
  left: 28%;
}
.gallery-img-width-10 {
  z-index: 2;
  width: 15%;
  height: 159px;
  top: -172px;
  left: 29%;
}
.gallery-section-overflow-img-one {
  z-index: 1;
  width: 61px;
  top: 68px;
  left: 60px;
}
.gallery-section-overflow-img-two {
  z-index: 1;
  width: 26px;
  bottom: 34px;
  right: 49%;
}
.gallery-section-overflow-img-three {
  z-index: 1;
  bottom: 66px;
  width: 38px;
  right: 39%;
}
.gallery-section-overflow-img-four {
  z-index: 1;
  width: 50px;
  bottom: 70px;
  right: 30px;
}
/*================================================== gallery section End */
/*================================================== about imt section Start */
.about-imt-section {
  background: var(--section-bg-eight);
}
.about-imt-section .container {
  z-index: 10;
}
.about-imt-section .section-title {
  font-size: 2.8rem;
}

.about-imt-section .section-title::after,
.about-imt-section .section-title::before {
  display: inline-block;
  width: 30%;
  overflow: hidden;
}

.about-imt-dep-section .section-title::after,
.about-imt-dep-section .section-title::before {
  display: inline-block;
  width: 15%;
  overflow: hidden;
}

.about-imt-description {
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}
.about-imt-feture-title {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
}
.about-imt-icon {
  padding-right: 8px;
  font-size: 1.7rem;
  color: #f85322;
}
.about-imt-section-overflow-img-one {
  width: 200px;
  top: 3px;
  left: 0px;
  z-index: 1;
}
.about-imt-section-overflow-img-two {
  width: 200px;
  right: 0px;
  bottom: 30px;
  z-index: 1;
}
/*================================================== about imt section End */
/*================================================== footer section section start */
.footer-section {
}
.footer-area {
  background-color: #021d3a;
}
.footer-copyright-area {
}
.search-input-field {
  font-size: 1.6rem;
}
.search-form-submit-btn {
  color: #f95422;
  border: none;
  outline: none;
  border-radius: 0px 5px 5px 0px;
  font-size: 15px;
  padding: 5px;
}
.footer-logo {
  background: #ffffff;
  padding: 7px;
  border-radius: 5px;
}
.footer-imt-title {
  font-family: var(--poppins);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
}
.footer-description-text {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 20px;
}
.footer-column-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--poppins);
}
.footer-nav-link {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.footer-nav-link li {
  margin-bottom: 10px;
}
.footer-nav-link a {
  color: #ffffff;
  font-size: 1.4rem;
}
.footer-copyright-text {
  font-size: 1.4rem;
}
.footer-social-area i {
  color: #ffffff;
  font-size: 2rem;
  padding-right: 20px;
}
.footer-social-area i:last-child {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-copyright-area {
  background: #05274b;
}
.footer-ugc-logo-area {
  border-radius: 8px;
}
.footer-ugc-logo-area-text {
  font-family: var(--poppins);
  font-weight: 600;
  line-height: 1.2;
}
.pipilika-soft-footer-text-area {
  color: #ffffff;
}
.pipilika-soft-footer-text-area a {
  color: #faab00;
}
/*================================================== footer section section End */
/*==================================== Department site home page Start ========================================== */
/* ================  departmental site hro area start ======================*/
/* departmental site hero slider start */
.department-site-hero-section {
}
.department-site-hero-section-bg-img {
  background: url(assets/images/site-images/department-site-hero-section-bg-img3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}
.department-site-hero-container {
  position: relative;
  z-index: 2;
}
#department-site-hero-slider {
  border: 4px solid #f6f6f6;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px #4e4e4e;
  background: #000000;
}
#department-site-hero-slider .carousel-inner {
  max-height: 430px;
}
#department-site-hero-slider .carousel-item-img {
  width: 100%;
  height: 430px;
  max-height: 430px;
}

#department-site-hero-slider .carousel-indicators [data-bs-target] {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background-color: var(--primary-color) !important;
}
/*  departmental site hero slider end */

/*   message form head card  START */
.message-from-head-card {
  height: 470px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px #4e4e4e;
  border-radius: 4px;
}
.message-from-head-card-name {
  font-size: 1.6rem;
  font-family: var(--poppins);
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 50px;
  overflow: hidden;
}
.message-from-head-card-msg-text {
  font-size: 1.4rem;
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .message-from-head-card-msg-text {
    height: 67px;
  }
}
.message-from-head-card-designation {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color:#ffffff;
}
.message-from-head-card-img-area {
  min-height: 180px;
}
.message-from-head-card-img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  border: 5px solid var(--primary-color);
  /* outline: 2px solid #ffffff; */
  z-index: 10;
  overflow: hidden;
  background: #188bff;
}
.message-from-head-card-img img {
    width: 100%;
    height: auto;
  object-fit: cover;
  transition-duration: 1.1s;
}
.message-from-head-card-img img:hover {
  transform: scale(1.3);
}
.message-from-head-card-title {
  position: relative;
  z-index: 10;
  /* background: #002449; */
  margin: auto;
  text-align: center;
  border-radius: 20px;
}
.message-from-head-card-title-text {
    font-size: 16px;
    font-family: var(--poppins);
  text-transform: uppercase;
  font-weight: bold;
}

.message-from-head-card-info-area {
  display: flex;
  flex-direction: column;
  height: 200px;
  position: relative;
}
.message-from-head-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 205px;
  margin: auto;
  position: relative;
  background-color: #24173e;
  z-index: 10;
  padding: 0px 15px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.message-from-head-card-info::after {
  content: "";
  width: 18px;
  height: 400px;
  background: #fff;
  position: absolute;
  left: -86px;
  top: -108px;
  transform: rotate(45deg);
}
.message-from-head-card-info::before {
  content: "";
  width: 18px;
  height: 400px;
  background: #ffffff;
  position: absolute;
  right: -73px;
  bottom: -122px;
  transform: rotate(45deg);
}
/* .message-from-head-card-info:before {
    position: absolute;
    z-index: -1;
    left: 0;
    right: -37px;
    background-color: var(--secondary-color);
    content: "";
    top: 0;
    height: 101%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0;
  } */

.message-from-head-card-footer {
}
.message-from-head-card-overflow-shape-one {
  height: 200px;
  z-index: 1;
      width: 100%;
}
.message-from-head-card-overflow-shape-two {
  right: 0px;
  top: 0px;
  width: 150px;
  z-index: 1;
}

/*  message form head card  END */
.department-site-hero-section-overflow-img-one {
  width: 100px;
  height: 100px;
  top: 50%;
  left: 0px;
  z-index: 1;
  transform: translateY(-70%);
  opacity: 0.9;
}
.department-site-hero-section-overflow-img-two {
  width: 100px;
  height: 100px;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: rotate(274deg) translate(70%, 0%);
  opacity: 0.9;
}
/* ================  departmental site hero area End */
/* ================  faculty list section start */
.department-site-faculty-list-section {
}

/* employee card design  start */

.employee-card {
  overflow: hidden;
  background-color: #ffffff;
}
.employee-card-name {
  position: relative;
  z-index: 10;
  font-size: 1.6rem;
  font-family: var(--poppins);
  text-align: center;
}
.employee-card-designation {
  position: relative;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.employee-card-qualification {
  position: relative;
  z-index: 10;
  position: relative;
  z-index: 10;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.employee-card-img-area {
  min-height: 280px;
}
.employee-card-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid var(--primary-color);
  z-index: 10;
  transition-duration: 1s;
}
.employee-card-info {
  width: 80%;
  margin: auto;
  position: relative;
  background-color: var(--secondary-color);
}
.employee-card-info:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: -37px;
  background-color: var(--secondary-color);
  content: "";
  top: 0;
  height: 101%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.employee-card-footer {
}
.employee-card-overflow-shape-one {
  z-index: 1;
}
.employee-card-overflow-shape-two {
  right: 0px;
  top: 0px;
  width: 200px;
  z-index: 1;
}
/* employee card design  end */

/* ================  faculty list section end */

/*========================= Department site home page End   =============================== */

/* ================================== Single Page ==========================*/
.single-page-title-container {
  background-image: radial-gradient(
      circle,
      rgba(99, 27, 108, 0.8491771708683473) 15%,
      rgba(132, 20, 144, 0.6895133053221288) 100%
    ),
    url(assets/images/site-images/single-page-title-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.single-page-title {
  font-size: 3rem;
  color: #ffffff;
  font-family: var(--poppins);
  padding: 50px 0px;
}
.search-page-title-area .single-page-title {
  font-size: 2.8rem;
  color: #ffffff;
  font-family: var(--poppins);
  padding: 10px 0px 0px 0px;
}
.search-title {
  font-size: 2.5rem;
  color: #ffffff;
  font-family: var(--poppins);
  padding: 5px 0px 30px 0px;
}

/* ============================= archive page style start  */

.archive-card {
  background: #ffffff;
  border-radius: 10px !important;
  z-index: 20;
}
.archive-card-date-box {
  background: #90c7ff;
  width: 75px;
  border-radius: 8px;
}

.archive-publish-date {
  height: 50px;
  color: #000000;
  font-weight: 600;
  font-size: 1.5rem;
}
.archive-publish-time {
  background: var(--primary-color);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.archive-card-date-box-overflow {
  width: 25px;
  height: 25px;
  background: #f95422;
  top: -20px;
  /* color: #d86a81; */
  left: 50%;
  transform: translate(-50%) rotate(222deg);
  color: #ffffff;
  display: inline-block;
  border-radius: 0% 50% 50% 50%;
}
.archive-card-date-box-overflow i {
  color: #f6c4cf;
}
.archive-card-img-area {
  border-radius: 8px;
}
.archive-card-img-area img {
  object-fit: cover;
  border-radius: 8px;
  height: 120px;
}

.archive-card-title {
  font-size: 1.8rem;
  font-family: var(--poppins);
  line-height: 1.5;
}

.archive-card-content-text {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  max-height: 89px;
  overflow: hidden;
}
.archive-card-read-more {
  font-size: 1.3rem;
  color: #f95422;
  font-weight: 600;
  border-bottom: solid 1px;
  cursor: pointer;
}

.archive-card-social-link-are-wrapper .page-archive-data-social-link-area a {
  margin-right: 10px;
}
.archive-card-social-link-are-wrapper
  .page-archive-data-social-link-area
  a:last-child {
  margin-right: 0px;
}
.archive-card-social-link-are-wrapper .page-archive-data-social-link-area a i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
}
.page-archive-data-social-link-area {
  display: flex;
  justify-content: flex-end;
  border: 1px solid #ddd;
  margin-left: auto;
  padding: 5px 20px;
  border-radius: 8px;
}
/* ============================= archive page style end  */
/* ============================= single page  page style start  */
.single-page-content-section {
}
.single-page-breadcrumb {
  font-size: 1.5rem;
}
.single-page-container {
  background: #ffffff;
  border-radius: 8px;
  border-top: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}
.single-page-content-wrapper {
  margin-top: 10px;
  min-height: 311px;
}
.single-page-container-title-area {
  border-bottom: 1px solid #ddd;
}
.single-page-container-title {
  font-size: 2rem;
  font-family: var(--poppins);
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
}
.single-page-articleContent p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #262626;
}
.page-archive-data {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.page-archive-data-wrapper {
}
.page-archive-data-btn {
  color: #aaa;
  font-size: 1.2rem;
}
.page-archive-data-social-link-area {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  padding: 5px 0px 5px 5px;
  border-radius: 8px;
}
.page-archive-data-social-link-area a {
  margin-right: 10px;
}
.page-archive-data-social-link-area a:last-child {
  margin-right: 5px;
}
.page-archive-data-social-link-area a i {
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
}
.single-page-sidebar-title {
  font-size: 1.8rem;
  font-family: var(--poppins);
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
  color: var(--primary-color);
}
.single-page-sidebar-title::before {
  content: url(assets/images/abstrauct-images/sidebarBefore.png);
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  overflow: hidden;
  margin-bottom: -5px;
}
.single-page-sidebar-title::after {
  content: url(assets/images/abstrauct-images/sidebarAfterImg.png);
  margin-left: 10px;
  display: inline-block;
  width: 50px;
  overflow: hidden;
  margin-bottom: -5px;
}
.single-page-sidebar-links {
  list-style-type: none;
  padding: 0px;
}
.single-page-sidebar-link-icon {
  width: 16px;
  object-fit: cover;
  margin-right: 10px;
}

.single-page-sidebar-links li {
}
.single-page-sidebar-links li a {
  font-size: 1.5rem;
}

.single-page-sidebar-notice-link-card-wrapper {
  max-height: 400px;
  overflow: auto;
}

.single-page-sidebar-notice-link-card-wrapper .notice-card {
  width: 95%;
}
.single-page-sidebar-notice-link-card-wrapper .notice-card-title {
  max-height: 44px;
  overflow: hidden;
}
.single-page-sidebar-notice-link-card {
  background: #ffffff;
  border-radius: 8px !important;
  z-index: 20;
  box-shadow: 0px 0px 8px 0px #f0ebeb !important;
  margin-top: 2px;
  margin-left: 2px;
}
.single-page-sidebar-notice-link-card-date-box-area {
  width: 75px;
}
.single-page-sidebar-notice-link-card-date-box {
  background: #f7dfe4;
  width: 70px;
  border-radius: 8px;
}
.single-page-sidebar-notice-link-card-info {
  width: calc(100% - 75px);
}
.single-page-sidebar-notice-link-card-publish-date {
  height: 50px;
  color: #f95422;
  font-weight: 600;
  font-size: 1.5rem;
}
.single-page-sidebar-notice-link-card-publish-time {
  background: #f95422;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.single-page-sidebar-notice-link-card-date-box-overflow {
  width: 25px;
  height: 25px;
  background: #f95422;
  top: -20px;
  /* color: #d86a81; */
  left: 50%;
  transform: translate(-50%) rotate(222deg);
  color: #ffffff;
  display: inline-block;
  border-radius: 0% 50% 50% 50%;
}
.single-page-sidebar-notice-link-card-date-box-overflow i {
  color: #f6c4cf;
}

.single-page-sidebar-notice-link-card-title {
  font-size: 1.4rem;
  font-weight: 500;
}
.single-page-sidebar-notice-link-card-read-more {
  font-size: 1.3rem;
  color: #bf0a30;
  font-weight: 600;
  border-bottom: solid 1px;
  cursor: pointer;
}
.sidebar-category-post-quantity {
  color: var(--primary-color);
}

/*==============================  employee list page style start  */

.employee-list-card {
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
}
.employee-list-card::after {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #ffc72f;
  position: absolute;
  top: -80px;
  left: 0;
  transform: rotate(45deg);
  z-index: 2;
}
.employee-list-card::before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 200px;
  background-color: #4acfff;
  position: absolute;
  left: 0px;
  top: -97px;
  transform: rotate(45deg);
  z-index: 2;
}
.employee-list-card-name {
  position: relative;
  z-index: 10;
  font-size: 1.4rem;
  font-family: var(--poppins);
  margin-bottom: 5px;
  font-weight: 600;
  max-height: 40px;
  overflow: hidden;
}
.employee-list-card-designation {
  max-height: 23px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-top: 9px;
  color: #212586;
}
.employee-list-card-phone {
  position: relative;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  max-height: 17px;
  overflow: hidden;
}
.employee-list-card-email {
  position: relative;
  z-index: 10;
  position: relative;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  max-height: 35px;
  overflow: hidden;
}
.employee-list-card-qualification {
  position: relative;
  z-index: 10;
  position: relative;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  max-height: 35px;
  overflow: hidden;
}

.employee-list-card-img-area {
  min-height: 247px;
}
.employee-list-card-img {
  width: 200px;
  height: 200px;
  border-radius: 3%;
  border: 4px solid var(--primary-color);
  z-index: 10;
  overflow: hidden;
  background-color: var(--primary-color);
}
.employee-list-card-img img {
  transition-duration: 1s;
  object-fit: cover;
}
.employee-list-card-img img:hover {
  transform: scale(1.2);
  border-radius: 5%;
}
.employee-slider-card .employee-list-card-info {
  min-height: 120px;
}
.employee-list-card-info {
  min-height: 176px;
  width: 95%;
  margin: auto;
  position: relative;
  border-radius: 8px;
}
.employee-list-card-info p {
}
.employee-list-card-info i {
  font-size: 1rem;
}
/* .employee-list-card-info:before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: -37px;
    background-color: var(--secondary-color);
    content: "";
    top: 0;
    height: 101%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0;
  } */

.employee-list-card-footer {
}
.employee-list-card-overflow-shape-one {
  z-index: 1;
}
.employee-list-card-overflow-shape-two {
  right: 0px;
  top: 0px;
  width: 200px;
  z-index: 1;
}
/* employee card design  end */
.employee-list-container {
  border-radius: 8px;
}
/* ========================== employee list page style End */
/*==============================  profile  page style start  */
.profile-img-area {
  text-align: center;
}
.profile-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid var(--primary-color);
  margin: auto;
  object-fit: cover;
}
.profile-designation-with-img {
  font-size: 2rem;
  font-family: var(--poppins);
  color: var(--primary-color);
  font-weight: 700;
}
.profile-details-info {
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.profile-name {
  font-family: var(--poppins);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color);
}
.profile-designation {
  font-size: 1.3rem;
}
.profile-qualification {
  font-size: 1.3rem;
}
.profile-phone {
  font-size: 1.3rem;
}
.profile-email {
  font-size: 1.3rem;
}
.profile-areas-of-interest-area {
  border-radius: 8px;
  border: 1px solid #dddddd;
}
.profile-areas-interest-wrapper .badge {
  background-color: #cecece !important;
  color: var(--primary-color);
  margin-bottom: 5px !important;
  margin-right: 5px;
  font-size: 1.3rem;
}
.profile-areas-of-interest-title {
  font-family: var(--poppins);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color);
}

.profile-page-tab-area {
  border-radius: 8px;
  border: 1px solid #dddddd;
}
.profile-page-tab-content .nav-link {
  font-size: 1.3rem;
  font-family: var(--poppins);
  font-weight: 700;
  padding: 10px 4px !important;

  background: #cecece;
  color: var(--primary-color);
  border-right: 1px solid #ffffff;
}
.profile-page-tab-content .tab-content {
  border: 1px solid #ddd;
  border-radius: 8px;
}
.profile-page-social-area {
  border-top: 1px solid #ddd;
}
.profile-page-publish-date-area {
  font-size: 1.2rem;
}
.profile-social-area .page-archive-data-social-link-area {
  justify-content: center !important;
}
#back-to-top {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  left: 25px;
  z-index: 90;
  background: rgb(248 156 51);
  border: none;
  font-size: 24px;
  width: 50px;
}

/* contact us page style here  */
.contact-page .section-title {
  padding: 30px 30px 4px 30px !important;
}
.contact-page-form-area {
  background: #ffffff;
  padding: 5px !important;
  border: 1px solid #ddd !important;
}
.contact-us-page-form-area .wpcf7-form {
  position: relative;
  z-index: 1;
}
.contact-us-page-form-area .wpcf7-form label {
  width: 100%;
}
.contact-us-page-form-area .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.contact-us-page-form-area .wpcf7-form-control-wrap input,
.contact-us-page-form-area .wpcf7-form-control-wrap textarea {
  width: 100%;
  display: block;
}
/* ====================  Responsive Style here ============================  */
@media (max-width: 1400px) {
 
  .logo img {
    width: 120px;
  }
  .department-site-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

@media (max-width: 1200px) {
  .logo img {
    width: 90px;
  }
  .site-title {
    font-size: 2.2rem;
    /* padding: 25px 0px 25px 55px; */
  }
  .header-top-notice-border-left,
  .header-top-notice-border-right {
    width: 30px;
    height: 27px;
  }
  .header-affiliate-text {
    font-size: 16px;
    text-align: center !important;
  }
  .video-gallery-video iframe {
    height: 265px;
    width: 100%;
  }
  .main-site-header-abs-6  {
    right: 318px;
  }
  .main-site-header-abs-1 {
    display: none;
  }
  .main-site-header-abs-2 {
    display: none;
  }
  .main-site-header-abs-3 {
    display: none;
  }
  .main-site-header-abs-4 {
    right: 29%;
  }
}

@media (max-width: 992px) {
  .site-title {
    font-size: 1.8rem;
  }
  .header-affiliate-text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .site-slugan {
    font-size: 1.4rem;
    color: #283645;
  }
  .section-title {
    font-size: 2.5rem;
    padding: 15px;
  }
  .notice-section .section-title {
    font-size: 2rem;
  }

  .about-imt-section .section-title {
    font-size: 2rem;
  }
  .about-imt-section .section-title::before,
  .about-imt-section .section-title::after,
  .single-page-title-section .section-title::before,
  .single-page-title-section .section-title::after {
    display: inline-block;
    width: 15%;
    overflow: hidden;
  }
  .section-title::after {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    margin-left: 10px;
  }
  .section-title::before {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
  }
  .department-site-header-btn-area {
    margin-top: -27px;
  }

  .video-gallery-video iframe {
    height: 199px;
    width: 100%;
  }

  /* gallery  */
  .gallery-img-wrapper {
    height: auto;
  }
  .gallery-img-width-5 {
    display: none;
  }
  .gallery-img-width-10 {
    display: none;
  }
  .gallery-img {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    width: 50% !important;
    height: 200px !important;
    border-radius: 10px;
    margin-top: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  /* department site slider area  */
  .message-from-head-card-img {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  /* header and top scroll  */
  .logo img {
    width: 75px;
  }
  .site-title {
    font-size: 2rem;
   
  }
  .single-page-title-section .section-title {
    padding: 20px 0px;
  }
  .single-page-title-section .section-title::before,
  .single-page-title-section .section-title::after {
    display: none;
  }
  .department-site-title {
    font-size: 1.6rem;
    padding-left: 90px;
  }
  .department-site-title-desc {
    font-size: 1.4rem;
    padding-left: 90px;
  }
  .department-site-header-btn-area {
    margin-top: unset;
    padding-top: 4px;
  }
  .header-top-area {
    height: 50px;
  }
  .top-header-btn-area {
    height: 25px;
  }
  /* section title  */
  .section-title {
    font-size: 2rem;
    padding: 0px;
  }
  .section-title::after {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    margin-left: 10px;
  }
  .section-title::before {
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    margin-right: 10px;
  }

  /* main hero slider  */
  #home-slider .carousel-item-img {
    width: 100%;
    height: 380px;
    max-height: 380px;
  }

  .decoration-section-one-icon img {
    width: 40px;
  }
  .whychoice-us-card-icon {
    width: 75px;
    padding-bottom: 15px;
    padding-top: 10px;
  }

  /* academic sectlion  */
  .offered-program-card-icon {
    width: 65px !important;
  }
  .offered-program-card {
    padding-bottom: 22px !important;
  }
  .offered-program-card-title::after {
    width: 70px;
    margin-top: 5px !important;
    height: 3px;
    margin: auto;
  }
  .offered-program-section::before {
    background-size: cover !important;
    opacity: 0.5;
  }
  .offered-program-card-overflow-img {
    width: 50px;
    top: 20px;
    left: 40%;
    z-index: 1;
  }
  .facilities-card-icon {
    width: 55px;
  }
  .facilities-card-overflow-img {
    width: 50px;
    left: 26%;
  }
  .news-event-section-overflow-img-one {
    width: 68px;
    bottom: 0px;
  }
  .whychoice-us-card-icon-overflow-one {
    width: 46px;
    top: 25px;
    left: 14px;
  }
  /* department site slider  */

  .message-from-head-card-img {
    width: 190px;
    height: 190px;
  }
  #department-site-hero-slider .carousel-item-img {
    width: 100%;
    height: 280px;
    max-height: 280px;
  }
  .message-from-head-card-info-area {
    height: unset !important;
    padding-top: 15px;
  }
  .message-from-head-card,
  .message-from-head-card-msg-text,
  .message-from-head-card-name {
    height: unset !important;
    margin-bottom:20px;
  }
  .group_employee-content-section .section-title::after,
  .group_employee-content-section .section-title::before {
    display: none !important;
  }
  /* .message-card-wrapper .card-one {
    order: 2;
    margin-top: 15px !important;
  }
  .message-card-wrapper .card-two {
    order: 1;
    margin-top: 15px !important;
  }
  .message-card-wrapper .card-three {
    order: 3;
    margin-top: 15px !important;
  } */
  .main-site-header-abs-6 {
    display: none;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 50.5%;
    scroll-behavior: smooth;
  }
  .section-padding {
      padding: 20px 0px;
  }
  .logo img {
    width: 55px;
    position: relative !important;
  }
  .main-site-logo a img {
    max-width: 160px;
    padding-bottom: 5px;
  }
  .burger-menu {
    margin-left: 6px;
  }
  .hamburger-inner:after,
  .hamburger-inner:before {
    position: absolute;
    width: 20px;
    height: 4px;
  }
  .hamburger-inner {
    position: absolute;
    width: 20px;
    height: 4px;
  }
  .site-title {
    font-size: 1.8rem;
    z-index: 1;
    position: relative;
  }
  .site-slugan {
    font-size: 1.5rem;
  }
  .header-affiliate-text {
    font-size: 12px;
  }
  .header-top-notice-border-left, .header-top-notice-border-right {
    height: 24px;
  }
  .top-header-btn-area {
    background: #173D1D;
  }
  .header-top-notice-border-right {
    background-color: transparent;
  }
  .single-page-container-title {
    font-size: 1.6rem;
  }
  .main-site-header-btn-area {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 4px;
  }
  .department-site-title {
    padding-left: 20px !important;
    line-height: 1.3;
  }
  .department-site-title-desc {
    padding-left: 20px !important;
  }

  /* slider title  */
  .carousel-caption .home-slider-title a {
    font-size: 1.5rem;
    max-width: 100%;
    max-height: 57px;
  }
  .carousel-indicators {
    bottom: -2px !important;
  }

  .about-section-side-img {
    text-align: center;
    display: none;
  }
  .about-section-side-img img {
    width: 50%;
  }
  .about-imt-section .section-title::before,
  .about-imt-section .section-title::after {
    display: inline-block;
    width: 24%;
    overflow: hidden;
  }
  .news-event-card-title {
    max-height: unset !important;
  }
  .news-event-card-description {
    max-height: unset !important;
  }
  .footer-copyright-text {
    text-align: center !important;
  }
  .footer-social-area {
    text-align: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search-input-field {
    font-size: 2.1rem;
  }
  .footer-ugc-logo-area-text {
    font-size: 2rem;
  }
  .main-site-header-abs-5 {
    display: none;
  }
  .tuition-fee-btn {
    display: none;
  }
  .webmail-login-btn,
  .iems-login-btn, 
  .apply-online-btn {
    margin-right: 8px;
  }
  .jsnav-header .jsnav-header-wrapper .main-site-menu ul ul li > a {
    color:#ffffff !important;
  }
}

/* --------------------------------------------- IMTStyle End  ----------------------------------------------------- 
====================================================================================================================
======================================================================================================================*/
