@charset "UTF-8";

/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #424242;
    transition: all 0.3s linear
}
.clear{
    clear:both;
}
a{
    text-decoration:none;
    
}
.last{
    margin-right:0px !important;
}
img {
    max-width: 100%;
    height: auto;
}
.rounded {
    border-radius: 0 20px 0 20px;
    overflow: hidden;
}
/********COLORS*******/
.blue {
    color: #1DA6C9;
}

.blue a{
    color: #1DA6C9;
}
.purple {
    color: #d82f86;
}

.purple a{
    color: #d82f86;
}
.light-brown {
    color: #e68130;
}
.light-brown a{
    color: #e68130;
}
.orange {
    color: #F4BF40;
}
.orange a{
    color: #F4BF40;
}

.dark-orange {
    color: #E68130;
}
.yellow {
    color: #f2e146;
}
.yellow a{
    color: #f2e146;
}
.green {
    color: #aec24e;
}
.green a{
    color: #aec24e;
}

.dark-green {
    color: #AEC24E;
}
.dark-green a{
    color: #AEC24E;
}
.light-green {
    color: #d9e087;
}
.light-green a{
    color: #d9e087;
}
.light-blue {
    color: #a1d4da;
}
.light-blue a{
    color: #a1d4da;
}
/********TYPOGRAPHY*******/
h1, h2, h3, h4, h5, h6{
    margin-bottom:10px;
    font-weight:bold;
}
h3{
    font-size:16px !important;
    font-weight:bold;
}
#wrapper, .container-new, #wrapper-new {
    max-width:965px;
    margin:0 auto;
    width: auto;
    position: relative;
    z-index: 2;
}
#wrapper-new {
    visibility: hidden;
    margin-top: 20px;
}
.home #wrapper-new {
    margin-bottom: 20px;
}
.home #wrapper {
    position: relative;
}
.container-new {
    background: #ffffff;
}
.wrapper-top {
    background: #1da6c9;
    position: relative;
    z-index: 9999;
}
.blue-wrapper {
    background: #1DA6C9;
}
.blue-wrapper .home_slider {
    margin-bottom: 0;
    padding: 20px 0;
}

.home .main_container {
    background: url('../images/home_fake_bg.png') repeat-x #d9edef;
    padding-bottom: 20px;

}
.home .main_container .container-new  {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
.home-content {
    position: relative;
}
.inner_content{
    margin:0 auto;
    max-width:965px;
    width: auto;
    overflow: hidden;
}
.equal-columns {
    float: left;
    width: 100%;
    position: relative;
}
#slider_blog {
    visibility: hidden;
}
#header{
    width:100%;
    background: #3b3c3c;
    padding-top:20px;
    margin-top: -18px;
    position: relative;
    z-index: 2;
}

.dark-orange a{
    color: #E68130;
}
/*************************/
/********HEADER***********/
/*************************/
.header_wrapper{
    margin:0 auto;
    max-width:965px;
    width: auto;
    padding-bottom: 10px;
}
.logo{
    float:left;
}
.right_header{
    float:right;
    width:440px;
    padding-top:15px;
}
.social_media{
    float:left;
}
.social_media ul li{
    display:inline;
    margin-right:5px;
}
.desktop-phone {
    font-size: 24px;
    color: #fff;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    float: right;
    width: 100%;
    text-align: right;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 110%;
}
.header-email {
    float: right;
    width: 100%;
    text-align: right;
    display: block
}
.header-email a {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    vertical-align: top;
}
.header-email img {
    margin-right: 5px;
}
.search_container{
    float:right;
    background:url(../images/search_label.png) no-repeat left center;
    width: 180px;
    padding-left: 65px;
}
div.search{
    border: 1px solid #afbec1;
    padding-right: 3px;
    width: 180px;
}
div.search form input.search_box{
    border: none;
    color: #acacac;
    background: #fff;
}
div.search form input.search_btn{
    background-image: url(../images/search_button.png);
    background-repeat: no-repeat;
    background-color:#fff;
    background-position: center;
    border: none;
    width: 20px;
    height: 20px;
    margin-right: 5px;
     margin-top: 5px;
    cursor: pointer;
}
/*NAVIGATION*/
.navigation_container{
    width:100%;
    height:34px;
    visibility: hidden;
}
.navigation_container ul{
    float:left;
    margin-top:10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.navigation_container ul li{
    display:inline-block;
    margin-right: 15px;
}
.navigation_container ul li a {
    font-size:17px;
    color: #443f37;
    text-transform:uppercase;
    padding: 0;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 700;
}
.navigation_container ul li:first-child a{
    border-left:none;
    padding-left:0px;
}
/*HOME PAGE ITEMS*/
.home_banner{
    width:100%;
    margin-top: 10px;
    clear: both;
    display: inline-block;
}
.home_slider {
    margin-bottom: 20px;
    background-repeat: no-repeat;
    margin-top: 25px;
    position: relative;
}
.home_slider h3.white {
    font-size: 24px !important;
    font-family: 'futura-pt';
    
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 120%;
}
.carousel_header{
    width: 99px;
    height: 86px;
    float: left;
}
ul.slider-item{
    float: right;
}
.white {
    color: #fff;
}
.text-center {
    text-align: center;
}
.uppercased {
    text-transform: uppercase
}
.blog_home_items h2.white, .about_box h2{
    width: 80%;
    margin: 17% auto 20px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
}

.box_testimonial h2{
    width: 80%;
    margin: 17% auto 20px;
    font-weight: normal;
    font-size: 24px !important;
   font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
     text-transform: uppercase;
}

#slider_twitter h2 {
    width: 80%;
    margin: 17% auto 0px;
    font-weight: normal;
    font-size: 24px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    color: #424242 !important;
    text-transform: uppercase;
}


.blog_home_items ul{
    margin-top: 30px;
    width: 80%;
    margin: 0 auto;
}
.blog_home_items ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff;
}
.blog_home_items ul li h4{
    margin-bottom: 0px !important;
    font-weight: normal;
}
.blog_home_items ul li:last-child{
    border-bottom: none;
}
.blog_home_items ul li a{
    color: #fff;
    font-size: 16px;
}
.home_results_container{
    margin-top: 30px;
}
.home_accreditation_container{
    margin-top: 30px;
    text-align: center;
}
.testimonial_thumb_home{
    height: 160px;
    width:309px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 99;
}
.testimonial_thumb_mask{
    height: 160px;
    width:309px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background:url(../images/green_mask_bg.png);
    z-index: 999;
}
.home .box_testimonial ul  {
    margin-top: 5%;
    font-style: normal;

}
.home .box_testimonial em {
    font-style: normal;
}
.home .box_testimonial ul  li {
    width: 90%;
    margin: 0 0 0 30px;
}


#slider_twitter {
        width: 100%;
        height: 100%;

    }
    #slider_twitter ul {
        display: block;
        width: 100%;
        height: 100%;
    }
    #slider_twitter ul li {
        display: none;
        position: absolute;
        height: 60%;
        width: 70%;
        margin: 0% 0 0 10%;
    }
    #slider_twitter ul li:first-of-type {
        display: block;
    }
    #slider_twitter ul li > p {
        display: table-cell;
        vertical-align: middle;
        height: 160px;
        word-break: break-word;
    }
 #slider_twitter ul li a {
        color: #424242 !important;
        text-decoration: underline;
    }

