/*------------------------------------------------------------------

Project:	MWT-200 HTML UI Kit
Version:	1.0.0


------------------------------------------------------------------
[Table of contents]


1. Heading Styles Start
2. headingOne
3. headingTwo
4. headingThree
5. headingFour
6. headingFive
7. headingSix
8. headingSeven
9. headingEight
10. headingNine
11. headingTen
12. headingEleven

*/


/* ===========================================
Heading Styles Start
============================================== */

#main-wrapper{
	float:left;
	width:100%;
}
h2 {
	margin: 0 0 15px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.gray-bg {
    background-color: #f7f7f7;
}

/*headingOne*/

.headingone_wrapper{
	float:left;
	width:100%;
}
.headingOne h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color:#18c9d2;
}
.headingOne  h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}


/*headingTwo*/

.heading_two_wrapper{
	float:left;
	width:100%;
}
.headingTwo h2 {
	font-size: 36px;
	font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.headingTwo span {
 color:#18c9d2;
}
.headingTwo p {
	font-size: 16px;
    line-height: 26px;
}


/*headingThree*/

.headingThree{
	float: left;
    width: 100%;
    background-image: url(../images/heading/heading_three_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
}
.heading_three_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #18c9d2;
    opacity: 0.7;
}
.headingThree h2 {
    font-size: 38px;
	font-weight: 700;
	color:#fff;
}
.headingThree span {
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:10px;
}
.headingThree p {
	font-size: 16px;
    line-height: 26px;
	padding-top:20px;
	color:#fff;
}


/*headingFour*/

.headingFour {
	float: left;
    width: 100%;
}
.headingFour h2 {
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #313131;
	line-height: 24px;
}


/*headingFive*/

.headingFive {
	float: left;
    width: 100%;
}
.heading_five_wrapper{
	float: left;
    width: 100%;
	padding: 50px 0;
    background: #18c9d2;
    position: relative;
}
.heading_five_wrapper:after {
    content: '';
    position: absolute;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #18c9d2;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
}
.headingFive h2{
    color: #fff;
    font-size: 30px;
}

/*headingSix*/

.headingSix {
	float: left;
    width: 100%;
}
.headingSix h2 {
  font-size: 30px;
  margin-bottom:15px;
}
.headingSix span.bordered-icon {
    color: #18c9d2;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.headingSix span.bordered-icon:before, .headingSix span.bordered-icon:after {
    content: "";
    background: #dadada;
    width: 50px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.headingSix span.bordered-icon:before {
    left: 100%;
}
.headingSix span.bordered-icon:after {
    right: 100%;
}


/*headingSeven*/

.headingSeven {
	float: left;
    width: 100%;
}
.headingSeven h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 8px 0 0;
    font-weight: 500;
    text-transform: capitalize;
}
.headingSeven .heading_line_1,
.headingSeven .heading_line_2 {
    border: 1px solid #01273a;
    display: inline-block;
    height: 3px;
    border-radius: 30px;
    vertical-align: middle;
    width: 48px;
}
.headingSeven .icon {
    color: #18c9d2;
    display: inline-block;
    font-size: 6px;
    line-height: 4px;
    margin: 0 3px;
}


/*headingEight*/

.headingEight {
	float: left;
    width: 100%;
}
.headingEight h3 {
	font-size: 96px;
    opacity: .1;    
	font-weight: 600;
}
.headingEight h2 {    
	font-size: 32px;
	font-weight: 700;
	position: relative;
    margin-top: -40px;   
	z-index: 1;
}

@media(max-width:480px){
	
	.headingEight h3 {
		font-size: 80px;
	}
}

/*headingNine*/

.headingNine {
	float: left;
    width: 100%;
}
.headingNine h3 {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #18c9d2;
	display:inline-block;
    position: relative;
	margin-bottom: 10px;
}
.headingNine h3:before, .headingNine h3:after {
    position: absolute;
    height: 1px;
    width: 20px;
    background: #18c9d2;
    content: '';
    top: 50%;
}
.headingNine h3:before {
    left: -30px;
}
.headingNine h3:after {
    right: -30px;
}
.headingNine h2{
    font-size: 34px;
    font-weight: 800;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}
.headingNine h2:after {
	position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #18c9d2;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headingNine h2 span {
    font-style: italic;
    font-weight: 700;
}

/*headingTen*/

.headingTen {
	float: left;
    width: 100%;
}
.headingTen i{
    font-size: 25px;
    line-height: 25px;
}
.headingTen h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 5px;
	margin-bottom: 15px;
}
.headingTen p{
    font-style: italic;
    margin-bottom: 16px;
}

/* ===========================================
Heading Styles END
============================================== */
