
*{
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
     box-sizing: border-box;
}

body {
    font-size: 15px;
    font-weight: 300;
    height: 100%;
	font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
}

a:focus,
a:hover{
    outline: none;
    text-decoration: none;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
  font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
}

p{
	font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
	font-weight: 300;
}

.heading{
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: #000;
    text-align: center;
	letter-spacing:-1px;
	font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
}

.heading_two{
    position: relative;
    font-weight: 600;
    font-size: 35px;
    color: #000;
    text-align: center;
	letter-spacing:-1px;
	font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
}


.heading .first{
	color: #cbd42a;
	font-size: 20px;
}

.heading .second{
	color: #000;
}


.para{
	text-align: center;
	margin: 20px  15% 60px 15%;
	word-spacing: 1px;
	color: #555;
	font-size:16px;
	font-family: 'Noto Sans Kr','Nanum Gothic','Malgun gothic',sans-serif;
}

.a-btn{
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    position: relative;
    font-weight: 400;
    transform: perspective(1px)translateZ(0px);
    transition: all 0.3s ease 0s;
	overflow: hidden;
}

.a-btn:before{
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50%;
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.a-btn:hover:before{
    transform: scaleX(1)
}
 
.default-color{color: #ffb600 !important;}
.default-color-hover:hover{color: #ffb600 !important;}

.default-background{background-color: #f88a00;}
.default-background-hover:hover{background-color: #ffb600 !important;}

.sec-padding{padding: 70px 0;}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
	zoom: 1;}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
	border: 1px solid #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #ffb600;
	border-color: #ffb600;
}
/* ¸¶Áø */
.m0{margin:0 !important}
.mt_5{margin-top:5px}
.mt_10{margin-top:10px}
.mt_15{margin-top:15px}
.mt_20{margin-top:20px}
.mt_25{margin-top:25px}
.mt_30{margin-top:30px}
.mt_35{margin-top:35px}
.mt_40{margin-top:40px}
.mt_45{margin-top:45px}
.mt_50{margin-top:50px}

.mb_5{margin-bottom:5px}
.mb_10{margin-bottom:10px}
.mb_15{margin-bottom:15px}
.mb_20{margin-bottom:20px}
.mb_25{margin-bottom:25px}
.mb_30{margin-bottom:30px}
.mb_35{margin-bottom:35px}
.mb_40{margin-bottom:40px}
.mb_45{margin-bottom:45px}
.mb_50{margin-bottom:50px}

.ml_5{margin-left:5px}
.ml_10{margin-left:10px}
.ml_15{margin-left:15px}
.ml_20{margin-left:20px}
.ml_25{margin-left:25px}
.ml_30{margin-left:30px}
.ml_35{margin-left:35px}
.ml_40{margin-left:40px}
.ml_45{margin-left:45px}
.ml_50{margin-left:50px}

.mr_5{margin-right:5px}
.mr_10{margin-right:10px}
.mr_15{margin-right:15px}
.mr_20{margin-right:20px}
.mr_25{margin-right:25px}
.mr_30{margin-right:30px}
.mr_35{margin-right:35px}
.mr_40{margin-right:40px}
.mr_45{margin-right:45px}
.mr_50{margin-right:50px}

/* ÆÐµù */
.p0{padding:0 !important}
.pt_5{padding-top:5px}
.pt_10{padding-top:10px}
.pt_15{padding-top:15px}
.pt_20{padding-top:20px}
.pt_25{padding-top:25px}
.pt_30{padding-top:30px}
.pt_35{padding-top:35px}
.pt_40{padding-top:40px}
.pt_45{padding-top:45px}
.pt_50{padding-top:50px}

.pb_5{padding-bottom:5px}
.pb_10{padding-bottom:10px}
.pb_15{padding-bottom:15px}
.pb_20{padding-bottom:20px}
.pb_25{padding-bottom:25px}
.pb_30{padding-bottom:30px}
.pb_35{padding-bottom:35px}
.pb_40{padding-bottom:40px}
.pb_45{padding-bottom:45px}
.pb_50{padding-bottom:50px}

.pl_5{padding-left:5px}
.pl_10{padding-left:10px}
.pl_15{padding-left:15px}
.pl_20{padding-left:20px}
.pl_25{padding-left:25px}
.pl_30{padding-left:30px}
.pl_35{padding-left:35px}
.pl_40{padding-left:40px}
.pl_45{padding-left:45px}
.pl_50{padding-left:50px}

.pr_5{padding-right:5px}
.pr_10{padding-right:10px}
.pr_15{padding-right:15px}
.pr_20{padding-right:20px}
.pr_25{padding-right:25px}
.pr_30{padding-right:30px}
.pr_35{padding-right:35px}
.pr_40{padding-right:40px}
.pr_45{padding-right:45px}
.pr_50{padding-right:50px}

/*----------------------------------------------------
Start div loading-overlay
----------------------------------------------------*/
.loading-overlay {
    background:#222;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999
}
 
.spinner{
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -20px;
    width: 100px;
    height: 40px;
    
}

.spinner span{
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffb600;
    opacity: .5;
    animation: move 1.2s ease-in-out infinite;
}

.spinner span:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    left: 20px;
}
.spinner span:nth-of-type(3) {
    left: 40px;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.6s;
}
.spinner span:nth-of-type(4) {
    left: 60px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.spinner span:last-of-type {
    left: 80px;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

@keyframes move {
    
    0%, 100% {
       opacity: .3;
        transform: translateY(0);
    }
50% {
       opacity: 1;
     transform: translateY(-15px);
    }    
}
/*----------------------------------------------------
End div Loading
----------------------------------------------------*/ 
 .baner{
	padding: 150px 0;
}

.baner .item{
	margin-bottom: 30px;
}

.baner a{
	text-align: center;
	color: #333;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	overflow: hidden;
}

.baner img{
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.baner img:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.baner a:hover{
	color: #ffb600;
}

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 

	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	border-radius: 0; 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #fff;
	    border-bottom: 1px solid #e6e6e6;
} 

.header .hitop-header {background-color: #5b87c5;	text-align:center;} 

.hitop_box{padding:15px 7px;}
.hitop_box a{color:#fff; text-align:center; padding:0;}
.hitop_box i{padding:0 15px; color:#fff; font-size:15px}
.hitop_box a:hover {text-decoration: underline}
.hitop_box a.on{text-decoration: underline;}

.select_box{position: relative; margin: 0 5px; height: 40px; vertical-align: top;box-sizing: border-box; background: url(../images/idoscs/select_arrow_top.png) no-repeat 100% center; width:100%;}
.select_box{display:inline-block; width:100%; vertical-align:middle; margin:0}
.select_box label{position:absolute; font-size:16px; font-weight:bold; color:#fff; top:6px; left:9px;}
.select_box select{width:100%; height:40px; min-height:40px; line-height:40px; padding:0 20px 0 10px; opacity:0; filter:alpha(opacity=0); box-sizing:border-box;}



.navbar-brand {
	height: auto;
	display: block;
	font-size: 28px;
	line-height: 30px;
	color: #ffb600;
	font-weight: 600;
	padding: 25px 0 0 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
} 
.navbar-brand img{height:65px;}
.navbar-brand:hover, 
.navbar-brand:focus {
    color: #ffb600;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav { 
    margin: 0;
    float: right;
}  

.header .navbar-nav li {
	border-left:#dbdbdb 1px solid;
	margin:25px 0;
}

.header .navbar-nav li a {
	padding: 0 70px;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
	text-align:center;
}

.header .navbar-nav li:first-child{border-left:none}


.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
	color: #5b87c5;
} 


.header .navbar-nav li .nav_ic{
	display: block;
	height:32px;
	width:32px;
	margin:0 auto 10px;
}

.na-1 {background: url(../images/idoscs/na_ic01.png) no-repeat;  }
.na-2 {background: url(../images/idoscs/na_ic02.png) no-repeat;  }
.na-3 {background: url(../images/idoscs/na_ic03.png) no-repeat;  }
.na-4 {background: url(../images/idoscs/na_ic04.png) no-repeat;  }
.na-5 {background: url(../images/idoscs/na_ic05.png) no-repeat;  }
.na-6 {background: url(../images/idoscs/na_ic06.png) no-repeat;  }


.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle2 { 
    margin-top: 0px;
    padding: 5px 0;
}


.header .navbar-toggle .icon-bar {
    background: #5b87c5;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px -15px #999;
} 


.header.shrink .navbar-nav li a {
    color: #555;
}

.header.shrink .navbar-nav li a:hover,
.header.shrink .navbar-nav li a:focus{
    background: none;
	color: #5b87c5;
} 




.header.shrink .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #5b87c5;
    height: 3px; 
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

/*----------------------------------------------------
start section home for default page
----------------------------------------------------*/
.home{
    height: 100vh;
    background-image: url('../images/idoscs/back1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.home .item {    margin-bottom: 15px;    text-align: center;}

/*** home background for text-animated page ***/
.text-animated{
	background-image: url(../images/idoscs/back2.jpg);
	background-position: center;
}

.home .overlay{
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.home .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	margin: 0 21%;
	margin-top: 20px;
}
 
.home .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	border: 2px solid #fff;
	overflow: visible;
}

.home .overlay .title .a-btn.first{
    border: 2px solid #ffb600;  
	color: #fff;
}

.home .overlay .title .a-btn.first:hover{
    background-color: #ffb600;
	color: #222;
	border-color: #fff;
}

.home .overlay .title .a-btn:hover{
    border-color: #ffb600;
    color: #fff;
}

.home .overlay .title .a-btn.first:before{
	background-color: #fff;
}
/*----------------------------------------------------
end section home for default page
----------------------------------------------------*/

/*----------------------------------------------------
start section video-container for video page
----------------------------------------------------*/
.video-container{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
 
.video-background{
    position: absolute;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -100
}

.video-container .overlay{
    background-color:rgba(0,0,0,0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;
	padding: 70px 0;
}

.video-container .overlay .title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.video-container .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	margin: 0 21%;
	margin-top: 20px;
}
 
.video-container .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	margin: 0 21%;
	margin-top: 20px;
}

.video-container .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	border: 2px solid #fff;
	overflow: visible;
}


.video-container .overlay .title .a-btn.first{
    border: 2px solid #ffb600;  
	color: #fff;
}

.video-container .overlay .title .a-btn.first:hover{
    background-color: #ffb600;
	color: #222;
	border-color: #fff;
}

.video-container .overlay .title .a-btn:hover{
    border-color: #ffb600;
    color: #fff;
}

.video-container .overlay .title .a-btn.first:before{
	background-color: #fff;
}

/*----------------------------------------------------
end section video-container for video page
----------------------------------------------------*/

/*----------------------------------------------------
start section slider for slider page
----------------------------------------------------*/
.slider{
    height: 100vh;
}

.slider .container-fluid{
    padding: 0;
}

.slider .item{
    height: 100vh;
}

.slider .left .title{
	text-align: left;
	padding-left: 60px;
}

.slider .left .overlay .title p{
	margin: 20px 50% 0 0;
}

.slider .item .overlay{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    color: #fff;
    cursor: e-resize
}

.slider .first{
    background-image: url(../images/idoscs/back1.jpg);
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider .second{
    background-image: url(../images/idoscs/back2.jpg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}
.slider .third{
    background-image: url(../images/idoscs/numbers.jpg);
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .overlay .title h1{
    font-size: 50px;
	font-family: 'Raleway', sans-serif;
    color: #bec726;
    font-weight: 600;
    margin: 0;
	padding-top:70px;
	transform: translateY(60px);
	transition-delay: 0.1s;
	transition-duration: 1s;
	opacity: 0;
}

.slider .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 20px;
    font-weight: 400;
	margin: 0 28%;
	margin-top:20px;
	transform: translateY(60px);
	transition-delay: 0.6s;
	transition-duration: 1s;
	opacity: 0;
}

.slider .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	overflow: visible;
	background-image: none;
	transform: translateY(60px);
	transition-delay: 1s;
	transition-duration: 1s;
	opacity: 0;
	transition-property: transform, opacity;
}

.slider .overlay .title .a-btn.first{
	color: #fff;
}

.slider .overlay .title .a-btn.first:hover{
	color: #222;
}

.slider .overlay .title .a-btn:hover{
    color: #fff;
}

.slider .overlay .title .a-btn.first:before{
	background-color: #fff;
}

.slider .owl-carousel .active h1,
.slider .owl-carousel .active p,
.slider .owl-carousel .active .a-btn{
	opacity: 1;
	transform: translateY(0)translateX(0);
}

.slider .owl-dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
    justify-content: center;   
}
/*----------------------------------------------------
end section slider for slider page
----------------------------------------------------*/

/*----------------------------------------------------
start div swiper-container for carousel page
----------------------------------------------------*/
.swiper-container .swiper-wrapper .swiper-slide{
	height: 100vh;
	background-size: cover;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay{
    background-color: rgba(0,0,0,0.75);
    height: 100vh;
    padding: 70px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.swiper-container .swiper-wrapper .left .overlay{
	text-align: left
}

.swiper-container .swiper-wrapper .left .title{
	text-align: left;
	padding-left: 60px; 
}

.swiper-container .swiper-wrapper .swiper-slide.left .overlay .title p{
	margin: 20px 50% 0 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
	transform: translateY(60px);
	transition-delay: 0.6s;
	transition-duration: 1.5s;
	opacity: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	margin: 0 28%;
	margin-top: 20px;
	transform: translateY(60px);
	transition-delay: 1.2s;
	transition-duration: 1.5s;
	opacity: 0;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	border: 2px solid #fff;
	overflow: visible;
	background-image: none;
	transform: translateY(60px);
	transition-delay: 1.7s;
	transition-duration: 2s;
	opacity: 0;
	transition-property: transform, opacity;
}

.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title h1,
.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title p,
.swiper-container .swiper-wrapper .swiper-slide-active .overlay .title .a-btn{
	opacity: 1;
	transform: translateY(0);
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first{
    border: 2px solid #ffb600;  
	color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first:hover{
    background-color: #ffb600;
	color: #222;
	border-color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn:hover{
    border-color: #ffb600;
    color: #fff;
}

.swiper-container .swiper-wrapper .swiper-slide .overlay .title .a-btn.first:before{
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active{
	background-color: #ffb600;
}

.swiper-button-next,
.swiper-button-prev{
	background-color: #ffb600;
	width: 35px;
	height: 35px;
	background-size: 12px 50px;
	border-radius: 4px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
	background-color: #000;
}

/*----------------------------------------------------
start section home-part for particles page
----------------------------------------------------*/
.home-part{
	position: relative;
    height: 100vh;
    background-image: url('../images/idoscs/about1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-color: rgba(0,0,0,0.75);
	background-blend-mode: overlay;
    text-align: center;
    overflow: hidden;
	-webkit-clip-path: none;
    clip-path: none;
}

.home-part  .title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-part .title h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.home-part .title p{
    line-height: 1.6em;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
	margin: 0 28%;
	margin-top: 20px;
}
 
.home-part .title .a-btn{
    font-weight: 400;
    display: inline-block;
    margin-top: 30px;
    margin-right: 20px;
	color: #fff;
	border: 2px solid #fff;
	overflow: visible;
}

.home-part .title .a-btn.first{
    border: 2px solid #ffb600;  
	color: #fff;
}

.home-part .title .a-btn.first:hover{
    background-color: #ffb600;
	color: #222;
	border-color: #fff;
}

.home-part .title .a-btn:hover{
    border-color: #ffb600;
    color: #fff;
}

.home-part .title .a-btn.first:before{
	background-color: #fff;
}
/*----------------------------------------------------
end section home-part for particles page
----------------------------------------------------*/

/*----------------------------------------------------
start paragraph Section
----------------------------------------------------*/
.paragraph{
	background-color: #f7f7f7;
}

.paragraph p{
	font-size: 22px;
	font-weight: 200;
	margin: 0 19%;
	text-align: center;
}

.paragraph p strong{
	font-weight: 500;
}
/*----------------------------------------------------
end paragraph Section
----------------------------------------------------*/

/*----------------------------------------------------
start about Section
----------------------------------------------------*/
.about .words,
.about .image{
	margin-bottom: 30px;
}

.about .words h2{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about .words p{
	color: #555;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

.about .a-btn{
	color: #fff;
	margin-top: 20px;
	display: inline-block;
}

.about .a-btn:before{
	background-color: #333;
	 
}
/*----------------------------------------------------
end about Section
----------------------------------------------------*/

/*----------------------------------------------------
startr skills Section
----------------------------------------------------*/
.skills{
	background-color: #f7f7f7;
}

.skills .item {
  margin-bottom: 30px;
}

.skills .item h5{
	font-size: 18px;
	font-weight: 600;
}

.skills .item .skills-progress {
  height: 20px;
  width: 90%;
  background: #fff;
  position: relative;
}

.skills .item .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.skills .item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  right: -10px;
  top: -34px;
  width: 35px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  background: #444;
  color: #fff;
  border-radius: 2px;
}

.skills .item .skills-progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 13px solid #444;
  position: absolute;
  top: -12px;
  right: -5px;
}
/*----------------------------------------------------
end skills Section
----------------------------------------------------*/

.services-tabs .mytabs{
	margin-bottom: 0;
	margin-top: 30px;
}

.services-tabs h2{
	font-size:20px;
	font-weight: 400;
	margin: 0px 0 30px;
	line-height:1.5;
	letter-spacing:-0.5px;
	color:#777;
}


.services-tabs .mytabs li{
	display: inline-block;
	background-color: #eee;
	width: 33.33%;
	padding: 20px;
	margin-right: -4px;
	border:1px solid #e2e2e2;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.services-tabs .mytabs li .fa{
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}

.services-tabs .mytabs li.active{
	background-color: #5b87c5;
	color:#fff;
	border:1px solid #5b87c5;
}

.services-tabs .box{
	background-color: #fff;
	padding: 30px 0;
}

.services-tabs .box div:not(:first-of-type){
	display: none;
} 

.services-tabs .box div .row div{
	display: block;
}



.services-tabs .box div h5{
	font-size: 18px;
	line-height: 25px;
	margin: 20px 0;
}

.services-tabs .box div h2 span{
	font-size: 24px;
	line-height: 25px;
	margin: 20px 0;
	font-weight:300
}



.services-tabs .box div p{
	font-size: 15px;
	line-height: 25px;
}

.services-tabs .box div .a-btn{
    font-weight: 500;
    display: inline-block;
    color: #fff;
}

.services-tabs .box div .a-btn:hover{
    color: #fff;
}

.services-tabs .box div .a-btn:before{
    background-color: #333;
	border-radius: 3px;
}

.root_daum_roughmap { max-width: 100%;}
.root_daum_roughmap_landing { border: 0;    padding: 0;    overflow: hidden;    margin: 0;    background: transparent;}
.root_daum_roughmap { background: #fff;  border: 1px solid #dbdbdb;  position: relative;    margin: 0 auto; }

.services-tabs .box{}

.services-tabs .box ul{margin:0; padding:0}
.services-tabs .box ul li{  list-style: none;}
.services-tabs .box .map_box ul li{
    list-style: none;
	line-height:1.8;
	margin: 15px 0 0 0;
    background: url(../images/idoscs/blue_dot.png) no-repeat left 10px;
    padding-left: 10px;
}
.subway{ background:#000; padding:0 8px;  color:#fff; margin-right:3px; font-weight:600;}


.history_list { list-style: none; width:100%; height:auto; background:url(../images/idoscs/history_bg.gif) repeat-y 33px top; transition : all 0.5s ease; -webkit-transition : all 0.5s ease;}
.history_list li {width:auto; position:relative; padding:0 0 0 110px; transition : all 0.5s ease; -webkit-transition : all 0.5s ease;}
.history_list li strong.years {position:absolute; left:0; top:0; display:block; width:68px; height:78px; padding:28px 0 0 0; text-align:center; color:#fff; background:url(../images/idoscs/history_titlebg.png) no-repeat left top; font-size:18px; line-height:22px; font-weight:normal;
transition : all 0.5s ease; -webkit-transition : all 0.5s ease;font-family: Tahoma; font-weight:bold }
.history_list li:nth-child(even) strong.years {background-position:left -78px;}
.history_list li strong.years span {display:block;}
.history_list li ul { border-top:1px dashed #c8c8c8;}
.history_list li:first-child ul {border-top:0;}
.history_list li ul li {padding:20px 0 17px 0; border-top:1px dashed #c8c8c8;}
.history_list li ul li:first-child {border-top:0;}
.history_list li ul li strong.year {position:absolute; left:0; top:15px; display:block; width:60px; font-weight:normal; padding:5px 0 3px 0; text-align:center; color:#fff; background:#adadad; overflow:hidden; border-radius:15px;}
.history_list li ul li ul {border-top:0; transition : all 0.5s ease; -webkit-transition : all 0.5s ease;}
.history_list li ul li ul li {padding:0 0 15px 35px; border-top:0;}
.history_list li ul li ul li span {position:absolute; left:0; top:0; display:inline-block; vertical-align:top; font-weight:500; } 
.history_list li ul li ul li ul {padding:5px 0 0 0;}
.history_list li ul li ul li ul li {padding:0 0 0 13px; margin:5px 0 0 0; background:url(../images/idoscs/gray_dot.png) no-repeat 2px 8px;}
.history_list li ul li ul li ul li:first-child {margin-top:0;}
.history_list li ul li ul li ul li ul {padding:0;}
.history_list li ul li ul li ul li ul li {padding:0 0 0 10px; margin:3px 0 0 0; background:url(../images/idoscs/gray_dot.png) no-repeat left 9px;}

.tb_org {width:100%; border-collapse:collapse;  margin-bottom:30px;  }
.tb_org th {padding:15px; background:#6fba2c;  border:1px solid #57a017; ; text-align:center;  color:#fff;  font-size:16px; font-weight:500}
.tb_org td {padding:15px;  text-align:left; line-height:25px;  border:1px solid #e2e2e2}
.tb_org tr td.td_p1 {text-align:center; background:#f7f7f7; font-weight:400; color:#000}
.tb_org tr td.td_p2 {text-align:center;}
.tb_org tr td.td_center {text-align:center;}
.tb_org tr td p{ background:url(../images/idoscs/gray_dot.png) no-repeat left 9px; padding:0 0 0 10px; margin:0}

.tb_program {width:100%; border-collapse:collapse;  margin-bottom:30px;  }
.tb_program th {padding:15px;  background:#5b87c5;  border:1px solid #3f73bd; text-align:center;  color:#fff; font-size:16px; font-weight:500}
.tb_program td {padding:15px;    text-align:left; line-height:25px; font-size:14px; border:1px solid #e2e2e2}
.tb_program tr td.td_p1 {text-align:center; background:#f7f7f7; font-size:15px; font-weight:400; color:#000}
.tb_program tr td.td_p2 {text-align:center;}
.tb_program td.td_center{text-align:center;}
.tb_program tr td.td_p3{background:#f7f7f7; }

.services-tabs .box .image{border: 1px solid #dbdbdb; padding:30px 0;}
.services-tabs .box ul li.none{margin: 15px 0 0 0;    background:none;    padding-left:0;}
.services-tabs .box .fac_box{ list-style: none; }
.services-tabs .box .fac_box li{float:left; width:31.333%; background:#fff; padding:10px; border: 1px solid #dbdbdb; box-sizing: border-box; margin:15px 1%;  }
.services-tabs .box .fac_box li img{width:100%; margin:0; padding:0}
.services-tabs .box .fac_box h2{font-size:30px;color: #4978ba; padding-left:1%; margin:0; }
.services-tabs .box .fac_box li h3{font-size:20px;color: #4978ba; }
.services-tabs .box .fac_box li p{background: url(../images/idoscs/blue_dot.png) no-repeat left 10px;  padding-left: 10px; margin: 0;}
/*----------------------------------------------------
start three-boxs Section
----------------------------------------------------*/
.three-boxs{
	position: relative;
	background-color: #222;
	text-align: center;
}

.three-boxs .container-fluid{
	padding: 0;
}

.three-boxs .first{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 33.3333333%;
	background-image: url(../images/idoscs/business1.jpg);
	background-size: cover;
}

.three-boxs .second{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 33.3333333%;
	background-image: url(../images/idoscs/business2.jpg);
	background-size: cover;
}

.three-boxs .third{
	position: absolute;
	right: 33.3333333%;
	top: 0;
	bottom: 0;
	width: 33.3333333%;
	background-image: url(../images/idoscs/business3.jpg);
	background-size: cover;
}


.three-boxs h2{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.three-boxs p{
	color: rgba(255,255,255,0.7);
}

.three-boxs .a-btn{
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #fff;
	overflow: visible;
}

.three-boxs .a-btn:hover{
	border: 2px solid #ffb600;
}
/*----------------------------------------------------
end three-boxs Section
----------------------------------------------------*/

/*----------------------------------------------------
start services Section
----------------------------------------------------*/
.services .item{
	margin: 60px 0;
	text-align: center;
	box-shadow: 0px 10px 35px -5px #bbb;
	padding: 30px 20px 20px 20px;
	min-height:320px;
	background-color: #fff;
	border-radius: 15px;
	/*border:1px solid #d8d7dc;*/
}


.services .item .fa{
	font-size: 35px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	background-color: #f5f5f5;
	color:#fff;
}

.fa-bu1{background: url(../images/idoscs/bu_ic01.png) no-repeat;}
.fa-bu2{background: url(../images/idoscs/bu_ic02.png) no-repeat;}
.fa-bu3{background: url(../images/idoscs/bu_ic03.png) no-repeat;}
.fa-bu4{background: url(../images/idoscs/bu_ic04.png) no-repeat;}
.
.services .item:hover .fa{
	color: #fff;
}
.services .item h2{
	font-size: 22px;
	font-weight: 600;
	padding-bottom:15px;
}

.services .item p{
	font-size: 15px;
	line-height: 28px;
	text-align:left;
	padding-left:10px;
	background: url(../images/idoscs/gray_dot.png) no-repeat left 12px;
}

.services .item p span{
	color: #999;
	margin-top:20px;
	font-size: 14px;
	line-height: 25px;
	padding-left:12px;
	background: url(../images/idoscs/gray_dot.png) no-repeat left 10px;
}

.services ul{padding:0; margin:0}
.services ul li{
    list-style: none;
	line-height:1.8;
    background: url(../images/kangnam/blue_dot.png) no-repeat left 10px;
    padding-left: 10px;
	margin:0;
}

.services p{line-height: 25px;}
.services h3{padding:10px 0;}


.img-services{border-radius: 10px; max-width:320px}

/*----------------------------------------------------
end services Section
----------------------------------------------------*/

/*----------------------------------------------------
start why Section
----------------------------------------------------*/
.why{
	position: relative;
	background-color: #f7f7f7;
}

.why .back{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	background-image: url(../images/idoscs/business1.jpg);
	background-size: cover;
	background-position: top;
}

.why .box{
	padding: 70px 50px;
}

.why span{
	font-weight: 200;
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	color: #555;
}

.why h1{
	font-size: 40px;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 10px;
}

.why h1 span{
	font-weight: 600;
	font-size: 40px;
}

.why p{
	font-size: 15px;
	color: #555;
	line-height: 25px;
}

.why p.last{
	margin-bottom: 30px;
}

.why .item{
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
}

.why .item .icon{
	font-size: 40px;
	color: #333;
}

.why .item h2{
	margin-top: 10px;
	font-size: 22px;
	font-weight: 600; 
	color: #333;
}
/*----------------------------------------------------
start why Section
----------------------------------------------------*/

/*----------------------------------------------------
Start Section video
----------------------------------------------------*/
.video .words,
.video .image{
	margin-bottom: 30px;
}

.video p{
	line-height: 25px;
}

.video h5{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	margin-top: 20px;
}

.video h5 a{
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 30px;
	box-shadow: 0 3px 30px -5px #888;
	margin-right: 5px;
	padding-left: 5px;
	transition: all 0.4s ease-in-out;
}

.video h5 a:hover{
	background-color: #333;
}
/*----------------------------------------------------
end Section video
----------------------------------------------------*/

/*----------------------------------------------------
Start Section founder
----------------------------------------------------*/
.founder{
	position: relative;
	background-color: #f5f5f5;
}

.founder .back{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	background-image: url(../images/idoscs/about1.jpg);
	background-size: cover;
	background-position: top;
}

.founder .box{
	padding: 70px;
}

.founder .item .icon{
	font-size: 65px;
	opacity: 0.4;
}

.founder .item p{
	font-size: 15px;
	line-height: 25px;
	font-style: italic;
}

.founder .item h2{
	font-size: 30;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
}

.founder .item span{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
/*----------------------------------------------------
end Section founder
----------------------------------------------------*/

/*----------------------------------------------------
Start Section team
----------------------------------------------------*/
.team{
    text-align: center;
}

.team .item{
    margin: 0 20px;
    padding-bottom: 50px;
}

.team .item .image{
	height: 250px;
	width: 250px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
}

.team .item .image img{
	margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
	height: 250px;
	width: 250px;
	border-radius: 50%;	 
}

.team .item:hover .image img{
    transform: scale(1.05);
}

.team .item .image{    
	position: relative;
	margin: auto;
	overflow: hidden;
}

.team .item .image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	opacity: 0;
	background-color: rgba(0,0,0,.65);
}

.team .item:hover .image .overlay{
	opacity: 1;
}

.team .item .social a{
    display: inline-block;
    font-size: 14px;
	margin: 0 2px;
	height: 33px;
	width: 33px;
	line-height: 33px;
    color: #fff;
	border: 1px solid #ccc;
    border-radius: 50%;
	background-color: transparent;
	transform: translateY(30px);
	-webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.team .item:hover .social a{
	transform: translateY(0)
}

.team .item .social a:hover{
	color: #fff;
	border-color: #ffb600;
}

.team .item h5{
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.team .item span{
    color: #888;
    font-weight: 300;
    font-size: 16px;
    display: block;
	margin-bottom: 20px;
	position: relative;
}

.team .item span:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	height: 2px;
	width: 60px;
	background-color: #ffb600;
}

.team .item p{
    color: #555;
    font-size: 15px;
    line-height: 22px;
}
/*----------------------------------------------------
end Section team
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section 
----------------------------------------------------*/
.numbers{
    background-image: url(../images/idoscs/numbers.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
    text-align: center;
}

.numbers .overlay{
	background-color: rgba(0,0,0,0.75)
}

.numbers .item{
    margin-bottom: 30px;
}

.numbers .item h1{
	font-family: sans-serif;
    font-weight: 800;
    font-size: 45px;
	margin-top: 0;
	margin-bottom: 0;
}

.numbers .item h1 .counter{
	margin-top:  10px;
	display: block;
	font-family: sans-serif;
}

.numbers .item h1 .fa{
	color: #fff;
	font-size: 40px;
}

.numbers .item p{
    color: #fff;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
	font-family: raleway;
}
/*----------------------------------------------------
end numbers section 
----------------------------------------------------*/

/*----------------------------------------------------
start my-portfolio section   
 ----------------------------------------------------*/
.my-portfolio{
    width: 100%;
    text-align: center;
}

.my-portfolio ul{
    list-style: none;
    margin-bottom: 30px;
}

.gallery_control{position: absolute; right:0;}

.my-portfolio ul li{

    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #666;
    font-weight: 400;
	border-radius: 5px;
    border: 1px solid #ccc;
}

.my-portfolio .selected{
    background-color: #ffb600;
    border: 1px solid #ffb600;
	color: #fff;
}

.my-portfolio .work-area{
    position: relative;
     margin-bottom: 30px;
	z-index: 555
}

.my-portfolio .work-area .image{
    overflow: hidden
}

.my-portfolio .work-area .image img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.my-portfolio .work-area:hover .image img{
    transform: scale(1.1);
}

.my-portfolio .work-area .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.87);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.my-portfolio .work-area .overlay .inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}

.my-portfolio .work-area .overlay .inner h2{
    transform: translateY(-20px);
	color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.my-portfolio .work-area .overlay .inner p{
    transform: translateY(20px);
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.my-portfolio .work-area:hover .overlay .inner h2,
.my-portfolio .work-area:hover .overlay .inner p{
    transform: translateY(0);
}

.my-portfolio .work-area .overlay .inner .line{
    width: 30%;
    height: 1px;
    background-color: #555;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
	opacity: 0.05;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.1s;
	transform: translateX(15px);
}

.my-portfolio .work-area:hover .overlay .inner .line{
	opacity: 1;
	transform: translateX(0);
}

.my-portfolio .work-area:hover .overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
} 
/*----------------------------------------------------
end my-portfolio section 
----------------------------------------------------*/

/*----------------------------------------------------
start price section 
----------------------------------------------------*/
.price{
    padding: 70px 0;
    text-align: center;
    background-color: #f7f7f7;
}



.price .Premium{
	position: relative;
	overflow: hidden;
}

.price .Premium .shape{
	position: absolute;
    left: 0;
    top: -93px;
    height: 75px;
    width: 205px;
    transform: rotate(133deg)translateX(103px);
}

.price .Premium .shape p{
	position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    width: 100%;
    transform: rotate(-180deg);
    font-weight: 600;
}

.price .item{
    box-shadow: 0px 10px 35px -5px #bbb;
    margin-bottom: 30px;
    padding: 40px 30px 30px;
    background-color: #fff;
	border-radius: 15px;
}

.price .item .icon{
	font-size: 45px;
	box-shadow: 0 3px 16px -6px #555;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	background-color: #f5f5f5;
}

.price .item .fa-check{
	color: #ffb600;
}

.price .item .fa-close{
	color: red;
}

.price .item .price-box p{
    font-size: 30px;
    font-weight: 700;
	color: #333;
	margin-bottom: 0;
}

.price .item .price-box strong{
    font-weight: 600;
    font-size: 18px;
    color: #333;

}

.price .item p{
    color: #555;
    font-size: 16px;
    line-height: 1.6;
	font-weight: 400;
}

.price .item .words{
	font-size: 14px;
	position: relative;
	margin: 20px 0;
}

.price .item .words:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	background-color: #fff;
	transform: translateX(-50%);
	height: 1px;
	width: 40%;
}

.price .item .a-btn{
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

.price .item .a-btn:hover{
    color: #fff;
}

.price .item .a-btn:before{
    background-color: #333;
	border-radius: 3px;
}
/*----------------------------------------------------
end price section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients Section
----------------------------------------------------*/
.clients{
	background-image: url(../images/idoscs/support1.jpg);
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}

.c_back2{	background-image: url(../images/idoscs/support2.jpg);}

.clients .overlay{	background-color: rgba(0,0,0,0.75);}

 .clients .heading{
	color: #f5f5f5;
	margin-bottom: 60px;
}

.clients .heading .second{
	color: #fff;
}

.clients .item .fa{
	color: #888;
	font-size: 40px;
	margin-bottom: 20px;
	display: block;
}

.clients .item p{
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	margin: 10px 25% 20px 25%;
}

.clients .item h4{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight:600;

}

.clients .item h6{
	color: #aaa;
	font-size: 15px;
	margin-top: 0;
}
/*----------------------------------------------------
end clients Section
----------------------------------------------------*/

/*----------------------------------------------------
start blog Section
----------------------------------------------------*/
.blog .blog-area{
	margin: 10px 10px 30px 10px;
    text-align: center;
}

.blog .blog-area .image{
	overflow: hidden;
}

.blog .blog-area .image img{
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
		 -o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}

.blog .blog-area:hover .image img{
	transform: scale(1.05);
}
	
.blog .blog-area span{
	color: #555;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

.blog .blog-area span .fa{
	color: #aaa;
	margin-left: 10px;
	display: inline-block
}

.blog .blog-area a h2{
	color: #333;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog .blog-area p{
	font-size: 15px;
	line-height: 25px;
	color: #555;
}

.blog .blog-area .a-btn{
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}

.blog .blog-area .a-btn:before{
	background-color: #333;
}
/*----------------------------------------------------
end blog Section
----------------------------------------------------*/

/*----------------------------------------------------
start partners Section
----------------------------------------------------*/
.partners{
	background-color: #f7f7f7;
}

.partners img{
    opacity: 0.4;
    margin: 15px 0px;
    max-width: 80%;
    cursor: pointer;
}

.partners img:hover{
    opacity: 1
}

.partners .owl-theme .owl-dots {
    display: none;
}
/*----------------------------------------------------
end partners Section
----------------------------------------------------*/

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    text-align: center;
}

.contact .item{
    margin-bottom: 30px;
}

.contact .item .fa{
    font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.contact .item:hover .fa{
    color: #fff;
	background-color: #333;
}

.contact .item h5{
    font-size: 22px;
    color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}

.contact .item p{
    color: #555;
    font-size: 15px;
}

.contact-form {
    border-radius: 3px;
}

.contact-form .form-group{
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-group label{
    position: absolute;
    left: 15px;
    top: 13px;
    color: #ffb600;
    font-size: 18px;
}

.form-control {
    display: block;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    color: #fff;
    font-size: 14px;
    background: #ffb600;
    border: none;
    -webkit-transition:all .1s ease-in-out;
       -moz-transition:all .1s ease-in-out;
         -o-transition:all .1s ease-in-out;
            transition:all .1s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 10px 20px;
	margin-bottom: 30px;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #ffb600;
    color: #222;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

#map{
	height: 400px;
	width: 100%;
	 border: 1px solid #dbdbdb; 
  }


#map2{
clear:both; 
	width: 100%;
  }



.support_bak{
	height: 500px;
	width: 100%;
	background-image: url(../images/idoscs/support1.jpg);
}

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #222;
    padding: 70px 0;
    text-align: center;
}

 .social-icon-div i{
    margin-top: 20px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: transparent;
    margin-bottom: 30px;
	border-radius: 50%;
}

 .social-icon-div i:hover{
    color: #fff;
    background-color: #ffb600;
}

.social-icon-div p{
    color: #fff;
    font-weight: 400;
	line-height:28px
}

.copy span{padding-left:15px}

/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    border-radius: 50%;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
}

#scroll-top:hover {
    background-color:#ffb600;
}

#scroll-top i{
    line-height: 15px;
	 font-size: 25px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/


/***** start blog page *****/

.bg-page{
    background-image: url(../images/idoscs/about1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.bg-page .overlay{
    padding: 150px 0;
    background-color: rgba(0,0,0,0.65);
}

.bg-page h1{
	font-size: 30px;
    text-align: left;
    color: #fff
}

.bg-page h1 a{
    color: #fff
}

.bg-page h1 a:hover{
	color: #ffb600;
}


/*----------------------------------------------------
start single-blog section
----------------------------------------------------*/
.single-blog{
    padding: 70px 0;
}

.single-blog .blog{
	padding: 0;
	background-color: transparent;
}

.single-blog .blog-box,
.single-blog .sidebar{
    margin-bottom: 30px;
}

/******* start div blog-details *******/

.single-blog .blog-box .blog-detalis h2{
    color: #ffb600;
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .blog-detalis ul{
    padding-left: 0;

}

.single-blog .blog-box .blog-detalis ul li{
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    color: #888;
}

.single-blog .blog-box .blog-detalis ul li:after{
    content: "|";
    padding: 0 10px;
    color: #ffb600
}

.single-blog .blog-box .blog-detalis ul li:last-child:after{
    content: "";
}

.single-blog .blog-box .blog-detalis p{
    font-size: 15px;
    line-height: 25px;
}

.single-blog .blog-box .blog-detalis blockquote{
    border-color: #ffb600;
    background-color: #eee;
    padding: 30px;
	margin: 20px 30px;
}

/******* start div comment-box *******/

.single-blog .blog-box .comment-box{
    margin-top: 30px;
}

.single-blog .blog-box .comment-box .item{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.single-blog .blog-box .comment-box h2{
    font-size: 30px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comment-box img{
    width: 100px;
    height: auto;
    border-radius: 50%;
}

.single-blog .blog-box .comment-box .comment h3{
    margin-top: 0;
    font-size: 20px;
}

/******* start div comment-form *******/

.single-blog .blog-box .comments-form{
    margin-top: 30px;
}

.single-blog .blog-box .comments-form h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .blog-box .comments-form form button{
    background-color: #ffb600;
    color: #fff
}

/******* start div search-form *******/

.single-blog .sidebar .search-form{
    position: relative
}

.single-blog .sidebar .search-form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background-color: #ffb600;
    color: #fff;
    border-radius: 0;
    width: 45px;
        
}

/******* start div search-form *******/

.single-blog .sidebar .categories h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .categories ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .categories ul li{
    display: block;
}

.single-blog .sidebar .categories ul li a{
    display: block;
    color: #333;
    font-weight: 400;
    padding:10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.single-blog .sidebar .categories ul li a:hover{
    background-color: #ffb600;
    color: #fff
}

.single-blog .sidebar .categories ul li a span{
    float: right;
    border-radius: 50%;
    background-color: #ffb600;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	margin-top: -5px;
}

.single-blog .sidebar .categories ul li a:hover span{
    color: #ffb600;
    background-color: #fff;
}

/******* start div recent-post *******/

.single-blog .sidebar .recent-post h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .recent-post .item{
    margin-bottom: 30px;
}

.single-blog .sidebar .recent-post .item h5 a{
    font-size: 20px;
    color: #ffb600;
}

.single-blog .sidebar .recent-post .item h5 a:hover{
    color: #222;
}

.single-blog .sidebar .recent-post .item span{
    font-size: 15px;
    color: #555;
    font-weight: 400;
	display: block;
	margin-top: -5px;
}

/******* start div archives *******/

.single-blog .sidebar .archives h2 {
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .archives ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .archives ul li{
    display: block;
    margin-bottom: 10px;
}

.single-blog .sidebar .archives ul li a:hover{
    color: #ffb600;
}

/******* start div tags *******/

.single-blog .sidebar .tags h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .tags ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .tags ul li{
    display: inline-block;
}

.single-blog .sidebar .tags ul li a{
    display: block;
    background-color: #ffb600;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.single-blog .sidebar .tags ul li a:hover{
    background-color: #222;
}

/******* start div meta *******/

.single-blog .sidebar .meta h2{
    font-size: 25px;
	margin-bottom: 20px;
}

.single-blog .sidebar .meta ul{
    list-style: none;
    padding-left: 0;
}

.single-blog .sidebar .meta ul li{
    display: inline-block;
}

.single-blog .sidebar .meta ul li a .fa{
    background-color: #ffb600;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff
}

.single-blog .sidebar .meta ul li a .fa:hover{
    background-color: #222;
}

@media (min-width: 768px) and (max-width: 1200px) {
.hitop_box span{ display: block;}
.hitop_box i.h_i{	display: none;}
.header .navbar-nav li a {   padding: 0px 50px;}
.services .item p span{	display: none;}
.hitop_box span{padding:0 15px}
.services-tabs .box .fac_box li{width:48%; }
}

@media (min-width: 768px) and (max-width: 1000px) {
.header .navbar-nav li a { padding: 0px 25px;}
}

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

.heading {font-size: 26px; margin-bottom: 20px;}
.founder .item h2 {font-size: 24px;}
.slider .overlay .title h1 img {width: 80%; margin:0 auto; }
.slider .overlay .title h1 span { display: block; margin:0; padding:0}
.header .navbar-nav li {margin:0}
.header .navbar-nav li .nav_ic{	display: none;}
.navbar-brand {padding:10px 15px; }
.services-tabs .box{padding:10px}
.founder .box { padding: 30px;}
.sec-padding {padding: 30px 0;}
.services .item{	min-height:auto;}
.paginate .page_btn{width:10%;}
.paginate .page_btn a{width:100%;height: 0;padding-bottom: 100%;background-size: auto 10px;}
.paginate > a,
.paginate > strong{width:10%;height: 0;padding-bottom: 7%;padding-top:3%;line-height:1;}
.copy span{display: block; padding:0}
.services-tabs .box .fac_box li{width:100%; margin:0 0 15px;}
.history_list li {padding:0 0 0 85px;}
.history_list li ul li {padding:15px 0 13px 0;}
.history_list li ul li strong.year {position:relative; left:auto; top:auto; margin:0 0 5px 0;}
.history_list li ul li ul {padding-left:10px;}
.services-tabs .box .image{padding:10px;}

/*.tb_org th[scope]{ display: none;}*/
.tb_org th, .tb_org td{width: auto; }
.tb_org td{padding:5px;  border-top:none; }
.tb_org tr td.td_p1 { background:#6fba2c;  border:1px solid #57a017;  color:#fff; font-size:16px; font-weight:600}
.tb_org tr td.td_p2 { background:#f7f7f7; font-weight:400; color:#000}

.tb_program th[scope]{ display: none;}
.tb_program th, .tb_program td{ display: block;    width: auto; }
.tb_program td{padding:5px;  border-top:none;}
.tb_program tr td.td_p1 {background:#5b87c5;  border:1px solid #3f73bd; color:#fff; font-size:16px; font-weight:600}
.tb_program tr td.td_p2 { background:#f7f7f7; font-size:15px; font-weight:400; color:#000}
.heading span img{width:35px}
.price{ padding: 20px 0;}

}
