@import url("https://fonts.googleapis.com/css2?family=Bubblegum+Sans&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=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
/* * {
  border: 1px solid red;
} */
body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.gap_0 {
  padding: 0 !important;
}

a {
  transition: 0.2s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 60vh;
  width: 100%;
  background: linear-gradient(
      3deg,
      #A71C21,
      #A11C1F,
      #00106886,
      #011f4b69,
      #011146b0
    ),
    url(../images/hero_1.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}
.hero_content {
  height:100%;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 45% 80%, 0 100%);
  background: linear-gradient(#37007536, #18014b8f);

  background: linear-gradient(#230e0089, #3700155c);

}
.hero_content .col {
  /* background-color: red; */
  height: auto;
  text-align: center;
  margin-bottom: 70px !important;
  /* background-color: red; */
}
.hero_content .under {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
 
  color:#FEC63F;

  
}
.hero_content .line {
  font-weight: bold;
  text-transform: uppercase;
  width: 100px;
  background-color:#B31E22;
  height: 3px;
  margin: 3px auto;
  margin-bottom: 0;
  border-radius: 30px;
}
.hero_content h1 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  color: white;
  margin: 0 !important;
  padding: 5px 0;
  text-align: center justify;
  font-family: "Exo 2", sans-serif;
}
.hero_content p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(211, 210, 210);
  margin: 0;
  padding: 0 40px;
}

/* /============= */

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
  top: 10px;
  /* background-color: red; */
}
.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem;
}

.site-navbar .site-logo a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.site-navbar .site-logo a:hover {
  text-decoration: none;
}
.site-navbar .site-burger-menu,
.site-navbar .right-cta-menu {
  position: absolute;
  right: 5%;
}
@media (max-width: 767.98px) {
  .site-navbar .site-burger-menu,
  .site-navbar .right-cta-menu {
    position: relative;
    right: auto;
  }
}
.site-navbar .site-menu-toggle {
  color: #fff;
  line-height: 0;
  font-size: 2.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .site-navbar .site-menu-toggle {
    margin-left: 5px;
  }
}
.site-navbar .site-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 20px !important;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #e77104;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  width: max-content;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  line-height: 1.4;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: #ebeef0;
  color: #28a745;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a.active {
  background: #ebeef0;
  color: #28a745;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: black;
  position: relative;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
  height: 2px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active {
  color: #28a745;
  position: relative;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover:after,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #28a745;
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #000;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-menu-toggle {
  color: #000;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .site-menu-toggle {
    color: #fff;
  }
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu > li {
  display: inline-block;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  position: relative;
}
.sticky-wrapper .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff;
  position: relative;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover:after,
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sticky-wrapper.is-sticky .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  position: relative;
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #28a745;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #28a745;
  position: relative;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover:after,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn:after,
.btn:before {
  display: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
  background: #ecb129;

  border-color: #FEC63F;
}
.btn.btn-primary:hover {
  background: #830a0a;
  border-color: #830a0a;
}

.btn.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.btn.btn-outline-primary {
  color: #28a745;
}
.btn.btn-outline-primary:hover {
  color: #fff;
  background: #28a745;
}

.hero_button_section {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  /* background: red; */
  gap: 15px;
  margin: auto;
  align-items: center;
  padding-bottom: 20px;
  /* justify-content: space-between; */
}
.btn_style {
  display: flex;
  padding: 10px 8px;
  background-color:#A81D22;
  gap: 5px;
  font-size: 13px;
  color: white !important;
  font-weight: 400;
  /* width: 48%; */
  text-align: center;
  text-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  /*width: 160px;*/
  letter-spacing: 1px;
  border-radius: 30px;
  box-shadow: 0 7px 10px #1e000189;
}
.btn_style:nth-child(2) {
  border: 2px solid white !important;
  /* background-color: #60350c; */
  background-color: unset;

  color: white;
  /* box-shadow: 0 5px 5px #ffffff2a; */
}
.btn_style:nth-child(2) i {
  padding-right: 5px;
}
.hero_button_section .btn_style:hover {
  transform: scale(1.05);
}
/* =========our_college============== */
/* =========our_college============== */
/* =========our_college============== */
/* =========our_college============== */
/* =========our_college============== */

.our_college {
  width: 100%;
}
.heading_header {
  width: 100%;
  /* background: red; */
  display: flex;
  justify-content: center;
}
.heading_header .heading_text {
  text-align: center;
  display: inline-block;
  font-size: 25px;
  background-color:#A81D22;
  padding: 5px 15px;
  border: 3px solid white;
  font-weight: bold;
  color: white;

  border-radius: 0px;
  font-family: "Exo 2", sans-serif;
  position: relative;
  letter-spacing: 3px;
}
.heading_header .heading_text::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7F1517;
  content: "";
  left: 20px;
  z-index: -1;
  top: 20px;
}

