body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter';
    color: #333;
    font-weight: 400;
    line-height: 30px;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}

.relative {
    position: relative
}

a {
    color: #32463B;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #32463B;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Inter';
    font-weight: 600
}

.text-90 {
    font-size: 70px;
    line-height: 100%;
}

h1,
.h1 {
    font-size: 58px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 44px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 32px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container.wide {
    max-width: 1400px
}

.container {
    max-width: 1240px
}

.container.medium {
    max-width: 1180px;
}

.container.smalls {
    max-width: 1100px
}



.section-heading .heading {
    font-weight: 600
}

.section-heading .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    display: block
}

.bg_dark {
    background: #182232
}

.bg_orange {
    background: #f98a15
}

.bg_gray {
    background: #efefef
}

.bg_black {
    background: #333
}

.text_white,
.text_white>* {
    color: #fff !important;
}

.text_orange,
.text_orange>*,
.text-white .text_orange * {
    color: #f98a15 !important;
}

.text_dark {
    color: #333 !important;
}

.relative {
    position: relative;
    z-index: 1
}

.height_100vh {
    height: 100vh
}

.align-center {
    display: flex;
    align-items: center
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    padding: 11px 30px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    text-decoration: none !important;
}

.cta-btn span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
    transition: all 0.4s
}

.btn_default {
    background: #f98a15;
    border-color: #f98a15;
    color: #fff;
    text-decoration: none !important;
}

.btn_default:hover {
    background: #db7810;
    border-color: #db7810;
    color: #fff
}

.btn_default:hover span {
    background: #fff;
    color: #f98a15;
    transform: translateX(5px)
}

.btn_blue {
    background: #182232;
    color: #fff;
    border-color: #182232
}

.btn_blue:hover {
    background: #f98a15;
    border-color: #f98a15;
    color: #fff
}

.btn_blue:hover span {
    background: #fff;
    color: #f98a15;
    transform: translateX(5px)
}

.group-btn .cta-btn {
    margin: 0 5px
}

.bottom-action {
    padding: 35px 0
}

.bottom-action .cta-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0
}

.bottom-action .cta-btn span {
    transition: 0.3s ease
}

.bottom-action .cta-btn:hover span {
    background: #fff;
    color: #f98a15;
    transform: translateX(3px)
}

.white_bg {
    background: #fff
}

.bottom-action.white_bg .cta-btn,
.bottom-action.bg_white .cta-btn {
    color: #000
}

.bottom-action.white_bg .cta-btn span,
.bottom-action.bg_white .cta-btn span {
    border-color: #f98a15;
    color: #f98a15
}

.bottom-action.white_bg .cta-btn:hover span,
.bottom-action.bg_white .cta-btn:hover span {
    background: #f98a15;
    color: #fff
}

.relative {
    position: relative;
    z-index: 9
}

.custom-arrows {
    display: flex;
    align-items: center;
    gap: 20px
}

.custom-arrows>div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer
}

.custom-arrows>div:hover {
    background: #333;
    color: #fff
}

.section-action {
    margin-top: 50px
}

.column_two {
    column-count: 2
}

.column_three {
    column-count: 3;
}

/*Header CSS*/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.logged-in .header-area {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .logged-in .header-area {
        top: 46px;
    }
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mainmenu ul li {
    display: inline-block;
    margin: 0 15px;
}

.header-top {
    position: relative
}

.mainmenu ul li .megamenu {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #efefef;
    left: 0;
    z-index: 9;
    box-shadow: 0 5px 12px rgba(20, 20, 20, .15);
    display: none;
    transition: all 0.4s;
}

.mainmenu ul li.menu-item-has-children.active .megamenu {
    display: block
}

.mainmenu ul li .megamenu .inner {
    padding: 20px 0
}

.megamenu-cta {
    background: #182232;
    padding: 25px 0;
}

.megamenu-cta .title {
    font-size: 26px;
    margin-right: 20px
}

.mainmenu ul li .megamenu.style1.tabs .megamenu-tabs li {
    display: block;
    margin-bottom: 20px
}

.megamenu-tabs li button {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: normal;
    padding: 0
}

.megamenu-tabs li button.active {
    border-bottom: 1px solid #333
}

.header-area .megamenu-cta .cta-btn {
    padding: 7px 18px;
    font-size: 13px;
    min-width: inherit;
    display: flex;
    align-items: center;
    color: #fff;
    line-height: normal;
}

.header-area .megamenu-cta .cta-btn span {
    border-color: #fff
}

.header-area .megamenu-cta .cta-btn em {
    top: 1px
}

.mainmenu ul li a {
    display: block;
    color: #182232;
    font-size: 15px;
    padding: 22px 20px 22px;
    font-weight: 500;
    position: relative
}

.mainmenu ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>');
    transform: translateY(-50%);
}

.mainmenu ul li.menu-item-has-children:hover>a::after {
    transform: translateY(-50%) rotate(180deg)
}

.mainmenu ul li .megamenu.style1 .inner ul {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.mainmenu ul li .megamenu.style1 .inner li a,
.tab-menu-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding: 0
}

.mainmenu ul li.menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}

.tab-menu-box .actions {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center
}

.mainmenu ul li .megamenu.style1 .inner .tab-menu-box .cta-btn {
    padding: 3px 9px;
    font-size: 12px;
    min-width: inherit;
    display: inline-flex;
    align-items: center;
    color: #fff;
    line-height: normal;
}

.mainmenu ul li .megamenu.style1 .inner .tab-menu-box .cta-btn span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 10px;
}

.mainmenu ul li .megamenu.style1 .inner .tab-menu-box a.view-cta {
    font-size: 12px !important;
    text-decoration: underline;
    font-weight: 400 !important;
}

.mainmenu ul li .megamenu.style1 .inner .tab-menu-box .actions {
    margin-top: 6px
}

.mainmenu ul li .megamenu.style1 .inner li a:hover {
    opacity: 0.6
}

.mainmenu ul li .megamenu.style1 .inner li a img,
.tab-menu-box img {
    min-width: 130px;
    width: 130px;
    min-height: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 17px;
}

.mainmenu ul li .megamenu.style1 .inner li {
    margin: 12px 0;
}

.megamenu-tabs {
    padding-left: 15px !important
}

.menu-heading {
    margin-bottom: 20px
}

.menu-heading .title {
    font-weight: 600;
    color: #182232;
    font-size: 18px;
    text-decoration: underline;
}

.mainmenu ul li .megamenu.style1.alt li a img {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 50%;
}

.mainmenu ul li .megamenu.style1.alt li {
    margin: 5px 0
}

.mainmenu ul li .megamenu.style1.alt li a {
    padding: 8px;
    border-radius: 10px
}

.mainmenu ul li .megamenu.style1.alt li a:hover {
    background: #ddd;
    opacity: 1
}

.mainmenu ul li .megamenu .text p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px
}

.site-logo {
    width: 160px
}

.header-area .cta-btn {
    padding: 8px 20px;
    font-size: 14px;
    min-width: 150px
}

.header-area .header-search {
    color: #333;
    background: #efefef;
    font-weight: 500;
    min-width: 150px;
    text-align: left;
    justify-content: flex-start;
    margin-right: 15px
}

.header-navigation .mainmenu {
    margin-left: 50px
}

.header-top {
    background: #fff
}

.header-bottom {
    text-align: center;
    padding: 12px 0;
    background: #182232
}

.header-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #f98a15;
    line-height: normal;
    padding-right: 12px;
}

.header-bottom ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

.header-bottom ul li a {
    color: #f98a15;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px
}

.header-bottom ul li a:hover {
    opacity: 0.6
}

.header-bottom ul li a img {
    width: 18px;
}

.header-bottom ul li a span {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f98a15;
    border-radius: 50%;
    font-size: 11px;
}

.header-bottom ul li a span em {
    position: relative;
    top: -1px
}

.header-bottom ul li.call-link a {
    color: #fff
}

.search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .6);
    z-index: 9999;
    transition: all 250ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0
}

.search-wrapper.active {
    opacity: 1;
    visibility: visible
}

.search-wrapper .inner {
    padding: 50px 30px 30px;
    background: #fff;
    width: 750px;
    max-width: 80%;
    box-shadow: 0px 0 50px rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: relative
}

.search-wrapper .close-search {
    position: absolute;
    top: 9px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.4;
}

.search-wrapper .close-search:hover {
    opacity: 1
}

.search-wrapper .inner input {
    border: 1px solid #ddd;
    font-size: 18px;
    border-radius: 2px;
    letter-spacing: .5px;
    padding: 10px 20px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
}


/*Hero CSS*/
.hero-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    display: flex;
    align-items: flex-end
}

.hero-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: #000;
    opacity: .5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%);
}

.hero-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    object-position: top
}

.hero-inner {
    position: relative;
    z-index: 11;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

.hero-heading {
    font-weight: 600;
    font-size: 120px;
    line-height: 98px;
    margin-bottom: 30px
}

.hero-vdo-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    overflow: hidden
}


/*Counter CSS*/
.counter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
    object-fit: cover;
}

.counter-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.counter-about-text .title {
    color: #f98a15;
    position: relative;
    display: inline-block
}

.counter-about-text .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f98a15;
    left: 0;
    bottom: 0
}

.counter-about-text p {
    font-size: 16px
}

.counter-about .single-counter-box {
    margin: 40px 0
}

.counter-about .single-counter-box span:not(.counter) {
    font-size: 54px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 100%
}

.counter-about .single-counter-box p {
    color: #f98a15;
    font-weight: 700;
    line-height: normal
}

.service-counter .col-lg-4 {
    padding: 0 80px;
    border-right: 1px solid #f98a15
}

.service-counter .col-lg-4:last-child {
    border-right: 0
}

.service-counter.bg_white .col-lg-4 {
    border-right: 1px solid #f98a15
}

.service-counter.bg_white .col-lg-4:last-child {
    border-right: none
}

.service-counter .row {
    --bs-gutter-x: 160px
}

.service-counter-bg {
    background: #182232;
}

.service-counter-box {
    display: flex;
    flex-direction: column
}

.service-counter .inner span:not(.counter) {
    color: #f98a15;
    font-size: 70px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: 100%
}

.service-counter .inner p {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.service-counter .inner.text_dark p {
    color: #333
}

.contact-now .heading {
    color: #fff;
    margin-bottom: 50px
}

.contact-now-action {
    display: flex;

}

.contact-now-action .call {
    display: flex;
    align-items: center;
}

.contact-now-action a {
    color: #fff;
    font-size: 18px
}

.contact-now-action .click {
    margin-right: 20px;
    text-decoration: underline
}

.contact-now-action .click:hover,
.contact-now-action .call:hover {
    color: #f98a15;
}

.contact-now-action .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    border-radius: 50%
}

.contact-status .title {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 22px;
}

.contact-status .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -10px
}

.contact-status .title img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.contact-status p {
    color: #fff
}

