/*--------------CSS/*--------------CSS RESET------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		/*font: inherit;*/
		vertical-align: baseline;
	}
	body{font-family: "proxima-nova";    font-weight: 300;}
	b, strong {
		font-weight: 700;
	}
	ul, ol{
		padding:0px;
	}
	td, th{
		padding: 0;
	}
	a{
		color: #ef9e00;
		text-decoration:none !important;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;	
	}
	a:hover, a:focus{
		color: #ef9e00;
	}
	.slide a{
		text-decoration:none !important;
	}
	hr{
		background: #5c778d;
		height: 1px;
	}
	table{width: 100%;}
	sup,small{font-size: 12px;}
	strong{font-weight: 700;}
/*--------------END CSS RESET------------------*/


/******Core Rules ********/
	.alignnone {
		margin: 5px 20px 20px 0;
	}
	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	.alignright {
		margin: auto;
		max-width: 170px;
		width: 100%;
		background: #ef9e00;
		display: block;
		padding: 0px 5px;
		text-align: center;
		font-size: 16px;
		line-height: 48px;
		border-radius: 5px;
		float: right;
		color: #FFF;
		border: 1px solid #ef9e00;
			-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;cursor: pointer;
	}
	.alignleft {
		margin: auto;
		max-width: 170px;
		width: 100%;
		background: #ef9e00;
		display: block;
		padding: 0px 5px;
		text-align: center;
		font-size: 16px;
		line-height: 48px;
		border-radius: 5px;
		float: left;
		color: #FFF;
		border: 1px solid #ef9e00;
			-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;cursor: pointer;
	}
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}
	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}
	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}
	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}
	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}
	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	/***** End Code Rule *****/
	
