@charset "UTF-8";
/* CSS Document */

/*
@font-face {
	font-family: 'Apex New';
	src: url('../fonts/ApexNew-Medium.eot');
	src: url('ApexNew-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ApexNew-Medium.woff') format('woff'), url('../fonts/ApexNew-Medium.ttf') format('truetype'), url('../fonts/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
*/

/*
@font-face {
	font-family: 'Apex New Book';
	src: url('../fonts/ApexNew-Book.eot');
	src: url('ApexNew-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/ApexNew-Book.woff') format('woff'), url('../fonts/ApexNew-Book.ttf') format('truetype'), url('../fonts/ApexNew-Book.svg#ApexNew-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Apex New';
	src: url('../fonts/ApexNew-Light.eot');
	src: url('../fonts/ApexNew-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ApexNew-Light.woff') format('woff'), url('../fonts/ApexNew-Light.ttf') format('truetype'), url('../fonts/ApexNew-Light.svg#ApexNew-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
  font-family: 'ApexNew-Bold';
  src: url('../fonts/ApexNew-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ApexNew-Bold.otf')  format('opentype'),
	     url('../fonts/ApexNew-Bold.woff') format('woff'), url('../fonts/ApexNew-Bold.ttf')  format('truetype'), url('../fonts/ApexNew-Bold.svg#ApexNew-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ApexNew-Medium';
  src: url('fonts/ApexNew-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/ApexNew-Medium.otf')  format('opentype'),
	     url('fonts/ApexNew-Medium.woff') format('woff'), url('fonts/ApexNew-Medium.ttf')  format('truetype'), url('fonts/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

@font-face {
    font-family: 'Apex New';
    src: url('fonts/ApexNew-Medium.eot');
    src: url('ApexNew-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Medium.woff') format('woff'), url('fonts/ApexNew-Medium.ttf') format('truetype'), url('fonts/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Apex New Book';
    src: url('fonts/ApexNew-Book.eot');
    src: url('ApexNew-Book.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Book.woff') format('woff'), url('fonts/ApexNew-Book.ttf') format('truetype'), url('fonts/ApexNew-Book.svg#ApexNew-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Apex New';
    src: url('fonts/ApexNew-Light.eot');
    src: url('fonts/ApexNew-Light.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Light.woff') format('woff'), url('fonts/ApexNew-Light.ttf') format('truetype'), url('fonts/ApexNew-Light.svg#ApexNew-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew-Bold';
    src: url('fonts/ApexNew-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Bold.otf') format('opentype'),
        url('fonts/ApexNew-Bold.woff') format('woff'), url('fonts/ApexNew-Bold.ttf') format('truetype'), url('fonts/ApexNew-Bold.svg#ApexNew-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew-Medium';
    src: url('fonts/ApexNew-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/ApexNew-Medium.otf') format('opentype'),
        url('fonts/ApexNew-Medium.woff') format('woff'), url('fonts/ApexNew-Medium.ttf') format('truetype'), url('fonts/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

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

input:focus {
    outline: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc);
}

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    padding-bottom: 0em;
    margin: 0 -10px;
}

.col {
    display: block;
    float: left;
    padding: 0 10px;
}

.span_1 {
    width: 8.33333333333%;
}

.span_2 {
    width: 16.6666666667%;
}

.span_3 {
    width: 25%;
}

.span_4 {
    width: 33.3333333333%;
}

.span_5 {
    width: 41.6666666667%;
}

.span_6 {
    width: 50%;
}

.span_7 {
    width: 58.3333333333%;
}

.span_8 {
    width: 66.6666666667%;
}

.span_9 {
    width: 75%;
}

.span_10 {
    width: 83.3333333333%;
}

.span_11 {
    width: 91.6666666667%;
}

.span_12 {
    width: 100%;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1120px;
    padding: 0 18px;
    margin: 0 auto;
}

body.home {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7e7f82+0,85868a+42,85868a+42,85868a+42,a8a9ad+100 */
    background: #7e7f82;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #7e7f82 0%, #85868a 42%, #85868a 42%, #85868a 42%, #a8a9ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #7e7f82 0%, #85868a 42%, #85868a 42%, #85868a 42%, #a8a9ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #7e7f82 0%, #85868a 42%, #85868a 42%, #85868a 42%, #a8a9ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e7f82', endColorstr='#a8a9ad', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.logo {
    margin-top: 0px;
    width: 100%;
    float: left;
}

