@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}


:root {
  --green: #088462;
  --orange: #ee8c1c;
  --darkGreen: #04654a;
}

body,
html {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.sub_heading_text {
  width: 70%;
  margin: 0 auto;
  font-size: 12px;
}

402 a,
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

.flex {
  display: flex;
}

.wrap {
  overflow: hidden;
}

.custom-container {
  width: 100%;
  max-width: 1109px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: block;
}

.bg-green {
  background-color: #088462;
  color: #fff;
}

.bg-orange {
  background-color: #ee8c1c;
}

.bg-darkGreen {
  background-color: #04654a;
}

.bg-lightGreen {
  background-color: #0c9f76;
}

.bg-liteGray {
  background-color: #f1f1f1;
}

.text-green {
  color: #088462;
}

.text-orange {
  color: #ee8c1c;
}

.text-darkGreen {
  color: #04654a;
}

.text-lightGreen {
  color: #0c9f76;
}

.text-liteGray {
  color: #f1f1f1;
}

.lg-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  f
}

.header-top-strip .icon {
  width: 17px;
  height: auto;
  margin-right: 9px;
}

.header-top-strip .phone {
  padding: 9px 0;
}

.header-top-strip .phone p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.header-top-strip .right-nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 18px;
  position: relative;
}

.header-top-strip .right-nav .top-btn {
  font-size: 13px;
}

.header-main-nav {
  padding: 0;
  margin-bottom: 21px;
}

.header-main-nav .logo-container .logo {
  background-color: #04654a;
  border-radius: 0 0 100px 100px;
  padding: 17px;
  margin-right: 22px;
  z-index: 99;
}

.header-main-nav .logo-container .logo img {
  width: 100%;
  max-width: 90px;
  height: auto;
  z-index: 2;
}


.header-main-nav .logo-container .hed-logo-text {
  width: 100%;
  max-width: 350px;
}

.header-main-nav .logo-container .hed-logo-text img {
  width: 100%;
}

.header-main-nav .logo-container p {
  font-weight: 600;
}

.header-main-nav .logo-container p small {
  font-size: 10px;
}

.header-main-nav .logo-container p span {
  font-size: 16px;
}

.header-main-nav .navbar-nav li.nav-item a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
}

.header-main-nav .navbar-nav li.nav-item a:hover,
.header-main-nav .navbar-nav li.nav-item a.active {
  color: #ee8c1c;
}

.header-main-nav .navbar-bar-width {
  width: 100%;
}

.header-main-nav .navbar-nav li.nav-item {
  border-bottom: thin solid #088462;
}

/* ==========Banner Slider Section Styling======= */
.banner_slider .banner_items {
  /*background: url("../images/banner.png");*/
  background-size: cover;
  height: 594px;
  width: 100%;
}

.gradient-bg {
  display: table;
  width: 100%;
  height: 594px;
  padding: 111px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--green);
}

.gradient-bg .slider_left {
  width: 50%;
  padding: 30px 100px;
  box-sizing: border-box;
}

.gradient-bg .slider_right {
  width: 40%;
  height: 500px;
  overflow: hidden;
  border-radius: 100px 0 0 0;
}

.gradient-bg .slider_left h2 {
  font-size: 40px;
}

.gradient-bg .slider_left span {
  font-size: 16px;
  color: var(--orange);
}

.gradient-bg .slider_left p {
  font-size: 16px;
  color: #fff;
}

.gradient-bg .slider_right img {
  width: 100%;
  height: 100%;
}

.banner_items h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.banner_items h3 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  color: #fff;
}

.banner_button_section {
  margin-top: 43px;
}

.banner_btn {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  border: none;
  height: 57px;
}

.banner_btn span {
  display: inline-block;
  margin-right: 16px;
}

.banner_button_section button:nth-child(1) {
  background-color: #ee8c1c;
  margin-right: 17px;
  width: 237px;
}

.banner_button_section button:nth-child(2) {
  background-color: #01513b;
  border: 1px solid #0c9f76;
  width: 161px;
}

.slick_arrow_btns {
  background-color: transparent;
  border-radius: 50px;
  position: absolute;
  width: max-content;
  height: max-content;
  border: none;
  z-index: 9;
  top: 37%;
}

