body {
	background:#fff;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.pg-wrapper{
	width:100%;
	margin:0 auto;
	overflow-x:hidden;
}
.push-top-150{
	margin-top: 15px;
}

.m-b-25{
	margin-bottom: 25px;
}
.m-b-50{
	margin-bottom: 50px;
}


/*
***********************
	Page Slider Styling
***********************
*/

.slider-holder
        {
            width: 880px;
            height: 350px;
			background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            text-align: center;
            overflow: hidden;
        }
       
        .image-holder
        {
            width: 2640px;
            background-color: white;
            height: 350px;
            clear: both;
            position: relative;
           
            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;.images-block-cont
            transition: left 2s;
        }
       
        .slider-image
        {
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
        }
       
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }
       
        #slider-image-2:target ~ .image-holder
        {
            left: -880px;
        }
       
        #slider-image-3:target ~ .image-holder
        {
            left: -1760px;
        }
       
        .button-holder
        {
            position: relative;
            top: -30px;
			z-index:10000;
        }
       
        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: #ffffff;
			
        }
		
		
		
/*************************/







/*
***********************
	Page Header Styling
***********************
*/
.pg-header{

}
.pg-header-inner{
	width: 60%;
	margin: 0 auto;
	min-width: 1024px;
}
.social-icons{
	height:30px;
	position: relative;
	left:75%;
}
.social-icons i{
	display: inline-block;
	padding:5px;
	font-size: 12px;
	margin-right: 15px;
	color:#333;
}
.header-content{
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	height: 350px;
	max-width: 60%;
	min-width:1024px;
}
.tsf-logo{
	width: 180px;
	position: relative;
	top: 25%;
	z-index: 9999;
}
.tsf-logo img{
	width: 100%;
}
.tsf-block-cont{
	position: absolute;
	overflow: hidden;
	height:180px;
	width:360px;
	bottom: 0;
	left:40px;
}
.tsf-block{
	width:250px;
	height: 250px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #f3931d;
	position: relative;
	top: 55px;
	left:55px;
	z-index: 9999;
}
.tsf-block-content{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	text-align: center;
	width: 80%;
	position: relative;
	top: 15%;
	left: -10%;
}
.tsf-block-content span{
	display: block;
	margin-bottom: 10px;
}
.tsf-block-heading{
	font-size: 18px;
	font-weight: bold;
}

.images-block-cont{
	position: absolute;
	height: auto;
	width: auto;
	top: 0px;
	left: 46px;
	/*-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-o-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);*/
}
.images-block{
	width: 530px;
	height: 350px;
	background: #333;
	overflow: hidden;
	transform:skew(45deg);
	background: #e3e3e3;
	position: relative;	/*bottom: 125px;
	left:55px;*/
}
.images-block-content{

}
.images-block-content img{
	width: 165%;
	position: absolute;
	left:-14%;
	top:-56%;

	-webkit-transform:skew(-45deg);
	-moz-transform:skew(-45deg);
	-o-transform:skew(-45deg);
	-ms-transform:skew(-45deg);
	transform:skew(-45deg);
}

.consult-block-cont{
	position: absolute;
	overflow: hidden;
	height: 180px;
	width: 360px;
	top: 0;
	left: 572px;
}
.consult-block{
	width:250px;
	height: 250px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #808283;
	position: relative;
	bottom: 125px;
	left:55px;
	z-index:9999;
}
.consult-block-content{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	text-align: center;
	width: 80%;
	position: relative;
	bottom: -50%;
	left: 23%;
	z-index:9999;
}
.consult-block-content span{
	display: block;
	margin-bottom: 10px;
	z-index:99999;
}
.consult-block-heading{
	font-size: 16px;
	font-weight: bold;
	z-index:99999;
}
.consult-block-text{
	font-size: 12px;
	z-index:99999;
}

.bottom-grey-block-cont{
	position: absolute;
	overflow: hidden;
	height:170px;
	width:360px;
	bottom:0px;
	left:770px;
	z-index:9999;
}
.bottom-grey-block{
	width:250px;
	height: 250px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #c9cacb;
	position: relative;
	bottom: 125px;
	left:55px;
	z-index:9999;
}

.top-grey-block-cont{
	position: absolute;
	overflow: hidden;
	height:110px;
	width:250px;
	bottom:180px;
	left:890px;
	/*border:1px solid red;*/
	z-index:9999;
}
.top-grey-block{
	width:150px;
	height: 150px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #d9d9d9;
	position: relative;
	top: 35px;
	left:55px;
	z-index:999;
	z-index:9999;
}

/*
***********************
	Page Nav Styling
***********************
*/
.pg-nav{
	background: #f3931d;
	/*height: 35px;*/
	z-index: 999;
  position: relative;
}
.pg-nav-inner{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	min-width: 1024px;
}
.pg-nav ul{
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}
.pg-nav ul li{
	display: inline-block;
}

