:root {
    --bs-lightblack: #383636;
    --bs-darkblack: #1d1a1a;
    --bs-theme-color: #487abc;
    --bs-theme-color-two: #374558;
    --font-montserrat:  "Montserrat", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
@font-face {
  font-display: swap;
}
body {
    font-family: var(--font-montserrat);
    background: #fff;
    font-size: 16px;
    color: var(--bs-lightblack);
    line-height: 2.2;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
    font-display: swap;
}
.blue-bg {
    background: var(--bs-theme-color);
}
.light-grey-bg {
    background: #f5f5f5;
}
b, strong {
    font-weight: 700;
}
body, html{
    height: 100%;
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: inherit;
}
svg, svg path{
    transition: all ease-in-out .4s;
}
:focus {
    outline: none !important;
}
a {
    color: var(--bs-theme-color);
    font-weight: 500;
    transition: all ease-in-out .6s;
    text-decoration: none
}
a:hover {
    color: var(--bs-lightblack);
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
.text-white .content a {
    color: #fff;
}
.text-white .content a:hover {
    color: var(--bs-theme-color);
}
.text-white ul li::before{
    background: #fff !important;
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p {
    margin-bottom: 1.2rem;
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: 100% !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
video {
    width: 100%;
    display: block;
}
.wp-video {
    margin: 30px 0;
}
.more-btn {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    color: var(--bs-darkblack);
}
.more-btn svg, .more-btn img {
    width: 16px;
    height: 15px;
    margin-left: 10px;
}
.more-btn::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background: var(--bs-theme-color);
    transition: all ease-in-out .4s;
}
.more-btn:hover::before {
    width: 100%;
}
.more-btn:hover {
    color: var(--bs-theme-color);
}
.more-btn:hover svg {
    fill: var(--bs-theme-color);
}
/*============ Heading CSS ============*/
.sub-heading {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    color: #000;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
    color: var(--bs-darkblack);
    font-family: var(--font-montserrat);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.h2 .h2, h2, .heading {
    color: var(--bs-darkblack);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
.small-heading {
    font-size: 25px;
}
.bottom-line {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.bottom-line::after {
    position: absolute;
    content: "";
    left: 50%;
    width: 144px;
    bottom: 0;
    height: 1px;
    background: var(--bs-theme-color);
    transform: translateX(-50%);
}
/*============ Heading CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img {
    display: none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
.html5lightbox {
    position: relative;
    display: block;
}
.html5lightbox .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FF0000;
    width: 70px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.html5lightbox .play-icon svg {
    fill: #fff;
    width: 18px;
    height: 18px;
}
.html5lightbox:hover .play-icon {
    background: #000;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
    position: relative;
    width: 100%;
    gap: 10px;
}
.pagination .nav-links > * {
    font-weight: 500;
    margin: 0;
    border-radius: 15px;
    text-transform: uppercase;
    color: var(--bs-theme-color);
    border: #ebf6ff;
    background: #ebf6ff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links .current,
.pagination .nav-links > *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: #fff;
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
.pagination .nav-links svg, .pagination .nav-links img {
    width: 16px;
    height: 16px;
    stroke: var(--bs-theme-color);
}
.pagination .nav-links *:hover svg {
    stroke: #fff;
}
.pagination .prev {
    position: absolute;
    left: 0;
}
.pagination .next {
    position: absolute;
    right: 0;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-mr {
    margin-top: 40px;
    margin-bottom: 40px;
}
.btn {
    background: var(--bs-theme-color-two);
    color: var(--bs-white);
    border: 1px solid var(--bs-theme-color-two);
    font-family: var(--font-montserrat);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, :not(.btn-check)+.btn:active,
.btn-check:checked+.btn, .btn.active, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: none;
    color: var(--bs-theme-color-two);
    border-color: var(--bs-theme-color-two);
    text-shadow: none;
}
.white-btn{
    background: var(--bs-white);
    color: var(--bs-darkblack);
    border-color: var(--bs-theme-color);
}
.white-btn:hover, .white-btn:focus, .white-btn:active, :not(.btn-check)+.white-btn:active,
.btn-check:checked+.white-btn, .white-btn.active, .white-btn:first-child:active, :not(.btn-check)+.white-btn:active {
    background: var(--bs-theme-color);
    color: var(--bs-white);
    border-color: var(--bs-theme-color);
}
.btn-grp {
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-grp .btn {
    text-decoration: none;
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.review-schema-wrapper {
    margin-top: 50px;
}
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 50px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}
.wpcf7 .form-group {
    margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--bs-darkblack);
    border-color: var(--bs-darkblack);
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
.wpcf7 label {
    color: var(--bs-white);
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    margin-bottom: 0px;
    display: block;
}
.wpcf7 .form-group > label {
    margin-bottom: 12px;
    position: relative;
}
.wpcf7 .form-group > label::after {
    content: "*";
    color: var(--bs-theme-color);
    margin-left: 2px;
    position: relative;
    font-size: 15px;
    top: -5px;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control {
    padding: 20px 25px;
    color: var(--bs-darkblack);
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    font-variant-numeric: lining-nums;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 16px;
}
textarea.form-control {
    height: 245px;
    resize: none;
    border-radius: 0px;
}
.contact-form ::-webkit-input-placeholder {
    color: #000 !important;
}
.contact-form ::-moz-placeholder {
    color: #000 !important;
}
.contact-form :-ms-input-placeholder {
    color: #000 !important;
}
.contact-form :-moz-placeholder {
    color: #000 !important;
}
.select-box span::after {
    content: "";
    right: 5px;
    position: absolute;
    pointer-events: none;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    top: 22px;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box select {
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    appearance: none;
}
.select-box select option {
    color: var(--bs-lightblack);
}
.select-box span {
    position: relative;
}
.select-box span::after {
    content: "";
    right: 15px;
    position: absolute;
    pointer-events: none;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    transform-origin: 3px 0px;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 0;
    margin-left: 0px;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: block;
    line-height: 1.4;
}
.checkbox .wpcf7-checkbox {
    display: flex;
    flex-flow: wrap;
}
.checkbox span.wpcf7-list-item {
    margin-right: 30px;
    display: block;
    width: auto;
    margin-top: 12px;
}
.checkbox span.wpcf7-list-item label {
    margin-bottom: 0;
    text-transform: capitalize;
}
.checkbox .wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid var(--bs-white);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    background: var(--bs-white);
}
.contact-page .wpcf7-acceptance .wpcf7-list-item-label::before {
    border-radius: 5px;
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item > label::after {
    content: "*";
    color: var(--bs-theme-color);
    margin-left: 0;
    font-size: 15px;
    position: absolute;
    right: -12px;
    top: 0;
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.checkbox .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
}
.checkbox label input:checked+.wpcf7-list-item-label {
    color: var(--bs-theme-color);
    font-weight: 400;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: var(--bs-theme-color);
}
.cta-acceptance {
    margin-bottom: 12px;
}
.cta-acceptance a {
    text-decoration: underline;
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 1.4;
}
.cta-acceptance a:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.submit-btn {
    position: relative;
    display: inline-flex;
}
.submit-btn input[type="submit"] {
    border-radius: 40px;
    background: var(--bs-theme-color-two);
    width: auto;
    border: none;
    padding: 15px 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid var(--bs-theme-color-two);
    line-height: normal;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}
.submit-btn input[type="submit"]:hover, body form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background: none;
    color: var(--bs-theme-color-two);
    opacity: 1;
    border-color: var(--bs-theme-color-two);
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.wpcf7 .ajax-loader {
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 11px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 2px 5px;
    height: 22px;
    line-height: 17px;
    letter-spacing: 0;
    bottom: 0;
    font-weight: 600;
}
.radio-btn .wpcf7-radio {
    margin-top: 0px;
}
/*.radio-btn > label, .checkbox > label {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}*/
.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 30px;
    margin-right: 0;
    position: relative;
    display: block;
    margin-top: 12px;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: var(--color--four);
}
.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid var(--bs-theme-color);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    border-radius: 100%;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
}
/*============ Form CSS END ============*/

/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: var(--bs-white);
}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    background-color: var(--bs-lightblack);
    background-position: center;
    background-size: cover;
    /*    min-height: 550px;*/
    position: relative;
    overflow: hidden;
    /*    padding-bottom: 120px;*/
    padding: 50px 0;
}
.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.page-banner .page-banner-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 70px;
    line-height: 1.1;
    color: var(--bs-white);
    position: relative;
    text-align: center;
}
.breadcrumbs-block {
    padding: 15px 0;
    background: #efefef;
}
#breadcrumbs {
    text-transform: capitalize;
    color: #616161;
    font-weight: 400;
}
#breadcrumbs a{
    color: var(--bs-theme-color);
}
#breadcrumbs a:hover {
    color: #616161;
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.post-default-content iframe {
    height: 500px;
    display: block;
}
.blog-search {
    margin-bottom: 30px;
}
.blog-search .blogsearch {
    padding: 15px 15px;
    line-height: normal;
    font-weight: 400;
    height: 70px;
    width: calc(100% - 80px);
    border-radius: 5px !important;
    color: var(--bs-lightblack);
    border: 1px solid #efefef;
    background: #efefef;
}
.form-group ::-webkit-input-placeholder {
    color: var(--bs-lightblack);
}
.form-group ::-moz-placeholder {
    color: rgba(135, 135, 135, 0.8);
}
.form-group :-ms-input-placeholder {
    color: rgba(135, 135, 135, 0.8);
}
.form-group :-moz-placeholder {
    color: rgba(135, 135, 135, 0.8);
}
.blog-search .search-btn {
    height: 70px;
    cursor: pointer;
    z-index: 9;
    width: 70px;
    position: absolute;
    border: none;
    right: 0px;
    top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--bs-theme-color);
    border-radius: 5px !important;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 20px;
    height: 20px;
}
.blog-search .search-btn:hover {
    background: var(--bs-darkblack);
}
.blog-search .msg-side-form {
    right: 80px;
    display: none;
    bottom: 0;
}
.blog-search .form-control:focus {
    border-color: var(--bs-theme-color);
}
.sidebar-list, .sidebar-wrap {
    padding: 50px 25px;
    border-radius: 15px;
    background: var(--bs-theme-color);
}
.sidebar-heading, .sidebar .widget-title {
    color: #000;
    margin-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.sidebar-list .sidebar-heading, .sidebar-list .widget-title{
    color: #fff;
}
.sidebar-list li {
    display: block;
    transition: all ease-in-out .6s;
}
.sidebar-list li:last-child {
    border-bottom: none;
}
.sidebar-list ul li a {
    padding: 12px 0 12px 17px;
    display: block;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-weight: 400;
    line-height: 1.5;
}
.sidebar-list ul li a::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--bs-white);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    color: var(--bs-white);
    padding: 12px 0 12px 28px;
}
.sidebar-form {
    padding: 50px 25px;
    background: #F5F5F5;
    margin-bottom: 30px;
    border-radius: 15px;
}
.sidebar-form .wpcf7 .form-group > label {
    font-size: 18px;
}
.sidebar-form .wpcf7 .form-group {
    margin-bottom: 35px;
}
.sidebar-form .form-control {
    background: none;
    color: var(--bs-darkblack);
    padding: 14px 15px;
    border-bottom: none;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.sidebar-form textarea.form-control {
    height: 140px;
}
.sidebar-form .form-control:focus{
    border-color: var(--bs-theme-color);
}
.sidebar-form .submit-btn {
    display: block;
}
.sidebar-form .submit-btn input[type="submit"] {
    background: var(--bs-theme-color-two);
    color: #fff;
    border-color: var(--bs-theme-color-two);
    width: auto;
    text-align: center;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: var(--bs-theme-color);
    background: var(--bs-theme-color);
    color: #fff;
}
.sidebar-form ::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
.sidebar-form ::-moz-placeholder {
    text-transform: uppercase;
    color: #000;
}
.sidebar-form :-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
.sidebar-form :-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
/*==================== Sidebar CSS END ====================*/

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 0 5px;
}
.star-rating svg, .star-rating img {
    width: 20px;
    height: 20px;
}

