/*
Theme Name: CADSYSTECH
*/


/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul.ulli li{
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

a:hover {
    text-decoration: none!important;
}


/*--------------------------------------------------------------
Custom fonts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #37588E;
    font-weight: 300;
}

p {
    margin-bottom: 15px;
    font-weight: initial;
}
.margin-top{
	margin-top:0!important;
}

b,
strong {
    padding-bottom: 5px;
    /* color: #f7682c; */
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 24px;
    /* color: crimson; */
    font-weight: 500;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 2px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 0px;
}

ul {
    list-style: circle;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #353F47;
    color: #FFF;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
    padding: 8px 15px;
    font-weight: 700;
    border-bottom: 3px solid #111;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #3ea2ff!important;
}

.bttn:after {
    content: "";
    background: #178BCE;
    height: 3px;
    width: 0%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.bttn:hover:after {
    width: 100%;
    color: #fff;
}

.bttn:hover {
    color: #FFF!important;
}

.navigation .nav-links a:hover,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 36px;
    width: 94%;
    margin: 0 3%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 94%;
    margin: 0 3%;
    height: 143px;
    max-width: 100%;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #f7682c;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin: 15px;
    border: 5px solid #F1F2F3;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ak-container:after,
.ak-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
    clear: both;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Search widget */

.widget_search .search-submit {
    display: none;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title {
    color: #37588E;
}

h1.entry-title a {
    color: #666;
}

.sticky {}

.hentry {
    margin: 0 0 15px;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline,
.posted-on {
    display: inline;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 10px 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: #293037;
    padding: 4px 10px;
    color: #FFF !important;
    line-height: 1;
    border-radius: 3px;
    font-size: 13px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid #F1F2F3;
}

article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
}

article.hentry .entry-footer>span {
    margin-right: 15px;
    font-size: 13px;
}

.page-header {
    /*border-left: 5px solid #666;*/
    /*padding-left: 15px;*/
    margin-bottom: 25px;
    padding-top: 183px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}


/*.cat-links:before{
	content: "\f07c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}
*/

.comments-link:before {
    content: "\f075";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.entry-footer a {
    color: #999;
}

.entry-footer a:hover {
    color: #6C9EEE;
}

.nav-links .meta-nav {
    display: none;
}

.nav-links .nav-previous a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.nav-links .nav-next a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {}

#comments h2.comments-title {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 15px 0;
    font-weight: 300;
}

#comments h3 {
    margin: 0 0 10px;
    line-height: 1;
}

#commentform label {
    width: 120px;
    display: inline-block;
}

textarea#comment {
    width: 60%;
    height: 150px;
}


/*Comment Lists*/

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area .comment-list {
    background: #F2F3F4;
    padding: 20px;
}

.comments-area ol.children {
    margin: 15px 0 0 15px;
    padding-top: 15px;
    border-top: 2px solid #FFF;
}

.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 6px solid #FFF;
}

.comment-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.comment-author img {
    vertical-align: text-top;
    margin-right: 15px;
}

.comment-author {
    float: left;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
}

.comment-author .fn .url:hover {
    border-bottom: 1px dotted #333;
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    float: right;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.commentmetadata a {
    color: #666;
}

.commentmetadata .comment-edit-link {
    color: #6C9EEE;
}

.commentmetadata+.clear {
    margin-bottom: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond {
    background: #f1f2f3;
    padding: 20px;
    margin-top: 10px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

.comment-awaiting-moderation {
    background: #111;
    position: absolute;
    left: 50%;
    top: -20px;
    color: #FFF;
    font-size: 13px;
    margin-left: -125px;
}

.comment-awaiting-moderation+br {
    display: none;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #333;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #333;
}

.logged-in-as a {
    color: #333;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#masthead #top-header {
    /*background: url(images/bgheader.jpg) repeat-x scroll left bottom #FFF;*/
    background: #fff;
}

#top-header {
    margin-top: -25px;
}

body.boxed-layout {
    background: #F2F3F4;
}

.boxed-layout #page {
    margin: 0 auto;
    background: #FFF;
    width: 1200px;
    box-shadow: 0 0 12px #999;
    max-width: 100%;
}

.boxed-layout .ak-container {
    width: 1200px;
    padding: 0 15px;
    max-width: 100%;
}

.ak-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}

.slider-caption .ak-container {
    width: 50%;
    margin: 0 auto;
    float: right;
    /* background: rgba(54,87,140,0.1); */
    padding: 30px 0px;
    height: 382px;
}

.slider-caption {
    background: none;
    height: 467px;
    margin-top: -254px !important;
}

.slider-caption .caption-title {
    font-size: 30px !important;
    line-height: 25px;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px black;
    display: none;
}

.slider-caption .caption-description {
    font-size: 32px !important;
    line-height: 38px;
    /*width: 80%;*/
    /*margin: 0 auto;*/
    font-family: 'Lato', sans-serif;
    /* font-weight: 300;*/
    color: #FFF;
    text-transform: none !important;
    /*text-shadow: 0px 0px 10px black;*/
}

.featured-post h2 span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #37588E;
    font-weight: 600;
}

#masthead .site-branding {
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
}

#masthead .site-branding img {
    height: auto !important;
    width: auto !important;
    display: block;
}
#masthead .site-branding a{
	position:relative;
}
#masthead .site-branding a .tagline{
	color: #000;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 600;
    left: -6px;
    position: relative;
}
#masthead .site-branding a .tagline span{
	margin: 0 2px;
}
#masthead .site-branding a .tagline span.color-1,#masthead .site-branding a .tagline span.color-2,#masthead .site-branding a .tagline span.color-3,#masthead .site-branding a .tagline span.color-4,#masthead .site-branding a .tagline span.color-5{
	margin: 0;
}
#masthead .site-branding a .tagline span.color-1{
	color:#db3e4d;
}
#masthead .site-branding a .tagline span.color-2{
	color:#3157a7;
}
#masthead .site-branding a .tagline span.color-3{
	color:#36a792;
}
#masthead .site-branding a .tagline span.color-4{
	color:#8c3d88;
}
#masthead .site-branding a .tagline span.color-5{
	color:#9a9a9a;
}
#masthead .right-header {
    float: right;
    padding: 10px 0;
}

#masthead .right-header .clear:first-child {
    margin-top: 25px;
}

.header-text {
    font-family: 'Lato', sans-serif;
    color: #6C9EEE;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}

.header-text p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/

.socials {
    float: right;
}

.socials a {
    /*height: 36px; */
    /* width: 36px; */
    /* margin-left: 1px; */
    /* color: #6C9EEE; */
    /* border: 1px solid #6C9EEE; */
    text-align: center;
    /* line-height: 38px; */
    /* display: inline-block; */
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 10px;
}

.socials a:hover {
    color: #6C9EEE!important;
}


/*--------------------------------------------------------------
search form
--------------------------------------------------------------*/

.ak-search {
    float: right;
}

.searchform {
    height: 36px;
    width: 200px;
    border: 1px solid #6C9EEE;
    margin-left: 20px;
}

.searchform .s {
    border: none;
    background: none;
    height: 34px;
    float: left;
    padding: 5px 10px;
    width: 160px;
    vertical-align: middle;
    font-size: 14px;
}

.searchform .searchsubmit {
    border: none;
    height: 34px;
    width: 34px;
    padding: 0;
    box-shadow: none;
    float: right;
    background: none;
    color: #6C9EEE;
    font-size: 14px;
}


/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    background: url(images/nav-bg.png) repeat-x;
    border-bottom: 2px solid #0F213E;
}

