/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);
*/
@font-face {
  font-family: 'websubsetfont';
  src:  url('../fonts/websubset.woff2') format('woff2'),
        url('../fonts/websubset.woff') format('woff'),
        url('../fonts/websubset.ttf') format('ttf'),
        url('../fonts/websubset.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}

/* var text-decoration */
/*--
	Common Css
--*/
body {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: url("../img/bg-pattern.png");
}

h2 {
  font-size: 28px;
}
.contents_h2 {
  color: rgba(131, 33, 72, 1.0);
  border-bottom: 2px solid rgba(131, 33, 72, 1.0);
  padding:20px 0 10px;
  margin-bottom:20px;
}
.contents_h2:before {
  font-family: 'FontAwesome';
  content:"\f1b2";
  margin-right:4px;
}

h3 {
  font-size: 26px;
}
@media screen and (max-width:768px) { 
  h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:493px) { 
  h3 {
    font-size: 18px;
  }
}

p {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width:493px) { 
  p {
    line-height: 24px;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  font-size: 28px;
}
@media screen and (max-width:768px) { 
  .section-title h2 { 
    font-size: 22px;
  }
}

.section-title p {
  font-style: italic;
  color: #666;
}

.slash {
  height: 8px;
  color:red;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="#{$color}"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"/><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"/></svg>');
  background-size: 3px 3px;
  width:75%;
}

.alpha a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.img4 { 
    padding-right: 5px;
    padding-left: 5px;
}

.outimage div.col-xs-4 { margin:100px 0 20px 0; }
@media screen and (max-width:768px) { 
  .outimage div.col-xs-4 { 
    margin:20px 0;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.outimage-2 div.col-xs-4 { margin:0px 0 40px 0; }
@media screen and (max-width:768px) { 
  .outimage-2 div.col-xs-4 { 
    margin:-20px 0 40px 0;
    padding-right: 5px;
    padding-left: 5px;
  }
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.end-space { margin-bottom: 80px; }
@media screen and (max-width:493px) { 
  .end-space {
    margin-bottom:20px;
  }
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:991px) { 
.row-eq-height {
    display: grid;
  }
}

/*--
	Header Start 
--*/
header {
  background: url("../img/bg-pattern.png") #fff;
  padding: 20px 0 0 0;
  border-bottom:solid 5px rgba(131, 33, 72, 1.0);
}

header .navbar {
  margin:20px 0 0 0;
  min-height:63px;
  border: 0px;
}
header .navbar-brand {
  padding-top: 5px;
  margin-bottom:20px;
}
@media screen and (max-width:450px) { 
  header .navbar-brand img{ max-width:230px;margin-top:10px;}
}

header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  margin:40px 0 0 0;
}
@media screen and (max-width:767px) { 
  header .navbar-default .navbar-nav {
    margin:14px 0 0 0;
  }
}
header .navbar-collapse {width:100%;}

header .navbar-default .navbar-nav li a {
  padding: 12px 20px;
  font-size: 15px;
  margin-left:4px;
  width:260px;
}
@media screen and (max-width:991px) {
	header .navbar-default .navbar-nav li a {
		padding: 11px 12px;
	}
}
@media screen and (max-width:810px) {
	header .navbar-default .navbar-nav li a {
		padding: 10px 8px;
	}
}

.word {
  display:inline-block;
  background:#0066FF;
  font-size:0.8em;
  color:#fff;
  padding:2px 10px 2px 10px;
  margin-right:6px;
  border-radius: 4px;
}

.word:hover,.pdf:hover { opacity: 0.5; }

.word:before {
  font-family: 'FontAwesome';
  content:"\f1c2";
  margin-right:4px;
}

.pdf {
  display: inline-block;
  background:red;
  font-size:0.8em;
  color:#fff;
  padding:2px 10px 2px 10px;
  margin-right:6px;
  border-radius: 4px;
}

.pdf:before {
  font-family: 'FontAwesome';
  content:"\f1c1";
  margin-right:4px;
}

.dl_wrap a {color:#fff;}
.dl_bt:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content:"\f019";
  margin-right:4px;
}

.dl_p:before {
  font-family: 'FontAwesome';
  content:"\f0f6";
  margin-right:4px;
}

/* change@naka
@media screen and (max-width:1460px) { 
  header .navbar-default .navbar-nav li a{ width:250px;}
}
*/
/* >>>>> */
@media screen and (max-width:1460px) { 
  header .navbar-default .navbar-nav li a{ width: auto; }
}
@media screen and (min-width:1200px) { 
  header .navbar-default .navbar-nav li a{
/*
    max-width:250px;
    min-width:210px;
*/
    width: auto;
    max-width: 280px;
    min-width: 150px;
  }
}
@media screen and (max-width:1200px) { 
  header .navbar-default .navbar-nav li a{
    padding: 12px 12px;
    font-size: 14px;
    margin-left: 2px;
    margin-top: 2px;
  }
}

header .navbar-nav > li > .dropdown-menu {
  min-width: 100%;
}
/* <<<<< */

@media screen and (max-width:1199px) { 
  header .navbar-default .navbar-nav li a{ width:auto;}
}
@media screen and (max-width:767px) { 
  header .navbar-default .navbar-nav li a{ 
    padding: 12px 0 12px 8px;
    margin-top:2px;
    }
  }

}font header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

header .login {
  padding:15px;
  text-align:right;
}
@media screen and (max-width:767px) { 
  header .login  {
  text-align:center;
  }
}
.login-icon {
  margin-right:10px;
}
.login-bt ,.adduser-bt { 
  padding:10px;
  width:200px;
  background:#4385bf;
  color:#fff;
  margin-top:4px;
}
.sp-login-bt,.sp-newuser-bt  { 
  display:block;
  padding:10px;
  width:200px;
  background:#4385bf;
  color:#fff;
}
.sp-newuser-bt { 
  background:#939e2b;
}
.adduser-bt {
  background:#939e2b;
}
@media screen and (max-width:767px) { 
  .login-bt ,.adduser-bt { 
    display:none;}
}
@media screen and (min-width:767px) { 
  .sp-active { 
    display:none !important;
  }
}
.sp-menu {
  text-align:center;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  margin-top:14px;
  background-color:rgba(131, 33, 72, 1.0);
}

/*--
  static page
--*/

.topmargin {margin-top:40px;}
.topmargin img{margin-top:20px;}
.toppadding { padding-top:10px; }
@media screen and (max-width:991px) { 
  .toppadding { padding-top:110px;}
}
.btmargin {margin-bottom:80px;}
.sign-box { text-align:right;}
.sign-box img {margin:60px 30px 60px 0px;width:300px;}
@media screen and (max-width:520px) { 
  .sign-box img { width:200px;}
}

.lh12 {line-height:1.2em;}
.arrow-h {
  width:15%;
}

.font-lx, div.font-lx .lead {
  font-size:22px;
  padding-top:20px;
  padding-bottom:20px;
}

@media screen and (max-width:768px) { 
  .font-lx, div.font-lx .lead {
    font-size: 18px;
  }
}
@media screen and (max-width:493px) { 
  .font-lx, div.font-lx .lead {
    font-size: 14px;
    padding-top:10px;
    padding-bottom:10px;
  }
}

.cpc-box{ 
 background:rgba(131, 33, 72, 0.1);
 padding:20px;
 margin:-20px 100px 0px 100px;
 border-radius: 8px;
}
@media screen and (max-width:991px) { 
  .cpc-box { 
    margin:-120px 0 0 0;
  }
}
@media screen and (max-width:768px) { 
  .cpc-box { 
    margin:0px -10px 0 -10px;
  }
}

.cpc-td1{width:75%;padding-right:10px;}
.cpc-g24{font-size:22px;font-weight:bold;}
.cpc-g24 .cpc-num{background:rgba(131, 33, 72, 1.0);padding:0 8px;margin:2px 4px 2px 0px;}

div.neg-margin { line-height:1.6em;margin-top:40px;}
@media screen and (max-width:991px) { 
  div.neg-margin:first-child { 
    margin-top:10px;
  }
}
@media screen and (max-width:991px) { 
  div.neg-margin:last-child { 
    margin-top:0px;
  }
}


.cpc-num{
  display:inline-block;
  background:rgb(194, 107, 142);
  color:#fff;
  border-radius: 3px;
  min-width:50px;
  text-align:center;
  line-height:1.2em;
  margin-right:4px;
}

.cpc-ps img {-ms-interpolation-mode: bicubic;}
@media screen and (max-width:991px) { 
  .cpc-ps img { 
    width:40%;
  }
}

#keihou h3 {font-size:18px;font-weight:bold;padding-left:20px;}
#keihou h3:before {
  content: "\f058";
  font-family: 'FontAwesome';
  margin-right:0.3em;
}

.kakaku_h_wrap {  background:rgb(194, 107, 142);
                  text-align:center;
                  color:#000;
                  padding:10px 5px 5px 5px;
                  border-left:2px solid #fff;
                  border-bottom:2px solid #fff;
               }

.kakaku_h { background:#fff;font-weight:bold;margin-top:10px; }


/*---------------------------------------------
					Index Start 
-----------------------------------------------*/
/*--
	Slider Start 
--*/
#slider {
  background: url("../img/slider-bg-2022.jpg?ver=220913") no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position:50% 15%;
  padding:100px 0;
  position: relative;
}
@media screen and (max-width:1200px) { 
  #slider { 
    background-size: cover;
    background-position:top center;
    padding:60px 0;
  }
}
@media screen and (max-width:768px) { 
  #slider { 
    background-size: cover;
    background-position:top center;
    padding:0;
  }
}

#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
/*
  background: linear-gradient(to left, #8b86a3, #322e40);
*/
  opacity: 0.4;
}
#slider .block {
  color: #E3E3E4;
}
#slider .block h1 {
  font-family: 'websubsetfont';
  font-size: 45px;
  line-height: 54px;
  letter-spacing: 10px;
  padding-top:400px;
  padding-top:50px;
  padding-top:0px;
  text-shadow: 2px 4px 6px rgba(131, 33, 72, 0.2);
}
#slider .block {
  margin-top: 120px;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0.2);
}

