/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
img {
    max-width: 100%;
    height: auto;
}
.pbminfotech-hide,
.pbmit-hide {
    display: none;
}
/* Owl carsoul resize issue solve */
#primary {
    width: 100%;
}
body {
    overflow: visible;
    overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
p {
    margin: 0 0 25px;
}
dl,
ol,
ul {
    margin-bottom: 25px;
}
blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0px 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    position: relative;
}
blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}
blockquote.is-large {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
blockquote cite {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    color: #787c8b;
}
blockquote cite em {
    font-size: 16px;
}
blockquote cite,
blockquote small {
    color: var(--pbmit-attorly-global-color);
}
blockquote cite em {
    color: var(--pbmit-attorly-global-color);
}
blockquote small em {
    color: var(--pbmit-attorly-secondary-color);
}
.wp-block-pullquote cite {
    color: var(--pbmit-attorly-global-color);
}
.wp-block-preformatted {
    border: none;
    background: none;
    padding: 0px;
}
.wp-block-verse {
    border: none;
    background: none;
    padding: 0px;
    font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}
.pbmit-overflow-visible {
    overflow: visible !important;
}
.closepanel,
.sub-menu-toggle {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 20px;
}
pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #787c8b;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.edit-link {
    line-height: normal;
    display: block;
}
.edit-link a {
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-top: 35px;
}
.pbmit-slider-area {
    background-color: #e7e7e7;
    position: relative;
    z-index: 1;
}
.pbmit-slider-area>div>div {
    margin: 0 !important;
}
.pbmit-underline {
    text-decoration: underline;
}
.pbmit-slider-area>p.rs-p-wp-fix {
    display: none;
}
.site#page {
    overflow: hidden;
    position: relative;
}
/* --------------------------------------
 * A tag
 * ---------------------------------------*/
a {
    color: var(--pbmit-attorly-link-color-normal);
}
a:hover {
    color: var(--pbmit-attorly-link-color-hover);
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignleft.wp-block-gallery {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 0px 20px 20px 0;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6153846154;
    padding-top: .5384615385em;
}
/*=== Text meant only for screen readers. ===*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px
}
table td {
    padding: 5px 10px
}
table tbody tr,
table thead tr {
    border: 1px solid #e6e6e6
}
table tbody th {
    background: #f9f9f9;
}
table tbody th,
table tbody td {
    border-right: 1px solid #e6e6e6
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
    margin: 0;
}
.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links,
.pbmit-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    color: #000;
    letter-spacing: 0.5px;
}
.page-links a,
.pbmit-page-links a {
    border: 1px solid #000;
}
.page-links a,
.page-links>span,
.pbmit-page-links a,
.pbmit-page-links>span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px 2px;
}
.page-links a:hover,
.pbmit-page-links a:hover {
    background-color: #000;
    color: #fff;
}
.page-links>span,
.pbmit-page-links>span {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.page-links>a:first-child,
.page-links>span:first-child,
.pbmit-page-links>a:first-child,
.pbmit-page-links>span:first-child {
    margin-left: 15px;
}
/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo {
    height: 105px;
    line-height: 105px;
}
.site-title img {
    max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 105px;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.site-title a .site-title-text {
    display: none;
}
/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.pbmit-navbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
.pbmit-navbar ul,
.pbmit-navbar li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pbmit-mobile-search {
    display: none;
}
/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.pbmit-footer-menu-area {
    text-align: right;
    margin-top: 0px;
}
.rtl .pbmit-footer-menu-area {
    text-align: left;
}
.pbmit-footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pbmit-footer-menu li {
    display: inline-block;
    margin: 0 10px;
}
.pbmit-footer-menu li:last-child {
    margin-right: 0;
}
.rtl .pbmit-footer-menu li:last-child {
    margin-left: 0;
    margin-right: 10px;
}
.pbmit-footer-menu li a {
    position: relative;
}
.pbmit-footer-menu li a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: rgba(var(--pbmit-attorly-white-color-rgb), 0.50);
    top: 50%;
    left: -12px;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.rtl .pbmit-footer-menu li a::before {
    right: -12px;
    left: inherit;
}
.pbmit-footer-menu li:first-child a::before {
    content: inherit;
}
.pbmit-footer-menu li li {
    display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.elementor-widget-container>.pbmit-heading-subheading {
    position: relative;
    z-index: 1;
}
.pbmit-text-color-white .pbmit-heading-subheading .pbmit-element-title {
    color: var(--pbmit-attorly-white-color);
}
.pbmit-heading-subheading .pbmit-element-title,
.pbmit-heading-subheading:not(.pbmit-reverse-heading-yes) .pbmit-element-title,
.pbmit-heading-subheading .pbmit-element-heading {
    margin-bottom: 0;
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin-top: 10px;
}
.pbmit-heading-subheading.center-align {
    text-align: center;
}
.pbmit-heading-subheading.center-align .pbmit-heading-desc {
    margin-left: auto;
    margin-right: auto;
}
.pbmit-heading-subheading h4.pbmit-element-subtitle {
    margin-bottom: 5px;
}
.pbmit-heading-subheading.center-align .pbmit-element-subtitle span {
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.pbmit-heading-subheading .pbmit-element-subtitle span {
    display: none;
}
.pbmit-heading-subheading.left-align .pbmit-heading-desc,
.pbmit-heading-subheading.center-align .pbmit-heading-desc {
    max-width: 800px;
}
.pbmit-heading-subheading {
    margin-bottom: 50px;
}
.pbmit-heading-subheading.right-align {
    text-align: right;
}
.pbmit-heading-subheading:empty {
    display: none;
}
.pbmit-text-color-white .pbmit-heading-subheading .pbmit-element-heading {
    color: var(--pbmit-attorly-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-heading-subheading .pbmit-element-subtitle {
    color: var(--pbmit-attorly-blackish-color);
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.pbmit-color-white,
.pbmit-text-color-white,
.pbmit-text-color-white .elementor-widget-text-editor {
    color: var(--pbmit-attorly-white-color);
}
.pbmit-text-color-white .pbmit-heading-desc {
    color: rgba( var(--pbmit-attorly-white-color-rgb), 0.60);
}
.pbmit-color-blackish,
.pbmit-text-color-blackish,
.pbmit-text-color-blackish .elementor-widget-text-editor {
    color: var(--pbmit-attorly-blackish-color);
}
/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
/* clears the Close arrow from Chrome  */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
/* select,  */
textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: var(--pbmit-attorly-blackish-color);
    font-weight: 500;
    line-height: normal;
    padding: 0 15px;
    background-color: var(--pbmit-attorly-white-color);
    border: 1px solid #eee;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pbmit-select select {
    font-size: 13px;
    font-weight: 500;
    padding: 0 20px;
}
input[type="number"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #787c8b;
    font-weight: 500;
    opacity: 1;
    /* Firefox */
}
input[type="number"]:-ms-input-placeholder input[type="text"]:-ms-input-placeholder input[type="email"]:-ms-input-placeholder input[type="password"]:-ms-input-placeholder input[type="tel"]:-ms-input-placeholder input[type="url"]:-ms-input-placeholder input[type="search"]:-ms-input-placeholder textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #787c8b;
    font-weight: 500;
}
input[type="number"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #787c8b;
    font-weight: 500;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 1em;
    line-height: normal;
}
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
.rtl textarea,
textarea {
    height: 80px;
    resize: none;
    padding: 12px 15px;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
input[type=submit]:hover {
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-select {
    position: relative;
    display: block;
    background-color: var(--pbmit-attorly-light-bg-color);
}
.pbmit-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.pbmit-select:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    border-top: 6px solid black;
    opacity: 0.5;
}
select::-ms-expand {
    display: none;
}
/* --------------------------------------
 * Sidebar padding top
* ---------------------------------------*/
.pbmit-sidebar-left .site-content-contain .site-content>.row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.pbminfotech-sidebar .widget {
    margin-bottom: 30px;
}
.pbminfotech-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
}
.pbmit-sidebar-left .site-content-contain>.site-content>.row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
.pbminfotech-element .pbmit-element-inner .pbmit-element-posts-wrapper .row.multi-columns-row {
    width: auto;
}
/*=== gap-Default ===*/
.pbmit-element-posts-wrapper.row {
    margin-left: -15px;
    margin-right: -15px;
}
.pbmit-element-posts-wrapper.row .pbmit-ele {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== pbminfotech-gap-0px ===*/
.pbminfotech-gap-0px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.pbminfotech-gap-0px .pbmit-element-posts-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}
/*=== pbminfotech-gap-5px ===*/
.pbminfotech-gap-5px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}
.pbminfotech-gap-5px .pbmit-element-posts-wrapper .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}
/*=== pbminfotech-gap-10px ===*/
.pbminfotech-gap-10px .pbmit-element-posts-wrapper .row {
    margin-left: -5px;
    margin-right: -5px;
}
.pbminfotech-gap-10px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
/*=== pbminfotech-gap-15px ===*/
.pbminfotech-gap-15px .pbmit-element-posts-wrapper .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.pbminfotech-gap-15px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}
/*=== pbminfotech-gap-20px ===*/
.pbminfotech-gap-20px .pbmit-element-posts-wrapper .row {
    margin-left: -10px;
    margin-right: -10px;
}
.pbminfotech-gap-20px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
/*=== pbminfotech-gap-25px ===*/
.pbminfotech-gap-25px .pbmit-element-posts-wrapper .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.pbminfotech-gap-25px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px;
}
/*=== pbminfotech-gap-30px ===*/
.pbminfotech-gap-30px .pbmit-element-posts-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}
.pbminfotech-gap-30px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/*=== pbminfotech-gap-35px ===*/
.pbminfotech-gap-35px .pbmit-element-posts-wrapper .row {
    margin-left: -17px;
    margin-right: -17px;
}
.pbminfotech-gap-35px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 17px;
    padding-left: 17px;
    margin-bottom: 30px;
}
/*=== pbminfotech-gap-40px ===*/
.pbminfotech-gap-40px .pbmit-element-posts-wrapper .row {
    margin-left: -20px;
    margin-right: -20px;
}
.pbminfotech-gap-40px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
/*=== pbminfotech-gap-50px ===*/
.pbminfotech-gap-50px .pbmit-element-posts-wrapper .row {
    margin-left: -25px;
    margin-right: -25px;
}
.pbminfotech-gap-50px .pbmit-element-posts-wrapper .row .pbmit-ele {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px;
}
/* --------------------------------------
 * preloader
 * ---------------------------------------*/
