@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,300&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
:root {
  --primary-color: #007437;
  --secend-color: #253682;
}

html {
  font-size: 6.25%;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  letter-spacing: 1px;
}

a,
.btn {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  color: white;
  font-size: 16rem;
  padding: 10px;
  border-radius: 5px;
}
a:hover,
.btn:hover {
  color: white;
}

.btn {
  background-color: var(--secend-color);
}

.section_titel,
#managing_committee .container h1,
#facilities .container h1,
#couses .container h1,
#about .container h1 {
  color: var(--primary-color);
  font-size: 45rem !important;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
  padding: 5px 0;
}
.section_titel::after,
#managing_committee .container h1::after,
#facilities .container h1::after,
#couses .container h1::after,
#about .container h1::after {
  position: absolute;
  width: 100px;
  height: 100%;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px dashed var(--secend-color);
}

body {
  font-family: "Oswald", sans-serif;
  width: 100%;
  font-size: 16rem !important;
  overflow-x: hidden;
  /* background-color: gold; */
}

p {
  line-height: 170%;
  font-size: 17rem;
  color: #636363;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

header {
  background: var(--primary-color);
}
header .hcontent {
  overflow: visible !important;
}
header .hcontent .row {
  font-size: 1rem;
}
header .hcontent .row .h_col {
  flex-wrap: nowrap;
}
header .hcontent .row .h_col .social {
  display: flex;
  flex-wrap: nowrap;
  width: 200px;
}
header .hcontent .row .h_col .social a {
  text-wrap: nowrap;
}
header .hcontent .row .h_col .social a i {
  font-size: 20rem;
  text-wrap: nowrap;
}
header .hcontent .row .h_col .contact {
  display: flex;
  flex-wrap: nowrap;
}
header .hcontent .row .h_col .contact a {
  margin-right: 1vw;
  font-size: 20rem;
}
header .hcontent .row .h_col .contact a i {
  font-size: 20rem;
  padding-right: 0.5vw;
}
header .hcontent .row .admisiion a {
  font-size: 16rem;
  padding: 10px;
  border-radius: 5px;
  background: var(--secend-color) !important;
}
header .hcontent .nav_two {
  font-size: 1rem;
  padding: 10px 0;
}
header .hcontent .nav_two .h_col .logo img {
  width: 250px !important;
}
header .hcontent .nav_two .h_col .logo .logo_name {
  padding-left: 15px;
}
header .hcontent .nav_two .h_col .logo .logo_name h1 {
  color: #3491c7;
  font-size: 25rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
header .hcontent .nav_two .h_col .logo .logo_name span {
  color: gray;
  font-size: 15rem;
}
header .hcontent .nav_two img {
  width: 300px;
}
header .hcontent .nav_three {
  background: var(--secend-color);
  z-index: 5;
  width: 100%;
  position: relative !important;
}
header .hcontent .nav_three .h_col .navv {
  /* width: 100%; */
  margin:  auto !important;
  padding: 0 !important;
  gap: 0 !important;
  display: flex;
  /* justify-content: center; */
  /* background-color: gold; */
}
header .hcontent .nav_three .h_col .navv li {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  position: relative !important;
}
header .hcontent .nav_three .h_col .navv li a {
  font-family: "Lato", sans-serif;
  font-size: 20rem !important;
  text-transform: capitalize;
  text-wrap: nowrap;
  color: white !important;
  margin: 0 !important;
  padding: 12px 0.9vw !important;
  gap: 0 !important;
}
header .hcontent .nav_three .h_col .navv li .toggel_menuu {
  overflow: visible !important;
  position: absolute !important;
  background-color: #007437;
  left: 0%;
  top: 100%;
  border-radius: 0 0 5px 5px;
  padding: 0px !important;
  margin-top: 0;
  visibility: hidden;
  transform: 5s;
}
header .hcontent .nav_three .h_col .navv li .toggel_menuu .wap {
  justify-content: space-evenly !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
header .hcontent .nav_three .h_col .navv li .toggel_menuu .wap a {
  padding: 10px 30px !important;
  display: inline-block;
  border-left: 5px solid transparent;
  border-radius: 0;
  transition: 0s;
}
header .hcontent .nav_three .h_col .navv li .toggel_menuu .wap a:hover {
  transition: 0.3s;
  background-color: #00632e;
  border-left: 5px solid var(--primary-color);
}
header .hcontent .nav_three .h_col .navv li .togg {
  visibility: visible;
}
header .offcanvas .offcanvas-header {
  padding: 20px;
}
header .offcanvas .offcanvas-body .list-group li {
  padding: 10px 0;
}
header .offcanvas .offcanvas-body .list-group li a {
  font-size: 20rem;
  color: black;
  padding-left: 15px;
}
header .offcanvas .offcanvas-body .list-group li .toggel_menuun {
  overflow: visible !important;
  position: absolute !important;
  background-color: #007437;
  left: 0%;
  top: 100%;
  border-radius: 0 0 5px 5px;
  padding: 0px !important;
  margin-top: 0;
  visibility: hidden;
  transform: 5s;
  z-index: 99;
}
header .offcanvas .offcanvas-body .list-group li .toggel_menuun .wapn {
  justify-content: space-evenly !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
header .offcanvas .offcanvas-body .list-group li .toggel_menuun .wapn a {
  padding: 10px 30px !important;
  display: inline-block;
  border-left: 5px solid transparent;
  border-radius: 0;
  transition: 0s;
  color: white;
}
header .offcanvas .offcanvas-body .list-group li .toggel_menuun .wapn a:hover {
  transition: 0.3s;
  background-color: #00632e;
  border-left: 5px solid var(--primary-color);
}
header .offcanvas .offcanvas-body .list-group li .toggn {
  visibility: visible;
}
header .offcanvas .offcanvas-body .list-group li .rotateen {
  color: var(--primary-color);
  transition: 0.2s;
  transform: rotate(90deg) !important;
}
header .socalsticky {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 3%;
  right: 50px;
  z-index: 5;
}
header .socalsticky .aaa {
  transform: scale(1.1) rotate(380deg);
}
header .socalsticky .abb {
  transform: translateY(-80px);
}
header .socalsticky .acc {
  transform: translateX(-80px);
}
header .socalsticky .link {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
header .socalsticky .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 1px solid white;
}
header .socalsticky .link a:hover {
  color: white;
}
header .socalsticky .link a:nth-child(1) {
  border: 0px solid white;
  z-index: 2;
}
header .socalsticky .link a:nth-child(2) {
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: var(--secend-color);
}
header .socalsticky .link a:nth-child(3) {
  transition: 0.3s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: var(--secend-color);
}
header .socalsticky .link a i {
  font-size: 25px;
  line-height: 30px;
}

#banner .b_content .row .item .mySwiper {
  width: 100%;
}
#banner .b_content .row .item .mySwiper .swiper-wrapper {
  width: 100%;
}
#banner .b_content .row .item .mySwiper .swiper-wrapper .swiper-slide {
  height: 60vh;
  background-position: center;
  background-size: cover;
  width: 100%;
}
#banner .b_content .row .item .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .b_content .brow {
  background: var(--primary-color);
}
#banner .b_content .brow h5 {
  font-size: 20rem;
  padding: 15px 5px !important;
}