#slider .block h1,
#slider .block .animated.fadeInUp {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}

@media screen and (max-width:1200px) { 
  #slider .block h1 { 
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 2px;
    padding-top:360px;
    padding-top:0px;
  }
  #slider .block {
    margin-top:140px;
  }
}
@media screen and (max-width:768px) { 
  #slider .block h1 { 
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    padding-top:360px;
    padding-top:0px;
  }
  #slider .block {
    margin-top:140px;
    text-align: right;
  }
}
@media screen and (max-width:493px) { 
  #slider .block h1 { 
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 2px;
    padding-top:220px;
    padding-top:0px;
  }
  #slider .block {
    margin-top:120px;
    text-align: right;
  }
}

#slider .block p {
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width:1200px) { 
  #slider .block p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width:768px) { 
  #slider .block p {
    display:none;
  }
}

/*--
	wrapper Start 
--*/
#intro {
  padding: 100px 0;
}
@media screen and (max-width:768px) { 
  #intro { 
    padding: 50px 0;
  }
}
@media screen and (max-width:493px) { 
  #intro { 
    padding: 20px 0;
  }
}
#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
#intro .block p {
  padding-top: 0px;
}
#intro .block a {
  color:#555;
  border-bottom:1px solid #555;
}
#intro .block img {
  padding-left: 40px;
  width: 100%;
}

