@charset "utf-8";
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-padding-start: 0px;
    margin: 0px;
}

@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}

body {
	margin: 0px;
	padding:0px;
	position: relative;
	font-family: 'Nanum Gothic','맑은 고딕','Malgun Gothic',dotum, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #444;
	cursor: pointer !important;
}
*{
	margin:0px;
	padding:0px;
} 
a:hover, a:focus {
	text-decoration: none;
	outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
	color: #ff2838;
	cursor: pointer;
}
p {
	margin: 0px;
}
p ,div{
	cursor: default;
}
li {
	list-style: none;
}
b {
	font-weight: 700;
}
.table {
	margin-bottom: 0px;
}
input {
	border-radius: 0px !important;
}
hover {
	color: #fff;
}
.red {
	color: #d10815 !important;
}
.none {
	display: none;
}
.block {
	display: block;
}
.center {
	margin: 0 auto;
}
.border {
	border: 1px solid #d5d5d5;
}
.border-none {
	border: none !important;
}
.margin {
	margin: 0 10px;
}
section {
	float: left;
	background: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	opacity: 0.8;
    filter: alpha(opacity = 80);
}
.model-3 .spinner {
	width: 50px;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	height: 40px;
	border-radius: 0;
	-webkit-animation: rotateRct 1.2s ease-in-out infinite, color-change 1.3s ease-in-out infinite;
	animation: rotateRct 1.2s ease-in-out infinite, color-change 1.3s ease-in-out infinite;
}
@-webkit-keyframes color-change {
	0% {
	background: #009DDC;
	}
	33% {
	background: #50B949;
	}
	66% {
	background: #EE2D24;
	}
	100% {
	background: #FEB825;
  	}
}
@keyframes color-change {
	0% {
	background: #009DDC;
	}
	33% {
	background: #50B949;
	}
	66% {
	background: #EE2D24;
	}
	100% {
	background: #FEB825;
	}
}

@-webkit-keyframes rotateRct {
	0% {
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
	-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
	-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
@keyframes rotateRct {
	0% {
	-ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}
	50% {
	-ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}
	100% {
	-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
.navbar-default {
	position: absolute;
	z-index: 99;
	width: 100%;
	background: none;
	border: none;
	padding: 20px 50px;
	 -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.navbar-default .navbar-brand {
	padding: 10px 23px;
	margin-top: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus , .navbar-default .navbar-nav > li > a:focus{
	background: none;
	color: #395293;
}
.navbar-default .navbar-nav .active a:after {
	content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #395293;
    margin-bottom: 4px;
	margin-left: 5px;
}
.navbar-default .navbar-nav > li > a:after {
	content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    background: #fff;
    margin-bottom: 4px;
	margin-left: 5px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: "Arial","Helvetica";
	font-weight: bold;
	font-size: 15px;
	padding: 25px;
	letter-spacing:1px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #395293;
}
.navbar-default .blogicon img {
	margin-top: -5px;
}
.fixed-menu {
	position: fixed;
	padding: 0px 50px;
	background: rgba(0,0,0,0.9);
	border-radius: 0px;
}
#home {
	overflow: hidden;
	position: relative;
}
#home .banner-bg {
	background:#1e1e32;
	height: 100%;
	width: 100%;
	position: absolute;
	mix-blend-mode: multiply;
	opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: all 1.5s 0.2s;
    transition: all 1.5s 0.2s;
}
#home .text {
	position: absolute;
	z-index: 2;
	bottom: 30%;
	width: 100%;
}
#home .text .item1 {
	font-family: "Arial","Helvetica";
	font-weight: bold;
	font-size: 86px;
	color: #fff;
	line-height: 90px;
	letter-spacing: -5px;
	text-align: center;
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
	
}
#home .text .item2 {
	font-size: 67px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: all 0.6s 0.6s;
    transition: all 0.6s 0.6s;
}
#home .text .item3 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.7s 0.7s;
    transition: all 0.7s 0.7s;
}
#home .text .item4  {
	padding: 20px 40px;
	text-align: center;
	margin-top: 57px;
}
#home .text .item4 b {
	width: 15px;
	height: 15px;
	background: url(../images/icon001.png) no-repeat;
	display: inline-block;
}
#home .text .item4 .btn1 {
	font-size: 20px;
	color: #fff;
	position: relative;
	padding: 20px 40px;
	background: #395394;
	display: inline-block;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#home .text .item4 .btn1:hover {
	background: none;
}
#home .text .item4 .btn2:hover {
	border: 1px solid rgba(0,0,0,0)
}
#home .text .item4 .btn1:after {
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
#home .text .item4 .btn2:after {
    position: absolute;
    content: '';
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
#home .text .item4 .btn1:hover:after ,#home .text .item4 .btn2:hover:after {
	opacity: 1;
	transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
}
#home .text .item4 .btn2 {
	font-size: 20px;
	color: #fff;
	position: relative;
	padding: 20px 40px;
	margin: 10px;
	background: none;
	border: 1px solid #395394;
	display: inline-block;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#home .item5 {
	text-align: center;
	bottom: 20%;
	position: absolute;
	cursor: pointer;
	z-index: 2;
	width: 100%;
	animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}
