:root {
    --bs-lightblack: #5a5a5a;
    --bs-darkblack: #101010;
    --bs-theme-color: #06295F;
    --bs-secondary-color: #9D813A;
    --font-OpenSans:  "Open Sans", sans-serif;
    --font-Cinzel:  "Cinzel", serif;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: var(--font-OpenSans);
    background: #fff;
    font-size: 18px;
    color: var(--bs-lightblack);
    line-height: 1.9;
    font-weight: 400;
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
}
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;
}
a {
    color: var(--bs-theme-color);
    font-weight: 500;
    transition: all ease-in-out .5s;
    text-decoration: none
}
a:hover {
    color: var(--bs-lightblack);
}
a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}
.text-white .content a {
    color: #fff;
}
.text-white .content a:hover {
    color: var(--bs-theme-color);
}
.text-white ul li::before{
    background: #fff !important;
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p {
    margin-bottom: 1.2rem;
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}
iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
    margin: 25px auto;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 22px 15px 0px;
}
.aligncenter, div.aligncenter {
    width: 100% !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
video {
    width: 100%;
    display: block;
}
.wp-video {
    margin: 30px 0;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
    color: var(--bs-darkblack);
    font-family: var(--font-OpenSans);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.h2 .h2, h2, .heading {
    color: var(--bs-theme-color);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: none;
}
.sub-heading {
    font-family: var(--font-Cinzel);
    font-size: 25px;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 12px;
}
.bg-grey{
    background: #F4F4F4;
}
/*============ 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: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.html5lightbox .play-icon svg {
    width: 110px;
    height: 110px;
}
.html5lightbox:hover .play-icon svg circle {
    fill: var(--bs-secondary-color);
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Slick Arrow CSS =================*/
.slick-btn-custom {
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.slick-btn-custom .slick-arrow {
    width: 52px;
    height: 52px;
    background: none;
    border: 1px solid var(--bs-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 52px;
}
.slick-btn-custom .slick-arrow svg, .slick-btn-custom .slick-arrow img {
    width: 20px;
    height: 20px;
}
.slick-btn-custom .slick-arrow:hover {
    background: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}
.slick-btn-custom .slick-arrow svg {
    stroke: #051223;
}
.slick-btn-custom .slick-arrow:hover svg {
    stroke: #fff;
}
/*================ Slick Arrow CSS END =================*/

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

/*==================== Common CSS ====================*/
.space-pd {
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-mr {
    margin-top: 100px;
    margin-bottom: 100px;
}
.btn {
    background: #fff;
    color: var(--bs-secondary-color);
    border: 1px solid var(--bs-secondary-color);
    font-family: var(--font-OpenSans);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    gap: 0 10px;
}
.btn svg, .btn img {
    width: 18px;
    height: 18px;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, :not(.btn-check)+.btn:active {
    background: var(--bs-secondary-color);
    color: var(--bs-white);
    border-color: var(--bs-secondary-color);
    text-shadow: none;
}
.btn:hover svg, .btn:hover img,
.btn:focus svg, .btn:focus img,
.btn:active svg, .btn:active img,
:not(.btn-check)+.btn:active svg, :not(.btn-check)+.btn:active img {
    stroke: #fff;
}
.btn-black {
    background: var(--bs-darkblack);
    color: var(--bs-white);
    border-color: var(--bs-darkblack);
}
.btn-black:hover, .btn-black:focus, .btn-black:active, :not(.btn-check)+.btn-black:active,
.btn-check:checked+.btn-black, .btn-black.active, .btn-black:first-child:active, :not(.btn-check)+.btn-black:active {
    background: var(--bs-white);
    color: var(--bs-darkblack);
    border-color: var(--bs-white);
}
.white-hover:hover, .white-hover:focus, .white-hover:active, :not(.btn-check)+.white-hover:active,
.btn-check:checked+.white-hover, .white-hover.active, .white-hover:first-child:active, :not(.btn-check)+.white-hover:active {
    background: var(--bs-white);
    color: var(--bs-theme-color);
    border-color: var(--bs-white);
}
.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.btn-grp .btn {
    gap: 10px;
    text-decoration: none;
}
/*==================== Common CSS END ====================*/

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

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

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

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    background-color: var(--bs-lightblack);
    background-position: center;
    background-size: cover;
    min-height: 575px;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.page-banner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 1.05%, rgba(0, 0, 0, 0) 100%);
}
.page-banner .page-banner-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 1.2;
    color: var(--bs-white);
    position: relative;
    text-align: center;
}
.breadcrumbs-block {
    padding: 15px 0;
    background: #efefef;
}
#breadcrumbs {
    text-transform: capitalize;
    color: var(--bs-darkblack);
    font-weight: 500;
}
#breadcrumbs a{
    color: var(--bs-theme-color);
}
#breadcrumbs a:hover {
    color: var(--bs-darkblack);
}
/*==================== Inner page Banner CSS END ====================*/

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

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 0;
    justify-content: center;
}
.star-rating svg, .star-rating img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}
.star-rating svg:last-child{
    margin-right: 0;
}

