.text_white {
    color:#ffffff;
}
.text_red {
    color:#ff0000;
}
.text_green {
    color:#00ba66;
}
.text_t {
    color:#f5b120;
}
.text_blue {
    color:#353e5a;
}
.text_g {
    color:#bebebe;
}
.text_black {
    color:#000;
}
.help-block {
    font-size: 0.8em;
    color: #515151;
    margin-left: .5em;
	letter-spacing: 0px;
}
.help-block {
    margin-top: 10px;
}
.page-line {
  border-bottom: 1px solid #e2e2e2;
  line-height: 3px;
}
.forms select{
	margin:0px 0;
	padding:8px 16px;
	color: #5a5a5a;
	background: none;
	width:100%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	-webkit-appearance: none;
	text-transform: capitalize;
}

.forms2 select{
	margin:0px 0;
	padding:8px 16px;
	color: #fff;
	background: #353e5a;
	width:100%;
	line-height: 1.5em;
    font-weight: 700;
	position: relative;
	font-size: 1em;
	-webkit-appearance: none;
	text-transform: capitalize;
}

.view_bg {
    padding: 1em 1em;
    border: 2px solid #38425f;
    box-shadow: 0 1px 8px #020610;
    background: #353e5a;
}
.sub_view_bg {
    padding: 0.5em 0.5em;
    border: 2px solid #38425f;
    box-shadow: 0 1px 8px #020610;
    background-color:rgba(0, 0, 0, 0.80);
}
.cmnct_bg {
    padding: 1em 1em;
    border: 2px solid #38425f;
    box-shadow: 0 1px 8px #020610;
    background: #fff;
}