/*Video + Text*/
.video-box {
    padding-top: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f98a15;
}

.video-box video {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 100%;
    display: flex;
    object-fit: cover;
    width: 100%;
    object-position: top
}

.video-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: #111;
    opacity: .5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
}

.video-box span {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 14px;
    z-index: 3;
    color: #fff;
    font-weight: 400;
}

.video-list {
    margin-bottom: 40px;
}

.video-list:last-child {
    margin-bottom: 0
}

.video-list .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}

.video-bg>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 5%
}

.video-list-flex {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    list-style: none !important
}

.video-list-flex li {
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    color: #333;
    margin-left: 0;
    padding-left: 0 !important
}

.video-list-flex li::before {
    display: none !important
}

.border_bottom span {
    border-bottom: 2px solid #f98a15
}

.video-list-flex li:first-child {
    border: none
}

.inner-min-content {
    width: 60%
}

.video-list-flex li .left {
    font-size: 20px;
    min-width: 120px;
    color: #f98a15;
    font-weight: 600;
}

.video-list-area {
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}


.content-video {
    position: relative;
    z-index: 1
}

.content-video.style1 {
    min-height: 650px
}

.content-video.style1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 22;
    text-align: center;
    line-height: normal
}

.play-btn img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px
}

.play-btn span {
    color: #fff;
    font-weight: 500
}

.content-video.style1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: #000;
    opacity: .5;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
}

.video-inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    z-index: 11;
    color: #000;
    line-height: normal;
    width: 70%;
    gap: 20px;
}

.video-inner-content p {
    margin: 0
}

.video-inner-content img {
    height: 50px
}

.inner-animated-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
}

.inner-top-content,
.inner-bottom-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    transition: all 0.6s ease;
}

.inner-top-content {
    width: 60%;
}

.inner-top-content {
    opacity: 1;
    transform: translateY(-50%) translateY(0);
}

.inner-bottom-content {
    transform: translateY(540px);
}

.video-list-area.active .inner-top-content {
    transform: translateY(-1000px);
}

.video-list-area.active .inner-bottom-content {
    transform: translateY(-50%) translateY(0);
}

/*Testimonial*/
.testimonial-upper {
    padding-bottom: 40px
}

.testimonial-upper .heading span {
    color: #f98a15
}

.testimonial-upper .section-heading p {
    color: #000;
    font-weight: 600;
    font-size: 18px
}

.testimonial-upper-text .small-text {
    font-size: 14px
}

.testimonial-upper-text .count {
    font-size: 60px;
    font-weight: 600;
    color: #f98a15;
    margin-top: 30px;
    display: block;
    line-height: 120%
}

.testimonial-video-slider .video-slider-box {
    position: relative;
    display: block;
    height: 700px;
}

.testimonial-video-slider .video-slider-box .inner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.testimonial-video-slider .video-slider-box:hover .inner {
    opacity: 1;
    visibility: visible
}

.testimonial-video-slider .video-slider-box .inner .action img {
    width: 86px !important;
    height: 86px !important;
    margin: 0 auto 20px;
}

.testimonial-video-slider .video-slider-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.testimonial-video-slider .slide {
    padding: 0 10px
}

.testimonial-video-slider .slick-list {
    margin-left: -100px;
    margin-right: -100px
}

.testimonial-box .title {
    font-size: 28px;
    line-height: 38px;
}

.testimonial-meta {
    margin-top: 40px
}

.testimonial-meta .author {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-meta .author:before {
    content: "—";
}

.testimonial-meta .review-stars {
    margin-left: 30px;
    font-size: 14px;
    color: #f98a15;
}

.testimonial-arrow {
    margin-top: 120px
}

.testimonial-style2 {
    position: relative
}

.testimonial-style2 .testimonial-bg2 {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    object-fit: cover
}

.testimonial-style2 .strong {
    font-weight: 500;
    color: #fff
}

.testimonial-style2 .desc {
    font-weight: 400;
    color: #fff;
    margin-top: 20px
}

.testimonial-style2 .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px
}

.testimonial-style2 .meta ul li::before {
    display: none
}

.testimonial-style2 .meta ul li {
    margin-left: 0
}

.testimonial-style2 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.testimonial-style2 li {
    color: #f98a15;
    display: inline-block;
    font-size: 18px
}

.testimonial-style2 .meta span {
    color: #fff;
    position: relative;
    margin-left: 25px
}

.testimonial-style2 .meta span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    left: -25px;
    top: 50%;
}

/*Icon Teaser*/
.icon-teaser1 .section-heading span {
    color: #f98a15
}

.icon-teaser1 .section-heading .title {
    color: rgba(87, 87, 87, 0.7)
}

.teaser-box.style1 {
    padding: 20px 30px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    font-size: 16px;
    line-height: 24px;
}

.teaser-box.style1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #182232;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    border-radius: 5px;
    transition: all 0.4s ease
}

.teaser-box.style1:hover::before {
    opacity: 1;
    visibility: visible;
    height: 110%
}

.teaser-box.style1 img {
    width: 80px;
    height: 80px;

}

.teaser-box.style1 .title {
    font-size: 20px;
    margin: 15px 0;
}

.teaser-box.style1:hover .title {
    color: #fff
}

.teaser-box.style1:hover p {
    color: #fff
}

.teaser-box.style1 .cta-btn {
    opacity: 0;
    padding: 8px 20px;
    font-size: 16px
}

.teaser-box.style1:hover .cta-btn {
    opacity: 1;
    color: #fff
}

.teaser-box.style1 .slide {
    padding: 0 10px
}

.single-text-box {
    line-height: 24px;
}

.icon-teaser-slider .slick-list {
    padding-bottom: 30px;
    width: 2500px;
    padding-right: 1100px;
    margin-left: -10px
}

.icon-teaser-slider .slide {
    margin: 0 10px
}

.icon-teaser-slider {
    margin-top: 50px
}

.icon-progress {
    position: relative;
    height: 6px;
    background: #ddd;
    margin-top: 0;
    border-radius: 10px;
    flex: 1;
}

.icon-progress span {
    display: block;
    height: 100%;
    background: #333;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 10px
}

.teaser-box.style2 {
    border: none;
    background: #fff;
    height: calc(100%);
    padding: 30px
}

.teaser-box.style2 img {
    width: 80px;
    height: 80px;
    display: block
}

.teaser-box.style2 .title {
    margin: 30px 0;
    font-size: 20px
}

/*Team Css*/

.team-slider-box {
    position: relative;
    z-index: 1
}

.team-box-text {
    z-index: 11;
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    padding: 30px;
    transition: all 0.6s ease
}

.team-slider .team-details {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative
}

.team-slider .team-details::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    width: calc(100% + 30px);
    height: 1px;
    background: #f98a15;
    transform: scaleX(0);
    transition: all 0.5s ease;
    transform-origin: left;
    opacity: 0
}

.team-details .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.team-details .desc {
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    display: block;
    margin-top: 11px;
}

.team-slider .slide {
    padding: 0 10px
}

.team-slider .slick-list {
    width: 2500px;
    margin-left: -10px;
    padding-right: 1000px;
}

.team-slider {
    margin-top: 50px
}

.team-slider-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
}

.team-slider-box .cta-btn {
    opacity: 0;
    visibility: hidden;
    padding: 7px 25px;
    font-size: 14px;
}

.team-slider-box:hover .team-box-text {
    bottom: 20px
}

.team-slider-box:hover .cta-btn {
    opacity: 1;
    visibility: visible
}

.team-slider-box:hover .team-details::before {
    transform: scaleX(1);
    opacity: 1
}

.team-slider-box.style2 {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    height: 423px
}

.team-slider-box.style2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-slider-box.style2 .team-details {
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
}

.team-slider-box.style2 .team-details::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    width: calc(100% + 30px);
    height: 1px;
    background: #f98a15;
    transform: scaleX(0);
    transition: all 0.5s ease;
    transform-origin: left;
}

.team-slider-box.style2:hover .team-details::before {
    transform: scaleX(1);
}

/*Image Text*/
.image-bg-list .col-md-12.d_none {
    display: none
}

.number_list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: counter;
}

.content-text .number_list li {
    counter-increment: counter;
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 24px
}

.content-text .number_list li:last-child {
    margin-bottom: 0
}

.content-text .number_list li::before {
    content: counter(counter)".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
    color: #f98a15;
}

.number_list li .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.image-bg-list .section-heading {
    margin-bottom: 30px
}

.number_list.style4 .title {
    color: #333
}

.left-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}

.left-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.left-bg-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    background: #000;
    opacity: .5;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%);
}

.left-bg-image .text {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 70%;
    padding: 70px;
    z-index: 11
}

.left-bg-image .text h2 {
    color: #fff
}

.live {
    font-weight: 600;
    gap: 12px;
    color: #fff
}

.live .dot {
    position: relative;
    padding: 6px;
    border-radius: 100%;
    background: #18e41c;
    display: inline-block;
}

.live .dot:before {
    content: "";
    border: 1px solid #18e41c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220%;
    height: 220%;
    border-radius: 100%;
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    from {
        opacity: 1;
        width: 100%;
        height: 100%
    }

    to {
        opacity: 0;
        width: 220%;
        height: 220%
    }
}

.image-bg-list {
    min-height: 870px;
    display: flex;
    align-items: center;
}

.content-img.h-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-text.style2 {
    display: flex;
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    height: calc(100% - 30px)
}

.image-text.style2 .img-box {
    margin-right: 30px;
    min-width: 200px;
    min-height: 200px
}

.image-text.style2 .img-box img {
    width: 100%;
}

.image-text.style2 .cta-btn {
    margin-top: 15px
}

.image-text.style2 .text-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.image-text.style2 .text-box .heading {
    font-size: 20px;
    line-height: 140%
}

.img-text-slider .desc2 {
    height: 0;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 1.25s ease;
    margin-bottom: 20px
}

.team-slider-box:hover .desc2 {
    visibility: visible;
    display: block;
    opacity: 1;
    height: auto
}

.team-slider-box.style3::before {
    transition: all 0.4s
}

.team-slider-box.style3:hover:before {
    background: rgba(0, 0, 0, 0.8);
}

.content-text.style8 .full-width {
    width: 100%;
    margin-bottom: 30px
}

.content-text.style8 .small-width {
    float: right;
    width: 40%;
    margin-left: 20px
}

.content-text.style8 p a {
    text-decoration: underline;
    color: #f98a15
}

.content-text.style8 ul {
    padding: 0;
    margin: 20px 0;
    list-style: none
}

.content-text.style8 ul li {
    position: relative;
}

.content-text.style8 ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    top: 50%;
    left: 0px
}

.content-text.style8 li a {
    text-decoration: underline;
    color: #f98a15
}

.content-text.style8 li a:hover {
    text-decoration: none
}


.meta-details {
    margin-bottom: 30px
}

.meta-details .radius {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px
}

.meta-details span {
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 10px
}

