/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout1-z-layout1 {
	background-color: #f8fafc;
  	padding-top: 85px;
}
#layout1-z-layout1 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 10px;
}

#layout1-z-layout1 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}

#layout1-z-layout1 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}


#layout1-z-layout1 .button {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	width: 167px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #ee8b36;
background: -moz-linear-gradient(top,  #ee8a36 0%, #e46d2b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8a36), color-stop(100%,#e46d2b));
background: -webkit-linear-gradient(top,  #ee8a36 0%,#e46d2b 100%);
background: -o-linear-gradient(top,  #ee8a36 0%,#e46d2b 100%);
background: -ms-linear-gradient(top,  #ee8a36 0%,#e46d2b 100%);
background: linear-gradient(to bottom,  #ee8a36 0%,#e46d2b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee8b36', endColorstr='#e46d2b',GradientType=0 );
	
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.07);
	margin-top: 40px;
}

#layout1-z-layout1 .button:hover {
  background-color: #3b475f;
  color: #fff;
}


#layout1-z-layout1 .img-wrapper{
	text-align: right;
}



/* ============================== */
/*		    layout1-z-layout2 section  	  */
/* ============================== */

#layout1-z-layout2 {
	background-color: #f8fafc;
  	padding: 90px 0 20px;
}
#layout1-z-layout2 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 50px;
}

#layout1-z-layout2 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}

#layout1-z-layout2 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

/* ============================== */
/*		    layout1-partners section  	  */
/* ============================== */

#layout1-partners{
	padding: 45px 0;
}

#layout1-partners div{
	text-align: center;
}

#layout1-partners .brand{
	opacity: 0.46;
	filter:alpha(opacity=46);
	transition: opacity .5s;
}

#layout1-partners .brand:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}


/* ============================== */
/*		    About section  	  	  */
/* ============================== */

#layout2-about{
	padding: 50px 0;
	text-align: center;
}

#layout2-about h2{
	color: #000;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 10px;
}

#layout2-about hr{
	background-color: #e25d3e;
	display: inline-block;
	width: 52px;
	height: 2px;
	margin-top: 10px;
}

#layout2-about p{
	font-family: Hind, sans-serif;
}

/* ============================== */
/*	   extra section section  	  */
/* ============================== */

#layout2-extra-section{
	background: url('../img/layout2-bg2.jpg') no-repeat fixed center bottom;
	background-size: cover;
	position: relative;
	padding: 120px 0 120px;
}

#layout2-extra-section .overlay {
  	background-color: rgba(45, 48, 52, 0.4);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout2-extra-section h2{
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;	
}

#layout2-extra-section .subtitle{
	color: rgba(255,255,255,.7);
	font-size: 20px;
	font-style: italic;
	margin-top: 20px;	
}

#layout2-extra-section .list-options{
	margin-top: 60px;
	padding-left: 0;
}

#layout2-extra-section .list-options li{
	color: rgba(255,255,255,.6);
	font-family: Hind, sans-serif;
	margin-top: 20px;
}

#layout2-extra-section .list-options li i{
	color: #fff;
	font-size: 18px;
	padding-right: 15px;
}

#layout2-extra-section .big-image{
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout2-z-layout1 {
	background: url('../img/layout2-bg3.jpg') no-repeat left center;
	background-size: cover;
	background-color: #f8fafc;
	position: relative;
  	padding: 90px 0;
}
#layout2-z-layout1 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 50px;
}

#layout2-z-layout1 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

#layout2-z-layout1 img{
	margin: 0 auto;	
}

/* ============================== */
/*	   tree columns section  	  */
/* ============================== */

#layout2-tree-columns{
	padding: 50px 0;
	text-align: center;
}

#layout2-tree-columns h2{
	color: #333;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 400;
}

#layout2-tree-columns hr{
	background-color: #e25d3e;
	display: inline-block;
	width: 52px;
	height: 2px;
	margin: 10px 0 40px;
}

#layout2-tree-columns .column{
	text-align: left;
}

#layout2-tree-columns .column h3{
	color: #182034;
  	font-size: 22px;
  	font-weight: 400;
}

#layout2-tree-columns .column p{
	font-family: Hind, sans-serif;
	margin-top: 15px;
}


