.home_form {
    position: relative;
    transform: translateY(200px);
    z-index: 2 !important;
}
.home_form .form_block_tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 728px !important;
    margin: 0 auto;
}
.home_form .form_block_tag h4 {
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background: #ffff;
}
.home_form .form_block_tag::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #beab73;
}
.home_form button {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    cursor: pointer;
}
.home_form button::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    background: #003165;
    top: 0;
    right: -10px;
    transform: skewX(-15deg);
}
ul.sub-menu {
    background: #fff !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    margin-top: 42px !important;
    column-count: 2;
    width: fit-content !important;
    padding: 10px !important;
}
ul.sub-menu li a {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    transition: 0.3s all;
    color: #545454 !important;
    padding: 10px 0 !important;
}
ul.sub-menu li {
    border-bottom: 1px solid #e4e4e4d6 !important;
}
ul.sub-menu li:nth-child(6),
ul.sub-menu li:last-child {
    border-bottom: 0 !important;
}
ul.sub-menu li a:hover {
    color: #003165 !important;
}
/* Scrollbar */
.custom-service-slider {
    overflow-x: hidden;
}
.custom-service-slider .swiper-slide-item {
    position: relative;
}
.custom-service-slider .swiper-slide-item .txt_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.27);
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    padding: 100px 10px 10px 10px;
    transition: 0.3s all;
}
.custom-service-slider .swiper-slide-item .bg_img {
    filter: grayscale(1) brightness(0.6);
}
.custom-service-slider .swiper-slide-item .txt_layer img {
    margin: 0 auto 30px;
    display: block;
    height: 50px;
    transition: 0.3s all;
}
.custom-service-slider .swiper-slide-item .txt_layer h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    color: #fff;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    transition: 0.3s all;
}
.custom-service-slider .swiper-slide-item .txt_layer h3::after {
    content: "";
    position: absolute;
    width: 47px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
}
.custom-service-slider .swiper-slide-item .txt_layer p {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: "Jost", sans-serif;
    margin-bottom: 10px;
    display: none;
}
.custom-service-slider .swiper-slide-item .txt_layer .content {
    padding-top: 0;
    transition: 0.6s all;
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.custom-service-slider .swiper-slide-item .txt_layer .content:last-child {
    margin-bottom: 0;
}
.custom-service-slider .swiper-slide-item .txt_layer a {
    margin: 30px 0 0 0;
    display: inline-block;
}
.custom-service-slider .swiper-slide-item .txt_layer a {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.custom-service-slider .swiper-slide-item .txt_layer a img {
    height: 15px;
    transition: 0.3s all;
    filter: grayscale(0) brightness(0) invert();
}
.custom-service-slider .swiper-slide-item:hover .txt_layer .content {
    padding-top: 20px;
}
.custom-service-slider .swiper-slide-item:hover .txt_layer p {
    display: block;
}
.custom-service-slider .swiper-slide-item:hover .txt_layer {
    background: #003165e3;
    padding: 30px 10px 10px 10px;
}
.custom-service-slider .swiper-slide-item:hover .txt_layer a img {
    filter: none;
}
.custom-service-slider .swiper-slide-item:hover .txt_layer img {
    margin: 0 auto 20px;
}
.custom-service-slider .swiper-slide-item:hover .txt_layer h3 {
    padding-bottom: 15px;
}
.custom-service-slider .swiper-button-next::after,
.custom-service-slider .swiper-button-prev::after {
    color: #fff;
}
.hl_btn_white a.elementor-button::after,
.free-consultation-form button.elementor-button::after {
    border-bottom: 59px solid #f5f5f5 !important;
}
.site_icon_list ul {
    column-count: 2;
}
.site_icon_list ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.site_icon_list ul li:nth-child(4),
.site_icon_list ul li:last-child {
    border-bottom: 0;
}
.site_icon_list ul li:nth-child(4)::after,
.site_icon_list ul li:last-child::after{
    display: none;
}
.post_nav_link a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    position: relative;
}
.post_nav_link a.previous_post {
    padding-left: 60px;
    background: #fff;
    padding-right: 30px;
}
.post_nav_link a.previous_post::before {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: 0.3s all;
}
.post_nav_link a.next_post {
    padding-right: 60px;
    background: #fff;
    padding-left: 30px;
}
.post_nav_link a.next_post::before {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #b8b8b8;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: 0.3s all;
}
.post_nav_link a:hover::before,
.post_nav_link a:hover::after {
    background: #beab73;
    border: 1px solid transparent;
}
.post_nav_link a.previous_post::after,
.post_nav_link a.next_post::after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: 0.3s all;
    background: url(/wp-content/uploads/2024/07/arrow_slide.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: 0.3s all;
}
.post_nav_link a.next_post::after {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.post_nav_link a.previous_post::after {
    left: 0;
}
.post_nav_link a.previous_post:hover::after {
    background: url(/wp-content/uploads/2024/07/slide-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translateY(-50%) rotate(-180deg);
}
.post_nav_link a.next_post:hover::after {
    background: url(/wp-content/uploads/2024/07/slide-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: translateY(-50%) rotate(0);
}
.svc_det_btm_apt .e-con-inner{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 !important;
    margin: 20px auto 40px !important;
    position: relative;
}
.svc_det_btm_apt .e-con-inner::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 100px);
    height: 1px;
    background: #e0e0e0;
}
.svc_det_btm_apt .elementor-button-wrapper{
    padding:  0 50px;
    background: #fff;
}
.svc_item p{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}
.svc_item:hover p{
    visibility: visible;
    opacity: 1;
}
.svc_item h2{
    text-transform: uppercase;
    line-height: 30px;
}