.main-navigation .ak-container {
    padding: 0 !important;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    display: block;
    position: relative;
    line-height: 48px;
    font-size: 18px;
    float: left;
    /*text-transform: uppercase;*/
    color: #ababab;
    white-space: normal;
    border-left: 1px solid #1f3f70;
}

.main-navigation ul li:last-child {
    border-right: 1px solid #1f3f70;
}

.main-navigation.menu-right {
    text-align: right;
}

.main-navigation.menu-center {
    text-align: center;
}

.main-navigation.menu-right li {
    margin-left: 25px;
    margin-right: 0;
}

.main-navigation.menu-center li {
    margin-left: 12px;
    margin-right: 12px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 0 25px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
}


/*.home-icon{
background: url(images/home-ico.png) no-repeat;
width:24px;
height:23px;
margin:0 32px 0 0;
}*/

#menu-item-41::before,
#menu-item-42::before,
#menu-item-44::before,
#menu-item-744::before{
    content: url(images/nav-arrow.png);
    position: absolute;
    right: 0;
    margin-right: 12px;
    margin-top: -3px;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    z-index: 99999;
    background: #FFF;
    top: 100%;
    border-bottom: 3px solid #0f213e;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.main-navigation ul li.more-menu-item>ul {
    right: 0;
    left: auto;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    border-top: none;
}

.main-navigation ul ul a {
    min-width: 200px;
    padding: 0;
    text-transform: none;
}

.main-navigation ul ul li {
    line-height: 18px;
    border-bottom: 1px solid #DDD;
    margin: 0 !important;
    padding: 10px 15px;
    display: block;
    text-align: left;
    text-transform: none;
    border-right: none;
    border-left: none;
    /*min-width:250px;	*/
}

.main-navigation ul ul li a {
    font-size: 13px!important;
}

.main-navigation ul ul li:last-child {
    border-bottom: none;
    border-right: none;
}

.main-navigation li:hover>a {
    background: #0f213e;
}

.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.current-menu-item>a {
    color: #6C9EEE;
}

.main-navigation ul ul a {
    color: #666;
    background: none !important;
}

.main-navigation ul ul a:hover {}

.main-navigation ul li:hover>ul {
    display: block;
}

.main-navigation .current-menu-parent>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a,
.main-navigation .current_page_parent>a {
    background: #0f213e;
}


/* Small menu */

.menu-toggle {
    cursor: pointer;
    display: none;
}

.hide {
    display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.site-main .post-navigation {
    margin-top: 40px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/

#slider-banner {
    overflow: hidden;
    background: #34548f;
}


/*All the css of the banner slider is includes in css/jquery.bxslider.css */


/*--------------------------------------------------------------
Top Section
--------------------------------------------------------------*/

#top-section {
    margin-top: 30px;
    margin-bottom: 20px;
    /*padding-bottom: 30px;*/
}

#top-section h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #37588E;
}

#top-section h1 a {
    color: #304e84;
}

#top-section .welcome-text-image {
    float: left;
    max-width: 100%;
}

#top-section #welcome-text.full-width .welcome-text-image {
    width: 24%;
    max-width: none;
}

#top-section .welcome-text-image img {
    width: 100%;
}

#top-section .welcome-detail {
    float: right;
    width: 375px;
    text-align: justify;
}

#top-section #welcome-text.full-width .welcome-detail {
    width: 74%;
}

#top-section .welcome-detail.welcome-detail-full-width {
    width: 100% !important;
    float: none;
}

#welcome-text {
    width: 625px;
    float: left;
}

#welcome-text.full-width {
    width: 100%;
    float: none;
}

#latest-events {
    width: 495px;
    float: right;
}

.event-list {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: initial;
}

.event-list:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.event-list .event-thumbnail {
    float: left;
    width: 20%;
    position: relative;
}

.event-list .event-thumbnail img {
    display: block;
    border: 1px solid grey;
}

.event-thumbnail .event-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6C9EEE;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
    font-weight: 600;
}

.event-date .event-date-day {
    display: inline;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 13px;
}

.event-date .event-date-month {
    display: inline;
    font-weight: 400;
    font-size: 13px;
}

.sidebar .event-date .event-date-day,
.sidebar .event-date .event-date-month {
    display: inline;
}

.event-list .event-detail {
    float: right;
    width: 77%;
}

.event-detail h4 {
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.event-detail h4 a {
    color: #f7682c;
}

.event-detail h4 a:hover,
#latest-events a:hover {
    color: #6C9EEE
}

.sidebar #latest-events {
    width: auto;
    float: none;
    margin-bottom: 25px;
}

.sidebar .event-list .event-thumbnail {
    width: 30%
}

.sidebar .event-list .event-detail {
    width: 65%;
}

.sidebar .event-detail h4 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400;
}

.sidebar .event-list .event-detail {
    font-size: 14px;
    line-height: 1.5;
}

.sidebar .event-thumbnail .event-date {
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
    top: auto;
    bottom: 0;
}

.sidebar .all-events {
    float: right;
    margin-top: -10px;
}


/*--------------------------------------------------------------
Mid Section
--------------------------------------------------------------*/

#mid-section {
    margin-bottom: 50px;
}

.featured-post {
    float: left;
    width: 273px;
    height: 530px;
    margin-right: 25px;
    border: 1px solid lightgrey;
    padding: 10px;
    border: 1px solid silver;
    box-shadow: 0px 0px 10px silver;
}

.award-post {
    float: left;
    width: 273px;
    height: 237px;
    margin-right: 25px;
    /* border: 1px solid lightgrey; */
    padding: 10px;
    /* border: 1px solid silver; */
    /* box-shadow: 0px 0px 10px silver; */
}

.featured-post:last-child {
    margin-right: 0
}

.featured-post .featured-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.award-post .award-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.featured-post .featured-image img {
    display: block;
    margin: 0 auto;
}

.award-post .award-image img {
    display: block;
    margin: 0 auto;
}

.featured-post h2 {
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}

.featured-post h2.has-icon .fa {
    font-size: 32px;
    margin-right: 8px;
    float: left;
}

.featured-post h2 a {
    color: #666;
}

.featured-post p {
    margin-bottom: 15px;
    height: 175px;
    text-align: justify;
}

.featured-post.big-icon {
    text-align: center;
}

.featured-post.big-icon h2.has-icon .fa {
    float: none;
    margin: 0 auto 20px;
    font-size: 80px;
    color: #0097D6;
    border: 4px solid #0097D6;
    border-radius: 100%;
    text-align: center;
    line-height: 160px;
    display: inline-block;
    height: 160px;
    width: 160px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE 9 */
    -webkit-transform: rotateY(0deg);
    /* Opera, Chrome, and Safari */
}

.featured-post.big-icon h2.has-icon:hover .fa {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -webkit-transform: rotateY(180deg);
    /* Opera, Chrome, and Safari */
}

.featured-post.big-icon h2.has-icon span {
    display: block;
}

.featured-post .featured-overlay {
    background: #202020;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: rotateY(0deg) scale(0.3);
    -ms-transform: rotateY(0deg) scale(0.3);
    /* IE 9 */
    -webkit-transform: rotateY(0deg) scale(0.3);
    /* Opera, Chrome, and Safari */
}

.award-post .award-overlay {
    background: #121010;
    height: 16%;
    margin-top: 56%;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=0);
    position: absolute;
    width: 90%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: rotateY(0deg) scale(0.3);
    -ms-transform: rotateY(0deg) scale(0.3);
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
}

.featured-post .overlay-plus {
    color: #FFFFFF;
    font-size: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    opacity: 1;
    position: absolute;
    top: 50%;
}

.award-post .overlay-plus {
    color: #FFFFFF;
    font-size: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    opacity: 1;
    position: absolute;
    top: 50%;
}