/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout2-z-layout1 {
	background: url('../img/layout2-bg3.jpg') no-repeat left center;
	background-size: cover;
	background-color: #f8fafc;
	position: relative;
  	padding: 90px 0;
}
#layout2-z-layout1 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 50px;
}

#layout2-z-layout1 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

#layout2-z-layout1 img{
	margin: 0 auto;	
}

/* ============================== */
/*	    pricing table section     */
/* ============================== */

#layout2-pricing-tables{
	padding: 60px 0;
	text-align: center;
}

#layout2-pricing-tables h2{
	color: #333;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}

#layout2-pricing-tables .divider{
	background-color: #e25d3e;
	display: inline-block;
	width: 52px;
	height: 2px;
	margin: 10px 0 40px;
}

#layout2-pricing-tables .main-text{
	font-family: Hind, sans-serif;
	width: 450px;
	max-width: 90%;
	margin-bottom: 70px;
}

#layout2-pricing-tables .table-options{
	padding-top: 25px;
	padding-bottom: 25px;
	border: 1px solid rgba(209,209,209,.32);
	position: relative;
}

#layout2-pricing-tables .table-options:last-child{
	border-left: none;	
}

#layout2-pricing-tables .table-options:before{
	content: "";
	position: absolute;
	background-color: rgba(209,209,209,.32);
	width: 100%;
	height: 1px;
	left: 0;
	top: 140px;
}

#layout2-pricing-tables .table-options h3{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;	
}

#layout2-pricing-tables .table-options .price{
	color: #000;
	font-family: Raleway, sans-serif;
	font-size: 60px;
	margin: 25px 0 80px;
}

#layout2-pricing-tables .table-options .custom-price{
	font-size: 98px;
	
}

#layout2-pricing-tables .table-options .price sup{
	color: rgba(0,0,0,.5);
	font-size: 18px;
	padding: 0 10px;
}

#layout2-pricing-tables .table-options .option{
	text-align: center;
	margin-top: 15px;
}

#layout2-pricing-tables .table-options .option i{
	padding-right: 6px;	
}

#layout2-pricing-tables .button{
	background-color: #e25d3e;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	width: 122px;
	height: 40px;
	display: block;
	line-height: 40px;
	margin: 40px auto 0;
	border-radius: 4px;
}

#layout2-pricing-tables .green-btn{
	background-color: #6bbc55;
}

#layout2-pricing-tables .info{
	color: rgba(0,0,0,.5);
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
}

#layout2-pricing-tables .hovered{
	background-color: #e25d3e;
	color: #fff;
	border: none;
	margin-top: -10px;
	padding-bottom: 45px;
}

#layout2-pricing-tables .hovered:before{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,.1);
	width: 100%;
	height: 152px;
	left: 0;
	top: 0;
}

#layout2-pricing-tables .hovered h3{
	color: #fff;	
}

#layout2-pricing-tables .hovered .price{
	color: #fff;
}

#layout2-pricing-tables .hovered .price sup{
	color: rgba(255,255,255,.5);
}

#layout2-pricing-tables .hovered .button{
	background-color: transparent;
	border: 1px solid #fff;	
}

#layout2-pricing-tables .hovered .info{
	color: rgba(255,255,255,.5);
}

/* ============================== */
/*		  testimonials section    */
/* ============================== */
#layout2-testimonials {
	background-color: #f8fafc;
  	padding: 60px 0;
  	text-align: center;
}
#layout2-testimonials .overlay {
  	background-color: rgba(45, 48, 52, 0.35);
  	position: absolute;
  	top: 0;
  	right: auto;
  	bottom: auto;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout2-testimonials h2{
	color: #000;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}

#layout2-testimonials hr{
	background-color: #e25d3e;
	display: inline-block;
	width: 52px;
	height: 2px;
	margin: 10px 0 40px;
}

#layout2-testimonials #testi-slider{
	padding-left: 0;
}

#layout2-testimonials .testi-slide p {
  	font-family: Hind, sans-serif;
  	font-size: 18px;
  	font-style: italic;
  	margin: 20px auto 0;
  	width: 720px;
  	max-width: 95%;
  	padding: 0 40px;
}

#layout2-testimonials .profile-info{
	display: inline-block;
	margin-top: 40px;
}

