<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&amp;display=swap');
  @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700&amp;display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&amp;display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&amp;display=swap');
  
  
 h2 {font-size:2.1em; color:#333; line-height:1.3em; }
 h3 {font-size:1.5em; color:#444; line-height:1.3em;}
 h4 {font-size:1.2em; color:#444; line-height:1.4em;}
 h5 {font-size:1.0em; color:#555; line-height:1.4em;}
  h6 {font-size:0.95em; color:#666; line-height:1.4em;}
 
 
  p {font-size:1em; line-height:1.6em;}
  
 @media screen and (max-width: 767px) {
 h2 {font-size:1.7em;}
 }

 
 .main_wrap{
width:100%; position:relative; }

.section {padding-top:60px; background:#fff; position:relative; }
.section.mg_0 {margin:0px;}
.section.pd_0 {padding:0px;}

.section .title {text-align:center; margin-bottom:40px; padding:0 15%;}
.section .title p {margin-top:10px;}

 @media (max-width: 991px) {
.section .title { padding:0 5%;}
 }
 
.button { margin:20px auto 0; padding:8px 30px; border:1px solid #bbb;
border-radius:30px; display:inline-block;  }
.button:hover{color:#fff; background:#a3bece; border-color:transparent; text-decoration:none;}

.btn { margin:20px auto 0; padding:8px 30px; border:1px solid #a3bece;  }
.btn:hover{color:#fff; background:#a3bece; border-color:transparent; text-decoration:none;}

.btn_small {
 padding:4px 20px; font-size:0.95em;}

.button_circle {
 width:90px; height:90px; padding:0; border-radius:50%; display:table; line-height:1.5em;
border:1px solid #fff;}
.button_circle span {
display:table-cell; vertical-align:middle;}
.button_circle:hover {
border:1px solid transparent; background:rgba(0,0,0, 0.5);}

.btn_circle {
 width:90px; height:90px; padding:0; border-radius:50%; display:table; line-height:1.5em;}
.btn_circle span {
display:table-cell; vertical-align:middle;}
.btn_circle:hover {
border-color:transparent; background:rgba(0,0,0, 0.5);}

.button_solid {
		border:1px solid transparent; text-align: center; color:#fff; background: rgba(14, 129, 136, 0.5);	}
	.button_solid:hover {
		background: rgba(14, 129, 136, 1);}

.btn_solid {
		border:1px solid transparent; text-align: center; color:#fff; background: rgba(14, 129, 136, 0.5);	}
	.btn_solid:hover {
		background: rgba(14, 129, 136, 1);}
		
.btn_white {
color:#fff; border-color:#fff;}
.btn_white:hover {
border:1px solid transparent; background:rgba(0,0,0, 0.5);}
.btn_txt {
border-color:transparent; padding:0; margin-top:10px; font-weight:500;}
.btn_txt:hover {
background:transparent; color:#666;}

	.dark, .dark h2, .dark h3, .dark h4, .dark a {
	color:#fff;}	
		
.bg {
background-size: cover !important;
		background-position: center center !important;}
.bg_none {
background:none;}

.bg_org {
background:#e69934;}
.bg_blue {
background:#5b95c9;}
  .bg_green {
 background-color: #478d49; }
 .bg_gray {
 background:#eee;}
 .bg_red {
 background:#e12239;}
 
 .c-primary {
 color:#ed5621;}
.c_org {
color:#e69934;}
.c_blue {
color:#5b95c9;}
.c_green {
 color: #478d49; }
.c_white {
 color: #fff; }
 
.d_tb {display:table;}	
.d_tbc {display:table-cell; vertical-align:middle;}	

.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}

.line_ver {width:1px; height:20px; background:#ccc;}

.ov_h {overflow:hidden;}

.bd {border:1px solid #ccc;}

.d_n {
display:none;}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;}

	

	
/* Intro */
	.intro {
		background: url("../main/main.jpg");
		position:relative;
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out; }	
.intro .container {
		position:relative; height:100%; }			
	.intro .caption { 
  position: absolute;  top:43%; left: 0%; right: 0%;  z-index: 10; text-align: center; }
 .intro .caption h2 {
    font-family: 'open sans','nanum gothic', sans-serif;  font-size:3.3em; letter-spacing:-0.01em; 
	text-transform:uppercase; font-weight:700;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3); padding-bottom:0px; position:relative;}
.intro .caption h4 {
    margin: 20px auto 0;}
.intro .caption p {
    font-size: 1em; text-shadow:none; padding:0; margin: 20px auto 0;}

.intro .item {width:100vw; height:650px; 
background-size: cover !important; background-position: center !important;
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}
.intro .item:nth-child(1) {background: url("../main/main_01.jpg"); }
.intro .item:nth-child(2) {background: url("../main/main_02.jpg"); }
.intro .item:nth-child(3) {background: url("../main/main_03.jpg"); }
.intro .item:before {
	background: rgba(0, 0, 0, 0.0);  position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; 
	z-index: 2; content: "";}
.intro .item a {width:100%; height:100%; display:inline-block;}

.carousel-indicators {
  bottom: 30px;}
.carousel-indicators li {
  width: 40px; height: 6px; margin: 0 2px !important;  
  background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 2px;
  transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.carousel-indicators .active {
  width: 40px; height: 6px; margin: 0px 2px !important; background-color: #fff; border-color:transparent;}
  
.carousel-control { display:none;
  position: absolute; top: 50%; width: 10%; height:40px; padding-top:0px; z-index:10; }
.carousel-control.left, .carousel-control.right { background-image: none;}
.carousel-control.left {
text-align:left; }
.carousel-control.right {
text-align:right;}
.carousel-control::before {
  font-size:1em; font-family:fontAwesome; }
  .carousel-control.left::before {
  content: "\f104";  }
   .carousel-control.right::before {
  content: "\f105";}
  .carousel-control .carousel-control-arrow {
  display:none;}

  
.intro .movie {
margin:0 0;}
.intro .movie:after {
	content: ''; background: rgba(0,0,0, 0.4); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%;}
.intro .movie:before {
content: ''; background: url("../main/overlay.png"); 
    width: 100%; height: 100%;  position: absolute; top: 0%; left: 0%; z-index:1;
	opacity:0.8;}

@media (min-width: 1400px) {}

@media (max-width: 1199px) {
.intro .item {height:600px; }
   .intro .caption h2 {}
}
	
@media screen and (max-width: 991px) {
.intro .item {height:500px; }
.intro .caption {
top:35%;}
.intro .caption h4 {
    margin: 10px auto 0; font-size:1.0em;}
}

@media (max-width: 767px) {
	.intro .caption h2 {font-size:2.3em;}
	.carousel-indicators {
  bottom: 10px;}
.carousel-indicators li {
  width: 20px; height: 6px; }
.carousel-indicators .active {
  width: 20px; height: 6px; }
	}
	
	@media screen and (max-width: 480px) {
	.intro .item {height:300px; }
	.intro .caption {}
	.intro .caption h2 {}
	}
	
	
	
	
	.tag {
	background:#222; margin-top:0px; padding:0px 0; position:relative;	text-align:center;}
	.tag .grid {
	display:inline-block; margin:0 auto; height:50px; vertical-align:middle;}
	.tag .thumb {
	float:left; display:inline-block; position:relative; height:100%; width:auto;
	margin-right:10px; padding:5px 0;}
	.tag .thumb img{
	width:auto; height:100%;}
	.tag .desc {
	 float:left; display:table; padding:0px 0; height:100%; }
	
	.tag h4{
	font-size:0.95em; letter-spacing:0.01em; text-align:center; text-transform:uppercase;}
	.tag h4 span {
	margin-left:10px; color:#eea629;}
.tag .img_cell {
min-height:150px; background: url("../main/tag.jpg");}
 .pop_close {  position:absolute; right:5%; top:10%; font-size:0.9em;}
.pop_close input {width:18px; height:18px; margin:0 10px -5px 0; }
.pop_close i {font-size:1.3em; margin:0 0px 0px 10px; vertical-align:middle;}
.tag_off {padding:10px 0;}
.tag_on .desc {
	position:absolute; left:0; top:45%; width:100%; text-align:center; }

	@media screen and (max-width: 991px) {
	.tag, #tag_banner {display:none;}
	}
	
	
	
	

.md_01 {
	margin: 0px auto; }
.md_01 .grid {position:relative;  }
.md_01 .col.left .cell{
height:250px; border:0px solid #aaa; margin:1px 0;}
.md_01 .col.left .cell:nth-child(1) {
background:url("../main/con_01_1.jpg"); ;}
.md_01 .col.left .cell:nth-child(2) {
background: url("../main/con_01_2.jpg");}
.md_01 .col.right .cell{
padding:0 5%;}
.md_01 .desc {margin:0; padding:0;}
.md_01 h2 {font-size:2.6em; font-weight:400;
line-height:1.3em; 
text-transform:capitalize; margin-top:0px; padding-bottom:25px; position:relative;}
.md_01 h2:before{
	content: ''; background: #666; width: 8%; height: 1px;
    position: absolute; bottom: 0%; left: 0%;}
.md_01 p {margin-top:20px;}

.md_01 .img_cell.typo {text-align:center; width:40%; margin:100px 0 15px; }
.md_01 .button {
margin-top:30px;}

@media screen and (max-width: 1199px) {
.md_01 h2 {
font-size:2.0em;}
}

@media (max-width: 991px) {
.md_01 .grid {
padding:0 15%;}
}

@media (max-width: 480px) {
.md_01 .grid {
padding:0%;}
.md_01 .img_cell.typo {width:70%; margin-top:50px; }
.md_01 .img_grid {width:80%; }
}



	
	.md_02 {
		margin-top:10px; overflow:hidden;	}
.md_02 .scroll {
height:100%; width:100%; opacity:1;
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}
.md_02 .scroll.inactive{
margin-right:-250px; margin-left:250px; opacity:0;}

.md_02 .desc {
	margin-top:0px;  position: relative; border-top:1px solid #888;
	padding:15% 8% 0 0;
	 transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.md_02 .desc h3 {
 padding-bottom: 20px; position:relative; }
.md_02 .desc h3:before{
	content: ''; background: #666; width: 12%; height: 1px;
    position: absolute; bottom: 0%; left: 0%;}
.md_02 .desc p { 
margin: 25px 0px 0px; padding:0;}
.md_02 .btn {
margin-top:30px;}
.md_02 h6 {
margin-top:10px;}

.md_02 .img_cell {
	overflow: hidden;  border-radius:2px; position:relative;}
.md_02 .img_cell img {
	transform: scale(1); -webkit-transform: scale(1); transition:0.2s ease-out;  -webkit-transition: all 0.2s ease-out;	}
.md_02 .col:hover .img_cell img {
	transform: scale(1.2); -webkit-transform: scale(1.2);}
.md_02 .overlay {
background:rgba(0,0,0, 0.4); opacity:0; text-align:center; 
transition:0.2s ease-out; -webkit-transition:all 0.2s ease-out;}
.md_02 .col:hover .overlay {
opacity:1; }
.md_02 .overlay i {
padding:25px; margin:0 auto; background:rgba(255,255,255, 1);
font-size:1.4em; color:#444; border-radius:50px;}

.md_02 .movie {margin:-10px -0%; }
.md_02 .movie:after {
	content: ''; background: rgba(0,0,0, 0.2); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%;}
.md_02 .movie:before {
content: ''; background: url("../main/overlay.png"); 
    width: 100%; height: 100%;  position: absolute; top: 0%; left: 0%; z-index:1;
	opacity:0.4;}
	
@media screen and (max-width: 767px) {
.md_02 .col {
	margin: 40px 0px 0px;
}
.md_02 .col:first-child {
	margin-top: 0px;}
.md_02 .movie:after, .md_02 .movie:before {
display:none;}
}



.md_02.st_2 .scroll.inactive{
margin-left:-250px; opacity:0;}




.md_03 .grid.first {	background: url("../main/con_03_bg.jpg");
		background-size:cover;
		background-attachment: fixed;
		background-position: center center; 
text-align:center;
	margin: 0px auto 0; padding:0px 0; position:relative;}
.md_03 .grid.first:before {
	content: ''; background: rgba(0,0,0, 0.0); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; z-index:0;}
.md_03 .grid.first .container {
height:100%;}
.md_03 .grid.first .cell {
padding:80px 10%; width:100%; height:100%;  }
.md_03 h3 {
	font-weight: 400;}
.md_03 p {
	margin-top: 20px; }
.md_03 .button {
	margin: 30px auto 0; background:rgba(101,171,126, 0.5); }
.md_03 .button:hover {
	background:rgba(101,171,126, 1);}

.md_03 .img_cell {
width:30%; margin:0 auto 20px; }
.md_03 .board_recent {
margin-top:35px;}

.md_03 .grid.second {
background:none; padding:0px 0 0;}	
.md_03 .grid.second .cell {
background:none; padding:0px 5%;}	
.md_03 .grid.second .sub_title h4 {
	 margin-top:0px; padding-bottom:20px; position:relative;
}
.md_03 .grid.second .sub_title h4:before{
	content: ''; background: #aaa; width: 10%; height: 2px;
    position: absolute; bottom: 0%; left: 0%;}
.md_03 .grid.second p {
	margin-top: 0px; font-size:0.95em;}
	
.md_03 #myPlayer{ display:none;
position:fixed; left:0; top:0; z-index:-1;}
.md_03 #myPlayer:after {
content: ''; background: rgba(0,0,0, 0.4); 
    width: 100%; height: 100%;
    position: absolute; top: 0%; left: 0%;}

	@media (max-width: 767px) {
	.md_03 .grid.first .cell {
padding:40px 5%;  }
.md_03 .img_cell {
width:50%; }
	}
	

	

.md_04 {margin-top:0px;}
.md_04 .col {
padding:0 3%;}
.md_04 .cell {
overflow:hidden;}
.md_04 .img_cell {
width: 30%; float: left; border-radius: 6px; border:1px solid #ddd; text-align: center; overflow:hidden;}
.md_04 .img_cell i {  
	line-height: 85px; font-size: 3.0em; }
.md_04 .img_cell img {display:none;
max-width:100%;}
.md_04 .desc {
	width: 70%; padding-left: 20px; float: right; text-align:left;
}
.md_04 .desc h3 {margin-top:5px;}
.md_04 .desc h4 {
	margin: 0; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.md_04 .desc p {
	text-align: left;  margin-top:0px;}

	.md_04 .nav-tabs {
  border-bottom: 1px solid #ccc; margin-top:-3px; margin-bottom:10px;}
.md_04 .nav-tabs &gt; li &gt; a {
  border-radius: 4px 4px 0 0; padding: 3px 15px;}
/*.md_04 .nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ccc;}
.md_04 .nav-tabs &gt; li.active &gt; a,
.md_04 .nav-tabs &gt; li.active &gt; a:hover,
.md_04 .nav-tabs &gt; li.active &gt; a:focus {
  border: 1px solid #ccc; border-bottom-color: transparent;}*/
.md_04 .sub_title, .md_04 .board_recent .header {
text-align:left; border-bottom:1px solid #ccc; padding:0 5px 5px; margin-bottom:10px; }
.md_04 .board_recent .more {float:right; margin-top:2px;} 
	.md_04 .board_gallery_output {margin-top:0px;}
	
	@media screen and (max-width: 1199px) {	}
		

	
	
.md_05 {margin-top:0px; text-align:center;}	
.md_05 .icon ul {
	overflow: hidden; margin:0 auto; display:inline-block;
}
.md_05 .icon li {
float: left; margin:0 5px; padding: 0px; border-radius: 50%; text-align:center;
	border:0px solid #bbb; transition:0.2s ease-out; width: 36px; height: 36px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; background:#ddd; 
}
.md_05 .icon li:nth-child(1) {background:#6087c1;}
.md_05 .icon li:nth-child(2) {background:#90a291;}
.md_05 .icon li:nth-child(3) {background:#deb162;}
.md_05 .icon li:nth-child(4) {background:#90a291;}
.md_05 .icon li a {width:100%; height:100%; display:inline-block; color:#fff; }
.md_05 .icon li:hover {opacity:0.5;} 
.md_05 .icon li i {
font-size:1.4em; margin-top:8px; display:none;}
.md_05 .icon li img { width: 100%;}

.md_05  h3 {
	text-align: center; font-size: 1.3em; font-weight: 400; margin-top:20px;
}
.md_05  h3 span {font-weight:600;}
.md_05 p {
	margin-top: 10px;  
}
.md_05 .img_grid {
	margin: 30px auto 40px; padding:0 35%; display:block; text-align:center;
}
.md_05 .img_cell.qr {
padding:0 20px;  margin:0 auto;
}
.md_05 .img_cell.qr img {
width:100%;}

@media screen and (max-width: 767px) {
.md_05 .col {
width:50%; float:left; margin:0;}
.md_05  h3 {
	font-size: 1.2em;}
.md_05 .img_grid {
padding:0 15%;
}
.md_05 .img_cell.qr {
padding:0 10px; float:left;
}
}




.md_06 {margin-top:0px;}
.md_06 .col:last-child {
border-left:1px solid #ddd;}
.md_06 .col:last-child .cell {
margin-left:5%;}
.md_06 .sub_title {
clear:both; width:100%;}
.md_06 h1 {
font-size:3em; color:#333; float:left; width:20%;}
.md_06 h4 {
float:left;}
.md_06 p {
margin-top:20px;}
.md_06 .img_cell {
margin:0 auto; width:25%; float:left;}
.md_06 i {}

@media (max-width: 991px) {
.md_06 .side {
margin-top:0px;}
}

@media (max-width: 991px) and (min-width: 768px) {
.md_06 .side p {
font-size:0.95em;}
.md_06 .img_cell {
margin:30px auto 0; }
}

@media screen and (max-width: 767px) {
	.md_06 .side{
		padding:0 5%;	}
	.md_06 .img_cell {
width:70%; margin:0 auto; text-align:center;}
}



	




	
.board_gallery_output .board_output_gallery_img {
	border: 0px solid rgb(255, 0, 0); padding:0 10px 0 5px;}
.board_gallery_output .board_output_gallery_img img {
	width: 100%; height: auto; border-radius:5px; overflow:hidden; 
}
.board_gallery_output .board_output_gallery_img a {
	width: 100%; height: 100%; display: block; position: relative;
}
.board_gallery_output .board_output_gallery_img a::before {
	transition:0.2s ease-out; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: ""; opacity: 0; 
	background-color: #fff;
}
.board_gallery_output .board_output_gallery_img a:hover::before {
	opacity: 0.5;
}
.board_gallery_output tbody tr td {
 width: 10%;
}
.board_gallery_output tbody tr td table {
	border: 0; width: 100%; text-align: center;
}
.board_gallery_output .board_output .board_output_gallery_img br{
display:none;}
.board_output_gallery_subject {font-family:'nanum gothic'; color:#666; margin:5px auto 20px; display:inline-block;}
.board_output_gallery_subject a {font-family:'nanum gothic'; color:#666;}
.board_output_gallery_subject a:hover {text-decoration:none;}

	@media screen and (max-width: 767px) {	
		.board_gallery_output .board_output img{width:100%; height:auto;	}
	}

	@media screen and (max-width: 480px) {	
	.board_gallery_output .board_output_gallery_img {
	padding:0 5px;}
	}
	

	

.board_list_output .board_output .board_output tbody &gt; tr &gt; td {
	padding: 2px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
/*.board_list_output .board_output .board_output tr td:nth-child(1) {}
.board_list_output .board_output .board_output tr td:nth-child(2) {}*/
.board_list_output .board_output .board_output tr td:nth-child(3) {
	 text-align: right; }
.board_list_output .list_output .bd_out1 {
	padding: 2px 0px;
}
.board_list_output .board_output .board_output a {font-family:'nanum gothic'; color:#666;}
.board_list_output .board_output .board_output a:hover {text-decoration:none;}
.board_list_output .board_output {font-family:'nanum gothic'; font-size:15px; color:#777;}

@media (max-width: 991px) {
.board_list_output .board_output .board_output tr td:nth-child(3) {
	display:none;}
}



.board_blog_output .board_output .board_output tbody &gt; tr &gt; td {
	padding: 5px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
.board_blog_output .board_output .board_output tr td:nth-child(1) {
	display:none;}
.board_blog_output .board_output .board_output tr td:nth-child(2) {
	width: 20%;}
.board_blog_output .board_output .board_output tr td:nth-child(3) {
	width: 30%; text-align: left; padding-left:20px;
}
.board_blog_output .board_output .board_output tr td:nth-child(4) {
	width: 50%; padding-left:20px;}
.board_blog_output .board_output .board_output img {
width:100%; height:auto;}
.board_blog_output .board_output {font-family:'nanum gothic'; color:#777; }
.board_blog_output .board_output .board_output a {font-family:'nanum gothic'; color:#666;}
.board_blog_output .board_output .board_output a:hover {text-decoration:none;}

@media all and (max-width: 767px) {}






#pop {padding:0px; position:absolute; right:5%;bottom:0px; z-index:20;visibility:hidden;}
#pop .img_cell {
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
#pop .desc {position:absolute; left:0; top:50%; z-index:20; width:100%;
text-align:center;}
#pop .close_tab {text-align:center; position:absolute; bottom:0px; width:100%; height:30px; padding:0px 0; 
background:rgba(0,0,0, 0.4); font-size:0.9em;}
#pop .close_tab input {margin:0 0px -2px 0; }

@media screen and (max-width: 991px) {
			#pop, #pro {display:none;}			
	}

	
	
	#pro img {opacity:1; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
#pro img:hover {opacity:1;}




.modal-dialog {margin-top:100px;}
.modal-header .close {
	margin-top: -15px;font-size: 50px;}
.modal-header .close:hover {background:none;}
.modal-body {
  padding: 20px;
}
.modal-body img{ width:100%;}
.modal-body p{
  margin-top:20px; line-height: 30px;
}
	


	
.side_tab {
position:fixed; border-radius: 4px; width:190px; z-index:30; background: rgba(50,50,50,.8);
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}	
.side_tab.first {top:300px; border-radius: 4px; right: -140px; }
.side_tab.first:hover, .side_tab.second:hover {right: -20px}
.buy-theme span, .quick-question span {padding:0 10px; position: relative; top:0; opacity: 0}
.buy-theme:hover span, .quick-question:hover span {opacity: 1}
.buy-theme a, .quick-question a { color: #fff; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding:8px 15px; display: block }
.side_tab.second { top:350px; border-radius: 4px; right: -140px;}





	
.preloader{background-color:#f7f7f7;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;
-webkit-transition:.6s;-o-transition:.6s;transition:.6s;margin:0 auto}
.preloader .preloader-circle{width:100px;height:100px;position:relative;border-style:solid;border-width:1px;border-top-color:#0b1416;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;z-index:10;border-radius:50%;
-webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);background-color:#ffffff; margin:0 auto;
-webkit-animation:zoom 2000ms infinite ease;animation:zoom 2000ms infinite ease;-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-img{
position:absolute;top:50%;z-index:10;left:0;right:0;margin:0 auto; padding-top:0px; 
text-align:center;display:inline-block;
-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-img img{max-width:70px}

@-webkit-keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}
@keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}


  
  
	
	
	
	
/* Footer */
#footer{
	padding-top:80px; background:#fff;
}
	.bottom_info {
		position: relative;
		margin-top: 0px; padding:40px 0;
		background: #39454b;
		color: #bbb;
		overflow: hidden;
	}
	.bottom_info a  {
			color: #bbb;}
			
	.bottom_info  h4 {color:#ddd; font-size:1.15em;}
	.bottom_info  p {margin-top:10px;}
.bottom_info .info {margin-top:10px; font-size:0.9em;}
.bottom_info .info ul li {
	padding-bottom: 5px; width:100%;
}


.bottom_info .social {
	float: left; overflow: hidden;}
.bottom_info .social li {
float: left; margin-right:15px; border-radius: 50%; text-align:center;
	border:1px solid #999; transition:0.2s ease-out; width: 28px; height: 28px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; font-size:0.9em; line-height:19px;
}
.bottom_info .social i {
margin-top:4px; font-size:1.4em;} 
.bottom_info .social img { width: 100%;}


.copyright { padding:15px 0;
font-size:0.95em;}
.copyright .cell ul li {
	padding-bottom: 5px; float:left; }

@media (max-width: 991px) {}




/* scroll to top */
	.scrollToTop {
	border-radius: 2px; transition:0.1s ease-out; text-align: center; right: 20px; bottom: 20px; display: none; position: fixed; z-index: 100; background-color: rgb(17, 17, 17); -webkit-transition: all 0.1s ease-out;
}
.scrollToTop:hover {
	bottom: 25px;
}
.scrollToTop a {
	transition:0.1s ease-out; width: 40px; height: 40px; color: rgb(170, 170, 170); padding-top: 7px; font-size: 1em; display: block; -webkit-transition: all 0.1s ease-out;
}
.scrollToTop a:hover {
	color: rgb(255, 255, 255);
}



</pre></body></html>