:root {
    --bs-light: #d4e9e3;
    --color-primary: #2a846d;
    --color-secondary: #2c3a53;
    --color-primary-light: #2aa787;
    --color-body: #1e242e;
    --font-sofia-pro: "sofia-pro", sans-serif;
    --fontSize-xl: 18px;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-sofia-pro);
    background: var(--bs-white);
    font-size: var(--fontSize-xl);
    color: var(--color-body);
    line-height: 1.8;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
}
.break-all {
    word-break: break-all;
}
.modal-content {
    border: none;
}
.modal-body {
    padding: 50px 40px;
    position: relative;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.btn-close:focus {
    box-shadow: none;
}
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(--color-primary);
    transition: all ease-in-out .5s;
    text-decoration: none
}
a:hover {
    color: var(--color-secondary);
}
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 var(--bs-black)
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
.text-white .content a {
    color: var(--bs-white);
}
.text-white .content a:hover {
    color: var(--color-primary);
}
.text-white ul li::before{
    background: var(--bs-white) !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;
}
video {
    width: 100%;
    display: block;
}
.wp-video {
    margin: 30px 0;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
    color: var(--color-secondary);
    font-family: var(--font-sofia-pro);
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: none;
}
.h2 .h2, h2, .heading {
    color: #526A88;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}
/*============ 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%);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--bs-white);
    border-radius: 100%;
}
.html5lightbox .play-icon svg {
    fill: var(--bs-white);
    width: 15px;
    height: 15px;
}
.html5lightbox:hover .play-icon {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination .screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: center;
    position: relative;
    flex-flow: wrap;
    gap: 10px;
    border-top: 1px solid rgba(0,0,0,0.20);
    padding-top: 40px;
    width: 100%;
}
.pagination .nav-links > * {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    border-radius: 55px;
    text-transform: uppercase;
    color: var(--color-secondary);
    border: none;
    background: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    position: relative;
}
.pagination .nav-links * font {
    border: none !important;
}
.pagination .nav-links *::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(145deg, #000 50%, rgba(0, 0, 0, 0) 90%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.4;
}
.pagination .nav-links .current,
.pagination .nav-links > *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: var(--bs-white);
    background: var(--color-primary-light);
}
.pagination .prev {
    width: 120px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    left: 0;
}
.pagination .next {
    width: 120px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    right: 0;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 70px;
    padding-bottom: 70px;
}
.space-mr {
    margin-top: 70px;
    margin-bottom: 70px;
}
.btn {
    background: var(--color-primary-light);
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    text-transform: capitalize;
    line-height: 1.3;
    position: relative;
    border-radius: 50px;
    font-size: var(--fontSize-xl);
    font-weight: 500;
    border: none;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}
.btn::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(104.79deg, #FFFFFF 59.67%, rgba(255, 255, 255, 0) 102.23%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.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: var(--color-secondary);
    color: var(--bs-white);
    border: none;
    text-shadow: none;
}
.white-btn{
    background: none;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.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-white);
    color: var(--color-primary);
    border-color: var(--bs-white);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-white);
    background-color: var(--color-secondary);
}

.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
}
.btn-grp .btn {
    text-decoration: none;
}
.read-btn {
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    color: var(--color-primary);
    font-size: 16px;
    padding-bottom: 1px;
    position: relative;
    display: inline-flex;
    background: none;
    border: none;
}
.read-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .7s;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
}
.read-btn:hover::after {
    width: 0;
}
.read-btn:hover {
    color: var(--color-primary);
}
/*==================== 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: 30px;
}
.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: var(--bs-white);
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    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: #737373;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
    display: block;
}
.wpcf7 .form-group > label {
    margin-bottom: 8px;
    position: relative;
}
.wpcf7 .form-group > label::after {
    content: "*";
    color: #F5463B;
    position: relative;
    font-size: 16px;
    top: -5px;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}
.form-control {
    padding: 12px 15px;
    color: var(--bs-black);
    outline: none;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    font-variant-numeric: lining-nums;
    border: 1px solid #666;
    font-size: var(--fontSize-xl);
}
textarea.form-control {
    height: 120px;
    resize: none;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.select-box select {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box span {
    position: relative;
}
.select-box span::after {
    content: "";
    right: 15px;
    position: absolute;
    pointer-events: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 5px 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(--color-primary);
    background: var(--color-primary);
}
.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 var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item > label::after {
    content: "*";
    color: var(--color-primary);
    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(--color-primary);
    font-weight: 400;
}
.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--color-primary);
    background: var(--color-primary);
}
.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: var(--color-primary);
}
.cta-acceptance {
    margin-bottom: 12px;
}
.cta-acceptance a {
    text-decoration: underline;
    margin-right: 10px;
    border-right: 1px solid var(--bs-white);
    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;
}
.wpcf7-spinner {
    margin: 0;
    position: absolute !important;
    left: 50%;
    display: block !important;
    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(../images/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: var(--bs-white);
    font-size: 10px;
    right: 45px;
    margin: 0;
    background-color: #c20000;
    padding: 2px 5px 0;
    height: 20px;
    line-height: 17px;
    bottom: 1px;
    font-weight: 400;
}
.header-search-card .msg-side-form {
    right: 0;
    bottom: -14px;
    line-height: 1;
    height: auto;
    padding: 2px 5px;
}
.radio-btn .wpcf7-radio {
    margin-top: 0px;
}
.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(--color-primary);
    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 var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: var(--color-primary);
    background: var(--color-primary);
}
.form-control::-webkit-input-placeholder {
    color: #e5e5e5;
}
.form-control:-moz-placeholder {
    color: #e5e5e5;
}
.form-control::-moz-placeholder {
    color: #e5e5e5;
}
.form-control:-ms-input-placeholder {
    color: #e5e5e5;
}
/*============ 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-black);
    min-height: 350px;
    position: relative;
    overflow: hidden;
    width: calc(100% - 160px);
    margin: 0 auto;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
}
.page-banner .container {
    position: relative;
    z-index: 99;
}
.page-banner .page-banner-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 64px;
    line-height: 1;
    color: var(--bs-white);
}

.breadcrumbs-sec {
    padding: 15px 0;
}
#breadcrumbs {
    text-transform: capitalize;
    color: var(--bs-white);
    font-weight: 400;
}
#breadcrumbs span span {
    padding: 0 3px;
}
#breadcrumbs a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
#breadcrumbs a:hover {
    color: var(--color-primary);
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.post-default-content iframe {
    height: 500px;
    display: block;
}
.blog-search, .toggle-sidebar, .sidebar-form {
    margin-bottom: 40px;
}
.blog-search .blogsearch {
    padding: 15px 65px 15px 15px;
    line-height: normal;
    font-weight: 400;
    height: 65px;
    width: 100%;
    border-radius: 5px !important;
    color: var(--color-body);
    border: 1px solid #666;
    background: none;
}
.blog-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.blog-search input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.blog-search input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.blog-search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.blog-search .search-btn {
    height: 65px;
    cursor: pointer;
    z-index: 9;
    width: 65px;
    position: absolute;
    border: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 5px 5px 0 !important;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 22px;
    height: 22px;
}
.blog-search .msg-side-form {
    right: 65px;
    display: none;
    bottom: -19px;
}
.blog-search .blogsearch:focus{
    border-color: var(--color-primary);
}
.sidebar-list, .sidebar-wrap {
    padding: 40px 25px;
    background: none;
    border-radius: 20px;
    border: 1px solid #c2c2c2;
}
.sidebar-heading, .sidebar .widget-title {
    color: var(--bs-black);
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1.2;
}
.sidebar-list li {
    display: block;
    transition: all ease-in-out .6s;
}
.sidebar-list ul li a {
    padding: 12px 25px 12px 0;
    display: block;
    text-transform: capitalize;
    color: var(--bs-black);
    position: relative;
    font-weight: 400;
    line-height: 1.3;
}
.sidebar-list li:last-child a {
    border-bottom: none;
}
.sidebar-list ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 16px;
    width: 22px;
    height: 17px;
    transition: all ease-in-out .5s;
    background-image: url(../images/sidebar-arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.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(--color-primary);
}
.sidebar-list ul li a:hover::after,
.sidebar-list ul li.active a::after,
.sidebar-list ul li.activeChild a::after,
.sidebar-list ul li.current_page_item a::after {
    background-position: 0px -25px;
}
.sidebar-form {
    background: var(--color-secondary);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 40px 25px;
}
.sidebar-form * {
    position: relative;
    z-index: 9;
}
.sidebar .form-group > label {
    color: rgba(255,255,255,0.9);
}
.sidebar-form ul li {
    font-size: 12px;
}
.sidebar-form.list-style ul li::before {
    top: 7px;
    width: 6px;
    height: 6px;
}
.sidebar-form  .wpcf7 .form-group {
    margin-bottom: 25px;
}
.sidebar-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    padding: 13px 12px;
    color: var(--bs-white);
}
.sidebar-form .submit-btn {
    width: 100%;
    display: block;
    margin-top: 25px;
}
.sidebar-form .submit-btn .btn {
    width: 100%;
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
/*==================== Sidebar CSS END ====================*/

.star-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.star-rating svg, .star-rating img {
    width: 20px;
    height: 20px;
}

/*==================== Header CSS ====================*/
.main-header {
    z-index: 999;
    box-shadow: none;
    top: 0;
    width: 100%;
    position: fixed;
    transition: background-color 0.5s ease;
    left: 0;
    background-color: var(--bs-white);
}
.sticky-header {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.header-row {
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
    align-items: center;
}
.header-nav-col {
    position: relative;
}
.header-cta {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-cta svg, .header-cta img {
    width: 18px;
    height: 18px;
}
.header-cta:hover svg {
    stroke: var(--color-secondary);
}
.header-cta-col {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-search-card {
    position: relative;
    width: 200px;
    height: 46px;
}
.header-search-card .searchform, .header-search-card .custom-search-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.header-search-card .custom-search-box svg, .header-search-card .custom-search-box img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    display: block;
    opacity: 0.6;
}
.header-search-card .searchform input.search {
    width: 100%;
    height: 100%;
    border: 1px solid #F1F2F3;
    border-radius: 10px;
    background: #F1F2F3;
    padding: 10px 10px 10px 35px;
    font-size: 15px;
    color: var(--bs-black);
    transition: all 0.3s ease;
}
.header-search-card .searchform input.search::placeholder {
    color: rgba(30, 36, 46, 0.6);
}
.header-search-card .searchform input.search:focus {
    border-color: var(--color-secondary);
}

/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
}
.search-icon svg,
.search-icon img {
    width: 19px;
    height: 19px;
    stroke: var(--bs-white);
}
.search-icon:hover svg {
    opacity: 0.7;
}
.header-search-box {
    position: fixed;
    background-color: var(--color-secondary);
    width: 100%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 999999;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 10px;
    transform: none;
    position: absolute;
    right: 10px;
    width: 32px;
    height: 32px;
}
.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background-color: var(--bs-white);
}
.header-search-box span.closebtn::before {
    transform: rotate(45deg) translate(9px, -7px);
}
.header-search-box span.closebtn::after {
    transform: rotate(-45deg) translate(7px, 9px);
}
.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: 45px;
    color: var(--bs-white);
    padding: 10px 45px 10px 10px;
    border: none;
    border-bottom: 1px solid var(--bs-white);
    width: 100%;
    background: none;
    line-height: normal;
}
.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 ::-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 #site-search {
    top: 0;
    position: absolute;
    right: 0px;
    height: 45px;
    border: none;
    width: 45px;
    cursor: pointer;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search-box #site-search svg,