#intro .section-title p {
  padding-top: 10px;
}
@media screen and (max-width:768px) { 
  #intro .section-title p {
    padding-top: 5px;
  }
}

#intro .btn-view-works{
  background:rgba(131, 33, 72, 1.0);
  color: #fff;
  padding: 15px 40px;
  margin-top:40px;
}

.date-box { text-align:right; }
@media screen and (max-width:991px) { 
  .date-box { text-align: left;}
}

.topic-box { border-top:1px dotted #555;padding-top:10px; }
.date { background-color:rgba(131, 33, 72, 1.0);color:#fff;padding:6px 10px; }
.new { margin-right:20px;color:red;}
.topic-title { color:rgba(131, 33, 72, 1.0);}

.topics .topic-box > div > span {
	margin-bottom: 10px;
	display: inline-block;
}

#nest_row {margin-left:0;margin-right:0;}
/*
#download {padding-left:15px;padding-right:15px;}
*/
#download {margin-left:0;margin-right:0;}

/*--
	service Start 
--*/
#service {
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width:768px) { 
  #service { 
    padding: 50px 0;
  }
}
@media screen and (max-width:493px) { 
  #service { 
    padding: 20px 0;
  }
}
#service .service-item {
  padding-bottom: 30px;
}
#service .service-item i {
  font-size: 60px;
  color: rgba(131, 33, 72, 1.0);
}
#service .service-item h4 {
  padding-top: 20px;
  margin: 0;
  color: #666;
}
@media screen and (max-width:768px) { 
  #service .service-item h4 { 
    font-size:16px;
  }
}
@media screen and (max-width:493px) { 
  #service .service-item h4 { 
    font-size:14px;
  }
}
#service .service-item p {
  color: #888;
  padding-top: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align:left;
}
#service .service-item img {
  width:38%;
}
@media screen and (max-width:493px) { 
  #service .service-item img  { 
    width:68%;
  }
}