.pbmit-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block;
}
/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
.pbmit-title-bar-wrapper {
    position: relative;
    z-index: 2;
}
.pbmit-title-bar-content,
.pbmit-title-bar-wrapper {
    min-height: var(--pbmit-attorly-titlebar-height);
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-center .pbmit-breadcrumb,
.pbmit-title-bar-wrapper.pbmit-titlebar-style-center .pbmit-title-bar-content-inner {
    width: 100%;
    text-align: center;
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-left .pbmit-title-bar-content .pbmit-tbar-title {
    margin-bottom: 10px;
}
.pbmit-title-bar-wrapper.pbmit-titlebar-style-left .pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0px;
}
.pbmit-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important;
}
.pbmit-bg-color-globalcolor.pbmit-title-bar-wrapper:before {
    background-color: rgba( var(--pbmit-attorly-global-color-rgb), 0.50);
}
.pbmit-title-bar-wrapper.pbmit-bg-color-gradientcolor:before {
    background-image: -ms-linear-gradient(right, var(--pbmit-attorly-gradient-color-first) 0%, var(--pbmit-attorly-gradient-color-last) 100%) !important;
    background-image: linear-gradient(to right, var(--pbmit-attorly-gradient-color-first), var(--pbmit-attorly-gradient-color-last)) !important;
}
.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0px;
}
.pbmit-title-bar-content .pbmit-tbar-title{
	margin-bottom: 0;
}
.pbmit-title-bar-content .pbmit-breadcrumb{
	margin-top: 15px;
}
.pbmit-title-bar-content .pbmit-tbar,
.pbmit-title-bar-content .pbmit-breadcrumb {
    display: block;
}
.pbmit-breadcrumb a {
    opacity: 1;
}
.pbmit-breadcrumb-inner .sep {
    margin: 0 5px;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 5px;
    display: inline-block;
}
.pbmit-bg-color-white.pbmit-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9);
}
.pbmit-bg-color-light.pbmit-bg-image-yes:before {
    background-color: rgba(240, 240, 240, 0.9);
}
.pbmit-bg-color-blackish.pbmit-bg-image-yes:before {
    background-color: rgba(0, 0, 0, 0.7);
}
.pbmit-bg-color-gradientcolor.pbmit-bg-image-yes:before {
    opacity: 0.5;
}
/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
}
.pbmit-contact-info {
    font-size: 15px;
}
ul.pbmit-social-links,
ul.pbmit-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pbmit-social-links li,
.pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
}
.pbmit-social-links li:not(:last-child),
.pbmit-contact-info li:not(:last-child) {
    padding: 0 20px 0 0;
}
.rtl .pbmit-social-links li:not(:last-child),
.rtl .pbmit-contact-info li:not(:last-child) {
    padding: 0 0 0 20px;
}
.pbmit-contact-info li:first-child {
    padding-left: 0;
}
.pbmit-contact-info li i {
    font-size: 15px;
    margin-right: 6px;
    color: var(--pbmit-attorly-global-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rtl .pbmit-contact-info li i {
    margin-left: 6px;
    margin-right: inherit;
}
.pbmit-contact-info li i:hover {
    color: var(--pbmit-attorly-secondary-color);
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right {
    display: flex;
    align-items: center;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn {
    padding-left: 20px;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a {
    background: var(--pbmit-attorly-global-color);
    color: var(--pbmit-attorly-white-color);
    padding: 5px;
    font-size: 13px;
    border-radius: 100%;
}
.pbmit-pre-header-wrapper .pbmit-pre-header-right .pbmit-header-search-btn a:hover {
    background-color: var(--pbmit-attorly-secondary-color);
}
/*=== Topbar social icon ===*/
.pbmit-pre-header-wrapper .pbmit-social-links li i {
    margin: 0;
    font-size: 15px;
    color: var(--pbmit-attorly-blackish-color);
}
.pbmit-pre-header-wrapper .pbmit-social-links li i:hover {
    color: var(--pbmit-attorly-global-color);
}
.pbmit-pre-header-wrapper .pbmit-social-links li:last-child {
    margin-right: 0px;
}
.pbmit-pre-header-wrapper .pbmit-social-links a:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
/*=== Common header bg ===*/
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-globalcolor {
    background-color: var(--pbmit-attorly-global-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-secondarycolor {
    background-color: var(--pbmit-attorly-secondary-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-blackish {
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-white {
    background-color: var(--pbmit-attorly-white-color);
}
.site-header .pbmit-sticky-header.pbmit-sticky-bg-color-light {
    background-color: var(--pbmit-attorly-light-bg-color);
}
/*=== Custom background color and text color ===*/
/* Custom preheader background color */
.pbmit-pre-header-wrapper.pbmit-bg-color-custom {
    background-color: var(--pbmit-attorly-preheader-bgcolor-custom);
}
/* Custom Header background color */
.pbmit-header-wrapper.pbmit-bg-color-custom {
    background-color: var(--pbmit-attorly-header-background-color);
}
/* Custom Menu area background color */
.pbmit-header-menu-area.pbmit-bg-color-custom {
    background-color: var(--pbmit-attorly-menu-background-color);
}
/* sticky-header-background-color */
.site-header.pbmit-fixed-header .pbmit-sticky-bg-color-custom {
    background-color: var(--pbmit-attorly-sticky-header-background-color);
}
/* Custom Menu text color */
body:not(.pbmit-max-mega-menu-override) .pbmit-sticky-header .pbmit-navbar div>ul>li>a {
    color: var(--pbmit-attorly-main-menu-sticky-color);
}
body:not(.pbmit-max-mega-menu-override) .pbmit-sticky-header .pbmit-navbar>div>ul>li.current-menu-parent>a,
body:not(.pbmit-max-mega-menu-override) .pbmit-sticky-header .pbmit-navbar div>ul>li:hover>a {
    color: var(--pbmit-attorly-global-color);
}
/*=== site-title  ===*/
.site-title {
    height: var(--pbmit-attorly-header-height);
}
.site-title img.pbmit-main-logo {
    max-height: var(--pbmit-attorly-logo-height);
}
.site-title img.pbmit-responsive-logo {
    max-height: var(--pbmit-attorly-responsive-logo-height);
}
/*=== Sticky logo ===*/
.site-header.pbmit-fixed-header .site-title img.pbmit-main-logo {
    max-height: var(--pbmit-attorly-sticky-logo-height);
}
.pbmit-header-wrapper {
    z-index: 999;
}
.pbmit-navbar>div>ul>li,
.pbmit-navbar>div>ul>li>a,
.pbmit-navbar div>ul>li>a,
.site-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*=== Logo setting ===*/
.pbmit-sticky-logo-yes .pbmit-sticky-header .pbmit-main-logo,
.pbmit-sticky-logo {
    display: none;
}
.pbmit-sticky-logo-yes .pbmit-main-logo,
.pbmit-sticky-logo-yes .pbmit-sticky-header .pbmit-sticky-logo {
    display: inline-block;
}
/*=== Header bg color setting ===*/
.site-header .pbmit-bg-color-white,
.site-header .pbmit-sticky-on.pbmit-sticky-bg-color-white {
    background-color: #fff;
}
.site-header .pbmit-bg-color-transparent,
.site-header .pbmit-sticky-on.pbmit-sticky-bg-color-transparent {
    background-color: transparent;
}
.pbmit-table {
    display: table;
    height: 100%;
}
.pbmit-table-cell {
    display: table-cell;
    line-height: normal;
    vertical-align: middle;
}
/* --------------------------------------
 * Global Spacing
 * ---------------------------------------*/
#content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.tax-pbmit-portfolio-category #primary,
.tax-pbmit-service-category #primary,
.tax-pbmit-team-group #primary,
.tax-pbmit-testimonial-cat #primary,
.tax-pbmit-client-group #primary {
    margin-bottom: -30px;
}
.page #content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.page.pbmit-sidebar-no.elementor-page #content {
    padding-top: 0px;
    padding-bottom: 0px;
}
.woocommerce-shop #content {
    padding-bottom: 60px;
}
/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/
.content-area.col-md-9 .comment-respond {
    margin-bottom: 0;
}
/*=== For overlap row ===*/
.pbmit-row.pbmit-zindex-zero,
.pbmit-row.pbmit-zindex-1,
.pbmit-row.pbmit-zindex-2,
.pbmit-zindex-zero,
.pbmit-zindex-1,
.pbmit-zindex-2 {
    position: relative;
}
/*=== Row Background color ===*/
.elementor-inner-section,
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .pbminfotech-element,
.elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}
.pbmit-bgimage-over-bgcolor.pbmit-bgimage-yes .pbmit-stretched-div:before,
.pbmit-bgimage-over-bgcolor.pbmit-bgimage-yes:before {
    background-color: transparent !important
}
.elementor-element:not(.elementor-column):before,
.pbmit-col-stretched-yes .pbmit-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
body.elementor-editor-active .elementor-element:not(.elementor-column):before,
body.elementor-editor-active .pbmit-col-stretched-yes .pbmit-stretched-div:before {
    z-index: 0;
}
.elementor-column.pbmit-col-stretched-yes.pbmit-bgimage-yes {
    background-image: none;
    background-color: transparent;
}
/*=== White BG ===*/
.pbmit-bg-color-white {
    background-color: #fff;
}
.pbmit-col-stretched-yes .pbmit-stretched-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden;
}
.pbmit-col-stretched-right .pbmit-stretched-div,
.pbmit-col-stretched-left .pbmit-stretched-div {
    right: 0;
}
.elementor-top-column.pbmit-col-stretched-left:not(.elementor-col-100) .pbmit-stretched-div {
    margin-left: -500px;
}
.elementor-top-column.pbmit-col-stretched-right:not(.elementor-col-100) .pbmit-stretched-div {
    margin-right: -500px;
}
/*=== Background Image Position ===*/
body .pbmit-bgimage-position-left-top .pbmit-stretched-div,
body .pbmit-bgimage-position-left-top {
    background-position: left top !important;
}
body .pbmit-bgimage-position-left-center .pbmit-stretched-div,
body .pbmit-bgimage-position-left-center {
    background-position: left center !important;
}
body .pbmit-bgimage-position-left-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-left-bottom {
    background-position: left bottom !important;
}
body .pbmit-bgimage-position-right-top .pbmit-stretched-div,
body .pbmit-bgimage-position-right-top {
    background-position: right top !important;
}
body .pbmit-bgimage-position-right-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-right-bottom {
    background-position: right bottom !important;
}
body .pbmit-bgimage-position-right-center .pbmit-stretched-div,
body .pbmit-bgimage-position-right-center {
    background-position: right center !important;
}
body .pbmit-bgimage-position-center-top .pbmit-stretched-div,
body .pbmit-bgimage-position-center-top {
    background-position: center top !important;
}
body .pbmit-bgimage-position-center-center .pbmit-stretched-div,
body .pbmit-bgimage-position-center-center {
    background-position: center center !important;
}
body .pbmit-bgimage-position-center-bottom .pbmit-stretched-div,
body .pbmit-bgimage-position-center-bottom {
    background-position: center bottom !important;
}
/*===  Background Image No Repeat ===*/
body .pbmit-bgimage-repeat-no {
    background-repeat: no-repeat !important;
}
body .pbmit-bgimage-repeat-x {
    background-repeat: repeat-x !important;
}
body .pbmit-bgimage-repeat-y {
    background-repeat: repeat-y !important;
}
body .pbmit-bgimage-repeat-round {
    background-repeat: round !important;
}
body .pbmit-bgimage-repeat-space {
    background-repeat: space !important;
}
/*=== Colum over image ===*/
.elementor-top-column>.elementor-widget-wrap>.elementor-widget-wrap {
    z-index: 1;
}
.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-widget-wrap:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pbmit-footer-text-area {
    background-color: #020203;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pbmit-footer-text-area,
.pbmit-footer-widget-area,
.site-footer {
    position: relative;
}
.pbmit-footer-text-area,
.pbmit-footer-widget-area {
    z-index: 1
}
.pbmit-footer-section:before,
.site-footer:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
}
.pbmit-footer-text-area>.container,
.footer-wrap.pbmit-footer-widget-area>.container {
    position: relative;
    z-index: 2;
}
.footer-wrap .contact-info li {
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 15px;
    font-size: 13px;
}
.footer-wrap .contact-info i {
    position: absolute;
    left: 0px;
    top: 0px;
}
/*=== Footer Tag cloud ===*/
.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 0px;
}
.footer-wrap .widget_tag_cloud a:hover {
    background-color: var(--pbmit-attorly-global-color);
}
.site-footer.pbmit-text-color-white .widget_tag_cloud a {
    background-color: #fff;
    color: #0c121d;
}
.site-footer.pbmit-text-color-white .widget_tag_cloud a:hover {
    background-color: var(--pbmit-attorly-global-color);
    color: #fff;
}
/*=== Footer Background color set ===*/
.pbmit-bg-color-gradient.pbmit-bg-color-over-image.elementor-column .pbmit-stretched-div:before,
.pbmit-bg-color-gradientcolor.pbmit-bg-image-yes:before {
    opacity: 0.5;
}
/*=== Footer text color  ====*/
/* White color */
.pbmit-footer-section.pbmit-text-color-white a {
    color: rgba(255, 255, 255, 1);
}
.pbmit-footer-section.pbmit-text-color-white {
    color: rgba(255, 255, 255, 0.90);
}
/*=== Global Color ===*/
/* Global BG Color */
.pbmit-footer-section.pbmit-bg-color-globalcolor:before {
    background-color: var(--pbmit-attorly-global-color);
}
/*=== Global BG Opacity Color ===*/
.pbmit-footer-section.pbmit-bg-color-globalcolor.pbmit-bg-image-yes:before {
    background-color: rgba( var(--pbmit-attorly-global-color-rgb), 0.80);
}
/* Global Text Color */
.pbmit-footer-section.pbmit-text-color-globalcolor .widget-title,
.pbmit-footer-section.pbmit-text-color-globalcolor,
.pbmit-footer-section.pbmit-text-color-globalcolor a {
    color: var(--pbmit-attorly-global-color);
}
/*=== Blackish Color ===*/
/* Blackish BG Color */
.pbmit-footer-section.pbmit-bg-color-blackish:before {
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
/* Blackish BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-blackish.pbmit-bg-image-yes:before {
    background-color: rgba( var(--pbmit-attorly-blackish-color-rgb), 0.80);
}
/* Blackish Text Color */
.pbmit-footer-section.pbmit-text-color-blackish .widget-title,
.pbmit-footer-section.pbmit-text-color-blackish,
.pbmit-footer-section.pbmit-text-color-blackish a {
    color: var(--pbmit-attorly-blackish-color);
}
/* Secondary Text Color */
.pbmit-footer-section.pbmit-text-color-secondarycolor .widget-title,
.pbmit-footer-section.pbmit-text-color-secondarycolor,
.pbmit-footer-section.pbmit-text-color-secondarycolor a {
    color: var(--pbmit-attorly-secondary-color);
}
/*=== White Color ===*/
/* White BG Color */
.pbmit-footer-section.pbmit-bg-color-white:before {
    background-color: var(--pbmit-attorly-white-color);
}
/* White BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-white.pbmit-bg-image-yes:before {
    background-color: rgba( var(--pbmit-attorly-white-color-rgb), 0.80);
}
/* White Text Color */
.pbmit-footer-section.pbmit-text-color-white .widget-title,
.pbmit-footer-section.pbmit-text-color-white a {
    color: var(--pbmit-attorly-white-color);
}
/*=== light Color ===*/
/* light BG Color */
.pbmit-footer-section.pbmit-bg-color-light:before {
    background-color: var(--pbmit-attorly-light-color);
}
/* light BG Opacity Color */
.pbmit-footer-section.pbmit-bg-color-light.pbmit-bg-image-yes:before {
    background-color: rgba( var(--pbmit-attorly-light-color-rgb), 0.80);
}
/* light Text Color */
.pbmit-footer-section.pbmit-text-color-light .widget-title,
.pbmit-footer-section.pbmit-text-color-light,
.pbmit-footer-section.pbmit-text-color-light a {
    color: var(--pbmit-attorly-light-color);
}
/*=== Footer widget ===*/
.footerlogo {
    margin-bottom: 10px;
}
/*=== RSS Widget ===*/
.rss-date {
    display: block;
    color: #787c8b;
}
.site-footer.pbmit-text-color-white .rss-date {
    color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon {
    position: relative;
    top: -3px;
}
.widget_rss.widget ul>li {
    padding-bottom: 30px;
}
.widget_rss.widget ul>li:last-child {
    padding-bottom: 0;
}
.widget_rss .rssSummary {
    opacity: 0.9;
}
.widget_rss cite {
    font-size: 15px;
}
/*=== widget_calendar ===*/
.pbmit-text-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32);
}
.pbmit-text-color-white .widget_calendar table th,
.pbmit-text-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32);
}
/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog Meta ===*/
.single .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-comments,
.single .pbmit-blog-meta.pbmit-blog-meta-top a {
    color: #787c8b;
}
.single .pbmit-bg-color-secondarycolor .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-comments,
.single .pbmit-bg-color-secondarycolor .pbmit-blog-meta.pbmit-blog-meta-top a {
    color: #fff;
}
/*=== Blog video iframe ===*/
.format-video .pbmit-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.format-video .pbmit-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
iframe {
    max-width: 100%
}
/*=== Blog Gallery ===*/
.format-gallery .pbmit-featured-wrapper {
    position: relative;
}
.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #fff;
}
.format-quote .pbmit-block-quote-content {
    position: relative;
    z-index: 2;
}
.format-quote .pbmit-blog-meta {
    display: none;
}
.format-quote .pbmit-block-quote-content a {
    display: inline-block;
    margin-top: 22px;
    font-style: normal;
    font-size: 17px;
}
.format-quote .pbmit-blog-classic blockquote {
    margin: 0;
}
.format-quote .pbmit-blog-classic .pbmit-blog-classic-inner {
    display: none;
}
/*=== format-link ===*/
.format-link .pbmit-link-wrapper {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.format-link .pbmit-link-wrapper:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65);
}
.format-link .pbmit-featured-wrapper .pbmit-link-inner {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 2;
}
.format-link .pbmit-link-wrapper a {
    color: #fff;
}
.format-link .pbmit-link-inner {
    position: relative;
}
.format-link .pbmit-link-inner:before {
    font-family: "pbminfotech-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px;
}
/*=== Blog info ===*/
.pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 40px 30px;
    background-color: rgba(var(--pbmit-attorly-global-color-rgb), .10);
    color: var(--pbmit-attorly-blackish-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}