.header-search-box #site-search img {
    width: 16px;
    height: 16px;
    stroke: var(--bs-white);
}
.header-search-box #site-search svg path{
    stroke: var(--bs-white);
}
.header-search-box #site-search:hover{
    opacity: 0.8;
}
/*========= Header Search CSS END =========*/

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

/*========= Nav Multiple CSS =========*/
.main-menu {
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.menu-top {
    position: relative;
    display: flex;
}
ul.menu-top li {
    color: var(--bs-white);
    position: relative;
    padding: 0px 17px;
    line-height: normal;
}
ul.menu-top li:last-child {
    padding-right: 0;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 25px;
}
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(--color-body);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    padding: 40px 0;
    transition: all ease-in-out 0.6s;
}
.menu-top li:hover a {
    color: var(--color-primary);
}
.menu-top li a::before, .menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: #68B12D;
    left: 0;
    bottom: 0;
    height: 3px;
    -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,
.menu-header > ul > li.current-menu-item > a::before,
.blog .menu-header > ul > li.current_page_parent > a::before,
.single-post .menu-header > ul > li.current_page_parent > 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,
.menu-header > ul > li.current-menu-item > a,
.blog .menu-header > ul > li.current_page_parent > a,
.single-post .menu-header > ul > li.current_page_parent > a {
    color: var(--color-primary);
}
.menu-header #mainNav > li.menu-item-has-children .sidebar-menu-arrow::before {
    content: "";
    right: 15px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color-body);
    border-bottom: 2px solid var(--color-body);
    transform-origin: 5px 4px;
    transition: all ease-in-out 0.6s;
}
.menu-header #mainNav li:hover .sidebar-menu-arrow::before  {
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}
.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(--color-primary);
    border-bottom: 2px solid var(--color-primary);
}
.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 var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
}
.small-header .menu-top::before {
    display: none;
}
.sub-menu li.menu-item-has-children {
    position: relative;
}
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(--color-secondary);
    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(--color-secondary);
    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(--color-primary);
    color: var(--bs-white);
}
.menu-top ul.sub-menu li.current_page_item a,
.menu-top ul.sub-menu li.current-menu-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(--color-primary);
    color: var(--bs-white);
}
.menu-top ul.sub-menu li.current_page_item::after{
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
}
ul.menu-top ul ul {
    left: 100%;
}
.menu-header .sub-menu {
    background-color: var(--color-secondary);
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 2px solid var(--color-primary);*/
    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: 8px 25px 8px 10px;
    line-height: 1.3;
    text-transform: capitalize;
    font-size: 15px;
}
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: var(--bs-white);
}
.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bs-white);
}
.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--bs-white);
}
/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: var(--color-secondary);
    color: var(--bs-white);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}