.banner_slider .slick-next {
  left: 30px;
}

.banner_slider .slick-prev {
  right: 30px;
}

.banner_slider .slick-dots {
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 106px;
  display: flex;
  width: 100%;
}

.banner_slider .slick-dots li {
  list-style: none;
}

.banner_slider .slick-dots .slick-active button {
  background-color: #ee8c1c;
  border: 1px solid #ee8c1c;
}

.banner_slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 0px;
  margin: 0 3px;
  height: 13px;
  width: 13px;
}

/* ===========spotlight Section Styling */
.spotlight_section {
  background-color: #f1f1f1;
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 83px;
  position: relative;
  z-index: 99;
  top: -41px;
  padding-right: 15px;
}

.spotlight_section h4 {
  background-color: #ee8c1c;
  align-items: center;
  padding-left: 35px;
  display: flex;
  width: 200px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  height: 100%;
  margin-bottom: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.spotlight_section h5 {
  margin: 0 0 0 20px;
  font-weight: 600;
  color: #132643;
  font-size: 16px;
}

/* =============Message Section============ */
.message_section {
  background-image: url(../images/message-grey-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% calc(100% - 137px);
  border-radius: 15px;
  margin-top: 160px;
  padding-bottom: 40px;
  overflow: hidden;
}

.message_img img {
  width: 100%;
  object-fit: cover;
}

.messge_text h6 {
  color: #6f6f6f;
  font-weight: 700;
  text-align: center;
  font-size: 33px;
}

.messge_text span {
  letter-spacing: 5px;
  text-align: center;
  display: block;
  color: #006cb7;
}

.message_icon {
  justify-content: center;
  margin-top: 23px;
  display: flex;
}

.message_icon img {
  margin: 0 18px;
}

.message_section .title {
  font-size: 32px;
  line-height: 43px;
  font-weight: bold;
  margin-top: 50px;
}

.message_section blockquote {
  font-size: 19px;
  line-height: 36px;
  color: #858484;
  background-image: url(../images/quoteup.svg), url(../images/quotedown.svg);
  background-size: 37px auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 76px;
}

.message_section .signature {
  width: 100%;
  max-width: 313px;
  height: auto;
}

.message_section .read-more:hover {
  color: #088462;
}

.message_section .read-more img {
  margin-left: 5px;
}

/* ==========Our Vision Section Styling========= */
.over_vision_section {
  padding-bottom: 101px;
  padding-top: 66px;
}

.over_vision_section ._card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  backdrop-filter: blur(8.8px);
  -webkit-backdrop-filter: blur(8.8px);
  overflow: hidden !important;
  transition: 0.5s all;
  height: 200px;
  border: 1px solid var(--green);
}

.over_vision_section ._card:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  background: rgba(25, 135, 84, 0.61);
  border-radius: 100px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: 0.2s linear;
}

.over_vision_section ._card .img_div {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.over_vision_section ._card h4 {
  color: var(--green);
  margin-top: 10px;
  font-size: 15px;
  padding: 0 5px;
  text-align: center;
}

.over_vision_section ._card:hover {
  transform: rotateY(10deg);
  transform: scale(1.05);
  box-shadow: 0 0 15px #eee;
  color: #fff;
}

.over_vision_section ._card:hover h4 {
  color: #000;
}

.over_vision_section ._card:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  bottom: 0;
  right: 0;
}

.over_vision_section ._card p {
  font-size: 12px;
  text-align: justify;
  padding: 10px;
}

.over_vision_section .vision-text {
  font-size: 18px;
}

