@font-face {
    font-family: Poppins;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-light;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-thin;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Thin.ttf);
}

@font-face {
    font-family: Poppins-bold;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-medium;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-black;
    src        : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/assets/fonts/Poppins/Poppins-Black.ttf);
}

body {
    margin     : 0;
    padding    : 0;
    box-sizing : border-box;
    font-family: 'Poppins', sans-serif;

}

section.sub-header p {
    margin: 0;
}

section.header-section {
    /*max-width       : 1640px;*/
    margin          : auto;
    background-color: #fff;
    padding         : 0 16px;
    /* overflow     : hidden; */
}

.hme-bnr-btn:hover {
    background-color: #fff;
}

section.top-blog .row {
    align-items: center;
}

.top-blog-rt img {
    width: 100%;
}

a.navbar-brand img {
    width: 100%;
}

.top-blog-lft img {
    width: 80%;
}

form.d-flex {
    justify-content: space-between;
}

.about-section {
    max-width : 95%;
    margin    : auto;
    margin-top: -50px;
}

.chosen-container .chosen-results li {
    padding: 5px 6px !important;
}

.sub-header {
    padding   : 20px 0px;
    background: #f9f9f9;
}

.search {
    position: relative;
}

.search input {
    height       : 46px;
    text-indent  : 37px;
    border       : 2px solid #d6d4d4;
    margin-top   : 0;
    border-radius: 0;
}

.icon-link img {
    width : 28px;
    margin: 0 3px;
}

.search input:focus {
    box-shadow: none;
    border    : 2px solid blue;
}

div#navbarSupportedContent .navbar-nav {
    /* margin: 0 auto; */
    width          : 100%;
    justify-content: space-between;
}

.search .fa-search {
    position: absolute;
    top     : 17px;
    left    : 16px;
}

.srch-frm-head {
    margin-bottom: 0;
}

.icon-link {
    display        : block;
    padding        : 7px 1px;
    text-decoration: none;
    transition     : color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

li.nav-item {
    padding: 0px 0;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size    : 12px;
    padding-right: 18px;
    line-height  : 2;
    padding-left : 3px;
}

li.nav-item .dropdown-toggle::after {
    border-top   : none;
    border-left  : none;
    width        : 7px;
    height       : 7px;
    transform    : rotate(45deg);
    border-right : 3px solid rgb(0 0 0);
    border-bottom: 3px solid rgb(0 0 0);
    display      : inline-block;
    margin-left  : 4px;
}

.key {
    height       : 52px;
    text-indent  : 8px !important;
    border       : 2px solid #d6d4d4;
    width        : 217px !important;
    border-radius: 0;
}

.btn-sr,
.btn-filter {
    width        : 160px;
    border-radius: 0;
    height       : 52px;
    border-color : transparent !important;
    margin       : 0 7px;
}

.btn-sr {
    background-color: #AE4098;
}

.btn-filter {
    background-color: #2C1E3B;
}

.filt {
    width    : 100%;
    max-width: 100%;
}

ul li.red-box::before {
    content            : '';
    background-image   : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/rectangle41.png);
    background-repeat  : no-repeat;
    width              : 20px;
    height             : 20px;
    background-size    : auto;
    background-position: center;
    position           : absolute;
    left               : 0;
    top                : 15px;
}

ul.abt-ul {
    padding: 0;
}

li.red-box {
    text-align  : left;
    line-height : 3;
    list-style  : none;
    position    : relative;
    padding-left: 34px;
    font-size   : 14px;
}

section.about-section .col-md-6.ms-3 p {
    font-size  : 20px;
    font-weight: 600;
    line-height: 35px;
}

.ab-us {
    color      : #000;
    font-weight: 700;
    font-size  : 40px;
    line-height: 40px;
}

.btn-banner {
    border       : 1px solid #fff;
    border-radius: 0;
    color        : #fff;
    font-size    : 16px;
    padding      : 0px 32px;
    font-weight  : 400;
    line-height  : 3.3rem;
}

#demo .carousel-caption>* {
    margin: 23px 0;
}

#demo .carousel-caption {
    position      : absolute;
    bottom        : 0;
    left          : 10%;
    padding-top   : 2.25rem;
    padding-bottom: 4.25rem;
    color         : #fff;
    text-align    : left;
}

#demo .carousel-caption p {
    font-size  : 20px;
    line-height: 35px;
}

#demo .carousel-indicators {
    flex-direction  : column;
    left            : 74%;
    top             : 0;
    background-color: transparent !important;
}

#demo .carousel-indicators button {
    width        : 20px !important;
    height       : 20px !important;
    border-radius: 50%;
}

.ban-icon {
    position  : relative;
    margin-top: -342px;
}

.my-card-img {
    text-align: center;
    align-self: center;
}

h5.card-title {
    font-size  : 35px;
    font-weight: 700;
}

section.test {
    padding          : 120px 0;
    background-repeat: no-repeat;
    position         : relative;
    overflow-x       : hidden;
}

section.test::after {
    content          : " ";
    background-image : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/corner.png);
    background-repeat: no-repeat;
    position         : absolute;
    bottom           : 0;
    right            : -70px;
    width            : 351px;
    height           : 196px;
    z-index          : -1;
    display          : block;
    visibility       : visible;
    opacity          : 1;
    background-size  : contain;
}

section.test::before {
    content          : " ";
    background-image : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/corner.png);
    background-repeat: no-repeat;
    position         : absolute;
    top              : 0;
    left             : -70px;
    width            : 351px;
    height           : 196px;
    z-index          : -1;
    display          : block;
    visibility       : visible;
    opacity          : 1;
    background-size  : contain;
    transform        : rotate(540deg);
}

.owl-nav {
    display: none;
}

.owl-stage {
    background: #F7FAFD;
    padding   : 30px 0;
    margin    : 21px 0;
}

section.contact-section {
    background-image      : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/contactban.png);
    background-repeat     : no-repeat;
    background-position   : center;
    padding               : 80px 0;
    /* margin-top         : -120px; */
}

section.contact-section .col-md-6>p {
    font-size  : 15px;
    font-weight: 500;
    margin-top : 17px;
}

.footer {
    padding   : 80px 0;
    text-align: center;
}

.copy-rt {
    font-size : 14px;
    list-style: 1.3rem;
}

.back-pack {
    background-image : url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/form-back-pack.png);
    background-repeat: no-repeat;
    color            : #fff;
    height           : 500px;
    padding          : 0 73px !important;
    margin           : 0;
    display          : flex;
    flex-direction   : column;
    justify-content  : center;
}

section.form-section p {
    font-size  : 15px;
    line-height: 30px;
    width      : 70%;
    margin     : 0 0 30px 0;
}

.forms {
    height              : 500px;
    overflow            : auto;
    scrollbar-base-color: gold;
    padding             : 30px;
    margin              : 21px 2;
    padding             : 20px 32px;
    padding-top         : 0;
}

.forms h1 {
    font-size  : 37px;
    line-height: 20px;
}

.form-control-lg,
.form-select-lg {
    border       : 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

section.form-section.d-flex .col-md-7.forms .row .form-control-lg,
section.form-section.d-flex .col-md-7.forms .row .form-select-lg {
    font-size: 28px;
    margin   : 20px 0;
}

.latest-section {
    margin   : 80px auto;
    width    : 90%;
    max-width: 1640px;
    overflow : hidden;
}

section.latest-section .card .card-body {
    padding: 0;
}

section.latest-section .card {
    border       : none;
    border-radius: 0;
}

.side-img {
    float  : left;
    padding: 0px 20px 0px 0px;
}

h5.r-titlr {
    font-size  : 34px;
    line-height: 51px;
}

section.latest-section .carousel-indicators>button.active {
    background-color: #AE4098;
}

section.latest-section .carousel-indicators>button {
    background-color: #E5C2DE;
    height          : 20px;
    width           : 20px;
    border-radius   : 50%;
    margin          : 0 5px;
    padding         : 0px;
}

.header-section {
    position: relative;
    width   : 100%;
}

.fixed {
    position        : fixed !important;
    top             : 0 !important;
    z-index         : 9999;
    width           : 100%;
    background-color: #fff;
    padding         : 13px;
    left            : 0;
    right           : 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left    : -90px;
}

a.navbar-brand>img:nth-child(3) {
    width: 437px !important;
}

.form-w {
    width: 100% !important;
}

div#carouselExampleDark .carousel-indicators {
    top: 98%;
}