.footer-logo img {
    max-width: 160px;
}
.footer-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: wrap;
    gap: 0;
    margin-top: 15px;
}
.footer-menu li {
    display: block;
}
.footer-menu li a {
    display: block;
    color: var(--bs-white);
    text-transform: capitalize;
    line-height: 1.2;
    padding: 7px 12px 7px 0;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    margin-right: 12px;
}
.footer-menu li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
.footer-menu li a::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 65%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-menu li:last-child a::before {
    display: none;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a {
    color: var(--color-primary-light);
}

.footer-heading {
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--bs-white);
}
.footer-pa-menu {
    display: flex;
    flex-flow: wrap;
    gap: 10px 16px;
}
.footer-pa-menu li {
    width: calc(50% - 8px);
}
.footer-pa-menu li a {
    display: block;
    color: var(--bs-white);
    text-transform: capitalize;
    line-height: 1.2;
    padding: 8px 0 8px 15px;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}
.footer-pa-menu li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 15px;
}
.footer-pa-menu li a:hover, .footer-pa-menu li.current-menu-item a {
    color: var(--color-primary-light);
}
.footer-pa-menu li a:hover::before, .footer-pa-menu li.current-menu-item a::before {
    background: var(--color-primary-light);
}

.footer-row-2 {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    margin-top: 35px;
    padding-top: 60px;
}
.nap-loop-col {
    margin-bottom: 30px;
}
.nap-address {
    position: relative;
    line-height: 1.5;
    color: var(--color-primary);
    font-weight: 400;
    font-size: 16px;
    margin-top: 22px;
}
.nap-address .direction-link {
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 2px;
    color: var(--color-primary);
    line-height: normal;
    position: relative;
}
.nap-address .direction-link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .7s;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
}
.nap-address .direction-link:hover{
    color: var(--color-primary);
}
.nap-address .direction-link:hover::after {
    width: 0;
}
.nap-phno .btn {
    border-radius: 3px;
    border: none;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 400;
}
.nap-phno .btn::before {
    display: none;
}
.nap-phno .btn:hover, .nap-phno .btn:focus, .nap-phno .btn:active, :not(.btn-check)+.nap-phno .btn:active, .btn-check:checked+.nap-phno .btn, .nap-phno .btn.active, .nap-phno .btn:first-child:active, :not(.btn-check)+.nap-phno .btn:active {
    background-color: var(--bs-white);
    color: var(--color-secondary);
}
.nap-contact a {
    color: var(--bs-white);
    font-weight: 400;
}
.nap-contact a:hover{
    color: var(--color-primary);
}
.sociallink {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    flex-flow: wrap;
}
.sociallink li {
    display: block;
}
.sociallink li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
}
.sociallink li a svg, .sociallink li a img {
    width: 25px;
    height: 25px;
    fill: var(--bs-white);
}
.sociallink li a:hover {
    background: var(--color-primary-light);
}
.sociallink li a:hover svg {
    fill: var(--bs-white);
}
.footer-about {
    font-size: 15px;
    line-height: 2.2;
}
.copyright-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--bs-white);
}
.copyright-text:last-child{
    text-transform: none;
}
/*==================== Footer CSS END ====================*/