#home .active .item1,#home .active .item2,#home .active .item3 {
	opacity: 1;
    filter: alpha(opacity=100);
}
#home .active .banner-bg{
	opacity: 0.5;
    filter: alpha(opacity=50);
}
#home .videobg {
	width: 100%;
	height: 100%;
	background: url(../images/video-bg.jpg) center center no-repeat;
	position: absolute;
    z-index: -1;
}
#portfolio {
	padding: 120px 0px;
	
}
#portfolio .hd h2 {
	font-size: 52px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#portfolio .hd h2:after {
	content: "";
	width: 30px;
	height: 4px;
	background: #395293;
	display: block;
	margin: 30px auto;
}

#portfolio .nav-tabs > li > a {
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
	border: none;
}
#portfolio .nav > li > a:hover, #portfolio .nav > li > a:focus {
    background: none;
}
#portfolio .nav-tabs {
	text-align: center;
	border: none;
	margin-bottom: 40px;
}
#portfolio .nav-tabs > li {
	display: inline-block;
	float: none;
	padding: 0px 30px;
}
#portfolio .nav-tabs > li.active > a, #portfolio .nav-tabs > li.active > a:hover, #portfolio  .nav-tabs > li.active > a:focus {
	border: none;
	color: #395293;
}
#portfolio .tab-content {
	text-align: center;
}
#portfolio .tab-content ul li {
	list-style: none;
	padding-left: 8px;
	padding-right: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}
#portfolio .tab-content ul li .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#portfolio .por-img-smail {
	position: relative;
	text-align: center;
}
#portfolio .por-img-smail:hover .hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
#portfolio .por-img-smail .hover .title {
	bottom: 10%;
    position: absolute;
    width: 100%;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#portfolio .por-img-smail:hover .hover .title {
	bottom: 20%;
}
#portfolio .por-img-smail .hover h2 {
	font-size: 22px;
	font-weight: 700;
}
#portfolio .por-img-smail .hover h2:after {
	content: "";
	width:40px;
	border-bottom: 1px solid #fff;
	display: block;
	margin: 20px auto;
}
#portfolio .por-img-smail .hover p {
	font-size: 15px;
	padding-bottom: 35px;
}
#portfolio .por-img-smail .hover a {
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	width: 34px;
	height: 34px;
	display: inline-block;
	border-radius: 20px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
}
#portfolio .por-img-smail .hover a:hover {
	background-color: rgba(255,255,255,0.5)
}
#portfolio .por-img-smail .hover .img-popup {
	margin-right: 50px;
	cursor: pointer;
	background-image: url(../images/icon-por-01.png);
}
#portfolio .por-img-smail .hover .site-link {
	margin-left: 50px;
	background-image: url(../images/icon-por-02.png);
}
#portfolio .por-img-smail:hover .hover a {
	margin: 0px 8px;
	opacity: 1;
    filter: alpha(opacity=100);
}
#portfolio .tab-content .tab-pane .more {
	padding: 20px 40px;
	background: #395293;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-top: 60px;
	cursor: pointer;
	position: relative;
}
#portfolio .tab-content .tab-pane .more:after {
	position: absolute;
    content: '';
    left: 3%;
    top: 11%;
    width: 94%;
    height: 78%;
    border: 1px solid #fff;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