.btn-hd {
    height       : 100px;
    width        : 20%;
    padding      : 5px;
    margin       : -3px;
    border-radius: 0;
    box-shadow   : none !important;
    border       : none;
    font-size    : 0.9rem;
}

section.about-section .container img {
    width: 50%;
}


/** post page css **/
section.box-filters {
    width           : 100%;
    background-color: #F9F9F9;
    padding         : 26px 0;
}

.filter-by p {
    display    : inline-block;
    margin     : 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.search-filter button {
    position        : absolute;
    top             : 12px;
    background-color: transparent;
    border          : none;
    left            : 4px;
}

.filter-by {
    display        : flex;
    flex-direction : row;
    justify-content: space-between;
    align-items    : center;
    padding-left   : 53px;
    flex-wrap      : wrap;
}

.search-filter {
    position: relative;
}

.search-filter input {
    padding-left: 36px;
    width       : 100%;
    border      : 1px solid #D6D6D6;
    height      : 44px;
    font-family : 'Poppins', sans-serif;
    font-weight : 300;
    font-size   : 14px;
}

.search-filter button img {
    width: 19px;
}

.filter-by select,
.filter-by input {
    padding      : 0 20px;
    width        : auto;
    border       : 1px solid #D6D6D6;
    height       : 44px;
    font-family  : 'Poppins', sans-serif;
    font-weight  : 300;
    font-size    : 14px;
    max-width    : 152px;
    margin-bottom: 9px;
}

section.post-list-large {
    width   : 100%;
    position: relative;
    overflow: hidden;
    padding : 60px 0;
}

.heading {
    font-family: 'Poppins', sans-serif;
    color      : #1C1227;
    position   : relative;
    padding    : 0;
    font-weight: 500;
}

.heading.line-bar::after {
    content         : "";
    width           : 81px;
    height          : 4px;
    position        : absolute;
    background-color: #AE4098;
    bottom          : -6px;
    left            : 0;
    border-radius   : 3px;
}

.post-list-vertical img {
    width  : 100%;
    padding: 0;
}

.post-list-head {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    margin-bottom  : 17px;

}

.post-list-footer {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

span.year {
    background-color: #2C1E3B;
    color           : #fff;
    font-weight     : 700;
    height          : 35px;
    vertical-align  : middle;
    line-height     : 2;
    padding         : 0 20px;
    font-size       : 18px;
}

.style-bold {
    font-weight: 600;
}

.post-list-vertical {
    font-family   : 'Poppins', sans-serif;
    border-bottom : 1px solid #707070;
    padding-bottom: 17px;
    margin        : 25px 0;
    margin-right  : 23px;
}

a.post-hrf {
    font-size      : 14px;
    color          : #AE4098;
    text-decoration: none;
    font-weight    : 500;
}

a.post-hrf i {
    font-size     : 22px;
    margin-left   : 6px;
    vertical-align: middle;
    line-height   : 2px;
    transition    : all 0.3s ease;
}

a.post-hrf:hover i {
    transform: translateX(5px);
}

.post-list-content p {
    color      : #1C1227;
    font-size  : 13px;
    line-height: 1.7;
}

span.date {
    color    : #AFAFAF;
    font-size: 17px;
}

.w-ads-side {
    position     : relative;
    width        : 100%;
    margin-bottom: 30px;
        
}

.w-ads-side img {
    width     : 100%;
    object-fit: cover;
}

.w-ads-side a {
    position        : absolute;
    bottom          : 27px;
    left            : 17px;
    color           : #fff;
    text-decoration : none;
    background-color: #AE4098;
    padding         : 7px 13px;
    font-family     : 'Poppins', sans-serif;
    font-size       : 14px;
    border          : 1px solid #AE4098;
}

.w-ads-side a:hover {
    background-color: transparent;
    border-color    : #fff;
}

:root {
    --space   : 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
}

.sidebar {
    --offset  : var(--space);
    flex-grow : 1;
    flex-basis: 300px;
    align-self: start;
    position  : sticky;
    top       : var(--offset);
}

.w-large-ad img {
    width: 100%;
}

.w-large-ad {
    border-bottom : 1px solid #707070;
    padding-bottom: 20px;
    margin-right  : 23px;
}

/** end post page css **/



/** poerlist canada page css **/
section.top-blog {
    width          : 100%;
    position       : relative;
    overflow       : hidden;
    height         : auto;
    display        : flex;
    align-items    : center;
    background-size: cover;
}

#search-filter-form-6023 .chosen-container-single .chosen-single {margin-top: 8px;}
#search-filter-form-55102 .sf-field-search {}

.top-large-banner img {
    width     : 100%;
    height    : 420px;
    object-fit: cover;
}

.header-section #non-front-search, .header-section .icons {display:none;}

.filter-by button {
    background-color: #AE4098;
    height          : 44px;
    border          : 1px solid #AE4098;
    color           : #fff;
    width           : 116px;
    text-align      : center;
    margin-bottom   : 9px;
}

.filter-by button:hover {
    background-color: transparent;
    color           : #ae4098;
}

.person-des {
    margin   : 0;
    color    : #827d88b0 !important;
    font-size: 14px !important;
}

.style-bg-gray {

    background-color: #F5F5F5 !important;
    font-size       : 12px !important;
    padding         : 5px 10px !important;
    line-height     : 1.5 !important;
    min-height      : 30px !important;
    font-weight     : 400 !important;
    color           : #333333 !important;
    height          : auto !important;

}

.colr-black {
    color      : #1C1227 !important;
    font-weight: 500;
}

.style-noboder {
    border: none;
}

.w-hashtag p {
    color    : #A7A3AB;
    font-size: 16px;
}

.w-hashtag {
    border-bottom : 1px solid #A7A3AB;
    margin-top : 16px;
    padding-top: 7px;
}

.person-thumb img {
    min-width: 200px;
    width     : 100%;
    object-fit: cover;
}

.post-list-vertical .d-flex > div {
	margin-right: 18px;
}

.w-sider-btn {
    display       : flex;
    flex-direction: column;
    align-items   : center;
}

.w-sider-btn a {
    font-size       : 14px;
    color           : #AE4098;
    text-decoration : none;
    font-weight     : 500;
    background-color: #F7EBF5;
    width           : 100%;
    text-align      : center;
    margin-bottom   : 14px;
    height          : 45px;
    padding         : 13px 0;
    border          : 1px solid #f7ebf5;
}

.w-sider-btn a:hover {
    border-color: #AE4098;
}

.w-tabs {
    text-align: center;
    width     : 100%;
    position  : relative;
    padding   : 30px 0
}

ul.tabs-nav {
    padding   : 0;
    list-style: none;
    margin    : 0;
}

ul.tabs-nav li {
    display      : inline-block;
    padding      : 9px 28px;
    border-bottom: 3px solid #DADADA;
    margin       : 0 -3px;
}

ul.tabs-nav li a {
    text-decoration: none;
    color          : #1C1227;
    font-weight    : 600;
}

li.tab-active {
    border-color: #AE4098 !important;
}

.editor-msg-box .heading {
    margin-bottom: 22px;
}

/***/


/** profile page css**/
.style-profile {
    background-color: #2C1E3B !important;
    padding         : 36px;
}

.bnr-rt {
    text-align: right;
}

.bnr-rt .year {
    background-color: #AE4098;
    font-size       : 25px;
}

.bnr-rt p {
    color     : #FFD4F6;
    font-style: italic;
    font-size : 13px;
}

.bnr-rt ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
    margin-top: 59px;
}

.bnr-rt ul li {
    display    : inline-block;
    margin-left: 20px;
}

.bnr-rt li a {
    color          : #797083;
    text-decoration: none;
    font-size      : 17px;
}

.bnr-rt li a svg {
    width         : 22px;
    vertical-align: middle;
    margin-left   : 11px;
    fill          : #fff;
}



.logo-banner img {
    height: 202px;
    width : auto;
}

.profile-detail .person-thumb {
    margin-top: -167px;
    z-index   : 11;
    position  : relative;
    height: auto;
}

.profile-detail .post-list-head {
    margin-top     : 22px;
    text-align     : center;
    justify-content: center;
}
.card-grid-md {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;    justify-content: space-between;
}
.card-grid-md > .card {
    margin: 0;
}
.profile-detail h5.heading {
    font-size : 36px;
    margin-top: 10px
}

.profile-detail .person-des {
    font-size: 16px !important;
    color    : #737373 !important;
}

form#search-filter-form-6023 {
    margin: 0;
}