#about {
  margin-block: 70px;

  background: none;
}
#about .container .row .item img {
  width: 100%;
}
#about .container .row .item {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .container .row .item .pdf {
  width: 80%;
  padding: 10px;
}
#about .container .row .item a {
  /* color: black; */
  background-color: var(--secend-color);
  margin: 20px 0;
  width: max-content;
}
/* #about .container .row .item  {
  width: 100%;
  padding: 10px;
  background-color: red;
} */
#about .container .row .item h3 {
  font-size: 40rem;
}
#about .container .row .item p {
  padding: 10px 0;
}
#about .container .row ul {
  list-style-type: disc;
  list-style-position: inside;
}
#about .container .row ul li {
  font-family: "Lato", sans-serif;
  padding: 10px 0;
  font-size: 16rem;
}

.notics .item {
  overflow: hidden;
  padding: 30px 0;
}
.notics .item img {
  width: 100% !important;
  transform: scale(1.4);
}
.notics .notice {
  padding: 10px;
  background-color: rgba(0, 105, 32, 0.849);
  border-radius: 10px;
  box-shadow: 15px 15px 30px rgb(211, 211, 211),
    -15px -15px 30px rgb(233, 233, 233);
}
.notics .notice marquee {
  height: 450px;
}
.notics .notice marquee:hover {
  direction: "none";
}
.notics .notice marquee ul {
  list-style-position: inside;
}
.notics .notice marquee ul li {
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  color: white;
}

