@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

/*header section Start*/
body{
  background: url('white-g70488a3c9_1280.jpg');


}

#nav_cls{

    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 1px;
   /* margin-right: auto;
    margin-left: auto;*/
    /*font-weight: 300;*/
    height: 30px;
    border-radius: 8px;
    background-color: #2288a5;
    font-size: 11px;

}

.navbar-dark .navbar-nav .nav-link {

    color: rgb(255 255 255);

}



d-flex justify-content-center
.own_font_size{

    font-size: 12px;

}

.bg_color_main{

    background-color: #12aec6;

}
.dropdown-menu{
  background-color: #2288a5;
}
.dropdown-menu a{
  color: #ffffff;
  font-size: 11px;
}

.dropdown-menu .dropdown-item:hover{
  background-color: #5488a5;
  color: #ffffff;
}
.img-logo{
    max-width: 110px;
    max-height: 110px;
}
.header_text{
    font-weight: bold;
    font-size: 1.5em;
    color: darkblue;
}
.header_para{
    /*font-size: 1.17em;*/
    /*font-weight: bold;*/
    font-family: 'Patrick Hand', cursive;
    /*color: darkblue;*/
    /*text-transform: lowercase;*/
}

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;

}

.dropdown-submenu .dropdown-toggle::after {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}


/*Header section end*/

.annmt{
  background: #2288a5;
  display: flex;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 5px;
}

/* login section start*/

.main-content {
  width: 50%;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  margin: 5em auto;
  display: flex;
}
.company__info {
  background-color: #008080;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.fa-android {
  font-size: 3em;
}
@media screen and (max-width: 640px) {
  .main-content {
    width: 90%;
  }
  .company__info {
    display: none;
  }
  .login_form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

/*Login section end*/

/* notice section */
.notice_slide .notice_date{
    background-color: #12aec6;
    padding: 3px 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
.notice_slide .notice_para{
    font-weight: bolder;
}
.notice_slide .notice_line{
    border: 2px solid #12aec6;
    margin-right: 5px;
    font-size: large;
}
.notice_slide .notice_item{
    display: none;
}
.notice_slide .active {
    display: block;
}
.btn-next{
    margin-left: 10px;
}
.d-flex i{
   font-size: 30px;
}
/* notice section end */



/*student section start*/

    .myiframe {

                width: 100%;

                height: 1190px;

            }

    #details {

        margin: auto;

        width: 70%;

        padding: 10px;



    }

    #headClass{

        padding: 10px 0;

    }

    #headClass #headName{

        text-align: center;
    
    }


    /*student section end*/






/*Login Media query start*/
@media screen and (min-width: 642px) and (max-width: 800px) {
  .main-content {
    width: 70%;
  }
}
.row > h2 {
  color: #008080;
}
.login_form {
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
form {
  padding: 0 2em;
}
.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
  padding: 1em 0.5em 0.5em;
  padding-left: 2em;
  outline: none;
  margin: 1.5em auto;
  transition: all 0.5s ease;
}
.form__input:focus {
  border-bottom-color: #008080;
  box-shadow: 0 0 5px rgba(0, 80, 80, 0.4);
  border-radius: 4px;
}
.btn_login {
  transition: all 0.5s ease;
  width: 70%;
  border-radius: 30px;
  color: #008080;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #008080;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.btn_login:hover,
.btn_login:focus {
  background-color: #008080;
  color: #fff;
}

/*login media quary end*/



/*Header media quary start*/

@media screen and (max-width: 982px) {


    #nav_cls{

        color: white;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        height: auto;
        font-size: 12px;
        background-color: #2288a5;

    }
    div#nav_center_res {
    display: flex;
    /* align-items: center; */
    /* margin: auto; */
    /* text-align: center; */
    justify-content: space-evenly;
}

.dropdown-menu a{
  font-size: 12px;
}
.navbar-dark .navbar-toggler-icon{
    
}

  }

  /*header media query end*/