.about-section-img img {
    width     : 100%;
    height    : 251px;
    object-fit: cover;
}

.profile-social ul {
    list-style   : none;
    padding      : 0;
    margin       : 0;
    text-align   : center;
    margin-top   : 67px;
    margin-bottom: 18px;
}

.profile-social ul li {
    display: inline-block;
    margin : 0 9px;
}

.profile-social li a {
    color    : #000000;
    font-size: 20px;
}

.profile-social a i {
    transition: all 0.3s ease;
}

.profile-social a:hover i {
    transform: scale(0.7);
    color    : #AE4098;
}

.bnr-rt li a:hover svg path {
    fill: #ae4098;
}

.sponsr-box-logo {
    display        : flex;
    flex-direction : row;
    align-items    : center;
    justify-content: space-evenly;
    margin-top     : 21px;
}

.sponsr-box-logo img {
    width : 90px;
    margin: 0;
}

.sponsr-box-logo .year {
    color           : #b757a4 !important;
    background-color: #F8EEF6 !important;
}

.qna-ques {
    display    : flex;
    align-items: center;
}

.qus {
    font-weight : 700;
    padding-left: 19px;
}

.qna-ques img {
    width        : 67px;
    height       : 67px;
    border-radius: 50%;
    object-fit   : cover;
}

.qna-ans {
    display      : flex;
    align-items  : flex-start;
    margin-left  : 136px;
    margin-top   : 10px;
    margin-bottom: 20px;
}

.qna-ans img {
    width        : 60px;
    height       : 60px;
    border-radius: 50%;
    object-fit   : cover;
}

.qna-ans p {
    font-size: 13px;
    color    : #000000;
}

.qna-tab {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 17px;
}

/*.pwrlist-bnr {
    position: absolute;
    top     : 20%;
    left    : 120px;
}*/

.top-large-banner {
    position: relative;
}

.ans {
    font-weight: 700;
}

.qna-ans div {
    padding-left: 19px;

}

/** profile page css end**/


.p-card {
    display        : flex;
    height         : 260px;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
    border         : 1px solid #C9C9C9;
    margin         : 33px;
    text-align     : center;
}

.p-card:hover {
    background-color: #1C1227;
    color           : #fff;
}

section.form-section {
    margin-top: 60px;
}

.hme-post-rt .card-body img {
        object-fit: cover;
}

.forms::-webkit-scrollbar-track {
    border-radius   : 10px;
    background-color: #EBECEF;
}

.forms::-webkit-scrollbar {
    width           : 6px;
    background-color: #EBECEF;
}

.forms::-webkit-scrollbar-thumb {
    border-radius     : 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color  : #2C1E3B;
}

.contact-section .btn-filter {
    width: 195px;
}

.navbar-nav>li:first-child {
    padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color          : #FFF;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    border-radius: 0;
    cursor       : pointer;
    padding      : 7px 16px;
    border       : 1px solid #7070703b;
    color        : #707070;
}

.navigation {
    text-align: right;
}

.p-card img {
    object-fit: contain;
    padding   : 0 9px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #1c1227;
    color           : #fff;
}

.btn-nomi {
    width           : 160px;
    border-radius   : 0;
    height          : 52px;
    border-color    : transparent !important;
    margin          : 0 7px;
    background-color: #2c1e3b;
    color           : #fff;
    font-size       : 16px;
    font-weight     : 300;
    border          : 1px solid #2c1e3b !important;
    width           : 196px;
}

.btn-nomi:hover {
    background-color: transparent;
    color           : #2c1e3b;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000e6;
}

#navbarSupportedContent ul.navbar-nav li:hover>ul {
    display: block;
}
ul.dropdown-menu .dropdown-menu {
    position: relative !important;
    left: auto !important;
    box-shadow: none !important;
    border-right: 0;
    border-left: 0;
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
}

ul.dropdown-menu .dropdown-menu a {
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 26px;
}
#navbarSupportedContent ul.dropdown-menu {
    background   : #fff;
    box-shadow   : 0px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    max-height   : 401px;
    overflow     : hidden;
    overflow-y   : auto;
}


#navbarSupportedContent ul.dropdown-menu::-webkit-scrollbar {
    width: 8px;

}

#navbarSupportedContent ul.dropdown-menu::-webkit-scrollbar-track {
    box-shadow      : none;
    background-color: #ededed;
}

#navbarSupportedContent ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #2c1e3b;
    border-radius   : 5px;
}

.my-search {
    display    : flex;
    align-items: center;
    padding    : 12px 125px;
}

.my-search ul.post-meta {
    padding   : 0;
    margin    : 0;
    list-style: none;
    text-align: left;
}

.my-search .entry-title {
    color        : #000;
    font-weight  : 700;
    font-size    : 40px;
    line-height  : 40px;
    position     : relative;
    margin-bottom: 37px;
}

.my-search .entry-title a {
    text-decoration: none;
    color          : #000;
}

.entry-title::after {
    content         : "";
    position        : absolute;
    width           : 20%;
    height          : 4px;
    background-color: #ae4098;
    border-radius   : 20px;
    bottom          : -7px;
    left            : 0;
}

.my-search ul.post-meta span.meta-text a {
    text-decoration: none;
    color          : #000;
    font-style     : italic;
}

.my-search ul.post-meta span.meta-text {
    margin-left: 14px;
}

.my-search ul.post-meta li {
    margin-bottom: 8px;
}

.nav-links {
    width     : 100%;
    text-align: center;
}

.nav-links .page-numbers {
    border-radius  : 0;
    cursor         : pointer;
    padding        : 7px 16px;
    border         : 1px solid #7070703b;
    color          : #707070;
    margin         : 0 5px;
    text-decoration: none;
}

main#site-content {
    padding: 60px 0;
}

span.prev.page-numbers.placeholder {
    display: none;
}

.search .search-submit {
    position           : absolute;
    top                : 0;
    left               : 0;
    background-color   : transparent;
    border             : none;
    padding            : 0;
    margin             : 0;
    font-size          : 0;
    background-image   : url('https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/search.png');
    background-repeat  : no-repeat;
    background-position: center;
    width              : 42px;
    background-size    : 45%;
}


.search .search-field,
.search label {
    width: 100%;
}

/* Extended Code */
.header-section .logo1,
.header-section .logo2 {
    width: 70px;
    margin-left: 20px;
}

.top-ad {
    /* margin-left: -80px; */
    position: absolute;
    right: 0;
}
.navbar {padding-top: 1rem; padding-bottom: 1rem;}

.header-section .logo1 {
    /* margin-left: 35px; */
}

.header-section .logo2 {
    width: 80px;
}

.header-section .navbar .col-md-2 {
    display      : flex;
    align-content: center;
    margin       : 0;
    padding      : 0;
}

.top-ad img {
    width: 100%
}

.header-section div#non-front-search {
    margin: 0 13px;
}

.header-section .navbar .navbar-brand {
    margin : 0;
    padding: 0;
}

.header-section .search svg {
    height: 55px;
}

.header .sub-header ul {
    display: flex
}

.header .sub-header ul li:nth-child(1),
.header .sub-header ul li:nth-child(2), 
.header .sub-header ul li:nth-child(3) 
 {
    display: flex;
    padding: 0;
}

.header .sub-header ul li h4 {
    font-weight : 500;
    margin-right: 20px;
    margin-top  : 5px;
}

.header .sub-header ul li input[type="text"],
.header .sub-header ul li .sf-input-select {
    padding  : 10px;
    border   : 1px solid #dadada;
    font-size: 14px;
}

.header .sub-header form {
    width    : 100%;
    /* width : 1440px; */
    margin   : auto;
}

.head-lft {
    display    : flex;
    align-items: center;
}

.head-logo {
    display       : flex;
    flex-direction: row;
    margin-right  : 10px;
}

.header .sub-header input[type="submit"],
.header .sub-header ul li .search-filter-reset,
.btn-purple {
    padding    : 0 !important;
    border     : 0;
    background : #ae4098;
    color      : white;
    width      : 170px;
    margin-left: 20px;
    height     : 100%;
}

/*.header .sub-header .search-filter-reset {
      background: #2c1e3b !important;
  }*/

.chosen-results {
    flex-direction: column
}

.chosen-choices {
    padding         : 6px !important;
    border          : 1px solid #dadada !important;
    font-size       : 14px;
    box-shadow      : none;
    background-image: none !important;
}

.header .sub-header ul li:nth-child(2) h4,
.header .sub-header ul li:nth-child(3) h4 {
    margin-left: 20px
}

