@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/*======================================================
                    css common style 
========================================================*/
body {
  font-family: "Noto Sans KR", sans-serif;
}

p {
  font-size: 18px;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
}

.section_space {
  padding: 50px 0;
}


/*======================================================
                    logo header section
========================================================*/
a.logo_block img {
  float: left;
  width: 12%;
}

a.logo_block h1 {
  float: left;
  margin: 16px 0 8px 15px;
  color: #e57914;
  font-size: 26px;
  text-shadow: 0px -1px 0px #4aaf3a;
}

a.logo_block h1 span {
  color: #4aaf3a;
}

section.logo_header {
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
}

.admission button {
  background: #e57914;
  border: none;
  padding: 6px 25px;
  font-size: 20px;
  float: right;
  color: #fff;
}

.admission button:hover {
  color: #fff;
}

section.logo_header::before {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 55%;
  content: "";
  height: 50%;
  background: #e57914;
  z-index: -1;
  transform: skew(310deg, 0deg);
}

section.logo_header::before, section.logo_header::after {
  display: none;
}

@keyframes top_logo_band1 {
  0% {
    left: 100%;
  }

  100% {
    left: 11%;
  }

}

section.logo_header::after {
  position: absolute;
  right: -5%;
  top: 0;
  width: 55%;
  content: "";
  height: 50%;
  background: #e57914;
  z-index: -1;
  transform: skew(49deg, 0deg);
}


/*======================================================
                    nav bar
========================================================*/
.navbar {
  margin-bottom: 0;
}

section.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.container-fluid.navbar {
  padding: 0;
  margin: 0;
}

section.navbar {
  margin: 0;
}

nav.navbar.navbar-default {
  background: #062b5d;
}

.navbar-nav>li>a {
  color: white;
  padding: 4px 25px !important;
  text-transform: uppercase;
  margin: 10px 0;
}


ul.nav.navbar-nav {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  text-align: center;
}

ul.nav.navbar-nav>li {
  margin: 0;
}

ul.dropdown-menu {
  min-width: 325px !important;
  border: none;
}


nav.navbar.navbar-default {
  margin: 0;
  border: none;
  border-radius: 0;
}

.dropdown-menu>li>a {
  border-top: 1px solid #e57914;
  color: #000;
  font-size: 14px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #000;
}

.dropdown-menu>li>a:hover {
  background: #e57914;
  color: #fff;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

ul.navbar-nav>li:hover {
  margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px !important;
  padding: 15px;
  text-transform: capitalize;
  font-weight: 300;
}

.nav-link:focus, .nav-link:hover {
  color: #fff;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar {
  border: none;
}

.dropdown-menu>li>a:hover .navbar-nav>li>a {
  color: #000 !important;
}

.blink_me {
  animation: blink-animation 1s steps(5, start) infinite;
  color: red;
}


.navbar-nav>li>a:hover {
  color: #fff;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

a.nav-link {
  position: relative;
}


a.nav-link:hover:after {
  width: 100%;
}

a.nav-link:hover {
  color: #e47916 !important;
}

a.nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #e47916;
  height: 1px;
  transition: all .5s;
  border: none !important;
}

/*======================================================
                     iconic section
========================================================*/
.bg_color {
  background: linear-gradient(270deg, #001266, transparent);
  padding: 50px 0;
  background-color: #001266a6;
}

section.iconic_section {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: url(../images/bg3.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  transition: .5s ease;
  background-size: cover;
}

section.iconic_section .row:hover img.school_img {
  transform: scale(1.15);
  transition: .5s ease;
}

img.school_img {
  transition: .5s ease;
}

.school_col {
  overflow: hidden;
}

section.iconic_section .row {
  background-color: #012056;
  border-radius: 25px;
  overflow: hidden;
}

section.iconic_section .row .col-lg-6.col-md-12.col-12:last-child {
  padding-right: 0;
}


section.iconic_section .bg_imges img {
  position: absolute;
  width: auto;
}

section.iconic_section .bg_imges img:first-child {
  left: 0%;
  top: 0;
}

section.iconic_section .bg_imges img:last-child {
  right: 0;
  bottom: 0;
}


button.red_more {
  background: none;
  font-size: 16px;
  padding: 6px 15px;
  border: 2px solid #e57914;
  border-radius: 5px;
  margin-top: 5px;
  transition: .5s ease;
  color: #e57914;

}

button.red_more:hover {
  background-color: #e57914;
  transition: .5s ease;
  color: #fff;
}

.iconioc_text p {
  font-size: 18px;
  font-weight: 200;
  text-align: justify;

}

.iconioc_text h2 {
  font-weight: 300;
  margin-bottom: 15px;
}

.iconioc_text {
  padding: 30px;
}


/*======================================================
                  animation styles
========================================================*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*======================================================
                      footer
========================================================*/
.footer_links a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 5px;
  transition: 1s ease;

}

.footer_links ul {
  padding: 0;

}

.footer_links ul li {
  padding-bottom: 15px;

}

.footer_links a:hover {
  transform: translatex(10px);
  transition: 1s ease;

}

footer {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: url(../images/footer_bg.jpg);
  background-size: 100%;
}

.footer_bg_color {
  background: #030c37;
  opacity: .97;
  padding: 40px 0 0;
}

.footer_links h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
}

.footer_links h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -14px;
  width: 50px;
  background-color: #e57914;
  height: 2px;
}