/*==================== Header CSS ====================*/
.main-header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
/*.logged-in .main-header{
    margin-top: 32px;
}*/
header.main-header {
    z-index: 999;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    top: 0px;
    width: 100%;
    position: fixed;
    background: #fff;
    transition: all ease-in-out .4s;
}
.header-logo-col {
    width: auto;
}
.header-menu-col {
    width: auto;
}
.header-cta-col {
    text-align: right;
    width: auto;
    line-height: normal;
}
.header-cta-col > span {
    text-align: center;
    line-height: normal;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.header-logo img {
    max-width: 280px;
    transition: all ease-in-out .4s;
}
.header-row {
    display: flex;
    justify-content: space-between;
}
.header-cta {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.header-cta span {
    color: #FF0000;
}

.header-cta svg, .header-cta-col .text-btn svg,
.header-cta-col .text-btn svg path {
	transition: all .5s ease;
}

.header-cta {
	display: flex;
    align-items: center;
    gap:5px;
}

.header-cta-col .text-btn:hover svg {
	stroke: #374558;
}

.header-cta:hover svg {
	fill: #383636;
}

.text-btn {
    display: block;
    text-align: center;
    padding: 5px 15px;
    margin-top: 5px;
}
/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.search-icon svg,
.search-icon img {
    width: 20px;
    height: 20px;
    stroke: var(--bs-lightblack);
}
.search-icon svg path{
    stroke: var(--bs-lightblack);
}
.search-icon:hover svg, .search-icon:hover svg path {
    stroke: var(--bs-theme-color);
}
.header-search-box {
    position: fixed;
    background-color: var(--bs-theme-color);
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 1;
    /*    height: 130px;*/
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 20px;
    transform: none;
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: var(--bs-white);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: var(--bs-white);
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    color: var(--bs-white);
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 2px solid var(--bs-white);
    width: 100%;
    background: none;
}
.header-search-box ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box ::-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box :-ms-input-placeholder {
    color: rgba(255,255,255,0.6);
}
.header-search-box :-moz-placeholder {
    color: rgba(255,255,255,0.6);
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}
#site-searchs svg,
#site-searchs img {
    width: 20px;
    height: 20px;
    stroke: var(--bs-white);
}
#site-searchs svg path{
    stroke: var(--bs-white);
}
/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.main-menu {
    align-items: center;
    width: 100%;
    justify-content: center;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.menu-top {
    position: relative;
    display: flex;
    padding-right: 25px;
}
.menu-top::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #616161;
    height: 70%;
    width: 1.33px;
}
ul.menu-top li {
    color: #fff;
    position: relative;
    padding: 0px 35px;
    line-height: normal;
}
ul.menu-top li:last-child {
    padding-right: 0;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 38px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}