.test .p-card img {
    position  : relative;
    top       : 0px;
    transition: ease-in-out 400ms;
}

.test .p-card:hover img {
    top: -10px;
}

section.contact-section {
    background-size: contain;
}

.contact-section p:first-child {
    font-weight: 600
}

.contact-section p a {
    font-weight    : 700 !important;
    text-decoration: none;
    margin-left    : 5px;
    color          : #333;
}

.copy-rt {
    font-size : 14px;
    color     : #6c6c6c;
    margin-top: 30px;
}

.footer-links a {
    text-decoration: none;
    color          : #8b8b8b;
    margin         : 0 2px;
    font-size      : 14px;
}

.form-section select,
.form-section input[type="text"],
.form-section textarea {
    border       : 0 !important;
    border-bottom: 2px solid #c6c6c9 !important;
    outline      : none !important;
}

.partner-section .owl-carousel img.lazyloaded {
    width          : 8em !important;
    margin         : auto;
    background     : white;
    background-size: contain;
}

.partner-section .owl-carousel .item {
    background     : white;
    height         : 180px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 100%;
}

#demo .carousel-caption p {
    font-family: Poppins-thin;
    width      : 400px;
}

.ab-us {
    font-family: 'Poppins-medium';
    font-weight: normal;
    display    : inline-block;
}

.icons .nav {
    justify-content: flex-end;
}

.header-section .search-form input[type="search"] {
    padding        : 0em 0em 0em 3em !important;
    width          : 100%;
    background     : #FFF 17px 16px no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6%2BR8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG11AABzoAAA%2FN0AAINkAABw6AAA7GgAADA%2BAAAQkOTsmeoAAAESSURBVHjajNCxS9VRGMbxz71E4OwgoXPQxVEpXCI47%2BZqGP0LCoJO7UVD3QZzb3SwcHB7F3Uw3Zpd%2FAPCcJKG7Dj4u%2FK7Pwp94HDg5Xyf5z1Pr9YKImKANTzFXxzjU2ae6qhXaxURr%2FAFl9hHDy%2FwEK8z89sYVEp5gh84wMvMvGiSJ%2FEV85jNzLMR1McqfmN5BEBmnmMJFSvtpH7jdJiZv7q7Z%2BZPfMdcF6rN%2FT%2F1m2LGBkd4HhFT3dcRMY2FpskxaLNpayciHrWAGeziD7b%2BVfkithuTk8bkGa4wgWFmbrSTZOYeBvjc%2BucQj%2FEe6xHx4Taq1nrnKaW8K6XUUsrHWuvNevdRRLzFGwzvDbXAB9cDAHvhedDruuxSAAAAAElFTkSuQmCC);
    background-size: 20px;
    font-family    : 'Poppins-Light';
    border         : none;
    border-radius  : 0;
    min-height     : 48px !important;
}

form.search-form {
    border  : 1px solid #dadada;
    position: relative;
    overflow: hidden;
    width   : 100%;
}

button.search-submit {
    display: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #dadada;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #dadada;
}

::placeholder {
    color: #dadada;
}

.latest-section img.card-img-top.lazyloaded {
    width: 100px;
}

.latest-section .card-body h2.card-title {
    margin     : 6px 0 0;
    font-family: 'Poppins-medium';
}

.latest-section .card-body p {
    margin: 3px 0 !important;
}

.latest-section .card-body p.card-text {
    font-size: 12px;
}

.latest-section .card-body img.lazyloaded {
    width     : 25px;
    margin-top: 0px;
    transition: 250ms ease-in-out;
    position  : relative;
    left      : 0;
}

.latest-section .card-body a:hover img.lazyloaded {
    left: 12px
}

.slider-tag {
    position: relative;
}

.slider-tag img {
    height    : 500px;
    object-fit: cover;
}

span.tags-marker {
    position  : absolute;
    top       : 40px;
    background: #ae4098;
    color     : white;
    padding   : 10px 40px;
    font-size : 20px;
}

.position-relative {
    position: relative
}

.recent-title {
    background   : #ffffff;
    position     : absolute;
    top          : 5px;
    left         : 12px;
    width        : 170px !important;
    text-align   : center;
    padding-right: 18px;
}

.blog-head-slider a {
    text-decoration: none;
    margin-top     : 12px;
    display        : block;
}

.blog-head-slider a h2 {
    font-family    : 'Poppins-medium';
    font-size      : 18px;
    color          : #333;
    text-decoration: none;
    font-weight    : 700;
}

.blog-head-slider .card-body {
    display      : block;
    margin-bottom: 20px;
}

h5.r-titlr {
    font-size  : 30px;
    line-height: 45px;
    font-family: 'Poppins-medium';
}

.latest-section #carouselExampleDark p.desc {
    font-family: 'Poppins-medium';
    margin     : 0 0 10px;
}

.latest-section #carouselExampleDark p.datetime {
    color    : #AFAFAF;
    font-size: 12px
}

section.latest-section .carousel-indicators>button.active {
    background-color: #AE4098 !important;
}

.btn {
    margin: 0;
}

.skip-link {
    display: none;
}

.mt-10 {
    margin-top: 10px
}

.m0 {
    margin: 0px !important
}

.p0 {
    padding: 0px !important
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ae4098 !important;
}

.mb-40 {
    margin-bottom: 40px
}

.mb-23 {
    margin-bottom: 31px
}

.nominate input[type="submit"] {
    width           : 160px;
    border-radius   : 0;
    height          : 52px;
    border-color    : transparent !important;
    background-color: #6b2d5e;
    border-radius   : 0px;
    color           : white;
}

.contact-section {
    margin-top: 120px
}

.back-pack {
    background         : #2c1e3b url(https://www.legal500.com/gc-powerlist/wp-content/themes/twentytwenty-child/images/form-back-pack1.png);
    background-size    : contain;
    background-position: right;
    border             : 0;
    background-repeat  : no-repeat;
}

.section.form-section {
    margin-top: 120px;
}



button.bttn,
a.bttn,
input[type="text"].bttn {
    color             : #ffffff;
    text-decoration   : none;
    -webkit-transition: 0.3s all ease;
    transition        : 0.3s ease all;
}


button.bttn:hover,
a.bttn:hover,
input[type="text"].bttn:hover {
    color: #2c1e3b;
}


button.bttn:focus,
a.bttn:focus,
input[type="text"].bttn:focus {
    color  : #2c1e3b;
    outline: none !important;
}


.bttn {
    text-align   : center;
    width        : 180px;
    padding      : 12px 0px;
    border       : 1px solid #2c1e3b;
    border-radius: 2px;
    position     : relative;
    box-shadow   : 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index      : 1;
}

.bttn:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 50%;
    right             : 50%;
    bottom            : 0;
    opacity           : 0;
    content           : "";
    background-color  : #ffffff;
    z-index           : -2;
}


.bttn:after {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    /* opacity        : 0; */
    content           : "";
    background-color  : #2c1e3b;
    z-index           : -3;
    width             : 100%;
}


.bttn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    left              : 0;
    right             : 0;
    opacity           : 1;
}


.bttn:focus:before {
    transition: 0.5s all ease;
    left      : 0;
    right     : 0;
    opacity   : 1;
}

.btn1 {
    color: white
}

.btn1 {
    color: white
}

.bttn1 {
    text-align    : center;
    width         : 178px;
    padding       : 11px 0px;
    border        : 1px solid #ffffff;
    border-radius : 2px;
    position      : relative;
    box-shadow    : 0 2px 10px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 10%);
    z-index       : 1;
    color         : #ffffff;
    text-transform: capitalize;
    font-size     : 15px;
}

.bttn1:focus {
    outline   : 0;
    box-shadow: none;
    color     : #2c1e3b;
}

.bttn1:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 50%;
    right             : 50%;
    bottom            : 0;
    opacity           : 0;
    content           : "";
    background-color  : #ffffff;
    z-index           : -2;
}


.bttn1:after {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    /* opacity        : 0; */
    content           : "";
    background-color  : #2c1e3b;
    z-index           : -3;
    width             : 100%;
}


.bttn1:hover:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    left              : 0;
    right             : 0;
    opacity           : 1;
}


.bttn1:focus:before {
    transition: 0.5s all ease;
    left      : 0;
    right     : 0;
    opacity   : 1;
}

.color-white {
    color: white
}


li.sf-field-reset {
    /*padding: 0 !important;
      height: 45px;
      margin-top: 10px !important;
      margin-left: 10px !important;*/
}

