

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/* coustom */
@font-face {
     font-family: neon;
     src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
   }

.container_neon {
display: table-cell;
text-align: center;
vertical-align: middle;
}

.neon {
font-family: neon;
color: #FB4264;
font-size: 9vw;
/* line-height: 9vw; */
text-shadow: 0 0 1vw #F40A35;
}
.neon {
     animation: neon 1s ease infinite;
     -moz-animation: neon 1s ease infinite;
     -webkit-animation: neon 1s ease infinite;
   }
@keyframes neon {
0%,
100% {
     text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
     color: #FED128;
}
50% {
     text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
     color: #806914;
}
}
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

@media (max-width: 400px) {
     #attendance_list .hidden {
       width: 0 !important;
       display: none !important;
          }
     }

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif, 'Nanum Gothic', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #ffffff;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #ffffff;
     text-decoration: none;
     outline: none !important;
}

a,

.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     /* background-color: #000; */
}
.btn_left{
     margin-left: 0%
}

@media (max-width:500px){
     .btn_left{
          display: inline-block;
          width: 120%;
          height: auto;
     }
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- menu_sitbar--*/

.menu_sitbar {
     float: left;
     width: 120px;
     height: 100vh;
     background: #0808ff;
     border-right: #fff solid 7px;
     padding: 33px;
}

#sidebar {
     width: 200px;
     position: fixed;
     top: 0;
     left: -280px;
     height: 100vh;
     z-index: 1000;
     background: #fff;
     color: #fff;
     transition: all 0.3s;
     overflow-y: scroll;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
     left: 0;
}

#dismiss {
     width: 35px;
     height: 35px;
     line-height: 34px;
     text-align: center;
     background: #000;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

#dismiss:hover {
     background: #35bff8;
     color: #fff;
}

.overlay {
     display: none;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 998;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}

.overlay.active {
     display: block;
     opacity: 1;
}

#sidebarCollapse {
     background: transparent;
     padding: 0;
     border: none;
}

#sidebar .sidebar-header {
     padding: 20px;
     background: #0808ff;
}

#sidebar ul.components {
     padding: 55px 0;
}

#sidebar ul p {
     color: #fff;
     padding: 10px;
}

#sidebar ul li a {
     padding: 10px 25px;
     font-size: 1.3em;
     display: block;
     font-weight: 500;
}

#sidebar ul li a:hover {
     color: #fff;
     background: #35bff8;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
     color: #fff;
     background: #35bff8;
}

a[data-toggle="collapse"] {
     position: relative;
}

.dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
}

ul ul a {
     font-size: 0.9em !important;
     padding-left: 30px !important;
     background: #6d7fcc;
}

ul.CTAs {
     padding: 20px;
}

ul.CTAs a {
     text-align: center;
     font-size: 0.9em !important;
     display: block;
     border-radius: 5px;
     margin-bottom: 5px;
}

a.download {
     background: #fff;
     color: #7386D5;
}

a.article,
a.article:hover {
     background: #6d7fcc !important;
     color: #fff !important;
}


/*--end menu_sitbar--*/

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.down_btn {
     padding-left: 0px;
}

@media (max-width:498px){
     .down_btn{
          display: block;
     }
}

.down_btn a {
     /* background-color: #fff; */
     background-color: #11aeef;
     /* display: inline-block; */
     padding: 0px 10px;
     border-radius: 10px;
     color: #ffffff !important;
     font-size: 17px;

}
@media (max-width:498px){
     .down_btn a{
          text-align: center;
          font-size: 15px
     }
}
@media (max-width:370px){
     .down_btn a{
          text-align: center;
          font-size: 10px
     }
}
@media (max-width:320px){
     .down_btn a{
          text-align: center;
          font-size: 8px;
          float: right
     }
}

.down_btn a:hover {
     color: #fff !important;
     background: #000;
}