ul.menu-top li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.6s;
    transform: translateY(1.50em);
}
.menu-top li a {
    color: var(--bs-lightblack);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: none;
    padding: 10px 0;
    transition: all ease-in-out 0.6s;
}
.menu-top li:hover a {
    color: var(--bs-theme-color);
}
.menu-top li a::before {
    position: absolute;
    content: "";
    background: var(--bs-theme-color);
    left: 0;
    bottom: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
    border-radius: 10px;
    width: 1%;
}
.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before,
.menu-header .menu-top>li.current-menu-ancestor>a::before {
    width: 100%;
    opacity: 1;
}
.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a,
.menu-header > ul > li.current-menu-parent > a{
    color: var(--bs-theme-color);
}
.menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: var(--bs-theme-color);
    left: 0;
    bottom: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 1;
    width: 100%;
    border-radius: 0px;
}
.menu-header #mainNav > li.menu-item-has-children .sidebar-menu-arrow::before {
    content: "";
    right: 25px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--bs-lightblack);
    border-bottom: 2px solid var(--bs-lightblack);
    transform-origin: 5px 0px;
    transition: all ease-in-out 0.6s;
}
.menu-header #mainNav li:hover .sidebar-menu-arrow::before  {
    border-right: 2px solid var(--bs-theme-color);
    border-bottom: 2px solid var(--bs-theme-color);
}
.menu-header #mainNav > li.current_page_item .sidebar-menu-arrow::before,
.menu-header #mainNav > li.current_page_ancestor .sidebar-menu-arrow::before,
.menu-header #mainNav > li.current-menu-parent .sidebar-menu-arrow::before {
    border-right: 2px solid var(--bs-theme-color);
    border-bottom: 2px solid var(--bs-theme-color);
}
.menu-header #mainNav li .sub-menu > li.menu-item-has-children .sidebar-menu-arrow::before {
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
}
.menu-header #mainNav li .sub-menu > li.current_page_item .sidebar-menu-arrow::before,
.menu-header #mainNav li .sub-menu > li.current_page_ancestor .sidebar-menu-arrow::before{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.small-header .menu-top::before {
    display: none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
/*.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 4px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform-origin: 0px 5px;
}*/
ul.menu-top li:hover>ul {
    visibility: visible;
    position: absolute;
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}
ul.menu-top li:hover li {
    float: none;
}
header .sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--bs-theme-color);
    z-index: 99;
    top: 0 !important;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--bs-theme-color);
    color: var(--bs-white);
}
ul.menu-top li:hover li a:hover, ul.menu-top li .sub-menu li ul.sub-menu li>a:hover{
    background: var(--bs-lightblack);
    color: var(--bs-white);
}
.menu-top ul.sub-menu li.current_page_item a,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item > a,
.menu-top ul.sub-menu li.current_page_item a:hover,
.menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a{
    background: var(--bs-lightblack);
    color: #fff;
}
.menu-top ul.sub-menu li.current_page_item::after{
    border-right: 2px solid var(--bs-theme-color);
    border-bottom: 2px solid var(--bs-theme-color);
}
ul.menu-top ul ul {
    left: 100%;
}
.menu-header .sub-menu {
    background-color: var(--bs-theme-color);
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 2px solid var(--bs-theme-color);*/
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}
ul.menu-top li .sub-menu li a {
    margin: 0;
    color: var(--bs-white);
    border: none;
    display: block;
    font-weight: 400;
    padding: 9px 25px 9px 10px;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 16px;
}
ul.menu-top li .sub-menu li a:hover {
    border: none;
}
ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}
.pointer-hide a {
    pointer-events: none;
}
.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: #fff;
}
/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: var(--bs-theme-color);
    color: var(--bs-white);
    padding-top: 135px;
    padding-bottom: 35px;
    overflow: hidden;
    position: relative;
}
.footer-about {
    line-height: 1.5;
}
.footer-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
}
.footer-menu li {
    margin-bottom: 15px;
    display: block;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.4;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a {
    color: rgba(255,255,255,0.7);
}

.home-contact-sec .content-block {
    margin-bottom: 150px;
}
.nap-address-col {
    display: flex;
    justify-content: center;
}
.nap-loop-col {
    margin-bottom: 20px;
}
.nap-loop-col:last-child {
    margin-bottom: 0px;
}
.nap-address .title {
    font-size: unset;
    font-weight: 400;
}
.nap-address {
    position: relative;
    line-height: 1.4;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}
.nap-address svg, .nap-address img {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    fill:#fff;
}
.nap-address .direction-link {
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-white);
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    color: var(--bs-white);
    line-height: normal;
}
.nap-address .direction-link:hover{
    opacity: 0.8;
}
.nap-contact {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
}
.nap-contact .title {
    line-height: 1;
    font-size: unset;
    font-weight: 400;
}
.nap-contact.nap-phno a {
    font-weight: 600;
    font-size: 18px;
}
.nap-contact:last-child {
    margin-bottom: 0;
}
.nap-contact a {
    color: var(--bs-white);
}
.nap-contact svg, .nap-contact img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    fill: var(--bs-white);
}
.nap-contact svg, .nap-contact svg path {
    fill: var(--bs-white);
}
.nap-contact a:hover{
    color: var(--bs-white);
}

.sociallink {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.sociallink li {
    display: block;
    margin-right: 20px;
}
.sociallink li:last-child {
    margin-right: 0px;
}
.sociallink li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 40px;
}
.sociallink li a svg, .sociallink li a img {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.sociallink li a:hover {
    background: var(--bs-theme-color-two);
    border-color: var(--bs-theme-color-two);
}
.sociallink li a:hover svg {
    fill: #fff;
}


.newsletter-form .newsletter-info {
    margin-bottom: 25px;
}
.newsletter-form .form-group {
    margin-bottom: 10px;
}
.newsletter-form .form-control {
    background: rgba(255,255,255,0.10);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding-left: 55px;
}
.newsletter-form input:-webkit-autofill {
    background-color: #5b88c3 !important;
    box-shadow: 0 0 0 50px #5b88c3 inset !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-fill-color: #fff !important;
}
.newsletter-form .form-group::after {
    position: absolute;
    content: "";
    left: 25px;
    top: 50%;
    transform: translateY(calc(-50% - 4px));
    background-image: url(../img/input-mail-icon.svg);
    width: 20px;
    height: 20px;
}
.newsletter-form ::-webkit-input-placeholder {
    color: #fff !important;
}
.newsletter-form ::-moz-placeholder {
    color: #fff !important;
}
.newsletter-form :-ms-input-placeholder {
    color: #fff !important;
}
.newsletter-form :-moz-placeholder {
    color: #fff !important;
}
.newsletter-form .submit-btn {
    width: 100%;
}
.newsletter-form .submit-btn::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(calc(-50% - -70px), -50%);
    background-image: url(../img/input-plane-icon.svg);
    width: 18px;
    height: 18px;
    pointer-events: none;
}
.newsletter-form .submit-btn input[type="submit"] {
    width: 100%;
    border-radius: 3px;
    text-indent: -50px;
}
.newsletter-form .submit-btn input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.copyright {
    margin-top: 70px;
    position: relative;
}
.copyright a {
    color: #fff;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.copyright a:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0;
    text-decoration: underline;
}
.copyright a:hover, .page-id-3 .copyright a{
    text-decoration: none;
    color: rgba(255,255,255,0.7);
}
/*==================== Footer CSS END ====================*/

