@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

* {
    padding: 0;
}

@font-face {
    src: url(../fonts/Nunito-Black.woff);
    font-family: nunito-black;
}

@font-face {
    src: url(../fonts/Nunito-Bold.woff);
    font-family: nunito-bold;
}

@font-face {
    src: url(../fonts/Nunito-ExtraBold.woff);
    font-family: nunito-extraBold;
    font-family: 900;
}

@font-face {
    src: url(../fonts/Nunito-ExtraLight.woff);
    font-family: nunito-extraLight;
}

@font-face {
    src: url(../fonts/Nunito-Light.woff);
    font-family: nunito-light;
}

@font-face {
    src: url(../fonts/Nunito-Regular.woff);
    font-family: nunito-regular;
}

@font-face {
    src: url(../fonts/Nunito-SemiBold.woff);
    font-family: nunito-semiBold;
}

@font-face {
    src: url(../fonts/Swis-Bold.woff);
    font-family: swis-bold;
}

@font-face {
    src: url(../fonts/Swis-Roman.woff);
    font-family: swis-roman;
}

body {
/*     font-family: nunito-regular; */
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
    width: 100vw;
    overflow-x: hidden;
}

.container-custom {
    position: relative;
    padding: 0 4.7vw;
}

h2 {
    /*font-family: 'Hind', sans-serif;*/
    font-family: 'Noto Sans JP', sans-serif;
}

.navigation {
    list-style: none;
    display: flex;
    width: 50%;
    justify-content: space-between;
    /*font-family: 'nunito-semiBold';*/
    align-items: center;
    /*font-family: 'Hind', sans-serif;*/
    padding-right: 20px;
}

header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px #0000000f;
    width: 100%;
}

.navigation a {
    color: #1D1D1D;
    text-decoration: none;
    transition: .3s;
}

.navigation a:hover {
    color: #00a86b;
}

.navigation .dropdown-menu a:hover {
    transform: translateX(3px);
}

.navigation li.dropdown:hover .dropdown-menu {
    /* display: block; */
    transform: translateX(-50%) scale(1);
    visibility: visible;
}

.navigation li.dropdown .dropdown-menu a {
    padding: 9px 20px;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}

.navigation li.dropdown .dropdown-menu {
    padding: 0px 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    transform-origin: top;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-shadow: 0 10px 10px #0000001c;
    transition: .3s;
    display: flex;
    visibility: hidden;
    min-width: 520px;
}

.navigation > li > a {
    display: inline-block;
    padding: 12px 0;
}

.navigation > li.search-icon {
    transform: translateY(-2px);
    display: none;
}

.navigation li.dropdown .dropdown-menu li {
    list-style: none;
}

.dropdown-inner-menu {
    /* position: absolute; */
    padding: 5px 0;
    left: 100%;
    /* transform: scale(0); */
    transform-origin: top left;
    /* border: 1px solid #e9e9e9; */
    border-radius: 0;
    /* box-shadow: 4px 3px 9px #0f9ba114; */
    transition: .3s;
    display: block;
    /* visibility: hidden; */
    /* background-color: #fff; */
    top: 0px;
    min-width: 170px;
}

.dropdown-inner:hover>a {
    color: #00a86b;
}

.dropdown-inner:hover .dropdown-inner-menu {
    display: block;
    transform: scale(1);
    visibility: visible;
}

.banner-section .swiper-slide-active {
    
}
.banner-section .swiper-slide {
    /*height: calc(100vh - 73px);*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: 1s;
}

.main-content-slider {
    overflow: hidden;
}

header .logo img {
    width: 160px;
}

.dropdown-inner-menu-item > a {
    position: relative;
    /*font-family: 'nunito-Bold';*/
    font-weight: 600 !important;
    width: auto !important;
    padding-right: 0 !important;
    font-size: 17px !important;
}

.dropdown-inner-menu-item > a:after {content: '';background-color: #16a672;width: 20px;height: 3px;position: absolute;top: 50%;left: calc(100% + 15px);padding-right: 0 !important;}

.dropdown-inner-menu-item {
    width: 55%;
    padding: 12px 7px;
    /* border: 1px solid #ababab; */
}

.dropdown-inner-menu-item.sectors-dropdown {
    /*background-color: #b6b6b6;*/
    background-color: #0d4157;
    width: 45%;
    padding: 12px 10px;
}

.dropdown-inner-menu-item.sectors-dropdown a {
    color: #fff;
    pointer-events: none;
}

.dropdown-inner-menu-item.sectors-dropdown > a:after {
    background-color: #ffc905;
}

.banner-content {
    width: 53vw;
}

.banner-content h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #212529;
    /* text-shadow: 0 0 10px #ffffff9e; */
    /* transform: translateX(90px); */
    /* opacity: 0; */
    padding-right: 24%;
    /* transition: .7s; */
    font-weight: 600;
}

.banner-content .banner-highlight h3 {
    font-size: 16px;
    margin-bottom: 0;
    /* padding: 5px 0; */
    /* transform: translateX(-100%); */
    transition: 1s;
    /* letter-spacing: 28px; */
    /* white-space: nowrap; */
    /*font-family: 'nunito-semiBold';*/
    text-shadow: 0 0 10px #0000009e;
    line-height: 1.3;
}

