:root {
    --bs-light: rgba(39, 43, 46, .03);
    --color-primary: #17335a;
    --color-secondary: #7ca5d5;
    --font-oswald: "Oswald", sans-serif;
    --font-roboto: "Roboto", sans-serif;
    --fontSize-xl: 20px;
    --fontSize-lg: 18px;
    --fontSize-md: 16px;
    --fontSize-sm: 14px;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-roboto);
    background: var(--bs-white);
    font-size: var(--fontSize-md);
    color: var(--color-primary);
    line-height: 1.7;
    font-weight: 300;
    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 .5s;
}
:focus {
    outline: none !important;
    transition: all ease-in-out .4s;
}
a {
    color: var(--color-primary);
    transition: all ease-in-out .5s;
    text-decoration: none;
    font-weight: 600;
}
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;
    box-shadow: none
}
.text-white.content *, .content.text-white * {
    color: var(--bs-white);
}
.text-white .content a, .text-white.content a, .content.text-white a {
    color: var(--color-secondary);
}
.text-white .content a:hover, .text-white.content a:hover, .content.text-white a:hover {
    color: var(--bs-white);
}


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;
}
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;
}
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: 700;
    color: var(--color-primary);
    font-family: var(--font-oswald);
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.h2 .h2, h2, .heading {
    color: var(--color-primary);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.heading-wrapper {
    border-left: 2px solid var(--color-secondary);
    padding-left: 15px;
    margin-bottom: 25px;
}

.outside-slider .team-slider-for .heading-wrapper{
	margin-top: 120px;
}

.sub-heading {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-oswald);
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--color-secondary);
}
.sub-heading span {
    position: relative;
}
.sub-heading span::before, .sub-heading span::after {
    position: absolute;
    content: "";
    background: var(--color-secondary);
    width: 90px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.sub-heading span::before {
    left: -110px;
}
.sub-heading span::after{
    right: -110px;
}
/*============ 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 #fff;
    border-radius: 100%;
    background: #fff;
    transition: all ease-in-out .5s;
}
.html5lightbox .play-icon svg, .html5lightbox .play-icon img {
    fill: var(--color-secondary);
    width: 18px;
    height: 20px;
    margin-left: 2px;
}
.html5lightbox:hover .play-icon {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
}
.html5lightbox:hover .play-icon svg {
    fill: #fff;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination .screen-reader-text {
    display: none !important;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-flow: wrap;
    gap: 16px;
    margin-top: 30px;
}
.pagination .nav-links > * {
    font-weight: 400;
    font-size: var(--fontSize-md);
    margin: 0;
    border-radius: 55px;
    text-transform: uppercase;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    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 .current,
.pagination .nav-links > *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: var(--bs-white);
    background: var(--color-secondary);
    border-color: var(--color-secondary);
}
.pagination .prev svg, .pagination .next svg{
    width: 15px;
    height: 15px;
}
.pagination .prev:hover svg, .pagination .next:hover svg{
    stroke: var(--bs-white);
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd, .wp-block-group {
    padding-top: 80px;
    padding-bottom: 80px;
}
.wp-block-group__inner-container {
    margin: 0 auto;
}
.space-mr {
    margin-top: 80px;
    margin-bottom: 80px;
}
.btn {
    background: var(--color-secondary);
    color: var(--bs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px 12px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    border-radius: 0;
    font-size: var(--fontSize-md);
    font-weight: 400;
    border: 2px solid var(--color-secondary);
    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(--color-secondary);
    border-color: var(--color-secondary);
    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(--color-secondary);
    color: var(--bs-white);
    border-color: var(--color-secondary);
}
.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: 25px;
}
.btn-grp .btn {
    text-decoration: none;
}
.read-btn {
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    color: var(--color-primary);
    font-size: 16px;
    padding-bottom: 1px;
    position: relative;
    display: inline-flex;
    background: none;
    border: none;
    align-items: center;
    gap: 12px;
}
.read-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .7s;
    width: 0;
    height: 1px;
    background: var(--color-primary);
}
.read-btn:hover::after {
    width: 100%;
}
.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: 15px 15px 12px 15px;
    color: var(--color-primary);
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    font-variant-numeric: lining-nums;
    border: 1px solid #dcdcdc;
    font-size: var(--fontSize-lg);
    font-weight: 300;
    line-height: 1.2;
}
textarea.form-control {
    height: 148px;
    resize: none;
}
.form-control:focus {
    box-shadow: none;
    background: none;
    color: var(--color-primary);
    border-color: var(--color-secondary);
}
.select-box select {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    appearance: none;
}
.codedropz-upload-wrapper {
    width: 100%;
}
.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(23, 51, 90, 0.5);
    border-bottom: 2px solid rgba(23, 51, 90, 0.5);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 5px 0px;
    z-index: 9;
}
.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: 0;
    margin: 0;
    background-color: #c20000;
    padding: 2px 5px 0;
    height: 20px;
    line-height: 17px;
    bottom: -20px;
    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;
    margin-right: 0;
    position: relative;
    display: block;
    margin-top: 12px;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px;
    color: var(--color-primary);
}
.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: 3px;
    left: 0;
    border-radius: 100%;
}
.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    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: rgba(46, 51, 54, 0.7);
}
.form-control:-moz-placeholder {
    color: rgba(46, 51, 54, 0.7);
}
.form-control::-moz-placeholder {
    color: rgba(46, 51, 54, 0.7);
}
.form-control:-ms-input-placeholder {
    color: rgba(46, 51, 54, 0.7);
}
/*============ Form CSS END ============*/

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

/*========== Inner page Banner CSS ====================*/
.page-banner {
    background-color: var(--color-primary);
    min-height: 330px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
}
.page-banner .container {
    position: relative;
    z-index: 99;
}
.page-banner::before {
    position: absolute;
    content: "";
    background: rgba(23, 51, 90, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-banner .page-banner-title {
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.3;
    color: var(--bs-white);
}
.breadcrumbs-sec {
    padding: 15px 0;
    background: var(--bs-light);
}
#breadcrumbs {
    text-transform: capitalize;
    color: var(--color-primary);
    font-weight: 500;
}
#breadcrumbs span span {
    padding: 0 3px;
}
#breadcrumbs a{
    color: var(--color-secondary);
    font-weight: 500;
}
#breadcrumbs a:hover {
    color: var(--color-primary);
}
#breadcrumbs svg, #breadcrumbs img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    display: inline-flex;
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.post-default-content iframe {
    height: 500px;
    display: block;
}
.blog-search, .toggle-sidebar, .sidebar-form {
    margin-bottom: 30px;
}
.blog-search .blogsearch {
    padding: 15px 70px 15px 15px;
    line-height: normal;
    font-weight: 400;
    height: 60px;
    width: 100%;
    border-radius: 0px !important;
    color: var(--color-primary);
    border: 1px solid rgba(124, 165, 213, 0.15);
    background: rgba(124, 165, 213, 0.15);
    border-radius: 0 !important;
}
.blog-search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.blog-search input:-moz-placeholder {
    color: rgba(23, 51, 90, 0.6);
}
.blog-search input::-moz-placeholder {
    color: rgba(23, 51, 90, 0.6);
}
.blog-search input:-ms-input-placeholder {
    color: rgba(23, 51, 90, 0.6);
}
.blog-search .search-btn {
    height: 61px;
    cursor: pointer;
    z-index: 9;
    width: 60px;
    position: absolute;
    border: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
}
.blog-search .search-btn:hover {
    background: var(--color-secondary);
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 18px;
    height: 18px;
}
.blog-search .msg-side-form {
    right: 65px;
    display: none;
    bottom: -19px;
}
.blog-search .blogsearch:focus{
    border-color: var(--color-primary);
}
.sidebar-list, .sidebar-wrap {
    background: rgba(124, 165, 213, 0.1);
    padding: 50px 25px;
}
.sidebar-heading, .sidebar .widget-title {
    color: var(--color-primary);
    margin-bottom: 25px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
.sidebar-list li {
    display: block;
    transition: all ease-in-out .6s;
}
.sidebar-list ul li a {
    padding: 13px 0 13px 25px;
    display: block;
    text-transform: capitalize;
    color: var(--color-primary);
    position: relative;
    font-weight: 500;
    line-height: 1.2;
}
.sidebar-list ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    width: 22px;
    height: 17px;
    transition: all ease-in-out .5s;
    background-image: url(../images/sidebar-arrow.webp);
    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-secondary);
}
.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 -24px;
}
.sidebar-form {
    background: var(--color-primary);
    position: relative;
    overflow: hidden;
    padding: 50px 25px;
}
.sidebar-form * {
    position: relative;
    z-index: 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: var(--bs-white);
    border: 1px solid #e6e5eb;
    border-radius: 0px;
    padding: 15px 12px;
    color: var(--color-primary);
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(46, 51, 54, 0.6);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(46, 51, 54, 0.6);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(46, 51, 54, 0.6);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(46, 51, 54, 0.6);
}
/*==================== Sidebar CSS END ====================*/