/*=== Blog List Page CSS ===*/
.post-lists, .post-default-content, .default-content, .blog-detail post-navigation, .pagination, .blog-detail .post-navigation {
    padding-right: 100px;
}
.post-lists .loop-col {
    margin-bottom: 50px;
    position: relative;
}
.post-lists .loop-col:last-child {
    margin-bottom: 0px;
}
.post-lists .post-image {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.post-image img {
    height: 480px;
    display: block;
    width: 100%;
    border-radius: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all ease-in-out .5s;
    object-fit: cover;
    object-position: center;
}
.post-image .featured {
    background-size: cover;
    background-position: center;
}
.post-lists .loop-col:hover .post-image .featured  {
    transform: scale(1.04);
}
.post-image .no-featured {
    background-size: 220px;
    background-position: center;
    background-color: var(--bs-theme-color);
}
.post-lists .post-content {
    background: #fff;
    border-radius: 15px;
    width: calc(100% - 48px);
    padding: 30px 30px;
    border: 1px solid #F0F0F0;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}
.post-lists .post-wrap:hover .post-image .featured {
    transform: scale(1.1);
}
.post-lists .post-image .post-meta, .post-default-content .post-image .post-meta {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    font-weight: 400;
    text-align: center;
    color: #353535;
    padding: 7px 25px;
    line-height: 1;
    border-radius: 26px;
}
.post-lists .blog-title:hover {
    color: var(--bs-theme-color);
}
.post-lists .blog-title, .post-default-content .blog-title {
    color: var(--bs-darkblack);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}
.post-lists .post-content .content {
    color: #222D39;
    font-weight: 500;
}
.post-lists .more-btn {
    color: var(--bs-theme-color);
    margin-top: 15px;
}
.post-lists .more-btn::before {
    background: var(--bs-darkblack);
}
.post-lists .more-btn:hover {
    color: var(--bs-darkblack);
}
.post-lists .more-btn:hover svg {
    fill: var(--bs-darkblack);
}
.post-default-content .post-image {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
}


.blog-detail .post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.blog-detail .post-navigation a {
    background: #EBF6FF;
    width: 52px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.blog-detail .post-navigation a svg, .blog-detail .post-navigation a img {
    width: 26px;
    height: 13px;
}
.blog-detail .post-navigation a:hover {
    background: #487ABC;
}
.blog-detail .post-navigation a:hover svg {
    stroke: #fff;
}

.share-post-social {
    background: #F5F5F5;
    padding: 50px 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    border-radius: 15px;
}
.share-post-social .share-post-heading {
    text-transform: none;
    line-height: 1.2;
}
/*==================== Blog List Page CSS END ====================*/

/*==================== Default Page CSS ====================*/
.globel-search-result .loop-col {
    margin-bottom: 30px;
    background: #efefef;
    padding: 20px 20px;
    border-radius: 15px;
}
.globel-search-result .post-content {
    margin: 0;
    padding: 30px 30px;
    width: 100%;
}
.fullwidth-content {
    max-width: 100%;
}
.fullwidth-page .default-content {
    max-width: 100%;
    padding-right:0;
}
.default-content h1, .post-default-content h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
}
.default-content h2, .post-default-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
}
.default-content h3, .post-default-content h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
}
.default-content h4, .post-default-content h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: none;
}
.default-content h5, .post-default-content h5 {
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}
.default-content h6, .post-default-content h6 {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
}
blockquote {
    border-left: 5px solid var(--bs-theme-color);
    margin: 25px 0;
    display: block;
    position: relative;
    margin-top: 40px;
    background: #f2f2f2;
    padding: 30px 20px;
    font-weight: 400;
    font-style: italic;
}
.default-content iframe {
    height: 500px;
    transition: all 0.4s ease-in-out;
    outline: 1px solid transparent;
    outline-offset: 0px;
}
.default-content iframe:hover {
    outline-offset: 10px;
    outline-color: var(--bs-theme-color);
}
.list-style ul {
    margin-bottom: 15px;
    /*    padding-left: 20px;*/
}
.list-style ul:last-child {
    margin-bottom: 0px;
}
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 13px;
    border-radius: 6px;
    background: var(--bs-lightblack);
}
.white-list-style ul li::before{
    background: var(--bs-white);
}
/*.list-style ul li a, .list-style ol li a, .page-content a, .postlist-single a {
    text-decoration: underline;
}
.list-style ul li a:hover, .postlist-single a:hover, .list-style ol li a:hover, .page-content a:hover {
    text-decoration: none;
}*/
.list-style ol {
    list-style-type: none;
    counter-reset: list-counter;
    margin: 0 0 20px;
    padding: 0;
}
.list-style ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
    margin-bottom: 5px;
}
.list-style ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.default-content a, .post-default-content a {
    text-decoration: none;
}
.default-content a:hover, .post-default-content a:hover {
    text-decoration: none;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    border: 1px solid #dddddd;
}
table thead tr {
    background-color: var(--bs-theme-color);
    color: #fff;
    text-align: left;
    font-weight: bold;
}
table th,
table td {
    padding: 12px 15px;
}
table tbody tr {
    border-bottom: 1px solid #ddd;
}
table tbody tr:nth-of-type(even) {
    background-color: #f7f7f7;
}
table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
table th:not(:last-child){
    border-right: 1px solid #fff;
}
table td:not(:last-child) {
    border-right: 1px solid #ddd;
}
.default-content ol, .post-default-content ol,
.default-content ul, .post-default-content ul{
    padding-left: 20px;
}
/*==================== Default Page CSS END ====================*/