#layout2-testimonials .profile-info span{
	color: #182034;
	font-size: 18px;
	margin-left: 20px;
}

#layout2-testimonials .profile-info span a{
	color: #e25d3e;	
}

#layout2-testimonials .owl-pagination{
	margin-top: 40px;
}

#layout2-testimonials .owl-controls .owl-page span{
	background-color: transparent;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0,0,0,.2);
	transition: all .5s;
}

#layout2-testimonials .owl-controls .active span{
	background-color: #e25d3e;
	border: none;
}


/* ============================== */
/*	   tree columns section  	  */
/* ============================== */

#layout2-faqs{
	padding: 60px 0;
}

#layout2-faqs h2{
	color: #333;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
}

#layout2-faqs hr{
	background-color: #e25d3e;
	display: inline-block;
	width: 52px;
	height: 2px;
	margin: 10px 0 40px;
}

#layout2-faqs .column h3{
	color: #182034;
  	font-size: 22px;
  	font-weight: 400;
}

#layout2-faqs .column p{
	font-family: Hind, sans-serif;
	margin-top: 15px;
}

/* ============================== */
/*		    z-layout2 section  	  */
/* ============================== */

#layout2-z-layout2 {
	background-color: #f8fafc;
  	padding: 90px 0 20px;
}
#layout2-z-layout2 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 50px;
}

#layout2-z-layout2 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}

#layout2-z-layout2 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

/* ============================== */
/*		    z-layout section  	  */
/* ============================== */
#layout3-z-layout {
	background-color: #f8fafc;
  	padding-top: 90px;
}
#layout3-z-layout h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 50px;
}

#layout3-z-layout p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

#layout3-z-layout .button {
	background-color: #22be73;
	color: #fff;
	font-size: 14px;
	width: 133px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 40px;
}

#layout3-z-layout1 .button:hover {
  background-color: #3b475f;
  color: #fff;
}

/* ============================== */
/*	   gallery slider section  	  */
/* ============================== */

#layout3-gallery-slider{
	text-align: center;
}

#layout3-gallery-slider .wrapper{
	background: url('../img/layout3-bg2.jpg') no-repeat fixed center bottom;
	background-size: cover;
	padding-top: 60px;
	position: relative;
}

#layout3-gallery-slider .overlay {
  	background-color: rgba(45, 48, 52, 0.7);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout3-gallery-slider .fake-padding{
	background-color: #fff;
	height: 180px;
	width: 100%;
}

#layout3-gallery-slider h2{
	color: #22be73;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
}

#layout3-gallery-slider .subtitle{
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	display: inline-block;
	margin-top: 10px;
}

#layout3-gallery-slider p{
	color: rgba(255,255,255,.6);
	font-family: Hind, sans-serif;
	width: 400px;
	margin: 20px auto 0;
}

#layout3-gallery-slider .slider-container{
	background: url('../img/layout3-iphone-bg.png') no-repeat center center;
	width: 336px;
	height: 614px;
	margin: 40px auto -200px;
	position: relative;
}

#layout3-gallery-slider .iphone-slider{
	position: absolute;
	width: 229px;
	height: 405px;
	padding-left: 0;
	margin: 0;
	top: 91px;
	left: 48px;
}

#layout3-gallery-slider .iphone-slider .owl-prev i, #layout3-gallery-slider .iphone-slider .owl-next i{
	color: #fff;
	font-size: 48px;
	transition: all .5s;
}

#layout3-gallery-slider .iphone-slider .owl-prev i:hover, #layout3-gallery-slider .iphone-slider .owl-next i:hover{
	color: rgba(255,255,255,.2);
}

#layout3-gallery-slider .iphone-slider .owl-prev{
	background-color: transparent;
	position: absolute;
	left: -100px;
	top: 30%;
}

#layout3-gallery-slider .iphone-slider .owl-next{
	background-color: transparent;
	position: absolute;
	right: -100px;
	top: 30%;
}

#layout3-gallery-slider .owl-theme .owl-controls .owl-buttons div{
	opacity: 1;
	padding: 0;
}

/* ============================== */
/*		    z-layout section  	  */
/* ============================== */
#layout3-z-layout2 {
	background-color: #f8fafc;
  	padding: 60px 0;
}
#layout3-z-layout2 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-right: 60px;
}