.vision_card {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.vision_card_img {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  height: 170px;
  width: 170px;
}

.vision_card_heading {
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
}

.vision_card_text {
  text-align: center;
  color: #484848;
  font-size: 18px;
  margin-top: 10px;
}

.more_link {
  float: right;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  transition: 0.5s;
}

.more_link:hover {
  background: var(--green);
  color: #fff;
}

/* =================allied_section Styling ========*/

.allied_img_section {
  width: 90%;
  height: 450px;
  position: relative;
}

.allied_img_section .yellow_img {
  position: relative;
  width: 200px;
  height: 200px;
  transform: rotate(90deg);
}

.allied_img_section img {
  width: 100%;
  height: 100%;
}

.services_footer {
  padding: 40px;
  box-sizing: border-box;
}

.services_footer h2 {
  font-weight: 500;
  font-size: 32px;
  margin-left: -15px;
  font-weight: 700;
}

.services_footer ul {
  padding: 0;
  margin: 32px 0 0 0;
}

.services_footer ul li {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 30px;
}

/* =================public_sector_section styling */
.public_sector_section {
  margin-top: 262px;
  position: relative;
}

.public_sector_section h2 {
  font-size: 32px;
  color: #111111;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}

.public_sector_slider {
  margin-top: 53px;
}

.public_sector_slider .slick_arrow_btns {
  background-color: transparent;
  border-radius: 50px;
  position: absolute;
  width: max-content;
  height: max-content;
  border: none;
  z-index: 9;
  top: 37%;
}

.public_sector_slider .slick-slide img {
  filter: grayscale(100%);
  margin-bottom: 40px;
}

.public_sector_slider .slick-next {
  left: -155px;
}

.public_sector_slider .slick-prev {
  right: -155px;
}

.public_sector_slider .slick-dots {
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  display: flex;
  width: 100%;
}

.public_sector_slider .slick-dots li {
  list-style: none;
}

.public_sector_slider .slick-dots .slick-active button {
  background-color: #ee8c1c;
  border: 1px solid #ee8c1c;
}

.public_sector_slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #939393;
  border-radius: 50px;
  font-size: 0px;
  margin: 0 3px;
  height: 13px;
  width: 13px;
}

/* ========== Footer Section Styling============= */
.footer_section {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 90px;
  /*margin-top: 56px;*/
}

.footer_left_section p {
  color: #fff;
  margin-top: 10px;
}

.footer_left_section .footer-logo {
  width: 80%;
  /*max-width: 455px;*/
}

.footer-links-1 h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 30px;
}

.footer-links-1 ul li {
  margin-bottom: 10px;
}

.footer-links-1 ul li a:hover {
  text-decoration: underline;
}

.footer_section .social-icon {
  margin-top: 53px;
}

.footer_section .social-icon a img {
  height: 28px;
  width: auto;
}

.footer_section .social-icon a {
  margin-right: 26px;
}

.footer_section .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(1, 81, 59, 0.5);
}

.footer_section .footer-bottom p {
  padding: 10px 20px;
  color: white;
}

.footer_section .footer-bottom-links a {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.footer_section .footer-bottom-links a:first-child {
  padding-left: 0;
}

.footer_section .footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer_section .footer-bottom-links a.border-right::after {
  content: "|";
  color: #ffffff;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width:992px) {
  .lg-heading {
    font-size: 38px;
  }

  .header-top-strip .phone {
    padding-left: 140px;
  }

  .header-main-nav .logo-container .logo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #04654a;
    left: 0;
    border-radius: 0 0 100px 100px;
    z-index: -1;
    top: -50px;
  }

  .header-main-nav .navbar-nav li.nav-item a {
    font-size: 14px;
    font-weight: 600;
  }

  .header-main-nav .navbar-nav li.nav-item {
    border-bottom: none;
  }

  .header-main-nav .navbar-bar-width {
    width: auto;
  }

  .header-top-strip .right-nav a.border-right::after {
    content: "|";
    color: #ffffff;
    float: right;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .banner_items h2 {
    font-size: 47px;
  }

  .banner_items h3 {
    font-size: 30px;
  }

  .spotlight_section h4 {
    font-size: 25px;
  }

  .spotlight_section h5 {
    font-size: 19px;
  }

  .message_section {
    background-size: 100% 577px;
  }

  .message_section .c-padding {
    padding-left: 0;
    padding-right: 31px;
  }

  .message_section .title {
    font-size: 32px;
  }

  .vision_card_heading {
    font-size: 30px;
  }

  .public_sector_section h2 {
    font-size: 47px;
  }

  .allied_text_section h2 {
    font-size: 36px;
  }

  .footer_section {
    background-size: 100% 100%;
  }

}

@media only screen and (min-width:768px) {
  .spotlight_section h4 {
    font-size: 22px;
  }

  .spotlight_section h5 {
    font-size: 16px;
  }

}

.about_section {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  align-items: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.about_section .right_section {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.51);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.8px);
  -webkit-backdrop-filter: blur(8.8px);
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  box-sizing: border-box;
  padding: 80px;
}