a#topBtn { 
     background-color: rgba(151, 151, 151, 0.63);
     position: fixed; /* 포지션 고정 */ 
     right: 2%; /* 오른쪽에서 2% - %도 할수 있음*/ 
     bottom: 5px; /* 밑에서 5px */ 
     display: none; /* 보여지지 없음 - 기본적으로 안보여지게 */ 
     z-index: 9999; /* 포지션을 먼저 지정후 z-좌표(레이어) : 9999입니다. */ 
     } 
@media (max-width:500px){
     a#topBtn{
          background-color: rgba(151, 151, 151, 0.63);
          position: fixed; /* 포지션 고정 */ 
          right: 5%; /* 오른쪽에서 2% - %도 할수 있음*/ 
          bottom: 5px; /* 밑에서 5px */ 
          display: none; /* 보여지지 없음 - 기본적으로 안보여지게 */ 
          z-index: 9999; /* 포지션을 먼저 지정후 z-좌표(레이어) : 9999입니다. */ 
     }
}
 /*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header::after {
     background: url(../images/cross_top.png);
     content: "";
     position: absolute;
     width: 558px;
     height: 228px;
     z-index: -1;
     top: 0;
     left: 0;
}

.header {
     width: 100%;
     background: #11aeef;
     padding: 35px 30px;
     position: relative;
     z-index: 960;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: #11aeef;
     padding: 75px 0 90px 0;
}
@media (max-width:500px){
     .banner_main{
          background-color: #11aeef;
     }
}

.text-bg {
     text-align: left;
     float: right;
     width: 100%;
     max-width: 431px;
}

.text-bg h1 {
     color: #fff;
     /* padding-top: 50px; */
     font-size: 71px;
     line-height: 85px;
     /* padding-bottom: 25px; */
     font-weight: bold;
}
.text-bg h2 {
     color: #fff;
     /* padding-top: 50px; */
     font-size: 25px;
     /* line-height: 85px; */
     /* padding-bottom: 25px; */
     font-weight: bold;
}
@media (max-width:500px){
     .text-bg{
          color: rgb(255, 255, 255);
          font-size: 50px;

     }
     .text-bg h1{
          color: #fff;
          /* padding-top: 50px; */
          font-size: 50px;
          line-height: 40px;
          /* padding-bottom: 25px; */
          font-weight: bold;
     }
     .text-bg h2{
          color: rgb(255, 255, 255);
          
     }
     .text-bg p{
          color: rgb(255, 255, 255);
     }
}

.text-bg p {
     font-size: 17px;
     display: block;
     color: #fff;
     line-height: 25px;
     padding-bottom: 50px;
     font-weight: 500;
}

.text-bg .read_more {
     border: #fff solid 5px;
}

.text-bg .read_more:hover {
     background: #000;
}

.images_box figure {
     margin: 0px;
}


.images_box figure img {
     width: 50%;
     height: 100%;
}
@media (max-width:500px){
     .images_box{
          display: none;
     }
}

.carousel-indicators li {
     background: #000;
     width: 38px;
     height: 8px;
     border-radius: 10px;
}

.carousel-indicators {
     bottom: 45px;
}

.carousel-caption {
     position: inherit;
}

.carousel-control-next,
.carousel-control-prev {
     display: none;
}


/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 50px;
     color: #382d3c;
     line-height: 55px;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0eadef;
}

.bluse{
     color: #7fd6fc;
     align-items: center;
     line-height:normal;
}

.read_more {
     font-size: 17px;
     background-color: #000;
     /* background-color: transparent; */
     border: #00aeef solid 5px;
     color: #ffffff !important;
     padding: 13px 0px;
     width: 100%;
     max-width: 210px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 40px;
     font-weight: 700;
}

.read_more:hover {
     background: #00aeef;
     color: rgb(255, 221, 0) !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     background: #fafafa;
     padding: 90px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
     max-width: 669px;
     width: 100%;
     float: left;
}

.about .titlepage h2 {
     margin-bottom: 40px;
}