#portfolio .tab-content .tab-pane .more:hover:after{
	opacity: 1;
    transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
}
#portfolio .tab-content .tab-pane .more img {
	margin: 0px 0px 4px 12px;
}
#portfolio .carousel-control {
	width: 70px;
}
#portfolio .modal-content {
	border-radius: 0px;
}
#portfolio .carousel {
	margin-bottom: 20px;
}
#portfolio .carousel-inner img {
	border: 1px solid #d7d7d7;
}
#portfolio .modal-header {
	padding: 0px;
	border: none;
}
#portfolio .ts {
	text-align: center;
}
#portfolio .ts .sitelink{
	margin-right: 25px;
}
#portfolio .ts button {
	background: none;
	border: none;
	margin-left: 25px;
}
#portfolio .ts button:focus {
	outline: none;
}
#portfolio .ts h2 {
	font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}
#portfolio  .left {
	background: url(../images/btn-left.png) center center no-repeat;
}
#portfolio .right {
	background: url(../images/btn-right.png) center center no-repeat;
}
.fixedbar {
	background: rgba(4,3,11,0.9);
	height: 128px;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	width: 100%;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.barclose {
	bottom:-200px;
}
.fixedbar .col-md-7 h2{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial","Helvetica";
	padding: 0px;
	margin: 26px 0px 0px 0px;
}
.fixedbar .col-md-7 p {
	font-size: 15px;
	color: #fff;
	letter-spacing:-1px;
}
.fixedbar .col-md-3 .phone {
	margin-top: 30px;
	padding: 0px 20px;
	border-left: 1px solid #383838;
	border-right: 1px solid #383838;
}
.fixedbar .col-md-3 p {
	font-size: 18px;
	color: #fff;
}
.fixedbar .col-md-3 img {
	margin-top: -20px;
	margin-right: 10px;
}
.fixedbar .col-md-3 span {
	color: #fadc12;
	font-size: 35px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
}
.fixedbar .col-md-5 {
	text-align: center;
}
.fixedbar .col-md-5 a {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 25px;
	display: inline-block;
}
.fixedbar .col-md-5 a img {
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.fixedbar .col-md-5 a:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.fixedbar .link_to_contact{
	margin-top: 25px;
	text-align: center;
}
#about {
	padding: 70px 0px;
	background: url(../images/about-bg.jpg) #111116;
	overflow-x: hidden;
	position: relative;
}
#about .about-bg {
	position: absolute;
	z-index: 0;
	right: 0px;
	top: 0px;
}
#about .txt {
	position: relative;
	z-index: 2;
	border: 1px solid #395293;
	background: #1a1a22;
	margin: 100px 150px 0px 250px;
	text-align: center;
	padding: 120px 0px;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#about .txt:after {
	position: absolute;
    content: '';
    left: -2%;
    top: -2%;
    width: 100%;
    height: 100%;
    border: 1px solid #395293;
    z-index: 1;
    opacity: 0;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
