/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ sections
	+ page title
	+ parallax backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	FOR POP UP
------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/



.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}

.container_full.slidertop {
	margin-top: -80px;
}

.container {
	width: 1170px;
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 18px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 18px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 18px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 18px 0px 0px 0px;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .one_half_center {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half_center {
	width: 55%;
	position: center;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	FORM SELECT
------------------------------------------------------*/



.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.form-select {
		transition: none;
	}
}

/*---------------------------------------------------
	NEW top nav
------------------------------------------------------*/

bodyy {
	margin: 0;
	font-family: Arial
}

.topnavv {
	overflow: hidden;
	background-color: #333;
}

	.topnavv a {
		float: left;
		display: block;
		color: #f2f2f2;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size: 17px;
	}

.activee {
	background-color: #04AA6D;
	color: white;
}

.topnavv .icon {
	display: none;
}

.dropdownn {
	float: left;
	overflow: hidden;
}

	.dropdownn .dropbtn {
		font-size: 17px;
		border: none;
		outline: none;
		color: white;
		padding: 14px 16px;
		background-color: inherit;
		font-family: inherit;
		margin: 0;
	}

.dropdownn-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

	.dropdownn-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

.topnavv a:hover, .dropdownn:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdownn-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdownn:hover .dropdownn-content {
	display: block;
}

@media screen and (max-width: 600px) {
	.topnavv a:not(:first-child), .dropdownn .dropbtn {
		display: none;
	}

	.topnavv a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnavv.responsive {
		position: relative;
	}

		.topnavv.responsive .icon {
			position: absolute;
			right: 0;
			top: 0;
		}

		.topnavv.responsive a {
			float: none;
			display: block;
			text-align: left;
		}

		.topnavv.responsive .dropdownn {
			float: none;
		}

		.topnavv.responsive .dropdownn-content {
			position: relative;
		}

		.topnavv.responsive .dropdownn .dropbtn {
			display: block;
			width: 100%;
			text-align: left;
		}
}

/*---------------------------------------------------
	NEW HEADER
------------------------------------------------------*/

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
}

headerr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #EA315B;
	padding: 17px;
}

.logoo {
	height: 35px;
	margin-left: 30px;
}

.navbarr {
	display: flex;
	color: #fff;
	list-style: none;
	& li

{
	margin-right: 30px;
	& a

{
	text-decoration: none;
}

& a:hover {
	text-decoration: underline;
}

& a:link,
a:visited {
	color: currentColor;
}

}
}
/*---------------------------------------------------
	CONTACTS
------------------------------------------------------*/


#popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/




	/* Logo */
	#trueHeader #logo {
		float: left;
		display: block;
		width: 100%;
		min-height: 45px;
		margin-top: 13px;
		position: relative;
		text-indent: -999em;
		background: url(../images/pcsLogo.png) no-repeat left bottom;
	}

	#trueHeader2 #logo {
		float: left;
		display: inline;
		width: 100%;
		min-height: 45px;
		margin-top: 13px;
		position: relative;
		text-indent: -999em;
		background: url(../images/pcsLogo.png) no-repeat left bottom;
	}

	#trueHeader3 #logo {
		float: left;
		display: inline;
		width: 100%;
		min-height: 45px;
		margin-top: 13px;
		position: relative;
		text-indent: -999em;
	}



	/*index4*/

	#topHeader #logo {
		float: left;
		display: block;
		width: 100%;
		min-height: 45px;
		margin-top: 8px;
		position: relative;
		text-indent: -999em;
		background: url(../images/pcsLogo.png) no-repeat left bottom;
	}

	/* top navigation */
	.right_bar {
		float: right;
		width: 75%;
		padding: 20px 0px 0px 0px;
	}

		.right_bar ul.social_icons50 {
			float: left;
			width: 100%;
			padding: 0px;
		}

		.right_bar ul.social_icon_holder {
			float: right;
			width: 40%;
			padding: 0px;
			margin: 0px;
		}

		.right_bar ul.social_icons {
			float: right;
			width: 100%;
			padding: 0px;
			margin: 0px;
		}

			.right_bar ul.social_icons li {
				float: right;
				padding: 0px;
				margin: 0px;
			}

		.right_bar .social_icons li.social a {
			width: 24px;
			height: 24px;
			float: right;
			font-size: 13px;
			color: #fff;
			padding: 0px;
			margin: 0 5px 0 0;
			text-align: center;
			line-height: 25px;
			border-radius: 50%;
			background-color: #272727;
		}

			.right_bar .social_icons li.social a:hover {
				color: #fff;
				background-color: #727272;
			}

		.right_bar .social_icons li.mail a {
			float: right;
			font-size: 13px;
			color: #727272;
			padding: 0px;
			margin: 0 15px 0 0;
			line-height: 25px;
		}

		.right_bar .social_icons li.phone {
			float: right;
			font-size: 13px;
			color: #727272;
			padding: 0px;
			margin: 0 15px 0 0;
			line-height: 25px;
		}


	.logo_holder {
		float: left;
		width: 100%;
		height: 64px;
	}

	/*index2*/
	.tp-banner-container.two {
		margin-top: -40px;
		position: relative;
		z-index: 50;
	}


	/* top navigation */
	.top_nav {
		float: left;
		width: 100%;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
		border-bottom: 1px solid #e7e7e7;
	}

		.top_nav.two {
			float: left;
			width: 100%;
			height: 50px;
			padding: 0px 0px 0px 0px;
			background-color: none;
		}

		.top_nav .right {
			float: left;
			width: 50%;
		}

		.top_nav .left {
			float: left;
			width: 50%;
		}

			.top_nav .left a {
				font-size: 13px;
				color: #999;
				float: left;
				padding-top: 3px;
			}

				.top_nav .left a i {
					color: #fdce16;
				}

				.top_nav .left a:hover {
					color: #727272;
				}


			.top_nav .left span {
				font-size: 13px;
				color: #999;
				float: left;
				padding-left: 15px;
				padding-top: 3px;
			}

				.top_nav .left span i {
					color: #fdce16;
				}


		.top_nav .right ul {
			float: right;
			padding: 0px;
			margin: 0px;
		}

		.top_nav .right li {
			float: left;
			font-size: 12px;
			margin: 0px;
			border-left: 1px solid #d9d9d9;
		}

			.top_nav .right li.last {
				border-right: 1px solid #d9d9d9;
			}


			.top_nav .right li a i {
				float: left;
				font-size: 14px;
				padding: 10px 10px 8px 10px;
				margin: 0px;
			}

			.top_nav .right li:hover i {
				color: #454545;
			}

			.top_nav .right li a {
				color: #999;
			}

				.top_nav .right li a:hover {
					color: #727272;
				}

	/* header area adinationals */
	.logo {
		float: left;
		width: 25%;
	}

	.menu_main {
		float: right;
		width: 75%;
		z-index: 9999;
		position: relative;
	}

	@media screen and (max-width: 600px) {
		.nomobile {
			visibility: hidden;
			clear: both;
			float: right;
			margin: 5px auto;
			width: 22%;
			height: auto;
			display: none;
			// Önemli olan nokta burası burayı kaldırırsanız sadece mobile için görüntülenir.
		}
	}

	@media screen and (min-width: 600px) {
		.nodesktop {
			visibility: hidden;
			clear: both;
			float: right;
			margin: 5px auto;
			width: 22%;
			height: auto;
			display: none;
			// Önemli olan nokta burası burayı kaldırırsanız sadece mobile için görüntülenir.
		}
	}

	.menu_main2 {
		float: left;
		width: 70%;
		z-index: 9999;
		padding: 0px;
		margin: 0px;
		position: relative;
	}

	.search_holder {
		float: right;
		width: 30%;
		padding: 20px 0 0 0;
	}

		.search_holder .input_text {
			width: 70%;
			padding: 0px;
			border: 1px solid #d9d9d9;
		}


	/*---------------------------------------------------
	sections
------------------------------------------------------*/

	.readmore_but1 {
		float: left;
		color: #adadad;
		text-transform: uppercase;
		padding: 13px 40px;
		background-color: #161616;
		border-radius: 2px;
	}

		.readmore_but1:hover {
			color: #161616;
			background-color: #fff;
		}

	.readmore_but2 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 10px 12px;
		border-radius: 2px;
		border: 2px solid #161616;
	}

		.readmore_but2:hover {
			color: #161616;
			border: 2px solid #ffba00;
			background-color: #ffba00;
		}

	.readmore_but3 {
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 25px;
		border-radius: 2px;
		border: 2px solid #fff;
	}

		.readmore_but3:hover {
			color: #161616;
			border: 2px solid #ffba00;
			background-color: #ffba00;
		}

	.readmore_but4 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 12px 25px;
		border-radius: 2px;
		background-color: #fdce16;
	}

		.readmore_but4:hover {
			color: #161616;
			background-color: #fff;
		}

	.readmore_but5 {
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding: 10px 25px;
		border-radius: 2px;
		border: 2px solid #2d2d2d;
	}

		.readmore_but5:hover {
			color: #161616;
			border: 2px solid #ff;
			background-color: #fff;
		}

	.readmore_but6 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 10px 25px;
		border: 2px solid #161616;
	}

		.readmore_but6:hover {
			color: #fff;
			border: 2px solid #161616;
			background-color: #161616;
		}

	.readmore_but7 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 12px 25px;
		background-color: #fff;
	}

		.readmore_but7:hover {
			color: #fff;
			background-color: #161616;
		}

	.readmore_but8 {
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding: 12px 25px;
		background-color: #161616;
	}

		.readmore_but8:hover {
			color: #161616;
			background-color: #fff;
		}

	.readmore_but9 {
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding: 12px 25px;
		background-color: #161616;
	}

		.readmore_but9:hover {
			color: #161616;
			background-color: #fdce16;
		}

	.readmore_but10 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 12px 25px;
		background-color: #fdce16;
	}

		.readmore_but10:hover {
			color: #fff;
			background-color: #161616;
		}


	.readmore_but11 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 12px 25px;
		background-color: #fff;
	}

		.readmore_but11:hover {
			color: #fff;
			background-color: #161616;
		}

	.readmore_but12 {
		float: left;
		color: #161616;
		text-transform: uppercase;
		padding: 10px 25px;
		border-radius: 2px;
		border: 2px solid #fdce16;
	}

		.readmore_but12:hover {
			color: #161616;
			border: 2px solid #fdce16;
			background-color: #fdce16;
		}

	.readmore_small {
		float: left;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		padding: 4px 7px;
		background-color: #119ee7;
		border-radius: 2px;
		text-transform: none;
	}

		.readmore_small:hover, .readmore_small.red:hover, .readmore_small.green:hover, .readmore_small.yellow:hover, .readmore_small.violet:hover {
			color: #161616;
			background-color: #fff;
		}

		.readmore_small.red {
			background-color: #fc4242;
		}

		.readmore_small.green {
			background-color: #94c014;
		}

		.readmore_small.yellow {
			background-color: #fdce16;
		}

		.readmore_small.violet {
			background-color: #b67cec;
		}





	/*home style 1 styles*/
	.section_holder1 {
		width: 100%;
		float: left;
		padding: 150px 0px 80px 0px;
		margin: 0px;
	}

		.section_holder1 .box {
			position: relative;
			width: 100%;
			float: left;
			padding: 25px;
			margin: 0px;
			text-align: center;
			border: 1px solid #b9b9b9;
		}

			.section_holder1 .box .title_bottom_line {
				width: 50px;
				height: 4px;
				padding: 0;
				margin: 10px auto 20px auto;
				border-top: 1px solid #c9c9c9;
				border-bottom: 1px solid #c9c9c9;
			}

		.section_holder1 .diamond {
			position: absolute;
			width: 100px;
			height: 100px;
			border: 1px solid #C2C2C2;
			background-color: #FFF;
			margin: 0px;
			padding: 0px;
			left: 40px;
			top: -36px;
			text-align: center;
			line-height: 93px;
			transform: rotate(-45deg);
			transform-origin: 50% 0 0px;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder1 .diamond .icon {
				font-size: 30px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				text-align: center;
				color: #161616;
			}

		.section_holder1 .box a.readmore {
			font: 14px 'Open Sans', sans-serif;
			color: #161616;
			padding: 0px;
			margin: 0;
			text-align: center;
			font-weight: normal;
		}

		.section_holder1 .box:hover a.readmore {
			color: #fdce16;
		}

		.section_holder1 .box:hover .diamond {
			background-color: #fdce16;
			border: 1px solid #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}


		.section_holder1 .box.active a.readmore {
			color: #fdce16;
		}

		.section_holder1 .box.active .diamond {
			background-color: #fdce16;
			border: 1px solid #fdce16;
		}


	/*section 2*/
	.section_holder2 {
		width: 100%;
		float: left;
		padding: 0px;
		margin: 0px;
		background: #fdce16 url(../images/site-img05.png) left 25px no-repeat;
	}

		.section_holder2 .section_title {
			font-family: 'Raleway', sans-serif;
			float: left;
			font-size: 45px;
			font-weight: bold;
			margin: 0 0 20px 0;
			padding: 80px 0 0 0;
			color: #161616;
			text-transform: uppercase;
		}

		.section_holder2 .section_title_line {
			width: 361px;
			height: 3px;
			float: left;
			margin: 0 0 40px 0;
			padding: 0px;
			background: url(../images/section_title_line1.png) 0px 0px no-repeat;
		}

		.section_holder2 .img_right {
			width: 100%;
			float: left;
			margin: 20px 0 0 0;
			padding: 0;
		}

			.section_holder2 .img_right img {
				width: 100%;
				float: left;
				margin: 17px 0 0 0;
				padding: 0;
			}

	/*section 3*/
	.section_holder3 {
		width: 100%;
		float: left;
		padding: 80px 0 10px 0;
		margin: 0px;
		background: url("../images/parallax_bg1.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

	.section_title {
		font-family: 'Raleway', sans-serif;
		font-size: 45px;
		font-weight: bold;
		margin: 0 0 20px 0;
		padding: 0;
		color: #fdce16;
		text-align: center;
		text-transform: uppercase;
	}

	.section_title_line {
		width: 360px;
		height: 3px;
		padding: 0px;
		margin: 0 auto 20px auto;
		text-align: center;
		background: url(../images/section_title_line2.png) 0px 0px no-repeat;
	}

	.section_title.two {
		color: #161616;
	}

	.section_title_line.two {
		background: url(../images/section_title_line3.png) 0px 0px no-repeat;
	}


	.section_title.three {
		color: #161616;
	}

	.section_title_line.three {
		margin: 0 auto 60px auto;
		background: url(../images/section_title_line4.png) 0px 0px no-repeat;
	}

	.section_title_line.four {
		margin: 0 auto 20px auto;
		background: url(../images/section_title_line8.png) 0px 0px no-repeat;
	}

	.section_title_bottomtext {
		width: 60%;
		padding: 0px;
		margin: 0 auto 60px auto;
		text-align: center;
	}

		.section_title_bottomtext.two {
			color: #969696;
		}

		.section_title_bottomtext.three {
			color: #161616;
		}

		.section_title_bottomtext.port {
			width: 46%;
			margin: 0 auto 60px auto;
		}

	.section_holder3 .title {
		padding: 0 0 0px 0;
		color: #fff;
	}

	.section_holder3 .subtitle {
		font-size: 16px;
		font-weight: 600;
		padding: 0px;
		color: #fff;
	}

	.section_holder3 p {
		color: #868686;
		padding: 15px 0 0 0;
	}

	.section_holder3 .divider_line1 {
		width: 100%;
		height: 1px;
		float: left;
		background-color: #4e4e4e;
		padding: 0px;
		margin: 38px 0 20px 0;
		border: none;
	}

	.section_holder3 .icon.two {
		font-size: 32px;
		float: left;
		color: #fff;
		padding: 0px;
		margin: 0px 0 0 0;
		border: none;
	}

	.section_holder3 .sharetitle {
		font-size: 16px;
		float: left;
		color: #fff;
		font-weight: 600;
		padding: 0px 10px 0 0;
		margin: 0;
		text-transform: uppercase;
	}

	.section_holder3 ul.social_icons {
		width: 70%;
		float: left;
		margin: 0px 0 0 72px;
		padding: 0;
	}

		.section_holder3 ul.social_icons li {
			margin: 0;
			padding: 0;
			float: left;
		}

			.section_holder3 ul.social_icons li.iconbg {
				width: 50px;
				height: 50px;
				background-color: #fff;
				margin: 0 23px 0 0;
				padding: 0px;
				text-align: center;
				-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
				-webkit-transform-origin: 0 100%;
				transform-origin: 0 100%;
			}

				.section_holder3 ul.social_icons li.iconbg i {
					width: 50px;
					height: 50px;
					font-size: 22px;
					text-align: center;
					line-height: 51px;
					color: #161616;
					border-radius: 50%;
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				}

				.section_holder3 ul.social_icons li.iconbg:hover {
					background-color: #fdce16;
				}

				.section_holder3 ul.social_icons li.iconbg.active {
					background-color: #fdce16;
				}

	.section_holder3 .project_imgbox {
		width: 535px;
		height: 405px;
		float: right;
		padding: 15px;
		margin: 0px;
		background-color: #fff;
	}

	.section_holder3 .imgbox {
		width: 100%;
		float: left;
		padding: 0px;
		margin: 0px;
	}


	/*section 4*/
	.section_holder4 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
	}

		.section_holder4 .ucd_process {
			width: 190px;
			height: 190px;
			padding: 0px;
			margin: 0 auto;
		}

			.section_holder4 .ucd_process .phaseimg {
				width: 190px;
				height: 190px;
				padding: 0px;
				margin: 0;
				background: url(../images/site-img06.png) 0 0 no-repeat;
				-webkit-transform: translate(1);
				-moz-transform: translate(1);
				-o-transform: translate(1);
				-ms-transform: translate(1);
				transform: translate(1);
				-webkit-transition: 0.2s ease-in-out;
				-moz-transition: 0.2s ease-in-out;
				-o-transition: 0.2s ease-in-out;
				transition: 0.2s ease-in-out;
			}


				.section_holder4 .ucd_process .phaseimg.two {
					background: url(../images/site-img07.png) 0 0 no-repeat;
				}

				.section_holder4 .ucd_process .phaseimg.three {
					background: url(../images/site-img08.png) 0 0 no-repeat;
				}

				.section_holder4 .ucd_process .phaseimg.four {
					background: url(../images/site-img09.png) 0 0 no-repeat;
				}

				.section_holder4 .ucd_process .phaseimg:hover {
					width: 190px;
					height: 190px;
					padding: 0px;
					margin: 0;
					background: url(../images/site-img10.png) 0 0 no-repeat;
					-webkit-transform: translate(1em,0);
					-moz-transform: translate(1em,0);
					-o-transform: translate(1em,0);
					-ms-transform: translate(1em,0);
					transform: translate(1em,0);
					-webkit-transition: 0.2s ease-in-out;
					-moz-transition: 0.2s ease-in-out;
					-o-transition: 0.2s ease-in-out;
					transition: 0.2s ease-in-out;
				}

			.section_holder4 .ucd_process:hover .phase_title {
				color: #fdce16;
			}

			.section_holder4 .ucd_process .phaseimg.two:hover {
				background: url(../images/site-img11.png) 0 0 no-repeat;
			}

			.section_holder4 .ucd_process .phaseimg.three:hover {
				background: url(../images/site-img12.png) 0 0 no-repeat;
			}

			.section_holder4 .ucd_process .phaseimg.four:hover {
				background: url(../images/site-img13.png) 0 0 no-repeat;
			}

		.section_holder4 . .phaseimg.four:hover {
			background: url(../images/site-img13.png) 0 0 no-repeat;
		}


		.section_holder4 .one_fourth:hover .icon {
			color: #fdce16;
			border: 1px solid #fdce16;
		}

		.section_holder4 .one_fourth:hover h4 {
			color: #fdce16;
		}


		.section_holder4 .icon {
			width: 185px;
			height: 185px;
			padding: 0;
			font-size: 65px;
			text-align: center;
			line-height: 194px;
			margin: 0 auto 20px auto;
			color: #161616;
			border-radius: 50%;
			border: 1px solid #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder4 .paddtop {
			padding-top: 20px;
		}

	/*section 5*/
	.section_holder5 {
		width: 100%;
		float: left;
		padding: 75px 0 0px 0;
		margin: 0px;
		background: url(../images/site-img14.jpg) 0 0 no-repeat;
	}

		.section_holder5 .bottom_strip {
			width: 100%;
			height: 10px;
			padding: 0px;
			margin: 0px;
			float: left;
			background-color: #161616;
		}

		.section_holder5 .bottom_shape {
			width: 80px;
			height: 20px;
			padding: 0px;
			margin: -6px 0px 0px 240px;
			float: left;
			background: url(../images/site-img34.png) 0 0 no-repeat;
		}

		.section_holder5 .skill_img {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}

		.section_holder5 p {
			color: #161616;
		}

	/*section 6*/
	.section_holder6 {
		position: relative;
		width: 100%;
		float: left;
		padding: 75px 0 15px 0;
		margin: 0px;
	}

		.section_holder6 .team_img_holder {
			width: 100%;
			float: left;
			padding: 0px;
			margin: 0px;
		}

		.section_holder6 .team_img_frame {
			position: relative;
			width: 252px;
			height: 252px;
			background-color: #fff;
			margin: 105px 0 0 180px;
			padding: 0px;
			border: 1px solid #d9d9d9;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder6 .team_img_frame:hover {
				background-color: #fdce16;
				border: 1px solid #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

		.section_holder6 .team_img_shape {
			position: absolute;
			width: 215px;
			height: 215px;
			background-color: #fff;
			margin: 40px;
			padding: 0px;
			left: -22px;
			top: -22px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			overflow: hidden;
		}

		.section_holder6 .team_img {
			background: url(../images/site-img19.jpg) 0px 0px;
			width: 310px;
			height: 310px;
			margin: -45px;
			padding: 0 0 0 0;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

			.section_holder6 .team_img.two {
				background: url(../images/site-img18.jpg);
			}

			.section_holder6 .team_img.three {
				background: url(../images/site-img20.jpg);
			}

			.section_holder6 .team_img.four {
				background: url(../images/site-img21.jpg);
			}

			.section_holder6 .team_img.five {
				background: url(../images/site-img22.jpg);
			}

			.section_holder6 .team_img.six {
				background: url(../images/site-img23.jpg);
			}


		.section_holder6 ul.social_icons {
			padding: 0px;
			margin: 19px 0px 0px 18px;
			float: left;
		}

		.section_holder6 .social_icons li {
			padding: 0px;
			margin: 0 5px 0 0;
			float: left;
			display: inline;
		}

			.section_holder6 .social_icons li a {
				width: 38px;
				height: 38px;
				padding: 0px;
				margin: 0px;
				float: left;
				color: #161616;
				font-size: 16px;
				line-height: 34px;
				border-radius: 50%;
				display: inline;
				text-align: center;
				border: 1px solid #d9d9d9;
				background-color: #fff;
			}


			.section_holder6 .social_icons li.one {
				margin: -140px 5px 0 0;
			}

			.section_holder6 .social_icons li.two {
				margin: -108px 5px 0px 32px;
			}

			.section_holder6 .social_icons li.three {
				margin: -77px 5px 0px 64px;
			}

		.section_holder6 .member_info {
			width: 100%;
			float: left;
			text-align: center;
			padding: 0px;
			margin: 0px;
		}

		.section_holder6 .top_line {
			width: 195px;
			height: 5px;
			border-bottom: 1px solid #a2a2a2;
			border-top: 1px solid #a2a2a2;
			padding: 0px;
			margin: 20px auto 18px auto;
		}

		.section_holder6 .team_img_overley {
			position: absolute;
			width: 215px;
			height: 215px;
			background-color: #000;
			margin: 138px 0px 0px 203px;
			padding: 0px;
			left: -22px;
			opacity: 0;
			top: -22px;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			overflow: hidden;
			z-index: 100;
			transition: opacity 0.3s ease-in-out 0s;
		}

		/*hover style*/

		.section_holder6 .social_icons li a:hover {
			border: 1px solid #fdce16;
			background-color: #fdce16;
		}

		.section_holder6 .one_third:hover h5 {
			color: #fdce16;
		}

		.section_holder6 .one_third:hover .team_img_frame {
			background-color: #fdce16;
			border: 1px solid #fdce16;
		}

		.section_holder6 .one_third:hover .top_line {
			border-bottom: 1px solid #fdce16;
			border-top: 1px solid #fdce16;
		}

		.section_holder6 .one_third:hover span {
			color: #fdce16;
		}

		.section_holder6 .one_third:hover .team_img_overley {
			opacity: 0.7;
			transition: opacity 0.3s ease-in-out 0s;
		}

		/*active style*/

		.section_holder6 .one_third.active .team_img_overley {
			opacity: 0.7;
		}

		.section_holder6 .one_third.active .team_img_frame {
			background-color: #fdce16;
			border: 1px solid #fdce16;
		}

		.section_holder6 .one_third.active h5 {
			color: #fdce16;
		}

		.section_holder6 .one_third.active span {
			color: #fdce16;
		}

		.section_holder6 .one_third.active .top_line {
			border-bottom: 1px solid #fdce16;
			border-top: 1px solid #fdce16;
		}

		.section_holder6 .one_third.active .social_icons li.two a {
			border: 1px solid #fdce16;
			background-color: #fdce16;
		}


	/*section 7*/
	.section_holder7 {
		position: relative;
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
		background-color: #fdce16;
	}

		.section_holder7 .img_middle {
			width: 585px;
			height: 555px;
			float: left;
			padding: 0;
			margin: 0px;
		}

		.section_holder7 .icon_circle {
			width: 125px;
			height: 125px;
			padding: 10px;
			text-align: center;
			margin: 85px auto 20px auto;
			border-radius: 50%;
			border: 2px solid #fff;
		}

			.section_holder7 .icon_circle.two {
				margin: 200px auto 20px auto;
			}

		.section_holder7 .circle_inner {
			width: 100px;
			height: 100px;
			padding: 0;
			margin: 0px;
			text-align: center;
			border-radius: 50%;
			background-color: #fff;
		}

			.section_holder7 .circle_inner i {
				padding: 0;
				margin: 0px;
				line-height: 96px;
				font-size: 28px;
				text-align: center;
				color: #161616;
			}

		.section_holder7 p {
			color: #161616;
		}

		.section_holder7 a.readmore_but1 {
			margin: 28px 0px 0px 48px;
		}

			.section_holder7 a.readmore_but1:hover {
				color: #161616;
			}

		.section_holder7 .arrow_left {
			position: absolute;
			width: 285px;
			height: 110px;
			padding: 0;
			float: left;
			margin: 0px;
			left: 106px;
			top: 442px;
			background: url(../images/site-img22.png) left top no-repeat;
			z-index: 5;
		}

		.section_holder7 .arrow_right {
			position: absolute;
			width: 215px;
			height: 165px;
			padding: 0;
			float: left;
			margin: 0px;
			left: -33px;
			top: 54px;
			background: url(../images/site-img23.png) left top no-repeat;
			z-index: 5;
		}

	/*section 8*/
	.section_holder8 {
		position: relative;
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder8 ul.ser_list {
			width: 100%;
			padding: 0px;
			margin: 25px 0 0 0;
			float: left;
		}

			.section_holder8 ul.ser_list li {
				padding: 0px;
				margin: 0 0 7px 0;
				float: left;
				color: #727272;
			}

				.section_holder8 ul.ser_list li i {
					margin-right: 5px;
					color: #fdce16;
				}

		.section_holder8 .readmore_but2 {
			margin-top: 35px;
		}

		.section_holder8 a .services_box {
			position: relative;
			width: 128px;
			height: 128px;
			background-color: #FFF;
			margin: 49px 0px 0px 0;
			padding: 0px;
			float: left;
			text-align: center;
			border: 1px solid #D9D9D9;
			transform: rotate(-45deg);
			transform-origin: 50% 0 0px;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder8 a .services_box.two {
				margin: 49px 0px 0px 50px;
			}

			.section_holder8 a .services_box.three {
				margin: 49px 0px 0px 50px;
			}

			.section_holder8 a .services_box.four {
				margin: 49px 0px 0px 50px;
			}

			.section_holder8 a .services_box:hover {
				background-color: #fdce16;
				border: 1px solid #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

		.section_holder8 .inner_box {
			position: absolute;
			width: 120px;
			height: 120px;
			margin: -58px 0px 0px -22px;
			padding: 0px;
			text-align: center;
			border-radius: 50%;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
		}

			.section_holder8 .inner_box .title {
				font-size: 22px;
				text-align: center;
				font-size: 14px;
				font-weight: 600;
				line-height: 51px;
				color: #161616;
				line-height: 121px;
				text-transform: uppercase;
			}

		.section_holder8 .title_subscribe i {
			padding: 0;
			margin: 0 5px 0 0;
			font-size: 18px;
		}

		.section_holder8 .input_holder {
			width: 100%;
			padding: 20px;
			margin: 20px 0 0 0;
			font-size: 22px;
			float: left;
			border: 1px solid #d9d9d9;
		}

			.section_holder8 .input_holder .email_input {
				background: none repeat scroll 0 0 #FFFFFF;
				border: 1px solid #d9d9d9;
				color: #999999;
				float: left;
				font-size: 14px;
				font-weight: normal;
				height: 48px;
				line-height: 39px;
				padding: 0 7px;
				width: 80%;
			}

	.email_submit {
		padding: 12px 34px;
		margin: 0px 0px 0px 0px;
		float: left;
		height: 48px;
		color: #fff;
		border: 1px solid #161616;
		background-color: #161616;
		text-transform: uppercase;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

		.email_submit:hover {
			color: #161616;
			border: 1px solid #fdce16;
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}


		.email_submit.eight {
			padding: 8px 20px;
			margin: 0px 0px 0px 0px;
			float: left;
			height: 39px;
			border: 1px solid #fdce16;
			background-color: #fdce16;
		}

	/*section 9*/
	.section_holder9 {
		width: 100%;
		float: left;
		padding: 75px 0 100px 0;
		margin: 0px;
		background: url("../images/parallax_bg2.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}


		.section_holder9 .post_img_holder {
			width: 100%;
			float: left;
			padding: 0px;
			margin: 0px 0 0 -45px;
		}



			.section_holder9 .post_img_holder .date {
				font-family: 'Open Sans', sans-serif;
				position: absolute;
				width: 85px;
				height: 70px;
				font-size: 14px;
				color: #161616;
				text-align: center;
				padding: 0px;
				margin: 252px 0px 0px 137px;
				z-index: 100;
				background-color: #fff;
			}

				.section_holder9 .post_img_holder .date span {
					font-family: 'Open Sans', sans-serif;
					font-size: 30px;
					font-weight: 600;
					display: block;
					color: #161616;
					text-align: center;
					padding: 12px 0 0 0;
					margin: 0px;
				}

		.section_holder9 .post_img_frame {
			position: relative;
			width: 192px;
			height: 192px;
			background-color: #fff;
			margin: 103px 0 0 180px;
			padding: 0px;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder9 .post_img_shape {
			position: absolute;
			width: 170px;
			height: 170px;
			background-color: #fff;
			margin: 40px;
			padding: 0px;
			left: -29px;
			top: -29px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			overflow: hidden;
		}

		.section_holder9 .post_img {
			background: url(../images/site-img25.jpg);
			width: 310px;
			height: 310px;
			margin: -26px 0 0px -73px;
			padding: 0 0 0 0;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

			.section_holder9 .post_img.two {
				background: url(../images/site-img24.jpg);
			}


		.section_holder9 .post_info_holder {
			width: 66%;
			float: left;
			padding: 15px;
			margin: -273px 0px 0px 191px;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder9 .post_info_inner {
			width: 100%;
			float: left;
			padding: 0px 0px 30px 80px;
			margin: 0px;
			border: 1px solid #d0d0d0;
		}

		.section_holder9 .martop {
			margin: 20px 0 0 0;
		}

		.section_holder9 .bottom_line {
			width: 140px;
			height: 5px;
			border-bottom: 1px solid #969696;
			border-top: 1px solid #969696;
			float: left;
			padding: 0;
			margin: 3px 0 10px 0;
		}

		.section_holder9 .post_info {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0;
		}

		.section_holder9 .info {
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			float: left;
			color: #727272;
			font-weight: normal;
			padding: 0;
			margin: 0px 5px 0 0;
		}

		/*hover styles*/

		.section_holder9 .post_info_holder:hover {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder9 .post_info_holder:hover .post_info_inner {
				border: 1px solid #161616;
			}

			.section_holder9 .post_info_holder:hover .bottom_line {
				border-bottom: 1px solid #161616;
				border-top: 1px solid #161616;
			}

			.section_holder9 .post_info_holder:hover .info {
				color: #161616;
			}

			.section_holder9 .post_info_holder:hover p {
				color: #161616;
			}

		/*active styles*/

		.section_holder9 .post_info_holder.active {
			background-color: #fdce16;
		}

			.section_holder9 .post_info_holder.active .post_info_inner {
				border: 1px solid #161616;
			}

			.section_holder9 .post_info_holder.active .bottom_line {
				border-bottom: 1px solid #161616;
				border-top: 1px solid #161616;
			}

			.section_holder9 .post_info_holder.active .info {
				color: #161616;
			}


	/*section 10*/
	.section_holder10 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder10 .price_table {
			position: relative;
			width: 390px;
			float: left;
			padding: 0;
			margin: 0px;
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder10 .price_table.active {
				background-color: #fdce16;
			}

			.section_holder10 .price_table .top_shape {
				width: 390px;
				height: 57px;
				float: left;
				padding: 0;
				margin: 0px;
				background: url(../images/site-img27.png) center top no-repeat;
			}

			.section_holder10 .price_table .bottom_shape {
				width: 390px;
				height: 57px;
				float: left;
				padding: 0;
				margin: 0px;
				background: url(../images/site-img26.png) center bottom no-repeat;
			}

		.section_holder10 .plan_info_outer {
			width: 100%;
			float: left;
			padding: 15px;
			text-align: center;
			margin: 0px;
		}

		.section_holder10 .plan_info {
			width: 100%;
			float: left;
			padding: 0;
			text-align: center;
			margin: 0px;
			border: 1px solid #161616;
		}

		.section_holder10 .price_circle {
			position: absolute;
			width: 140px;
			height: 140px;
			font-size: 40px;
			padding: 0;
			color: #fff;
			line-height: 130px;
			text-align: center;
			margin: -41px 0px 0px 125px;
			border-radius: 50%;
			background-color: #4f4f4f;
		}

		.section_holder10 .plan_info .title {
			font-size: 40px;
			font-weight: 400;
			padding: 0;
			color: #fff;
			text-align: center;
			margin: 60px 0 10px 0;
		}

		.section_holder10 .plan_info span {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			font-weight: normal;
			padding: 0;
			color: #827c7c;
			text-align: center;
			margin: 0 0 0 0;
		}

		.section_holder10 .plan_info .bottom_line {
			width: 140px;
			height: 4px;
			padding: 0;
			border-bottom: 1px solid #4f4f4f;
			border-top: 1px solid #4f4f4f;
			text-align: center;
			margin: 18px auto 15px auto;
		}

		.section_holder10 .plan_info ul.plan_features {
			width: 100%;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

			.section_holder10 .plan_info ul.plan_features li {
				width: 100%;
				float: left;
				color: #827c7c;
				text-align: center;
				padding: 15px 0;
				margin: 0;
				border-bottom: 1px solid #2d2d2d;
			}

		.section_holder10 .plan_info .singup_but {
			color: #827c7c;
			text-align: center;
			padding: 10px 50px;
			margin: 40px 0 40px 100px;
			float: left;
			border: 1px solid #2d2d2d;
		}

			.section_holder10 .plan_info .singup_but:hover {
				color: #161616;
				border: 1px solid #fdce16;
				background-color: #fdce16;
			}

			.section_holder10 .plan_info .singup_but.two {
				color: #fff;
				border: 1px solid #161616;
				background-color: #161616;
			}

				.section_holder10 .plan_info .singup_but.two:hover {
					color: #161616;
					border: 1px solid #161616;
					background-color: #fdce16;
				}

		/*active styles*/

		.section_holder10 .price_table.active {
			background-color: #fdce16;
		}

			.section_holder10 .price_table.active .singup_but {
				background-color: #161616;
				border: 1px solid #161616;
				color: #fff;
			}

			.section_holder10 .price_table.active .plan_info .title {
				color: #161616;
			}

			.section_holder10 .price_table.active .plan_info span {
				color: #161616;
			}

			.section_holder10 .price_table.active .plan_info ul.plan_features li {
				border-bottom: 1px solid #fee273;
				color: #161616;
			}

			.section_holder10 .price_table.active .plan_info {
				border: 1px solid #fff;
			}

			.section_holder10 .price_table.active .price_circle {
				background-color: #161616;
			}


		/*hover styles*/

		.section_holder10 .price_table:hover {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder10 .price_table:hover .singup_but {
				background-color: #161616;
				border: 1px solid #161616;
				color: #fff;
			}

			.section_holder10 .price_table:hover .plan_info .title {
				color: #161616;
			}

			.section_holder10 .price_table:hover .plan_info span {
				color: #161616;
			}

			.section_holder10 .price_table:hover .plan_info ul.plan_features li {
				border-bottom: 1px solid #fee273;
				color: #161616;
			}

			.section_holder10 .price_table:hover .plan_info {
				border: 1px solid #fff;
			}

			.section_holder10 .price_table:hover .price_circle {
				background-color: #161616;
			}

	/*section 11*/
	.section_holder11 {
		width: 100%;
		float: left;
		padding: 75px 0 0px 0;
		margin: 0px;
		background: url("../images/parallax_bg3.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
		min-height: 520px;
	}

		.section_holder11 .clint_img_holder {
			width: 100%;
			float: left;
			padding: 0px;
			margin: 55px 0px 0px 85px;
		}

		.section_holder11 .clint_img_frame {
			position: relative;
			width: 120px;
			height: 120px;
			background-color: #fff;
			margin: 0px;
			padding: 0px;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder11 .clint_img_shape {
			position: absolute;
			width: 96px;
			height: 96px;
			background-color: #fff;
			margin: 40px;
			padding: 0px;
			left: -28px;
			top: -28px;
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
			overflow: hidden;
		}

		.section_holder11 .clint_img {
			background: url(../images/site-img28.jpg);
			width: 310px;
			height: 310px;
			margin: 16px 0px 0px -107px;
			padding: 0 0 0 0;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

			.section_holder11 .clint_img.two {
				background: url(../images/site-img29.jpg);
			}

			.section_holder11 .clint_img.three {
				background: url(../images/site-img30.jpg);
			}

			.section_holder11 .clint_img.four {
				background: url(../images/site-img31.jpg);
			}

		.section_holder11 .text_holder_outer {
			position: relative;
			width: 72%;
			height: auto;
			margin: -168px 0px 0px 156px;
			float: left;
			padding: 12px;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder11 .text_holder {
			width: 100%;
			margin: 0px;
			float: left;
			padding: 20px 20px 20px 30px;
			border: 1px solid #fff;
		}

			.section_holder11 .text_holder span b {
				font-weight: normal;
				color: #fdce16;
			}


		/*hover styles*/

		.section_holder11 .text_holder_outer:hover {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder11 .text_holder_outer:hover p {
				color: #161616;
			}

			.section_holder11 .text_holder_outer:hover span {
				color: #161616;
			}

				.section_holder11 .text_holder_outer:hover span b {
					color: #161616;
				}

		/*active styles*/

		.section_holder11 .text_holder_outer.active {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder11 .text_holder_outer.active p {
				color: #161616;
			}

			.section_holder11 .text_holder_outer.active span {
				color: #161616;
			}

				.section_holder11 .text_holder_outer.active span b {
					color: #161616;
				}


	/*section 12*/
	.section_holder12 {
		width: 100%;
		float: left;
		padding: 75px 0 23px 0;
		margin: 0px;
	}

		.section_holder12 .title_bottom_line {
			width: 100%;
			height: 3px;
			float: left;
			padding: 0;
			margin: 0 0 40px 0;
			background: url(../images/section_title_line5.png) 0px 0px no-repeat;
		}

			.section_holder12 .title_bottom_line.right {
				width: 100%;
				height: 3px;
				float: left;
				padding: 0;
				margin: 0 0 40px 0;
				background: url(../images/section_title_line6.png) 0px 0px no-repeat;
			}

		.section_holder12 .section_title {
			font-size: 30px;
			font-weight: bold;
			float: left;
			color: #161616;
			padding: 0 0 14px 0;
			margin: 0px;
		}

		.section_holder12 .news_img_holder {
			position: relative;
			width: 89%;
			float: left;
			padding: 0px;
			margin: 0 0 13px 0;
			/*overflow:hidden;*/
		}

			.section_holder12 .news_img_holder .hoverbox {
				position: absolute;
				padding: 15px;
				margin: 0px;
				float: left;
				width: 100%;
				height: 180px;
				left: 0px;
				top: -215px;
				z-index: 5;
				transition: top .3s ease-in-out;
				background: url(../images/site-img36.png) left top repeat;
			}

			.section_holder12 .news_img_holder .box_inner {
				padding: 0px;
				margin: 0px;
				float: left;
				width: 100%;
				height: 100%;
				border: 1px solid #fff;
			}

				.section_holder12 .news_img_holder .box_inner a.icon {
					width: 32px;
					height: 32px;
					float: left;
					padding: 0;
					color: #161616;
					line-height: 32px;
					text-align: center;
					margin: 60px 5px 0 105px;
					border-radius: 2px;
					background-color: #fff;
				}

					.section_holder12 .news_img_holder .box_inner a.icon:hover {
						color: #fff;
						background-color: #161616;
					}

					.section_holder12 .news_img_holder .box_inner a.icon.last {
						margin: 60px 5px 0 0px;
					}

			.section_holder12 .news_img_holder .date {
				font-family: 'Open Sans', sans-serif;
				position: absolute;
				width: 85px;
				height: 70px;
				font-size: 14px;
				color: #161616;
				text-align: center;
				padding: 0px;
				margin: 0px;
				z-index: 10;
				left: 270px;
				top: 50px;
				background-color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

				.section_holder12 .news_img_holder .date span {
					font-family: 'Open Sans', sans-serif;
					font-size: 30px;
					font-weight: 600;
					display: block;
					color: #161616;
					text-align: center;
					padding: 12px 0 0 0;
					margin: 0px;
				}


		.section_holder12 .img_bottom_strip {
			width: 100%;
			height: 8px;
			float: left;
			padding: 0px;
			margin: 0px;
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder12 .img_bottom_shape {
			width: 100%;
			height: 20px;
			float: left;
			padding: 0px;
			margin: -3px 0px 0px 103px;
			background: url(../images/site-img35.png) 0px 0px no-repeat;
			z-index: 100;
		}

		.section_holder12 .news_info {
			width: 89%;
			float: left;
			font-size: 13px;
			padding: 0 0 13px 0;
			margin: 0px;
		}

			.section_holder12 .news_info span {
				color: #a7a7a7;
				margin: 0 5px 0 0;
			}

		.section_holder12 .smalltext {
			width: 89%;
			padding: 0;
			margin: 0;
		}



		/*hover styles*/
		.section_holder12 .news_img_holder:hover .hoverbox {
			position: absolute;
			left: 0px;
			top: 0px;
			transition: top .3s ease-in-out;
			background: url(../images/site-img36.png) left top repeat;
		}

		.section_holder12 .news_img_holder:hover .date {
			background-color: #161616;
			color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder12 .news_img_holder:hover .date span {
				color: #fff;
			}

		.section_holder12 .news_img_holder:hover .img_bottom_strip {
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder12 .news_img_holder:hover .img_bottom_shape {
			background: url(../images/site-img34.png) 0px 0px no-repeat;
		}


	/*home style 2 styles*/
	.section_holder13 {
		width: 100%;
		float: left;
		padding: 40px 0px 80px 0px;
		margin: 0px;
	}

		.section_holder13 .box {
			width: 390px;
			float: left;
			padding: 15px;
			margin: 0px;
			background-color: #fdce16;
		}

			.section_holder13 .box.two {
				background-color: #f4c40a;
			}

			.section_holder13 .box.three {
				background-color: #f4ba0a;
			}


		.section_holder13 .box_inner {
			width: 100%;
			float: left;
			padding: 30px;
			margin: 0px;
			text-align: center;
			border: none;
		}

			.section_holder13 .box_inner .icon {
				font-size: 58px;
				color: #fff;
				margin-bottom: 15px;
			}

			.section_holder13 .box_inner p {
				color: #161616;
			}



		/*hover styles*/

		.section_holder13 .box:hover .box_inner {
			border: 1px solid #fff;
			padding: 29px;
		}

	/*section 14*/
	.section_holder14 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg4.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder14 .left_img {
			width: 100%;
			padding: 0px;
			margin: 0px;
			float: left;
		}

		.section_holder14 .text_box {
			width: 100%;
			padding: 15px;
			margin: 0 0 15px 0;
			float: left;
			background-color: #fff;
		}


		.section_holder14 .box_inner {
			width: 100%;
			padding: 15px;
			margin: 0px;
			float: left;
			border: 1px solid #fff;
		}

		.section_holder14 .icon_holder {
			width: 23%;
			padding: 0px;
			margin: 0px;
			float: left;
		}

		.section_holder14 .icon {
			width: 100px;
			height: 100px;
			border-radius: 50%;
			font-size: 35px;
			padding: 15px;
			margin: 0px;
			color: #161616;
			line-height: 70px;
			text-align: center;
			float: left;
			border: 1px solid #161616;
		}

		.section_holder14 .text {
			width: 77%;
			padding: 0px;
			margin: 0px;
			float: right;
		}


		/*hover styles*/

		.section_holder14 .text_box:hover {
			background-color: #fdce16;
		}


			.section_holder14 .text_box:hover .box_inner {
				border: 1px solid #fff;
			}

			.section_holder14 .text_box:hover .box_inner {
				border: 1px solid #fff;
			}

			.section_holder14 .text_box:hover p {
				color: #161616;
			}

		/*active styles*/

		.section_holder14 .text_box.active {
			background-color: #fdce16;
		}


			.section_holder14 .text_box.active .box_inner {
				border: 1px solid #fff;
			}

			.section_holder14 .text_box.active .box_inner {
				border: 1px solid #fff;
			}

			.section_holder14 .text_box.active p {
				color: #161616;
			}


		.section_holder14 .readmore_but3 {
			margin: 30px 20px 0 400px;
		}

		.section_holder14 .readmore_but4 {
			margin: 30px 0 0 0;
		}


	/*section 15*/
	.section_holder15 {
		width: 100%;
		float: left;
		padding: 75px 0 45px 0;
		margin: 0px;
	}


		.section_holder15 .icon_holder {
			width: 15%;
			padding: 0px;
			margin: 0px;
			float: left;
			text-align: center;
		}

			.section_holder15 .icon_holder .icon {
				padding: 5px 0 0 0;
				font-size: 30px;
				margin: 0px;
				float: left;
				color: #161616;
				text-align: center;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

		.section_holder15 .text_holder {
			width: 85%;
			padding: 0px;
			margin: 0px;
			float: right;
		}

			.section_holder15 .text_holder p {
				padding: 0px;
				margin: 0px;
				float: left;
			}

		.section_holder15 .icon_bline {
			width: 70%;
			height: 5px;
			padding: 0px;
			margin: 10px auto 0 auto;
			float: left;
			border-bottom: 1px solid #161616;
			border-top: 1px solid #161616;
		}


		.section_holder15 .one_third {
			margin-bottom: 30px;
		}


			/*hover styles*/


			.section_holder15 .one_third:hover .icon {
				color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder15 .one_third:hover h4 {
				color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder15 .one_third:hover .icon_bline {
				border-bottom: 1px solid #fdce16;
				border-top: 1px solid #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			/*active styles*/

			.section_holder15 .one_third.active .icon {
				color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder15 .one_third.active h4 {
				color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder15 .one_third.active .icon_bline {
				border-bottom: 1px solid #fdce16;
				border-top: 1px solid #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}


	/*section 16*/
	.section_holder16 {
		width: 100%;
		float: left;
		padding: 75px 0 0px 0;
		margin: 0px;
		background-color: #fdce16;
	}

		.section_holder16 .img_holder {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}

	.punchtext {
		width: 100%;
		float: left;
		padding: 30px 0;
		margin: 0px;
		background-color: #161616;
	}

		.punchtext.two {
			width: 100%;
			float: left;
			padding: 30px 0;
			margin: 0px;
		}


		.punchtext .text {
			float: left;
			font-size: 22px;
			color: #fff;
			padding: 0px 0;
			margin: 0px;
			background-color: #161616;
		}

		.punchtext .readmore_but5 {
			float: right;
		}


	/*section 17*/
	.section_holder17 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder17 .item_main {
			position: relative;
			float: left;
			padding: 0;
			margin: 0;
		}


			.section_holder17 .item_main .bottomstrip {
				width: 80%;
				margin: -7px auto 0 auto;
				height: 10px;
				padding: 0px;
				background-color: #fdce16;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder17 .item_main .bottomshape {
				width: 80px;
				margin: 0px 0px 0px 158px;
				float: left;
				height: 29px;
				padding: 0px;
				background: url(../images/site-img35.png) 0px -2px no-repeat;
			}

			.section_holder17 .item_main .text {
				font-family: 'Raleway', sans-serif;
				position: absolute;
				font-size: 30px;
				font-weight: 300;
				color: #fdce16;
				margin: 210px 0 0 40px;
				float: left;
				height: 29px;
				padding: 0px;
				text-transform: uppercase;
			}

			.section_holder17 .item_main .text2 {
				font-family: 'Raleway', sans-serif;
				position: absolute;
				font-size: 30px;
				font-weight: 500;
				color: #fff;
				margin: 238px 0 0 40px;
				float: left;
				height: 29px;
				padding: 0px;
				text-align: left;
				display: block;
				text-transform: uppercase;
				border-bottom: 1px solid #fdce16;
			}

			.section_holder17 .item_main .hover_box {
				width: 396px;
				position: absolute;
				margin: 0px;
				float: left;
				opacity: 0;
				height: 300px;
				padding: 30px;
				background: url(../images/site-img36.png) 0px 0px repeat;
				z-index: 10;
				transition: opacity 0.3s ease-in-out 0s;
			}

			.section_holder17 .item_main .hover_box_inner {
				width: 100%;
				margin: 0px;
				float: left;
				height: 100%;
				padding: 0px;
				border: 1px solid #fff;
			}

				.section_holder17 .item_main .hover_box_inner a.circle {
					width: 70px;
					height: 70px;
					margin: 85px 10px 0px 94px;
					float: left;
					font-size: 24px;
					text-align: center;
					line-height: 75px;
					color: #161616;
					padding: 0px;
					border-radius: 50%;
					background-color: #fff;
					transition-property: background-color, color;
					transition-duration: 0.3s;
					transition-timing-function: ease-out;
				}

					.section_holder17 .item_main .hover_box_inner a.circle:hover {
						color: #fff;
						background-color: #161616;
						transition-property: background-color, color;
						transition-duration: 0.3s;
						transition-timing-function: ease-out;
					}

				.section_holder17 .item_main .hover_box_inner .circle.last {
					margin: 85px 0px 0px 0px;
				}


			/*hover styles*/

			.section_holder17 .item_main:hover .hover_box {
				opacity: 1;
				transition: opacity 0.3s ease-in-out 0s;
			}

			.section_holder17 .item_main:hover .bottomstrip {
				opacity: 1;
				background-color: #161616;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder17 .item_main:hover .bottomshape {
				background: url(../images/site-img34.png) 0px -2px no-repeat;
			}


			/*active styles*/

			.section_holder17 .item_main.active .hover_box {
				opacity: 1;
				transition: opacity 0.3s ease-in-out 0s;
			}

			.section_holder17 .item_main.active .bottomstrip {
				opacity: 1;
				background-color: #161616;
			}

			.section_holder17 .item_main.active .bottomshape {
				background: url(../images/site-img34.png) 0px -2px no-repeat;
			}



	/*section 18*/
	.section_holder18 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg5.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder18 .img_left {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}

	/*section 19*/
	.section_holder19 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder19.two {
			width: 100%;
			float: left;
			padding: 75px 0 75px 0;
			margin: 0px;
			border: 1px solid #e1e1e1;
		}


		.section_holder19 .img_holder {
			position: relative;
			width: 272px;
			height: 272px;
			float: left;
			padding: 13.2px;
			text-align: center;
			margin: 0px;
			border-radius: 50%;
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder19 .img_holder .img {
				width: 100%;
				height: 245px;
				float: left;
				padding: 0px;
				text-align: center;
				margin: 0px;
				border-radius: 100%;
				background: url(../images/site-img198.jpg) center top no-repeat;
			}

				.section_holder19 .img_holder .img.two {
					background: url(../images/site-img199.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.three {
					background: url(../images/site-img200.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.four {
					background: url(../images/site-img201.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.five {
					background: url(../images/site-img202.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.six {
					background: url(../images/site-img203.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.seven {
					background: url(../images/site-img204.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.eight {
					background: url(../images/site-img205.jpg) center top no-repeat;
				}

				.section_holder19 .img_holder .img.nine {
					background: url(../images/site-img206.jpg) center top no-repeat;
				}

			.section_holder19 .img_holder .bshape {
				position: absolute;
				width: 78px;
				height: 27px;
				float: left;
				padding: 0px;
				margin: 247px 0px 0px 98px;
				background: url(../images/site-img58.png);
			}

		.section_holder19 .member_info {
			width: 80%;
			text-align: center;
			padding: 10px 0 10px 0;
			margin: 30px auto 0 auto;
			border-bottom: 1px solid #969696;
			border-top: 1px solid #969696;
		}

		.section_holder19 .img_holder .hover_circle {
			position: absolute;
			width: 245px;
			height: 245px;
			float: left;
			opacity: 0;
			padding: 0px;
			margin: 0px;
			border-radius: 50%;
			background: url(../images/site-img59.png) 0px 0px repeat;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder19 .img_holder ul.social_icon {
			position: absolute;
			width: 100%;
			float: left;
			padding: 0px;
			margin: 0px 0px 0px 32px;
			z-index: 10;
		}

			.section_holder19 .img_holder ul.social_icon li {
				float: left;
				padding: 0px;
				margin: 0x;
				transition: opacity 0.1s ease-in-out 0s;
				-webkit-transition: opacity .1s ease-in-out;
				-moz-transition: opacity .1s ease-in-out;
				-ms-transition: opacity .1s ease-in-out;
				-o-transition: opacity .1s ease-in-out;
				transition: opacity .1s ease-in-out;
				transition: top 0.1s ease-in-out 0s;
			}

				.section_holder19 .img_holder ul.social_icon li.one {
					position: absolute;
					top: 20px;
					opacity: 0;
				}

				.section_holder19 .img_holder ul.social_icon li.two {
					position: absolute;
					top: 20px;
					opacity: 0;
					left: 45px;
				}

				.section_holder19 .img_holder ul.social_icon li.three {
					position: absolute;
					top: 20px;
					opacity: 0;
					left: 90px;
				}

				.section_holder19 .img_holder ul.social_icon li.four {
					position: absolute;
					top: 20px;
					opacity: 0;
					left: 135px;
				}

		.section_holder19 .img_holder .social_icon li a {
			width: 40px;
			height: 40px;
			float: left;
			font-size: 18px;
			padding: 0px;
			line-height: 40px;
			color: #161616;
			margin: 0 5px 0 0;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background-color: #fff;
			z-index: 10;
		}



			/*hover styles*/

			.section_holder19 .img_holder .social_icon li a:hover {
				background-color: #fdce16;
			}

		.section_holder19 .one_fourth:hover .hover_circle {
			opacity: 1;
			transition: opacity 0.1s ease-in-out 0s;
		}

		.section_holder19 .one_fourth:hover .social_icon li.one {
			top: 106px;
			opacity: 1;
			transition: top .3s ease-in-out;
		}

		.section_holder19 .one_fourth:hover .social_icon li.two {
			top: 106px;
			opacity: 1;
			transition: top .5s ease-in-out;
		}

		.section_holder19 .one_fourth:hover .social_icon li.three {
			top: 106px;
			opacity: 1;
			transition: top .7s ease-in-out;
		}

		.section_holder19 .one_fourth:hover .social_icon li.four {
			top: 106px;
			opacity: 1;
			transition: top .9s ease-in-out;
		}

		.section_holder19 .one_fourth:hover .img_holder {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder19 .one_fourth:hover .bshape {
			background: url(../images/site-img57.png)
		}



		/*active styles*/

		.section_holder19 .img_holder .social_icon li a.active {
			background-color: #fdce16;
		}

		.section_holder19 .one_fourth.active .hover_circle {
			opacity: 1;
			transition: opacity 0.1s ease-in-out 0s;
		}

		.section_holder19 .one_fourth.active .social_icon li.one {
			top: 106px;
			opacity: 1;
			transition: top .3s ease-in-out;
		}

		.section_holder19 .one_fourth.active .social_icon li.two {
			top: 106px;
			opacity: 1;
			transition: top .5s ease-in-out;
		}

		.section_holder19 .one_fourth.active .social_icon li.three {
			top: 106px;
			opacity: 1;
			transition: top .7s ease-in-out;
		}

		.section_holder19 .one_fourth.active .social_icon li.four {
			top: 106px;
			opacity: 1;
			transition: top .9s ease-in-out;
		}

		.section_holder19 .one_fourth.active .img_holder {
			background-color: #fdce16;
		}

		.section_holder19 .one_fourth.active .bshape {
			background: url(../images/site-img57.png)
		}


	/*section 20*/
	.section_holder20 {
		width: 100%;
		float: left;
		padding: 75px 0 95px 0;
		margin: 0px;
		background: url("../images/parallax_bg6.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder20 .price_table {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
			border-radius: 2px;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder20 .arrow_down {
			position: absolute;
			margin: 0 0 0 29px;
			border-left: 95px solid transparent;
			border-right: 95px solid transparent;
			border-top: 35px solid #fff;
			font-size: 0px;
			line-height: 0;
		}

		.section_holder20 .arrow_up {
			position: absolute;
			margin: -35px 0 0 29px;
			border-left: 95px solid transparent;
			border-right: 95px solid transparent;
			border-bottom: 35px solid #fff;
			font-size: 0px;
			line-height: 0;
		}

		.section_holder20 .price_table .title {
			width: 100%;
			font-size: 30px;
			font-weight: 600;
			padding: 20px 0 20px 0;
			color: #161616;
			text-align: center;
			margin: 0px 0 10px 0;
			border-bottom: 1px solid #e6e5e5;
		}

		.section_holder20 .price_table .price {
			color: #161616;
			font-size: 45px;
			font-weight: bold;
			line-height: 45px;
			text-align: center;
			padding: 8px 0px 8px;
			border-bottom: 1px solid #e6e5e5;
		}

			.section_holder20 .price_table .price sup {
				font-size: 22px;
				font-style: normal;
			}

			.section_holder20 .price_table .price i {
				font-size: 16px;
				font-style: normal;
				font-weight: 500;
			}

		.section_holder20 .price_table ul.plan_features {
			width: 100%;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

		.section_holder20 ul.plan_features li {
			width: 70%;
			color: #727272;
			text-align: center;
			padding: 15px 0;
			margin: 0 auto;
			border-bottom: 1px solid #e6e5e5;
		}

		.section_holder20 .plan_info .singup_but {
			color: #fff;
			text-align: center;
			padding: 8px 30px;
			margin: 25px 0px 25px 69px;
			float: left;
			border-radius: 2px;
			background-color: #161616;
		}

			.section_holder20 .plan_info .singup_but:hover {
				color: #161616;
				background-color: #fdce16;
			}


		/*hover styles*/

		.section_holder20 .one_fourth:hover .price_table {
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder20 .one_fourth:hover .title {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth:hover .price {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth:hover .plan_features li {
			color: #727272;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth:hover .singup_but {
			color: #161616;
			background-color: #fdce16;
		}

		.section_holder20 .one_fourth:hover .arrow_up {
			border-bottom: 35px solid #161616;
		}

		.section_holder20 .one_fourth:hover .arrow_down {
			border-top: 35px solid #161616;
		}


		/*active styles*/

		.section_holder20 .one_fourth.active .price_table {
			background-color: #161616;
		}

		.section_holder20 .one_fourth.active .title {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth.active .price {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth.active .plan_features li {
			color: #727272;
			border-bottom: 1px solid #403f3f;
		}

		.section_holder20 .one_fourth.active .singup_but {
			color: #161616;
			background-color: #fdce16;
		}

		.section_holder20 .one_fourth.active .arrow_up {
			border-bottom: 35px solid #161616;
		}

		.section_holder20 .one_fourth.active .arrow_down {
			border-top: 35px solid #161616;
		}

	/*testimonials styles*/

	.section_holder12.two .clint_img {
		width: 44%;
		float: left;
		padding: 0px;
		margin: 0px;
	}

	.section_holder12.two .clint_info {
		position: relative;
		width: 56%;
		float: right;
		padding: 0px;
		margin: 0px;
	}

		.section_holder12.two .clint_info span {
			color: #fdce16;
		}

	.section_holder12.two .img_frame {
		width: 142px;
		height: 142px;
		float: left;
		padding: 11px;
		margin: 0px;
		border-radius: 50%;
		background-color: #161616;
	}

	.section_holder12.two .img {
		position: absolute;
		width: 120px;
		float: left;
		padding: 0px;
		margin: 0px;
	}

	.section_holder12.two .bshape {
		width: 40px;
		height: 20px;
		float: left;
		padding: 0px;
		margin: 131px 0px 0px -90px;
		background: url(../images/site-img58.png) 0px 0px no-repeat;
		z-index: 10;
	}

	.section_holder12.two .bline {
		width: 80px;
		height: 5px;
		float: left;
		padding: 0px;
		margin: 12px 0 0 0;
		border-top: 1px solid #a2a2a2;
		border-bottom: 1px solid #a2a2a2;
	}

	.section_holder12.two .smalltext {
		padding: 15px 0 15px 0;
	}


	.section_holder12.two .clint_hover_box {
		position: absolute;
		width: 120px;
		height: 120px;
		float: left;
		padding: 0px;
		opacity: 0;
		border-radius: 50%;
		margin: 0 0 0 0px;
		background-color: #000;
		z-index: 5;
		transition: opacity 0.3s ease-in-out 0s;
	}

	/*clint image hover styles*/

	.section_holder12.two .clint_img:hover .clint_hover_box {
		opacity: 0.6;
		background-color: #000;
		transition: opacity 0.3s ease-in-out 0s;
	}

	.section_holder12.two .clint_img:hover .img_frame {
		background-color: #fdce16;
		transition: opacity 0.3s ease-in-out 0s;
	}

	.section_holder12.two .clint_img:hover .bshape {
		background: url(../images/site-img57.png) 0px 0px no-repeat;
	}

	/*clint image active styles*/

	.section_holder12.two .clint_img.active .clint_hover_box {
		opacity: 0.6;
		background-color: #000;
		transition: opacity 0.3s ease-in-out 0s;
	}

	.section_holder12.two .clint_img.active .img_frame {
		background-color: #fdce16;
		transition: opacity 0.3s ease-in-out 0s;
	}

	.section_holder12.two .clint_img.active .bshape {
		background: url(../images/site-img57.png) 0px 0px no-repeat;
	}


	/*latest news styles*/

	.section_holder12.two .news_img_holder {
		position: relative;
		width: 89%;
		float: left;
		padding: 0px;
		margin: 0 0 25px 0;
		/*overflow:hidden;*/
	}

		.section_holder12.two .news_img_holder .hoverbox {
			position: absolute;
			padding: 15px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 176px;
			left: 0px;
			top: -202px;
			z-index: 5;
			transition: top .3s ease-in-out;
			background: url(../images/site-img36.png) left top repeat;
		}

		.section_holder12.two .news_img_holder .box_inner {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 100%;
			border: 1px solid #fff;
		}

			.section_holder12.two .news_img_holder .box_inner a.icon {
				width: 32px;
				height: 32px;
				float: left;
				padding: 0;
				color: #161616;
				line-height: 32px;
				text-align: center;
				margin: 60px 5px 0 105px;
				border-radius: 2px;
				background-color: #fff;
			}

				.section_holder12.two .news_img_holder .box_inner a.icon:hover {
					color: #fff;
					background-color: #161616;
				}

				.section_holder12.two .news_img_holder .box_inner a.icon.last {
					margin: 60px 5px 0 0px;
				}

		.section_holder12.two .news_img_holder .date {
			font-family: 'Open Sans', sans-serif;
			position: absolute;
			width: 85px;
			height: 70px;
			font-size: 14px;
			color: #161616;
			text-align: center;
			padding: 0px;
			margin: 0px;
			z-index: 10;
			left: 270px;
			top: 50px;
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder12.two .news_img_holder .date span {
				font-family: 'Open Sans', sans-serif;
				font-size: 30px;
				font-weight: 600;
				display: block;
				color: #161616;
				text-align: center;
				padding: 12px 0 0 0;
				margin: 0px;
			}

	.section_holder12.two .img_bottom_strip {
		width: 100%;
		height: 8px;
		float: left;
		padding: 0px;
		margin: 0px;
		background-color: #fdce16;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

	.section_holder12.two .img_bottom_shape {
		width: 100%;
		height: 20px;
		float: left;
		padding: 0px;
		margin: -3px 0px 0px 103px;
		background: url(../images/site-img35.png) 0px 0px no-repeat;
		z-index: 100;
	}

	.section_holder12.two .news_info {
		width: 89%;
		float: left;
		padding: 0 0 13px 0;
		margin: 0px;
	}

		.section_holder12.two .news_info span {
			font-family: 'Open Sans', sans-serif;
			font-size: 13px;
			padding: 0;
			color: #a7a7a7;
			margin: 0 5px 0 0;
		}

	.section_holder12.two .smalltext {
		width: 89%;
		padding: 0;
		margin: 0;
	}



	/*hover styles*/
	.section_holder12.two .news_img_holder:hover .hoverbox {
		position: absolute;
		left: 0px;
		top: 0px;
		transition: top .3s ease-in-out;
		background: url(../images/site-img36.png) left top repeat;
	}

	.section_holder12.two .news_img_holder:hover .date {
		background-color: #161616;
		color: #fff;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

		.section_holder12.two .news_img_holder:hover .date span {
			color: #fff;
		}

	.section_holder12.two .news_img_holder:hover .img_bottom_strip {
		background-color: #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

	.section_holder12.two .news_img_holder:hover .img_bottom_shape {
		background: url(../images/site-img34.png) 0px 0px no-repeat;
	}


	/*section 21*/
	.section_holder21 {
		width: 100%;
		float: left;
		padding: 50px 0 50px 0;
		margin: 0px;
		text-align: center;
		background-color: #fdce16;
	}

		.section_holder21 .smalltext {
			color: #161616;
		}

		.section_holder21 .readmore_but6 {
			margin: 20px 0 0 486px;
		}



	/*section 22*/
	.section_holder22 {
		width: 100%;
		float: left;
		padding: 50px 0 80px 0;
		margin: 0px;
		text-align: center;
	}

		.section_holder22.two {
			padding: 75px 0 75px 0;
		}

		.section_holder22 .icon {
			width: 240px;
			height: 240px;
			padding: 0;
			font-size: 93px;
			text-align: center;
			line-height: 246px;
			margin: 0 auto 25px auto;
			color: #161616;
			border-radius: 50%;
			border: 1px solid #c7c7c7;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder22 .one_third:hover .icon {
			border: 1px solid #fdce16;
			background-color: #fdce16;
			color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder22 .one_third:hover h3 {
			color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}


	/*section 23*/
	.section_holder23 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg7.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder23 a .services_box {
			width: 185px;
			height: 185px;
			background-color: #FFF;
			margin: 77px 0px 12px;
			padding: 0px;
			float: left;
			text-align: center;
			transform: rotate(-45deg);
			transform-origin: 69px 30px 0;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder23 .inner_box {
			width: 185px;
			height: 185px;
			margin: -96px 0px 0px -41px;
			padding: 0px;
			text-align: center;
			border-radius: 50%;
			line-height: 190px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
		}

			.section_holder23 .inner_box .title {
				font-size: 22px;
				text-align: center;
				font-size: 14px;
				font-weight: 600;
				line-height: 51px;
				color: #161616;
				line-height: 121px;
				text-transform: uppercase;
			}


		.section_holder23 a .services_box:hover {
			background-color: #161616;
			border: 1px solid #161616;
		}

			.section_holder23 a .services_box:hover .title {
				color: #fff;
			}

		.section_holder23 a .services_box.active {
			background-color: #161616;
			border: 1px solid #161616;
		}

			.section_holder23 a .services_box.active .title {
				color: #fff;
			}

	/*section 24*/
	.section_holder24 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg8.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

	.section_title_medium {
		font-size: 30px;
		font-weight: bold;
		float: left;
		color: #161616;
		padding: 0 0 14px 0;
		margin: 0px;
		text-transform: uppercase;
	}

	.title_medium_line {
		width: 100%;
		height: 3px;
		float: left;
		padding: 0;
		margin: 0 0 40px 0;
		background: url(../images/section_title_line9.png) 0px 0px no-repeat;
	}

	.section_holder24 ul.circles {
		width: 100%;
		float: left;
		padding: 0;
		margin: 30px 0 0 0;
	}

	.section_holder24 .circles li {
		width: 142px;
		float: left;
		color: #161616;
		padding: 0;
		text-align: center;
		margin: 0 55px 0 0;
	}

		.section_holder24 .circles li.last {
			margin: 0 0 0 0;
		}

		.section_holder24 .circles li .circle_outer {
			width: 140px;
			height: 140px;
			float: left;
			padding: 8.5px;
			margin: 0 0 15px 0;
			border-radius: 50%;
			border: 2px solid #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder24 .circles li .circle_inner {
			width: 120px;
			height: 120px;
			float: left;
			font-size: 36px;
			color: #161616;
			padding: 0;
			margin: 0px;
			text-align: center;
			line-height: 123px;
			border-radius: 50%;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

	.section_holder24 .bline {
		width: 100%;
		height: 5px;
		float: left;
		padding: 0;
		margin: 30px 0 30px 0;
		border-top: 1px solid #161616;
		border-bottom: 1px solid #161616;
	}

	.section_holder24 .readmore_but7 {
		margin-right: 10px;
	}

	.section_holder24 .circles li .circle_outer:hover {
		border: 2px solid #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

		.section_holder24 .circles li .circle_outer:hover .circle_inner {
			color: #fdce16;
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}


	.section_holder24 .circles li .circle_outer.active {
		border: 2px solid #161616;
	}

		.section_holder24 .circles li .circle_outer.active .circle_inner {
			color: #fdce16;
			background-color: #161616;
		}


	/*blog styles*/

	.section_holder24 .blog_post {
		position: relative;
		width: 89%;
		float: left;
		padding: 15px;
		margin: 0px;
		background-color: #fff;
	}

	.section_holder24 .blog_post_inner {
		width: 100%;
		float: left;
		padding: 0px;
		margin: 0px;
		border: 1px solid #d9d9d9;
	}

	.section_holder24 .contbox {
		width: 100%;
		float: left;
		padding: 15px;
		margin: 0px;
	}

	.section_holder24 .post_img {
		width: 100%;
		float: left;
		padding: 0px;
		margin: 0px;
	}

	.section_holder24 .blog_post .date {
		font-family: 'Open Sans', sans-serif;
		position: absolute;
		width: 75px;
		height: 75px;
		font-size: 13px;
		color: #161616;
		text-align: center;
		padding: 0px;
		margin: 55px 0px 0px 169px;
		z-index: 100;
		background-color: #fff;
	}

		.section_holder24 .blog_post .date span {
			font-family: 'Open Sans', sans-serif;
			font-size: 24px;
			font-weight: 600;
			display: block;
			color: #161616;
			text-align: center;
			padding: 12px 0 0 0;
			margin: 0px;
		}

	.section_holder24 .blog_post .comments {
		font-family: 'Open Sans', sans-serif;
		position: absolute;
		width: 75px;
		height: 75px;
		font-size: 24px;
		color: #a3a3a3;
		text-align: center;
		padding: 0px;
		margin: 130px 0px 0px 169px;
		z-index: 100;
		background-color: #161616;
	}

		.section_holder24 .blog_post .comments span {
			font-family: 'Open Sans', sans-serif;
			font-size: 20px;
			font-weight: 600;
			display: block;
			color: #a3a3a3;
			text-align: center;
			padding: 12px 0 0 0;
			margin: 0px;
		}


	/*section 25*/
	.section_holder25 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
		background: url(../images/site-img66.jpg) 0px 0px repeat-x;
	}

		.section_holder25 .img {
			position: relative;
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}

		.section_holder25 .title_strip {
			width: 80%;
			height: 40px;
			float: left;
			padding: 7px 0px 0px 0px;
			text-align: center;
			margin: 10px 10% 15px 10%;
			border-radius: 30px;
			border: 1px solid #d9d9d9;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder25 .img_bottom_strip {
			width: 100%;
			height: 10px;
			float: left;
			padding: 0;
			margin: 0;
			background-color: #fdce16;
		}

		.section_holder25 .bottom_shape {
			width: 80px;
			height: 20px;
			float: left;
			padding: 0;
			margin: -3px 0px 0px 119px;
			background: url(../images/site-img35.png) top center no-repeat;
		}

		.section_holder25 .hover_box {
			position: absolute;
			width: 100%;
			height: 175px;
			float: left;
			opacity: 0;
			padding: 15px;
			margin: 0px;
			background: url(../images/site-img59.png) 0px 0px repeat;
			z-index: 10;
			transition: opacity 0.3s ease-in-out 0s;
		}

			.section_holder25 .hover_box .innerbox {
				width: 100%;
				height: 100%;
				float: left;
				padding: 0;
				margin: 0px;
				border: 1px solid #fdce16;
			}

		/*hover styles*/

		.section_holder25 .one_third:hover .hover_box {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder25 .one_third:hover .title_strip {
			border: 1px solid #fdce16;
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder25 .one_third.active .hover_box {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder25 .one_third.active .title_strip {
			border: 1px solid #fdce16;
			background-color: #fdce16;
		}

	/*section 26*/
	.section_holder26 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
		border-top: 1px solid #e7e7e7;
	}

		.section_holder26 .icon {
			padding: 0;
			font-size: 64px;
			text-align: center;
			margin: 0 auto 20px auto;
			color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder26 .readmore_but9 {
			margin: 70px 10px 0 434px;
		}

		.section_holder26 .readmore_but10 {
			margin: 70px 0 0 0;
		}

		/*hover styles*/

		.section_holder26 .one_fourth:hover .icon {
			color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder26 .one_fourth:hover h4 {
			color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder26 .one_fourth.active .icon {
			color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder26 .one_fourth.active h4 {
			color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

	/*section 27*/
	.section_holder27 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg9.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder27 .left {
			width: 43%;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder27 .right {
			width: 57%;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder27 .left .img {
			width: 445px;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder27 .section_title {
			font-family: "Raleway",sans-serif;
			font-size: 45px;
			font-weight: bold;
			margin: 0px 0px 20px;
			text-align: left;
			padding: 0px 0px 0px;
			color: #161616;
			text-transform: uppercase;
		}

		.section_holder27 .section_title_line {
			width: 361px;
			height: 3px;
			margin: 0px 0px 44px 0px;
			padding: 0px;
			text-align: left;
			background: url(../images/section_title_line1.png) 0px 0px no-repeat;
		}

		.section_holder27 ul.circles {
			width: 100%;
			float: left;
			padding: 0;
			margin: 50px 0 40px 0;
		}

		.section_holder27 .circles li {
			float: left;
			padding: 0;
			margin: 0 17px 0 0;
		}

		.section_holder27 ul.circles li a {
			width: 110px;
			height: 110px;
			float: left;
			font-size: 30px;
			color: #161616;
			padding: 0;
			margin: 0px;
			text-align: center;
			line-height: 112px;
			border-radius: 50%;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder27 ul.circles li a:hover {
				color: #fdce16;
				background-color: #161616;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder27 ul.circles li a.active {
				color: #fdce16;
				background-color: #161616;
			}

		.section_holder27 .readmore_but8 {
			margin: 0 10px 0 0;
		}



	/*section 28*/
	.section_holder28 {
		width: 100%;
		float: left;
		padding: 115px 0 115px 0;
		margin: 0px;
		background: url("../images/parallax_bg10.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder28 .title {
			font-family: "Raleway",sans-serif;
			font-size: 60px;
			font-weight: 600;
			margin: 0px;
			text-align: center;
			padding: 0 0 35px 0;
			color: #fff;
			text-transform: uppercase;
		}

			.section_holder28 .title span {
				color: #fdce16;
			}

		.section_holder28 .cont {
			width: 60%;
			margin: 0 auto;
			text-align: center;
			padding: 0px;
			color: #fff;
		}

		.section_holder28 .readmore_but4 {
			margin: 40px 0 0 500px;
		}


	/*section 29*/
	.section_holder29 {
		width: 100%;
		float: left;
		padding: 75px 0 20px 0;
		margin: 0px;
		text-align: center;
		background: url("../images/parallax_bg11.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}


		.section_holder29 .image_holder {
			width: 13%;
			padding: 0px;
			margin: 40px auto 0 auto;
		}

			.section_holder29 .image_holder .clint_img {
				width: 100%;
				padding: 0px;
				margin: 0;
				float: left;
			}

			.section_holder29 .image_holder .img_frame {
				width: 142px;
				height: 142px;
				float: left;
				padding: 11px;
				margin: 0px;
				border-radius: 50%;
				z-index: 10;
				background-color: #161616;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

		.section_holder29 .img {
			position: absolute;
			width: 120px;
			height: 120px;
			float: left;
			padding: 0px;
			margin: 0px;
		}

		.section_holder29 .bshape {
			width: 40px;
			height: 20px;
			float: left;
			padding: 0px;
			margin: 132px 0px 0px -86px;
			background: url(../images/site-img58.png) 0px 0px no-repeat;
			z-index: 10;
		}

		.section_holder29 .clint_hover_box {
			position: absolute;
			width: 120px;
			height: 120px;
			float: left;
			padding: 0px;
			opacity: 0;
			border-radius: 50%;
			margin: 0 0 0 0px;
			background-color: #000;
			z-index: 100;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder29 .bline {
			width: 80px;
			height: 5px;
			float: left;
			padding: 0px;
			margin: 12px 0 8px 39px;
			border-top: 1px solid #161616;
			border-bottom: 1px solid #161616;
		}

		.section_holder29 .name {
			text-align: center;
			color: #161616;
			font-weight: 600;
			padding: 0;
			margin: 0px;
		}

		.section_holder29 .comp {
			text-align: center;
			color: #161616;
			font-size: 14px;
			font-weight: normal;
			padding: 0;
			margin: 0px;
		}

		.section_holder29 .cont {
			width: 80%;
			text-align: center;
			color: #161616;
			font-weight: normal;
			padding: 20px 0 0 0;
			margin: 0 auto;
		}

		/*hover styles*/

		.section_holder29 .image_holder:hover .clint_hover_box {
			opacity: 0.5;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder29 .image_holder:hover .img_frame {
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}


		.section_holder29 .image_holder:hover .bshape {
			background: url(../images/site-img58_hover.png) 0px 0px no-repeat;
		}



	/*section 30*/
	.section_holder30 {
		width: 100%;
		float: left;
		padding: 0px 0 0px 0;
		margin: 0px;
	}

		.section_holder30.two {
			width: 100%;
			float: left;
			padding: 60px 0 0px 0;
			margin: 0px;
		}

		.section_holder30.three {
			width: 100%;
			float: left;
			padding: 25px 0 30px 0;
			margin: 0px;
		}

		.section_holder30 .section_title {
			font-size: 30px;
			font-weight: bold;
			float: left;
			color: #161616;
			padding: 0px 0px 14px;
			margin: 0px;
		}

		.section_holder30 .title_bottom_line {
			width: 100%;
			height: 3px;
			float: left;
			padding: 0px;
			margin: 0px 0px 40px;
			background: url(../images/section_title_line10.png) 0px 0px no-repeat;
		}

		.section_holder30 .clint_logo {
			position: relative;
			width: 175px;
			height: 60px;
			padding: 0;
			float: left;
			margin: 0px;
		}

		.section_holder30.three .clint_logo {
			position: relative;
			width: 175px;
			height: 60px;
			padding: 0;
			float: left;
			margin: 0 20px 0 0;
		}

		.section_holder30 .clint_logo .hover_line {
			position: absolute;
			width: 175px;
			height: 60px;
			padding: 0;
			opacity: 0;
			float: left;
			margin: 0px;
			border: 2px solid #fdce16;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder30 .clint_logo:hover .hover_line {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}


	/*index4 top searchbar*/

	/* search input field */
	.nav_search input[type=search] {
		background: #fff url(../images/search-icon.png) no-repeat 7px 10px;
		border: solid 1px #d9d9d9;
		padding: 5px 10px 5px 32px;
		margin: 18px 0 0 0;
		width: 30px;
		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}

		.nav_search input[type=search]:focus {
			width: 130px;
			background-color: #fff;
			border-color: #fdce16;
			/*	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);*/
		}

	/* placeholder */
	.nav_search input:-moz-placeholder {
		color: #999;
	}

	.nav_search input::-webkit-input-placeholder {
		color: #999;
	}

	.nav_search input[type=search] {
		width: 36px;
		float: right;
		padding-left: 10px;
		color: transparent;
		cursor: pointer;
	}

		.nav_search input[type=search]:hover {
			background-color: #fff;
		}

		.nav_search input[type=search]:focus {
			width: 250px;
			padding-left: 32px;
			color: #000;
			background-color: #fff;
			cursor: auto;
		}

	.nav_search input:-moz-placeholder {
		color: transparent;
	}

	.nav_search input::-webkit-input-placeholder {
		color: transparent;
	}


	/*section 31*/
	.section_holder31 {
		width: 100%;
		float: left;
		padding: 75px 0 40px 0;
		margin: 0px;
		background: #fdce16 url(../images/site-img77.jpg) 0px 0px repeat-x;
	}

		.section_holder31 .img_holder {
			width: 100%;
			float: left;
			padding: 15px;
			margin: 0px;
			background-color: #FFF;
		}

		.section_holder31 .readmore_but5 {
			float: left;
			color: #161616;
			margin: 30px 0 0 0;
		}

	/*section 32*/
	.section_holder32 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background-color: #161616;
	}

		.section_holder32 a .services_box {
			width: 185px;
			height: 185px;
			border: 1px solid #414040;
			margin: 77px 0px 12px;
			padding: 0px;
			float: left;
			text-align: center;
			transform: rotate(-45deg);
			transform-origin: 69px 30px 0;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder32 .inner_box {
			width: 185px;
			height: 185px;
			margin: -96px 0px 0px -41px;
			padding: 0px;
			color: #fff;
			text-align: center;
			border-radius: 50%;
			line-height: 190px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
		}

			.section_holder32 .inner_box .title {
				font-size: 22px;
				text-align: center;
				font-size: 14px;
				font-weight: 600;
				line-height: 51px;
				color: #fff;
				line-height: 121px;
				text-transform: uppercase;
			}

		.section_holder32 a .services_box:hover {
			background-color: #fdce16;
			border: 1px solid #fdce16;
		}

			.section_holder32 a .services_box:hover .title {
				color: #161616;
			}

		.section_holder32 a .services_box.active {
			background-color: #fdce16;
			border: 1px solid #fdce16;
		}

			.section_holder32 a .services_box.active .title {
				color: #161616;
			}


	/*section 33*/
	.section_holder33 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder33 .left {
			width: 36%;
			float: left;
			padding: 0;
			margin: 0px;
		}

		.section_holder33 .right {
			width: 64%;
			float: right;
			padding: 0 0 0 40px;
			margin: 0px;
			text-align: center;
		}

		.section_holder33 .left .title_box {
			width: 295px;
			height: 295px;
			background-color: #fdce16;
			margin: 154px 0px 12px;
			padding: 0px;
			float: left;
			text-align: center;
			transform: rotate(-45deg);
			transform-origin: 69px 30px 0;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

		.section_holder33 .left .inner_box {
			width: 295px;
			height: 295px;
			margin: -148px 0px 0px -61px;
			padding: 0px;
			color: #fff;
			text-align: center;
			border-radius: 50%;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			-webkit-transform-origin: 0 100%;
			transform-origin: 0 100%;
		}

			.section_holder33 .left .inner_box .title {
				font-size: 45px;
				text-align: center;
				font-weight: bold;
				line-height: 51px;
				color: #161616;
				padding: 75px 0 0 0;
				text-transform: uppercase;
			}

		.section_holder33 .left .title_line {
			width: 100%;
			height: 3px;
			float: left;
			padding: 0;
			margin: 0px;
			background: url(../images/section_title_line11.png) 20px 0px no-repeat;
		}

		.section_holder33 .left .cont {
			width: 100%;
			float: left;
			color: #161616;
			padding: 20px 0 0 0;
			margin: 0px;
		}

		/*team styles*/

		.section_holder33 .right .member {
			position: relative;
			width: 100%;
			float: left;
			padding: 0;
			margin: 0 0 18px 0;
			border: 1px solid #d9d9d9;
		}

		.section_holder33 .right .member_hover {
			position: absolute;
			width: 100%;
			height: 100%;
			float: left;
			opacity: 0;
			padding: 0;
			margin: 0;
			background: url(../images/site-img36.png) 0px 0px repeat;
			transition: opacity 0.3s ease-in-out 0s;
		}

			.section_holder33 .right .member_hover ul.social_icons {
				width: 100%;
				float: left;
				padding: 0;
				margin: 145px 0px 0px 21px;
			}

			.section_holder33 .right .member_hover .social_icons li {
				float: left;
				padding: 0;
				margin: 0;
			}

				.section_holder33 .right .member_hover .social_icons li a {
					width: 40px;
					height: 40px;
					float: left;
					font-size: 18px;
					color: #161616;
					line-height: 40px;
					padding: 0;
					margin: 0 5px 0 0;
					background-color: #fff;
				}

					.section_holder33 .right .member_hover .social_icons li a:hover {
						color: #fff;
						background-color: #161616;
					}

					.section_holder33 .right .member_hover .social_icons li a.active {
						color: #fff;
						background-color: #161616;
					}

		/*team hover styles*/

		.section_holder33 .right .one_third:hover .member_hover {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder33 .right .one_third:hover .name {
			color: #fdce16;
		}

		.section_holder33 .right .one_third:hover .desig {
			color: #fdce16;
		}

		/*active hover styles*/

		.section_holder33 .right .one_third.active .member_hover {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder33 .right .one_third.active .name {
			color: #fdce16;
		}

		.section_holder33 .right .one_third.active .desig {
			color: #fdce16;
		}


	/*section 34*/
	.section_holder34 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: #fdce16 url(../images/site-img83.jpg) 0px 0px repeat-x;
	}

		.section_holder34 .img_left_holder {
			width: 98%;
			float: left;
			padding: 0;
			margin: 20px 0 0 0;
		}

		.section_holder34 .text_holder_main {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0 0 40px 0;
		}

			.section_holder34 .text_holder_main.first {
				margin: 20px 0 40px 0;
			}

		.section_holder34 .icon_holder {
			width: 25%;
			float: left;
			padding: 0;
			margin: 0px;
		}

		.section_holder34 .text_holder {
			width: 75%;
			float: right;
			padding: 0;
			margin: 0px;
		}



		.section_holder34 .icon_holder .icon_box {
			width: 85px;
			height: 85px;
			background-color: #fff;
			margin: 0px;
			padding: 0px;
			float: left;
			text-align: center;
			transform: rotate(-45deg);
			transform-origin: 69px 30px 0;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder34 .icon_holder .icon_box .inner_box {
				width: 85px;
				height: 85px;
				margin: 0px;
				padding: 0px;
				color: #fff;
				text-align: center;
				border-radius: 50%;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transform-origin: 0 100%;
				transform-origin: 50% 50%;
			}

				.section_holder34 .icon_holder .icon_box .inner_box i {
					margin: 0px;
					padding: 0px;
					font-size: 24px;
					line-height: 78px;
					color: #161616;
					text-align: center;
				}

		.section_holder34 .text_holder .title {
			float: left;
			font-size: 20px;
			font-weight: 400;
			color: #161616;
			padding: 0 0 20px 0;
			margin: 0px;
		}

	/*section 35*/
	.section_holder35 {
		width: 100%;
		float: left;
		padding: 75px 0 50px 0;
		margin: 0px;
	}

	.onhalf_title_line {
		width: 100%;
		height: 3px;
		float: left;
		padding: 0;
		margin: 0 0 40px 0;
		background: url(../images/section_title_line12.png) 0px 0px no-repeat;
	}

	.onhalf_title_medium {
		font-size: 30px;
		font-weight: bold;
		float: left;
		color: #161616;
		padding: 0 0 14px 0;
		margin: 0px;
		text-transform: uppercase;
	}

	/*section 36*/
	.section_holder36 {
		width: 100%;
		float: left;
		padding: 75px 0 30px 0;
		margin: 0px;
		background: url("../images/parallax_bg12.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}


		.section_holder36 .icon {
			width: 105px;
			height: 105px;
			padding: 0;
			font-size: 30px;
			color: #161616;
			line-height: 102px;
			text-align: center;
			margin: 0 auto;
			border-radius: 50%;
			background-color: #fff;
		}

		.section_holder36 .title {
			padding: 20px 0 0 0;
			font-size: 34px;
			color: #fff;
			font-weight: 500;
			text-transform: uppercase;
			text-align: center;
			margin: 0 auto;
		}

		.section_holder36 .cont {
			width: 60%;
			padding: 30px 0 0 0;
			color: #b4b3b3;
			text-align: center;
			margin: 0 auto;
		}

		.section_holder36 .readmore_but4 {
			margin: 31px 0px 0px 513px;
		}


	/*section 37*/
	.section_holder37 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder37 .left {
			width: 30%;
			float: left;
			padding: 0;
			margin: 0px;
			text-align: center;
		}

		.section_holder37 .right {
			width: 70%;
			float: right;
			padding: 0px;
			margin: 0px;
		}

			.section_holder37 .right .text_holder {
				width: 100%;
				float: left;
				padding: 30px;
				margin: 0px;
				border: 1px solid #a2a2a2;
			}

		.section_holder37 .img {
			position: relative;
			width: 145px;
			height: 145px;
			padding: 12px;
			margin: 0 auto 10px auto;
			border-radius: 50%;
			background-color: #161616;
		}

		.section_holder37 .left .line {
			width: 55px;
			height: 5px;
			padding: 0px;
			border-top: 1px solid #a3a3a3;
			border-bottom: 1px solid #a3a3a3;
			margin: 0 auto 10px auto;
		}

		.section_holder37 .right .cont {
			padding: 0;
			margin: 0;
		}

		.section_holder37 .right .line {
			width: 100%;
			display: block;
			height: 1px;
			padding: 0;
			margin: 5px 0 0 0;
			border: none;
			background-color: #a2a2a2;
		}

		.section_holder37 .img .hover_circle {
			position: absolute;
			width: 120px;
			height: 120px;
			float: left;
			opacity: 0;
			padding: 0px;
			margin: 0;
			border-radius: 50%;
			transition: opacity 0.3s ease-in-out 0s;
			background: url(../images/site-img59.png) 0px 0px repeat;
		}

		/*hover styles*/
		.section_holder37 .left:hover .hover_circle {
			opacity: 0.8;
			padding: 0px;
			margin: 0;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder37 .left:hover .img {
			background-color: #fdce16;
		}


		/*active styles*/
		.section_holder37 .left.active .hover_circle {
			opacity: 0.8;
			padding: 0px;
			margin: 0;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder37 .left.active .img {
			background-color: #fdce16;
		}



	/*home section 38*/

	.section_holder38 {
		float: left;
		width: 100%;
		text-align: left;
		padding: 75px 0 75px 0px;
		background: url("../images/parallax-bg13.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
		position: relative;
		min-height: 550px;
	}


		.section_holder38 .contitle {
			text-align: center;
			font-size: 47px;
			font-weight: 700;
		}

		.section_holder38 .title_left {
			font-size: 40px;
			font-weight: 700;
			padding: 0px;
			margin: 0px;
			float: left;
			color: #fff;
			text-transform: uppercase;
		}

		.section_holder38 .address {
			width: 45%;
			padding: 0px;
			margin: 95px 0 0 0;
			float: left;
			border-right: 1px solid #323233;
		}

			.section_holder38 .address .info {
				font-size: 14px;
				font-weight: normal;
				padding: 0px;
				margin: 0 0 20px 0;
				float: left;
				color: #727272;
			}


				.section_holder38 .address .info i {
					font-size: 20px;
					padding: 5px 10px 0 0;
					margin: 0px;
					float: left;
					color: #fff;
				}

				.section_holder38 .address .info.two i {
					font-size: 14px;
					padding: 5px 10px 0 0;
					margin: 0px;
					float: left;
					color: #fff;
				}

		.section_holder38 .newsletter_holder {
			width: 45%;
			font-size: 14px;
			font-weight: normal;
			padding: 0px;
			margin: 95px 0 0 0;
			float: right;
			color: #727272;
		}

			.section_holder38 .newsletter_holder .title {
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				font-weight: 600;
				padding: 0px;
				margin: 20px 0 30px 0;
				float: left;
				text-transform: none;
				color: #fff;
			}


		.section_holder38 .form_holder {
			width: 485px;
			padding: 25px;
			margin: 0px;
			float: right;
			background: url(../images/site-img112.png) 0 0 repeat;
		}

	.less1 {
		width: 75%;
		margin: 0 auto;
	}

	.readmore_but1:hover {
		color: #2fbb6a;
	}

	/*shop styles*/
	.shop_top_nav .right {
		float: left;
		width: 100%;
		padding: 8px 0 8px 0px;
	}

	.shop_top_nav .left {
		float: left;
		width: 40%;
		font-size: 13px;
		padding-top: 8px;
	}

		.shop_top_nav .left a {
			font-size: 13px;
			color: #727272;
			float: left;
			padding: 0 10px 0 0;
		}

			.shop_top_nav .left a i {
				color: #fdce16;
			}

			.shop_top_nav .left a:hover {
				color: #727272;
			}

	.shop_toplist li a {
		padding: 0 20px 0 0;
		margin: 0px;
		font-size: 13px;
		text-align: left;
		float: left;
		color: #727272;
		border: none;
	}

		.shop_toplist li a:hover {
			color: #272727;
		}

	.top_search_holder {
		padding: 0px;
		margin: -40px 0 0 0;
		float: right;
	}

	/* shop search input field */
	.shop_search input[type=search] {
		background: #fff url(../images/search-icon.png) no-repeat 2px 6px;
		border: solid 1px #d9d9d9;
		padding: 0px 10px 0px 32px;
		margin: 18px 0 0 0;
		width: 30px;
		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}

		.shop_search input[type=search]:focus {
			width: 130px;
			background-color: #fff;
			border-color: #fdce16;
		}

	/* placeholder */
	.shop_search input:-moz-placeholder {
		color: #999;
	}

	.shop_search input::-webkit-input-placeholder {
		color: #999;
	}

	.shop_search input[type=search] {
		width: 27px;
		float: right;
		padding-left: 10px;
		color: transparent;
		cursor: pointer;
	}

		.shop_search input[type=search]:hover {
			background-color: #fff;
		}

		.shop_search input[type=search]:focus {
			width: 260px;
			padding-left: 32px;
			color: #000;
			background-color: #fff;
			cursor: auto;
		}

	.shop_search input:-moz-placeholder {
		color: transparent;
	}

	.shop_search input::-webkit-input-placeholder {
		color: transparent;
	}

	.shop_punchtext {
		width: 100%;
		float: left;
		padding: 20px 0;
		margin: 0px;
		background-color: #fdce16;
	}

		.shop_punchtext .title {
			float: left;
			font-size: 24px;
			color: #161616;
			font-weight: 300;
			padding: 8px 0 0 0;
			margin: 0px;
		}

		.shop_punchtext .readmore_but8 {
			float: right;
		}


	/*shop title medium*/
	.shop_title_line {
		width: 100%;
		height: 3px;
		float: left;
		padding: 0;
		margin: 0 0 40px 0;
		background: url(../images/section_title_line6.png) 0px 0px no-repeat;
	}

	.shop_title_medium {
		font-size: 22px;
		font-weight: 600;
		float: left;
		color: #161616;
		padding: 0 0 5px 0;
		margin: 0px;
		text-transform: uppercase;
	}


	/*section 39*/
	.section_holder39 {
		position: relative;
		width: 100%;
		float: left;
		padding: 75px 0 50px 0;
		margin: 0px;
	}

		.section_holder39.two {
			padding: 40px 0 10px 0;
		}

	/*grid view*/

	.pro_container {
		padding: 0 0 30px 0;
		margin: 0px;
		float: left;
		width: 100%;
	}

		.pro_container ul {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			float: left;
			list-style: none;
		}

		.pro_container .grid li {
			float: left;
			margin: 0 35px 0 0;
			padding: 0;
			text-align: center;
			width: 22.7%;
		}

		.pro_container.two .grid li {
			width: 28.7%;
		}

		.pro_container .grid li.last {
			margin-right: 0px;
		}

		.pro_container.two .grid li {
			float: left;
			margin: 0 35px 40px 0;
			padding: 0;
			width: 28.7%;
		}


	/*for tabbed style*/

	.pro_container2 {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 100%;
	}

		.pro_container2 ul {
			padding: 0px;
			margin: 48px 0px 0px 0px;
			float: left;
			list-style: none;
		}

		.pro_container2 .grid li {
			float: left;
			margin: 0 35px 0 0;
			padding: 0;
			width: 22.7%;
			text-align: center;
		}

			.pro_container2 .grid li.last {
				margin-right: 0px;
			}

	/*for tabbed style 2*/

	.pro_container3 {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 100%;
	}

		.pro_container3 ul {
			padding: 0px;
			margin: 50px 0px 0px 0px;
			float: left;
			list-style: none;
		}

		.pro_container3 .grid li {
			float: left;
			margin: 0 35px 0 0;
			padding: 0;
			width: 22.7%;
		}

			.pro_container3 .grid li.last {
				margin-right: 0px;
			}

	.grid li .proimage {
		padding: 0px;
		margin: 0px 0px 15px 0px;
		float: left;
		border: 1px solid #eaeaea;
		background-color: #F30;
	}

		.grid li .proimage img {
			width: 100%;
		}

	.grid li .proprice {
		font-size: 16px;
		padding: 10px 0 22px 0;
		margin: 0px;
		text-align: center;
		color: #fdce16;
	}

	.grid li .addbut {
		font-size: 14px;
		padding: 7px 13px;
		margin: 0px;
		color: #161616;
		border-radius: 2px;
		background-color: #fdce16;
	}

		.grid li .addbut:hover {
			color: #fff;
			background-color: #272727;
		}


		.grid li .addbut.two {
			margin: 0px;
		}

	/*list view*/

	.pro_container .list li {
		width: 98%;
		padding: 20px 0px 20px 0px;
		margin: 0px;
		float: left;
		border-bottom: 1px solid #eaeaea;
	}

		.pro_container .list li.last {
			border-bottom: none;
		}

	.list li .proimage {
		padding: 0px;
		margin: 0px 20px 15px 0px;
		float: left;
		width: 15%;
		border: 1px solid #eaeaea;
	}

		.list li .proimage img {
			width: 100%;
		}

	.list li .proprice {
		font-size: 16px;
		padding: 0 0 22px 0;
		margin: 0px;
		color: #fdce16;
	}

	.list li h4 {
		padding: 0px 0px 15px 0px;
		margin: 0px;
	}

	.list li .addbut {
		font-size: 14px;
		padding: 7px 13px;
		margin: 0px;
		color: #fff;
		border-radius: 2px;
		background-color: #fdce16;
	}

		.list li .addbut:hover {
			background-color: #272727;
		}

	/* view controls*/
	.viewcontrols_holder {
		position: absolute;
		width: 70px;
		padding: 0px;
		float: right;
		margin: -72px 0px 0px 1079px;
	}

	#viewcontrols a.grid {
		margin: 0 4px 0 0px;
		color: #161616;
		padding: 0px;
		cursor: pointer;
	}

	#viewcontrols a.list {
		color: #161616;
		cursor: pointer;
	}

	#viewcontrols a.grid.grid-active {
		color: #fdce16;
	}

	#viewcontrols a.list.list-active {
		color: #fdce16;
	}


	/*section 40*/
	.section_holder40 {
		width: 100%;
		float: left;
		padding: 100px 0 100px 0;
		margin: 0px;
		background: url("../images/parallax-bg14.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}


		.section_holder40 .title {
			font-size: 35px;
			color: #fff;
			font-weight: 400;
			padding: 0px;
			margin: 0px 0px 0px;
		}

			.section_holder40 .title .strong {
				font-size: 35px;
				color: #fff;
				font-weight: 700;
				padding: 0px;
				margin: 0px;
			}

		.section_holder40 .subtext {
			width: 60%;
			font-family: "Open Sans",sans-serif;
			font-size: 18px;
			color: #fff;
			font-weight: 400;
			padding: 19px 0px 0px;
			float: left;
			margin: 0px;
		}

		.section_holder40 .cont {
			width: 50%;
			color: #727272;
			font-weight: 400;
			padding: 30px 0px 0px;
			float: left;
			margin: 0px;
		}

		.section_holder40 .readmore_but4 {
			margin: 35px 0px 0px 0px;
			float: left;
		}

	/*section 41*/
	.section_holder41 {
		width: 100%;
		float: left;
		padding: 75px 0 50px 0;
		margin: 0px;
	}


	/*shop banner*/
	.section_holder42 {
		width: 100%;
		float: left;
		padding: 50px 0 50px 0;
		margin: 0px;
		background: url("../images/parallax-bg15.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder42 .banner_left {
			float: left;
			width: 70%;
			padding: 40px 0 0 0;
			margin: 0px;
			background: url(../images/shop-img41.jpg) right 60px no-repeat;
		}

			.section_holder42 .banner_left .img_holder {
				width: 330px;
				height: 280px;
				float: left;
				padding: 0;
				margin: 0 15px 0 0;
			}

			.section_holder42 .banner_left .medium_text {
				font-family: 'Open Sans', sans-serif;
				font-size: 20px;
				font-weight: 600;
				color: #fff;
				float: left;
				padding: 0;
				margin: 0px;
				text-transform: uppercase;
			}

			.section_holder42 .banner_left .big_text {
				font-family: 'Open Sans', sans-serif;
				font-size: 45px;
				font-weight: 700;
				color: #fff;
				float: left;
				padding: 30px 0 13px 0;
				margin: 0px;
				text-transform: uppercase;
			}

				.section_holder42 .banner_left .big_text span {
					color: #fdce16;
				}


			.section_holder42 .banner_left .verysmall_text {
				font-family: 'Open Sans', sans-serif;
				font-size: 13px;
				font-weight: 600;
				color: #fff;
				float: left;
				padding: 40px 0 0 0;
				margin: 0px;
				text-transform: uppercase;
			}


		.section_holder42 .banner_right {
			float: right;
			width: 30%;
			height: 360px;
			padding: 0;
			margin: 0px;
			background: url(../images/site-img118.png) center center no-repeat;
		}


			.section_holder42 .banner_right .medium_text {
				font-family: 'Open Sans', sans-serif;
				font-size: 18px;
				font-weight: 600;
				color: #161616;
				float: left;
				padding: 4px;
				margin: 0 0 0 78px;
				background-color: #fdce16;
				text-transform: uppercase;
			}

			.section_holder42 .banner_right .big_text {
				font-family: 'Open Sans', sans-serif;
				font-size: 30px;
				font-weight: 700;
				color: #272727;
				float: left;
				padding: 4px;
				margin: 169px 0 0 78px;
				text-transform: uppercase;
				background-color: #fff;
			}

		.section_holder42 .banner_left .more_but {
			font-size: 14px;
			padding: 7px 13px;
			margin: 25px 200px 0 0px;
			color: #161616;
			float: left;
			border-radius: 2px;
			display: block;
			background-color: #fdce16;
		}

			.section_holder42 .banner_left .more_but:hover {
				color: #272727;
				background-color: #fff;
			}



	/* section 43*/
	.section_holder43 {
		float: left;
		width: 100%;
		padding: 75px 0 50px 0;
		margin: 0px;
		background-color: #fdce16;
	}

		.section_holder43 .title {
			padding: 0px;
			margin: 0 0 30px 0;
			float: left;
			font-size: 35px;
			font-weight: 300;
			color: #272727;
		}

			.section_holder43 .title .strong {
				padding: 0px;
				margin: 0px;
				float: left;
				font-size: 35px;
				font-weight: 600;
				color: #272727;
			}

		.section_holder43 .left {
			float: left;
			width: 18%;
			padding: 0px;
			margin: 0px;
		}

		.section_holder43 .right {
			float: left;
			width: 82%;
			padding: 0px;
			margin: 0px;
		}

		.section_holder43 .img_main {
			float: left;
			width: 180px;
			height: 180px;
			padding: 10px;
			margin: 0px;
			border-radius: 100%;
			background-color: #fff;
		}

		.section_holder43 .img {
			float: left;
			width: 160px;
			height: 160px;
			padding: 10px;
			margin: 0px;
			border-radius: 100%;
			background: url(../images/site-img119.jpg) 0 0 no-repeat;
			background: -size:100%;
		}

			.section_holder43 .img.two {
				background: url(../images/site-img119.jpg) 0 0 no-repeat;
			}

		.section_holder43 .right .cont {
			padding-top: 20px;
			color: #161616;
		}

		.section_holder43 .right .name {
			display: block;
			font-size: 14px;
			font-weight: 600;
			color: #161616;
			padding: 30px 0 0 0;
			margin: 0px;
			float: left;
			color: #161616;
		}

		.section_holder43 .right .desig {
			font-weight: normal;
			color: #161616;
			padding: 0;
			margin: 0px;
			float: left;
			color: #161616;
		}


	/* section 44*/
	.section_holder44 {
		float: left;
		width: 100%;
		padding: 75px 0 65px 0;
		margin: 0px;
	}

		.section_holder44 .title {
			font-size: 20px;
			padding: 0px;
			margin: 0 0 30px 0;
			float: left;
			font-weight: 600;
		}


		.section_holder44 .holder_main {
			float: left;
			width: 100%;
			padding: 0px;
			margin: 0 0 20px 0;
		}


		.section_holder44 .left {
			float: left;
			width: 13%;
			padding: 0px;
			margin: 0px;
		}

		.section_holder44 .right {
			float: left;
			width: 87%;
			padding: 0px;
			margin: 0px;
		}

		.section_holder44 .icon {
			float: left;
			width: 32px;
			height: 32px;
			font-size: 14px;
			color: #fff;
			padding: 0px;
			text-align: center;
			line-height: 30px;
			margin: 8px 0 0 0;
			border-radius: 100%;
			background-color: #fdce16;
		}

		.section_holder44 .right .title {
			font-size: 16px;
			font-weight: 400;
			color: #161616;
			padding: 0px;
			margin: 0px;
		}

		.section_holder44 .right .cont {
			float: left;
			padding: 0px;
			margin: 0px;
		}


	/*shop preview fullwidth*/

	/* section 45*/
	.header_medium {
		float: left;
		width: 100%;
		height: 300px;
		padding: 0;
		margin: 0px;
		background: url(../images/site-img120.jpg) 0px 0px no-repeat;
	}

		.header_medium.two {
			background: url(../images/center_yellow.jpg) center top no-repeat;
		}

		.header_medium .bigtext {
			font: 14px 'Open Sans', sans-serif;
			float: right;
			font-size: 42px;
			color: #fff;
			width: 100%;
			padding: 110px 0 0 0;
			text-align: right;
			font-weight: bold;
			margin: 0px;
		}

		.header_medium.two .bigtext {
			font: 14px 'Open Sans', sans-serif;
			float: right;
			font-size: 42px;
			color: #fff;
			padding: 95px 0 0 0;
			text-align: center;
			font-weight: bold;
			margin: 0px;
			text-transform: uppercase;
		}

		.header_medium.two .smalltext {
			font: 14px 'Open Sans', sans-serif;
			font-size: 42px;
			color: #fff;
			padding: 100px 0 0 0;
			text-align: center;
			font-weight: 200;
			margin: 0px;
			text-transform: uppercase;
		}

			.header_medium.two .smalltext span {
				color: #fdce16;
			}

		.header_medium .bigtext span {
			color: #fff;
		}

	/* section 46*/
	.section_holder46 {
		float: left;
		width: 100%;
		padding: 25px 0 10px 0;
		margin: 0px;
		border-bottom: 1px solid #e9e9e9;
	}

	.pagetitle {
		float: left;
		width: 50%;
		font-size: 30px;
		text-align: left;
		font-weight: normal;
		color: #161616;
		margin: 0px;
		padding: 0px;
	}

	.pagenation {
		float: right;
		width: 50%;
		font-size: 14px;
		text-align: right;
		font-weight: normal;
		color: #999;
		margin: 5px 0px 0px;
		padding: 0px;
	}

		.pagenation a {
			color: #161616;
		}

	/* section 47 */
	.section_holder47 {
		width: 100%;
		padding: 75px 0 75px 0;
		margin: 0px;
		float: left;
	}

		.section_holder47.two {
			padding: 50px 0 50px 0;
		}

	.product_preview_left {
		width: 45%;
		padding: 0px 0 0px 0;
		margin: 0px;
		float: left;
	}

	.product_info_right {
		width: 55%;
		padding: 0px 0 0px 0;
		margin: 0px;
		float: right;
	}


		.product_info_right .smalltext {
			padding: 30px 0 30px 0;
			margin: 0px;
			float: left;
		}

	.section_holder47 .product_title {
		font-family: 'Raleway', sans-serif;
		padding: 0;
		margin: 0px;
		float: left;
		font-size: 32px;
		color: #272727;
		font-weight: 400;
	}

		.section_holder47 .product_title .strong {
			font-weight: 600;
		}

	.section_holder47 .line {
		width: 100%;
		height: 1px;
		float: left;
		padding: 0px;
		margin: 17px 0 0 0;
		background-color: #eaeaea;
	}

	.product_info_right .price {
		font-family: 'Open Sans', sans-serif;
		width: 70%;
		float: left;
		padding: 25px 0 0 0;
		margin: 0;
		font-size: 36px;
		color: #fdce16;
	}

	.product_info_right .rating_right span.stars {
		color: #e52e47;
		padding: 0px 0px;
		margin: 0px 0px 0px 0px;
		display: block;
	}

	.product_info_right .rating_right {
		width: 30%;
		float: right;
		padding: 25px 0 0 0;
		margin: 0;
		font-size: 14px;
		color: #727272;
	}

		.product_info_right .rating_right span.stars i {
			color: #fdce16;
			font-size: 16px;
			margin-right: 5px;
		}

	.product_info_right .quantity_box {
		width: 100px;
		height: 35px;
		color: #272727;
		font-size: 16px;
	}


	.product_info_right .add_but {
		font-size: 14px;
		padding: 7px 13px;
		margin: -33px 8px 0 20px;
		color: #161616;
		float: left;
		border-radius: 2px;
		background-color: #fdce16;
	}

		.product_info_right .add_but:hover {
			color: #fff;
			background-color: #272727;
		}

	.product_info_right .aproduct_id {
		padding: 0 0 10px 0;
		margin: 0px;
		float: left;
		font-size: 14pxpx;
		color: #727272;
	}

		.product_info_right .aproduct_id span {
			padding: 0 8px 0 0;
			margin: 0px;
			float: left;
			font-size: 14pxpx;
			color: #272727;
			font-weight: 400;
		}


	/*quantity*/


	.product_quantity {
		width: 124px;
		height: 42px;
		font-family: "ProximaNova Bold", Helvetica, Arial;
	}

	.number_minus {
		width: 40px;
		height: 40px;
		border: 1px solid #eaeaea;
		float: left;
		text-align: center;
	}

	.product_input {
		width: 40px;
		height: 40px;
		border: 1px solid #eaeaea;
		border-left: 0px solid black;
		float: left;
	}

	.number_plus {
		width: 40px;
		height: 40px;
		border: 1px solid #eaeaea;
		border-left: 0px solid #eaeaea;
		float: left;
		text-align: center;
	}

	.product_input input {
		width: 30px;
		height: 34px;
		padding: 0;
		text-align: center;
		font-family: "ProximaNova Bold", Helvetica, Arial;
		border: none;
	}

		.product_input input:focus {
			border: 1px solid #eaeaea;
			border: none;
		}

	.number_minus a, .number_plus a {
		display: block;
		width: 100%;
		height: 100%;
		color: #272727;
		padding-top: 5px;
	}


	/*social icons*/

	.section_holder47 ul.social_icons {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.section_holder47 .social_icons li {
		padding: 0px;
		margin-right: 5px;
		float: left;
		display: inline;
	}

		.section_holder47 .social_icons li a {
			width: 45px;
			height: 45px;
			padding: 0px;
			margin-top: 0px;
			float: left;
			color: #161616;
			display: inline;
			text-align: center;
		}

			.section_holder47 .social_icons li a i {
				color: #161616;
				font-size: 18px;
				line-height: 45px;
			}


	/* section 48 */
	.section_holder48 {
		width: 100%;
		padding: 0px 0 0px 0;
		margin: 0px;
		float: left;
	}

		.section_holder48.two {
			width: 100%;
			padding: 0px 0 0px 0;
			margin: 0px;
			float: left;
		}

		.section_holder48 .review_img {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 11%;
		}

		.section_holder48 .text_holder {
			width: 89%;
			padding: 0px;
			float: right;
			margin: 0px;
		}

		.section_holder48 .name {
			width: 80%;
			font-size: 16px;
			color: #272727;
			float: left;
			font-weight: 400;
			padding: 0px;
			margin: 0px 0px 20px;
			display: block;
		}

		.section_holder48 .stars {
			width: 10%;
			padding: 0px;
			float: right;
			font-size: 16px;
			color: #fdce16;
			margin: 0px;
		}

		.section_holder48 .text {
			font-size: 14px;
			color: #727272;
			font-weight: 400;
			padding: 25px;
			float: left;
			margin: 0px;
			display: block;
			border-radius: 4px;
			background-color: #F3F3F3;
		}

		.section_holder48 .review_like {
			width: 80%;
			margin: 0px;
			padding: 15px 0px 0px;
			float: right;
			text-align: right;
			font-size: 14px;
			color: #727272;
		}

			.section_holder48 .review_like a {
				color: #fdce16;
			}

		.section_holder48 .line {
			width: 100%;
			padding: 0px;
			margin: 45px 0px;
			float: left;
			height: 1px;
			background-color: #EAEAEA;
		}

		.section_holder48 .form_title {
			padding: 0px;
			font-size: 20px;
			font-weight: 500;
			color: #fdce16;
			margin: 0px;
			text-transform: none;
		}

	/*section 49*/
	.section_holder49 {
		width: 100%;
		float: left;
		padding: 30px 0 50px 0;
		margin: 0px;
	}

		.section_holder49.two {
			width: 100%;
			float: left;
			padding: 30px 0 0px 0;
			margin: 0px;
		}


	/*section 50*/
	.section_holder50 {
		width: 100%;
		float: left;
		padding: 0px 0 0px 0;
		margin: 0px;
	}

		.section_holder50.two {
			padding: 30px 0 0px 0;
		}

	/*preview with sidebar*/

	.product_info_right.two {
		width: 48%;
	}

	.product_preview_left.two {
		width: 52%;
	}


	.product_info_right.two .price {
		width: 100%;
	}

	.product_info_right.two .rating_right {
		width: 100%;
	}

	.section_holder48.two .text_holder {
		width: 84%;
	}

	.section_holder48.two .stars {
		width: 15%;
	}

	.pro_container2.two .grid li {
		float: left;
		margin: 0px 35px 40px 0px;
		padding: 0px;
		width: 29.7%;
	}


	/*product preview sidebar*/

	.pro_sidebar_title {
		width: 100%;
		font-size: 18px;
		padding: 0px;
		float: left;
		margin: 0px 0px 20px 0px;
		font-weight: 500;
		color: #161616;
		display: block;
	}

	/*product sidebar search*/

	.pro_sidebar_search {
		width: 100%;
		padding: 50px 0 40px 0;
		float: left;
		margin: 0px;
	}

		.pro_sidebar_search .search {
			background: none repeat scroll 0px 0px #FFF;
			border: 0px none;
			float: left;
			width: 100%;
			padding: 0px;
			margin: 0;
		}

			.pro_sidebar_search .search .serch_input {
				border: 0px none;
				color: #161616;
				float: left;
				font-size: 13px;
				font-weight: normal;
				height: 40px;
				line-height: 39px;
				padding: 0px 7px;
				width: 70%;
				border-left: 1px solid #d9d9d9;
				border-top: 1px solid #d9d9d9;
				border-bottom: 1px solid #d9d9d9;
			}

			.pro_sidebar_search .search .search_submit {
				padding: 5px 10px;
				margin: 0px;
				float: left;
				height: 40px;
				background-color: #fff;
				border: 1px solid #d9d9d9;
			}


	/*products sidebar categories*/
	.categories_holder {
		width: 100%;
		padding: 0px 0 40px 0;
		float: left;
		margin: 0px;
	}

		.categories_holder ul.list {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0px;
		}

		.categories_holder .list li {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0px;
			border-bottom: 1px solid #d9d9d9;
		}

			.categories_holder .list li.last {
				border-bottom: none;
			}

			.categories_holder .list li a {
				color: #727272;
				padding: 12px 0;
				float: left;
				margin: 0px;
			}

			.categories_holder .list li.first a {
				padding: 0px 0 12px 0;
			}

			.categories_holder .list li a:hover {
				color: #fdce16;
			}


	/*products sidebar top rated products*/
	.toprated_products {
		width: 100%;
		padding: 0px 0 40px 0;
		float: left;
		margin: 0px;
	}

	.product_holder {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0 0 20px 0;
	}

		.product_holder.last {
			margin: 0 0 0px 0;
		}

	.toprated_products .left {
		width: 32%;
		padding: 0;
		float: left;
		margin: 0px;
	}

		.toprated_products .left .img {
			width: 80px;
			height: 80px;
			padding: 0;
			float: left;
			margin: 0px;
			border: 1px solid #d9d9d9;
		}

	.toprated_products .right {
		width: 68%;
		padding: 0;
		float: right;
		margin: 0px;
	}

		.toprated_products .right .title {
			color: #161616;
			padding: 0 0 10px 0;
			font-size: 15px;
			font-weight: normal;
			float: left;
			margin: 0px;
		}

		.toprated_products .right .stars {
			width: 100%;
			padding: 0px;
			margin: 0px;
			float: left;
		}

			.toprated_products .right .stars i {
				padding: 0 5px 0 0;
				font-size: 16px;
				color: #FDCE16;
				margin: 0px;
			}

		.toprated_products .right .price {
			padding: 0px;
			margin: 0px;
			color: #161616;
			float: left;
		}

	/*hover styles*/
	.product_holder:hover .img {
		border: 1px solid #fdce16;
	}

	.product_holder:hover .title {
		color: #fdce16;
	}

	/*active styles*/
	.product_holder.active .img {
		border: 1px solid #fdce16;
	}

	.product_holder.active .title {
		color: #fdce16;
	}


	/* product tags */
	.products_tags {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
	}

		.products_tags ul.tags {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0px;
		}

		.products_tags .tags li {
			padding: 0;
			float: left;
			margin: 0px;
		}

			.products_tags .tags li a {
				float: left;
				padding: 5px 12px;
				margin: 0 6px 6px 0;
				color: #161616;
				background-color: #fdce16;
				border-radius: 2px;
			}

				.products_tags .tags li a:hover {
					color: #fff;
					background-color: #161616;
				}



	/*sidebar latest posts*/
	.sidebar_latest_posts {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
	}

		.sidebar_latest_posts .post_holder {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0 0 30px 0;
		}

			.sidebar_latest_posts .post_holder .left {
				width: 32%;
				padding: 0;
				float: left;
				margin: 0px;
			}

				.sidebar_latest_posts .post_holder .left .img {
					width: 80px;
					padding: 0;
					float: left;
					margin: 0px;
					border: 1px solid #d9d9d9;
				}

			.sidebar_latest_posts .post_holder .right {
				width: 68%;
				padding: 0;
				float: right;
				margin: 0px;
			}

				.sidebar_latest_posts .post_holder .right .info {
					width: 100%;
					padding: 0;
					float: left;
					margin: 0px;
				}

					.sidebar_latest_posts .post_holder .right .info span {
						color: #727272;
						padding: 0 8px 0 0;
						font-size: 13px;
					}


			/*sidebar latest posts hover styles*/

			.sidebar_latest_posts .post_holder:hover .img {
				border: 1px solid #fdce16;
			}

			.sidebar_latest_posts .post_holder:hover h6 {
				color: #fdce16;
			}

			/*active styles*/

			.sidebar_latest_posts .post_holder.active .img {
				border: 1px solid #fdce16;
			}

			.sidebar_latest_posts .post_holder.active h6 {
				color: #fdce16;
			}

	/*sidebar featured works*/
	.sidebar_featured_works {
		width: 100%;
		padding: 25px 0 0 0;
		float: left;
		margin: 0px;
	}

		.sidebar_featured_works ul.works {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0;
		}

			.sidebar_featured_works ul.works li {
				padding: 0;
				float: left;
				margin: 0;
			}

		.sidebar_featured_works .works li a {
			width: 65px;
			padding: 0;
			float: left;
			margin: 0 6px 6px 0;
		}

			.sidebar_featured_works .works li a:hover {
				opacity: 0.8;
			}


	/* section 52 */
	.section_holder52 {
		width: 100%;
		padding: 60px 0 0 0px;
		margin: 0px;
		float: left;
	}

		.section_holder52 .post_img {
			position: relative;
			width: 100%;
			padding: 0;
			margin: 0px;
			float: left;
		}

		.section_holder52 .img {
			width: 96%;
			padding: 0;
			margin: 0px;
			float: right;
		}

		.section_holder52 .bottom_strip {
			width: 96%;
			height: 14px;
			padding: 0;
			margin: 0px;
			float: right;
			background-color: #fdce16;
		}

		.section_holder52 .bottom_shape {
			width: 80px;
			height: 27px;
			padding: 0;
			margin: -10px 0px 0px 379px;
			float: left;
			background: url(../images/site-img57.png) 0px 0px no-repeat;
		}


		.section_holder52 .post_img .date {
			font-family: 'Open Sans', sans-serif;
			position: absolute;
			width: 75px;
			height: 75px;
			font-size: 13px;
			color: #161616;
			text-align: center;
			padding: 0px;
			margin: 83px 0px 0px -32px;
			z-index: 100;
			background-color: #fdce16;
		}

			.section_holder52 .post_img .date span {
				font-family: 'Open Sans', sans-serif;
				font-size: 24px;
				font-weight: 600;
				display: block;
				color: #161616;
				text-align: center;
				padding: 12px 0 0 0;
				margin: 0px;
			}

		.section_holder52 .post_img .comments {
			font-family: 'Open Sans', sans-serif;
			position: absolute;
			width: 75px;
			height: 75px;
			font-size: 24px;
			color: #a3a3a3;
			text-align: center;
			padding: 0px;
			margin: 158px 0px 0px -32px;
			z-index: 100;
			background-color: #161616;
		}

			.section_holder52 .post_img .comments span {
				font-family: 'Open Sans', sans-serif;
				font-size: 20px;
				font-weight: 600;
				display: block;
				color: #a3a3a3;
				text-align: center;
				padding: 12px 0 0 0;
				margin: 0px;
			}


		.section_holder52 .post_text {
			width: 96%;
			padding: 0;
			margin: 0px;
			float: right;
		}

			.section_holder52 .post_text .toppadd {
				padding-top: 15px;
			}

			.section_holder52 .post_text .divider_line {
				width: 100%;
				height: 1px;
				border: none;
				padding: 0;
				margin: 50px 0 50px 0;
				float: left;
				background-color: #e7e7e7;
			}

		.section_holder52 .comment_info {
			width: 100%;
			padding: 20px;
			margin: 0 0 20px 0;
			float: left;
			border: 1px solid #e7e7e7;
		}

			.section_holder52 .comment_info .left {
				width: 20%;
				padding: 0px;
				margin: 0;
				float: left;
			}

			.section_holder52 .comment_info .right {
				width: 80%;
				padding: 0px;
				margin: 0;
				text-align: left;
				float: right;
			}


			.section_holder52 .comment_info .left .img {
				width: 130px;
				height: 135px;
				padding: 0px;
				margin: 0;
				float: left;
				border: 1px solid #fff;
			}

			.section_holder52 .comment_info .right .name {
				width: 80%;
				float: left;
			}

			.section_holder52 .comment_info .right .date {
				width: 20%;
				color: #fdce16;
				text-align: right;
				float: right;
			}

			.section_holder52 .comment_info .right a.more {
				font-size: 14px;
				color: #fdce16;
				font-weight: 500;
				padding: 5px 0 0 0;
				margin: 0;
				float: left;
				text-decoration: underline;
			}

		.section_holder52 .comment_title {
			font-size: 26px;
			color: #161616;
			font-weight: 600;
			padding: 40px 0 30px 0;
			margin: 0;
			float: left;
		}

		.section_holder52 .comment_info .right a.readmore {
			font-size: 14px;
			color: #161616;
			font-weight: normal;
			padding: 5px 15px;
			margin: 15px 0 0 0;
			float: left;
			border-radius: 2px;
			background-color: #fdce16;
		}

			.section_holder52 .comment_info .right a.readmore:hover {
				color: #fff;
				background-color: #161616;
			}


		.section_holder52 .comment_info.two {
			width: 81%;
			margin: 0 0 20px 0;
			float: right;
		}

			.section_holder52 .comment_info.two .right {
				width: 76%;
			}

		.section_holder52 .form_title {
			padding: 40px 0 0px 0;
			font-size: 26px;
			font-weight: 600;
			color: #161616;
			margin: 0px;
			text-transform: none;
		}

		.section_holder52 a.loadmore_but {
			width: 100%;
			font-size: 16px;
			color: #161616;
			font-weight: 600;
			padding: 20px 15px;
			margin: 40px 0 40px 0;
			text-align: center;
			float: left;
			border-radius: 2px;
			text-transform: uppercase;
			background-color: #fdce16;
		}

			.section_holder52 a.loadmore_but:hover {
				color: #fff;
				background-color: #161616;
			}



		/*hover styles*/
		.section_holder52 .comment_info:hover {
			border: 1px solid #fdce16;
		}

			.section_holder52 .comment_info:hover .name {
				color: #fdce16;
			}



	/*sidebar social icons*/

	.sidebar_social_icons {
		width: 100%;
		padding: 0px;
		margin: 25px 0 0 0;
		float: left;
	}

		.sidebar_social_icons ul.social_icons {
			padding: 0px;
			margin: 0px;
			float: left;
		}

		.sidebar_social_icons .social_icons li {
			padding: 0px;
			margin-right: 5px;
			float: left;
			display: inline;
		}

			.sidebar_social_icons .social_icons li a {
				width: 45px;
				height: 45px;
				padding: 0px;
				margin: 0px;
				float: left;
				color: #161616;
				display: inline;
				text-align: center;
				background-color: #fff;
				border: 1px solid #d9d9d9;
			}

				.sidebar_social_icons .social_icons li a:hover {
					background-color: #fdce16;
					border: 1px solid #fdce16;
				}

				.sidebar_social_icons .social_icons li a i {
					color: #161616;
					font-size: 18px;
					line-height: 45px;
				}

	/*section 53*/
	.section_holder53 {
		width: 100%;
		padding: 0px;
		margin: 60px 0 60px 0;
		float: left;
	}

		.section_holder53 .post_holder {
			width: 96%;
			padding: 0px;
			margin: 0px;
			float: right;
		}

		.section_holder53 .post_img {
			position: relative;
			width: 100%;
			padding: 0px;
			margin: 0px;
			float: left;
		}

		.section_holder53 .post_holder .bottom_strip {
			width: 100%;
			height: 14px;
			padding: 0px;
			margin: 0px 0px 0px 0px;
			float: right;
			background-color: #FDCE16;
		}

		.section_holder53 .bottom_shape {
			width: 80px;
			height: 27px;
			padding: 0px;
			margin: -10px 0px 0px 492px;
			float: left;
			background: url(../images/site-img57.png) 0px 0px no-repeat;
		}

		.section_holder53 .post_holder a h2:hover {
			color: #fdce16;
		}

		.section_holder53 .post_holder .date {
			font-family: "Open Sans",sans-serif;
			position: absolute;
			width: 100px;
			height: 100px;
			font-size: 16px;
			color: #161616;
			text-align: center;
			padding: 0px;
			margin: 128px 0px 0px -40px;
			z-index: 100;
			background-color: #FDCE16;
		}

			.section_holder53 .post_holder .date span {
				font-family: "Open Sans",sans-serif;
				font-size: 40px;
				font-weight: 600;
				display: block;
				color: #161616;
				text-align: center;
				padding: 25px 0px 10px 0px;
				margin: 0px;
			}

		.section_holder53 .post_holder .comments {
			font-family: "Open Sans",sans-serif;
			position: absolute;
			width: 100px;
			height: 100px;
			font-size: 40px;
			color: #A3A3A3;
			text-align: center;
			padding: 0px;
			margin: 228px 0px 0px -40px;
			z-index: 100;
			background-color: #161616;
		}

			.section_holder53 .post_holder .comments span {
				font-family: "Open Sans",sans-serif;
				font-size: 30px;
				font-weight: 600;
				display: block;
				color: #A3A3A3;
				text-align: center;
				padding: 12px 0px 10px 0px;
				margin: 0px;
			}

		.section_holder53 .post_holder .readmore_but12 {
			margin: 35px 0 0 0;
			float: left;
		}

		.section_holder53 .divider_line {
			width: 95%;
			height: 1px;
			margin: 40px 0;
			padding: 0px;
			border: none;
			float: right;
			background-color: #e7e7e7;
		}

		/*post hover box*/
		.section_holder53 .post_img .hover_box {
			position: absolute;
			width: 100%;
			height: 100%;
			padding: 30px;
			margin: 0px;
			float: left;
			opacity: 0;
			transition: opacity 0.3s ease-in-out 0s;
			background: url(../images/site-img59.png) 0px 0px repeat;
		}

			.section_holder53 .post_img .hover_box .box_inner {
				width: 100%;
				height: 100%;
				padding: 0px;
				margin: 0px;
				float: left;
				border: 1px solid #fdce16;
			}

				.section_holder53 .post_img .hover_box .box_inner .icon {
					width: 70px;
					height: 70px;
					padding: 0px;
					margin: 200px 10px 0 442px;
					float: left;
					font-size: 24px;
					color: #161616;
					text-align: center;
					line-height: 65px;
					border-radius: 2px;
					background-color: #fff;
				}

					.section_holder53 .post_img .hover_box .box_inner .icon.last {
						margin: 200px 10px 0 0;
					}

					.section_holder53 .post_img .hover_box .box_inner .icon:hover {
						background-color: #fdce16;
					}

		/*hover styles*/
		.section_holder53 .post_img:hover .hover_box {
			opacity: 1;
			transition: opacity 0.3s ease-in-out 0s;
		}

		.section_holder53 .video_frame iframe {
			float: right;
			width: 100%;
			height: 550px;
			margin: 0px;
		}

		.section_holder53 .double_line {
			float: right;
			width: 95%;
			height: 5px;
			margin: 50px 0 0 0;
			border-top: 1px solid #e7e7e7;
			border-bottom: 1px solid #e7e7e7;
		}

	/*bottom pagenation*/
	.pagenation_bottom {
		float: right;
		width: 95%;
		height: 5px;
		margin: 0;
	}

		.pagenation_bottom a.next_prv {
			float: left;
			margin: 0 30px 0 0;
			color: #161616;
			font-size: 14px;
			padding: 15px 0 0 0;
		}

			.pagenation_bottom a.next_prv i {
				color: #fdce16;
			}

			.pagenation_bottom a.next_prv:hover {
				color: #fdce16;
			}

		.pagenation_bottom ul.page_number {
			width: 40%;
			float: right;
			margin: 0;
			padding: 0;
		}

			.pagenation_bottom ul.page_number li {
				float: right;
				margin: 0;
				padding: 0;
			}

		.pagenation_bottom .page_number li a {
			width: 23px;
			height: 23px;
			float: right;
			text-align: center;
			color: #161616;
			margin: 15px 5px 0 0;
			padding: 0;
			background-color: #fff;
		}

			.pagenation_bottom .page_number li a:hover {
				background-color: #fdce16;
			}

			.pagenation_bottom .page_number li a.active {
				background-color: #fdce16;
			}


	/*blog 3columns*/

	.section_holder53.two {
		padding: 30px 0 30px 0;
	}

		.section_holder53.two .post_holder .date {
			width: 72px;
			height: 72px;
			font-size: 13px;
			text-align: center;
			padding: 0px;
			margin: 96px 0px 0px -25px;
		}

			.section_holder53.two .post_holder .date span {
				font-size: 24px;
				padding: 13px 0px 0px;
			}

		.section_holder53.two .post_holder .comments {
			width: 72px;
			height: 72px;
			font-size: 24px;
			text-align: center;
			margin: 168px 0px 0px -25px;
		}

			.section_holder53.two .post_holder .comments span {
				font-size: 18px;
				padding: 12px 0px 0px 0px;
			}

		.section_holder53.two .bottom_shape {
			margin: -10px 0px 0px 109px;
		}

		.section_holder53.two .post_holder {
			width: 92%;
			border: 1px solid #d9d9d9;
		}

		.section_holder53.two .post_img .hover_box {
			height: 100%;
			padding: 22px;
		}

		.section_holder53.two .post_holder .text_holder {
			width: 100%;
			padding: 0px;
			margin: 0px;
			float: left;
			padding: 22px 30px 30px 30px;
		}

		.section_holder53.two .post_img .hover_box .box_inner .icon {
			width: 40px;
			height: 40px;
			margin: 117px 10px 0px 88px;
			font-size: 14px;
			line-height: 40px;
		}

			.section_holder53.two .post_img .hover_box .box_inner .icon.last {
				margin: 117px 10px 0 0;
			}



	/*blog standard*/
	.section_holder53.three {
		padding: 0px 0 30px 0;
	}

		.section_holder53.three .post_holder .date {
			width: 72px;
			height: 72px;
			font-size: 13px;
			text-align: center;
			padding: 0px;
			margin: 96px 0px 0px -25px;
		}

			.section_holder53.three .post_holder .date span {
				font-size: 24px;
				padding: 13px 0px 0px;
			}

		.section_holder53.three .post_holder .comments {
			width: 72px;
			height: 72px;
			font-size: 24px;
			text-align: center;
			margin: 168px 0px 0px -25px;
		}

			.section_holder53.three .post_holder .comments span {
				font-size: 18px;
				padding: 12px 0px 0px 0px;
			}

		.section_holder53.three .bottom_shape {
			margin: -10px 0px 0px 362px;
		}

		.section_holder53.three .post_holder {
			width: 97%;
			border: none;
		}

		.section_holder53.three .post_img .hover_box {
			height: 100%;
			padding: 22px;
		}

			.section_holder53.three .post_img .hover_box .box_inner .icon {
				width: 40px;
				height: 40px;
				margin: 147px 10px 0px 330px;
				font-size: 14px;
				line-height: 40px;
			}

				.section_holder53.three .post_img .hover_box .box_inner .icon.last {
					margin: 147px 10px 0 0;
				}

		.section_holder53.three .divider_line {
			width: 97%;
		}

		.section_holder53.three .video_frame iframe {
			float: right;
			width: 100%;
			height: 380px;
			margin: 0px;
		}

	/*inner portfolio pages styles*/

	/*section54*/
	.section_holder54 {
		width: 100%;
		padding: 60px 0 75px 0;
		float: left;
		margin: 0px;
	}

		.section_holder54 .title_medium {
			font-size: 20px;
			padding: 0 0 25px 0;
			font-weight: 600;
			margin: 0px;
			float: left;
		}

			.section_holder54 .title_medium.two {
				padding: 40px 0 25px 0;
			}

		.section_holder54 .cont {
			padding: 0;
			margin: 0px;
			float: left;
		}

		.section_holder54 a.add_but {
			font-size: 14px;
			padding: 10px 30px;
			font-weight: normal;
			color: #161616;
			margin: 30px 0 0 0;
			float: left;
			border-radius: 2px;
			background-color: #fdce16;
		}

			.section_holder54 a.add_but i {
				font-size: 14px;
				color: #fff;
				padding-right: 8px;
			}

			.section_holder54 a.add_but:hover {
				color: #fff;
				background-color: #161616;
			}

		.section_holder54 .project_info {
			width: 100%;
			padding: 0px;
			margin: 0px;
			float: left;
		}

			.section_holder54 .project_info span {
				width: 100%;
				padding: 10px 0;
				margin: 0px;
				float: left;
				border-bottom: 1px solid #d9d9d9;
			}

				.section_holder54 .project_info span.last {
					border-bottom: none;
				}


				.section_holder54 .project_info span .left {
					width: 40%;
					padding: 0px;
					margin: 0px;
					float: left;
				}

					.section_holder54 .project_info span .left span {
						padding: 0px;
						margin: 0px;
						border-bottom: none;
						float: left;
					}


				.section_holder54 .project_info span .right {
					width: 60%;
					padding: 0px;
					margin: 0px;
					float: right;
				}

					.section_holder54 .project_info span .right span {
						padding: 0px;
						margin: 0px;
						border-bottom: none;
						float: left;
					}

					/*tags*/
					.section_holder54 .project_info span .right ul.tags {
						width: 100%;
						padding: 0px;
						float: left;
						margin: 0px;
					}

					.section_holder54 .project_info span .right .tags li {
						padding: 0px;
						float: left;
						margin: 0px;
					}

						.section_holder54 .project_info span .right .tags li a {
							float: left;
							padding: 5px 12px;
							margin: 0px 6px 6px 0px;
							color: #161616;
							background-color: #FDCE16;
							border-radius: 2px;
						}

							.section_holder54 .project_info span .right .tags li a:hover {
								color: #fff;
								background-color: #161616;
							}


	/*section55*/
	.section_holder55 {
		width: 100%;
		padding: 60px 0 75px 0;
		float: left;
		text-align: center;
		margin: 0px;
	}

	/*inner about page*/

	/*section56*/
	.section_holder56 {
		width: 100%;
		padding: 75px 0 75px 0;
		float: left;
		margin: 0px;
	}

		.section_holder56 .img_left {
			width: 100%;
			padding: 0;
			float: left;
			margin: 0px;
		}

		.section_holder56 .subtitle {
			color: #5c5c5c;
		}


	/*section 57*/
	.section_holder57 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background: url("../images/parallax_bg8.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder57.two {
			padding: 75px 0 75px 0;
		}

		.section_holder57 .box {
			width: 100%;
			padding: 45px;
			margin: 0;
			text-align: center;
			background-color: #fff;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder57 .box .icon {
				width: 105px;
				height: 105px;
				padding: 0;
				font-size: 30px;
				text-align: center;
				line-height: 108px;
				margin: 0 auto 15px auto;
				color: #161616;
				border-radius: 100%;
				border: 1px solid #c7c7c7;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

		.section_holder57 .line {
			width: 50px;
			height: 5px;
			margin: 0 auto 20px auto;
			border-top: 1px solid #d9d9d9;
			border-bottom: 1px solid #d9d9d9;
		}


		/*box hover */
		.section_holder57 .box:hover {
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder57 .box:hover .icon {
				color: #fff;
			}

			.section_holder57 .box:hover h5 {
				color: #fff;
			}

		/*box active */

		.section_holder57 .box.active {
			background-color: #161616;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder57 .box.active .icon {
				color: #fff;
			}

			.section_holder57 .box.active h5 {
				color: #fff;
			}

	/*section 58*/
	.section_holder58 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder58 .bottom_strip {
			width: 100%;
			height: 10px;
			padding: 0px;
			margin: 0px;
			float: left;
			background-color: #FDCE16;
		}

		.section_holder58 .bottom_shape {
			width: 80px;
			height: 20px;
			padding: 0px;
			margin: -6px 0px 0px 240px;
			float: left;
			background: url(../images/site-img35.png) 0 0 no-repeat;
		}

		.section_holder58 .img {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}


	/*services page*/
	/*section 59*/
	.section_holder59 {
		width: 100%;
		float: left;
		padding: 75px 0 65px 0;
		margin: 0px;
		background: url("../images/parallax_bg9.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}

		.section_holder59 .left {
			width: 43%;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder59 .right {
			width: 57%;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder59 .left .img {
			width: 100%;
			margin: 0px;
			float: left;
			padding: 0px;
		}

		.section_holder59 .right .title {
			font-family: "Raleway",sans-serif;
			font-size: 45px;
			font-weight: bold;
			margin: 0px;
			text-align: left;
			padding: 0 0 40px 0;
			color: #161616;
			text-transform: uppercase;
		}

		.section_holder59 .right ul.list {
			width: 100%;
			float: left;
			margin: 40px 0 0 0;
			padding: 0px;
		}

			.section_holder59 .right ul.list li {
				float: left;
				color: #161616;
				font-size: 14px;
				line-height: 35px;
				margin: 0px;
				padding: 0px;
			}

		.section_holder59 .readmore_but1 {
			margin: 15px 0 0 80px;
		}

			.section_holder59 .readmore_but1:hover {
				color: #161616;
			}
	/*subscribe*/
	/*section 60*/
	.section_holder60 {
		width: 100%;
		float: left;
		padding: 50px 0px 16px 0px;
		margin: 0px;
		background-color: #161616;
	}

		.section_holder60 .title {
			text-transform: uppercase;
			color: #fff;
		}

			.section_holder60 .title b {
				text-transform: none;
				color: #727272;
			}

		.section_holder60 .email_input {
			background: none repeat scroll 0 0 #292929;
			border: 1px solid #4f4f4f;
			color: #747474;
			float: left;
			font-size: 14px;
			font-weight: normal;
			height: 60px;
			line-height: 39px;
			padding: 15px;
			width: 80%;
		}

		.section_holder60 .email_submit {
			padding: 12px 34px;
			margin: 0px 0px 0px 0px;
			float: left;
			height: 60px;
			color: #161616;
			border: 1px solid #ffba00;
			background-color: #ffba00;
			text-transform: uppercase;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.section_holder60 .email_submit:hover {
				color: #161616;
				border: 1px solid #fff;
				background-color: #fff;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

			.section_holder60 .email_submit.eight {
				padding: 8px 20px;
				margin: 0px 0px 0px 0px;
				float: left;
				height: 39px;
				border: 1px solid #fdce16;
				background-color: #fdce16;
			}

	/*section 61*/
	.section_holder61 {
		width: 100%;
		float: left;
		padding: 75px 0 20px 0;
		margin: 0px;
	}

		.section_holder61.two {
			padding: 75px 0 75px 0;
		}


		.section_holder61 .img {
			width: 100%;
			float: left;
			padding: 0;
			margin: 0px;
		}

			.section_holder61 .img:hover {
				opacity: 0.9;
			}

		.section_holder61 .bottom_strip {
			width: 100%;
			height: 10px;
			padding: 0px;
			margin: 0px;
			float: left;
			background-color: #FDCE16;
		}

		.section_holder61 .bottom_shape {
			width: 80px;
			height: 20px;
			padding: 0px;
			margin: -6px 0px 0px 240px;
			float: left;
			background: url(../images/site-img35.png) 0px 0px no-repeat;
		}

		.section_holder61 .subtitle {
			color: #5C5C5C;
		}

	.clintlogo_topline {
		width: 100%;
		height: 1px;
		margin: 0;
		padding: 0px;
		border: none;
		float: left;
		background-color: #e7e7e7;
	}


	/*team page styles*/
	/*section 62*/

	.section_holder62 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder62 .left {
			width: 50%;
			float: left;
			padding: 0;
			text-align: center;
			margin: 0px;
		}

		.section_holder62 .right {
			width: 50%;
			float: right;
			padding: 0;
			text-align: center;
			margin: 0px;
		}

		.section_holder62 .member_img {
			width: 440px;
			padding: 0;
			margin: 0 auto;
		}

		.section_holder62 .bottom_strip {
			width: 100%;
			height: 10px;
			padding: 0px;
			margin: 0px;
			float: left;
			background-color: #FDCE16;
		}

		.section_holder62 .bottom_shape {
			width: 80px;
			height: 20px;
			padding: 0px;
			margin: -6px 0px 0px 240px;
			float: left;
			background: url(../images/site-img35.png) 0px 0px no-repeat;
		}

		.section_holder62 .cont {
			width: 75%;
			margin: 0 auto;
		}

		.section_holder62 ul.social_icons {
			width: 100%;
			padding: 0px;
			margin: 25px 0 0 175px;
			float: left;
		}

			.section_holder62 ul.social_icons li {
				padding: 0px;
				margin: 0px;
				float: left;
			}

				.section_holder62 ul.social_icons li a {
					width: 40px;
					height: 40px;
					color: #161616;
					padding: 0px;
					margin: 0 5px 0 0;
					font-size: 16px;
					line-height: 36px;
					float: left;
					text-align: center;
					border: 1px solid #d9d9d9;
					border-radius: 100%;
				}

					.section_holder62 ul.social_icons li a:hover {
						color: #161616;
						border: 1px solid #fdce16;
						background-color: #fdce16;
					}

					.section_holder62 ul.social_icons li a.active {
						color: #161616;
						border: 1px solid #fdce16;
						background-color: #fdce16;
					}

		/*hover styles*/

		.section_holder62 .left:hover h2, .section_holder62 .left:hover b {
			color: #fdce16;
		}

		.section_holder62 .right:hover h2, .section_holder62 .right:hover b {
			color: #fdce16;
		}

		.section_holder62 .left.active h2, .section_holder62 .left.active b {
			color: #fdce16;
		}

	/*section 63*/
	.section_holder63 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		border: 1px solid #e1e1e1;
	}

	/*section 64*/
	.section_holder64 {
		width: 100%;
		float: left;
		padding: 60px 0 60px 0;
		margin: 0px;
	}

	.punchline_text_box {
		width: 100%;
		float: left;
		padding: 25px 30px;
		margin: 15px 0 30px 0;
		border-width: 1px 1px 1px 5px;
		border-style: solid;
		border-color: #EEE #EEE #EEE #fdce16;
		-moz-border-top-colors: none;
		-moz-border-right-colors: none;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		border-image: none;
		color: #999;
	}

	a.knowmore_but {
		float: right;
		padding: 13px 20px;
		margin: 0px 0px 0px 50px;
		font-size: 14px;
		color: #161616;
		font-weight: 600;
		background-color: #fdce16;
		border-radius: 3px;
	}

		a.knowmore_but:hover {
			color: #fff;
			background-color: #161616;
		}


	.punchline_text_box .left {
		float: left;
		width: 70%;
	}

	.punchline_text_box .right {
		float: left;
		width: 30%;
	}

	/*404 error page*/
	/*section 65*/
	.section_holder65 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
		background-color: #fdce16;
	}

		.section_holder65 .title {
			font-size: 60px;
			padding: 30px 0 20px 0;
			font-weight: 400;
			margin: 0px;
			line-height: 65px;
		}

	.error_search_holder {
		width: 100%;
		float: left;
		padding: 75px 0 90px 0;
		margin: 0px;
		text-align: center;
	}

		.error_search_holder .search_box {
			width: 60%;
			height: 55px;
			padding: 0;
			margin: 0 auto 50px auto;
			border: 1px solid #d9d9d9;
			text-align: center;
		}


			.error_search_holder .search_box .serch_input {
				border: 0px none;
				color: #161616;
				float: left;
				font-size: 16px;
				font-weight: normal;
				height: 53px;
				line-height: 39px;
				padding: 0px 15px;
				width: 94%;
			}

			.error_search_holder .search_box .search_submit {
				padding: 15px;
				margin: 11px 0px 0px 0px;
				float: left;
				width: 20px;
				height: 20px;
				text-align: center;
				background: url(../images/site-img166.png) 4px 4px no-repeat;
				border: none;
			}

		.error_search_holder a.but {
			font-size: 16px;
			color: #161616;
			font-weight: 600;
			padding: 20px 40px;
			margin: 0px;
			background-color: #fdce16;
		}

			.error_search_holder a.but:hover {
				color: #fff;
				background-color: #161616;
			}


	/*contact styles*/
	/*section 66*/
	.section_holder66 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
	}

		.section_holder66.two {
			width: 100%;
			float: left;
			padding: 35px 0 10px 0;
			margin: 0px;
		}

	.address_info {
		float: left;
		background-color: #fff;
		border: 1px solid #d9d9d9;
		padding: 20px 20px 10px;
		width: 100%;
		margin-bottom: 40px;
	}

		.address_info.two {
			float: left;
			background-color: #fff;
			border: none;
			padding: 20px 20px 10px;
			width: 100%;
			margin-bottom: 40px;
		}


		.address_info a {
			color: #fdce16;
		}

			.address_info a:hover {
				color: #161616;
			}

	.google-map {
		width: 100%;
		padding: 20px;
		height: 300px;
		border: 1px solid #d9d9d9;
	}

		.google-map.two {
			width: 100%;
			padding: 0px;
			height: 350px;
			border: none;
		}

	.section_holder66 .bottom_strip {
		width: 100%;
		height: 10px;
		padding: 0px;
		margin: -7px 0 0 0;
		float: left;
		background-color: #FDCE16;
	}

	.section_holder66 .bottom_shape {
		width: 80px;
		height: 20px;
		padding: 0px;
		margin: -6px 0px 0px 240px;
		float: left;
		background: url(../images/site-img35.png) 0px 0px no-repeat;
	}

		.section_holder66 .bottom_shape.two {
			margin: -6px 0px 0px 320px;
		}

	/*section 67*/
	.section_holder67 {
		width: 100%;
		float: left;
		padding: 40px 0 80px 0;
		margin: 0px;
	}

	/*section 68*/
	.section_holder68 {
		width: 100%;
		float: left;
		padding: 40px 0 40px 0;
		margin: 0px;
	}











	/*footer*/
	.footer {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		background-color: #;
	}

	.footer_logo {
		width: 140px;
		height: 40px;
		float: left;
		padding: 0;
		margin: 0 0 30px 0;
	}

	.footer .address {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #666666;
		float: left;
		padding: 0 0 15px 0;
		margin: 0px;
	}

	.footer .title {
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #FFBA00;
		float: left;
		padding: 0 0 15px 0;
		margin: 0px;
	}

	.footer .title_line {
		width: 100%;
		height: 3px;
		float: left;
		padding: 0;
		margin: 0 0 30px 0;
		color: #fff;
		background: url(../images/section_title_line7.png) 0px 0px no-repeat;
	}

	.footer .recent_posts {
		float: left;
		width: 100%;
		padding: 15px 0px 15px 0px;
		margin: 0px;
		border-bottom: 1px solid #2e2e2e;
	}

		.footer .recent_posts.first {
			padding: 0px 0px 15px 0px;
		}

		.footer .recent_posts.last {
			border-bottom: none;
		}

		.footer .recent_posts:hover .post .title a {
			color: #fdce16;
		}

		.footer .recent_posts:hover .imgholder {
			width: 64px;
			height: 64px;
			border: 2px solid #fdce16;
		}


		.footer .recent_posts.active .post .title a {
			color: #fdce16;
		}

		.footer .recent_posts.active .imgholder {
			width: 64px;
			height: 64px;
			border: 2px solid #fdce16;
		}


		.footer .recent_posts .img {
			width: 30%;
			padding: 0px;
			margin: 0;
			float: left;
		}

		.footer .recent_posts .imgholder {
			width: 64px;
			height: 64px;
			padding: 0px;
			margin: 0;
			float: left;
			border: 2px solid #161616;
		}

		.footer .recent_posts .post {
			width: 70%;
			padding: 0px;
			margin: 0px;
			float: right;
		}

			.footer .recent_posts .post .title {
				font-size: 14px;
				color: #fff;
				padding: 0px;
				margin: 0px;
				float: left;
			}

				.footer .recent_posts .post .title a {
					color: #fff;
				}


			.footer .recent_posts .post .smalltext {
				padding: 0;
				margin: 0px;
				float: left;
			}

			.footer .recent_posts .post .info {
				color: #666666;
				font-size: 13px;
				margin: 0 5px 0 0;
				padding: 0px;
				float: left;
			}

	/*hover styles*/
	.footer ul.recent_posts li:hover .imgholder .line {
		opacity: 1;
	}

	.footer ul.recent_posts li:hover a.title {
		color: #fdce16;
	}

	/*active styles*/
	.footer ul.recent_posts li.active .imgholder .line {
		opacity: 1;
	}

	.footer ul.recent_posts li.active a.title {
		color: #fdce16;
	}

	/* Tags */

	.footer ul.tags {
		width: 100%;
		margin: 0;
		float: left;
		padding: 0px;
	}

		.footer ul.tags li {
			margin: 0;
			float: left;
			padding: 0px;
		}

			.footer ul.tags li a {
				font-size: 14px;
				font-weight: normal;
				margin: 6px 6px 0 0;
				float: left;
				padding: 4px 12px;
				color: #666666;
				border: 1px solid #383838;
			}

				.footer ul.tags li a:hover {
					color: #fdce16;
					border: 1px solid #fdce16;
				}

				.footer ul.tags li a.active {
					color: #fdce16;
					border: 1px solid #fdce16;
				}

	/* flickr */
	#flickr_badge_wrapper {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}

		#flickr_badge_wrapper img {
			width: 70px;
			height: 70px;
			margin-right: 8px;
			margin-bottom: 8px;
			border: 0px solid #999 !important;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			#flickr_badge_wrapper img:hover {
				border: 2px solid #fdce16 !important;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

	#flickr_www {
		display: block;
		padding: 0 10px 0 10px !important;
	}

	#flickr_badge_uber_wrapper a:hover,
	#flickr_badge_uber_wrapper a:link,
	#flickr_badge_uber_wrapper a:active,
	#flickr_badge_uber_wrapper a:visited {
		text-decoration: none !important;
		background: inherit !important;
		color: #3993ff;
	}

	#flickr_badge_wrapper {
		margin-top: 25px;
	}

	#flickr_badge_source {
		padding: 0 !important;
	}

	/* divider line */
	.footer .divider_line {
		width: 100%;
		height: 1px;
		margin: 30px 0 30px 0;
		float: left;
		padding: 0px;
		background-color: #2e2e2e;
	}

	/* social icons */

	.footer .social_icons_holder {
		width: 100%;
		margin: 0;
		float: left;
		padding: 0px;
	}

		.footer .social_icons_holder ul.social_icons {
			width: 100%;
			margin: 0;
			float: left;
			padding: 0px;
		}

			.footer .social_icons_holder ul.social_icons li {
				margin: 0;
				float: left;
				padding: 0px;
			}

				.footer .social_icons_holder ul.social_icons li a {
					width: 50px;
					height: 50px;
					font-size: 20px;
					text-align: center;
					margin: 0 15px 0 0;
					line-height: 50px;
					color: #fff;
					float: left;
					padding: 0px;
					background-color: #161616;
					border: 1px solid #454545;
				}

					.footer .social_icons_holder ul.social_icons li a.last {
						margin: 0 0px 0 0;
					}

					.footer .social_icons_holder ul.social_icons li a:hover {
						color: #161616;
						background-color: #fdce16;
						border: 1px solid #fdce16;
					}

					.footer .social_icons_holder ul.social_icons li a.active {
						color: #161616;
						background-color: #fdce16;
						border: 1px solid #fdce16;
					}

	.footer .quick_links_holder {
		width: 100%;
		height: 50px;
		margin: 0 auto;
		float: left;
		padding: 15px 30px 0 30px;
		border-right: 1px solid #2e2e2e;
		border-left: 1px solid #2e2e2e;
	}

	.footer ul.quick_links {
		width: 100%;
		margin: 0;
		float: left;
		padding: 0;
	}

		.footer ul.quick_links li {
			margin: 0;
			float: left;
			padding: 0;
		}

			.footer ul.quick_links li a {
				color: #666;
				margin: 0;
				float: left;
				padding: 0 15px 0 0;
			}

				.footer ul.quick_links li a.last {
					padding: 0 0 0 0;
				}

				.footer ul.quick_links li a:hover {
					color: #fdce16;
				}

	/*newletter*/
	.footer .email_input {
		background: none repeat scroll 0 0 #FFFFFF;
		border: 0 none;
		color: #999999;
		float: left;
		font-size: 13px;
		font-weight: normal;
		height: 39px;
		line-height: 39px;
		padding: 0 7px;
		width: 70%;
	}

	.footer .email_submit {
		padding: 0 10px 0 10px;
		margin: 0px;
		float: left;
		height: 39px;
		color: #161616;
		border: 1px solid #fdce16;
		background-color: #fdce16;
	}

	.email_submit.eight {
		border: 1px solid #fdce16;
		background-color: #fdce16;
		color: #161616;
	}

	.newsletter .email_input {
		background: none repeat scroll 0px 0px #FFF;
		border: 0px none;
		color: #999;
		float: left;
		font-size: 13px;
		font-weight: 600;
		height: 39px;
		line-height: 39px;
		padding: 0px 7px;
		width: 60%;
	}

	/*copyright*/

	.copyrights {
		width: 100%;
		height: 70px;
		font-size: 14px;
		color: #858585;
		margin: 0;
		float: left;
		padding: 26px 0 0 0;
		background-color: #FFBA00;
	}

	/* scroll up */
	.scrollup {
		width: 40px;
		height: 40px;
		opacity: 1;
		position: fixed;
		bottom: 22px;
		right: 20px;
		display: none;
		text-indent: -9999px;
		background: #fdce16 url(../images/scroll-top-arrow.png) no-repeat 15px 16px;
		z-index: 999;
	}



	/*------------------*/
	/* element styles
/*------------------------------------------------------*/


	/*------------------*/
	/*image hovers */
	/*------------------------------------------------------*/
	/*style1*/
	.img_ho_st_holder {
		position: relative;
		width: 100%;
		padding: 20px;
		margin: 0px;
		float: left;
		border: 1px solid #e1e1e1;
	}

	.img_ho_st_title {
		font: 24px 'Open Sans', sans-serif;
		padding: 0 0 20px 0;
		display: block;
		width: 100%;
		margin: 0px;
		font-weight: 300;
		color: #161616;
		float: left;
	}

	.img_ho_st1 {
		position: relative;
		width: 100%;
		height: 220px;
		padding: 0px;
		margin: 0px;
		float: left;
		overflow: hidden;
	}

		.img_ho_st1 .text {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
			left: 0px;
			top: 0px;
			z-index: 10;
			background-color: #119ee7;
			transition: left .3s ease-in-out;
		}

			.img_ho_st1 .text.red {
				background-color: #fc4242;
			}

			.img_ho_st1 .text.green {
				background-color: #3fc35f;
			}

			.img_ho_st1 .text.violet {
				background-color: #b460e4;
			}

		.img_ho_st1 .imgbox {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
			left: 0px;
			top: 0px;
			z-index: 100;
			transition: top .3s ease-in-out;
		}

		.img_ho_st1 .text .title {
			color: #fff;
			margin: 15px 0 0 19px;
		}

		.img_ho_st1 .text p {
			color: #fff;
			font-weight: normal;
			margin: 5px 15px 0 19px;
		}

		.img_ho_st1 .text a {
			color: #FFF;
			margin: 15px 15px 0 19px;
		}

			.img_ho_st1 .text a:hover {
				color: #161616;
			}

		.img_ho_st1:hover .imgbox {
			position: absolute;
			top: 220px;
			transition: top .3s ease-in-out;
		}



	/*style 2*/
	.img_ho_st2 {
		opacity: 1;
		width: 100%;
		height: 220px;
		margin: 0px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow: hidden;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-ms-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

		.img_ho_st2 .imgbox {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
		}

		.img_ho_st2 .text {
			position: absolute;
			background: #000;
			width: 100%;
			height: 220px;
			text-align: center;
			color: #fff;
			top: 0;
			left: 0;
			opacity: 0;
			-webkit-transition: opacity .50s ease-in-out;
			-moz-transition: opacity .50s ease-in-out;
			-ms-transition: opacity .50s ease-in-out;
			-o-transition: opacity .50s ease-in-out;
			transition: opacity .50s ease-in-out;
		}

			.img_ho_st2 .text:hover {
				opacity: 1;
				-webkit-transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-ms-transition: opacity .25s ease-in-out;
				-o-transition: opacity .25s ease-in-out;
				transition: opacity .25s ease-in-out;
				background: url(../images/site-img112.png) left top repeat;
			}

			.img_ho_st2 .text a.hov_circle {
				position: absolute;
				width: 50px;
				height: 50px;
				left: 63px;
				top: 0px;
				padding: 0px;
				margin: 0px;
				background-color: #119ee7;
				-moz-border-radius: 50%;
				-webkit-border-radius: 50%;
				border-radius: 50%;
				overflow: hidden;
				transition-property: background-color, color;
				transition: top .3s ease-in-out;
				transition-timing-function: ease-out;
			}

				.img_ho_st2 .text a.hov_circle:hover, .img_ho_st2 .text a.hov_circle.two:hover {
					background-color: #fff;
					transition-property: background-color, color;
					transition-duration: 0.3s;
					transition-timing-function: ease-out;
				}

					.img_ho_st2 .text a.hov_circle:hover i, .img_ho_st2 .text a.hov_circle.two:hover i {
						color: #272727;
						transition-property: color;
						transition-duration: 0.3s;
						transition-timing-function: ease-out;
					}

				.img_ho_st2 .text a.hov_circle.two {
					left: 118px;
					top: 0px;
					transition: top .5s ease-in-out;
					background-color: #8dba13;
				}

				.img_ho_st2 .text a.hov_circle i {
					color: #fff;
					font-size: 20px;
					text-align: center;
					line-height: 50px;
				}

			.img_ho_st2 .text:hover .hov_circle {
				transition: top .3s ease-in-out;
				left: 63px;
				top: 95px;
			}

				.img_ho_st2 .text:hover .hov_circle.two {
					transition: top .5s ease-in-out;
					left: 118px;
					top: 95px;
				}



	/*style 3*/

	.img_ho_st3 {
		opacity: 1;
		width: 100%;
		height: 220px;
		margin: 0px;
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0px;
		overflow: hidden;
		-webkit-transition: opacity .25s ease-in-out;
		-moz-transition: opacity .25s ease-in-out;
		-ms-transition: opacity .25s ease-in-out;
		-o-transition: opacity .25s ease-in-out;
		transition: opacity .25s ease-in-out;
	}

		.img_ho_st3 .imgbox {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
		}

		.img_ho_st3 .text {
			width: 100%;
			height: 220px;
			position: absolute;
			background: #000;
			color: #fff;
			top: 0;
			left: 0;
			opacity: 0;
			overflow: hidden;
			-webkit-transition: opacity .50s ease-in-out;
			-moz-transition: opacity .50s ease-in-out;
			-ms-transition: opacity .50s ease-in-out;
			-o-transition: opacity .50s ease-in-out;
			transition: opacity .50s ease-in-out;
		}

			.img_ho_st3 .text:hover {
				opacity: 1;
				-webkit-transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-ms-transition: opacity .25s ease-in-out;
				-o-transition: opacity .25s ease-in-out;
				transition: opacity .25s ease-in-out;
				background: url(../images/site-img112.png) left top repeat;
			}

			.img_ho_st3 .text h3 {
				position: absolute;
				color: #fff;
				font-size: 16px;
				font-weight: 600;
				left: 5px;
				top: 220px;
				margin: 15px 0 0 19px;
				transition: top .4s ease-in-out;
			}

			.img_ho_st3 .text p {
				position: absolute;
				color: #fff;
				font-size: 14px;
				font-weight: normal;
				left: 5px;
				line-height: 18px;
				top: 255px;
				text-align: left;
				margin: 15px 0 0 19px;
				transition: top .6s ease-in-out;
			}

			.img_ho_st3 .text a {
				position: absolute;
				font-weight: normal;
				left: 0px;
				top: 320px;
				text-align: left;
				margin: 0px 0 0 19px;
				transition: top .7s ease-in-out;
				overflow: hidden;
			}

			.img_ho_st3 .text:hover h3 {
				position: absolute;
				left: 5px;
				top: 20px;
				transition: top .4s ease-in-out;
			}

			.img_ho_st3 .text:hover p {
				position: absolute;
				left: 5px;
				top: 50px;
				transition: top .6s ease-in-out;
			}

			.img_ho_st3 .text:hover a {
				position: absolute;
				left: 0px;
				top: 136px;
				transition: top .7s ease-in-out;
			}


	/*style 4*/

	.img_ho_st4 {
		position: relative;
		width: 100%;
		height: 220px;
		padding: 0px;
		margin: 0px;
		float: left;
		overflow: hidden;
	}

		.img_ho_st4 .imgbox {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
		}

		.img_ho_st4 .text {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
			left: 0px;
			top: 165px;
			z-index: 100;
			background: url(../images/site-img175.png) left top repeat;
			transition: top .3s ease-in-out;
		}

			.img_ho_st4 .text h3 {
				color: #fff;
				font-size: 16px;
				font-weight: 600;
				margin: 15px 0 0 19px;
			}

			.img_ho_st4 .text p {
				color: #fff;
				font-weight: normal;
				margin: 5px 15px 0 19px;
			}

			.img_ho_st4 .text a {
				margin: 8px 15px 0 19px;
			}

		.img_ho_st4:hover .text {
			position: absolute;
			top: 20px;
			transition: top .3s ease-in-out;
		}

	.imghover_sec4 .container {
		border-top: 1px solid #e1e1e1;
		padding-top: 50px;
	}

	/*style 5*/
	.img_ho_st5 {
		position: relative;
		width: 100%;
		height: 220px;
		padding: 0px;
		margin: 0px;
		float: left;
		overflow: hidden;
	}

		.img_ho_st5 .imgbox {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
		}

		.img_ho_st5 .text {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
			left: -270px;
			top: 0px;
			z-index: 100;
			transition: left .5s ease-in-out;
			background: url(../images/site-img175.png) left top repeat;
		}

			.img_ho_st5 .text h3 {
				color: #fff;
				font-size: 16px;
				font-weight: 600;
				margin: 15px 0 0 19px;
			}

			.img_ho_st5 .text p {
				color: #fff;
				font-weight: normal;
				margin: 5px 15px 0 19px;
			}

			.img_ho_st5 .text a {
				margin: 8px 15px 0 19px;
			}

		.img_ho_st5:hover .text {
			position: absolute;
			left: 0px;
			transition: left .5s ease-in-out;
		}

	/*style 6*/

	.img_ho_st6 {
		position: relative;
		width: 100%;
		height: 220px;
		padding: 0px;
		margin: 0px;
		float: left;
		overflow: hidden;
	}

		.img_ho_st6 .imgbox {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
		}

		.img_ho_st6 .text {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 100%;
			height: 220px;
			left: 0px;
			top: 220px;
			z-index: 100;
			transition: top .3s ease-in-out;
			background: url(../images/site-img175.png) left top repeat;
		}

			.img_ho_st6 .text h3 {
				color: #fff;
				font-size: 16px;
				font-weight: 600;
				margin: 15px 0 0 19px;
			}

			.img_ho_st6 .text p {
				color: #fff;
				font-weight: normal;
				margin: 5px 15px 0 19px;
			}

			.img_ho_st6 .text a.readmore_small {
				margin: 10px 0px 0 18px;
				padding: 4px 15px;
			}

				.img_ho_st6 .text a.readmore_small.green {
					margin: 10px 0px 0 5px;
				}

		.img_ho_st6:hover .text {
			position: absolute;
			top: 170px;
			transition: top .3s ease-in-out;
		}


	/*------------------*/
	/*button styles */
	/*------------------------------------------------------*/


	a.but_st1 {
		padding: 0px;
		margin: 0px 10px 10px 0px;
		float: left;
		border-radius: 2px;
		color: #FFF;
		text-transform: uppercase;
		text-decoration: none;
		background-color: #fdce16;
	}

		/*large styles*/
		a.but_st1.large {
			font-size: 20px;
			padding: 20px 50px;
		}

			a.but_st1.large.yellow {
				background-color: #FFBA00;
			}

				a.but_st1.large.yellow:hover {
					background-color: #FFBA00;
				}


			a.but_st1.large.red {
				background-color: #fc4242;
			}

				a.but_st1.large.red:hover {
					background-color: #161616;
				}

			a.but_st1.large.blue {
				background-color: #13bfff;
			}

				a.but_st1.large.blue:hover {
					background-color: #161616;
				}

			a.but_st1.large.lightgreen {
				background-color: #a5d549;
			}

				a.but_st1.large.lightgreen:hover {
					background-color: #161616;
				}

			a.but_st1.large.violet {
				background-color: #c762cb;
			}

				a.but_st1.large.violet:hover {
					background-color: #161616;
				}

			a.but_st1.large.green {
				background-color: #3fc35f;
			}

				a.but_st1.large.green:hover {
					background-color: #161616;
				}

			a.but_st1.large.pink {
				background-color: #fc5eac;
			}

				a.but_st1.large.pink:hover {
					background-color: #161616;
				}

			a.but_st1.large.orange {
				background-color: #ff9d12;
			}

				a.but_st1.large.orange:hover {
					background-color: #161616;
				}


		/*large stroke styles*/
		a.but_st1.large {
			font-size: 20px;
			padding: 20px 50px;
		}

			a.but_st1.large.two.yellow {
				border: 2px solid #fdce16;
				background-color: #fff;
				color: #fdce16;
			}

				a.but_st1.large.two.yellow:hover {
					color: #fff;
					border: 2px solid #fdce16;
					background-color: #fdce16;
				}


			a.but_st1.large.two.red {
				border: 2px solid #fc4242;
				background-color: #fff;
				color: #fc4242;
			}

				a.but_st1.large.two.red:hover {
					color: #fff;
					border: 2px solid #fc4242;
					background-color: #fc4242;
				}

			a.but_st1.large.two.blue {
				border: 2px solid #13bfff;
				background-color: #fff;
				color: #13bfff;
			}

				a.but_st1.large.two.blue:hover {
					color: #fff;
					border: 2px solid #13bfff;
					background-color: #13bfff;
				}

			a.but_st1.large.two.lightgreen {
				border: 2px solid #a5d549;
				background-color: #fff;
				color: #a5d549;
			}

				a.but_st1.large.two.lightgreen:hover {
					color: #fff;
					border: 2px solid #a5d549;
					background-color: #a5d549;
				}

			a.but_st1.large.two.violet {
				border: 2px solid #c762cb;
				background-color: #fff;
				color: #c762cb;
			}

				a.but_st1.large.two.violet:hover {
					color: #fff;
					border: 2px solid #c762cb;
					background-color: #c762cb;
				}

			a.but_st1.large.two.green {
				border: 2px solid #3fc35f;
				background-color: #fff;
				color: #3fc35f;
			}

				a.but_st1.large.two.green:hover {
					color: #fff;
					border: 2px solid #3fc35f;
					background-color: #3fc35f;
				}

			a.but_st1.large.two.pink {
				border: 2px solid #fc5eac;
				background-color: #fff;
				color: #fc5eac;
			}

				a.but_st1.large.two.pink:hover {
					color: #fff;
					border: 2px solid #fc5eac;
					background-color: #fc5eac;
				}

			a.but_st1.large.two.orange {
				border: 2px solid #ff9d12;
				background-color: #fff;
				color: #ff9d12;
			}

				a.but_st1.large.two.orange:hover {
					color: #fff;
					border: 2px solid #ff9d12;
					background-color: #ff9d12;
				}



		/*buttons medium styles*/

		/*medium styles*/
		a.but_st1.medium {
			font-size: 16px;
			padding: 15px 35px;
		}

			a.but_st1.medium.yellow {
				background-color: #FFBA00;
			}

				a.but_st1.medium.yellow:hover {
					background-color: #FFBA00;
				}


			a.but_st1.medium.red {
				background-color: #fc4242;
			}

				a.but_st1.medium.red:hover {
					background-color: #161616;
				}

			a.but_st1.medium.blue {
				background-color: #13bfff;
			}

				a.but_st1.medium.blue:hover {
					background-color: #161616;
				}

			a.but_st1.medium.lightgreen {
				background-color: #a5d549;
			}

				a.but_st1.medium.lightgreen:hover {
					background-color: #161616;
				}

			a.but_st1.medium.violet {
				background-color: #c762cb;
			}

				a.but_st1.medium.violet:hover {
					background-color: #161616;
				}

			a.but_st1.medium.green {
				background-color: #3fc35f;
			}

				a.but_st1.medium.green:hover {
					background-color: #161616;
				}

			a.but_st1.medium.pink {
				background-color: #fc5eac;
			}

				a.but_st1.medium.pink:hover {
					background-color: #161616;
				}

			a.but_st1.medium.orange {
				background-color: #ff9d12;
			}

				a.but_st1.medium.orange:hover {
					background-color: #161616;
				}


			/*medium stroke styles*/

			a.but_st1.medium.two.yellow {
				border: 2px solid #fdce16;
				background-color: #fff;
				color: #fdce16;
			}

				a.but_st1.medium.two.yellow:hover {
					color: #fff;
					border: 2px solid #fdce16;
					background-color: #fdce16;
				}


			a.but_st1.medium.two.red {
				border: 2px solid #fc4242;
				background-color: #fff;
				color: #fc4242;
			}

				a.but_st1.medium.two.red:hover {
					color: #fff;
					border: 2px solid #fc4242;
					background-color: #fc4242;
				}

			a.but_st1.medium.two.blue {
				border: 2px solid #13bfff;
				background-color: #fff;
				color: #13bfff;
			}

				a.but_st1.medium.two.blue:hover {
					color: #fff;
					border: 2px solid #13bfff;
					background-color: #13bfff;
				}

			a.but_st1.medium.two.lightgreen {
				border: 2px solid #a5d549;
				background-color: #fff;
				color: #a5d549;
			}

				a.but_st1.medium.two.lightgreen:hover {
					color: #fff;
					border: 2px solid #a5d549;
					background-color: #a5d549;
				}

			a.but_st1.medium.two.violet {
				border: 2px solid #c762cb;
				background-color: #fff;
				color: #c762cb;
			}

				a.but_st1.medium.two.violet:hover {
					color: #fff;
					border: 2px solid #c762cb;
					background-color: #c762cb;
				}

			a.but_st1.medium.two.green {
				border: 2px solid #3fc35f;
				background-color: #fff;
				color: #3fc35f;
			}

				a.but_st1.medium.two.green:hover {
					color: #fff;
					border: 2px solid #3fc35f;
					background-color: #3fc35f;
				}

			a.but_st1.medium.two.pink {
				border: 2px solid #fc5eac;
				background-color: #fff;
				color: #fc5eac;
			}

				a.but_st1.medium.two.pink:hover {
					color: #fff;
					border: 2px solid #fc5eac;
					background-color: #fc5eac;
				}

			a.but_st1.medium.two.orange {
				border: 2px solid #ff9d12;
				background-color: #fff;
				color: #ff9d12;
			}

				a.but_st1.medium.two.orange:hover {
					color: #fff;
					border: 2px solid #ff9d12;
					background-color: #ff9d12;
				}





		/*buttons small styles*/

		/*button small styles*/
		a.but_st1.small {
			font-size: 14px;
			padding: 11px 20px;
		}

			a.but_st1.small.yellow {
				background-color: #fdce16;
			}

				a.but_st1.small.yellow:hover {
					background-color: #161616;
				}


			a.but_st1.small.red {
				background-color: #fc4242;
			}

				a.but_st1.small.red:hover {
					background-color: #161616;
				}

			a.but_st1.small.blue {
				background-color: #13bfff;
			}

				a.but_st1.small.blue:hover {
					background-color: #161616;
				}

			a.but_st1.small.lightgreen {
				background-color: #a5d549;
			}

				a.but_st1.small.lightgreen:hover {
					background-color: #161616;
				}

			a.but_st1.small.violet {
				background-color: #c762cb;
			}

				a.but_st1.small.violet:hover {
					background-color: #161616;
				}

			a.but_st1.small.green {
				background-color: #3fc35f;
			}

				a.but_st1.small.green:hover {
					background-color: #161616;
				}

			a.but_st1.small.pink {
				background-color: #fc5eac;
			}

				a.but_st1.small.pink:hover {
					background-color: #161616;
				}

			a.but_st1.small.orange {
				background-color: #ff9d12;
			}

				a.but_st1.small.orange:hover {
					background-color: #161616;
				}


			/*small button stroke styles*/

			a.but_st1.small.two.yellow {
				border: 2px solid #fdce16;
				background-color: #fff;
				color: #fdce16;
			}

				a.but_st1.small.two.yellow:hover {
					color: #fff;
					border: 2px solid #fdce16;
					background-color: #fdce16;
				}


			a.but_st1.small.two.red {
				border: 2px solid #fc4242;
				background-color: #fff;
				color: #fc4242;
			}

				a.but_st1.small.two.red:hover {
					color: #fff;
					border: 2px solid #fc4242;
					background-color: #fc4242;
				}

			a.but_st1.small.two.blue {
				border: 2px solid #13bfff;
				background-color: #fff;
				color: #13bfff;
			}

				a.but_st1.small.two.blue:hover {
					color: #fff;
					border: 2px solid #13bfff;
					background-color: #13bfff;
				}

			a.but_st1.small.two.lightgreen {
				border: 2px solid #a5d549;
				background-color: #fff;
				color: #a5d549;
			}

				a.but_st1.small.two.lightgreen:hover {
					color: #fff;
					border: 2px solid #a5d549;
					background-color: #a5d549;
				}

			a.but_st1.small.two.violet {
				border: 2px solid #c762cb;
				background-color: #fff;
				color: #c762cb;
			}

				a.but_st1.small.two.violet:hover {
					color: #fff;
					border: 2px solid #c762cb;
					background-color: #c762cb;
				}

			a.but_st1.small.two.green {
				border: 2px solid #3fc35f;
				background-color: #fff;
				color: #3fc35f;
			}

				a.but_st1.small.two.green:hover {
					color: #fff;
					border: 2px solid #3fc35f;
					background-color: #3fc35f;
				}

			a.but_st1.small.two.pink {
				border: 2px solid #fc5eac;
				background-color: #fff;
				color: #fc5eac;
			}

				a.but_st1.small.two.pink:hover {
					color: #fff;
					border: 2px solid #fc5eac;
					background-color: #fc5eac;
				}

			a.but_st1.small.two.orange {
				border: 2px solid #ff9d12;
				background-color: #fff;
				color: #ff9d12;
			}

				a.but_st1.small.two.orange:hover {
					color: #fff;
					border: 2px solid #ff9d12;
					background-color: #ff9d12;
				}


	/*Full width button styles*/


	a.but_fullwidth {
		padding: 0px;
		margin: 10px 0px 0px;
		float: left;
		width: 100%;
		height: 65px;
		text-align: center;
		line-height: 67px;
		font-size: 18px;
		border-radius: 4px;
		color: #FFF;
		font-weight: 500;
		text-transform: uppercase;
		background-color: #a5d549;
	}

		a.but_fullwidth:hover {
			color: #fff;
			background-color: #161616;
		}

		a.but_fullwidth.two {
			background-color: #c762cb;
		}

			a.but_fullwidth.two:hover {
				color: #fff;
				background-color: #161616;
			}

		a.but_fullwidth.three {
			background-color: #13bfff;
		}

			a.but_fullwidth.three:hover {
				color: #fff;
				background-color: #161616;
			}

	/*------------------*/
	/*Call to Action */
	/*------------------------------------------------------*/


	.call_to_action {
		width: 100%;
		float: left;
		border: 1px solid #e7e7e7;
		border-radius: 4px;
		padding: 25px 25px;
		margin: 0 0 15px 0;
	}

		.call_to_action .left {
			padding: 0px;
			margin: 0px;
			float: left;
			width: 82%;
		}

		.call_to_action .right {
			width: 18%;
			padding: 0px;
			margin: 0px;
			float: right;
		}

		.call_to_action a.but_st1.small, .call_to_action a.but_st1.medium, .call_to_action a.but_st1.large {
			float: right;
		}

		.call_to_action a.but_st1.small {
			margin-top: 10px;
		}

		.call_to_action a.but_st1.medium {
			margin-top: 10px;
		}

		.call_to_action p {
			width: 100%;
			text-align: left;
		}

		.call_to_action span.title_big {
			width: 100%;
			text-align: left;
			padding: 0px;
			margin: 0px;
			line-height: 45px;
			font-size: 24px;
			color: #119ee7;
		}

			.call_to_action span.title_big.two {
				font-size: 18px;
				line-height: 0px;
			}

			.call_to_action span.title_big.three {
				font-size: 18px;
				line-height: 0px;
				color: #272727;
			}

			.call_to_action span.title_big.four {
				font-size: 34px;
				line-height: 50px;
				color: #272727;
			}

			.call_to_action span.title_big.three strong {
				color: #fc4242;
			}



	/*------------------*/
	/*list styles */
	/*------------------------------------------------------*/

	/*lists style 1*/

	.list_st1 {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: left;
	}

		.list_st1 .icon {
			width: 32px;
			height: 32px;
			padding: 0px;
			margin: 0px 10px 0px 0px;
			float: left;
			text-align: center;
			line-height: 32px;
			color: #fff;
			border-radius: 100%;
			background-color: #119ee7;
		}

		.list_st1 .text {
			padding: 5px 0 0 42px;
			margin: 0px;
			display: block;
		}


	<!-- list style 2 -->
	.list_st1.two {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: left;
	}

	.list_st1.two .icon {
		width: 32px;
		height: 32px;
		padding: 0px;
		margin: 0px 10px 0px 0px;
		float: left;
		text-align: center;
		line-height: 32px;
		color: #119ee7;
		border-radius: 100%;
		border: 1px solid #119ee7;
		background-color: #fff;
	}

	.list_st1.two .text {
		padding: 0px 0 0 42px;
		margin: 0px;
		display: block;
	}


	/*list style3*/

	.list_st3 {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: left;
	}

		.list_st3 .icon {
			width: 18px;
			height: 18px;
			padding: 0px;
			margin: 3px 0px 0px 0px;
			float: left;
			font-size: 12px;
			text-align: center;
			line-height: 15px;
			color: #119ee7;
			border-radius: 100%;
			border: 1px solid #119ee7;
		}

		.list_st3 .text {
			padding: 0px 0 0 28px;
			margin: 0px;
			display: block;
		}


	/*list style 4*/


	ol.list_st4 {
		list-style-type: none;
		list-style-type: decimal !ie; /*IE 7- hack*/
		margin: 0;
		margin-left: 18px;
		padding: 0;
		counter-reset: li-counter;
	}

		ol.list_st4 li {
			position: relative;
			margin: 0px;
			padding-left: 20px;
			min-height: 3em;
			list-style-type: none;
		}

			ol.list_st4 li:before {
				position: absolute;
				top: 0;
				left: -15px;
				width: 28px;
				height: 28px;
				font-size: 14px;
				line-height: 30px;
				text-align: center;
				color: #f5f5f5;
				border-radius: 50%;
				background-color: #464646;
				content: counter(li-counter);
				counter-increment: li-counter;
			}

	/*list style 5*/

	.list_st5 {
		width: 100%;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		float: left;
	}

		.list_st5.two {
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #d1d1d1;
		}

			.list_st5.two.last {
				padding: 0px 0px 10px 0px;
				border-bottom: none;
			}

		.list_st5 .icon {
			width: 40px;
			height: 40px;
			padding: 0px;
			margin: 0px 10px 0px 0px;
			float: left;
			text-align: center;
			line-height: 39px;
			color: #fff;
			border-radius: 100%;
		}

		.list_st5 .text {
			padding: 5px 0 0 42px;
			margin: 0px;
			display: block;
		}


		.list_st5 .icon.red {
			background-color: #fc4242;
		}

		.list_st5 .icon.blue {
			background-color: #2f92ee;
		}

		.list_st5 .icon.green {
			background-color: #3fc35f;
		}

		.list_st5 .icon.violet {
			background-color: #b659fe;
		}

		.list_st5 .icon.orange {
			background-color: #ff881e;
		}


	/*------------------*/
	/*message boxes */
	/*------------------------------------------------------*/

	/*message boxes*/
	.messagebox_title {
		padding-bottom: 30px;
	}

	.info-box {
		background-color: #34b0ff;
	}

	.success-box {
		background-color: #7ebd24;
	}

	.error-box {
		background-color: #fa482b;
	}

	.download-box {
		background-color: #F30;
	}

	.warning-box {
		background-color: #f7c929;
	}

	.mboxes_close {
		width: 15px;
		height: 15px;
		padding: 0px;
		margin: 0px;
		float: right;
		text-align: right;
	}

		.mboxes_close i {
			color: #fff;
			font-size: 16px;
			font-weight: 500;
		}

	.success-box, .error-box, .warning-box, .info-box span {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
	}

	.success-box, .error-box, .warning-box, .info-box {
		padding: 20px;
		margin-bottom: 30px;
		border-radius: 4px;
	}


	/*------------------*/
	/*pricing tables */
	/*------------------------------------------------------*/

	/*pricing style 1*/

	.price_table_st1 {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0px;
		border-radius: 2px;
		background-color: #fff;
		border: 1px solid #d9d9d9;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

	.price_table_st1_arrow_down {
		position: absolute;
		margin: 0 0 0 29px;
		border-left: 95px solid transparent;
		border-right: 95px solid transparent;
		border-top: 35px solid #fff;
		font-size: 0px;
		line-height: 0;
	}

	.price_table_st1_arrow_up {
		position: absolute;
		margin: -35px 0 0 29px;
		border-left: 95px solid transparent;
		border-right: 95px solid transparent;
		border-bottom: 35px solid #fff;
		font-size: 0px;
		line-height: 0;
	}

	.price_table_st1 .title {
		width: 100%;
		font-size: 30px;
		font-weight: 600;
		padding: 20px 0 20px 0;
		color: #161616;
		text-align: center;
		margin: 0px 0 10px 0;
		border-bottom: 1px solid #e6e5e5;
	}

	.price_table_st1 .price {
		color: #161616;
		font-size: 45px;
		font-weight: bold;
		line-height: 45px;
		text-align: center;
		padding: 8px 0px 8px;
		border-bottom: 1px solid #e6e5e5;
	}

		.price_table_st1 .price sup {
			font-size: 22px;
			font-style: normal;
		}

		.price_table_st1 .price i {
			font-size: 16px;
			font-style: normal;
			font-weight: 500;
		}

	.price_table_st1 ul.plan_features {
		width: 100%;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}

		.price_table_st1 ul.plan_features li {
			width: 70%;
			color: #727272;
			text-align: center;
			padding: 15px 0;
			margin: 0 auto;
			border-bottom: 1px solid #e6e5e5;
		}

	.price_table_st1 .plan_info .singup_but {
		color: #fff;
		text-align: center;
		padding: 8px 30px;
		margin: 25px 0px 25px 69px;
		float: left;
		border-radius: 2px;
		background-color: #161616;
	}

		.price_table_st1 .plan_info .singup_but:hover {
			color: #161616;
			background-color: #fdce16;
		}


	/*hover styles*/

	.price_table_st1:hover {
		background-color: #161616;
		border: none;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

		.price_table_st1:hover .title {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1:hover .price {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1:hover .plan_features li {
			color: #727272;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1:hover .singup_but {
			color: #161616;
			background-color: #fdce16;
		}

		.price_table_st1:hover .price_table_st1_arrow_up {
			border-bottom: 35px solid #161616;
		}

		.price_table_st1:hover .price_table_st1_arrow_down {
			border-top: 35px solid #161616;
		}


	/*active styles*/

	.price_table_st1.active {
		background-color: #161616;
		border: none;
	}

		.price_table_st1.active .title {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1.active .price {
			color: #fff;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1.active .plan_features li {
			color: #727272;
			border-bottom: 1px solid #403f3f;
		}

		.price_table_st1.active .singup_but {
			color: #161616;
			background-color: #fdce16;
		}

		.price_table_st1.active .price_table_st1_arrow_up {
			border-bottom: 35px solid #161616;
		}

		.price_table_st1.active .price_table_st1_arrow_down {
			border-top: 35px solid #161616;
		}


	/*pricing style 2*/

	.price_table_st2 {
		position: relative;
		width: 390px;
		float: left;
		padding: 0;
		margin: 0px;
		background-color: #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}

		.price_table_st2.active {
			background-color: #fdce16;
		}

		.price_table_st2 .top_shape {
			width: 390px;
			height: 57px;
			float: left;
			padding: 0;
			margin: 0px;
			background: url(../images/site-img27.png) center top no-repeat;
		}

		.price_table_st2 .bottom_shape {
			width: 390px;
			height: 57px;
			float: left;
			padding: 0;
			margin: 0px;
			background: url(../images/site-img26.png) center bottom no-repeat;
		}

		.price_table_st2 .plan_info_outer {
			width: 100%;
			float: left;
			padding: 15px;
			text-align: center;
			margin: 0px;
		}

		.price_table_st2 .plan_info {
			width: 100%;
			float: left;
			padding: 0;
			text-align: center;
			margin: 0px;
			border: 1px solid #161616;
		}

		.price_table_st2 .price_circle {
			position: absolute;
			width: 140px;
			height: 140px;
			font-size: 40px;
			padding: 0;
			color: #fff;
			line-height: 130px;
			text-align: center;
			margin: -41px 0px 0px 125px;
			border-radius: 50%;
			background-color: #4f4f4f;
		}

		.price_table_st2 .plan_info .title {
			font-size: 40px;
			font-weight: 400;
			padding: 0;
			color: #fff;
			text-align: center;
			margin: 60px 0 10px 0;
		}

		.price_table_st2 .plan_info span {
			font-family: 'Open Sans', sans-serif;
			font-size: 14px;
			font-weight: normal;
			padding: 0;
			color: #827c7c;
			text-align: center;
			margin: 0 0 0 0;
		}

		.price_table_st2 .plan_info .bottom_line {
			width: 140px;
			height: 4px;
			padding: 0;
			border-bottom: 1px solid #4f4f4f;
			border-top: 1px solid #4f4f4f;
			text-align: center;
			margin: 18px auto 15px auto;
		}

		.price_table_st2 .plan_info ul.plan_features {
			width: 100%;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
		}

			.price_table_st2 .plan_info ul.plan_features li {
				width: 100%;
				float: left;
				color: #827c7c;
				text-align: center;
				padding: 15px 0;
				margin: 0;
				border-bottom: 1px solid #2d2d2d;
			}

		.price_table_st2 .plan_info .singup_but {
			color: #827c7c;
			text-align: center;
			padding: 10px 50px;
			margin: 40px 0 40px 100px;
			float: left;
			border: 1px solid #2d2d2d;
		}

			.price_table_st2 .plan_info .singup_but:hover {
				color: #161616;
				border: 1px solid #fdce16;
				background-color: #fdce16;
			}

			.price_table_st2 .plan_info .singup_but.two {
				color: #fff;
				border: 1px solid #161616;
				background-color: #161616;
			}

				.price_table_st2 .plan_info .singup_but.two:hover {
					color: #161616;
					border: 1px solid #161616;
					background-color: #fdce16;
				}

		/*active styles*/

		.price_table_st2.active {
			background-color: #fdce16;
		}

			.price_table_st2.active .singup_but {
				background-color: #161616;
				border: 1px solid #161616;
				color: #fff;
			}

			.price_table_st2.active .plan_info .title {
				color: #161616;
			}

			.price_table_st2.active .plan_info span {
				color: #161616;
			}

			.price_table_st2.active .plan_info ul.plan_features li {
				border-bottom: 1px solid #fee273;
				color: #161616;
			}

			.price_table_st2.active .plan_info {
				border: 1px solid #fff;
			}

			.price_table_st2.active .price_circle {
				background-color: #161616;
			}


		/*hover styles*/

		.price_table_st2:hover {
			background-color: #fdce16;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.price_table_st2:hover .singup_but {
				background-color: #161616;
				border: 1px solid #161616;
				color: #fff;
			}

			.price_table_st2:hover .plan_info .title {
				color: #161616;
			}

			.price_table_st2:hover .plan_info span {
				color: #161616;
			}

			.price_table_st2:hover .plan_info ul.plan_features li {
				border-bottom: 1px solid #fee273;
				color: #161616;
			}

			.price_table_st2:hover .plan_info {
				border: 1px solid #fff;
			}

			.price_table_st2:hover .price_circle {
				background-color: #161616;
			}

	/*Typography	*/

	/*dropcaps*/
	.highlit {
		font-size: 14px;
		font-weight: 400;
		line-height: 10px;
		padding: 0px;
		color: #fff;
		background-color: #119ee7;
	}

	.highlit2 {
		color: #fff;
		background-color: #a7d02b;
	}

	.highlit3 {
		color: #fff;
		background-color: #fc4242;
	}




	/*------------------*/
	/*content boxes */
	/*------------------------------------------------------*/


	.contbox_st1 {
		width: 100%;
		float: left;
		padding: 25px;
		margin: 20px;
		border-radius: 2px;
		border: 1px solid #E1E1E1;
	}

	.marbottom {
		margin-bottom: 30px;
	}

	.contbox_st1:hover img {
		opacity: 0.8;
	}


	/*------------------*/
	/*data tables */
	/*------------------------------------------------------*/

	/* tables */
	.table-style {
		float: left;
		width: 100%;
		tab
	}

	.table-list {
		padding: 0;
		border-spacing: 0;
		float: left;
		background-color: #fff;
		border: 1px solid #dddddd;
		margin-bottom: 20px;
		width: 100%;
	}

		.table-list th {
			padding: 18px 10px;
			color: #161616;
			font-weight: 400;
			font-size: 16px;
			text-align: center;
			background-color: #fdce16;
		}

		.table-list td {
			padding: 13px 10px;
			text-align: center;
			background-color: #f5f5f5;
		}
			/*
.table-list tr {
	border-bottom: 1px solid #e1e1e1;
}*/

			.table-list td.hilit {
				padding: 13px 10px;
				text-align: center;
				background-color: #fff;
			}


	/*table style 2*/

	.table-style {
		float: left;
		width: 100%;
	}

	.table-list2 {
		float: left;
		background-color: #fff;
		margin-bottom: 20px;
		width: 100%;
	}

		.table-list2 th {
			padding: 18px 10px;
			color: #fff;
			font-weight: 400;
			font-size: 16px;
			text-align: center;
			background-color: #272727;
		}

		.table-list2 td {
			padding: 13px 10px;
			text-align: center;
			background-color: #f5f5f5;
			border: 1px solid #e1e1e1;
		}

		.table-list2 tr {
			border-bottom: 1px solid #e1e1e1;
		}

		.table-list2 td.hilit {
			padding: 13px 10px;
			text-align: center;
			background-color: #fff;
		}

		.table-list2 tr:hover td {
			background-color: #FC0;
			color: #fff;
		}


	/*------------------*/
	/*social icon styles */
	/*------------------------------------------------------*/


	ul.social_icon_st1 {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: left;
	}

		ul.social_icon_st1 li {
			padding: 0px;
			margin: 0px;
			float: left;
			text-align: center;
		}

			ul.social_icon_st1 li a {
				width: 40px;
				height: 40px;
				padding: 0px;
				margin: 0 5px 5px 0;
				text-align: center;
				font-size: 16px;
				color: #161616;
				line-height: 39px;
				float: left;
				background-color: #fdce16;
			}

				ul.social_icon_st1 li a:hover {
					color: #fff;
					background-color: #161616;
				}

	/*style 2*/

	ul.social_icon_st2 {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: left;
	}

		ul.social_icon_st2 li {
			padding: 0px;
			margin: 0px;
			float: left;
			text-align: center;
		}

			ul.social_icon_st2 li a {
				width: 40px;
				height: 40px;
				padding: 0px;
				margin: 0 5px 5px 0;
				text-align: center;
				font-size: 16px;
				color: #161616;
				line-height: 39px;
				float: left;
				border: 1px solid #d9d9d9;
				background-color: #fff;
			}

				ul.social_icon_st2 li a:hover {
					color: #fff;
					background-color: #161616;
				}



	/*style 3*/

	ul.social_icon_st3 {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: left;
	}

		ul.social_icon_st3 li {
			padding: 0px;
			margin: 0px;
			float: left;
			text-align: center;
		}

			ul.social_icon_st3 li a {
				width: 40px;
				height: 40px;
				padding: 0px;
				margin: 0 5px 5px 0;
				text-align: center;
				font-size: 16px;
				color: #fff;
				line-height: 39px;
				float: left;
				border-radius: 100%;
				background-color: #fc4242;
			}

				ul.social_icon_st3 li a:hover {
					color: #fff;
					background-color: #161616;
				}

	/*style 4*/

	ul.social_icon_st4 {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: left;
	}

		ul.social_icon_st4 li {
			padding: 0px;
			margin: 0px;
			float: left;
			text-align: center;
		}

			ul.social_icon_st4 li a {
				width: 40px;
				height: 40px;
				padding: 0px;
				margin: 0 5px 5px 0;
				text-align: center;
				font-size: 16px;
				color: #161616;
				line-height: 39px;
				float: left;
				border-radius: 100%;
				background-color: #fff;
				border: 1px solid #d9d9d9;
			}

				ul.social_icon_st4 li a:hover {
					color: #fff;
					border: 1px solid #161616;
					background-color: #161616;
				}



	/*style5*/

	ul.social_icon_st5 {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.social_icon_st5 li {
		padding: 0px;
		margin-right: 5px;
		float: left;
		display: inline;
	}

		.social_icon_st5 li a {
			width: 45px;
			height: 45px;
			padding: 0px;
			float: left;
			color: #fff;
			margin: 0 0 5px 0;
			font-size: 18px;
			line-height: 43px;
			display: inline;
			text-align: center;
			background-color: #119ee7;
		}


			.social_icon_st5 li a i {
				color: #fff;
				font-size: 16px;
				line-height: 30px;
			}

			.social_icon_st5 li a.twitter {
				background-color: #46c0ff;
			}

				.social_icon_st5 li a.twitter:hover {
					background-color: #272727;
				}


			.social_icon_st5 li a.facebook {
				background-color: #2e68be;
			}


				.social_icon_st5 li a.facebook:hover {
					background-color: #272727;
				}


			.social_icon_st5 li a.googleplus {
				background-color: #e74a35;
			}

				.social_icon_st5 li a.googleplus:hover {
					background-color: #272727;
				}



			.social_icon_st5 li a.in {
				background-color: #097fc3;
			}

				.social_icon_st5 li a.in:hover {
					background-color: #272727;
				}


			.social_icon_st5 li a.dribble {
				background-color: #f44193;
			}

				.social_icon_st5 li a.dribble:hover {
					background-color: #272727;
				}


	/*style6*/

	ul.social_icon_st6 {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.social_icon_st6 li {
		padding: 0px;
		margin-right: 5px;
		float: left;
		display: inline;
	}

		.social_icon_st6 li a {
			width: 45px;
			height: 45px;
			padding: 0px;
			margin: 0 0 5px 0;
			float: left;
			color: #fff;
			font-size: 18px;
			line-height: 43px;
			display: inline;
			text-align: center;
			border-radius: 100%;
			background-color: #119ee7;
		}


			.social_icon_st6 li a i {
				color: #fff;
				font-size: 16px;
				line-height: 30px;
			}

			.social_icon_st6 li a.twitter {
				background-color: #46c0ff;
			}

				.social_icon_st6 li a.twitter:hover {
					background-color: #272727;
				}


			.social_icon_st6 li a.facebook {
				background-color: #2e68be;
			}


				.social_icon_st6 li a.facebook:hover {
					background-color: #272727;
				}


			.social_icon_st6 li a.googleplus {
				background-color: #e74a35;
			}

				.social_icon_st6 li a.googleplus:hover {
					background-color: #272727;
				}



			.social_icon_st6 li a.in {
				background-color: #097fc3;
			}

				.social_icon_st6 li a.in:hover {
					background-color: #272727;
				}


			.social_icon_st6 li a.dribble {
				background-color: #f44193;
			}

				.social_icon_st6 li a.dribble:hover {
					background-color: #272727;
				}







	/*------------------*/
	/*icon boxes */
	/*------------------------------------------------------*/

	/*icon boxes*/

	.icon_boxes_st1 {
		width: 100%;
		padding: 15px;
		margin: 0px;
		float: left;
		text-align: center;
		border-radius: 4px;
		border: 1px solid #e1e1e1;
	}

		.icon_boxes_st1 i {
			background-color: #fdce16;
			border: 1px solid #fdce16;
			border-radius: 100%;
			color: #161616;
			font-size: 40px;
			height: 100px;
			line-height: 105px;
			margin-bottom: 20px;
			text-align: center;
			vertical-align: middle;
			width: 100px;
		}

		.icon_boxes_st1 .icon_box_title1 {
			padding: 0px;
			margin: 0px;
			color: #272727;
			font-size: 20px;
			margin-bottom: 10px;
		}


	/*icon boxes style2 */

	.icon_boxes_st2 {
		width: 100%;
		padding: 15px;
		margin: 0px;
		float: left;
		text-align: center;
	}

		.icon_boxes_st2.two {
			background: none;
		}

		.icon_boxes_st2 i {
			color: #161616;
			font-size: 35px;
			line-height: 105px;
			margin: 0px;
			text-align: center;
			vertical-align: middle;
		}

		.icon_boxes_st2 .icon_box_title1 {
			padding: 0px;
			margin: 0px;
			color: #272727;
			font-weight: 400;
			font-size: 24px;
			text-transform: none;
			margin-bottom: 10px;
		}


	/*icon boxes style 3*/

	ul.icon_boxes_st3 {
		float: left;
		width: 100%;
		padding: 0px;
		margin: 0px;
		list-style-type: none;
	}

	.icon_boxes_st3 li {
		padding: 0px;
		margin: 0px;
	}

		.icon_boxes_st3 li p {
			margin-bottom: 20px;
		}

		.icon_boxes_st3 li.icon {
			float: left;
			width: 16%;
			color: #ff9f07;
			font-size: 35px;
			padding: 0px;
			margin: 0px;
			line-height: 80px;
		}

		.icon_boxes_st3 li.cont {
			float: left;
			width: 84%;
			padding: 0px;
			margin: 0px;
		}


	/*icon boxes style 5*/

	.icon_boxes_st5 {
		margin: 0px;
		float: left;
		width: 100%;
		text-align: center;
	}

		.icon_boxes_st5 i {
			background-color: #119ee7;
			border: 1px solid #119ee7;
			border-radius: 100%;
			color: #FFFFFF;
			font-size: 30px;
			height: 80px;
			line-height: 81px;
			margin-bottom: 20px;
			text-align: center;
			vertical-align: middle;
			width: 80px;
		}

		.icon_boxes_st5:hover i {
			background-color: #fff;
			color: #119ee7;
			border: 1px solid #119ee7;
		}



	/*------------------*/
	/*team member styles */
	/*------------------------------------------------------*/


	/*team member style 2	*/
	.team_st2 {
		position: relative;
		width: 100%;
		height: 400px;
		padding: 20px;
		margin: 0px;
		float: left;
		overflow: hidden;
		transition: top .3s ease-in-out;
	}

	.teamst2_holder {
		width: 100%;
		height: 400px;
		padding: 0px;
		margin: 0px;
		float: left;
		border: 1px solid #e1e1e1;
		transition: top .3s ease-in-out;
	}

	.team_st2 .imgbox {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 100%;
		top: 0px;
		height: 220px;
		overflow: hidden;
		transition: top 0.3s ease-in-out 0s;
	}


	.team_st2 .text {
		position: absolute;
		padding: 20px;
		margin: 0px;
		float: left;
		width: 100%;
		height: 150px;
		left: 0px;
		top: 220px;
		z-index: 100;
		transition: top .3s ease-in-out;
		background-color: #fff;
		border-top: 1px solid #e1e1e1;
	}

	.team_st2:hover .text {
		position: absolute;
		top: 150px;
		transition: top .3s ease-in-out;
	}


	.team_st2 strong {
		font-size: 16px;
		font-weight: 400;
		padding: 0px;
		margin: 15px 0 15px 0;
		color: #272727;
		text-align: center;
	}

	.team_st2 .desig {
		font-size: 14px;
		font-weight: 400;
		padding: 0px;
		margin: 0px;
		float: left;
		color: #fdce16;
		text-align: left;
	}


	/*team style 1*/

	.team_st1 {
		padding: 0px;
		margin: 0px;
		float: left;
		width: 100%;
		text-align: center;
	}

		.team_st1 .imgholder {
			position: relative;
			padding: 0px;
			margin-bottom: 20px;
			float: left;
			overflow: hidden;
			-webkit-transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
		}

		.team_st1 .teamst1_imgholder {
			width: 250px;
			height: 250px;
			float: left;
			padding: 15px;
			margin: 0px;
			border: 1px solid #e1e1e1;
			border-radius: 50%;
		}

		.team_st1 .imgholder .hoverbox {
			position: absolute;
			padding: 0px;
			margin: 0px;
			float: left;
			width: 210px;
			height: 210px;
			left: 19px;
			top: 22px;
			opacity: 0;
			background-color: #000;
			border-radius: 50%;
			transition: top .3s ease-in-out;
			z-index: 2;
			-webkit-transition: opacity .50s ease-in-out;
			-moz-transition: opacity .50s ease-in-out;
			-ms-transition: opacity .50s ease-in-out;
			-o-transition: opacity .50s ease-in-out;
			transition: opacity .50s ease-in-out;
		}

		.team_st1 .imgholder:hover .hoverbox {
			opacity: 1;
			-webkit-transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
			background: url(../images/site-img175.png) left top repeat;
		}


		.team_st1 .imgholder .hoverbox a {
			position: absolute;
			left: 47px;
			top: 112px;
			background-color: #F30;
			padding: 10px;
			margin-right: 5px;
			transition: top .5s ease-in-out;
		}

		.team_st1 .imgholder a.hov_circle {
			position: absolute;
			width: 50px;
			height: 50px;
			left: 87px;
			top: 87px;
			padding: 0px;
			margin: 0px;
			background-color: #fff;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			overflow: hidden;
			transition-property: background-color, color;
			transition: top .3s ease-in-out;
			transition-timing-function: ease-out;
			vertical-align: middle;
		}

			.team_st1 .imgholder a.hov_circle i {
				color: #272727;
				font-size: 20px;
				text-align: center;
				line-height: 50px;
			}

			.team_st1 .imgholder a.hov_circle:hover {
				background-color: #1197ee;
			}

				.team_st1 .imgholder a.hov_circle:hover i {
					color: #fff;
				}


		.team_st1 strong {
			font-size: 16px;
			font-weight: 400;
			padding: 0px;
			margin: 0px;
			color: #272727;
			text-align: center;
		}

		.team_st1 .desig {
			font-size: 14px;
			font-weight: 400;
			padding: 0px;
			margin: 0px;
			color: #727272;
			text-align: center;
		}

		.team_st1 p {
			font-size: 14px;
			font-weight: normal;
			padding-top: 10px;
			margin: 0px;
			color: #727272;
			text-align: center;
		}

		.team_st1 ul.social_icon_st4 {
			margin-left: 39px;
		}



	/*------------------*/
	/*latest posts elements styles */
	/*------------------------------------------------------*/


	/*posts styles 5*/

	.latest_post_st5 {
		margin: 0px;
		padding: 0px;
		float: left;
	}

		.latest_post_st5 .imgholder {
			margin: 0px 0px 25px 0px;
			padding: 0px;
			float: left;
		}

			.latest_post_st5 .imgholder:hover {
				opacity: 0.8;
			}


			.latest_post_st5 .imgholder.port {
				margin: 0px 0px 25px 0px;
				padding: 0px;
				float: left;
			}

		.latest_post_st5 .infoholder {
			margin: 0px 0px 20px 0px;
			padding: 0px;
			float: left;
		}

		.latest_post_st5 .info {
			font-size: 14px;
			color: #727272;
			margin: 0px 15px 0px 0px;
			display: block;
			font-weight: normal;
			padding: 0px;
			float: left;
		}


	/*latest posts style 3*/

	.latest_post_st3 {
		padding: 15px;
		margin: 0px;
		float: left;
		border: 1px solid #e1e1e1;
	}

		.latest_post_st3:hover img {
			opacity: 0.8;
		}

	.latest_post_st3_imgholder {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.latest_post_st3_txtholder {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.latest_post_st3_txt {
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.latest_post_st3_info {
		padding: 0px;
		margin: 0px;
		display: block;
		float: left;
		font-size: 13px;
	}

		.latest_post_st3_info .paddright {
			padding-right: 10px;
		}

		.latest_post_st3_info span i {
			padding: 0px;
			margin: 0px;
			color: #727272;
			font-size: 13px;
		}




	/*------------------*/
	/*dividers styles */
	/*------------------------------------------------------*/


	/*divider lines*/
	.divider_line_small {
		width: 12%;
		margin: 0 auto 65px auto;
		height: 25px;
		border-top: 1px solid #000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

		.divider_line_small.two {
			width: 12%;
			margin: 0 auto 0 0;
			height: 25px;
			float: left;
			border-top: 1px solid #000;
		}

		.divider_line_small.three {
			width: 49%;
			margin: 0 auto 0 0;
			height: 25px;
			float: left;
			border-top: 1px solid #000;
		}


		.divider_line_small.four {
			margin: 0 auto 25px auto;
		}


	.divider_line_small_white {
		width: 12%;
		margin: 0 auto 80px auto;
		height: 25px;
		border-top: 1px solid #fff;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}

		.divider_line_small_white.two {
			position: absolute;
			width: 12%;
			margin: 0 auto 80px 482px;
			height: 25px;
			padding: 0px;
			border-top: 1px solid #fff;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			-moz-opacity: 0.5;
			-khtml-opacity: 0.5;
			opacity: 0.8;
		}

		.divider_line_small_white.three {
			margin: 0 auto 50px 482px;
		}


	.divider_line1 {
		float: left;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 0px;
		border-bottom: 1px solid #e5e5e5;
	}

	.divider_dashed2 {
		float: left;
		width: 100%;
		margin: 59px 0px;
		border-top: 1px dotted #d7d7d7;
	}

	.divider_dashed3 {
		float: left;
		width: 100%;
		height: 5px;
		margin: 10px 0px 59px 0px;
		border-top: 1px dashed #d7d7d7;
		border-bottom: 1px dashed #d7d7d7;
	}

	.divider_dashed4 {
		float: left;
		width: 100%;
		margin: 15px 0px 59px 0px;
		border-top: 1px dashed #d7d7d7;
	}

	.divider_dashed5 {
		float: left;
		width: 100%;
		height: 5px;
		margin: 20px 0px 59px 0px;
		border-top: 2px solid #d7d7d7;
	}

	.divider_dashed6 {
		float: left;
		width: 100%;
		height: 5px;
		margin: 20px 0px 59px 0px;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
	}

	.divider_dashed7 {
		float: left;
		width: 100%;
		margin: 50px 0px 0px 0px;
		border-top: 1px dotted #d7d7d7;
	}

	.divider_dashed8 {
		float: left;
		width: 100%;
		margin: 53px 0px 45px 0px;
		border-top: 1px dotted #d7d7d7;
	}

	.divider_dashed9 {
		float: left;
		width: 100%;
		margin: 40px 0px 48px 0px;
		border-top: 1px dotted #d7d7d7;
	}


	/*------------------*/
	/*widget styles */
	/*------------------------------------------------------*/

	/*text widget	*/

	.text_widget {
		width: 100%;
		padding: 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}


	/*posts widget	*/
	.posts_widget {
		width: 100%;
		padding: 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}

		.posts_widget .left {
			width: 32%;
			padding: 0px;
			margin: 0;
			float: left;
		}

		.posts_widget .right {
			width: 68%;
			padding: 0px;
			margin: 0;
			float: right;
		}

			.posts_widget .right .title {
				padding: 0px;
				margin: 0;
			}

				.posts_widget .right .title:hover {
					color: #fdce16;
				}

			.posts_widget .right .info {
				font-size: 13px;
				padding: 0px;
				margin: 0;
			}


			.posts_widget .right a.more_but {
				font-size: 14px;
				padding: 5px 5px;
				margin: 18px 0 18px 0;
				float: left;
				color: #fdce16;
				border: 1px solid #fdce16;
			}

				.posts_widget .right a.more_but:hover {
					color: #161616;
					background-color: #fdce16;
				}


	/*portfolio widget	*/

	.portfolio_widget {
		width: 100%;
		padding: 30px 30px 0px 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}


	/*twitter widget	*/

	.twitter_widget {
		width: 100%;
		padding: 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}

		.twitter_widget .icon {
			width: 32px;
			height: 32px;
			padding: 0px;
			font-size: 14px;
			color: #161616;
			text-align: center;
			line-height: 33px;
			margin: 0 10px 0 0;
			float: left;
			border-radius: 100%;
			background-color: #fdce16;
		}

		.twitter_widget .title {
			width: 85%;
			padding: 5px 0 0 0;
			margin: 0;
			float: right;
		}

		.twitter_widget .hilite {
			color: #fdce16;
		}


	/*social widget	*/
	.social_widget {
		width: 100%;
		padding: 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}

	/*testimonials widget	*/
	.testimonials_widget {
		width: 100%;
		padding: 0px;
		margin: 0 0 40px 0;
		float: left;
	}

		.testimonials_widget .box {
			width: 100%;
			padding: 30px;
			margin: 0 0 25px 0;
			float: left;
			border: 1px solid #d9d9d9;
		}

		.testimonials_widget .left {
			width: 30%;
			padding: 0px;
			margin: 0;
			float: left;
		}

		.testimonials_widget .right {
			width: 70%;
			padding: 0px;
			margin: 0;
			float: left;
		}

			.testimonials_widget .right .name {
				font-size: 16px;
				display: block;
				color: #161616;
				padding: 0px;
				margin: 0;
			}

			.testimonials_widget .right .comp {
				padding: 0px;
				margin: 0;
			}

				.testimonials_widget .right .comp span {
					color: #fdce16;
				}

		.testimonials_widget .arrow_down {
			position: absolute;
			margin: 0px 0px 0px 37px;
			border-left: 20px solid transparent;
			border-right: 20px solid transparent;
			border-top: 10px solid #d9d9d9;
			font-size: 0px;
			line-height: 0;
		}

	/*flickr widget	*/
	.flickr_widget {
		width: 100%;
		padding: 30px 30px 17px 30px;
		margin: 0 0 40px 0;
		float: left;
		border: 1px solid #d9d9d9;
	}

		.flickr_widget img {
			width: 65px;
			height: 65px;
			margin-right: 8px;
			margin-bottom: 8px;
			border: 0px solid #999 !important;
			transition-property: background-color, color;
			transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}

			.flickr_widget img:hover {
				border: 2px solid #FDCE16 !important;
				transition-property: background-color, color;
				transition-duration: 0.3s;
				transition-timing-function: ease-out;
			}

	.copyrights a {
		color: #fdce16;
	}
	
	
	
	
	
	