.featured-image:hover .featured-overlay {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: rotateY(180deg) scale(1);
    -ms-transform: rotateY(180deg) scale(1);
    /* IE 9 */
    -webkit-transform: rotateY(180deg) scale(1);
    /* Opera, Chrome, and Safari */
}

.award-image:hover .award-overlay {
    opacity: 0.7;
    height: 64%;
    margin-top: 23%;
    font-weight: bold;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    /* IE 9 */
    -webkit-transform: rotateY(0deg) scale(1);
    /* Opera, Chrome, and Safari */
}


/*--------------------------------------------------------------
Bottom Section
--------------------------------------------------------------*/

#bottom-section {
    background: #DDB034;
    color: #FFF;
    padding: 40px 0;
}

#bottom-section a {
    color: #FFF;
}

#bottom-section h3,
#bottom-section h3.widget-title {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 26px;
}

#bottom-section .testimonial-slider-wrap,
#bottom-section .thumbnail-gallery,
#bottom-section .text-box {
    width: 360px;
    margin-right: 45px;
    float: left;
}

#bottom-section .testimonial-slider-wrap {
    margin-right: 0;
}

#bottom-section .thumbnail-gallery .gallery-item,
#bottom-section .thumbnail-gallery .gallery-item1 {
    float: left;
    margin: 0 2% 2% 0;
    padding: 4px;
    background: rgba(0, 0, 0, 0.1);
    width: 31%;
}

#bottom-section .thumbnail-gallery .awards-widget .gallery-item,
#bottom-section .thumbnail-gallery .awards-widget .gallery-item1 {
    float: left;
    margin: 0 2% 2% 0;
    padding: 4px;
    background: rgba(0, 0, 0, 0.1);
    width: 32%;
}

#bottom-section .thumbnail-gallery .gallery-item a,
#bottom-section .thumbnail-gallery .gallery-item1 a {
    display: block;
    overflow: hidden;
}

#bottom-section .thumbnail-gallery .gallery-item:hover,
#bottom-section .thumbnail-gallery .gallery-item1:hover {
    background: rgba(0, 0, 0, 0.2);
}

#bottom-section .thumbnail-gallery .gallery-item img,
#bottom-section .thumbnail-gallery .gallery-item1 img {
    display: block;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border: none;
    margin: 0 auto;
}

#bottom-section .thumbnail-gallery .gallery-item:hover img,
#bottom-section .thumbnail-gallery .gallery-item1:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Opera, Chrome, and Safari */
}

#bottom-section .thumbnail-gallery br {
    display: none;
}

#bottom-section .text-box ul {
    list-style: none;
    margin: 0;
}

#bottom-section .text-box ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.4;
}

#bottom-section .text-box ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}


/*--------------------------------------------------------------
testimonial
--------------------------------------------------------------*/


/*#bottom-section .testimonial-slider-wrap{
	overflow: hidden;
}
*/

.testimonial-wrap {
    background: #6B7984;
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
}

.testimonial-wrap:after {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: #6B7984 transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}

.testimonial-thumbnail {
    width: 100px;
    float: left;
}

.testimonial-excerpt {
    width: 225px;
    float: right;
    line-height: 20px;
    font-size: 14px;
}

.testimoinal-client-name {
    position: absolute;
    top: 100%;
    left: 33px;
    font-weight: 600;
    margin-top: 23px;
    max-width: 200px;
    line-height: 1.2;
}

.testimonial-wrap .bx-viewport {
    overflow: visible !important;
}

.testimonial-slider-wrap .all-testimonial {
    float: right;
    margin-top: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #FFF;
    font-weight: 700;
}

.testimonial-sidebar .testimonial-wrap {
    background: none;
    padding: 0;
}

.testimonial-sidebar .testimonial-wrap:after {
    display: none;
}

.testimonial-sidebar .testimonial-list {
    position: relative;
    margin-bottom: 50px;
    background: #F2F3F4;
    padding: 10px;
    border-radius: 3px;
}

.testimonial-sidebar .testimonial-list:after {
    border-color: #F1F2F3 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    right: 50px;
    position: absolute;
}

.testimonial-sidebar .testimoinal-client-name {
    right: 50px;
    left: auto;
    top: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin-top: 10px;
    line-height: 1.2;
}

.testimonial-sidebar .testimonial-thumbnail {
    width: 30%;
}

.testimonial-sidebar .testimonial-thumbnail img {}

.testimonial-sidebar .testimonial-excerpt {
    width: 65%;
}

.testimonial-sidebar .all-testimonial {
    float: right;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {
    background: #353f47;
}

.site-footer a {
    color: #CCC;
}

.site-footer a:hover {
    color: #F9F9F9;
}

#top-footer {
    font-size: 14px;
    background: #353f47;
    padding: 40px 0 0px 0;
    color: #CCC;
    border-top: 2px solid #F4BA1E;
}

#top-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-footer ul li {
    border-bottom: 1px solid #454d54;
    padding: 10px 0;
    line-height: 1.3;
}

#top-footer ul li:last-child {
    border-bottom: none;
}

#top-footer .sub-menu {
    display: none;
}

#top-footer .footer {
    width: 33.33%;
    float: left;
}
.footer3.footer{
	position:relative;
    padding-right: 0;
    padding-left: 100px;
}
.footer3.footer .widget{
	padding-right: 5px!important;
}
.footer1.footer{
	padding-right:45px;
}
.footer2.footer{
	padding-left: 100px;
}
.footer2.footer .widget{
	padding-right: 25px!important;
}
.footer-map iframe{
	max-width: 100%;
    margin-left: 0;
    width: 100%;
	margin-bottom:10px;
	height: 245px;
}
.apex-logo{
	display: block;
    margin-bottom: 10px;
}
.apex-logo img{
	width: 48% !important;
}
#top-footer h3.widget-title {
    font-size: 24px;
    color: #F2F3F4;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 28px;
}

#top-footer .footer .widget {
    padding-right: 45px;
    margin: 0 0 10px;
}

#top-footer .footer.footer4 .widget {
    padding-right: 0;
}

#top-footer .ak-google-map {
    margin: 30px 0 10px;
}

#top-footer .ak-google-map iframe {
    width: 100% !important;
    height: 160px !important;
}

#top-footer .ak-contact-address {
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 20px;
}

#top-footer .footer .socials {
    margin: 0;
    float: none;
    text-align: center;
}

#top-footer .footer .socials a {
    border: 1px solid #CCC;
}

#top-footer .footer .socials a:hover {
    border: 1px solid #6C9EEE;
}

#bottom-footer {
    background: #293037;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    color: #CCC;
    font-weight: 300;
}

#bottom-footer .site-info {
    float: right;
    font-size: 14px;
    margin: 0;
    color: #FFF;
    line-height: 1.8;
}

#bottom-footer .copyright {
    float: center;
    text-align: center;
}


/*Recent post widget*/

.widget_recent_entries .post-date {
    font-style: italic;
    color: #adadad;
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px;
}

.widget_recent_comments .url {
    color: #adadad;
}

.sidebar .widget_recent_comments .url {
    color: #333;
}

.sidebar .widget_recent_comments .url:hover {
    color: #6C9EEE;
}

.widget_calendar caption {
    text-align: center;
    margin-bottom: 10px
}

#wp-calendar th,
#wp-calendar td {
    text-align: center;
    border: none;
}

#wp-calendar tfoot td#prev {
    text-align: left;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#wp-calendar tbody td a {
    color: #adadad;
}


/*--------------------------------------------------------------
Main Content
--------------------------------------------------------------*/

#primary {
    width: 100%;
    float: left;
}

