li.nav-item.active a {
  font-weight: 700;
}

.gradient-section-slants-content-wrap .qsource img {
  max-width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
}

.operational-excellence .row {
  padding-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #0047bb;
}

.operational-excellence .row div strong {
  color: #1CA6DF;
}


/* Home page start */
#pinMaster {
  overflow: hidden;
}

body.home {
  background-color: rgb(230, 230, 227);
}

.section-title.title-with-no-border {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.title-with-no-border:before {
  display: none;
}

.banner-text {
  z-index: 1;
  position: absolute;
  bottom: 10%;
  text-align: left;
}

.section.business-slide-section {
  background-color: #f7f5f4;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  padding-bottom: 400px;
}

.section.business-slide-section,
.section.our-advantages-section {
  position: relative;
  z-index: 1;
}

.bu-slide-logo {
  height: 64px;
}

.bu-slide-logo img {
  max-width: 380px;
}

.business-slide-tabs .nav {
  border: none;
}

.business-slide-tabs .nav-item {
  margin-bottom: 0;
  padding-left: 80px;
}

.business-slide-tabs .nav-link {
  padding: 5px 0;
  color: #afa8a4;
  font-size: 32px;
  border: none;
  font-family: 'Slate';
  font-weight: 500;
  display: inline-block;
}

.business-slide-tabs .nav-link.active,
.business-slide-tabs .nav-link:hover,
.business-slide-tabs .nav-link:focus {
  color: #1c1f5a;
  background-color: transparent;
  border: none;
  transition: none;
}

.business-slide-tabs,
.tab-content {
  position: relative;
  z-index: 1;
}

.bu-tab-menu {
  position: relative;
}

.business-slide-tabs:after,
.bu-tab-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-image: url(../images/tab-border.png);
  background-repeat: no-repeat;
}

.tab-content {
  padding-left: 55px;
  position: relative;
}

.business-slide-wrap .tab-content>.tab-pane {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 0;
}

.business-slide-wrap .tab-content>.tab-pane.active {
  opacity: 1;
  visibility: visible;
}

.tab-content-block h3 {
  font-weight: 400;
  max-width: 550px;
}

.tab-content-block p {
  font-size: 22px;
}

.tab-content-block .row {
  margin-top: 40px;
}

.bu-tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bu-tab-menu li+li {
  margin-top: 8px;
}

.bu-tab-menu a {
  color: #0077ae;
}

.bu-tab-menu a:hover,
.bu-tab-menu a:focus {
  color: #1c1f5a;
}

.sitemap-news-title {
  display: flex;
  margin-bottom: 15px;
}

.bu-news .sitemap-news-title h4 {
  font-size: 14px;
  margin-right: 15px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.featured-news-content {
  margin-top: 15px;
}

.news-date-col {
  color: #8d90ad;
}

.news-title-col a {
  font-size: 22px;
  color: #1c1f5a;
  font-weight: 400;
}

.news-title-col a:hover,
.news-title-col a:focus {
  color: #0077ae;
}

.bu-news {
  padding-left: 50px;
}

.top-left-slant-wrap,
.top-right-slant-wrap {
  top: 0;
  bottom: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
  transform: skewY(11deg);
  position: absolute;
  transform-origin: 0 0 0;
}

.top-left-slant-wrap {
  transform: skewY(11deg);
}

.top-right-slant-wrap {
  transform: skewY(-11deg);
}

.top-left-slant,
.top-right-slant {
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}

/* .top-left-slant {
  clip-path: polygon(0 0, 100% 312px, 100% 86%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 312px, 100% 86%, 0 100%);
} */

/* .top-right-slant {
  clip-path: polygon(0 312px, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 312px, 100% 0, 100% 100%, 0 100%);
} */

/* .flat-content {
  transform: skewY(-15deg);
} */

.section-title-with-blue-line {
  margin-bottom: 12px;
  display: inline-block;
}

.section-title-with-blue-line:before {
  background-color: #1c2156;
  width: 73%;
}

.half-width-caption {
  max-width: 930px;
}

.section.our-advantages-section {
  padding-bottom: 410px;
  margin-top: -315px;
  background-color: #f7f5f4;
}

.section.spotlight-section {
  padding-top: 0;
  /* padding-top: 300px;
  margin-top    : -315px; */
}

.section.spotlight-section .top-right-slant-wrap {
  height: 300%;
  z-index: 1;
}

.section.spotlight-section .container,
.banner-section-wrapper,
.our-people-section .container {
  position: relative;
  z-index: 2;
}

.approach-section-wrap {
  position: relative;
}

.our-advantages-box {
  margin-top: 100px;
}

.advantage-box-image {
  height: 350px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.advantage-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage-box-image .h6 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 25px;
  color: #fff;
  display: flex;
  align-items: center;
}

/* .advantage-box-image:hover .h6,
.advantage-box-image:focus .h6 {
  color: #1c2156;
} */

.right-arrow-circled {
  font-style: normal;
  border: 4.2px solid;
  line-height: 0.58;
  display: inline-block;
  border-radius: 100%;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  vertical-align: middle;
  /* padding    : 0 11px; */
  text-align: center;
  margin-right: 15px;
}

.advantage-box-image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.advantage-box-image .h6 .right-arrow-circled {
  font-size: 55px;
}

.advantages-box-content .h5 {
  font-weight: 400;
  margin-bottom: 18px;
}

.advantages-box-content .h5 a {
  color: #0044C2;
}

.advantages-box-content .h5 a:hover,
.advantages-box-content .h5 a:focus {
  color: #1c2156;
}

.advantages-box-content .right-arrow-circled {
  font-size: inherit;
  width: 25px;
  height: 25px;
  border-width: 3px;
  padding: 0 4px;
  font-size: 24px;
  color: #77A3E2;
}

.advantages-box-content .h5 a:hover .right-arrow-circled,
.advantages-box-content .h5 a:focus .right-arrow-circled {
  color: #1c2156;
}

.advantages-box-content p {
  font-size: 22px;
  color: #614F46;
}

.our-advantages-box-wrap:nth-child(2n),
.our-advantages-box-wrap:nth-child(2n) .row {
  flex-direction: row-reverse;
}

.case-study-grid .slick-list {
  overflow: visible;
}

.case-study-grid .slick-slide {
  opacity: 0.5;
}

.case-study-grid .slick-slide.slick-active {
  opacity: 1;
}

.case-study-grid .media {
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
  flex-direction: column;
}

.case-study-grid .media-img {
  width: 100%;
  height: 100%;
}

.case-study-grid .media-img a {
  background-color: #fff;
  margin: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  width: 100%;
  height: 300px;
}

.case-study-grid .media-img img {
  display: inline-block;
}

.detail-content-left .portfolio-link a {
  color: #0047bb;
}

.portfolio-link a:hover {
  color: #5e4f47;
}

.case-studies-slide {
  height: 535px;
  border-radius: 10px;
  overflow: hidden;
}

.case-studies-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-studies-slider {
  margin: 50px 0 75px;
  padding: 0 0 0 120px;
}

.case-studies-slider .slick-next {
  right: -112px;
}

.case-studies-slider .slick-arrow {
  background-color: #19307D;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.case-studies-slider .slick-arrow:hover,
.case-studies-slider .slick-arrow:focus {
  background-color: #0076A9;
}

.case-study-grid .col-md-6 .media-img a {
  height: 360px;
  border-radius: 0;
}

.case-study-grid .media-img,
.esg-tab-top-content .case-study-grid .media-img {
  margin-bottom: 0;
}

.case-study-grid .col-md-6 .media-img img {
  height: 100%;
}

.case-study-content.media-content {
  background-color: #fff;
  padding: 35px;
  min-height: 230px;
}

.case-study-content.media-content {
  min-height: 130px;
}

.case-study-grid .case-study-content h6 {
  margin-bottom: 0;
  font-size: 36px;
  min-height: 70px;
  font-weight: 400;
}

.case-study-grid .case-study-content h6 a {
  color: #1C1F5A;
}

.case-study-grid .case-study-content h6 a:hover,
.case-study-grid .case-study-content h6 a:focus {
  color: #00A8E5;
}

.case-study-grid button.slick-arrow,
.logo-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.case-study-grid button.slick-next.slick-arrow {
  right: -15px;
}

.case-study-grid button.slick-prev.slick-arrow {
  left: -15px;
}

.case-study-grid .slick-arrow {
  background-color: #fff;
  color: #32366A;
}

.case-study-grid .slick-arrow:hover,
.case-study-grid .slick-arrow:focus {
  background-color: #32366A;
  color: #fff;
}

.home-page-slants .pin-spacer {
  z-index: 2;
  width: 100% !important;
}

.home-page-slants .pin-spacer .container.banner-text {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.home-page-slants .pin-spacer .container.banner-text .row {
  width: 100%;
  padding-left: 125px;
}

/* .section.our-people-section {
  background-color: #00A8E5;
} */
.our-people-box {
  background-color: #19307D;
  height: 740px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 65px 70px;
  color: #fff;
}

.our-people-box .h1 {
  margin-bottom: 50px;
}

.our-people-box p {
  margin-bottom: 30px;
}

.our-people-box a {
  color: #fff;
  opacity: 0.5;
}

.our-people-box a:hover,
.our-people-box a:focus {
  color: #00A8E5;
}

.our-people-box .right-arrow-circled {
  width: 30px;
  height: 30px;
  font-size: 29px;
  border-width: 3px;
}

.news-items-slider .featured-news {
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  opacity: 1;
  visibility: visible;
}

.news-items-slider .featured-news-img {
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.feature-news-content {
  padding: 40px 32px;
  /* background-color: #fff;
  border-radius      : 0 0 10px 10px; */
}

.news-listing-section .h5.section-title {
  margin-bottom: 25px;
}

.news-items-slider .news-listing-wrap .news-box-wrap .news-box,
.news-items-slider .news-listing-wrap .news-box-wrap {
  border: none !important;
  opacity: 1;
  visibility: visible;
}

.news-items-slider .news-listing-wrap {
  padding-left: 5px;
}

.news-items-slider .slick-list {
  overflow: visible;
}

.news-items-slider .news-item {
  padding: 0 30px;
}

.news-items-slider .slick-prev {
  left: -60px;
}

.news-items-slider .slick-next {
  right: -60px;
}

.news-items-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.full-width-news-item .featured-news {
  position: relative;
}

.full-width-news-item .feature-news-content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  color: #fff;
  max-width: 50%;
}

.full-width-news-item .news-date,
.full-width-news-item .news-date span,
.full-width-news-item .featured-news-title a {
  color: #fff;
}

.full-width-news-item .featured-news-img {
  height: 718px;
  border-radius: 10px;
  overflow: hidden;
}

.full-width-news-item .featured-news-img a {
  height: inherit;
}

.full-width-news-item .featured-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.contact-section.home-page-contact-section {
  background-color: transparent;
}

.contact-map-box {
  background-color: #1e3278;
  color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  min-height: 700px;
}

.section.contact-section.home-page-contact-section {
  background-color: transparent;
  color: #1c1f5a;
  padding: 0 0 100px;
}

.home-page-contact-section .h5.section-title {
  padding: 0 0 28px;
}

.home-page-contact-section .map-svg-wrap {
  top: 0;
  width: 100%;
  left: 0;
}

.home-page-contact-section #chartdiv {
  width: 100%;
}

.contact-map-box .nav-tabs {
  border-bottom: none;
  z-index: 1;
  position: relative;
}

.contact-map-box .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 0 15px;
}

.contact-map-box .nav-tabs .nav-item:first-child {
  margin-right: auto;
}

.contact-map-box .nav-item .nav-link {
  color: #fff;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  font-size: 28px;
}

.contact-map-box .nav-item .nav-link.active,
.contact-map-box .nav-item .nav-link:active,
.contact-map-box .nav-item .nav-link:focus,
.contact-map-box .nav-item .nav-link:hover {
  border-width: 1px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
}

.contact-map-box .tab-content {
  padding: 0;
  position: static;
}

.contact-map-box .h5 {
  margin: 15px 0;
  font-weight: 500;
}

.contact-map-box .h6 {
  margin: 0 0 15px;
  background: #fff;
  color: #1c2156;
  padding: 10px 15px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20px;
}

.contact-map-box p {
  font-size: 18px;
}

.contact-map-box aside {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.mapDirection {
  margin-top: 15px;
}

.location_link.office {
  color: #1CA6DF;
}

.location_link.office:hover,
.location_link.office:focus {
  color: #fff;
}

/* Home page end */

/* about us page start */

.section.about-section {
  background-color: #1C1F5A;
  color: #ffffff;
}

.about-section .container {
  max-width: 1400px;
}

.about-section h1 {
  font-weight: normal;
}

.about-section p:not(.copyright-txt) {
  /* max-width: 960px;
  margin-left: auto;
  margin-right: auto; */
  line-height: 1.4;
}

.video-wrap,
.img-wrap {
  position: relative;
  max-width: 1170px;
  margin: 70px auto 75px;
  color: #fff;
}

.sec-about-video .embed-responsive {
  height: 100%;
  background: #262626;
}

.video-wrap .img-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.videoPlayLink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

.video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  padding: 30px 42px;
  z-index: 1;
}

.video-caption img {
  margin-right: 15px;
}

.video-caption h3 {
  font-weight: normal;
  margin: 0;
  line-height: 100%;
}

.video-wrap .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: none;
}