.star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.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);
}
.main-header .container-fluid {
    padding-left: 100px;
    max-width: 1920px;
    padding-right: 100px;
}
.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 {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-cta {
    border-left: 2px solid var(--color-secondary);
    border-right: 2px solid var(--color-secondary);
    padding: 0 12px;
    font-family: var(--font-oswald);
}
.header-cta .cta-title {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-secondary);
}
.header-cta a {
    font-weight: 400;
    font-size: 26px;
    line-height: normal;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    padding-left: 36px;
}
.header-cta a svg, .header-cta a img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
}
.header-cta a:hover svg{
    fill: var(--color-secondary);
}



.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;
}
.search-icon svg,
.search-icon img {
    width: 19px;
    height: 19px;
    stroke: var(--color-secondary);
}
.search-icon:hover svg {
    stroke: var(--color-primary);
}
.header-search-box {
    position: fixed;
    background-color: var(--color-primary);
    width: 100%;
    transition: transform .5s ease,opacity .5s ease;
    opacity: 0;
    top: 0;
    right: 0;
    transform: translateX(-100%);
    z-index: -1;
    padding: 15px 0 20px;
}
.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 {
    margin: 0 auto;
    width: 70%;
    position: relative;
}
.header-search-box input.search {
    height: 40px;
    color: var(--bs-white);
    padding: 10px 40px 10px 0;
    border: none;
    border-bottom: 1px solid var(--bs-white);
    width: 100%;
    background: none;
}
.header-search-box ::-webkit-input-placeholder {
    color: rgba(255,255,255,.6)
}
.header-search-box :-moz-placeholder {
    color: rgba(255,255,255,.6)
}
.header-search-box ::-moz-placeholder {
    color: rgba(255,255,255,.6)
}
.header-search-box :-ms-input-placeholder {
    color: rgba(255,255,255,.6)
}
#site-search {
    top: 0;
    position: absolute;
    right: 0;
    height: 40px;
    border: none;
    width: 40px;
    cursor: pointer;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}