/* BLOG PAGE */
.select-categories {
    font-size: 15px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    color: #3c3d3d;
    font-weight: bold;
    width: 50%;
    float: left;
}
.select-categories select {
    margin-left: 15px;
}

.search_container{
	float: right;
	 width: 250px;
}

/* search widget */
#searchform{position:relative;}
#searchform .bgsearch{}
#searchform #s{width:80%; padding:8px 5px !important; border:0}
.searchbutton{background:#fff url(../images/search-icon.png) no-repeat  right center !important; border:0 !important; width:20px; height:17px; position:absolute; right:10px; top:6px;}

.blog_slider {
    width: 66.6666%;
    height: 320px;
    display: block;
    float: left;
    vertical-align: top;
}
.blog-item {
    position: relative;

}
#blog-list .blog_list_item {
    color: #fff;
}
.blog-title-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    padding: 15px;
    background: #1bb5d5;
    margin-bottom: 0;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.blog-post-title {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 120%;
}
.blog-list-meta a, .blog-list-meta {
    font-size: 12px;
    color: #fff;
}
.blog-list-meta {
    margin-bottom: 5px;
}

/*************************/
/********SUBPAGES***********/
/*************************/
.side_bar{
    max-width:30%;
    width: auto;
    float: left;
    margin-right: 15px;
    transition: all 0.3s linear
}
.sub_container {
    width: 67%;
    margin: 0 auto;
    float: right;
    padding-top: 15px;
    transition: all 0.3s linear
}
.sub_container.full_width {
    width: 100%;
}

.sub_container p{
    margin-bottom: 15px;
    color: #424242;
}
.sub_container ul{
    margin-left: 15px;
    margin-bottom: 15px;
}
.sub_container ul li{
    list-style: disc;
    color: #000;
}
.side_banners{
    max-width: 100%;
    margin-top: 20px;
}
.side_banners ul li{
    margin-bottom: 20px;
}
.side_banners ul li img{
    margin-left: 0px;
}
.side_banners ul li .box_read_more{

}
.blog-item-1 .blog-title-container,.blog-item-5 .blog-title-container, .blog-item-7 .blog-title-container  {
    background:#3b3c3c;
}


.blog-item-1 img, .blog-item-5 img, .blog-item-7 img  {
   /* display: none;*/
}
.blog-item-1 .blog-title-container, .blog-item-5 .blog-title-container,.blog-item-7 .blog-title-container   {
   /* top: 15%;*/
}
.blog-item-1 .blog-post-title, .blog-item-5 .blog-post-title, .blog-item-7 .blog-post-title {
   /* font-size: 27px;*/
    line-height: 110%;
}

.blog-item-2 .category-name {
    background: #a0d3da;
    color: #3c3d3d;
}
.blog-item-3 .category-name,.blog-item-8 .category-name  {
    background: #e6812f;
    color: #fff;
}
.blog-item-3 .blog-title-container {
    background: #3b3c3c;
}
.blog-item-4 .category-name, .blog-item-9 .category-name {
 
    max-width: 50%:
}


.blog-item-4 .blog-title-container, 
.blog-item-9 .blog-title-container {
    height: 50%;
    width: 100%;
}
.blog-item-2, .blog-item-4, .blog-item-8, .blog-item-10 {
    background: #fff;
}
.blog-item-1, .blog-item-5, .blog-item-7, .blog-item-9 {
    background: #fff;
}


.blog-item-4 .category-name, .blog-item-9 .category-name {
    width: 60%;
}
.blog-item-4 .category-name {
    background: #a0d3da;
}

.blog-item-6 .category-name  {
    background: #1bb5d5;
    color: #fff;
}
.blog-item-6 .blog-title-container {
    background: #adc24e;
}
.blog-item-8 .blog-title-container {
    background: #d72e85;
}

.blog-item-9 .blog-title-container {
    background: #e6812f;
}
.blog-item-9 .category-name  {
    background: #f4be40;
}
.blog-item-10 .blog-title-container, .blog-item-10 .blog-post-title a, .blog-item-10 .blog-list-meta,.blog-item-10 .blog-list-meta a {
    background: #f4be40;
    color: #3c3d3d !important;
}

.blog-item-10 .category-name  {
    background: #adc24e;
}
#slider-blog {
    border-right: 1px solid #ffffff;
}

#slider-blog .bjqs, #slider-blog .bjqs li {
    min-height: 320px;
}

#slider-blog .bjqs-markers{
    position: absolute;
    top: 3%;
    right: 0;
    text-align: right;
    margin-right: 1%;
}
#slider-blog .bjqs-markers li {
    width: 11px;
    height: 11px;
    background: url('../images/blog_controls.png') no-repeat 0 0;
    text-indent: -9999px;
    display: inline-block !important;
    margin-right: 7px;
    font-size: 0;
    z-index: 9999;
}

#slider-blog .bjqs-markers li.active-marker {
    background-position: 100% 0;
}
#slider-blog .bjqs-markers li a {
    display: block;
    width: 11px;
    height: 11px;
}
#slider-blog .bjqs-controls a {
    width: 45px;
    height: 45px;
    background: url('../images/blog_direction.png') no-repeat 0 0;
    text-indent: -9999px;
}
#slider-blog .bjqs-controls,#slider-blog .bjqs-controls li {
    list-style-type: none;
}
#slider-blog .bjqs-next a {
    background-position: 100% 0;
}
#slider-blog .slider-description {
    background: url('../images/slider_desc.png') repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    color: #fff;
    padding: 3%;
}
#slider-blog .slider-title a {
    color: #fff;
    font-size: 22px;
    display: block;
    font-weight: bold;
    line-height: 120%;
}

/*SLIDER*/
ul#slider1{
    //width:860px;
}
#slider-item {

}
ul#slider-item li{
    height:85px;
    line-height: 85px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
ul#slider-item li a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

div.bx-window{
    margin:0 0;
    overflow: hidden;
}
div.bx-wrapper{
    overflow: hidden;
}
a.bx-prev{
    background:url(../images/left_arrow_carousel.png) no-repeat;
    height: 28px;
    width: 19px;
    z-index: 99999;
}
/*a.bx-prev:hover{
        background:url(../images/prev_btn.png) no-repeat 0 -28px;
        height: 28px;
    left: -19px;
    position: absolute;
    text-indent: -999999px;
    bottom: 30px;
    width: 19px;
        }*/
