@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
*{font-family: 'Noto Sans KR', sans-serif; word-wrap: break-word; word-break: keep-all;list-style: none !important;}
ul, li{list-style: none !important;}
a:hover{
  text-decoration: none;
}

/* Back to top button - 위로 올리는 화살표 설정 */
.back-to-top {
  position: fixed;
  display: none;
  background:#ff9900; /*#193340;*/
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  z-index: 999999;
}

.back-to-top:focus {
  background: #193340;
  color: #eeeee6;
  outline: none;
}

.back-to-top:hover {
  background: #193340;
  color: #eeeee6;
}


.section-title{text-align: center;font-size: 3em; font-weight: 600;}



/*--------------------------------------------------------------
# Update task source
--------------------------------------------------------------*/

.comment { text-align:justify; } /* Renewal port1 ~ port3 */



#header {
  padding: 30px 0;
  height: 10vh;
  overflow: hidden;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -14px 0 0 0;
  padding: 0;
  
  display: inline-block;

}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header .nav-menu{
float:right;
}

#header .nav-menu li{float:left; margin: 0 50px; font-size: 1.5em; line-height: 1.5em; }
#header .nav-menu li i{margin:0 10px; }

@media screen and (max-width:768px){
  #header{display: none;}
  /*
  #header .contrainer{padding:0;}
  #header #logo{width:50%; margin-left:-20px;}
  #header #logo h1{font-size: 1em; margin:0;}
  #header .nav-menu{width:50%; float:left;}
  ul{margin:0;}
  #header .nav-menu li{width:50%;font-size:0.8em;margin:0;letter-spacing: -2px;}
  #header .nav-menu li i{margin:0;}
*/
}

/* Intro Section */
#intro {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  
  background-image: url(../source/img/intro_bg.png);
  background-attachment: fixed;
  background-size: cover;
}


#intro .intro-text {
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 999;
}
#intro .intro-text-p{margin-top:25px;}

#intro .intro-text2 {
  position: absolute;
  left: 0;
  top: 70%;
  right: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 999;
}

#intro .intro-text2 h4{
  margin:15px 0 0 0;
}


#intro h2 {
  font-size: 8em;
  font-weight: 1000;
  /*line-height: 10px;*/

  color: #fff;
  font-size: 5em;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(../source/img/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color:transparent;
  -o-text-fill-color:transparent;
  animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

#intro h3,#intro h4 {
  margin: 20px 0 10px 0;
  font-size: 2em;
  font-weight: 300;
  color: #fff; /* 인트로 글자색 */
}
#intro h4 img{width:30%;}
#intro .eden{color:#fff;font-family: 'Gothic A1'; font-weight: 600;}
#intro .edu{color:#fcb811;font-family: 'Gothic A1'; font-weight: 600;}
#intro p {
  color: #eee;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 1.6em;
}
#intro h4{position: relative;}
#intro .draw{
  position: absolute;
  top:20px; left:45%;
  z-index: -1;
  animation: draw 0.3s 1 backwards;
  animation-delay: 1s;
  width:488px;
  height:30px;
}
#intro .star{
  position: absolute;
  top:-23px;
  left:-80px;
  z-index: -1;
  animation: draw2 0.4s 1 backwards;
  animation-delay: 1.2s;
  width:100px;
  height:100px;
}
#intro .underline{
  position: absolute;
  bottom:-10px;
  left:0px;
  z-index: -1;
  animation: draw3 0.8s 1 backwards;
  animation-delay: 1.5s;
  width:850px;
  height:30px;
}
@keyframes draw{
  0% {width:0px;}
  100% {width:488px;}
}
@keyframes draw2{
  0% {width:0px; }
  100% {width:100px;}
}
@keyframes draw3{
  0% {width:0px;}
  100% {width:850px;}
}


#intro .sign_btn {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 50px 10px 0;
  border: 2px solid #d88200;
  color: #000;
  animation: btn_ani 0.3s infinite;
}

.sign_btn:hover {
  cursor: pointer;
  animation-play-state: paused;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}
#intro .product-screens p{
  padding-top:0.4em;
  color:#000; 
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: -0.1em;
 }
#intro .product-screens div {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