#service .btn-service { width:100%;background:rgb(240, 226, 236)}
@media screen and (max-width:540px) { 
  #service .btn-service { 
    min-height:160px;
  }
}
@media screen and (max-width:768px) { 
  #service div.col-xs-6 { 
    padding:5px;
  }
}
#service .btn-service:hover{ width:100%;background:rgba(131, 33, 72, 0.6)}
/*--
	call-to-action Start 
--*/
#call-to-action {
  background: url("../img/call-to-action-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 70px 0px;
  position: relative;
  text-align: center;
  color: rgb(24, 23, 23);
  margin-bottom:40px;
}
#call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  opacity: 0.2;
}
#call-to-action h2,#call-to-action h3 {
  padding-bottom: 20px;
  line-height: 33px;
  margin: 0;
  font-size: 30px;
}
@media screen and (max-width:768px) { 
  #call-to-action h2,#call-to-action h3 {
    font-size: 22px;
  }
}
#call-to-action p {
  font-size: 16px;
  line-height: 1.2;
  padding:0 20px;
}
#call-to-action .action-title { font-size:22px;font-weight:bold;}
@media screen and (max-width:768px) { 
  #call-to-action .action-title {
    font-size: 18px;
  }
}

#call-to-action .btn-call-to-action {
  padding: 15px 35px;
  border: none;
  font-size: 15px;
  color: #333333;
  margin-top: 30px;
}

#call-to-action img {margin-bottom:20px;}
/*--
	Feature Start 
--*/
#feature {
  background: url("../img/featue-bg.jpg");
  background-position: 50% 94px;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: scrolld;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 100px 0;
}
@media screen and (max-width:768px) { 
  #feature { 
    padding: 50px 0;
  }
}
@media screen and (max-width:493px) { 
  #feature { 
    padding: 20px 0;
  }
}
#feature h2 {
  font-size: 28px;
}
@media screen and (max-width:768px) { 
  #feature h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

#feature p {
  color: #555;
  margin-bottom: 20px;
}
#feature .btn-view-works {
  background:rgba(131, 33, 72, 1.0);
  color: #fff;
  padding: 15px 40px;
}

