    body {
        color: #999;
        font-family: 'Varela Round', sans-serif;
		font-size:18px;
    }
     #nav {
list-style:none inside;
margin:0;

    padding-top: 14px;
text-align:center;
}
        #nav li {
            display: block;
            position: relative;
            float: left;
        }

        #nav li a {
         display: block;
    padding: 0;
    text-decoration: none;
    width: 125px;
    line-height: 35px;
    font-size: 15px;
    color: #181717;
           
        }

        #nav li li a {
            font-size: 80%;
        }

       

        #nav ul {
             position: absolute;
    padding: 0;
    left: 0;
    top: 30px;
    display: none; 
    background: #f3f3f3;
    z-index: 999;
    font-size: 18px;
    padding: 10px;
        }
         #nav ul li a {

text-align: left;
    width: 170px; 
         }

        #nav li:hover ul ul {
            display: none;
        }


        #nav li:hover ul {
            display: block;
        }


        #nav li li:hover ul {
            display: block;
            margin-left: 200px;
            margin-top: -35px;
           
        }

        nav {
  padding: 10px;
  position: relative;
  background: #024543;
  z-index: 1;
  display: none;
}
nav::after {
  content: "";
  display: block;
  clear: both;
}
hgroup {
  float: left;
  margin: 2px 2px 2px 10px;
}
aside {
  position: absolute;
  width: 300px;
  height: 100%;
  background: #383838;
  left: -300px;
  top: 18%;
  z-index: 9999;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 30px;
  transition: all 0.4s ease;
}
aside.active {
  left: 0;
}
aside a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #414141;
}
.toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
  width: 38px;
  margin: 10px 0;
  position: relative;
  border-top: 6px solid #fff;
  display: block;
}
.toggle-bar::before,
.toggle-bar::after {
  content: "";
  display: block;
  background: #fff;
  height: 6px;
  width: 38px;
  position: absolute;
  top: -16px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logo img{

width: 106px;
}
 .header_main {
    background: #024543;
    height: 18px;
}
.sys-tm{
visibility: hidden;
}
#footer {
    background: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #666;
    margin-top: 40px;
}
.copyright{

        text-align: center;
    margin-top: 24px;
}
.copyright p, .copyright p a{

    font-size: 13px;
    color: #b8b8b8;
}
 .top-img{
        text-align: center;
 }

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #000;
  text-align: center;
  padding: 22px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover, .topnav a:active {
  background-color: #3a0900;
  color: #fff;
}

.Welcome .contact-form{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    font-family: cursive;
}

.contact-form{

    padding: 40px;
}

.topnav a.active {
    background: #024543;
    color: #fff;
}

.wrimagecard-topimage_header{
   background: linear-gradient(to bottom, #024442 0%,rgb(0 122 119) 100%);
    padding: 30px;
}

.pt-02{
    padding-top: 30px;
}

.image-box {
    border-radius: 50%;
    height: 240px;
    width: 240px;
    line-height: 240px;
}
.wrimagecard {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 48%);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage_title h4 {
    text-align: center;
        color: #000;
    font-size: 20px;
}
.wrimagecard-topimage_title h4:hover{
    text-decoration: none;
    color: #024745;
    font-weight: 600;
}
.wrimagecard a:hover{
    color: transparent;
     text-decoration: none!important; 
}
.title{
    text-align: center;
    padding-bottom: 25px;
}


.title h3{
        color: #000;
    font-size: 28px;
    font-weight: 600;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #3f3f3f;
}
.btn-primary { color: #fff;
    background-color: #024543 !important;
    border-color: #024543 !important; 
      padding: 10px 45px;
    font-size: 18px;
}



    .btn-primary:hover{
    color: #fff;
    background-color: #024543;
    border-color: #024543;

}
.form-group b {
    color: red;
}

/*-------------------------- newwwww------------------------------------ */

.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;}
    
   .subject-info-box-1,
.subject-info-box-2 select {
        height: 200px;
        padding: 0;}

      .subject-info-box-1,
.subject-info-box-2  option {
            padding: 4px 10px 4px 10px;
        }

     .subject-info-box-1,
.subject-info-box-2   option:hover {
            background: #EEEEEE;
        }
 

.subject-info-arrows {
    float: left;
    width: 10%;
    display: flex;
}
    input {
        width: 70%;
        margin-bottom: 5px;
    }

input#btnRight {
    height: 40px;
    width: 40px;
      line-height: 14px;
    position: absolute;
    top: 30px;
    left: 0;
    border: 0;
    right: 0;
    background: #024543;
    font-size: 25px;
    color: #fff;
}
input#btnLeft {
    line-height: 14px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px;
    border: 0;
    right: 0;
    background: #024543;
    font-size: 25px;
    color: #fff;
}
.btn-sumit {
    padding: 8px 48px;
    font-size: 18px;
        border: 1px solid transparent;
    border-radius: 0.25rem;
}




















.header {
  position: relative;
  display: flex;
  height: 60vw;
  max-height: 60vh;
  background: #000;
  overflow: hidden;
  }
 .header__background {
    position: absolute;
    top: 50%;
    left: 50%;
    width : 120%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
 .header__video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.5s cubic-bezier(0.250,  0.460, 0.450, 0.940), visibility 0.5s linear;
    }
  .header__video-overlay--fadeOut {
      opacity: 0;
      visibility: hidden;
    }
  
  
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .header__title {
    position: relative;
    flex: 0 0 auto;
    align-self: center;
    width: 100%;
    font-family: 'Permanent Marker', cursive;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    color: white;
    line-height: 1;
  }


/*-------------------------- table-css------------------------------------ */


.col-border {
    border: 1px solid;
}

.form-group  label {
    font-size: 17px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 0;
    text-align: center;
}
.form-group p {
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
}




























/*-------------------------- media------------------------------------ */


    @media (max-width:767px){

#nav{
    display: none;
}
nav{
    display: block;
}
.text-login h3{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 22px;
}


.header_main {
    background: #024543;
    height: 72px;
}
.title {
    text-align: center;
    padding-bottom: 25px;
    display: none;
}
.sys-tm {
visibility: visible;
}


.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #000;
  text-align: center;
  padding: 22px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
    background-color: #032c48;
    color: white;
}

.topnav a.active {
    background: #024543;
    color: #fff;
}
    
.contact-form {
    padding: 40px 0;
}
.logo{text-align: center;}

.text-login{
    text-align: center;
}
input#btnLeft {
    line-height: 14px;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    border: 0;
    right: 45px;
    background: #024543;
    font-size: 25px;
    color: #fff;
    transform: rotate(90deg);
}

input#btnRight {
    height: 40px;
    width: 40px;
    line-height: 14px;
    position: absolute;
    top: -17px;
    left: 20px;
    border: 0;
    right: 0;
    background: #024543;
    font-size: 25px;
    color: #fff;
    transform: rotate(90deg);
}









    }


    @media (max-width:480px){
        .topnav a {
    float: left;
    color: #000;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 11px;
}

    }