/*
Theme Name: Webrion Inşaat – Yapi Sitesi WJ1
Theme URI: https://wJ1.webrion.com.tr/
Author: Webrion | Yonkasoft
Author URI: https://yonkasoft.com/
Description: https://wj1.webrion.com.tr/
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: Webrion tema.
License URI: https://wj1.webrion.com.tr/


 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif !important;
}

a {
    text-decoration: none !important;
    color: inherit;
}

* a {
    color: inherit;
}

p {
    font-size: 16px;
    margin-bottom: 0;
}

ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

p {
    margin: 0;
}

header {
    position: absolute;
    width: 92%;
    top: 0;
    z-index: 9999;
    padding: 30px 0;
}

header .head-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .head-bar-wrapper .left-bar .logo {
    position: relative;
    z-index: 999999;
}

header .head-bar-wrapper .left-bar .logo a {
    position: relative;
}

header .head-bar-wrapper .left-bar .logo img {
    width: 250px;
    height: auto;
}

header .head-bar-wrapper .center-bar {
    display: flex;
    align-items: center;
}

header .head-bar-wrapper .center-bar .menu-center ul {
    display: flex;
    gap: 25px;
    align-items: center;
}

header .head-bar-wrapper .center-bar .menu-center ul li {
    position: relative;
}

header .head-bar-wrapper .center-bar .menu-center ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
}

header .head-bar-wrapper .center-bar .menu-center ul li a:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

.webrion-entry {
    position: relative;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
}

.webrion-entry .entry-wrapper {
    position: relative;
    height: 100%;
}

.webrion-entry .entry-wrapper .webrion-swiper {
    height: 100%;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-slide {
    position: relative;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-slide::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1e1e1e99;
    z-index: 9;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-pagination {
    top: auto;
    left: auto;
    bottom: auto;
    position: relative;
    text-align: unset;
    width: auto;
}

.webrion-entry .entry-wrapper .webrion-swiper .hero-big-img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content {
    position: absolute;
    bottom: 100px;
    z-index: 99;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .hero-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 60px;
    max-width: 60%;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .webrion-swiper-btn {
    color: #fff;
    backdrop-filter: blur(5px);
    background: #ffffff1c;
    width: fit-content;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
    height: 60px;
}


.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .webrion-swiper-btn:hover {
    background: #fff;
    transition: 0.3s;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .webrion-swiper-btn img {
    width: 40px;
    height: auto;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-pagination {
    display: flex;
}


.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}


.swiper-pagination-bullet {
    width: 30px !important;
    height: 7px !important;
    border-radius: 10px !important;
    background-color: white !important;
}

.webrion-contact-us {
}

/* .webrion-contact-us .contact-us-right {
    padding: 0 70px;
    padding-right: 0;
} */

.webrion-contact-us .contact-us-left {
    width: 100%;
    height: 100%;
}

.webrion-contact-us .contact-us-left img {
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.webrion-contact-us .contact-us-right span {
    display: block;
    font-size: 40px;
    font-weight: 400;
}

.webrion-contact-us .contact-us-right h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.1;
}

.webrion-contact-us .contact-us-right p {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 20px;
}