/*==================== Default Page CSS ====================*/
/*.globel-search-result .loop-col {
    margin-bottom: 40px;
    background: var(--bs-light);
    padding: 30px 30px;
}
.globel-search-result .post-content {
    margin: 0;
    padding: 0;
    width: 100%;
}*/
.fullwidth-content {
    max-width: 100%;
}
.fullwidth-page .default-content {
    max-width: 100%;
}
.default-content h1, .post-default-content h1 {
    font-size: 48px;
    font-weight: 400;
    color: var(--color-body);
}
.default-content h2, .post-default-content h2 {
    font-size: 40px;
    font-weight: 400;
    color: var(--color-body);
}
.default-content h3, .post-default-content h3 {
    font-size: 35px;
    font-weight: 400;
    color: var(--color-body);
}
.default-content h4, .post-default-content h4 {
    font-size: 30px;
    font-weight: 400;
    color: var(--color-body);
}
.default-content h5, .post-default-content h5 {
    font-size: 26px;
    font-weight: 400;
    color: var(--color-body);
}
.default-content h6, .post-default-content h6 {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-body);
}
blockquote {
    border-left: 5px solid var(--color-primary);
    margin: 20px 0;
    display: block;
    position: relative;
    background: var(--bs-light);
    padding: 30px 20px;
    font-style: italic;
    font-size: 20px;
}
.default-content iframe {
    height: 500px;
}
.list-style ul, .list-style ol {
    margin-bottom: 15px;
    padding-left: 15px;
}
.list-style ul:last-child, .list-style ol: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;
}
.text-center .list-style ul li {
    display: inline-block;
}
.list-style ul li:last-child {
    margin-bottom: 0;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    background: var(--color-primary-light);
    border-radius: 20px;
}
.white-list-style ul li::before{
    background: var(--bs-white);
}
.list-style ol {
    list-style-position: inside;
    /* counter-reset: list-counter; */
}
.list-style ol li {
    /*    position: relative;
        padding-left: 25px;
        counter-increment: list-counter;*/
    margin-bottom: 15px;
}
.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;
    word-break: break-all;
}
.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(--color-primary);
    color: var(--bs-white);
    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: var(--bs-light);
}
table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
table th:not(:last-child){
    border-right: 1px solid var(--bs-white);
}
table td:not(:last-child) {
    border-right: 1px solid #ddd;
}
/*==================== Default Page CSS END ====================*/

/*=== Blog List Page CSS ===*/
#filterForm {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#filterForm .form-control {
    padding: 12px 15px;
    border-radius: 10px;
}
#filterForm .select-box {
    position: relative;
}
#filterForm .select-box::after {
    content: "";
    right: 15px;
    position: absolute;
    pointer-events: none;
    width: 9px;
    height: 9px;
    border-right: 2px solid #526A88;
    border-bottom: 2px solid #526A88;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 5px 0px;
}
.date-wrapper {
    position: relative;
}
.date-wrapper .clear-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #999;
    display: none; /* hidden by default */
}
.date-wrapper .clear-btn:hover {
    color: #333;
}