.cpc-logo-set { width:120px;margin-bottom:20px; }
/*--
	content Start 
--*/
#testimonial {
  padding: 100px 0;
}
@media screen and (max-width:768px) { 
  #testimonial { 
    padding: 50px 0;
  }
}
@media screen and (max-width:493px) { 
  #testimonial { 
    padding: 20px 0;
  }
}
#testimonial .block h2 {
  line-height: 27px;
  color: #5C5C5C;
  padding-top: 110px;
}
#testimonial .block p {
  padding-top: 50px;
  color: #7B7B7B;
}
#testimonial .counter-box li {
  width: 50%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
#testimonial .counter-box li i {
  font-size: 35px;
}
#testimonial .counter-box li h4 {
  font-size: 30px;
}
#testimonial .counter-box li span {
  color: #555;
}
#testimonial .testimonial-carousel {
  text-align: center;
  width: 75%;
  border: 1px solid #DEDEDE;
  padding: 24px;
  margin: 0 auto;
}
#testimonial .testimonial-carousel img {
  padding-bottom: 38px;
}
#testimonial .testimonial-carousel p {
  line-height: 28px;
  padding-bottom: 20px;
}
#testimonial .testimonial-carousel .user img {
  padding-bottom: 0px;
  border-radius: 500px;
}
#testimonial .testimonial-carousel .user p {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  color: #353241;
}
#testimonial .testimonial-carousel .user p span {
  display: block;
  color: #353241;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div {
  border: 1px solid #1D1D1D;
  border-radius: 500px;
  display: inline-block;
  height: 10px;
  margin-right: 15px;
  width: 10px;
}
#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active {
  background: #5C5C5C;
  font-size: 30px;
  display: inline-block;
  border: 0px;
}
#testimonial .btn-map {
  background:rgba(131, 33, 72, 1.0);
  color:#fff;
  font-size:18px;
  padding:15px 40px;
  margin-top:15px;
  margin-bottom:20px;
}

.map-title{font-size:26px;}
@media screen and (max-width:768px) { 
  .map-title {
    font-size: 20px;
  }
}
@media screen and (max-width:450px) { 
  .map-add {
    text-align:left;
  }
}
#test
#testimonial img {margin-top:20px;}