a.bx-next{
    background:url(../images/right_arrow_carousel.png) no-repeat;
    height:28px;
    width: 19px;
    z-index: 99999;
}
/*************************/
/********BOXES***********/
/*************************/
.commmon_box{
    width:308px;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 17px;
    padding-right: 17px;
    min-height: 300px;
}
.commmon_box .inner, .common_box .inner {
    width: 90%;
    height: 90%;
    margin: 15px auto;
    border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    overflow: hidden;
}
.home .commmon_box {
    padding:0px;
    max-width:328px;
    width: 321px;
    height:300px;
    background: #fff;
}
.home .commmon_box:first-child {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
}
.home .commmon_box:nth-child(3) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #e1e1e1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e1e1e1 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #e1e1e1 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.home .commmon_box:nth-child(5) {
    background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #e1e1e1 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e1e1e1 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e1e1e1 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home .commmon_box .icon {
    position: absolute;
    top: 10%;
    right: 10%;
}
.commmon_box h1{
    color: #fff;
    font-size: 21px;
}
.commmon_box h2{
    color: #fff;
    font-size: 17px;
    line-height: 19px;
}
.home_box{
    float:left;
    height:230px;
}
.sub_page_box{
    margin-top: 15px !important;
    width: 100%;
    min-height:200px!important;
    padding-bottom: 35px;
    padding-top: 25px !important;
    padding-left: 17px;
    padding-right: 35px!important;
    color: #fff !important;
}
.blue_box.sub_page_box {
    background: #1DA6C9;
}
.sub_page_box a{
    color: #fff !important;
}
.sub_page_box h1,
.sub_page_box h2{
    font-size: 23px;
    text-transform: uppercase !important;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-weight: normal;
    line-height: 25px;
}
.sub_page_box ul{
    margin-left: 15px;
    margin-top: 15px;
}
.sub_page_box ul li {
    border-bottom: 1px dotted #fff;
    padding: 3px 0px 3px 15px !important;
    background: url(../images/side_bullets.png) no-repeat 0px 8px ;
}

.sub_page_box ul li ul.children{
	margin-top: 0px;
}

.sub_page_box ul li ul.children li:last-child{
	border-bottom: none;
}
.sub_page_box ul li a{
    color: #fff !important;
    text-decoration: none;
}
.yellow_box ul li a{
    color: #3c3d3d !important;
}
.about_box {
    width: 80%;
    margin: 17% auto 0;
    font-size: 14px;
}
.about_more {
    display: inline-block;

}
/* BOX TESTIMONIAL */
.testimonial_content {
    margin-top: 20%;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    width: 90%;
    margin: 0 0 0px;
    display: block;
    font-style:normal;
}
.testimonial_content a {
    color: #fff;
    font-size: 12px;
}
.testimonial_content em {
    font-style: normal;
}
.testimonial_content strong {
    font-size: 14px;
    font-weight: normal;
    color: #3c3d3d;
}
.home-author {
    font-size: 12px;
    color: #3c3d3d;
    line-height: 120%;
    width: 90%;
    margin: 0 auto;
}
.home .grey_box h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.home .grey_box {
    text-align: center;
    line-height: 10px;
}

.home .grey_box a {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.home .grey_box h2 {
    margin-top: 45%;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
}
/*BOXES Colours*/
.blue_box{
    background:#1DA6C9;
}
.green_box{
    background:#9fb54e;
}
.dark-green_box{
    background:#AEC24E;
}


.grey_box{

}
.pink_box{
    background:#cf338a;
}
.yellow_box{
    background:#E2CC42;
}

.light-blue_box{
    background:#A1D4DA;
}

.orange_box{
    background:#F4BF40;
}


.yellow_box_home h2{
    color: #424242 !important;
    font-size: 17px;
    margin-bottom: 20px;
}

.dark-orange_box{
 background:#E68130;
  
}


/*COLOUR BOXES NUMBERED*/
.box_1{
    background:#1da8ca !important;
    color: #fff !important;
}
.box_2{
    background:#adc34e !important;
    color: #fff !important;
}
.box_3{
    background:#3b3c3c !important;
    color: #fff !important;
}
.box_4{
    background:#d1338d;
    color: #fff !important;
}
.box_5{
    background:#e7b140;
    color: #fff !important;
}
.box_6{
    background:#1da8ca;
    color: #fff !important;
}
.yellow_box_home h2{
    color: #424242 !important;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    margin-left: 0;
    font-weight: normal;
}
.green_box_home h2{
    /*margin-top: 130px;*/
}
.green_box_home{
    color: #fff;
}

.light-blue_box_home{
    color: #fff;
}
.box_read_more{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 22px;
    text-align: right;
    left: 0px;
    z-index: 999;
}
.home .box_read_more {
    bottom: 10%;
    right: 8%;
    left: auto;
}
.side_banners .box_read_more {
    bottom: 15px;
    right: 15px;
    left: auto;
}
.single .box_read_more {
    bottom: 7%;
    right: 8%;
    left: auto;
}
#case-study-page .box_read_more {
    bottom: 5%;
    right: 4%;
    left: auto;
}

.colour_stripe{
    background:url(../images/colourful_stripe.jpg) no-repeat bottom left;
}
.top_box_icon {
    width:299px;
    height: 30px;
    text-align: right;
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    top:0px;
    left: 0px;
}
/*************************/
/********COLOURS***********/
/*************************/
.yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5, .yellow h6, .yellow a{
    color: #E2CC42 !important;
}
.pink h1, .pink h2, .pink h3, .pink h4, .pink h5, .pink h6, .pink a{
    color: #d1338d !important;
}
.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6, .grey a{
    color: #3b3c3c !important;
}
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6, .green a{
    color: #adc34e !important;
}

.dark-green h1, .dark-green h2, .dark-green h3, .dark-green h4, .dark-green h5, .dark-green h6, .dark-green a{
    color: #AEC24E !important;
}


.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue a{
    color: #1DA6C9 !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{
    color: #fff !important;
}
h1.yellow ,  h2.yellow,  h3.yellow,  h4.yellow,  h5.yellow,  h6.yellow,  a.yellow{
    color: #E2CC42 !important;
}
h1.pink ,  h2.pink,  h3.pink,  h4.pink,  h5.pink,  h6.pink, a.pink {
    color: #d1338d !important;
}
h1.grey,  h2.grey,  h3.grey,  h4.grey,  h5.grey,  h6.grey,  a.grey{
    color: #3b3c3c !important;
}
h1.green,  h2.green,  h3.green,  h4.green,  h5.green,  h6.green,  a.green{
    color: #adc34e !important;
}
h1.dark-green,  h2.dark-green,  h3.dark-green,  h4.dark-green,  h5.dark-green,  h6.dark-green,  a.dark-green{
    color: #AEC24E !important;
}

h1.blue,  h2.blue,  h3.blue,  h4.blue,  h5.blue,  h6.blue,  a.blue{
    color: #1DA6C9 !important;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white a{
    color: #fff !important;
}

.key_results_box.blue p{
    color: #1DA6C9 !important;
}
.key_results_box.white p{
    color: #fff !important;
}
.key_results_box.yellow p{
    color: #E2CC42 !important;
}
.key_results_box.pink p{
    color: #d1338d !important;
}
.key_results_box.grey p{
    color: #3b3c3c !important;
}
.key_results_box.green p{ 
    color: #adc34e !important;
}
.key_results_box.dark-green p{
    color: #AEC24E !important;
}

.key_results_box.blue p{
    color: #1DA6C9 !important;
}
.key_results_box.white p{
    color: #fff !important;
}