.about .titlepage p {
     color: #010a05;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-bottom: 50px;
}

.about .titlepage .read_more {
     float: right;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/


/** choose  section **/

.blu2 {
     color: #3a3aff;
     font-weight: bold;
}

.choose_bg {
     background: url(../images/why.jpg);
     position: a;
     height: 100%;
     /* padding: 120px 0; */
}

.choose .choose_box {
     background: rgba(255, 255, 255, 0);
     /* padding: 35px 35px; */
     text-align: center;
     /* height: 600px; */
}

.choose .choose_box span {
     color: #141629;
     display: block;
     font-size: 70px;
     font-weight: bold;
     text-align: center;
}

.choose .choose_box h3 {
     color: #00aeef;
     font-size: 25px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 10px;
     padding-top: 15px;
}

.choose .choose_box p {
     color: #ffffff;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
}
.text-left{
     padding-left: 5%;
     width: auto;
     height: auto;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}

ul.easy li a {
     font-size: 27px;
     padding: 18px 21px;
     width: 100%;
     line-height: 36px;
     margin-bottom: 35px;
     display: block;
}

ul.easy li:last-child a {
     margin-bottom: 0;
}

ul.easy li.active a {
     background: #060505;
     color: #fff;
}

ul.easy li a:hover {
     background: #060505;
     color: #fff;
}


/** end choose  section **/


/** work section **/

.work {
     /* background: #ffffff; */
     /* background-color: rgba( 255, 255, 255, 1 ); */
     padding: 20px 0;
}

.work .titlepage {
     text-align: left;
     padding: 0;
     max-width: 648px;
     width: 100%;
     float: right;
}

.work .titlepage h2 {
     margin-bottom: 40px;
}

.work .titlepage p {
     color: #010a05;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-bottom: 50px;
}

.work_img {
     padding-right: 30px;
}

.work_img figure {
     margin: 0;
}

.work_img figure img {
     width: 100%;
}


/** end work section **/


/** request section **/

.request {
     background: #0192c8;
     padding: 90px 0px;
}

.request .titlepage {
     text-align: left;
}

.white {
     color: #fff;
}

.main_form .contactus {
     border-radius: 35px;
     padding: 0px 30px;
     margin-bottom: 30px;
     width: 100%;
     height: 60px;
     background: #fff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border: inherit;
}

.main_form .textarea {
     padding: 8px 30px;
     padding-top: 63px;
     margin-bottom: 30px;
     width: 100%;
     background: #fff;
     color: #777977;
     font-size: 18px;
     font-weight: normal;
     border: inherit;
     border-radius: 20px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     max-width: 200px;
     width: 100%;
     display: block;
     border-radius: 30px;
     margin: 0 auto;
}

.main_form .send_btn:hover {
     background-color: #191e20;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #777977;
     opacity: 1;
}

#map {
     height: 425px;
     overflow: hidden;
     padding-bottom: 22.25%;
     padding-top: 30px;
     position: relative;
}


/** end request section **/


/** footer **/

.footer {
     background: #212120;
     padding-top: 10px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
}

.footer .address h3 {
     color: #fff;
     font-size: 30px;
     line-height: 35px;
     font-weight: 500;
     /* padding-bottom: 20px; */
     text-align: left;
}

ul.location_icon li {
     font-size: 17px;
     text-align: left;
     padding-right: 40px;
}

ul.Menu_footer li {
     display: block;
     color: #3e7f21;
     position: relative;
}

ul.Menu_footer li:before {
     content: "";
     position: absolute;
     width: 12px;
     height: 12px;
     border-radius: 20px;
     background: #fff;
     margin-top: 9px;
     left: 0;
}

ul.Menu_footer li a {
     display: block;
     color: #fcfbfb;
     font-size: 17px;
     padding-left: 30px;
     text-align: left;
}

ul.Menu_footer li a:hover {
     color: #0eadef;
}