/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999999;
    top: 0px;
    width: 100%;
    position: fixed;
    transition: all ease-in-out .4s;
}
header.sticky-header {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.main-header .inner-search-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 15px;
}
.translate-cta img {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    object-fit: contain;
}

.logo-bar {
    background: #fff;
    padding: 20px 0;
}
.header-logo img, .header-logo svg {
    max-width: 100%;
}
.menu-bar {
    background: var(--bs-theme-color);
}




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

.header-search-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-search-block .search {
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    padding: 10px 20px;
    line-height: normal;
    height: 52px;
}
.header-search-block #site-searchs {
    height: 52px;
    padding: 0;
    line-height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search-block #site-searchs svg, .header-search-block #site-searchs svg path {
    stroke: #E5E5E5;
}

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

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

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

.menu-top li.menu-cart:hover a {
    color: #fff;
}
.menu-top li.menu-cart a::before {
    display: none;
}
/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: var(--bs-darkblack);
    color: var(--bs-white);
    padding-top: 90px;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.footer-logo svg, footer-logo img {
    width: 100%;
}
.footer-heading {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.footer-menu li {
    margin-bottom: 20px;
    display: block;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.5;
}
.footer-menu li a:hover, .footer-menu li.current-menu-item a {
    color: var(--bs-secondary-color);
}

.home-contact-sec .content-block {
    margin-bottom: 150px;
}
.nap-address-col {
    display: flex;
    justify-content: center;
}
.nap-loop-col {
    margin-bottom: 30px;
}
.nap-loop-col:last-child {
    margin-bottom: 0px;
}
.nap-address {
    position: relative;
    line-height: 2.1;
    padding-left: 0;
    margin-bottom: 20px;
}
.nap-address svg, .nap-address img {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.nap-address .direction-link {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: normal;
}
.nap-address .direction-link:hover{
    color: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
}
.nap-contact {
    margin-bottom: 30px;
    position: relative;
    padding-left: 45px;
}
.nap-contact .title {
    line-height: 1;
}
.nap-contact.nap-phno a {
    font-weight: bold;
    font-size: 22px;
}
.nap-contact:last-child {
    margin-bottom: 0;
}
.nap-contact a {
    color: #616161;
}
.nap-contact svg, .nap-contact img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    fill: var(--bs-theme-color);
}
.nap-contact svg, .nap-contact svg path {
    fill: var(--bs-theme-color);
}
.nap-contact a:hover{
    color: var(--bs-theme-color);
}
.nap-row {
    display: flex;
    gap: 0 50px;
}
.map-block iframe {
    height: 250px;
    border-radius: 12px;
}

.sociallink {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 0 25px;
}
.sociallink li {
    display: block;
}
.sociallink li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sociallink li a svg, .sociallink li a img {
    width: 20px;
    height: 20px;
    fill: var(--bs-secondary-color);
}
.sociallink li a:hover svg {
    fill: #fff;
}


.copyright {
    margin-top: 80px;
    position: relative;
}
.copyright a {
    color: #fff;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.copyright a:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0;
}
.copyright a:hover{
    color: var(--bs-theme-color);
}
/*==================== Footer CSS END ====================*/

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


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

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

/*==================== Default Page CSS ====================*/
/*.globel-search-result .loop-col {
    margin-bottom: 30px;
    background: #efefef;
    padding: 20px 20px;
    border-radius: 15px;
}*/
.globel-search-result .post-content {
    margin: 0;
    padding: 30px 30px;
    width: 100%;
}
.fullwidth-content {
    max-width: 100%;
}
.fullwidth-page .default-content {
    max-width: 100%;
    padding: 0;
}
.default-content h1, .post-default-content h1 {
    font-size: 60px;
    font-weight: 500;
}
.default-content h2, .post-default-content h2 {
    font-size: 50px;
    font-weight: 500;
}
.default-content h3, .post-default-content h3 {
    font-size: 36px;
    font-weight: 500;
}
.default-content h4, .post-default-content h4 {
    font-size: 30px;
    font-weight: 500;
}
.default-content h5, .post-default-content h5 {
    font-size: 24px;
    font-weight: 500;
}
.default-content h6, .post-default-content h6 {
    font-size: 20px;
    font-weight: 500;
}
blockquote {
    border-left: 5px solid var(--bs-theme-color);
    margin: 25px 0;
    display: block;
    position: relative;
    margin-top: 40px;
    background: #f2f2f2;
    padding: 30px 20px;
    font-weight: 400;
    font-style: italic;
}
.default-content iframe {
    height: 500px;
}
.list-style ul {
    margin-bottom: 15px;
    /*    padding-left: 20px;*/
}
.list-style ul:last-child {
    margin-bottom: 0px;
}
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}
.list-style ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}
.list-style ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 12px;
    background-image: url(../img/bullet-arrow.svg);
    background-size: 15px;
    background-repeat: no-repeat;
}
.white-list-style ul li::before{
    background: var(--bs-white);
}
/*.list-style ul li a, .list-style ol li a, .page-content a, .postlist-single a {
    text-decoration: underline;
}
.list-style ul li a:hover, .postlist-single a:hover, .list-style ol li a:hover, .page-content a:hover {
    text-decoration: none;
}*/
.list-style ol {
    list-style-type: none;
    counter-reset: list-counter;
    margin: 0 0 20px;
    padding: 0;
}
.list-style ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: list-counter;
    margin-bottom: 5px;
}
.list-style ol li:last-child {
    margin-bottom: 0;
}
.list-style ol li::before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
}
.default-content a, .post-default-content a {
    text-decoration: none;
}
.default-content a:hover, .post-default-content a:hover {
    text-decoration: none;
}

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