.about-section p {
  font-size: 25px;
}

.about-our-value-section {
  background-color: #0047bb;
  padding-top: 44px;
  padding-bottom: 55px;
}

.about-our-value-section .h6 {
  margin-bottom: 18px;
}

.our-vale-icons-wrap {
  margin-top: 60px;
}

.our-vale-icons-block {
  padding-left: 45px;
  padding-right: 45px;
}

.our-vale-icon {
  min-height: 111px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 110px;
  margin: auto;
}

.our-vale-icon-title {
  color: #abcae9;
  font-size: 25px;
  margin: 10px 0 12px;
}

.about-section p.our-vale-icon-caption {
  font-size: 22px;
}

.Strategy-section-wrap .section-title::before {
  background-color: #1c2156;
  visibility: hidden;
}

.strategies-tabs-content {
  background: transparent;
}

.management-boxes-wrap .row {
  margin: 0;
}

.management-boxes-wrap .management-boxes-single {
  padding: 0;
}

.management-title {
  min-height: 102px;
  max-height: 102px;
  overflow: hidden;
  padding: 18px 90px 18px 70px;
  background-color: rgba(28, 166, 233, 1);
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 40px 50%);
  margin-left: -30px;
}

.management-boxes-wrap .management-boxes-single:nth-child(3) .management-title {
  background-color: rgba(28, 166, 223, 0.8);
}

.management-boxes-wrap .management-boxes-single:nth-child(2) .management-title {
  background-color: rgba(28, 166, 223, 0.7);
}

.management-boxes-wrap .management-boxes-single:first-child .management-title {
  background-color: rgba(28, 166, 223, 0.6);
}

.management-title h6 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.management-boxes-wrap .row {
  margin-left: 30px;
}

.management-boxes-text {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.management-boxes-text {
  padding-left: 0px;
  padding-right: 10px;
}

.management-boxes-text {
  margin-top: 24px;
  margin-bottom: 20px;
}

.management-boxes-text li {
  margin-bottom: 0.5em;
}

.management-boxes-wrap .management-boxes-single {
  padding-bottom: 60px;
}

.management-boxes-wrap .expand-icon-wrap:before {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 6%, rgba(28, 166, 223, 1) 38%, rgba(255, 255, 255, 255) 94%);
}

.management-expand-text {
  padding-left: 30px;
  padding-right: 20px;
}

.management-expand-text {
  display: none;
}

.management-boxes-wrap {
  margin-top: 60px;
}

.our-strategies-tabs-wrap {
  margin-top: 30px;
}

.tab-content-block .container {
  padding-left: 110px;
  padding-right: 110px;
}

.our-strategies-section .nav-item+.nav-item {
  margin-left: 40px;
}

.our-strategies-section .nav-link {
  padding: 15px 0;
  color: #1C1F5A;
  font-size: 24px;
  border: none;
  border-bottom: 3px solid transparent;
  display: block;
}

.our-strategies-section .nav-link.active,
.our-strategies-section .nav-link:hover,
.our-strategies-section .nav-link:focus {
  color: #1C1F5A;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #1C1F5A;
  transition: none;
}

.our-strategies-section .nav-link.active {
  font-weight: 700;
}

.our-strategies-tabs-content .tab-pane {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.our-strategies-tabs-content .bg-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 75% 0;
}

.our-strategies-tabs-wrap {
  border-bottom: 1px solid #1C1F5A;
}

.our-strategies-tabs-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
}

.tab-content-block {
  position: relative;
  z-index: 1;
  height: inherit;
}

.our-strategies-tabs-content .tab-content {
  position: relative;
}

.our-strategies-tabs-content .carousel-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  cursor: pointer;
  /* display        : -ms-flexbox;
  display           : flex;
    -ms-flex-align  : center;
  align-items       : center;
    -ms-flex-pack   : center;
  justify-content   : center; */
  width: 60px;
  height: 60px;
  font-size: 45px;
  font-weight: 300;
  border-radius: 50%;
  text-align: center;
  /* border         : 5px solid rgba(255, 255, 255, 0.6); */
  color: #30458A;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
  -o-transition: color 0.3s ease, border 0.3s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease;
  -ms-transition: color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease;
  margin: auto;
  background: #fff;
  line-height: 1.15;
}

.our-strategies-tabs-content .carousel-btn .carousel-arrow {
  width: 100%;
  height: 100%;
}

.our-strategies-tabs-content .prevtab {
  left: 50px;
}

.our-strategies-tabs-content .nexttab {
  right: 50px;
}

.our-strategies-tabs-content .carousel-btn:not(:disabled):not(.disabled).active:focus,
.our-strategies-tabs-content .carousel-btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.our-strategies-tabs-content .carousel-btn:hover,
.our-strategies-tabs-content .carousel-btn:active,
.our-strategies-tabs-content .carousel-btn:focus,
.our-strategies-tabs-content .carousel-btn:not(:disabled):not(.disabled).active,
.our-strategies-tabs-content .carousel-btn:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00A8E5;
  /* border-color : #fff; */
  box-shadow: none;
}

.about-investores-section {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
}

.about-investores-section p a {
  color: #fff;
}

.about-investores-section p a:hover {
  color: #1e3278;
}

.our-strategies-tabs-content {
  position: relative;
}

.our-strategies-tabs-content .contents:not(:first-child) {
  display: none;
}

.our-strategies-tabs-content .fade {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

/* about us page end */

/* Portfolio page start */

.portfolio-listing-section .section-title {
  padding-bottom: 50px;
  margin-bottom: 12px;
  display: inline-block;
}

.portfolio-listing-section .section-title:before {
  background-color: #1c2156;
  width: 100%;
}

.portfolio-listing-section .portfolio-caption {
  max-width: 1050px;
}

.section.portfolio-listing-section,
.section.news-listing-section {
  background-color: #e6e6e3;
}

.portfolio-sorting-wrap .psorting {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f5f4;
  padding: 14px 10px;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  box-shadow: none;
}

.portfolio-search-wrap {
  margin-top: 10px;
}

.portfolio-search-wrap input {
  -webkit-appearance: none;
  border-radius: 0;
}

.search-portfolio {
  position: relative;
  width: 400px;
}

.portfolio-search-wrap .search-portfolio input[type="text"],
.portfolio-search-wrap .search-portfolio input[type="search"] {
  height: 56px;
  background: #f7f5f4;
  border: none;
  box-shadow: none;
  font-size: 20px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 60px 0 10px;
  border-radius: 5px 0 0 5px;
}

.portfolio-search-wrap .search-portfolio input::-webkit-input-placeholder {
  color: #aea8a5;
  opacity: 1;
}

.portfolio-search-wrap .search-portfolio input:-moz-placeholder {
  color: #aea8a5;
  opacity: 1;
}

.portfolio-search-wrap .search-portfolio input::-moz-placeholder {
  color: #aea8a5;
  opacity: 1;
}

.portfolio-search-wrap .search-portfolio input:-ms-input-placeholder {
  color: #aea8a5;
  opacity: 1;
}

.portfolio-search-wrap .search-portfolio [type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: none;
  text-align: center;
  background: #aea8a5 url(../images/search-icon.png) no-repeat center center;
  background-size: 45%;
  border-radius: 0 5px 5px 0;
}

.portfolio-search-wrap .search-portfolio input[type="button"]:hover {
  background-color: #614c47;
}

.portfolio-sorting-wrap .psorting .psorting-label {
  font-size: 16px;
  color: #aea7a2;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  margin-right: 10px;
}

.portfolio-sorting-wrap .psorting>.dropdown {
  text-align: right;
  line-height: 100%;
  position: relative;
  top: -4px;
}

.portfolio-sorting-wrap .dropdown button.psorting {
  /* background: none; */
  font-size: 20px;
  font-weight: bold;
  color: #5e4f47;
  text-align: right;
  position: relative;
  padding-right: 30px;
  /* padding    : 0 20px 0 10px; */
  /* line-height: 100%; */
}

.portfolio-sorting-wrap .dropdown button.psorting.btn.active,
.portfolio-sorting-wrap .dropdown button.psorting.btn:active,
.portfolio-sorting-wrap .dropdown button.psorting.btn:hover,
.portfolio-sorting-wrap .dropdown button.psorting.btn:focus {
  box-shadow: none;
  /* color     : #5e4f47; */
  /* background: none; */
}

.portfolio-sorting-wrap .dropdown button.psorting:after {
  display: none;
}

.portfolio-sorting-wrap .dropdown button.psorting .caret {
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 12px dashed #aea7a2;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.portfolio-sorting-wrap .dropdown .dropdown-menu {
  left: 0;
  right: auto;
  top: 100% !important;
  padding: 0;
  margin: 4px 0 4px -1px;
  background: #fff;
  box-shadow: none;
  border-color: #e6e6e3;
  /* max-height     : 176px; */
  /* overflow-y     : scroll; */
  /* min-width      : 200px; */
  overflow: hidden;
  max-height: 0;
  width: 255px;
  white-space: normal;
  height: auto;
  border-radius: 5px;
  transform: none !important;
  display: block;
  visibility: hidden;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.portfolio-sorting-wrap .dropdown .dropdown-menu li {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e6e6e3;
  display: inline-block;
  padding: 0;
}

.portfolio-sorting-wrap .dropdown .dropdown-menu li:last-of-type {
  border: 0;
}

.portfolio-sorting-wrap .dropdown .dropdown-menu li a {
  font-size: 18px;
  font-weight: bold;
  color: #5e4f47;
  text-align: left;
  padding: 15px 12px;
  white-space: normal;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 100%;
}

.portfolio-sorting-wrap .dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.portfolio-sorting-wrap .dropdown.show .dropdown-menu {
  max-height: 395px;
  /* max-height: 200px; */
  visibility: visible;
}

.portfolio-sorting-wrap .dropdown.shown .dropdown-menu {
  overflow-y: auto;
}

.portfolio-sorting-wrap .dropdown.show button.psorting {
  background-color: #5e4f47;
  color: #fff;
}

.portfolio-sorting-wrap .dropdown.show button.psorting .caret {
  transform: rotate(180deg);
}

.portfolio-grid {
  margin-top: 20px;
}

.portfolio-grid .media {
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 30px;
}

.portfolio-grid .media-img {
  width: 100%;
  height: 100%;
}

.portfolio-grid .media-img a,
.portfolio-detail-content .portfolio-grid .media-img {
  background-color: #fff;
  margin: 0;
  text-align: center;
  min-height: 220px;
  max-height: 220px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.portfolio-grid .media-img img {
  display: inline-block;
}

.grid-item--height2 .media-img a {
  max-height: 470px;
  min-height: 470px;
  overflow: hidden;
}

.case-study-grid .media-img a {
  padding: 0 !important;
}

.case-study-grid .media-img img {
  -o-object-fit: cover;
  font-family: "object-fit: cover;";
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: inherit;
}

.portfolio-grid .media-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.655) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 50px 25px 20px;
  pointer-events: none;
}

.portfolio-grid .media-body h6 {
  font-size: 13.18px;
  margin: 25px 0 15px;
}

.portfolio-grid .media-body p {
  font-size: 24.72px;
}

/* .gradient-section-slants-content {
    padding-bottom: 0;
} */

.gradient-section-slants-content .fp-scroller {
  height: 100%;
}

.gradient-section-slants-content-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  flex-direction: column;
  justify-content: flex-end;
}