.product-screen-1, .product-screen-2, .product-screen-3  { border-radius:10px; background:rgba(255,255,255, 0.8); border:2px solid #fff; color:#000; width:200px; height:90px;}
.red{color:#ff0000;}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(30% - 100px);
  bottom: 0;
  top: 70px;
}


#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 100px);
  bottom: 0;
  top: 70px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 30;
  left: calc(70% - 100px);
  bottom: 0;
  top: 70px;
}


  #intro .intro-text p{font-size: 1.2em;}
  
  .product-screen-1, .product-screen-2, .product-screen-3  {  width:45%; height:90px;}
  #intro .product-screens p{
    color:#000; 
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: -0.1em;
   }
   #intro .product-screens .product-screen-1 {
    
    left: 2.5%;
    
  }
  
  
  #intro .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: 52.5%;
    bottom: 0;
    top: 70px;
  }
  
  #intro .product-screens .product-screen-3 {
    position: absolute;
    z-index: 30;
    left: 27.5%;
    bottom: 0;
    top: 200px;
  }


@media screen and (max-width: 768px) {
  #intro{height:100vh;}
  #intro h4{font-size: 16px;width:70%;}
  #intro h4 img{width:60%;}
  #intro h2{font-size: 32px;width:60%; animation: none; background:none; color:#ff9900; background-clip: unset; -webkit-text-fill-color: unset;}
  #intro p { margin-bottom: 10px; font-size:18px;}
  #intro .draw{left:0; top:30px;width:100%;}
  #intro .underline{width:100%;}
  @keyframes draw{
    0% {width:0px;}
    100% {width:100%;}
  }
  @keyframes draw2{
    0% {width:0px; }
    100% {width:100px;}
  }
  @keyframes draw3{
    0% {width:0px;}
    100% {width:100%;}
  }
}

/* # Sections */
/* Sections Header */

.section-header .section-title {
  font-size: 3em;
  color: #111;
  text-align: center;
  font-weight: 600;
}

.section-header .section-description{
  font-size: 2em;
  text-align: center;
  line-height: 2em;
  padding-bottom: 20px;
  color: #777;
}

.section-header .section-divider {
  display: block;
  width: 120px;
  height: 3px;
  background: #193340;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
  .section-header .section-title {
    font-size: 32px;
  }
  
  .section-header .section-description{
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    
  }
}
/* Sections Header end */


/* About Me Section */

#about {
  width:100%;
  height:auto;
  padding: 0;  
}

#about .about-screens {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100vh;
  background-image: url(../source/img/about.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .about-screens .about-screen-m0{
  position:absolute;
  z-index: 30;
  width:15%;
  left:45%;
  top: 12%;
}
#about .about-screens .about-screen-m0 h2{
  font-size: 4em;
  font-family: 'Black Han Sans', sans-serif;
}
#about .about-screens .about-screen-m0 h2 span{
  width:50%;
  color:#fff;
  background:#ee8800;
  display: inline-block;
  font-family: 'Black Han Sans', sans-serif;
  line-height: 1em;
  padding:0.4em 0.3em;
}
#about .about-screens .about-screen-m0 h2 em{
  width:50%;
  color:#ee8800;
  font-family: 'Black Han Sans', sans-serif;
  display: inline-block;
  line-height: 1em;
  padding:0.4em 0.3em;
}
#about .about-screens .about-screen-divider{
  width:3px;
  height:40%;
  background:#000;
  position: absolute;
  top:10%;
  left:62.5%;
  z-index: 30;
  display: block;
}
#about .about-screens .about-screen-0 {
  position: absolute;
  z-index: 30;
  width:50%;
  left:65%;
  top: 65px;
  font-family: 'Black Han Sans', sans-serif;
  
}
#about .about-screens .about-screen-0 h3{
  font-size: 3em;
  text-align: left; 
  letter-spacing: -10px;
  color:#1dc8cd;
  font-weight: 900;
}
#about .about-screens .about-screen-0 h4{
  font-size: 3em;
  text-align: left; 
  margin-bottom:30px;
}
#about .about-screens .about-screen-0 p{
  font-size: 2em;
  text-align: left; 
}
#about .about-screens .about-screen-0 .tlt2{
  background:#1dc8cd;
  color:#fff;
}
#about .about-screens .about-screen-1 {
  position: absolute;
  z-index: 30;
  left: 10%;
  top:10%;
  
}