/*************************/
/********BUTTONS***********/
/*************************/
.show_real{
    float:right;
    margin-top:11px;
}
.show_real a{
    background:url(../images/right_arrow_small.png) no-repeat 130px 13px #1db4d6;
    text-transform:uppercase;
    color:#FFF;
    padding:12px 30px 9px 15px;
    font-size:12px;
}
/******LIST********/
.news_pagination{
    text-align: center;
    float:right;
    width:350px;
    text-align:left;
    padding-top:200px;
}
.news_pagination .current{
    padding: 2px 5px;
    background: #ED1C24;
    color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.page-numbers{
    padding: 2px 5px;
    background: #A6A6A6;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.next{
    background: none;
    color:#666666;
}
a.prev{
    background: none;
    color:#666666;
}
.more_news{
    float:left;
    width:200px;
}
.paged .news_pagination{
}
.paged .more_news h3{
    display: none !important;
}
h1.page_title{
    color:#666666;
    font-size:24px;
    font-weight:bold;
}
.first-item{
    margin-top: 0px !important;
}
.list_item{
    max-width:100%;
    width: auto;
    margin-right:20px;
    float: left;
    margin-bottom: 15px;
}
.list_header{
    border-bottom:2px solid #999999;
    margin-bottom:10px;
}
.list_header h3{
    font-size:14px !important;
    font-weight:bold;
    margin-bottom:5px !important;
}
.list_text{
    width:185px;
    float:left;
    font-size:11px;
    line-height:15px;
}
.list_thumb{
    float:right;
    width:110px;
}
.list_link{
    margin-top:10px;
}
ul.more_news{
    margin-left:15px;
}
ul.more_news li{
    list-style:url(../images/bullet.png);
    width:200px;
    margin-bottom:5px;
}
ul.more_news li a{
    text-decoration:none;
    font-size:11px;
}
.small_item_logos{
    width: 210px;
    height: 240px;
    padding-bottom: 18px;
    float: left;
    padding-right: 20px;
    line-height: 200px;
    text-align: center;
    vertical-align: middle;
    /*background: url(../images/clients_bg.jpg);*/
    
    border-bottom: 1px dotted #3B3C3C;
    position: relative;
}

.small_item_logos:hover .grid-more {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
}

.grid-more {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 90%;
    height: 90%;
    color: #fff !important;
    margin: auto;
    top: 0;left:0;bottom:0;right:0;
    z-index: 2;
    transition: all 0.3s linear;
}

a.read_more_clients{
	font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
	color: #fff !important;
	text-transform: uppercase;
	 line-height: 20px !important;
	 background: url(../images/read_more_arrow.png) no-repeat right center;
	 padding: 5px 25px 5px 0px;
	
}

.small_item_logos .grid-more h2{
	color: #fff !important;
	 font-size: 19px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    font-weight: normal;
   line-height: 20px;
   margin-top: 10px;
}

.small_item_logos .grid-more .clients_content p{
	color: #fff !important;
	 font-size: 12px;
	 padding: 0 10px;
   
    font-weight: normal;
   line-height: 16px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.small_item_logos .grid-more .clients_content p span{
	color: #fff !important;

}



.small_item_logos .grid-more{
	color: #fff !important;
	line-height: 0;
	
}

.colour_1{
background: #1DA6C9;
}
.colour_2{
background: #D82F86;
}
.colour_3{
background: #E68130;
	
}
.colour_4{
background: #F4BF40;
	
}
.colour_5{
background: #E2CC42;
	
}
.colour_6{
background: #D9E087;
	
}
.colour_7{
background: #AEC24E;
	
}
.colour_8{
background: #A1D4DA;
	
}


.small_item_logos.last{
padding-right: 0px !important;	
}
.small_item_logos img{
    vertical-align: middle;
}
.search_item{
    margin-bottom: 20px;
}
.one_third{
    width: 308px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}
.one_third_cs {
    transition: all 0.3s linear;
    width: 308px;
    float: left;
    margin-right: 19px;
    margin-bottom: 15px;
    height: 300px;
}
.cs_list{
    width: 100%;
    position: relative;
}
.one_third_small {
    max-width: 33%;
    width: auto;
    margin-right: 16px;
    height: 320px;
    float: left;
    margin-bottom: 35px;
}
.one_third_small h1{
    height: 30px;
}
.service_item{
    width: 180px;
    float: left;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 40px;
}

#services-container .service_item {
    width: 98%;
    float: none;
    text-align: left;
    margin: 10px 0 20px;
    clear: both;
    overflow: hidden;
}
#services-container .service_item_image {
    height: auto;
    margin-bottom: 0;
    width: 115px;
    float: left;
    margin-right: 10px;
}

#services-container .services-landing{
	
	padding-right: 20px;
	margin-bottom: 20px;
}

#services-container .services-landing h2{
	float: none;
}

#services-container h2 {
    color: #3c3d3d !important;
    font-size: 19px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 3px;
    float: left;
    line-height: 35px;
    padding-left: 3px;
}
.services-tab-content {
    width: 80%;
    float: right;
}
.yellow .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #E2CC42;
}


.service_item_image{
    height: 200px;
    margin-bottom: 10px;
}

.services-tab-menu ul {
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.services-tab-menu li {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.services-tab-menu li a {
    color: #3c3d3d;
    font-size: 14px;
}

.yellow .services-tab-menu li a, 
.green .services-tab-menu li a,
.orange .services-tab-menu li a,
.dark-orange .services-tab-menu li a,
.dark-green .services-tab-menu li a{
    color: #3c3d3d !important;
}
.blue .services-tab-menu li a{
    color: #fff !important;
}
.yellow .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #E2CC42;
}

.yellow .services-tab-menu li.active-tab {
    background: #E2CC42;
}
.yellow .services-tab-menu li {
    background: #f7ecb5;
}
.green .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #c9d281;
}

.green .services-tab-menu li.active-tab {
    background: #c9d281;
}
.green .services-tab-menu li {
    background: #dfe3b3;
}

.dark-green .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #AEC24E;
}

.dark-green .services-tab-menu li.active-tab {
    background: #AEC24E;
}
.dark-green .services-tab-menu li {
    background: #c2d569;
}




.blue .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #1DA6C9;
}

.blue .services-tab-menu li.active-tab {
    background: #1DA6C9;
}
.blue .services-tab-menu li {
    background: #76d3e8;
}

.orange .services-tab-menu li.active-tab {
    background: #F4BF40;
}
.orange .services-tab-menu li {
    background: #fdd575;
}

.orange .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #F4BF40;
}

.dark-orange .services-tab-menu li.active-tab {
    background: #E68130;
}
.dark-orange .services-tab-menu li {
    background:  #F7A460;
}

.dark-orange .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid  #E68130;
}





.service_item .pink .services-tab-content {
    padding-top: 10px;
    border-top: 3px solid #CF338A;
}

.service_item .pink .services-tab-menu li.active-tab {
    background: #CF338A;
}
.service_item .pink .services-tab-menu li {
    background: #cf93b4;
}
.service_item .pink .services-tab-menu li a {
    color: #fff !important;
}
.services-case-studies {
    clear: both;
}

.case-studies-content {
    display: none;
}
a.case-color {
    color: #3c3d3d !important;
}

#blog-list .blog_list_item {
    transition: all 0.3s linear;
    width: 33.3333%;
    display: block;
    float: left;
    margin-right: 0;
    margin-bottom: 1px;
    padding-bottom: 20px;
    border-right: 1px solid #fff;
    height: 320px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}