.content-text.style8 ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: counter;
}

.content-text.style8 ol>li {
    counter-increment: counter;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.content-text.style8 ol>li:last-child {
    margin-bottom: 30px
}

.content-text.style8 ol>li::before {
    content: counter(counter, decimal) ".";
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #f98a15;
}

/*Faq Css*/
.faq-accordion .heading {
    margin-bottom: 50px
}


.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 0;
    background: transparent;
    border: none
}

.faq-accordion .accordion-button {
    border-radius: 5px;
    border: none !important;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 20px;
    line-height: 22px;

}

.faq-accordion .accordion-button * {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.faq-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #f98a15;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none
}

.faq-accordion .accordion-body {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 30px;
    padding-top: 0
}

.faq-accordion .accordion-body a {
    text-decoration: underline;
    color: #f98a15
}

.faq-accordion .accordion-body a:hover {
    text-decoration: none
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f98a15'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-body p {
    color: #333
}

.faq-action {
    margin-top: 50px
}

.faq-accordion {
    margin-top: 50px
}

.faq-action .cta-btn {
    padding: 0;
    color: #fff
}

.faq-action .cta-btn span {
    border-color: #f98a15;
    color: #f98a15;
    transition: all 0.4s
}

.faq-action .cta-btn:hover span {
    background: #f98a15;
    color: #fff;
    transform: translateX(5px)
}

/*Form CSS*/

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px
}

.contact-list li {
    color: #fff;
    padding-left: 50px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0
}

.contact-list li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px
}

.form-block ul {
    padding: 0;
    list-style: none
}

.form-block {
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #f98a15
}

.form-block label {
    display: none !important
}

.form-block .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}

.form-block input,
.form-block select,
.form-block textarea {
    width: 100% !important;
    height: 55px !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important
}

.form-block textarea {
    min-height: 120px !important
}

.form-block input:focus,
.form-block select:focus,
.form-block textarea:focus {
    outline: none !important;
    box-shadow: none !important
}

.form-block input::placeholder,
.form-block select::placeholder,
.form-block textarea::placeholder {
    color: #000;
    opacity: 0.5
}

.form-block .gfield--type-consent label {
    display: block !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: normal !important;
    position: relative !important;
    padding-left: 30px !important;
    margin-left: 0 !important
}

.form-block .gfield--type-consent label::before {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px !important;
    border: 1px solid #f98a15 !important
}

.form-block .gfield--type-consent input {
    display: none !important
}

.form-block .gfield--type-consent input:checked+label::before {
    background: #f98a15 !important
}

.form-block .cta-btn {
    margin-top: 20px;
    width: 100%
}

.full-width-video-bg {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -9;
    width: 100%;
    height: 100%
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(24, 34, 50, 0.7);
    z-index: -1
}

.content-text .call-to-get-start {
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    line-height: 140%;
    display: block
}

.content-text .call-to-get-start a {
    color: #f98a15
}

.content-text .call-to-get-start a:hover {
    text-decoration: underline
}

.call-to-get-start.with-underline {
    color: #f98a15;
    font-size: 18px;
    text-decoration: underline;
    line-height: 140%;
    display: block;
    font-weight: 700;
}

.call-to-get-start.with-underline:hover {
    text-decoration: none
}

.form-subscribe-top {
    margin-bottom: 30px
}

.form-subscribe-top .heading {
    font-size: 32px;
    margin-bottom: 20px
}

.form-subscribe-top p {
    font-style: italic;
    font-size: 14px
}

.form-subscribe-top p span {
    color: #e85c41
}

.form-subscribe ul {
    list-style: none;
    padding: 0
}

.form-subscribe ul li {
    margin-bottom: 15px
}

.form-subscribe label,
.form-subscribe legend {
    display: block !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    font-weight: 600 !important
}

.form-subscribe label span {
    color: #e85c41
}

.form-subscribe input,
.form-subscribe select {
    width: 100% !important;
    border: none !important;
    padding: 10px 20px !important;
    background-color: #efefef !important;
    border-radius: 8px !important;
    height: 50px !important;
    box-shadow: none !important
}

.form-subscribe textarea {
    width: 100% !important;
    border: none !important;
    padding: 10px 20px !important;
    background-color: #efefef !important;
    border-radius: 8px !important;
    min-height: 150px !important;
    box-shadow: none !important
}

.form-subscribe input[type="checkbox"] {
    padding: 0 !important;
    height: 16px !important;
    width: 16px !important;
    border-radius: 0 !important;
}

.form-subscribe select {
    line-height: 32px !important
}

.form-subscribe input:focus,
.form-subscribe select:focus {
    outline: none !important;
    box-shadow: none !important
}

.form-subscribe .gfield_radio {
    display: block !important
}

.form-subscribe .gfield_radio .gchoice {
    display: inline-block !important
}

.form-subscribe {
    padding: 30px;
    background: #fff;
    border-radius: 15px
}

.form-subscribe .checkbox-field {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;

}

.form-subscribe .ginput_container_radio input {
    display: none !important
}

.form-subscribe .ginput_container_radio label {
    position: relative !important;
    padding-left: 25px !important;
    font-weight: 400 !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important
}

.form-subscribe .ginput_container_radio label::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #efefef;
}

.form-subscribe .ginput_container_radio input:checked+label::before {
    background: #f98a15
}

.dark_form {
    background: #182232;
    color: #fff
}

.dark_form input,
.dark_form textarea,
.dark_form select {
    background-color: #fff !important
}

.dark_form label {
    color: #fff !important
}

.gform_heading {
    display: none !important
}

/*Map CSS*/
.map-box iframe {
    width: 100%;
    height: 650px
}

.map-progress {
    position: relative;
    height: 6px;
    background: #ddd;
    margin-top: 0;
    border-radius: 10px;
    flex: 1;
}

.map-progress span {
    display: block;
    height: 100%;
    background: #333;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 10px
}

.location-box {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    line-height: 18px;
    transition: all 0.4s
}

.slick-current .location-box {
    background: #f98a15;
    color: #fff
}

.location-slider .slide {
    padding: 12px
}

.location-slider .slick-list {
    width: 2500px;
    margin-left: -10px;
    padding-right: 1000px;
}

.location-box .image img {
    border-radius: 5px
}

.location-box .info {
    padding-top: 15px
}

.location-box .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.location-box .call {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-top: 10px
}

.location-box .call img {
    min-width: 22px;
    margin-right: 7px;
    width: 15px
}

.slick-current .location-box .call {
    color: #fff
}

.slick-current .location-box .call img {
    filter: brightness(0) invert(1);
}

.location-slider {
    margin-top: -150px
}

.progressbar-action {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between;
    margin-top: 30px;
    padding-left: 8px
}

.heading.card-heading {
    font-size: 32px;
    color: #f98a15;
    margin-bottom: 30px
}

.location-box .cta-btn {
    margin-top: 20px
}

.location-box.style-2 {
    margin-bottom: 30px
}

.location-box.style-2 .image {
    position: relative
}

.location-box.style-2 .image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.4s ease
}

.location-box.style-2 .image span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease
}

.location-box.style-2 .image:hover::before {
    opacity: 1;
    visibility: visible
}

.location-box.style-2 .image:hover span {
    opacity: 1;
    visibility: visible
}

.location-link.style3:hover {
    opacity: 0.7
}

.location-box.style3 {
    padding: 0;
    box-shadow: none;
    margin-top: 30px
}

.location-box.style3 iframe {
    width: 100%;
    height: 400px
}

.box-style3 {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    display: block;
    ;
    margin-top: 30px
}

.box-style3 .img-box {
    position: relative;
    overflow: hidden
}

.box-style3 .action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px
}

.box-style3 img {
    transition: all 0.4s
}

.box-style3:hover .zoom {
    transform: scale(1.1);
    opacity: 0.7
}

.box-style3:hover .action {
    transform: scale(0.9) translate(-50%, -50%);
}

.box-style3 ul {
    padding: 15px 10px;
    margin: 0;
    text-decoration: none;
}

.box-style3 ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #333;
    line-height: 100%;
    font-size: 18px;
    font-weight: 500
}

.box-style3 ul li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.box-style3:hover li {
    opacity: 0.8;
    border-right: 1px solid rgba(51, 51, 51, 0.8);
}

.blog-sidebar {
    background: #efefef;
    padding: 30px
}

.blog-sidebar .heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block
}

.blog-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-sidebar ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 7px 0
}

.blog-sidebar ul li:last-child {
    border-bottom: none
}

.blog-sidebar ul li a {
    display: block
}

.blog-sidebar ul li a:hover {
    color: #f98a15
}

.blog-sidebar .cta-btn {
    margin-top: 20px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
}

.blog-sidebar .cta-btn:hover {
    color: #fff
}

.single-blog-box {
    padding: 10px;
    border: 1px solid #f98a15;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px
}

.single-blog-box .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.single-blog-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s
}

.single-blog-box:hover img {
    transform: scale(1.1);
}

.single-blog-box .title {
    font-size: 20px;
    margin-bottom: 10px
}

.single-blog-box p {
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 160%
}

.single-blog-box .cta-btn {
    font-size: 14px;
    padding: 5px 20px;
    width: 100%;
    border-radius: 5px
}

.single-blog-box .cta-btn span {
    transition: all 0.4s
}

/*Footer CSS*/
.footer-top {
    background: #f8f8f8;
    padding: 100px 0
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-info li {
    margin-bottom: 10px
}

.footer-info li:last-child {
    margin-bottom: 0;

}

.footer-info a {
    font-weight: 500;
    font-size: 15px;
    color: #333
}

.footer-info a:hover,
.footer-social-link li a:hover {
    opacity: 0.5
}

.footer-info a em {
    color: #f98a15;
    margin-right: 10px;
    min-width: 15px
}

.footer-box .rating {
    text-align: right
}

.footer-box .rating li {
    display: inline-block;
    color: #f98a15;
    margin-left: 5px
}

.footer-box .rating li:first-child {
    margin-left: 0
}

.footer-review span,
.footer-social span {
    font-size: 14px
}

.footer-social-link li {
    display: inline-block;
    margin-left: 12px
}

.footer-social-link li:first-child {
    margin-left: 0
}

.footer-social-link li a {
    color: #f98a15;
}

.footer-social {
    margin-top: 12px
}

.footer-logo {
    width: 350px;
    margin: 0 auto;
}

.footer-copyright {
    padding: 30px 0
}

.footer-copyright p,
.footer-copyright a {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0
}

.footer-copyright .left a {
    display: inline-block;
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid #fff;

}

.footer-copyright .left a:hover,
.footer-copyright a:hover,
.footer-bottom a:hover {
    color: #f98a15
}

.footer-bottom {
    padding: 40px 0;
    font-size: 12px;
    line-height: 20px
}

.footer-bottom .text {
    width: 65%;
    margin: 0 auto
}

/*Page Banner Css*/
.banner-padding {
    padding-top: 185px
}

.about-banner .orange {
    color: #f98a15;
    font-size: 18px;
    font-weight: 600;
    opacity: 1
}

.banner-title {
    color: #f98a15;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.banner-heading {
    line-height: 120%
}

.banner-heading span {
    color: #f98a15
}

.banner-text-right p span {
    font-weight: 600;
    color: #000
}

.banner-menu {
    margin-top: 50px
}

.banner-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-menu ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #333;
    padding-right: 10px;
    line-height: 100%
}