.banner-highlight {
    padding: 16px 20px 16px 20px;
    background: transparent linear-gradient(90deg, #00A86B 40%, #00543600 100%) 0% 0% no-repeat padding-box;
    width: 80%;
    color: #fff;
    /* transform: translateX(90px); */
    /* opacity: 0; */
    transition: .7s;
    overflow: hidden;
    margin-left: -15px;
}

.banner-section .swiper-slide-active .banner-content h2 {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: .5s;
}

.banner-section .swiper-slide-active .banner-content .banner-highlight {
    transform: translateX(0px);
    opacity: 1;
    transition-delay: .8s;
}

.banner-section .swiper-slide-active {
    background-size: 110% 110% !important;
}

.banner-section .swiper-slide.zoom-out {
    background-size: 110% 110% !important;
}

.banner-section .swiper-slide-active.zoom-out {
    background-size: 100% 100% !important;
}

.banner-section .swiper-slide-active .banner-content .banner-highlight h3 {
    transform: translateX(0%);
    transition-delay: .9s;
    letter-spacing: 0px;
    white-space: nowrap;
}

.practice-slider-div .swiper-slide {
     width: 30%;
}
.about-page-awards .clients-awards-images img {
    max-width: 100%;
    width: auto;
}

.about-page-awards .awards-grid {
    background: none;
    padding: 0;
}

.about-page-awards .clients-awards-images {
    padding-top: 0;
}

.homepage-accolades-section .swiper-wrapper,
.about-page-awards .swiper-wrapper {
    align-items: center;
}

.about-page-awards .swiper-slide {
    width: 20%;
}

.practice-slider-div .swiper-slide:last-child {
    margin-right: 30px;
}

.practice-grid .grid-img img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    border: 1px solid #e9e9e9;
}

.practice-slider-div {
    padding-left: 4.7vw;
}
.practice-grid {
    transition: .5s;
    position: relative;
}

.practice-area-section .practice-grid:hover .grid-img {
    border-radius: 20px;
}

.practice-area-section .practice-grid:hover {
    transform: scale(.97);
}

.practice-grid .grid-img {
    position: relative;
    height: 190px;
    overflow: hidden;
    transition: .5s;
    border-radius: 10px;
}

.practice-grid .grid-content  .learn-more-button {
    /* position: absolute; */
    /* background-color: #fff; */
    color: #000;
    /* top: -25px; */
    /* right: 15px; */
    /* z-index: 99; */
    display: flex;
    /* padding: 15px 20px 15px 20px; */
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    /*font-family: 'nunito-Bold';*/
    letter-spacing: .5px;
    /* box-shadow: 0px 0px 20px #00000029; */
    align-items: center;
    padding-top: 10px;
}

.practice-grid .grid-content .learn-more-button svg {
    width: 23px;
    margin-left: 10px;
}

.practice-grid .grid-content {
    position: relative;
     padding-top: 20px; 
}

.news-events-section .grid-content {
     padding-top: 20px; 
}

.practice-grid .grid-content h5 {
    /* font-family: 'nunito-Bold'; */
    font-size: 19px;
    transition: .3s;
    font-weight: 500;
    line-height: 1.4;
}

.practice-grid:hover .grid-content .learn-more-button {
    /* background-color: #00a86b; */
    /* color: #fff; */
}

.practice-grid:hover .grid-content .learn-more-button svg path, .practice-grid:hover .grid-content .learn-more-button svg line {
    stroke: #fff;
}

.practice-area-section .practice-grid:hover .grid-content h5 {
    color: #00a86b;
}

a.cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-head h4 {
    font-size: 26px;
    font-weight: 600;
}

.section-head h2 {
    font-size: 30px;
    font-weight: 600;
}

.practice-grid .grid-content p {
    font-size: 14px;
    color: #333;
    min-height: 127px;
}

.heading-arrows {
    position: relative;
    margin-bottom: 30px;
    justify-content: space-between;
}

.practice-area-section {
    padding: 50px 0;
}

