.banner {
	z-index: 999;
}
.advice_block .six-block {
	margin-bottom: 30px;
}
.advice_block .six-block .six-descbg {
	opacity: 0.9;
	background-color: #d7d1cd;
}
.advice_block .six-block .six-desc {
	opacity: 1;
}
.advice_block .six-block:hover .six-descbg, .advice_block .six-block:hover .six-desc {
	opacity: 0;
}
.advice_block .six-block .six-desc h1 {
	margin-top: 0;
}
.advice_block .six-block .six-desc h1, .advice_block .six-block .six-desc h2 {
	color: #555;
	font-weight: 600;
}
.advice_block .six-block:hover h1 {
	margin-top: 50px;
}
.f-menu ul {
	padding-left: 0;
}
.f-menu li {
	list-style-type: none;
	margin-bottom: 5px;
}
.f-menu li a {
	color: #555555;
	font-weight: 600;
	text-decoration: none !important;
}
.f-menu {
	float: left;
	padding-right: 3.5%;
}
.f-menu h2 {
	margin-bottom: 23px;
	font-weight: 600;
}
.banner--stick .top-logo img {
	display: block;
	padding: 5px 0;
	margin: 13px auto 0;
}
.singup li {
	list-style-type: none;
}
.singup input {
	background: none !important;
	border: none !important;
}
.singup label {
	font-weight: 400;
	padding: 10px 0;
}
.singup input[type="submit"] {
	font-weight: bold;
	float: right;
	padding: 13px;
}
.singup input[type="email"] {
	width: 70%;
}
.singup input[type="submit"]:hover {
	color: white;
	background-color: #565656 !important;
}
.footer-logos {
	float: left;
	margin-right: 20px;
}
.linkedin:hover {
	background-image: url("./img/in-hover.png");
}
.tw:hover {
	background-image: url("./img/tw-hover.png");
}
.face:hover {
	background-image: url("./img/face-hover.png");
}
.f-menu li a:hover {
	color: #84101d;
}
.bordering {
	padding: 0;
}
.bordering .forma {
	padding: 10px 0 10px 30px;
}
.footer-logos img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.footer-logos img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.main-button {
	border: 2px solid #8e8783;
	border-radius: 3px;
	color: #8e8783 !important;
	padding: 6px 20px 7px;
	text-decoration: none !important;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}