#primary-wrap {
    float: left;
    width: 78%
}

.no-sidebar #primary {
    width: 100%;
    float: none;
}

.both-sidebar #primary {
    width: 72%;
    float: right;
}

.left-sidebar #primary {
    float: right;
}

.both-sidebar .sidebar {
    width: 20%;
}

.both-sidebar #primary-wrap .sidebar {
    width: 25.5%;
}

.sidebar {
    width: 28%;
    /*margin: 0 4%;*/
}

.sidebar.right-sidebar {
    float: right;
}

.sidebar.left-sidebar {
    float: left;
}

#ak-blog-post {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*--------------------------------------------------------------
Sidebars
--------------------------------------------------------------*/

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    border-bottom: 1px solid #F2F2F2;
    padding: 5px 0;
    line-height: 20px
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    color: #666;
}

.sidebar ul li a:hover {
    color: #6C9EEE;
}

.sidebar h3.widget-title {
    background: #F1F2F3;
    border-left: 5px solid #6C9EEE;
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 24px;
}

.sidebar .searchform {
    width: 100%;
    margin: 0;
}

.sidebar .searchform .s {
    width: calc(100% - 38px);
}


/*--------------------------------------------------------------
Archives
--------------------------------------------------------------*/

.cat-event-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #F1F2F3;
    /*padding-top: 183px;*/
}

.category #page #content .ak-container div#secondary-right {
    display: none;
}

.cat-event-image img {
    border: 4px solid #A9ADB0;
}

.single-post article.hentry h1.entry-title {
    margin-bottom: 5px;
    line-height: 1.2;
    padding-top: 237px;
}

.cat-event-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cat-event-list .cat-event-image {
    float: left;
    width: 13%;
}

.cat-event-list .cat-event-excerpt {
    float: right;
    width: 85%;
    margin-bottom: 10px;
}

.cat-event-list .cat-event-excerpt.full-width {
    width: auto;
    float: none;
}

.cat-event-list .cat-event-more {
    float: right;
    color: #FFF;
    clear: both;
}

.event-date-archive {
    font-size: 13px;
    font-style: italic;
    color: #FFF;
    background: #178BCE;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
    margin-bottom: 10px;
}

.cat-testimonial-list {
    margin-bottom: 40px;
}

.cat-testimonial-list:nth-child(odd) .entry-header {
    float: right;
}

.cat-testimonial-list .entry-header {
    float: left;
    width: 25%;
    background: #F2F3F4;
    padding: 5px;
}

.cat-testimonial-list .cat-testimonial-image img {
    display: block;
}

.cat-testimonial-list .entry-header h1.entry-title {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
}

.cat-testimonial-list .cat-testimonial-excerpt {
    float: right;
    width: 70%;
    background: #F2F3F4;
    padding: 2%;
    border-radius: 12px;
    margin-top: 0;
    position: relative;
}

a.gplus {
    display: none;
}

.cat-testimonial-list:nth-child(odd) .cat-testimonial-excerpt {
    float: left;
}

.cat-testimonial-list .cat-testimonial-excerpt:before {
    content: "";
    border-width: 20px;
    border-color: transparent #F2F3F4 transparent transparent;
    left: -40px;
    top: 20px;
    border-style: solid;
    position: absolute;
}

.cat-testimonial-list:nth-child(odd) .cat-testimonial-excerpt:before {
    left: auto;
    right: -40px;
    border-color: transparent transparent transparent #F2F3F4;
}

.entry-thumbnail {
    margin: 0 15px 10px 0;
    float: left;
}

.short-content+.bttn {
    float: right;
    margin-bottom: 15px;
}

.cat-portfolio-list {
    float: left;
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    background: #F2F3F4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.cat-portfolio-list:nth-child(odd) {
    margin-right: 0;
}

.cat-portfolio-list {
    display: block;
    position: relative;
    overflow: hidden;
}

.cat-portfolio-image img {
    display: block;
    width: 100%;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.portofolio-layout {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.portofolio-layout .entry-title {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    font-size: 26px;
    color: #FFF;
    margin: 0;
    padding: 10px;
    line-height: 1;
    text-align: center;
    background: #178BCE;
    padding: 10px;
    opacity: 0;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* IE 9 */
    -webkit-transform: translateY(-100px);
    /* Opera, Chrome, and Safari */
}

.portofolio-layout .cat-portfolio-excerpt {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 130px;
    width: 100%;
    padding: 0px 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    opacity: 0;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Opera, Chrome, and Safari */
}

.cat-portfolio-list:hover .portofolio-layout {
    background: rgba(0, 151, 214, 0.6);
}

.cat-portfolio-list:hover .portofolio-layout .entry-title {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    -webkit-transform: translateY(0);
    /* Opera, Chrome, and Safari */
}

.cat-portfolio-list:hover .portofolio-layout .cat-portfolio-excerpt {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    -webkit-transform: translateY(0);
    /* Opera, Chrome, and Safari */
}

.cat-portfolio-list:hover .cat-portfolio-image img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Opera, Chrome, and Safari */
}

.error-404 {
    text-align: center;
    min-height: 400px;
}

.error-404 .page-header {
    border-left: 0;
}

.number404 {
    font-size: 50px;
    background: #353F47;
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    text-align: center;
    color: #FFF;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px #999;
    -webkit-animation: rotate linear 4s infinite;
    animation: rotate linear 4s infinite;
    -webkit-perspective: 500px;
    /* Chrome, Safari, Opera  */
    perspective: 500px;
    margin-top: 40px;
}

.number404 span {
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    line-height: 16px;
    left: 0;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    /* Chrome, Safari, Opera */
    backface-visibility: visible;
}


/*--------------------------------------------------------------
Footer form
--------------------------------------------------------------*/

#top-footer .wpcf7-form p {
    margin-bottom: 6px;
}

#top-footer input[type="text"],
#top-footer input[type="email"],
#top-footer input[type="url"],
#top-footer input[type="password"],
#top-footer input[type="search"],
#top-footer input[type="tel"] {
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 32px;
    background: none;
    width: 100%;
    color: #CCC;
    border-radius: 0;
}

#top-footer textarea {
    border: 1px solid #CCCCCC;
    color: #666666;
    height: 100px;
    background: none;
    width: 100%;
    color: #CCC;
    border-radius: 0;
}

#top-footer input[type="submit"] {
    background: #EE5E3B;
    border-color: #293037;
}


/*--------------------------------------------------------------
call To action
--------------------------------------------------------------*/

#call-to-action {
    background: #f1f1f1;
    padding: 20px 0;
    color: #fff;
    box-shadow: 6px 0px 0px;
}

#call-to-action h4 {
    font-size: 18px;
    margin-bottom: 0;
    float: left;
    color: #000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    max-width: 85%;
}

#call-to-action .action-btn {
    float: right;
    background: #DA0109;
    border: 2px solid #282F35;
    padding: 10px 20px;
    color: #FFF;
    line-height: 1;
    border-radius: 4px;
}

#call-to-action .action-btn:hover {
    background: #282F35;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes rotate {
    0% {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
    }
}


/* Standard syntax */

@keyframes rotate {
    0% {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
    }
}