ul.social_icon li {
     display: block;
     padding-bottom: 11px;
}

ul.social_icon li a {
     font-size: 18px;
     color: #fff;
     display: inherit;
}

ul.social_icon li a:hover {
     color: #0eadef;
}

ul.social_icon li a i {
     background: #fff;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     border-radius: 30px;
     color: #000;
     margin-top: -33px;
}

ul.social_icon li a i:hover {
     color: #0eadef;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 53px;
     background: #fff;
     color: #828282;
     font-size: 17px;
     border-radius: 10px;
     margin-bottom: 25px;
}

.sub_btn {
     font-size: 19px;
     transition: ease-in all 0.5s;
     background-color: #0192c8;
     color: #fff;
     padding: 11px 0px;
     max-width: 175px;
     width: 100%;
     display: block;
     text-transform: uppercase;
     border-radius: 10px;
     border: inherit;
     box-shadow: inherit;
}

.sub_btn:hover {
     background-color: #0156ed;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     /* margin-top: 85px; */
     padding: 25px 0;
     background: #003447;
}

.copyright p {
     color: #fff;
     font-size: 17px;
     line-height: 22px;
     text-align: center;
     font-weight: normal;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #212120;
}


/** end footer **/

/* custom css */
.font-center{
     text-align: center;
}

/* wedo */
.wedo {
     padding-top: 0px;
}

.wedo .titlepage p {
     color: #141629;
     display: block;
     font-size: 17px;
     font-weight: bold;
     text-align: center;
     padding-top: 20px;
}

.work figure {
     margin: 0;
}

.work figure img {
     width: 100%;
}
.work_text {
     position: absolute;
     z-index: 9999;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     /* margin: 0 auto; */
     vertical-align: middle;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

.margin_bottom {
     margin-bottom: 0px;
}
.work_on{
     /* padding: 5px 10px; */
	/* background-color: yellow; */
     width: 100%;
     /* height: 100%; */
     color: #fff;
     font-size: 25px;
     line-height: 28px;
     font-weight: 700;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
     opacity: 1;
     /* transition: ease-in all 0s; */
     cursor: pointer;
}
.work_text:hover {
     opacity: 1;
     width: auto;
     height: auto;
     transition: ease-in all 0.5s;
     background-color: black;
}

.work_text h3 {
     color: #fff;
     font-size: 25px;
     line-height: 28px;
     font-weight: 700;
     padding-bottom: 10px;
     text-transform: uppercase;
}
.work_text h4 {
     color: #fff;
     font-size: 15px;
     line-height: normal;
     font-weight: 400;
     padding-bottom: 10px;
     text-transform: uppercase;
}

/* .blu {
     color: #51fe44;
     font-size: 17px;
     line-height: 28px;
     font-weight: 600;
     text-transform: uppercase;
} */

.three_box {
     position: relative;
     /* width: 100%;
     height: 100%; */
     margin-top: 20px;
     margin-bottom: 20px;
     /* background-image: url('../images/work_img.jpg'); */
     width: 100%;
     height: auto;
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
     /* background-position: right bottom;     */
     /* border-radius: 5px; */
     /* margin-bottom: 5px; */
}
@media (max-width:500px){
     .three_box{
          background-image: none;
          background-color: rgb(233, 233, 233);
          all: none;

     }
}

.threebox_set{
     margin-top:3%; 
     margin-bottom:20%;
}

/* .three_box_bg{
     background-image: url('../images/three_box.png');
     background-repeat: no-repeat;
     background-size: contain;
     background-position: left top;    
} */
.const {
     background-image: url('../images/three_box.png');
     padding: 100px 0 100px 0;
     /* background-image: ; */
     border: 2.5px solid rgb(34, 93, 255);
     background-color:transparent;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     transition: ease-in all 0.5s;
     position: relative;
     width: auto;
     height: auto;
     /* border-radius: 60px; */
     /* margin-bottom: 60px; */
     /* border-radius: 20%; */

}
@media (max-width:500px){
     .const{
          padding: 100px 0 100px 0;
          /* background-image: ; */
          border: 2.5px solid rgb(34, 93, 255);
          background-color:transparent;
          box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
          transition: ease-in all 0.5s;
          position: relative;
          border-radius: 0%;
     }
}

@media (max-width:1200px){
     .const{
          padding: 100px 0 100px 0;
          /* background-image: ; */
          border: 2.5px solid rgb(34, 93, 255);
          background-color:transparent;
          box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
          transition: ease-in all 0.5s;
          position: relative;
          border-radius: 0%;
          width: 100%;
          height: 100%;
     }
}

.text_align_center{
     text-align: center;
     /* vertical-align: middle; */
     margin: 0 auto;
}
.const span {
     position:relative;
     transition: ease-in all 0.5s;
     display: block;
     font-size: auto;
     font-weight: 900;
     font-size: large;
     text-transform: uppercase;
     font-family: 'Nanum Gothic', sans-serif;
     color: #090a0b;
     line-height: 45px;
     width: 100%; 
     height: 100%; 
     background-color: rgba(218, 234, 69, 0);
}
@media (max-width:500px){
     .const span{
          position:relative;
          transition: ease-in all 0.5s;
          display: block;
          font-size: 100%;
          font-weight: 900;
          text-transform: uppercase;
          font-family: 'Nanum Gothic', sans-serif;
          color: #090a0b;
          line-height: 45px;
          width: auto; 
          height: 100%; 
          background-color: rgba(218, 234, 69, 0);

     }
}

@media (max-width:1200px){
     .const span{
          position:relative;
          transition: ease-in all 0.5s;
          display: block;
          font-size: auto;
          font-weight: 900;
          font-size: small;
          text-transform: uppercase;
          font-family: 'Nanum Gothic', sans-serif;
          color: #090a0b;
          line-height: 45px;
          width: auto; 
          height: 100%; 
          background-color: rgba(218, 234, 69, 0);

     }
}

.const p {
     color: firebrick;
}

#text_hover:hover.const {
     background-color: #51597b;
     transition: ease-in all 0.5s;
     cursor: pointer;
     border-radius: 10%;

}