.post-lists .loop-col {
    margin-bottom: 40px;
}
.post-lists .post-card {
    height: 100%;
    padding-bottom: 40px;
}
.post-lists .post-date {
    font-weight: 400;
    font-size: var(--fontSize-lg);
    line-height: normal;
    padding: 15px 15px;
    position: absolute;
    bottom: 0;
    left: 40px;
    color: #304CD8;
    background: #fff;
    text-transform: uppercase;
}
.post-lists .post-image {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
    border-radius: 20px;
}
.post-image img {
    height: 280px;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all ease-in-out .5s;
    object-fit: cover;
    object-position: 50% 10%;
}
.post-lists .loop-col:hover .post-image .featured  {
    transform: scale(1.04);
}
.post-image .no-featured {
    background-size:200px;
    background-position: center;
    background-color: var(--color-secondary);
}
.post-lists .post-wrap:hover .post-image .featured {
    transform: scale(1.1);
}
.post-author {
    text-transform: capitalize;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}
.post-lists .post-author {
    margin-bottom: 12px;
}
.post-lists .blog-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--bs-black);
}
.post-lists .post-card:hover .blog-title {
    color: var(--color-primary);
}
.post-lists .read-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-page .pagination .nav-links, .search-page .pagination .nav-links {
    width: 100%;
}
.post-default-content .post-image {
    overflow: hidden;
    position: relative;
    display: block;
    height: 450px;
    border-radius: 20px;
}
.post-default-content .post-image::before {
    position: absolute;
    content: "";
    background: radial-gradient(93% 93% at 50% 6%, rgba(0, 0, 0, 0) 0%, #000000 95%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.post-default-content .post-head {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 0 50px 40px;
    width: 100%;
    left: 0;
}
.post-default-content .post-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
}
.blog-detail .post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.blog-detail .post-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--bs-black);
    gap: 0 10px;
}
.blog-detail .post-navigation a svg, .blog-detail .post-navigation a img {
    width: 18px;
    height: 12px;
}
.blog-detail .post-navigation a:hover {
    color: var(--color-primary);
}

.post-meta {
    display: flex;
    align-items: center;
}
.post-meta .post-author {
    font-size: 16px;
    font-weight: 400;
    border-bottom: none;
    padding: 0 0 0 15px;
    margin-left: 15px;
    border-left: 1px solid var(--color-body);
    text-transform: capitalize;
    line-height: normal;
}
.post-head .post-meta .post-author {
    border-left: 1px solid var(--bs-white);
}
.post-meta .post-date {
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
}
.blog-detail .post-img {
    margin-bottom: 15px;
}
.blog-detail .ul-inline-list {
    display: flex;
    gap: 15px 25px;
    padding-left: 0;
    flex-flow: wrap;
    margin-bottom: 25px;
}
.blog-detail .ul-inline-list li {
    margin-bottom: 0;
}


.featured-post {
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 450px;
}
.featured-post::before {
    position: absolute;
    content: "";
    background: radial-gradient(93% 93% at 50% 6%, rgba(0, 0, 0, 0) 0%, #000000 95%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    pointer-events: none;
}
.featured-post .post-author {
    color: #fff;
    margin-bottom: 15px;
}
.featured-post .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px 40px;
}
.featured-post .blog-title {
    font-size: 25px;
    line-height: 1.3;
    text-transform: none;
    margin-bottom: 20px;
}
/*==================== Blog List 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: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.accordion-button {
    color: var(--color-primary);
    border-radius: 0px !important;
    background-color: transparent;
    padding: 22px 30px 22px 0;
    line-height: 1.1;
    font-weight: 500;
    border: none;
    font-size: 36px;
}
.accordion-button:hover {
    color: var(--color-secondary);
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: transparent;
    box-shadow: none;
    border-radius: 0 !important;
    border-color: transparent;
}
.accordion-body {
    margin: 0;
    border: none;
    border-top: none;
    padding: 0 0 30px;
    background: none;
    border-radius: 0;
}
.accordion-button::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 12px;
    height: 22px;
    right: 1px;
    background-color: transparent;
    background-size: 12px;
    background-image: url(../images/accordion-icon.svg);
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed)::after {
    border: none;
    transform-origin: 0px 6px;
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../images/accordion-icon.svg);
}
/*====== Accordion CSS END ======*/

/*====== Thank You Message Toast CSS ======*/
#cf7-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: var(--bs-white);
    color: var(--bs-black);
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
    display: flex;
    align-items: center;
    gap: 10px;
}
#cf7-toast.cf7-toast.show {
    opacity: 1;
    transform: translateY(0);
}
#cf7-toast.cf7-toast.success {
    border-left: 5px solid #28a745;
}
#cf7-toast.cf7-toast.error {
    border-left: 5px solid #dc3545;
}
#cf7-toast.cf7-toast.warning {
    border-left: 5px solid #ffc107;
}
#cf7-toast.success svg{
    fill: #28a745;
}
#cf7-toast.error svg{
    fill: red;
}
#cf7-toast.warning svg{
    fill: yellow;
}
.cf7-toast svg {
    display: none;
    height: 30px;
    width: 30px;
}
.cf7-toast.show.success svg.success-ic {
    display:block;
}
.cf7-toast.show.error svg.error-ic {
    display:block;
}
.cf7-toast.show.warning svg.warning-ic {
    display:block;
}
#cf7-toast-message strong {
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}
/*====== Thank You Message Toast CSS END ======*/