.pg-nav ul li a{
	display: inline-block;
	color:#fff;
	padding:10px;
	border-left: 1px solid white;
}
.pg-nav ul li:last-child a{
	border-right: 1px solid white;
}

.pg-nav ul li a:hover{
	color:#333;
	text-decoration: none;
}

.pg-nav ul li.has-dropdown{
	position: relative;
}
.pg-nav ul li.has-dropdown ul{
	position: absolute;
	background: #f3931d;
	display: none;
}
.pg-nav ul li.has-dropdown ul > li{
	border-top:1px solid white;
	border-bottom: 1px solid white;
}
.pg-nav ul li.has-dropdown ul > li a{
	border:0;
	min-width: 130px;
	display: inline-block;
	text-align: left;
}

/*
***********************
	Page Body Styling
***********************
*/

.pg-body{
	padding:25px;
	background: #efefef;
	width: 100%;
	padding-bottom: 50px;
	/*height: 600px;*/
}
.pg-body-inner{
	width: 75%;
	/*max-width: 1024px;*/
	margin: 0 auto;
}
.pg-body-inner img{
	width: 100%;
}
.pg-heading{
	color:#f3931d;
	margin-bottom:10px;
}
.pg-heading:after{
	height: 3px;
	content: "";
	background: rgba(0,0,0,0.3);
	width: 100px;
	margin-top: 25px;
	display: block;
}
.page-box{
	background: #fff;
	padding:10px 15px;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
}
.content-block{
	color:#6b6b6b;
	font-size:13px;
	margin-bottom: 55px;
	margin-left: 20px;
}
.content-block h2{
	color:#f3931d;
	position: relative;
	display: block;
}
.content-block h2 small{
	color:#6b6b6b;
	font-size:18px;
}
.content-block h2::before{
	width:30px;
	height: 30px;
	content: "";
	display: block;
	position: absolute;
	top:-10px;
	left:-20px;
	background-image:url('../images/heading_graphic.png');
	background-size: 30px 30px;
}
.content-block ul{
	width: 90%;
	margin-top:25px;
	margin-bottom: 25px;
	/*color:#7b7b7b;*/
}
.content-block ul li{
	margin-bottom: 10px;
}
.content-block a{
	color:#f3931d;
}
.content-block a:hover{
	color:#333;
}
.pg-body-inner img.about-image{
	width:80%;
	vertical-align: bottom;
	position: relative;
	bottom: 0;
}