.pbmit-author-box a {
    color: var(--pbmit-attorly-blackish-color);
}
.pbmit-author-box a:hover {
    color: var(--pbmit-attorly-global-color);
}
.pbmit-author-image img {
    width: 105px;
    min-width: 105px;
    height: 105px;
    display: block;
    overflow: hidden;
    margin-right: 35px;
    z-index: 1;
}
.pbmit-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.pbmit-author-content .pbmit-author-name {
    line-height: 18px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.pbmit-author-content .pbmit-text {
    margin: 0;
}
.pbmit-author-box .pbmit-author-content .pbmit-author-text {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--pbmit-attorly-global-color);
    display: block;
}
/*=== Classic Meta ===*/
.pbmit-blog-meta,
.pbmit-blog-meta a {
    color: #787c8b;
}
.pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
}
.pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    text-transform: capitalize;
}
.pbmit-blog-meta-bottom .pbmit-tag-icon i,
.pbmit-blog-meta-top .pbmit-meta i {
    color: var(--pbmit-attorly-global-color);
}
.pbmit-blog-meta-top .pbmit-meta i {
    margin-right: 5px;
    font-size: 15px;
}
.rtl .pbmit-blog-meta-top .pbmit-meta i {
    margin-left: 5px;
    margin-right: 0;
}
.pbmits-blog-meta-top .pbmits-meta {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 13px;
}
/*=== Blog Classic default ===*/
.pbmit-blog-classic-inner .pbmit-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.pbmit-blog-classic-inner {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date {
    border-radius: 0;
    padding: 0
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left {
    width: auto;
    top: 0;
    left: 0;
    position: static;
}
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top {
    text-align: left;
}
.pbmit-no-img .pbmit-blog-meta .pbmit-meta-classic-right,
.pbmit-default-view .pbmit-blog-meta .pbmit-meta-classic-right {
    padding-left: 30px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date .entry-date {
    font-size: 15px;
    line-height: 35px;
    margin: 0
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date span,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date span {
    display: inline-block;
    margin-left: 5px;
}
.pbmit-no-img .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date,
.pbmit-default-view .pbmit-blog-meta.pbmit-blog-meta-top .pbmit-meta-classic-left .pbmit-meta-date {
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px;
}
/*=== Classic no img ===*/
.pbmit-social-share .pbmit-social-li-facebook a {
    background-color: #3B5998;
}
.pbmit-social-share .pbmit-social-li-twitter a {
    background-color: #55ACEE;
}
.pbmit-social-share .pbmit-social-li-google-plus a {
    background-color: #dd4b39;
}
.pbmit-social-share .pbmit-social-li-linkedin a {
    background-color: #007bb5;
}
.pbmit-social-share .pbmit-social-li-youtube a {
    background-color: #bb0000;
}
.pbmit-social-share .pbmit-social-li-instagram a {
    background-color: #125688;
}
.pbmit-social-share .pbmit-social-li-pinterest a {
    background-color: #cb2027;
}
.pbmit-social-share .pbmit-social-li-snapchat-ghost a {
    background-color: #fffc00;
}
.pbmit-social-share .pbmit-social-li-skype a {
    background-color: #00aff0;
}
.pbmit-social-share .pbmit-social-li-android a {
    background-color: #a4c639;
}
.pbmit-social-share .pbmit-social-li-dribbble a {
    background-color: #ea4c89;
}
.pbmit-social-share .pbmit-social-li-vimeo a {
    background-color: #45bbff;
}
.pbmit-social-share .pbmit-social-li-tumblr a {
    background-color: #2c4762;
}
.pbmit-social-share .pbmit-social-li-vine a {
    background-color: #00b489;
    color: white;
}
.pbmit-social-share .pbmit-social-li-foursquare a {
    background-color: #45bbff;
}
.pbmit-social-share .pbmit-social-li-stumbleupon a {
    background-color: #eb4924;
}
.pbmit-social-share .pbmit-social-li-flickr a {
    background-color: #f40083;
}
.pbmit-social-share .pbmit-social-li-yahoo a {
    background-color: #430297;
}
.pbmit-social-share .pbmit-social-li-soundcloud a {
    background-color: #ff5500;
}
.pbmit-social-share .pbmit-social-li-reddit a {
    background-color: #ff5700;
}
.pbmit-social-share .pbmit-social-li-rss a {
    background-color: #ff6600;
}
/*=== Single Comment Section ===*/
.comments-area .pbmit-comment-content ol+h2,
.comments-area .pbmit-comment-content ul+h2 {
    margin-top: 25px;
}
.comments-area {
    margin-top: 60px;
}
.comments-area .comments-title {
    margin-bottom: 35px;
    margin-top: 0px;
}
.pbmit-post-related .pbmit-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}
.children,
.comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pbmit-comment-avatar {
    float: left;
}
.comment-list .children li.comment {
    position: relative;
    padding-top: 0;
    padding-left: 0px;
}
.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}
.pbmit-comment-date {
    display: block;
    margin: 0 0 0 30px;
    color: #666;
    font-size: 13px;
}
.pbmit-comment-date a {
    color: var(--pbmit-attorly-blackish-color);
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
.comments-area .pbmit-comment-meta .pbmit-comment-date a:not(a.comment-edit-link):before {
    position: absolute;
    content: '';
    left: -16px;
    height: 16px;
    top: 6px;
    width: 1px;
    background-color: var(--pbmit-attorly-blackish-color);
    transform: rotate(25deg);
}
.comment-list .pbmit-comment-avatar img {
    border-radius: 0px;
    width: 90px;
    height: 90px;
}
.pbmit-comment-content {
    position: relative;
    flex-grow: 1;
    padding: 0px 0px 30px 0;
    background: #fff;
    margin-left: 120px;
}
.pbmit-comment-content p {
    margin: 15px 0;
}
.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: inline-flex;
    position: relative;
    color: var(--pbmit-attorly-blackish-bg-color);
}
.pbmit-comment-content .pbmit-comment-author .pbmit-comment-author-inner {
    color: var(--pbmit-attorly-global-color);
    text-decoration: underline;
    margin: 0 5px;
    font-weight: 500;
}
.pbmit-comment-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.reply a {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    padding: 0px 13px 0px 0px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--pbmit-attorly-blackish-color);
    background-color: transparent;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
}
.reply a:hover {
    color: var(--pbmit-attorly-global-color);
}
.reply a:after {
    font-family: 'pbminfotech-base-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 15px;
    font-size: 15px;
    content: "\e81c";
    margin-left: 5px;
}
.comment-list .pbmit-comment {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--pbmit-attorly-light-bg-color);
}
.comment-list>li {
    margin-bottom: 50px;
}
.pbmit-comment-content:after,
.pbmit-comment-content:before {
    content: '';
}
.pbmit-comment-content:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.comments-area .comments-pagination {
    margin-bottom: 50px;
}
.comments-area .pbmit-comment-meta {
    display: flex;
    align-items: center;
}
/*=== Comment-Form ===*/
.comment-respond .comment-reply-title small {
    margin-left: 23px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.comment-respond .comment-reply-title small a {
    color: #999;
}
.comment-respond .comment-reply-title small a:hover {
    color: var(--pbmit-attorly-global-color);
}
.comment-list .comment-respond {
    margin-left: 120px;
    margin-bottom: 10px !important;
    margin-top: 30px;
    padding: 0px 30px 30px 0px;
}
.comment-respond {
    background-color: transparent;
    margin: 100px 0;
    margin-top: 80px;
    border-radius: 0px;
    padding: 0px;
}
.comment-respond .comment-reply-title {
    margin-bottom: 0px;
}
.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0;
}
.pbmit-comment-form-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
}
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input:last-child,
.pbmit-comment-form-input-wrapper .pbmit-comment-form-input:first-child {
    margin-left: 0;
}
.comment-notes,
.logged-in-as {
    margin-bottom: 20px;
    font-size: 13px;
}
.comment-form input[type=submit]:hover {
    color: #fff;
}
.comment-form .form-submit {
    margin-bottom: 0px;
}
.rtl .comment-form .form-submit {
    text-align: right;
}
.comment-respond input[type="number"],
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="password"],
.comment-respond input[type="tel"],
.comment-respond input[type="url"],
.comment-respond input[type="search"],
.comment-respond textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba( var(--pbmit-attorly-blackish-color-rgb), 0.20);
	padding-left: 0;
}
.comment-respond textarea:focus,
.comment-respond input:focus {
    outline: none;
    border-color: var(--pbmit-attorly-global-color);
}
.comment-form-cookies-consent {
    margin-bottom: 25px;
    margin-top: 15px;
}
.comment-form-cookies-consent input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-form-cookies-consent {
    padding-left: 25px;
    position: relative;
}
.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-form span {
    font-size: 15px;
}
.comment-form .form-submit input[type=submit] {
    background-color: var(--pbmit-attorly-global-color);
}
.comment-form .form-submit input[type=submit]:hover {
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
/*=== pingback ===*/
.pingback .pbmit-comment-content {
    margin-left: 0px;
}
.trackback .pbmit-comment-content:before,
.trackback .pbmit-comment-content:after,
.pingback .pbmit-comment-content:before,
.pingback .pbmit-comment-content:after {
    display: none;
}
.trackback .pbmit-comment-content {
    margin-left: 0px;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
/*=== pbmit-portfolio-related ===*/
.single .pbmit-portfolio-related,
.single .pbmit-post-related,
.single .pbmit-service-related {
    margin-top: 55px;
}
/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
/*=== List Style Two ===*/
.pbmit-team-name-info {
    margin-bottom: 20px;
}
.pbmit-team-left-inner {
    margin-right: 20px;
    position: relative;
    background-color: #eef7f9;
    overflow: hidden;
}
.single-pbmit-team-member .pbmit-short-description {
    margin-top: 35px;
}
.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 15px;
}
.pbmit-single-team-info li {
    margin-bottom: 15px;
}
.pbmit-single-team-info li label,
.pbmit-portfolio-line-title,
.pbmit-details-label {
    font-weight: 600;
}
.pbmit-portfolio-single .pbmit-details-label {
    margin-top: 0;
}
.pbmit-details-label {
    margin-top: 10px;
}
.pbmit-single-team-info .icon {
    margin-right: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
}
.pbmit-team-single .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 0px;
    background-color: var(--pbmit-attorly-secondary-color);
    color: #fff;
}
.pbmit-team-single .pbmit-team-social-links a:hover {
    background-color: var(--pbmit-attorly-global-color);
    color: #fff !important;
    border-color: transparent;
}
.pbmit-team-single .pbmit-team-social-links li {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.rtl .pbmit-team-single .pbmit-team-social-links li {
    padding-left: 10px;
    padding-right: 0;
    margin-left: 0px;
}
.pbmit-team-single .pbmit-entry-content {
    margin: 40px -10px 0 -10px;
}
.pbmit-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0
}
.pbmit-team-social-links li {
    display: inline-block;
    margin-right: 10px;
}
.rtl .pbmit-team-social-links li {
    margin-left: 10px;
    margin-right: 0;
}
.pbmit-team-single .pbmit-team-title {
    margin-bottom: 5px;
}
.pbmit-team-single .pbmit-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: var(--pbmit-attorly-global-color);
    font-weight: 500;
}
.pbmit-team-form .input-group {
    display: block;
    margin-bottom: 20px;
}
.pbmit-team-form .input-group input[type="text"],
.pbmit-team-form .input-group input[type="email"],
.pbmit-team-form .input-group textarea {
    border: none;
    font-size: 15px;
    padding: 0 30px;
    background-color: var(--pbmit-attorly-light-bg-color);
}
.pbmit-team-form .input-group textarea {
    padding: 20px 30px;
}
/* --------------------------------------
 * pbminfotech-ul-list
 * ---------------------------------------*/