/*======== Home Page CSS ========*/
.home-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    width: calc(100% - 160px);
    margin: 0 auto;
    border-radius: 40px;
    height: 100vh;
    background-size: cover;
    background-color: var(--color-secondary);
    background-position: center;
}
.home-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #000;
    overflow: hidden;
}
.home-banner .banner-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.home-banner .banner-content {
    position: relative;
    z-index: 9;
}
.home-banner .banner-heading {
    font-weight: 800;
    font-size: 64px;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--bs-white);
}
.home-banner .content {
    color: var(--bs-white);
    font-weight: 400;
    font-size: 26px;
    line-height: 1.8;
}
.home-banner .btn {
    margin-top: 25px;
}
.sec-head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.by-submitting-text {
    font-size: 12px;
    margin-top: 20px;
    color: #323232;
}

/* Sign Up Section */
.home-signup-sec {
    position: relative;
}
.home-signup-sec::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: var(--bs-light);
    z-index: -1;
}
.home-signup-sec .form-box {
    background: var(--color-primary-light);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
    padding: 50px 70px;
    margin-bottom: 25px;
}
.home-signup-sec .form-control {
    background: #fff;
    border: 1px solid #B0B6BB;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1) inset;
    border-radius: 3px;
    padding: 14px 15px;
}
.home-signup-sec .by-submitting-text {
    color: #fff;
}
.home-signup-sec .wpcf7 .form-group > label::after {
    display: none;
}
.home-signup-sec .wpcf7 .form-group > label::before {
    content: "*";
    color: #F5463B;
    position: relative;
    font-size: 16px;
    top: -5px;
    margin-right: 2px;
}

/* Results Section */
.home-results-sec {
    background: var(--bs-light);
    position: relative;
}
.home-results-sec::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33%;
    background-image: url(../images/pattern-bg-img.png);
    background-size: cover;
    background-position: center left;
    background-color: #fff;
}
.home-results-sec .container {
    z-index: 9;
}
.home-result-lists {
    margin-top: 40px;
}
.home-result-lists .result-card {
    background: var(--bs-white);
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    height: 100%;
}
.home-result-lists .result-card:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
    border: 1px solid transparent;
}
.home-result-lists .card-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 298px;
}
.home-result-lists .card-image img {
    height: 100%;
    background: var(--color-secondary);
    width: 100%;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
}
.home-result-lists .card-content {
    padding: 30px 30px;
}
.home-result-lists .case-catgeory {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #666;
    text-transform: uppercase;
}
.home-result-lists .case-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: var(--color-primary);
}
.home-result-lists .content {
    line-height: 1.4;
}

/* News Section */
.home-news-sec {
    background-image: url(../images/pattern-bg-img.png);
    background-size: cover;
    background-position: center left;
}
.news-lists {
    margin-top: 60px;
}
.news-lists .loop-col {
    border-top: 2px solid var(--color-primary);
    padding-top: 20px;
    margin-bottom: 40px;
}
.news-lists .loop-col:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-primary);
}
.news-lists .loop-col .post-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin-bottom: 15px;
}
.news-lists .loop-col .post-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-transform: none;
    margin-bottom: 0;
    color: var(--color-primary);
}
.news-lists .loop-col .post-title:hover {
    color: var(--color-secondary);
}

/* Contact Form Section */
.home-contact-sec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/pattern-bg-img.png);
    background-size: cover;
    background-position: center left;
}
.home-contact-sec::before {
    position: absolute;
    content: "";
    background: var(--color-primary);
    right: 0;
    bottom: 0;
    height: 50%;
    width: 85%;
}
.home-contact-sec .left-img-block {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
.home-contact-sec .left-img-block img {
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.home-contact-sec .form-box{
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 40px 50px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

/* Footer Sign Up Section */
.common-signup-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}
.common-signup-sec .contact-form {
    max-width: 750px;
    margin: 50px auto 0;
}
.common-signup-sec .signup-form {
    display: flex;
}
.common-signup-sec .wpcf7 form > label {
    color: #323232;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.common-signup-sec .wpcf7 form > label::before {
    content: "*";
    color: #F5463B;
    position: relative;
    font-size: 16px;
    top: -5px;
}
.common-signup-sec .signup-form .form-control {
    background: #fff;
    border-radius: 40px 0 0 40px;
    border: 1px solid #B0B6BB;
    box-shadow: 0px 1px 2px 1px #0000001A inset;
    padding: 14px 20px;
}
.common-signup-sec .signup-form .form-group {
    width: calc(100% - 180px);
}
.common-signup-sec .signup-form .submit-btn {
    width: 180px;
}
.common-signup-sec .signup-form .btn {
    width: 100%;
    border-radius: 0 40px 40px 0;
}

/* Review Section */
.home-review-sec {
    background: var(--bs-light);
}
.google-review-slider {
    margin-top: 40px;
}
.google-review-slider .slick-track {
    display: flex;
}
.google-review-slider .slick-slide {
    height: auto;
}
.google-review-slider .slick-item, .google-review-slider .slick-slide > div {
    height: 100%;
}
.google-review-slider .testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
    height: 100%;
}
.google-review-slider .testimonial-card svg, .google-review-slider .testimonial-card img {
    height: 25px;
    width: 33px;
    margin-bottom: 10px;
}
.google-review-slider .title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.google-review-slider .author {
    margin-top: 12px;
}

.video-review-slider {
    margin-top: 40px;
}
.video-review-slider .video-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.video-review-slider .video-thumb::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.video-review-slider .video-thumb img {
    object-fit: cover;
    object-position: center;
}
.video-review-slider .video-play-icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--bs-white);
}
.video-review-slider .video-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: var(--bs-black);
}
/*======== Home Page END ========*/


