@font-face {
    font-family: 'NanumGothic-Regular';
    src:url('../fonts/proxima_nova_reg-webfont.ttf');
   }
   @font-face {
    font-family: 'NanumGothic-Bold';
    src:url('../fonts/NanumGothic-Bold.ttf');
   }
   @font-face {
    font-family: '';
    src:url('../fonts/.ttf');
   }
   @font-face {
    font-family: 'proxima_nova_reg-webfont';
    src:url('../fonts/proxima_nova_reg-webfont.ttf');
   }
   @font-face {
    font-family: 'Proxima-Nova-Sbold';
    src:url('../fonts/Proxima-Nova-Sbold.otf');
   }
   * {
     padding: 0;
     margin: 0;
   }
   .pwdby {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
   html,
   body {
     height: 100%;
   }
  h5 {
	  color:#0367a6;
	  margin-bottom:20px;
	  font-size:1.5rem;
	  border-bottom:1px #ccc solid;
	  font-weight:600;

  }
 h6 {
	  font-weight:600;

  } 
.eye{width:30px;}  
.form-group input {
	margin-bottom:20px!important;
	}
	table {
        border-collapse: separate;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto;
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		width:100%;
      }
      
      thead {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
      }
      
       th {
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        text-align: left;
        padding: 5px 20px;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NmY3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRhNTU2NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #646f7f), color-stop(100%, #4a5564));
        background-image: -moz-linear-gradient(#646f7f, #4a5564);
        background-image: -webkit-linear-gradient(#646f7f, #4a5564);
        background-image: linear-gradient(#646f7f, #4a5564);
        border-top: 1px solid #858d99;
      }
       th:first-child {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
		width:5vw;
      }
	   th:last-child {
		width:20vw;
      }
       th:last-child {
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
      }
      
      tbody tr td {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        color: #5f6062;
        padding: 5px 20px;
        border-bottom: 1px solid #e0e0e0;
      }
      
      tbody tr:nth-child(2n) {
        background: #f0f3f5;
      }
      
      tbody tr:last-child td {
        border-bottom: none;
      }
      tbody tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
      }
      tbody tr:last-child td:last-child {
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
      }
      
      tbody:hover > tr td {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
      }
      
      tbody:hover > tr:hover td {
        text-shadow: none;
        color: #2d2d2d;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
      }
   .vul {
     height: 100vh;
     list-style: none;
     padding: 0;margin: 0;
   }

   .vul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    flex-direction: column!important;
   }
   .homeIcons img {
	height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
	width:24px;
	   }
   body {
    font-family: 'proxima_nova_reg-webfont';
    line-height: 24px;
    color:#5f6368;
   }
   .topICns {padding-top: 26px;}
   .topICns a {color:#5f6368; }
   .topICns a:hover {text-decoration: none;color:#000;}
   .font-bold {
    font-family: 'Proxima-Nova-Sbold';
   }
   .topicons {
       width: 24px;
   }
/*headings*/
.elegant_txt{
    border-width: 0 0 1px 0;
    border-color: #2680eb;
    padding-right: 15px;
    background: transparent;
    margin-bottom: 30px;
}
.text-color-blue{color: #0367a6;;}
.display-1 {
    font-size: 2.3rem;
    line-height: 40px;
}
.display-5 {
    font-size: 12px;
    font-family: 'Proxima-Nova-Sbold';
    color: #999;
}
.display-6 {
    font-size: 16px;
    font-family: 'Proxima-Nova-Sbold';
    color:#004080;
}
/*colors*/
.text-white{color: #fff;}
.theme-color {
    background: #2680eb;
}
.primary-1 {

}
.primary-2 {

}
.primary-3 {
    background-color:#004040;
}
.primary-4 {
    background-color: #ececec;
}
.header-main {
    z-index: 210;
    -webkit-transition: border-color 1s cubic-bezier(.23,1,.32,1) 0ms;
    transition: border-color 1s cubic-bezier(.23,1,.32,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: scroll-position;
    position: fixed;
    top: 0;

}
.footer {
    /*bottom: 0;*/
    /*position: fixed;*/
    color: #ccc;
	margin-top: 50px;
}
.top-bar {
    outline: 0;
    height: 80px;
    background-color: #ececec;
    border-bottom: 1px solid #ececec;

}
.logo {height: 60px;margin-top: 10px;}
.bodyCntr {
    padding-top: 100px;
}
.sbu-bt{
    background: #2680eb;
    color: #fff;
    padding: 8px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    display: inline-block;
    text-decoration: none;
}
.bt {
    background: #2680eb;
    color: #fff;
    font-size: 18px;
    padding: 11px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    display: inline-block;
    text-decoration: none;
}
.bt:hover {
    background: #0089ff;
    text-decoration: none;
    color: #fff;
}

.bt .icons {
    width: 24px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;

}
.footer-cnt {
    padding: 20px 15px;
    font-size: 12px;
}
.menu {
    width: 28px;
    padding-top: 27px;
    margin-left: 50px;
}

.boxbrder {
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    transition: all 0.3s ease-in-out;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxbrder:last-child {
    border-right: 0;
}
.boxbrder:hover {
    background-color: #f1f1fe;
	 transition: all 0.3s ease-in-out;
}
.boxbrder:hover .md_hdng {
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.boxbrder:hover .pic {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.brder-0 {
    border-bottom: 0;
}
.lineIcon {
    padding-bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.md_hdng {
    font-size: 22px;
    color: #0367a6;
    font-family: 'Proxima-Nova-Sbold';
	transition: all 0.3s ease-in-out;
}
.lg_hdng {
  font-size: 28px;
  color: #0367a6;
  font-family: 'Proxima-Nova-Sbold';
transition: all 0.3s ease-in-out;
}
.sc_head_title {
    margin-bottom: 50px;
    padding-bottom: 15px;
    margin-top: -10px;
}
.head_main_title {
    position: relative;

}
.text-center .head_main_title .subtitle_In {
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.head_main_title .subtitle_In {
    font-size: 87px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #404040;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.head_main_title .subtitle_In+.title {
    color: #0367a6;
    position: relative;
    padding: 0;
    text-transform: none;
}
.head_main_title .title {
    margin: 0;
    font-size: 45px;
    padding-top: 10px;
    font-weight: 700;
    color: #18364a;
    position: relative;
    text-transform: uppercase;
}
.head_main_title:before {
    position: absolute;
    left: 0;
    bottom: -15px;
    content: '';
    width: 60px;
    height: 1px;
    background-color: #fb2e09;
    border: 1px solid #ff593c;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
.sc_head_title.text-center .head_main_title:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.cstm-modal-content {
	border: 0!important;
	border-radius: 0!important;
}
.modal-title {
	font-size: 30px;
	color: #0367a6;
}
.close {
    background: #243340!important;
    opacity: 1!important;
    color: #fff!important;
    margin-right: -2rem!important;
    padding: 8px 16px!important;
}
 .modal {
	backdrop-filter: blur(2px);
}
 /* form starting stylings ------------------------------- */
.group 			  {
    position:relative;
    margin-bottom:45px;
  }
  .login-input 				{
    display: block;
    width: 100%;
    background: transparent;
    border: 1px #fff solid;
    border-radius: 4px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
  }
  input:focus 		{ outline:none; }
  textarea:focus 	{ outline:none; }

  /* LABEL ======================================= */
  .login-label 				 {
    color:#fff;
    position:absolute;
    pointer-events:none;
    left:15px;
    top:8px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }

  /* active state */
  .login-input:focus ~ .login-label, .login-input:valid ~ .login-label 		{
    top:-10px;
    font-size:12px;
    color:#fff;
    background-color: #0093FF;
  }
  /* ANIMATIONS ================ */
  @-webkit-keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
  }

  .inner-input {
	background-color: #f8f9fb;
    display: block;
    width: 100%;
    border: 1px #eef0ef solid;
    border-radius: 0;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner-label {
    color: #b6b9be;
    position:absolute;
    pointer-events:none;
    left:15px;
    top:8px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
   /* active state */
   .inner-input:focus ~ .inner-label{
    top:-12px;
    font-size:13px;
    color:#2680eb;
    background-color:#fff;
	font-weight: bold;
  }
  .inner-input:valid ~ .inner-label{
    top:-12px;
    font-size:13px;
    color:#2680eb;
    background-color:#fff;
	font-weight: bold;
  }
*/new style*/
.maiin_warper {
    background: rgba(256,256,256,0.8);
    height: 100vh;
}
.logo_warper {
    padding-top: 50px;
    padding-left: 50px;
}
.logo2 {
    width: 150px;
}
.sibebar {
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);

}
.input-style {
    position: relative;
}
.input-style label {
    position: absolute;
    top: -11px;
    background: #0093ff;
    padding: 0 8px;
   font-size: 80%;
    left: 12px;
    color: #fff;
}
.cstm-txt {
    height: 35px;
    }
.cstm-textarea {
    text-align: left;
    height: 100px;
}
.cstm-txt, .cstm-textarea {
    width: 100%;
    background: transparent;
    border: 1px #fff solid;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-bottom: 40px;
}
.fxtbt {
    width: 100px!important;
}
.display1 {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #fff;
}
.cstm-btn {
    background: #fff;
    border: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #00adef;
    margin-top: 30px;
    border-radius: 4px;
}
.small, small {
    font-size: 80%;
     color: #fff;
}

@media  (min-width: 468px) {
    .signin-card {
    width: 306px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    }
}
@media  (max-width: 767px) {
    .display1 {
        text-align: center;
        padding-top: 20px;
        }
        .logo_warper {
            padding-bottom: 20px;
            padding-top: 30px;
            padding-left: 0;
            text-align: center;
        }
    }
    @media  (max-width: 577px) {
        .sidebar.vul {height: inherit;}
        .sidebar.vul li {height: inherit;}
    }