.portfolio-section-slants .right-slant-image {
  background-image: url(../images/portfolio-gradient-image.jpg);
}

.portfolio-section-slants .left-slant {
  background-color: #1e3278;
}

.portfolio-section-slants .right-slant {
  background-color: #0076a9;
}

/* Portfolio page end */

/* Portfolio detail page start */

/* .section.portfolio-detail-section, */
.section.people-detail-section {
  background-color: #e6e6e3;
}

.portfolio-detail-section .section-title {
  padding-bottom: 60px;
}

.section-title.no-border:before {
  display: none;
}

.portfolio-detail-content,
.news-detail-content {
  max-width: 1070px;
  margin: auto;
  padding-bottom: 100px;
}

.portfolio-detail-content {
  padding-bottom: 100px;
}

.detail-content-left .portfolio-grid {
  margin-top: 7px;
}

.detail-content-right {
  color: #5e4f47;
  padding-left: 35px;
}

.portfolio-link {
  display: flex;
  align-items: center;
}

.portfolio-link a {
  line-height: 100%;
  color: #0047bb;
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
}

.portfolio-link a:hover {
  color: #5e4f47;
}

.detail-content-left ul {
  margin: 15px 0 0;
  padding: 0;
  border-top: 1px solid #aea8a5;
}

.detail-content-left li {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #aea8a5;
}

.detail-content-left li h6,
.detail-content-left li p {
  line-height: 100%;
  margin: 0;
}

.detail-content-left li h6 {
  flex: 0 0 40%;
  max-width: 40%;
}

.detail-content-left li p {
  flex: 0 0 60%;
  max-width: 60%;
}


.detail-content-left li h6 {
  color: #aea8a5;
  font-size: 15px;
}

.detail-content-left li p {
  color: #1c2156;
  font-size: 18px;
}

.portfolio-link-wrap,
.portfolio-video-wrap {
  padding-left: 95px;
}

/* Portfolio detail page end */

/* People listing page start */

/* .gradient-section-slants.people-section-slants {
    background-color: #e6e6e3;
} */

.portfolio-listing-section-wrap {
  padding-bottom: 200px;
}

.people-listing {
  margin-top: 35px;
}

.people-listing .col {
  /* flex: 0 0 20%;
  max-width: 20%; */
  margin: 0 0 30px;
}

.team-bg {
  background: #fff;
  position: relative;
  transition: padding 0.5s;
  overflow: hidden;
  height: 100%;
}

.team-bg::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.team-bg:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.people-detail-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  /* z-index: 1; */
}

.team-img {
  height: 259px;
}