#about .txt:hover:after{
	opacity: 1;
    transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    -moz-transform: scale(1.0,1.0);
}
#about .txt h2 {
	font-size: 67px;
	font-family: "Arial","Helvetica";
	font-weight: bold;
	color: #fff;
}
#about .txt h2:after {
	content: "";
	width: 30px;
	height: 4px;
	background: #395293;
	display: block;
	margin: 55px auto;
}
#about .txt h4 {
	font-size: 27px;
	color: #a9a9a9;
	margin: 30px 0px;
	font-weight: 700;
}
#about .txt p {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
#about .line {
	width: 20px;
    height: 380px;
    background: #395293;
    position: absolute;
    z-index: -17;
    top: -20px;
    left: -20px;
}
#about .line1 {
	width: 380px;
    height: 20px;
    background: #395293;
    position: absolute;
    z-index: -17;
    top: -20px;
    left: -20px;
}
#about .list {
	padding-top: 160px;
}
#about .list li {
	list-style: none;
	margin-bottom: 120PX;
}
#about .list .hd {
	float: left;
	width: 26%;
	position: relative;
}
#about .list .hd span {
	font-family:  "맑은 고딕Bold","Malgun Gothic Bold";
	color: #395293;
	font-size: 18px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000000;
	display: block;
	position: absolute;
	left: -55px;
	top: -40px;
}
#about .list .hd h2 {
	font-family: "Arial","Helvetica";
	font-size: 32px;
	font-weight: bold;
	color: #395293;
	margin: 0px;
	padding: 0px;
}
#about .list .hd h2:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #395293;
	display: inline-block;
	margin-left: -15px;
}
#about .list .hd b {
	font-size: 15px;
	color: #686868;
}
#about .list .bd {
	color: #fff;
	font-weight: bold;
}
#about .list .bd h2 {
	font-size: 18px;
}
#about .list .bd p {
	font-size: 15px;
	color: #ccc;
}
.num {
	background: url(../images/num-bg.jpg) center center no-repeat;
	padding: 120px 0px;
}
.num h2 {
	font-size: 40px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	color: #000;
}
.num p {
	font-size: 22px;
	margin: 30px 0px 70px 0px;
}
.num .col-md-3 h2{
	font-family: "Arial","Helvetica";
	font-size: 75px;
	font-weight: bold;	
	color: #000;
	height: 100px;
}
.num .col-md-3 span {
	font-size: 17px;
}
.num .col-md-3 span:after {
	content: "";
	width: 30px;
	height: 1px;
	display: inline-block;
	background: #000;
	margin-left: 5px;
}

#service {
	background: url(../images/service-bg.jpg) #000 center center fixed no-repeat;
	padding: 185px 0px;
	text-align: center;
	color: #fff;
}
#service .title h2 {
	font-size: 67px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
}
#service .title h2:after {
	content: "";
	width: 30px;
	height: 4px;
	background: #395293;
	display: block;
	margin: 30px auto;
}
#service .title p {
	font-size: 32px;
	margin-bottom: 50px;
}
#service .bg {
	width: 315px;
    height: 315px;
    background: rgba(57,82,147,0.75);
    border-radius: 50%;
    margin-left: -22px;
	padding-top: 40px;
}
#service .bg h2 {
	font-size: 21px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
	margin-top: 15px;
    margin-bottom: 22px;
}
#contactus {
	background: url(../images/contact-bg.png) #111116;
}
#contactus .col-md-8 {
	padding: 120px 0px;
}
#contactus .col-md-4 {
	position: absolute;
    right: 0px;
}
#contactus .left .hd {
	font-size: 52px;
	font-weight: bold;
	font-family: "Arial","Helvetica";
	color: #fff;
}
#contactus .left .hd:after {
	content: "";
	width: 30px;
	height: 4px;
	background: #395293;
	display: block;
	margin: 20px 0px 60px 0px;
}
#contactus .left .bd ul li {
	margin-bottom: 20px;
	color: #fff;
}
#contactus .left .bd span {
	background: #395293;
	border-radius: 50%;
	padding: 10px;
	float: left;
}
#contactus .left .bd p {
	font-size: 15px;
	display: inline-block;
    padding-left: 15px;
    padding-top: 7px;
}
#contactus .left .bd p b {
	font-size: 34px;
	font-family: "Arial","Helvetica";
	font-weight: normal;
}
#contactus .left .bd .tips {
	color: #ccc;
	padding-top: 20px;
	font-size: 14px;
}
#contactus .left .form .form-control {
	border-radius: 0px;
	border: none;
	overflow-x: hidden;
}
#contactus .left .form .btn {
	width: 100%;
	background: #395293;
	color: #fff;
	border-radius: 0px;
	border: none;
	font-size: 16px;
	padding: 15px 0px;
}
#contactus .left .form a {
	margin-top: 25px;
}
#contactus .left .form img {
	cursor: pointer;
}
#contactus .left .form .form-group {
	margin-bottom: 10px;
}
#map {
  height: 400px;
  width: 100%;
 }