/*====== Accordion CSS ======*/
.accordion-collapse {
    transition: height 0.5s ease, padding 0.5s ease;
}
.accordion-item {
    border: none;
    border-radius: 0px !important;
    background: #fff;
    margin-bottom: 14px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-button {
    font-size: 22px;
    color: #000;
    border-radius: 10px !important;
    background-color: #F5F5F5;
    padding: 1.3rem 65px 1.3rem 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    border: none;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:hover {
    background: var(--bs-theme-color);
    color: #fff;
}
.accordion-button:hover:after {
    filter: drop-shadow(0px 0px 4px #ddd);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: var(--bs-theme-color);
    box-shadow: none;
    border-radius: 10px 10px 0 0 !important;
}
.accordion-body {
    margin: 0;
    border: none;
    border-top: none;
    padding: 20px 30px;
    background: var(--bs-theme-color);
    border-radius: 0 0 10px 10px;
}
.accordion-button::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 35px;
    height: 35px;
    right: 15px;
    color: #fff;
    background-color: transparent;
    background-size: 35px;
    background-image: url(../img/accordion-arrow.svg);
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed)::after {
    border: none;
    transform: translateY(-50%);
    background-image: url(../img/accordion-arrow-active.svg);
}
.accordion .text-white a {
    color: #fff;
    text-decoration: underline;
}
.accordion .text-white a:hover {
    text-decoration: none;
}
/*====== Accordion CSS END ======*/


/*======== Home Page CSS ========*/
.home-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: #fbfbfb;
    clip-path: ellipse(90% 57% at 50% 43%);
    min-height: 500px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.home-banner .banner-content {
    position: relative;
	padding-top:40px;
}
.home-banner .banner-content * {
    position: relative;
}
.home-banner .banner-content::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #3E68A3 0%, #487ABC 100%);
    width: 550px;
    height: 550px;
    opacity: 0.2;
    border-radius: 100%;
    left: -85px;
    top: 0px;
}
.home-banner img {
    margin-left: auto;
    margin-right: 75px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
.home-banner .banner-img-heading {
    font-size: 22px;
    max-width: 330px;
    margin: 15px auto 0;
}
.home-banner .top-title, .home-banner .bottom-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: var(--bs-darkblack);
    text-transform: uppercase;
}
.home-banner .top-title {
    font-size: 40px;
    color: var(--bs-theme-color-two);
}
.home-banner .banner-heading {
    font-weight: 800;
    font-size: 100px;
    line-height: 1;
    color: var(--bs-theme-color);
    text-transform: uppercase;
    margin: 15px 0;
}
.home-banner .btn {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    padding: 14px 35px;
}
.home-banner .btn b {
    font-weight: 700;
    margin: 0 5px;
}
.home-banner .btn:hover,
.home-banner .btn:focus,
.home-banner .btn:active,
:not(.btn-check)+.home-banner .btn:active,
.btn-check:checked+.home-banner .btn,
.home-banner .btn.active,
.home-banner .btn:first-child:active,
:not(.btn-check)+.home-banner .btn:active {
    background: var(--bs-theme-color);
    color: #fff;
    border-color: var(--bs-theme-color);
    text-shadow: none;
}
.home-banner .banner-bottom-content {
    font-weight: 700;
    font-size: 26px;
    line-height: 2;
    margin-top: 52px;
    position: relative;
    color: #000;
}
.swing {
    transform-origin: top center;
    animation: swing 3s infinite ease-in-out alternate;
}
@keyframes swing {
    0% {
        transform: translateX(0px);
    }
    25% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(-20px);
    }
    75% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}


.what-we-do-sec .heading {
    font-size: 35px;
    color: var(--bs-theme-color);
    margin-bottom: 0;
}
.what-we-do-sec .lists{
    margin-top: 35px;
}
.what-we-do-sec .item {
    padding: 0 0 70px;
    position: relative;
    transition: all ease-in-out .3s;
    height: 100%;
    border: 1px solid #ddd;
}
.what-we-do-sec .item .title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap-style: balance;
    margin-bottom: 15px;
    color:var(--bs-darkblack);
}
.what-we-do-sec .item .more-btn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-weight: 500;
    color: var(--bs-darkblack);
}
.what-we-do-sec .item .more-btn svg, .what-we-do-sec .item .more-btn img {
    width: 16px;
    height: 15px;
    margin-left: 10px;
}
.what-we-do-sec .item .more-btn::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    background: #fff;
    transition: all ease-in-out .4s;
}
.what-we-do-sec .item .more-btn:hover::before {
    width: 100%;
}


.home-video-sec {
    overflow: hidden;
}
.home-video-sec .loop-row {
    margin-bottom: 120px;
}
.home-video-sec .loop-row:last-child {
    margin-bottom: 0px;
}
.home-video-sec .sub-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.home-video-sec .loop-row .html5lightbox img {
    border-radius: 29px;
}
.home-video-sec .loop-row .btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 20px;
}
.home-video-sec .loop-row .more-btn {
    display: flex;
    align-items: center;
    width: 118px;
}
.home-video-sec .loop-row .btn-wrap .line {
    height: 1px;
    background: var(--bs-darkblack);
    width: calc(100% - 138px);
}
.home-video-sec .loop-row .more-btn svg, .home-video-sec .loop-row .more-btn img {
    width: 16px;
    height: 15px;
    margin-left: 10px;
}

.why-choose-sec {
    overflow: hidden;
}
.why-choose-sec .outer-wraper {
    position: relative;
    padding-left: 70px;
}
.why-choose-sec .outer-wraper::before {
    position: absolute;
    content: "";
    left: 0;
    width: 1px;
    height: calc(100% - 3rem);
    bottom: 0;
    background: #fff;
}
.why-choose-sec .item .title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.why-choose-sec .item .content {
    max-width: 80%;
}
.why-choose-sec .btn {
    font-size: 20px;
    line-height: normal;
}
.why-choose-sec .btn svg, .why-choose-sec .btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.why-choose-sec .btn:hover,
.why-choose-sec .btn:focus,
.why-choose-sec .btn:active,
:not(.btn-check)+.why-choose-sec .btn:active,
.btn-check:checked+.why-choose-sec .btn,
.why-choose-sec .btn.active,
.why-choose-sec .btn:first-child:active,
:not(.btn-check)+.why-choose-sec .btn:active {
    background: #fff;
    color: var(--bs-theme-color);
    border-color: #fff;
}
.why-choose-sec .btn:hover svg,
.why-choose-sec .btn:focus svg,
.why-choose-sec .btn:active svg,
:not(.btn-check)+.why-choose-sec .btn:active svg,
.btn-check:checked+.why-choose-sec .btn svg,
.why-choose-sec .btn.active svg,
.why-choose-sec .btn:first-child:active svg,
:not(.btn-check)+.why-choose-sec .btn:active svg{
    fill: var(--bs-theme-color);
}

.home-team-sec .attorney-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.home-team-sec .attorney-item::before {
    position: absolute;
    content: "";
    bottom: -100%;
    transition: all ease-in-out .4s;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(72,122,188,0.77), rgba(0,0,0,0));
    height: 100%;
    pointer-events: none;
}
.home-team-sec .attorney-item:hover::before {
    bottom: 0;
}
.home-team-sec .attorney-item img {
    height: 360px;
    border-radius: 15px;
    background: var(--bs-theme-color);
    width: 100%;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.home-team-sec .attorney-item .attorneys-featured {
    background: none;
    object-fit: cover;
    object-position: center top;
}
.home-team-sec .attorney-item .attorney-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-white);
}
.home-team-sec .attorney-item .attorney-name a {
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-white);
}
.home-team-sec .attorney-item .attorney-name:hover a {
    opacity: 0.7;
}
.home-cta-sec {
    background: #f5f5f5;
    padding: 25px 0;
}
.home-cta-sec .cta-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.home-cta-sec .cta-wrap .btn {
    padding: 16px 70px;
}

.home-featured-sec .heading {
    font-size: 40px;
}
.nationally-featured-lists {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    border-left: 1px solid #fff;
    padding-left: 25px;
}
.nationally-featured-lists img {
    aspect-ratio: auto;
}
.nationally-featured-lists .item {
    width: 33.33%;
    padding: 20px 15px;
}
.nationally-featured-lists .item:nth-child(7),
.nationally-featured-lists .item:nth-child(8){
    width: 16.66%;
}
.nationally-featured-lists .item:nth-child(7) img {
    mix-blend-mode: hard-light;
    width: 100%;
}
.nationally-featured-lists .item:nth-child(8) img {
    mix-blend-mode: screen;
}