.team-img img {
  -o-object-fit: cover;
  font-family: "object-fit: cover;";
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-desc {
  padding: 15px 20px 32px;
  position: static;
  min-height: 151px;
}

.team-desc h4 {
  font-weight: 700;
  margin: 0;
  color: #1c2156;
  font-size: 18px;
}

.team-desc small {
  display: block;
  color: #5e4f47;
  padding: 5px 0 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.team-location {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 15px;
  color: #5e4f47;
  font-size: 16px;
}

/* Switch: Lisi view */
.people-listing.list-view .col {
  display: block;
  max-width: none;
  flex: none;
  margin-bottom: 20px;
  width:100%;
}

.people-listing.list-view .team-img {
  display: none;
}

.people-listing.list-view .team-bg {
  padding: 0 0 20px;
  background: none;
  border-bottom: 1px solid #a9a7a8;
}

.people-listing.list-view .team-bg::before {
  display: none;
}

.people-listing.list-view .team-desc {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  padding: 5px 0 0;
}

.people-listing.list-view .team-desc h4 {
  display: flex;
  align-items: flex-start;
  flex: 0 0 70%;
  /* max-width: 60%; */
}

.people-listing.list-view .team-desc span {
  flex: 0 0 50%;
  padding-right: 20px;
  /* max-width : 70%; */
}

.people-listing.list-view .team-desc small {
  flex: 0 0 50%;
  /* max-width: 30%; */
  padding: 0 20px 0 0;
}

.people-listing.list-view .team-location {
  position: static;
  padding: 0;
  flex: 0 0 30%;
  margin-top: 5px;
  /* max-width: 40%; */
}

@media (max-width: 767px) {
  .people-listing.list-view .team-desc {
    display: block;
  }

  .people-listing.list-view .team-desc h4 {
    display: block;
  }
}

/* Switch: Lisi view - End */

.people-section-slants .right-slant-image {
  background-image: url(../images/our-people-gradient-image.jpg);
}

.people-section-slants .left-slant {
  background-color: #aea8a5;
}

.people-section-slants .right-slant {
  background-color: #5e4f47;
}

/* People listing page end */

/* Portfolio detail page start */

.detail-content-left .people-img {
  margin-top: 7px;
}

.small-section-title {
  font-weight: normal;
  color: #1e3278;
  padding-top: 50px;
}

.small-section-title+.section-title {
  padding-top: 0;
}

/* section.section.people-detail-section {
    padding-bottom: 260px;
} */

.section.people-detail-section .section-title {
  padding-bottom: 85px;
}

.small-title {
  font-size: 20px;
  color: #aea8a5;
  margin: 40px 0 20px;
}

.detail-content-right .small-title:first-child {
  margin-top: 0;
}

.portfolio-sorting-wrap .psorting ul {
  margin: 0;
  position: relative;
  /* top      : -3px; */
  padding-left: 0;
}

.portfolio-sorting-wrap .psorting ul li {
  list-style-type: none;
  display: inline-block;
  /* vertical-align: middle; */
  margin-left: 5px;
  border: none;
  padding: 0;
}

/* Portfolio detail page end */

/* News page start */
/*
.section.news-listing-section {
    padding-bottom: 100px;
} */

.featured-news-img {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.news-listing-section .section-title {
  padding-top: 0;
  padding-bottom: 5px;
}

.news-date {
  color: #716e6a;
  font-size: 13.18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-news-title {
  font-size: 35px;
  font-weight: normal;
}

.featured-news-title a,
.news-title a {
  color: #1c2156;
}

.featured-news-title a:hover,
.news-title a:hover {
  color: #0047bb;
}

.news-title {
  font-size: 24.72px;
  font-weight: normal;
  margin: 0;
}

.news-box {
  min-height: 150px;
  padding-right: 15px;
}

.news-listing-wrap .news-box-wrap:nth-child(n + 3) {
  border-top: 1px solid #aea8a5;
  margin-top: 20px;
  padding-top: 15px;
}

.news-listing-wrap .news-box-wrap:nth-child(2n + 1) .news-box {
  border-right: 1px solid #aea8a5;
}

.news-listing-wrap {
  padding-left: 30px;
}

.news-listing-wrap .news-box-wrap:nth-child(2n) {
  padding-right: 0;
}

.news-listing-wrap .news-box-wrap:nth-child(2n + 1) {
  padding-left: 0;
}

/* News page start */

/* News detail page */

.section.news-detail-section {
  background-color: #e6e6e3;
}

.news-detail-section .section-title {
  line-height: 100%;
  margin-bottom: 10px;
}

.news-detail-content {
  margin-top: 70px;
}

.news-detail-right p {
  color: #5e4f47;
  word-wrap: break-word;
  font-style: 22px;
}

.news-detail-img {
  margin-bottom: 25px;
  position: relative;
}

.sharePage h4 {
  border-top: 1px solid #726e6a;
  padding-top: 10px;
  color: #716e6a;
  font-size: 15px;
  margin: 0;
}

.sharePage ul li {
  display: inline-block;
  margin-right: 5px;
  list-style-type: none;
  color: #5e4f47;
  font-size: 20px;
  word-wrap: break-word;
}

.sharePage ul li a {
  background: #9b9996;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 13px;
}

.sharePage ul li a.mailIco:hover {
  background: #eb1c36;
}

.sharePage ul li a.linkIco:hover {
  background: #0177b5;
}

.sharePage ul li a.twtIco:hover {
  background: #55acee;
}

.sharePage ul li a.fbIco:hover {
  background: #48659f;
}

.pageTitle.pageTitleNs {
  white-space: nowrap;
  margin-top: 5px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #212355;
}

.clist {
  font-size: 14px;
  text-align: left;
}

.clist li {
  margin-bottom: 20px;
}

.clist li:last-child {
  margin-bottom: 0;
}

.sharePage {
  padding: 20px 0;
}

.sharePage:first-child {
  padding-top: 0;
}

.sharePage ul {
  margin: 0 !important;
  padding: 0 !important;
}

.sharePage.mediaContact ul li {
  float: none;
}

.clist span {
  color: #716e6a;
  font-weight: 700;
}

.clist h5 {
  color: #5e4f47;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.sharePage.mediaContact ul li a {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  color: #337ab7;
  text-align: left;
  margin: 0 0 5px;
  word-wrap: break-word;
  font-size: 20px;
}

.sharePage.mediaContact ul li a:hover {
  color: #23537c;
}

.clist li:last-child {
  margin-bottom: 0;
}

.sideStick {
  min-width: 336px;
  max-width: 336px !important;
  padding-right:30px
}

.sideStick * {
  word-break: break-word;
}

/* News detail page */

/* contact page start */

.section.contact-section {
  background-color: #1e3278;
  color: #fff;
  /* padding-bottom    : 880px; */
  /* background-image  : url(../images/contact-map.svg);
    background-size    : 100%;
    background-position: 0 100px; */
  background-repeat: no-repeat;
  position: relative;
}

.contact-section .container {
  position: relative;
}

/* .map-svg {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 0;
} */
.map-svg-wrap,
.map-svg-mobile-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
}

/* .map-svg-wrap {
  right: 15px;
  left: 15px;
} */

.map-svg {
  display: block;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.map-svg-mobile-wrap {
  display: none;
  left: 0;
  top: 0;
}

.contact-section-content {
  min-height: 100vh;
}

.contact-section .section-title {
  padding-bottom: 55px;
  z-index: 1;
  display: inline-block;
}

.contact-section .section-title:before {
  width: 100%;
}

.contact-note {
  /* max-width: 440px; */
  padding-top: 15px;
  z-index: 1;
  position: relative;
}

.contact-note p {
  margin-bottom: 5px;
}

.contact-note a,
.contact-footer a {
  color: #1ca6df;
  margin-top: 0;
  display: inline-block;
}

.contact-note a:hover,
.contact-footer a:hover {
  color: #fff;
}

.contact-note address {
  margin-bottom: 25px;
}

.multimoreBtn {
  background-color: #0047bb;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 12px 10px 14px 65px;
  margin: 5px 0;
  z-index: 1;
}

.multimoreBtn:hover,
.multimoreBtn:focus {
  color: #fff;
}

.multimoreBtn:before {
  content: "+";
  font-size: 27px;
  width: 50px;
  padding: 0 0 6px 0;
  background-color: #e32c27;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multimoreBtn:after {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  background-color: #0047bb;
  content: "";
  width: 25px;
  height: 100%;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
  z-index: -1;
}

.contact-footer {
  position: absolute;
  bottom: 115px;
  z-index: 1;
}

.see-all-location-link {
  display: flex;
  align-items: center;
  /* position: absolute;
  bottom     : 115px;
  z-index    : 1; */
}

.see-all-location-link img {
  max-width: 35px;
  margin-right: 10px;
}

.see-all-location-link a {
  color: #fff;
}

.see-all-location-link a:hover {
  color: #1ca6df;
}

.map-svg .st360,
.map-svg text,
.map-svg-mobile text {
  font-family: fs_silas_sans;
  color: #fff;
  fill: #fff;
}

svg .st368 {
  display: none !important;
}

svg .st135 {
  fill: none;
  stroke: #1c2156;
}

@media only screen and (max-width: 1600px) {
  .contact-section-content {
    min-height: 850px;
  }

  .contact-note {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1400px) {
  .contact-section-content {
    min-height: 820px;
  }

  .contact-note {
    font-size: 24px;
  }

  .multimoreBtn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1365px) {
  .contact-section-content .section-title {
    padding-top: 40px;
  }

  /* .map-svg-wrap {
    padding: 2rem 0 0;
  } */

  .multimoreBtn {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-section-content {
    min-height: 780px;
    padding-bottom: 100px;
  }

  .contact-note {
    font-size: 22px;
  }

  .col-contact {
    margin-top: 12rem;
  }

  /* .see-all-location-link {
    margin: 3rem 0 0;
    position: relative;
    top: 0;
    left: 0;
  } */

  /* .map-svg {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: -2rem;
    right: -2rem;
  } */
  /* .map-svg-wrap {
    padding: 0 0 3rem 2rem;
  } */

  .map-svg .st360,
  .map-svg text {
    font-size: 26px;
  }

  .see-all-location-link {
    bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  /* .map-svg-wrap {
    padding: 0 0 7rem 2rem;
  } */

  .map-svg .st360,
  .map-svg text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  /* .map-svg-wrap {
    padding: 0 0 8rem 0;
  } */
}

@media only screen and (max-width: 575px) {
  .col-contact {
    margin-top: 1rem;
  }

  .map-svg-mobile-wrap {
    padding-top: 12rem;
  }

  .map-svg-mobile .st132 {
    font-size: 20px;
  }

  .multimoreBtn {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .multimoreBtn {
    font-size: 16px;
    padding-left: 60px;
  }

  .multimoreBtn:before {
    width: 44px;
  }
}

/* contact page end */

.more-menu-section {
  padding: 0;
}

.more-menu-section .container {
  padding-top: 180px;
  padding-bottom: 100px;
}

/* BCPBE */
.home-banner-section .video-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-banner-section .video-banner .ratio {
  height: 100vh;
}

.banner-ps-section .video-banner-caption h2 {
  max-width: 100%;
  padding-bottom: 6vw;
  font-size: 113px;
}

@media only screen and (max-width: 1600px) {
  .banner-ps-section .video-banner-caption h2 {
    font-size: 6.6vw;
  }
}

@media only screen and (max-width: 991px) {
  .banner-ps-section .video-banner-caption h2 {
    font-size: 7vw;
    padding-top: 6vw;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .banner-ps-section .video-banner-caption h2 {
    font-size: 9vw;
    margin-top: -10px;
  }

  .banner-ps-section .video-banner-caption h2 br {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .banner-ps-section .video-banner-caption h2 {
    font-size: 8vw;
  }
}

/* iphone 12 real device */
@media only screen and (max-width: 390px) and (max-height: 664px) {
  /* .ios-browser .banner-ps-section .video-banner-caption h2 {
    margin-top: 0;
  } */
}

.read-more-link {
  /* opacity: 1 !important;
  visibility: visible !important; */
  position: relative;
  left: 120%;
}

.read-more-link i {
  position: relative;
  left: 120%;
}

/*section sub slant*/
.section-top-sub-slant {
  position: absolute;
  bottom: -340px;
  height: 450px;
  width: 750px;
  transform: skew(0, 25deg);
  left: 0;
}

.section-slant-hidden {
  overflow: hidden;
}

.section-bottom-slant {
  position: absolute;
  width: 500px;
  height: 200px;
  z-index: 1;
  right: -100px;
  bottom: -120px;
  transform: skew(0, -18deg);
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .section-top-sub-slant {
    position: absolute;
    bottom: -180px;
    height: 250px;
    width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .section-top-sub-slant {
    position: absolute;
    bottom: -150px;
    height: 220px;
    width: 420px;
  }
}

/* People */
.section-title .small-title {
  color: #5e4f47;
  font-size: 26px;
  line-height: 1.2;
  font-family: "fs_silas_sans", sans-serif;
  font-weight: 400;
  margin-top: 25px;
}

.switch-view a {
  display: inline-block;
  /* vertical-align: middle; */
  line-height: 1;
  color: #aea9a5;
}

.switch-view a.active {
  color: #614c47;
}

@media only screen and (max-width: 767px) {
  .section-title .small-title {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .small-title {
    font-size: 16px;
    margin-top: 15px;
  }
}

/* contact page changes for amcharts start  */
.contact-section .section-title {
  padding-top: 65px;
}

.contact-note span {
  display: block;
}

.contact-note a {
  text-decoration: underline;
}

#chartdiv {
  width: 100vw;
  /* height: calc(100vh - 99px); */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* .map-svg-wrap {
  top: 65px;
} */
.map-marker {
  /* adjusting for the marker dimensions
  so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px;
  box-sizing: border-box;
}

.map-marker.map-clickable {
  cursor: pointer;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
  box-sizing: border-box;
}

.map-marker .dot {
  /* border: 10px solid #E52823; */
  height: 15px;
  width: 15px;
  position: relative;
}

.map-marker .dot:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 12px solid #E52823;
  position: absolute;
  top: 0;
  left: 0;
}

.map-address {
  line-height: 1.4;
}

.map-address a {
  color: #fff;
}

.map-address a:hover,
.map-address a:focus {
  color: #bd9c69;
}

/* contact page changes for amcharts end  */

/* Our Approach page changes start */
.about-us-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-us-content-wrap .section-title {
  margin-bottom: 15px;
}

.about-us-content-wrap .section-title:before {
  width: 100%;
}

.main_hex_text_wrap .title span {
  display: block;
}

.inner_wrap {
  overflow: visible;
}

.inner_wrap {
  height: 130vh;
}

.hex_over_wrap {
  height: 130vh;
  top: -20vh;
  position: absolute;
}

.main_hex_container {
  height: auto;
  max-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main_hex {
  width: 45%;
  height: auto;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  /* clip-path: polygon(83px 0%, 195px 0%, 100% 150px, 195px 100%, 85px 100%, 0% 50%); */
}

.main_hex_content_wrap {
  width: 50%;
}

.main_hex_text_wrap {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: auto;
}

.hex_navigation {
  /* width: 65%; */
  width: 400px;
  height: 130px;
  bottom: auto;
  right: auto;
  position: relative;
  margin-left: auto;
  margin-top: 25px;
}

.main_hexvideo {
  position: relative;
  transform: none;
  height: 160%;
  width: 160%;
  left: auto;
  right: auto;
  margin: 0 auto;
}

.main_hexvideo.main_hexvideo_4 {
  height: 130%;
  width: 130%;
}

.hexagon_small {
  width: 150px;
  height: 135px;
}

/* Our Approach page changes end


/* home page second screen changes start */
.home-page-second-screen,
.home-page-scroll-section {
  z-index: 1;
}

/* .home-page-second-screen {
  background-color: #0047bb;
} */
.home-page-second-screen-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* position   : relative;
  z-index       : 2; */
}

.home-page-scroll-section {
  background-color: #fff;
}

.intro-section {
  padding: 40px 0;
}

.home-page-scroll-section {
  position: relative;
}

.home-page-scroll-section .scroll-sec {
  position: absolute;
  /* bottom: 5px; */
  width: 100%;
  left: 0;
  right: 0;
}

.sitemap-top-wrap .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  font-size: 28px;
}

.sitemap-top-wrap .slick-prev {
  left: -15px;
}

.sitemap-top-wrap .slick-next {
  right: -15px;
}

/* home page second screen changes end */

/* main logo changes start */
.main-logo {
  margin: 0;
  line-height: inherit;
  display: flex;
}

.main-logo u {
  height: 1px;
  left: auto;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* main logo changes end */


/* Portfolio simple case study page changes start */
.simple-portfolio-detail-section {
  background-color: #e6e6e3;
}

.simple-portfolio-detail-section .detail-content-left li h6 {
  color: #aea8a5;
}

.simple-portfolio-detail-section .detail-content-left ul li p {
  color: #1c2156;
}

/* Portfolio simple case study page changes end */

.sitemap-top-section.col-md-12 .sitemap-top-wrap {
  padding-left: 0;
}

/* Amchart map popup css start */
.map-svg-wrap {
  top: 20px;
}

.contact-note a {
  text-decoration: none;
}

.map-address {
  /* min-width: 280px; */
  font-size: 22px;
}

.map-address .address {
  /* max-width: 230px; */
  white-space: normal;
}

body .ampopup-curtain {
  background-color: transparent;
  opacity: 0;
}

body .ampopup-header {
  position: absolute;
  background-color: transparent;
}

body .ampopup-header .ampopup-title {
  display: none;
}

body .ampopup-content {
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  /* overflow     : visible; */
}

/* body .ampopup-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  left: -15px;
} */
body .ampopup-inside {
  padding: 1.2em 65px 1.2em 1.45em;
}

.map-address,
.map-address a {
  color: #1C2156;
}

.map-address a:hover,
.map-address a:focus {
  color: #1ca6df;
}

body .ampopup-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0047BB;
  color: #0047BB;
  right: 24px;
  top: 24px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='16.35' height='16.35' viewBox='0 0 16.35 16.35'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %232d51a3; stroke-width: 2.5px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='0.88' y1='0.88' x2='15.47' y2='15.47'/%3E%3Cline class='cls-1' x1='15.47' y1='0.88' x2='0.88' y2='15.47'/%3E%3C/svg%3E%0A");
  background-size: 58% auto;
}

.ampopup-close:hover,
.ampopup-close:focus {
  border-color: #1ca6df;
  color: #1ca6df;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='16.35' height='16.35' viewBox='0 0 16.35 16.35'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %231ca6df; stroke-width: 2.5px; %7D %3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='0.88' y1='0.88' x2='15.47' y2='15.47'/%3E%3Cline class='cls-1' x1='15.47' y1='0.88' x2='0.88' y2='15.47'/%3E%3C/svg%3E");
}

/* Amchart map popup css end */

/* Body Text Css */
h3.sitemap-page-title,
.sitemap-news-title h4,
.portfolio-grid .media-body p,
.contact-note,
.portfolio-detail-text {
  font-size: 26px;
}

.about-section p,
.case-study-wrapper>h6,
.themes-content,
.themes-content p,
.Strategy-intro-text,
.intro-box-title,
.Strategy-intro-box p,
.investment-block-text,
.tab-content-text p,
.management-expand-text,
.team-people-content,
.team-people-content h6,
.portfolio-grid .media-body p {
  font-size: 26px;
}

/* Body Text Css End*/

/* More menu popup css start */
.more-menu-section {
  position: fixed;
}

.more-menu-section-wrap {
  position: relative;
}

.more-menu-sec {
  z-index: 1;
}

.scrolled.site-header {
  z-index: 1080;
}

.fixed-top {
  z-index: 1052;
}

.js .search {
  z-index: 1051;
}

.more-menu-section,
.more-menu-section>.container>.row>.col-md-8>.row>.col-sm-6:first-child>.menu-widget .widget-title,
.more-menu-section .menu-widget .about-menu li,
.more-menu-section .menu-widget .ftr-businesses-menu li,
.more-menu-section>.container>.row>.col-md-8>.row>.col-sm-6:nth-child(2)>.menu-widget .widget-title,
.more-menu-section .more-menu-search-background,
.more-menu-section .search-widget .widget-title .widget-title-txt,
.more-menu-section #typedtext,
.more-menu-section .typedtext-all .char,
.more-menu-section .typedtext-all .whitespace,
.more-menu-section .search-widget .underscore,
.more-menu-section .copyright-txt,
.more-menu-section .copyright-menu,
.more-menu-section .more-menu-sidebar .investor-login-widget {
  opacity: 0;
}

.more-menu-section::-webkit-scrollbar {
  width: 7px;
  background: transparent;
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
  scrollbar-width: thin;
}

.more-menu-section::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent;
}

.more-menu-section::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  outline: none;
  border-radius: 3px;
}

.more-menu-section {
  display: none !important;
}

.more-menu-section.popup-open {
  display: block !important;
}

.more-menu-section .container {
  padding-bottom: 50px;
}

.more-menu-section .container .row {
  height: 100%;
}

.more-menu-section .copyright-wrap {
  margin-top: auto;
  border: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.more-menu-sidebar {
  display: flex;
  flex-direction: column;
  height: auto;
}

.more-menu-sidebar .investor-login-widget {
  margin-top: auto;
}

.more-menu-sec .col-12:last-child {
  margin-top: 30px;
}

.more-menu-sidebar .widget.search-widget {
  margin-bottom: 30px;
}

.modal-backdrop.show {
  opacity: 0;
}

/* More menu popup css end */

/* More menu - japan link css */
.local-site-listing {
  margin-top: 45px;
}

.local-site-listing ul li {
  display: inline-block;
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 10px;
}

.local-site-listing ul li:first-child {
  padding-left: 0;
}

.local-site-listing ul li::before {
  content: "";
  position: absolute;
  right: -2px;
  font-weight: 300;
  line-height: 1.1;
  height: 30px;
  width: 1.5px;
  background: #fff;
  top: 56%;
  transform: translateY(-50%);
}

.local-site-listing ul li:last-child::before {
  display: none;
}

.local-site-listing ul li a {
  font-size: 30px;
}

/* More menu - japan link css End*/

/* Additonal CSS for BC Credit start */
.about-section p a {
  color: #00A8E5;
  text-decoration: underline;
}

.about-section p a:hover,
.about-section p a:focus {
  color: #fff;
}

.year-review-grid .image-wrap a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

/* .year-review-grid .row {
  align-items: center;
} */
.review-content-text h6 {
  padding-top: 0;
  border-top: none;
}

.year-review-grid .image-wrap {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

.review-content-text {
  padding: 20px 0;
  border-top: 1px solid #00A8E5;
  border-bottom: 1px solid #00A8E5;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.light-blue-title {
  color: #1ca6df;
}

.about-section-sub-title {
  margin-bottom: 20px;
}

.case-study-report-section.about {
  padding-top: 0;
  padding-bottom: 0;
}

.case-study-wrapper.about {
  border-top: none;
}

.case-study-single {
  margin-bottom: 0;
}

.case-study-single+.case-study-single .case-study-single-wrap {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #545884;
}

.year-review-grid .content-text {
  padding-right: 0;
}

.approach-section .our-vale-icon-title {
  color: #00A8E5;
  font-weight: 700;
  margin: 20px 0 5px;
}

.our-vale-icons-wrap {
  position: relative;
}

.our-vale-icons-wrap+.our-vale-icons-wrap {
  padding-top: 30px;
  margin-top: 30px;
}

.our-vale-icons-wrap+.our-vale-icons-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-image: url(../images/new/approach-icon-broder.png);
  background-position: center;
  background-repeat: no-repeat;
}

.our-strategies-tabs .nav-item {
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.our-strategies-tabs-wrap {
  border-bottom: none;
}

.tab-content-block .h6 {
  font-weight: 400;
}

.tab-content-block .h6 {
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.tab-numbers-block .h6 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  color: #00A8E5;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 5px;
}

.tab-numbers-block p {
  font-size: 22px;
}

.tab-numbers-block {
  padding: 20px 0 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}

.tab-numbers-block .h1 {
  margin-bottom: 0;
}

.tab-numbers-block .col {
  margin-bottom: 12px;
}

.gradient-section-slants-content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 48px;
}

.gradient-section-slants-content h3.visit-link-text {
  font-size: 36px;
}

.visit-link {
  margin-top: 23px;
  font-size: 30px;
}

.visit-link a {
  display: flex;
  align-items: center;
  color: #fff;
}

.visit-link a:hover,
.visit-link a:focus {
  color: #1c2156;
}

.visit-link a img {
  margin-right: 15px;
}

.our-strategies-tabs-content .tab-pane {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.news-detail-right ul li {
  color: #5e4f47;
  line-height: 1.4;
}

.our-strategies-tabs-content .tab-pane {
  min-height: 850px;
}

/* 7-April-2022 */
.visit-link a:hover,
.visit-link a :focus {
  color: #449fdb;
}

.our-strategies-tabs-content .tab-content {
  min-height: 850px;
}

.our-strategies-tabs-content .tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transition: all 1s ease-in-out;
}

.our-strategies-tabs-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out;
}

/* 7-April-2022 */

/* Additonal CSS for BC Credit end */

/* Addtional map css start */
/* .amchart-content {
  display: flex;
  flex-direction: column;
}
body .ampopup-inside {
  padding-top: 0;
}
body .address-popup-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0047BB;
  color: #0047BB;
  right: auto;
  top: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%230047BB;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7'/%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
  background-size: 70% auto;
  margin-left: auto;
}
body .address-popup-close:hover,
body .address-popup-close:focus {
  border-color: #1ca6df;
    color: #1ca6df;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%231ca6df;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 70% auto;
}
.contact-footer {
  bottom: 50px;
} */
/* Addtional map css end */
.section-parent,
.home-page-slants .right-slant {
  background-color: #1e3278;
}

body

/* {
  background-color:#1e3278;
} */
.home-banner-section {
  position: relative;
  /* overflow: hidden; */
}

.gradiant-counter-content-section .fp-bg .fp-bg-image {
  width: 100%;
  height: inherit;
  background-position: 75% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: -10%;
}

.gradiant-simple-content-section .fp-bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 75px);
  bottom: 0;
  left: 0;
  /* z-index       : 4; */
  clip-path: polygon(0px 270px, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0px 270px, 100% 0%, 100% 100%, 0 100%);
  overflow: hidden;
  background-color: #abcae9;
}

.gradiant-simple-content-section .fp-bg .fp-bg-image {
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

.gradient-section-slants-content {
  height: 140vh;
}

.video-banner-caption-text,
.banner-text {
  opacity: 1;
}

.video-banner-caption {
  z-index: 2;
}

.section.home-content-section {
  margin-top: -120px;
  padding-top: 0;
  padding-bottom: 20px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.home-content-section .title-main {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 36px;
}

.home-content-section .content-col p {
  color: #fff;
  line-height: 1.2;
}

.visibility-hidden,
.map-svg,
.map-svg-mobile,
.intro-section .read-more-link,
.intro-section-txt,
.news-detail-section .news-date,
.news-detail-left,
.news-detail-right,
.portfolio-detail-content>.row>.detail-content-left,
.portfolio-detail-content>.row>.detail-content-right,
.portfolio-video-wrap,
.contact-note,
.see-all-location-link,
.news-listing-section .featured-news,
.news-listing-wrap .news-box-wrap,
.portfolio-grid .grid-item,
.portfolio-caption,
.portfolio-search,
.guiding-principles-block .guiding-principles-note,
.guiding-principles-block .guiding-principles-icons-wrap .guiding-principles-icon-block,
.page-title,
.section-title,
.small-section-title,
.strategy-left-block,
.strategy-right-block .strategy-block,
.gradient-section-slants-content-wrap .container>img,
.gradient-section-slants-content-wrap h3,
.esg-list .esg-item {
  opacity: 1;
  visibility: visible;
}

.gradiant-simple-content-section .content-wrap h3 {
  font-size: 50px;
  margin-bottom: 24px;
}

.gradiant-simple-content-section .content-text p {
  font-size: 36px;
}

.gradiant-simple-content-section .content-wrap,
.gradiant-simple-content-section .content-text p,
.gradiant-simple-content-section h3 a {
  color: #1c2156;
}

.gradiant-simple-content-section h3 a:hover {
  color: #00a8e5;
}

.gradiant-simple-content-section h3 a:hover .arrow-icon {
  background-color: #00a8e5;
  color: #fff;
}

a .arrow-icon {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 1;
  background-color: #1c2156;
  color: #abcae9;
  display: inline-block;
  position: relative;
  font-weight: 300;
  vertical-align: middle;
  margin-left: 10px;
}

a .arrow-icon::before {
  content: '>';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  line-height: 20px;
  top: 6px;

}

.gradiant-simple-content-section .gradient-section-slants-content-wrap {
  padding-bottom: 0;
}

section.sidebar-section {
  position: relative;
}

.sidebar-section .sidestickParentW {
  position: relative;
}

section.sidebar-section .allcontentBgBain {
  margin-top: 0 !important;
  padding-top: 0 !important;
}



.sidebar-section .allContent {
  background-color: transparent;
}

body.page-node-412 {
  background-color: #fff;
}

.home-page-slants.inner-banner-slant .right-slant {
  background-color: #fff;
  top: 150px;
  height: 100%;
}

.inner-banner-section .video-banner-caption {
  color: #1c2156;
}

.inner-banner-section h2 {
  margin-bottom: 0;
  font-weight: 400;
}

.inner-banner-section .banner-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);

}

.inner-banner-section .banner-caption .banner-caption-text {
  max-width: 50%;
}

.inner-banner-section .video-banner {
  height: calc(100% + 4vw);
}

.home-page-slants.inner-banner-slant .right-slant {
  transform: none;
  clip-path: polygon(0 400px, 100% 0, 100% 100%, 0% 100%);
}

.sidebar-section .sidestickParentW {
  position: initial;
}
.sidebar-menu-wrapper .sticky {
  padding: 0 !important;
  list-style: none;
  font-size: 24px;
}

.sidebar-menu-wrapper .sticky,
.sidebar-menu-wrapper .sharePage {
  background-color: transparent;
}

.sidebar-menu-wrapper .sticky li a {
  color: #5e4f47;
  position: relative;
  padding: 10px 0;
}

.sidebar-menu-wrapper .sticky li {
  border: none;
  padding: 5px 0;
}

.sidebar-menu-wrapper .sideStick.is_stuck {
  padding-top: 0;
}

.sidebar-menu-wrapper .sharePage {
  /* display: none; */
}

.sidebar-menu-wrapper .sticky li a::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0047bb;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.sidebar-menu-wrapper .sticky li.active a::before {
  opacity: 1;
  visibility: visible;
  z-index: -1;
}

.sidebar-menu-wrapper .sticky li.active a {
  color: #fff;
  padding-left: 15px;
}

.sidebar-section .right-content-col {
  flex: 0 0 calc(100% - 336px);
  max-width: calc(100% - 336px);
}

.sidebar-section .rightContent {
  border-top: 1px solid #e7e6e4
}

.more-menu-section.modal {
  z-index: 1050;
}

.modal-backdrop {
  display: none;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-open .c-scrollbar {
  display: none !important;
}

.gradiant-simple-content-section.section {
  padding-bottom: 0;
  margin-top: -1px;
}

.gradiant-simple-content-section .gradient-section-slants-content-wrap {
  padding-bottom: 100px;
}

.page-slants {
  top: 100% !important;
}

.reveal-fade {
  opacity: 0;
}

section.sidebar-section {
  background-color: transparent !important;
}


/* sidebar menu changes start */
.sidebar-section .allContent,
#fixed-target {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.sidebar-section .allcontentBgBain {
  flex: 0 0 calc(100% - 336px);
  max-width: calc(100% - 336px);
}

.sidebar-menu-wrapper {
  flex: 0 0 336px;
  max-width: 336px;
}

.sidebar-section .rightContent .right-content-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.sidebar-menu-wrapper .sideStick.is_stuck {
  padding-top: 0;
  position: relative;
  left: auto;
  top: auto;
}

.btn-sidebar-dropdown {
  background: #0047bb;
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-sidebar-dropdown:focus,
.btn-sidebar-dropdown:hover {
  box-shadow: none;
  color: #fff;
  background: #0047bb;
}

.btn-sidebar-dropdown i {
  font-size: 25px;
  transition: 0.5s all ease-in-out;
}

.btn-sidebar-dropdown[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.sidebar-menu-wrapper,
.sidebar-menu-wrapper .sticky li {
  position: relative;
}

.sidebar-menu-wrapper .sideStick::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e7e6e4;
  z-index: -1;
}

.sidebar-menu-wrapper .sticky li.active::after {
  display: block;
  content: "";
  position: absolute;
  right: 29px;
  top: 6px;
  border: 5px;
  width: 5px;
  background-color: #0047bb;
  z-index: 2;
  bottom: 6px;
}

.sidebar-menu-wrapper .sticky li.active::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 1px;
  background-color: #fff;
  top: -5px;
  bottom: -5px;
  z-index: -1
}

/* sidebar menu changes ens */

/* Stock information page start */
.rightContent .container {
  padding: 0;
}

.stock-quote-title {
  width: 100%;
  position: relative;
  text-align: center;
  color: #aea8a5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

.stock-quote-title:before {
  content: "";
  left: 0;
  position: absolute;
  height: 1px;
  background-color: #e7e6e4;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stock-quote-title span {
  background-color: #f7f5f4;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 15px;
}

.companyName,
.stock-price {
  display: flex;
  margin-top: 5px;
}

.companyName h6,
.stock-price h2 {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 0;
}

.date-and-time,
.stock-price-quote {
  flex: 0 0 40%;
  max-width: 40%;
}

.date-and-time {
  color: #5e4f47;
}

.stock-price {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 32px;
}

.stock-price h2 {
  font-size: 11rem;
  line-height: 100%;
}

.stock-price-quote p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 12px;
  max-width: 300px;
}

.stockarrowUp {
  width: 25px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.stockarrowUp img {
  width: inherit;
}

.stock-information .table th {
  border-top: 1px solid #e7e6e4;
  border-bottom: 1px solid #e7e6e4;
  padding: 15px 0;
}

.stock-information table.repack td {
  border: none;
  padding: 10px 0;
}

.stock-information table.repack tr:nth-child(2) td {
  padding-top: 40px;
}

.stockinformation {
  padding-bottom: 32px;
  border-bottom: 4px solid #5e4f47;
  margin-bottom: 50px;
}

.stock-information table.repack tr td,
.stockChange {
  font-size: inherit;
  font-weight: 400;
}

.contact-details {
  margin-top: 15px;
}

.stockChange .stock-up {
  color: #6ba539;
}

.stockChange .stock-down {
  color: #ff0000;
}

.contact-details h6 {
  margin-bottom: 21px;
}

.contact-details h6,
.business-address {
  font-size: 22px;
}

.business-address a {
  color: #5e4f47;
}

.business-address a:hover,
.business-address a:focus {
  color: #1c2156;
}

/* Stock information page end */
/* event page */
.sidebar-section .right-content-col h2.pageTitle {
  font-size: 36px;
  font-weight: 500;
}

.stock-quote-title+.filterSearch,
.sec-filling .filterSearch,
.governance-section-wrap {
  margin-top: 20px;
}

.sidebar-section .rightContent {
  border-top: none;
  padding-top: 0;
}

/* event page End*/
/* Governance page */
.sidebar-section .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.sidebar-section .teamWrapTab .nav-tabs h4 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #aea8a5;
}

.sidebar-section .teamWrapTab .nav-tabs a.active h4 {
  color: #1c2156;
}

.teamWrapTab .nav-tabs li.active a:before {
  display: none;
}

.teamWrapTab .nav-tabs li a.active:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -12px;
  right: 0;
  height: 3px;
  background: #1c2156;
}

.teamWrapTab .tab-content {
  padding-left: 0;
}

.__team_bg {
  box-shadow: 0 1px 6px 0 rgb(0, 0, 0, 0.09);
}

.governance-section-wrap .teamWrapTab {
  margin-bottom: 40px;
  border-bottom: 4px solid #5e4f47;
}

.bdcDoc .stock-quote-title+ul,
.stock-quote-title+.setCont {
  margin-top: 20px;
}

.filterSearchBox input[type="button"] {
  background: url(../images/search-ico-grey.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-color: #e6e6e2;
}

.eventWrap .event_title {
  margin-bottom: 10px;
}

.sec-filling .pager ul {
  margin-top: 30px;
}

body .section-parent-main .site-footer {
  background-color: #1E3278 !important;
  color: #fff !important;
}

body .section-parent-main footer.site-footer p {
  color: #fff !important;
}

body .all-section-parent footer.site-footer {
  background-color: #f7f5f4 !important;
  color: rgb(113, 110, 106) !important;
}

body footer.site-footer p,
body .all-section-parent .site-footer a {
  color: rgb(113, 110, 106) !important;
}

body .section-parent-main .site-footer a {
  color: #fff;
}

body .all-section-parent .site-footer a,
body .section-parent-main .site-footer a {
  background-color: transparent !important;
}

.more-menu-section .footermenu li+li {
  margin-left: 0;
}

.more-menu-section .signinOption {
  margin: 0;
}

.sec-filling .row ul li a {
  cursor: pointer;
}

nav.pager ul.pager__items li {
  display: inline-block !important;
  width: auto !important;
  border: none !important;
  background-color: transparent !important;
}

nav.pager ul.pager__items li a {
  color: #9d9b9b;
  padding: 8px 16px !important;
}

nav.pager ul.pager__items li.is-active a {
  background-color: #1C1F5A;
  color: #fff !important;
}

/* Governance page End*/
/* FAQ page */
.faqWrap .panel-default>.panel-heading,
.faqWrap .panel-default {
  background-color: #fff;
}

.faqWrap .panel-default {
  box-shadow: 0 0 6px rgb(0, 0, 0, 0.2);
}

.faqWrap .panel-body {
  border-top: 1px solid #f8f6f6 !important;
}

.faqWrap .panel-heading h4 {
  margin-bottom: 0;
}

.faqWrap .panel-heading h4 a {
  color: #5e4f47;
}

.email-alert-form .form-item {
  margin-top: 0;
}

.email-alert-form>div:first-child {
  font-size: 14px;
}

#faq-question-submit {
  padding-top: 40px;
}

.email-alert-form textarea {
  max-width: 600px;
  width: 100%;
}

.stock-quote-title+p {
  margin-top: 20px;
}

.email-alert-form .label label label {
  margin-bottom: 0;
  line-height: 1;
}

.taxinfo .taxdetail {
  margin-top: 20px;
}

.taxinfo .taxdetail .row:first-child {
  border-top: none;
}

.taxinfo .taxDate-col {
  align-items: center;
}

.taxinfo .taxtTitle>p>a {
  color: #337ab7
}

.taxinfo .taxtTitle>p>a:hover {
  color: #23527c;
}

/* FAQ page End*/
/* 404 page */
.error-section {
  max-height: 100vh;
  height: 100vh;
}

section.section.error-section {
  background-color: transparent;
}

.error-section .portfolio-detail-content,
section.error-section p {
  color: #1c2156;
}

/* 404 page End*/
.multimoreBtn:before {
  font-size: 19px;
  width: 34px;
}

.crm-submit-buttons.multimoreBtn input[type="submit"] {
  font-size: 16px;
}

/* Login screen */
.user-login-form .form-item label {
  color: #5e4f47;
  font-size: 1.25rem;
}

.user-login-form .form-item .form-text {

  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5e4f47;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  border-color: rgb(133, 133, 133);
}

.user-login-form .form-item .description {
  color: #8e8b88;
  font-size: 1rem;
  margin: 4px 0 0;
}

.user-login-form .form-actions .form-submit {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #aea8a5;
  border: 1px solid #aea8a5;
  padding: 0.4rem 0.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.user-login-form .form-actions .form-submit:hover,
.user-login-form .form-actions .form-submit:focus {
  background-color: #614c47;
}

.gradiant-simple-content-section .fp-bg .fp-bg-image {
  background-position: top;
}

.email-alert-form .crm-form-textarea.error {
  margin-bottom: 20px;
}

.sec-filling .row ul li a {
  text-transform: capitalize;
}

/* Login screen End*/
.sidebar-menu-wrapper .sharePage {
  padding-left: 0 !important;
  padding-right: 60px !important;
}

.sidebar-menu-wrapper .sharePage ul {
  list-style: none;
  padding-left: 0;
}

.sharePage h4 {
  margin-bottom: 10px;
  padding-top: 20px;
  font-weight: 400;
}

.sidebar-section .scrollCommom {
  padding-bottom: 0;
}

section.sidebar-section {
  margin-top: 45px;
  margin-bottom: 250px;
}

.stockQuote .companyName h2 {
  font-size: 23px;
  color: #1c2156;
  margin-bottom: 0;
}

/* stock information */
.stock-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-title-wrapper .time-date-wrapper {
  font-size: 23px;
  color: #5e4f47;
}

.stock-title-wrapper .time-date-wrapper span {
  margin-left: 10px;
}

.stockPrice .price-text {
  font-size: 244px;
  font-weight: 700;
  color: #1c2156;
  display: block;
  line-height: 1;
}

.stock-price-content-wrap {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e7e6e4;
}

.stock-price-content-wrap .row {
  align-items: flex-end;
}

.stock-notes-text {
  font-size: 18px;
  color: #5e4f47;
}

.stock-info-single span {
  font-size: 22px;
  color: #5e4f47;
  line-height: 1.2;
}

.stock-info-top {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e6e4;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.stock-info-top>div {
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 15px;
  padding-right: 15px;
}

.stock-info-single span.green-text {
  color: #6ba539;
}

.stock-info-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
}

.stock-info-bottom .stock-info-wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.stock-info-bottom .stock-info-wrapper>div {
  break-inside: avoid;
  margin-bottom: 20px;
}

.stock-info-single span.info-text {
  font-weight: 700;
}

.stock-chart-wrapper .stock-quote-title,
.stock-history-wrapper .stock-quote-title,
.stock-coverage-wrapper .stock-quote-title {
  margin-bottom: 30px;
}

.stock-chart-wrapper,
.stock-history-wrapper,
.stock-coverage-wrapper {
  margin-bottom: 30px;
}

.stock-contact-information {
  padding-top: 50px;
  border-top: 4px solid #5e4f47;
}

.stock-contact-information h6 {
  font-size: 22px;
  color: #1c2156;
  margin-bottom: 28px;
}

.stock-contact-information .contact-info-text {
  margin-bottom: 30px;
  font-size: 22px;
  color: #5e4f47;
}

.stock-contact-information .contact-info-text span {
  display: block;
}

.stock-contact-information .contact-info-text a {
  color: #5e4f47;
}

.stockinformation {
  border-bottom: none;
}

.stock-chart-wrapper #chartdiv {
  margin-top: 20px;
  font-size: 22px;
}

/* .team-desc
{
  padding-bottom: 0;
} */
/* stock information End*/
.search-result-content .portfolio-detail-content {
  color: #1c2156;
}

section.search-result .portfolio-listing-section-wrap {
  padding-bottom: 100px;
}

section.search-result .pager {
  padding-top: 40px;
}

.sidebar-section .teamWrapTab .nav-tabs h4 {
  font-size: 24px;
}

.__team_bg,
.__person_image {
  border-radius: 10px;
  overflow: hidden;
}

.__detailed_desc h3 {
  font-size: 48px;
  font-weight: 400;
  border: none;
  padding: 0;
}

.has-scroll-smooth [data-scroll-container] {
  perspective: 1px;
  overflow: hidden;
}

.faqWrap .panel-heading h4 a span.arrowupf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%230047bb;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cpath class='cls-1' d='M683.5,371.9l12.67,12.67L683.5,397.23m-12.67-12.67h25.33m-12.67-19a19,19,0,1,1-19,19A19,19,0,0,1,683.5,365.57Z' transform='translate(-663.5 -364.57)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 20px 10px;
  background-size: 40px 39px;
  display: block;
  height: 100%;
  width: 65px;
  position: absolute;
  right: 20px;
  top: 0;
  border-left: 1px solid #f8f6f6;
  transform: none;
}

.faqWrap .panel-heading h4 a[aria-expanded="true"] span.arrowleftf,
.faqWrap .panel-heading h4 a[aria-expanded="true"] span.arrowupf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2361524a;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow-left%3C/title%3E%3Cpath class='cls-1' d='M683.5,371.9l12.67,12.67L683.5,397.23m-12.67-12.67h25.33m-12.67-19a19,19,0,1,1-19,19A19,19,0,0,1,683.5,365.57Z' transform='translate(-663.5 -364.57)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 20px 10px;
  background-size: 40px 39px;
  display: block;
  height: 100%;
  width: 65px;
  position: absolute;
  right: 8px;
  top: 12px;
  transform: rotate(-90deg);
  border-left: 1px solid #f8f6f6;
}


/* Bcpc changes */
.document-list-single .list-inner {
  padding: 25px;
  position: relative;
}

.document-list-single:nth-child(odd) {
  background-color: #F7F5F4;
}

.document-list-single .left-col {
  display: flex;
  padding-right: 200px;
}

.document-year-text {
  flex: 0 0 140px;
  max-width: 140px;
}

.document-name-text {
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 20px;
}

.download-btn {
  position: absolute;
  right: 25px;
  top: 24px;
}

.download-btn a {
  color: #0047BB;
  text-decoration: underline;
  transition: all 300ms ease-in-out;
}

.download-btn a:hover {
  transition: all 300ms ease-in-out;
  text-decoration: none;
}

.document-listing {
  margin-top: 50px;
}

section.sidebar-section .setCont {
  width: 100%;
}

.people-tab-wrapper .nav-tabs a,
.people-tab-wrapper .nav-tabs button
{
  color: #1C2156;
  margin-right: 25px;
  display: block;
  padding: 10px 0;
  position: relative;
  background:transparent;
  border: none;
  -webkit-appearance:unset;
}

.people-tab-wrapper .nav-tabs a::before,
.people-tab-wrapper .nav-tabs button:before
{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1C1F5A;
  transition: all 300ms ease-in-out;
  transform-origin: left;
}

.people-tab-wrapper .nav-tabs a.active::before,
.people-tab-wrapper .nav-tabs button.active:before
{
  width: 100%;
  transition: all 300ms ease-in-out;
}

.people-tab-wrapper .nav-tabs a.active,
.people-tab-wrapper .nav-tabs a.active h4,
.people-tab-wrapper .nav-tabs button.active h4
{
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.people-tab-wrapper .nav-tabs {
  padding-left: 0;
}

.people-tab-wrapper .nav-tabs,
.people-tab-wrapper .nav-tabs li {
  list-style: none;
}

.people-tab-wrapper .nav-tabs a h4,
.people-tab-wrapper .nav-tabs button h4
{
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
  transition: all 300ms ease-in-out;
}

.sidebar-section .people-tab-wrapper .nav-tabs {
  border-bottom: 1px solid #1C2156;
}

.governance-section-wrap .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.people-tab-wrapper {
  /* padding-top: 90px; */
  padding: 50px 40px 0;
}

.people-tab-wrapper .tab-content {
  padding-left: 0;
}

.switch-view li a {
  font-size: 22px;
}

.people-tab-content .portfolio-listing-section-wrap {
  padding-bottom: 0;
}

.tab-btn-wrapper .nav-tabs {
  display: flex;
}

.tab-btn-wrapper .tab-collapse-btn {
  display: none;
}

.video-banner-caption {
  top: 62%;
}

.home-content-section .content-col .content-text,
.home-content-section .content-col p {
  font-size: 36px;
}

.home-content-section .content-col p br {
  display: none;
}

.home-grid-section {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding-top: 0;
  background-color: #f7f5f4;
}

.grid-content-col .grid-content-title {
  color: #1C2156;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 500;
}

.grid-content-col p,
.grid-content-col .content-text {
  font-size: 22px;
  color: #1C2156;
  line-height: 1.3;
}
.grid-icon-col img {
  width: 100%;
}

.grid-icon-col .icon-wrap {
 border-radius: 10px;
 overflow: hidden;
}


.grid-content-col .grid-content-title {
  position: relative;
}

.grid-row-wrapper .row {
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #cfcdc9;
}
.grid-row-wrapper .row:last-child
{
  border-bottom: none;
  padding-bottom: 0;
}
.grid-row-wrapper .row:last-child
{
  margin-bottom: 40px;
}

.grid-sec-inner .row:nth-child(even) .grid-content-col {
  order: 2;
}

.gradiant-simple-content-section .content-wrap,
.gradiant-simple-content-section .content-text p {
  color: #fff;
}

.gradiant-simple-content-section h3 a {
  color: #1CA6DF;
}

.gradiant-simple-content-section a .arrow-icon {
  background-color: #1CA6DF;
  color: #1E3278;
}

.gradiant-simple-content-section h3 a:hover {
  color: #fff;
}

.gradiant-simple-content-section h3 a:hover .arrow-icon {
  background-color: #fff;
  color: #1E3278;
}

.gradiant-simple-content-section .fp-bg .fp-bg-image {
  background-position: bottom;
}

body.peoplePage {
  background-color: #F7F5F4;
}

body.peoplePage .home-page-slants.inner-banner-slant .right-slant {
  background-color: #F7F5F4;
}

body.peoplePage .all-section-parent footer.site-footer {
  background-color: #F7F5F4 !important;
}

body.peoplePage section.sidebar-section {
  margin-top: 0;
  z-index: 1;
  position: relative;
  background-color: #F7F5F4 !important;
}

.no-data {
  display: none;
}

.portfolio-sorting-wrap .psorting,
.portfolio-search-wrap .search-portfolio input[type="text"],
.portfolio-search-wrap .search-portfolio input[type="search"] {
  background-color: #fff;
}

.people-detail-section1.section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.portfolio-detail-content p {
  font-size: 26px;
}

.section-parent-429 section.sidebar-section {
  margin-bottom: 100px;
}

.section-parent-429 section.sidebar-section p,
.section-parent-429 section.sidebar-section {
  font-size: 20px;
}

.home-content-section .content-col h2 p {
  font-weight: normal;

}

.portfolio-sorting-wrap .dropdown.show .dropdown-menu {
  overflow-y: auto;
}

section.sidebar-section {
  margin-bottom: 0 !important;
  padding-bottom: 100px;
}

body.peoplePage .section.sidebar-section {
  padding-bottom: 50px;
}

.sidebar-section .rightContent {
  min-height: calc(100vh - 550px);
}

.document-listing {
  margin-bottom: 50px;
}

.sidebar-menu-wrapper .sticky li a {
  padding-right: 40px;
  display:block
}

.sticky li a.is-active,
.sticky li.active a {
  font-weight: bold;
}

.more-menu-slants {
  z-index: 10;
}

.sec-filling a {
  font-size: 26px;
  color: #0047bb;
  text-decoration: underline;
}

.sec-filling a:hover,
.sec-filling a:focus {
  color: #1C1F5A;
}

/* Bcpc changes End*/

/* font changes */
.bottom-header .navbar .navbar-brand {
  max-width: 100% !important;
  font-size: 48px;
  font-weight: bold;
}

.bottom-header .navbar .navbar-brand span {
  display: block;
  line-height: 1.2;
}

.scrolled .bottom-header .navbar .navbar-brand {
  font-size: 26px;
}

.scrolled .bottom-header .navbar .navbar-brand {
  padding-bottom: 10px;
}

.bottom-header .navbar .navbar-brand {
  padding-top: 20px;
}

.banner-caption-text * {
  color: #fff;
}

/* font changes End*/

/* slant changes */
.inner-banner-section .video-banner {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.gradient-section-slants-content {
  padding-top: calc(26vw + 150px) !important;
  height: auto;

}

.gradiant-simple-content-section .fp-bg {
  z-index: 1;
  height: 100%;
  bottom: auto;
  top: 0;
}

.gradiant-simple-content-section .fp-bg {
  clip-path: polygon(0px 26vw, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0px 26vw, 100% 0%, 100% 100%, 0 100%);
}

.gradiant-simple-content-section .top-sub-slant {
  position: absolute;
  transform: skewY(15deg);
  width: 60vw;
  top: 12vw;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.section.home-content-section {
  padding-bottom: 120px;
}

.banner-caption.no-banner-class .banner-caption-text * {
  color: #1c2156;
}

/* slant changes */

.team-desc h4 small+small {
  padding-top: 0;
  margin-top: -10px;
}

/* discloser css */
.disclosure-content-text {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
}

.disclosure-content-text,
.disclosure-content-text p {
  font-size: 16px;
}

.disclosure-content-text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.disclosure-content-text li {
  list-style-type: unset;
  margin-bottom: 5px;
}

/* discloser css End*/


.inner-banner-section .inner-banner-title {
  margin-bottom: 0;
  font-weight: 400;
}

/* 17-April-2023 */
.important-notice-popup.modal {
  overflow-y: auto;
}

.important-notice-popup .modal-dialog {
  max-width: 1200px;
}

.important-notice-popup::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.important-notice-popup .modal-dialog .modal-content {
  padding: 50px 60px;
  padding-right: 40px;
  border-radius: 10px;
}

.important-notice-popup h2 {
  font-size: 36px;
}

.important-notice-popup {
  font-size: 18px;
}

.important-notice-popup select {
  height: 50px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #CFCDC9;

  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #5e4f47;
}

.important-notice-popup .select-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.important-notice-popup .select-dropdown {
  margin: 15px 0 20px;

}

.important-notice-popup .modal-footer {
  padding: 0;
  margin: 0;
  border-top: 0;
}

.important-notice-popup .modal-footer .btn,
body section.restriction-page-content .btn {
  background-color: #0047bb;
  border-color: #0047bb;
  margin: 0;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 5px;
}

.important-notice-popup .modal-footer .btn:hover,
body section.restriction-page-content .btn:hover {
  background-color: #1C1F5A;
  border-color: #1C1F5A;
}

.important-notice-popup .select-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.important-notice-popup .select-wrapper .caret {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 15px dashed #5e4f47;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

body section.restriction-page-content.home-content-section {
  margin-top: 0;
}

body section.restriction-page-content p {
  font-size: 20px;
}

body section.restriction-page-content .btn-wrap {
  margin-top: 10px;
  display: block;
  width: 100%;
}

/* 17-April-2023 End*/
select#stateDropdownId {
  background-color: #5e4f47;
  color: #ffffff;
  display: inline-block;
  width: auto;
}


/* For IE (thanks to @SaiManoj) */
select#stateDropdownId::-ms-expand {
  display: none;
}

/*.modal-content #select-dropdown-popup {
display: inline-block;
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: 2%;
    padding-top: 15px;
}*/
#select-dropdown-popup {
  position: relative;
}

#select-dropdown-popup select#stateDropdownId option:first-child {
  text-align: right;
}

.important-notice-popup .select-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  position: absolute;
  z-index: 999999;
  color: #aba487;
  padding-top: 15px;
  padding-left: 15px;
}

.select-wrapper .dropdown {
  display: inline-block;
}

.select-wrapper .dropdown-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5e4f47!important;
  padding: 14px 10px;
  border-radius: 5px;
  box-shadow: none;
  margin: 0;
  border: none;
}

.select-wrapper .dropdown-toggle {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff!important;
  text-align: right;
  position: relative;
  padding-right: 40px;
}

.select-wrapper .dropdown-toggle .psorting-label {
  font-size: 16px;
  color: #aea7a3;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  margin-right: 10px;
}

.select-wrapper .dropdown-toggle .caret {
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 12px dashed #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

.select-wrapper .dropdown-menu {
  left: 0;
  right: auto;
  top: 100% !important;
  padding: 0;
  margin: 4px 0 4px -1px;
  background: #fff;
  box-shadow: none;
  border-color: #e6e6e3;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  white-space: normal;
  height: auto;
  border-radius: 5px;
  transform: none !important;
  display: block;
  visibility: hidden;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  margin-top:4px!important;
  border: none;
}

.select-wrapper .dropdown-menu.show {
  overflow-y: auto;
  max-height: 200px;
  visibility: visible;
}
.select-wrapper.model-select .dropdown-menu.show
{
  max-height:170px
}
.select-wrapper .dropdown-menu li {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e6e6e3;
  display: inline-block;
  padding: 0;
}

.select-wrapper .dropdown-menu li a {
  font-size: 18px;
  font-weight: bold;
  color: #5e4f47;
  text-align: left;
  padding: 15px 12px;
  white-space: normal;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 100%;
}

.important-notice-popup p,
.important-notice-popup {
  font-size: 22px;
}

.important-notice-popup p {
  margin-bottom: 20px;
}

.unauthorised #main-menu {
  display: none !important;
}

.unauthorised .disclosure-content-text {
  display: none;
}

.important-notice-popup a {
  color: #0047bb;
}

.important-notice-popup a:hover {
  color: #1C1F5A
}

.important-notice-popup .modal-footer a {
  font-size: 20px;
  margin-right: 25px;
}

.restriction-page-content p {
  color: #1C1F5A
}

body section.restriction-page-content p {
  font-size: 36px;
  margin-bottom: 40px;
}

body section.restriction-page-content p a {
  color: #0047bb!important;
  cursor: pointer;
}

body section.restriction-page-content p a:hover {
  color: #1C1F5A!important
}

body section.restriction-page-content.home-content-section {
  padding-top: 50px;
}

.select-wrapper .dropdown-toggle .caret {
  font-size: 0
}

.unauthorised .home-banner-section.home,
.unauthorised .home-content-section.home,
.unauthorised .home-grid-section.home,
.unauthorised .gradient-section-slants-content.home {
  display: none !important;
}


/* cookie */
/* .eu-cookie-compliance-message h2{
  font-size: 20px !important;
}
.eu-cookie-compliance-message p{
  font-size: 16px !important;
}
.eu-cookie-compliance-message .find-more-button.eu-cookie-compliance-more-button.find-more-button-processed{
   font-size: 18px !important;
}
div#sliding-popup {
    padding-top: 20px;
} */

/* end: cookie */

/* cookie */
.eu-cookie-compliance-message h2 {
  font-size: 20px !important;
}

.eu-cookie-compliance-message .find-more-button.eu-cookie-compliance-more-button.find-more-button-processed {
  font-size: 18px !important;
}

div#sliding-popup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.eu-cookie-compliance-categories {
  display: none;
}