/*====== Accordion CSS ======*/
.accordion-item {
    border: none;
    border-radius: 30px !important;
    background: #fff;
    margin-bottom: 25px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-button {
    font-size: 22px;
    color: var(--bs-lightblack);
    border-radius: 30px !important;
    background-color: #f6f6f6;
    padding: 25px 90px 25px 25px;
    line-height: 1.4;
    font-weight: 600;
    border: none;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-lightblack);
    background-color: #fff2f4;
    border: 1px solid #F02036;
    border-bottom: none;
    box-shadow: none;
    border-radius: 30px 30px 0 0 !important;
}
.accordion-body {
    margin: 0;
    padding: 0px 25px 25px;
    background: #fff2f4;
    border-radius: 0 0 30px 30px;
    border: 1px solid #F02036;
    border-top: none;
}
.accordion .list-style ul li {
    padding-left: 22px;
}
.accordion .list-style ul li::before {
    background-image: none;
    background-color: #272727;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}
.accordion-button::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 55px;
    height: 55px;
    right: 20px;
    color: #fff;
    background-image: url(../img/arrow-accordion.svg);
    background-color: #000;
    background-size: 25px;
    transform: translateY(-50%) rotate(-30deg);
    background-position: center;
    border-radius: 55px;
}
.accordion-button:not(.collapsed)::after {
    border: none;
    background-color: var(--bs-theme-color);
    transform: rotate(0deg) translateY(-50%);
    background-image: url(../img/arrow-accordion.svg);
}
.collapsing {
    transition: height .5s ease;
}
/*====== Accordion CSS END ======*/