.home-testimonial-sec .sub-heading {
    color: var(--bs-theme-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.home-testimonial-sec .sec-head-info {
    display: flex;
    align-items: end;
}
.home-testimonial-sec .heading-wrap {
    width: calc(100% - 130px);
}
.home-testimonial-sec .slick-btn-custom {
    width: 130px;
    flex-direction: row-reverse;
}
.home-testimonial-sec .slick-btn-custom .slick-arrow-btn svg {
    transform: rotate(180deg);
}
.testimonial-slider {
    margin-top: 60px;
}
.testimonial-slider .slick-slide .item-wrap {
    margin-bottom: 70px;
    direction:ltr;
}
.testimonial-slider .slick-slide > div:last-child .item-wrap {
    margin-bottom: 0px;
}
.testimonial-slider .slick-list {
    margin: 0 -12px;
}
.testimonial-slider .slick-slide {
    padding: 0 12px;
}
.testimonial-slider .quote-content, .testimonials-page .quote-content {
    background: #F7F9FC;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
    color: #222d39;
    line-height: 1.6;
}
.testimonial-slider .quote-content .quote-icon, .testimonials-page .quote-content .quote-icon {
    width: 44px;
    height: 30px;
    display: block;
    margin-bottom: 25px;
}
.testimonial-slider .quote-content::before, .testimonials-page .quote-content::before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #F7F9FC transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    content: "";
    bottom: -19px;
    left: 60px;
}
.testimonial-slider .author-info, .testimonials-page .author-info {
    display: flex;
    align-items: center;
    padding-left: 50px;
    margin-top: 30px;
    gap: 20px;
}
.testimonial-slider .author-info .author-img, .testimonials-page .author-info .author-img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-color);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.testimonial-slider .author-info .author-img img, .testimonials-page .author-info .author-img img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    object-fit: cover;
    object-position: center top;
}
.testimonial-slider .author-bio, .testimonials-page .author-bio {
    width: calc(100% - 115px);
}
.testimonial-slider .author-bio .author, .testimonials-page .author-bio .author {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #222d39;
}
.testimonial-slider .author-bio .author-designation, .testimonials-page .author-bio .author-designation{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--bs-theme-color);
}
.slick-btn-custom {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.slick-btn-custom .slick-arrow-btn {
    position: static;
    width: 52px;
    height: 50px;
    background: #EBF6FF;
    transition: all ease-in-out .4s;
    opacity: 1;
    border-radius: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-btn-custom .slick-arrow-btn:hover {
    background: var(--bs-theme-color);
}
.slick-btn-custom .slick-arrow-btn svg {
    width: 18px;
    height: 15px;
    transition: none;
}

.slick-btn-custom .slick-arrow-btn:hover svg, .slick-btn-custom .slick-arrow-btn:hover svg path {
    stroke: #fff;
    fill: none;
}
.testimonial-slider .item-wrap:hover .quote-content,
.testimonials-page .item-wrap:hover .quote-content{
    background: var(--bs-theme-color);
    color: #fff;
}
.testimonial-slider .item-wrap:hover .quote-content::before,
.testimonials-page .item-wrap:hover .quote-content::before{
    border-color: var(--bs-theme-color) transparent transparent transparent;
}


.home-awards-sec .awards-lists {
    border-left: 1px solid var(--bs-theme-color-two);
}
.home-awards-sec .awards-lists .item {
    padding: 15px 15px;
}

.home-contact-sec {
    background: #f5f5f5;
}
.home-contact-sec .contact-form {
    margin-top: 40px;
}
.home-contact-sec .contact-form .form-control {
    text-transform: uppercase;
}
.home-contact-sec .contact-form .submit-btn {
    margin-top: 30px;
}
/*======== Home Page CSS END ========*/

/*======== Team Listing Page CSS ========*/
.team-page .category-heading {
    font-size: 25px;
    margin-bottom: 30px;
}
.team-page .team-category-loop {
    margin-top: 120px;
}
.team-page .team-category-loop:first-child {
    margin-top: 50px;
}
.team-page .item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    display: block;
}
.team-page .item::before {
    position: absolute;
    content: "";
    bottom: 0;
    transition: all ease-in-out .4s;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 50%;
    pointer-events: none;
}
.team-page .item::after {
    position: absolute;
    content: "";
    bottom: -100%;
    transition: all ease-in-out .4s;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(72, 122, 188, 0) 0%, rgba(72, 122, 188, 1) 100%);
    height: 80%;
    pointer-events: none;
}
.team-page .item:hover::after{
    bottom: 0;
}
/*.team-page .item:hover::before {
    display: none;
}*/
.team-page .item img {
    height: 390px;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.team-page .item .attorney-img {
    background: none;
    object-fit: cover;
    object-position: center top;
}
.team-page .item .attorney-info-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    z-index: 9;
}
.team-page .item .attorney-name {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: var(--bs-white);
}
.team-page .item .attorney-designation {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    text-transform: capitalize;
}
.founder-bio-wraper {
    margin-top: 40px;
    padding: 30px 30px;
    background: #F7F9FC;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.founder-bio-wraper .attorney-name {
    color: var(--bs-theme-color);
}
/*======== Team Listing Page CSS END ========*/

/*======== Team Bio Page CSS ========*/
.bio-wraper {
    background: #374558;
    padding: 80px;
    border-radius: 15px;
}
.bio-wraper img {
    border-radius: 15px;
}
.bio-wraper .attorney-name {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}
.bio-wraper .attorney-designation {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 0;
    line-height: 1.2;
}
.bio-wraper .attorney-email {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.bio-wraper .content {
    margin-top: 30px;
}
.bio-wraper .attorney-email svg, .bio-wraper .attorney-email img {
    width: 32px;
    height: 24px;
}
.bio-wraper .content * {
    color: #fff;
}
.bio-wraper .content > h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.attorney-bio-tab {
    margin-top: 70px;
}
.attorney-bio-tab .nav-tabs {
    background: #F5F5F5;
    border-radius: 15px;
    padding: 20px;
    max-width: 480px;
}
.attorney-bio-tab .nav-tabs li .nav-btn {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    background: none;
    font-weight: 500;
    line-height: normal;
    color: #222D39;
    text-transform: uppercase;
    padding: 20px 20px;
    border-radius: 5px;
}
.attorney-bio-tab .nav-tabs li .nav-btn:hover, .attorney-bio-tab .nav-tabs li .nav-btn.active {
    background: #487ABC;
    color: #fff;
}
.attorney-bio-tab .tab-content .heading-small {
    font-size: 35px;
}
/*======== Team Bio Page CSS END ========*/

/*======== Careers Page CSS ========*/
.careers-about-block {
    margin-top: 80px;
}
.careers-about-block .heading {
    font-size: 26px;
}
.careers-about-block img {
    border-radius: 15px;
}
.careers-feature-row {
    margin-top: 80px;
}
.careers-feature-row .card-wrap {
    background: var(--bs-theme-color);
    padding: 30px 30px;
    border-radius: 15px;
    height: 100%;
}
.card-icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.card-icon-title svg, .card-icon-title img {
    width: 50px;
    height: 50px;
}
.careers-feature-row .title {
    width: calc(100% - 50px);
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}
.job-openings-row{
    margin-top: 80px;
    background: #f5f5f5;
    border-radius: 15px;
    padding: 70px 50px;
}
.job-openings-row .sub-heading {
    font-weight: 600;
    font-size: 16px;
}
.job-openings-row .content {
    margin-top: 30px;
}
.job-openings-row .content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 35px;
    flex-flow: wrap;
}
.job-openings-row .content ul li a {
    color: #222D39;
    position: relative;
    display: block;
    padding-left: 15px;
    line-height: 1.6;
}
.job-openings-row .content ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #222D39;
    border-radius: 10px;
}
.job-openings-row .content ul li a:hover {
    color: var(--bs-theme-color);
}