.pbminfotech-ul-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pbminfotech-ul-list ul li {
    margin: 12px 0;
}
.pbminfotech-ul-list ul li i {
    margin-right: 10px;
    vertical-align: middle;
}
.pbminfotech-ul-list.pbmit-ul-type-disc ul {
    margin: 0;
    padding: 0;
}
.pbminfotech-ul-list.pbmit-ul-type-disc li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.pbminfotech-ul-list.pbmit-ul-type-disc li:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
}
.pbminfotech-ul-list.icon-large ul li i {
    font-size: 20px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .pbmit-top-search-form {
    margin-bottom: 50px;
    margin-left: 0px;
    position: relative;
}
.search-results .pbmit-top-search-form .search-form input[type="search"] {
    height: 60px;
}
.search-results .pbmit-top-search-form .search-form button {
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}
.search-results .pbmit-top-search-form .search-form button:after {
    position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\1f4e5';
    right: 16px;
    font-size: 16px;
    top: 17px;
    color: #ffffff;
    line-height: normal;
}
.pbmit-search-results {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.pbmit-search-results .pbmit-read-more-link {
    margin-top: 15px;
}
.pbmit-search-results-left {
    margin-right: 30px;
}
.pbmit-search-results-left {
    width: 175px;
    flex-shrink: 0;
}
.pbmit-search-results-right .pbmit-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}
.pbmit-search-results-right .pbmit-post-title a {
    color: var(--pbmit-attorly-blackish-color);
}
.pbmit-search-results-right .pbmit-post-title a:hover {
    color: var(--pbmit-attorly-global-color);
}
.search-results .content-area.col-md-9 .site-main .page {
    padding-bottom: 0px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pbmit-sidebar-exists .nav-links {
    margin-bottom: 0px;
}
body.search .nav-links {
    margin-top: 50px;
    margin-bottom: 50px;
}
.nav-links .page-numbers {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    border: 1px solid rgba(var(--pbmit-attorly-blackish-color-rgb), 0.3);
    border-radius: 0px;
}
.rtl .nav-links .next.page-numbers {
    float: none;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
    color: #fff;
    border-color: var(--pbmit-attorly-global-color);
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-gallery {
    display: table;
}
.pbmit-gallery>.pbmit-gallery-image {
    display: table-cell;
    width: 100%;
}
/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.pbmit-carousel-navs {
    display: none;
}
.pbmit-element-viewtype-carousel .pbmit-carousel-navs {
    display: block;
}
.pbmit-element-viewtype-carousel .container {
    position: relative;
}
.pbmit-carousel-navs {
    position: absolute;
    left: 45%;
    bottom: 0;
}
.pbmit-carousel-navs a {
    position: relative;
    display: inline-block;
    width: 80px;
    margin: 0px;
    color: var(--pbmit-attorly-blackish-color);
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    z-index: 5;
}
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs a {
    color: #fff;
}
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs a {
    color: #fff;
}
.pbmit-carousel-navs a.pbmit-carousel-prev {
    padding-left: 50px;
}
.pbmit-carousel-navs a.pbmit-carousel-next {
    padding-right: 50px;
    margin-left: 20px;
}
.pbmit-carousel-navs .pbmit-carousel-prev:before,
.pbmit-carousel-navs .pbmit-carousel-next:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    top: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs .pbmit-carousel-prev:before,
.pbmit-elementor-bg-color-blackish .pbmit-carousel-navs .pbmit-carousel-next:before,
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs .pbmit-carousel-prev:before,
.pbmit-elementor-bg-color-secondary .pbmit-carousel-navs .pbmit-carousel-next:before {
    background-color: var(--pbmit-attorly-white-color);
}
.pbmit-carousel-navs .pbmit-carousel-prev:before {
    left: 2px;
}
.pbmit-carousel-navs .pbmit-carousel-next:before {
    right: 2px;
}
.pbmit-carousel-navs .pbmit-carousel-prev:after,
.pbmit-carousel-navs .pbmit-carousel-next:after {
    position: absolute;
    content: "\e85a";
    font-family: "pbminfotech-base-icons";
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}
.pbmit-carousel-navs .pbmit-carousel-prev:after {
    left: 0;
    top: 0;
}
.pbmit-carousel-navs .pbmit-carousel-next:after {
    right: 0;
    top: 1px;
}
.pbmit-carousel-navs a:hover {
    color: var(--pbmit-attorly-global-color);
}
.pbmit-carousel-navs a.pbmit-carousel-prev:hover::before,
.pbmit-carousel-navs a.pbmit-carousel-next:hover::before {
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-carousel-navs .pbmit-carousel-prev:after {
    transform: rotate(180deg);
}
.pbmit-element-viewtype-carousel .owl-nav {
    position: absolute;
    top: -50px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    z-index: 15;
    cursor: pointer;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    display: inline-block;
    position: absolute;
    box-shadow: inherit;
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next {
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    position: absolute;
    content: '\e814';
    transform: skew(25deg);
    top: 0;
    left: 0;
    width: 100%;
    font-family: "pbminfotech-base-icons";
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    transform: rotate(180deg) skew(25deg);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span,
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    color: #000;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover,
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
}
/*=== carousel dot ===*/
.pbmit-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 12px;
    width: 12px;
    border: 0;
    background-color: #d3d5d7;
    margin: 0 5px;
    outline: none;
}
.pbmit-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot {
    border-color: #fff;
}
.pbmit-text-color-white .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot:before {
    display: none;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 45px;
}
.owl-right .pbmit-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 15px;
}
.owl-right .pbmit-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--pbmit-attorly-global-color);
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.pbmit-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    /*opacity: 0;*/
    transition: all .4s ease 0s;
    transform: skew(-25deg);
}
/* --------------------------------------
* Swiper
* ---------------------------------------*/
/*=== Swiper-Bullet ===*/
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -60px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px;
    background-color: var(--pbmit-attorly-global-color);
}
/*=== Swiper-Navigation ===*/
.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: '\e83a';
    font-family: 'pbminfotech-base-icons';
    font-size: 22px;
    line-height: normal;
    color: var(--pbmit-attorly-blackish-bg-color);
}
.swiper-button-prev {
    left: -50px;
    transform: rotate(180deg);
}
.swiper-button-next {
    right: -50px;
}
/*=== Multi Columns ROW correction ===*/
.multi-columns-row .first-in-row {
    clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
    clear: left;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
    clear: left;
}
@media (min-width:768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
@media (min-width:992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
        clear: left;
    }
    .search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
@media (min-width:1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }
    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }
    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }
    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }
    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }
    .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
        clear: none;
    }
    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }
    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }
    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }
    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }
    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
    .multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
        clear: left;
    }
}
/*===scroll-to-top===*/
body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 100%;
    background-color: var(--pbmit-attorly-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff;
}
body .scroll-to-top.show {
    opacity: 1;
}
body .scroll-to-top:hover {
    color: #fff !important;
    background-color: #222;
}
/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
}
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image figcaption,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption,
.pbmit-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption {
    bottom: 0;
}
.pbmit-blog-classic .pbmit-entry-content:after,
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}
.pbmit-blog-classic .pbmit-entry-content:after,
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}
/* --------------------------------------
 * Blog Block
 * ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives {
    list-style: none;
}
ul.wp-block-latest-posts li,
ul.wp-block-categories li,
ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0;
}
ul.wp-block-latest-posts li a {
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}
ul.wp-block-categories>li ul {
    margin-left: 15px;
    margin-top: 15px;
}
ul.wp-block-categories li>a,
ul.wp-block-archives li>a {
    position: relative;
    padding-left: 20px;
}
ul.wp-block-categories li>a:before,
ul.wp-block-archives li>a:before {
    position: absolute;
    content: '\e814';
    left: 0px;
    font-size: 16px;
    top: -3px;
    color: inherit;
    font-family: 'pbminfotech-base-icons';
}
ul.wp-block-archives ul.children {
    margin-left: 15px;
    margin-top: 15px;
}

.wp-block-archives-dropdown {
    margin-bottom: 10px;
}
.wp-block-button {
    margin: 3rem 0;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.pbmit-blog-classic .wp-block-column blockquote {
    padding: 30px 30px 30px 30px;
}
.pbmit-blog-classic .wp-block-column blockquote:after {
    font-size: 40px;
    line-height: 40px;
    top: 29px;
    left: 12px;
}
.wp-block-button.alignleft {
    margin-top: 0;
    margin-right: 20px;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}
.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 25px;
    margin-top: -10px;
}
.wp-block-categories-dropdown {
    margin-bottom: 20px;
}
.wp-block-group.has-background {
    padding: 25px;
    margin-bottom: 15px;
}
.wp-block-search {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.wp-block-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 60px;
}
.wp-block-search .wp-block-search__button:after {
    font-family: "pbminfotech-base-icons";
    content: '\1f4e5';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: var(--pbmit-attorly-blackish-color);
    font-size: 18px;
}
.wp-block-search input[type="search"] {
    height: 55px;
    line-height: 55px;
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding-right: 90px;
}
.wp-block-search .wp-block-search__button {
    font-size: 0;
    top: auto;
    bottom: 0;
}
.wp-block-archives-dropdown,
.wp-block-search {
    margin-bottom: 25px;
}
.wp-block-pullquote.has-background blockquote:before {
    text-align: left;
}
/*===wp-block-tag-cloud===*/
.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: var(--pbmit-attorly-light-bg-color);
    border: none;
    border-radius: 0;
    margin-bottom: 8px;
    margin-right: 4px;
	font-weight: bold !important;
}
.wp-block-tag-cloud a:hover {
    background-color: var(--pbmit-attorly-global-color);
    color: #fff;
}
/*=== wp-block-calendar ===*/
.wp-block-calendar table td#today {
    font-weight: bold;
}
.wp-block-calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0px;
    width: 100%;
}
.wp-block-calendar table th,
.wp-block-calendar table td {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px;
}
.wp-block-calendar caption {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit;
}
.wp-block-calendar tbody a {
    display: block;
    font-weight: 700;
}
.wp-block-calendar table td#prev {
    text-align: left;
}
.wp-block-calendar table td#next {
    text-align: right;
}
.wp-block-calendar tfoot a {
    text-decoration: none;
}
.is-style-outline>.wp-block-button__link {
    color: #000 !important;
}
.wp-block-button__link,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff !important;
}
.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent;
}
.is-style-outline a.wp-block-button__link:hover,
.wp-block-button__link:hover {
    background-color: var(--pbmit-attorly-global-color);
}
.is-style-squared.wp-block-button .wp-block-button__link {
    border-radius: 0 !important;
}
/* --------------------------------------
 * Infinite Scroll 
 * ---------------------------------------*/