/*====== Testimonials Page CSS ======*/
.testimonial-page .loop-col .item-card {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.testimonial-page .no-pagination .loop-col:last-child .item-card,
.testimonial-page .has-pagination .loop-col:nth-last-child(2) .item-card {
    border-bottom: none;
    padding-bottom: 0px;
}
.testimonial-page .loop-col:nth-child(2n) .item-card {
    text-align: right;
}
.testimonial-page .item-card .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2A846D;
}
.testimonial-page .item-card .author {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px;
}
/*====== Testimonials Page CSS END ======*/

/*====== Case Results Page CSS ======*/
.vimeo-video {
    display: block;
    border-radius: 20px;
}
.result-two-item .card-result {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.result-two-item .card-result::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.result-two-item .card-image {
    height: 260px;
    overflow: hidden;
}
.result-two-item .card-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.result-two-item .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 9;
}
.result-two-item .case-catgeory {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.result-two-item .case-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.result-two-item .content {
    font-size: 16px;
    line-height: 1.4;
}
.case-result-grid .card-image {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.case-result-grid .case-catgeory {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #525252;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.case-result-grid .case-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #2A846D;
}
.case-result-grid .content {
    font-size: 16px;
    color: var(--bs-black);
    line-height: 1.6;
}
.case-result-page .pagination .nav-links {
    margin-top: 30px;
    border-top: none;
    padding-top: 0;
}
/*====== Case Results Page CSS END ======*/

/*====== Our Videos Page CSS ======*/
.our-video-page .video-thumb {
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.our-video-page .video-thumb::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.our-video-page .video-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-video-page .video-play-icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--bs-white);
}
.our-video-page .video-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: var(--bs-black);
}
/*====== Our Videos Page CSS END ======*/

/*====== Practice Areas Page CSS ======*/
.pa-page-lists .pa-card {
    background: #f1f2f3;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.pa-page-lists .pa-content {
    padding: 0 20px 20px;
}
.pa-page-lists .pa-icon {
    background: var(--color-primary);
    border: 1px solid var(--bs-white);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    margin-top: -32px;
    position: relative;
    z-index: 9;
}
.pa-page-lists .pa-no-bg .pa-icon {
    margin-top: 20px;
}
.pa-page-lists .pa-icon svg, .pa-page-lists .pa-icon img {
    width: 30px;
    height: 30px;
}
.pa-page-lists .pa-title {
    font-size: 20px;
    line-height: 1.4;
    color: var(--bs-black);
    margin-top: 12px;
}
.pa-page-lists .pa-card:hover {
    background: var(--color-secondary);
}
.pa-page-lists .pa-card:hover .pa-title {
    color: var(--bs-white);
}
/*====== Practice Areas Page CSS END ======*/

/*====== About Page CSS ======*/
.who-we-help-sec .html5lightbox {
    border-radius: 20px;
    overflow: hidden;
}
.who-we-help-sec .html5lightbox .play-icon {
    right: 30px;
    bottom: 30px;
    border: 1px solid var(--bs-white);
    background: none;
    transform: none;
    left: auto;
    top: auto;
}
.who-we-help-sec .html5lightbox .play-icon svg, .who-we-help-sec .html5lightbox .play-icon img {
    width: 19px;
    height: 14px;
}
.who-we-help-sec .html5lightbox:hover .play-icon {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.what-we-do-sec .loop-col {
    position: relative;
}
.what-we-do-sec .html5lightbox .play-icon {
    background-color: transparent;
    border-color: var(--color-primary);
    left: 50px;
    top: -5px;
}

.what-we-do-sec .html5lightbox .play-icon svg {
    fill: var(--color-primary);
}

.what-we-do-sec .html5lightbox:hover .play-icon svg {
    fill: var(--bs-light);
}

.what-we-do-sec .html5lightbox:hover .play-icon {
    background-color: var(--color-primary);
}

.our-people-sec .outer-box {
    background: var(--color-secondary);
    border-radius: 20px;
    padding: 40px 50px;
    margin-top: -230px;
}
.about-testimonial-sec {
    background: var(--bs-light);
    margin-bottom: 100px;
}
.testimonial-slider {
    margin-top: 40px;
}
.testimonial-slider .slick-track {
    display: flex;
    gap: 20px;
}
.testimonial-slider .slick-slide {
    height: auto;
}
.testimonial-slider .slick-item, .testimonial-slider .slick-slide > div {
    height: 100%;
}
.testimonial-slider .testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
    height: 100%;
}
.testimonial-slider .testimonial-card svg, .testimonial-slider .testimonial-card img {
    height: 25px;
    width: 33px;
    margin-bottom: 10px;
}
.testimonial-slider .title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.testimonial-slider .author {
    margin-top: 12px;
}
/*====== About Page CSS END ======*/