/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.row {
    margin-bottom: 10px;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6 {
    float: left;
}

.col {
    margin-left: 3%;
}

.col:first-child {
    margin-left: 0;
}

.span1 {
    width: 14.1666666667%;
}

.span2 {
    width: 31.3333333333%;
}

.span3 {
    width: 48.5%;
}

.span4 {
    width: 65.6666666667%;
}

.span5 {
    width: 82.8333333333%;
}

.span6 {
    width: 100%;
    margin-left: 0;
}

ul.investors li a {
    display: block;
}

@media screen and (max-width: 768px) {
	.digitalmedia-contentservices .card .img-sec{
		height: auto!important
	}
	.footer3.footer{
		clear: left;
    	padding-left: 0;
    	margin-top: 25px;
	}
    .span1,
    .span2,
    .span3,
    .span4,
    .span5,
    .span6 {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    ul.investors li {
        width: 47%;
        display: block;
        box-shadow: none;
    }
}

@media (max-width:768px) {
    ul.investors li {
        width: 47%!important;
        display: block;
        box-shadow: none!important;
    }
    ul.investors li a {
        display: block;
    }
}

@media (max-width:520px) {
    ul.investors li {
        width: 95%!important;
        display: block;
        box-shadow: none!important;
    }
	.footer2.footer {
		padding-left: 0;
	}
	#top-footer .footer{
		padding-right:0;
	}
	#top-footer .footer .widget{
		padding-right: 0!important;
	}
	.site-footer a img{
		width:auto!important;
	}
}

#featured-title {
    background: url(images/services-bg.png) 0 2px no-repeat;
    height: 29px;
    margin-bottom: 30px;
}

.mid-content h1 {
    background: url(images/customers-bg.png) center 2px no-repeat;
    height: 29px;
    margin-bottom: 30px;
}

#featured-title,
.mid-content h1 {
    width: 100%;
    text-align: center;
}

.comments-area {
    display: none;
}

.mid-content {
    position: relative;
    z-index: 999;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 40px;
}

.client-tab {
    text-align: center;
    margin-bottom: 30px;
}

.client-content {
    margin-top: 60px;
}

.client-list {
    display: none;
    height: 300px;
}

.client-big-image {
    float: left;
    width: 30%;
    margin-right: 3%;
    /*border-radius: 50%;*/
    overflow: hidden;
    border: 4px solid #FFF;
}

.client-detail {
    float: left;
    margin-top: -20px;
    width: 62%;
}

.client-image img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.client-image img:hover {
    /*border-radius: 50%;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.client-tab .bx-wrapper {
    width: 100%;
}

.client-tab .bx-wrapper .bx-viewport {
    width: 100%;
}

.client-tab .bx-wrapper .bx-controls {
    display: none !important;
}

.client-tab .bx-wrapper .bx-next {
    right: -80px;
}

.client-tab .bx-wrapper .bx-prev {
    left: -80px;
}

.client-tab .bx-wrapper .bx-prev:hover {
    background-position: 0px 0;
}

.client-tab .bx-wrapper .bx-next:hover {
    background-position: -98px 0;
}

.client-tab .bx-wrapper .bx-prev,
.client-tab .bx-wrapper .bx-next,
.client-tab .bx-wrapper .bx-prev:hover,
.client-tab .bx-wrapper .bx-next:hover {
    background-position-y: -11px;
}

.mid-content h1 {
    margin-bottom: 40px;
}


/*.page .site-content .ak-container{
  width: 100%;
}*/

.page .site-content {
    width: 100%;
}

.inner-banner {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 170px;
}

.inner-banner img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid grey;
    -webkit-box-shadow: 0 3px 3px -2px grey;
}

.inner-banner .title {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    max-width: 100%;
}

.page-content,
.entry-content,
.entry-summary {
    font-weight: initial;
}

.page-with-right-sidebar article.page.type-page,
.page-with-left-sidebar article.page.type-page,
.page-with-both-sidebar article.page.type-page {
    width: 70%;
    margin: auto;
}

.page-with-right-sidebar,
.page-with-no-sidebar {
    padding-top: 220px;
}

.news-postedon {
    font-size: smaller;
    background: #f1f2f3;
    width: 20%;
    margin-bottom: 10px;
    padding-left: 5px;
}

.page-with-right-sidebar article.page.type-page {
    float: left;
    width: 70%;
    /*margin-left: 46px;*/
}

.page-with-left-sidebar article.page.type-page {
    float: right;
}

.page-with-both-sidebar article.page.type-page {
    float: none;
}


/*.page-with-no-sidebar article.page.type-page{
  width: 91%;
  margin-left: 53px;
  margin-right: 50px;
  text-align: justify;
}*/

a.fancybox-gallery img {
    border: 0;
    width: 150px;
    float: left;
    margin: 5px;
}

.top-stripe {
    width: 100%;
    height: 5px;
    background: #355588;
}