.pbmit-infinite-loader {
    display: none;
    text-align: center;
}
.pbmit-infinite-loader-hide {
    display: none !important;
}
.pbmit-infinite-scroll-last {
    display: none;
}
.pbmit-infinite-scroll-data {
    display: none;
}
/* --------------------------------------
 * elementor-editor-active 
 * ---------------------------------------*/
.elementor-top-section.elementor-section>.elementor-container,
.elementor-editor-active .elementor-column,
.elementor-editor-active .elementor-background-overlay {
    z-index: 1;
}
.pbmit-add-block-btn {
    border: 1px solid black;
    padding: 15px;
    margin: 0 15px;
    cursor: pointer;
    background: #93003c;
    color: white;
}
/* --------------------------------------
 *  Blackish Color
 * ---------------------------------------*/
/*=== Blackish Text Color ===*/
.pbmit-btn-style-outline.pbmit-btn-color-white .elementor-button:hover,
.pbmit-footer-section.pbmit-text-color-blackish .widget-title,
.pbmit-footer-section.pbmit-text-color-blackish a,
.pbmit-btn-style-text.pbmit-btn-color-blackish .elementor-button,
.pbmit-btn-style-flat.pbmit-btn-color-light .elementor-button,
.pbmit-btn-style-flat.pbmit-btn-color-white .elementor-button,
.pbmit-color-blackish,
.pbmit-text-color-blackish h1,
.pbmit-text-color-blackish h2,
.pbmit-text-color-blackish h3,
.pbmit-text-color-blackish h4,
.pbmit-text-color-blackish h5,
.pbmit-text-color-blackish h6,
.pbmit-blackish {
    color: var(--pbmit-attorly-blackish-color);
}
/*=== Blackish BG Color ===*/
button,
html input[type=button],
input[type=reset],
input[type=submit],
.pbmit-btn-style-flat.pbmit-btn-color-white .elementor-button:hover,
.pbmit-btn-style-flat.pbmit-btn-color-blackish .elementor-button,
.pbmit-bg-color-blackish,
body .scroll-to-top:hover {
    background-color: var(--pbmit-attorly-blackish-bg-color);
}
/* --------------------------------------
 *  White Color
 * ---------------------------------------*/