.banner-menu ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0
}

.banner-menu ul li a:hover {
    color: #f98a15
}

.banner-menu .white-border li {
    border-right: 1px solid #fff
}

.banner-menu .white-border a:hover {
    color: #f98a15
}

.bg_dark .banner-menu li {
    color: rgba(255, 255, 255, 0.63)
}

.bg_dark .banner-menu li a {
    color: #fff
}

.bg_dark .banner-menu li a:hover {
    color: #f98a15
}

.banner-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9;
    object-fit: cover;
}

.object_top .banner-img-bg {
    object-position: top
}

.page-banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.page-banner-style2 .page-banner-overlay {
    z-index: 1
}

.page-banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1
}

.page-banner-img .banner-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 40px;
    width: 100%;
    z-index: 1
}

.page-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.banner-text-link {
    color: #f98a15;
    text-decoration: underline
}

.banner-left-img img {
    width: 100%
}

.banner-list-text {
    padding: 0;
    list-style: none
}

.banner-list-text li {
    position: relative;
    margin-left: 20px;
    line-height: 160%;
    margin-bottom: 10px
}

.banner-list-text li:last-child {
    margin-bottom: 0
}

.banner-list-text li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #f98a15;
    border-radius: 50%;
    left: -20px;
    top: 10px
}

.half-width-bg .container {
    position: relative;
    z-index: 1
}

.half-width-bg .page-banner-overlay {
    z-index: 0;
    width: 50%
}

/*Text Box Css*/
.box-style1 {
    position: relative;
    z-index: 9
}

.box-style1-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
    object-fit: cover;
    object-position: top
}

.box-style1 .heading {
    font-size: 26px;
    color: #f98a15;
    margin-bottom: 20px
}

.attorney-text p a {
    color: #f98a15;
    text-decoration: underline;
}

.attorney-text .cta-btn {
    margin-top: 30px
}

.content-text-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9;
    object-fit: cover;
    object-position: bottom
}

.content-text-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.4);
    z-index: -1
}

.content-text p a,
.content-text li a {
    color: #f98a15;
    text-decoration: underline
}

.content-text.text_white p a {
    color: #fff;
    text-decoration: underline
}

.content-text li a {
    text-decoration: underline
}

.text_white.content-text li a,
.text-white.content-text li a {
    color: #f98a15
}

.content-text p a:hover,
.text-white.content-text li a:hover,
.content-text li a:hover {
    text-decoration: none
}

.content-text ul {
    list-style: none;
    padding: 0
}

.content-text ul.row {
    margin-left: 3px;
}

.content-text ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

.content-text ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #f98a15;
    left: 0px;
    top: 10px;
    border-radius: 50%
}

.text_white.content-text ul li::before {
    background: #fff
}

.box-style2 {
    background: #fff;
    height: calc(100% - 30px);
    margin-top: 30px;
    padding: 60px
}

.box-style2 .heading {
    font-size: 26px
}

.box-style2 a {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

.box-style2 a:hover {
    color: #f98a15;
    text-decoration: none
}

.box-style2 ul {
    padding: 0;
    list-style: none
}

.box-style2 ul li {
    position: relative;
    margin-left: 20px;
    padding-left: 0
}

.box-style2 ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    left: -20px;
    top: 10px;
    border-radius: 50%
}

.content-text.style2 p a {
    color: #f98a15;
    text-decoration: underline
}

.content-text.style2 .without-underline {
    text-decoration: none
}

.content-text.style2 p span {
    font-weight: 500;
    color: #000
}

.content-text.style2 ul {
    list-style: none;
    padding: 0
}

.content-text.style2 ul li {
    position: relative;
    margin-left: 20px
}

.content-text.style2 ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #f98a15;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.content-area a:not(.cta-btn):not(.btn_default) {
    color: #f98a15;
    text-decoration: underline;
    transition: .2s all ease-in-out;
}

.content-area a:not(.cta-btn):not(.btn_default):hover {
    text-decoration: underline;
    opacity: .8;
    transition: .2s all ease-in-out;
}

.content-area .underline {
    text-decoration: underline;
    color: #fff
}

.content-area.padding40 {
    padding-top: 40px
}

.testimonial-text-box {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

.testimonial-text-box.gray {
    background: #efefef
}

.testimonial-text-box .heading {
    font-size: 20px;
    margin-bottom: 20px
}

.testimonial-text-box p {
    line-height: 150%
}

.testimonial-text-box .meta {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 10px;
    display: block
}

.testimonial-text-box .meta::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #333;
    left: -20px;
    top: 50%
}

.testimonial-text-box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.testimonial-text-box li {
    color: #f98a15;
    display: inline-block;
    font-size: 14px
}

.box-style4 .single-text-box .heading {
    font-size: 26px;
    margin-bottom: 30px;
    color: #f98a15
}

.box-style4 .single-text-box p {
    color: #000
}

.about-team-text p a {
    text-decoration: underline;
    color: #f98a15
}

.content-text.box-style5 {
    margin-top: 30px
}

.text-box.style11 {
    margin-top: 30px;
    position: relative;
    padding-left: 20px
}


.text-box.style11::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #f98a15;
    top: 12px;
    left: 0px;
    border-radius: 50%;
}

.content-text .style6 .title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    display: block
}

.content-text .style6 ul,
.content-text.style7 ul {
    padding: 0;
    list-style: none;
    padding: 0
}

.content-text .style6 ul li,
.content-text.style7 ul li {
    position: relative;
    margin-bottom: 10px
}

.content-text .style6 ul li::before,
.content-text.style7 ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #f98a15;
    top: 10px;
    left: 0px;
    border-radius: 50%;
}

.content-text .style6 ul li:last-child {
    margin-bottom: 0
}

.content-text.style7 p a {
    text-decoration: underline;
    color: #f98a15
}

/*Related Link Css*/
.related-link-guide {
    background: #f98a15
}

.related-link-guide .heading {
    color: #fff
}

.related-link-guide .link {
    list-style: none;
    padding: 0;
    margin: 0
}

.related-link-guide .link li {
    display: inline-block;
    margin: 5px 15px
}

.related-link-guide .link a {
    color: #fff;
    transition: all 0.4s ease;
    font-size: 16px;
    position: relative
}

.related-link-guide .link a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.related-link-guide .link a:hover::before {
    width: 100%;
    visibility: visible
}

.related-link-guide.bg_white {
    background: #fff
}

.related-link-guide.bg_white .heading {
    color: #333
}

.related-link-guide.bg_white .link a {
    color: #333
}

.related-link-guide.bg_white .link a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 1px;
    background: #333;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.related-link-guide .link a:hover::before {
    width: 100%;
    visibility: visible
}

.related-link-guide .heading.small {
    font-size: 32px;
    margin-bottom: 30px
}

.related-link-guide .link.style2 {
    counter-reset: counter;
}

.related-link-guide .link.style2 li {
    margin: 10px 0;
    counter-increment: counter;
    position: relative;
    padding-left: 30px;
    display: block
}

.related-link-guide .link.style2>li::before {
    content: counter(counter, decimal) ".";
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    color: #f98a15;
}

.related-link-guide .link.style2 a {
    font-size: 16px;
    font-weight: 500;
    color: #f98a15
}

.related-link-guide .link.style2 a::before {
    background: #f98a15
}

.decoration .link.style2 a::before {
    display: none
}

.decoration .link.style2 a {
    text-decoration: underline
}

.decoration .link.style2 a:hover {
    opacity: 0.6;
    text-decoration: none
}

/*Divider Css*/
.divider-logo {
    position: relative;
}

.divider-logo::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .25);
    top: 50%;
    left: 0;
    z-index: -1
}

.divider-logo img {
    margin: 0 auto;
    width: 330px;
    padding: 0 30px;
    background: #fff
}

/*Logo Slider Css*/
.logo-slider-box {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-slider-box img {
    margin: 0 auto;
    filter: grayscale(1);
    height: 102px;
    object-fit: contain;
    display: block;
}


/*Gallery Css*/
.gallery-box img {
    transition: all 0.4s
}

.gallery-box:hover img {
    opacity: 0.7
}


.content-text .video-list-flex li {
    margin-left: 0
}

/*Paginations*/

.paginations ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0
}

.paginations ul li {
    display: inline-flex;
    margin: 0 5px;
}

.paginations li a {
    color: #9D9D9D;
    opacity: 0.55;
    font-family: 'Kanit', sans-serif;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.paginations li a:hover {
    opacity: 1;
    color: rgba(249, 138, 21, 0.85);
}

.paginations .prev,
.paginations .next {
    color: #333;
    font-size: 16px;
    opacity: 1;
    width: auto;
    height: auto
}

.paginations em {
    margin: 0 9px
}

.paginations {
    margin-top: 30px;
}

/*Plain Text CSS*/
.plain-text img {
    margin: 20px 0;
    height: auto;
    width: 100%
}

.content-text ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: counter;
}

.content-text ol li {
    counter-increment: counter;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.content-text ol>li::before {
    content: counter(counter, decimal) ".";
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #f98a15;
}

.blog-d-location {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.blog-d-location span {
    margin-bottom: 15px;
    display: block
}

.content-text.section_border {
    padding-bottom: 70px;
    border-bottom: 1px solid #ddd
}

.logo-box {
    margin: 15px 0
}

.logos-inner {
    margin-bottom: 25px
}

.inner-cta {
    padding: 70px
}

.divider hr {
    margin: 0
}

.text-carousel .text-slide-box {
    padding-left: 40px;
    position: relative
}

.text-carousel .text-slide-box::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: url('/wp-content/themes/attorney/assets/css/../img/icon-star.avif') no-repeat scroll 0 0/cover;
}

.text-carousel {
    padding-bottom: 20px
}

.text-carousel .text-slide-box a {
    font-size: 14px;
    font-weight: 500
}

.text-carousel .text-slide-box a:hover {
    color: #f98a15
}

.plain-text figure img {
    width: auto;
    height: auto
}

:root :where(.wp-block-image figcaption) {
    text-align: left
}

.plain-text li a {
    color: #f98a15;
    text-decoration: underline;
}

.plain-text li a:hover {
    text-decoration: none
}

.plain-text h2 {
    font-size: 36px;
    line-height: 115%;
}

.plain-text h3 {
    font-size: 32px
}

.plain-text h4 {
    font-size: 28px
}

.plain-text h5 {
    font-size: 24px
}

.plain-text table {
    width: 100%
}

.plain-text table th,
.plain-text table td {
    padding: 10px 15px
}

.plain-text table td {
    border: 1px solid #eee
}

.plain-text table thead {
    background: #182232
}

.plain-text table thead th {
    color: #fff
}

.client-name-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 30px;
    color: #fff;
    z-index: 11;
}