#layout3-z-layout2 p {
  	font-family: Hind, sans-serif;
  	padding-right: 60px;
  	margin-top: 30px;
}

#layout3-z-layout2 .button {
	background-color: #22be73;
	color: #fff;
	font-size: 14px;
	width: 133px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 40px;
}



/* ============================== */
/*		  testimonials section    */
/* ============================== */
#layout3-testimonials {
	background-color: #fff;
  	padding: 60px 0 40px 0;
  	text-align: center;
}

#layout3-testimonials h2{
	color: #22be73;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
}

#layout3-testimonials .subtitle{
	color: #000;
	font-family: Raleway, sans-serif;
	font-size: 30px;
	display: inline-block;
	margin: 10px 0 50px 0;
}

#layout3-testimonials .testi-container{
	padding: 30px 40px 30px 0;
	text-align: left;
}

#layout3-testimonials .client-info .info{
  	display: inline-block;
  	margin-left: 20px;
}

#layout3-testimonials .client-info h3{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
}

#layout3-testimonials .client-info .job{
	font-family: Hind, sans-serif;
}

#layout3-testimonials .client-info .job a{
	color: #22be73;	
}

#layout3-testimonials .testi-container .testi-text{
	font-family: Hind, sans-serif;
	margin-top: 20px;
}

/* ============================== */
/*		    gallery section  	  */
/* ============================== */
#layout4-gallery{
	background-color: #f2f2f2;
	padding-top: 60px;
	text-align: center;
}

#layout4-gallery h2{
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 29px;
	font-weight: 400;
	margin-top: 0;
}

#layout4-gallery .subtitle{
	font-family: Hind, sans-serif;
		
}

#layout4-gallery hr{
	background-color: #e8873a;
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 10px 0 50px 0;
}

#layout4-gallery .gallery-item{
	width: 20%;
	float: left;
	text-align: left;
	position: relative;
}

#layout4-gallery .gallery-item img{
	width: 270px;
	height: 200px;	
}

#layout4-gallery .gallery-item .img-caption{
	background-color: rgba(0,0,0,.64);
	position: absolute;
	padding: 30px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
}

#layout4-gallery .img-caption .info{
	position: absolute;
	bottom: 30px;
}

#layout4-gallery .gallery-item:hover .img-caption{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

#layout4-gallery .gallery-item h4{
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}

#layout4-gallery .gallery-item p{
	color: rgba(255,255,255,.6);
	font-family: Hind, sans-serif;
	margin-top: 15px;
	padding-right: 15px;
}

#layout4-gallery .gallery-item .link{
	color: #fff;
	font-family: Hind, sans-serif;
	padding-top: 15px;
}

#layout4-gallery .gallery-item .link i{
	font-size: 12px;
	color: #e8873a;
	padding-left: 5px;	
}

/* ============================== */
/*		    partners section  	  */
/* ============================== */

#layout4-partners{
	background-color: #f2f2f2;
	padding: 30px 0;
	text-align: center;
}

#layout4-partners ul{
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}

#layout4-partners ul li{
	margin-right: 50px;
}

#layout4-partners ul li:last-child{
	margin-right: 0;	
}

#layout4-partners li a{
	color: #989a9f;
	font-size: 19px;
	font-family: Hind, sans-serif;	
}

#layout4-partners li a i{
	font-size: 22px;
	padding-right: 5px;
}



/* ============================== */
/*		  testimonials section    */
/* ============================== */
#layout4-testimonials {
	background-color: #fff;
  	padding: 60px 0;
  	position: relative;
  	text-align: center;
}

#layout4-testimonials h2{
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 29px;
	font-weight: 400;
	margin-top: 0;
}

#layout4-testimonials .subtitle{
	font-family: Hind, sans-serif;
	margin-top: 15px;
}

#layout4-testimonials hr{
	background-color: #e8873a;
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 10px 0 60px 0;
}


#layout4-testimonials .testi-container{
  	padding: 0 40px;
}

#layout4-testimonials .testi-container .text{
	font-family: Hind, sans-serif;
	margin-top: 20px;
}

#layout4-testimonials .testi-container h3{
	color: #182034;
	font-size: 20px;
	font-weight: 400;
}

#layout4-testimonials .testi-container .job{
	color: #e8873a;
	font-size: 14px;
	margin-top: 0;
}