/*--
	features Start 
--*/
#clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
#clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}
/*---------------------------------------------
					Work Start 
-----------------------------------------------*/
/*--
	Slider-work Start 
--*/
.course-list,.details-list {font-size:1.1em;margin:20px 0 80px 0;}
@media screen and (max-width:768px) { 
  .course-list,.details-list  {
    margin:20px 0 0 0;
  }
}
.course-col1 { margin-top:10px;padding:20px;border:1px solid #050505;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */  }
.course-box { padding:10px 0;}
.course-open { background:red; color:#fff; padding:6px 20px;}
.course-close { background:gray; padding:6px 20px;}
.course-list .btn {padding:16px 30px;}

.details-check h2 {
  font-size:1.6em;
  line-height:1.4;
  color:red;
  border:3px double red;
  padding:10px 0;
  margin-top:30px;
}
.details-check2 {
  font-size:1.4em;
  color:red;
  border:3px double red;
  padding:10px 0;
  margin-bottom:30px;
}
.details-list {line-height: 1.6;}
.details-list .col-xs-12 {margin-bottom:10px;}
.details-col1 {background: rgba(131, 33, 72, 1.0);color:#fff; padding:20px 0; font-size:16px;}
.details-col2 {background: rgba(131, 33, 72, 1.0);font-size:16px;padding:10px;color:#fff;font-weight:bold;}
.details-col3 {
  background: rgba(131, 33, 72, 1.0);
  color:#fff;
  padding:20px 0;
  font-size:16px;
  line-height:1.1em;
  text-align:center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width:991px) { 
  .details-col1 {
    padding:10px 0;
  }
}
@media screen and (max-width:991px) { 
  .details-col3 {
    padding:10px 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.details-col4 {
  background: rgba(131, 33, 72, 1.0);
  color:#fff;
  line-height:1.5;
  padding:20px 10px;
  text-align:center;
  border:1px solid rgba(131, 33, 72, 1.0);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width:991px) { 
  .details-col4 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.circle-number {
  color: #fff;
  background-color:#f00;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right:6px;
}

.circle-number2 {
  color:rgba(131, 33, 72, 1.0);
  background-color:#fff;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right:6px;
}

.circle-number3 {
  color: #fff;
  background-color:#f00;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  float:left;
  border-radius: 50%;
  margin-top:-4px;
  margin-right:6px;
}

.pop-img {
  padding:20px 80px;
}
@media screen and (max-width:768px) { 
  .pop-img {
    padding:20px;
  }
}
.details-caution {color:red;}
.details-caution .col-md-6 {margin-bottom:10px;}

.bbox_1 { border:1px solid rgba(131, 33, 72, 1.0); border-radius:8px; padding:20px;}
@media screen and (max-width:991px) { 
  .bbox_1 {
    padding:10px;
  }
}

.bbox_2 { 
  border:1px solid rgba(131, 33, 72, 1.0);
  padding:20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (max-width:991px) { 
  .bbox_2 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.bbox_3 { 
  border:1px solid rgba(131, 33, 72, 1.0);
  padding:20px;
  border-radius: 8px;
}

.bbox_4 {
  border:1px solid rgba(131, 33, 72, 1.0);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding:30px 10px 20px 10px;
}
@media screen and (max-width:991px) { 
  .bbox_4 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.contents_box20 { margin-top:20px;}
.certified-list { line-height: 1.8;font-size:0.9em;}
.certified-list .col-xs-12 {margin-bottom:6px;}
.procedure-list { line-height: 1.8;font-size:1.1em;}
.faq-q {
  color: #fff;
  background-color:#f00;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right:6px;
}
.faq-a {
  color: #fff;
  background-color:rgba(131, 33, 72, 1.0);
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-right:6px;
}
.panel-body{padding:20px;}

#global-header {
  background: url("../img/slider-bg2.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
  background-attachment: scroll;
}
@media screen and (max-width:493px) { 
  #global-header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.7;
}
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  text-align: center;
}
#global-header .block h1 {
  font-size: 38px;
  letter-spacing: 4px;
  padding-bottom: 0px;
  margin-top: 0;
  text-transform: capitalize;
}
@media screen and (max-width:768px) { 
  #global-header .block h1 {
    font-size: 28px;
  }
}
@media screen and (max-width:493px) { 
  #global-header .block h1 {
    font-size: 22px;
  }
}

#global-header .block p {
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
@media screen and (max-width:493px) { 
  #global-header .block p {
    font-size: 10px;
    margin-top: -10px;
  }
}
/*--
	portfolio-work Start 
--*/
#portfolio-work {
  overflow: hidden;
  padding: 80px 0;
}
#portfolio-work .block .portfolio-menu {
  padding-bottom: 30px;
  text-align: center;
}
#portfolio-work .block .portfolio-menu ul {
  border: 1px solid #999999;
  display: inline-block;
  margin-bottom: 40px;
}
#portfolio-work .block .portfolio-menu ul li {
  display: inline-block;
  padding: 0px 25px;
  cursor: pointer;
  font-size: 15px;
  line-height: 40px;
  color: #333333;
  text-transform: capitalize;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active {
  color: #655E7A;
  position: relative;
}
#portfolio-work .block .portfolio-menu ul .active:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 23px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-menu ul li:hover:before {
  content: "\f0d7";
  position: absolute;
  font-family: 'FontAwesome';
  bottom: -18px;
  font-size: 30px;
  width: 20px;
  left: 0px;
  right: 0px;
  top: 24px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolio-work .block .portfolio-contant ul li {
  float: left;
  width: 32.22%;
  overflow: hidden;
  margin: 6px;
  position: relative;
}
#portfolio-work .block .portfolio-contant ul li:hover .overly {
  opacity: 1;
}
#portfolio-work .block .portfolio-contant ul li:hover .position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#portfolio-work .block .portfolio-contant ul li a {
  display: block;
  color: #fff;
}
#portfolio-work .block .portfolio-contant ul li a h2 {
  font-size: 22px;
  letter-spacing: 1px;
}
#portfolio-work .block .portfolio-contant ul li a p {
  font-size: 15px;
}
#portfolio-work .block .portfolio-contant ul li a span {
  font-style: italic;
  font-size: 13px;
  color: #655E7A;
}
#portfolio-work .block .portfolio-contant ul img {
  width: 100%;
  height: auto;
}
#portfolio-work .block .portfolio-contant .overly {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-align: center;
}
#portfolio-work .block .portfolio-contant .position-center {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  transform: translate(0%, 50%);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
#portfolio-work .block .mix {
  display: none;
}
/*--
	wrapper-work Start 
--*/
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  padding-right: 80px;
}
/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Work Close 
-----------------------------------------------*/
/*=============================================*/
/*---------------------------------------------
					 Contact Start 
-----------------------------------------------*/
/*--
	slider-contact Start 
--*/
#slider-contact {
  background: url("../img/slider-bg2.jpg") no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative;
}
#slider-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#slider-contact .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
}
#slider-contact .block h1 {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 6px;
  padding-bottom: 15px;
}
#slider-contact .block p {
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
/*--
	contact-form Start 
--*/
#contact-form {
  padding-top: 70px;
  padding-bottom: 35px;
}
#contact-form .block form .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group .form-control {
  background: #F6F8FA;
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block form .form-group-2 {
  padding-bottom: 15px;
  margin: 0px;
}
#contact-form .block form .form-group-2 textarea {
  background: #F6F8FA;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