#couses {
  margin-top: 70px;
}
#couses .container .row .item .top {
  background: var(--secend-color);
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  padding-left: 30px;
}
#couses .container .row .item .top i {
  font-size: 60px;
  margin-right: 50px;
}
#couses .container .row .item .top h2 {
  font-size: 30rem;
}
#couses .container .row .item P {
  margin: auto;
  padding: 20px 30px;
  background: rgb(233, 233, 233);
}
#couses .container .row .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#couses .container .row .item a {
  background: var(--secend-color);
  display: block;
  padding: 20px 10px;
  transition: 0.2s;
  text-transform: uppercase;
  border-radius: 0px;
}
#couses .container .row .item a:hover {
  color: white;
  background: red;
}
#couses .container .row .item:nth-child(2) {
  margin-top: 50px;
}

#facilities {
  margin-top: 70px;
}
#facilities .container .row .item {
  padding: 0 20px;
}
#facilities .container .row .item img {
  width: 100px;
}
#facilities .container .row .item h2 {
  font-size: 20rem;
  padding: 20px 0;
  font-weight: 500;
  text-transform: uppercase;
}
#facilities .container .row .item p {
  padding: 20px 0;
}
#managing_committee {
  overflow: hidden;
  margin: 30px 0;
  margin-bottom: 100px;
}
#managing_committee .container .row .col table {
  vertical-align: middle;
  border-color: var(--secend-color);
  /* border: none !important; */
}

#managing_committee .container .row .col table td {
  font-size: 20rem;
  font-family: "Lato", sans-serif;
  padding: 20px;
}
#managing_committee .container .row .col table tr:nth-child(odd) {
  /* background: #e2f9ffd3; */

  background: #d7fff0d3;
}
#managing_committee .container .row .col table tr:hover {
  background: #c1ffe8d3;
}

.footer {
  background: var(--secend-color);
}
.footer footer {
  margin-top: 30px;
  font-family: "Lato", sans-serif;
}
.footer footer section {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2039215686);
}
.footer footer section .top span {
  font-size: 16rem;
}
.footer footer section .bottom a {
  padding: 0 10px;
}
.footer footer section .bottom a i {
  font-size: 20rem !important;
}
.footer footer section .bottom a:hover {
  color: white;
}
.footer footer .con_item {
  padding: 20px 0;
}
.footer footer .con_item .row .grid_item {
  margin: 0;
  padding: 0;
}
.footer footer .con_item .row .grid_item h6 {
  font-size: 20rem;
  font-family: "Oswald", sans-serif;
}
.footer footer .con_item .row .grid_item hr {
  height: 50px;
  height: 5px;
}
.footer footer .con_item .row .grid_item p {
  color: white;
}
.footer footer .con_item .row .grid_item p i {
  color: white;
  padding-right: 10px;
}
.footer footer .foot {
  background: rgba(2, 202, 79, 0.0941176471);
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  margin: 0px;
}