/* ============================== */
/*		    showcase section  	  */
/* ============================== */

#layout4-showcase{
	background-color: #f2f2f2;
  	padding-top: 60px;
  	text-align: center;
}
#layout4-showcase h2{
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 29px;
	font-weight: 400;
	margin-top: 0;
}

#layout4-showcase hr{
	background-color: #e8873a;
	display: inline-block;
	width: 60px;
	height: 2px;
	margin: 15px 0;
}

#layout4-showcase .text{
	color: #c5c7cb;
	margin-top: 0;
	max-width: 600px;
	width: 90%;
}

#layout4-showcase img{
	margin-top: 30px;
}

/* ============================== */
/*		    partners section  	  */
/* ============================== */

#layout5-partners{
	padding: 40px 0;
}

#layout5-partners div{
	text-align: center;
}

#layout5-partners .brand{
	opacity: 0.46;
	filter:alpha(opacity=46);
	transition: opacity .5s;
}

#layout5-partners .brand:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}

/* ============================== */
/*		    z-layout1 section  	  */
/* ============================== */

#layout5-z-layout1 {
	background-color: #f2f7fa;
  	padding: 70px 0;
}
#layout5-z-layout1 h2 {
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 10px;
}

#layout5-z-layout1 .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	display: inline-block;
}

#layout5-z-layout1 p {
  	font-family: Hind, sans-serif;
  	margin-top: 30px;
}

#layout5-z-layout1 img{
	display: inline-block;
}

#layout5-z-layout1 .button {
	background: #1c9cc5;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	width: 167px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-top: 40px;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#layout5-z-layout1 .button:hover {
  background-color: #3b475f;
  color: #fff;
}


#layout5-z-layout1 .img-wrapper{
	text-align: right;
}


/* ====================== */
/*	   CTA  section  	  */
/* ====================== */

#layout5-special-section {
	background: url('../img/layout5-cta-bg.jpg') no-repeat fixed center center;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 130px 0;
}

#layout5-special-section .overlay {
  	background-color: rgba(45, 173, 210, 0.95);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-special-section h2{
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 50px;
	margin-top: 30px;
}

#layout5-special-section .subtitle{
	color: rgba(255,255,255,.7);
	font-size: 16px;
	margin-top: 10px;
	width: 450px;
	max-width: 95%;
	display: inline-block;
}

/* ============================== */
/*		  testimonials section    */
/* ============================== */
#layout5-testimonials {
	background-color: #fff;
  	padding: 60px 0 30px 0;
  	text-align: center;
}

#layout5-testimonials h2{
	color: #172034;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-testimonials .subtitle{
	color: #c5c7cb;
	font-size: 20px;
	font-style: italic;
	margin-top: 15px;
}

#layout5-testimonials hr{
	background-color: #1ba2cd;
	display: inline-block;
	width: 55px;
	height: 10px;
	margin: 20px 0 50px;
	border-radius: 5px;
}

#layout5-testimonials .testi-container{
	padding: 30px 40px 30px 0;
	text-align: left;
}

#layout5-testimonials .client-info .info{
  	display: inline-block;
  	margin-left: 20px;
}

#layout5-testimonials .client-info h3{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-testimonials .client-info .job{
	font-family: Hind, sans-serif;
}

#layout5-testimonials .client-info .job a{
	color: #2da5c8;
}

#layout5-testimonials .testi-container .testi-text{
	font-family: Hind, sans-serif;
	margin-top: 20px;
}


/* ============================== */
/*		    z-layout2 section  	  */
/* ============================== */

#layout5-z-layout2 {
	background: url('../img/layout5-cta-bg.jpg') no-repeat fixed center center;
	background-size: cover;
	position: relative;
  	padding: 80px 0;
}

#layout5-z-layout2 .overlay {
  	background-color: rgba(31, 187, 166, 0.95);
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

#layout5-z-layout2 h2 {
	color: #fff;
	font-family: Raleway, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 0;
}

#layout5-z-layout2 p{
	color: rgba(255, 255, 255, 0.7);
	font-family: Hind, sans-serif;
	display: inline-block;
	margin-top: 10px;
	width: 90%;
}

#layout5-z-layout2 img{
	margin-top: 20px;
}