.about_section .left_section {
  width: 100%;
  height: 100%;
  background: url("../images/training_bg.jpg");
  background-position: center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

.about_section .right_section h3 {
  margin-bottom: 10px;
}

.about_section .right_section p {
  width: 90%;
  text-align: justify;
}

/*Abou us Page*/
.top-banner {
  width: 100%;
  height: 200px;
  background: url('./../images/training.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-banner .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--green), transparent);
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-banner .overlay h5 {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

.about_item {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden !important;
  transition: 0.5s all;
  min-height: 200px auto;
  background: #fff;
  padding: 20px !important;
}

.about_item .img_div {
  width: 200px;
  margin-bottom: 20px;
}

.about_item h4 {
  font-size: 15px;
  color: var(--green);
  font-weight: bold;
}

.about_item p {
  font-size: 13px;
  text-align: justify;
}

.over_vision_section .col-md-4 {
  border-right: 1px solid #eee;
  height: auto;
}

.defination h4 {
  color: var(--green);
  font-size: 14px;
}

.defination p {
  max-width: 70%;
  font-size: 12px;
  margin: 20px;
}

.defination ul .main {
  color: var(--green);
  padding: 10px 0;
  max-width: 70%;
}

.defination ul li>ol li {
  font-size: 12px;
  padding: 5px 20px;
  margin: 10px;
  color: #000;
  background: rgba(255, 255, 255, 0.64);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  backdrop-filter: blur(8.3px);
  -webkit-backdrop-filter: blur(8.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-control {
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 10px;
}

.contact_item ul {
  border-right: 2px solid #eee;
}

.contact_item ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  /*margin-bottom: 20px;*/
}

.contact_item ul li h4 {
  font-size: 16px;
  margin-top: 10px;
  /*color: var(--green);*/
}

.contact_item ul li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08846287;
  border-radius: 99px;
}

/* contac titem for footer*/
.contact_item2 ul {
  padding-left: 0px !important;
}

.contact_item2 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-direction: column;*/
  padding: 10px;
  /*margin-bottom: 20px;*/
}

.contact_item2 ul li h4 {
  font-size: 16px;
  margin-left: 10px;
  /*color: var(--green);*/
  color: #fff;
}

.contact_item2 ul li .icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 99px;
}

.what_we_offer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
  /*flex-direction: column;*/
}

.what_we_offer .what_image {
  height: 600px;
}

.what_we_offer .what_image img {
  width: 100%;
  height: 100%;
}

.services {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*align-items: center;*/
}

.services h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.services {
  text-align: justify;
}

.services p {
  font-size: 12px;
}

.services .service_div {
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
}



.what_we_offer2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: var(--green);
  box-sizing: border-box;
  /*flex-direction: column;*/
}

.what_we_offer2 .what_image2 {
  height: 500px;
}

.what_we_offer2 .what_image2 img {
  width: 100%;
  height: 100%;
}

.what_we_offer2 .services2 {
  margin-top: 50px;
}

.what_we_offer2 .services2 ul {
  box-sizing: border-box;
  list-style: none;
}