/*=== Light BG Color ===*/
.pbmit-bg-color-white {
    background-color: #fff;
}
.pbmit-color-white,
.pbmit-text-color-white h1,
.pbmit-text-color-white h2,
.pbmit-text-color-white h3,
.pbmit-text-color-white h4,
.pbmit-text-color-white h5,
.pbmit-text-color-white h6,
.pbmit-white {
    color: var(--pbmit-attorly-white-color);
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* --------------------------------------
 * Responsive Header and Menu
 * ---------------------------------------*/
.pbmit-mobile-menu-bg {
    display: none;
}
.pbmit-responsive-icons {
    position: absolute;
    top: 30px;
    left: 20px;
    display: none;
}
.admin-bar .pbmit-responsive-icons {
    top: 75px;
}
.pbmit-responsive-icons>div {
    margin: 0 10px;
}
.pbmit-responsive-icons>div:first-child {
    margin-left: 0;
}
.pbmit-responsive-icons .pbmit-cart-wrapper a {
    position: relative;
    padding-left: 30px;
}
.pbmit-responsive-icons .pbmit-cart-wrapper.pbmit-show-cart-amount-no a {
    padding-left: 25px;
}
.pbmit-responsive-icons .pbmit-cart-wrapper a:before {
    content: "\e83b";
    font-family: "pbminfotech-base-icons";
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.pbmit-responsive-icons .pbmit-cart-wrapper .pbmit-cart-count {
    position: absolute;
    top: -21px;
    left: 2px;
    background-color: var(--pbmit-attorly-global-color);
    color: var(--pbmit-attorly-white-color);
    line-height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
/*====================================  End Dynamic color  ====================================*/
/* * * * *  MENU AND BREAKPOINT CSS  * * * * * */
/*====================================  Max Width for dynamic breakpoint  ====================================*/
@media (max-width: 1200px) {
    .pbmit-header-top-area>.container {
        position: relative;
    }
    .site-header .pbmit-sticky-header {
        display: none !important;
    }
    .pbmit-header-info-inner,
    .something {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
    }
    .pbmit-header-menu-area-inner,
    .pbmit-navbar {
        display: block !important;
    }
    .nav-menu-toggle {
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        padding: 0;
        font-size: 35px;
        line-height: 35px;
        color: rgba(var(--pbmit-attorly-main-menu-typography-color-rgb), 1);
        width: 40px;
    }
    .pbmit-navbar>div {
        background-color: #fff;
    }
    .sub-menu {
        display: none;
    }
    .pbmit-header-menu-area-wrapper {
        min-height: auto !important;
    }
    .closepanel {
        position: absolute;
        z-index: 99;
        right: 20px;
        margin-left: -20px;
        top: 30px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 25px;
        color: var(--pbmit-attorly-secondary-color);
        border: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .admin-bar .closepanel {
        top: 72px;
    }
    /*=== Responsive menu ===*/
    .pbmit-mobile-menu-bg {
        display: block;
    }
    .pbmit-responsive-icons {
        display: flex;
        align-items: center;
    }
    .pbmit-mobile-menu-bg {
        position: fixed;
        right: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, 0.90);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }
    .active .pbmit-mobile-menu-bg {
        opacity: 1;
        width: 100%;
        visibility: visible;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .pbmit-navbar>div {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 1000;
        width: 300px;
        height: 100%;
        padding: 0;
        display: block;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }
    .pbmit-navbar>div.active {
        right: 0px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        overflow-y: scroll;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -ms-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
        opacity: 1;
    }
    .pbmit-navbar>div>ul {
        padding: 90px 0;
    }
    .admin-bar .pbmit-navbar>div>ul {
        padding-top: 125px;
    }
    .pbmit-navbar>div>ul li a {
        color: #000 !important;
        padding: 15px 25px;
        height: auto;
        display: inline-block;
    }
    .pbmit-navbar>div>ul ul {
        padding-left: 1em;
        overflow: hidden;
        display: none;
    }
    ul .sub-menu.show,
    ul .children.show {
        display: block;
    }
    .pbmit-navbar li {
        position: relative;
    }
    .pbmit-navbar ul.menu>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .sub-menu-toggle {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.80);
    }
    .pbmit-navbar ul ul {
        background-color: transparent !important;
    }
    .pbmit-mobile-search {
        display: block;
    }
    .pbmit-mobile-search .pbmit-header-search-btn {
        display: block;
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*=== Responsive Logo ===*/
    .pbmit-responsive-logo-yes .pbmit-sticky-logo,
    .pbmit-responsive-logo-yes .pbmit-main-logo {
        display: none;
    }
    .pbmit-responsive-logo-yes .pbmit-responsive-logo {
        display: inline-block;
    }
    /*=== Responsive header background color ===*/
    .pbmit-responsive-header-bgcolor-globalcolor .pbmit-header-wrapper {
        background-color: var(--pbmit-attorly-global-color) !important;
    }
    .pbmit-responsive-header-bgcolor-white .pbmit-header-wrapper {
        background-color: #fff !important;
    }
    .pbmit-responsive-header-bgcolor-blackish .pbmit-header-wrapper {
        background-color: #222 !important;
    }
    /* --------------------------------------
    * rtl
    * ---------------------------------------*/
    .rtl .nav-menu-toggle {
        left: 0;
        right: inherit;
    }
    .rtl .pbmit-navbar>div>ul ul {
        padding-left: inherit;
        padding-right: 1em;
    }
    .rtl .sub-menu-toggle {
        left: 25px;
        right: inherit;
    }
}
/*====================================  End Max Break Point  ====================================*/
/*====================================  Min Width for dynamic breakpoint  ====================================*/
@media (min-width: 1200px) {
    .site-header .pbmit-sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        left: 0px;
        top: 0px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
        width: 100%;
        z-index: 0;
        transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -webkit-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .site-header.pbmit-fixed-header .pbmit-sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 300ms;
        -moz-animation-duration: 300ms;
        -op-animation-duration: 300ms;
        -webkit-animation-duration: 300ms;
        animation-duration: 300ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .admin-bar .site-header .pbmit-sticky-header {
        top: 32px;
    }
    .pbmit-responsive-logo {
        display: none;
    }
    .nav-menu-toggle,
    .something {
        display: none;
    }
    .pbmit-sticky-on .site-title img.pbmit-main-logo,
    .site-title img.pbmit-sticky-logo {
        max-height: var(--pbmit-attorly-sticky-logo-height);
    }
    body .pbmit-navbar>div>ul>li,
    body .pbmit-navbar>div>ul>li>a {
        line-height: var(--pbmit-attorly-header-height) !important;
        height: var(--pbmit-attorly-header-height) !important;
    }
    .pbmit-sticky-header .pbmit-navbar>div>ul>li,
    .pbmit-sticky-header .pbmit-navbar>div>ul>li>a,
    .pbmit-sticky-header .site-title {
        line-height: var(--pbmit-attorly-sticky-header-height) !important;
        height: var(--pbmit-attorly-sticky-header-height) !important;
    }
    .pbmit-navbar ul>li>ul>li.current-menu-item>a,
    .pbmit-navbar ul>li>ul li.current_page_item>a,
    .pbmit-navbar ul>li>ul li.current_page_ancestor>a,
    .pbmit-navbar>div>ul>li:hover>a,
    .pbmit-navbar>div>ul>li.current_page_item>a,
    .pbmit-navbar>div>ul>li.current-menu-parent>a {
        color: var(--pbmit-attorly-global-color);
    }
    .pbmit-navbar ul>li>ul li.current_page_item>a:before,
    .pbmit-navbar ul>li>ul li.current_page_ancestor>a:before,
    .pbmit-navbar ul>li>ul li.current_page_parent>a:before {
        background-color: var(--pbmit-attorly-global-color);
    }
    .pbmit-navbar ul>li>ul li:hover>a {
        color: var(--pbmit-attorly-global-color) !important;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul {
        position: relative;
        z-index: 597;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul>li {
        float: left;
        min-height: 1px;
        vertical-align: top;
        position: relative;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598;
		padding: 10px 0;
    }
	body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul ul ul{
		margin-top: -13px;
	}
    .pbmit-navbar ul>li:hover>ul {
        z-index: 600;
    }
    .pbmit-navbar>div>ul li ul.pbmit-nav-left {
        left: inherit;
        right: 0;
    }
    .pbmit-navbar>div>ul li ul ul.pbmit-nav-left {
        left: -100%;
        right: 0;
        -webkit-transition: none;
        transition: none;
    }
    .pbmit-navbar>div>ul ul li {
        float: none;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar>div>ul ul ul {
        top: 0;
        left: 100%;
        width: 190px;
    }

    .pbmit-navbar>div>ul ul li {
        font-weight: normal;
        padding: 10px 25px;
    }
    .pbmit-navbar a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }
    /* Custom CSS Styles */
    .pbmit-navbar>ul {
        *display: inline-block;
    }
    .pbmit-navbar:after,
    .pbmit-navbar ul:after {
        content: '';
        display: block;
        clear: both;
    }
    .pbmit-navbar ul {
        text-transform: uppercase;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar ul ul {
        min-width: 230px;
        opacity: 0;
        visibility: hidden;
        border-top: 3px solid var(--pbmit-attorly-global-color);
        -webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        -moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
        box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar ul>li:hover>ul {
        visibility: visible;
        opacity: 1;
        clip: inherit;
    }
    .pbmit-navbar ul>li>ul>li>a {
        position: relative;
        display: table-cell;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar ul>li>ul>li>a:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: -2px;
        width: 0px;
        height: 1px;
        background-color: var(--pbmit-attorly-global-color);
        -webkit-transition: all .500s ease-in-out;
        transition: all .500s ease-in-out;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar ul>li>ul>li:hover>a:before {
        width: 100%;
    }
    .pbmit-navbar ul ul a {
        line-height: 150%;
        padding: 0px;
    }
    .pbmit-navbar ul ul ul {
        border-top: 0 none;
    }
    .pbmit-navbar ul ul li {
        position: relative;
    }
    .pbmit-navbar ul li.last ul {
        left: auto;
        right: 0;
    }
    .pbmit-navbar ul li.last ul ul {
        left: auto;
        right: 99.5%;
    }
    body:not(.pbmit-max-mega-menu-override) .pbmit-navbar div>ul>li {
        margin: 0 15px;
    }
    /* Dropdown Menu ( Globalcolor )*/
    .pbmit-max-mega-menu-override #page #site-navigation.pbmit-navbar.pbmit-dropdown-active-color-globalcolor .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu ul:not(.menu)>li.mega-current-menu-item>a,
    .pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul>li.current-menu-item>a,
    .pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul li.current_page_item>a,
    .pbmit-navbar.pbmit-dropdown-active-color-globalcolor ul>li>ul li.current_page_ancestor>a,
    /* Main Menu ( Globalcolor )*/
    .pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li:hover>a,
    .pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current_page_item>a,
    .pbmit-navbar.pbmit-main-active-color-globalcolor>div>ul>li.current-menu-parent>a {
        color: var(--pbmit-attorly-global-color);
    }
    /* Dropdown Menu ( Secondarycolor )*/
    .pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul>li.current-menu-item>a,
    .pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul li.current_page_item>a,
    .pbmit-navbar.pbmit-dropdown-active-color-secondarycolor ul>li>ul li.current_page_ancestor>a,
    /* Main Menu ( Secondarycolor )*/
    .pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li:hover>a,
    .pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current_page_item>a,
    .pbmit-navbar.pbmit-main-active-color-secondarycolor>div>ul>li.current-menu-parent>a {
        color: var(--pbmit-attorly-secondary-color);
    }
    .pbmit-header-menu-area .pbmit-navbar div>ul>li,
    .pbmit-header-menu-area .pbmit-navbar div>ul>li>a,
    .pbmit-header-menu-area {
        height: 62px;
        line-height: 62px !important;
    }
    .pbmit-header-menu-area.pbmit-sticky-on .pbmit-navbar div>ul>li,
    .pbmit-header-menu-area.pbmit-sticky-on .pbmit-navbar div>ul>li>a,
    .pbmit-header-menu-area.pbmit-sticky-on {
        height: 62px;
        line-height: 62px !important;
    }
    .pbmit-header-menu-area {
        position: relative;
        z-index: 10;
    }
    .pbmit-navbar>div>ul>li.menu-item-has-children,
    .pbmit-navbar>div>ul>li.page_item_has_children {
        padding-right: 0;
    }
    .pbmit-navbar>div>ul>li.menu-item-has-children>a:after,
    .pbmit-navbar>div>ul>li.page_item_has_children>a:after {
        font-family: "pbminfotech-base-icons";
        font-size: 10px;
        content: "\e811";
        font-weight: 500;
		margin-left: 5px;
    }

    .pbmit-navbar>div>ul>li.menu-item-has-children:hover:after,
    .pbmit-navbar>div>ul>li.page_item_has_children:hover {
        color: var(--pbmit-attorly-global-color);
    }
    /* --------------------------------------
    * rtl
    * ---------------------------------------*/
    .rtl .pbmit-navbar>div>ul>li {
        float: none;
        float: right !important;
    }
    .rtl .pbmit-navbar>div>ul ul {
        left: auto;
        right: 0;
    }
    .rtl .pbmit-navbar ul>li>ul>li>a:before {
        left: inherit;
        right: 0;
    }
    .rtl .pbmit-navbar div>ul>li.menu-item-has-children>a:after {
        margin-left: 0;
        margin-right: 8px;
    }
    .rtl .pbmit-search-cart-box>*:nth-child(2)::after {
        left: auto;
        right: 0;
    }
    .rtl .pbmit-navbar>div>ul>li.menu-item-has-children>a:after,
    .rtl .pbmit-navbar>div>ul>li.page_item_has_children>a:after {
        left: 5px;
        right: inherit;
    }
}
/*=== marquee animation ===*/
.marquee-text {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.mrq-text {
    white-space: nowrap;
    margin-bottom: 30px;
}
.mrq-text-main {
    white-space: nowrap;
    width: var(--marquee-width);
}
.marquee-text .elementor-widget-container {
    display: inline-block;
    width: 100vw;
    will-change: transform;
    animation: marquee-left 100s linear infinite;
}
.marquee-text.style-two .mrq-text-two {
    animation: marquee 20s linear infinite;
    color: var(--global-font-color);
    width: fit-content;
    display: flex;
    transform: translate3d(calc(-25% +20vw), 0, 0);
}
@keyframes marquee {
    0% {
        transform: translate3d(calc(-25% +20vw), 0, 0);
    }
    100% {
        transform: translate3d(calc(-50% +20vw), 0, 0);
    }
}
@keyframes marquee-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
@keyframes marquee-right {
    0% {
        transform: translate(-50%);
    }
    100% {
        transform: translate(0);
    }
}
.marquee-text.left-directionstyle-one .mrq-text:hover,
.marquee-text.style-two .mrq-text-two:hover,
.marquee-text.style-two .mrq-text:hover,
.left-direction.style-one .mrq-text:hover,
.right-direction.style-one .mrq-text:hover {
    animation-play-state: paused;
}
.marquee-text.right-directionstyle-one .mrq-text,
.marquee-text.style-two .mrq-text,
.right-direction.style-one .mrq-text {
    color: var(--global-font-color);
    display: inline-block;
    width: 100%;
    animation: marquee-right 25s linear infinite;
    will-change: transform;
}
.marquee-text.right-directionstyle-one .mrq-text:hover {
    animation-play-state: paused;
}
.marquee-text ul {
    margin-bottom: 0;
    display: inline-block;
}
.marquee-text ul li {
    display: inline-block;
    position: relative;
    padding: 0 32px;
    font-size: 65px;
    color: #cacaca;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
span.pbmit-form-error {
    color: red;
    font-size: 12px;
    display: none;
}