/*---------------------------------------
COMMON STYLES             
-----------------------------------------*/
@import url('/assets/fonts/nanumbarungothic.css');    
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body {
    font-family: 'NanumBarunGothic', 'Roboto', sans-serif;
    overflow-x: hidden;
}


a, input { 
    word-wrap:expression( this.style.wordWrap="normal",this.hideFocus=true); 
}
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }




p {
    color: #f7f7f7;
    font-size: 14px;
    line-height: 23px;
    font-weight: 200;
    margin-bottom: 18px;
    letter-spacing: 0.01em;
}


/*-----s: section 1 -------*/

p.bg_green{
    color: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 18px;
    margin-top: 12px;
    letter-spacing: 0.01em;
}

/*-----e: section 1 -------*/


/*-----s: section 2 -------*/

p.three{
    width: 85%;
    margin-bottom: 18px;
    margin-top: 12px;
    letter-spacing: 0.01em;
}

/*-----e: section 1 -------*/



p.center{text-align:center; padding-top:20px;}
div.center{text-align:center; color:#fff; font-size:16px;font-weight:500;}

div.center button.greenBtn{background:#1abc9c;padding:10px 15px;margin-top:40px;margin-right:10px;border-radius:3px;bordeR:0}
div.center button.greenBtn a{background:#1abc9c;padding:10px 15px;margin-top:40px;margin-right:10px;border-radius:3px;bordeR:0}
div.center button.greenBtn:hover{background:#17a186;margin-right:10px;}
div.center button.greenBtn:hover a{background:#17a186;margin-right:10px;}

div.center button.blueBtn{background:#4b77be;padding:10px 15px;margin-top:40px;border-radius:3px;bordeR:0}
div.center button.blueBtn:hover{background:#3c64a4}
div.center button.blueBtn a{background:#4b77be;padding:10px 15px;margin-top:40px;border-radius:3px;bordeR:0}
div.center button.blueBtn:hover a{background:#6f6f6f;}

div.center button.whiteBtn{background:#fff;color:#4b77be;padding:10px 15px;margin-top:40px;margin-right:10px;border-radius:3px;bordeR:0}
div.center button.whiteBtn:hover{background:#d6d6d6;color:#4b77be;margin-right:10px;}
div.center button.whiteBtn a{background:#d6d6d6;color:#4b77be;padding:10px 15px;margin-top:40px;border-radius:3px;bordeR:0}
div.center button.whiteBtn:hover a{background:#d6d6d6;color:#4b77be;}


h2.sub_text{font-weight:200;color:3c3e4a;letter-spacing:0.01em;font-size:600px;}


/* 테이블 */
table{table-layout:fixed;border-collapse:collapse;}
.tbLayoutAuto	{table-layout:auto !important;}
.bbNone			{border-bottom:none !important;}
.bgnone			{background:none !important;}
table.bd0		{border-bottom:none !important;}
table.bd0		{border-bottom:none !important;}

/* list */
table.list{width:100%;border-top:2px solid #c0c7d9;}
	table.list th{padding:8px 0 7px 0;border-bottom:1px solid #dadce4;background:#f1f2f4;font-weight:bold;font-size:13px;line-height:20px;color:#555;text-align:center;vertical-align:middle;}
	table.list td{padding:8px 0 7px 0;border-bottom:1px solid #dadce4;font-size:15px;line-height:30px;color:#767676;text-align:center;vertical-align:middle;}
	table.list td.subject{padding-left:10px;text-align:left;}
	table.list a{color:#767676;font-weight:400;letter-spacing:-0.3px;}

@media( max-width: 768px ) {
	#list,
	#list thead,
	#list tbody,
	#list tr,
	#list th,
	#list td {
		display: block;
	}
	#list tr {
		border-bot해결 tom: 1px solid #ddd;
	}
	#list th,
	#list td {
		border-top: none;
		border-bottom: none;
	}
}

/*view*/
table.view{width:100%;border-top:2px solid #c0c7d9;}
	table.view th{padding:8px 0 7px 0;border-bottom:1px solid #dadce4;border-right:1px solid #dadce4;background:#f1f2f4;font-weight:bold;font-size:14px;line-height:24px;color:#555;text-align:center;vertical-align:middle;}
	table.view td{padding:8px 0 7px 10px;border-bottom:1px solid #dadce4;border-right:1px solid #dadce4;font-size:15px;line-height:30px;color:#767676;text-align:left;vertical-align:middle;}

	table.view td.contents{padding:13px 20px 10px 20px;line-height:24px;}
		table.view td.contents p,
		table.view td.contents div{line-height:20px;}

/* write */
table.write{width:100%;border-top:1px solid #c0c7d9;}
	table.write th{padding:8px 0 7px 0;border-bottom:1px solid #dadce4;border-right:1px solid #dadce4;background:#f1f2f4;font-weight:bold;font-size:14px;line-height:24px;color:#555;text-align:center;vertical-align:middle;}
	table.write td{height:40px;padding:0 0 0 10px;border-bottom:1px solid #dadce4;border-right:1px solid #dadce4;font-size:14px;line-height:24px;color:#767676;text-align:left;vertical-align:middle;}

tr.ls1 th,
tr.ls1 td{letter-spacing:-1px !important;}
tr.f11 th,
tr.f11 td{font-size:11px !important;}

th.pad0,
td.pad0{padding-top:0 !important;padding-bottom:0 !important;}

tr.last th,
tr.last td{border-bottom:none !important;}

th.noBorder,
td.noBorder{border-right:none !important;}

tr.sum th{background:#f2f2f2 !important;font-weight:bold !important;color:#555555;}
tr.sum td{background:#f2f2f2 !important;font-weight:bold !important;color:#767676;}

/*bullet DL*/
.bulletDl{width:100%; overflow:hidden; color:#3c3e4a; font-weight:300;}
.bulletDl dt{background: url('../images/bul_footer_cir.gif') no-repeat left 6px; padding-left:12px; margin-left:18px;float:left; font-size:13px; font-weight:400;}
.bulletDl dt.first{background:none; padding:0; margin:0; color:#3c3e4a; font-size:13px; font-weight:400;}
.bulletDl dd{color:#1abc9c; padding-left:7px; float:left; font-size:13px; font-weight:400;}

/*페이징*/
#paging{position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center;
font-size: 10px;
clear:both;
margin-top:35px;
}
#paging a{margin-right:2px;}
#paging span.bar{background: url('../images/paging_bar.gif') no-repeat top center; vertical-align:top; padding: 0 9px 0 10px; height:30px; display:inline-block; }
#paging span.num{display:inline-block; background: url('../images/paging_bg.png') no-repeat 0 0; height:30px; width:30px; margin-right:2px;}
#paging span.num a{height:25px; width:25px; display: inline-block; font-size:13px; text-align:center; line-height:30px; color:#797c74;}
#paging span.num a:hover{color:#fff;}
#paging span.num:hover{background: url('../images/paging_bg_on.png') no-repeat 0 0; color:#1abc9c;}
#paging span.num.on{background: url('../images/paging_bg_on.png') no-repeat 0 0; color:#1abc9c;}
#paging span.num.on a{color:#fff;}
#paging span.num.last{margin-right:0;}


/*보기영역*/
.newsArea{float:left; border-top:2px solid #c0c7d9; border-bottom:1px solid #c0c7d9; position:relative; width:100%;}
.newsArea h4{font-size:24px; letter-spacing:-1px; display:inline-block; zoom:1; font-weight:200;
*display:inline; margin-bottom:10px; padding:10px 0; no-repeat left bottom; position:relative;}
.newsArea span.roundBtn02Gray{color:#; margin:2px 10px 0 0; color:#555;}
.newsArea p.newsTxt{text-align:left; font-size:15px; margin-top:25px; line-height:1.5; color:#7a7a7a; min-height: 150px;}
.newsArea p.qnaTxt{margin-top:25px; line-height:1.5; color:#7a7a7a; min-height:195px; padding-bottom:45px;}
.newsAreaImg{margin:40px 0 0;}
.source{margin-top:30px; color:#898989; font-size:13px;}
.result_text .icon .fa {text-align:center;color: #4b77be; font-size: 40px; font-weight: 600;margin-bottom:20px;}
.result_text{text-align:center;padding-top:20px;padding-bottom:10px;float:center;font-size:22px;letter-spacing:-1px; color:#4b77be;}

.pagetop {
margin-top:100px;}


.no-pading {
    padding-left: 0px;
    padding-right: 0px;
}

.no-pading .row {
    margin-left: 0px;
    margin-right: 0px;
}

.no-pading .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.type_one {
    background: #f4f4f4;
}

.type_two {
    background-color: #1abc9c;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: inherit !important;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    width: inherit !important;
    padding-left: 15px;
    margin: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
}

.type_three {
    background: #fff;
}

.section_header {
    text-align: center;
    padding: 100px 0px 50px 0px;
}

.section_header.left {
    text-align: left;
}

.section_header h2 {
    color: #3c3e4a;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: uppercase;
}

.section_header h2.bg_green{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: uppercase;
}

.section_header h2:after {
    position: absolute;
    width: 30px;
    content: "";
    display: block;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #4b77be;
}

.section_header.left h2:after {
    left: 0%;
    margin-left: 0px;
}

.section_header h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: uppercase;
}

/* S; 녹십자 소개 TOP TEXT부분 */

.section_header_wh {
    text-align: center;
    padding: 80px 0px 55px 0px;
}

.section_header_wh.left {
    text-align: left;
}

.section_header_wh h2 {
    color: #3c3e4a;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: uppercase;
}

.section_header_wh h2.bg_green{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: 0.01em;
    position: relative;
    text-transform: uppercase;
}

.section_header_wh h2:after {
    position: absolute;
    width: 30px;
    content: "";
    display: block;
    bottom: -40px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #fff;
}


.section_header h4 {
    font-size: 17px;
    color: #ededed;
    font-weight: 300;
    padding-top: 61px;
    line-height: 28px;
    letter-spacing: -1px;
}


.section_header_wh.left h2:after {
    left: 0%;
    margin-left: 0px;
}

/* e; 녹십자 소개 TOP TEXT부분 */



.section_header p {
    font-size: 17px;
    color: #7a7a7a;
    font-weight: 300;
    padding-top: 45px;
    line-height: 28px;
    letter-spacing: -1px;
}


.crafty_btn {
    color: #fff;
    font-size: 16px;
    letter-spacing:0.01em;
    text-transform: uppercase;
    font-weight: 500;
}
a.crafty_btn {
    font-weight: 400;
    color: #d4fff0;
    position: relative; 
    padding-left: 0px;
    border: 0px;
    border-radius: 0px;
    padding-right: 1px;
    text-decoration: none;
    margin-left: 40px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
a.crafty_btn:before {
    position: absolute;
    display: block;
    content: "+";
    width: 24px;
    height: 24px;
    left: -40px;
    top: 0px;    
    border: 1px solid #d4fff0;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

a.crafty_btn:hover {
    background: #79e7d1;
    color: #fff;
}

a.crafty_btn:hover:before {
    background: #0ba889;
    border: 1px solid #79e7d1;
}

.section_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat-x;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------
    HEADER         
-----------------------------------------*/

header {
}

.header_overlay {
    background: rgba(0, 0, 0, 0.9); /*배경색 투명화*/
    
}
/*---------------------------------------
    NAV         
-----------------------------------------*/

.navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: #858790;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-weight: 500;
    letter-spacing: 0.01em;
  
}

.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:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #1abc9c;
    background-color:transparent;
    opacity:0.9;
    border-bottom: 1px; 
    font-weight: 500;
    letter-spacing: 0.01em;
    outline: none;
}

.navbar-default .navbar-nav>li>a:focus{
    color: #858790;
}


.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar-brand>img {
    max-height: 20px;
}
    @media (min-width: 768px) {
    .navbar-default {
        background: rgba(50, 50, 50, 0);
        border: 0px;
        border-radius: 0px;
        margin-bottom: 0px;
    }
    .navbar-brand,
    .navbar-nav>li>a {
        padding-top: 40px;
        height: inherit;
    }
}

@media (max-width: 768px) {
    .navbar-default {
        background: #fff !important;
        margin-top: -100px;
    }
    .navbar-brand,
    .navbar-nav>li>a {
        padding-top: 15px !important;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        letter-spacing: 1px;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    max-height: 100%;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:visited {
background-color: transparent;
border-color:transparent; 
}    




/*---------------------------------------
    SLIDER        
-----------------------------------------*/


.carousel-inner {
    display: table;
}

.carousel {
    z-index: 13;
}

.slider .item {
    padding-bottom: 10px;
}

.carousel-inner>.item .container {
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-height: 643px;
    min-height: 500px;
}

.carousel-inner>.item .container h1 { 
    margin-top:10px;
    font-size: 130px;
    font-weight: 500;
    color: #ebebeb;
    /*
    text-transform: uppercase;
    */
}


@media(max-width: 600px){
    .carousel-inner>.item .container h1 {
        font-size: 60px;
    }    
}
.carousel-inner>.item .container h1 span {
    color: #f34d65;
}

.carousel-inner>.item .container p {
    font-size: 17px;
    font-weight: 200;
    color: #f3f3f3;
    letter-spacing: 0.01em;
    line-height: 26px;
}

.carousel-control.left,
.carousel-control {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control img {
    position: absolute;
    margin-top: -23px;
    top: 50%;
}

.carousel-control.left img {
    left: 15px;
}

.carousel-control.right img {
    right: 15px;
}

.we_are .owl-theme .owl-controls {
    margin-top: 14px;
}

a.left.carousel-control {
    background-image: none;
}

a.right.carousel-control {
    background-image: none;
}

a.left.carousel-control:hover {
    cursor: url(../images/sl_right.png), auto;
}

a.right.carousel-control:hover {
    cursor: url(../images/sl_left.png), auto;
}
.down_btn{
    height: 30px;
    width: 100%;
}


.down_btn a{}
.floating{
    float: middle;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    margin-top: 5px;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}

/*BACKGROUND SLIDER*/


.slider {
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: inherit;
    max-height: inherit;
    min-height: 0px;
    min-width: 0px;
    height: 0px;
    width: 0px;
    position: relative;
    z-index: 5;
}

.carousel-inner>.item {
    background-size: cover !important;
}

.carousel-inner>.item>.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.35);
}

.carousel-inner>.item>.container {
    z-index: 8;
    position: relative;
}

.down_btn {
    position: absolute;
    bottom: 100px;
    z-index: 99;
}

.carousel-control {
    width: 25%;
    z-index: 5000;
}

.carousel-inner>.item h1 {
    /*animation*/
    
    -webkit-transform: translateY(-1000px);
    -moz-transform: translateY(-1000px);
    -ms-transform: translateY(-1000px);
    -o-transform: translateY(-1000px);
    transform: translateY(-1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}

.carousel-inner>.active h1 {
    /*animation*/
    
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.carousel-inner>.item p {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}

.carousel-inner>.active p {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}



.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 5000;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/*---------------------------------------
    FEATURED PROJECT         
-----------------------------------------*/

.fe_item {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.fe_item img {
    max-height: 186px;
    width: 100%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-bottom: 5px solid transparent;
    background-position: center center;
    /*transition*/
    
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.fe_pro_overlay:hover {
    border-color: #4b77be;
    background-color: rgba(0, 0, 0, 0.5);

}

.fe_item:hover img {}

.fe_pro_overlay a {
    width: 100%;
    text-align: center;
    height: 100%;
    display: block;
}

.fe_project .owl-wrapper-outer{
    overflow: hidden;
    padding-bottom: 50px;
    background-color: #fff;
}
.fe_project .owl-item{
    position: relative;
    transition: all 1s;
}
.fe_project .owl-item:hover{
    box-shadow: 0px 10px 30px -4px rgba(0, 1, 1, .71);
    z-index: 5000;
}
.fe_pro_overlay a:hover {
    cursor: url(../images/plus.png), auto;
}    
/*---------------------------------------
    ABOUT         
-----------------------------------------*/

.we_are {
    text-align: left;
}

.we_are .section_content {
    padding-bottom: 95px;
}

.we_are .wig .icon .fa {
    color: #4b77be;
    font-size: 40px;
    font-weight: 600;
    margin-left: 50px;
}

.wig_text {
    margin-top: 43px;
    border-left: 1px solid #E4E3E3;
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
}

.wig_text.first {
    border-left: 0px;
}

.we_are .wig h2 {
    color: #3c3e4a;
    font-size: 17px;
    font-weight:600;
    margin-top: 0px;
    letter-spacing:3px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.we_are .wig p {
    color: #7a7a7a;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 300;
}

.wig_text:before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 25px;
    height: 3px;
    width: 20px;
    background: #3c64a4;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.wig:hover div.wig_text:before {
    opacity: 1
}

@media(max-width: 991px) {
    .wig {
        padding-bottom: 90px;
    }
    .wig_text {
        border-left: 0px solid #000;
    }
}
/*---------------------------------------
OUR HISTORY         
-----------------------------------------*/

.history {
    text-align: left;
}

.history .section_header {
    padding-bottom: 45px;
}

.his_img {
    padding-top: 70px;
    text-align: center;
}

.history .crafty_btn {
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 85px;
}

.history p span {
    color: #4b77be;
}

.history p b {
    color: #7a7a7a;
}
/*---------------------------------------
TESTIMONIAL         
-----------------------------------------*/

.testmonial_cont {
    background-color: rgba(50, 95, 124, 0.22);
    background-image: url(../images/rnd_back.png);
    /*background-size*/
    background-size: cover;
    background-position: center center;
}

.testmonial_cont_overlay {
    background-color: rgba(0, 0, 0, 0.25);
    
}
.testmonial {
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom:80px;
    text-align: center;
}

.testmonial .testmonial-caption {
    color: #ffffff;
}

.testmonial .testmonial-caption p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing:0.01em;
    color: #FFF;
    padding-bottom: 20px;
}

.testmonial .testmonial-caption .cli_info {
    font-size: 25px;
    line-height: 26px;
}

.testmonial .testmonial-caption .cli_name {
    font-weight: 600;
    font-size: 25px;
}

.testmonial .testmonial-caption .cli_com {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.03em; 
}

.testmonial .testmonial-caption .cli_com a,
.testmonial .testmonial-caption .cli_com a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #f34d65;
    text-decoration: none;
}

.testmonial .carousel-indicators li {
    width: 40px;
    /*border-radius*/
    
    border-radius: 0px;
    height: 12px;
    margin: 1px;
}

.testmonial .carousel-indicators {
    bottom: -45px;
}
/*---------------------------------------
PORTFOLIO         
-----------------------------------------*/

.portfolio {}

.bf ul.filter li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    background: transparent;
    border: 0px;
    color: #7a7a7a;
    font-weight: bold;
    margin-bottom: 4px;
    position: relative;
    text-align: left;
    margin-right: 20px;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 300;
}
.bf ul.filter li a:focus{
    outline: none;
}
.bf ul.filter li a:before {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 30px;
    background: transparent;
    content: '';
    height: 1px;
}

.bf ul.filter li a.active {
    background: transparent;
    border: 0px;
    color: #333;
    font-weight: 500;
}

.bf ul.filter li a:hover:before,
.bf ul.filter li a.active:before {
    background: #fc2736;
}

.bf ul.items.bflayhover li .caption {
    background-color: rgba(0, 0, 0, 0.1) !important;
    z-index: 20;
    border-bottom: 5px solid transparent;
    background-position: center center;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bf ul.items.bflayhover li .caption:hover {
    border-color: #4b77be;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bf ul.items.bflayhover li .caption a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bf ul.items.bflayhover li .caption a:hover {
    cursor: url(../images/plus.png), auto;
}

.bf ul.items.bflayhover li .caption:hover {
    background: rgba(0, 0, 0, .35);
}

.bf ul.items li img {
    width: 100%;
}

.bf ul.filter {
    margin-bottom: 50px;
}

@media(max-width: 627px) {
    .bf ul.filter li a:before {
        bottom: 4px
    }
    .bf ul.filter li a {
        line-height: 35px;
    }
}

@media (min-width: 1368px) {
    .bf.full-width ul.items li {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .pp_pic_holder.pp_default {
        width: 100%!important;
        margin-top: -100px !important;
        left: 0!important;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0!important;
    }
    .pp_content {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
        display: none!important;
    }
    #pp_full_res img {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details {
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
        height: 48px;
    }
    a.pp_close {
        right: 10px!important;
        top: 10px!important;
    }
    .bigbtn1 p{
    	font-size:10px;}
}
/*---------------------------------------
SERVICES         
-----------------------------------------*/

.services {}

.services .nav-tabs .fa {
    font-size: 40px;
    color: #777777;
    margin-bottom: 25px;
}

.services .nav>li>a {
    padding: 40px 1px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    /*border-radius*/
    
    border-radius: 0px 0px 0 0;
    border: 0px;
    color: #333;
    margin-bottom: 0px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #F4F4F4;
}

.services .tab-pane {
    padding: 50px 0px;
}

.service-tab-desc h2 {
    color: #3c3e4a;
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 55px;
}

.service-tab-desc p {
    font-size: 16px;
    margin-bottom: 80px;
    margin-top: 35px;
}

.service-tab-desc b {
    font-weight: 300;
    color: #c5c5c5;
}

.service-tab-desc p span {
    color: #4b77be;
}

.services .skill {
    margin-bottom: 5px;
    color: #979797;
    font-size: 16px;
    font-weight: 300;
}

.services .progress {
    height: 5px;
    border-radius: 0px;
    margin-bottom: 30px;
    background-color: #E4E3E3;
}
.progress-bar{
  -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;    
}
.progress-bar-success {
    background-color: #4b77be;
}

.extra-margin {
    margin-top: 50px;
}

.services .nav-services>li.active>a,
.nav-services>li.active>a:hover,
.nav-services>li.active>a:focus {
    background-color: none;
    border: 0px;
    position: relative;
    
}


.nav-services li.active:before {
    content: "";
    position: absolute;
    left: 15%;
    bottom: -7px;
    background-color: #f4f4f4;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.services ul.nav-tabs li.active i {
    color: #fc2745;
}

.services>.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 0px;
    color: #333;
}


@media(max-width: 768px) {
    .nav-services li.active:before {
        background-color: transparent;
    }
}
/*---------------------------------------
    PROCESS         
-----------------------------------------*/

.the_process {
    background-color: #f4f4f4;
    text-align: center;
    padding-bottom: 10px;
}

.process_title {
    font-size: 55px;
    font-weight: 900;
    color: #4b77be;
    text-transform: uppercase;
    position: relative;
}

.process_title span {
    display: inline-block;
    background: #131217;
    position: relative;
    z-index: 4;
    padding: 0 25px;
}

.process_title span:after,
.process_title span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: red;
    border-radius: 50%;
}

.process_title span:after {
    left: 0;
}

.process_title span:before {
    right: 0;
}

.process_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted red;
}

.the_process .nav-tabs>li>a {
    color: #4b77be;
    text-transform: uppercase;
    font-weight: bold;
}

.the_process .nav-tabs>li>a span {
    display: inline-block;
    background: #f4f4f4;
    padding: 0 16px;
    opacity: 0;
    font-size: 0px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.the_process .nav-tabs>li>a,
.the_process .nav-tabs>li>a:hover,
.the_process .nav-tabs>li>a:focus {
    background: transparent;
    outline: none;
}

.the_process .nav-tabs>li.active>a,
.the_process .nav-tabs>li.active>a:hover,
.the_process .nav-tabs>li.active>a:focus {
    font-size: 55px;
    color: #4b77be;
    background: transparent;
    border: 0px solid #fff;
    outline: none;
}

.the_process .nav-tabs>li.active>a span,
.the_process .nav-tabs>li.active>a:hover span,
.the_process .nav-tabs>li.active>a:focus span {
    font-size: 50px;
    opacity: 1;
}

.the_process .nav-tabs .fa {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 25px;
    color: #787878;
    font-size: 35px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.the_process .nav-tabs .fa:hover {
    color: #4b77be;
}

.the_process .nav-tabs>li.active>a .fa {
    bottom: 100px;
    font-size: 70px;
    color: #787878;
}

.the_process .nav-tabs>li .fa:before {
    background: #f4f4f4;
    padding: 10px;
}

.the_process .tab-pane {
    padding-top: 0px;
}

.the_process .nav-tabs>li {
    position: relative;
}

.the_process .nav-tabs>li:before {
    position: absolute;
    content: "";
    height: 0px;
    border-top: 1px dotted #959494;
    width: 100%;
    bottom: 80px;
    left: 0;
}

.single_process a .fa {
    color: #787878;
    font-size: 42px;
}

.tab-content p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
}

.tab-content b {
    color: #7a7a7a;
}

.tab-content p span {
    color: #4b77be;
}

.single_process.two .process_text {
    margin-left: 15%;
}

.single_process.three .process_text {
    margin-left: 30%;
}

.single_process.four .process_text {
    margin-left: 45%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .process_text {
        width: 82%;
    }
    .single_process.two .process_text {
        margin-left: 6%;
    }
    .single_process.three .process_text {
        margin-left: 12%;
    }
    .single_process.four .process_text {
        margin-left: 18%;
    }
}

@media (max-width: 768px) {
    .process_text {
        margin-left: 0px;
        width: 100%;
    }
    .single_process.two .process_text,
    .single_process.three .process_text,
    .single_process.four .process_text {
        margin-left: 0px;
    }
    .the_process .nav-tabs .fa {
        bottom: 38px
    }
}
/*---------------------------------------
FUN FACTS         
-----------------------------------------*/

.fact_number_cont {
    background-image: url(http://placehold.it/1920x1080);
    background-size: cover;
    background-position: center center;
}

.fact_number_cont_overlay {
    background: rgba(0, 0, 0, 0.5);
}

.fact_number {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 90px 0px;
}

.fact_number .fa {
    font-size: 55px;
    color: #fff;
    background-color: #4b77be ;
    border-radius: 50%;
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    line-height: 114px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fact_number .col-sm-4:hover .fa {
    background-color: #4b77be;
    color: #fff;
}

.fact_number .number {
    font-size: 50px;
    color: #ffffff;
}

.fact_number span {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
}
/*---------------------------------------
TEAM         
-----------------------------------------*/

.team {}

.team .thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 71px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #E4E3E3;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team .thumbnail .caption {
    color: #ababab;
    position: relative;
    background: transparent;
}

.team .thumbnail .caption h3 {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}

.team .thumbnail .caption p {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 300;
    font-style: italic;
}

.team_social h4 {
    color: #636363;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.thumbnail:hover {
    background-color: #F4F4F4;
}

.team .thumbnail .caption .team_social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f4f4f4;
    left: 0;
    z-index: 26;
    font-size: 15px;
    padding-top: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #636363;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image img {
    width: 100%;        
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image{
    background: rgba(0,0,0,.5);
    position: relative;
}

.team .thumbnail:hover div.team_member_image {
    background-color: rgba(0,0,0,.5);
}

.team .thumbnail .caption .team_social .fa {
    color: #7a7a7a;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .thumbnail .caption .team_social .fa:hover {
    color: #4b77be;
}

.team .thumbnail {
    position: relative;
}

.team .thumbnail .team_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team .thumbnail:hover .team_overlay {
    cursor: url(../images/plus.png), auto;
    background-color: rgba(0,0,0,.3);
}

.team .thumbnail:hover .caption .team_social {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*---------------------------------------
TWITTER FEED         
-----------------------------------------*/

.twtter_feed_cont {
    background-color: #1abc9c;
    background-image: url(../images/twbg.png); 
    background-size: cover;
    background-position: center center;
}

.twtter_feed {
    font-size: 25px;
    color: #ffffff;
    padding: 45px 0;
    position: relative;
    z-index: 2;
    font-weight: 100;
}

.twtter_feed_overlay {
    background: transparent;
}

.twtter_feed .container-fluid {
    position: relative;
    z-index: 2;
}

.twtter_feed .acc_info {
    font-size: 18px;
}

.twtter_feed .acc_name {
    font-size: 25px;
    font-weight: bold;
}

.twiter_feed_section {
    background: rgba(40, 40, 40, 0);
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 5;
}

.twiter_feed_section .container {
    overflow: hidden;
}

.twiter_header {
    padding-bottom: 40px;
}

.tw_slider .reviewer_info {
    padding-bottom: 40px;
}

.tw_slider .item {
    width: 100%;
}

.tw_slider .item blockquote {
    border-left: 0px;
    font-size: 24px;
    font-weight: 100;
    line-height: 35px;
    position: relative;
    color: #fff;
}

.tw_slider .item blockquote:after,
.tw_slider .item blockquote:before {
    position: absolute;
    font-size: 24px;
    color: #19c5b7;
    font-family: FontAwesome;
}

.tw_slider .item blockquote span.user {
    font-weight: 400;
}

.tw_slider .item blockquote a {
    text-decoration: none;
    color: #FFF;
}

.tw_slider .item blockquote span.time {
    font-size: 14px;
}

.owl-stage-outer {
    overflow: hidden;
}

.tw_slider .owl-pagination .owl-page,
.qutoSilder .owl-pagination .owl-page {
    display: inline-block;
}

.tw_slider .owl-pagination .owl-page span,
.qutoSilder .owl-pagination .owl-page span {
    background: transparent !important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: inherit !important;
    border-bottom: 2px solid transparent;
    border-radius: 0px !important;
    width: inherit !important;
    padding-left: 15px;
    margin: 5px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tw_slider .owl-pagination .owl-page.active span,
.tw_slider .owl-pagination .owl-page:hover span,
.qutoSilder .owl-pagination .owl-page.active span,
.qutoSilder .owl-pagination .owl-page:hover span {
    background: transparent;
    border-color: #4b77be;
    color: #4b77be;
    padding-left: 15px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 0px;
    padding-left: 15px;
    font-size: 16px;
}

.twtter_feed .owl-controls {
    display: block;
    width: 100%;
    height: 31px;
    text-align: center;
}

.twtter_feed .owl-controls .owl-pagination {
    display: block;
    display: inline-block;
    margin: 0 auto;
}

.twtter_feed .owl-controls .owl-pagination .owl-page {
    display: inline-block;
    width: 40px;
    height: 12px;
    background: transparent;
    margin: 2px;
    border: 1px solid #fff;
}

.twtter_feed .owl-controls .owl-pagination .owl-page.active {
    background: #fff;
}

.tw_ic .fa {
    color: #FFF;
}

.qot {
    color: #4b77be;
    font-size: 30px;
    font-family: arial;
    font-weight: bold;
    display: inline-block;
    padding: 5px;
}
/*---------------------------------------
PRICING TABLE         
-----------------------------------------*/
.price_area{
    text-align: center;
}
.price {
    border-top: 1px solid #E4E3E3;
}

.price .price_single {
    overflow: hidden;
    position: relative;
    padding: 120px 50px;
    min-height: 380px;
    border-left: 1px solid #E4E3E3;
}

.price .price_single:first-child {
    border-left: 0px solid #2a2a2a;
}

.price .price_single:hover {
    background-color: #f4f4f4;
}

.price .price_single.border {
    border-right: 1px solid #e6e6e6;
}

.price div.desc {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    color: #c4c4c4;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.price .main {
    transition: all 300ms cubic-bezier(.07, .58, .39, 1);
}

.price .price_single:hover .service-intro {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.price .price_single:hover .desc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@media(max-width:768px){
.price .price_single .desc{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.price .price_single .main {
margin-top: -100px;
}
}
.price .price_single:hover .main {
    margin-top: -100px;
}

.price-btn {
    position: absolute;
    bottom: -33px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
}

.price-btn a {
    padding: 18px 45px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.price-btn a:hover {
    margin-left: 35px
}

.main h3 {
    color: #4b77be;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main h5 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.desc ul li {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 300;
}

/*---------------------------------------
BLOG         
-----------------------------------------*/

.blog{
    padding-bottom: 80px;
}

.single_blog {
    background: #f4f4f4;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_blog_image img {
    width: 100%
}

.blog_caption {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.blog_caption h2 a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.blog_caption h4 {
    font-size: 14px;
    color: #979797;
    font-weight: 300;
    margin-top: 2px;
}

.blog_caption h4 a {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 300;
    text-decoration: none;
    font-style: italic;
}

.blog_caption p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
    line-height: 28px;
}

.blog_single_link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.blog_single_link a {
    padding: 18px 45px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.blog_single_link a:hover {
    margin-left: 35px;
}

.single_blog:hover div.blog_single_link {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.single_blog:hover {
    box-shadow: 0px 7px 14px rgba(0,0,0,.2.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-blog-btn {
    margin-top: 60px;
}

.blog-btn,
.blog-btn:visited,
blog-btn:focus {
    background: transparent;
    color: #4b77be;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #4b77be;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.blog-btn:hover{
    background-color: #4b77be;
    color: #fff;
}

@media(max-width: 991px) {
    .single_blog {
        margin-bottom: 60px;
    }
}
/*---------------------------------------
SUBSCRIBE         
-----------------------------------------*/    

.subscribe_area{
    background-size: cover;
    background-position: center;    
    background-color: #5b86ca;
}

.subscriber {
    padding-bottom: 60px;
}
.subscriber h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: -1px;
    padding-top: 30px;
    padding-bottom: 21px; 
    font-weight: 500;
}
.subscriber h4{
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    font-size: 17px;        
}
.subscribe_area .section_header{
    padding:60px 0;
}
.subscribe_area .section_header h1{
    color: #fff;
}

.subscriber form {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 100px;
}

.subscriber form input,
.subscriber form button {
    display: inline-block;
    
}
.subscriber .form-control, .subscriber .form-control :visited, .subscriber .form-control:active{
    height: 50px;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #fff;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;        
}  
.subscriber .form-control:focus{
    border: 1px solid #FD4D66;
    border-color: #FD4D66;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);
}
.subscriber form input[placeholder]{
    color: red
}
.subscriber form input[text]{
    color:red
}
.subscriber form input {
    width: 65%;
    margin-right: 3%;
}

.subscriber form button, .subscriber form button:focus, .subscriber form button:hover, .subscriber form button:active, .subscriber form button:visited {
    display: inline-block;
    width: 28%;
    background-color: #4b77be ;
    color: #fff;
    padding: 11px 0px;
    margin-top: -2px;
}



.subscriber form button:hover {
    color: #fff;
}

.subscriber p {
    color: #7a7a7a;
    font-size: 15px;
}

.subscriber p a {
    text-decoration: none;
    color: #4b77be;
    font-weight: 500;
}

.InputEmail1_lab {
    display: block;
}

.InputEmail1_lab.error {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.InputEmail1_lab.valid {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

/*---------------------------------------
BIG BTN        
-----------------------------------------*/

.bigbtn_box{background:url('../images/bg_btn.jpg');background-size:100% auto}
.bigbtn1 {
	background-color: #1abc9c;
	border:none; 
	float:left;
    display: block;
    width: 50%;
    height: 155px;	 
	clear:both
    
}

.bigbtn2 {
	background-color: #4b77be;f
	border:none;
	float:right;
    display: block;
    width: 50%;
    height: 155px;	
}

.btn1_box{margin:0 auto;padding:55px 30px 0 0;text-align:left;display:block;overflow:hidden;}
.btn1_box a{color:#fff;font-size:33px;letter-spacing:-1px;font-weight:100;}
.btn2_box{margin:0 auto;padding:55px 0 0 30px;text-align:left;display:block;overflow:hidden;}
.btn2_box a{color:#fff;font-size:33px;letter-spacing:-1px;font-weight:100;}
.arrow1{padding-left:25px;margin-top:-3px;}
.arrow2{padding-left:25px;margin-top:-3px;}
 
.input_bbb{background:#fff;font-size:18px;color:#4b77be;padding:10px 20px;height:30px;bordeR:2px solid #4b77be}
.file_btn{background:#fff;bordeR:1px solid #d2d2d2;padding:40px}
input[type=file]:placeholder{font-size:20px}

    
/*---------------------------------------
CONTACT         
-----------------------------------------*/

.contact {
	background-color: #f4f4f4;
	/*
    background-image: url(../images/contact_bg.jpg);
    */
    background-attachment: fixed !important;
    background-position: center center;
    background- ㅇrepeat: no-repeat;
    background-size: cover;
    }

.contact form {
    margin-top: -30px;
    padding-bottom: 30px;
    margin-bottom: 85px;
}

.contact form p {
    margin-bottom: 0.08em;
    color:#4b77be;
    font-weight:400;
}
.contact form .col-sm-4,
.contact form .col-sm-12 {
    margin-bottom: 6px;
}

.contact form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7a7a7a;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.contact form .form-control:focus{
    border: 1px solid #FD4D66;
    border-color: #4b77be;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(102, 175, 233, 0.6);        
}

.contact form button.btn, .contact form button.btn:active, .contact form button.btn:focus, .contact form button.btn:visited {
    width: 100%;
    min-height: 60px;
    border-radius: 0px;
    background-color: #1abc9c;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.01em;
    border-radius: 3px;
    
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact form button.btn:hover{
    background-color: #17a186;
    color: #fff;
}
#Message{
    height: 200px;
}

.contact .contact_wig .fa {
    color: #4b77be;
    font-size: 30px;
    padding-right: 5px;
}

.contact_wig h3 {
    font-size: 25px;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    color: #333;
}

.contact_wig h3:after {
    content: "";
    display: block;
    left: 37px;
    bottom: 0px;
    height: 1px;
    background: #4b77be;
    position: absolute;
    width: 35px;
}

.contact_wig p {
    padding-left: 35px;
    color: #949494;
}

input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding: 0 16px 20px 28px;
	margin-bottom:17px;
	margin-top:4px;
	height:21px; 
    display:inline-block;
	line-height:21px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	color:#7a7a7a;
	font-weight:300;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -21px;
}

label.css-label {
	background-image:url(../images/radiobtn.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.agreeform {
	width:100%;
	height:120px;
	background:#ededed;
	margin-top:4px; 
	padding:0 10px 15px 10px;
	overflow-y:scroll;
	border:1px solid #ccc;
}

.agreeform_left{
	margin-top:20px; 
}
/*---------------------------------------
FOOTER         
-----------------------------------------*/

footer {
    background-color: #fff;
}

#map {
    width: 100%;
    height: 480px;
    margin-top:70px: 

}       
.copy {
    padding-bottom: 50px;
    background: #3c3e4a;
    padding-top: 58px;
}

.copy p {
    color: #8e8e8e;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height:22px;
}

.copy span {
    color: #17a186;
}

.copy a {
    color:transparency;
    text-decoration: none;
}


/*SINGLE BLOG PAGE STYLE*/

.post_content {}

.post_image {}

.post_image img {
    width: 100%;
}

.post_info {
    background: #F4F4F4;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.post_info h2 {
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.post_info h2 a {
    color: #333;
    text-decoration: none;
}

.post_info h4 {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    font-style: italic;
}

.post_info h4 a {
    color: #7a7a7a;
    text-decoration: none;
}

.post-body {
    margin-top: 0px;
    padding-bottom: 40px;
}

.post-body p {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 1px;
    letter-spacing: -0.5px;
}

.post-body span {
    color: #7a7a7a;
    line-height:1.9em;
} 

.post-body p span {
    color: #4b77be;
} 
.post-body blockquote {
    padding: 0px 20px;
    margin: 30px 0 20px;
    font-size: 16px;
    border-left: 1px solid #4b77be;
    margin-bottom: 0px;
}

.blog-post-body blockquote {
    padding: 0px 20px;
    margin: 30px 0 20px;
    font-size: 24px;
    font-weight: 200;
    border-left: 1px solid #4b77be;
    margin-bottom: 40px;
}


.post-body p b {}

.post-body p span.large {
    font-size: 30px;
    color: #4b77be;
    font-weight: 600;
}


.post-body ul {
	float:left;
    font-size: 19px;
    color: #7a7a7a;
    font-weight: 500;
    margin-top:35px;
    letter-spacing:0.01em;
}

.post-body ul li {
    font-size: 15px;
    color: #7a7a7a;
    letter-spacing:-0.5px;
    font-weight: 400;
    line-height: 23px;
}

.li_first {
    margin-top:10px;
}

.extra_post_info {
    border-bottom: 1px solid #E4E3E3;
    padding-bottom: 40px;
}

.comments {}

.comments ul {
    margin: 0;
    list-style: none;
}

.comments ul li {
    position: relative;
    padding-right: 45px;
}

.comments ul li a {
    padding-left: 25px;
    color: #7a7a7a;
    font-size: 18px;
    text-decoration: none;
}

.comments ul li i {
    position: absolute;
    color: #4b77be;
    font-size: 25px;
    padding-right: 10px;
    top: 0;
    left: 0;
}

.share {}

.share ul {
    text-align: right;
}

.share ul li {}

.share ul li:first-child {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 300;
    padding-right: 30px;
}

.share ul li a {
    display: inline-block;
    border: 1px solid #7a7a7a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 5px;
}

.share ul li a i {
    font-size: 18px;
    line-height: 30px;
    color: #7a7a7a;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.share ul li a:hover {
    background: #4b77be;
    border-color: #4b77be;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.share ul li a:hover i {
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media(max-width: 991px) {
    .share ul {
        text-align: left;
        margin-top: 30px;
    }
}

@media(max-width: 380px) {
    .share ul li:first-child {
        padding-right: 10px;
    }
}

@media(max-width: 360px) {
    .share ul li:first-child {
        display: block;
        margin-bottom: 20px;
    }
}

.comment_section {
    margin-top: 0px;
    margin-bottom:50px;
}

.comment_section h3 {
    font-size: 26px;
    color: #3c3e4a;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing:-1px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 52px;
}

.comment_section h3:after {
    position: absolute;
    content: "";
    bottom: -25px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #4b77be;
}

.comment_section p {
    margin-bottom: 0.08em;
    color:#4b77be;
    font-weight:400;
}

/*
.comment_section span{
    margin-bottom: 0.08em;
    color:#1abc9c;
    font-weight:400;
}
*/

.comment_section h5 {
    margin-bottom: 0.08em;
    color:#ababab;
    font-weight:200;
    line-height:18px;
}

.comment_process {
    margin-bottom: 100px;
}


ul.comment_list {
    padding: 0;
    margin: 0;
    list-style: none;
    color:red;
}

ul.comment_list li {
    position: relative;
    color:red
}
.single-comment{
    margin-bottom: 90px;
}   
.single-comment last{
    margin-bottom: 90px;
}     
.comment_image {
    position: absolute;
    left: 0;
    top: 0;
}

.comment_image2 {
    position: absolute;
    left: 0;
    top: 13px;
}


.comment_image img, comment_image2 img,{
    border-radius: 50%;
}

.comment_info {
    padding-left: 160px;
    padding-top: 8px;
    padding-vottom:40px;
}

.comment_info h2 {
    font-size: 22px;
    font-weight: 300;
    color: #4b77be;
    letter-spacing:-1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.comment_info.last{
    margin-bottom: 100px;
}
.comment_info h4 {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0px;
}

.comment_info p {
    margin-top: 13px;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing:-0.2px;
}

.two_part_sm {
    width: 10%;
    float: left;
}

.two_part_bg {
    width: 90%;
    float: left;
}

.comment_share {
    overflow: hidden;
}

.reply {
    text-decoration: none;
    color: #7a7a7a;
    font-size: 17px;
    font-weight: 300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.reply:hover{
   color: #4b77be; 
}

.social.list-inline>li {
    padding-right: 2px;
    padding-left: 2px;
}

ul.social {
    text-align: right;
}

ul.social li {}

ul.social li a {
    display: inline-block;
    border: 1px solid #7a7a7a;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 5px;
}

ul.social li a i {
    font-size: 13px;
    line-height: 11px;
    color: #7a7a7a;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 25px;
}

ul.social li a:hover {
    background: #4b77be;
    border-color: #4b77be;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.social li a:hover i {
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.social li:first-child {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 300;
    padding-right: 10px;
}

ul.children {
    padding-left: 160px;
    margin-bottom: 40px;
    margin-top: 40px;
    list-style: none;
}

@media(max-width: 768px){
    .comment_info {
        padding-left: 0px;
        padding-top: 135px;
    }
    ul.children {
        padding-left: 65px;
    }
}
@media(max-width: 370px){
    .two_part_sm {
        width: 100%;
    }
    .two_part_bg {
        width: 100%;
    }
    ul.social {
        text-align: left;
        margin: 0px;
    }
}

.respond_section {
    padding-right: 0px;
    margin-top: 80px;
    margin-bottom: 0px;
}

.respond_section h2 {
    color: #333;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 55px;
    position: relative;        
}

.respond_section h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 44px;
    height: 1px;
    background-color: #4b77be;
}

.respond_section .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid ##c8c8c8;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 12px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.form-control-person {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: red;
    background-color: #fff;
    border: 1px solid ##c8c8c8;
    background-image: none;
    border-radius: 3px;
    margin-bottom: 12px;
    opacity: .8;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.respond_section .form-control:focus{
    border: 1px solid #4b77be;
    border-color: #4b77be;
    outline: 0px none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px rgba(102, 175, 233, 0.6);        
}

  #comment_submit {
    width: 100%;
    min-height: 48px;
    border-radius: 0px;
    background-color: #4b77be;
    color: #fff;
    border-color: #4b77be;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border: 1px solid #4b77be;
    margin-top: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:70px;
    height:29px;
    background-color: #1abc9c;
    color: #ededed;
    border-color: #ededed;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align:center;
    line-height:28px;
    border: 1px solid #c2c2c2;
    margin-left: 4px;
}
#fileBtn:hover{
    background-color: #94a0a9;
    color: #fff;
}

.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:210px;
    height:28px;
    line-height:22px;
    font-size:12px;
    font-weight:300;
    padding-left:10px;
    border:0;
    border:1px solid #c2c2c2;
    margin-top:-5px;
}

#fileBtn {
    width: 45%;
    min-height: 48px;
    border-radius: 0px;
    background-color: #ededed;
    color: #797f83;
    border-color: #4b77be;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border: 1px solid #797f83;
    margin-bottom: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#fileBtn:hover{
    background-color: #94a0a9;
    color: #fff;
}

#emailAuth {
    width: 150px;
    min-height: 48px;
    border-radius: 0px;
    background-color: #fff;
    color: #1abc9c;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: 3px;
    border: 2px solid #1abc9c;
    padding: 10px 10px 10px 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#emailAuth:hover{
    background-color: #1abc9c;
    color: #fff;
}

#comment_submit:hover{
    background-color: #3c64a4;
    color: #fff;
}
.respond_section .col-sm-6 {
    margin-bottom: 0px;
}

@media(max-width: 360px){
    #comment_submit{
        font-size: 14px
    }
}
@media(max-width: 300px){
    #comment_submit{
        font-size: 12px
    }
}
@media(max-width: 412px){
    .respond_section h2 {
        font-size: 22px;
    }
}
/*SIDEBAR*/
.categories{
	top: 0px;
    padding-top: 0px;
}
.categories h2, .tag h2, .lt_post h2{
    color: #3c3e4a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 37px;
}

/* 연구제안하기 텝
.categories h2:after, .tag h2:after, .lt_post h2:after{
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #4b77be; 
}
*/

.categories ul{
    margin:0px 0px;
    padding:0;
    list-style: none;
}
.categories ul li{}
.categories ul li a{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #3c64a4;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.categories ul li a:hover{
    color: #4b77be;
    font-weight: 300;
}
.tag{
    margin-top: 80px;
    margin-bottom: 150px;
}
.tag ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tag ul li{
    display: inline-block;
    color: #7a7a7a;
}
.tag ul li a{
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding-right: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tag ul li a:hover{
    color: #4b77be;
}
.lt_post{
    margin-top: 80px;
}
.lt_post ul{
    margin:0;
    padding:0;
    list-style: none;        
}
.lt_post ul li{}
.lt_post ul li a{
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #7a7a7a;
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;        
}
.lt_post ul li a:hover{}
@media(max-width: 991px){
    .sidebar{
        margin-top: 80px;
    }
}

/*SUB PAGE*/
.blog_header{
    background: url(../images/sub_bg.png);
    background-size: cover;
    background-position: center;
}

.blog_header_overlay{
    background-color: rgba(0,0,0,.3);
}
.blog_header .section_header h1{
    color: #fff;
    padding-top: 50px;
}


.blog_header404{
    background: url(../images/404bg.png);
    background-size: cover;
    background-position: center;
    height:730px;
}


.blog_header404 .section_header h1{
    color: #fff;
    padding-top: 50px;
}

.single_blog_page{
    padding-top: 90px;
}
.blog-post{
    margin-bottom: 30px;
    background-color: #F4F4F4;
}

.blog-post-last{
    margin-bottom: 90px;
    background-color: #F4F4F4;
}


.blog-featured-item{}
.blog-featured-item img{
    width: 100%;
}
.blog-featured-item iframe{
    width: 100%;
    height: 400px;
    border: 0px;
}
.blog-post-body{
    background-color: #F4F4F4;
}

.blog-post-body-last{
     padding-bottom: 30px;
} 
.blog-post-body h2{
    margin-top: -3px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;        
}
.blog-post-body h2 a{
    color: #333;
    text-decoration: none;
}
.blog-post-body h4{
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
}
.blog-post-body h4 a{
    color: #7a7a7a;
    text-decoration: none;
}
.blog-post-body p{
    color: #7a7a7a;
    font-size: 14px;
    letter-spacing: -0.5px;  
    margin-top: 13px;
}


.blog-post-body .extra_post_info{
    margin-top: 40px;
    padding-bottom: 0px;
    border: 0px solid #fff;
}


/*-- 개인정보보호 --*/

.privacy_header{
    background: url(../images/sub_bg2.png);
    background-size: cover;
    background-position: center;
}

.privacy_header .section_header p{
    font-weight: 200;
    color: #fff;
}

/*-- 마우스 블록 설정 색상 start--*/
::-moz-selection{
          background: #17fff1;
          color: fff;
		  text-shadow:none;
}
::selection{
          background: #17fff1;
          color: #fff;
		  text-shadow:none;
}
::-webkit-selection {
          background: #17fff1;
          color: #fff;
		  text-shadow:none;
		  }

/*--블록 설정 색상 end--*/