.hero-area {
    padding-bottom: 120px
}

.icon-teaser-slider .slick-track {
    display: flex !important
}

.icon-teaser-slider .slide {
    height: inherit !important
}

.teaser-box.style1 {
    height: 100%
}

.gform-theme--foundation .gform_fields {
    row-gap: 15px !important
}

.form-block .cta-btn.btn_default,
.form-subscribe .cta-btn.btn_default {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 50px !important;
    padding: 11px 30px !important;
    border: 1px solid transparent !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background: #f98a15 !important;
    border-color: #f98a15 !important;
    color: #fff !important;
    transition: all 0.4s;
    width: 100% !important
}

.form-subscribe .cta-btn.btn_default {
    width: auto !important
}

.form-block .cta-btn.btn_default:hover,
.form-subscribe .cta-btn.btn_default:hover {
    background: #db7810 !important;
    border-color: #db7810 !important;
    color: #fff !important;
}

.form-block .cta-btn.btn_default em,
.form-subscribe .cta-btn.btn_default em {
    font-family: "Font Awesome 6 Free" !important
}

.form-block .cta-btn.btn_default:focus,
.form-subscribe .cta-btn.btn_default:focus {
    outline: none !important;
    box-shadow: none !important
}

.bg_dark .gform_confirmation_message {
    color: #fff !important;
}

.gform_footer {
    justify-content: center !important
}

.banner-padding {
    padding-top: 160px;
    padding-bottom: 40px;
}

.content-video.style2:hover>img {
    opacity: 0.6;
    transition: all 0.4s
}

.gravity-form-area.banner-padding {
    padding-top: 200px;
    padding-bottom: 80px;
}

.gravity-form-area.banner-padding .text-90.text_orange {
    color: #fff !important
}

.content-text.plain-text iframe {
    width: 100%
}

.bg_dark .content-text {
    color: #fff
}

.bg_dark .content-text .heading {
    color: #fff
}

.columns {
    column-count: 2
}

.banner-padding.alt {
    padding-bottom: 80px
}

.columns-four {
    column-count: 4;
}

.columns-two {
    column-count: 2;
}

.pt-20 {
    padding-top: 20px;
}

.columns-two,
.columns-three {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.column_four {
    column-count: 4
}

.plain-text img.small-width {
    width: 40%;
    float: right;
    margin-top: 0;
    margin-left: 20px;
}

.bg_dark .heading,
.bg_dark {
    color: #fff
}

.bg_dark .text_white p a {
    text-decoration: underline;
    color: #fff
}

.bg_dark .text_white p a:hover {
    text-decoration: none
}

.bg_dark .box-style2,
.bg_dark .box-style2 .heading {
    color: #333
}

.bg_gray .box-style2,
.bg_white .box-style2 {
    background: #182232;
    color: #fff;
}

.bg_gray .box-style2 .heading,
.bg_white .box-style2 .heading {
    color: #fff
}

.bg_gray .section-heading.text_white,
.bg_gray .section-heading.text_white>*,
.bg_white .section-heading.text_white,
.bg_white .section-heading.text_white>* {
    color: #333 !important
}

.bg_gray .box-style2 ul li::before,
.bg_white .box-style2 ul li::before {
    background: #fff
}

.related-link-guide .call-to-get-start.with-underline {
    color: #fff
}

.related-link-guide p {
    color: #fff
}

.bg_gray .box-style2 a,
.bg_white .box-style2 a {
    color: #fff;
}

.bg_dark p a {
    color: #f98a15;
    text-decoration: underline
}

.bg_dark p a:hover {
    text-decoration: none
}

.hero-area.style2 .hero-heading {
    font-size: 80px;
    line-height: 100%;
}

.hero-area.style2 .hero-play {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 11;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    justify-content: flex-end;
}

.hero-area.style2 a.hero-vdo-btn {
    position: inherit;
    transform: translate(0, 0);
    border-radius: 0;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    min-width: 80px;
    min-height: 80px;
}

a.hero-call {
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    color: #f98a15;
    font-weight: 700;
}

.hero-area.style2 {
    padding-bottom: 80px;
}

.hero-area.style2 .group_btn {
    display: flex;
    align-items: center;
}

a.hero-call img {
    min-width: 32px;
    width: 32px;
    margin-right: 10px;
}

.testimonial-style2 .testimonial-bg2.leftalign {
    right: auto;
    left: 0;
}

.testimonial-style2 .testimonial-bg2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content-area.alt.testimonial-style2 {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.video-card-slider .slide {
    padding: 0 15px;
    padding-bottom: 15px
}

.video-card-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.c_arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #333;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.c_arrow:hover {
    background: #333;
    color: #fff;
}

.video-card-slider .arrow-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.video-card-slider .arrow-next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.video-card-slider .box-style3 ul li {
    font-size: 16px
}

.location-slider .slick-track {
    margin-left: 0 !important
}

.page-id-4362 .block-google-map .progressbar-action {
    display: none
}

.column_two li,
.column_three li {
    break-inside: avoid
}

.blog-box h3.title {
    font-size: 22px;
    display: -webkit-box;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.4s
}

.banner-text-right p a {
    color: #f98a15;
    text-decoration: underline
}

.banner-text-right p a:hover {
    text-decoration: none
}

.blog-slider .slick-list {
    width: 2500px;
    margin-left: -10px;
    padding-right: 1000px;
}

.blog-slider .slick-track {
    display: flex !important;
}

.blog-slider .slide {
    padding: 0 10px;
    height: inherit !important;
}

a.blog-box {
    background: #fff;
    display: block;
    height: 100%
}

a.blog-box .text {
    padding: 30px;
}

.blog-box .image {
    height: 310px;
    overflow: hidden
}

.blog-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s
}

.blog-box:hover .image img {
    transform: scale(1.1)
}

.blog-slider {
    margin-top: 30px
}

.blog-box:hover .text .title {
    color: #f98a15
}

.blog-progress {
    position: relative;
    height: 6px;
    background: #ddd;
    margin-top: 0;
    border-radius: 10px;
    flex: 1;
}

.blog-progress span {
    display: block;
    height: 100%;
    background: #333;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 10px
}

.bg_dark .content-text h1,
.bg_dark .content-text h2,
.bg_dark .content-text h3,
.bg_dark .content-text h4,
.bg_dark .content-text h5,
.bg_dark .content-text h6 {
    color: #fff
}

.gform_confirmation_message {
    color: #fff !important
}

.teaser-box.style2 {
    color: #333
}

.megamenu-tabs li button:hover,
.megamenu-tabs li button.active {
    color: #333
}

.mainmenu ul li .megamenu.style1.tabs .megamenu-tabs li {
    margin-bottom: 12px
}

.footer-copyright a {
    color: #fff !important;
    text-decoration: none !important;
}

.footer-copyright a:hover {
    opacity: 0.6
}

.partial_side_tab {
    position: fixed;
    top: 50%;
    right: 0;
    transform-origin: bottom center;
    transform: translateX(50%) rotate(270deg) translateY(100%);
    background: #182232;
    height: 68px;
    z-index: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #f98a15;
    transition: all 1.25s ease;
    z-index: 11
}

.partial_side_tab.open {
    transform: translateX(50%) rotate(270deg);
}

.partial_side_tab .wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
    grid-column-gap: 12px;
    padding: 0 12px 0 24px;
    position: relative;
    overflow: visible;
}

.partial_side_tab .close {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 0;
    padding: 12px 26px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    user-select: none;
    background-color: #f98a15;
    background: #f98a15;
    color: #fff;
    text-transform: none;
    letter-spacing: .2px;
    outline: none !important;
    cursor: pointer;
    border: none;
    transition: all 1.25s ease;
}

.partial_side_tab .wrapper .content p {
    color: #fff !important;
}

.partial_side_tab.closed .wrapper button.close {
    right: 50%;
    transform: translateX(50%);
    top: -50px;
    position: absolute !important;
    padding: 10px 12px !important;
    transition: all 1.25s ease;
}

.partial_side_tab.open .wrapper button.close {
    position: absolute !important;
    top: -20px !important;
    right: 0px !important;
    padding: 10px 12px !important;
    transform: translateX(50%) rotate(90deg) !important;
}

.single-blog-box {
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-blog-box p {
    font-size: 14px
}

.single-blog-box .cta-btn {
    margin-top: 15px
}

.single-blog-box .img {
    height: 175px
}

.partial_side_tab .logo {
    transform: rotate(90deg);
}

.error-page {
    padding-top: 200px;
    background: #f1f1f1;
    padding-bottom: 140px;
}

.no-results.not-found {
    padding-left: 50px;
    padding-top: 0
}

.no-results.not-found .page-title {
    font-size: 40px
}

.no-results.not-found .searchform {
    background: #efefef;
    width: 70%;
    height: 55px;
    position: relative;
    border-radius: 50px;
}

.no-results.not-found .searchform input {
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
}

.no-results.not-found .searchform input[type="text"] {
    padding-right: 120px
}

.no-results.not-found .searchform input[type="submit"] {
    position: absolute;
    width: auto;
    right: 0;
    left: auto;
    background: #f98a15;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s
}

.no-results.not-found .searchform input[type="submit"]:hover {
    background: #db7810;
}

.page-banner-style2 .banner-menu,
.page-banner-style2 .banner-menu a,
.banner-menu.text_white a {
    color: #fff;
}

.page-banner-style2 .banner-menu a:hover,
.banner-menu.text_white a:hover,
.banner-menu .rank-math-breadcrumb a:hover {
    color: #f98a15
}

.banner-menu .rank-math-breadcrumb a {
    text-decoration: none !important
}

.banner-menu {
    font-size: 14px
}

.plain-text h2 {
    font-size: 32px;
}

.plain-text h3 {
    font-size: 30px;
}

.plain-text h4 {
    font-size: 28px;
}

.plain-text h5 {
    font-size: 26px;
}

.bg_dark .banner-menu,
.bg_dark .banner-menu a,
.bg_black .banner-menu,
.bg_black .banner-menu a,
.related-link-guide .banner-menu,
.related-link-guide .banner-menu a,
.banner-padding.relative .banner-menu,
.banner-padding.relative .banner-menu a {
    color: #fff
}

.related-link-guide .banner-menu a:hover {
    color: #333
}

.bg_gray .banner-menu,
.bg_gray .banner-menu a,
.bg_gray .banner-menu.text_white,
.bg_gray .banner-menu.text_white>*,
.bg_white .banner-menu.text_white,
.bg_white .banner-menu.text_white>*,
.bg_white .banner-menu.text_white a {
    color: #111 !important
}

.banner-padding.relative .banner-menu a:hover,
.bg_gray .banner-menu a:hover,
.bg_white .banner-menu a:hover {
    color: #f98a15 !important
}

.px_text .container {
    padding: 0 30px;
}

body.blog .page-banner-overlay,
.single-post .page-banner-overlay,
body.page-id-5959 .page-banner-overlay,
.single-post .page-banner-overlay {
    opacity: 0.1;
}

.mainmenu ul li .megamenu.active {
    display: block
}

.mainmenu ul li.menu-item-has-children.caretopen>a::after {
    transform: translateY(-50%) rotate(180deg);
}

.content-text.plain-text h1 span.small,
.content-text.plain-text h2 span.small,
.content-text.plain-text h3 span.small,
.content-text.plain-text h4 span.small,
.content-text.plain-text h5 span.small,
.content-text.plain-text h6 span.small {
    font-size: 50%;
    display: block;
    color: #575757;
    opacity: .7;
    margin: 8px 0;
}

.single-post .banner-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-area .header-search {
    color: #333;
    background: #efefef;
    font-weight: 500;
    min-width: 150px;
    text-align: left;
    justify-content: flex-start;
    margin-right: 15px;
    position: relative;
    height: 45px;
    border-radius: 50px;
    transition: all 0.4s
}

.header-area .header-search.active {
    min-width: 270px
}

.header-area .header-search label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

.header-area .header-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding-left: 37px;
}