/*======== Home Page CSS ========*/
.home-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: auto !important;
    background-color: var(--bs-theme-color);
    padding-top: 70px;
    padding-bottom: 100px;
}
.home-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(6, 41, 95, 0.63);
    width: 100%;
    height: 100%;
}
.home-banner .container {
    position: relative;
    z-index: 99;
}
.home-banner .banner-heading {
    color: var(--bs-white);
    font-family: var(--font-OpenSans);
    font-weight: 700;
    font-size: 66px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: none;
}
.home-banner .bottom-tagline {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    margin-top: 50px;
}
.banner-grp-img {
    max-width: 660px;
}
.banner-form {
    background: rgba(255, 255, 255, 0.12);
    padding: 40px 40px;
    border-radius: 10px;
}
.banner-form-heading {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.banner-form .wpcf7 .form-group > label {
    margin-bottom: 8px;
    line-height: normal;
    color: var(--bs-white);
}
.banner-form .form-control {
    padding: 15px 15px;
    color: var(--bs-darkblack);
    background-color: #fff;
    border: 1px solid #DBDBDB;
}
.banner-form textarea.form-control {
    height: 130px;
}
.banner-form .submit-btn {
    width: 100%;
}
.banner-form .submit-btn input[type="submit"] {
    width: 100%;
    border-radius: 7px;
    background: var(--bs-secondary-color);
    border-color: var(--bs-secondary-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    padding: 13px 10px;
}
.banner-form .submit-btn input[type="submit"]:hover {
    background: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
    color: #fff;
}


.home-result-sec {
    position: relative;
}
.home-result-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #092857;
}
.home-result-sec .container {
    position: relative;
}
.home-result-sec .inner-item {
    background: #fff;
    padding: 35px 30px;
    border-radius: 13px;
    box-shadow: 0px 5px 32px 0px transparent;
    border: 2px solid rgba(201, 201, 201, 1);
    transition: all ease-in-out .5s;
}
.home-result-sec .inner-item:hover {
    border-color: transparent;
    box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.14);
}
.case-amount {
    font-weight: 600;
    font-size: 84px;
    line-height: 1;
    color: #9D813A;
    margin-bottom: 20px;
}
.case-amount-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #092857;
    margin-bottom: 20px;
}
.case-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #092857;
}

.bg-sec {
    position: relative;
}
.bg-sec::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 67%;
    width: 100%;
    background-size: cover;
    background-position: left center;
    background-image: url(../img/bg-img-two-sec.png);
}
.home-content-sec .left-img {
    border: 2px solid #C9C9C9;
    border-radius: 0 13px 13px 0;
    display: block;
    border-left: 0;
}
.home-content-sec .right-img {
    border: 2px solid #C9C9C9;
    border-radius: 13px 0 0 13px;
    display: block;
    border-right: 0;
}


.real-client-slider .slick-list {
    padding-right: 22%;
}
.real-client-slider .slick-track {
    display: flex;
    gap: 0 30px;
}
.real-client-slider img {
    border: 2px solid #C9C9C9;
    border-radius: 13px;
}

.home-clients-sec .slick-btn-custom {
    justify-content: end;
    padding-right: 23%;
    margin-top: 50px;
}


.home-partners-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--bs-theme-color);
}

.video-slider-sec {
    background-size: cover;
    background-position: center;
    background-color: #ECEDF1;
    overflow: hidden;
}
.home-video-slider {
    margin-top: 70px;
}
.home-video-slider .video-poster {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.home-video-slider .slick-list {
    padding: 0 25%;
}
.home-video-slider .slick-track {
    display: flex;
    gap: 0 60px;
}

.large-content {
    color: var(--bs-theme-color);
    font-size: 24px;
}
.pa-lists {
    margin-top: 50px;
}
.pa-lists .inner-item {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.pa-lists .inner-item img, .pa-lists .inner-item svg {
    height: 80px;
    margin: 0 auto 12px;
    display: block;
    width: 80px;
}
.pa-lists .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: var(--bs-theme-color);
}
.pa-lists .inner-item:hover {
    transform: scale(1.1);
}


.home-testimonial-sec {
    background-color: #171D33;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/*.home-testimonial-sec::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    top: 200px;
    background: rgba(255, 255, 255, 0.24);
}
.home-testimonial-sec::after {
    position: absolute;
    content: "";
    left: 30%;
    width: 1px;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.24);
}*/
.testimonial-slider {
    margin-top: 40px;
}
.home-testimonial-sec .featured {
    width: 100%;
    border-radius: 10px;
}
.home-testimonial-sec .quote-content {
    font-family: var(--font-Cinzel);
    font-weight: 400;
    font-size: 22px;
    line-height: 2.2;
}
/*.home-testimonial-sec .quote-content .content{
    width: calc(100% - 158px);
}*/
.home-testimonial-sec .qoute-icon {
    width: 98px;
    height: 75px;
    margin-bottom: 15px;
}
.home-testimonial-sec .author {
    font-weight: 600;
    font-size: 24px;
    color: var(--bs-secondary-color);
    line-height: 1.4;
    margin-top: 30px;
}
.home-testimonial-sec .slick-btn-custom .slick-arrow {
    border: 1px solid #fff;
    background: none;
}
.home-testimonial-sec .slick-btn-custom .slick-arrow svg {
    stroke: #fff;
}
.home-testimonial-sec .slick-btn-custom .slick-arrow:hover {
    border: 1px solid #9D813A;
    background: #9D813A;
}
.home-testimonial-sec .slick-btn-custom .slick-arrow:hover svg {
    stroke: #fff;
}
.home-testimonial-sec .slick-list {
    padding: 0 18%;
}
.home-testimonial-sec .slick-track {
    display: flex;
    gap: 0 60px;
}
.home-testimonial-sec .slick-item {
    opacity: 0.6;
}
.home-testimonial-sec .slick-current.slick-active{
    opacity: 1;
}