/*====== Team Listing Page CSS ======*/
.team-page .loop-col {
    margin-top: 40px;
}
.team-page .attorney-img {
    height: 380px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-page .attorney-img img {
    background-color: var(--color-secondary);
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 230px;
    transition: all ease-in-out .5s;
    height: 100%;
}
.team-page .attorney-img:hover .featured {
    transform: scale(1.03);
}
.team-page .name {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-primary);
}
.team-page .name:hover {
    color: var(--color-secondary);
}
.team-page .designation {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 15px;
}
.team-page .team-card-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.team-page .team-card-info ul li {
    display: block;
    border-right: 1px solid var(--color-primary);
    padding-right: 10px;
    margin-right: 10px;
}
.team-page .team-card-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}
.team-page .team-card-info ul li a {
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-primary);
    display: block;
}
.team-page .team-card-info ul li a:hover {
    color: var(--color-secondary);
}
/*====== Team Listing Page CSS END ======*/

/*====== Team Details Page CSS ======*/
.single-bio-sec .sub-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--color-primary);
}
.single-bio-sec .html5lightbox {
    position: absolute;
    bottom: 30px;
    right: 0px;
    z-index: 9;
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
}
.single-bio-sec .html5lightbox:hover {
    background: var(--color-secondary);
}
.more-bio-sec {
    background: var(--bs-light);
}
.associations-sec {
    background: var(--color-secondary);
}
.associations-sec img, .more-bio-sec img {
    border-radius: 20px;
}
.recognition-sec ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 0 40px;
}
.recognition-sec li {
    width: calc(50% - 20px);
}
.associations-sec .list-style ul, .associations-sec .list-style ol,
.bio-list-sec .list-style ul, .bio-list-sec .list-style ol{
    padding-left: 0;
}
/*====== Team Details Page CSS END ======*/

/*====== Contact Page CSS ======*/
.contact-page-form .submit-btn, .error-page .submit-btn .btn {
    min-width: 215px;
}
.contact-page-form .submit-btn .btn {
    width: 100%;
}
.contact-page-form .btn::before, .error-page .submit-btn .btn::before {
    display: none;
}
.contact-signup-form .wpcf7 {
    background: #2AA787;
    padding: 80px 30px;
    border-radius: 20px;
    color: #fff;
}
.contact-signup-form .wpcf7 .by-submitting-text {
    color: #fff;
}
.contact-signup-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}
.contact-signup-form .by-submitting-text a, .home-signup-sec .by-submitting-text a {
    color: #fff;
}
.contact-signup-form .by-submitting-text a:hover, .home-signup-sec .by-submitting-text a:hover {
    color: var(--color-secondary);
}
.contact-cta-sec .cta-card {
    background: #D4E9E3;
    border-radius: 20px;
    padding: 40px 40px;
    height: 100%;
}
.contact-cta-sec .cta-head {
    display: flex;
    align-items: center;
}
.contact-cta-sec .cta-head svg, .contact-cta-sec .cta-head img {
    width: 45px;
    height: 45px;
}
.contact-cta-sec .cta-head .cta-info {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
    width: calc(100% - 60px);
    margin-left: 15px;
}
.contact-cta-sec .cta-head .cta-info a {
    text-transform: none;
    color: var(--color-body);
}
.contact-cta-sec .cta-head .cta-info a:hover {
    color: var(--color-primary-light);
}
.contact-cta-sec .cta-card .content {
    font-weight: 300;
    color: #1E242E;
    line-height: 1.7;
    margin-top: 15px;
}
.map-sec iframe {
    display: block;
    height: 500px;
}
/*====== Contact Page CSS END ======*/

/*====== Podcast Page CSS ======*/
.podcast-video-slider .slick-list {
    margin: 0 -15px;
}
.podcast-video-slider .slick-slide {
    padding: 0 15px;
}
.podcast-video-slider .html5lightbox::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.podcast-info-sec .host-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--color-primary);
}
.episode-cta {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}
.episode-cta li {
    width: calc(33.33% - 11px);
}
.episode-cta li a {
    display: flex;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.episode-cta-block, .social-media-block {
    margin-top: 25px;
    border-top: 1px solid #2c3a531c;
    padding-top: 25px;
}
.episode-cta-block .audio-episode-title, .social-media-block .social-media-title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.social-media-cta {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 16px;
}
.social-media-cta li a {
    width: 45px;
    height: 45px;
    background: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
}
.social-media-cta li a svg, .social-media-cta li a img {
    width: 23px;
    height: 23px;
}
.social-media-cta li a:hover{
    background: var(--color-primary-light);
}
@media (max-width: 767px) {
    .episode-cta li {
        width: calc(50% - 11px);
    }
}
/*====== Podcast Page CSS END ======*/
.testimonial-video-sec {
    background: var(--bs-light);
}