.top-stripe-bottom-main {
    overflow: hidden;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.top-stripe-bottom-main .top-stripe-bottom {
    max-width: 100%;
    height: 26px;
    background: #355588;
    float: right;
    margin-right: 30px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.top-countries {
    margin: 0 auto;
}

ul.top-countries li {
    float: left;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    padding: 0 14px;
    list-style-type: none;
}

.india {
    background: url(images/india.png) no-repeat;
    width: 16px;
    height: 11px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.usa {
    background: url(images/usa.png) no-repeat;
    width: 16px;
    height: 11px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.uk {
    background: url(images/uk.png) no-repeat;
    width: 16px;
    height: 11px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}


/*****************************************************
team page
*****************************************************/

.news-events {
    padding-top: 200px;
}

.member,
.history .item,
.news-events .item {
    margin-bottom: 10px;
    /* border: 1px solid lightgrey; */
    /* margin-bottom: 10px; */
    padding: 10px;
}

.member {
    background: linear-gradient(#F1F2F3, #fff);
    overflow: hidden;
}

.history .item {
    background: linear-gradient(to right, #F1F2F3, #fff);
}

.member:hover {
    background: #F5F5F5;
    /* margin-bottom: 10px; */
}

.mimage,
.history .item .year {
    width: 13%;
    /* height: 299px; */
    float: left;
    margin-top: 14px;
}

.mimage img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 110px;
    height: 137px;
}

.mname {
    border-bottom: 3px solid lightgrey;
    margin-top: 10px;
    width: 84%;
    /* border-left: 1px solid; */
    margin-left: 122px;
    font-weight: 400;
}

select#jobcode,
input[type="file"] {
    color: #ababab;
    padding: 6px 5px 6px 0;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    width: 94%;
    margin: 0 3%;
}

.mdetails,
.history .item .descr {
    width: 83%;
    clear: right;
    text-align: justify;
    margin-left: 122px;
    padding-top: 10px;
    font-weight: 400;
}

.cert {
    width: 30%;
    float: right;
    margin-right: 30px;
    padding-top: 30px;
}

.office-add {
    width: 30%;
    float: left;
    margin: 0 1.5%;
}

.office-add h6 {
    color: #FF9100;
    font-weight: bold;
    margin-bottom: 5px;
}

#post-66 {
    /*padding-top:220px;*/
}

.contact-container {
    height: 250px;
    border-bottom: 1px solid lightgrey;
}

.job-post {
    width: 67%;
    float: left;
    padding-top: 75px;
}

.career-form {
    padding-top: 75px;
}

.client-page img.size-full {
    float: left;
    margin: 21px 50px;
    box-shadow: 0px 0px 5px lightgrey;
    border: 1px solid lightgrey;
}

.osc-res-tab .nav-pills>li {
    float: none;
    background: linear-gradient(to right, #c0e33f, white);
    margin-bottom: 3px;
    border-radius: 5px;
}

.osc-res-tab .nav>li>a:hover,
.osc-res-tab .nav>li>a:focus {
    text-decoration: none;
    background-color: #c0e33f;
}

.osc-res-tab .nav-pills>li.active>a,
.osc-res-tab .nav-pills>li.active>a:hover,
.osc-res-tab .nav-pills>li.active>a:focus {
    color: #ffffff;
    height: 51px;
    background: url(http://192.169.81.105/wp/cadsystech/wp-content/uploads/2015/03/arrowflag.jpg) no-repeat;
}

.osc-res-tab .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    width: 15%;
    float: left;
}

.osc-res-tab ul.tab-content {
    margin: 0;
    padding: 10px;
    width: 83%;
    /*border: 1px solid #3d4126;*/
    box-shadow: 0px 0px 5px #3d4126;
    float: right;
    min-height: 500px;
}

@media screen and (width:1366px) {
    .sidebar {
        width: 25%;
        margin: 0 2%;
    }
    embed,
    iframe,
    object {
        max-width: 60%;
        margin-left: 20%;
    }
    /*.page-with-right-sidebar article.page.type-page {
		margin-left: 88px;
	}
	.page-with-no-sidebar article.page.type-page {
		width: 87%;
		margin-left: 88px;
	}*/
}

.fa-home {
    font-size: 22px;
}

.iframe {
    border: 1px solid #ccc;
    margin-left: 66px;
    margin-top: 20px;
    padding: 2px;
}

.fa-fax::before {
    margin-right: 6px;
}

#slider-banner img {
    width: 100%;
}

.maillinks {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    padding-left: 5px;
}

ul.inner-list {
    margin-left: 5px;
    padding-left: 0;
}

ul.inner-list li {
    background: url(images/list-ico.png) 0px 7px no-repeat;
    padding-left: 18px;
    list-style-type: none;
}

.news-events .event-list .event-detail {
    float: right;
    width: 86%;
}

.news-events .event-list .event-thumbnail .event-date {
    width: 136px;
    top: 101px;
}

.slider-caption .caption-title {
    display: none !important;
}

.desc-bg {
    padding: 20px;
    position: absolute;
    font-weight: 600;
    font-size: 26px;
    top: 100px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 */
    text-align: left;
}

.img-border {
    border: 1px solid #37588E;
    padding: 2px;
}

.bx-controls-direction {
    display: none!important;
}

.sub-heading {
    font-weight: bold;
    color: #FF9100;
}

.strong {
    font-weight: bold;
}

ul.marging-top {
    margin-top: -15px;
}

.team {
    display: inline-block;
    background: #E8E8E8;
    padding: 1px 8px;
    color: #424242;
    border-bottom: 3px solid #D7D7D7;
    border-radius: 3px;
}

.more {
    text-align: right;
    float: right;
    cursor: pointer;
}

.details {
    background: none;
    border-bottom: none;
    color: #242424;
    padding: 0;
}

.team-block {
    width: 100%;
    background: linear-gradient(#F1F2F3, #fff);
    overflow: hidden;
    padding: 1%;
    margin-bottom: 20px;
}

.team-block:hover {
    background: linear-gradient(#fff, #F1F2F3);
}

.team-block .team-member-block {
    width: 14%;
    float: left;
}

.team-block .team-member-cont-block {
    width: 84%;
    float: right;
    text-align: justify;
}

.team-member-block img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 110px;
    height: 137px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.team-block .team-member-cont-block .subhead {
    border-bottom: 3px solid lightgrey;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.contact.form {
    width: 30%;
}

.career-post-content {
    width: 70%;
    float: left;
}

.category-career {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.exp-col-content-holder {
    overflow: hidden;
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
    position: relative;
    padding: 5px 10px;
    border: 1px solid #A1A1A1;
    border-radius: 3px;
}

.expand-cnt-link:before {
    content: url(images/expand1.png)!important;
    position: absolute;
    right: 10px;
}
.ecf_closed:before {
    content: url(images/expand2.png)!important;
    position: absolute;
    right: 10px;
}

.award-desc {
    width: 300px;
    text-align: center;
    background: bisque;
    position: absolute;
    margin-top: 220px;
}

.viewall {
    position: relative;
    top: 40px;
    text-align: right;
    float: right;
}

.display-none {
    display: none;
}

span.wpcf7-quiz-label {
    margin-left: 10%;
    /* width: 40%; */
}

input#contact-quiz,
input#career-quiz {
    text-align: center;
    width: 50%;
    margin-left: 10%;
}

.loader-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2147483;
    /*background: url('images/loader-image.GIF') 50% 50% no-repeat rgb(250,250,250,1);*/
    background: url('images/loader-image.GIF') 50% 50% no-repeat #fff;
}

.site-main .gallery a .award-post img {
    border: none;
    height: auto;
    width: 270px;
}

.awards-block {
    width: 100%;
    overflow: hidden;
}

.awards-block .thumbnail-blcok {
    width: 27.5%;
    height: 167px;
    margin: 1.5%;
    float: left;
    background: #36578c;
    position: relative;
    overflow: hidden;
}

.thumbnail-blcok a h3 {
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 27px;
    -webkit-transition: height 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    padding: 2% 1%;
    background: rgba(54, 87, 140, 0.6);
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0!important;
}

.thumbnail-blcok img {
    border: 1px solid #ccc;
    padding: 3px;
    max-width: 100%!important;
    margin: 0!important;
    width: 100%!important;
}

.thumbnail-blcok h3 span {
    font-size: 13px;
}

.thumbnail-blcok a h3:hover {
    height: 100px;
}

span.homepg-alg {
    padding: 0 0 0 15px;
    position: relative;
    top: 4px;
}


/*****************************************************************
group companies page
**************************************************************/

.tab-page.gc.comp {
    width: 30%;
    /* border: 1px solid grey; */
    position: relative;
    float: left;
    margin-right: 37px;
}

.tab-page.gc.comp .tab-image {
    width: 100%;
}

.gcitem {
    width: 100%;
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 10px;
}

.gcimage {
    float: left;
    width: 20%;
    padding-top: 5px;
}

.gccontent {
    margin: auto;
    float: left;
    width: 80%;
    padding-left: 20px;
    /*padding-bottom: 20px;*/
}

.gcimage img.alignleft.wp-image-419.size-full {
    padding-top: 30px;
}

.container {
    border-top: none !important;
}

.apprenticeship.content {
    width: 70%;
    float: left;
}

.apprenticeship.form {
    float: left;
    width: 30%;
}

iframe#Iframe1 {
    position: absolute!important;
    right: 5px!important;
    top: 13px!important;
}

.awards-footer img {
    border: 1px solid #ccc;
}

.awards-footer a img {
    border: 1px solid #ccc;
    width: 100%!important;
}

h5.beaward {
    margin-bottom: 5px!important;
    color: #F2F3F4!important;
    font-weight: 300!important;
}

ul.investors li {
    list-style: none;
    float: none;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0px 10px 15px 0px;
}

ul.investors li a:hover {
    text-decoration: underline;
}

ul.investors li a strong:hover {
    color: #f7682c;
}

ul.investors li a strong {
    padding-left: 10px;
    color: #000;
    font-size: 13px;
}

.investor-content .exp-col-content-holder {
    margin: 5px 0px 5px 0 !important;
    background: #f9fcff!important;
    border: 1px solid #ccd2d8!important;
}

.investor-content .cms {
    text-align: center;
}

.investor-content .cms p {
    margin-bottom: 0;
}

h6.investor-grivence {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 10px;
    margin-top: 20px;
}

.full-containerwidth {
    width: 100%;
    clear: both;
    font-size: 13px;
}

.full-containerwidth strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
}

.full-containerwidth .leftwidth {
    width: 48%;
    float: left;
}

.full-containerwidth .rightwidth {
    width: 48%;
    float: right;
}

a:focus {
    text-decoration: none!important;
}

.imgadjust img {
    width: auto!important;
}

.investor-table {
    font-size: 12px;
}

.investor-table p {
    font-size: 13px;
    text-align: left;
}

.investor-table p strong {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: 600;
    line-height: initial;
}

.investor-table strong {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: 600;
    line-height: initial;
}

@media(max-width:480px) {
    .page-with-right-sidebar,
    .single-post article.hentry h1.entry-title,
    .page-with-no-sidebar {
        padding-top: 80px!important;
    }
    .page-with-right-sidebar,
    #post-66,
    .single-post article.hentry h1.entry-title {
        margin-top: -69px!important;
    }
    .full-containerwidth .leftwidth,
    .full-containerwidth .rightwidth {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
	.inner-banner {
		top: 167px!important;
	}
	#top-header {
		margin-bottom: 12px;
	}
	ul.ulli{
		margin-bottom:15px;
	}
}

.block-elements {
    float: none!important;
    width: 100%;
}

.block-elements a {
    color: #ff6524!important;
    padding: 0px!important;
    border: none;
    margin: 0px;
    display: block!important;
}
.block-elements a:hover{
	text-decoration:underline!important;
}
.block-elements img {
    width: 32px!important;
    margin-right: 5px;
}

.block-elements a strong {
    font-size: 13px!important;
}

.text-strong {
    font-weight: bold;
    padding-bottom: 0;
    font-size: 14px;
    line-height: inherit;
}

.map-form {
    width: 100%;
    clear: both;
}

.map-form .contact-form {
    width: 30%;
    float: left;
}

.map-form .map-sec {
    float: left;
    width: 65%;
    max-width: 100%;
}

.map-form .map-sec iframe {
    max-width: 100%;
    margin-left: 5%;
    width: 100%;
}

.more {
    text-align: right;
    float: right;
    cursor: pointer;
}

.details {
    background: none;
    border-bottom: none;
    color: #242424;
    padding: 0;
}

.team-block {
    width: 100%;
    background: linear-gradient(#F1F2F3, #fff);
    overflow: hidden;
    padding: 1%;
    margin-bottom: 20px;
}

.team-block:hover {
    background: linear-gradient(#fff, #F1F2F3);
}

.team-block .team-member-block {
    width: 14%;
    float: left;
}

.team-block .team-member-cont-block {
    width: 84%;
    float: right;
    text-align: justify;
}

.team-member-block img {
    border: 1px solid #ccc;
    padding: 2px;
    width: 110px;
    height: 137px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

.team-block .team-member-cont-block .subhead {
    border-bottom: 3px solid lightgrey;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.contact.form {
    width: 30%;
}

.career-post-content {
    width: 70%;
    float: left;
}

.category-career {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.exp-col-content-holder {
    overflow: hidden;
    background: #efefef;
    /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e0e0e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%, #e0e0e0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
    position: relative;
    padding: 5px 10px;
    border: 1px solid #A1A1A1;
    border-radius: 3px;
}

.expand-cnt-link:before {
    content: url(images/expand1.png)!important;
    position: absolute;
    right: 10px;
}

.ecf_closed:before {
    content: url(images/expand2.png)!important;
    position: absolute;
    right: 10px;
}

.award-desc {
    width: 300px;
    text-align: center;
    background: bisque;
    position: absolute;
    margin-top: 220px;
}

.viewall {
    position: relative;
    top: 40px;
    text-align: right;
    float: right;
}

.display-none {
    display: none;
}

span.wpcf7-quiz-label {
    margin-left: 10%;
    /* width: 40%; */
}

input#contact-quiz,
input#career-quiz {
    text-align: center;
    width: 50%;
    margin-left: 10%;
}

.loader-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2147483;
    /*background: url('images/loader-image.GIF') 50% 50% no-repeat rgb(250,250,250,1);*/
    background: url('images/loader-image.GIF') 50% 50% no-repeat #fff;
}

.site-main .gallery a .award-post img {
    border: none;
    height: auto;
    width: 270px;
}

.awards-block {
    width: 100%;
    overflow: hidden;
}

.awards-block .thumbnail-blcok {
    width: 27.5%;
    height: 167px;
    margin: 1.5%;
    float: left;
    background: #36578c;
    position: relative;
    overflow: hidden;
}

.thumbnail-blcok a h3 {
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    height: 27px;
    -webkit-transition: height 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    padding: 2% 1%;
    background: rgba(54, 87, 140, 0.6);
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0!important;
}

.thumbnail-blcok img {
    border: 1px solid #ccc;
    padding: 3px;
    max-width: 100%!important;
    margin: 0!important;
    width: 100%!important;
}

.thumbnail-blcok h3 span {
    font-size: 13px;
}

.thumbnail-blcok a h3:hover {
    height: 100px;
}

span.homepg-alg {
    padding: 0 0 0 15px;
    position: relative;
    top: 4px;
}


/*****************************************************************
group companies page
**************************************************************/

.tab-page.gc.comp {
    width: 30%;
    /* border: 1px solid grey; */
    position: relative;
    float: left;
    margin-right: 37px;
}

.tab-page.gc.comp .tab-image {
    width: 100%;
}

.gcitem {
    width: 100%;
    border-top: 1px solid #ccc;
    overflow: hidden;
    padding-top: 10px;
}

.gcimage {
    float: left;
    width: 20%;
    padding-top: 5px;
}

.gccontent {
    margin: auto;
    float: left;
    width: 80%;
    padding-left: 20px;
    /*padding-bottom: 20px;*/
}

.gcimage img.alignleft.wp-image-419.size-full {
    padding-top: 30px;
}

.container {
    border-top: none !important;
}

.apprenticeship.content {
    width: 70%;
    float: left;
}

.apprenticeship.form {
    float: left;
    width: 30%;
}

iframe#Iframe1 {
    position: absolute!important;
    right: 5px!important;
    top: 6px!important;
}

.awards-footer img {
    border: 1px solid #ccc;
}

.awards-footer a img {
    border: 1px solid #ccc;
    width: 100%!important;
}

h5.beaward {
    margin-bottom: 5px!important;
    color: #F2F3F4!important;
    font-weight: 300!important;
}

ul.investors li {
    list-style: none;
    float: none;
    padding: 0;
    border: none;
    margin: 0;
}

ul.investors li a:hover {
    text-decoration: underline;
}

ul.investors li a strong:hover {
    text-decoration:underline!important;
}

ul.investors li a strong {
    padding-left: 10px;
    color: #ff6524;
    font-size: 13px;
}

.investor-content .exp-col-content-holder {
    margin: 5px 0px 5px 0 !important;
    background: #f9fcff!important;
    border: 1px solid #ccd2d8!important;
}

.investor-content .cms {
    text-align: center;
}

.investor-content .cms p {
    margin-bottom: 0;
}

h6.investor-grivence {
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    margin-bottom: 10px;
    margin-top: 20px;
}

.full-containerwidth {
    width: 100%;
    clear: both;
    font-size: 13px;
}

.full-containerwidth strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
}

.full-containerwidth .leftwidth {
    width: 48%;
    float: left;
}

.full-containerwidth .rightwidth {
    width: 48%;
    float: right;
}

a:focus {
    text-decoration: none!important;
}

.imgadjust img {
    width: auto!important;
}

.investor-table {
    font-size: 12px;
}

.investor-table p {
    font-size: 13px;
    text-align: left;
}

.investor-table p strong {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: 600;
    line-height: initial;
}

.investor-table strong {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: 600;
    line-height: initial;
}

.block-elements {
    float: left;
}


.block-elements img {
    width: 32px!important;
    margin-right: 5px;
}

.block-elements a strong {
    font-size: 13px!important;
}

.text-strong {
    font-weight: bold;
    padding-bottom: 0;
    font-size: 14px;
    line-height: inherit;
}

.map-form {
    width: 100%;
    clear: both;
}

.map-form .contact-form {
    width: 30%;
    float: left;
}

.map-form .map-sec {
    float: left;
    width: 65%;
    max-width: 100%;
}

.map-form .map-sec iframe {
    max-width: 100%;
    margin-left: 5%;
    width: 100%;
}

.digitalmedia-contentservices {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0 auto;
}

.digitalmedia-contentservices .card {
    width: 48%;
    height: auto;
    border: 1px solid #ededed;
	margin-bottom:35px;
}

.digitalmedia-contentservices .card .img-sec {
    width: 100%;
    height: 200px;
}

.digitalmedia-contentservices .card .img-sec img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.digitalmedia-contentservices .card .content-sec {
    width: 100%;
    padding: 10px;
}

.digitalmedia-contentservices .card .content-sec .icon-sec {
    width: 91px;
    height: 91px;
    border: 1px solid #ededed;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    margin: -57px auto 0 auto;
    background: #fff;
}

.digitalmedia-contentservices .card .content-sec .icon-sec img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.digitalmedia-contentservices .card .content-sec .title-desc {
    margin: 0 auto 0 auto;
}

.digitalmedia-contentservices .card .content-sec .title-desc h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.digitalmedia-contentservices .card .content-sec .title-desc h4.orange {
    color: #db3e4d;
}

.digitalmedia-contentservices .card .content-sec .title-desc h4.green {
    color: #8c3d88;
}

.digitalmedia-contentservices .card .content-sec .title-desc h4.blue {
    color: #3157a7;
}

.digitalmedia-contentservices .card .content-sec .title-desc h4.pink {
    color: #36a792;
}

.digitalmedia-contentservices .card .content-sec .title-desc p {
    font-size: 14px;
    margin-bottom: 0;
}

.digitalmedia-contentservices .card .content-sec .title-desc p a {
    color: #083789!important;
}
.digital-mediacontent-inner{
	width:100%;
	margin:0 auto;
	display:none;
}
.digital-mediacontent-inner ul{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items: flex-start;
}
.digital-mediacontent-inner .icon-sec{
	width: 91px;
    height: 91px;
    border: 1px solid #ededed;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    margin: 10px auto 0 auto;
    background: #fff;
}
.digital-mediacontent-inner .icon-sec img{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.digital-mediacontent-inner ul li{
	list-style-type:none;
	width:24%;
	text-align:center;
}

.digital-mediacontent-inner ul li a{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px 0;
    display: block;
    line-height: 26px;
}
.digital-mediacontent-inner ul li.current-link a{
	text-decoration:underline;
}
.digital-mediacontent-inner ul li:nth-child(1) a{
    color: #db3e4d;
}
.digital-mediacontent-inner ul li:nth-child(1).current-link .icon-sec{
	background:#db3e4d;
}
.digital-mediacontent-inner ul li:nth-child(2) a {
    color: #8c3d88;
}
.digital-mediacontent-inner ul li:nth-child(2).current-link .icon-sec{
	background:#8c3d88;
}
.digital-mediacontent-inner ul li:nth-child(3) a {
    color: #3157a7;
}
.digital-mediacontent-inner ul li:nth-child(3).current-link .icon-sec{
	background:#3157a7;
}

.digital-mediacontent-inner ul li:nth-child(4) a {
    color: #36a792;
}
.digital-mediacontent-inner ul li:nth-child(4).current-link .icon-sec{
	background:#36a792;
}

/* Latest CSS*/
ul.ulli h3 {
    font-weight: 500;
}
ul.ulli li {
    list-style-type: none;
    margin: 5px 0px 0px 0px;
	display:flex;
	display:-webkit-flex;
}
ul.ulli li::before {
    content: '\f05d';
    display: inline-block;
    font-family: FontAwesome;
    color: #355588;
    padding-right: 0.5em;
	position: relative;
    top: 2px;
}

h3.duplicateH1 {
    font-weight: 500;
    color: #37588e;
    font-size: 23px;
}
.custom_cont {
    margin: 30px 0px;
}
#txtModeration2{
	display: none;
}

.mb-15px{
	margin-bottom: 15px !important;
}
.pl-0{
	padding-left:0 !important;
}
.txt-align-right{
	text-align:right;
}
@media (max-width:1024px) {
	.digital-mediacontent-inner ul{
		width: 100%;
		padding: 0 25px;
		flex-wrap: wrap;
	}
	.digital-mediacontent-inner ul li{
		width:48%;
		margin-bottom:25px;
	}
    .page-with-right-sidebar,
    #post-66,
    .single-post article.hentry h1.entry-title {
        padding-top: 100px;
    }
    .page-with-right-sidebar,
    .single-post article.hentry h1.entry-title,
    .page-with-no-sidebar {
        padding: 15px!important;
		padding-top: 156px!important;
    }
    iframe#Iframe1 {
        display: none;
    }
    .main-navigation a {
        font-size: 14px;
    }
    #menu-item-41::before,
    #menu-item-42::before,
    #menu-item-44::before,
    #menu-item-744::before {
        margin-right: 10px;
    }
}

@media (max-width:800px) {
	.digitalmedia-contentservices{
		width:100%;
	}
	.digitalmedia-contentservices .card{
		width:48%;
	}
    .sidebar.right-sidebar {
        float: none;
        margin-top: 0;
    }
    .map-form .contact-form {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .map-form .map-sec {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .map-form .map-sec iframe {
        max-width: 100%;
        margin-left: 0;
        width: 100%;
    }
	ul.ulli h3 {
    font-size: 16px;
	}
	ul.ulli li {
    color: #000;
 }
	.custom_cont .img {
     text-align: center;
    }
		ul {
    	margin: 0 0 0px 0px;
	}
		#txtModeration1{
		display: none;
	}
	#txtModeration2{
		display: block;
	}
}

@media(max-width:480px) {
	.digital-mediacontent-inner ul li{
		width:100%;
		margin-bottom:25px;
	}
	.digitalmedia-contentservices .card{
		width:100%;
	}
    .page-with-right-sidebar,
    .single-post article.hentry h1.entry-title,
    .page-with-no-sidebar {
        padding-top: 80px!important;
    }
    .page-with-right-sidebar,
    #post-66,
    .single-post article.hentry h1.entry-title {
        margin-top: -69px!important;
    }
    .full-containerwidth .leftwidth,
    .full-containerwidth .rightwidth {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
	ul.ulli li {
    color: #000;
	}
	ul.ulli h3 {
    font-size: 16px;
	}
	.custom_cont .img {
       text-align: center;
    }
	ul {
    	margin: 0 0 0px 0px;
	}
	#txtModeration1{
		display: none;
	}
	#txtModeration2{
		display: block;
	}
	.txt-align-right{
		text-align:center;
	}
}

.hidden-content.flex-content{
	display: flex!important;
    display: -webkit-flex!important;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}


/*focus-color*/

.exp-col-content-holder a:focus{
   color: #f7682c!important;
}
.custom-table-font th, .custom-table-font td{
	font-size:13px;
}
.custom-table-font a, .custom-table-font strong{
	font-size:13px!important;
	line-height: inherit;
}
.word-break-all{
	word-break:break-all;
}
.mx-75{
 max-width:75%;
}
.hidden-content img{
	width:auto!important;
}
.block-elements{
	margin-left:10px;
}
ul.investors{
	margin-left:10px;
}
#topcontrol img{vertical-align: inherit;}
.textwidget hr{margin-top: 0px;}

@media screen and (min-width: 1170px) {
    #custom_services_cnt{width:870px; margin-left: auto; margin-right: auto;}    
}