.logo img {
    width: 50%;
    max-width: 350px;
}

.right-logo-home {
    margin-top: 20px;
    text-align: right;
}

.right-menu-bar img {
    max-width: 110px;
}

.left-home-img img {
    max-width: 340px;

}

.left-home-img {
    padding-left: 0px;
    text-align: center;
    padding-top: 1.5rem;
}

ul.nav li {
    width: 49%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.nav li img {
    /*    width: 47%;*/
    /*height: auto !important;*/
}

ul.nav li a {
    text-decoration: none;
    color: #fff;
}

.menu-content {
    text-align: center;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000;
}

.main-menu-bar {
    margin-top: 20px;
}

.right-menu-bar {
    margin-top: 35px;
}

.right-logo-menu ul li a img {
    /*max-width: 108px;*/
    /*margin-right: 10px;*/
    width: 30px;
    height: 45px;
}

.right-logo-menu p {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 12px;
    text-transform: uppercase;
}

.right-logo-menu {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.right-logo-menu ul li {
    display: inline-block;
    /*text-align: center;*/
    vertical-align: middle;
    width: 49%;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.right-logo-menu ul li a {
    text-decoration: none;
    color: #F5821F;
}

.right-logo-menu ul li:first-child {
    border-right: 1px solid #BBBDC0;
    line-height: 33px;
    text-align: center;
    padding-right: 10px;
}

.right-logo-menu ul li:last-child {
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-left: 7px;
    vertical-align: middle;
}

.inner-taj-banner-content p {
    font-size: 12pt;
    color: #58585B;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.banner {
    text-align: center;
    margin-top: 50px;
}

.inner-taj-banner-content {
    margin-top: 50px;
}

.inner-services-content {
    margin-top: 50px;
}

.col-addresses:nth-child(3n+1) {
    clear: both;
}

.inner-services-content p {
    color: #000;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 11pt;
    letter-spacing: 1px;
    text-align: justify;
}

.inner-profile-content h4 {
    margin: 20px 0px 15px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

img.alignnone.size-large.wp-image-105 {
    margin-top: 30px;
    margin-bottom: 15px;
}

span.extra_bottom {
    padding-bottom: 50px;
    font-weight: 400;
}

.main-services-icon-menu ul li img {
    max-width: 255px;
}

.main-services-icon-menu ul li:nth-child(1) img {
    max-width: 95px
}

.main-services-icon-menu ul li:nth-child(2) img {
    max-width: 95px
}

.main-services-icon-menu ul li:nth-child(3) img {
    max-width: 95px
}

.main-services-icon-menu ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    position: relative;
    float: none;
}

.main-services-icon-menu ul li:nth-child(4) {
    width: 49%;
    margin-top: 80px;
    height: 82px;
}

.main-services-icon-menu ul li:nth-child(5) {
    width: 49%;
    margin-top: 50px;
}

.servies-icon-menu h4 {
    text-align: center; 
    padding-top: 8px;
    text-transform: uppercase;
}

.servies-icon-menu h4.support {
    position: absolute;
    top: 30%;
    left: 42%;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #929497;
}

.servies-icon-menu h4.tax {
    position: absolute;
    top: 57%;
    left: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #929497;
    margin-left: -14px;
    margin-top: -10px;
}

.main-services-icon-menu ul li a {
    color: #929497;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
}

.main-services-icon-menu ul li .inner {
    display: table;
    width: 100%;
    height: 114px;
}

.main-services-icon-menu ul li .inner a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.main-services-icon-menu ul {
    margin-top: 33px;
    text-align: center;
}

.tab_color {
    display: none;
}

.tab-heading img {
    max-width: 95px;
}

.tab_container ul li a {
    text-decoration: none;
    color: #939597;
    display: block;
}

.category_responsive {
    /*    min-height: 80vh;*/
}

.page-template-template-new-services.page-template-templatetemplate-new-services-php {
    min-height: 80vh;
}

.tab_container ul li {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 14px 0;
}

.tab-heading {
    margin-bottom: 31px;
    margin-top: 43px;
    position: relative;
    padding: 0 10px;
}

.tab_container .tab_color {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #404041;
    text-align: left;
    padding-left: 58px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}

.tab_color ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #404041;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    padding: 0px;
    list-style: disc;
}

.tab_color ul {
    margin-top: 20px;
}

.tab-area-services .tab_container .span_8 {
    border-left: 2px solid #F5821F;
    min-height: 200px;
}

.tab_container:after {
    content: '';
    clear: both;
    display: block;
}

.tab-heading span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10%;
}

.tab-heading span.new_span_layout {
    top: 22%;
}

.tab-heading canvas#services_10 + span h4 {
    margin-top: 8px;
    margin-left: 8px;
}