li.sf-field-reset:hover {
    /*color:#2c1e3b*/
}

.search-filter-reset {
    /*background: transparent !important;
      margin: 0 !important;*/
}

section.test {
    padding: 0px 0 120px ;
}

.partner-section {
    margin-top: -96px;
    overflow  : hidden;
}

section h1.ab-us::after {
    content      : "";
    width        : 50%;
    height       : 4px;
    background   : #ae4098;
    display      : inline-block;
    margin       : 15px auto;
    border-radius: 17px;
}

section h1.ab-us-1::after {
    content   : "";
    width     : 120px;
    height    : 4px;
    background: #ae4098;
    display   : block;
    margin    : 15px 0;
}

.home li.sf-field-reset::before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 50%;
    right             : 50%;
    bottom            : 0;
    opacity           : 0;
    content           : "";
    background-color  : #ffffff;
    z-index           : 1;
}

.home li.sf-field-reset::after {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    /* opacity        : 0; */
    content           : "";
    background-color  : #2c1e3b;
    z-index           : -1;
    width             : 100%;
}

.home li.sf-field-reset {
    color             : #ffffff;
    text-decoration   : none;
    -webkit-transition: 0.3s all ease;
    transition        : 0.3s ease all;
    position          : relative;
    overflow          : hidden;
    width             : 159px !important;
    z-index           : 0;
    height            : 47px;
    text-align        : center;
    line-height       : 0;
    border            : 1px solid #2c1e3b;
    margin-left       : 13px !important;
    margin-top        : 0 !important;
}

.home li.sf-field-reset:hover:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    left              : 0;
    right             : 0;
    opacity           : 1;
}

.home li.sf-field-reset:hover input {
    color: #2c1e3b !important;
}

.home li.sf-field-reset input {
    background   : transparent !important;
    text-align   : center;
    width        : 100% !important;
    padding      : 14px 0 !important;
    border       : none;
    border-radius: 2px;
    position     : relative;
    box-shadow   : none;
    z-index      : 1;
    margin       : 0 !important;
}


.home li.sf-field-submit::before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 50%;
    right             : 50%;
    bottom            : 0;
    opacity           : 0;
    content           : "";
    background-color  : #ffffff;
    z-index           : 1;
}

.home li.sf-field-submit::after {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    position          : absolute;
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    /* opacity        : 0; */
    content           : "";
    background-color  : #ae4098;
    z-index           : -1;
    width             : 100%;
}

.home li.sf-field-submit {
    color             : #ffffff;
    text-decoration   : none;
    -webkit-transition: 0.3s all ease;
    transition        : 0.3s ease all;
    position          : relative;
    overflow          : hidden;
    width             : 159px !important;
    z-index           : 0;
    height            : 47px;
    text-align        : center;
    line-height       : 0;
    border            : 1px solid #ae4098;
    margin-left       : 13px !important;
    margin-top        : 0 !important;
}

.home li.sf-field-submit:hover:before {
    -webkit-transition: 0.5s all ease;
    transition        : 0.5s all ease;
    left              : 0;
    right             : 0;
    opacity           : 1;
}

.home li.sf-field-submit:hover input {
    color: #ae4098 !important;
}

.home li.sf-field-submit input {
    background   : transparent !important;
    text-align   : center;
    width        : 100% !important;
    padding      : 14px 0 !important;
    border       : none;
    border-radius: 2px;
    position     : relative;
    box-shadow   : none;
    z-index      : 1;
    margin       : 0 !important;
}

.sf-field-submit,
.sf-field-reset {
    margin-top: 10px !important
}

.latest-section .carousel-indicators {
    margin-top: 30px
}

.latest-section .carousel-indicators button {
    width : 15px !important;
    height: 15px !important;
    margin: 0 4px !important;
}

.form-section .gform_title {
    font-family   : 'Poppins-medium';
    color         : #505050;
    text-transform: capitalize;
    font-size     : 27px;
    margin-bottom : 30px;
}

.nominate input[type="text"],
.nominate select,
.nominate textarea {
    padding: 16px 10px !important
}

.latest-section .card.blog-head-slider {
    margin-bottom: 30px;
}

.header .sub-header form>ul {
    margin-left: 55px
}

.test .card-body1 p.card-text {
    font-weight: 500;
    font-size  : 18px;
}

#demo .carousel-indicators button {
    width  : 15px !important;
    height : 15px !important;
    margin : -3px;
    padding: 0;
}

#demo .carousel-caption {
    top: 90px
}

.latest-section .col-lg-5 {
    padding: 0 50px
}

ul li.red-box::before {
    top: 10px;
}

.myslider .slick-slide {
    position: relative;
}

.myslider .slick-slide .caption {
    position: absolute;
    top     : 90px;
}

.myslider .slick-slide p {
    color      : white;
    font-size  : 17px;
    line-height: 28px;
    font-family: Poppins-thin;
    width      : 400px;
    margin     : 23px 0;
}

/* Events Slider Css*/

/* .slick-slide img {
    object-fit: contain;
    width     : 880px;
    height    : 100%;
    min-height: 400px; 
    margin    : auto;
} */

.text-only h3 {
    width          : 880px;
    /* border      : 1px solid; */
    height         : 100% !important;
    min-height     : 400px !important;
    background     : #333;
    color          : white;
    display        : flex !important;
    justify-content: center;
    align-items    : center;
    font-size      : 24px;
    font-family    : 'Poppins-Light';
    font-weight    : 400;
    padding        : 0;
    margin         : 0.5px auto;
}

.myslider .carousel-caption {
    left      : 0;
    right     : 0;
    text-align: left;
    top       : 10%;
}

.myslider .item>img {
    height         : 530px;
    object-fit     : cover;
    object-position: center;
}

.myslider .item {
    width   : 100%;
    position: relative;
}

.myslider .item.c {
    background-color: #325D7F;
}

.myslider .item.b {
    background-color: #F2727F;
}

.myslider .item.a {
    background-color: #F9B294;
}

.myslider .item h2 {
    color         : #fff;
    font-size     : 8vw;
    font-weight   : 400;
    line-height   : 1.1;
    text-align    : center;
    margin        : 0 auto;
    max-width     : 80%;
    text-transform: uppercase;
    position      : absolute;
    top           : 50%;
    transform     : translateY(-50%);
    left          : 0;
    right         : 0;
}

.events .slick-dots {
    position        : absolute;
    transform       : translateY(-50%);
    list-style      : none;
    padding         : 0;
    margin          : 0 auto;
    top             : 63%;
    background-color: transparent !important;
    flex-direction  : row !important;
    display         : flex;
    width           : 100%;
    justify-content : center;
}

.myslider .slick-dots {
    display         : flex;
    justify-content : center;
    position        : absolute;
    right           : 0;
    flex-direction  : column;
    left            : 89%;
    top             : 27%;
    background-color: transparent !important;
}


.slick-dots li {
    list-style: none;
    margin    : 0;
}

.slick-dots button {
    border-radius   : 50%;
    width           : 20px;
    height          : 20px;
    border          : none;
    background-color: #fff;
    text-indent     : -9999px;
    outline         : 0;
}

.slick-dots button:hover {
    background-color: #000;
}

.myslider .slick-slide {
    height: 100vh !important;
}