.footer_content h3 {
  margin-top: 0px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer_content p {
  font-size: 16px;
  font-weight: 300;
}

.footer_links {
  margin-bottom: 20px;
}

.develop-by {
  background: #01092b;
  padding: 20px 0 10px;
}

.develop-by b {
  float: right;
  font-size: 16px;
  font-weight: 300;
  margin-top: -10px;
}

.develop-by b a {
  color: #e57914;
  font-weight: 500;
}

.develop-by p {
  float: left;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  margin-top: -10px;
}


/*======================================================
                    about us section
========================================================*/

img.d-block.hero_img1 {
  width: 100%;
}

.latest_event {
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}

.levent_header {
  background: #e57914;
}

.levent_header h4 {
  padding: 5px 10px;
  color: #fff;
  margin: 0px;
  font-weight: 300;
}

.latest_event .date h5:first-child {
  background-color: #4aaf3a;
  padding: 5px 20px;
  color: #fff;

}

.latest_event .date h5 {
  font-size: 18px;
}

.latest_event p {
  margin: 0;
}

.latest_event .d-flex {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

.latest_event .date {
  margin-right: 10px;
  border-radius: 10px;
}

.latest_event .date {
  background-color: rgba(220, 220, 220, 0.49);
  width: 25%;
}

.principal_block {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin-top: 20px;
  background: #fff;
}

.principal_block h4 small {
  font-size: 15px;
  color: #212529;
}

.principal_block h4 {
  color: #e57914;
  margin-bottom: 15px;
  font-weight: 400;
}

.welcome_block p {
  margin-bottom: 5px;
}

.welcome_block h3 {
  color: #e57914;
  font-weight: 400;
}

.abt_right_main_content {
  padding-left: 40px;
}

/*======================================================
                    home band
========================================================*/
.band_content_bg {
  background-image: url(../images/band_banner.png);
  background-position: center;
  border-radius: 10px;
  background-size: 100%;
}

.band_content {
  background-color: #fda610e6;
  padding: 50px 60px;
  border-radius: 10px;
}

.band_content h3 {
  color: #fff;
  margin: 0;
  text-shadow: 0px 1px 2px black;
  font-weight: 400;
}

.band_content a {
  color: #fff;
  text-align: right;
  font-size: 20px;
  background: #001266;
  border-radius: 40px;
  padding: 15px 20px;
  border: 5px solid #fff;
  transition: 1s ease;
  float: right;
  font-weight: 400;
}

.band_content a:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: 1s ease;
}

/*======================================================
                    gallery section
========================================================*/
.gallery_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s ease;
  width: 90%;
}

.gallery_sec {
  background-position: center;
}

.gallery_header {
  margin-bottom: 40px;
}

.gallery_card:hover .gallery_card_contet button i {
  color: #fff;
  transition: .5s ease;
  background-color: #e57914;
}

.gallery_card:hover .gallery_card_contet h4 {
  color: #e57914;
  transition: .5s ease;
  font-weight: 400;
}

.gallery_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 120%);
  height: 80%;
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.gallery_card_contet {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}

.gallery_card:hover {
  margin-top: -10px;
  transition: .5s ease;
}


.gallery_card_contet h4 {
  width: 80%;
  transition: .5s ease;
  font-weight: 400;
}

.gallery_card_contet button {
  width: 20%;
}

.gallery_card_contet button i {
  background: #fff;
  transform: rotate(-45deg);
  font-size: 30px;
  padding: 0px 15px 10px 10px;
  border-radius: 50%;
  transition: .5s ease;
}


/*======================================================
                    about inner page
========================================================*/

.inner_banner h2 {
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 30px;
}