.our_college .our_college_content {
  /* background-color: gold; */
  gap: 45px 0px;
}

.our_college .our_college_content_item .colege_item {
  padding: 25px 5px;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  background:linear-gradient(30deg,#7F1517,#B31E22);
  position: relative;
  color: white;
  /* overflow: hidden; */
  box-shadow: 0 0 50px -10px #0d0d0d5c;
  /* border: 1px solid #ff00001e; */
}

.our_college .our_college_content_item .colege_item .bg_card2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* background-color: red; */
  width: 100%;
  /* height: 100%; */
  opacity: 0.5;
  border-radius: 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%)
    hue-rotate(116deg) brightness(105%) contrast(105%);
}
.our_college .our_college_content_item .colege_item .img_section,
.text_section,
.button_section {
  z-index: 2;
}
.our_college .our_college_content_item .colege_item .img_section img {
  width: 120px;
}
.our_college .our_college_content_item .colege_item .text_section h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 2px;
}
p {
  margin: 0;
}
.our_college .our_college_content_item .colege_item .text_section p {
  font-size: 14px;
  color: rgb(222, 221, 221);
  line-height: 180%;
  padding: 10px 30px;
}
.our_college .our_college_content_item .colege_item .text_section {
  /* background-color: red; */
  padding: 10px 0;
}
.our_college .our_college_content_item .colege_item .button_section {
  display: flex;
  width: 100%;

  justify-content: space-between;
  position: absolute;
  bottom: -20px;
}
.our_college .our_college_content_item .colege_item .button_section {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: center;
}