.finger-links .main-button {
	display: block;
}
.main-button.first {
	margin-left: -35px;
	margin-right: 30px;
}
.main-button.last {
	float: right;
	margin-right: 30px;
	margin-top: -8px;
}
.advice_block .main-button {
	display: block;
	margin: 0 auto 30px;
	width: 135px;
}
.footer_logo img {
	padding: 0;
}
.footer_content {
	padding: 20px 30px;
}
.pad-top {
	padding-top: 100px;
}
.page-template-expertise .red_row {
	padding-bottom: 100px;
}
.pie_progress {
	height: 620px;
}
.page-template-generic .main_content h1 {
	font-weight: 300;
	margin: 0 0 50px;
}
.page-template-generic .main_content h3 {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 16px;
}
.page-template-generic .main_content p {
	margin-bottom: 20px;
}
.page-template-generic .txt_button a {
	color: #555;
	font-size: 14px;
}
.pulse2 {
	-webkit-animation: pulse2 1s linear infinite;
	-moz-animation: pulse2 1s linear infinite;
	-ms-animation: pulse2 1s linear infinite;
	animation: pulse2 1s linear infinite;
}
 @keyframes pulse2 {
 0% {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.8);
 -moz-transform: scale(0.8);
 -o-transform: scale(0.8);
 -ms-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0.7;
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-moz-keyframes pulse2 {
 0% {
 -moz-transform: scale(1.1);
 transform: scale(1.1);
 opacity: 1;
}
 50% {
 -moz-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0.7;
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes "pulse2" {
 0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0.7;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
/**** keyframes ***/

.category-buttons {
	float: left;
	margin-bottom: 30px;
}
.sector-buttons {
	float: right;
	margin-bottom: 30px;
}
.category-buttons a.main-button {
	margin-right: 10px;
}
.sector-buttons a.main-button {
	margin-left: 10px;
}
footer .search #searchform input {
	background: rgba(0, 0, 0, 0) url("./img/search.png") no-repeat scroll right center;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #848282;
	width: 100%;
}
footer .search #searchform {
	overflow: visible;
}
div.wpcf7 img.ajax-loader {
	display: none !important;
}
#contact_form input {
	float: left;
	border: none;
	color: #555;
	display: block;
	max-width: 100%;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
#contact_form textarea {
	float: left;
	background: none;
	border: none;
	color: #555;
	display: block;
	max-width: 100%;
	font-size: 14px;
	height: 64px;
	width: 100%;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.page-template-contact .main_content .contact_form.grey .form-inline.row p {
	float: left;
	margin-left: 10px;
	width: 60%;
}
.single .main-cont h1 {
	font-weight: 300;
	margin-bottom: 10px;
}
.single .content_box .main_content h1 {
	font-weight: 300;
}
.single .main-cont h3 {
	font-weight: 600;
	color: #555;
}
.main-cont p {
	line-height: 1.7;
	font-weight: 300;
}
.main-cont ul li {
	font-weight: 300;
}
.txt_button h4 {
	font-weight: 600;
	color: #555;
}
.txt_button_2, .txt_button {
	border-left-width: 2px;
}
.main-cont .right-text {
	padding: 30px;
}
.pagi-block a {
	font-weight: 600;
}
.work-related h2 {
	font-weight: 300;
	margin-top: 15px;
}
/* now */

#menu-item-20 .sub-menu {
	display: none !important;
}
.page-id-4 .category-buttons, .page-id-4 .sector-buttons {
	display: none !important;
}
.case-title {
	background-color: #f1efeb;
	color: #e91c24;
	padding: 41px;
}
.case-bottom {
	background-color: #f1efeb;
}
.case-bottom p {
	font-size: 16px;
}
.case-bottom h3 {
	margin-bottom: 10px;
	font-weight: 600;
}
.case-title h1 {
	font-weight: 600;
}
.right-text {
	color: #555;
	padding: 20px 40px;
}
.page-template-cases .right-text {
	padding-top: 5px;
}
.page-template-cases .right-text h1 {
	font-weight: 600;
}
.case-exce p {
	font-size: 16px;
}
.case-img img {
	max-width: 100%;
	height: auto;
}
.second-case .right-text {
	left: 0;
}
.case-menu-case {
	margin-bottom: 30px;
}
.main-button.loadmore {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.navigation.pagination h2.screen-reader-text {
	display: none !important;
}
/*Preloader*/

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e91c24;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	z-index: 1001;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #8a181a;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #565656;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: white;
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-logo {
	background: url(img/logo.png) center center no-repeat;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	;
	width: 90px;
	height: 90px;
	z-index: 1008;
	position: absolute;
	display: block;
	background-size: contain;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(100%);  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
.loaded #loader-logo {
	visibility: hidden;
}
/* JavaScript Turned Off */

.no-js #loader-wrapper {
	display: none;
}
.no-js h1 {
	color: #222222;
}





/* end Preloader*/

   

@-ms-keyframes "pulse2" {
 0% {
 -ms-transform: scale(1.1);
 transform: scale(1.1);
 opacity: 1;
}
 50% {
 -ms-transform: scale(0.8);
 transform: scale(0.8);
 opacity: 0.7;
}
 100% {
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
}
.home .advice_block .main-button {
	font-size: 20px;
	width: 170px;
	text-align: center;
}
.nav-tabs > li > a {
	font-size: 21px;
	margin: -10px 17px 0 -13px;
	padding: 7px 13px;
}
.footer_links.feat-img {
	margin-top: 30px;
}
.rgba-bg {
	padding: 38px 30px !important;
}
.tabs .tabs-hide h2 {
	font-size: 20px;
	font-style: normal;
	padding: 1%;
	text-align: right;
}
.f-menu h2.widgettitle {
	font-weight: 600;
}
.tab-pane.active {
	font-weight: 400;
	line-height: 1.5;
}
.tabs .nav-tabs {
	margin-top: 15px;
}
#contact_form h1 {
	margin-bottom: 30px;
	font-weight: 400;
}
.page-template-advice-menu .sort.main-button {
	float: left;
}
.page-template-advice-menu .sort.main-button.first {
	margin-left: 30px;
}
.page-template-contact .content_box .content .container-fluid.main_content:first-child {
	padding-top: 0;
	margin-top: 20px;
}
.page-template-contact .content_box .content .container-fluid.main_content.red-line {
	padding-top: 80px;
}
#contact_form .wpcf7-form-control.wpcf7-submit {
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
}
.math p span {
	margin-left: 10px;
}
.check br {
	display: none;
}
.page-template-generic .content {
	padding-left: 30px;
}
.back-to {
	display: block;
	margin-left: 30px;
	margin-top: -25px;
	font-size: 14px;
	text-decoration: none !important;
}
.back-to-a {
	text-decoration: none !important;
}
.advice-author p {
	margin-bottom: 0;
	margin-top: 5px;
}
.advice-author h4 {
	margin-bottom: 10px;
}
.advice-author img {
	float: left;
	margin-left: 15px;
	width: 55px;
	height: auto;
	max-width: 45%;
}
.ad-left {
	float: left;
	max-width: 50%;
}
.advice-author {
	float: left;
	width: 100%;
}
.pagi-block.pagi-all a {
	border: none;
	margin-top: 50px;
}
.posted-by h2 {
	text-align: center;
	font-style: italic;
	font-weight: 600;
}
.share-a {
	display: block;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
	color: #858282;
	margin-top: -15px;
	text-decoration: none !important;
}
.share-a:hover {
	color: #231f20;
}
.search-res h1 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
}
.main_content.red_row, .main_content.red-line {
	padding: 80px 0;
}
.dynpost {
	overflow: hidden;
}
.mobile-logo {
	float: left;
	display: none;
}
.mobile-logo img {
	height: 30px;
	width: auto;
}
.foot-mobile-menu {
	display: none;
}
.navbar-default .navbar-toggle {
	border: none;
	margin-right: -25px;
}
.navbar-toggle .icon-bar {
	border-radius: 10px;
	display: block;
	height: 4px;
	width: 30px;
}
/*.home footer{

	position:relative;

	padding-right:0;

} */