.what_we_offer2 .services2 ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.what_we_offer2 .services2 ul li .img_div_item {
  width: 60px;
  height: 60px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.what_we_offer2 .services2 ul li .text h5 {
  font-size: 14px;
  color: #fff;
}

.what_we_offer2 .services2 ul li .text p {
  color: #fff;
  font-size: 11px;
}

/* facility_section */

.facility_section {
  width: 100%;
  padding: 20px;
  margin-top: 30px;
}

.facility_section h3 {
  text-align: center;
  color: var(--green);
  padding: 20px;
}

.facility_section .facility_row {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.facility_section .facility_row h5 {
  color: var(--green);
}

.facility_section .facility_row p {
  font-size: 14px;
  text-align: justify;
}


/*Faculty */

.faculty_section {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background: #eeeeee36;
  box-sizing: border-box;
}

.faculty_section h3 {
  text-align: center;
  margin-bottom: 30px;
}

.card_faculty .card {
  border: none;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.card_faculty {
  transition: 0.5s linear;
  padding: 10px;
}

.card_faculty .card .card-body {
  padding: 0 !important;
  overflow: hidden;
}

.card_faculty .team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px;
}

.card_faculty .team h6 {
  font-weight: 700;
  color: var(--green);
}

.card_faculty .team .card-text {
  text-align: center;
}

.card_faculty .profile_img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}

.card_faculty .profile_img img {
  width: 100%;
  height: 100%;
}

.card_faculty .card .card-title {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}

.card_faculty .card h6 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}

.card_faculty .card .card-body .faculty_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card_faculty:hover {
  transform: scale(1.02);
}

.card_faculty:hover .card {
  box-shadow: 0 0 10px 0px #08846338;
}

.card_faculty .card h5 {
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px 0 20px;
}

.card_faculty .card .card-body hr {
  margin: 0;
}

.card_faculty .card .contact-span {
  color: var(--green);
  font-size: 12px;
  margin: 20px;
}

.card_faculty .card .contact-span svg {
  margin-right: 10px;
}

.card_faculty .card .card-body p {
  font-size: 12px;
  color: #95959e;
  padding: 0 20px 0 20px;
}

.card_faculty .card .card-text {
  font-size: 12px;
  color: #95959e;
}

.card_faculty .card .applay_dev {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card_faculty .card .applay_dev .btn-primary {
  background: #088462ba;
  border: 0;
  color: #fff;
  font-size: 12px;
}

.card_faculty .card .applay_dev .btn-default {
  background: #eeeeee96;
  padding: 5px 20px;
  font-size: 12px;
}

.card_faculty .card ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  flex-wrap: wrap;
}

.card_faculty .card ul li {
  font-size: 9px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #08846226;
  color: var(--green);
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
}


/* Training  */

/*Faculty */

.training_section {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background: #eeeeee36;
  box-sizing: border-box;
}

