/*
Theme Name: PS Tacs
Theme URI: https://wordpress.org/themes/pstacs/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: PS Tacs is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. PS Tacs will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: pstacs

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */




html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
    resize: none;
    height: 150px;
}

optgroup {
	font-weight: bold;
}



/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre, p {
	font-family: Georgia, serif;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Georgia, serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Georgia, serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Georgia, serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Georgia, serif;
}


/**
 * Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    
    border: 2px solid #20397c;
    background: #ffffff;
    color: #20397c;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 26px;
    padding: 8px 15px;
    
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #20397c;
    color: #ffffff;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	float: left;
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #20397c;
    line-height: 26px;
    font-size: 14px;
    background: #f9f3f9;
    color: #20397c;
    
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #9b779d;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Georgia, serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}



/**
 *  Links
 */

a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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


/*----------------custom style---------------*/

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active{outline:0px none !important;}

ul,ol,h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

body{
	font-family: Georgia !important, serif !important;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
    background: #ffffff;
}
h1, .banner-title h1 {
	font-size: 48px !important;
	font-family: 'Dancing Script' !important; letter-spacing: 0px !important;
}
h2 {
	font-size: 46px;
	font-family: 'Dancing Script' !important;
}
h3 {
	font-size: 42px;
	font-family: 'Dancing Script' !important;
}
h4 {
	font-size: 40px;
	font-family: 'Dancing Script' !important;
}
h5 {
	font-size: 28px;
	font-family: "Dancing Script" !important;
}
h6 {
	font-size: 36px;
	font-family: 'Dancing Script' !important;
}
p {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 18px;
	font-family: Georgia !important, serif !important;
}
a {
	text-decoration: none;
	color: #8e8e8e;
}
a:hover{
	color: #DDD;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
img {max-width: 100%;}



/*------------- Begin Header Section --------------*/
.header-wrap{
    float: left;
    width: 100%;
}
.header-top-container{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.header-top{
    display: table;
    width: 100%;
}
.logo-outer{
    display: table-cell;
    width: 27%;
    vertical-align: middle;
}
.header-right{
    display: table-cell;
    padding-left: 9%;
    vertical-align: middle;
    width: 73%;
}
.contact-blk{
    display: inline-block;
    width: auto;
    margin-left: 10%;
    line-height: 16px;
    padding: 0 5px;
    vertical-align: middle;
}
.contact-blk:hover .icon-con{
    color: #20397c;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}
.icon-con{
    font-size: 22px;
    margin-right: 13px;
    color: #9b779d;
    float: left;
}
.contact-address{
    float: left;
    width: auto;
}
.contact-address address{
    font-style: normal;
    font-size: 13px;
    margin: 0;
}
.contact-address address p{
    margin: 0;
}
.contact-address a{
    color: #000000;
    font-weight: bold;
    line-height: 22px;
}
.contact-blk.no-margin{
    margin: 0;
}
.menu-container{
    float: left;
    width: 100%;
    background: #20397c;
}
.menu-outer{
    float: left;
    width: 100%;
}
.menu-outer ul{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.menu-outer ul li{
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0 30px;
}
.menu-outer ul li a{
    display: inline-block;
    width: auto;
    padding: 14px 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.menu-outer ul li a:hover:after,
.menu-outer ul li a:focus:after,
.menu-outer ul li a:active:after,
.menu-outer ul li.current-menu-item a:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    content: "";
    display: inline-block;
    background: #9b779d;
}
.menu-outer ul li a:hover,
.menu-outer ul li a:focus,
.menu-outer ul li a:active{
    text-decoration: none;
}


/*------------- End Header Section --------------*/


/*------------- Begin Content Section -----------*/

/*----slider---*/
.slider-container{
    float: left;
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.slider-container ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.slider-container ul li{
    float: left;
    width: 100%;
}
.slide-image-outer{
    float: left;
    width: 100%;
    position: relative;
}
.slide-image-outer img{
    width: 100%;
}
.caption-outer{
    position: absolute;
    top: 50%;
    left: 10.5%;
    z-index: 99999;
    
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

.caption-outer h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    text-shadow: 2px 2px 2px #000000;
    
}

.slider-control-outer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9999;
    
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

span.slider-control{
    left: 0;
    padding: 15px;
    background: #9b779d;
    color: #000000;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    
    -webkit-transition: all 300ms ease-out 0s;
       -moz-transition: all 300ms ease-out 0s;
            transition: all 300ms ease-out 0s;
    
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}
span.slider-control.left{
    left: 0;
    padding-left: 0;
    
    -webkit-border-radius: 0 6px 6px 0;
       -moz-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
}

span.slider-control.right{
    right: 0;
    left: auto;
    padding-right: 0;
    
    -webkit-border-radius: 6px 0 0 6px;
       -moz-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
}
span.slider-control:hover{
    -webkit-transition: all 300ms ease-in 0s;
       -moz-transition: all 300ms ease-in 0s;
            transition: all 300ms ease-in 0s;
}
span.slider-control.left:hover{
    padding-left: 20px;
}
span.slider-control.right:hover{
    padding-right: 20px;
}
.pager{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 25px 0;
    margin: 0;
}

.pager span{
    border-radius: 0;
    height: 5px;
    width: 35px;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    background: #20397c;
    border-color: #20397c;
    margin: 0 2px;
    opacity: 0.5;
    cursor: pointer;
}
span.cycle-pager-active,
.pager span:hover{
    background: #9b779d;
    border-color: #9b779d;
    opacity: 1;
}

.slider-control i{
    color: #ffffff;
    font-size: 30px;
}




















.overlay-outer {
    background: rgba(0, 0, 0, 0.4);
    /*background: rgba(33, 57, 124, 0.6);*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*----slider---*/

/*----Home Content-----*/

.content-container{
    float: left;
    width: 100%;
    padding: 60px 0;
}
.content-wrap{
    float: left;
    width: 100%;
}
.content-wrap h2{
    margin: 0 0 25px;
    color: #20397c;
}
.logo-wrap{
    float: left;
    width: 100%;
}
.logo-block{
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.content-wrap p strong{
    color: #20397c;
}


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

/*
.team-content-wrap{
    float: left;
    width: 100%;
}
.team-content-wrap h2{
    margin: 0 0 25px;
    color: #20397c; 
}
.team-outer{
    float: left;
    width: 100%;
}
.team-outer ul{
    float: left;
    width: 100%;
    list-style: none;
}
.team-outer ul li{
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.team-block{
    float: left;
    width: 100%;
}
.member-name{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 15px;
}
.member-name:after{
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100px;
    background: #9b779d;
}
.member-name h3{
    color: #9b779d;
    text-transform: capitalize;
}
.member-name h6{
    color: #20397c; 
    text-transform: lowercase;
}
.team-image{
    float: left;
    width: 220px;
    border: 2px solid #9b779d;
    margin-right: 25px;
    margin-bottom: 20px;
}

.team-image img{
    float: left;
    width: 100%;
    padding: 10px;
}
.even .member-name{
    text-align: right;
}
.even .member-name:after{
    right: 0;
    left: auto;
}

.even .team-image{
    float: right;
    margin-left: 25px;
    margin-right: 0;
}
*/

/*----------Taxation-----------*/

.content-banner{
    float: left;
    width: 100%;
/*    background: url("images/content/bas-reporting.jpg")no-repeat 50% 0;*/
    background-size: cover;
    color: #ffffff !important;
    padding: 54px 0 27px;
    position: relative;
}
.breadcrumb-outer{
    float: left;
    width: 100%;
}
#crumbs a,
#crumbs .current{
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
}

#crumbs .current{
    color: #ddccde;
    background: none;
    border: 0 none;
}

.banner-title{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.banner-title h1{
    float: left;
    width: 100%;
    position: relative;
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 45px;
    padding: 10px 0 23px;

}
.banner-title h1:after{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddccde;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 6px;
    margin: 4px 0 0;
    width: 35px;
}
.service-content-wrap{
    float: left;
    width: 100%;
     background: #20397c;
}
.service-wrap{
    float: left;
    width: 100%;
}
.service-left-outer{
    float: left;
    width: 100%;
    overflow: hidden;
}
.service-left-con{
    float: left;
    width: 100%;
    background: #20397c;
    padding: 95px 10% 95px 0;
    position: relative;
}
.service-left-con:before {
    background: #20397c;
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
}
.service-left-con p{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
}
.service-left-con strong{
    color: #ffffff;
    font-size: 18px;
    float: left;
    width: auto;
    margin-right: 5px;
}
.service-left-con ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 5px 0 10px;
}

.service-left-con ul li{
    float: left;
    width: 100%;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    line-height: 25px;
}

.service-left-con ul li:before{
    position: absolute;
    content: "\f005";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #ddccde; 
    left: 0;
    top: 0;
}

.service-right-outer{
    display: table-cell;
    width: 50%;
    height: 100%;
    position: relative;
}
.service-right-con{
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    
    -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.service-right-con ul{
    display: inline-block;
    text-align: center;
    width: 100%;
    list-style: none;
}

.service-right-con ul li{
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 0 5%;
}

.services-outer{
    float: left;
    width: 100%;
    border: 5px solid #ffffff;
    padding: 10px;
    height: 100%;
    
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}
.services{
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
    
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.services a{
    float: left;
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative;
    
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.services a:hover{
    background: rgba(32,57,124,0.5);
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}

.services a:hover h5{
    color: #ffffff;
}

.services a h5{
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #20397c;
    padding: 0 2%;
    
    -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.partner-content-wrap{
    float: left;
    width: 100%;
}

.partner-logos{
    float: left;
    width: 100%;

    padding: 0px 0 50px 0px;
}

.partner-logos ul{
    display: inline-block;
    text-align: center;
    width: 100%;
    list-style: none;
}

.partner-logos ul li{
    display: inline-block;
    width: auto;
    margin: 0 15px;
}

/*-------------Page Content---------------*/
.common-page{
    padding: 0 0 60px;
}
.page-content-con{
    float: left;
    width: 100%;
}
.page-content-outer{
    float: left;
    width: 100%;
}
.page-content-outer h2{
    color: #20397c;
    float: left;
    width: 100%;
    margin: 0 0 45px;
}
.page-content-outer ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 25px;
}
.page-content-outer ul li{
    float: left;
    width: 100%;
    padding: 0 0 2px 25px;
    position: relative;
}
.page-content-outer ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0c8";
    font-size: 10px;
    color: #9b779d;
    font-family: 'FontAwesome';
    display: inline-block;
}

.page-content-outer ul li p{
    margin: 0;
    float: left;
    width: 100%;
}
.page-content-outer ul li a,
.page-content-outer a{
    float: left;
    width: 100%;
    color: #9b779d;
}
.page-content-outer a:hover,
.page-content-outer ul li a:hover{
    text-decoration: underline;
}

.page-content-outer h5{
    color: #20397c;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.page-content-outer a{
    float: left;
    width: 100%;
    color: #9b779d;
}

/*-------------Contact-------------*/
.map-container{
    float: left;
    width: 100%;
}
.contact-info{
    float: left;
    width: 100%;
    padding: 0 5%;
}
.contact-details-outer{
    float: left;
    width: 100%;
    padding-left: 35px;
    position: relative;
    margin: 0 0 25px;
}
.contact-details-outer:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #9b779d;
    font-family: 'FontAwesome';
    display: inline-block;
}
.address:before{
    content: "\f041";
}
.phone:before{
    content: "\f095";
}
.mail:before{
    content: "\f0e0";
}
.fax:before{
    content: "\f1ac";
}
.fax{
    color: #8e8e8e;
    font-weight: bold;
}
.contact-details-outer address{
    font-style: normal;
    margin: 0 0 18px;
    float: left;
    width: 100%;
}
.address{
    margin: 0 0 7px;
}
.contact-details-outer a{
    font-weight: bold;
}
.contact-details-outer a:hover{
    color: #20397c;
}

.phone a{
    float: left;
    width: 50%;
}

.contact-form-outer{
    float: left;
    width: 100%;
}
.two-col{
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.element-outer{
    float: left;
    width: 49%;
}
.two-col label{
    color: #8e8e8e;
    font-size: 14px;
}
.contact-btn-outer{
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip{
    float: left;
    width: 100%;
    display: none;
}
input.wpcf7-not-valid{
    border: 1px solid #ff0000;
}
div.wpcf7-validation-errors{
    float: left;
    width: 100%;
    color: #ff0000;
    font-weight: bold;
    margin: 10px 0;
    font-style: italic;
    border: 0 none;
    padding-left: 0;
}
#map {
    width: 100%;
    height: 300px;
    float: left;
}
/*---------------team-------------*/

.team-outer{
    float: left;
    width: 100%;
}

.team-outer ul{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.team-outer ul li{
    display: inline-block;
    text-align: center;
    width: 200px;
    margin: 0 3%;
}
.team-wrap{
    position: relative;
    overflow: hidden;
    height: 300px;
}
.team-detail{
    display: table;
    width: 100%;
    background: #e9ddea;
    padding: 20px 0;
    border-top: 3px solid #20397c;
    position: absolute;
    bottom: 0;
}
.social-outer{
    float: left;
    width: 100%;
    margin: 10px 0;
}

.social-outer ul{
    width: 100%;
    display: inline-block;
    text-align: center;
    list-style: none;
}

.social-outer ul li{
    width: auto;
    display: inline-block;
    margin: 0 5px;
}

.social-outer ul li a{
    width: 100%;
    display: inline-block;
    color: #20397c;
    font-size: 15px;
}

.team-overlay{
    background: rgba(32,57,124,0.8);
    bottom: -100%;
    color: #ffffff;
    padding: 45px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    
    -webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
.team-wrap:hover .team-overlay {
     bottom: 0;
}
.team-wrap:hover .team-detail{
    opacity: 0;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}
.team-overlay a{
    color: #ffffff;
    float: left;
    margin: 5px 0;
    width: 100%;
}
.team-overlay .social-outer ul li a{
    color: #ffffff;
}

.team-overlay .social-outer ul li a:hover,
.team-overlay a:hover{
    color: #e9ddea;
}
.team-banner{
    position: relative;
    float: left;
    width: 100%;
    padding: 54px 0 27px;
}
.team-image-outer{
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
    height: 200px;
    border: 3px solid #ddccde;
    overflow: hidden;
    
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
    
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}
.team-image-outer img{
    width: 100%;
}

.team-banner .social-outer{
    width: auto;
}

.team-banner .social-outer ul li a{
    color: #ddccde;
}

.team-banner .social-outer ul li a:hover{
    color: #ffffff;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}

.team{
    padding: 0;
}

.direction-btn{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.direction-btn a{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 15px 25px;
    color: #ffffff;
    background: #20397c;
    font-size: 14px;
    border: 2px solid #20397c;
    font-weight: bold;
    
    -webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.direction-btn a:hover{
    background: #ffffff;
    color: #20397c;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;     

}

div.wpcf7-response-output{
    color: #9b779d;
    float: left;
    font-style: italic;
    font-weight: bold;
    margin: 25px 0 5px;
    padding: 15px;
    width: 100%;
}

/*------------- End Content Section --------------*/


/*------------- Begin Footer Section --------------*/
.footer-container{
    float: left;
    width: 100%;
    background: #20397c;
    padding: 25px 0 20px;
}
.copyright{
    float: left;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    line-height: 10px;
}
.copyright p{
    font-size: 12px;
    margin: 0;
}
.copyright a{
    color: #ddccde;
}
.copyright a:hover{
    color: #ffffff;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}

.footer-links{
    float: left;
    width: 100%;
    margin-top: 6px;
}
.footer-links ul{
    float: right;
    width: auto;
    list-style: none;
}
.footer-links ul li{
    float: left;
    width: auto;
    margin: 0 0 0 10px;
    border-left: 1px solid #ffffff;
    text-align: center;
    line-height: 10px;
}
.footer-links ul li:first-child{
    margin: 0;
    border-left: 0;
}
.footer-links ul a{
    float: left;
    width: 100%;
    padding: 0 5px 0 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
}
.footer-links ul li a:hover,
.footer-links ul li a:active,
.footer-links ul li a:focus,
.footer-links ul li.current-menu-item a{
    color: #ddccde;
    
    -webkit-transition: all 500ms ease-in 0s;
	   -moz-transition: all 500ms ease-in 0s;
			transition: all 500ms ease-in 0s;
}
.copyright .contact-blk{
    margin: 0 0 5px;
}
.contact-blk:hover .icon-con{
    color: #9b779d;
}

/*=====  scrolltop  =====*/

.scrollToTop{
    height: 50px;
    width: 50px;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    text-align: center;
    background: #9b779d;
    position: fixed;
    right: 21px;
    bottom: 100px;
    z-index: 999;
}
.scrollToTop a{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
			transition: all 0.4s ease;
}
.scrollToTop i{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.scrollToTop a:hover{
    background: #20397c;
}

/*------------- End Footer Section --------------*/



.about-taxation{
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.about-taxation h3{
	margin: 25px 0px 18px 0;
}
.about-taxation .page-content-outer ul li{
	padding-bottom: 18px;
}


/*----------------------team----------------------*/

.team-top-outer{
    float: left;
    width: 100%;
    margin: 15px 0;
}
.team-top-outer ul{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
}
.team-top-outer ul li{
    float: left;
    width: 100%;
    margin: 0 0 25px;
    position: relative;
    text-align: left;
}
.team-cols{
    float: left;
    width: 26.12%;
    margin: 0 0 0 0.88%;
}

.team-cols:first-child{
    margin: 0;
}

.member-header{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 15px;
}

.member-header:after{
    background: #ddccde;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    margin: 4px 0 0;
    position: absolute;
    width: 35px;
    
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    
}
.member-header h2{
    float: left;
    text-transform: capitalize;
    color: #20397c;
    margin-bottom: 5px;
}
.member-header h5{
    float: left;
    text-transform: capitalize;
    color: #9b779d;
    width: 100%;
    text-align: left;
}
.member-content{
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.social-outer ul{
    width: 100%;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    float: none;
}
.social-outer ul li{
    width: auto;
    margin: 0 5px;
    display: inline-block;
    float: none;
}
.social-outer ul li a:hover{
    color: #9b779d;
}

.team-cols.first-col {
    margin-right: 1%;
    width: 18%;
    margin-left: 0;
}
.team-cols h5{
    float: left;
    width: 100%;
    color: #20397c;
    margin: 0 0 10px;
}

.team-cols > ul > li{
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 2px 25px;
    margin: 0;
}
.team-cols > ul > li:before {
    color: #9b779d;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 10px;
    left: 0;
    position: absolute;
    top: 0;
}

.team-cols.three-col{
    width: 80%;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div{
   width: auto;
   float: left;
}
.wpcf7-form-control.wpcf7-submit{
   float: right;
}