.blog_list_item {
    transition: all 0.3s linear;
    max-width: 100%;
    width: auto;
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 20px;
}


.blog_list_item img {
    max-width:initial;
    height: auto;
}
#blog-list .blog_list_item a {
    color: #fff;
}
.blog_list_item_excerpt{
    text-align: justify;
    color: #000;
}
.blog_list_item h1{
    font-size: 20px;
    line-height: 23px;
}
.blog_meta{
    min-height: 24px;
    border-bottom: 1px dashed #3B3C3C;
    border-top: 1px dashed #3B3C3C ;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 11px;
    color: #000;
}
.category-name {
    background: #f1e046;
    padding: 10px 20px;
    color: #3c3d3d;
    /*text-align: center;*/
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
}
.nav-next-previous{
    text-align: center;
    margin-bottom: 20px;
}
.pagination_container a{
    margin: 0 5px;
    text-decoration: none !important;
}
span.pages_no{
    margin-right: 20px !important;
}
.pagination {
    font-size: 15px;
}
.pagination a {
    margin-right: 5px;
    color:#1DA8CA !important
}
.pagination a.inactive{
    background: #1DA8CA !important;
    color: #fff !important;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination span.current{
    margin-right: 5px;
    background: #BCBCBC !important;
    color: #fff !important;
    padding: 5px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blog-previous{
    float: left;
    font-size: 18px;
}
.blog-next{
    float: right;
    font-size: 18px;
}
.socialmedia_single{
    padding: 5px 0 0;
    background: #f3f3f3;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}
.socialmedia_single span {
    display: inline-block;
}
.socialmedia_single iframe{
    background: none;
}
.read_more_left{
    float: left;
    width: 100px;
}
.comments_left{
    float: right;
    width: 100px;
    text-align: right;
    background: url(../images/comm.png) no-repeat 10px 0;
}
ul.services_list li{
    display: inline;
    margin-right: 20px;
}
ul.services_list li img{
    margin-bottom: 40px;
}
.services_divider{
    margin-bottom: 20px;
}
/**************TWITTER****************/
#jstwitter {
    font-size: 13px;
    margin-top: 25px;
    margin-top: 30%;
    width: 80%;
    margin-left: 5%;
}
#jstwitter .item {
    margin: 0 auto 10px auto;
    padding: 0 0 0px 0px;
    color: #3c3d3d;
    font-size: 14px;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
#jstwitter .tweet:last-child {
    border-bottom: none;
}
#jstwitter .item a {
    text-decoration: none;
    color: #1da6c9;
    font-weight: bold;
}
#jstwitter .tweet a:hover {
    text-decoration: underline;
}
#jstwitter .time_twitter {
    font-size: 14px !important;
    margin-top: 8px;
    font-style: italic;
    display: block;
}
#jstwitter .time a {
    color: #3c3d3d;
    font-weight: normal;
}
/*****************************/
/**********sideBanners**************/
/*****************************/
.team_sidebanner{
    width: 100%;
    max-height: 168px;
    height: auto;
    background: #f0f0f0;
    cursor: pointer;
    text-align: left;
    background-size: cover;
    padding: 10px;
}

.team_sidebanner_inner{
	
	background: #fff;
}
.profile_sideimage{
    float: left;
    width: 41%;
    overflow: hidden;
    max-height: 150px;
}
.profile_sideimage img{
    height: auto;
    width: 100%;
    margin-top: -5px;
    display: list-item;
}
.profile_sidetext{
    float: left;
    width: 50%;
    padding: 12px 0 20px 15px;
}

.profile_sidetext h2{
    color: #1bb5d6;
    font-size: 17px !important;
    margin-bottom: 10px;
   text-transform: uppercase;
   font-weight: normal;
}


.profile_sidetext h3{
    color: #000;
    font-size: 14px !important;
    margin-bottom: 3px;
    font-weight: bolder !important;
}
.profile_sidetext h4{
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
.logo_sidebanner{
    height: 116px;
    height: 115px;
    background: url(../images/side_banner3.jpg) no-repeat 100% 0;
    padding: 12px 34px 20px 15px;
    text-align: center;
    height: 166px;
    cursor: pointer;
    background-size: cover;
}
.profile_data{
    margin-bottom: 10px;
    padding-left: 5px;
}
.twitter_icon{
    background: url(../images/sprite_social.jpg) no-repeat -3px 0px;
    padding-left: 28px;
    margin: 10px 0;
}
.facebook_icon{
    background: url(../images/sprite_social.jpg) no-repeat -3px -53px;
    padding-left: 28px;
    margin: 10px 0;
}
.linkedin_icon{
    background: url(../images/sprite_social.jpg) no-repeat -0px -28px;
    padding-left: 28px;
    margin: 10px 0 40px 0;
}
/*************************/
/********TESTIMONIALS PAGE***********/
/*************************/
#testimonials .commmon_box {
    padding-top:20px;
    height:245px;
    margin: 0 20px 20px 0;
    background-image: url(../images/speach_icon.png) !important;
    background-repeat: no-repeat  !important;
    background-position: 250px 11px  !important;;
}
#testimonials .commmon_box p {
    color: #fff;
}
#testimonials .commmon_box.box_5 p,
 #testimonials .commmon_box.box_5 h2{
    color: #424242 !important;
}

#team-page .grey_box {
    background: #3B3C3C;
}

h2.team_title{
	font-size: 18px !important;
}


/*****************************/
/****CASE STUDY CONTENT*******/
/*****************************/
.case-top-box {
    padding: 25px;
    background: #f0f0f0;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
}
.company-info h2 {
    font-size: 19px;
    font-weight: normal;
    line-height: 120%;
}

.company-info {
    max-width: 70%;
    float: left;
}

.company-logo {
    max-width: 26%;
    width: auto;
    float: right;
    margin-left: 3%;
}
.company-logo .logo-top img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 18px;
}
.company-logo .logo-top {
    border-radius: 50%;
    box-shadow: -20px 20px 40px #ccc;
    background: #fff;
    margin-bottom: 20px;
    width: 118px;
    height: 118px;
    line-height: 138px;
    text-align: center;
}
.specialist-link {
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

.list_sidebar {
    max-width: 20%;
    width: auto;
    float: right;
}
.list_inner {
    max-width: 75%;
    width: auto;
    float: left;
    margin-right: 4%;
}
.list_inner h4,.list_inner h3, .list_inner h2, .list_inner h1 {
    font-size: 19px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list_sidebar h4 {
    font-size: 17px;
    margin-bottom: 20px;
}
.list_sidebar ul {
    margin-left: 0;
    margin-right: 0;
}
.list_sidebar li {
    list-style-type: none !important;
    background: none;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    line-height: 120%;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.list_sidebar h5 {
    font-size: 35px;
    color: #3c3d3d !important;
    line-height: 100%;
}
.list_inner .related-posts {
    display: none;
}

/* SERVICES DETAIL PAGE */

h1.services_title {
	font-family: 'futura-pt', Arial, sans-serif !important;
    font-weight: 400;
	font-weight: normal !important;
	font-size: 26px;
	margin-top: -25px;
	
}

.sub_container #services-detail h4, 
.sub_container #services-detail h3, 
, 
.sub_container #services-detail h1 {
    font-size: 19px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sub_container h1{
    font-size: 25px;
   font-family: 'futura-pt', Arial, sans-serif !important;
    font-weight: 400;
   
}

.sub_container h1 span,
.sub_container h2 span,
.sub_container h3 span,
.sub_container h4 span{
	text-decoration: none !important;
}

.sub_container h2{
    font-size: 21px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
   
}
.sub_container h3{
    font-size: 18px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
   
}

.sub_container h4{
    font-size: 17px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
   
}
#services-detail h2{
	 font-size: 17px !important;
	 font-weight: normal !important;
    
}

#services-detail h3{
	 font-size: 16px !important;
    
}

#services-detail h4{
	 font-size: 15px !important;
	 font-weight: normal !important;
    
}
.services-specialist-box {
    width: 60%;
    float: right;
    margin-top: 0;
    margin-left: 2%;
    overflow: hidden;
}
.services-specialist-box .box-element {
    background: #f0f0f0;
    padding: 13px 10px 8px 10px;
    margin-bottom: 5px;
    overflow: hidden;
    color: #3c3d3d !important;
    font-size: 14px;
}