div#sliding-popup {
  background-color: #fff;

}

div#sliding-popup #popup-text.eu-cookie-compliance-message {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  padding-right: 30px;
}

div#sliding-popup #popup-text.eu-cookie-compliance-message p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

div#sliding-popup #popup-text.eu-cookie-compliance-message p a {
  color: #0047bb;
  text-decoration: underline;
  cursor: pointer;
}

div#sliding-popup #popup-text.eu-cookie-compliance-message p a:hover u,
div#sliding-popup #popup-text.eu-cookie-compliance-message p a:hover {
  text-decoration: none;

}

.eu-cookie-compliance-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.eu-cookie-compliance-content .eu-cookie-compliance-message {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.eu-cookie-compliance-content #popup-buttons {
  flex: 0 0 300px;
  max-width: 300px;
  margin-bottom: 0;
  text-align: right;
}

#sliding-popup .eu-cookie-compliance-banner {
  max-width: 1530px;
}

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button {
  padding: 10px 12px 12px;
  border-radius: 8px;
  color: #fff;
  background-color: #0047bb;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 32px;
  text-shadow: none;
  border: none;
  background-image: none !important;
  box-shadow: none;
  margin-top: 0;
  line-height: 1;
  font-family: "fs_silas_sans", sans-serif;
}