.our_college .our_college_content_item .colege_item .button_section .btn_style {
  display: flex;
  padding: 12px 0px;
  background: linear-gradient(30deg,#FEC63E,#f03d1d);
  border: unset !important;
  font-size: 10px;
  color: white;
  width: 44%;
  /* min-width: 150px; */
  text-align: center;
  text-wrap: nowrap;
  justify-content: center;
  font-weight: 600;
  gap: 5px;
  transition: 0.2s;
}
.our_college
  .our_college_content_item
  .colege_item
  .button_section
  .btn_style:hover {
  background-color: #80430b;
}

.our_college
  .our_college_content_item
  .colege_item
  .button_section
  .btn_style
  i {
  padding: 0;
}

/* =========our_college============== */
/* =========our_college============== */

/* =============about_section============= */
/* =============about_section============= */

.about_content {
  /* background-color: gold; */
  padding: 0 10px;
}

.about_content .about_content_item {
  width: 100%;
}
.about_content .about_content_item .img_section {
  /* width: 100%; */
  background: linear-gradient(transparent, #b67e491f, #7b170ef9),
    url(../images/about.webp);
  height: 270px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px;
}

.about_content_item .img_section .overlay_section {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:#A71C21;
  color: white;
  /* backdrop-filter: blur(3px) ; */
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  padding: 10px;
  border: 6px solid white;
 
  border-radius: 20px 20px 15px 15px;
}
.about_content_item .img_section .overlay_section img {
  width: 90px;
  position: absolute;
  z-index: 0;
  opacity: 0.2;
}
.about_content_item .img_section .overlay_section h4 {
  font-size: 17px;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 2px;
  padding-top: 10px;
  color: white;
  z-index: 2;
}
.about_content_item .img_section .overlay_section p {
  font-size: 12px;
  color: rgb(222, 221, 221);
  line-height: 180%;
  padding: 0px 30px;
  z-index: 2;
}
.about_content_section h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 2px;
}
.about_content_item h4 {
  font-size: 14px;
  font-weight: bold;
  color: #A81D22 !important;
}
.about_content_section p {
  font-size: 14px;
  /* color: #dedddd; */
  line-height: 180%;
  padding: 10px 15px;
  text-align: justify;
}
.about_content_section .line {
  width: 100px;
  height: 2px;
  background-color: #A71C21;
  border-radius: 30px;
  margin: auto;
}

/* ============ */
.facility h4 {
  font-size: 15px;
  text-align: center;
}
.facility .bi-asterisk {
  font-size: 25px;
  text-align: center;
  background-color: black;
  margin: auto;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  min-height: 40px;
}
.facility ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.facility ul li {
  font-size: 14px;
  /* color: #dedddd; */
  padding: 5px;
}
.facility ul li i {
  list-style: none;
  color: #D72729;
  font-size: 16px;
  padding-right: 10px;
}

/* =============about_section============= */
/* =============about_section============= */

/* =============course============= */
/* =============course============= */

.course_section .course_section_content .course_section_content_item {
  text-align: center;
  padding: 10px;
  outline: 2px solid #b17237;
  outline-offset: 3px;
  border-radius: 10px;
  height: 300px;
  background: linear-gradient(#ffe5e500, transparent, #aa1d16a4, #ec3c33b3),
    url(../images/gnm.webp);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

.twoimg {
  background: linear-gradient(#ffe5e500, transparent, #60350cef, #5c320a),
    url(../images/bsc.webp) !important;
  background-size: 100% 100% !important;
}
.star {
  position: absolute;
  width: 60px;
  top: -30px;
  left: 10px;
}

.course_section
  .course_section_content
  .course_section_content_item
  .text_section
  h3 {
  color: white;
  font-weight: 700;
}

.course_section
  .course_section_content
  .course_section_content_item
  .text_section
  .btn {
  font-size: 18px;
  width: 100%;
  background-color:#A81D22;
  border: unset !important;
  box-shadow: unset !important;
}
/* =============course============= */
/* =============course============= */
  /* =========our_facilities============ */
  /* =========our_facilities============ */

  .our_facilities .our_facilities_item ul{
   /* background-color: red; */
   list-style: none;
   margin: 0;
   padding: 20px 0;

  }
  .our_facilities .our_facilities_item ul li{

   padding: 10px 0;
   font-size: 15px;
   padding-left: 60px !important;

  }
  .our_facilities .our_facilities_item ul li::before{

   position: absolute;
   width: 15px;
   height: 15px;
   content: '';
   background-color:#DA2828;
   left: 30px;
   box-shadow: 5px 5px 0px   #8C181B;


  }
  .our_facilities .our_facilities_item img{
    width: 100%;
    border-radius: 10px;

  }
  /* =========our_facilities============ */
  /* ===================== */
/* =============gallery============= */
/* =============gallery============= */

.gallery_section .gallery_section_content .gallery_section_content_item {
  width: 100%;
  border-radius: 10px;
  /* height: 250px; */
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-between;
  gap: 20px 0;
}

.gallery_section .gallery_section_content .gallery_section_content_item a {
  border-radius: 12px;
  height: 200px;
  width: 48%;
  box-shadow: 0 0 15px rgb(142, 142, 142);
  border: 2px solid #D82828;
}

.gallery_section .gallery_section_content .gallery_section_content_item a img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  flex-wrap: wrap;
  min-width: 45%;
  flex-wrap: wrap;
  object-fit: cover;
}
/* =============gallery============= */
/* =============gallery============= */
/* =============gallery============= */

/* =============contact============= */
/* =============contact============= */

.contact_section_content_item {
  background-color: red;
  padding: 5px;
  height: 265px;
  background: linear-gradient(#ffe5e500, transparent, #75130c),
    url(../images/bannerx.webp);
  background-size: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
}
.contact_section_content_item img {

  padding: 5px;
  border-radius: 10px;
}
.subscribe {
  position: relative;
  height: 350px;
  width: 90%;
  padding: 20px;
  background-color: #8D181C;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
  margin: auto;
  transform: translateY(-80px);
  border-bottom: 5px solid #DA2828;
}

.subscribe:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 18px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #a41414;
  z-index: -1;
}

.subscribe p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
  color: white;
  font-family: "Exo 2";
}

.subscribe input,
textarea {
  border: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
  width: 90%;
  background: transparent;
  /* background-color: gold; */
  transition: all 0.25s ease;
  margin: 8px 0;
  color: white;
}
/* .subscribe textarea {

  
  border: 1px solid #d4d4d4;
  border-radius: 5px;

} */
.subscribe input::placeholder {
  color: #dadada;
}
.subscribe textarea::placeholder {
  color: #dadada;
}

.subscribe input:focus {
  outline: none;
  border-bottom: 1px solid #FEC63F;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    "sans-serif";
}
.subscribe textarea:focus {
  outline: none;
  border-bottom: 1px solid #FEC63F;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    "sans-serif";
}

.subscribe .submit-btn {
  position: absolute;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #DA2828;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  right: -10px;
  bottom: -25px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
  outline: none;
  border: none;
}

.subscribe .submit-btn:hover {
  background-color: #ee2222;
  box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}
/* =============contact============= */
/* =============contact============= */

/* =============footer=================== */
/* =============footer=================== */
.footer {
  position: relative;
}
.footer .footersvg {
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
}
.footer p {
  font-size: 15px;
  color: rgb(228, 228, 228);
}
/* =============footer=================== */
/* =============footer=================== */

/* =============affiliated=================== */
/* =============affiliated=================== */

.affiliated .affiliated_item {
  background-color: #DA2828;
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
  border-radius: 10px;
}
.affiliated .affiliated_item h5 {
  /* background-color: rgb(0, 255, 17); */
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  font-weight: 00;
  font-size: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    "sans-serif";
  letter-spacing: 2px;
}
.affiliated .affiliated_item .imga {
  /* background-color: rgb(255, 251, 0); */
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  width: 70px;
  height: 70px;
  left: -30px;
  border: 6px solid white;
}
.affiliated .affiliated_item2 .imga {
  left: unset;
  right: -30px !important;
}
.affiliated .affiliated_item .imga img {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
/* =============affiliated=================== */
/* =============affiliated=================== */

/* =================== */
/* =================== */
/* =================== */
/* =================== */
/* ========media-1000=========== */
/* ========media-1000=========== */
/* ========media-1000=========== */

@media (min-width: 1000px) {
  .hero {
    height: 65vh;
  }

  .hero_content .col {
    /* background-color: red; */
    height: auto;
    text-align: center;
  }
  .hero_content span {
    color:#A81D22;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(208, 25, 25);
  }

  .hero_content h1 {
    padding: 15px 0;
  }
  .hero_button_section {
    flex-direction: row;
  }
  .hero_content .under {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  /* text-shadow: 1px 1px 1px rgb(208, 25, 25); */
  
  
  -webkit-text-stroke: 1px #FEC63F !important;
  color:transparent !important;
  background-color: none;
  
}
  /* ============= */

  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: rgba(12, 12, 12, 0.318);
    padding: 10px 0;
  }
  /* =====college========= */

  .our_college {
    width: 85%;
    margin: auto;
  }

  .our_college .our_college_content_item .colege_item {
    min-width: 350px !important;
    min-height: 350px !important;
    margin: 20px 40px !important;
  }

  /* =================== */
  /* =========about========== */

  .about_content {
    /* background-color: red; */
    width: 85%;
    margin: auto;
  }

  .about_content .about_content_item .img_section {
    /* width: 100%; */
    background: linear-gradient(transparent, #b67e4945, #60350cf9),
      url(../images/about.webp);
    height: 380px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 30px;
    margin: 0 40px;
  }

  .about_content_section h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 2px;
  }
  .about_content_section h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
    letter-spacing: 2px;
  }
  .about_content_item h4 {
    font-size: 14px;
    font-weight: bold;
    color: #a97c51;
  }
  .about_content_section p {
    text-align: left;
    padding-left: 0;
  }
  .about_content_section .line {
    margin: unset;
  }

  /* ============ */
  .facility h4 {
    text-align: left;
  }

  /* =============about_section============= */
  /* =============about_section============= */

  /* ========course_section========== */

  .course_section {
    width: 90%;
    margin: auto;
  }

  .course_section .course_section_content .course_section_content_item {
    margin: 0 50px;
    height: 380px;
  }

  /* =========gallery============ */
  .gallery_section {
    width: 95%;
    margin: auto;
  }

  .gallery_section .gallery_section_content .gallery_section_content_item a {
    height: 300px;
    width: 32%;
  }

  /* ===================== */
  /* ==========contact=========== */
  .contact_section {
    width: 80%;
    /* background-color: red; */
    margin: auto;
  }

  .contact_section_content_item {
    height: 400px;
    background: url(../images/bannerx.webp);
  }

  .subscribe {
    transform: translateY(0px);
  }

  /* ===================== */
  /* ===================== */


  /* =============affiliated=================== */
  /* =============affiliated=================== */

  .affiliated {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 300px !important;
  }

  .affiliated .affiliated_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

    height: 110px;
    border-radius: 10px;
    width: 100%;
    /* background-color: red; */
  }

  .affiliated .affiliated_item .imga {
    width: 90px;
    height: 90px;
    left: -30px;
  }
  .affiliated .affiliated_item2 .imga {
    right: unset;
  }

  /* =============affiliated=================== */
  /* =============affiliated=================== */

  .our_facilities{
    width: 80%;
    margin: auto;
  
  }
    .our_facilities .our_facilities_item img{
    width: 500px;
    border-radius: 10px;
    /* margin: auto; */

  }

  /* =============footer=================== */
  /* =============footer=================== */
  .footer {
    position: relative;
  }
  .footer .footersvg {
    position: absolute;
    bottom: 85%;
    left: 0;
    width: 100%;
  }
  .footer p {
    font-size: 15px;
    color: rgb(228, 228, 228);
  }

  /* =================== */
  /* =================== */
  /* =================== */
}