.family {
	background: #000000;
}
.family .hd p b {
	font-size: 22px;
	font-family: "Arial","Helvetica";
	font-weight: bold;
	display: block;
}
.family .hd p {
	background: #395293;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 110px 0px;
}
.family .bd {
	padding-top: 60px;
}
.family .bg {
	cursor: pointer;
	border: 1px solid #5e5e5e;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	padding: 20px 0px;
	margin-bottom: 30px;
	-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.family .bg:hover {
	border: 1px solid #395293;
}
.family .bg  p b {
	font-size: 17px;
	font-family: "Arial","Helvetica";
	font-weight: bold;
	letter-spacing: -1.5px;
	display: block;
	min-height: 72px;
}
.family .bg  p {
	font-size: 15px;
	padding-top: 10px;
	cursor: pointer;
	letter-spacing: -1.5px;
}
footer {
	background: #15151b;
	border-top: 1px solid #2d2d39;
}
footer .logo {
	padding: 45px 0px;
}
footer p {
	font-size: 13px;
	color: #c3c3c3;
	padding-bottom: 10px;
	padding-top: 45px;
}
footer span {
	font-size: 12px;
	color: #c3c3c3;
}
.famliy_list{
	width: 20%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
}



@media (max-width: 992px){
	.modal-lg {
		width: 900px;
	}
}
@media (min-width: 1240px){
	.modal-lg {
		width: 1240px;
	}
}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
} 