.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button {
  margin-top: 20px;
}

.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-default-button:focus,
.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button:focus {
  background-color: #1C2156;
}

.eu-cookie-compliance-default-button::before,
.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  background-image: url(../images/cookie-btn-arrow.svg);
  height: 16px;
  width: 16px;
  background-size: cover;
}

div#sliding-popup #popup-buttons .setting-button+.setting-button {
  display: none;
}

div#sliding-popup .eu-cookie-compliance-categories {
  flex: 0 0 100%;
  max-width: 100%;
}

div#sliding-popup .eu-cookie-compliance-categories label {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

div#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin-bottom: 5px;
}

#sliding-popup .eu-cookie-compliance-banner {
  margin-left: auto;
  margin-right: auto;
}

div.sliding-popup-bottom:nth-child(2) {
  display: none !important;
}

.eu-cookie-compliance-default-button.setting-button {
  margin-left: 5px;
}

/* end: cookie */

/* switch css */
.swith-wrap {
  width: 50px;
  height: 30px;
  position: relative;
}

.swith-wrap .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border-radius: 30px;
  background-color: #ccc;
  transition: all 300ms ease-in-out;
}

.swith-wrap .slider::before {
  content: '';
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 300ms ease-in-out;

}

.swith-wrap input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.swith-wrap input:checked+.slider:before {
  left: 26px;
  transition: all 300ms ease-in-out;
}