.box-element h3 {
    text-transform: uppercase;
    margin: 0 !important;

}
.box-element h3.thin {
    font-size: 16px;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    color: #3c3d3d !important;
    font-weight: normal;
}
.box-element img {
    border: 8px solid #fff;
    border-radius: 50%;
    float: left;
    margin-right: 20px;

}
.box-element-left {
    max-width: 35%;
    width: auto;
}
.box-element-right {
    width: 58%;
    float: right;
}
.box-element-right .person-name {
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
    color: #3c3d3d !important;
}
a.connect-email {
    display: inline-block;
    background: url('../images/email_icon.png') 0 3px no-repeat;
    padding-left: 25px;
    color: #3c3d3d !important;
    margin: 5px 0 5px;
}

.social_profiles.team_socials{
	float: right;
}
a.connect-twitter {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/connet_icons.png') 0 100% no-repeat;
    margin-bottom: 5px;
}

a.connect-google {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('../images/connet_icons.png') 0 100% no-repeat;
    margin-bottom: 5px;
}
a.connect-linkedin {
    width: 24px;
    height: 35px;
    display: inline-block;
    background: url('../images/connet_icons.png') 100% 100% no-repeat;
    margin-bottom: 5px;
}

.social_profiles.team_socials a.connect-email {
    width: 35px;
    height: 35px;
    background: url('../images/icons/email-35x35px.png') no-repeat;
  
}

.social_profiles.team_socials a.connect-google{
    width: 35px;
    height: 35px;
    background: url('../images/icons/google-35x35px.png') no-repeat;
   
  
}

.social_profiles.team_socials a.connect-linkedin {
    width: 35px;
    height: 35px;
    background: url('../images/icons/linkedin-35x35px.png') no-repeat;
  
}

.social_profiles.team_socials a.connect-twitter {
    width: 35px;
    height: 35px;
    background: url('../images/icons/twitter-35x35px.png') no-repeat;
  
}
#services-detail .related-posts {
    display: none;
}
.case-studies-header {
    font-size: 24px;
    color: #3c3d3d;
    margin: 30px 0;
    width: 100%;
    text-align: center;
    font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
}
.case-studies-header.yellow {
    border-color: #E2CC42;
}
.case-studies-header.green {
    border-color: #d9e087;
}

.case-studies-header.dark-green {
    border-color: #AEC24E;
}


.case-studies-header.blue {
    border-color: #1DA6C9;
}

.case-studies-header.orange {
    border-color: #F4BF40;
}

.case-studies-header.dark-orange {
    border-color: #E68130;
}

.case-studies-header.pink {
    border-color: #CF338A;
}




.case-grid {
    width: 32%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 30px;
}

.case-grid:nth-of-type(4n){
	 margin-right: 0%;
}
.case-grid .rounded {
    background: #f0f0f0;
    text-align: center;
}
.case-grid:last-child {
    margin-right: 0;
}
.case-grid-inner img{
   /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); */
    max-width: 90%;
    margin: 0 auto;
}

.case-grid-inner {
	text-align: center;
}
.case-grid-iiner img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.case_related_content{
	text-align: left;
}
a.case-related-title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0;
    color: #3c3d3d !important;
    text-align: left;
}

a.case-related-link_rm{
	text-align: right;
	float: right;
}
.case-grid-inner {
    color: #3c3d3d;
}

.case-related-link {
    font-weight: bold;
    /*float: right;*/
}

.mobile_banner{
	    display:none;
    }

/*****************************/
/**********FOOTER**************/
/*****************************/
#top_footer{
    width:100%;
    background:#738080;
    min-height:126px;
    padding:12px 0;
    color:#fff;
    font-size:12px;
    position: relative;
    z-index:9999;
}
#top_footer a{
    color:#fff;
}
.footer_wrapper .social_media a {
    display: inline-block;
    vertical-align: bottom;
    width: 24px;
    height: 24px;
    background-image: url('../images/footer_sprite.png');

}
.facebook_footer {
    background-position: -79px 100%;
}
.twitter_footer {
    background-position: -39px 100%;
}
.linkedin_footer {
    background-position: -154px 100%;
}
.google_footer {
    background-position: -116px 100%;
}

.rss_footer {
    background-position: -2px 100%;
}
.inst_footer {
    background-position: -190px 100%;
}
.large-icon {
    display: inline-block;
    width: 110px;
    height: auto;
    margin-right: 10px;
    min-height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}
.no-border-l {
    border-left: 0 !important;
}
.chamber {
    background-image: url('../images/footer1.png');
}
.econsultancy {
    background-image: url('../images/footer2.png');
}
.right_footer {
    font-size: 24px;
   font-family: 'futura-pt', Arial, sans-serif;
    font-weight: 400;
    line-height: 120%;
}
.right_footer a {
    display: block;
    margin:  0 0 25px;
}
.right_footer p {
    margin-bottom: 5px;
}
.footer_lrg_container{
    width: 18%;
    border-left:1px dotted #fff;
    float:left;
    padding-left:10px;
}
.footer_big_container{
    width: 30%;
    border-left:1px dotted #fff;
    float:left;
    padding-left:10px;
    margin-top: 35px;
}
.footer_lrg_container h2{
    margin-bottom:10px;
}
.footer_sml_container{
    width:160px;
    border-left:1px dotted #fff;
    float:left;
    padding-left:10px;
}
.footer_sml_container h2{
    margin-bottom:10px;
}
.footer_last_container{
    width:307px;
    text-align: right;
    float:left;
    padding-left:0px;
}
.footer_sml_container h2{
    margin-bottom:10px;
}
#bottom_footer{
    width:100%;
    background:#3b3c3c;
    min-height:60px;
    position: relative;
    color:#fff;
    font-size:12px;
    padding-top:20px;
    z-index:9999;
}
#bottom_footer a{
    color: #fff !important;
    text-decoration: none!important;
}
#footer h1{
    border-bottom:1px solid #426f4c;
    font-size:19px;
    color: #426f4c;
    text-transform:uppercase;
    margin-bottom:20px;
}
#footer a{
    color: #fff !important;
    text-decoration: none!important;
}
.footer_left{
    float:left;
    width:600px;
}
.footer_right{
    float:right;
}
.left_bottom_footer{
    float: left;
    max-width: 350px;
    width: auto;
    text-align:left;
}
.right_bottom_footer{
    float: right;
    width: 550px;
    text-align:right;
}
.afg-cell{
    display: inline-table;
    width: auto !important;
    margin-right: 20px;
    margin-bottom: 20px;
}
.afg-row{
    text-align: center;
}
.afg-pagination{
    text-align: center;
}
iframe{
    background: #3B3C3C;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
/* Mobile */
.show-mobile-nav {
    position: absolute;
    left: 10px;
    bottom: 2px;
    z-index: 9999;
}
.phone-number {
    font-size: 12px;
    color: #fcfcfc;
    float: right;
    transition: all 0.2s linear;
    display: none;
}
.phone-number a {
    text-decoration: none;
    color: #dddddd;
}
#show-services {
    display: none;
    max-width: 199px;
    width: auto;
    height: 24px;
    background:url(../images/choose_service.png) no-repeat 0 0;
    background-size: contain;
    line-height: 24px;
    text-align: center;
    color: #424242 !important;
}



