

.title-container h1, .title-container h2, .title-container h3, .title-container h4, .title-container h5, .title-container h6{
	/*width: 100%;*/
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
.title-container{
	width: 100%;
	overflow: visible !important;
	text-align: center;
}
/* thin-header-line before after */
.thin-header-line{
text-align: center;
}

.thin-header-line:before, .thin-header-line:after{
	content: "";
	display: block;
	position: absolute;
	width:7rem;
	height: 1px;
	background-color: #000000 ;
	top:50%;
	margin-bottom: -1px;
}
.thin-header-line:before{
	left: -7.5rem;
}
.thin-header-line:after{
	right: -7rem;
}

/* thick-header-line before after */
.thick-header-line{
  text-align: center;
  }
.thick-header-line:before, .thick-header-line:after{
	content: "";
	display: block;
	position: absolute;
	width:7rem;
	height: 4px;
	background-color: #000000 ;
	top:50%;
	margin-bottom: -4px;
}
.thick-header-line:before{
	left: -7.5rem;
}
.thick-header-line:after{
	right: -7.5rem;
}

/* double-header-line before after*/
.double-header-line{
  text-align: center;
}
.double-header-line:before, .double-header-line:after{
	content: "";
	display: block;
	position: absolute;
	width:7rem;
	background-color: transparent;
	height: 4px;
	border-top: 1px solid #000000 ;
	border-bottom:1px solid #000000 ;
	top: 50%;
	margin-bottom: -4px;
}
.double-header-line:before{
	left: -7.5rem;
}
.double-header-line:after{
	right: -7.5rem;
}

/* thick-bottom-header-line bottom*/

.thick-bottom-header-line{
  text-align: center;
}
.thick-bottom-header-line:before{
	content: "";
	display: block;
	position: absolute;
	background-color: #000000 ;
	width:4rem;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -2rem;
}

/* thick-bottom-header-line top*/
.thick-top-header-line{
  text-align: center;
}
.thick-top-header-line:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #000000 ;
	width:4rem;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: -1rem;
}
.thick-top-header-line.center:after{
	margin-left: auto; margin-right: auto; left: 0; right: 0; top: -1rem;
}
.thick-top-header-line.left:after{
	margin-left: 0px; margin-right: auto; left: 0;
}

.thick-top-header-line.right:after{
	margin-left: auto; margin-right: 0px; right: 0;
}

/* thick-top-bottom-header-line top-bottom*/
.next-header-line {
 text-align: left !important;
}
.next-header-line:after {
  content: 'border';
  color: transparent;
  border-bottom: 2px solid #f6c93b;
  line-height: 100%;
  position: absolute;
  -webkit-transform: translate(30px, -3px);
  transform: translate(30px, -3px);
}

/* xbottom_line*/

.xbottom_line {
  text-align: center;
  font-family: MWFMDL2-Xbox;
  color: #000000 !important;
  font-size: 43px;
  line-height: 30px;
}

/************/
.title_style2{
	text-align: center;
}
.title_style2:before{
	content: attr(data-text);
	z-index: -1;
	width: 98%;
	background:url("http://premiumvisual.com/wp-content/uploads/Group-1@3x.png") no-repeat;
  background-position: top left;
  background-size: 100px auto;
  height: 100px;
  top: -90%;
	left: 150px;
	transform: translateY(0%);
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	right: auto;
	text-align: center;
}

/*///////////////*/
/* letter-circle */
/*///////////////*/
.letter-circle {
text-align: left;
}
.letter-circle:before {
  background: #000000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  margin: 0 auto;
  left: -31px;
  top: -7px;
  width: 120px;
  height: 120px;
  z-index: -1;
}

/*///////////////*/
/* Title Style 1 */
/*///////////////*/


/*///////////////*/
/* Title Style 2 */
/*///////////////*/


/*///////////////*/
/* Title Style 3 */
/*///////////////*/
.title_style3{
	text-align: center;
}
.title_style3:before{
	content: attr(data-text);
	z-index: -1;
	width: 100px;
	height: 100px;
	background:url("http://premiumvisual.com/wp-content/uploads/Ellipse-1-copy-8@3x.png") no-repeat;
	background-position: top center;
	background-size: 100px auto;
	top: -30%;
	transform: translateY(0%);
	position: absolute;
	left: 0;
}

/*///////////////*/
/* Title Style 4 */
/*///////////////*/



/*///////////////*/
/* Title Style 5 */
/*///////////////*/

/*///////////////*/
/* Title Style 6 */
/*///////////////*/


/*///////////////*/
/* Title Style 9 */
/*///////////////*/

.title_style9 span{
  display: inline-block; font-size: 30px; line-height: 60px; margin: 0 10px; position: relative; vertical-align: middle;
}
.title_style9 span:before, .title_style9 span:after{
    background-color: #000000;
    bottom: 100%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}
.title_style9 span:after {
    top: 98%;
}

/*///////////////*/
/* Title Style 10 */
/*///////////////*/



.triangle-left {
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-right: 100px solid red;
      border-bottom: 50px solid transparent;
    }
    .triangle-topright {
      width: 0;
      height: 0;
      border-top: 100px solid red;
      border-left: 100px solid transparent;
      
    }
  

    .triangle-bottomleft {
      width: 0;
      height: 0;
      border-bottom: 100px solid red;
      border-right: 100px solid transparent;
    }
  
    .triangle-bottomright {
      width: 0;
      height: 0;
      border-bottom: 100px solid red;
      border-left: 100px solid transparent;
    }

    .parallelogram {
      width: 150px;
      height: 100px;
      transform: skew(20deg);
      background: red;
    }

/*///////////////*/
/*  line_style1  */
/*///////////////*/

.line_style1{
	position: absolute;
	z-index: -1;
	width: 0px;
	height:0px;
	top: -150px;
    left: -100%;
	right: 0px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.line_style1 .title_icon {
    fill: rgb(255, 0, 0);   
}

/*///////////////*/
/*  line_style1  */
/*///////////////*/