.careers-video-sec .heading {
    margin-bottom: 40px;
}
.careers-video-sec .html5lightbox {
    border-radius: 15px;
    border: 15px solid rgba(72, 122, 188, 1);
}
.careers-video-sec .bottom-content {
    margin-top: 40px;
}
.careers-video-sec .bottom-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
/*======== Careers Page CSS END ========*/

/*======== Why Choose Us Page CSS ========*/
.why-choose-page .sub-heading {
    font-size: 20px;
    font-weight: 700;
}
.our-fans-sec .outer-wraper {
    background: #374558;
    padding: 100px 140px;
    border-radius: 15px;
}
.fans-lists {
    margin-top: 50px;
}
.fans-lists .card-item {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 50px 25px;
    cursor: pointer;
}
.fans-lists .author, #card_modal .author {
    color: #487ABC;
    font-weight: 700;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}
.fans-lists .author:hover, #card_modal .author:hover {
    color: #000;
}
#card_modal .modal-body {
    padding: 50px 30px;
}
button.btn-close {
    right: 15px;
    top: 15px;
    position: absolute;
}
.btn-close:focus {
    box-shadow: none;
}
.our-fans-sec .sub-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
}
.our-fans-sec .html5lightbox {
    margin: 50px 0 20px;
}
.our-fans-sec .html5lightbox > img {
    border-radius: 29px;
    border: 7px solid #487ABC
}
/*======== Why Choose Us Page CSS END ========*/

/*======== What We Do Page CSS ========*/
.service-lists .inner-item {
    background-size: cover;
    background-position: center;
    background-color: var(--bs-lightblack);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    height: 500px;
    transition: all ease-in-out .5s;
}
.service-lists .inner-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease-in-out .5s;
    height: 100%;
    background: linear-gradient(180deg, rgba(72, 122, 188, 0) 27.23%, #487ABC 100%);
}
.service-lists .inner-item:hover::before {
    top: auto;
    bottom: -100%;
}
.service-lists .inner-item .icon-title-wrap {
    position: absolute;
    bottom: 0;
    padding: 20px 20px;
    left: 0;
}
.service-lists .inner-item .icon-title-wrap > svg, .service-lists .inner-item .icon-title-wrap > svg path {
    fill: #fff;
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}
.service-lists .inner-item:hover .icon-title-wrap {
    bottom: -100%;
}
.service-lists .inner-item .hover-content {
    position: absolute;
    left: 50%;
    bottom: -100%;
    width: calc(100% - 40px);
    padding: 20px 20px;
    background: #fff;
    border-radius: 15px;
    transition: all ease-in-out .5s;
    transform: translateX(-50%);
}
.service-lists .inner-item:hover .hover-content {
    bottom: 20px;
}
.service-lists .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-lists .content {
    color: #222D39;
    font-weight: 500;
}
.service-lists .hover-content > svg, .service-lists .hover-content > svg path {
    fill: #487ABC;
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}
.service-lists .more-btn {
    margin-top: 8px;
    color: var(--bs-theme-color);
}
.service-lists .more-btn svg {
    fill: var(--bs-theme-color);
}
/*======== What We Do Page CSS END ========*/

/*======== Scholarship Page CSS ========*/
.scholarship-head-info {
    margin-bottom: 50px;
}
.scholarship-head-info h5 {
    text-transform: none;
    font-size: 20px;
}
.scholarship-head-info ul {
    display: inline-flex;
    justify-content: center;
    gap: 35px;
    background: #F5F5F5;
    border-radius: 10px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 20px;
}
.scholarship-head-info ul li {
    color: #487ABC;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0.7;
}
.scholarship-head-info ul li::before {
    background: var(--bs-theme-color);
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.scholarship-accordion-sec .text-white a {
    color: #fff;
    text-decoration: underline;
}
.scholarship-accordion-sec .text-white a:hover {
    text-decoration: none;
}
.scholarship-accordion-sec .accordion img {
    border-radius: 10px;
}
/*======== Scholarship Page CSS END ========*/

/*======== Testimonials Page CSS ========*/
.testimonials-page .loop-col {
    display: none;
}
.testimonials-page .loop-col.active {
    display: block;
}
/*======== Testimonials Page CSS END ========*/

/*======== Contact Page CSS ========*/
.contact-info-aside {
    background: #487ABC;
    border-radius: 15px 0 0 15px;
    padding: 60px 40px;
}
.contact-info-aside .heading {
    font-size: 32px;
}
.contact-info-aside .loop-col {
    display: flex;
    margin-bottom: 40px;
    gap: 20px;
}
.contact-info-aside .loop-col .b-name, .contact-info-aside .loop-col .info > span {
    font-weight: 700;
    margin: 6px 0px;
    display: block;
}
.contact-info-aside .loop-col:last-child {
    margin-bottom: 0px;
}
.contact-info-aside .loop-col .item-content {
    width: calc(100% - 60px);
}
.contact-info-aside .loop-col .item-content a {
    color: #fff;
}
.contact-info-aside .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}
.contact-info-aside .info {
    line-height: 1.8;
    font-weight: 500;
}
.contact-info-aside .icon-block {
    background: #EBF6FF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: 1px;
}
.contact-info-aside .icon-block svg, .contact-info-aside .icon-block img {
    width: 18px;
    height: 18px;
}
.contact-info-aside .loop-col .direction-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: normal;
    margin-top: 10px;
}

.contact-page .contact-form-col {
    background: #f5f5f5;
    border-radius: 0 15px 15px 0;
    padding: 80px 40px;
}
.contact-page .contact-form-col .form-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}
.pay-online-cta {
    margin-top: 80px;
}
.contact-attorney-quote {
    border-radius: 15px;
    background-color: #374558;
    color: #fff;
    mix-blend-mode: darken;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 80px 0;
}
.contact-attorney-quote .attorney-quote {
    padding: 50px 80px 50px 70px;
    width: calc(100% - 384px);
}
.contact-attorney-quote .attorney-img {
    width: 284px;
    margin-right: 100px;
    margin-top: 34px;
}
.contact-attorney-quote .quote-content {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.8;
    text-transform: uppercase;
}
.contact-attorney-quote .author {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 15px;
}
.contact-page-nap {
    position: relative;
}
.map-list .map-item {
    display: none;
}
.map-list .map-item.active {
    display: block;
}
.map-list .map-item iframe {
    border: 0;
    height: 550px;
    border-radius: 15px;
    display: block;
}
.contact-page-nap .nap-lists {
    /*position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;*/
    display:flex;
}
.contact-page-nap .nap-lists .nap-address-item {
    background: #e8eaed;
    border-radius: 10px;
    padding: 30px 30px;
    padding-left: 70px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}
