/* title css */
.witr_section_title{
	position:relative;	
}
.witr_section_title_inner{
	position:relative;
	z-index:1;
}
.witr_back_title{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.title_in .witr_back_title {
    z-index: -1;
}
.witr_back_title h4{
	font-size:80px;
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
	line-height:1;	
}
.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3{
    font-size:45px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;	
 }
.text-right.witr_section_title_inner h1,
.text-right.witr_section_title_inner h2,
.text-right.witr_section_title_inner h3{
    margin-right: 0px;		
 }
.text-left.witr_section_title_inner h1,
.text-left.witr_section_title_inner h2,
.text-left.witr_section_title_inner h3{
    margin-left: 0px;		
 }

 .witr_section_title_inner h1{}
.witr_section_title_inner h2 {
    font-size: 18px;
    display: inline-block;
}
.witr_section_title_inner p {
    margin-top: 10px;
}
.witr_section_title_inner.text-center p{
	 width:66%;
	 margin-right:auto;
	 margin-left:auto;	 
 }
 .witr_section_title_inner.text-left p{
	 width:74%;
	 margin-right:auto;
	 margin-left:0px;
 }
  .witr_section_title_inner.text-right p{
	 width:74%;
	 margin-right:0px;
	 margin-left:auto;
 }
 .witr_image_title {
    margin-top: 0px;
    margin-bottom: 10px;
}

/* bar color title */
.witr_bar_main {
    margin: 10px 0;
}
.witr_bar_inner{
    height: 5px;
    width: 90px;
    margin: 0px auto;
    position: relative;
    border-radius: 30px;	
}
.text-left .witr_bar_inner{
  margin-left:0px;	
}
.text-right .witr_bar_inner{
  margin-right:0px;	
}

/* title extrat style */
.title_in_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title_in{
    position: relative;
	width:100%;
}
.title_in:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
}
 .title_in:after {
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
} 
.title_tx h3,
.title_tx h2{
	margin:0;
}
.title_p {
    text-align: left;
    width: 100%;
	padding-left:30px;	
}
.title_ptx p {
    margin: 0;
}
.title_btn{
    margin-top: 15px;
}
.title_btn a{
	padding:15px 30px;
	display: inline-block;
}

/* circale Bar css */
.witr_bar_innerc{
  position:relative;	
}
.witr_bar_innerc:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
    border-radius: 50%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg1;
            animation-name: move_title_bg1;	
}
.witr_bar_innerc:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
    border-radius: 50%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg2;
            animation-name: move_title_bg2;	
}
@-webkit-keyframes move_title_bg1 {
    from {	
		left:0;		
    }
    to {
		left:100%;
    }
}
@keyframes move_title_bg1 {
    from {	
		left:0;		
    }
    to {
		left:100%;
    }
}

@-webkit-keyframes move_title_bg2 {
    from {	
		right:0;		
    }
    to {
		right:100%;
    }
}

@keyframes move_title_bg2 {
    from {	
		right:0;		
    }
    to {
		right:100%;
    }
}

/* responsive */

@media (min-width: 992px) and (max-width: 1364px) {	
.witr_section_title_inner h1,
 .witr_section_title_inner h3 {
    font-size: 38px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.witr_section_title_inner.text-center p,
.witr_section_title_inner.text-left p,
.witr_section_title_inner.text-right p {
	width: 67%;
}
.title_in_area{
	width: 100%;	
}
}
@media (min-width: 768px) and (max-width: 991px) {
.witr_section_title_inner h1,
.witr_section_title_inner h3 {
	font-size: 30px;
} 	

.witr_section_title_inner.text-center p,
.witr_section_title_inner.text-left p,
.witr_section_title_inner.text-right p {
	width: 83%;
}
.title_in_area{
width: 100%;	
}
}
@media (max-width: 767px) {
.section-title.t_center {
width: 100%;
}
.section-title.t_left {
width: 100%;
}
.section-title.t_right {
width: 100%;
}
.witr_section_title_inner h1,
.witr_section_title_inner h3{
	font-size: 21px;
	line-height: 30px;
}
.witr_section_title_inner h2 {
	margin-bottom: 4px;
    font-size: 15px;	
}
.title_in_area {
    display: inherit;
}
.title_in:before,
.title_in:after {
background: none;
}
.title_tx h2 {
	font-size: 16px;
}
.title_p {
    padding-left: 0;
}

	
.title_in_area,
.witr_section_title_inner.text-center p,
.witr_section_title_inner.text-left p,
.witr_section_title_inner.text-right p {
	width: 100%;
}
.witr_section_title_inner p {
	padding-top: 10px;
}
.witr_section_title{
    text-align: center;
}
.witr_section_title .text-right {
    text-align: center !important;
}
.title_btn {
    margin: 30px 0 20px;
}	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.witr_section_title_inner h1,
.witr_section_title_inner h3 {
	font-size: 25px;
}	

.witr_section_title_inner.text-center p,
.witr_section_title_inner.text-left p,
.witr_section_title_inner.text-right p {
	width: 91%;
}

}