.slider-arrows {
    position: relative;
    width: calc((40px * 2) + 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.slider-arrows > div {
    width: 40px;
    height: 40px;
    font-size: 13px;
    border: 1px solid #9C9C9C;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    order: 2;
    border-radius: 50%;
    margin-top: initial;
    outline: none !important;
    transition: .3s;
    backface-visibility: hidden;
}

.slider-arrows > div:after {
    font-size: inherit;
    filter: grayscale(1);
}

.slider-arrows > div:last-child {
    order: 1;
}

.accolades-grid h2 {
    color: #4D4D4D;
    font-size: 25px;
    font-weight: 600;
    /*font-family: swis-bold;*/
    text-transform: uppercase;
    transition: .3s;
}

.accolades-grid:hover h2 {
    color: #08aa6e;
}

.accolades-slider .accolades-grid {
    position: relative;
    padding-right: 50px;
    /* border-right: 1px solid #eee; */
}

.accolades-slider .accolades-grid:after {
    content: '';
    height: 60%;
    width: 1px;
    opacity: .32;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #707070;
}

.our-accolades-section {
    padding: 50px 0;
}
.our-accolades-section .practice-slider-div {
    padding-top: 0 !important;
}
.accolades-slider .accolades-grid .grid-content p {
    padding-right: 50px;
    font-size: 14px;
    margin-top: 15px;
}

.homepage-accolades-section .accolades-grid img {
    max-width: 100%;
}

.homepage-accolades-section .accolades-slider .swiper-slide {
    width: 20%;
}

.homepage-accolades-section .accolades-grid::after {
    opacity: 0;
}

.news-date {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 0px 0 7px;
    border-top: 1px solid #8D8D8D;
    margin-bottom: 6px;
}

.news-date .date {
    min-width: 40%;
    /*padding-left: 11px;*/
    /*text-align: right;*/
}

.news-events-section {
    background-color: #F9F9F9;
    padding: 50px 0 60px;
}

.news-events-section .practice-slider-div .swiper-slide{
    width: initial;
}
.news-events-section .practice-slider-div{
    padding-left: 0;
}
.news-events-section .practice-grid .grid-content p {
    min-height: 70px;
    margin-bottom: 0;
}
.view-more-button a {
    background-color: #fff;
    color: #000;
    z-index: 99;
    display: flex;
    padding: 15px 20px 15px 20px;
    border-radius: 15px;
    font-size: 13px;
    text-transform: uppercase;
    /* font-family: 'nunito-Bold'; */
    box-shadow: 0px 0px 20px #00000029;
    align-items: center;
    font-weight: 500;
}

.view-more-button a svg {
    margin-left: 10px;
    width: 25px;
    margin-top: -2px;
}

.view-more-button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.made-up-mind-section{
    padding: 80px 0;
}

.team-slider .grid-img {
    height: auto;
    max-width: 100%;
    box-shadow: 0 0 10px #00000014;
    transform: scale(.95);
    border-radius: 8px;
}

.team-page-section .other-members .grid-img {
    height: 320px;
}

.team-slider .grid-content {
    background: #fff;
    color: #11a570;
    text-align: center;
    padding: 11px 5px 0px;
    min-height: 120px;
    width: 85%;
    margin: 0 auto;
    margin-top: -40px;
    box-shadow: 0 0 10px #0f9ba129;
    margin-bottom: 20px;
    border-radius: 7px;
    transition: .3s;
    border: 1px solid #e9e9e9;
}

.team-slider .grid-content h5 {
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    color: #000;
}

.team-slider .grid-content p {
    font-size: 14px;
    margin-bottom: 0;
    /* color: #fff; */
    min-height: initial;
}

.team-home-section {
    padding: 50px 0 70px 4.7vw;
    background-color: #F9F9F9;
}

footer {
    background: transparent linear-gradient(89deg, #145963 0%, #0A3450 100%) 0% 0% no-repeat padding-box;
    padding: 45px 0 0;
    color: #C9C9C9;
}

footer .footer-head h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
}

footer .footer-links {
    list-style: none;
}

footer .footer-links li a {
    color: inherit !important;
    font-size: 14px;
}

.footer-info-content {
    font-size: 14px;
    line-height: 2;
}

.footer-contact-info .text {
    font-size: 14px;
    line-height: 2;
}

.footer-contact-info .text a{
    color: #c9c9c9;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-height: 54px;
}

.overflow-x-scroll {
    overflow-x: hidden;
}

footer .footer-links li {
    margin-bottom: 8px;
}

.footer-company-info {
    padding-right: 120px;
}

.footer-contact-head {
    color: #fff;
    border-bottom: 1px solid #707070;
    margin-bottom: 16px;
    font-size: 21px;
}

.footer-contact-head h3 {
    font-size: 22px;
}

.footer-contact-info .icon {
    margin-bottom: 10px;
}

.footer-contact-info .text.phone-number {
    font-size: 19px;
    color: #c9c9c9;
}

.footer-copyright {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 10px;
}

.footer-contact {
    margin-bottom: -10px;
}

.footer-contact-info .icon img {
    transform: scale(.8);
}

.large-text {
    font-size: 140px;
    /*font-family: 'swis-bold';*/
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    line-height: 1;
}

.large-text .bulb {
    margin-left: -40px;
    /* display: flex; */
    transform: translateY(-20px);
    line-height: 1;
    height: 100%;
}

.advice {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 70px;
}

.video-play-icon {
    background-color: #fff;
    border-radius: 90px;
    box-shadow: 0px 0px 40px #0000001A;
    padding-left: 40px;
    display: flex;
    align-items: center;
    /*font-family: 'nunito-Bold';*/
    margin-right: 60px;
    font-size: 14px;
}

.video-play-icon img {
    margin-left: 20px;
}

.large-text .bulb img {
    height: 130px;
}

.hero-section .shape p {
    font-size: 14px;
    line-height: 2;
    /* text-align: justify; */
    margin-top: 20px;
}

.shape .large-text img {
    transform: scale(.8);
    transform-origin: left;
}

.shape {
    margin-top: 0;
    padding-bottom: 70px;
    background-size: cover;
}

.hero-section{
     /*padding: 80px 0; */
    background: #145963;
    color: #fff;
}

.hero-section .section-head {
    text-align: left;
}

.animated-star {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    transform: scale(1.2);
}

.animated-star .star-stroke {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.animated-star-div {
    text-align: center;
    position: relative;
}

.star-small {
    position: absolute;
    left: 0;
    bottom: 0;
}

.star-fill {
    width: 100%;
}

.animated-star .years {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    color: #fff;
    font-size: 62px;
    line-height: 1;
    /*font-family: 'swis-bold';*/
}

.animated-star .years span {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Animations  */

.reglaw_section {
    transform: translateY(70px);
    opacity: 0;
    transition: .7s;
    width: 100vw;
    overflow-x: hidden;
}


.reglaw_section.active {
    transform: translateY(0px);
    transition-delay: .3s;
    opacity: 1;
}

.hexagon-div {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 20px;
    width: 120%;
    margin-left: -10%;
}

.hexagon-div > div {
    width: calc((100% / 3) - 40px);
    position: relative;
}

.hexagon-div .hexa-center .hexa-svg svg {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    padding: 10px;
}

.hexa-side.side-2 {
    position: absolute;
    width: 100%;
    bottom: 90px;
}

.hexa-svg {
    margin: 30px 0 20px;
    position: relative;
}

.hexa-side.side-1 {
    transform: translateY(180px);
}

.hexagon-div .hexa-right > div {
    padding: 0 10px 0 20px;
}

.hexa-side {
    padding: 0 55px;
    position: relative;
}

.hexa-side p {
    margin-top: 0 !important;
    line-height: 1.6 !important;
}

.hexa-side h4 {
    color: #434343;
    /*font-family: 'nunito-semiBold';*/
    font-size: 21px;
    /*font-family: 'Hind', sans-serif;*/
}

.hexa-side svg {
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.hexa-left .hexa-side.side-1 svg {
    right: -37px;
    top: 40px;
}

.hexa-right .hexa-side.side-1 svg {
    left: -35px;
    top: 40px;
}

.hexa-center .hexa-side:first-child svg {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.hexa-center .hexa-side {
    padding: 1px 0px;
    text-align: center;
    width: 130%;
    margin-left: -15%;
}

.hexa-left .hexa-side.side-2 svg {
    position: absolute;
    top: 30px;
    right: -37px;
}

.hexa-right .hexa-side.side-2 svg {
    position: absolute;
    top: 30px;
    left: -35px;
}

.hexa-center .hexa-side:last-child svg {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.hexa-center .hexa-side:last-child {
    padding-top: 10px;
}

.hexa-left .hexa-side.side-1 {
    padding: 0px 25px 0px 0px;
    text-align: right;
}

.hexa-text {
    /* padding-left: 100px; */
    text-align: center;
}

.hexa-left .hexa-side.side-2 {
    text-align: right;
    padding: 0px 25px 0px 10px;
}

.hexagon-div > .hexa-right {
    width: calc(100% / 3);
}

.hexagon-div > .hexa-left {
    width: calc((100% / 3) + 40px);
}

img.inner-green-hexa {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.hexa-side.side-2 p {
    min-height: 110px;
}

.slider-arrows > div:hover {
    transform: scale(1.08);
    background-color: #f9f9f9;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 12px;
    height: 12px;
    transition: .3s;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-more-button svg {
    transition: .3s;
}

.learn-more-button.active svg,
.learn-more-button:hover svg {
    transform: translateX(6px);
}

.learn-more-button {
    text-decoration: none !important;
    transition: .3s;
}

.learn-more-button.active,
.learn-more-button:hover {
    box-shadow: 0px 0px 20px #00000033;
}


.learn-more-button.active,
.learn-more-button:hover {
    background-color: #00a86b;
    color: #fff;
}

.learn-more-button.active svg path, 
.learn-more-button:hover svg path, 
.learn-more-button.active svg line,
.learn-more-button:hover svg line {
    stroke: #fff;
}

.about-content {
    padding-left: 7.6vw;
}

.hero-section .about-content {
    padding-left: 15px;
}

.practice-area-section .practice-grid .grid-img {
    border-radius: 10px;
}

.team-home-section .heading-arrows {
    width: 35%;
    margin-top: 40px;
}

.team-home-section .practice-slider-div {
    width: 65%;
}

.team-home-section .heading-arrows .section-head p {
    font-size: 14px;
}

.team-home-section .heading-arrows .section-head {
    padding-right: 50px;
}

.team-slider .practice-grid:hover .grid-content {
    border-radius: 10px;
}

.team-slider .practice-grid:hover {
    transform: scale(.96);
}

.team-slider .practice-grid:hover .grid-img {
    border-radius: 15px;
}

.news-events-section .practice-grid:hover {
    transform: scale(.98);
}

.news-events-section .practice-grid:hover .grid-img {
    border-radius: 15px;
}

.news-events-section .practice-grid:hover .grid-content h5 {
    color: #00a86b;
}

.sticky_t {
    padding: 5px;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  	0% {
    	filter: drop-shadow(0px 0px 0px rgb(10 67 125));
    	-webkit-filter: drop-shadow(0px 0px 0px rgb(10 67 125));
	}

	50% {
		/* filter: drop-shadow(0px 0px 15px #0a437dd1); */
	}
	100% {
    	filter: drop-shadow(0px 0px 40px rgb(10 67 125 / 0%));
    	-webkit-filter: drop-shadow(0px 0px 40px rgb(10 67 125 / 0%));
	}
}

.pulse-1 {
  animation: pulse-animation-1 2s infinite;
}

@keyframes pulse-animation-1 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.flash{
  -webkit-animation: flash .7s linear;
  animation: flash .7s ease-in-out;
}

@-webkit-keyframes flash {
  0% { opacity: 1; }
  50% { opacity: .8;  }
  100% { opacity: 1; }
}

@keyframes flash {
  0% { opacity: 1; }
  50% { opacity: .8;  }
  100% { opacity: 1; }
}
.mobile-navigation {
    display: none;
}




.banner-text-div {
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.banner-section .hexa-side {
    font-size: 13px;
}

.banner-section .hexa-side h4 {
    font-size: 20px;
    font-weight: 500;
}

.banner-section .hexa-side.side-1 {
    transform: translateY(120px);
}

.banner-section .hexa-left .hexa-side.side-2 {
    bottom: 65px;
}

.banner-section .hexa-side.side-2 {
    bottom: 65px;
}

.banner-section .hexa-center>.hexa-side  p {
    margin-bottom: 0;
}

.banner-section .shape {
    padding-bottom: 20px;
}

.hexa-side > div {
    position: relative;
}

/* Team Page */
.top-banner-section {
    position: relative;
    min-height: 45vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-color: #145963;
    color: #fff;
    background-image: url('../images/default-banner.jpg');
    background-position: left center;
    background-size: cover;
    overflow: hidden;
}

.top-banner-section .banner-text-area h1 {
    font-size: 32px;
    border-bottom: 1px solid #00A86B;
    padding-bottom: 10px;
    text-align: center;
    /* font-family: 'nunito-bold'; */
}

.alpha-character {
    font-size: 22rem;
    position: absolute;
    top: 50%;
    line-height: 1;
    font-weight: 500;
    transform: translateY(-50%);
    left: 0;
    opacity: .1;
}

.what-make-us-section {
    padding: 50px 0;
}

.content p {
    line-height: 1.8;
    font-size: 16px;
}

.about-page-overview-sec .content p {
    line-height: 1.8;
    font-size: 16px;
    color: #616161;
}

.what-make-us-section .content {
    /* padding-left: 7rem; */
}

.team-section {
    padding: 0;
}

.search-div {
    width: 100%;
}

.search-div .search-input-container {
    position: relative;
}

.search-div .search-input-container .search-icon {
    position: absolute;
    height: 50%;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.team-section {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
}

.team-section .practice-grid {
    width: calc((100% /3) - 80px);
    margin-bottom: 50px;
}

.search-input-container .search-input {
    height: 60px;
    box-shadow: 0 0 10px #0000001c;
    margin: 10px 0;
    padding: 10px 30px;
}

.search-input-container .search-input::placeholder {
    color: #c1c1c1;
}

.news-events-grids {
    background-color: #fff;
    /*border-radius: 15px;*/
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 0 13px #0000001a;
    transition: .5s;
    border-radius: 7px;
}

.news-events-grids .news-img {
    height: 230px;
    width: 100%;
    background-size: 100% 100%;
    /* border-radius: 15px; */
    background-position: center;
    transition: .5s;
}

.news-info .date-info span {
    color: #00A86B;
}

.news-info .date-info {
    color: #1D1D1D;
    font-size: 14px;
    margin-top: 20px;
}

.news-info {
    padding: 0 15px 30px;
}
.news-info p {
    color: #888;
    font-size: 14px;
    margin-top: 20px;
}

.news-info h4 {
    font-size: 21px;
    /*font-family: 'nunito-semiBold';*/
    line-height: 1.4;
    transition: .5s;
}

.news-btn-div {
    padding: 0 15px 20px;
}

.news-btn-div .news-btn {
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #474747;
    /*font-family: 'nunito-Bold';*/
    transition: .5s;
}

.news-events-grids:hover .news-btn {
    color: #00a86b;
}

.news-btn-div .news-btn svg {
    margin-left: 10px;
    width: 25px;
}

.news-events-grids:hover .news-img {
    background-size: 110% 110%;
}

.news-events-grids:hover h4 {
    color: #00a86b;
}

.news-events-grids:hover {
    box-shadow: 0 0 20px #0000002e;
}

.hero-section > .col-md-12 {
    padding: 50px 0;
    text-align: center;
}

.hero-section .section-head h2 {
    margin-bottom: 30px;
}

.team-home-section-new {
    background-color: #f9f9f9;
    text-align: center;
    padding: 80px 0;
}

.team-home-section-new .section-head h2 {
    margin-bottom: 30px;
}

.hexagon-list-pointers li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #616161;
    font-size: 15px;
}

.hexagon-list-pointers li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url(../images/hexagon-list.svg);
    height: 18px;
    width: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail-content-pointers {
    padding: 30px 15px;
}

.detail-content-pointers h3 {
    margin-bottom: 20px;
    /* font-family: 'nunito-semiBold'; */
    font-size: 24px;
}

.news-detail-content-section p {
    margin-bottom: 13px;
    color: #616161;
    font-size: 15px;
    text-align: justify;
}

.news-detail-content-section {
    padding: 50px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
}

.pagination li {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: .3s;
}

.pagination li:first-child, .pagination li:last-child {
    border: none;
}

/*.pagination li:last-child {
    transform: rotate(180deg);
}*/

.pagination li.active,
.pagination li:hover {
    background-color: #10495b;
    color: #fff;
    border-color: #10495b;
}

.pagination li.active svg line,
.pagination li:hover svg line {
    stroke: #fff;
}

.pagination li.active svg circle,
.pagination li:hover svg circle {
    stroke: #10495b;
}

.news--detail-top-banner-section {
    justify-content: left;
    min-height: 50vh;
}

.news--detail-top-banner-section .banner-text-area h1 {
    text-align: left;
    border: none;
}

.news--detail-top-banner-section  ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.news--detail-top-banner-section ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-right: 40px;
}

.news--detail-top-banner-section ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
}

.news--detail-below-image {
    margin-top: 40px;
}

.news--detail-below-image h3 {
    color: #474747;
    /*font-family: 'nunito-semiBold';*/
    margin-bottom: 25px;
    /*text-align: center;*/
    font-size: 24px;
}

.related--news-section .section-head {
    margin-bottom: 40px;
}

.related--news-section {
    padding-bottom: 80px;
}

.related--news-grids-div .news-info h4 {
    padding-top: 15px;
}

.related--news-grids-div .news-info .date-info {
    margin: 12px 0 0px;
}

.related--news-grids-div .news-info p {
    margin-top: 12px;
}

.related--news-grids-div .news-info {
    padding-bottom: 10px;
}

.contact--info {
    background-color: #F8F8F8;
    padding: 40px 30px;
    height: 100%;
    transition: .5s;
    border: 1px solid #eaeaea;
}

.contact--info .info-grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #70707057;
    transition: .3s;
}

.contact--info .info-grid .icon {
    width: 50px;
    height: 50px;
    background-color: #00a86b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    /* backface-visibility: hidden; */
}

.contact--info .info-grid:hover .icon {
    background-color: #028656;
    transform: scale(1.1);
}

.contact--info .info-grid .icon svg path {
    stroke: #fff;
}

.contact--info .info-grid .icon svg {
    transform: scale(.8);
}

.contact--info .info-grid  .info-text {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.contact--info .info-grid .info-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact--info .info-grid .info-text p a{
    color:#212529 ;
}

.contact--info .info-grid:last-child{
    padding: 0;
    margin: 0;
    border: none;
}

.contact--info .info-grid .info-text .label {
    /*font-family: 'nunito-bold';*/
    font-size: 16px;
    margin-bottom: 3px;
    transition: .3s;
}

.contact--info .info-grid:hover .info-text .label {
    color: #028656;
}

.contact--info .info-grid:hover {
    border-color: #028656;
}

.contact-form-section {
    padding: 60px 0;
}

.contact--form-div {
    text-align: center;
    padding: 0 50px;
}

.contact--form-div .section-head h2 {
    /* font-size: 40px; */
}

.contact--form-div .section-head {
    max-width: 75%;
    margin: 0 auto 20px;
}

.contact--form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact--form form > .form-group {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.contact--form form input, .contact--form form select{
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    height: 50px;
    box-shadow: none !important;
}

.contact--form form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px;
    height: 100px;
    box-shadow: none !important;
}

.contact--info:hover {
    box-shadow: 0 5px 20px #00000014;
}

.contact--form form input:focus {
    border-color: #000;
}

.contact--form form textarea:focus {
    border-color: #000;
}

.contact--form form > .form-group:last-child {
    width: 100%;
}

form .form-group.width_100 {
    width: 100%;
}

form .learn-more-button {
    background-color: #00a86b;
    color: #fff;
}

form .learn-more-button:hover {
    background-color: #fff;
    color: #00a86b;
}

.contact--form-div .learn-more-button:hover svg path, 
.contact--form-div .learn-more-button:hover svg line {
    stroke: #00a86b;
}

.contact--form-div .learn-more-button svg path, 
.contact--form-div .learn-more-button svg line {
    stroke: #ffffff;
}

.contact--map-section {
    padding: 0px 0 50px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.expertise-page .section-head {
    margin-bottom: 70px;
    text-align: center;
    color: #474747;
}

.expertise-page .section-head p {
    line-height: 1.6;
}

.expertise-area-container .practice-grid {
    margin-bottom: 60px;
}

.expertise-page .section-head h2 {
    font-size: 30px;
    /* font-family: 'nunito-semiBold'; */
}

.expertise-listing-section {
    padding: 50px 0;
}

.sectors-icons-container .sectors-icon {
    min-width: calc(100% / 5);
    text-align: center;
    margin-bottom: 30px;
    /* font-family: 'nunito-semiBold'; */
    color: #474747;
    padding: 15px;
    border-radius: 10px;
    transition: .3s;
}

.sectors-icons-container .sectors-icon .icon {
    margin-bottom: 10px;
}

.sectors-icons-container .sectors-icon .icon img {
    height: 60px;
    transition: .3s;
}

.sectors-icons-container .sectors-icon:hover {
    box-shadow: 0 2px 15px #00000012;
    color: #08aa6e;
}

.sectors-icons-container .sectors-icon p {
    margin-bottom: 0;
}

.sectors-display-section {
    margin-bottom: 70px;
}

.expertise-area-container .practice-grid .grid-img {
    height: 300px;
}

.learn-more-button>button {
    background: inherit;
    box-shadow: none !important;
    border: none;
    color: inherit;
    font-size: inherit;
}

.team-page-section .other-members {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-page-section .practice-grid {
    width: calc((100% /4) - 40px);
}

.team-page-section .other-members .practice-grid {
    margin-left: 0px;
    margin-right: 20px;
}


.team-page-section .team-section {
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
}

.team-page-section .team-section > .practice-grid {
    margin: 0 20px;
}

.team-page-section .team-slider-div {
    width: 100%;
}

.team-page-section .other-members .practice-grid {
    width: calc((100% /4) - 20px);
}

.join-us-text {
    color: #474747;
    padding-left: 0rem;
    padding-right: 4rem;
}

.join-us-text h2 {
    font-size: 30px;
    /* font-family: 'nunito-semiBold'; */
    margin-bottom: 20px;
}

.join-us-text p {
    line-height: 1.6;
}

.apply-opportunity-section {
    padding: 40px 0 20px;
}

.apply-opportunity-section .section-head h2 {
    font-size: 30px;
    /* font-family: 'nunito-semiBold'; */
    margin-bottom: 70px;
}

.opportunity-div {
    color: #474747;
    margin-bottom: 30px;
    border-bottom: 1px solid #00a86b75;
    padding-bottom: 30px;
}

.opportunity-right {
    color: #616161;
    line-height: 1.6;
}

.opportunity-left {
    font-size: 18px;
}

.opportunity-right .view-more-button {
    margin-top: 30px;
}

.opportunity-right .view-more-button a {
    /*padding: 10px 15px 9px 35px;*/
    font-size: 13px;
}

.opportunity-right .view-more-button a svg {
    width: 20px;
    margin-left: 20px;
}

.apply-opportunity-section .opportunity-div:last-child {border: none;margin-bottom: 0;}

.join-us-section {
    padding: 55px 0 30px;
}

.opportunity-right p {
    margin-bottom: 0;
}

.team-detail-banner {
    background-size: cover;
    background-position: center;
    min-height: 35vh;
    align-items: flex-end;
    justify-content: start;
    padding-bottom: 20px;
}

.team-detail-banner .banner-text-area h1 {
    text-align: left;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.team-detail-banner .role {
    line-height: 1;
    margin-bottom: 10px;
    color: #00A86B;
}

.team-single-left {
    padding-right: 2rem;
}

.team-detail-member-info p {
    line-height: 1.6;
}

.team-detail-member-info {
    margin-bottom: 30px;
}

.team-detail-member-contant {
    padding-bottom: 20px;
}

.team-detail-member-contant h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #cacaca;
}

.team-detail-member-contant h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.team-detail-member-img p {
    text-align: center;
}

.team-detail-member-img img {
    max-width: 90%;
    margin: 0 auto;
}

.team-detail-expertise ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 15px;
    color: #474747;
}

.team-detail-expertise ul li.label {
    /*font-family: 'nunito-semiBold';*/
    color: #1D1D1D;
    font-size: 21px;
}

.team-detail-expertise .subhead {
    position: relative;
    /* display: inline-block; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.team-detail-expertise .subhead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #cacaca;
}

.team-detail-expertise {
    padding-left: 2rem;
    margin-top: 50px;
}

.team-detail-member-img p {
    margin-bottom: 7px;
}

.team-detail-member-img p a {
    color: inherit;
}

.team-detail-member-img .img {
    padding-bottom: 10px;
    text-align: center;
}

.team-detail-expertise ul {
    padding-bottom: 5px;
    padding-right: 7rem;
}

.practice-area-section .practice-grid:hover .grid-content .learn-more-button svg path, 
.expertise-area-container .practice-grid:hover .grid-content .learn-more-button svg path, 
.practice-area-section .practice-grid:hover .grid-content .learn-more-button svg line,
.expertise-area-container .practice-grid:hover .grid-content .learn-more-button svg line {
    stroke: #08aa6e;
}

.practice-area-section .practice-grid:hover .grid-content .learn-more-button svg,
.expertise-area-container .practice-grid:hover .grid-content .learn-more-button svg {
    transform: translateX(10px);
}

.practice-area-section .practice-grid:hover .grid-content .learn-more-button,
.expertise-area-container .practice-grid:hover .grid-content .learn-more-button {
    color: #08aa6e;
}

.practice-area-section .practice-grid:hover .grid-content h5,
.expertise-area-container .practice-grid:hover .grid-content h5 {
    color: #08aa6e;
}

.practice-area-section .practice-grid:hover .grid-img img,
.expertise-area-container .practice-grid:hover .grid-img img {
    transform: scale(1.05);
}

.practice-grid .grid-img img {
    transition: .3s;
}

.practice-area-section .practice-grid:hover .grid-img,
.expertise-area-container .practice-grid:hover .grid-img {
    box-shadow: 1px 6px 10px #04a96d4a;
    /* transform: translate(-6px, -6px); */
    border-radius: 20px;
}

.modal-content .join-us-text {
    text-align: center;
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.modal-dialog {
    max-width: 700px;
}

.modal-content {
    padding: 30px;
    background: #EFEFEF;
}

.modal-form .learn-more-button svg path, 
.modal-form .learn-more-button svg line {
    fill: #fff;
    stroke: #fff;
}

.modal-form input, .modal-form select {
    background: transparent !important;
}

.modal-form input::placeholder {
    color: #b7b7b7;
}

.modal-form .learn-more-button:hover svg path, .modal-form .learn-more-button:hover svg line {
    fill: #00a86b;
    stroke: #00a86b;
}

.about-us-banner-section {
    background-size: cover;
    background-position: center;
    justify-content: flex-start;
    min-height: 45vh;
}

.our-history-section {
    padding: 80px 0;
    background-color: #F9F9F9;
}

.awards-grid {
    background-color: #f7f7f7;
    padding: 30px;
}

.awards-grid h3 {
    margin: 20px 0 25px;
    font-size: 21px;
    border-bottom: 2px solid;
    display: inline-block;
}

.awards-grid img {
    width: 70%;
    margin-bottom: 10px;
}

.about-awards-section {
    padding: 50px 0;
}

.awards-content li {
    margin-bottom: 9px;
}

.map-container-div {
    height: 100%;
}

.insights-filter-tabs {}

.insights-filter-tabs .nav-link {
    border: 1px solid #00a86b !important;
    border-radius: 5px;
    margin-right: 30px;
    padding: 7px 40px 10px;
    color: #00a86b;
    font-size: 15px;
}

.insights-filter-tabs .nav-item {
    border: none;
    min-width: 35%;
    text-align: center;
}

.insights-filter-tabs > .nav {
    border: none;
}

.insights-filter-tabs .nav-link.active {
    background-color: #00a86b;
    color: #fff;
}

.filter-practice-tabs select {
    min-height: 41px;
    max-width: 70%;
    border-color: #00a86b !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 0px 15px;
}

.filter-practice-tabs {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
} 

.insights-grids-div {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    position: relative;
}

.insight-grid {
    position: relative;
    width: calc((100% / 3) - 15px);
    border: 1px solid #00A86B;
    padding: 30px;
    padding-bottom: 43px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.insight-grid .publish {
    color: #535353;
    font-size: 14px;
    margin-bottom: 11px;
}

.insight-grid .publish .publisher-name {
    color: #00A86B;
}

.insight-grid .insight-head {
    font-size: 19px;
    margin: 0 0 15px;
    color: #333333;
    line-height: 1.4;
}

.insight-grid .insight-text {
    color: #4B4B4B;
    padding-right: 20px;
    margin-bottom: 30px;
}

.read-more-button {
    color: #333;
    display: flex;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    align-items: center;
    padding-top: 10px;
    position: absolute;
    bottom: 30px;
    transition: .3s;
    text-decoration: none;
}

.read-more-button svg {
    width: 23px;
    margin-left: 10px;
    transition: .3s;
}

.read-more-button:hover {
    color: #00a86b;
}

.read-more-button:hover svg {
    transform: translateX(7px);
}

.detail-content-pointers img.img-fluid {
    width: 60%;
}

.disclaimer-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    z-index: 99999;
    /* padding: 30px 25px; */
    /* background-color: #000; */
    box-shadow: 0 0 20px #00000047;
}

.disclaimer-popup .disclaimer-content {
    position: relative;
    width: 60%;
    background-color: #ffffff;
    padding: 15px 20px 20px;
    /* border-radius: 15px; */
    box-shadow: 0 0 10px #0000002b;
    /* overflow-y: scroll; */
    /* background: transparent linear-gradient(89deg, #145963 0%, #0A3450 100%) 0% 0% no-repeat padding-box; */
    /* min-height: 83%; */
    /*border: 5px solid #000000;*/
}

.disclaimer-popup .disclaimer-content .inner-content {
    background-color: #fff;
    padding: 15px 0px 0px;
    /* border-radius: 10px; */
}

.disclaimer-popup .disclaimer-content .logo {
    padding: 5px 0px 15px;
    border-bottom: 1px solid #dedede;
}

.disclaimer-popup .disclaimer-content .logo img {
    height: 50px;
}

.dark-background {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #00000061;
    /* opacity: 0; */
}

.disclaimer-popup .view-more-button.disclaimer-btns {
    margin-top: 30px;
    justify-content: center;
    padding: 0 20px;
}

.disclaimer-popup .view-more-button.disclaimer-btns > .learn-more-button {
    margin: 0 10px;
}

.disclaimer-popup .disclaimer-content h2 {
    font-size: 24px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    color: #00a86b;
    padding-bottom: 19px;
    border-bottom: 1px solid #dedede;
}

.disclaimer-popup .disclaimer-content .text {
    font-size: 14px;
    line-height: 2;
}

.disclaimer-popup .disclaimer-content .inner-content p {
    font-size: 13px;
}

.clients-awards-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 40px;
}

.clients-awards-images img {
    max-height: 220px;
    max-width: 25%;
    margin-right: 50px;
}

.about-page-overview-sec .hexagon-list-pointers li {
    font-size: 16px;
    color: #616161;
}

.about-page-overview-sec .hexagon-list-pointers {
    margin-top: 40px;
}

.about-awards-section .swiper-button-next.swiper-button-disabled, 
.homepage-accolades-section .swiper-button-next.swiper-button-disabled, 
.about-awards-section .swiper-button-prev.swiper-button-disabled,
.homepage-accolades-section .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}

.careers-page .modal-content {
    background: #fff;
}

.footer-social-icons .linkedin-footer {
    height: 30px;
    /*margin-bottom: 40px;*/
}

.footer-social-icons a {
    display: inline-block;
    margin-bottom: 35px;
}

.team-social-icons {
    text-align: center;
    margin-top: 15px;
}

.linkedin-team {
    height: 28px;
    margin-bottom: 40px;
}

.team-social-icons img {
    width: 35px;
    height: 35px;
}

.team-page-section .team-section > .practice-grid p {
    min-height: 75px;
}

.news-events-section .grid-content h5 {
    border-bottom: 1px solid #0ca16b;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.news-events-section .grid-content {
    font-size: 14px;
}

.news-events-section .grid-content .news-btn-div {
    padding: 15px 0px;
    font-size: 14px;
}

.expertise-svg svg {
    width: 90%;
    height: auto;
}

.expertise-svg-text tspan:not(.text-visible) {
    opacity: 0;
}

.expertise-svg-text:hover tspan, 
.expertise-svg-text.show tspan {
    opacity: 1 !important;
}

.expertise-svg-text tspan {
    transition: .7s;
}

#Group_1910:hover{
    position: relative;
    z-index: 99;
}

#Group_1910:hover>path {
    fill: #00a86b;
    filter: drop-shadow(0px 0px 6px #0000005e);
} 
#Group_1913:hover{
    position: relative;
    z-index: 99;
}

#Group_1913:hover>path {
    fill: #145963;
    filter: drop-shadow(0px 0px 6px #0000005e);
} 
#Group_1911:hover{
    position: relative;
    z-index: 99;
}

#Group_1911:hover>path {
    fill: #fff;
    filter: drop-shadow(0px 0px 6px #0000005e);
} 
#Group_1912:hover{
    position: relative;
    z-index: 99;
}

#Group_1912:hover>path {
    fill: #000;
    filter: drop-shadow(0px 0px 6px #0000005e);
    /*     filter: drop-shadow(2px 4px 6px #00a86b); */
    /*     z-index: 99; */
}
#Group_1911:hover>g path {
    fill: #145963;
    stroke: #145963;
}

#Group_1913:hover >g path {
    fill: #fff;
}

#Ellipse_67:hover {
    fill: #145963;
    filter: drop-shadow(2px 4px 6px #00a86b);
    z-index: 99;
}

.expertise-svg svg path, .expertise-svg svg circle , .expertise-svg svg #Practice_Areas{
    transition: .5s;
    backface-visibility: hidden;
}

#Group_1911:hover #eco-light path {
    fill: #00a86b;
}