/* Slider */
.slick-slider {
    position                   : relative;
    display                    : block;
    box-sizing                 : border-box;
    -webkit-touch-callout      : none;
    -webkit-user-select        : none;
    -moz-user-select           : none;
    -ms-user-select            : none;
    user-select                : none;
    touch-action               : pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display : block;
    margin  : 0;
    padding : 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left    : 0;
    top     : 0;
    display : block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float     : left;
    height    : 100%;
    min-height: 1px;
    display   : none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height : auto;
    border : 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots li button {
    width        : 15px;
    height       : 15px;
    border       : 0;
    background   : #f2f2f2;
    border-radius: 100%;
    margin       : 5px;
    font-size    : 0px
}

ul.slick-dots li.slick-active button {
    background: #bc62aa;
}

.events {
    border : 1px solid #c5c5c5;
    padding: 0;
}

.event-title {
    border-bottom: 1px solid #e3e3e3;
    padding      : 20px;
    background   : white;
}

.event-title h4 {
    margin     : 0;
    font-family: 'Poppins-medium';
    font-size  : 30px;
    font-weight: 800;
}

.event-desc>div {
    display    : flex;
    /* width   : 220px; */
    align-items: center;
    font-size  : 17px;
    font-family: 'Poppins-medium';
}

.event-desc {
    display        : flex;
    justify-content: space-between;

    background: white;
    padding   : 10px 20px 15px;
    min-height: initial;
    max-height: 50px;
    height    : initial;
}

.event-desc img {
    width       : 22px;
    margin-right: 10px;
}

.events a {
    text-decoration: none;
    color          : white;
    background     : #ae4098;
    padding        : 10px;
    margin         : 0;
    display        : block;
    text-align     : center;
    padding        : 10px;
    font-size      : 18px;
}

div.btn-event {
    display: block;
}

.events .slick-slide {
    background: #2c1e3b;
}

.event-desc img {
    height    : 100%;
    min-height: initial;
}

.events .slick-list {
    margin: 0px 0 -1px 0px !important;
}

.sidebar img {
    /*width: 100%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.box-filters ul {
    display  : flex !important;
    flex-wrap: wrap;
    padding  : 0;
}

form#search-filter-form-36929 {
    padding: 0;
}

.box-filters ul>li:first-child {
    flex: 1 0 100%;
}

.box-filters label {
    width: 90%;
}

.box-filters li:first-child label {
    width: 100%;
}

.box-filters ul>li {
    flex: 1 1 20%;
}

.box-filters select {
    width    : 100%;
    max-width: 250px;
}

.box-filters input.sf-input-text,
.box-filters select {
    width  : 100%;
    padding: 10px 47px;
    border : 1px solid #c5c5c5;
}

.box-filters input.sf-input-text {
    background         : white url(https://www.legal500.com/wp-content/themes/twentytwenty/images/search.png) no-repeat;
    background-position: 13px 12px;
    background-size    : 19px;
}

.box-filters select {
    padding: 10px 35px 10px 10px;
}

.box-filters input[type="submit"] {
    width          : 100%;
    display        : flex;
    justify-content: center;
    padding        : 11px;
    border         : 0;
    background     : #ae4098;
    color          : white;
}

.box-filters ul li:last-child {
    margin-top: 0px !important;
}
li#custom-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

li#custom-filter input {
    padding: 11px 29px;
    border: 0;
    background: #ae4098;
    color: white;
    float: right;
}
/* Slider of single page*/

.event-single {
    height : 430px;
    display: none;
}

.event-single .slick-slide>img {
    width        : 200px;
    /* height    : 100%; */
    min-height   : 230px;
    object-fit   : contain;
    display      : flex;
    /* margin    : auto; */
    align-items  : center;
}

.event-single h3 {
    /* width: 200px; */
    font-size  : 22px;
    font-family: 'Poppins-medium';
    margin     : 0;
    font-weight: bold;
}

.event-single p.post-job {
    color      : black;
    font-size  : 14px;
    font-family: 'Poppins';
    width      : 200px;
    margin     : 10px 0 10px;
    word-break : break-all;
    line-height: 21px;
}

.event-single p.brand {
    color      : #ababab;
    font-size  : 13px;
    font-family: 'Poppins-thin';
    /* width   : 200px; */
    margin     : 0;
    line-height: 13px;
    font-weight: 600;
}

a.btn-arrow {
    display           : flex;
    align-items       : center;
    justify-content   : center;
    /* width          : 200px; */
    margin            : 7px 0 0;
    /* line-height    : 0; */
    /* height         : 100%; */
    /* max-height     : 50px; */
    color             : #ae4098;
    text-decoration   : none;
    font-size         : 16px;
    justify-content   : flex-start;
}

.btn-arrow img.arrow {
    width          : 22px;
    /* height      : 100%; */
    /* min-height  : 50px; */

    margin-left: 10px;
}

.content-event {
    width : 800px;
    margin: auto
}

.content-event .slider {
    height: inherit;
}

button.slick-prev.slick-arrow {
    position           : absolute;
    top                : 0;
    bottom             : 0;
    left               : -100px;
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Path 355.png') no-repeat;
    background-position: 0% 45%;
    padding            : 50px;
}

button.slick-next.slick-arrow {
    position           : absolute;
    top                : 0;
    bottom             : 0;
    right              : -100px;
    padding            : 50px;
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Path 354.png') no-repeat;
    background-position: 0% 45%;
}

button.slick-prev,
.slick-next {
    border    : 0;
    background: transparent;
    font-size : 0;
}



form#search-filter-form-36929 .sf-field-taxonomy-powerlist {
    display: none !important;
}

.certificate {

    width      : 1200px;
    height     : 100%;
    margin     : auto;
    max-height : 628px;
    position   : fixed;
    top        : 0;
    bottom     : 0;
    left       : 0;
    right      : 0;
    transition : opacity 500ms;
    z-index    : 999999;
    border     : none;
    padding-top: 10px;
    display    : none;
}

.certificate::after {
    content         : "";
    background-color: #0000006e;
    position        : absolute;
    display         : inline-block;
    top             : -12%;
    left            : -50%;
    right           : -50%;
    z-index         : -1;
    bottom          : 0;
    height          : 111vh;
}

.certificate_head {
    height         : 328px;
    background     : #2c1e3b url(https://www.legal500.com/wp-content/themes/twentytwenty/images/form-back-pack1.png) no-repeat;
    background-size: 40%;
    position       : relative;
    color          : white;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
}

img.logo.lazyloaded {
    width   : 100px;
    position: absolute;
    top     : 30px;
    left    : 50px;
}

.certificate_head h3 {
    font-size: 50px;
    text-align: center;
}

.certificate_head p {
    font-size: 20px;
}

.certificate_body img.mainLogoLeft.lazyloaded {
    width   : 200px;
    bottom  : 20px;
    left    : 50px;
    position: absolute;
}

.certificate_body img.mainLogoRight.lazyloaded {
    width       : 80px;
    margin-right: 10px;
}

.sponsorsLogo {
    /*position      : absolute;*/
    bottom        : 30px;
    right         : 70px;
    display       : flex;
    flex-direction: row;
    align-items   : center;
}

.sponsorsLogo img {max-width: 100px; margin-right: 10px; border: 5px solid #fff;}

.certificate_body {
    position  : relative;
    height    : 100%;
    max-height: 390px;
    top       : -23px;
}

.certificate_body .desc {
    display        : flex;
    flex-direction : column;
    /*justify-content: center;*/
    padding-top: 40px;
    align-items    : center;
    height         : 100%;
    min-height     : 390px;
    background     : #FAFAFA;
}

.desc img.avatarImg.lazyloaded {
    width: 170px;
}

p.certificateName {
    margin     : 0;
    font-family: 'Poppins-medium';
    font-size  : 27px;
    font-weight: 800;
    margin-top : 20px;
}

p.certificatePost {
    color: #a5a5a5;
}

.desc h5 {
    margin-bottom: 30px;
    font-size    : 24px;
}

.certificate_head::before {
    content            : "";
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Group-220.png') no-repeat;
    background-size    : 31%;
    z-index            : 0;
    width              : 100%;
    height             : 100%;
    background-position: -100px 0px;
    position           : absolute;
    top                : 0px;
    z-index: -1;
}

.certificate_head::after {
    content            : "";
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Group-220.png') no-repeat;
    background-size    : 31%;
    z-index            : 0;
    width              : 100%;
    height             : 100%;
    background-position: 930px 0px;
    position           : absolute;
    top                : 0px;
    z-index: -1;
}

.certificate_body::after {
    content            : "";
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Group-221.png') no-repeat;
    background-size    : 31%;
    z-index            : 0;
    width              : 100%;
    height             : 100%;
    background-position: -150px 140px;
    position           : absolute;
    top                : 0px;
    transform          : rotate(180deg);
}

.certificate_body::before {
    content            : "";
    background         : url('https://www.legal500.com/wp-content/themes/twentytwenty/images/Group-221.png') no-repeat;
    background-size    : 31%;
    z-index            : 0;
    width              : 100%;
    height             : 100%;
    background-position: -170px 21px;
    position           : absolute;
    top                : 0px;
}

.width-800 {
    width  : 800px;
    margin : auto;
    display: none;
}

.line::after {
    content   : "";
    width     : 120px;
    height    : 4px;
    background: #ae4098;
    display   : block;
    margin    : 15px 0;
}

.line-center::after {
    content   : "";
    width     : 330px;
    height    : 4px;
    background: #ae4098;
    display   : block;
    margin    : 13px auto 0;
}

.certificate_section {
    position: relative;
    overflow: hidden;
    display : none
}

a.btn-download {
    text-decoration: none;
    border         : 1px solid #fff;
    padding        : 8px 20px;
    color          : white;
    background     : transparent;
    border-radius  : 4px;
    position       : fixed;
    top            : 108px;
    right          : 210px;
    font-size      : 14px;
    transition     : 200ms linear;
    z-index        : 9999999999;
}

a.btn-download:hover {
    background: white;
    color     : #2c1e3b;
}

.logo-banner img {
    width     : 180px;
    height    : initial;
    margin-top: 20px
}

.top-banner {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

.top-banner .desc span.year {
    background-color: #AE4098;
    font-size       : 25px;
}

.top-banner .desc p {
    color     : #FFD4F6;
    font-style: italic;
    font-size : 13px;
}

.top-banner .desc {
    text-align: end;
}

section.top-blog.style-profile {
    padding: 36px 0 36px;
}

.bottom-banner ul {
    padding        : 0;
    margin         : 0;
    display        : flex;
    justify-content: flex-end;
}

a.clickAward {
    color          : #797083;
    text-decoration: none;
    font-size      : 17px;
}

.full-card img.avatar {
    width        : 160px;
    margin-bottom: 19px;
    height       : auto;
    min-height   : 170px;
    object-fit   : contain;
}

.mobile {
    display: none
}

.desktop {
    display: block
}

.profile-social ul {
    margin-top   : 5px;
    margin-bottom: 0px;
}

.sponsr-box-logo {
    flex-wrap      : wrap;
    margin-top     : 0;
    justify-content: initial;
    flex-direction : initial;
    min-width      : 310px;
    width          : 100%;
}

.sponsr-box-logo img {
    margin-left: 13px;
}

nav.navbar li.nav-item a.nav-link {
    font-size: 13px;
    padding  : 1px;
}

.footer {
    padding: 50px 0 50px;
}

.pl-info {
    float: left;
    width: 50%;
}

.pl-info-left {
    float: left;
    width: 50%;
}

.pl-info-right {
    float: right;
    width: 50%;
}

#tab-1,
#tab-2,
#tab-3,
.tab1,
.tab2,
.tab3 {
    /*display:none !important*/
}

.display-block {
    display: block !important
}

.display-inline {
    display: inline-block !important
}

section.top-blog {
    flex-direction : column;
    justify-content: center;
}

.event-single .slick-slide .full-card>div {
    height         : 100%;
    min-height     : 130px;
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    align-items    : flex-start;
}

.post-list-large section#tab-1 {}

.post-list-large section#tab-1::-webkit-scrollbar {
  width: 0px;
}

.box-filters select.sf-input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url("https://www.legal500.com/wp-content/themes/twentytwenty/images/dropdown-select.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 19px;
    background-size: 14px;
}

/* .rocket-lazyload {
    height: 580px !important;
} */

.rocket-lazyload .pwrlist-bnr h2 {
    margin-top: 20px;
}

.events .slick-slide>img.lazyloaded {
    width: 102%;
}
.event-padding{
	padding-right:90px
}

.search-result .person-thumb img {
    width: 60%;
}
.post-list-large .person-thumb img{
	height: 200px;
}
.pagination{
	display: block;
    margin-top: 20px;
    margin-right: 23px;
}

.navigation li span:hover, .navigation li span.current {
    background-color: #1c1227;
    color: #fff;
    padding:8px 17px
}
span.dots:hover {
    padding: 0px !important;
    background-color: #ffffff00 !important;
    color: black !important;
}

.edition-heigth {/*height: 735px; overflow: hidden; overflow-x: auto;*/}

/* width */
.edition-heigth::-webkit-scrollbar {
  width: 0px;
}

.edition-banner{
	margin-right:20px
}
.edition-banner img{
	width: 100%;
    object-fit: contain;
    /* margin-right: 20px; */
    height: initial;
    display: block;
}
.edition-banner-add img{
	width: 100%;
}

.post-list-head h5 a {text-decoration: none;color: black;}

/* edition filter code */
.filter-editions .filter-by select, .filter-editions .filter-by input {
    max-width: 200px;
}

.edition-buttons {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}


.edition-buttons input.submit {
    width: 200px;
    margin-left: 25px;
}

li#custom-filter {
    display: flex;
    align-items: center;
    justify-content: center;
}

#custom-filter input.t-filter-reset {
    width: 100%;
}
.searchandfilter ul li.sf-field-submit {
    display: flex;
    align-items: center;
    margin-top: 0px !important;
}