#text_hover:hover.const span {
     color: rgb(255, 255, 255);
     transition: ease-in all 0.5s;
}

/* 멤버 슬라이드 */
.testimonial {
     padding: 90px 0px 140px 0px;
     /* background: #fff; */
     /* background-image: url('../images/me_bg/mem_bg3.png'); */
     background-color:#68cdff1d;
     width: auto;
     height: auto;
     background-repeat: no-repeat;
     background-size: 1200px 100%;
     background-position: center center;
     
}

.testimonial .titlepage p {
     color: #141629;
     line-height: 28px;
     font-weight: 500;
     font-size: 17px;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: center;
}

.test_box {
     padding: 40px 25px;
     background: #353b74;
}
@media (max-width:500px){
     .name_aron{
          display: none;
     }
}

.testimonial_Carousel .test_box h4 {
     font-size: 18px;
     color: #fff;
     line-height: 18px;
     display: block;
     text-align: center;
     text-transform: uppercase;
     font-weight: 600;
     padding: 23px 0px 0px 0px;
     text-align: left;
}

.testimonial_Carousel .test_box span {
     color: #0556c4;
     display: block;
     text-align: left;
     font-size: 17px;
}

.testimonial_Carousel .test_box i {
     font-size: 17px;
     line-height: 28px;
     text-align: left;
     float: left;
     margin-bottom: -12px;
     padding-right: 20px;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #fff;
     text-align: left;
     margin-top: 45px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 18px;
     height: 18px;
     border-radius: 20px;
     background: #0556c4;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #51fe44;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
     display: none;
}

/*------------------------------- 모바일_메뉴바 ---------------------------*/