@media (max-width: 768px) {
	.famliy_list{
		width: 33.33333333%;
	}
	#home .text {
		bottom: 25%;
	}
	#home .text .item1 {
		font-size: 36px;
		line-height: 40px;
	}
	#home .text .item2 {
		font-size: 28px;
		margin-top: 10px;
	}
	#home .text .item3 {
		font-size: 12px;
		padding: 0px 15px;
		margin-top: 20px;
	}
	#home .text .item3 br {
		display: none;
	}
	#home .text .item4 .btn1 ,#home .text .item4 .btn2{
		font-size: 14px;
		padding: 10px 20px;
	}
	#home .text .item4{
		margin-top: 20px;
		padding: 20px 0px;
	}
	.navbar-default .navbar-brand {

		padding: 17px 10px;
	}
	.navbar-default {
  	  padding:0px;
	}
	.fixed-menu {
  	  padding:0px;
	}
	.navbar-default .nav > li {
		text-align: right;
		background: rgba(0,0,0,0.7)
	}
	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}
	.fixed-menu {
		background: none;
	}
	.navbar-default .navbar-header{
		padding: 20px 0px;
		-webkit-transition-duration: 0.5s;
    	transition-duration: 0.5s;
	}
	.fixed-menu .navbar-header {
		padding: 5px 0px;
		background: rgba(0,0,0,0.9);
	}
	.navbar-default .navbar-nav {
		margin-top: 0px;
	}
	#home .text .item4 b {
		margin-bottom: -2px;
		margin-left: 5px;
	}
	#home .item5 {
		bottom: 15%;
	}
	#portfolio {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	#portfolio .hd h2 {
    	font-size: 36px;
	}
	#portfolio .nav-tabs > li {
		padding: 0px;
	}
	#portfolio .nav-tabs > li > a {
		font-size: 14px;
		margin: 0px;
		padding: 10px 13px;
	}
	#portfolio .por-img-smail .hover p {
		padding-bottom: 20px;
	}
	#portfolio .por-img-smail:hover .hover .title {
		bottom: 15%;
	}
	#portfolio .tab-content .tab-pane .more {
		width: 100%;
		overflow: hidden;
		padding: 20px 0px;
		margin-top: 0px;
	}
	.fixedbar {
		position: inherit;
	}
	.modal-lg {
		width: 355px;
	}
	#about .txt {
		margin: 90px 15px;
    	padding: 50px 0px;
	}
	#about .line {
		width: 10px;
		height: 200px;
		top: -10px;
		left: -10px;
	}
	#about .line1 {
		width: 200px;
		height: 10px;
		top: -10px;
		left: -10px;
	}
	#about .txt h2 {
   		font-size: 52px;
	}
	#about .txt h2:after {
		margin: 35px auto;
	}
	#about .txt p {
		font-size: 12px;
	}
	#about .list {
		padding-top: 20px;
	}
	#about {
		padding: 0px;
	}
	#about .list .hd {
		float: none;
		width: 100%;
	}
	#about .list li {
		list-style: none;
		margin-bottom: 100PX;
		margin-left: 20px;
	}
	#about .list .hd span {
		left: 0px;
		top: -50px;
	}
	#about .list .bd p {
		font-size: 13px;
	}
	.num {
		padding: 70px 0px;
	}
	.num h2 {
		font-size: 22px;
		padding: 0px 15px;
		line-height: 30px;
	}
	.num p {
		font-size: 14px;
		margin: 10px 0px 20px 0px;
		padding: 0px 15px;
	}
	.num .col-md-3 h2 {
		font-size: 56px;
		height: 70px;
	}
	.num .col-md-3 {
		margin-bottom: 30px;
	}
	#service {
		padding: 80px 0px;
	}
	#service .title h2 {
		font-size: 36px;
	}
	#service .title h2:after {
		margin: 10px auto;
	}
	#service .title p {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#service .col-xs-6 {
		padding: 0px;
	}
	#service .bg h2 {
		font-size: 18px;
		margin-top: 5px;
    	margin-bottom: 15px;
	}
	#service .bg {
		width: 100%;
		height: 100%;
		background: none;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 40px;
	}
	#service .bg span {
		font-size: 12px;
	}
	#contactus .left .hd {
		font-size: 42px;
	}
	#contactus .left .form ,#contactus .col-md-4{
		margin-left: -15px;
		margin-right: -15px;
	}
	#contactus .col-md-4 {
		position: relative;
	}
	#contactus .col-md-8 {
		padding: 40px 0px;
	}
	#contactus .left .hd:after {
		margin: 20px 0px 40px 0px;
	}
	.family .hd {
		margin: 40px -15px 0px -15px;
	}
	.family .hd p {
		padding: 30px 0px;
	}
	.family .bd {
		padding-top: 30px;
	}
	.fixedbar {
		display: none;
	}
	footer .logo {
		padding: 40px 0px 10px 0px;
	}
	footer p {
		padding-top: 20px;
	}
	footer .col-md-9 {
		text-align: center;
		padding-bottom: 40px;
	}
	video{
		display: none;
	}
	.navbar-brand > img {
		width: 70%;
	}
}
/*am10:52ADD FILE UPLOAD CSS*/
.select_file_button {
    float: right;
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
    position: relative;
}

.upload {
    float: left;
    width: 100%;
	padding:10px 0px;;
}

.upload div.span {
    float: left;
    height: 25px;
    width: 70%;
}

.inputstyle {
    height: 25px;
    width: 98%;
    border: none;
    font-size: 12px;
    color: #5b5b5b;
    background: #f2f2f2;
    padding-left: 2%;
}

.file1 {
    background: #878787 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 25px;
    text-align: center !important;
    z-index: 1;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 25px;
    margin-left: 1%;
    width: 29%;
}

.file {
    cursor: pointer;
    height: 27px;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
/*END 2017/10/19 am11:02ADD FILE UPLOAD CSS*/