.people .six-descbg {
	background-color: transparent;
}
.testemonials {
	min-height: 500px;
}
.main_content.red_row, .main_content.red-line, .red_row {
	transition: all 0.5s ease 0s;
}
.main_content.red_row:hover, .main_content.red-line:hover, .red_row:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
#clients_a.red_row:hover {
	background-color: #c13b3b;
}
.search #searchform input {
	margin-top: -10px;
	padding-right: 0;
	margin-left:-20px;
}
.sub_right li a {
	font-size: 12px;
}
.sub_right {
	text-align: right;
}
.sub_right ul {
	float: none;
}
.third-right-sec {
	opacity: 0.6;
	margin-bottom: 40px;
}
.third-right-sec:hover {
	opacity: 1;
}
.lighth {
	font-weight: 300;
}
h2 a {
	color: #555;
}
.page-template-contact .red-line {
	margin-top: 30px;
}
.banner--stick66.banner nav ul li > a {
	font-size: 14px;
}
.banner.banner--stick66 #top-menu {
	margin-top: 15px;
}
.banner--stick.banner--stick66 .top-logo img {
	margin-top: 10px;
}
.advice-title h1 {
	font-weight: 300;
}
/*.home .content .tab-cont{

	    -webkit-box-shadow: 0px 5px 0px 0px rgba(46,46,46,1);

-moz-box-shadow: 0px 5px 0px 0px rgba(46,46,46,1);

box-shadow: 0px 5px 0px 0px rgba(46,46,46,1);

display:inline-block; width:100%;

}*/

.txt_left, .txt_right {
	left: 0;
}
.txt_left h1, .txt_right h1 {
	font-size: 30px;
}
.txt_right {
	right: 0;
	left: auto;
}
.txt_center-4.finger-links {
	border: none;
}
.fingers-main, .anim-sec-col {
	height: 100vh;
	display: block;
}
.anim-sec {
	background: url("./img/FINAL-PARRALAX-SCREEN.jpg"), rgba(255,255,255,0.5);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
.fingers-main .w_gray_row, .fingers-main .w_gray_row #anime_box {
	background: none;
}
#anime_box_skip {
	background: none;
	margin-top: -100px;
}
.anim-neig {
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f1efeb;
}
#content_shadow {
	bottom: 580px;
}
.home #content_shadow, .page-template-advice-menu #content_shadow {
	bottom: 620px;
}
.page-template-advice-menu .f-bl {
	padding: 0 30px 0 30px;
}
.anim-sec .finger-links .main-button {
	background-color: #f4f7f0;
	border: 2px solid #404e4f;
	border-radius: 5px;
	color: #404e4f !important;
	display: block;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
}
.single-case .content .container-fluid, .single-expertise .content .container-fluid, .single-advice .content .container-fluid {
	background: #ffffff;
}
.anim-sec .finger-links .main-button h2 {
	font-size: 17px;
	padding: 5px 15px;
}
.anim-sec .finger-links .main-button:hover {
	background-color: #404e4f;
	color: white !important;
}
.anim-bg {
	height: 100vh;
	background-attachment: scroll, scroll;
	background-clip: border-box, border-box;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("./img/FINAL-PARRALAX-SCREEN.jpg"), none;
	background-origin: padding-box, padding-box;
	background-position: 0 0%, 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.txt_center-1, .txt_center-2, .txt_center-3 {
	width: 65%;
}
.finger-links {
	margin-top: 0;
	padding-top: 0;
}
.txt_center-1 {
	margin-top: 3%;
}
.content {
	border: none;
	box-shadow: none;
}
.f-bl {
	padding: 0;
}