.about-screen-2 img, .about-screen-3 img, .about-screen-4 img, .about-screen-5 img{
  width:90%;
}
#about .about-screens .about-screen-2 {
  position: absolute;
  z-index: 30;
  left: calc(25% - 110px);
  bottom: 50px;
}

#about .about-screens .about-screen-3 {
  position: absolute;
  z-index: 30;
  left: calc(42% - 110px);
  bottom: 50px;
}
#about .about-screens .about-screen-4 {
  position: absolute;
  z-index: 30;
  left: calc(59% - 110px);
  bottom: 50px;
}
#about .about-screens .about-screen-5 {
  position: absolute;
  z-index: 30;
  left: calc(75% - 110px);
  bottom: 50px;
}


@media screen and (max-width:767px){
  #about .about-screens {
    height:140vh;
  }
  #about .about-screen-m0, #about .about-screens .about-screen-divider, #about .about-screen-1{display: none;}

  #about .about-screens .about-screen-0{
    width:90%;
    left:10%;
    top:20px;
  }
  
  
  #about .about-screens .about-screen-2 {
    width:42.5%;
    left:5%;
    top:55%;
  }
  
  #about .about-screens .about-screen-3 {
    width:42.5%;
    left:52.5%;
    top:55%;
  }
  #about .about-screens .about-screen-4 {
    width:42.5%;
    left: 5%;
    top: 78%;
  }
  #about .about-screens .about-screen-5 {
    width:42.5%;
    left: 52.5%;
    top: 78%;
  }
  
}
/* About Me Section end */


/* Skill Section
--------------------------------*/
#skill_section {
  padding: 60px 0 60px 0;
  overflow: hidden;
  background: #f6f6f6;
}

#skill_section .box {
  
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  height:90%;
  transition: 0.4s;
  overflow: hidden;
}



#skill_section .icon {
  float: left;
  width:35%;
  text-align: center;  
}

#skill_section .icon img{
  width:100%;
}

#skill_section .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}
#skill_section .txtt{
  width:60%; float:right;
  padding:10px 0;
}

#skill_section p {
  font-size: 14px;
  margin:0 auto;
  margin-bottom: 0;
  line-height: 24px;
}

#skill_section .section-title { /* 글자 */
  margin-bottom: 15px;
}

#skill_section .section-description { /* 상세 글자 */
  font-size: 1.4em;
  line-height: 1.4em;
  padding-bottom: 30px;
  margin-left:-10px;
}
.course_int{margin:0 auto;}
.course_int li:nth-child(2n+1){font-size: 1em;text-align: left;}
.course_int li:nth-child(2n){font-size: 1.2em;text-align: left;margin-bottom:6px;}
/* Skill Section end */
.course_title{display: none;}

@media (max-width: 767px) {
  #skill_scrtion .section-title{font-size:32px;}
  #skill_section .box {
    margin-bottom: 20px;
  }
  #skill_section .icon {
    float: none;
    text-align: center;
    padding: 10px 0;
    width:100%;
    text-align: center;
    padding:16px;
  }
  #skill_section .icon img{display: none;}
  #skill_section .icon h4{display: block;}
  #skill_section h4, #skill_section p {
    margin-left: 0;
    text-align: center;
  }
  #skill_section .txtt{
    float:none;
    width:100%;
    padding:0;
  }
}




#list_section{
  padding:60px 0;
}

#list_section .list_img{
  position: absolute;
  left:8%;
  bottom:-50px;
  z-index: 99;
}
#list_section .section-title, #list_section .section-description{
  color:#000;
  text-align: center;
  
}
#list_section .section-title{width:70%;margin: 0 auto; font-weight: bolder; font-family: 'Black Han Sans', sans-serif;
  font-weight: 100;}
#list_section .section-description{
  font-size: 1.3em;
  color:#666;
  width:80%;
  margin: 0 auto;
  line-height: 1.8em;
}