.main_cmnct {
    padding: 0.2em 0.2em;
}
.main_cmnct a{
	color:#676767;
	border-bottom: 1px solid #ececef;
}
.main_cmnct > a:hover{
    color: #003399;
    background-color:#353e5a;
}
/*-- services --*/
.services2 {
    background: #192138;
    padding: 2em 0;
}
.choose_right p {
    color: #adb5cc;
    font-size: 0.9em;
    line-height: 1em;
    padding: 0 0%;
    margin: 1em 0;
}
.choose_right h3 {
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}
.choose_icon {
    padding: 1em 1em;
    margin-left: 0;
    width: 50%;
    border: 2px solid #38425f;
    box-shadow: 0 1px 8px #020610;
    background: #353e5a;
		-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
.choose_icon:hover {
    border: 2px solid #0ac876;
}
.choose_icon:nth-child(2),.choose_icon:nth-child(4){
   margin-right:0;
}
.choose_icon:nth-child(3),.choose_icon:nth-child(4){
   margin-top:2em;
}
.choose_icon i {
        color: #efb312;
    font-size: 1em;
}
.choose_icon c {
        color: #efb312;
    font-size: 0.9em;
}
.choose_icon a {
    color: #adb5cc;
    font-size: 0.9em;
}
.choose_left {
    float: left;
    margin-top: 0;
    width: 13%;
}
.choose_right {
    float: center;
	margin-bottom: 10px;
    position: relative;
	  width: 95%;
}
.choose_right:before {
    content: "";
    width: 38px;
    height: 2px;
    display: block;
    bottom: -10px;
    left: 0px;
    position: absolute;
}
.agile_inner_grids {
    margin-top: 0em;
}
/*-- //services --*/

.hovereffect {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color:rgba(23, 24, 24, 0.49);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h4 {
	text-transform: uppercase;
    color: #353e5a;
    text-align: center;
    position: relative;
    font-size: 1.1em;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
/*-- background: rgba(23, 22, 27, 0.72); --*/
    background: #fff;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(160px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    letter-spacing: 1px;
    font-weight: 700;
}
.hovereffect:hover h4 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(120px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.hovereffect:hover h5 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
}
.hovereffect h5 {
	text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1em;
    padding: 8px 0;
    width: 80%;
    margin: 0 auto;
    background: rgba(53, 62, 90, 0.90);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    letter-spacing: 0px;
    font-weight: 300;
}

.hovereffect p{
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    font-weight: normal;
    margin: 0;
      padding: 4em 2em 0em;
    letter-spacing: 2px;
}

.hovereffect:hover p{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.test-grid i {
       width: 50px;
    height: 50px;
    line-height: 46px;
    border-width: 2px;
    border: 2px solid #efb312;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    color: #0ac876;
    text-align: center;
}
.test-grid h4 {
    font-size: 2em;
    color: #141a2d;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 1em 0 0.2em;
}
.test-grid span {
    font-size: 0.9em;
    color: #484747;
    letter-spacing: 4px;
}

p.para-w3-agile {
    color: #777;
    font-size: 15px;
    line-height: 33px;
}
h5.para-w3-agile {
    color: #777;
    font-size: 1.5em;
    line-height: 40px;
}

.w3_agile_footer_grid h3 {
    font-size: 1.8em;
    color: #000;
    padding-bottom: .7em;
    position: relative;
    margin-bottom: .5em;
    font-weight: 700;
    letter-spacing: 1px;
}
.w3_agile_footer_grid2 h3:after {
    content: '';
    background: #0ac876;
    width: 16%;
    height: 2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

ul.agile_footer_grid_list li{
      color: #98a0b9;
    line-height: 1.8em;
    list-style-type: none;
}
ul.agile_footer_grid_list li:nth-child(2){
	margin:2em 0 0;
}
ul.agile_footer_grid_list li a{
	color:#ff464f;
	text-decoration:none;
}
ul.agile_footer_grid_list li a:hover{
	color:#fff;
}
ul.agile_footer_grid_list li span{	
	display:block;
	color:#fff;
	margin:.5em 0 0;
}
ul.agile_footer_grid_list li i{
	padding-right:1.5em;
	color:#0accff;
}

.form-bg-w3ls {
    padding: 2em;
    width: 100%;
    margin: 0 auto;
    background: #1bb4b9;
}
.form-bg-w3ls h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    
    letter-spacing: .5px;
	margin-bottom: 10px;
}
.form-bg-w3ls .para-w3-agile {
    color: #aee8e8!important;
    text-align: center!important;
    line-height: 22px!important;
    width: 80%;
    margin: 0 auto;
}
.form-bg-w3ls input[type="submit"] {
    background: #fff;
    color: #060606;
    font-size: 13px;
    
    margin: 0 auto;
    margin-top: 2em;
    border: none;
    outline: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 40px;
    font-family: 'Lato', sans-serif;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.form-bg-w3ls input[type="submit"]:hover{
	background:#f5b120;
	color:#fff;
}

a.button-w3layouts {
    text-decoration: none;
    color: #fff;
    
    padding: 10px 20px;
    background: #1bb4b9;
    letter-spacing: 0px;
    font-size: 13px;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

a.button-w3layouts2 {
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    background: #1bb4b9;
    letter-spacing: 0px;
    font-size: 13px;
    display: inline-block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.women_main {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(37, 37, 37, 0.39);
    box-shadow: 0px 0px 2px 1px rgba(37, 37, 37, 0.39);
    padding: 1em;
}
.women h4{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color: #333333;
}
.women h4{
	color:#B52E31;
}
.grids_of_4{
	display:block;
	margin: 2% 0;
}
.grid1_of_4{
	float: left;
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	text-align:center;
}
.grid1_of_4:first-child{
	margin-left: 0;
	text-align:center;
}
.grid1_of_4 h4 {
    font-size: 16px;
    margin-top: 14px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
.grid1_of_4 h4 a:hover{
	color:#ff6978;
}
.grid1_of_4 p{
	font-size: 0.7em;
	color:#3f3d3d;
	line-height: 1em;
	margin-bottom:0px;
}

.grid1_of_5{
	float: left;
	width: 90%;
	margin-left: 2%;
	margin-right: 2%;
	text-align:center;
}
.grid1_of_5:first-child{
	margin-left: 0;
	text-align:center;
}
.grid1_of_5 h4 {
    font-size: 16px;
    margin-top: 14px;
}
.grid1_of_5 h4 a{
	text-transform:uppercase;
	color:#000000;
	text-decoration:none;
}
.grid1_of_5 h4 a:hover{
	color:#ff6978;
}
.grid1_of_5 p{
	font-size: 0.7em;
	color:#3f3d3d;
	line-height: 1em;
	margin-bottom:0px;
}

.content_box-grid {
	margin-top: 1em;
}

.content_box {
    border: 1px solid #D6CBCB;
    padding-bottom: 10px;
}

.content_box img {
	width: 100vw;
	height: 15vw;
}

.stats2{
	 background: url(http://klec.mju.ac.kr/images/banner100.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.team-imga {
	width: 20%;
	top: 0%;
}

@media (max-width: 991px){
	.choose_icon:nth-child(2), .choose_icon:nth-child(4) {
		margin-right: 0;
	}
	.choose_icon:nth-child(3), .choose_icon:nth-child(4) {
		margin-top: 0em;
	}
	.choose_icon {
		padding: 2em 1em;
		margin-left: 0%;
		width: 100%;
		margin-bottom:1.2em;
	}
	.test-grid2 img {
		width: 23%;
		margin: 2em 0 4em 0;
	}
	.w3_agile_footer_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3_agile_footer_grid h3 {
		font-size: 1.5em;
		margin-bottom: 1em;
	}
	.content_box img {
		width: 100vw;
		height: 19vw;
	}
}
@media (max-width: 768px){
	.choose_icon {
      padding: 1em 1em;
	}
	.grid1_of_4 {
		width: 48%;
		margin-left: 0%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.women_main {
		padding: 10px;
	}
	.content_box img {
		width: 100vw;
		height: 40vw;
	}
}

@media (max-width: 640px){
	.test-grid h4 {
      font-size: 1.4em;
	}
}

@media (max-width: 600px){
	.test-grid1 {
		padding: 0;
	}
	.test-grid2 {
		padding: 0;
	}
	.content_box img {
		width: 100vw;
		height: 50vw;
	}
}

@media (max-width: 480px){
	.test-grid2 img {
		width: 34%;
		margin: 2em 0 4em 0;
	}
	.w3_agile_footer_grid {
		padding: 0;
	}
	.content_box img {
		width: 100vw;
		height: 60vw;
	}
}

@media (max-width: 440px){
	.choose_right h3 {
       font-size: 1em;
	}
}
@media (max-width: 414px){
	.choose_right h3 {
       font-size: 1em;
	}
}
@media (max-width: 384px){
	.wthree_banner_info h2 {
		font-size: 1.1em;
	}
	.agileits_banner_bottom_grid {
		width: 100%;
	}
	.w3l_header:after {
		left: 35%;
	}
	.w3layouts_footer_grid h2:after {
		left: 68%;
	}
	.w3l_footer_nav li {
		margin-right: 0.8em;
	}
	.wthree_services_grid_left h3 {
		font-size: 0.9em;
	}
	.agileits_w3layouts_service_grid {
		width: 75%;
	}
	.w3_agileits_header:after {
		left: 68% !important;
	}
	.agileinfo_services_grid {
		padding: 2.5em 0 0;
	}
	.w3_textbox h4 {
		margin: 2.6em 0 .5em;
	}
	.w3_agileits_header1:after {
		left: 52% !important;
	}
	.w3_agileits_service_banner_info h2 {
		font-size: 1.4em;
	}
	.w3_agile_map iframe {
		min-height: 200px;
	}
	.banner1 {
		min-height: 100px;
	}
	.banner2 {
		min-height: 100px;
	}
	.banner3 {
		min-height: 100px;
	}
	.banner4 {
		min-height: 100px;
	}
	.banner5 {
		min-height: 100px;
	}
	.banner6 {
		min-height: 100px;
	}
    .w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 270px;
	}
	.agileits-banner-info h3 {
		font-size: 1.8em;
	}
	.banner-bottom h2 {
		font-size: 1.4em;
	}
	.w3-agile-post-info ul li:nth-child(2) {
		margin: 0 0 0 9em;
	}
	.w3-agile-post-img a {
		min-height: 200px;
	}
	.w3-agile-post-img a ul li {
		font-size: 0.8em;
		padding: .5em 0em;
		width: 33%;
	}
	.w3-agile-post-img a ul {
		padding: 2.6em 1em 0 1em;
	}
	.wthree_services_grid_left h4 {
		font-size: 0.85em;
		letter-spacing: 5px;
	}
	.agileits_w3layouts_service_grid:nth-child(2) {
		margin: 1em auto;
	}
	.agileits-banner-info {
		padding: 4em 0 0em;
	}
	#chart #bars li {
		width: 51px;
		height: 300px;
		margin: 0;
	}
	a.navbar-brand {
		font-size: 0.78em;
	}
	#chart {
		width: 350px;
		height: 300px;
		margin: 60px auto 30px;
		display: block;
	}
	.banner-bottom h6,.inner_main_agile_section h6 {
		letter-spacing:4px;
		font-size: 0.85em;
	}
	.footer {
      padding: 2em 0;
	}
	.w3_agileits_about_grid_left p {
		line-height:1.9em;
		font-size: 0.9em;
	}
	.w3_agileits_about_grid_left ul li {
		margin-bottom: 0.5em;
		line-height: 1.6em;
		font-size: 0.9em;
		letter-spacing: 2px;
	}
	.hovereffect h4 {
		margin-top: 0em;
	}
	.w3_newsletter_footer_grid_left input[type="email"] {
		outline: none;
		border: none;
		font-size: 1em;
		width: 65%;
		margin-right: 0em;
	}
	.grid1_of_4 {
		width: 100%;
		margin-right: 0%;
	}
}
@media (max-width: 375px){
	.w3_agileits_search {
		width: 90%;
	}
	
	.w3l_header:after {
		left: 37%;
	}
	.w3layouts-banner-top, .w3layouts-banner-top1, .w3layouts-banner-top2 {
		min-height: 250px;
	}
	.more a {
		padding: 6px 18px;
	}
	.agileits-banner-info {
		padding: 3em 0 0em;
	}
	#chart #bars li {
		width: 47px;
		height: 300px;
		margin: 0;
	}
	#chart {
		width: 340px;
		height: 300px;
		margin: 60px auto 30px;
		display: block;
	}
	.w3l_header {
		font-size: 1.4em;
		letter-spacing: 2px;
	}
	a.navbar-brand {
		font-size: 0.75em;
	}
}
@media (max-width: 320px){
	.choose_icon {
		padding: 1em 1em;
	}
	.choose_icon i {
		font-size: 1em;
	}
}