/* css for slider*/

.all-slider {
  margin: 0px  0px;
  position: relative;

}

.each-slide {
  background: white none repeat scroll 0 0;
  display: table;
  float: left;
/*  height: 250px;*/
 /* padding: 5px 15px 0px 40px;*/
  position: relative;
/* width: 70%;*/
  text-align: center;
  
}
.prod-slider { /*controls margin to the right of the image*/
  display: table;
  float: left;
  margin-right: 15px;
  max-width: 200px;
  
}

.text-slider-link {
  background: #fff  none repeat scroll 0 0;
  color: #4b426b;
  display: inline-block;
/*  width: 420px;*/
/*  height: 15px;*/
  float: none;
  text-align:center;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px ;

  -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}


.text-slider-link:hover {
  background: #981761;
  color:#FFF;
}



.header-slider {
	max-width: 1280px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.header-slider::before, .header-slider::after{
	content:'';
	width:2000px;
	height:100%;
	left:-2000px;
	top:0;
	position:absolute;
	background-color: #4b426b;
}
.header-slider::after{
	left:auto;
	right:-2000px;
}
.each_header_slide {
	height: 500px;
	background-size: cover;
	position:relative;
	background-position: center center;
}

.each_header_slide2 {
	height: 500px;
	background-size: cover;
	position:relative;
	background-position: center center;
	padding:10px;
}



.pagination {
  bottom: 0px;
  display: table;
  left: 50%;
  position: absolute;
/*  margin-left: -65px;*/
}
.pagination > a {
  background: #bbbbbb none repeat scroll 0 0;
  border-radius: 50%;
  display: table;
  float: left;
  font-size: 0;
  margin: 0 3px;
  padding: 8px;
}
.pagination > a.selected {
  background: #EC6944;
}

.each-slide-comment .prod-slider {
  max-width: unset;
  width: auto;
 
}
.slide-comment {
  color: #4b426b; /* controls all the text color*/
  font-weight: 300;
   padding-left:10px;
}
.comment-title {
  display: table;
  font-size: 24px;
   line-height: 5px;
  margin-bottom: 0px;
}
.the-comment {
  display: block;
  font-weight: 500;
  font-size: 25px;
  margin-top: 0px;
  line-height: 30px;
 
  color: #9db350;
}
.author {
  display: table;
  float: left;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}
.slide-comment .text-slider-link {
 
}
.author > span {
  display: table;
}

/* end css for slider*/



/* Lato semibold */
@font-face {
 font-family: 'Lato';
 src: url("fonts/Lato-Semibold.woff2") format("woff2"),
      url("fonts/Lato-Semibold.woff") format("woff"),
      url("fonts/Lato-Semibold.ttf") format("truetype"),
      url("fonts/Lato-Semibold.eot");
      font-weight:600;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{box-sizing:border-box;}
body {
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
}
/*ul {
	list-style: none;
}*/
img{
	max-width:100%;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	font-size: 17px;
}
a{
	text-decoration:none;
}
/* Website Elements transition */
.transitions, .sub-menu,.menu_section,.contact_tab, .social-icons-cont a, .menu_section a,.background-cover, .icon-text, .icon-text:before,.icon-text:after, a,
.member-image,.member-name, .member-description, input[type="submit"], ul.key-capabilities li, .each_special_box .icon-text::before, .each_special_box .icon-text::after,
.main_menu, .post_date{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.container{
	max-width:1100px;
	width: 100%;
	margin:0 auto;
}
/* Header */
.site_logo {
	width: 60%;
	float: left;
}

.social-logo {
	display: inline-block;
	width: 100%;
/*	margin-bottom: -20px;*/
}
.site_logo img {
	max-width: 155px;
	min-width: 155px;
}
.site_logo > div {
	float: left;
}
.site_logo > div span, .site_logo > div a{
	display:block;
}
header .header-title a {
	font-size: 21px;
	font-weight: 900;
	color: #4b426b;
	margin-bottom: 5px;
}

header .header-title :hover {
	color: #9db350;
}

.header-phone a {
	color: #9db350;
	font-weight: 700;
	font-size: 19px;
	text-align: right;
}
.social-icons-cont > div {
	float: left;
	margin-left: 15px;
}
.header-social {
	float: right;
	text-align: right;
}
.social-icons-cont {
	display: inline-block;
}
.site_header {
	padding-top: 10px;
}
.site_logo span {
	color: #9db350;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 15px;
}
.header-social .social-icons {
	margin-bottom: 30px;
}
.menu_section a {
	color: #fff;
	text-transform: uppercase;
}
.menu_section {
	background-color: #4b426b;
	padding: 0px 00px 0px 40px;
	margin-right: -40px;
	margin-left: -40px;
	margin-top: 5px;
	display: table;
	width: calc(100% + 80px);
	position: relative;
	z-index: 2;
}
.main_menu > ul > li > a {
	font-size: 15px;
	font-weight: 300;
	padding: 5px 0;
	padding-top: 45px !important;
	padding-bottom: 25px !important;
	display: block;
	font-weight: bold;
	
}
.main_menu > ul > li {
	float: left;
	margin-right: 30px;
	position: relative;
	padding-bottom: 20px;
	list-style: none;
}
.menu_section .main_menu {
	float: left;
	width: 100%;
}
.contact_tab {
	position: absolute;
	right: 0;
	width: 16%;
	height: 100%;
	top: 0;
	background: #9db350;
}
.contact_tab a{
	width:100%;
	position:absolute;
	text-align:center;
	width:100%;
	height:100%;
}
.contact_tab a span{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	display:block;
	-webkit-transform:translateY(-50%);
	font-size:18px;
	font-weight:400;
}
.has-sub::after {
	content: '';
	background-image: url('images/submenu.png');
	width: 8px;
	height: 8px;
	position: absolute;
	right: -12px;
	top: 50px;
}
.sub-menu {
	background: #9db350;
	position: absolute;
	width: 320px;
	top: 80px !important;
	pointer-events: none;
	opacity: 0 ;
	visibility: hidden;
}
.submenu-icon {
	float: left;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	color: #660099;
}
.submenu-text {
	font-size: 11px;
	font-weight: 600;
	letter-spacing:0px;
	display:block;
}
.sidebar-menu .submenu-text {
	font-size: 11px;
	color:#660099;
}
.submenu-text strong{
	font-size:13px;
	display:block;
}
.has-sub.simple ul {
	width:auto;
}
.sub-menu li {
	padding: 8px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
	
}
.sub-menu li:last-child{
	border-bottom:0;
}
.main_menu > ul > li:hover .sub-menu{
	top:38px;
	pointer-events:all;
	opacity:1;
	visibility:visible;
}
.has-sub.simple li a {
	font-size: 13px;
	font-weight: 900;
}
.has-sub.simple .sub-menu {
	width: 320px;
}
.has-sub.simple .sub-menu a{
	padding-left:15px;
}


h1 {
	color: #f27d2a;
	font-size: 20px;
	font-weight: 700;
}

h2 {
	color: #4b426b;
	font-size: 17px;
	font-weight: 700;
}

h2 {
	color: #4b426b;
	font-size: 15px;
	font-weight: 700;
}


/* Index Slider */
.each_header_slide h1 {
	padding-left: 90px;
	min-height: 100px;
	color: #fff;
	font-size: 36px;
}
.text-background {
	max-width: 72%;
	position: absolute;
	bottom: 0px;
	padding: 20px 30px 10px 0;
	background-color: rgba(204, 43, 0, 0.54);
	/*background-color: rgba(141,56,23,0.4);*/
}

.text-background1 {
	max-width: 72%;
	position: absolute;
	bottom: 0px;
	padding: 20px 30px 10px 0;
	background-color: rgba(204, 43, 0, 0.84);
	/*background-color: rgba(141,56,23,0.4);*/
}




.pink .text-background {
	background-color: transparent;
}
.pink h1{
	color:#981761;
}
/* Special Boxes(8 boxes with image hover) */
.each_special_box {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	border: 1px solid rgba(116,124,115,0.2);
	margin-bottom: 2.66%;
	padding: 23px;
	position:relative;
	
}
.each_special_box:nth-child(4n) {
	margin-right: 0;
}
.icon-text {
	font-size: 15px;
	font-weight: 900;
	padding: 7px 0;
	color: #f27d2a;
	text-transform: uppercase;
	position: relative;
	background-color: rgba(255,255,255,0.6);
}


.each_special_box .icon-text::before, .each_special_box .icon-text::after {
	content: '';
	width: 23px;
	height: 100%;
	left: -23px;
	background-color: inherit;
	position: absolute;
	top: 0;
	
}
.each_special_box .icon-text::after {
	left: auto;
	right: -23px;
	
}
.icon-text strong {
	font-size: 18px;
	display: block;
}
.specialboxes {
	display: inline-block;
	width: 100%;
	margin: 40px 0 20px;
}
.each_special_box .icon {
	min-height: 85px;
}
.each_special_box img {
	max-height: 55px;
}
.fullboxanchor {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section-title {
	font-weight: 600;
	width: calc(100% + 30px);
	margin-left: -30px;
	font-size: 23px;
	text-transform: uppercase;
	color: #981761;
	border-bottom: 1.5px dashed #981761;
	margin-bottom: 25px;
}
/* Index news section */
.latest-news {
	width: 100%;
	float: left;
	padding-top: 18px;
}
.each-news-post {
	width: 30%;
	float: left;
	position:relative;
	margin-bottom:25px;
	text-align:center;
	margin-right:20px;
}
.each-news-post:nth-child {
	float: left;
}
.post_date {
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
	background: #fff;
	padding: 0 5px;
}
.post_date::after {
	content: '';
	height: 0;
	width: 100%;
	border-bottom: 1px dashed;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
}
.post_thumbnail {
	height: 235px;
	position: relative;
	background-size: cover;
	background-position: center;
	border: 1px solid #4b426b;
}
/* Index twitter feed */
.twitter-feed {
	width: 30%;
	float: right;
}
.twitter-feed-title {
	font-size: 23px;
	font-weight: 600;
	color: #9db350;
	text-align: left;
	display: block;
	border-bottom: 1px dashed;
}
.post_title {
  text-transform: uppercase;
  vertical-align: middle;
}
.post_title a {
	color: #9db350;
	font-weight: 900;
	font-size: 15px;
	border: 1px solid #4b426b;
	display: table;
	width: 100%;
	margin: 10px 0;
	padding: 26px 10px;
	height: 110px;
	letter-spacing:1px;
}
/* Custom button */
.button.custombutton a {
	color: #fff;
	background: #981761;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
	padding: 12px 40px;
	display: block;
	position: relative;
}
.button.custombutton a::after {
	content: "»";
	position: absolute;
	top: 10px;
	font-size: 18px;
	line-height: 1;
	right: 17px;
}
.latest-news .button.custombutton{float:right;}
/* Latest news section */
.news-section {
	display: inline-block;
	width: 100%;
	margin: 20px 0 30px;
}
.each-client {
	border: 1;
	padding: 0 7px;
}
.each-client > div {
	border: 1px solid rgba(116,124,115,0.2);
	padding: 10px;
}
.each-client > div > a {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	display: block;
}
.clients-section .slick-list.draggable {
	margin-left: -6px;
	margin-right: -6px;
}
/* Index testimonials */
.testimonials-section {
	margin-top: 30px;
}
.sub-section-title {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #981761;
	padding: 25px 35px;
}
.testimonial-body {
	background-color: #747c73;
	padding: 25px 95px;
}
.testimonial-body .pcontent {
	color: #fff;
	font-style: italic;
	font-size: 38px;
	margin-bottom: 5px;
}
.testimonial-body .pcontent:before{
	content:'“';
}
.testimonial-body .pcontent:after{
	content:'”';
}
.testimonial-body .tauthor {
	font-size: 19px;
	font-weight: 300;
	color: #f27d2a;
}
/* Index clients slider */
.clients-section {
	margin-bottom: 80px;
}
/* Fixed header */
.menu_section.cloned {
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	margin: 0;
	padding: 25px 40px 5px 40px;
	z-index: 99;
}
.menu_section.cloned.active{
	top:0;
}
.menu_section.cloned.active .container {
	position: relative;
	display: table;
}
.menu_section.cloned.active .contact_tab {
	height: calc(100% + 30px);
	top: -25px;
}
/* Index, what we do */
.what-we-do-section {
	background: #981761;
	padding: 30px 0 40px;
	margin-bottom: 40px;
}
.what-we-do-section .section-title {
	color: #9db350;
	border-color: #9db350;
	font-size: 39px;
	margin-bottom: 35px;
}
ol.what-we-do-list, .what-we-do-section ol {
	list-style: decimal;
	padding-left:25px;
}
ol.what-we-do-list li, .what-we-do-section ol li, .what-we-do-section p {
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
}
/* Index Accreditations */
.accreditation-title {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	color: #9db350;
	border-bottom: 1px solid #9db350;
	display: inline-block;
	margin-bottom: 25px;
}
.badges img {
	margin-right: 45px;
}
.accreditations-section {
	margin-bottom: 60px;
}
/* Footer */
.sitemap {
	background-color: #4b426b;
	padding: 40px 0 80px;
}
.social-icons-cont a {
	color: #fff;
	text-shadow: -1px -1px 0 #9db350, 1px -1px 0 #9db350, -1px 1px 0 #9db350, 1px 1px 0 #9db350;
	font-size: 18px;
}
.fa.fa-twitter {
	font-size: 20px;
}
.social-icons-cont a:hover{
	text-shadow: -1px -1px 0 #981761, 1px -1px 0 #981761, -1px 1px 0 #981761, 1px 1px 0 #981761;
}
.contact_tab:hover{
	background-color:#981761;
}
.menu_section a:hover {
	color: #981761;
	
}
.contact_tab a:hover{
	color:#fff;
}
.background-cover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.each_special_box .fullboxanchor{
	z-index: 4;
}
.each_special_box:hover .background-cover{
	opacity:1;
}
.each_special_box:hover .icon-text {
	opacity: 3;
}

.sitemap .section-title {
	color: #fff;
	border-color: #fff;
	margin-bottom:60px;
	
}
.sitemap {
	background-color: #4b426b;
	padding: 40px 0 80px;
	display: inline-block;
	width: 100%;
}
.each-sitemap-col{
	width:22%;
	margin-right:2.66%;
	float:left;
	position:relative;
}
.each-sitemap-col:last-child{margin-right:0;}
.sitemap .each-sitemap-col > ul > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
	display: block;
	
}
.sitemap .each-sitemap-col > ul > li > ul a{
	color:#f27d2a;
	font-size:11px;
	display:block;
	font-weight:900;
	text-transform:uppercase;
	
}
.sitemap .each-sitemap-col > ul > li > ul a strong{
	font-size:13px;
	display:block;
	
	
}
footer .submenu li {
	margin-bottom: 20px;
	list-style: none;
}
.submenu.simple {
	padding-top: 16px;
}
.each-sitemap-col:last-child{
	width:26%;
}
.footer-contact-button a {
	color: #fff;
	position: absolute;
}
.footer-contact-button a {
	color: #fff;
	position: absolute;
	background: #9db350;
	padding: 40px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	bottom: 0;
	right: 0;
}
.footer-contact-button a:hover{
	background-color:#981761;
}
.sitemap .each-sitemap-col > ul > li > ul a:hover {
	color: #fff;
}
.sitemap .each-sitemap-col > ul > li > a:hover{
	color:#f27d2a;
}

footer ul, menu, dir
{
color: #f27d2a;
}

.copyright-bar .col50 {
	width: 50%;
	float: left;
}
footer .copyright-bar {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #981761;
}
footer .copyright-bar a{
	color:#981761;
}
footer .copyright-bar a:hover{
	color:#8db657;
}
footer .copyright-bar .right{
	text-align:right;
}
.follow-section {
	background-color: #9db350;
	padding: 40px 0 80px;
	width: 100%;
	display: inline-block;
}
.each-management-col {
	width: 24%;
	margin-right: 2%;
	float: left;
}
.each-management-col:last-child {
	margin-right: 0;
	width:25%;
}
.each-management-col:nth-child(2) {
	width: 20%;
}
.each-management-col:first-child{
	width:25%;
}
.logo-anchor {
	font-size: 30px;
	font-weight: 600;
	color: #4b426b;
	display: block;
}
.each-management-col span {
	color: #fff;
	font-size: 12px;
}
footer h6 {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.each-management-col p {
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}
.each-management-col p a{
	color: #fff;
}
.each-management-col p a:hover{color:#981761;}
footer .social-icons {
	float: right;
}
footer .header-title {
	font-size: 27px;
	font-weight: 900;
	color: #fff;
	float: left;
}
footer .social-icons-cont a {
	color: #9db350;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	font-size: 23px;
}
footer .social-icons-cont {
	padding-top: 1px;
}
footer .fa.fa-twitter {
	font-size: 25px;
}
.follow-section .container, .copyright-bar .container{
	width: 1110px;
	max-width: 1110px;
}
.button.custombutton a:hover {
	background: #8db655;
}
/* Normal page style */
.post_title a:hover{
	color:#981761;
}
 .page-thumbnail {
 width: 23%;
 height: 185px;
 background-size: cover;
 background-position: center;
 float: left;
 border:1px solid #4b426b ;
}
.page_details {
	margin-bottom:25px;
	background-color: rgba(116,124,115,0.05);
}
.page_details .container{display:table;position:relative;}
.page-title {
	position: absolute;
	left: 25.5%;
	bottom: 25px;
	color: #f27d2a;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	max-width: 310px;
}
.caption-image img {
	display: block;
}
.page_description p{
	margin-bottom: 25px;
	line-height:1.5;
}

.page_description ul li{
	margin-left:10%;
	margin-right:15%;
	line-height:25px;
}

.page_description ol li{
	line-height:25px;
	margin-right:15%;
	}


.case_study h2 {
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #f27d2a;
}
.case_study_table {
	background-color: #dee4e0;
}
.case_study_table .casetext {
	background: #f1f3f2;
}
.case_study_table > div {
	padding: 10px;
	border-bottom: 1px solid #000;
}
.case_study_table > div:last-child {
	border-bottom: 0;
}
.case_study_table .desc {
	color: #4a447c;
	font-size: 20px;
	font-weight: 700;
}
.casetext {
	font-size: 20px;
	color: #9db350;
}
.casetext strong{
	font-weight:700;
}
.casetext p{
	color: #000;
	font-size:17px;
}
.casetext a{
	color: #8eb655;
}
.main-page-template .sub-section-title {
	font-size: 13px;
	padding: 18px 35px;
}
.main-page-template .testimonial-body .pcontent {
	font-size: 19px;
}
.main-page-template .testimonial-body .tauthor {
	font-size: 17px;
}
.main-page-template .testimonial-body {
	padding: 15px 55px;
}
.main-page .main-content {
	margin-bottom: 30px;
	margin-right: 2.5%;
	width: 49%;
	float: left;
}
.key-capabilities li a {
	display: table;
	text-transform: uppercase;
	color: #f27d2a;
	width: 100%;
}
.key-capabilities li span, .key-capabilities li strong {
	display: block;
}
ul.key-capabilities {
	border: 1px solid rgba(116,124,115,0.2);
	margin-bottom: 20px;
}
ul.key-capabilities li {
	border-bottom: 1px solid rgba(116,124,115,0.2);
	padding: 5px 10px;
}
ul.key-capabilities li:last-child{
	border-bottom: 0;
}
.left-sidebar {
	width: 23%;
	float:left;
	margin-right: 2.5%;
}
.sidebar-menu ul.key-capabilities li {
	padding: 5px 3px;
	list-style:none;
}
.right-sidebar{
	width:100%;
	/*float:left;*/
}
.key-capabilities .submenu-text {
	float: left;
	padding-top: 2px;
	width: calc(100% - 50px);
}
.key-capabilities img {
	max-height: 32px;
}
.key-cap-header,.further-services-header {
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 18px;
	color: #4b426b;
}
.further-services-header{
	font-size:15px;
}
.further-services li a {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #f27d2a;
}
.further-services li {
	margin-bottom:5px;
	list-style: none;
}
.further-services {
	padding-bottom: 20px;
	border-bottom: 2px solid #f27d2a;
}
.current-page-sidebar-content {
	margin-top: 80px;
}
.current-page-sidebar-content .section-title {
	color: #fff;
	border: 0;
	width: 100%;
	position: relative;
	background: transparent;
	text-align: left;
	margin-left: 0;
	font-size: 15px;
	padding: 0;
	line-height: 1.5;
	margin-bottom: 30px;
}
.current-page-sidebar-content .section-title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 120.5px 0 120.5px;
	border-color: #981761 transparent transparent transparent;
	display:none;
}
.orgs-logos a {
	display: table;
	clear: both;
	margin-bottom:30px;
}
.main-page-template {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.right-sidebar .section-title {
	margin-left: 0;
	width: 100%;
}
.sidebar-description {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.4;
}
.caption-image {
	margin-bottom: 25px;
}
.caption-image span{
	font-size:12px;
}
.download-report a img {
	border: 1px solid  rgba(116,124,115,0.2);
	display: block;
}
.download-report a:hover img{
	border-color:#4b426b;
}
ul.key-capabilities li:hover{
	background-color:#ecefee;
}
.further-services li a:hover{
	color:#4b426b;
}
.post_date_cont {
	position: relative;
	text-align: center;
}
.post_date_cont .post_date {
	font-size: 21px;
	font-weight: 400;
}
.latest-blogpost p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.post-archive .archives {
	margin-top: -15px;
	padding-left: 20px;
}
.archives > li > span {
	font-weight: 900;
	font-size: 18px;
	color: #981761;
	margin-bottom: 10px;
	display: block;
}
.archives > li > ul {
	padding-left: 15px;
}
.archives > li > ul a {
	font-size: 16px;
	color: #9db350;
}
.all-blog-posts .each-news-post {
	width: 30.66%;
	margin-bottom:0;
	margin-right:4%;
}
.all-blog-posts .latest-news {
	width: 100%;
	margin-bottom: 50px;
}
.all-blog-posts .each-news-post:nth-child(3n) {
	margin-right:0;
}
.all-blog-posts .each-news-post:nth-child(2) {
	float: left;
}
.all-blog-posts .button.custombutton a {
	display: inline-block;
}
.all-blog-posts .button.custombutton a:after {
	display: none;
}
.posts-pagination {
	display: block;
	margin: 0 auto 30px;
	width: 31%;
	position: relative;
	text-align: center;
	clear: both;
}
.posts-pagination span {
	margin: 0 5px;
}
.posts-pagination > div {
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	font-size: 12px;
}
.posts-pagination > div:after{
	content: '';
	height: 0;
	width: 100%;
	border-bottom: 1px dashed;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
}
.posts-pagination > div a{
	color:#f27d2a;
}
.all-blog-posts {
	margin-top: -30px;
}
.page-thumbnail.hasimg {
	height: auto;
}
.page-thumbnail.hasimg img {
	display:block;
}
/* Team page */
.member-col {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.member-col:last-child {
	margin-right: 0;
}
.member-description {
	display: block;
	overflow: hidden;
	max-height: 0;
}
.member-image {
	height: 400px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 35px;
	border: 1px solid #4b426b;
}
.each_team_member {
	position: relative;
	cursor: pointer;
	margin-bottom: 50px;
}
.member-image.funimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity:0;
}
.each_team_member:hover .member-image.funimg , .each_team_member.active .member-image.funimg{
	opacity:1;
}
.member-name {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0;
	color: #9db350;
	border: 1px solid #4b426b;
	margin-bottom: 20px;
}
.each_team_member:hover .member-name, .each_team_member.active .member-name{
	color:#4b426b;
}
.member-description.active{
	max-height:1000px;
}
.member-description h5 {
	font-size: 20px;
	font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.member-description p {
	line-height:1.5;
}
.team-page-desc {
	float: left;
	width: 70%;
	padding: 37px 40px;
}
.team-page-desc .page-title {
	position: static;
	margin-bottom: 20px;
}
.team-page-desc p {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 22px;
}
.member-description p{
	margin-bottom: 20px;
}
.member-description p:last-child {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom:1px solid;
}
.all-clients-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  content: " ";
}
.all-clients-list .each-client {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.all-clients-list .each-client:nth-child(3n) {
	margin-right: 0;
}
.all-clients-list .each-client {
	width: 30%;
	float: left;
	margin-right: 5%;
	border: 1px solid rgba(116,124,115,0.2);
	margin-bottom: 5%;
	padding:0;
	display: table;
}
.all-clients-list .each-client a{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.each-client img {
	max-height: 120px;
}
/* Contact page */
.contact-details p {
	font-weight: 400;
	margin-bottom:20px;
}
.contact-details p a{color:#000;}
.contact-details p a:hover{
	color:#f27d2a;
}
.contact-details p strong{
	font-weight: 600;
}
.contact_form .forminput, .contact-form textarea {
	width: 100%;
	font-size: 25px;
	line-height: 1.4;
	color: #66766e;
	-webkit-appearance: none;
	border: 1px solid rgba(41,36,92,0.2);
	padding: 0px 10px 30px 10px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	border-radius: 0 !important;
}
.contact_form .submit-button {
	width: 100%;
	border-radius: 0;
	background-color: #9db350;
	border: 0;
	color: #fff;
	font-size: 40px;
	padding: 16px 30px;
	cursor: pointer;
	-webkit-appearance: none;
}
.formcontainer .formtitle {
	font-size: 32px;
	color: #f27d2a;
	padding-top: 10px;
	margin-bottom: 30px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  opacity:1;
}
input::-moz-placeholder,textarea::-moz-placeholder {
  opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity:1;
}
.contact_form textarea {
	height: 250px;
	resize: none;
}
.contact_form .submit-button:hover{
	background-color: #981761;
}
.twitterfeed-container {
	max-height: 500px;
	overflow: auto;
}
.mapsection img {
	display: block;
}
.stripes {
	cursor: pointer;
	float: left;	
	margin-left: auto;	
	position: relative;	
	width: 45px;	
	-webkit-transform: rotate(0deg);	
	-ms-transform: rotate(0deg);	
	-o-transform: rotate(0deg);	transform: rotate(0deg);	
	-webkit-transition: all 0.3s ease-in-out;	
	-o-transition: all 0.3s ease-in-out;	
	transition: all 0.3s ease-in-out;	
	-webkit-transition-delay: 0.6s;	
	-o-transition-delay: 0.6s;	
	transition-delay: 0.6s;	
	z-index: 999999999 !important;
}
.stripes > span {
	background: #fff none repeat scroll 0 0;	
	display: block;	
	height: 5px;	
	margin: 7px 0;	
	width: 45px;	
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;	
	-o-transition: all 0.3s ease-in-out;	
	transition: all 0.3s ease-in-out;	
	-webkit-transform: translateY(0px) rotate(0deg);	
	-ms-transform: translateY(0px) rotate(0deg);	
	-o-transform: translateY(0px) rotate(0deg);	
	transform: translateY(0px) rotate(0deg);	
}
.activeclose{    
	-webkit-transform: rotate(45deg);  
	-ms-transform: rotate(45deg);  
	-o-transform: rotate(45deg);  
	transform: rotate(45deg);
}
.activeclose span:nth-child(2){  
	width: 0px;
}
.stripes span:nth-child(1),.stripes span:nth-child(3){  
	-webkit-transition-delay: 0.3s;  
	-o-transition-delay: 0.3s;  
	transition-delay: 0.3s;
}
.activeclose span:nth-child(1){  
	-webkit-transform: translateY(12px);  
	-ms-transform: translateY(10px);
	-o-transform: translateY(12px);  
	transform: translateY(12px);
	}
.activeclose span:nth-child(3){  
	-webkit-transform: translateY(-12px) rotate(90deg);  
	-ms-transform: translateY(-12px) rotate(90deg);
	-o-transform: translateY(-12px) rotate(90deg);  
	transform: translateY(-12px) rotate(90deg);
}
.main-page {
	display: inline-block;
  position: relative;
  width: 100%;
}
.left-sidebar {
	width: 23%;
	float: left;
	margin-right: 2.5%;
	position: absolute;
	left: 0;
	top: 0;
}
.main-page .main-content {
	margin-left: 25.5%;
}
.showonmobile{display:none;}
.noarrow.button a:after{display:none;}
.header-slider-container {
	overflow: hidden;
	margin: -30px auto 0;
}
.right .text-background {
	right: 0;
}
.mapsection iframe {
	width: 100%;
}

.case_study table {
 width: 100%;
 background-color: #f6f6f6;
 margin-bottom: 20px;
}
table td {
 border-bottom: 1px solid rgba(116,124,115,0.3);
 padding: 10px;
 color: #4b426b;
 font-size: 20px;
 font-weight: 400;
}
table tr:nth-child(2n) td {
 background: rgba(135, 191, 55, 0.17);
 color:#9db350;
}
table td strong{
 font-weight:700;
}
table td p{
 color: #000;
 font-size: 17px;
 font-weight:400;
 line-height:160%;
}
td.keywords a,td.keywords {
 font-weight: 400;
 color:#9db350;
}
.noborder{
	border:0 !important;
}
.caption-image iframe {
	width: 100%;
}
.team-members-page .page_description {
	max-width: 65%;
}
.archives > li > ul a:hover {
	color: #981671;
}
/* Media Queries */

/* Media Queries */


@media(max-width:1280px){
	
	.header-slider {max-width: 100%;}
	.container {max-width: 90%;width: 90%;}
	.site_header {padding-top: 10px;}
	.menu_section {margin-top: 5px;padding: 0px 25px 0px 25px;}
	.main_menu > ul > li > a {font-size: 13px;}
	.contact_tab a span {font-size: 16px;}
	.each_special_box {	padding: 15px;}
	.icon-text strong {font-size: 17px;}
	.each_special_box .icon-text::before, .each_special_box .icon-text::after {width: 15px;left: -15px;}
	.each_special_box .icon-text::after {left: auto;right: -15px;}
	.follow-section .container, .copyright-bar .container {width: 98%;max-width: 98%;}
	.mapsection {position: absolute;bottom: 0;}
	.menu_section.cloned {padding-left: 0;padding-right: 0;}
	.menu_section.cloned .main_menu > ul > li {margin-right: 25px;}
	.testimonial-body .pcontent {font-size: 30px;}
	.sub-section-title {font-size: 16px;}
	.what-we-do-section .section-title {font-size: 30px;}
	ol.what-we-do-list li, .what-we-do-section p {font-size: 15px;}
	.accreditation-title {font-size: 20px;}
	.logo-anchor {font-size: 25px;}
	.submenu-icon {width: 45px;}
}
@media(max-width:1112px){
	.stripes {display: block !important;}
	.menu_section {padding: 20px 25px 20px 25px;}
	.contact_tab {height: 83px;}
	.main_menu {position: absolute;width: 100% !important;float: none;top: 83px;left:0;background-color: #4b426b;max-height:0;overflow:hidden;}
	.main_menu > ul > li {float: none;margin-right: 0;position: relative;padding: 0px;border-bottom: 2px solid #fff;text-align:center;}
	.main_menu > ul{margin-left:-25px;margin-right:-25px;}
	.main_menu > ul > li > a {
	font-size: 15px;
	display: inline-block;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
        width: 100%;
}
	.main_menu .menu{border-top:2px solid #fff;}
	.main_menu > ul {margin-left: 0;margin-right: 0;}
	.main_menu.menuopen{max-height:1000px;}
	.menu_section .cloned {padding: 5px 0 5px 0;}
	.menu_section .cloned .main_menu {top: 48px;}
	.menu_section .cloned.active .contact_tab {height: 53px;top: -5px;}
	.has-sub::after {display:none;}
	.has-sub > a{position:relative;}
	.has-sub > a::after {
	content: '';
	background-image: url('images/submenu.png');
	width: 8px;
	height: 8px;
	position: absolute;
	top: 18px;
	margin-left: 10px;
}
	.sub-menu {background: #981761;position: static;width: 100%;top: 0;pointer-events: all;opacity: 1;	visibility: visible;max-height: 0;overflow: hidden;}
	.sub-menu.activesubmenu{max-height:700px;border-top:2px solid #fff;}
	.has-sub.removespacing {padding-bottom: 0;}
	.sub-menu a {display: table;width: 200px;margin: 0 auto;}
	.has-sub.simple .sub-menu {width: 100%;}
	.simple .sub-menu a {display: block;width: auto;text-align:center;}
	.sub-menu li {border-bottom: 2px solid #fff;}
	.footer-contact-button a {padding: 28px;}
	.menu_section.cloned .main_menu > ul > li {margin-right: 0;}
	.left-sidebar {display: block;width: 63%;position: static;}
	.current-page-sidebar-content {margin-top: 0;}
	.main-page .main-content {margin-left: 0;}
	.main-page .main-content {width: 63%;float: left;}
	.main-page {min-height: auto !important;}
/*	.right-sidebar {width: 34.5%;float: left;}*/
	.caption-image img {width:100%;}
	.each_header_slide h1 {padding-left: 40px;font-size: 25px;min-height: auto;}
	.member-name {font-size: 17px;}
	.sidebar-menu.hideonmobile {display: none;}
}
@media(max-width:959px){
	.each_header_slide h1 {padding-left: 40px;font-size: 25px;}
	.each_header_slide {height: 300px;}
	.header-slider {margin: 0 auto;}
	.icon-text {font-size: 8px;}
	.each_special_box {padding: 10px;}
	.icon-text strong {font-size: 13px;}
	.each_special_box .icon-text::before, .each_special_box .icon-text::after {width: 10px;left: -10px;}
	.each_special_box .icon-text::after {left: auto;right: -10px;}
	.testimonial-body .pcontent {font-size: 16px;}
	.sub-section-title {font-size: 10px;padding: 15px 25px;}
	.testimonial-body {padding: 25px 50px;}
	.section-title {margin-left: -20px;}
	.what-we-do-section .section-title {font-size: 20px;}
	ol.what-we-do-list li, .what-we-do-section ol li, .what-we-do-section p {font-size: 13px;}
	.accreditation-title {font-size: 15px;}
	.footer-contact-button a {font-size: 14px;}
	.logo-anchor,footer h6{font-size: 18px;}
	footer .header-title {font-size: 20px;}
	footer .social-icons-cont {width: 100%;}
	.social-icons-cont > div {float: left;margin-left: 0;margin-right: 15px;}
	.each-management-col:last-child {width: 20%;float: right;}
	.copyright-bar p {font-size: 13px;}
	.menu_section {margin-right: 0;margin-left: 0;width: 100%;}
	header .container {max-width: 94%;width: 94%;}
	.contact_tab {width: 22%;}
	.page-title {left: 250px;}
	.page-thumbnail {width: 230px;}
	.sidebar-description {font-size: 15px;}
	p {font-size: 15px;}
	.page-thumbnail.hasimg {height: auto;width: 40%;}
	.team-page-desc {float: left;width: 60%;padding: 25px;box-sizing: border-box;}
	.team-page-desc p {font-size: 18px;}
	.member-image {height: 315px;}
	.member-name {font-size: 13px;padding: 20px 0;}
	.member-description h5 {font-size: 16px;}
	.simple .sub-menu li {padding: 15px 0;}
	.team-members-page .page_description {max-width: 100%;}
}
@media(max-width:767px){
	.hideonmobile{display:none !important;}
	.latest-news {width: 100%;}
	.section-title {margin-left: -10px;}
	.menu_section {padding: 10px 15px 10px 15px;}
	.contact_tab {height: 63px;}
	.each_header_slide h1 {padding-left: 50px;font-size: 18px;}
	.header-slider {margin:0}
	.main_menu {top: 63px;}
	.clients-section {margin-bottom: 60px;}
	.badges img {max-width: 190px;}
	.logo-anchor, footer h6 {font-size: 11px;}
	.each-management-col span {font-size: 9px;}
	footer .header-title {font-size: 12px;}
	.follow-section {padding: 30px 0;}
	.each-management-col p {font-size: 12px;}
	.copyright-bar p {font-size: 10px;}
	.badges img {max-width: 130px;margin-right: 20px;}
	.post_title a {font-size: 12px;padding: 17px 10px;}
	.testimonial-body .tauthor {font-size: 9px;}
	ol.what-we-do-list li, .what-we-do-section ol li, .what-we-do-section p {font-size: 13px;}
	.what-we-do-section .section-title {font-size: 18px;}
	.accreditations-section {margin-bottom: 40px;}
	.section-title {font-size: 15px;}
	.accreditation-title {font-size: 10px;margin-bottom: 15px;}
	.casetext p {color: #000;font-size: 15px;}
	.member-col {width: 50%;margin-right: auto;float: none;margin-left: auto;}
	.member-image {height: 400px;}
	.member-col:last-child {margin-right: auto !important;}
	.team-page-desc {padding: 25px 10px 5px 25px;}
	.team-page-desc p {font-size: 16px !important;}
	.member-col {width: 70%;}
	.current-page-sidebar-content {margin-top: 30px;}
}
@media(max-width:639px){
	.site_header {position: relative;}
	header .header-title {font-size: 17px;text-align: right;}
	.header-phone a {font-size: 15px;}
	.contact_tab a span {font-size: 14px;}
	.stripes {width: 40px;}
	.stripes > span {height: 4px;margin: 5px 0;width: 40px;}
	.contact_tab {width: 30%;height: 52px;}
	.main_menu {top: 52px;}
	.button .custombutton a {font-size: 11px;}
	.button .custombutton a::after {top: 6px;}
	.post_thumbnail {height: 180px;}
	.news-section .latest-news {padding-top: 0;}
	.post_date {font-size: 9px;}
	.each-client img {max-height: 95px;}
	ol.what-we-do-list {padding-left: 12px;}
	.social-icons-cont > div {margin-right: 0;margin-left: 10px;}
	.each-management-col:nth-child(3) {width: 27%;}
	.clients-section {margin-bottom: 40px;}
	.menu_section .cloned .active .contact_tab {height: 42px;}
	.activeclose span:nth-child(1) {-webkit-transform: translateY(9px);-ms-transform: translateY(9px);-o-transform: translateY(9px);transform: translateY(9px);}
	.activeclose span:nth-child(3) {-webkit-transform: translateY(-9px) rotate(90deg);-ms-transform: translateY(-9px) rotate(90deg);-o-transform: translateY(-9px) rotate(90deg);transform: translateY(-9px) rotate(90deg);}
	.each_header_slide {height: 180px;}
	.text-background {bottom: 30px;padding: 10px 30px 10px 0;}
	.each_header_slide h1 {font-size: 13px;}
	.each-news-post {margin-bottom: 15px;}
	.main-page .main-content,.right-sidebar {width: 100%;}
	.left-sidebar {display: block;position: static;}
	.current-page-sidebar-content .section-title::after {border-width: 20px 120px 0 120px;}
	.left-sidebar, .right-sidebar{width:240px;margin: 0 auto;float:none;}
	.case_study h2 {font-size: 16px;}
	.case_study_table .desc,.casetext {font-size: 15px;}
	.main-page-template .testimonial-body .pcontent {font-size: 16px;}
	.page-title {font-size: 16px;}
	p {font-size: 14px;}
	.page-thumbnail {width: 180px;height: 175px;}
	.page-title {left: 200px;}
	.sidebar-description,.right-sidebar .section-title {font-size: 18px;}
	.post_date_cont .post_date {font-size: 17px;}
	.caption-image span {font-size: 12px;}
	.showonmobile{display:block !important;}
	.all-blog-posts .each-news-post {width: 48%;margin-right:4% !important;}
	.all-blog-posts .each-news-post:nth-child(2n) {width: 48%;margin-right:0 !important;}
	.post-archive .section-title {margin-left: 0;width: 60%;font-size:23px;}
	.post-archive.showonmobile {margin-bottom: 40px;}
	.archives > li > ul a {color: #000;}
	.team-page-desc .page-title {margin-bottom: 10px;}
	.team-page-desc p {font-size: 13px;}
	.member-name {font-size: 18px;}
	.team-page-desc {padding: 15px 10px 5px 15px;}
	.member-description h5 {font-size: 20px;}
	.member-description p {font-size: 17px;}
	.team-page-desc p:last-child {margin-bottom:0;}
	.site_logo > div {float: none;text-align: center;}
	.site_logo span { margin-bottom: 5px;}
	.header-phone a {float: left;}
	.social-icons-cont a {font-size: 20px;}
	.header-slider-container {margin: -18px auto 0;}
	ol.what-we-do-list li, .what-we-do-section ol li, .what-we-do-section p {font-size: 15px;line-height: 1.3;}
	.accreditation-title {font-size: 15px;display: inline;}
	.badges {padding-top: 15px;}
	.submenu-text {padding-top: 4px;}
	.menu_section .cloned .main_menu {top: 37px;}
	.each-management-col {width: 100% !important;margin-right: 0;margin-bottom: 20px !important;}
	footer .social-icons {float: left;}
	.logo-anchor, footer h6 {font-size: 15px;}
	.follow-section .container , .copyright-bar .container {width: 90%;max-width: 90%;}
}
@media(max-width:479px){
	.site_logo img {min-width: 110px;}
	.site_logo span {font-size: 13px;margin-bottom: 5px;}
	header .header-title,.header-phone a {font-size: 14px;}
	.each-news-post {width: 100%;}
	.testimonial-body {padding: 25px;}
	.text-background {max-width: 90%;}
	.badges img {max-width: 120px;}
	.copyright-bar p {font-size: 8px;}
	.contact_tab {width: 35%;}
	.section-title {width: calc(100% + 20px);}
	.page-thumbnail {width: 100%;}
	.page-title {position: static;padding: 10px;clear: both; bottom:15px;}
	.page_details .container {width: 100%;max-width: 100%;}
	.each-client img {max-height: 75px;}
	.post-archive .section-title {width: 100%;}
	.main-page-template.blog .main-content {margin-bottom: 0;}
	.all-blog-posts .each-news-post {width: 100% !important;}
	.main-page-template.blog {margin-bottom: 30px;}
	.member-col {width: 100%;}
	.member-image {margin-bottom: 15px;}
	.each_team_member {margin-bottom: 20px;}
	.page-thumbnail.hasimg img {display: inline-block;}
	.page-thumbnail.hasimg {width: 100%;text-align: center;}
	.team-page-desc {padding: 25px;width: 100%;}
	.team-page-desc .page-title {padding-left: 0;}
	.contact-form .forminput, .contact-form textarea {font-size: 15px;padding: 0px 10px 10px 10px;}
	#send-contact {font-size: 25px;}
	.social-icons .header-title {text-align: right;}
	.contact-form textarea {height: 100px;}
	.page-thumbnail {height: 275px;}
	.page-thumbnail.noborder.mobile{display:block !important;height:auto;}
	.page-thumbnail.noborder.desktop{display:none;}
}
@media(max-width:400px){
	.post_thumbnail {height: 180px;}
}