@media screen and (max-width: 990px) {
    .logo img {
        max-width: 100%;
        height: auto;
    }
    .right_header {
        margin-right: 20px;
        padding-top: 12px;
        max-width: 33%;
        width: auto;
        position: relative;
    }
    .social_media {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }
    .social_media ul {
        text-align: right;
    }
    .social_media li {
        display: inline-block;
    }
    .search_container {
        max-width: 100%;
        width: auto;
    }
    .navigation_container ul {
        text-align: center;
        width: 100%;
    }
    .navigation_container ul li {
        display: inline-block;
        margin-bottom: 10px;
    }
    .main_container {
        text-align: center;
    }
    .home_box {
        display: inline-block;
        float: none;
        vertical-align: top;
        text-align: left;
    }
    .home_box.last {
        margin-right: 19px !important;
    }
    .sub_container {
        text-align: left;
    }
    .service_item {
        width: 18%;
        margin-right: 3%;
        float: none;
        display: inline-block;
    }
    .service_item_image {
        height: auto;
    }
    .service_item img {
        max-width: 100%;
        height: auto;
    }
    .one_third_small {
        float: none;
        display: inline-block;
        height: auto;
        margin-right: 5%;
        vertical-align: top;
    }
    .page-template-team-members-php .sub_container {
        width: 65%;
        float: right;
        text-align: center;
    }
    .one_third_cs, #testimonials .commmon_box {
        transition: all 0.3s linear;
        display: inline-block;
        float: none;
        margin-right: 2%;
    }
    #testimonials .commmon_box {
        height: auto !important;
        width: 45%;
        
    }
    
   
    .one_third_cs.last, #testimonials .commmon_box.last {
        margin-right: 2% !important;
    }
    .small_item_logos {
        width: 30%;
        margin-right: 5px;
        float: none;
        display: inline-block;
        transition: all 0.3s linear;
       
    }
    
    .small_item_logos.last {
        margin-right: 5px !important;
    }
    .small_item_logos img {
        max-width: 90%;
        width: auto;
    }
    .sub_page_box ul li, .sub_page_box h1 {
        text-align: left;
    }
    .sub_page_box h1 {
        font-size: 21px;
    }
    #services-container .service_item_image {
        max-width: 17%;
        width: auto;
    }
    .services-tab-content {
        max-width: 80%;
        width: auto;
    }
    .blog-post-title {
        font-size: 15px;
        transition: all 0.3s linear;
    }
    .blog-title-container {
        font-size: 13px;
    }
    .blog-list-meta {
        display: none;
    }
    .home #wrapper {
        background: none;
    }
    #wrapper {
        background: #fff;
    }
    .select-categories {
        margin-top: 10px;
        text-align: center;
    }
    
}
@media screen and (max-width:768px) {
    .mobile {
        display: block
    }
    .desktop {
        display: none;
    }
    #header {
        height: auto;
        background: #3B3C3C;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .right_header {
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
    .logo {
        width: 95%;
        clear: both;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .social_media  {
        width: 100%;
    }
    .social_media ul {
        text-align: center;
    }
    .search_container {
        width: 180px;
        margin: 0 auto;
        float: none;
        clear: both;
    }
    .container-new {
        background: none;
    }
    .navigation_container {
        //display: none;
        height: auto;
        background: #202121;
        position: absolute;
        left: 0%;
        top: 0;
        width: 231px;
        z-index: 1;
        top: -70px;
        padding-top: 30px;
    }
    .navigation_container li {
        display: block;
        width: 94%;
        float: right;
        text-align: left;
        border-bottom: 1px solid #747575;
        padding: 8px 0;
    }
    .navigation_container li:last-child {
        border-bottom: none;
    }
    .navigation_container ul li a {
        color: #fff;
        font-size: 14px;
        border-left: none;
        padding-left: 0;
    }
    .home_banner {
        width: 100%;
    }
    .home_banner img {
        max-width: 100%;
        height: auto;
    }
    .desktop-phone, .header-email {
        margin-right: 10px;
        display: block;
    }
    #top_footer  {
        min-height: 0;
        overflow: hidden;
        padding: 20px 0 10px;
    }
    #top_footer .inner_content {
        display: none;
    }
    .home_box, .commmon_box,.commmon_box.home_box.last {
        margin-right: 3px !important;
    }
    .profile_sidetext h3,  .profile_sidetext h4 {
        font-size: 13px !important;
    }
    .sub_page_box {
        padding-top: 0 !important;
    }
    #wrapper {
        padding-top: 2px;
    }
    .sub_page_box {
        margin-top: -3px !important;
    }
    .sub_page_box h1 {
        padding-top: 25px;
    }
    .one_third_cs {
        margin-right: 0;
        max-width: 48%;
        width: auto;
        height: auto;
    }
    .one_third_cs.last {
        margin-right: 0 !important;
    }
    .box_read_more {
        height: auto;
    }
    #testimonials .sub_container {
        text-align: center;
    }
    #testimonials .commmon_box {
        width: 308px;
        float: none;
        text-align: left;
    }
    #bottom_footer  {
        padding: 10px;
    }
    .box_read_more{
        bottom: 0;
    }
    .main_container,.side_bar {
        background: #fff;
    }


    #blog-list .blog_list_item {

    }
    .services-specialist-box {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
    
    .main_image_text{
	    display:none; 
    }
    
    .mobile_banner{
	    display: block;
	    border-bottom: 2px solid #fff;
	    padding: 50px 0;
    }
    
    
    .mobile_banner h2{

font-family: "futura-pt",Arial,sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.mobile_banner h3{

font-family: "futura-pt",Arial,sans-serif;
    font-size: 23px !important;
    line-height: 19px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}

.case_full_width_wrapper .cs_results .third {
    width: 95%;
    margin-bottom: 20px;
}


.two_thirds ul.results_icons li{
	margin-bottom: 20px;
	margin-right: 10px;
	width: 140px;
}

.case_full_width_wrapper .subpage-wrapper .two_thirds {
   
    width: 95%;
}

.case_full_width_wrapper .subpage-wrapper{
	width: 98%;
	padding: 0 1%;
}

.cs_details .subpage-wrapper .half{
	width: 100%;
}




}
@media screen and (max-width:568px) {
    .home_box {
        height: auto;
        margin: 0 auto 20px !important;
    }
    .home_box.last {
        margin-right: 0 !important;
    }
    #sider_main {
        display: none;
    }
    .left_bottom_footer {
        display: none;
    }
    .right_bottom_footer {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: left;
        color: #fff;
        padding-bottom: 20px;
    }
    .page-template-page-services-php .side_banners {
        display: none;
    }
    .side_bar, .sub_container {
        width: 100%;
        float: none;
        clear: both;
        transition: all 0.3s linear
    }
    .sub_container {
        width: 90%;
        margin: 0 auto;
    }
    .side_bar {
        max-width: 100%;
        text-align: left;
    }
    .side_bar ul {
        display: none;
        text-align: left;
    }
    .sub_page_box {
        min-height: 0 !important;
    }
    #show-services {
        display: block;
    }
    .service_item {
        width: 22%;
    }
    .page-template-team-members-php .sub_container {
        width: 100%;
        float: none;
        text-align: center;
    }
    .one_third_small {
        max-width: 43%;
    }
    #testimonials .commmon_box {
        height: auto !important;
        width: 45%;
    }
    #testimonials .sub_container, #our-clients .sub_container {
        text-align: center;
        width: 100%;
    }
    .small_item_logos {
        width: 46%;
        margin-right: 5px;
        float: none;
        display: inline-block;
        transition: all 0.3s linear;
    }
    .small_item_logos.last  {
        margin-right: 5px !important;
    }
    .small_item_logos img {
        max-width: 90%;
        height: auto;
    }
    #our-clients .sub_container {
        width: 100%;
    }
    #wrapper {
        background: #fff;
    }
    .blog_list_item {
        margin-bottom: 0;
        transition: all 0.3s linear;
    }
    embed, object, iframe{max-width: 100%;}
    #blog-list .blog_list_item {
        max-width: 49%;
        width: 320px;
        float: none;
        display: inline-block;
    }
    #slider-blog {
        width: 100%;
        margin-bottom: 1px;
    }
    #slider-blog:after {
        clear: both;
    }
    #slider-blog .bjqs, #slider-blog .bjqs li {
        min-height: 1px;
        margin-bottom: 1px
    }


}
@media screen and (max-width:400px) {
    .sub_container {
        text-align: center;
    }
    .service_item {
        width: 40%;
    }
    .sub_container h2,.sub_container p {
        text-align: left
    }
    .one_third_cs {
        margin-right: 0;
        max-width: 100%;
    }
    #testimonials .commmon_box {
        width: 100%;
    }
    .list_item h1 {
        text-align: left;
    }
    .list_item img, .list_item h1,.list_item h2, .list_item h3 {
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .list_item img.alignright {
        clear: both;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .list_item p {
        clear: both;
        display: block;
    }
    .main_container, #wrapper {
        background: #fff;
        padding-top: 10px;
    }
    #services-container h2 {
        float: none;
    }
    .services-tab-content {
        width: 100%;
        max-width: 100%;
        clear: both;
    }
    #blog-list {
        text-align: center;
    }
    #blog-list .blog_list_item {
        max-width: 100%;
        width: 320px;
        float: none;
        display: inline-block;
        text-align: left;
    }

    #slider-blog {
        text-align: left;
        margin-bottom: 5px;
    }
    #slider-blog .slider-description  {
        width: 100%;
    }
    #slider-blog .slider-description div {
        display: none
    }
    #slider-blog .slider-title a {
        font-size: 14px;
    }
    .company-logo, .company-info {
        width: 110%;
        max-width: 105%;
        clear: both;
        float: left;
    }
    .specialist-link, .logo-top {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        max-width: 50%;
    }

}
/*NEW CONTAINER*/
.full_width_container .wp-caption {
    background-color: #F3F3F3;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    margin: 10px 0;
    padding-top: 4px;
    text-align: center;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height: 30px !important;
}
.stButton .stButton_gradient{
    height: 22px !important;
}
img.attachment-full{
    margin: 0 0px 0 10px;
}
.st_fblike_hcount span{
    vertical-align: top !important;
    margin-top: 1px !important;
}