.footer_fxd_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.bg_dark .testimonial-text-box.gray,
.bg_dark .testimonial-text-box.gray .heading {
    color: #333
}

.pt_200 {
    padding-top: 110px
}

/*REsponsive*/

.back_menu {
    display: none !important
}

#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #597264;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;

}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 36px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media only screen and (min-width: 64em) and (max-height: 900px) {

    .mainmenu ul li .megamenu.style1 .inner li a .text p {
        display: none;
    }

    .mainmenu ul li .megamenu.style1.alt li {
        margin: 0;
    }

    .mainmenu ul li .megamenu.style1:not(.alt) .inner li a img,
    .tab-menu-box img {
        min-width: 100px;
        width: 100px;
        min-height: 70px;
        height: 70px;
    }
}


/*Ipad-landscape*/
@media(max-width:1400px) {

    h1,
    .h1 {
        font-size: 50px
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 115%;
    }



    .image-text.style2 {
        display: block
    }

    .image-text.style2 .img-box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 150px
    }

    .image-text.style2 .img-box img {
        width: 100%;
    }

    .left-bg-image .text {
        bottom: 50%;
        transform: translateY(50%);
        padding: 0px 0px 0px 30px;
    }


    .left-bg-image::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        top: 0
    }

    .left-bg-image.mobile::before {
        display: none
    }

    .image-bg-list {
        min-height: inherit
    }

    .image-text.style2 .img-box {
        min-width: 130px;
        min-height: 130px;
        width: 130px
    }

    .team-slider .slick-list {
        width: auto;
        margin-left: -10px;
        padding-right: 0px;
    }

    .content-video {
        margin-bottom: 30px
    }

    .testimonial-video-slider .video-slider-box {
        height: 400px;
    }

    .counter-about .single-counter-box span,
    .counter-about .single-counter-box span:not(.counter) {
        font-size: 42px
    }

    .counter-about .single-counter-box p {
        font-weight: 500;
    }

    .counter-about .single-counter-box {
        margin-bottom: 30px
    }

    .service-counter .row {
        --bs-gutter-x: 15px
    }

    .service-counter .inner {
        text-align: center
    }

    .header-area .header-search {
        margin-right: 15px;
    }

    .header-area .header-search.active {
        min-width: 190px
    }

    .header-area .cta-btn {
        padding: 8px 14px;
        font-size: 12px;
        min-width: inherit;
    }

    .mainmenu ul li {
        margin: 0 8px;
    }

    .mainmenu ul li a {
        font-size: 14px;
        padding: 22px 15px 22px;
    }

    .site-logo {
        width: 140px;
    }

    .mainmenu ul li .megamenu.style1 .inner li a,
    .tab-menu-box {
        font-size: 14px;
        line-height: normal
    }

    .hero-heading {
        font-size: 84px;
        line-height: 76px;
    }

    .team-slider-box .cta-btn {
        line-height: normal
    }

    .text-90 {
        font-size: 60px;
    }

    .single-blog-box {
        font-size: 14px
    }

    .call-to-get-start.with-underline {
        font-size: 18px
    }
}