.box-filters input[type="submit"], .box-filters .t-filter-reset {
    margin-left: 40px;
}

#search-filter-form-6023 ul.chosen-results, #search-filter-form-6023 ul.chosen-results li {display:block !important;}
#search-filter-form-6023 li.sf-field-reset {display:block !important;}
.latest-ed img {max-width: 100%;}
input.t-filter-reset {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 11px;
    border: 0;
    background: #ae4098;
    color: white;
}

.box-filters ul li:last-child {
    display: flex;
}

@media (max-width: 1024px) {

    .event-single .slick-slide {
        height: initial !important;
    }

    .header .sub-header form {
        width: initial;
    }

    .top-ad img {
        width: 290px;
    }

    .header-section .logo1,
    .header-section .logo2 {
        width: 47px;
    }

    .header-section .search-form input[type="search"] {
        width: 80%;
    }

    .header .sub-header form>ul {
        margin: 0px;
    }

    .width-800 {
        width: 80%;
        text-align: center;
    }

    .content-event {
        width: 100%
    }
    
    .edition-buttons {
        flex-direction: column;
        /* margin-left: 0; */
    }
    
    .edition-buttons input.submit {
        margin-left: 0;
    }
    .box-filters input[type="submit"], .box-filters .t-filter-reset {
        margin: 0;
    }
}