.training_section h3 {
  margin: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.card_training .card {
  border: none;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  min-height: 420px auto;
  transition: 0.5s;
  margin-bottom: 50px;
}

.card_training .card:hover {
  transform: scale(1.09);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 10px 2px;
  border: 1px solid var(--green);
}

.card_training .card .div_img2 {
  width: 100%;
  max-height: 230px;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: var(--green);
}

.card_training .card .div_img2 img {
  object-fit: contain;
}

.card_training .card .div_img {
  width: 50px;
  height: 50px;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: var(--green);
}

.card_training .card .card-img,
.card_training .card .card-img-top {
  border-radius: 0 !important;
}

.card_training .card .div_img svg {
  font-size: 18px !important;
  color: #fff;
}

.card_training .card .div_img img {
  width: 50%;
  height: 100%;
}

.card_training .card .card-title {
  font-size: 20px;
}

.card_training .card .card-body p {
  font-size: 13px;
  color: #95959e;
  white-space: normal;
  overflow: hidden !important;
  text-overflow: ellipsis;
  transition: 0.5s;
}

.card_training .card .applay_dev {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.card_training .card .applay_dev .btn-primary {
  background: #088462ba;
  border: 0;
  color: #fff;
  font-size: 12px;
}

.btn-more {
  padding: 0px;
  background: var(--green);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border: 0px !important;
}

.btn-more-outline {
  padding: 0px;
  color: var(--green);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  border: 0px !important;
}

.btn-more:hover {
  color: var(--green);
}

.btn-more2 {
  padding: 4px 8px;
  float: right;
  border-radius: 100px;
  color: var(--green);
  font-size: 12px;
  border: 1px solid var(--green);
}

.btn-more2:hover {
  color: var(--green);
}

.card_training .card .applay_dev .btn-default {
  background: #eeeeee96;
  padding: 5px 20px;
  font-size: 12px;
}

/* .training_img{
  height: 200px !important;
} */

.news_list {
  /*list-style: none;*/
  margin-top: 50px;
  background: #08846226;
  padding: 20px 20px;
}

.news_list li {
  padding-left: 10px !important;
  transition: 0.5s;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 10px;
  /*background: var(--green);*/
  /*color: #fff;*/
}

.news_list li a {
  color: #000;
}

.news_list li:hover {
  background: #08846226;
}


/* Team Social icon desing*/

.wrapper {
  text-align: center;
}

.wrapper .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000 !important;
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.event_slider .slick-next {
  left: 30px;
  background: rgba(0, 0, 0, 0.3);
}

.event_slider .slick-prev {
  right: 30px;
  background: rgba(0, 0, 0, 0.3);
}

.event_slider .slick-dots {
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  display: flex;
  width: 100%;
}

.event_slider .slick-dots li {
  list-style: none;
}

.event_slider .slick-dots .slick-active button {
  background-color: #ee8c1c;
  border: 1px solid #ee8c1c;
}

.event_slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 0px;
  margin: 0 3px;
  height: 13px;
  width: 13px;
}


.event_active_sectoin {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.event-date {
  height: 200px;
  border: 2px solid #eee;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
}

.news-des {
  padding: 30px;
  box-sizing: border-box;
}

.news-des .top_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-des .top_section span:nth-child(1) {
  font-size: 20px;
  color: var(--orange);
  font-weight: bold;
}

.news-des .top_section span:nth-child(2) {
  width: 80px;
  font-size: 20px;
  color: var(--orange);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 5px;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #fbfbfb;
}

.news-des .top_section span:nth-child(2) small {
  font-size: 14px;
}

.news-des h4 {
  max-width: 80%;
  color: #000;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}

.news-des p {
  font-size: 16px;
  height: 70px;
  overflow: hidden;
  color: rgb(149, 147, 147);
}

.news-des span {
  font-size: 12px;
  font-weight: 500;
  color: var(--green);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
}

.pagination li a {
  background: #eee;
  line-height: 20px;
  text-decoration: none;
  padding: 8px 16px;
  margin: 5px;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.2s;
}

.pagination li a:hover {
  background: var(--green);
  color: #fff;
}

.pagination li a.active {
  background: var(--green);
  color: #fff;
}


/*Media Query */
@media (max-width: 767px) {

  /* Home Page */
  .gradient-bg .slider_right {
    display: none;
  }

  .gradient-bg .slider_left {
    width: 100%;
  }

  .services h2 {
    font-size: 28px;
  }

  .footer_section {
    padding: 30px;
  }

  .footer_section .footer-bottom {
    flex-direction: column;
  }


  /*Training Page*/
  .training_section {
    padding: 40px;
  }


  /*Facility Page*/
  .facility_section {
    padding: 40px;
  }


  /*News */
  .p-m {
    padding: 40px;
  }
}

/* Project detail */
.project_detail_section {
  width: 75%;
  margin: 0 auto;
  padding: 20px;
}

.project_detail_section .img_div {
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  height: auto;
  border: 1px solid #696B7E;
}

.project_detail_section h4 {
  margin: 0 auto;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #252638;
}

.project_detail_section .img_div img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.project_detail_section .textdiv {
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 15px;
  height: auto;
}

.project_detail_section .textdiv p {
  font-size: 12px;
  color: #696B7E;
  padding: 20px 0;
}

.project_detail_section .textdiv ul {
  padding-left: 15px;
}

.project_detail_section .textdiv ul li {
  color: #696B7E;
  font-size: 12px;
  padding-left: 20px;

}

.lastMonth {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lastMonth ul {
  list-style: none;
  padding-left: 0;
}

.lastMonth ul li a{
  padding: 20px 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #696B7E;
  color: #000;
}

.lastMonth ul li .last_img_div {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.lastMonth ul li .last_img_div img {
  width: 100%;
  height: 100%;
}

.lastMonth ul li .last_text {
  width: 250px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.lastMonth ul li .last_text h5 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}

.lastMonth ul li .last_text span {
  font-size: 12px;
}