/*Ipad-portrait*/
@media(max-width:991px) {

    nav#menu {
        position: absolute;
        top: 53px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 53px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu>ul ul {
        overflow: hidden;
        max-height: 0;
        background: #e5e5e5;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu>ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu>ul>li {
        display: block !important;
        margin: 0 !important;
        padding: 0;
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu>ul>li>span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
        width: 100%
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu>ul>li>a {
        display: block;
        position: relative;
        padding: 11px 0px;
        color: #333;
        border-bottom: 1px solid rgba(90, 90, 90, 0.06);
        font-size: 15px;
        opacity: 1;
        font-weight: 600;
    }

    nav#menu>ul>li:last-child>a {
        border: none
    }

    .mainmenu ul li>ul {
        border: none
    }

    .mainmenu ul li.menu-item-has-children>a::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu>a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul>li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu>ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action .cta-btn {
        display: none
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    body {
        font-size: 16px;
        line-height: 26px
    }

    h1,
    .h1 {
        font-size: 50px
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 115%;
    }

    .hero-area {
        height: 480px
    }

    .hero-heading {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 100%
    }

    .hero-vdo-btn {
        width: 50px;
        height: 50px
    }

    .hero-inner {
        text-align: center;
        bottom: 0px;
    }

    .hero-inner p {
        font-size: 16px
    }

    .footer-logo {
        width: 250px
    }

    .footer-copyright {
        padding: 20px 0
    }

    .footer-copyright .right.text-end {
        text-align: center !important;
        margin-top: 10px
    }

    .footer-top {
        padding: 50px 0
    }

    .section,
    section {
        padding: 50px 0;
    }

    .content-img {
        margin-bottom: 30px
    }

    .content-img.h-100 {
        height: auto !important
    }

    .image-bg-list .col-md-12.d_none {
        display: block !important
    }

    .left-bg-image {
        display: none
    }

    .left-bg-image2 {
        position: relative;
        margin-bottom: 30px
    }


    .left-bg-image2 .text {
        position: absolute;
        bottom: 50%;
        padding: 0 20px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%
    }

    .left-bg-image2 .text .h1 {
        color: #fff
    }

    .left-bg-image2 .live {
        display: block !important
    }

    .left-bg-image2 .live .dot {
        margin-right: 5px
    }

    .number_list li .title {
        font-size: 18px;
    }



    .image-text.style2 {
        display: block
    }

    .image-text.style2 .img-box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 150px
    }

    .image-text.style2 .img-box img {
        width: 100%;
    }

    .left-bg-image2.mobile::before {
        display: none
    }

    .left-bg-image2.mobile {
        height: 450px
    }

    .left-bg-image2.mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .heading.mobile br {
        display: none
    }

    .video-box.mobile {
        margin-bottom: 30px
    }

    .video-list {
        margin-bottom: 30px
    }

    .video-list-area {
        display: block;
        height: auto;
    }

    .content-video.style1 {
        min-height: 500px
    }

    .footer-copyright {
        text-align: center
    }

    .bottom-action {
        padding: 20px 0;
    }

    .bottom-action .cta-btn {
        font-size: 18px;
        text-align: left;
    }

    .cta-btn {
        padding: 10px 15px;
        font-size: 14px
    }

    .team-slider .slide {
        padding: 0 8px
    }

    .team-slider .slick-list {
        width: auto;
        margin-left: -10px;
        padding-right: 60px;
        margin-right: -10px;
    }

    .img-text-slider .desc2 {
        display: none !important
    }

    .video-inner-content {
        width: 100%
    }

    .play-btn span {
        width: 100%;
        font-size: 14px
    }

    .testimonial-video-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .testimonial-video-slider .video-slider-box {
        height: 400px
    }

    .testimonial-upper {
        padding-bottom: 0
    }

    .testimonial-upper-text .count {
        font-size: 40px;
        margin-top: 0
    }

    .contact-now .heading {
        margin-bottom: 20px
    }



    .contact-status .title {
        margin-bottom: 20px
    }

    .counter-about .single-counter-box {
        margin-bottom: 0 !important
    }

    .counter-about-text p {
        margin-bottom: 20px
    }

    .service-counter .inner span,
    .service-counter .inner span:not(.counter) {
        font-size: 40px
    }

    .service-counter .col-lg-4 {
        padding: 0
    }

    .service-counter .inner {
        padding: 0 20px
    }

    .team-slider-box.ipad {
        margin-top: 30px !important
    }

    .accordion-button {
        padding: 10px !important;
        font-size: 14px !important
    }

    .text-90 {
        font-size: 40px
    }

    .contact-list li img {
        width: 20px;
        height: 20px;
        top: 3px
    }

    .contact-list li {
        padding-left: 40px;
        font-size: 18px
    }

    .contact-list li:last-child {
        margin-bottom: 0
    }

    .form-block {
        padding: 30px 20px
    }

    .form-block input,
    .form-block select {
        height: 40px
    }

    .page-banner-img {
        position: relative;
        width: 100%;
        height: auto
    }

    .page-banner-img .banner-menu {
        padding: 20px;
        font-size: 14px
    }

    .box-style1 .heading {
        font-size: 24px;
        margin-bottom: 10px
    }

    .box-style1 .single-text-box {
        margin-bottom: 30px
    }

    .content-area.box-style1 {
        padding-bottom: 20px
    }

    .box-style4 .single-text-box .heading {
        font-size: 24px;
        margin-bottom: 10px
    }

    .box-style4 .single-text-box {
        margin-bottom: 30px
    }

    .content-area.box-style4 {
        padding-bottom: 20px
    }

    .header-top {
        padding: 6px 0
    }

    .header-action .header-search {
        display: inline-block;
        font-size: 0;
        width: auto;
        min-width: inherit;
        padding: 0;
        background: transparent;
        margin: 0;
        line-height: normal
    }

    .header-action .header-search em {
        font-size: 20px
    }

    .translation-btn {
        display: block;
        width: 24px;
        margin-right: 16px;
    }



    .header-bottom li.visibility-common {
        border: none;
        margin: 0;
        padding: 0
    }

    .header-bottom ul li a {
        text-transform: capitalize;
        font-size: 13px
    }

    .header-bottom {
        padding: 10px 0
    }

    .header-bottom ul li a span {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
        font-size: 9px;
    }

    .megamenu-cta {
        display: none !important
    }

    .mainmenu ul li:hover .megamenu {
        display: block;
    }

    .mainmenu .megamenu {
        position: fixed !important;
        box-shadow: none !important;
        background: #e5e5e5 !important;
        top: 53px !important;
        right: auto !important;
        left: 100% !important;
        opacity: 0;
        visibility: hidden;
        height: calc(100vh - 53px);
        overflow: auto;
        opacity: 1 !important;
        visibility: visible !important
    }

    .mainmenu .megamenu.active {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    nav#menu>ul ul {
        max-height: 100%;
        overflow: auto;
    }

    .back_menu {
        display: inline-block !important;
        color: #333 !important;
        font-weight: 600 !important;
        opacity: .4;
        padding: 0 !important;
        margin-right: 6px;
        padding-right: 6px !important;
        border-right: 1px solid rgba(51, 51, 51, 0.33);
    }

    .back_menu em {
        margin-right: 5px
    }

    .menu-heading {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .menu-heading>* {
        font-size: 14px !important
    }

    nav#menu ul ul>li a {
        color: #333 !important
    }

    .mainmenu ul li .megamenu.style1 .inner li a img,
    .tab-menu-box img {
        display: none
    }

    .mainmenu ul li .megamenu .text p {
        display: none
    }

    .mainmenu ul li .megamenu.style1 .inner li {
        margin: 0;
        padding: 0
    }

    .mainmenu ul li.menu-item-has-children:hover>a::after {
        transform: translateY(-50%) rotate(-90deg);
    }

    .mainmenu ul li .megamenu.alt .col-lg-6:last-child .inner {
        padding: 0;
    }

    .mainmenu ul li .megamenu.alt .col-lg-6:first-child .inner {
        padding-bottom: 0;
    }

    .mainmenu ul li .megamenu.style1.alt li a:hover {
        background: transparent;
        opacity: 1;
    }

    .megamenu-tabs {
        display: none !important
    }

    .mainmenu ul li .megamenu.style1 .inner .tab-menu-box .actions {
        display: none
    }

    .mainmenu .tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important
    }

    .col-lg-6:last-child .menu-heading {
        display: none !important
    }

    .tab-menu-box>a {
        display: none !important
    }

    .tab-menu-box {
        display: block
    }

    .header-area .footer-social a {
        padding: 0;
        color: #f98a15;
        font-size: 20px
    }

    .header-area .footer-social li {
        margin-left: 0;
        margin-right: 15px
    }

    .header-area .footer-social li:last-child {
        margin-right: 0
    }

    .header-area .footer-social {
        text-align: center
    }

    .header-area .footer-social ul {
        text-align: center
    }

    .navCall {
        font-weight: 600;
        margin-top: 20px
    }

    .inner-bottom-content {
        transform: translateY(0px);
    }

    .video-list-area.active .inner-top-content {
        transform: translateY(0px);
    }

    .video-list-area.active .inner-bottom-content,
    .inner-top-content {
        transform: translateY(0%) translateY(0);
    }

    .inner-animated-wrapper {
        height: auto
    }

    .inner-top-content,
    .inner-bottom-content {
        width: 100%;
        position: inherit;
        top: auto
    }

    .inner-top-content {
        margin-bottom: 30px
    }

    .inner-top-content .h2 {
        width: 70%
    }

    .video-bg {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 430px;
        margin-bottom: 30px
    }

    .video-list-area {
        display: block;
        height: auto;
    }

    .video-bg>video {
        position: inherit
    }

    .testimoial-slider {
        margin-top: 10px
    }

    .testimonial-upper {
        margin-bottom: 30px
    }

    .call-to-get-start.with-underline {
        font-size: 18px
    }

    .single-counter-box {
        margin: 15px 0
    }

    .icon-teaser-slider .slick-list {
        padding-bottom: 30px;
        width: auto;
        padding-right: 60px;
        margin-right: -15px;
        margin-left: -8px
    }

    .teaser-box.style2 {
        padding: 20px
    }

    .teaser-box.style2 .title {
        margin-bottom: 14px
    }

    .content-text .call-to-get-start {
        font-size: 20px
    }

    .map-box iframe {
        height: 440px;
    }

    .location-slider {
        margin-top: -120px;
    }

    .location-box.style3 iframe {
        width: 100%;
        height: 360px
    }

    .related-link-guide .link a {
        font-size: 15px;
        line-height: 24px;
        display: block
    }

    .related-link-guide .link li {
        margin: 5px 10px;
    }

    .related-link-guide .link.style2 a {
        font-size: 14px;
        line-height: 20px;
    }

    .related-link-guide .heading.small {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .single-blog-box .title {
        font-size: 18px
    }

    .blog-sidebar {
        padding: 20px
    }

    .logo-slider-box {
        width: auto
    }

    .logo-slider-box img {
        height: 70px
    }

    .logo-slider .slide {
        padding: 0 15px
    }

    .banner-padding {
        padding-top: 132px;
    }

    .video-list .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero-area {
        padding-bottom: 80px;
    }

    .left-bg-image .text {
        width: 100%
    }

    .gravity-form-area.banner-padding {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .box-style2 {
        padding: 30px
    }

    .hero-area.style2 {
        padding-bottom: 50px;
    }

    .hero-area.style2 .hero-heading {
        font-size: 44px;
    }

    .hero-area.style2 .group_btn {
        flex-direction: column;
        gap: 15px;
    }

    .hero-area.style2 .group_btn {
        align-items: flex-start
    }

    a.hero-call {
        margin-left: 0;
        font-size: 18px;
    }

    .hero-area.style2:before {
        opacity: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    }

    .hero-area.style2 br {
        display: block
    }

    .hero-area.style2 .hero-inner {
        text-align: left
    }

    .video-card-slider .arrow-prev {
        left: 0
    }

    .video-card-slider .arrow-next {
        right: 0
    }

    .c_arrow {
        z-index: 1;
        background: #fff
    }

    .c_arrow:hover {
        background: #f98a15;
        border-color: #f98a15;
        color: #fff;
    }

    .blog-slider .slick-list {
        width: auto;
        margin-left: -10px;
        padding-right: 60px;
        margin-right: -10px;
    }

    .blog-slider .slide {
        padding: 0 8px;
    }

    .left-bg-image .text h2 {
        font-size: 32px
    }

    .blog-box .image {
        height: 220px;
    }

    .no-results.not-found {
        padding-left: 0;
        padding-top: 0;
    }

    .px_text .container {
        padding: 0 15px;
    }

    .mainmenu ul li.menu-item-has-children.caretopen>a::after {
        transform: rotate(-90deg);
    }

    .header-action .header-search {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #f3f3f3;
        border-radius: 0;
        padding: 10px;
        height: 50px;
        z-index: 1;
        font-size: 14px
    }

    .header-action .header-search em {
        font-size: 16px;
    }

    .header-action .header-search {
        display: none
    }

    .header-action .header-search.open {
        display: block
    }

    .footer_fxd_btn {
        display: none
    }

    .pt_200 {
        padding-top: 60px;
    }

}

/*Mobile-landscape*/
@media(max-width:767px) {

    .icon-teaser-slider {
        margin-top: 30px
    }

    .section-heading .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .hero-area {
        height: 300px
    }

    .hero-heading {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 100%
    }

    .hero-vdo-btn {
        width: 50px;
        height: 50px
    }

    .hero-inner {
        text-align: center;
        bottom: -30px
    }


    .footer-top {
        text-align: center
    }

    .footer-box {
        margin-top: 20px
    }

    .footer-box.text-end {
        text-align: center !important
    }

    .footer-box .rating {
        text-align: center
    }

    .footer-social-link li a {
        font-size: 24px
    }

    .footer-social span {
        margin-bottom: 10px;
        display: block
    }

    .footer-logo {
        width: 250px
    }

    .footer-top {
        padding: 50px 0
    }

    .footer-copyright {
        text-align: center;
        padding: 20px 0
    }

    .footer-copyright .right.text-end {
        text-align: center !important;
        margin-top: 5px
    }

    .footer-copyright .left a {
        margin: 5px 10px;
        border-left: none;
    }

    .footer-copyright .left p span {
        margin-bottom: 5px;
        display: block
    }

    .footer-bottom {
        padding: 20px 0
    }

    .footer-bottom .text {
        width: 100%
    }

    .content-img {
        margin-bottom: 30px
    }

    .content-img.h-100 {
        height: auto !important
    }

    .left-bg-image2.mobile {
        height: 350px
    }

    .left-bg-image2.mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .left-bg-image2.mobile::before {
        display: none
    }

    .col-lg-6.ps-5.mobile {
        padding-left: 15px !important;
    }

    .dsah-img.mobile {
        margin-bottom: 30px
    }

    .content-text.style8 .small-width {
        display: none
    }

    .video-box.mobile {
        margin-bottom: 30px
    }

    .video-box span {
        text-align: center;
        position: inherit;
        left: 0;
        bottom: 0;
        display: block;
        padding: 5px
    }

    .video-list .title {
        font-size: 18px
    }



    .content-text a {
        text-decoration: none
    }

    .number_list li {
        margin-bottom: 20px
    }

    .text_white .number_list {
        color: rgba(255, 255, 255, 0.7)
    }

    .number_list li {
        padding-left: 40px
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 115%;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 115%;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 120%;
    }

    h5,
    .h5 {
        font-size: 20px;
        line-height: 115%;
    }



    .img-text-slider .desc2 {
        display: none !important
    }

    .team-box-text {
        padding: 15px
    }

    .team-details .title {
        font-size: 16px;
    }

    .meta-details {
        margin-left: 0;
    }

    .video-bg {
        position: relative
    }

    .video-box {
        height: calc(100% - 30px)
    }

    .video-list-flex li .left {
        min-width: 80px
    }

    .cta-btn {
        line-height: normal
    }

    .testimonial-upper-text .count {
        font-size: 30px
    }

    .testimonial-meta {
        margin-top: 20px;
        margin-bottom: 20px;
    }



    .testimonial-box .title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 10px
    }

    .contact-status .title {
        margin-bottom: 20px
    }



    .counter-about .single-counter-box {
        margin-top: 30px !important
    }

    .counter-about .single-counter-box span,
    .counter-about .single-counter-box span:not(.counter) {
        font-size: 34px
    }

    .counter-about .single-counter-box p {
        font-weight: 500;
    }

    .service-counter .inner {
        margin-bottom: 30px
    }

    .service-counter .inner span,
    .service-counter .inner span:not(.counter) {
        font-size: 34px
    }

    .service-counter {
        padding-bottom: 20px
    }

    .teaser-box.style2 {
        margin-bottom: 30px;
        height: calc(100% - 30px)
    }

    .teaser-box.mobile {
        margin-bottom: 0;
        height: calc(100%)
    }

    .team-slider-box.style2.mt-0 {
        margin-top: 30px !important
    }

    .team-slider-box.style2.mobile {
        margin-top: 0 !important
    }

    .contact-list li img {
        width: 18px;
        height: 18px;
        top: 5px
    }

    .contact-list li {
        padding-left: 30px;
        font-size: 18px
    }

    .form-block {
        padding: 20px 10px
    }



    .banner-heading {
        font-size: 40px
    }

    .banner-title {
        font-size: 18px
    }



    .half-width-bg .page-banner-overlay {
        display: none
    }

    .banner-left-img img {
        width: 300px;
        margin: 0 auto;
    }

    .banner-menu {
        font-size: 14px;
        margin-top: 20px
    }

    .divider-logo img {
        width: 180px
    }

    .blog-sidebar {
        margin-bottom: 30px
    }

    .site-logo {
        width: 120px;
    }

    .search-wrapper .inner input {
        height: 50px
    }

    .left-bg-image2 .text .h1 {
        font-size: 34px
    }

    .team-slider .team-details::before {
        width: calc(100% + 15px);
    }

    .video-list {
        font-size: 14px;
        line-height: 24px
    }

    .section-heading .h1 {
        font-size: 44px;
    }

    .testimonial-upper-text .count {
        font-size: 44px;
    }

    .testimonial-video-slider .slick-list {
        padding-right: 60px;
        margin-left: -8px
    }

    .testimonial-video-slider .slide {
        padding: 0 8px
    }

    .testimonial-style2 li {
        font-size: 12px
    }

    .contact-now-action a {
        font-size: 16px;
    }

    .contact-now-action .icon {
        margin-right: 5px
    }

    .contact-status {
        font-size: 14px;
        line-height: 24px
    }

    .call-to-get-start.with-underline {
        font-size: 18px
    }

    .contact-status .title {
        font-size: 18px
    }

    .progressbar-action {
        display: block;
        text-align: center;
        margin-top: 0;
        padding: 0
    }

    .icon-progress {
        display: none
    }

    .progressbar-action .custom-arrows {
        justify-content: center;
        margin-bottom: 20px
    }

    .teaser-box.style2 .title {
        margin-bottom: 10px
    }

    .team-slider-box.style2 {
        height: 360px
    }

    .faq-accordion {
        margin-top: 30px;
    }

    .faq-action {
        margin-top: 30px;
    }

    .text-90 {
        font-size: 32px;
    }

    .contact-list {
        margin-top: 30px;
    }

    .contact-list li {
        padding-left: 30px;
        font-size: 16px;
        margin: 15px 0;
    }

    .content-text .call-to-get-start {
        font-size: 20px
    }

    .form-subscribe-top .heading {
        font-size: 26px;
    }

    .map-progress {
        display: none
    }

    .map-box iframe {
        height: 240px;
    }

    .location-slider {
        margin-top: -90px;
    }

    .location-box.style3 iframe {
        width: 100%;
        height: 250px
    }

    .logo-slider-box {
        width: auto
    }

    .logo-slider-box img {
        height: 50px
    }

    .logo-slider .slide {
        padding: 0 15px
    }

    .inner-cta {
        padding: 30px
    }

    .group-btn .cta-btn {
        margin: 5px 0
    }

    .inner-top-content .h2 {
        width: 100%
    }

    .client-name-inner {
        padding: 15px
    }

    .hero-area {
        height: 340px;
    }

    .teaser-box.style1:hover::before {
        height: 100%;
    }

    .bottom-action .cta-btn {
        font-size: 14px;
    }

    .columns-two {
        column-count: 1;
    }

    .columns-two,
    .columns-three {
        display: block;
    }

    .columns-four {
        column-count: 2;
    }

    .column_four {
        column-count: 2
    }

    .hero-area.style2 {
        height: auto
    }

    .content-area.alt.testimonial-style2 {
        min-height: inherit
    }

    .testimonial-style2 .h1 {
        font-size: 36px
    }

    .testimonial-upper-text .count {
        margin-top: 30px
    }

    a.blog-box .text {
        padding: 20px;
    }

    .blog-box h3.title {
        font-size: 18px;
    }

    .blog-progress {
        display: none
    }

    .blog-slider {
        margin-bottom: 30px
    }

    .error-page {
        padding-top: 130px;
        padding-bottom: 90px;
    }

    .error-page .h1 {
        font-size: 40px
    }

    .no-results.not-found {
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        padding-bottom: 0
    }

    .no-results.not-found .page-title {
        font-size: 30px;
    }

    .no-results.not-found .searchform {
        width: 100%;
    }

    .banner-padding {
        padding-top: 132px;
    }

    .banner-padding.alt {
        padding-bottom: 50px;
    }



}