.home-badge-sec {
    background: #f2f2f2;
    padding: 50px 0;
}
.home-badge-slider {
    margin-top: 30px;
}
.home-badge-slider .slick-slide {
    border: 1px solid #ddd;
    padding: 10px 10px;
}
.home-badge-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.home-badge-slider .slick-slide img {
    display: block;
    margin: 0 auto;
    height: 120px;
    object-fit: contain;
    object-position: center;
}
.home-badge-sec .slick-btn-custom {
    justify-content: center;
    margin-top: 30px;
}

.community-lists {
    margin-top: 60px;
}
.community-lists .item-card {
    height: 524px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    border: 2px solid #C9C9C9;
    border-radius: 13px;
}
.community-lists .item-card .content-box {
    background: #fff;
    box-shadow: 0px 5.33px 32px 0px rgba(0, 0, 0, 0.14);
    border-radius: 13px;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 30px 30px;
    padding-right: 70px;
    position: relative;
}
.community-lists .item-card .read-more {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}
.community-lists .item-card .read-more svg, .community-lists .item-card .read-more img {
    width: 24px;
    height: 24px;
}
.community-lists .item-card .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: var(--bs-theme-color);
}
.community-lists .item-card .content {
    font-weight: 400;
    line-height: 1.8;
    color: var(--bs-theme-color);
}

.home-cta-sec {
    background-size: cover;
    background-position: center;
    padding: 0px 0;
}
.home-cta-sec .heading span {
    color: #FBB312;
}

.header-cta-btn {
    padding: 13px 20px;
    border-radius: 40px;
    background: var(--bs-theme-color);
    border-color: var(--bs-theme-color);
    color: #fff;
    font-size: 18px;
    align-items: center;
    display: flex;
    line-height: normal;
}
.header-cta-btn svg, .header-cta-btn img {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-top: 2px;
}
.header-cta-btn:hover {
    background: none;
    color: var(--bs-secondary-color);
}
.header-cta-btn:hover svg {
    fill: var(--bs-secondary-color);
}


.map-sec iframe {
    display: block;
    height: 600px;
}

/* Community Page CSS */
.event-list-wraper {
    overflow: hidden;
}
.event-list-wraper .event-loop-sec:nth-child(2n) {
    background: #f2f2f2;
}
/* Community Page CSS END */

.about-content-two {
    position: relative;
}
.about-content-two::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 35%;
    background: #06295F;
    height: 100%;
    z-index: -1;
}

.about-video-sec {
    position: relative;
}
.about-video-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: #E7E9ED;
    height: 80%;
    z-index: -1;
}

.pa-page .item-card {
    position: relative;
    display: block;
}
.pa-page .item-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 41, 95, 0) 0%, #06295F 100%);
    height: 70%;
}
.pa-page .item-card img {
    height: 300px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.pa-page .item-card .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    left: 0;
    width: 100%;
    padding: 20px 15px;
}