#list_section .section-description span{color:#000;}
#renewal .section-divider{background:#8bbfda;}
#list_section .section-divider{
    display: block;
    background: #193340;
    margin: 30px auto;
    
    width:70%; height:2px; background: #000;}
/*    실시간 접수현황 시*/
    /*	리스트시작-리스트 제목부분*/
    .setinterval-new{width: 800px;margin: auto;  border-radius: 30px;}
    .rolling-title{width: 100%; background-color: #ff9900; height: 50px;border-right: 2px solid #8b5600; }

    .rolling-title>.col{width:100%;}
    .rolling-title>.col>span{font-size: 18px;display: inline-block;line-height: 45px;color: white;}
    
    .rolling-title .name{width: 50%; text-align: center;}
    .rolling-title .number{width: 50%;text-align: center;}

    /*	리스트-움직이는 부분*/
    .rolling-box{background-color: #fff; border-right: 2px solid #8b5600;border-bottom:2px solid #8b5600;}
    .rolling-box ul { width: 100%; box-sizing: border-box; position: absolute; margin: 0px; padding: 0px; top: 0px;}
    .rolling_list{overflow: hidden; position: relative; height: 200px;}
    .rolling_list li{list-style: none; clear:both; width:100%;}
    .rolling_list> ul .col{border-bottom: 1px solid #dddddd;height: 49px; width:100%;}
    .rolling_list li span{font-size: 18px;display: inline-block;text-align: center;line-height: 49px;}
    .rolling_list li .name{width: 50%; float:left;}
    .rolling_list li .number{width: 50%;float:left;}
    
#list_section .sign_btn{
  width:20%;
  display: block; font-size: 2em; 
  background:#ff9900; 
  color:#fff; 
  text-align: center;
  padding:0.5em 1.5em;
  border-radius: 25px;;
  border-top:2px solid #000;
  border-left:2px solid #000;
  border-right:3px solid #000;
  border-bottom:4px solid #000;
  margin: 40px auto 0;
  cursor:pointer;
  animation: btn_ani 0.3s infinite;
}

@media screen and (max-width:768px){
  #list_section .section-title{width:100%;}
  #list_section .section-description{
    font-size: 24px;
    width:100%;
    line-height: 26px;
  }
  .setinterval-new{width:90%; margin-top:30px;}
  #list_section .sign_btn{
    width:50%;
    font-size: 24px;
    padding:0.3em 0.8em;
  }
}

/* Ability Section */
@keyframes btn_ani {
  0%{background:#ff9900;}
  50%{background: #ffc14f;}
  100%{background:#ff9900;}
}

#ability {
  padding: 60px 0;
  overflow: hidden;
  background:#f6f6f6;
}

#ability #ability-list {
  padding: 0;
  list-style: none;
}

#ability #ability-list li {
  border-bottom: 1px solid #ddd;
}

#ability #ability-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
}

#ability #ability-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#ability #ability-list p {
  padding-bottom:20px;
  font-size: 1.1em;
  color: #555;
  line-height: 1.2em;
}

/* Ability 슬라이드 바 */

	.point_1{background:#fff;}
	.point_2{background:#fff;}
	
	.b1{width:10px; height:5px; background:#fff; /*border:2px solid #193340; */ border-radius:10px; display:block; width:100%;} /* max==500px (100%) */

	.b2{width:10px; height:3px; background:linear-gradient(45deg, rgba(25, 51, 64, 1), rgba(50, 101, 128, 0.8)); border-radius:10px; display:block; width:100%; animation:b2 1s;}
	
	@keyframes b2{
											0%{background:#fff; width:0px;}
											50%{background:linear-gradient(45deg, rgba(25, 51, 64, 1), rgba(50, 101, 128, 0.8)); width:0px;}
											100%{background:linear-gradient(45deg, rgba(25, 51, 64, 1), rgba(50, 101, 128, 0.8)); width:100%;} /* max==500px */
											}

/* Ability 슬라이드 바 end */

											
@media (max-width: 768px) {
  #ability #ability-list a {
    font-size: 18px;
  }
  #ability #ability-list i {
    top: 13px;
  }
  #ability .collapse{overflow: hidden;}
}



/* Contact Section */

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0 8em;
  overflow: hidden;
}

#contact .contact-about h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000;
}