a.full_box_link span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.commmon_box.home_box span.full_link a{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.credibility-logos{
	padding: 20px;
	text-align: center;
}

.credibility-logos ul li{
	display: inline-block;
	margin-left: 5px;
}

.list_cat{
	float: left;
	width: 200px;
}

#crestashareicon{
	z-index: 9999 !important;
}

/*Case Study New */

.single-case-study .case_full_width_wrapper{
	 max-width:100% !important;
}

.subpage-wrapper{
	margin: 0 auto;
    max-width: 965px;
    position: relative;
    width: auto;
}

.cs_slider{
	position: relative;
}

.main_image_wrapper{
	
}
.main_image_text{
	position: absolute;
	margin: 0 auto;
    max-width: 965px;
    top:50px;
    left: 10%;
    width: 35%;
}

.main_image_text h2{

font-family: "futura-pt",Arial,sans-serif;
    font-size: 43px;
    line-height: 39px;
    font-weight: normal;
    text-transform: uppercase;
}

.cs_slider .main_image_text h3{

font-family: "futura-pt",Arial,sans-serif;
    font-size: 30px !important;
    line-height: 19px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 20px;
}

.cs_slider .main_image_content{
	
}
.cs_slider img{
	width: 100%;
	vertical-align: top;
	
}

.cs_brief{
	padding: 50px 0;
	
}

.cs_brief .third{
	text-align: center;
}
.cs_gallery img{
	width: 100%;
	display: table;
}
.cs_results{
	background: #262626;
	padding: 50px 0;
	color: #fff;
}

.cs_results .third{
	width: 25%;
}

.cs_results .two_thirds{
	width: 73%;
}

.cs_results h2,
 {
    color: #fff;
    font-family: "futura-pt",Arial,sans-serif;
    font-size: 23px;
    line-height: 19px;
    font-weight: normal;
}

ul.results_icons li.last-icon{
	
	margin-right: 0px;
	
}


ul.results_icons li{
	display: inline-table;
	margin-right: 30px;
	width: 150px;
}

ul.results_icons li div.icon{
	height: 90px;
	margin-bottom: 10px;
	text-align: center;
}

ul.results_icons li div.icon_percent{
	font-size: 40px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}

ul.results_icons li div.icon_text{
	min-height: 40px;
	margin-top: 5px;
	text-align: center;
}




.half{
	width: 48%;
	float: left;
	margin-right: 2%;
	
}

.third{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.two_thirds{
	width: 64%;
	float: left;
}

.cs_details,
.cs_testimonials{
padding: 50px 0;	
}

.cs_details h2,
.cs_testimonials h2,
.cs_brief h2,
.cs_video h2,
.cs_results h2
 {
    font-family: "futura-pt",Arial,sans-serif;
    font-size: 23px;
    line-height: 19px;
    font-weight: normal;
}

.cs_video{
	padding: 50px 0;
}

.case_full_width_wrapper .subpage-wrapper p a{
   
  color: #424242;
}