@media (max-width: 1200px) {
  html {
    font-size: 5.25%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 6.25%;
  }
  .section_titel,
  #about .container h1,
  #couses .container h1,
  #facilities .container h1,
  #managing_committee .container h1 {
    font-size: 30rem !important;
    /* text-align: center; */
  }
  .section_titel::after,
  #about .container h1::after,
  #couses .container h1::after,
  #facilities .container h1::after,
  #managing_committee .container h1::after {
    width: 100px;
  }
  header .hcontent .nav_three {
    font-size: 1rem;
    padding: 10px 10px;
    background: rgb(253, 255, 255);
  }
  header .hcontent .nav_three .h_col {
    display: flex !important;
    justify-content: space-between !important;
    width: 100%;
  }
  header .hcontent .nav_three .h_col .nav_log {
    width: max-content;
    display: flex;
    align-items: center;
  }
  header .hcontent .nav_three .h_col .nav_log img {
    width: 80px !important;
  }
  header .hcontent .nav_three .h_col .nav_log h4 {
    font-size: 15rem;
    font-weight: 800;
    padding-left: 5px;
    color: white;
  }
  header .hcontent .nav_three .h_col .nav_log span {
    font-size: 12rem;
    padding-left: 5px;
    color: white;
  }
  header .hcontent .nav_three .h_col .nav_log img {
    width: 70px;
  }
  header .hcontent .nav_three .h_col .navbar-dark button {
    text-align: center;
    margin: auto;
  }
  header .hcontent .nav_three .h_col .navbar-dark button span {
    font-size: 26rem;
  }
  #banner .b_content .row .item .mySwiper {
    width: 100%;
  }
  #banner .b_content .row .item .mySwiper .swiper-wrapper {
    width: 100%;
  }
  #banner .b_content .row .item .mySwiper .swiper-wrapper .swiper-slide {
    height: 30vh;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  #banner .b_content .row .item .mySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #banner .b_content .brow {
    background: var(--secend-color);
  }
  #banner .b_content .brow h5 {
    padding: 15px !important;
  }
  #about {
    margin-top: 0px;
    padding: 0 10px;
  }
  #about .container .row .item img {
    width: 100%;
  }
  #about .container .row .item h3 {
    font-size: 40rem;
    text-align: center;
  }

  #about .container .row .item p {
    padding: 10px 0;
    text-align: justify;
  }
  #about .container h1,#couses .container h1,#facilities .container h1  {
    text-align: center;
    /* background-color: gold; */
    display: block;
    text-align: center;
    
  }
  .notics .item {
    overflow: hidden;
  }
  .notics .item img {
    width: 100% !important;
    transform: scale(1);
  }
  #couses {
    padding: 0 10px;
    margin-top: 0px;
  }
  #couses p{
    text-align: justify;
  }
  #facilities {
    padding: 0 10px;
    margin-top: 0px;
  }
  #facilities .container .row .item {
    padding: 0 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  #facilities .container .row .item img {
    width: 100px;
  }
  #facilities .container .row .item h2 {
    padding: 10px 0;
  }
  #facilities .container .row .item p {
    padding: 0px 0;
    text-align: justify;
  }
  #managing_committee {
    padding: 0 10px;
    margin-top: 0px;
  }
  #managing_committee .container .row .col table {
    vertical-align: middle;
  }
  #managing_committee .container .row .col table tr th {
    padding: 10px 0 !important;
  }
  #managing_committee .container .row .col table tr th img {
    width: 100px;
    padding: 0px;
    border-radius: 10px;
  }
  #managing_committee .container .row .col table tr td {
    font-size: 14rem;
    padding-left: 10px;
  }
  .footer footer {
    margin-top: 20px;
  }
  .footer footer section {
    padding: 15px;
  }
  .footer footer section .bottom {
    margin-top: 10px;
  }
  .footer footer .con_item {
    margin: 0;
    padding: 0;
  }
  .footer footer .con_item .row .grid_item {
    margin-top: 15px;
  }
} /*# sourceMappingURL=style.css.map */