#site-search svg, #site-search img {
    width: 16px;
    height: 16px;
    stroke: var(--bs-white)
}
#site-search svg path {
    stroke: var(--bs-white)
}
#site-search:hover {
    opacity: .8
}
/*========= Header Search CSS END =========*/

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

/*========= Nav Multiple CSS =========*/
.main-menu {
    width: 100%;
    justify-content: flex-end;
    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 20px;
    line-height: normal;
}
ul.menu-top li:last-child {
    padding-right: 0;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 36px;
}
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-primary);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: var(--font-oswald);
    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-secondary);
}
/*.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: var(--color-secondary);
    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,
.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,
.single-post .menu-header > ul > li.current_page_parent > a {
    color: var(--color-secondary);
}
.menu-header #mainNav > li.menu-item-has-children .sidebar-menu-arrow::before {
    content: "";
    right: 22px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    transform-origin: 7px 3px;
    transition: all ease-in-out 0.6s;
}
.menu-header #mainNav li:hover .sidebar-menu-arrow::before  {
    border-right: 2px solid var(--color-secondary);
    border-bottom: 2px solid var(--color-secondary);
}
.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-secondary);
    border-bottom: 2px solid var(--color-secondary);
}
.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-primary);
    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-secondary);
    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,
.single-post .menu-top .menu-item-has-children li.current_page_parent > a{
    background: var(--color-secondary);
    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-primary);
    min-width: 260px;
    z-index: 9;
    text-align: left;
    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: 12px 25px 12px 10px;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: var(--fontSize-md);
}
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-primary);
    color: var(--bs-white);
    padding-top: 80px;
    overflow: hidden;
    position: relative;
}
.footer-heading {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2;
    color: var(--bs-white);
    border-left: 2px solid var(--color-secondary);
    padding-left: 10px;
}
.footer-about {
    font-size: var(--fontSize-md);
    line-height: 2.1;
    margin-top: 45px;
    font-weight: 300;
}
.footer-menu li {
    display: block;
}
.footer-menu li a {
    display: block;
    color: var(--bs-white);
    text-transform: capitalize;
    line-height: 1.2;
    padding: 12px 0;
    font-weight: 300;
    font-size: var(--fontSize-xl);
    position: relative;
    padding-left: 28px;
}
.footer-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    background: var(--color-secondary);
    height: 1px;
    width: 15px;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a {
    color: var(--color-secondary);
}

.nap-address-row {
    margin-bottom: 30px;
}
.nap-address-row:nth-last-child(2) {
    margin-bottom: 0px;
}
.nap-address {
    position: relative;
    line-height: 1.6;
    color: var(--bs-white);
    font-weight: 300;
    font-size: 20px;
    padding-left: 32px;
}
.nap-address > svg, .nap-address > img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 24px;
}
.nap-address .direction-link {
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 2px;
    color: var(--bs-white);
    line-height: normal;
    position: relative;
    font-weight: 300;
}
.nap-address .direction-link::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    transition: all ease-in-out .7s;
    width: 100%;
    height: 1px;
    background: var(--bs-white);
}
.nap-address .direction-link:hover{
    color: var(--color-secondary);
}
.nap-address .direction-link:hover::after {
    width: 0;
    background: var(--color-secondary);
}
.nap-phno {
    margin-top: 20px;
}
.nap-phno a {
    color: var(--bs-white);
    font-weight: 300;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    line-height: normal;
}
.nap-phno a svg, .nap-phno a img {
    width: 18px;
    height: 18px;
}
.nap-phno a:hover{
    color: var(--color-secondary);
}
.footer-social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.sociallink {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-flow: wrap;
    position: relative;
}
ul.sociallink::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-secondary);
    height: 1px;
    width: 15px;
}
.sociallink li {
    display: block;
}
.sociallink li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sociallink li a svg, .sociallink li a img {
    width: 23px;
    height: 23px;
    fill: var(--bs-white);
}
.sociallink li a:hover svg {
    fill: var(--color-secondary);
}

.newsletter-form {
    margin-bottom: 40px;
}
.subscribe-wrap {
    display: flex;
}
.newsletter-form .form-control {
    border: none;
    border-radius: 0;
    color: var(--bs-black);
    padding: 12px 17px;
    background: #fff;
}
.newsletter-form .form-control::-webkit-input-placeholder {
    color: rgba(39, 43, 46, 0.4);
}
.newsletter-form .form-control:-moz-placeholder {
    color: rgba(39, 43, 46, 0.4);
}
.newsletter-form .form-control::-moz-placeholder {
    color: rgba(39, 43, 46, 0.4);
}
.newsletter-form .form-control:-ms-input-placeholder {
    color: rgba(39, 43, 46, 0.4);
}
.newsletter-form .submit-btn .btn {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 12px;
}
.newsletter-form .submit-btn .btn:hover {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--bs-white);
}


.copyright {
    background: rgba(0, 0, 0, 0.18);
    padding: 15px 0;
    margin-top: 60px;
}
.copyright-menu {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-flow: wrap;
    justify-content: center;
}
.copyright-text {
    font-weight: 400;
    font-size: var(--fontSize-lg);
    line-height: 1.5;
    text-transform: capitalize;
    color: var(--bs-white);
}
.footer-copyright-menu {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.footer-copyright-menu li {
    display: block;
    line-height: 1.3;
    position: relative
}
.footer-copyright-menu li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    text-decoration: underline
}
.footer-copyright-menu li a:hover,.footer-copyright-menu li.current-menu-item a {
    color: var(--color-secondary);
}
/*==================== Footer CSS END ====================*/

