
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:300,400,600|Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');


/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #2da0c6; 
  text-decoration:none;}

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: Noto Sans KR, Roboto;
  font-weight: 400;
  color: #404050; 
  background-color: #f3f3f3;
  word-break: keep-all;
}



ul, ol {
  margin: 0;
  padding: 0; }

ul li { list-style-type:disc;
   }

.section {
  padding: 0px;}

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.light-form-button{
    background: #808090;
    color: #ffffff;
    border:0px;
}

.copyright {
    font-size:12px;
    color:#aaaaba;
    padding:0px 30px 0px 30px;
}


#header {
  position: fixed;
  width: 100%;
  z-index: 999; }

#header .header-content {
    border-bottom:0px solid rgba(255, 255, 255, 1);
    margin: 0 auto;
    max-width: 1260px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }

#header .logo {
    float: left; padding-left:20px;}

#header.fixed {
    background-color: #ffffff; 
    border-bottom:0px solid #404050;
    box-shadow:rgba(0,0,0,0.15) 0px 2px 6px;
    opacity:1;}

#header.fixed .header-content {
    border-bottom: 0px;
    padding: 25px 0; }

#header.fixed .nav-toggle {
    top:25px; }


.navigation.open {
  opacity: 0.97;
  visibility: visible;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.navigation {
  float: right; }

.navigation li {
    display: inline-block; }

.navigation a {
    color: rgba(0,0,0,1);
    font-family:Noto Sans KR;
    font-size: 15px;
    font-weight: 700;
    margin-right: 25px;
    text-transform: uppercase;
    }

.navigation a:hover, .navigation a.active {
    color:#808090;}

.nav-toggle {
  display: none;
  width:80px;
  height: 80px;
  overflow: hidden;
  position: fixed;
  right:10px;
  text-indent: 100%;
  top: 35px;
  white-space: nowrap;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "111";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }

  .nav-toggle:before {
 
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

  .nav-toggle:after {

    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }

  .nav-toggle span {
    background-color: #000000;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 15px;
    width: 30px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
   
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #000000;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-10px) rotate(0deg);
      -ms-transform: translateY(-10px) rotate(0deg);
      -webkit-transform: translateY(-10px) rotate(0deg);
      transform: translateY(-10px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(10px) rotate(0deg);
      -ms-transform: translateY(10px) rotate(0deg);
      -webkit-transform: translateY(10px) rotate(0deg);
      transform: translateY(10px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #000; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }




#overlay { 
  -o-animation: colorcycle 60s infinite;
  -moz-animation: colorcycle20s infinite;
  -webkit-animation: colorcycle 60s infinite;
  animation: colorcycle 60s infinite; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


@-o-keyframes colorcycle {
  0%   {background: #ffdd00;}
  20%  {background: #50ddff;}
  40%  {background: #50ee50;}
  60%  {background: #ff8080;}
  80%  {background: #ee80ee;}
  100% {background: #ffdd00;}
}

@-moz-keyframes colorcycle {
  0%   {background: #ffdd00;}
  20%  {background: #50ddff;}
  40%  {background: #50ee50;}
  60%  {background: #ff8080;}
  80%  {background: #ee80ee;}
  100% {background: #ffdd00;}
}

@-webkit-keyframes colorcycle {
  0%   {background: #ffdd00;}
  20%  {background: #50ddff;}
  40%  {background: #50ee50;}
  60%  {background: #ff8080;}
  80%  {background: #ee80ee;}
  100% {background: #ffdd00;}
}

@keyframes colorcycle {
  0%   {background: #ffdd00;}
  20%  {background: #50ddff;}
  40%  {background: #50ee50;}
  60%  {background: #ff8080;}
  80%  {background: #ee80ee;}
  100% {background: #ffdd00;}
}


.banner {
  
  background-image: url(../images/banner_02.png);   
  background-position: bottom;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size:contain;
  min-height: 680px;

}    



.banner-text {
  padding-top: 55%; }

.banner-text h0 {
    text-transform: uppercase;
    font-size: 60px;
    color: #000000;
    font-family: Noto Sans KR;
    font-weight: 300;
    line-height:100%;
    text-shadow:rgba(0,0,0,0.15) 0px 5px 5px;
     }

.banner-text h1 {
    text-transform: uppercase;
    font-size: 36px;
    color: #000000;
    font-family: Noto Sans KR;
    font-weight: 300;
    line-height:130%;
    text-shadow:rgba(0,0,0,0.15) 0px 5px 5px;
     }
  
  .banner-text h2 {
    text-transform: uppercase;
    font-size: 45px;
    color: #000000;
    font-family: oswald;
    font-weight: 600;
    line-height:100%;
    text-shadow:rgba(0,0,0,0.15) 0px 5px 5px;
     }

.banner-text h3 {
    font-size: 24px;
    color: #707080;
    font-family: Noto Sans KR;
    font-weight: 400;
    text-shadow:rgba(0,0,0,0) 0px 5px 10px;
    line-height: 130%;
     }




.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 0px;
    margin-top: 0px; 
    text-align: left;
    }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }

.features_title  {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  line-height:200%;
}

.features_text {
  padding-right:20px;
  font-size: 15px;
  color: #404050;
  font-weight:400;
  line-height: 170%;
}


.banner_feature1 {
  background-image: url(../images/301s.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height:300px;
  border-radius: 0;
  border: 0px solid #dddddf;
  opacity:1;
  margin-bottom: 20px;     
}

.banner_feature2 {
  background-image: url(../images/406s.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height:200px;
  border-radius:0;
  opacity:1;
  margin-bottom: 20px;    
}


.banner_feature3 {
  background-image: url(../images/f00.png);
  background-position: left;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height:200px;
  border-radius: 0;
  opacity:1;
  margin-bottom: 20px;    
}


.banner_course {
  background-image: url(../images/rel_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height:300px;
  border-radius: 0;
  opacity:1;
  margin-bottom: 20px;
}




.banner_s1 {
  background-image: url(../images/f02.png);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px;
  border-bottom:0px solid #808090;}

.banner_s2 {
  background-image: url(../images/f03.png);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px; 
  border:0px solid #808090;} 

.banner_s3 {
  background-image: url(../images/dl09b.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px; 
    border:0px solid #808090;}

.banner_s4 {
  background-image: url(../images/5m.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 160px; }

.banner_i1 {
  background-image: url(../images/i01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px; }



.banner_f1 {
  background-image: url(../images/faq.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px; }

.banner_c1 {
  background-image: url(../images/wework_03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width:100%;
  height: 260px; }



/* ==========================================================================
Typography
========================================================================== */

p {
  font-size: 15px;
  line-height: 150%;
  color: #707080;
  font-weight: 400; }

h1 {
  font-size: 50px;
  color: #000000; 
  }

h2 {
  font-size: 40px;
  color: #000000; }

h3 {
  font-size: 26px;
  color: #404050;
  font-weight: 400;
  line-height:150%;}

h4 {
  font-size: 22px;
  color: #404050;
  font-weight: 400; }

h5 {
  font-size: 18px;
  color: #404050;
  font-weight: 700;
  line-height: 100%;}





.page_title {
  font-family:Open Sans;
    font-size: 48px;
    text-align: center;     
    font-weight:300;
    text-transform: uppercase;
    color: #000000;
    line-height:130%; 
    padding-top:80px;
    padding-bottom:20px;
    text-shadow:rgba(0,0,0,0.15) 0px 5px 5px;
}



.page_sub_title {
  font-size: 22px;
  font-weight:500;    
  color: #a5a5b5; 
  width:80%;
  text-align: center;    
  line-height:130%;     
  font-family: Noto Sans KR;
  padding-bottom:20px;
}



.question {
    display: table-cell;
    vertical-align: middle;
    background-color: #404050;
    text-align: center;
    width:36px;
    height:36px;
    color:#fff5e5;
    font-family:roboto;
    font-weight:500;
    font-size:18px;
    border-radius:5px;
   line-height: 100%;    
}


.table_text {
  font-size: 15px;
  color: #808090;
  font-weight:400;
  line-height: 150%;
}


.contact_text {
  font-size: 18px;
  color: #404050;
  font-weight:400;
  line-height: 150%;
}


/* ==========================================================================
   Curriculum
========================================================================== */

.list_table_padding {
	top:0px;
    margin:0px;
    padding:30px;
    border-top:0px solid #404050;
    box-shadow:rgba(0,0,0,0) 0px 2px 15px;
}

.list_table {
    display:table;
    background-color:#fff5e5;    
	top:0px;
    margin:0px;
    padding:0px;
    border-top:0px solid #404050;
    box-shadow:rgba(0,0,0,0) 0px 2px 15px;
}

.list_table1 {
    display:table;
    background-color:#ffffff;    
	top:0px;
    margin:0px;
    padding:30px 0px 0px 0px;
    border-top:0px solid #000000;
    box-shadow:rgba(0,0,0,0.1) 0px 5px 15px;

}

.list_table2 {
    display:table;
    background-color:#ffffff;    
	top:0px;
    margin:0px;
    padding:30px 0px 0px 0px;
    border-top:6px solid #404050;
    box-shadow:rgba(0,0,0,0.1) 0px 2px 15px;
}

.list_td {
    display:table-cell;
	width:1230px;
    margin: 0px;
	padding:0px;
	vertical-align:top;
}


.list_td1 {
    display:table-cell;
	width: 420px;
    margin: 0px;
	padding:0px;
	vertical-align:top;
}

.list_td2 {
    display:table-cell;
	width: 850px;
    margin: 0px;
	padding:0px;
	vertical-align:top;
}

.table_title {
  font-size: 24px;    
  color: #ffffff; }

.table_title_b1 {
  background-color: #ffffff;
  font-size: 28px;
  font-weight:600;
  color: #404050; }

.table_title_b2 {
  background-color: #3080aa;
  font-size: 28px;
  font-weight:600;
  color: #ffffff; }

.table_sub_title {
  font-size: 18px;
  font-weight:500;    
  color: #404050; 
  line-height: 120%;}

.table_sub_title1 {
  font-size: 20px;
  font-weight:600;    
  color: #5ec0de; 
  line-height: 120%;}

.table_sub_title2 {
  font-size: 20px;
  font-weight:600;    
  color: #5ec0de; 
  line-height: 120%;}

.table_sub_title3 {
  font-size: 20px;
  font-weight:600;    
  color: #5ec0de; 
  line-height: 120%;}

.table_sub_sub_title {
  font-size: 15px;
  font-weight:600;    
  color: #404050; 
  line-height: 150%;}

.number {
    display: table-cell;
    vertical-align: middle;    
    background-color: #404050;
    text-align: center;
    width:36px;
    height:36px;
    color:#ffffff;
    font-family:roboto;
    font-weight:500;
    font-size:18px;
    border-radius:50%;
    line-height: 100%;    
}


.number1 {
    display: table-cell;
    vertical-align: middle;    
    background-color: #5ec0de;
    text-align: center;
    width:30px;
    height:30px;
    color:#ffffff;
    font-family:roboto;
    font-weight:500;
    font-size:16px;
    border-radius:4px;
   line-height: 100%;    
}

.number2 {
    display: table-cell;
    vertical-align: middle;
    background-color: #5ec0de;
    text-align: center;
    width:30px;
    height:30px;
    color:#ffffff;
    font-family:roboto;
    font-weight:500;
    font-size:18px;
    border-radius:4px;
    line-height: 100%;
}

.number3 {
    display: table-cell;
    vertical-align: middle;
    background-color: #5ec0de;
    text-align: center;
    width:30px;
    height:30px;
    color:#ffffff;
    font-family:roboto;
    font-weight:500;
    font-size:18px;
    border-radius:4px;
    line-height: 100%;    
}


.course_title {
  font-size: 22px;
  font-family: Noto Sans KR;
  color: #404050;
  font-weight: 700;
  line-height: 150%;}


.table_text1 {
  background-color: #f9f9ff;
  font-size: 15px;
  color: #404050;
  line-height: 150%;}

.table_text2 {
  background-color: #f3f3ff;
  font-size: 15px;
  color: #404050;
  line-height: 150%;}

.title_box {
    background-color: #aaaaba;
    text-align: center;
    padding-top:6px;
    height:36px;
    color:#ffffff;
    font-weight:500;
    font-size:18px;
    border-radius:50px;
}





.btn {
  width:100%;
background-color: #ffa000;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #ff8000;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }







/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 0px #fff;
  -webkit-box-shadow: 0 0 0 0px #fff;
  box-shadow: 0 0 0 0px #fff;
  max-height: 180px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(255, 200, 0, 0.85);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */

.person {
  max-width: 300px; }
  .person-content {
    margin-top: 20px;}
  .person h4 {
    font-weight: 400;
    padding-top:10px; }
  .person h5 {
    color: #808090;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
.testimonial-slider
========================================================================== */
.testimonial-slider {
  background: url("../images/testimonials-bg.jpg") no-repeat center center;
  background-size: cover; }
  .testimonial-slider .avatar {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 50%;
    border: solid 3px #fff;
    background-color: #fff; }
    .testimonial-slider .avatar img {
      width: 82px;
      height: auto; }
  .testimonial-slider h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    margin: 30px 0; }
  .testimonial-slider p {
    color: #ACB1B4;
    text-transform: uppercase;
    letter-spacing: 2px; }



/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #53354a;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.footer {
  text-align: center; }
  .footer-top {
    background-color: #606070;
    padding: 30px; }
  .footer-bottom {
    background-color: #404050;
    padding: 20px 0; 
    vertical-align: middle;}
  .footer .footer-col {
    margin-bottom: 0px; }
  .footer h5 {
    color: #000; }
  .footer h5 {
    margin-bottom: 0px; }
  .footer p {
    color: rgba(0, 0, 0, 0.5); }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 0; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; }
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }

/* ==========================================================================
	Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e022"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }


/***********************************
Team
************************************/
.img-team {
    width:180px;
    height:180px;
    border-radius:50%;
} 

.pm-staff-profile-image{
  width: 80%;
  height: 80%;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.pm-staff-profile-details {
    padding: 20px 20px;
}
.pm-staff-profile-name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
}
.pm-staff-profile-title {
    text-transform: capitalize;
    color: #808090;
    font-weight: 500;
    font-size:16px;
    padding: 10px 0px;
}
.pm-staff-profile-bio {
  text-align: left;
  text-transform: capitalize;
  color: #4b4b4b;
  font-weight: 400;
}

/***********************************
Price Table
************************************/


.trial_button_top  {
	display: block;
	float: left;
    height: 22px;
    margin:17px;
    padding: 6px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	color:#5ec0de;
	font-family:oswald;
	font-weight:400;
	font-size:15px;
	line-height:120%;
	text-decoration:none;
	text-transform:uppercase;
    border:2px solid #5ec0de;    
    font-size:14px;
    vertical-align:middle;    
	border-radius:40px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.trial_button_top:hover  {
    cursor:pointer;
    color:#ffffff;
    background-color:#5ec0de;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}


.register_button_top  {
	display: block;
    padding-top:5px;
    margin-right: 20px; 
    width:100px;
    height:30px;
	text-decoration: none;
	text-align: center;
	color:#000000;
	font-family:Noto Sans KR;
	font-weight:500;
	font-size:16px;
	line-height:100%;
	vertical-align:middle;    
	border:2px solid #000000;
    border-radius:50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.register_button_top:hover  {
    cursor:pointer;
    color:#ffffff;
    background-color:#000000;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}

.register_button  {
	display: block;
    width:300px;
    background-color:#404050;
    height:70px;
    padding-top: 12px;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
    font-family:Noto Sans KR;
	font-weight:400;
	font-size:26px;
	line-height:100%;
	border:0px solid #5ec0de;    
    vertical-align:middle;    
	border-radius:50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.register_button:hover  {
    cursor:pointer;
    color:#ffffff;
    background-color:#808090;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;  
}


.price-table {
    box-shadow: 0px 0px 1px 0px RGBA(0, 0, 0, 0.4);
    position: relative;
}
.price-table .pricing-head {
    background: #fff;
    padding: 40px;
    text-align: center;
}
.price-table .pricing-head h4 {
    font-size: 22px;
    color: #232c3b;
    margin-top: 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid #232c3b;
    padding-bottom: 20px;
}
.pricing-head .amount {
    font-size: 60px;
    font-weight: bold;
}
.pricing-head .curency {
    display: inline-block;
    position: relative;
    top: -30px;
    font-size: 20px;
}
.price-in {
    background: #fff;
    text-align: center;
}
.btn-bg {
    border: 0px;
    border-radius: 0px;
    color: #fff !important;
    padding: 20px 0px;
    font-weight: bold !important;
    font-size: 14px;
    background-color: #5fcf80;
}

/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    background: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
	margin-bottom: 15px;
    border-radius: 0;
    
}
.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}





.summary_title_deco {
    width:100%;
    margin-left:-30px;   
    border-left:12px solid #404050;
    padding-left:15px;
    color:#404050;
    font-family:Oswald ;
    font-weight:700;
    font-size:40px;
    line-height:80%;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin-top:0px;    
}

.summary_sub_title {
    color:#404050;
    font-family:Roboto;
    font-weight:300;
    font-size:22px;
    line-height:150%;
    padding:20px 0px 20px 0px;    
}

.summary_title {
    color:#404050;
    font-family:Oswald ;
    font-weight:600;
    font-size:40px;
    line-height:100%;
    text-transform: uppercase;
    margin-top:-6px;
}

.summary_title_sub {
    color:#404050;
    font-family:roboto;
    font-weight:300;
    font-size:22px;
    line-height:150%;
}

.summary_subject {
  font-size: 15px;
  color: #9090a0;
  font-weight: 400;
  line-height:100%;
}

.summary_data {
  font-size: 15px;
  color: #404050;
  font-weight: 400;
  line-height:150%;  
}



.card {
    background-color:#ffffff;
    width:100%;
    height:100%;
    padding:30px;
 
}

.card1 {
    background-color:#ffffff;
    width:100%;
    height:100%;
    border-top:0px solid #ffcc00;
    padding:30px;
}

.card2 {
    background-color:#ffffff;
    width:100%;
    height:100%;
    border-top:0px solid #50ccff;
    border-left:1px solid #dddddf;
    border-right:1px solid #dddddf;
    padding:30px;

}
.card3 {
    background-color:#ffffff;
    width:100%;
    height:100%;
    border-top:0px solid #00dd70;
    padding:30px;

}

.session_title {
    color:#404050;
    font-family:roboto;
    font-weight:700;
    font-size:24px;
    line-height: 100%; 
    margin-bottom: 10px;

}



.session_title_sub {
    color:#404050;
    font-family:roboto;
    font-weight:300;
    font-size:30px;
    line-height:120%;
    padding-bottom:10px;    
    border-bottom:0px solid #dddddf; 
}

.course_subject {
  font-size: 15px;
  color: #9090a0;
  font-weight: 400;
  line-height:100%;
}

.course_data {
  font-size: 15px;
  color: #808090;
  font-weight: 400;
  line-height:100%;    
}


.button2_trial {
    background-color:#ffaa00;
    width:160px;
    height:32px;
    color:#ffffff;
    font-family:Open Sans;
    font-weight:400;
    font-size:18px;
    line-height:100%;
    border-radius:100px;
    padding-top:14px;
    cursor:pointer;
}

.button2_trial:hover {
    background-color:#ffcc50;
}





