

/* @charset "utf-8";

:root{
    --color-primary: #ffffff;
} */


body {
    font-family: "Open Sans" !important;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed/OpenSansCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans_Condensed/OpenSansCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed/OpenSansCondensed-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans_Condensed/OpenSansCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed/OpenSansCondensed-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans_Condensed/OpenSansCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed/OpenSansCondensed-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans_Condensed/OpenSansCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed/OpenSansCondensed-Light.woff2') format('woff2'),
        url('../fonts/OpenSans_Condensed/OpenSansCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


h1>span{
    font-family: "Open Sans Condensed" ;
}
a:hover,
a:focus {
	outline: none !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
/* ::-webkit-scrollbar {
    width: 15px;
} */
 

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	list-style: none;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

@media (min-width: 1200px)
{
.container {
    max-width: 1199px;
}
}

@media (min-width: 1500px) and (max-width:1800px)
{
.container {
    max-width: 1400px;
}
}

@media (min-width: 1801px) and (max-width:2500px)
{
.container {
    max-width: 1650px;
}
}

header{    float: left;
    width: 100%;}
header .logo{float: left;
    position: absolute;
    width: 100px;
    margin-top: 25px;
z-index: 9;
    margin-left: 45px;}
header .logo img{width: 100%;}
.banner{
    float:left;
    width:100%;
    max-height:100vh;
    overflow: hidden;
    position: relative;
}

video{
    width:100%;
}

.banner img{
    float:left;
    width:100%;
}
.banner .banner-title{
    position: absolute;
    top: calc(100% - 77%);
        padding: 0px 45px;
}

.banner .banner-title h1{
    color: #fff;
    font-size: 1.5em;
    /* font-family: 'KPMG'; */
    line-height: 48px;
    font-weight: 300;
}

.banner .banner-title h1 span{
    font-size: 1.8em;
    font-weight: bold;
}

.body-wraper{
    float: left;
    margin-top: -25%;
    position: relative;
    background: #fff;
    padding: 0px 40px 30px 30px;
}

.panel-1{padding: 30px 0px 0px;
    float: left;
    width: 100%;}
.panel-1 p{color: #333333;
    font-size: 16px;
    line-height: 26px;}
.customer-data-panel{
    float:left;
    width:100%;
    padding: 30px 0 50px;
}

.close-icon img{
    width:15px;
}

.customer-data-panel .customer-filter{    
    height: 100vh;
    background: #F8F8F8; 
    position: sticky;
    top:20px;
    width:95%;
    overflow: auto;
}
.customer-data-panel .customer-filter h2{    font-size: 16px; color: #333333;margin-bottom: 0px;
    font-weight: normal;
    /* font-family: "Open Sans Condensed" ; */
}
.customer-data-panel .customer-filter h4{    font-size: 18px;
    margin-bottom: 0px;
    color: #5D5D5D;
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
    padding: 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.customer-data-panel .customer-filter h4>span{
    font-weight:normal;
    cursor: pointer;
}

.customer-data-panel .customer-filter label .number{float: right;
    position: relative;
    top: 3px;
    left: 5px;}


.customer-data-panel .customer-filter details {
    font-weight: 400;
text-wrap: pretty;
/* background-color: #FFFFFF; */
border-bottom: 1px solid #E5E5E5;
}
.customer-data-panel .customer-filter details[open]{
    border: 0px;
    background-color: #FFFFFF;
}

.customer-data-panel .customer-filter summary {
    display: block;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: 0.25s margin ease-out, 0.25s border-bottom ease-out;
}

.customer-data-panel .customer-filter details div{
    max-height:200px;
    overflow: auto;
        width: 95%;
    /* scrollbar-width: thin; */
    
}

 .customer-data-panel .customer-filter details div::-webkit-scrollbar {
    width: 4px; /* width of the scrollbar */
    /* display: none; */
}

 .customer-data-panel .customer-filter details div::-webkit-scrollbar-track {
    display: none;
}

 .customer-data-panel .customer-filter details div::-webkit-scrollbar-thumb {
    background-color: #5D5D5D; 
    border-radius: 10px; 
}


.customer-filter::-webkit-scrollbar {
    width: 8px; /* width of the scrollbar */
    /* display: none; */
}

.customer-filter::-webkit-scrollbar-track {
    display: none;
}

.customer-filter::-webkit-scrollbar-thumb {
    background-color: #5D5D5D; 
    border-radius: 10px; 
}


.customer-data-panel .customer-filter summary:before {
    content: "";
    /* border-width: 0.4rem; */
    /* border-style: solid; */
    /* border-color: transparent transparent transparent #7f7f7f;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: rgb(127, 127, 127); */
    background: url(../image/arrow.svg) no-repeat right;
    position: absolute;
    top: 13px;
    right: 16px;
    transform: rotate(0);
    transform-origin: 0.2rem 50%;
    transition: 0.25s transform ease;
    width: 13.9px;
    height:15.1px;
}

.customer-data-panel .customer-filter summary::-webkit-details-marker {
    display: none;
}

.customer-data-panel .customer-filter details[open] summary {
    margin-bottom: 0.5em;
    background: #E5E5E5;
}
.customer-data-panel .customer-filter details:hover summary{
    transition: all 500ms ease;
    background: #E5E5E5;
}

.customer-data-panel .customer-filter details[open] > summary:before {
    transform: rotate(-90deg);
}
.customer-data-panel .customer-filter form{    margin-bottom: 15px;     padding: 0px 12px;}
.customer-data-panel .customer-filter form label{    font-size: 14px; cursor: pointer;     color: #666666;
    position: relative;
    left: 7px;}
.customer-data-panel .customer-filter form label input{     margin-right: 6px;
    position: relative;
    top: 2px;
    width: 20px;
    height: 15px;
    left: -2px;
    position: relative;
}
.customer-data-panel .customer-list{justify-content: space-between;}
.customer-data-panel .customer-list .customer-tile{float: left;
    width: 49%;
    /* border: 1px solid #E5E5E5; */
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
visibility: visible;
animation: customerTileBox .8s linear;
background-color: #F5F6FA;}
@keyframes customerTileBox {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.customer-data-panel .customer-list .customer-tile .col-img{float: left; width:100px;  }
.customer-data-panel .customer-list .customer-tile .col-img img{width:100%;}
.customer-data-panel .customer-list .customer-tile .col-list{    width: calc(100% - 120px);}
.customer-data-panel .customer-list .customer-tile h2{    font-size: 1.2em;font-family: "Open Sans Condensed" ;color: #00338D; font-weight: bold;}
.customer-data-panel .customer-list .customer-tile h3.pLocation{font-size:16px;font-weight: 400;color: #666666;}
.customer-data-panel .customer-list .customer-tile h3.sLocation{font-size:16px;font-weight: 400;color: #666666;}
.customer-data-panel .customer-list .customer-tile h3.practice{font-size:16px;font-weight: 400;color: #666666;}
.customer-data-panel .customer-list .customer-tile h3.tile{font-size:16px;font-weight: 400;color: #666666;}
.customer-data-panel .customer-list .customer-tile h3.brg{font-size:16px;font-weight: 400;color: #666666;}
.customer-data-panel .customer-list .customer-tile h3{font-size: 15px;
    font-weight: 400;
    color: #666666;}

.customer-tile .col-list .loc,
.customer-tile .col-list .industry,
.customer-tile .col-list .region{
    display: none;
}

/* .customer-data-panel .customer-list .customer-tile .col-list h3:nth-child(3),
.customer-data-panel .customer-list .customer-tile .col-list h3:nth-child(4){display: none;} */

/* .customer-data-panel .customer-list .customer-tile .col-list h3~h3~h3{display: none;} */

.filter-active-list ul{float:left; width:100%;}
.filter-active-list ul li{   float: left;
    border: 1px solid #B2B2B2;
    padding: 10px 15px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #666666;
    font-size: 15px;
    display: flex
;
    align-items: center;
}
.filter-active-list ul li:hover{
    opacity:.5;
    transition: all 500ms ease;
}
.filter-active-list ul li .close-icon{    float: left;
        margin-left: 10px;
    }
.no-data{    display: none;
    height: 70vh;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
color: #000000;}


.iframe video, .page-scroll, .page-object, .page-scroll {
    width:100% !important;
}

.desktop_filter{
    display: block;
}
.mobile_filter{
    display: none;
}


.footer {
    padding: 0 !important;
}

.footer {
    font-family: "Open Sans", Helvetica, sans-serif;
    color: #fff;
    padding: 2em 14em 3em 14em;
    text-align: left;
    line-height: 1.2em;
    background: #00338d;
}

.footer-in .footer-nav {
    background: #00338d;
    padding-top: 40px;
    padding: 40px 25px 10px 25px;
}

.footer-in .row {
    display: flex;
    flex-wrap: wrap;
}

.footer-in .row .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}
.footer-in .footer-nav .web-links {
    margin-top: 0px;
}

.footer-in ul {
    list-style: none;
}
.footer-in .footer-nav .web-links li {
    font-size: 1em !important;
    position: relative;
    margin-right: 1em;
}

.footer-in .footer-nav ul li {
    color: #fff;
    font-weight: bold;
}
.footer-in ul li {
    display: inline-block;
    margin-right: .25em;
    width: auto;
    padding-bottom: 10px;
}
.footer-in ul li {
    font-size: .85em !important;
}
.footer-in .footer-nav .web-links li a {
    font-size: 1em !important;
}
.footer-in .footer-nav ul li a {
    color: #fff !important;
    font-weight: bold;
}
.footer-in a {
    font-size: 1em;
    color: #767676 !important;
    text-decoration: none;
}
.footer-in .footer-nav .web-links li a img {
    width: 35px;
    position: relative;
    top: 0px;
}
.footer-in .footer-nav .web-links li:last-child {
    padding-left: 1.2em;
}
.footer-in .footer-nav .web-links li:last-child::before {
    position: absolute;
    left: -4px;
    top: -15px;
    background-color: #fff;
    width: 1px;
    height: 55px;
    content: '';
}
.footer-in .footer-nav .nav-links {
    padding-right: 40px;
    text-align: right;
}
.footer-in .footer-nav .nav-links li {
    position: relative;
    padding: 0em 1.5em;
}
.footer-in .footer-nav .nav-links li a {
    font-size: .95em !important;
}
.footer-in .footer-nav .nav-links li:first-child::before {
    width: 0px;
}
.footer-in .footer-nav .nav-links li::before {
    position: absolute;
    left: -4px;
    top: -5px;
    background-color: #fff;
    width: 1px;
    height: 33px;
    content: '';
}
.footer-in .disclaimer {
    background: #00338d;
    padding: 0px 5px 20px 25px;
}
.footer-in .disclaimer p {
    font-size: .7em !important;
}

details p{
    font-size: 13px;
    color: #333;
    line-height: 22px;
}




.no-data .noImage{
     float: left;
    width:100%;
    text-align: center;
}
.no-data .noImage img{
        position: relative;
    left: -15px;
    width: 135px;
    margin-bottom: 15px;
}
.no-data h4{
    float: left;
    width:100%;
    text-align: center;
    color: #949494;
    margin-bottom: 5px;
}
.no-data p{
     float: left;
    width:100%;
    text-align: center;
    color: #949494;
    font-weight: 100;
}







    @media (max-width: 991px){
        .customer-data-panel .customer-list .customer-tile{width: 100%;}
    }    


@media(max-width:767px)
{
    .desktop_filter{
        display: none;
    }
    .mobile_filter{
        display: block;
    }

    .body-wraper{
        padding: 0px;
        margin-top: 0px;
    }
    .banner .banner-title h1 {
        font-size: 1em;
        line-height: 2.3em;
        margin-top: 25px;
    }
    .banner .banner-title h1 span {
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.3em;
    }

    .filter-active-list ul{
        margin-top: 10px;
    }
    .footer-in .row{
        display: block;
    }

    .footer-in .row .col-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex:0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .footer-in .footer-nav{
        padding: 20px 0px;
    }
    .footer-in .footer-nav .nav-links {
        padding-right: 0;
        text-align: center;
    }
    .footer-in .disclaimer {
        background: #00338d;
        padding: 0px 0px 20px 0px;
        margin-top: 10px;
    }
    .footer-in .footer-nav .web-links {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .footer-in .footer-nav .web-links li{
        font-size: .8em !important;
    }
    .footer-in .footer-nav .nav-links li a {
        font-size: .85em !important;
    }
    .footer-in .disclaimer p {
        font-size: .6em !important;
    }
}

@media(min-width:767px) and (max-width:850px)
{
    .body-wraper{
        padding: 0px;
        margin-top: 0px;
    }  
}

@media(min-width:767px) and (max-width:991px)
{
    .footer-in .footer-nav .web-links li,
    .footer-in .footer-nav .web-links li a{
        font-size: .9em !important;
    }
    .footer-in .footer-nav .nav-links{
        padding-right: 0px;
    }
    .footer-in .footer-nav .nav-links li{
        padding: 0em .8em;
    }
}




@media(min-width:1921px) and (max-width:2500px)
{
.banner .banner-title{
    position: absolute;
    top: calc(100% - 80%);
}
.body-wraper{
    margin-top: -40%;
}
}


@media(min-width:2501px) and (max-width:4000px)
{
.banner .banner-title{
    position: absolute;
    top: calc(100% - 80%);
    width: 1175px;
}
.body-wraper{
    margin-top: -65%;
}
}