.make-in-india-banner {
    text-align: center;
}

.tab-heading span h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #000;
}

.tab-area-services {
    margin-bottom: 50px;
}

.inner-profile-content p {
    color: #000;
    line-height: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    padding-bottom: 15px;
    font-size: 16px;
}
.tl-container .content p, .timecontent, .tl-container.tl-left .date{
    font-family: 'Inter', sans-serif !important;
}
.tl-container.tl-left .date{
    font-weight: 600;
}
.inner-profile-content {
    margin-top: 45px;
}

/*.inner-profile-content {
	margin-top: 45px;
}*/
.inner-profile-bottom-banner {
    margin: 25px 0;
    text-align: center;
}

.inner-profile-bottom-banner img {
    max-width: 775px;
    margin: 0 auto;
}


.containers {
    width: 100%;
    padding: 0 100px;
}

.tab-area-services .tab-1.current {
    display: inherit;
}

.tab-area-services .tab-1 {
    display: none;
}

.tab-area-services .tab_color.activetab {
    display: block;
}

.tab-area-services .tab_color {
    display: none;
}

.tab_container ul.second-tab li .inner-second-tab {
    display: none;
}

.inner-second-tab div:first-child {
    border-top: 1px solid #ccc;
    margin-top: 13px;
}

.inner-second-tab div {
    padding-top: 11px;
    padding-left: 11px;
    /*margin-top: 5px;*/
}

.tab_container .tab_color p {
    margin: 10px 0;
}

.tab_container .tab_color strong,
.tab_container .tab_color p b {
    font-weight: 700;
}

li.notclick {
    position: relative;
}