/*  ---------------------------------------------------------------------
        Header Start
    --------------------------------------------------------------------- */
	.no-padding{padding:0px;}	
	.trans{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
	.trans1{    
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	}
	.HeaderRowTop ul{
		list-style: none;
		width: 100%;
		display: block;
		float: right;
		max-width: 405px;
	}
	.HeaderRowTop ul li{
		font-family: proxima-nova;
		font-size: 23px;
		font-weight: 700;
		line-height: 28px;
		color: #d9d6a8;
	}
	.HeaderRowTop ul li.hd_enq_cta a{border: 3px solid #d9d6a8;display:block;padding: 7px 0;font-size: 18px;line-height: 28px;text-transform: uppercase;}
	.HeaderRowTop ul li span{}
	.HeaderRowTop ul li.hd_phone{
		float: left;    
		position: relative;
		top: 10px;
	}
	.HeaderRowTop ul li.hd_enq_cta {
		float: right;
		
		max-width: 180px;
		width: 100%;
		text-align: center;
		/* padding: 7px 0; */
	}
	.HeaderRowTop ul li.hd_enq_cta:hover {
		background: #d9d6a8;
		
	}	
	.HeaderRowTop ul li.hd_enq_cta:hover a{border: 3px solid #d9d6a8;}	
	  .HeaderRowTop ul li.hd_phone a  {pointer-events: none;}
	.HeaderRowTop ul li a{color:#7891b0;    }
	.HeaderRowTop {
		float: left;
		clear: both;
		width: 100%;
		padding: 15px 0 7px;
	}

	.HeaderRowMenu {
		float: left;
		clear: both;
		width: 100%;
		padding-top: 19px;
		padding-bottom: 22px;
	}	
	.HeaderRowMenu nav.navbar.navbar-inverse {
		margin: 0;
		width: 100%;
	}	
	.HeaderRowMenu  .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    border: none;
 }
	.HeaderDataRight {
    max-width: 835px;
    width: 100%;
    padding-right: 0;
 }

	.HeaderDataLeft {
		max-width: 335px;
		width: 100%;
		padding: 0;
	}
/*  ---------------------------------------------------------------------
        Header END
    --------------------------------------------------------------------- */
	
	
	
/*  ---------------------------------------------------------------------
        Header Menu here
    --------------------------------------------------------------------- */
	.HeaderRowMenu .navbar-inverse .navbar-nav>li {margin:0 40px;}	
	.HeaderRowMenu .navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    line-height: 28px;
    color: #7891b0;
    font-family: proxima-nova;
    font-weight: 700;
    text-transform: uppercase;    padding: 0 ;
	}
	.HeaderRowMenu .navbar-inverse .navbar-nav>li>a:hover {
    color: #d9d6a8;
	}
	.HeaderRowMenu .navbar-inverse .navbar-nav>li:last-child{margin-right:0px;}
	.HeaderRowMenu .navbar-inverse .navbar-nav>.active>a,.HeaderRowMenu .navbar-inverse .navbar-nav>.active>a:hover,.HeaderRowMenu .navbar-inverse .navbar-nav>.active>a:focus{
		background-color:transparent;
		color:#d9d6a8;
	}
	.HeaderRowMenu .navbar-inverse .navbar-nav>li.active>a:after{
	content: " ";
	border-bottom-style: solid;
	display: block;
	width: 38px;
	color: #7891b0;
	text-align: center;
	margin: auto;
	top: 3px;
	position: relative;
	border-width: 4px;
	}
	.HeaderRowMenu .navbar-header {
		float: right;
	}
	div#menu-main {
    padding: 0;
	}
	header.headerGroup {
    padding-top: 18px;
	}
	.HeaderRowMenu .navbar-inverse .navbar-nav>li.dropdown:hover ul.dropdown-menu{
		display: block;
		min-width: 240px;
		/* width: 100%; */
		padding: 10px 0 10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		/* opacity: 1; */
		background: #7891b0;
		border: none;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		top:100%;    border-radius: 0;
		}
		.HeaderRowMenu .sub-menu li {
		display: block;
		padding-top: 3px;
		clear: both;
		white-space: nowrap;
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		position: relative;
		padding-bottom: 3px;
		}
		.HeaderRowMenu .sub-menu>li>a {
		font-size: 15px;
		line-height: 25px;
		color: #fff;
		font-family: proxima-nova;
		font-weight: 700;
		text-transform: uppercase;
			padding: 0;
		}	
	.HeaderRowMenu .sub-menu>li>a:hover {color:#d9d6a8;}
/*  ---------------------------------------------------------------------
        Home Slider
    --------------------------------------------------------------------- */	
	.Slider.Banner {
		height: 630px;
		background-size: cover;
		background-position: top center;
	}	
	.brd_top {
		position: absolute;
		top: 0;
		border-top: 10px solid #7891b0;
		width: 100%;
		z-index:9;
		left: 0;
		right: 0;
	}

	.slider_overlay .container {
		position: relative;
		height: 100%;
	}

	.brd_btm {
		position: relative;
		bottom: 0;
		border-top: 10px solid #7891b0;
		width: 100%;
	}

	.slider_overlay {
		height: 100%;
	}	
	.slider_heading {
		position: absolute;
		bottom: 21%;
		z-index: 99;
	}	
	.slider_heading h4 {
	font-family: proxima-nova;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-weight: 700;
    text-shadow: .2px 1px 0px rgba(58, 58, 58, 0.5);
	}	
	.homepageSlider a.left_arrow span:after{
	 /*content: url(../images/twitter-left-arrow.png)*/
	 z-index: 999999;
	 font-size: 30px;
	 border-style: solid;
	 border-width: 3px 3px 0px 0px;
	 content: '';
	 display: inline-block;
	 height: 25px;
	 position: relative;
	 text-align: center;
	 transform: rotate(225deg);
	 -ms-transform: rotate(225deg);
	 -moz-transform: rotate(225deg);
	 -webkit-transform: rotate(225deg);
	 -o-transform: rotate(225deg);
	 -webkit-transform: rotate(225deg);
	 vertical-align: middle;
	 width: 25px;
	 color: #fff;
	 right: 0;
	 top: 0;
	 left: 0px;
	}
	.homepageSlider a.right_arrow span:after{
		/*content: url(../images/twitter-right-arrow.png)*/
		z-index: 999999;
		font-size: 30px;
		border-style: solid;
		border-width: 3px 3px 0px 0px;
		content: '';
		display: inline-block;
		height: 25px;
		position: relative;
		text-align: center;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		vertical-align: middle;
		width: 25px;
		color: #fff;
		right: 0;
		top: 0;
		left: 0px;
		}
	.homepageSlider a.right_arrow {
		width: 18px;
		height: 32px;
		position: absolute;
		top: 50%;
		right: 23px;
	}
	.homepageSlider a.left_arrow {
		width: 18px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 15px;
	}
	.homepageSlider a.left_arrow:hover span:after{color: #7891b0;}	
	.homepageSlider a.right_arrow:hover span:after{color: #7891b0;}	
	.homepageSlider .container {
    position: relative;
	}
	.homepageSlider .carousel-indicators li{    border-radius: 0;    width: 60px;
    height: 10px;border:none;    background-color: #fff;    margin: auto 1px;}
	.homepageSlider .carousel-indicators .active {
    margin: 0;
    background-color: #7891b0;
    border-radius: 0;
	}
	.homepageSlider ol.carousel-indicators {
	text-align: left;
    bottom: 60px;
    margin-left: 0;
    left: 0px;
	}	
	/*  ---------------------------------------------------------------------
        Home page about section
    --------------------------------------------------------------------- */		
	.hm_about_section {
		margin: 110px 0 95px;
	}

	.abt_content_wrapper {
		max-width: 640px;
		width: 100%; padding-left: 20px;
	}

	.abt_image_wrapper {
		max-width: 500px;
		width: 100%;
		position: relative;
	}
	.abt_Big_imgage_section {
		max-width: 460px;
		width: 100%;
		position: relative;
	}
.hm_about_section  .section_title {
    padding-bottom: 10px;
}
	.overlay_logo {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.abt_Small_imgage {
		position: absolute;
		bottom: -78px;
		right: 15px;
		border-left: 10px solid #fff;
		border-top: 10px solid #fff;
	}
	.abt_image_wrapper .normal_state {
		display: block;
	}

	.abt_image_wrapper .hover_state {
		display: none;
	}	
	.abt_image_wrapper:hover .normal_state {
		display: none 
	}

	.abt_image_wrapper:hover  .hover_state {
		display: block ;
	}	
	.hm_about_section .section_title h4 {
		font-family: proxima-nova;
		font-weight: 700;
		font-size: 30px;
		line-height: 50px;
		color: #7891b0;
		text-transform: uppercase;
		letter-spacing: 0;
		position: relative;
		top: -13px;
	}

	.hm_about_section .section_title h4 span {
		color: #d9d6a8;
		padding: 0 5px;
	}
	.hm_about_section .section_content p {
		font-family: Raleway;
		font-size: 16px;
		line-height: 28px;
		color: #7c7c7c;
		font-weight: 600;
		margin-bottom: 30px;
	}	
	.hm_about_section .section_button {
    margin-top: 60px;
	}
	a.enquirynow {
		display: block;
		max-width: 180px;
		width: 100%;
		border: 3px solid #d9d6a8;
		text-align: center;
		padding: 8px 0;
		font-size: 18px;
		line-height: 28px;
		color: #7891b0;
		font-weight: 700;
		font-family: proxima-nova;
		text-transform: uppercase;
	}

	/*  ---------------------------------------------------------------------
        Home page  tick section
    --------------------------------------------------------------------- */		
		.tick_image_wrap span img {
		margin: auto;
	}
	.tick_container {
		display: table;
		border-right: 2px solid #fff;
		height: 100%;
		padding:0 5px;
	}
	.tick_container:first-child {border-left: 2px solid #fff;}
	.tick_wrapper {
		height: 100%;
		/* display: table; */
	}
	.tick_inner_wrapper {
		display: table-cell;
		vertical-align: middle;
	}
	.tick_section .container {
		height: 100%;    
	}
	.tick_section {
		height: 265px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		position:relative;
	}
	.tick_text_wrap p {
		font-size: 23px;
		line-height: 25px;
		font-family: proxima-nova;
		font-weight: 600;
		color: #fff;
		text-align: center;    text-transform: uppercase;
	}

	.tick_image_wrap {
		padding-bottom: 30px;
	}	
	.tick_section .container {
		height: 100%;
		left: 0;
		right: 0;    z-index: 10;    position: absolute;
	}
	/*  ---------------------------------------------------------------------
        Home page  who we work for section
    --------------------------------------------------------------------- */		
	.who_we_work {
		margin: 65px auto 90px;
	}

	.client_logo_wrapper_title h4 {
		font-size: 30px;
		line-height: 50px;
		font-weight: 700;
		font-family: proxima-nova;
		text-transform: uppercase;
		text-align: center;
		color: #7891b0;
	}

	.client_logo_wrapper {
		padding-top: 65px;
	}
	.clnt_logo_list:hover .client_overlay_details{display: table;position: absolute;top: 0;height: 100%;background: #7891b0;opacity: .9;z-index: 2;max-width: 100%;width: 100%;padding: 3px;text-align: center;}
	.client_overlay_details {
		/* display: none; */
		opacity: 0;
		position: absolute;
		top: 0;
		height: 100%;
		text-align: center;    
	-webkit-transition:  background .3s;
    -moz-transition:  background .3s;
    -o-transition: background .3s;
    transition:  background .3s;
	}	
	.clnt_logo_list:nth-child(4n+1){
		margin-left: 0;
	}
	.clnt_logo_list:nth-child(4n+4) {
		margin-right: 0;
	}
	.client_logo_wrap {
		border: 4px solid #f2f2f2;
		/* display: table-cell; */
		/* vertical-align: middle; */
		text-align: center;
		opacity: 1;
		width: 100%;
		position: relative;
		height: 100%;
	}
	.logo_image {
		display: table;
		height: 100%;
		width: 100%;
	}
	.logo_image span{display:table-cell;vertical-align:middle;text-align:center;}	
	.clnt_logo_list {
    max-width: 277px;
    width: 100%;
    height: 160px;
    /* display: table; */
    margin-bottom: 20px !important;
    padding: 0;
    margin: auto 10px;
    text-align: center;
 }	
	.client_title {
		z-index: 3;
		opacity: 1;
		font-size: 18px;
		line-height: 28px;
		color: #fff;
		font-family: proxima-nova;
		font-weight: 700;padding-bottom: 6px;
	}

	.client_description {
		z-index: 3;
		opacity: 1;
	}

	.client_description p {
		font-family: Raleway;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		font-weight: 600;
	}
	.inner_overlay_details{
    display: table-cell;
    vertical-align: middle;    padding: 0 10px;
	}
	/*  ---------------------------------------------------------------------
        Home page  fact section
    --------------------------------------------------------------------- */	
	.facts_section {
		background: #d9d6a8;
		/* padding: 90px 15px 100px; */
	}

	.facts_section_title h4 {
		font-family: proxima-nova;
		font-size: 40px;
		line-height: 50px;
		font-weight: 700;
		color:#7891b0;
	}
	.fact_image .hover_state{display:none;}
	.fact_heading h4{}
	.fact_heading {
    /* float: left; */
	}

	.fact_image {
		float: left;
		max-width: 100px;
		width: 100%;
		height: 100px; background: #fff;
	}

	.fact_content {
		float: left;
		max-width: 1040px;
		width: 100%;
		padding-left: 40px;
	}

	.fact_item {
		float: left;
		width: 100%;
		margin-bottom: 70px;
	}

	.facts_listing {
		/* padding-top: 85px; */
		padding-top: 71px;
		padding-bottom: 15px;
		border-bottom: 10px solid #7891b0;
	}
	.fact_heading h5{
	font-family: proxima-nova;
	font-size:23px;
	line-height: 45px;
	font-weight: 700;
	color:#7891b0;
	position: relative;
	top: -12px;
	}
	.fact_description p{		
	font-family: Raleway;
	font-size:16px;
	line-height:28px;
	font-weight: 700;
	color:#7891b0;
	}	
	.fact_heading h5 span {
		color: #fff;
		padding-right: 8px;
		font-size: 30px;
		line-height: 46px;
		font-weight: 700;
		font-family: proxima-nova;
		/* position: relative; */
		/* top: 2px; */
	}	
	.facts_section_title {
    padding-top: 80px;
 }
	.fact_image span.outerimgwrap span img {
    margin: auto;
	}
	span.outerimgwrap {
		height: 100%;
		display: table;
		text-align: center;    width: 100%;
	}

	span.outerimgwrap span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}	
	.fact_item:hover .fact_image{background:#7891b0;}
	.fact_item:hover .fact_image .hover_state{display:block;}
	.fact_item:hover .fact_image .normal_state{display:none;}
	/*  ---------------------------------------------------------------------
        contact info section
    --------------------------------------------------------------------- */	
	.Cnt_info_bar {
		height: 180px;
		background-image: url(../images/cntinfobg.png);
		background-position: center;
		background-repeat: no-repeat;
	}
	.Cnt_info_bar .cnt_inc {
		/* display: table; */
		height: 100%;
	}
	.Cnt_info_bar .container .cnt_info_wrap {
		display: table;
		height: 100%;
	}
	.inner_cnt_info_wrap {
		display: table-cell;
		vertical-align: middle;
	}	
	.basic_cnt_wraper ul li {
		float: none;
		font-family: proxima-nova;
		font-size:23px;
		line-height: 38px;
		font-weight: 700;
		color:#7891b0;
		display: inline-block;
	}
	.basic_cnt_wraper ul li p {
		float: left;
		color:#d9d6a8;padding-right: 5px;
	}
	.basic_cnt_wraper ul li span{
		    float: left;
	}	
	.basic_cnt_wraper ul li a{color:#7891b0;float:left;    pointer-events: none;}
	.basic_cnt_wraper ul  {
		/* display: inline-block; */
		/* list-style:none; */
		/* width: 100%; */
		/* max-width: 880px; */
		/* margin: auto; */
		/* text-align: center; */
		/* float: left; */
	}
	.cnt_info_wrap address{	font-family: proxima-nova;
		font-size:23px;
		line-height: 38px;
		font-weight: 700;
		color:#7891b0;    text-align: center;}
		.basic_cnt_wraper {
		max-width: 870px;
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		}
	li.cntphonelist {
		max-width: 200px;width: 100%;
	}		
	li.cntfaxlist {
		max-width: 165px;
		width: 100%;
	}	
	li.cntddresslist {
		max-width: 270px;width: 100%;
	}	
	/*  ---------------------------------------------------------------------
        Footer
    --------------------------------------------------------------------- */
	footer#colophon {
    background: #7891b0;    padding: 70px 0;
	}
	.FT_Middle_Row .navbar-nav>li>a{
		font-family: proxima-nova;
		font-size:16px;
		line-height: 28px;
		font-weight: 700;
		color:#fff;		
		text-transform:uppercase;
		padding:0px;
	}
	.FT_Middle_Row .nav>li>a:hover, .FT_Middle_Row .nav>li>a:focus {
		text-decoration: none;
		background-color:transparent;
	}	
	.FT_Middle_Row ul#menu-footer-menu {
		float: none;
		max-width: 800px;
		width: 100%;
		margin: auto;    text-align: center;
	}
	.FT_Middle_Row .navbar-nav>li{margin: 0 33.5px;    display: inline-block;
    float: none;}	
	.FT_Middle_Row  .navbar-nav>.active>a,
	.FT_Middle_Row .navbar-nav>.active>a:hover,
	.FT_Middle_Row  .navbar-nav>.active>a:focus {
		background-color: transparent;
		color: #d9d6a8;
		outline: none;;
	}	
	.FT_Middle_Row  .navbar-nav>li.active>a:after {
		content: " ";
		border-bottom-style: solid;
		display: block;
		width: 40px;
		color: #fff;
		text-align: center;
		margin: auto;
		top: 3px;
		position: relative;
		border-width: 4px;
	}	
	.FT_Top_Row a.enquirynow {
		margin: auto;
		border: 3px solid #fff;
		color: #fff;
		max-width: 280px;
		width: 100%;
		padding: 14px 0;font-size: 21px;
	}

	.FT_Middle_Row {
		padding: 55px 0 55px;
	}

	.FT_Bottom_Row {
		text-align: center;
	}	
	.FT_Bottom_Row p{
		font-family: proxima-nova;
		font-size:14px;
		line-height: 28px;
		font-weight: 300;
		color:#fff;
	}
	/*  ---------------------------------------------------------------------
        OUR TEAM
    --------------------------------------------------------------------- */	
.pageBanner.parallax-window {
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	position:relative;
}
/*****/
span.page_banner_inner_title{/*display:table;height:100%;*/}
span.page_banner_inner_title span{/*display:table-cell;vertical-align:middle;*/}
.page_banner_logo_wrap {
    position: relative;
    height: 100%;
}
.page_banner_title {
    position: absolute;
    height: 100%;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 6;
}
.cntpgbrd .brd_btm {
    bottom: 0px;
}
.page_banner_title_inner {display: table;height: 100%;/*width: 100%;*/    position: relative;}
.page_banner_title_inner h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova;
    font-weight: 700;
    text-align: center;
}
/***/
.thin_color_overlay {
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    z-index: 5;
    opacity: .2;
}	
.page-banner-inner{
    height: 100%;
    display: table;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-banner-inner.container h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
    /* text-shadow: 0px 0px 1px #000; */
    font-family: proxima-nova;
    font-weight: 700;
}
.template_page_title {
    margin: 75px 0;
    text-align: center;
}
.PageTemplateData  .template_page_title {
    margin: 75px 0 45px;
    text-align: center;
}
.template_page_title h3 {
    font-family: Raleway;
    font-size: 21px;
    line-height: 35px;
    color: #7891b0;
    font-weight: 700;
	text-transform:uppercase;
}
.template_page_content p {
    font-family: Raleway;
    font-size: 16px;
    line-height: 28px;
    color: #7c7c7c;
    font-weight: 600;
	text-align:center;
	margin-bottom:20px;
}
.team_wraper {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.team_item {
    margin: 0;
    max-width: 372px;
    width: 100%;
    margin-bottom:22px;
    height:425px;
    display: inline-block;
    float: none;
}
.team_item:nth-child(3n+2) {
    margin: auto 22px 22px;
}
.member_info {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 14px 0;
    background: #fff;
}

.team_item_inner {
    position: relative;
}
.member_info p {
    font-family: Raleway;
    font-size: 18px;
    line-height: 35px;
    color: #7c7c7c;
    font-weight: 300;
	text-align:center;
}
.team_item:hover .member_info{background:#7891b0;}
.team_item:hover .member_info p{color:#fff;}
.team_item:hover .member_info img{-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
-webkit-transform-origin: top right;
-moz-transform-origin: top right;
-o-transform-origin: top right;
transform-origin: top right;}
.ourteam.LargeImage.parallax-window {
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-attachment: fixed;
}
.PageTemplateData .template_page_content p {
    color: #7c7c7c;
    font-family: Raleway;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
	/*  ---------------------------------------------------------------------
        Services
    --------------------------------------------------------------------- */	

.Service_template_page_title h2 {
    font-family: Raleway;
    font-size: 21px;
    line-height: 35px;
    color: #7891b0;
    font-weight: 700;
    text-transform: uppercase;
}
.pageData.servic_page {
    padding: 70px 0 55px;
}

.Service_template_page_title {
    text-align: center;
    padding-bottom: 5px;
}

.template_page_content p {
    color: #7891b0;
    font-family: Raleway;
    font-size: 21px;
    line-height: 35px;
    font-weight: 600;
	
}
.service_item {
    float: none;
    max-width: 372px;
    width: 100%;
    height: 342px;
    margin:0;
    margin-bottom: 20px;
    position:relative;
    overflow:hidden;
    display: inline-block;
}
.service_item:nth-child(3n+2) {margin: 0 20px 20px;}
.service_overlay {
   /* display: none;*/opacity:0;/*-webkit-transition: background 0.9s; */   height: 100%;
}
.service_normal {/*display: block;*/opacity:1;}
.service_item:hover .service_overlay {/*display:block;*/opacity:1;position: absolute;top: 0;background: #7891b0;height: 100%;}
.service_item:hover .service_normal {/*display:none;*/opacity: 1;}
.service_normal {
   /* position: absolute;
    top: 0;
    opacity: 1;*/
   overflow: hidden;
}
.normal_content_area {
    position: absolute;
    bottom: 45px;
    width: 100%;
    transform: translateY(55%);
 -webkit-transform:translateY(55%);
  -moz-transform:translateY(55%);
  -ms-transform:translateY(55%);
  -o-transform:translateY(55%);

	
	
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;	
	transition: all .1s ease-in-out;
	z-index:6;
}
.service_heading h4 {
    font-family: Raleway;
    font-size: 21px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
   
}
.service_line_accross:after{
    content: " ";
    border-bottom-style: solid;
    display: block;
    width: 75px;
    height: 5px;
    color: #fff;
    text-align: center;
    margin: 10px auto 20px;
 }
 .service_line_accross {
    float: left;
    width: 100%;
}
.service_overlay_inner {
    height: 100%;
    display: table;
    padding: 0 25px;
}

.service_overlay_real_wrapper {
    display: table-cell;
    vertical-align: middle;
}
.service_heading  a h4{
    font-family: Raleway;
    font-size: 21px;
    line-height: 35px;
    color: #d9d6a8;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block  
}
.service_heading {
    text-align: center;
}
.service_description p{
    font-family: Raleway;
    font-size: 16px;
    line-height:28px;
    color: #fff;
    font-weight: 600;
	text-align: center;	
}
.external_site_navigation {
    /*padding: 65px 0 85px;*/
}
.VBA_image_wrapper a img {
    /* margin: auto; */
    /* width: 100%; */
    /* max-width: 250px; */
}
.VBA_button_wrapper {
    text-align: center;
    padding-top: 25px;
}

.external_site_navigation .vbacont {
    padding: 55px 0 72px;
}
.VBA_image_wrapper {
    width: 100%;
    text-align: center;
}
.VBA_button_wrapper a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: Raleway;
    color: #747474;
}
.banner_logo_overlay{
    background-image: url(../images/page_banner_logo.png);
    background-position: right center;
    background-size: initial;
    position: absolute;
    width: 406px;
    height: 265px;
    right: 0;
    z-index: 6;
    bottom: 0
    }
	.VBA_button_wrapper a span:after{
	z-index: 999999;
	font-size: 30px;
	border-style: solid;
	border-width: 2px 2px 0px 0px;
	content: '';
	display: inline-block;
	height: 15px;
	position: relative;
	text-align: center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
	width: 15px;
	color: #747474;
	top: -1px;
	left: 5px;
	}
	.VBA_button_wrapper a:hover {color: #d9d6a8;	}
	.VBA_button_wrapper a:hover span:after { color: #d9d6a8;}
	/*  ---------------------------------------------------------------------
        Blog/News
    --------------------------------------------------------------------- */		
	.BlogPostwrapper {
		max-width: 850px;
		width: 100%;
		float: left;
		margin-right: 30px;
	}

	.InexedBlog.clearfix {
		float: none;
		clear: both;
		margin: 87px auto 50px;
	}

	.BlogSidebarwraper {
		max-width: 290px;
		width: 100%;
		float: left;
	}	
.sidedatawrapper {
    background: #7891b0;
    float: left;
    width: 100%;
    padding: 30px 30px 40px;
}

.sidecatwrapper ul {
    list-style: none;
    clear: both;
    /* float: left; */
    /* width: 100%; */
    padding-top: 10px;
}

.side_title_head.side_blog_cat h3 {
    font-family: proxima-nova;
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    color:#fff;
    text-transform:uppercase;
    text-align: left;
}
.sidecatwrapper ul li a{
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    font-family: Raleway;
    color: #fff;	
}
.sidecatwrapper ul li a:hover{
    color: #d9d6a8;	
}
.blog_post_content {
    position: absolute;
    bottom: 0;
    max-width: 507px;
    width: 100%;
    right: 0;
    background: #fff;
    padding-top: 25px;
    padding-left: 30px;
}

.blog_post_image {
    position: relative;
}
.blog_title h4 {
    font-family: proxima-nova;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    color: #7891b0;
}

.blog_meta {
    padding: 5px 0 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    font-family: Raleway;
    color: #d9d6a8;
}

.blog_description p {
    color: #747474;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: Raleway;
	margin-bottom:20px
}

.blog_button_group {}

a.moretag {
	margin-top:0px;
    font-family: proxima-nova;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    color: #7891b0;
    display: block;
    max-width: 120px;
    width: 100%;
    text-align: center;
    padding: 2px 0px;
    border: 3px solid #d9d6a8;    text-transform: uppercase;
}
.InexedBlog .BlogPostwrapper  .BlogPost {
    margin-bottom: 50px;
}
.InexedBlog .BlogPost:last-child {
    margin-bottom: 0;
}
/**************************paging***********************/
.pagingNav div.pagination span.current {
  margin-left: 0;
}
.pagingNav div.pagination span.pages{display:none;}
.pagingNav  div.pagination span.current,.pagingNav div.pagination a:hover ,.pagingNav div.pagination li.active a, .pagingNav div.pagination a:focus{
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: transparent !important;
  color: #7891b0!important;
  text-shadow: none;
  background-color: #d9d6a8;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  padding: 8px 15px 8px;
  font-size: 22px !important;
  line-height:24px !important;
  font-family: proxima-nova;
  margin: 0px 5px;
}
.pagingNav div.pagination li.active.hex2-paging a {
   padding: 8px 15px 8px;;
}
.pagingNav div.pagination a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius:100%;
  -khtml-border-radius: 100%;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: none;
  margin: 0px 5px;
  padding: 8px 15px 8px;
  display: inline-block;
  border-top: none;
  text-decoration: none !important;
  color: #fff!important;
  font-size: 22px !important;
  line-height:24px !important;
  text-shadow: none;
  background-color: #7891b0;
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  filter:none;
  font-family: proxima-nova;
}
.pagingNav div.pagination a.next:hover ,.pagingNav div.pagination a.previous:hover{background-color: #598d78;}
.pagingNav div.pagination a.next:hover:after {
content:url(../images/blognexthover.png);		
}
.pagingNav div.pagination a.previous:hover:after{content:url(../images/blogprevhover.png);}
.pagingNav div.pagination a.next ,.pagingNav div.pagination a.previous{
font-size: 0 !important;    font-family: museo-sans;		
line-height: 24pX !important;position: relative;padding: 3px 14px;background-color: #e0e8e4;top: -3px;}
.pagingNav div.pagination a.next:after{ 
	z-index: 999999;
    font-size: 30px;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    content: '';
    display: inline-block;
    height: 18px;
    position: relative;
    text-align: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    width: 18px;
    color: #747474;
    right: 0;
    top: 0;
    left: 0px;
}
.pagingNav div.pagination a.previous:after{ 
	z-index: 999999;
    font-size: 30px;
    border-style: solid;
    border-width: 2px 2px 0px 0px;
    content: '';
    display: inline-block;
    height: 18px;
    position: relative;
    text-align: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: middle;
    width: 18px;
    color: #747474;
    right: 0;
    top: 0;
    left: 0px;
}
.pagingNav .pagination {
    margin: 0;
    padding: 0;
    height: 40px;
	font-family: proxima-nova;
    /* overflow: hidden; */
}
.pagingNav .pagination ul.dc_pagination.dc_paginationA.dc_paginationA06 {
    list-style: none;
}

ul.dc_pagination.dc_paginationA.dc_paginationA06 li {
    float: left;
}
.pagingNav {
    clear: both;
    text-align: left;
    padding-top: 30px !important;
    /* padding-bottom: 50px; */
}
li.next.hex2-paging a:after{
	z-index: 999999;
	font-size: 30px;
	border-style: solid;
	border-width: 2px 2px 0px 0px;
	content: '';
	display: inline-block;
	height: 15px;
	position: relative;
	text-align: center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
	width: 15px;
	color: #fff;
	right: 3px;
	top: -1px;
}
li.prev.hex2-paging a:after{
	z-index: 999999;
	font-size: 30px;
	border-style: solid;
	border-width: 0px 0px 2px 2px;
	content: '';
	display: inline-block;
	height: 15px;
	position: relative;
	text-align: center;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	vertical-align: middle;
	width: 15px;
	color: #fff;
	top: -1px;
	left: 2px;
}
	/*  ---------------------------------------------------------------------
        Blog/News single
    --------------------------------------------------------------------- */
.BlogSingle {
    margin: 85px auto 75px;
}
.BlogSingle .blog_title {
    position: relative;
    top: -4px;
}
.BlogSingle .blog_meta {
    padding: 10px 0 25px;
}
.BlogSingle  .blog_description {
    padding-top: 50px;
    padding-bottom: 28px;
}
.BlogSingle  .blog_description.no-top_padding{ padding-top:0px;}
.BlogSingle .alignleft a,.BlogSingle .alignright a,.SingleTeamPage .alignleft,.SingleTeamPage .alignright{color:#7891b0;display:block;padding: 4px;    text-transform: uppercase;}
.BlogSingle .alignleft {
    margin: auto;
    max-width: 115px;
    width: 100%;
    background: transparent;
    display: block;
    padding: 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    color: #FFF;
    border: 3px solid #d9d6a8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: proxima-nova;
    font-weight: 700;
}
.SingleTeamPage .alignleft{background: #d9d6a8;}
.BlogSingle  .alignright.marginleft {margin-left: 0;}
.BlogSingle .alignright {
    margin: auto;
    max-width: 115px;
    width: 100%;
    background: transparent;
    display: block;
    padding:0px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    color: #FFF;
    border: 3px solid #d9d6a8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: proxima-nova;
    font-weight: 700;margin-left: 35px;
}
.back-to-blog a {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #7891b0;
    font-weight: 700;
    border: 3px solid #d9d6a8;
    max-width: 200px;
    width: 100%;
    display: block;
    padding: 9px 0;text-transform: uppercase;
}
.back-to-blog {
    margin-top: 30px;
}
	/*  ---------------------------------------------------------------------
        Contact
    --------------------------------------------------------------------- */
	.acf-map {
	width: 100%;
	height: 264px;
	text-align:center;
	}
	.cntpgbrd{position:relative;}
	.cnt_Form_title h4 {
    font-family: proxima-nova;
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    color: #7891b0;
    text-transform: uppercase;
    text-align: center;
	}

	.cnt_Form_desc p {
		color: #7891b0;
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		font-family: Raleway;
		text-align: center;
	}
	.cntForm {
    background: #d9d6a8;
	padding: 75px 0px 92px;
 }
.cnt_Form_desc {
    padding: 24px 0 47px;
}
/*****************************Gravity form *******************/
.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container textarea{
    background-size: initial;
    /* background-position: 37% 15%; */
    background-repeat: no-repeat;
    background-image: none;
    /* height: 50px; */
    padding: 10px 17px;
    background-color: #fff;
    border: none;
    max-width: 100%;
    color: #7891b0 !Important;
    font-family: Raleway;
    opacity: 1;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    line-height: 28px;
}
.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container input[type=text]{
    background-size: initial;
    /* background-position: 16% 50%; */
    background-repeat: no-repeat;
    background-image: none;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    max-width: 100%;
    color: #7891b0 !Important;
    font-family: Raleway;
    opacity: 1;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    line-height: 28px;
}
.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container input#input_1_4[type=text]{
    background-size: initial;
    /* background-position: 20% 50%; */
    background-repeat: no-repeat;
    /* background-image:url(../images/required.png); */
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    max-width: 100%;
    color: #7891b0 !Important;
    font-family: Raleway;
    opacity: 1;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
    line-height: 28px;
}
.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container input[type=email]{
    background-size: initial;
    /* background-position: 16% 50%; */
    background-repeat: no-repeat;
    background-image: none;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    /* max-width: 360px; */
    float: left;
    width: 100%;
    margin: auto;
    color: #7891b0 !Important;
    font-family: Raleway;
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.cntForm .gform_wrapper #gform_1  .ginput_container input[type=text]{
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    width: 100%;
    color: #7891b0 !Important;
		font-family: Raleway;
    opacity: 1;
    font-size:14px;
}
.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container input[type=tel]{
    /* background-position: 16% 49%; */
    background-repeat: no-repeat;
    background-image: none;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    width: 100%;
    color: #7891b0;
    font-family: Raleway;
    opacity: 1;
    font-size: 16px;
    background-size: initial;
    line-height: 28px;
}
.cntForm .gform_wrapper #gform_1   .ginput_container input.medium{ width:100%; height:50px; padding: 0 20px;
    background-color: #fff;
    border: none;
    width: 100%;
    color: #7891b0;
    font-family: museo;
    font-size:14px;}
.cntForm .gform_wrapper #gform_1   .ginput_container textarea{
    width:100%;
    padding: 0 20px;
    background-color: #fff;
    border: none;
    width: 100%;
    color: #7891b0;
    font-family: Raleway;
    font-size:14px;
    background-repeat: no-repeat;
    background-image:url(../images/required.png);
    background-size: initial;
    background-position: 98.5% 10%;
    padding: 10px 20px;
    line-height: 20px;
 }

.cntForm .gform_wrapper .gform_footer input.button,.FormSection .gform_wrapper .gform_footer input[type=submit] {
    max-width: 200px;
    width: 100%;
    position: relative;
    padding: 11px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
    box-shadow: none;
    border: 3px solid #fff;
    margin: auto;
    text-align: center;
    float: none;
    font-family: proxima-nova;
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}


.cntForm .gform_wrapper ul li.gfield {
    clear: none;
    max-width: 475px;
    float: left;
    width: 100%;
    /* margin: auto !important; */
}
.cntForm .gform_wrapper ul li.gfield:nth-child(3){}
.cntForm .gform_wrapper ul li:nth-child(1).gfield {
    margin: auto 20px;
    margin-right: 10px;
}
.cntForm .gform_wrapper ul li:nth-child(2).gfield {
    /* margin: auto 20px; */
    margin-left: 10px !important;
}
.cntForm .gform_wrapper ul li:nth-child(3).gfield {
    margin-right: 10px !important;
}
.cntForm .gform_wrapper ul li:nth-child(4).gfield {
    margin-left: 10px !important;
    /* margin-top: 12px; */
}
.cntForm .gform_wrapper ul li:nth-child(5).gfield {
    margin: auto 20px;
    max-width: 100%;
}
.cntForm .gform_wrapper ul li:nth-child(6).gfield {
    margin: auto 20px;
}
.cntForm .gform_wrapper .gfield_label_hidden.gfield_contains_required>.ginput_container,.FormSection .gform_wrapper .gfield_label_hidden.gfield_contains_required>.clear-multi,.FormSection .gform_wrapper .gfield_label_hidden>.ginput_container {
    margin-top: 20px;
}
.cntForm .gform_wrapper  {
    max-width: 970px;
    width: 100%;
    margin: auto;
}

.cntForm input::-webkit-input-placeholder {
	color:#7c7c7c;
		font-family: Raleway;font-size:16px;line-height:28px;font-weight:600;
}

.cntForm input:-moz-placeholder {
	color:#7c7c7c;
		font-family: Raleway;font-size:16px;line-height:50px;font-weight:600;
}

.cntForm input::-moz-placeholder {
	color:#7c7c7c;
		font-family: Raleway;
	opacity: 1;font-size:16px;line-height:50px;font-weight:600;
}

.cntForm input:-ms-input-placeholder {
	color:#7c7c7c;
	font-family: Raleway;
	font-size:16px;line-height:28px;font-weight:600;
}

.cntForm textarea::-webkit-input-placeholder {
	color:#7c7c7c;
		font-family: Raleway;font-size:16px;line-height:28px;font-weight:600;
}

.cntForm textarea:-moz-placeholder {
	color:#7c7c7c;
		font-family: Raleway;font-size:16px;line-height:50px;font-weight:600;
}

.cntForm textarea::-moz-placeholder {
	color:#7c7c7c;
		font-family: Raleway;
	opacity: 1;font-size:16px;line-height:50px;font-weight:600;
}

.cntForm textarea:-ms-input-placeholder {
	color:#7c7c7c;
	font-family: Raleway;
	font-size:16px;line-height:28px;font-weight:600;
}
.cntForm .gform_wrapper .gform_footer {
    padding: 41px 0 0px 0;
    margin: 0;
    clear: both;
    /* position: relative; */
    text-align: center;
}
.cntForm .gform_wrapper div.validation_error{display:none;}
.cntForm .gform_wrapper li.gfield.gfield_error{
    background-color:transparent;
    margin-bottom: 6px !important;
    padding: 6px 0px 0px 0px !important;
    border-top: none;
    border-bottom: none		
}
.cntForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
    margin-bottom: 0px !important;
    position: relative;
    padding: 0 !IMPORTANT;
    margin-top: 0;
}
.cntForm .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin-top: 0;
    position: absolute;
    bottom: -34px;
    font-family: Raleway;
    font-size: 15px;
    color:red;
    font-weight: 700;
}
.cntForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 25px;
}
.cntForm #gform_confirmation_message_1 {
    padding: 25px 0;
    font-size: 35px;
	font-family: Raleway;
    color: #fff;
    text-align: center;
}
 .cntForm .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #7891b0;
    border: 3px solid #d9d6a8;
}

.cntForm  #gform_1  input:focus{
	border:1px solid red;
	}
.cntForm  #gform_1  input[type=submit]:focus{ border:none !important;}
.cntForm  #gform_1  input:focus{
    border: 2px solid #7891b0 !important;
    background-image: none !important;
    color: #fff!important;
}
.cntForm #gform_1 textarea:focus{
    border: 2px solid #7891b0 !important;
    background-image: none !important;
    color: #fff!important;
}

.cntForm .gform_wrapper #gform_1 .gfield_label_hidden.gfield_contains_required .ginput_container input[type=tel]:focus{color: #000 !Important;}



.cntForm  input:focus::-webkit-input-placeholder {
	color:#fff;	

}
.cntForm input:focus:-moz-placeholder {
	color:#fff;	
}

.cntForm input:focus::-moz-placeholder {
	color:#fff;	
}

.cntForm input:focus:-ms-input-placeholder {
	color:fff;
}
.cntForm textarea:focus:-ms-input-placeholder {
	color:fff;
}	
.cntForm  textarea:focus::-webkit-input-placeholder {
	color:#fff;	
}
.cntForm textarea:focus:-moz-placeholder {
	color:#fff;	
}
.cntForm textarea:focus::-moz-placeholder {
	color:#fff;	
}
.cntForm .gform_wrapper #gform_1   .ginput_container textarea:focus{ 
     background-image: none !important;
}
	/*  ---------------------------------------------------------------------
       Newsletter
    --------------------------------------------------------------------- */

.newsletter_title_wraper h1 {
    font-family: proxima-nova;
    font-size: 85px;
    line-height: 62px;
    color: #7891b0;
    font-weight: 700;
    text-transform: uppercase;
}
.newsletter_title_wraper {
    margin: 50px auto;
    clear: both;
}
.newsletter_item {
    max-width: 372px;
    width: 100%;
    height: 425px;
    margin-bottom:22px;
    overflow: hidden;
    /* background: #8297ad;
	opacity: .3;*/
    float: none;
    display: inline-block;
}
.newsletter_item:nth-child(3n+2) {margin: auto 22px 22px;}
.news_letter_overlay {
    /* display: none; */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
 }
.newsletter_item:hover .news_letter_overlay{/* display: block; */opacity: 1;}
.newsletter_item:hover  .news_letter_title {/*display:none;*/opacity:0;}
.news_letter_hover h4{
    font-family: proxima-nova;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;	    text-align: center;text-transform:uppercase;
}

.news_letter_normal .news_letter_title h4 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: proxima-nova;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
   /* background: #9A9A9A;
    opacity: .9;*/
 
}

.news_letter_overlay_inner {
    display: table;
    height: 100%;
    width: 100%;
}

.news_letter_overlay_real_wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 25px;
}

.news_letter_title h4 {
     font-family: proxima-nova; 
     font-size: 21px; 
     line-height: 28px; 
    font-weight: 700; 
    color: #fff; 
   text-align: center; 
    display: table;
    width: 100%;
    height: 100%;
	text-transform:uppercase;
}

.news_letter_button a {
    font-family: proxima-nova;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    display: block;
    max-width: 130px;
    width: 100%;
    margin: auto;
    border: 3px solid #d9d6a8;
}

.news_letter_button {
    text-align: center;
    padding-top: 25px;
}
.norm_color_overlay {
    position: absolute;
    top: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .2;
}
.newsletterwraper {
    padding-bottom: 60px;
}
.news_letter_normal {
    /* position: relative; */
}

.news_letter_title {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	opacity:1;
}

.news_letter_title h4 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 35px;
}
.newsletter_item:hover .hover_color_overlay{
position: absolute;
    top: 0;
    background: #8297ad;z-index: 3;
    width: 100%;
    height: 100%;opacity: .9;}
	
/*  ---------------------------------------------------------------------
					Team Single
--------------------------------------------------------------------- */	
.SingleTeamPage {
    margin: 75px auto 75px;
}	
.SingleTeamPage .alignleft {
    margin: auto;
    max-width: 115px;
    width: 100%;
    background: transparent;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    color: #FFF;
    padding: 0;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: proxima-nova;
    font-weight: 700;
}
.SingleTeamPage .alignright {
    margin: auto;
    max-width: 115px;
    width: 100%;
    background: transparent;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 2px;
    float: left;
    color: #FFF;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: proxima-nova;
    font-weight: 700;
    margin-left: 45px;
}
.SingleTeamPage .alignright a,.SingleTeamPage .alignleft a{color: #7891b0;padding: 4px 0;display:block;border: 3px solid #d9d6a8;}	
.SingleTeamPage .alignright a:hover, .SingleTeamPage .alignleft a:hover{background:#d9d6a8;}
.Single_Team_Wrapper {
    text-align: center;
}

.Single_Team_Wrapper img {
    margin: auto;
}

.Single_Team_Wrapper .blog_description {
    padding: 25px 0;
}
.team_single_post .custom_nav {
    max-width: 280px;
    width: 100%;
    margin: auto;
    text-align: center;
    float: none;
    display: inline-block;
}

.team_single_post {
    width: 100%;
    float: left;
}

.team_single_post .back-to-blog a {
    margin: auto;
}	
/*  ---------------------------------------------------------------------
					Service Single
--------------------------------------------------------------------- */	
.SingleServicePage {
    margin: 85px auto 70px;
}
.service_single_title h4 {
    font-family: Raleway;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #7891b0;    text-align: left;
	position: relative;
    top: -7px;
    margin-bottom: 30px;
}

.service_single_desc p {
    color: #747474;
    font-family: Raleway;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;    text-align: left;
}
.service_VBA_Single {
    float: left;
    padding: 70px 0 0;
}
.service_VBA_Single {
    float: left;
    padding: 70px 0 0;
}

.service_single_button a {
    border: 3px solid #d9d6a8;
    max-width: 180px;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-family: proxima-nova;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #7891b0;
    display: block; text-transform: uppercase;
}
.service_image_area {
    max-width: 410px;
    width: 100%;
    padding-right: 40px;
}

.service_content_area {
    max-width: 725px;
    width: 100%;
}
.service_single_extra_desc ul {
    clear: both;
    list-style-position: inside;
    margin-top: 30px;
	margin-bottom:50px;
	list-style:none;
}
.fact_description ul {
  list-style-position: inside;
    font-size: 50px;
    padding: 30px 0 0;   /* list-style: none;*/
}
.fact_description ul li {
    font-family: Raleway;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #7891b0;
}


.service_single_extra_desc ul li {
    font-size: 16px;
    line-height: 38px;
    color: #747474;
	font-weight:700;

    position: relative;
    padding-left: 20px;    text-align: left;
}	
.service_single_extra_desc ul li:before{
    content: url(../images/orderlist.png);
    background-repeat: no-repeat;
    background-position: left center;		
    position: absolute;
    left: 0;
}
.service_single_extra_desc ul li:hover:before{
  /*  content: url(../images/orderlist-hover.png);
    background-repeat: no-repeat;
    background-position: left center;	*/	
}
/*  ---------------------------------------------------------------------
					404
--------------------------------------------------------------------- */
section.error-404.not-found {
    padding: 60px 0 65px;
    text-align: center;
    font-family: Raleway;
    font-size: 35px;
    line-height: 35px;
    color: #7891b0;
    font-weight: 700;
    text-transform: uppercase;
}

/*  ---------------------------------------------------------------------
					Extra
--------------------------------------------------------------------- */
.FT_Top_Row {
    padding: 0;
}

.FT_Middle_Row .navbar-nav>li:first-child {
    margin-left: 0;
}

.FT_Middle_Row .navbar-nav>li:last-child {
    margin-right: 0;
}
.ttpgbrd{
    height: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;		
}
a.enquirynow:hover{background: #d9d6a8;    border: 3px solid #d9d6a8;    color: #7891b0;}

.FT_Middle_Row .navbar-nav>li>a:hover{color:#d9d6a8;}
.team_single_post .back-to-blog a:hover{background:#d9d6a8;}
.basic_cnt_wraper ul li a:hover{color:#d9d6a8}
.service_single_button a:hover{background:#d9d6a8;}
.pageBanner {
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: initial;
    position: relative;
}
a.moretag:hover,.BlogSingle .alignleft a:hover, .BlogSingle .alignright a:hover, .SingleTeamPage .alignleft a:hover, .SingleTeamPage .alignright a:hover,.back-to-blog a:hover{background: #d9d6a8; }
.parallax_color_overlay{
    height: 100%;
    width: 100%;
    background: #7891b0;
    position: absolute;
    z-index: 2;
    opacity: 0.8;
    top: 0;	
}
.HeaderRowTop ul li a:hover{    color: #7891b0;}
.service_description {
    /*display: none;*/
	opacity:0;
}
.service_normal:hover .service_description {
   /* display: block;*/
	opacity:1;
}
.normal_content_area.slidedown {
    top: 0;
    background: #7891b0;
    opacity: .9;
    transform: translateY(0%);
 -webkit-transform:translateY(0%);
  -moz-transform:translateY(0%);
  -ms-transform:translateY(0%);
  -o-transform:translateY(0%);	
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;	height:100%;    transition: all .1s ease-in-out;
}
.service_normal:hover  .forhoveronly{display:table;height:100%;width: 100%;}
.service_normal:hover .forhoverinneronly{display:table-cell;vertical-align:middle;    padding-left: 20px;
    padding-right: 20px;}
.service_normal:hover .service_heading h4{color: #d9d6a8;}
.service_wraper{
    text-align: center;
}
.LogoWrapper {
    display: inline-block;
}
.newsletterlisting {
    text-align: center;
}
.HeaderRowTop ul li.hd_phone a:hover{color: #d9d6a8;}
.news_letter_button a:hover {
    background: #d9d6a8;
}
.bdtp {
    padding-top: 0 !important;
}
span.ft-div {
    padding: 0 30px;
}
.FT_Bottom_Row span  a{color: #d9d6a8;}
.fact_description ul li:before{
	/*content: url(../images/blackbox.png);
    position: relative;
    left: 0px;
    padding-right: 10px;*/
	}
.desktop{display:block;}
.Mobile{display:none;}
.blog_title a h4{-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;}
.blog_title a h4:hover{color: #d9d6a8;}
	
.newsletter_title_wraper p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: proxima-nova;
    color: #000;
}
	
/*  ---------------------------------------------------------------------
					EOD
--------------------------------------------------------------------- */	