.webrion-contact-us .contact-us-right .contact-us-btn {
    display: flex;
    gap: 30px;
    margin-top: 60px;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone {
    color: #fff;
    backdrop-filter: blur(5px);
    background: #ffffff1c;
    width: fit-content;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 400;
    transition: 0.3s;
    height: 60px;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone:hover {
    background: #fff;
    transition: 0.3s;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone img {
    width: 40px;
    height: auto;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-wp {
    color: #2AA850;
    border: 1px solid #2AA850;
    width: fit-content;
    margin-top: 30px;
    padding: 0 35px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-wp:hover {
    background: #2AA850;
    color: #fff;
    transition: 0.3s;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-wp:hover i {
    color: #fff;
    transition: 0.3s;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-wp i {
    color: #2AA850;
}

.webrion-service .webrion-service-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 60px;
}

.webrion-service .webrion-service-head .service-head-list ul {
    display: flex;
    gap: 40px;
}

.webrion-service .webrion-service-head .service-head-list ul li a {
    color: #C5C5C5;
    font-weight: 500;
    font-size: 25px;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-head-list ul li a:hover {
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-head-list ul li .active {
    font-weight: 500;
    font-size: 25px;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-head-list ul li .active:hover {
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-head-list ul li .active::after {
    content: "";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 50%;
    bottom: 0px;
}

.webrion-service .webrion-service-head .service-btn a {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-btn a:hover {
    color: #141D26;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-btn img {
    width: 40px;
    height: auto;
}

.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.webrion-service .webrion-service-body .service-content {
    position: relative;
    overflow: hidden;
}

.webrion-service .webrion-service-body .service-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.webrion-service .webrion-service-body .service-content a {
    display: inline-block;
    width: 100%;
}

.webrion-service .webrion-service-body .service-content img {
    width: 100%;
    object-fit: cover;
}

.webrion-service .webrion-service-body .service-content .service-title {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 0;
    width: 100%;
    transition: 0.3s;
}

.webrion-service .webrion-service-body .service-content .service-title:hover {
    transition: 0.3s;
}

.webrion-service .webrion-service-body .service-content .service-title ul {
    display: flex;
    gap: 30px;
}

.webrion-service .webrion-service-body .service-content .service-title ul li:first-child {
    list-style: none;
}

.webrion-service .webrion-service-body .service-content .service-title ul li {
    list-style: disc;
    font-size: 20px;
}

.webrion-service .webrion-service-swiper {
    display: none;
}

.webrion-service-swiper .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 30px;
}

.webrion-service-swiper .swiper-pagination-bullet {
    width: 30px !important;
    height: 5px !important;
    border-radius: 10px !important;
    background-color: #AC9B7F !important;
}

.webrion-gallery {
    padding: 60px 0;
    background: #F2F2F2;
}

.webrion-gallery .webrion-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow {
    display: flex;
    gap: 10px;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-prev img {
    width: 60px;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-next img {
    width: 60px;
}

.webrion-gallery .webrion-gallery-head .gallery-head-title {
    display: block;
    font-size: 40px;
    font-weight: 600;
}

.webrion-gallery .webrion-gallery-head .gallery-head-title span {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.1;
    display: flex;
    letter-spacing: 13px;
    margin-top: 5px;
}

.webrion-gallery-swiper .gallery-item {
    padding: 15px;
    position: relative;
}

.webrion-gallery-swiper .gallery-item img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #AC9B7F;
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: all .4s ease-in-out;
}

.gallery-item .gallery-content-ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.webrion-gallery-swiper .gallery-item .zoom-image {
    width: 60px;
}

.gallery-content-ellipse.zoom-image {
    opacity: 0;
}

.webrion-gallery-swiper .gallery-item:hover .zoom-image {
    opacity: 1;
    transition: all .4s ease-in-out;
}

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

.stars .star {
    color: #FDCC0D;
}

.webrion-blog {
    padding: 80px 0;
    position: relative;
}

.webrion-blog .webrion-blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.webrion-blog .webrion-blog-head .blog-arrow {
    display: flex;
    gap: 10px;
}

.webrion-blog .webrion-blog-head .blog-arrow .blog-button-prev img {
    width: 60px;
}

.webrion-blog .webrion-blog-head .blog-arrow .blog-button-next img {
    width: 60px;
}

.webrion-blog .webrion-blog-head .blog-arrow .webrion-blog .webrion-blog-head .blog-head-title {
    color: #AC9B7F;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.webrion-blog .webrion-blog-head .blog-head-title .blog-text {
    display: block;
    font-size: 40px;
    font-weight: 600;
}

.webrion-blog .webrion-blog-head .blog-head-title span {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.1;
    display: flex;
    letter-spacing: 13px;
    margin-top: 5px;
}

.webrion-blog .webrion-blog-head a {
    color: #AC9B7F;
    border: 1px solid #AC9B7F;
    width: fit-content;
    padding: 0 30px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

.webrion-blog .webrion-blog-head a:hover {
    background: #AC9B7F;
    transition: 0.3s;
    color: #fff;
    transition: 0.3s;
}

.webrion-blog .webrion-blog-head a:hover i {
    color: #fff;
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content {
    position: relative;
}

.webrion-blog-swiper .blog-content img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.webrion-blog-swiper .blog-content .blog-number {
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    width: 100%;
}

.webrion-blog-swiper .blog-content .blog-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}

.webrion-blog-swiper .blog-content .blog-text .blog-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content .blog-text .blog-title:hover {
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content .blog-text .blog-title span {
    display: flex;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 300;
}

.webrion-blog-swiper .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    margin-top: 30px;
}

.webrion-blog-swiper .swiper-pagination-bullet {
    width: 30px !important;
    height: 5px !important;
    border-radius: 10px !important;
    background-color: #AC9B7F !important;
}

.comment-arrow {
    display: flex;
    gap: 10px;
}

.comment-arrow .comment-button-prev {
    color: #AC9B7F;
    border: 1px solid #AC9B7F;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.comment-arrow .comment-button-next {
    color: #AC9B7F;
    border: 1px solid #AC9B7F;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.webrion-breadcrumb {
    position: relative;
    height: 300px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.breadcrumb-content {
    position: relative;
    width: 100%;
    z-index: 99;
    bottom: 0;
    margin: 60px 0;
}

.breadcrumb-content::before {
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-radius: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -9999;
}

.breadcrumb-content .breadcrum-wrapper {
    /* border: 1px solid #e1e1e1;
    border-left: 0;
    border-radius: 0; */
    padding: 70px 0;
    width: 100%;
}

.breadcrumb-content .breadcrumb-title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.breadcrumb-content ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.breadcrumb-content ul span {
    color: #000;
}

.breadcrumb-content ul li a {
    color: #000;
    transition: 0.3s;
}

.breadcrumb-content ul li a:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

.webrion-icon-content {
    margin-bottom: 60px;
    position: relative;
    height: 100%;
}

.webrion-icon-content .icon-wrapper {
    background: #AC9B7F;
    padding: 30px;
    border-radius: 99px 0 0 99px;
    height: 100%;
}

.webrion-icon-content .icon-wrapper .icon-content {
    display: flex;
}

.webrion-icon-content .icon-wrapper .icon-content .icon-box {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.webrion-icon-content .icon-wrapper .icon-content .icon-box img {
    width: 60px;
}

.webrion-icon-content .icon-wrapper .icon-content .icon-box .icon-title {
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
}

.webrion-icon-content .icon-wrapper .icon-content .icon-box p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


.webrion-icon-content::before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #AC9B7F;
    z-index: -3;
}

.webrion-vision {
    padding-bottom: 0;
}

.webrion-vision .vision-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.webrion-vision .vision-left .vision-title {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.webrion-vision .vision-left .vision-title span {
    color: #AC9B7F;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.webrion-vision .vision-left p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}

.webrion-vision .vision-right img {
    width: 100%;
    object-fit: cover;
}

.webrion-mission {
    padding: 60px 0;
}

.webrion-mission .mission-left img {
    width: 100%;
    object-fit: cover;
}

.webrion-mission .mission-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: right;
}

.webrion-mission .mission-right .mission-title {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.webrion-mission .mission-right .mission-title span {
    color: #AC9B7F;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

.webrion-mission .mission-right p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}

.webrion-contact {
    padding-top: 60px;
    padding-bottom: 80px;
}

.webrion-contact .webrion-contact-content {
    border: 1px solid #E1E1E1;
    border-top: 0;
    border-left: 0;
}

.webrion-contact {
    position: relative;
}

.webrion-contact .webrion-contact-content .contact-list {
    gap: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    height: 500px;
}

.webrion-contact .webrion-contact-content .contact-list h1 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.webrion-contact .webrion-contact-content .contact-list h1 span {
    font-weight: 300;
}

.webrion-contact .webrion-contact-content .contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.webrion-contact .webrion-contact-content .contact-list ul li a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
}

.webrion-contact .webrion-contact-content .contact-list ul li a:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

.webrion-contact .webrion-contact-content .contact-list ul li .adress {
    font-weight: 400;
}

.webrion-contact .webrion-contact-content .contact-list ul li span {
    display: flex;
    font-size: 25px;
}

.webrion-contact .webrion-contact-form .form-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.webrion-contact .webrion-contact-form p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input {
    background: #F5F5F5;
    outline: none;
    width: 100%;
    height: 60px;
    padding: 14px 20px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input::placeholder {
    color: #AC9B7F;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea {
    height: 162px;
    background: #f5f5f5;
    outline: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea::placeholder {
    color: #AC9B7F;
}

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input {
    color: #fff;
    border: none;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: 0.3s;
    width: 50%;
}

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input:hover {
    color: #fff;
    background: #141D26;
    border-color: #141D26;
    transition: 0.3s;
}

.webrion-service {
    padding: 60px 0;
}

.webrion-service .webrion-service-grid {
    display: flex;
    gap: 30px;
}

.webrion-service .webrion-service-grid .service-col {
    width: 30%;
}

.webrion-service .webrion-service-grid .service-col.gallery {
    width: 70%;
}

.webrion-service .webrion-service-grid .service-col .service-box {
    border: 1px solid #AC9B7F;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.webrion-service .webrion-service-grid .service-col .service-box h2 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}

.webrion-service .webrion-service-grid .service-col .service-box span {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-item {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-item label {
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 17px;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-item input {
    background: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-item select {
    background: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-btn {
    margin-top: 30px;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-btn button {
    color: #fff;
    background: #AC9B7F;
    border: none;
    padding: 0 30px;
    height: 50px;
    border-radius: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-btn button:hover {
    color: #fff;
    background: #3E4E80;
    border-color: #3E4E80;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .service-gallery {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    grid-template-areas:
        ". . .";
}

.webrion-service .webrion-service-grid .service-col .service-gallery .gallery-content {
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
}

.webrion-service .webrion-service-grid .service-col .service-gallery .gallery-content .gallery-box img {
    width: 100%;
}

.webrion-service .webrion-service-grid .service-col .service-gallery .gallery-content .gallery-box .gallery-title {
    font-size: 25px;
    color: #AC9B7F;
    margin: 20px 0;
    font-weight: 500;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .service-gallery .gallery-content .gallery-box .gallery-title:hover {
    color: #3E4E80;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .service-gallery .gallery-content::before {
    content: "";
    border: 1px solid #AC9B7F;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    z-index: -3;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box {
    border: 1px solid #AC9B7F;
    padding: 15px;
    border-radius: 30px;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box img {
    width: 40px;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box .text-wp {
    display: flex;
    flex-direction: column;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box .text-wp .attach {
    color: #29A71A;
    font-weight: 400;
    font-size: 17px;
}

.webrion-service .webrion-service-grid .service-col .service-wp-box .text-wp span {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.webrion-service .webrion-service-grid .service-col .all-service {
    border: 1px solid #AC9B7F;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.webrion-service .webrion-service-grid .service-col .all-service .all-service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.webrion-service .webrion-service-grid .service-col .all-service .all-service-head span {
    font-size: 25px;
}

.webrion-service .webrion-service-grid .service-col .all-service ul li {
    border-bottom: 1px solid #AC9B7F;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.webrion-service .webrion-service-grid .service-col .all-service ul li a {
    color: #AC9B7F;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .all-service ul li a:hover {
    color: #3E4E80;
    transition: 0.3s;
}

.webrion-service .webrion-service-grid .service-col .all-service ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.webrion-service .webrion-service-grid .service-col .service-content-detail .service-content-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}

.webrion-service .webrion-service-grid .service-col .service-content-detail p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px !important;
}

.webrion-service .webrion-service-grid .service-col .service-content-detail .service-image {
    margin: 40px 0;
}

.webrion-service .webrion-service-grid .service-col .service-content-detail .service-image img {
    max-width: 400px;
    max-height: 400px;
}

.footer-active {
    padding: 30px;
    padding-bottom: 0;
}

.mobilefooter-sticky {
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fafafa;
    position: fixed;
    z-index: 0;
    z-index: 99999;
    width: 100%;
    bottom: 0;
    border-top: 6px solid #ae9d81;
}

.mobilefooter-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobilefooter-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-30px);
    position: relative;
}

.mobilefooter-sticky .top-box .icon {
    background: #141d26;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, .77);
    box-shadow: -1px 4px 4px rgb(168 168 168/77%);
    width: 50px;
    height: 50px;
}

.mobilefooter-sticky .top-box .icon i {
    color: #fff !important;
}

.mobilefooter-sticky .sticky-box .icon {
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.mobilefooter-sticky .sticky-box .icon i {
    font-size: 22px;
    color: #141d26;
    line-height: 1;
}

.mobilefooter-sticky .sticky-box .name {
    font-size: 12px;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.fixed-vision {
    position: fixed;
    bottom: 27px;
    right: 27px;
    z-index: 99999;
}

.fixed-vision .item-vision {
    margin-bottom: 10px;
}

.fixed-vision .item-vision .sm-dd a {
    background: #AC9B7F;
    border: 2px solid #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    position: relative;
    font-size: 35px;
    height: 60px;
}

.fixed-vision .item-vision.wp .sm-dd a {
    background: #2AA850;
    border: 2px solid #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    position: relative;
    font-size: 35px;
    height: 60px;
}

.fixed-vision .item-vision a i {
    position: relative;
    color: #fff;
}

.mobilefooter-sticky {
    display: none;
}

.sub-item::after {
    content: "";
    background-image: url(../img/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
}

.sub-list {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    height: auto !important;
}

.sub-list li a {
    font-size: 14px !important;
    color: #AC9B7F !important;
    margin-bottom: 10px !important;
}

header .head-bar-wrapper .dots {
    width: 32px;
    height: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 999999999;
    display: none;
}

header .head-bar-wrapper .dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2px;
    border: 1px solid #AC9B7F;
    border-radius: 100%;
    transform: scale(1.7);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.mb-menu-active .head-bar-wrapper .dots::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    border-color: #AC9B7F;
}

.mb-menu-active .head-bar-wrapper .dots .dot {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #141D26;
}

.mb-menu-active .head-bar-wrapper .dots .dot {
    border-color: #AC9B7F;
}

header .head-bar-wrapper .dots .dot:nth-child(1) {
    left: 0;
    top: 0;
}

header .head-bar-wrapper .dots .dot {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    transition: .4s;
    transform: translate(0px, 0px);
}

header .head-bar-wrapper .dots .dot:nth-child(2) {
    left: 18px;
    top: 0;
}

header .head-bar-wrapper .dots .dot:nth-child(3) {
    top: 20px;
    left: 0;
}

header .head-bar-wrapper .dots .dot:nth-child(4) {
    top: 20px;
    left: 18px;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: #AC9B7F;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar {
    width: 7px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;
}

.mobile-menu .mobile-nav ul::-webkit-scrollbar-thumb {
    background: #AC9B7F;
    border-radius: 10px;
}

.webrion-contact .webrion-contact-content .contact-list ul li span i {
    transition: 0.3s;
}

.dots-hide {
    display: none !important;
}

.sub-active {
    display: block;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham1 .top {
    stroke-dasharray: 40 139;
}

.ham1 .bottom {
    stroke-dasharray: 40 180;
}

.ham1.active .top {
    stroke-dashoffset: -98px;
}

.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.ham2 .top {
    stroke-dasharray: 40 121;
}

.ham2 .bottom {
    stroke-dasharray: 40 121;
}

.ham2.active .top {
    stroke-dashoffset: -102px;
}

.ham2.active .bottom {
    stroke-dashoffset: -102px;
}

.ham3 .top {
    stroke-dasharray: 40 130;
}

.ham3 .middle {
    stroke-dasharray: 40 140;
}

.ham3 .bottom {
    stroke-dasharray: 40 205;
}

.ham3.active .top {
    stroke-dasharray: 75 130;
    stroke-dashoffset: -63px;
}

.ham3.active .middle {
    stroke-dashoffset: -102px;
}

.ham3.active .bottom {
    stroke-dasharray: 110 205;
    stroke-dashoffset: -86px;
}

.ham4 .top {
    stroke-dasharray: 40 121;
}

.ham4 .bottom {
    stroke-dasharray: 40 121;
}

.ham4.active .top {
    stroke-dashoffset: -68px;
}

.ham4.active .bottom {
    stroke-dashoffset: -68px;
}

.ham5 .top {
    stroke-dasharray: 40 82;
}

.ham5 .bottom {
    stroke-dasharray: 40 82;
}

.ham5.active .top {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
}

.ham5.active .bottom {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
}

.ham6 .top {
    stroke-dasharray: 40 172;
}

.ham6 .middle {
    stroke-dasharray: 40 111;
}

.ham6 .bottom {
    stroke-dasharray: 40 172;
}

.ham6.active .top {
    stroke-dashoffset: -132px;
}

.ham6.active .middle {
    stroke-dashoffset: -71px;
}

.ham6.active .bottom {
    stroke-dashoffset: -132px;
}

.ham7 .top {
    stroke-dasharray: 40 82;
}

.ham7 .middle {
    stroke-dasharray: 40 111;
}

.ham7 .bottom {
    stroke-dasharray: 40 161;
}

.ham7.active .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}

.ham7.active .middle {
    stroke-dashoffset: 23px;
}

.ham7.active .bottom {
    stroke-dashoffset: -83px;
}

.ham8 .top {
    stroke-dasharray: 40 160;
}

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
    stroke-dashoffset: -64px;
}

.ham8.active .middle {
    stroke-dashoffset: -20px;
    transform: rotate(90deg);
}

.ham8.active .bottom {
    stroke-dashoffset: -64px;
}

.webrion-change-swiper .change-item::after {
    content: "";
    width: 55%;
    height: 100%;
    border: 3px solid #AC9B7F;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.webrion-change-swiper .change-item img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.webrion-change-swiper .change-item .before {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 30px;
    background: #ffffff36;
    padding: 0 20px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webrion-change-swiper .change-item .after {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 30px;
    background: #ffffff36;
    padding: 0 20px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webrion-change-swiper .change-item .content-ellipse {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    background: #AC9B7F;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.webrion-appointment-form {
    padding: 70px 0;
}

.webrion-appointment-form .row {
    align-items: center;
}

.webrion-appointment-form .appointment-text-wrapper h1 {
    display: block;
    font-size: 40px;
    font-weight: 600;
}

.webrion-appointment-form .appointment-text-wrapper span {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.1;
    display: flex;
    letter-spacing: 13px;
    margin-top: 5px;
}

.webrion-appointment-form .appointment-text-wrapper p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 60px;
    max-width: 65%;
}

.webrion-appointment-form .appointment-contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.webrion-appointment-form .appointment-contact-list ul li a {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.webrion-appointment-form .appointment-contact-list ul li a:hover {
    color: #141D26;
    transition: 0.3s;
}

.webrion-appointment-form .appointment-contact-list ul li a img {
    width: 25px;
    height: auto;
}

.webrion-appointment-form .appointment-form-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.webrion-appointment-form .appointment-form-head .form-head-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
}

.webrion-appointment-form .appointment-form-head .form-head-title span {
    display: block;
    color: #AC9B7F;
    font-size: 35px;
    font-weight: 300;
}

.webrion-appointment-form .appointment-form-wrapper {
    padding-bottom: 30px;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check {
    position: relative;
    margin-bottom: 30px;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label {
    position: relative;
    padding-left: 25px;
    color: #000;
    font-weight: 300;
    margin: 0;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label.checked::after {
    opacity: 1;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 0;
    width: 12px;
    height: 12px;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    cursor: pointer;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check label span {
    width: 100%;
    margin-left: 0;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-check .wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-form-item:first-child {
    margin-bottom: 30px;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-form-item input,
select {
    width: 100%;
    background: #F5F5F5;
    height: 60px;
    padding: 0 30px;
    outline: none;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-form-item input,
select::placeholder {
}


.appointment-btn {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.appointment-btn:hover {
    color: #fff;
    transition: 0.3s;
    background: #fff;
}

.hb_left {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 10px;
}

.hb_left .number_1.slider_number {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    line-height: 0.9;
}

.hb_left .number_2.slider_piece {
    color: #B9B9B9;
    font-size: 25px;
    font-weight: 400;
    line-height: 0.9;
}

.hb_left .number_slash {
    color: #B9B9B9;
    font-size: 25px;
    font-weight: 400;
    line-height: 0.9;
}

.webrion-quick-btn {
    padding-bottom: 60px;
}

.webrion-quick-btn .quick-btn-wrapper {
    border: 1px solid #E9E9E9;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 30px 30px;
}

.webrion-quick-btn .quick-btn-wrapper ul {
    display: flex;
    gap: 30px;
}

.webrion-quick-btn .quick-btn-wrapper ul li a {
    border: 1px solid #83a9d954;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    color: #AC9B7F8c;
}

.webrion-quick-btn .quick-btn-wrapper ul li .active {
    background: #83a9d938;
    border: none;
    color: #AC9B7F;
}

.webrion-who-are-we {
    padding-bottom: 60px;
    position: relative;
    z-index: 999;
}

.webrion-who-are-we::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 6%;
    width: 88%;
    height: 85%;
    padding: 30px;
}

.webrion-who-are-we .who-are-we-text {
    position: relative;
    padding: 60px;
}

.webrion-who-are-we .who-are-we-text.second {
    margin-left: 25px;
}

.webrion-who-are-we .who-are-we-text.txt-bg {
    padding: 40px;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: fit-content;
    margin: 0;
}

.webrion-who-are-we .who-are-we-text.txt-bg .who-are-we-title {
    color: #fff;
}

.webrion-who-are-we .who-are-we-text.txt-bg p {
    color: #fff;
}

.webrion-who-are-we .who-are-we-text .who-are-we-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}


.webrion-who-are-we .who-are-we-text p {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 30px !important;
}

.webrion-vision-mission {
    padding-bottom: 99px;
    padding-top: 30px;
    position: relative;
}

.webrion-vision-mission .vision-mission-wrapper {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-image: url(../img/mission-vission.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item {
    background: #AC9B7Fc4;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    border-radius: 30px 0 0 30px;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item.second {
    background: #83a9d99e;
    backdrop-filter: blur(7px);
    width: 100%;
    height: 100%;
    border-radius: 0 30px 30px 0;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item .mission-title {
    color: #fff;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item .vision-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.webrion-vision-mission .vision-mission-wrapper .vision-mission-item.second p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: end;
}

.webrion-team {
    padding-bottom: 99px;
}

.webrion-team .team-wrapper .team-search-area {
    padding-bottom: 60px;
}

.webrion-team .team-wrapper .team-search-area .team-search-item {
    position: relative;
}

.webrion-team .team-wrapper .team-search-area .team-search-item input {
    background: #AC9B7F;
    color: #fff;
    border: none;
    outline: none;
    padding: 0 50px;
    height: 50px;
    border-radius: 30px;
}

.webrion-team .team-wrapper .team-search-area .team-search-item input::placeholder {
    color: #fff;
}

.webrion-team .team-wrapper .team-search-area .team-search-item i {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 17px;
}

.webrion-team .team-wrapper .team-content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 99px;
}

.webrion-team .team-wrapper .team-content .team-item {
    position: relative;
    background: #83a9d954;
    border-radius: 30px;
    padding: 30px;
    padding-top: 0;
}

.webrion-team .team-wrapper .team-content .team-item .team-img {
    margin-bottom: 30px;
    margin-top: -30px;
    margin-right: -70px;
}

.webrion-team .team-wrapper .team-content .team-item .team-img img {
    border-radius: 30px;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.webrion-team .team-wrapper .team-content .team-item span {
    font-weight: 500;
    font-size: 15px;
    color: #AC9B7F;
    margin-bottom: 10px;
    font-style: italic;
    opacity: 25%;
}

.webrion-team .team-wrapper .team-content .team-item .team-title {
    color: #AC9B7F;
    font-size: 25px;
    margin-bottom: 10px
}

.webrion-team .team-wrapper .team-content .team-item .team-paragraf {
    color: #AC9B7F;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 40px;
}

.webrion-team .team-wrapper .team-content .team-item .team-btn-content {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 0 10px 0 0;
}

.webrion-team .team-wrapper .team-content .team-item .team-btn-content .team-btn {
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.webrion-team .team-wrapper .team-content .team-item .team-btn-content .team-btn.border {
    border: 1px solid #fff !important;
    border-radius: 0 10px 0 0;
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
}

.webrion-team .team-wrapper .team-content .team-item .team-btn-content .team-btn i {
    color: #AC9B7F;
}

.webrion-faq {
    padding-bottom: 99px;
}

.webrion-faq .accordion-sect {
    background: #fff;
    border: 1px solid #AC9B7F33;
    border-radius: 30px;
}

.webrion-faq .accordion-sect .accordion-row {
    display: flex;
    flex-direction: column;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #AC9B7F33;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item:last-child {
    border-bottom: none !important;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item .accordion-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item .accordion-content span {
    color: #AC9B7F;
    font-size: 17px;
    font-weight: 500;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item .accordion-content i {
    color: #AC9B7F;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item .accordion-results {
    display: none;
    margin: 0 40px;
    margin-top: 0;
    margin-bottom: 40px;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item .accordion-results p {
    color: #AC9B7F;
    font-weight: 300;
}

.webrion-faq .accordion-sect .accordion-row .accordion-item.active .accordion-results {
    display: block;
}

.faq-form {
    padding: 30px;
    background: linear-gradient(90deg, #83a9d92b, #fff);
    border-radius: 30px;
}

.faq-form .faq-form-wrapper .faq-form-text {
    margin-bottom: 30px;
}

.faq-form .faq-form-wrapper .faq-form-text .faq-form-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    color: #AC9B7F;
}

.faq-form .faq-form-wrapper .faq-form-text .faq-form-title span {
    font-size: 25px;
    font-weight: 300;
    color: #AC9B7F;
    display: flex;
}

.faq-form .faq-contact-form .faq-form-item input {
    width: 100%;
    background: #fff;
    border: 1px solid #AC9B7F24;
    height: 50px;
    padding: 0 30px;
    outline: none;
    border-radius: 30px;
    color: #AC9B7F;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
}

.faq-form .faq-contact-form .faq-form-item input::placeholder {
    color: #AC9B7F;
    opacity: 50%;
}


.faq-form .faq-contact-form .faq-form-item select option::placeholder {
    color: #AC9B7F;
    opacity: 50%;
}

.faq-form .faq-contact-form .faq-form-item input[type=date]::placeholder {
    color: #AC9B7F;
    opacity: 50%;
}

.faq-form .faq-contact-form .faq-form-item select {
    width: 100%;
    background: #fff;
    border: 1px solid #AC9B7F24;
    height: 50px;
    padding: 0 30px;
    outline: none;
    border-radius: 30px;
    color: #AC9B7F;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
}

.faq-form .faq-contact-form .faq-btn {
    background: #AC9B7F;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webrion-gallery-detail {
    padding-bottom: 99px;
}

.webrion-gallery-detail .gallery-detail-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content {
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 1px solid #0000001c;
    border-radius: 20px;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item {
    position: relative;
    width: 100%;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .gallery-content-ellipse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .gallery-content-ellipse .ellipse-text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .change-item::before {
    content: "";
    width: 55%;
    height: 100%;
    border: 3px solid #AC9B7F;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .change-item .before {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 30px;
    background: #ffffff36;
    padding: 0 20px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .change-item .after {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 30px;
    background: #ffffff36;
    padding: 0 20px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item .content-ellipse {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    background: #AC9B7F;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.webrion-single {
    padding: 99px 0;
}

.webrion-single .other-treatments {
    border: 1px solid #E0E0E0;
    padding: 30px;
    border-radius: 30px;
    margin-top: 30px;
}

.webrion-single .other-treatments .treatments-head .treatments-title {
    color: #AC9B7F;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.webrion-single .other-treatments ul li a {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.webrion-single .other-treatments ul li a.active {
    color: #AC9B7F;
    font-weight: 400;
    font-size: 20px;
}

.webrion-single .single-text .single-paragraf {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.webrion-single .single-text .single-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    color: #AC9B7F;
    margin-bottom: 20px;
}

.webrion-single .single-text .single-social {
    background: linear-gradient(90deg, #83a9d92b, #fff);
    padding: 15px 25px;
    width: 300px;
    margin-bottom: 30px;
    border-radius: 30px 0 0 30px;
}

.webrion-single .single-text .single-social .single-social-text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.webrion-single .single-text .single-social ul {
    display: flex;
    gap: 10px;
}

.webrion-single .single-text .single-social ul li a {
    color: #AC9B7F;
    font-size: 20px;
}

.webrion-contact-map iframe {
    padding: 20px;
    border: 1px solid #E1E1E1 !important;
}

.comparison-slider .text-comparison {
    background-color: #ffffff33;
    padding: 7px 20px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    cursor: default;
}

.comparison-slider-wrapper img {
    height: 100%;
    object-fit: cover;
}

.comparison-slider-wrapper *::selection {
    background-color: unset !important;
}

.webrion-who-are-we .row {
    align-items: center;
}

.webrion-who-are-we .col-lg-6 {
    padding: 0;
}

.webrion-contact .row {
    align-items: center;
}

.webrion-contact-us .row {
    align-items: center;
}

.webrion-gallery .row {
    align-items: center;
}

.entry-pagination .swiper-pagination {
    position: relative;
}

.gallery-content-ellipse.zoom-image {
    opacity: 0;
}

.webrion-gallery-detail .gallery-detail-grid .gallery-detail-content .gallery-detail-item:hover .zoom-image {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.webrion-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 20%;
}

header .head-bar-wrapper .right-bar {
    display: none;
}

header .head-bar-wrapper .right-bar ul li i {
    color: #fff !important;
}

footer {
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #141D26;
}

footer .footer-content {
    display: flex;
    gap: 30px;
    position: relative;
    background: #141D26;
    padding: 50px;
    padding-right: 0;
}

footer .footer-group {
    flex: 1;
    z-index: 99;
}

footer .footer-group.f-group {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex: 1.5;
}

footer .footer-group .footer-logo a {
    display: inline-block;
}

footer .footer-group .footer-logo img {
    width: 250px;
}

footer .footer-group .footer-social-list ul {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
}

footer .footer-group .footer-social-list ul li a {
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

footer .footer-group .footer-social-list ul li a:hover {
    background: #AC9B7F;
    color: #fff;
    border-color: #AC9B7F;
    transition: 0.3s;
}

footer .footer-group .footer-contact .footer-contact-title {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
}

footer .footer-group .footer-contact .footer-contact-title a {
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: 500;
    transition: 0.3s;
}

footer .footer-group .footer-contact .footer-contact-title span:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

footer .footer-group ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

footer .footer-group ul li a {
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

footer .footer-group ul li a:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-references {
    padding: 60px 0;
    position: relative;
}

.webrion-references::before {
    content: "";
    width: 100%;
    height: 533px;
    position: absolute;
}

.webrion-references .row {
    align-items: center;
}

.webrion-references .references-text .references-title {
    display: block;
    font-size: 40px;
    font-weight: 600;
}

.webrion-references .references-text .references-title span {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.1;
    display: flex;
    letter-spacing: 13px;
    margin-top: 5px;
}

.webrion-copyright {
    padding: 30px 0;
}

.webrion-copyright .copyright-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webrion-projects {
    padding-bottom: 60px;
}

.webrion-projects .projects-image {
    position: relative;
}

.webrion-projects .projects-phone {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.webrion-projects .projects-phone a {
    padding: 0 20px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 15px;
    transition: 0.3s;
}

.webrion-projects .projects-phone a:hover {
    transition: 0.3s;
}

.webrion-projects .projects-phone img {
    width: 25px;
}

.webrion-projects .projects-content {
    padding: 30px;
    padding-right: 0;
    border: 1px solid #E1E1E1;
    border-right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.webrion-projects .projects-content .projects-text {
    margin-bottom: 20px;
}

.webrion-projects .projects-content .projects-text-bg {
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s;
}

.webrion-projects .projects-content .projects-text-bg:hover {
    background: #141D26;
    transition: 0.3s;
}

.webrion-projects .projects-content .projects-text ul {
    display: flex;
    gap: 30px;
}

.webrion-projects .projects-content .projects-text ul li {
    list-style: disc;
    color: #00000059;
}

.webrion-projects .projects-content .projects-text ul li:first-child {
    list-style: none;
}

.webrion-projects .projects-content .projects-text h2 {
    color: #000;
}

.webrion-projects .projects-content .projects-box ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.webrion-projects .projects-content .projects-box ul li {
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
}

.webrion-projects .projects-content .projects-box ul li.active {
    color: #41B94D;
}

.webrion-projects .projects-content .projects-box ul li.active img {
    background: #41B94D;
}

.webrion-projects .projects-content .projects-box ul li img {
    width: 50px;
    display: flex;
    padding: 8px;
}

.webrion-projects .projects-content .projects-box ul li span {
    position: relative;
}

.webrion-projects .projects-content .projects-box ul li.active span::before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: relative;
    color: #41B94D;
    border: 1px solid;
}

.webrion-projects .projects-content .projects-box ul li span::before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: relative;
    color: #E8E8E8;
    border: 1px solid;
}

.webrion-projects .projects-content .projects-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(270deg);
}

.webrion-projects .projects-content .projects-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    transition: 0.3s;
}

.webrion-projects .projects-content .projects-btn span:hover {
    transition: 0.3s;
}

.webrion-projects .projects-content .projects-btn img {
    width: 30px;
    margin-bottom: 4px;
}

.webrion-projects .projects-address {
    padding: 20px;
    margin-top: 30px;
}

.webrion-projects .projects-address h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.webrion-projects .projects-address ul {
    display: flex;
    gap: 30px;
}

.webrion-projects .projects-address ul li a {
    display: flex;
    gap: 5px;
}

.webrion-projects .projects-address ul li i {
    color: #AC9B7F;
}

.webrion-projects .projects-content .projects-d-content ul {
    display: flex;
    flex-direction: column;
}

.webrion-projects .projects-content .projects-d-content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

.webrion-projects .projects-content .projects-d-content ul li .d-text {
    color: #000;
    font-weight: 500;
}

.webrion-projects .projects-content .projects-d-content ul li span::before {
    content: "";
    width: 2px;
    height: 30px;
    display: block;
    position: relative;
    border: 1px solid;
}

.webrion-projects-gallery {
    margin-bottom: 60px;
}

.webrion-projects-gallery .projects-wrapper {
    padding: 40px;
}

.webrion-projects-gallery .projects-gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.webrion-projects-gallery .projects-gallery-head .projects-gallery-title {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 500;
}

.webrion-projects-gallery .projects-gallery-head .projects-gallery-arrow {
    display: flex;
    gap: 10px;
}

.webrion-projects-gallery .projects-gallery-head .projects-gallery-arrow .projects-button-prev img {
    width: 60px;
}

.webrion-projects-gallery .projects-gallery-head .projects-gallery-arrow .projects-button-next img {
    width: 60px;
}

.webrion-projects-gallery .projects-gallery-body {
    background: #ffffff21;
    padding: 20px;
}

.webrion-blog-page {
    padding-bottom: 60px;
}

.webrion-blog-page .blog-page-wrapper {
    position: relative;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    height: 100%;
    border: 1px solid #E1E1E1;
    margin-bottom: 30px;
    position: relative;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content:last-child {
    margin-bottom: 0;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item.box {
    padding-right: 30px;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-date {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-date:hover {
    background: #141D26;
    transition: 0.3s;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-text {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    text-align: right;
    padding-left: 30px;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-text h1 {
    font-size: 25px;
    color: #000;
    font-weight: 400;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-text p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 30px;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-text .blog-btn {
    background: #141D26;
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: fit-content;
    text-align: right;
    transition: 0.3s;
}

.webrion-blog-page .blog-page-wrapper .blog-page-content .page-content-item .blog-text .blog-btn:hover {
    transition: 0.3s;
}

.webrion-blog-page .blog-page-form {
    padding: 30px;
    background: #F5F5F5;
    position: sticky;
}

.webrion-blog-page .blog-page-form .form-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}

.webrion-blog-page .blog-page-form p {
    font-size: 17px;
    font-weight: 200;
    color: #000;
}

.webrion-blog-page .blog-page-form .contact-form .contact-item input {
    background: #F5F5F5;
    outline: none;
    width: 100%;
    height: 60px;
    padding: 0 20px;
}

.webrion-blog-page .blog-page-form .contact-form .contact-item {
    margin-bottom: 15px;
}

.webrion-blog-page .blog-page-form .contact-form .contact-form-btn input {
    color: #fff;
    background: #141D26;
    border: none;
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: 0.3s;
    width: 100%;
}

.webrion-blog-page .blog-page-form .contact-form .contact-form-btn input:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-blog-page .blog-page-detail .single-paragraf {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.webrion-blog-page .blog-page-detail .single-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    color: #AC9B7F;
    margin-bottom: 20px;
}

.webrion-blog-page .other-content {
    border: 1px solid #E0E0E0;
    padding: 30px;
    margin-top: 30px;
}

.webrion-blog-page .other-content .other-content-head .other-content-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.webrion-blog-page .other-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrion-blog-page .other-content ul li a {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    transition: 0.3s;
}

.webrion-blog-page .other-content ul li a:hover {
    transition: 0.3s;
}

.webrion-blog-page .other-content ul li .active {
    font-weight: 500;
}

.webrion-content {
    display: flex;
}

.webrion-grid {
    width: 92%;
    position: relative;
}

.webrion-grid.sidebar {
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webrion-grid.sidebar .webrion-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-menu img {
    width: 40px;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-lang ul {
    display: flex;
    flex-direction: column;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-lang ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-lang ul li a:hover {
    color: #AC9B7F;
    transition: 0.3s;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-social-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-social-list ul li a {
    border: 1px solid #000;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-social-list ul li a:hover {
    color: #fff !important;
    transition: 0.3s;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-text {
    transform: rotate(270deg);
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-text .sidebar-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: max-content;
}

.container-fluid {
}

.webrion-references .container-fluid {
    padding-top: 30px;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-contact ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-contact ul li a {
    border: 1px solid #000;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: 0.3s;
}

.webrion-grid.sidebar .webrion-sidebar .sidebar-contact ul li a:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-appointment-form.nav-menu .appointment-form-wrapper .appointment-contact-form .appointment-check label {
    color: #fff;
}

footer .footer-group .f-header {
    display: none;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 13px !important;
    position: relative;
    display: block;
    top: 0;
    font-weight: 400
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd !important;
    font-size: 14px;
    color: #7a6e6f !important;
    border-radius: 10px;
}

.wpcf7 form .wpcf7-response-output {
    background: #5b9361 !important;
    color: #fcf3f3 !important;
    font-size: 13px !important;
    margin: 20px 0 0;
    padding: 10px;
    border: unset;
    border-radius: 10px;
}

.webrion-copyright .copyright-text .copyright-title p {
    margin-bottom: 0;
}

.webrion-copyright .copyright-text .copyright-title a {
    color: #000000;
}


.webrion-contact .webrion-contact-form.human-resources {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.webrion-contact .webrion-contact-form.human-resources .form-title {
    text-align: center;
    margin-bottom: 15px;
}

.webrion-contact .webrion-contact-form.human-resources p {
    max-width: 70%;
    text-align: center;
}

.webrion-blog-page .blog-page-detail .wp-block-heading {
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.1;
}

.webrion-blog-page .blog-page-detail p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3;
}

.webrion-contact-map {
    padding-left: 60px !important;
}

.contact-form-btn .wpcf7-spinner {
    position: absolute;
    top: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
    background: #fff3cd !important;
    font-size: 14px;
    color: #000 !important;
    border-radius: 10px;
}

.webrion-projects .projects-wrapper {
    margin-bottom: 25px;
}

.webrion-projects .projects-cont {
    padding-left: 60px;
}

.breadcrumb-content ul li.separator {
    font-size: 20px;
}

.pd-sw {
    padding-right: 114px !important;
}