.swith-wrap input:checked+.slider {
  background-color: #0047bb;
  transition: all 300ms ease-in-out;
}

.eu-cookie-compliance-categories-buttons {
  float: right;
}

div#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  display: inline-block;
}

.swith-wrap {
  display: inline-block;
  vertical-align: middle;
}

div#sliding-popup .eu-cookie-compliance-categories label {
  margin-left: 2px;
}

.eu-cookie-compliance-categories-buttons .eu-cookie-compliance-save-preferences-button {
  margin-top: 0;
}

.eu-cookie-compliance-categories {
  padding-top: 30px;
}

.swith-wrap input[type="checkbox"]:disabled+.slider {
  background-color: #aea8a5;
}

.checkbox-switch-wrap.disabled,
div#sliding-popup .eu-cookie-compliance-categories .checkbox-switch-wrap.disabled label {
  color: #aea8a5;
}

.swith-wrap input[type="checkbox"]:disabled {
  cursor: default;
}

div#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin-right: 20px;
}

.eu-cookie-compliance-categories-buttons {
  margin-bottom: 0;
}

/* switch css End*/

/* h1 tag - people detail page */
.people-title-wrap .small-title {
  color: #5e4f47;
  font-size: 26px;
  line-height: 1.2;
  font-family: "fs_silas_sans", sans-serif;
  font-weight: 400;
  margin-top: 25px;
}

.section.people-detail-section .people-title-wrap .section-title {
  padding-bottom: 0
}

.section.people-detail-section .people-title-wrap {
  padding-bottom: 85px;
}

/* h1 tag - people detail page End*/

/* cookie changes */
.eu-cookie-compliance-content .eu-cookie-compliance-message {
  flex: 0 0 calc(100% - 420px);
  max-width: calc(100% - 420px);
}

.eu-cookie-compliance-content #popup-buttons {
  flex: 0 0 420px;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.eu-cookie-compliance-reject-button{
  order: 2;
}
.setting-button.eu-cookie-compliance-default-button{
  order: 3;
}

.eu-cookie-compliance-reject-button {
  margin-right: 5px;
}

@media(max-width:991px) {
  .eu-cookie-compliance-content .eu-cookie-compliance-message {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  .eu-cookie-compliance-content #popup-buttons {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .eu-cookie-compliance-default-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.button.eu-cookie-compliance-reject-button{
  margin-right: 13px;
}
/* cookie changes */