/*==================== Default Page CSS ====================*/
.default-content h1, .wp-block-group h1 {
    font-size: 42px;
}
.default-content h2, .wp-block-group h2 {
    font-size: 38px;
}
.default-content h3, .wp-block-group h3 {
    font-size: 30px;
}
.default-content h4, .wp-block-group h4 {
    font-size: 26px;
}
.default-content h5, .wp-block-group h5 {
    font-size: 22px;
}
.default-content h6, .wp-block-group h6 {
    font-size: 20px;
}
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, .wp-block-group ul, .wp-block-group ol {
    margin-bottom: 25px;
    padding-left: 15px;
}
.list-style ul:last-child, .list-style ol:last-child, .wp-block-group ul:last-child {
    margin-bottom: 0px;
}
.list-style ul li ul, .wp-block-group ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li, .wp-block-group ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.list-style ul li a, .content a {
    text-decoration: underline;
}
.list-style ul li a:hover, .content a:hover {
    text-decoration: none;
}
.text-center .list-style ul li {
    display: inline-block;
}
.list-style ul li:last-child, .wp-block-group ul li:last-child {
    margin-bottom: 0;
}
.list-style ul li::before, .wp-block-group ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    transform: rotate(45deg);
}
.white-list-style ul li::before, .content.text-white.list-style ul li::before, .content.text-white .wp-block-group ul li::before{
    background: #fff;
}
.list-style ol, .wp-block-group ol {
    list-style-position: inside;
    counter-reset: list-counter;
}
.list-style ol li, .wp-block-group ol li {
    position: relative;
    padding-left: 25px;
    counter-increment: list-counter;
    margin-bottom: 15px;
    display: block;
}
.list-style ol li:last-child, .wp-block-group ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before, .wp-block-group ol li::before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.default-content a, .post-default-content a {
    text-decoration: underline;
    font-weight: 500;
}
.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 ===*/
.pr-content {
    padding-right: 60px;
}
.post-lists .post-card {
    height: 100%;
    padding-bottom: 70px;
    background: #F8F8FA;
    transition: all ease-in-out .5s;
}
.post-lists .post-content {
    padding: 0 15px;
    position: relative;
}
.post-lists .post-date {
    font-weight: 400;
    font-size: var(--fontSize-md);
    line-height: normal;
    padding: 10px 10px 8px;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--bs-white);
    background: var(--color-primary);
    text-transform: uppercase;
}
.post-lists .catgeory-time {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-flow: wrap;
    gap: 15px;
}
.post-lists .blog-category, .blog-detail .blog-category {
    display: inline-flex;
    background: var(--color-primary);
    padding: 10px 10px 8px;
    flex-flow: wrap;
    align-items: center;
    gap: 4px;
}
.post-lists .blog-category span, .blog-detail .blog-category span {
    color: #fff;
    padding: 0 5px;
}
.post-lists .blog-category a, .blog-detail .blog-category a {
    color: #fff;
    line-height: normal;
    text-transform: uppercase;
    font-size: 15px;
}
.post-lists .blog-category a:hover, .blog-detail .blog-category:hover {
    color: var(--color-secondary);
}
.post-lists .read-time {
    font-weight: 700;
    line-height: normal;
    color: #474747;
}
.post-lists .post-image {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}
.post-image img {
    height: 320px;
    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% 15%;
}
.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(--color-primary);
}
.post-lists .post-author, .posts-wrapper .post-author, .blog-layout-two .post-item .post-author {
    margin-bottom: 12px;
    font-size: var(--fontSize-md);
    text-transform: capitalize;
    line-height: normal;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
}
.post-author a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-author img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}
.post-lists .blog-title {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: var(--color-primary);
}
.post-lists .blog-title:hover {
    color: var(--color-secondary);
}
.post-lists .excerpt-content {
    font-size: var(--fontSize-md);
}
.post-lists .read-btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.blog-page .pagination .nav-links, .search-page .pagination .nav-links {
    width: 100%;
}
.post-default-content .featured-img {
    margin-bottom: 20px;
}
.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;
    gap: 15px;
    margin-bottom: 15px;
    flex-flow: wrap;
    font-size: 15px;
}
.blog-detail .blog-category {
    line-height: normal;
}
.post-meta .post-author {
    text-transform: capitalize;
    line-height: normal;
    background: var(--color-primary);
    padding: 10px 15px 8px;
    color: var(--bs-white);
    font-weight: 300;
}
.post-meta .post-date {
    text-transform: capitalize;
    line-height: normal;
    background: var(--color-primary);
    padding: 10px 15px 8px;
    color: #fff;
}
.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;
}
.g-search-card {
    padding: 20px 15px;
    background: #f8f8fa;
}
.blog-detail .post-meta .post-author {
    background: none;
    padding: 0;
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
}
.blog-detail .post-meta .post-author::before, .blog-detail .post-meta .post-date::before {
    position: absolute;
    content: "";
    background: var(--color-primary);
    width: 1px;
    height: 20px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-detail .post-meta .post-date, .blog-detail .blog-category {
    background: none;
    padding: 0;
    position: relative;
    font-weight: 500;
    color: var(--color-primary);
}
.blog-detail .blog-category {
    gap: 0;
}
.blog-detail .post-meta .blog-category a {
    font-weight: 500;
    color: var(--color-primary);
    text-transform: capitalize;
}
/*==================== Blog List Page CSS END ====================*/

/*====== Accordion CSS ======*/
.accordion-item {
    border: none;
    border-radius: 0px !important;
    background: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #E2E4E8;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-button {
    color: var(--color-primary);
    border-radius: 0px !important;
    background-color: transparent;
    padding: 16px 30px 16px 0;
    line-height: 1.3;
    font-weight: 400;
    border: none;
    font-size: 22px;
    font-family: var(--font-oswald);
}
.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: 10px 0 30px;
    background: none;
    border-radius: 0;
}
.accordion-button::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 18px;
    height: 18px;
    right: 1px;
    background-color: transparent;
    background-size: 12px;
    background-position: center;
    background-image: url(../images/plus-icon.svg);
    transform: translateY(-50%);
}
.accordion-button:not(.collapsed)::after {
    border: none;
    transform-origin: 0px 6px;
    transform: translateY(-50%) rotate(0deg);
    background-image: url(../images/mins-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 ======*/

/*====== Testimonial Listing Page CSS ======*/
.testimonial-page .item-card {
    border: 1px solid #ddd;
    padding: 30px 20px;
    height: 100%;
}
.testimonial-page .item-card .testimonial-qoute {
    transform: rotate(180deg);
    width: 45px;
    height: 35px;
    margin-bottom: 10px;
    display: block;
}
.testimonial-page .item-card .author {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 15px
}
.testimonial-page .pagination {
    text-align: center;
    justify-content: center;
}
/*====== Testimonial Listing Page CSS END ======*/

/*====== Team Listing Page CSS ======*/
.team-page .loop-col {
    margin-top: 40px;
}
.team-page .attorney-headshot {
    height: 450px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 12px;
}
.team-page .attorney-headshot img {
    background-color: var(--color-primary);
    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-headshot:hover .featured {
    filter: grayscale(1);
} */
.team-page .name {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-primary);
    font-family: var(--font-oswald);
}
.team-page .designation {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--font-oswald);
    color: var(--color-secondary);
    font-weight: 500;
    margin-top: 7px;
}
.team-bio-sec .designation {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font-oswald);
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--color-secondary);
    text-transform: uppercase;
}
/*====== Team Listing Page CSS END ======*/
.sidebar-form .submit-btn {
    width: 100%;
    justify-content: center;
}
.team-card-info-left {
    width: calc(100% - 170px);
}
.team-card-info-button {
    width: 170px;
    text-align: right;
}
.team-card-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.team-card-info-button .btn {
    padding: 14px 20px;
    font-size: 18px;
}
.white-bg {
    background: #fff;
}


.horizontal-child-menu {
    background: rgba(124, 165, 213, 0.1);
}
.horizontal-child-menu ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 25px;
}
.horizontal-child-menu ul li {

}
.horizontal-child-menu ul li a {
    display: block;
    padding: 13px 30px;
    background: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    border: 2px solid var(--color-primary);
}
.horizontal-child-menu ul li a:hover, .horizontal-child-menu ul li.active a, .horizontal-child-menu ul li.activeChild a, .horizontal-child-menu ul li.current_page_item a {
    color: var(--color-primary);
    background: none;
    border-color: var(--color-primary);
}
@media (max-width:991px) {
    .horizontal-child-menu ul li a {
        padding: 13px 20px;
    }
}
@media (max-width:575px) {
    .horizontal-child-menu ul li {
        width: calc(50% - 8px);
    }
    .horizontal-child-menu ul li a {
        padding: 13px 15px;
    }
}

.testimonials-page .ti-widget.ti-goog .ti-large-logo .ti-v-center {
    max-width: 100px !important;
    margin: 0 auto;
}
.testimonials-page  .ti-widget.ti-goog .ti-header {
    display: none !important;
}