#Group_1910:hover #signal path {
    fill: #ffffff;
    stroke: #00a86b;
}

#Group_1912:hover #rise path {
    fill: #fff;
}

.expertise-svg .desktop-svg {
    display: block;
}

.expertise-svg .mobile-svg {
    display: none;
}

.expertise-mobile-content{
    display: none;
}

.expertise-page .sectors-display-section {
    margin-top: -50px;
}

.mobile-hexagon-div{
    display: none;
}

.expertise-svg-text:hover tspan.text-dots, 
.expertise-svg-text.show tspan.text-dots {
    opacity: 0 !important;
}

.expertise-svg-text tspan.text-dots, 
.expertise-svg-text tspan.text-dots {
    opacity: 1 !important;
    transition: .1s;
}

.insight-grid.latest-news {
    width: calc((100% / 2) - 15px);
    height: 60vh;
    margin: 0 auto;
}

.insight-grid.latest-news marquee {
    height: 100%;
}

.insights-grids-div .latest-news-grids {
    width: calc((100% / 2) - 15px);
}

.insights-grids-div .latest-news-grids .insight-grid {
    width: calc(100% - 15px);
    height: 544px;
    /*height: calc(100% - 72px);*/
}

.insights-grids-div .latest-news--insights-grids {
    width: calc(100% - ((100% / 3) - 15px));
    width: calc((100% / 2) - 15px);
    height: 100%;
}

.insights-grids-div .latest-news--insights-grids .insight-grid {
    width: calc((100% / 2) - 15px);
    width: 100%;
}

.insights-grids-div .latest-news--insights-grids {
    display: flex;
    flex-wrap: wrap;
}

.insights-grids-div .latest-news-grids .insight-grid marquee {
    height: 100%;
}

.insights-grids-div .section-head h2 {
    font-size: 24px;
}

marquee .hexagon-list-pointers li .publish {
    margin-bottom: 7px;
}

marquee .hexagon-list-pointers li {
    margin-bottom: 25px;
}

.insights-grids-div .latest-news--insights-grids .insight-grid .insight-text {
    margin-bottom: 0;
}

.news-events-section .grid-content .publish {
    margin-bottom: 9px;
    font-size: 12px;
}

.news-events-section .grid-content .publish .publisher-name {
    color: #0ba26b;
}

.our-accolades-section .slider-arrows {
    padding-bottom: 0;
}

.our-accolades-section .section-head h2 {
    margin-bottom: 0;
}

.news-events-section .slider-arrows {
    padding-bottom: 0;
}

.banner-text-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .5;
}