#contact .contact-about p {
  font-size: 13px;
  line-height: 25px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #aaa;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #000;
}

#contact .social-links a:hover {
  background: gray;
  color: #fff;
}

#contact .info {
  color: #000;
  padding-left:60px;
}

#contact .info i {
  font-size: 32px;
  color: #000;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

@media screen and (max-width:768px){
  #contact {padding:20px 0 100px;}
  #contact img{width:90%;margin: auto;}
  #contact .info{padding:20px;}
  #contact .info p, #contact .info i {
    padding: 0px;
    line-height: 18px;
    font-size: 16px;
  } 
}
.fixed-bot{width:100%; height: 8em; background: rgba(0,0,0,0.7); position: fixed; bottom:0;z-index: 999999;}
.bottom{color:#fff; text-align: center;
  font-family: 'Black Han Sans', sans-serif;
  
  font-size:3em;
  line-height: 2.5em;
  height:8em;
}

  .bottom .sign_btn{
    display: inline;
    font-family: 'Black Han Sans', sans-serif;
    font-size: 1em;
    background:#ff9900; 
    
    color:#fff; 
    text-align: center;
    padding:10px 1em 5px;
    border-radius: 25px;;
    border-top:2px solid #000;
    border-left:2px solid #000;
    border-right:3px solid #000;
    border-bottom:4px solid #000;
    cursor:pointer;
    animation: btn_ani 0.3s infinite;
    position: relative;
  }
  .bottom .sign_btn .mov{
    position: absolute;
    right:0;
    top:0.3em;
    animation: moving 1s infinite;
  }
@keyframes moving {
  0%{ top: 0.3em;}
  50%{ top:1em;}
  100%{top:0.3em;}
  
}
@media screen and (max-width:767px){
  .fixed-bot{width:100%; height:15vh;}
  .bottom{width:100%;font-size: 20px; line-height: 19px;padding:1em 0;height:15vh;}
  .bottom .sign_btn{
    font-size:20px;
    top:20px;
    animation: none;
    display: block;
    width:50%;
    margin:0 auto;
  }
  .bottom .sign_btn .mov{
    display: none;
    animation: none;
  }
  .back-to-top{bottom:15vh}
}
  .form{
  position: fixed;
  right:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  z-index: 99999;
  display: none;
}
.form.show{
  display:block;
}
.cls_btn {
  /* 'X' icon */
  position: absolute;
  z-index: 9999;
  top: -60px;
  right: -60px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9) url(../source/img/close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cls_btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.form form{position: absolute; width:400px; height:auto; top:50%; left:50%; transform: translate(-50%,-50%);
background-color:#fff;padding: 30px; background-image: url("../source/img/modal_bg.png"); background-position: right bottom; background-repeat: no-repeat;
border-radius: 0 0 120px 0;}
.form h4{color:#333; text-align: center; width:100%;}

.form input, .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.form input[type="submit"] {
  background: linear-gradient(45deg, #000, #000);
  border: 0;
  border-radius: 20px;
  padding: 0px 30px;
  color: #fff;
  margin-top:20px;
}

.form input[type="submit"]:hover {
  cursor: pointer;
}
.information{padding: 0 10px; color:#666;background: #fff;margin-bottom: 5px;}
.info_title{font-size: 1em; color:#0051ff;font-weight: bold;cursor:pointer; text-align: center;}
.information p {color:#666;font-size: 1em;line-height: 1em;padding:5px;word-wrap: break-word; word-break: keep-all;display: none;}
.information label{font-size:1em;line-height: 1em;}
/* Contact Section end */
@media screen and (max-width:768px){
  .cls_btn {
    /* 'X' icon */
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px;
    background: rgba(130, 130, 130, 0.9) url(../source/img/close.svg) no-repeat center center;
    
  } 
  .form form{
    width:90%; 
    padding: 30px;
    background-image:none;
    border-radius: 0;}
  .form .form-row{width:100%;}
  .form input, .form textarea{width:100%;}
  .form input[type="submit"]{
    
    padding:5px 10px;
  }
}