span.plusMinus {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 19px;
    right: 0px;
    background: url(../images/arrowdown.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

span.plusMinus.minus {
    background: url(../images/arrowups.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.team-introduction a {
    text-decoration: none;
}



/* TEAM PAGE CSS */


.team-wrap {
    margin: 50px 0px 20px 0px;
}

.team-wrap .col.span_2 {
    width: 16.6666666667%;
}

.after_getting_data {
    padding-top: 50px;
}

.member-team ul li a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.member-team img {
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
}

.team-wrap .col.span_2:hover {
    border: 1px solid #f3f3f5;
    background-color: #f3f3f5;

}

.member-team {
    padding: 15px;
}

.member-team ul li {
    text-align: center;
}

.team-introduction h2 {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.team-introduction p {
    line-height: 30px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

/*
.team-introduction p::after{
	display: block;
	content:'';
	width: 100%;
	height: 2px;
	background-color: #f6a157;
	margin: 50px 0px;
	text-align: justify;
}*/
.team-email-wrap {
    padding-bottom: 40px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.team-email-wrap h3 {
    padding-bottom: 5px;
}

.team-academic-wrap h2 {

    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.team-academic-detail ul {
    list-style: disc;
    margin-left: 19px;
}

.team-academic-detail ul li {
    font-family: 'Inter', sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #727274;
}

.team-academic-wrap {
    padding-top: 15px;
}

section.team-detail-content-wrap {
    margin-bottom: 35px;
}

.team-professional-wrap h2 {

    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.team-professional-detail ul li {
    padding-left: 25px;
}

.team-professional-detail ul {
    list-style: disc;
}

.team-professional-detail ul li {
    font-family: 'Inter', sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    color: #727274;
}

.team-detail-image img {
    width: 100%;
    border-radius: 50%;
    padding: 0px 50px;
}

.team-detail-content-wrap .col.span_9 {
    padding-left: 40px;
}

.team-detail-image p {
    color: black;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 5px;
}




/* ARCHIVE PAGE CSS */

.archive-demo-wrap p {

    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.archive-demo-wrap {
    margin-top: 70px;
}


/*CAREER PAGE CSS*/

.career-detail h3 {
    font-size: 28px;
    color: #646465;
    position: relative;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

.career-detail h3::after {
    position: absolute;
    display: block;
    background-color: black;
    width: 88%;
    height: 1px;
    content: '';
    bottom: 43%;
    left: 10%;
}

.career-introduction-wrap {
    margin-top: 70px;
}

.career-form-detail {
    margin: 70px 0px 60px;
}

.contact-form {
    max-width: 500px;
}

.contact-form .input-field {
    margin-bottom: 15px;
}

.contact-form .input-field::after {
    clear: both;
    display: block;
    content: '';
}

.contact-form input.field-input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eeeff1;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

/*
.contact-form .textarea-field{
    border: 1px solid #eeeff1;
    background: #fff;
	padding: 5px 10px;
}
*/
/*textarea.field-textarea{
	width: 100%;
}
.contact-form input.field-input::placeholder{
	color: #a0a2a5;
}
.contact-form textarea.field-textarea::placeholder{
	color: #a0a2a5;
	font-size: 14px;
}*/
.contact-form input#fileupload {
    color: #a8a2ad;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.contact-form label {
    color: #a8a2ad;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.career-detail p {
    color: #58585B;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 13pt;
    letter-spacing: 0.02em;
    padding-top: 20px;
}

section.career-form-detail .container {
    border: 1px solid #fbfcfe;
    max-width: 1083px;
}

button#form_submit {
    text-align: center;
    width: 90px;
    margin: 40px auto;
    display: block;
    height: 29px;
    text-transform: uppercase;
    background: #f6821f;
    border: 1px solid #f6821f;
    color: white;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

/*.career-form-detail .row{
    box-shadow: 0 11px 0px 0px white, 0 -18px 0px 0px white, 12px 0 15px -8px rgba(93, 87, 87, 0.22), -12px 0 14px -8px rgba(126, 126, 126, 0.48);
}*/
.career-form-detail .container .row {
    margin: 0 0px;
    position: relative;
    background: #fbfcfe;
    padding: 0px;
    border-left: 1px solid #fafafa;
    display: table;
    width: 100%;
}

.career-form-detail .container .row .col.span_12 {
    margin: 0 0px;
    position: relative;
    background: #fbfcfe;
    padding: 0px;
}

section.career-form-detail .row:before {
    content: '';
    display: block;
    background: #eeeeee96;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 100%;
    border-radius: 27%;
    z-index: -1;
    right: 0px;
    left: 0px;
    box-shadow: 9px 0 28px -10px rgba(157, 157, 157, 0.28), -12px 0 27px -10px rgba(141, 141, 141, 0.31);
}

form#careers_contactusform {
    padding: 50px;
}

.success_msg {
    color: #f7821e;
    padding-top: 15px;
    font-size: 20px;
}








/*footer page css*/

.home .footer-connect-icons p {
    color: white;
}







/*offices page css*/
.inner-profile-content h1 {
    margin: 20px 0px 15px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.inner-profile-content h3 {
    margin: 20px 0px 15px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.inner-profile-content h5 {
    margin: 20px 0px 15px 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.inner-profile-content ul {
    margin-top: 20;
    margin-bottom: 10px;
}

.inner-profile-content ul > li {
    margin-left: 0px;
    font-weight: 400;
    color: #58585B;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;

}

div#milestonesBoxes ul li {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.col-addresses {
    width: 33.333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.offices-contact-us-wrap {
    margin-top: 50px;
    margin-bottom: 30px;
}

.offices-contact-us-wrap .message-detail-form-wrap {
    margin-right: 40px;
}

.offices-contact-us-wrap .container .row {
    margin: 0 0px;
}

.offices-contact-us-wrap .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0px 18px;
}

.contact-message-send-text {
    padding: 40px 0px 60px 27px;
}

.contact-message-send-text h2 {
    font-size: 28px;
    color: #646465;
    font-weight: 500;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

form#contactusform {
    padding-left: 27px;
}

.contact-form {
    max-width: 500px;
}

.contact-form input.field-input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #eeeff1;
    font-size: 14px;
}

.contact-form .input-field .input-fieldhalf {
    width: 49%;
    float: left;
}

textarea.field-textarea {
    width: 100%;
}

.contact-form .input-field .input-fieldhalf-2 {
    width: 49%;
    float: left;
    margin-left: 10px;
}

.contact-form input.field-input::placeholder {
    color: #a0a2a5;
}

.contact-form textarea.field-textarea::placeholder {
    color: #a0a2a5;
    font-size: 14px;
}

.contact-address-wrap h2 {
    color: #969799;
    padding-top: 10px;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}

.contact-address-wrap h2::after {
    display: inline-block;
    width: 100%;
    content: '';
    height: 2px;
    background-color: #c0c0c2;
    margin: 10px 0px 15px 0px;
}

.contact-country-list ul li {
    width: 49%;
    display: inline-block;
}

.contact-country-list ul li a {
    text-decoration: none;
    color: #a8a9ab;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

.contact-country-list ul li a:hover {
    color: #f3793f;
}

.contact-country-list ul::after {
    display: inline-block;
    width: 100%;
    content: '';
    height: 2px;
    background-color: #c0c0c2;
    margin: 15px 0px 25px 0px;
}

.office-address-detail ul li {
    color: #7f7f81;
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Inter', sans-serif;
}

.office-address-detail {
    padding-bottom: 50px;
}

button.contact-query-send {
    text-align: center;
    width: 90px;
    margin: 70px auto 0px auto;
    display: block;
    height: 29px;
    text-transform: uppercase;
    background: #f6821f;
    border: 1px solid #f6821f;
    color: white;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.contact-connect-wrap {
    margin: 70px 0px;
    padding: 0px 0px 0px 60px;
}

.contact-connect-wrap p {
    color: #999a9e;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.office-contact-head {
    padding-left: 7px;
}

.contact-connect-wrap span.dot {
    height: 20px;
    width: 20px;
    background-color: #0f74bd;
    border-radius: 50%;
    display: inline-block;
}

.contact-connect-wrap span.dot2 {
    height: 20px;
    width: 20px;
    background-color: #5cccf2;
    border-radius: 50%;
    display: inline-block;
}

.contact-slider {
    padding-top: 10px;
}

.contact-address-map-detail iframe {
    width: 100%;
}

.contact_us_heading h3 {
    font-size: 28px;
    color: #646465;
    font-weight: 500;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

.contact_us_heading {
    margin-top: 30px;
    font-size: 20px;
}

.contact-message-send-text {
    padding: 40px 0px 60px 50px;
}

form#contactusform {
    padding-left: 50px;
}

.office-contact-head h3::after {
    position: absolute;
    display: block;
    background-color: black;
    width: 85%;
    height: 1px;
    content: '';
    bottom: 43%;
    left: 13%;
}

.contact_us_heading h3 {
    position: relative;
    font-size: 26px;
}

.offices-contact-us-wrap .container {
    max-width: 1086px;
    margin: 0 auto;
    padding: 0px 18px;
}

.contact-form .textarea-field {
    border: 1px solid #eeeff1;
    background: #fff;
    padding: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-top: 30px;
}

.contact-country-list .active {
    color: #F5821F;
}

.contact-message-send-text .success_msg {
    padding-top: 20px;
    color: #f5821f;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.contact-form .error {
    color: #f5821f;
    font-size: 12px;
    padding-top: 6px;
    font-family: 'Inter', sans-serif;
}


































/*-------------------------------Media-Responsive-----------------------------*/
@media only screen and (max-width:1120px) {
    .container {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .right-logo-menu ul li {
        width: 45%;
    }

    .right-logo-menu ul li:last-child {
        padding-left: 17px;
    }
}

@media only screen and (max-width:768px) {
    .right-logo-menu ul li:last-child {
        padding-left: 7px;
    }

    .servies-icon-menu h4.support {
        left: 47%;
        top: 19%;
    }

    .tab-heading span {
        left: 15%;
    }
}

@media only screen and (max-width:767px) {
    .right-menu-bar {
        margin-top: 15px;
    }

    .main-menu-bar {
        margin-top: 0px;
    }

    ul.nav li {
        padding-bottom: 25px;
    }

    .logo {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .page-id-77 .inner-profile-content .col-addresses {
        width: 100%;
    }

    .team-wrap .col.span_2 {
        width: 33.33%;
        padding-bottom: 20px;
    }

    .team-wrap {
        margin: 25px 20px;
    }

    .team-wrap .container {
        padding: 0px;
    }

    .member-team ul li a {
        font-size: 10px;
        padding-top: 5px;
    }

    section.team-page-introduction-text-wrap {
        margin: 20px;
    }

    .team-introduction h2 {
        font-size: 16px;
    }

    .team-introduction p {
        font-size: 14px;
    }

    .team-introduction p::after {
        margin: 30px 0px;
    }

    .team-detail-content-wrap {
        margin: 20px;
    }

    .team-detail-content-wrap .col.span_3 {
        width: 100%;
    }

    .team-detail-image {
        padding-bottom: 15px;
    }

    .team-detail-content-wrap .col.span_9 {
        width: 100%;
    }

    .team-academic-detail ul li {
        font-size: 14px;
    }

    .team-professional-wrap h2 {
        font-size: 16px;
    }

    .team-professional-detail ul li {
        font-size: 14px;
    }

}

@media only screen and (max-width:667px) {
    .containers {
        padding: 0 30px;
    }

    .servies-icon-menu h4 {
        font-size: 13px;
    }

    .tab-heading span {
        left: 17%;
    }

    .tab_container ul {
        border: none;
    }

    .tab_color {
        padding-bottom: 52px;
    }

    .inner-profile-bottom-banner img {
        max-width: 100%;
    }

    .inner-profile-content img {
        height: auto;
    }

}

@media only screen and (max-width:568px) {
    .main-services-icon-menu ul li img {
        max-width: 218px;
    }

    .servies-icon-menu h4.support {
        left: 29%;
    }

    .servies-icon-menu h4.tax {
        top: 55%;
    }

    .inner-services-content p {
        font-size: 11pt;
    }

    .tab_container .tab_color {
        font-size: 14px;
    }

    .tab-heading span {
        left: 20%;
    }
}

@media only screen and (max-width:567px) {
    .right-logo-menu ul li {
        vertical-align: middle;
    }

    .tab_container .span_4 {
        width: 100%;
    }

    .tab_container .span_4 ul li {
        text-align: center;
        border-bottom: 1px solid #F5821F;
    }

    .tab_color {
        border: none;
    }

    .tab_container .span_8 {
        width: 100%;
        border-left: none !important;
    }

    .tab_container .tab_color {
        padding: 0px;
        margin-top: 20px;
    }

    .tab-heading span {
        left: 29%;
    }

    .right-logo-menu ul li:first-child {
        padding-right: 4px;
    }

    .servies-icon-menu h4 {
        font-size: 10px;
    }

    .main-services-icon-menu ul li img {
        max-width: 161px;
    }

    .main-services-icon-menu ul li:nth-child(5) {
        width: 49%;
        margin-top: 55px;
    }

    .servies-icon-menu h4.tax {
        top: 61%;
        left: 71%;
    }

    .servies-icon-menu h4.support {
        top: 30%;
        left: 40%;
    }

    .logo img {
        max-width: 178px;
    }

    .main-services-icon-menu ul li {
        width: 100%;
    }

    .main-services-icon-menu ul li:nth-child(4) {
        margin-top: 0px;
        width: 100%;
    }

    span.plusMinus {
        top: 16px;
        right: -12px;
    }
}

@media only screen and (max-width:320px) {

    .main-services-icon-menu ul li img {
        max-width: 121px;
    }

    .servies-icon-menu h4.support {
        top: 31%;
        left: 23%;
    }

    .main-services-icon-menu ul li:nth-child(5) {
        margin-top: 62px;
    }

    .servies-icon-menu h4.tax {
        top: 48%;
    }

    .tab-heading span {
        left: 35%;
    }

}

@media only screen and (max-width:770px) and (min-height:1024px) {
    .containers .span_6 {
        width: 100%;
    }

}

@media only screen and (max-width:767px) and (max-height:479px) {
    .containers .span_6 {
        width: 50%;
    }

}

@media only screen and (max-width:479px) and (max-height:736px) {
    .containers .span_6 {
        width: 100%;
    }

}




.offices-contact-us-wrap .container .row {
    margin: 0 0px;
    position: relative;
    background: #fbfcfe;
    padding: 0px;
    border-left: 1px solid #fafafa;
    display: table;
    width: 100%;
}

.offices-contact-us-wrap .container .row .col.span_8 {
    margin: 0 0px;
    position: relative;
    background: #fbfcfe;
    padding: 0px;



}

.offices-contact-us-wrap .container .row .col.span_4 {
    background: #fff;
    padding-left: 39px;
}


section.offices-contact-us-wrap .row:before {
    content: '';
    display: block;
    background: #eeeeee96;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 100%;
    border-radius: 27%;
    z-index: -1;
    right: 0px;
    left: 0px;
    box-shadow: 9px 0 28px -10px rgba(157, 157, 157, 0.28), -12px 0 27px -10px rgba(141, 141, 141, 0.31);
}

section.milestones_section {
    margin-top: 50px;
}

.milestones_box {
    width: 80%;
    margin: 0px auto;
    transform: rotate(5deg);
}

.milestones_boxBG {
    background: #f3f3f5;
    border: 2px solid #818286;
    border-radius: 20px;
}

.milestones_content {
    background: #fff;
    padding: 74px 36px;
    border: 2px solid #818286;
    border-radius: 20px;
    margin-right: 30px;
    margin-top: 20px;
    margin-left: -30px;
    margin-bottom: -20px;
}

.milestones_content p {
    text-align: center;
    color: #58585B;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
}

.milestones-category ul li {
    color: #828387;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.milestones-category ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: block;
    background: #bcbdbf;
    left: -28px;
    top: 17px;
    border: 2px solid #59565d;
    cursor: pointer;
}

li.globalAdvising.active::before {
    background: #f5811e;
}

.milestones-category {
    border-left: 2px solid #333;
    padding-left: 20px;
}


div#milestonesBoxes {
    position: relative;
}

div#milestonesBoxes ul li {
    position: absolute;
}

/*NEW-CSS-9-oct-2019*/
.inner-profile-content strong {
    font-weight: bold;
}

.team-wrap .col.span_2:nth-child(6n+1) {
    clear: both;
}

span.jcss-profile-text {
    font-weight: bold;
}

/*new-css-25-oct-2019*/

.page-id-282 .career-detail h3::after {
    position: absolute;
    display: block;
    background-color: black;
    width: 75%;
    height: 1px;
    content: '';
    bottom: 43%;
    left: 21%;
}

.page-id-282 .career-detail h2 {
    padding-top: 18px;
    font-size: 20px;
    font-weight: bold;
    color: #646465;
}

.page-id-282 .career-detail strong {
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.page-id-282 .right-logo-menu ul li {
    display: inline-block;
    /* text-align: center; */
    /* vertical-align: middle; */
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.page-id-282 .right-logo-menu ul li:last-child {
    line-height: 47px;
    font-size: 14px;
    color: #000;
    text-align: right;
    /* padding-left: 7px; */
    border-right: 0px solid #bbbdc0;
}

/*new-css-9-nov-2019*/

.right-logo-menu ul li img {
    width: auto;
    height: 31px;
}

/*new-css-13-nov-2019*/
.page-id-239 .inner-profile-content {
    min-height: 500px;
}

.page-id-189 section.archive-demo-wrap {
    min-height: 500px;
}

.logo img,
.footer-logo img {
    width: auto !important;
    height: 52px;
}

/*mobile-css-11-oct-2019-office-page*/




@media only screen and (max-width: 767px) {
    .offices-contact-us-wrap {
        margin-top: 20px;
    }

    .office-contact-head h3::after {
        position: absolute;
        display: block;
        background-color: black;
        width: 58%;
        height: 1px;
        content: '';
        bottom: 43%;
        left: 42%;
    }

    .offices-contact-us-wrap .container .row .col.span_8 {
        width: 100%;
    }

    .offices-contact-us-wrap .container .row .col.span_4 {
        width: 100%;
    }

    .contact-message-send-text {
        padding: 0px 0px 15px 6px;
    }

    form#contactusform {
        padding-left: 6px;
    }

    .contact-form .input-field .input-fieldhalf {
        width: 100%;
    }

    .contact-form .input-field .input-fieldhalf-2 {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }

    .contact-form .textarea-field {
        margin-top: 20px;
    }

    /*.page-id-77 .inner-profile-content .col-addresses{
width: 50% !important;
}
.inner-profile-content .col-addresses:nth-child(2n+1) {
    clear: both;
}*/

}

/*Office-page-CSS-14-oct-2019*/
@media only screen and (max-width:767px) {
    .page-id-77 .inner-profile-content .col-addresses {
        width: 50%;

    }

    .career-detail h3::after {
        width: 70%;
        left: 30%;
    }

    form#careers_contactusform {
        padding: 30px;
    }

    .career-detail p {
        text-align: justify;
    }

    .milestones_content {
        padding: 14px 29px;
    }

    .inner-profile-content p {
        text-align: justify;
    }

    .col-addresses:nth-child(3n + 1) {
        clear: none;
    }

    /*.col-addresses:nth-child(2n+1){
	clear: both;
	}*/

    .col-addresses:nth-child(2n + 1) {
        clear: left;
    }

    .main-inner-home .col.span_9 {
        width: 60%;
    }

    .main-inner-home .col.span_3 {
        width: 40%;
    }

    .right-logo-menu {
        margin-top: 10px;
    }

    .logo img {
        width: 100%;
    }

    .right-logo-menu p {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .right-logo-menu ul li:last-child {
        font-size: 11px;
    }

    .main-menu-bar .col.span_6 {
        width: 100%;
    }

    .after_getting_data {
        padding-top: 0px;
    }

    .team-detail-content-wrap .col.span_9 {
        padding-left: 20px;
    }

    .main-menu-bar .span_6 {
        width: 100%;
    }

    .career-detail p {
        font-size: 15px;
    }

    .career-form-detail {
        margin: 30px 0px 40px;
    }
}

/*CSS-15-oct-2019*/
.page-id-9 .right-logo-menu p {
    padding-left: 12px;
}

@media only screen and (max-width:1024px) {
    .left-home-img canvas#canvas {
        width: 380px !important;
        height: auto !important;
    }

    .page-id-9 .right-logo-menu p {
        padding-left: 0px;
    }
}

@media only screen and (max-width:767px) {
    .page-id-9 .right-logo-menu p {
        padding-left: 0px;
    }
}

/*CSS 16-oct-2019*/
@media only screen and (max-width:767px) {
    .contact-message-send-text h2 {
        font-size: 22px;
    }

    .page-id-282 .career-detail h3::after {
        width: 64%;
        left: 31%;
    }

}