.process{
	border-left:3px solid rgba(0,0,0,0.1);
	padding-left:60px;
	margin-left:35px;
}
.process .content-block{
	position: relative;

}
.process .content-block:before{
	content:"";
	height:3px;
	width:50px;
	background:rgba(0,0,0,0.1);
	position: absolute;
	left: -80px;
	top:10px;
}
.process .content-block .diamond{
	content:"";
	height:20px;
	width:20px;
	background:#f3931d;
	position: absolute;
	left: -92px;
	top:2px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.team{
	background: #fff;
	padding:10px 50px;
	min-height: 320px;
	box-shadow:0px 1px 1px 1px rgba(0,0,0,0.1);
}
.team h2{
	/*text-transform: capitalize;*/
}

.partner-image{
	width:300px !important;
	margin:10px 0px;
}
.btn-default{
	margin-top: 10px;
	color:#fff !important;
	background: #7b7b7b;
	border-radius: 0;
}
.btn-default:hover, .default:focus, .default:active{
	margin-top: 10px;
	color:#fff !important;
	background: #f3931d;
}
.contact-form-container .alert {
  display: none;
}
.contact-info{
	display: block;
	margin-bottom: 10px;
}
.contact-info i{
	color:#f3931d;
	display: inline-block;
	margin-right: 15px;
}
/* Bootstrap Form Style Overrides */
.form-control {
  border-radius: 0;
  box-shadow: none;
  padding: 1px 1px;
  border: 0;
  margin-bottom: 20px;
  background: #fff;
  height: auto;
  box-shadow:0px 1px 1px 0.5px rgba(0,0,0,0.1);
}
.form-control:focus {
  border-color: #999999;
  box-shadow: none;
  border-width: 1px;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control:-moz-placeholder {
  color: #333333;
}
.form-control::-moz-placeholder {
  color: #333333;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
textarea.form-control {
  min-height: 200px;
}
.select-form{
	height:35px;
}
/*
***********************
	Page Footer Styling
***********************
*/
.pg-footer{

}
.pg-footer-inner{
	width: 80%;
	margin: 0 auto;
}
.partner-logos{
	float:right;
}
.partner-logos .partner-logo{
	height: 60px;
	overflow: hidden;
	display: inline-block;
}
.partner-logos .partner-logo img{
	position: relative;
	top:-30px;
	width:124px;
}

.grey-seperator{
	background: #6b6b6b;
	height: 25px;
}
.footer-content{
	color:#7b7b7b;
	text-align: center;
	padding:15px 0px;
}




/* iPad 3 & 4 */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad */
@media only screen and (min-width : 768px) and (max-width : 1024px){

}

@media only screen and (min-width: 568px) and (max-width: 768px){
	.social-icons{
		height:30px;
		position: relative;
		left:80%;
	}
	.social-icons i{
		display: inline-block;
		padding:5px;
		font-size: 15px;
		margin-right: 15px;
		color:#333;
	}
	.pg-header-inner{
		width: 80%;
		margin: 0 auto;
		min-width: 320px;
	}
	.header-content{
		margin: 0 auto;
		margin-bottom: 5px;
		position: relative;
		height: 150px;
		max-width: 568px;
		min-width: 320px;
		/*border-top: 1px solid rgba(0,0,0,0.2);
		padding-top: 15px;*/
	}
	.tsf-logo{
		width: 150px;
		position: relative;
		margin: 0 auto;
		top: 0%;
		left: -30%;
	}
	.tsf-logo img{
		width: 100%;
	}
	.bottom-grey-block-cont{
		position: absolute;
		overflow: hidden;
		height:170px;
		width:360px;
		top:0px;
		left:250px;
	}
	.bottom-grey-block{
		width:200px;
		height: 200px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		background: #c9cacb;
		position: relative;
		bottom: 100px;
		left:55px;
	}

	.nav-icon{
		position: absolute;
		display: none;
		top: 0px;
		left: 10px;
		font-size: 18px;
		color:#333;
	}

	.pg-nav-inner{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		min-width: 320px;
	}

	.pg-nav ul{
		/*display: none;*/
		list-style: none;
		list-style-position: outside;
		padding: 0;
		margin: 0;
	}
	.pg-nav ul li{
		display: inline-block;
	}

	.pg-nav ul li a{
		display: inline-block;
		color:#fff;
		padding:10px 5px;
		border-left: 1px solid white;
		font-size: 12px;
	}
	.pg-nav ul li:last-child a{
		border-right: 1px solid white;
	}

	.pg-nav ul li a:hover{
		color:#333;
		text-decoration: none;
	}

	.process{
		margin-left:10px;
	}
}

/* iPhone 6 Plus */
@media only screen and (min-width : 414px) and (max-width : 736px) {


}

/* iPhone 6 */
@media only screen and (min-width : 375px) and (max-width : 667px) {

}

/* iPhone 5 & 5s */
@media only screen and (min-width : 320px) and (max-width : 568px) {
	.social-icons{
		height:30px;
		position: relative;
		left:65%;
	}
	.social-icons i{
		display: inline-block;
		padding:5px;
		font-size: 15px;
		margin-right: 15px;
		color:#333;pg-heading
	}
	.pg-header-inner{
		width: 60%;
		margin: 0 auto;
		min-width: 320px;
	}
	.header-content{
		margin: 0 auto;
		margin-bottom: 5px;
		position: relative;
		height: 120px;
		max-width: 568px;
		min-width: 320px;
		/*border-top: 1px solid rgba(0,0,0,0.2);
		padding-top: 15px;*/
	}
	.tsf-logo{
		width: 120px;
		position: relative;
		margin: 0 auto;
		top: 0%;
		left: -30%;
		background-color:#fff;
	}
	.tsf-logo img{
		width: 100%;
	}
	.bottom-grey-block-cont{
		position: absolute;
		overflow: hidden;
		height:170px;
		width:360px;
		top:0px;
		left:100px;
	}
	.bottom-grey-block{
		width:150px;
		height: 150px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		transform:rotate(45deg);
		background: #c9cacb;
		position: relative;
		bottom: 75px;
		left:55px;
	}

	.nav-icon{
		position: absolute;
		top: 0px;
		left: 10px;
		font-size: 18px;
		color:#333;
		display: none;
	}

	.pg-nav-inner{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		min-width: 320px;
	}

	.pg-nav ul{
		/*display: none;*/
		list-style: none;
		list-style-position: outside;
		padding: 0;
		margin: 0;
	}
	.pg-nav ul li{
		display: inline-block;
	}

	.pg-nav ul li a{
		display: inline-block;
		color:#fff;
		padding:10px 5px;
		border-left: 1px solid white;
		font-size: 12px;
	}
	.pg-nav ul li:last-child a{
		border-right: 1px solid white;
	}

	.pg-nav ul li a:hover{
		color:#333;
		text-decoration: none;
	}
	.process{
		margin-left:-20px;
	}

}

/* iPhone 2 - 4s */
@media only screen and (min-width : 320px) and (max-width : 480px) {

}