.contact-page-nap .nap-lists .pin-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.contact-page-nap .nap-lists .nap-address-item:last-child {
    /*  margin-bottom: 0; */
}
.contact-page-nap .nap-lists .nap-address-item.active {
    background: #374558;
}
.contact-page-nap .nap-lists .direction-link {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--bs-theme-color);
    display: inline-block;
    line-height: normal;
    margin-top: 8px;
}
.contact-page-nap .nap-lists .nap-address-item.active * {
    color: #fff;
}
.contact-page-nap .nap-lists .nap-address-item.active svg {
    fill:#fff;
}
.contact-page-nap .nap-lists .nap-address-item.active .direction-link {
    border-bottom: 1px solid #fff;
}
.contact-page-nap .nap-lists .nap-address-item.active .direction-link:hover,
.contact-page-nap .nap-lists .nap-address-item .direction-link:hover {
    border-bottom: 1px solid var(--bs-theme-color);
    color: var(--bs-theme-color);
}
.contact-page-nap .nap-lists .nap-address-item a:hover, .contact-page-nap .nap-lists .nap-address-item.active a:hover {
    color: var(--bs-theme-color);
}
.contact-page-nap .nap-lists .b-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
}
.contact-page-nap .nap-lists .adress-wrap {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #222D39;
}
/*======== Contact Page CSS END ========*/

/*======== Community Outreach Page CSS ========*/
.outreach-about-sec img {
    border-radius: 10px;
}
.why-outreach-sec {
    background: var(--bs-theme-color);
}
.why-outreach-sec img {
    border-radius: 15px;
    border: 10px solid #fff;
    margin-top: 40px;
}
.scholarship-outreach-sec {
    background: #f5f5f5;
}
.scholarship-outreach-sec .loop-row {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.30);
}
.scholarship-outreach-sec .loop-row:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.scholarship-outreach-sec .loop-row .small-heading {
    font-size: 25px;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 1.2;
}
.scholarship-outreach-sec .loop-row img {
    border-radius: 15px;
}
/*======== Community Outreach Page CSS END ========*/

.media-logo-lists a {
    display: flex;
    padding: 15px 15px;
    border: 1px solid #ddd;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}
.media-logo-lists a img {
    display: block;
    margin: 0 auto !important;
}
.testimonial-slider .slick-track {
    display: flex !important;
    flex-direction: row-reverse;
}

.prev-testimonial {
    float: right;
}

.next-testimonial {
    float: left;
}

.real-quote-sec .quote-box {
    padding: 30px 20px;
    height: calc(100% - 30px);
    border: 1px solid #ddd;
    margin-top: 30px;
    border-radius: 0px 50px 0px 0px;
}
.real-quote-sec .quote-content {
    font-style: italic;
    font-weight: 500;
}
.real-quote-sec .author-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
    border-radius: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}

.data-table-wraper a button {
    border: none;
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: normal;
    background: var(--bs-theme-color);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
.data-table-wraper a button:hover {
    background: var(--bs-black);
    color: #fff;
}
.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
    line-height: 1.3;
}
.wpDataTablesWrapper table.wpDataTable td {
    padding: 10px 10px !important;
    line-height: 1.6;
}
body .data-table-wraper .powered_by_link {
    display: none !important;
}
.wpDataTablesWrapper table.has-columns-hidden span.responsiveExpander, .wpDataTablesWrapper table.has-columns-hidden>tbody>tr>td>span.responsiveExpander, .wpDataTablesWrapper table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander {
    opacity: 1 !important;
    box-shadow: none !important;
    border: none;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-theme-color) !important;
    margin-right: 10px !important;
}
table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after, table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:after {
    background-image: url(/wp-content/uploads/2025/06/table-data-icon.png) !important;
}
table.has-columns-hidden>tbody>tr>td>span.responsiveExpander:after {
    height: 25px !important;
    width: 25px !important;
    background-position: -162px 2px !important;
}
table.has-columns-hidden>tbody>tr.detail-show>td span.responsiveExpander:hover:after {
    background-position: -185px 1px !important;
}
.home-testimonial-sec [dir='rtl'] .slick-slide {
    float: right;
}

#site-searchs:hover {
    opacity: 0.7;
}
.header-search-box span.closebtn:hover, .contact-info-aside .loop-col .item-content a:hover {
    opacity: 0.7;
}
.nap-contact:hover span {
    opacity: 0.8;
}
.nap-contact span {
    transition: all 0.6s ease-in-out;
}
.contact-form-phone svg path {
    fill: #fff;
}
.contact-form-phone svg, .contact-form-phone img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.contact-form-phone {
    display: flex;
    align-items: center;
}
.contact-page-nap .contact-form-phone svg path {
    fill: var(--bs-theme-color);
}
.contact-page-nap .nap-lists .nap-address-item.active .contact-form-phone svg path {
    fill: #fff;
}
/* bug sheet */
.page-id-565 .default-content ol {
    padding-left: 2px;
}
.header-search-box span.msg-side-form.d-none {
    display: none !important;
}

.header-search-box span.msg-side-form {
    display: block !important;
    font-size: 9px;
    height: 18px;
    line-height: 12px;
    bottom: -19px;
}
.blog-search .msg-side-form {
    font-size: 9px;
    height: 18px;
    line-height: 12px;
    bottom: -19px;
}

.search-page .h3.mb-3 * {
    text-transform: lowercase;
    font-style: italic;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    bottom: -16px;
}
.wpcf7 small#messageCount {
    margin-top: 20px;
}
.post-image .no-featured, .media-logo-lists a img {
    transition: 0.5s;
}
.post-image .no-featured:hover, .media-logo-lists a img:hover {
    transform: scale(1.05);
    transition: 0.5s;
}
/* bug sheet end */
/* Show on mobile */
@media (max-width: 767px) {
 .menu-item-home {
  display: block !important;
 }
}
/* Hide on tablet and desktop */
@media (min-width: 768px) {
 .menu-item-home {
  display: none !important;
 }
}
footer .nap-row .nap-loop-col:nth-child(1){
	font-weight: bold;
}
footer .nap-row .nap-loop-col:nth-child(1) .nap-contact a{
	font-weight: bold;
}


.nap-row.row {
    justify-content: flex-end;
}
.col-lg-6.wow.fadeInUp img {
    width: 626px;
    height: 352px;
}
@media (max-width: 767px) {
	.btn-grp {
    justify-content: space-between;
}
	.overlay-content .text {
    font-size: 16px;
    margin-bottom: 10px;
}
	.sticky-section {
    width: 200px;
    height: 220px;

}
	.overlay-content {
    padding: 15px 15px;
}
	.home-cta-sec .cta-wrap .btn {
    padding: 12px 42px;
}
	.cta-btn {
    padding: 10px 18px;
}
	.btn-grp .btn {
    margin-right: 15px;
}
}
@media (max-width: 350px) {
	.home-banner .banner-content::before {
    width: 80%;
    height: 80%;
}
	.home-banner .banner-content {
    justify-content: left;
}
}
.sticky-section{
    position: relative;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100%;
    height: 100%;
}


/* Dark/blue overlay */
.sticky-section::after{
    content: "";
    position: absolute;
    inset: 0;
/*     background: linear-gradient(
        135deg,
        rgba(15, 32, 60, 0.82),
        rgba(72, 122, 188, 0.65)
    ); */
}

/* Content above overlays */
.overlay-content{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.overlay-content .text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px;
    text-transform: uppercase;
    max-width: 320px;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.9);
}

/* Button */
.cta-btn{
    display: inline-block;
    background: #487ABC;
    color: #fff;
    padding: 4px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #487ABC;
    transition: all .3s ease;
}

.cta-btn:hover{
    background: #fff;
    color: #487ABC;
    border-color: #487ABC;

}

/* full card clickable */
.full-card-link{
    display: block;
    text-decoration: none;
    color: inherit;
}