#contact-form .block button {
  width: 100%;
  height: 60px;
  background: #47424C;
  border: none;
  color: #fff;
  font-size: 18px;
}
/*--
	wrapper-contact Start 
--*/
.address-block li {
  margin-bottom: 20px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}
.social-icons {
  margin-top: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}
.google-map {
  position: relative;
}
.google-map #map {
  width: 100%;
  height: 300px;
  background-color: #ff432e;
}
#contact-box {
  padding-top: 35px;
  padding-bottom: 58px;
}
#contact-box .block img {
  width: 100%;
}
#contact-box .block h2 {
  color: #000;
  font-size: 28px;
  padding-bottom: 30px;
}
#contact-box .block p {
  color: #5C5C5C;
  display: block;
}
/*--
	features-contact Start 
--*/
#features-contact {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-contact .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
/*---------------------------------------------
					Contact Close 
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
}
/*---------------------------*/

/*--
	link Start 
--*/
#link-box {margin-bottom:40px;padding-top:40px; }
#link-box div.col-md-3 { padding-left:8px; padding-right:8px; }
@media screen and (max-width:991px) { 
  #link-box img {
    padding:10px 0px;
  }
}
@media screen and (max-width:767px) { 
  #link-box img {
    padding:0px;
    width:60%;
  }
}


/*--
	footer Start 
--*/
footer {
  background: #F5F5F5;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 55px;
}
footer p {
  font-size: 13px;
  line-height: 25px;
  color: #919191;
}
footer a {
  color: #595959;
}
footer .footer-manu {
  padding-bottom: 25px;
}
footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-manu ul li {
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 10px;
}
footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
footer .footer-manu ul li a:hover {
  color: #000;
}
footer .footer-addr {line-height:1.6em;margin:10px 0 30px 0;}