@media (max-width: 992px) {
    .mobile {
        display: block !important
    }

    .person-thumb img {
        min-width: 100px !important;}

    .desktop {
        display: none !important
    }

    .full-card img.avatar {
        width       : 80px;
        height      : initial;
        margin-right: 30px;
    }

    .event-single-sm button.slick-next.slick-arrow {
        right : -30px;
        top   : 43%;
        height: initial;
        height: fit-content;
    }

    .event-single-sm .slick-slide {
        height         : auto;
        min-height     : auto;
        background     : #fafcfe;
        display        : flex !important;
        justify-content: center;
        align-items    : center;
    }

    .event-single-sm .slick-track {
        display: flex !important;
    }

    .event-single-sm {
        margin-bottom: 30px;
    }

    .full-card {
        display        : flex;
        align-items    : center;
        justify-content: center;
        padding        : 30px 10%;
        background     : #fafcfe;
    }

    .event-single-sm button.slick-prev.slick-arrow {
        left           : 2%;
        padding        : 10px;
        background-size: 60%;
        z-index        : 1;
        top            : 3%;
    }

    .event-single-sm button.slick-next.slick-arrow {
        right          : 2%;
        padding        : 10px;
        background-size: 60%;
        z-index        : 1;
        top            : 44%;
    }

    .event-single {
        height: fit-content;
    }

    .event-single .slick-slide>img {
        width: 110px;
    }

    .event-single .slick-slide {
        display: flex;
    }



    .event-single .slick-list.draggable {
        padding: 0 50px;
    }

    .event-single .desc {
        display        : flex;
        flex-direction : column;
        align-items    : flex-start;
        justify-content: center;
        margin-left    : 19px;
    }

    .event-single h3 {
        margin: 0;
    }

    h3.ab-us {
        font-size : 24px;
        text-align: center
    }

    .line::after {
        margin: 5px auto 15px;
    }

    .logo-banner {
        flex           : .4;
        display        : flex;
        align-items    : center;
        justify-content: flex-end;
    }

    .top-banner>div:nth-child(2) {
        flex           : .5;
        display        : flex;
        align-items    : center;
        justify-content: flex-start;
    }

    .top-banner .desc {
        text-align: left;
    }

    .logo-banner img {
        width  : 120px;
        height : initial;
        display: block !important;
    }

    .bottom-banner {
        background: #4b4058;
        padding   : 9px;
        margin-top: 30px;
        max-width : 100%;
    }

    .bottom-banner ul {
        list-style     : none;
        color          : white;
        justify-content: center;
    }

    a.clickAward {
        color: white;
    }

    .top-banner .desc span.year {
        background-color: #AE4098;
        font-size       : 15px;
        padding         : 2px 20px;
        margin-bottom   : 10px;
        display         : inline-block;
    }

    .event-single-sm h3 {
        font-size: 20px
    }

    .profile-detail .person-thumb {
        margin-top: 30px;
        text-align: center;
    }

    .person-thumb img {
        margin: auto;
    }

    footer ul {
        padding-left: 0;
    }

    footer.footer {
        padding: 0 0 60px;
    }

    section.top-blog.style-profile {
        padding: 36px 0 0px;
        height : 100%;
    }


    .searchandfilter ul {
        padding: 0;
    }

    .searchandfilter ul li {
        width    : 100%;
        min-width: 100%;
    }

    .searchandfilter label {
        width    : 100%;
        min-width: 100%;
    }

    .searchandfilter select.sf-input-select {
        min-width: 100% !important;
    }

    .tax-powerlist #box-filters li.sf-field-taxonomy-powerlist {
        display: none!important;
    }

    /*header*/
    section.header-section {
        display       : flex;
        flex-direction: column-reverse;
    }


    .pwrlist-bnr h2.heading {
        margin-top: 30px;
    }

    .pwrlist-bnr .logo-banner {
        justify-content: initial;
    }

    .pwrlist-bnr {
        left: 30px;
    }

    .header-section .logo1,
    .header-section .logo2 {
        margin-left  : 0;
        margin-bottom: 10px;
        width        : 100px;
    }

    .header-section .navbar .col-md-2 {
        justify-content: center;
    }

    .navbar.nav-top {
        padding: 0 0 10px;
    }

    .header-section form.search-form {
        min-width: 100%;
    }

    input.st-default-search-input.search-field {
        /* width: 100%; */
        min-width: 85%;
    }

    nav.navbar.navbar-expand-lg {
        padding: 10px 0 0;
    }

    .event-desc>div {
        font-size: 11px;
    }

    .event-title h4 {
        font-size: 15px;
    }

    .event-desc {
        align-items: center;
    }

    .events .slick-slide>img {
        height    : 219px;
        object-fit: cover;
        width     : 100%;
    }

    .events .slick-dots {
        top: 52%;
    }

    .events ul.slick-dots li button {
        height : 10px;
        width  : 5px;
        padding: 5px;
    }

    .navbar-toggler {
        font-size: 14px !important;
        padding  : 6px !important;
        right    : -24px !important;
        top      : 8px !important;
    }

    .navbar-toggler {
        background: white;
        width     : 100%;
        display   : block;
    }

    .myslider .slick-slide p {
        word-break: break-word;
        width     : 100%;
        text-align: center;
    }

    .home-slider .carousel-caption>img {
        width : 150px !important;
        margin: auto;
    }

    .home-slider .carousel-caption {
        text-align: center;
    }

    .bttn1 {
        width  : 50%;
        padding: 10px 0;
    }

    .home-slider ul.slick-dots {
        left : initial;
        right: 20px;
        top  : 22%;
    }

    .sub-header {
        padding: 20px 15px !important;
    }

    .home li.sf-field-submit {
        margin-left  : 0 !important;
        margin-bottom: 10px;
        margin-top   : 10px !important;
    }

    .home li.sf-field-reset {
        margin-left: 0 !important;
    }

    .header .sub-header ul li input[type="text"] {
        width: 100%;
    }

    .about-section img {
        width: 50%;
    }

    .about-section .col-12 {
        margin-bottom: 30px;
    }

    .latest-section .d-flex {
        justify-content: center;
    }

    .form-section .ab-us {
        font-size: 20px;
    }

    .form-section p {
        font-size  : 12px !important;
        line-height: 24px !important;
    }

    section.form-section.d-flex {
        justify-content: center;
        padding        : 0;
        margin         : 0;
    }

    .form-section .forms {
        margin: 10px 0 0;
    }

    section h1.ab-us-1::after {
        margin: 15px auto;
    }

    section.contact-section {
        background-size    : cover;
        background-position: 60%;
        margin             : 20px 0;
    }

    .latest-section .card-body {
        display       : flex !important;
        flex-direction: column;
        align-items   : center;
    }

    .latest-section h2.card-title {
        text-align: center !important;
    }

    .latest-section .card.blog-head-slider {
        margin     : 0 auto;
        display    : flex;
        align-items: center;
        width      : 100%;
        min-width  : 100%;
    }

    section.top-blog {
        padding: 10px 35px
    }

    section.box-filters {
        padding: 25px
    }

    .w-tabs .tabs-nav li {
        padding  : 15px 15px !important;
        font-size: 12px;
    }

    .tabs-stage ul {
        padding-left: 0;
    }

    .profile-detail h5.heading {
        margin-top: 30px;
    }

    .certificate {
        left: 1000px;
    }

    a.btn-download {
        width     : 90%;
        right     : 5%;
        text-align: center;
    }

    .certificate::after {
        background: #333333d9;
    }

    .certificate::after {
        left: -90%;
    }
	.event-padding{
    	padding-right:0px
    }
    .fixed {
        background: transparent;
        left: -50px;
    	top: 20px !important;
    }
    .head-lft {
        flex-direction: column;
    }
    .navbar-collapse {
        background: white;
        width: 110% !important;
        padding: 0 20px;
    }
    .header-section .container-fluid {
        display: flex;
        flex-direction: column;
    }
    li.nav-item {
        padding: 0px 0px;
    }
    .fixed .navbar-collapse {
        margin-top: -30px;
        padding: 20px 40px;
    }
    section.test {
        padding: 40px 0 120px;
    }
    .latest-section .card {
        margin: 0 auto !important;
    }
    .latest-section .blog-head-slider img.card-img-top {
        width: 75% !important;
        padding: 0;
    }
    .latest-section .text-center1 hr {
        display: none;
    }
    .page-header .page-title {
        margin-top: 20px;
    }
    .filter-by-sm{
    	flex-direction: column;
    	align-items: flex-start;
    }
    .pagination ul li{
    	line-height: 50px;
    }
    .filter-by-sm input[type="text"] {
        min-width: 100%;
    }

    .filter-by-sm select {
        min-width: 100%;
        margin-top: 8px;
    }

    .filter-by-sm input.submit {
        min-width: 100%;
        margin-top: 22px;
    }
    .edition-top-sm{
    	height:140px !important
    }
    .edition-heigth{
    	margin-bottom: 30px;
    }
    .edition-heigth .post-list-vertical {
        margin: 0 auto;
        padding: 0 15px;
    }

    .edition-heigth .post-list-footer {
        margin-bottom: 20px;
    }

    .edition-heigth .person-thumb {
        margin-top: 22px;
    	text-align: center;
    }
    .style-noboder .d-flex {
        flex-direction: column;
    }

    .post-list-large .style-noboder {
        margin: 0 auto;
    }

    .style-noboder .person-thumb {
        text-align: center;
    }
    
.w-tabs{
	padding:120px 0 30px
}
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px !important;
    }

}

@media (max-width: 1400px){
    .person-thumb img {
        min-width: 170px !important; height: auto !important;
    }

}

@media (min-width: 1700px) and (max-width: 1750px){
    a.btn-download { 
  
        right: 299px;
        top: 22%;
    
    }

}
@media (max-width: 768px){
.header .sub-header ul li:nth-child(3) h4 {margin-left: 0px}
        .header .sub-header ul li:nth-child(3) {margin-top: 10px;}
        .searchandfilter ul li.sf-field-submit {margin-top: 10px !important;}
}

@media (max-width: 425px) {
    .sub-header {
        display: block !important;
    }

    .header .sub-header ul,
    .header .sub-header ul li:nth-child(1),
    .header .sub-header ul li:nth-child(2) {
        flex-direction: column !important;
    }

    .searchandfilter ul li.sf-field-submit {margin-top: 10px !important;}
    .navbar-toggler {right: -5px !important;}
    .home #search-filter-form-6023 li.sf-field-search {margin-bottom: 0px; }
        .header .sub-header ul li:nth-child(3) h4 {margin-left: 0px}
        .header .sub-header ul li:nth-child(3) {margin-top: 10px;}
}

@media (max-width: 1200px) {
    .person-thumb img {
        min-width: 100px !important;}

}


/*AMC adding ACC sponsorship notice*/
.acc-spon {
    background:white;
    padding:15px;
    float: right;
}
.acc-spon h4 {
font-size: 12px;
}
.acc-spon img {
    max-width:200px;
    height:auto;
}
@media (max-width: 700px) {
.pwrlist-bnr-right.col-6 {
    width:100% !important;
}
.pwrlist-bnr-left.col-6 {
    width:100% !important;
}
.acc-spon {
    float:none;
}
}