/*Mobile-portrait*/
@media(max-width:575px) {
    .row-gap {
        row-gap: 0;
    }

    .teaser-box.style2 {
        height: auto
    }

    .testimonial-box {
        text-align: center
    }

    .testimonial-upper {
        margin-bottom: 0
    }

    .form-block.margintop {
        margin-top: 25px
    }

    .testimonial-upper-text {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .inner-top-content {
        width: 80%
    }

    .video-box {
        height: auto
    }

    .section-heading .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .hero-area {
        height: 600px
    }

    .hero-inner {
        text-align: center;
        bottom: 0
    }

    .hero-heading {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 100%
    }


    .hero-vdo-btn {
        width: 70px;
        height: 70px
    }

    .footer-top {
        text-align: center
    }

    .footer-box {
        margin-top: 20px
    }

    .footer-box.text-end {
        text-align: center !important
    }

    .footer-box .rating {
        text-align: center
    }

    .footer-social-link li a {
        font-size: 24px
    }

    .footer-social span {
        margin-bottom: 10px;
        display: block
    }

    .footer-logo {
        width: 250px
    }

    .footer-top {
        padding: 50px 0
    }

    .footer-copyright {
        text-align: center;
        padding: 20px 0
    }

    .footer-copyright .right.text-end {
        text-align: center !important;
        margin-top: 5px
    }

    .footer-copyright .left a {
        margin: 5px 10px;
        border-left: none
    }

    .footer-copyright .left p span {
        margin-bottom: 5px;
        display: block
    }

    .footer-bottom {
        padding: 20px 0
    }

    .footer-bottom .text {
        width: 100%
    }

    .image-bg-list .col-md-12.d_none {
        display: block !important
    }

    .left-bg-image {
        display: none
    }

    .left-bg-image2 {
        position: relative;
        margin-bottom: 30px
    }



    .left-bg-image2 .text {
        position: absolute;
        bottom: 50%;
        padding: 0 20px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%
    }

    .left-bg-image2 .text .h1 {
        color: #fff
    }

    .left-bg-image2 .live {
        display: block !important
    }

    .left-bg-image2 .live .dot {
        margin-right: 5px
    }

    .number_list li .title {
        font-size: 18px;
    }


    .content-img {
        margin-bottom: 30px
    }

    .col-lg-6.ps-5.mobile {
        padding-left: 15px !important;
    }



    .image-text.style2 .img-box {
        margin: 0 auto
    }

    .image-text.style2 .text-box {
        text-align: center
    }

    .image-text.style2 .text-box .heading {
        margin-top: 30px
    }

    .image-text.style2 .text-box .cta-btn {
        width: 100%
    }

    .number_list li::before {
        font-size: 18px;
        top: -3px
    }

    .section-heading .heading.mobile br {
        display: none
    }

    .cta-btn.mobile {
        width: 100%
    }

    .video-box.mobile {
        margin-bottom: 30px
    }

    .video-box span {
        text-align: center;
        position: inherit;
        left: 0;
        bottom: 0;
        display: block;
        padding: 5px
    }

    .video-list .title {
        font-size: 18px
    }

    .cta-btn {
        width: 100%;

    }

    .team-slider-box.mobile.port {
        margin-top: 30px !important
    }

    .page-banner-img {
        height: 300px;
        margin-bottom: 30px
    }

    .page-banner-img img {
        object-position: top
    }

    .column_three {
        column-count: 2 !important
    }

    .gallery-box.image-popup {
        margin-bottom: 30px;
        display: block
    }

    .content-area.mobile {
        padding-bottom: 20px
    }

    .search-wrapper .inner {
        padding: 40px 20px 20px;
    }

    .search-wrapper .close-search {
        right: 20px
    }

    .footer-bottom {
        font-size: 10px;
        line-height: 127%;
    }

    .team-details .title {
        font-size: 20px;
    }

    .video-bg {
        height: 220px
    }

    .contact-now-action {
        justify-content: center
    }

    .contact-now-action {
        margin-bottom: 50px
    }

    .service-counter .col-lg-4 {
        border: none
    }

    .counter-about-text {
        text-align: center
    }

    .counter-about {
        text-align: center
    }

    .map-box iframe {
        height: 280px;
    }

    .location-slider {
        margin-top: -90px;
    }

    .column_two {
        column-count: 1
    }

    .hero-area {
        padding-bottom: 50px
    }

    .columns,
    .column_two {
        column-count: 1
    }

    .hero-area.style2 .hero-play {
        flex-direction: column;
        margin-bottom: 10px
    }

    .hero-area.style2 a.hero-vdo-btn {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        min-width: 60px;
        min-height: 60px;
        margin: 0 auto 15px;
    }

    .hero-area.style2 .group_btn {
        align-items: center
    }

    .hero-area.style2 .hero-inner {
        text-align: center
    }

    .hero-area.style2 {
        height: 600px
    }

    .service-counter .section-heading {
        text-align: center
    }

    .blog-box .image {
        height: 180px;
    }

    .column_three {
        column-count: 1 !important
    }

    .blog-sidebar {
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
        padding: 15px
    }

    .blog-sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #efefef;
        z-index: 1;
        height: 200px;
        overflow: auto;
        padding-top: 0;
        display: none;
    }

    .blog-sidebar.active ul {
        display: block
    }

    .blog-sidebar .heading {
        margin-bottom: 0
    }

    .blog-sidebar::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 15px;
        width: 15px;
        height: 15px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>');
        transform: translateY(-50%);
    }
}

/*End*/




/*Demo CSS*/
.demo-box {
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #000;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    transition: 0.3s all;
    margin: 15px 0
}

.demo-box::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f98a15;
    opacity: 0;
}

.demo-box.active::after {
    opacity: 1;
}

.row-gap {
    row-gap: 30px;
}

.searchwp-live-search-results {
    position: fixed !important
}

.blog-progress span,
.map-progress span,
.icon-teaser1 .icon-progress span {
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
}

.blog-progress span:active,
.icon-teaser1 .icon-progress span:active,
.map-progress span:active {
    cursor: grabbing;
    background: #333;
}

#icw {
    bottom: 100px
}

@media(max-width:767px) {
    #icw {
        bottom: 20px
    }
}

body.home .hero-area {
    background: url('/wp-content/uploads/2025/11/hero.webp') no-repeat top center;
    background-size: cover;
}

@media(max-width: 585px) {

    body.home .hero-area {
        background: url('/wp-content/uploads/2025/11/hero-mobile.webp') no-repeat top center;
        background-size: cover;
    }

    /*body .l-blocks-wrap > div:not(:first-child):not(:nth-child(2)) {
	display: none;
}*/

}