.inner_banner {
  text-align: center;
  background: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

.inner_tint {
  padding: 25px 0;
  background: #001266b5;
}

.inner_main_sec p:last-child {
  margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
  background-color: #001266b5;
}

/*======================================================
                  accordian style
========================================================*/

.accordion-item {
  padding: 5px;
  margin-bottom: 15px;
}

.accordion-button {
  padding: 10px;
}

.accordion-button:not(.collapsed) {
  color: #161616;
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  font-size: 16px;
  /* font-style: italic; */
  text-transform: uppercase;
}

.accordion-button::after {
  flex-shrink: 0;
  width: -2.75rem;
  padding: 11px;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 21px;
  transition: transform .2s ease-in-out;
  border-radius: 5px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
  font-size: 18px;
  font-style: italic;
}

/*======================================================
                  events style
========================================================*/

.home_content h1 {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
}


img.gallary_img2 {
  width: 100%;
}

img.modal_ppimg {
  width: 100%;
}

.modal-footer.nstyle_new {
  padding: 0px 15px;
}

.modal-body.nstyle_new {
  padding: 0px;
}

button.btn.btn.nstyle {
  width: 95%;
  margin: 0px;
  border: none;
  box-shadow: 0px 0px 7px 1px gainsboro;
  padding: 10px;
  background: gainsboro;
}

/*======================================================
                  gallery inner page
========================================================*/
.modal-content .nstyle {
  width: 800px !important;
  margin-left: -100px;
}

img.gallary_img2 {
  width: 100%;
}

img.modal_ppimg {
  width: 100%;
}

.modal-footer.nstyle_new {
  padding: 0px 15px;
}

.modal-body.nstyle_new {
  padding: 0px;
}

/*======================================================
                 vision mission page
========================================================*/

.vision_mission .leader_shipsec {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 5px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.vision_mission .leader_shipsecmainh4 {
  font-size: 30px;
  color: #07294d;
  padding-bottom: 15px;
  border-bottom: 2px solid #ffc600;
  margin-bottom: 20px;
  font-weight: 400;
}

.vision_mission .leader_shipsecmain {
  padding: 30px;
}

/*======================================================
                  facilities page
========================================================*/

.facilities .facilities_main_text {
  padding: 30px;
}

.facilities .sectio_curriculum_head h1 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-top: 0;
}

.facilities .curriculum_text ul li {
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
  list-style: auto;
}

.facilities .sectio_curriculum_head h1:after {
  background: #f4cb10;
}

.facilities .sectio_curriculum_head h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 90px;
  height: 3px;
}

.facilities section.curriculum_sec2 {
  background: rgba(3, 21, 62, 0.07);
  padding: 40px 0px;
}

/* ========================================================
home testimonial
=========================================================== */
.testimonial h2 {
  margin-bottom: 0px;
  color: #f1a700;
}



.testimonial .section-title {
  text-align: center;
  padding-bottom: 30px;
}

.testimonial .section-title h2::before {
  left: 0;
  right: 0;
  margin: auto;
}


.testimonial video {
  width: 90%;
  border-radius: 10px;
}

.carousel-caption_testi {
  margin: auto;
  background-size: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 5px;
  background: #f2fbff;
  text-align: center;
}
/* ========================================================
              modal pop up form
=========================================================== */
.modal-header.newstyle {
  background: #e57914;
  border: none;
}

.modal-body.newstyle {
  background: #012056;
}

.modal-content.newstyle {
  background: url(../images/enquary_images4.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  border: 2px solid #fff;
}

h5.modal-title.nstyhd {
  color: white;
  font-size: 26px;
  padding: 1px 0px 0px 30px;
  font-family: sans-serif;
}

button.btn-close.nstylecls {
  background-color: white;
  border-radius: 50%;
  margin-top: -70px;
  font-size: 10px;
  font-weight: 900 !important;
}

.row.info_block {
  padding: 5px 27px 20px 27px;
}

.row.info_block h5 {
  font-size: 15px;
  color: white;
  line-height: 1.8;
  padding-bottom: 10px;
  font-weight: 400;
}

.contact_nlist {
  margin-bottom: 15px;
}

.contys_btn button {
  padding: 7px 73px;
  width: 100%;
  background: #e57914;
  border: none;
  border-radius: 20px;
  color: white;
}

.contact_nlist .form-control {
  font-size: 12px;
}

input.inputerror {
  color: red;
  border: 1px solid;
}

span.error p {
  font-size: 10px;
  color: red;
  font-weight: 700;
}

.index4-sec2submai h2 {
  text-align: center;
  border-bottom: 2px solid;
  font-style: italic;
  color: #FF9800;
  margin: 30px;
}

.alert.alert-danger.newstyle {
  text-align: center;
  padding: 2px;
  margin-bottom: 2px;
  width: 94%;
  margin: auto;
}

.index4-sec2submai1 h4 {
  text-align: center;
  color: #07294d;
  font-weight: 400;
  border-bottom: 2px solid;
  font-style: italic;
}
button.btn.btn-md {
  background: linear-gradient(to bottom, #233983 0%, #000000 100%);
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  outline: none;
  cursor: pointer;
  border: none;
}

/* ====================================
contact page style
===========================================*/


.contact_info {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px !important;
  transition: .5s ease;
}

.contact_info i {
  padding: 10px 16px 13px;
  border-radius: 50%;
  border: 1px dashed #4aaf3a;
  font-size: 21px;
}

.contact_info:hover i {
  background: #4aaf3a;
  transition: .5s ease;
  border-color: #4aaf3a;
  color:#fff;
}

.contact_info h5 {
  margin-top: 20px;
  color: #e57914;
}

.contact_info p:last-child {
  margin: 0;
}

