/*
Theme Name: Alanyadentclinic
Theme URI: https://alanyadentclinic.com/
Author: Alanyadentclinic
Author URI: https://alanyadentclinic.com/
Description: https://alanyadentclinic.com/
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: Webrion tema.
License URI: https://alanyadentclinic.com/
*/

* {
    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: 'Volte' !important;
    font-family: 'Volte', sans-serif !important;
}

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

* a {
    color: inherit;
}

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

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

li {
    list-style: none;
}

img {
    width: 100%;
}

p {
    margin: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
}

header::before {
    content: "";
    width: 6%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffff;
    z-index: -3;
}

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

header .head-bar-wrapper .left-bar .logo {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 37px 35px;
    padding-left: 0;
    border-radius: 0 0 60px 0;
    position: relative;
    z-index: 9999999;
}

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

header .head-bar-wrapper .left-bar .logo img {
    width: 190px;
    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: 30px;
    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: 16px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

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

header .head-bar-wrapper .right-bar .menu-lang ul li a {
    color: #1A4D8C;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

header .head-bar-wrapper .right-bar .text-phone {
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

header .head-bar-wrapper .right-bar .text-phone .text-phone-img {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .head-bar-wrapper .right-bar .text-phone .text-phone-img img {
    width: 20px;
}

header .head-bar-wrapper .right-bar .text-phone .attach {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

header .head-bar-wrapper .right-bar .text-phone span {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
}

.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-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;
    top: 40%;
    z-index: 99;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .hero-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 65%;
    text-transform: uppercase;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px !important;
    max-width: 55%;
}

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .webrion-swiper-btn {
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    padding: 0 15px 0 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
    height: 50px;
}

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

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

.webrion-entry .entry-wrapper .webrion-swiper .swiper-content .webrion-swiper-btn i {
    color: #fff;
    font-size: 25px;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.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-content {
    display: flex;
    align-items: end;
}

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

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-box {
    display: flex;
    background: #ffffff59;
    padding: 30px;
    border-radius: 30px 30px 0 0;
    gap: 60px;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-box .entry-box-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-box .entry-box-item img {
    width: 50px;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-bottom-content .entry-box .entry-box-item .entry-box-item-text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-date-btn {
    background: #ffffff59;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    position: relative;
    overflow: hidden;
    bottom: 30px;
    transition: 0.3s;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-date-btn:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-date-btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    flex-direction: column;
    gap: 5px;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-bottom .entry-date-btn img {
    width: 35px;
}

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

.webrion-contact-us {
    padding: 60px 0;
}

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

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

.webrion-contact-us .contact-us-right span {
    color: #83A9D9;
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.webrion-contact-us .contact-us-right h2 {
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
}

.webrion-contact-us .contact-us-right h2 span {
    color: #1A4D8C;
    display: block;
    font-size: 34px;
    font-weight: 400;
}

.webrion-contact-us .contact-us-right p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

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

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    width: fit-content;
    margin-top: 30px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
    padding: 0 20px 0 20px;
    height: 50px;
}

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

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

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone i {
    color: #1A4D8C;
    font-size: 25px;
    position: relative;
    top: -1px;
}

.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: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.webrion-service .webrion-service-head .service-head-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.webrion-service .webrion-service-head .service-head-title .service-icon img {
    width: 60px;
}

.webrion-service .webrion-service-head .service-head-title .service-text {
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.1;
}

.webrion-service .webrion-service-head .service-head-title .service-text span {
    display: block;
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 400;
}

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

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

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

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

.webrion-service .webrion-service-head .service-arrow .button-next:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-arrow .button-next:hover i {
    color: #fff;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-arrow .button-prev:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-service .webrion-service-head .service-arrow .button-prev:hover i {
    color: #fff;
    transition: 0.3s;
}

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

.webrion-service .webrion-service-body .service-content span {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #1A4D8C;
    line-height: 1.3;
    TEXT-ALIGN: END;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.webrion-service .webrion-service-body .service-content span:hover {
    color: #83A9D9;
    transition: 0.3s;
}

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

.webrion-service .webrion-service-body .service-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 0;
    border-radius: 30px;
}

.webrion-service .webrion-service-body .service-content .service-title {
    font-size: 17px;
    font-weight: 500;
    color: #1A4D8C;
    position: absolute;
    bottom: 0;
    background: #F4F7FC;
    width: fit-content;
    padding: 0 30px;
    height: 60px;
    border-radius: 0 30px 0 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.webrion-service .webrion-service-body .service-content .service-title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -19px;
    background-image: url(https://wd1.webrion.com.tr/wp-content/uploads/2024/05/service-btn-border-radius.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.webrion-service .webrion-service-body .service-content .service-title::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -11px;
    background-image: url(https://wd1.webrion.com.tr/wp-content/uploads/2024/05/service-btn-border-radius.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.webrion-service .webrion-service-body .service-content .service-title:hover {
    color: #83A9D9;
}

.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: #1A4D8C !important;
}

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

.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 {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-next {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-next:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-next i:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-prev:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-gallery .webrion-gallery-head .gallery-arrow .gallery-button-prev i:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-gallery .webrion-gallery-head .gallery-head-tittle {
    color: #1A4D8C;
    font-size: 38px;
    font-weight: 300;
}

.webrion-gallery .about-text h3 {
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.webrion-gallery .about-text h3 span {
    display: block;
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 400;
}

.webrion-gallery .about-text p {
    color: #000;
    margin-bottom: 30px !important;
    font-size: 18px;
    font-weight: 400;
}

.webrion-gallery .about-text a {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    width: fit-content;
    padding: 0 15px 0 20px;
    height: 55px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    font-weight: 500;
    transition: 0.3s;
    font-size: 17px;
}

.webrion-gallery .about-text a:hover {
    background: #3E4E80;
    color: #fff;
    border-color: #3E4E80;
    transition: 0.3s;
}

.webrion-gallery .about-text a:hover i {
    color: #fff;
    transition: 0.3s;
}

.webrion-comment {
    padding-bottom: 80px;
    margin-bottom: 40px;
    padding-top: 50px;
    position: relative;
}

.webrion-comment::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(https://wd1.webrion.com.tr/wp-content/uploads/2024/05/comment-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.webrion-comment .webrion-comment-head {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 40px;
    position: relative;
}

.webrion-comment .webrion-comment-head .comment-head-title {
    color: #1A4D8C;
    font-size: 32px;
    font-weight: 400;
    text-align: end;
    line-height: 1.1;
}

.webrion-comment .webrion-comment-head .comment-head-title span {
    display: block;
    color: #1A4D8C;
    font-size: 33px;
    font-weight: 600;
}

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

.stars .star {
    color: #FDCC0D;
}

.webrion-comment-swiper .comment-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrion-comment-swiper .comment-item .comment-head {
    display: flex;
    align-items: center;
    gap: 15px;
}

.webrion-comment-swiper .comment-item .comment-head img {
    width: 40px;
}

.webrion-comment-swiper .comment-item .comment-head .head-title {
    font-size: 20px;
    color: #1A4D8C;
    font-weight: 500;
}

.webrion-comment-swiper .comment-item .comment-head span {
    display: flex;
    color: #BABABA;
    font-size: 13px;
    font-weight: 400;
}

.webrion-comment-swiper .comment-item p {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: #393939;
}

.webrion-comment-swiper .comment-item a {
    color: #1A4D8C;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;

}

.webrion-comment-swiper .comment-item a:hover {
    color: #000;
    transition: 0.3s;
}

.webrion-comment .webrion-comment-body .comment-body-grid .comment-swipe {
    width: 100%;
}

.webrion-blog {
    padding-bottom: 80px;
    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-head-title {
    color: #1A4D8C;
    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-icon img {
    width: 60px;
}

.webrion-blog .webrion-blog-head .blog-head-title .blog-text {
    font-size: 32px;
    font-weight: 400;
    color: #1A4D8C;
}

.webrion-blog .webrion-blog-head .blog-head-title span {
    display: block;
    color: #1A4D8C;
    font-size: 33px;
    font-weight: 600;
}

.webrion-blog .webrion-blog-head a {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    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: #1A4D8C;
    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 {
    background: unset;
    border: 1px solid #1a4d8c24;
    padding: 30px;
    border-radius: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.webrion-blog-swiper .blog-content img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.webrion-blog-swiper .blog-content .blog-content-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
    line-height: 1.3;
}

.webrion-blog-swiper .blog-content p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px !important;
}

.webrion-blog-swiper .blog-content .blog-btn a {
    color: #1A4D8C;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.webrion-blog-swiper .blog-content .blog-btn a:hover {
    color: #83A9D9;
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content .blog-btn a:hover i {
}

.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: #1A4D8C !important;
}

footer .footer-grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 0px 0px;
}

footer .footer-grid .footer-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-grid .footer-item .footer-left {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    height: 100%;
    margin: 30px 0;
}

footer .footer-grid .footer-item .footer-left .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-grid .footer-item .footer-left .footer-logo img {
    width: 250px;
}

footer .footer-grid .footer-item .footer-left .footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

footer .footer-grid .footer-item .footer-left .footer-social ul {
    border: 1px solid #000;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    padding-left: 20px !important;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .footer-grid .footer-item .footer-left .footer-social ul li a {
    color: #000;
    font-size: 17px;
    transition: 0.3s;
    font-weight: 500;
}

footer .footer-grid .footer-item .footer-left .footer-social ul li a:hover {
    color: #1A4D8C;
    transition: 0.3s;
}

footer .footer-grid .footer-item .footer-left .footer-social span {
    font-size: 50px;
    color: #1A4D8C;
    font-weight: 600;
    line-height: 1.1;
    max-width: 30%;
}

footer .footer-grid .footer-item .footer-left .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

footer .footer-grid .footer-item .footer-content {
    display: flex;
    gap: 30px;
    padding: 40px;
    background: #83a9d91c;
    height: 100%;
}

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

footer .footer-grid .footer-group .f-header {
    font-size: 30px;
    color: #1A4D8C;
    font-weight: 600;
    margin-bottom: 15px;
}

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

footer .footer-grid .footer-group ul li a {
    color: #1A4D8C;
    font-size: 17px;
    font-weight: 400;
}

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

footer .footer-grid .footer-bottom {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #1A4D8C;
    gap: 25px;
}

footer .footer-grid .footer-bottom .footer-bottom-title {
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}


footer .footer-grid .footer-bottom .footer-bottom-btn {
    width: 100%;
}

footer .footer-grid .footer-bottom .footer-bottom-btn a {
    border: 1px solid #fff;
    color: #fff;
    padding: 0 15px 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: space-between;
    border-radius: 30px;
    font-size: 15px;
    transition: 0.3s;
}

footer .footer-grid .footer-bottom .footer-bottom-btn a:hover {
    background: #fff;
    color: #1A4D8C;
    transition: 0.3s;
}

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

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

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

.comment-arrow .comment-button-next:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.comment-arrow .comment-button-next i:hover {
    color: #fff;
    transition: 0.3s;
}

.comment-arrow .comment-button-prev:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.comment-arrow .comment-button-prev i:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-breadcrumb {
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.webrion-breadcrumb .breadcrumb-content {
    position: absolute;
    background: #83a9d978;
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 30px 0;
    z-index: 99;
    bottom: 0;
}

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

.webrion-breadcrumb .breadcrumb-content ul {
    display: flex;
    gap: 15px;
}

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

.webrion-breadcrumb .breadcrumb-content ul li a {
    color: #fff;
    transition: 0.3s;

}

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

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

.webrion-icon-content .icon-wrapper {
    background: #1A4D8C;
    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: #1A4D8C;
    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: #1A4D8C;
    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: #1A4D8C;
    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 .container-fluid {
    position: relative;
    margin: 0;
    padding: 0 80px;
    width: 100%;
    max-width: 100%;
}

.webrion-contact .container-fluid::before {
    content: "";
    background: linear-gradient(90deg, #83a9d92b, #fff);
    border-radius: 0 30px 30px 0;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}

.webrion-contact .webrion-contact-content .contact-list {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

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

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

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

.webrion-contact .webrion-contact-content .contact-list ul li a:hover i {
    color: #3E4E80;
    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;
    color: #1A4D8C;
}

.webrion-contact .webrion-contact-form {
    margin: 30px;
}

.webrion-contact .webrion-contact-form::after {
    content: "";
    background: #1A4D8C;
    width: 5px;
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 0;
}

.webrion-contact .webrion-contact-form .form-title {
    font-size: 34px;
    font-weight: 500;
    color: #1A4D8C;
}

.webrion-contact .webrion-contact-form p {
    font-size: 18px;
    font-weight: 400;
    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: #fff;
    border: 1px solid #1a4d8c24;
    outline: none;
    color: #1A4D8C;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-radius: 30px;
    -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);
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input::placeholder {
    color: #1A4D8C;
    opacity: 50%;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea {
    height: 168px;
    background: #fff;
    border: 1px solid #1a4d8c24;
    outline: none;
    color: #1A4D8C;
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    -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);
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea::placeholder {
    color: #1A4D8C;
    opacity: 50%;
}

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input {
    color: #fff;
    background: #1A4D8C;
    border: none;
    padding: 0 30px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    transition: 0.3s;
}

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input:hover {
    color: #1A4D8C;
    background: #83a9d91c;
    border-color: #83a9d91c;
    transition: 0.3s;
}

.webrion-service {
    background: #83a9d91c;
    padding: 60px 0;
    margin-bottom: 99px;
}

.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 #1A4D8C;
    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: #1A4D8C;
    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: #1A4D8C;
    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 #1A4D8C;
    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 #1A4D8C;
    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 #1A4D8C;
    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 .service-head-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.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 #1A4D8C;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.webrion-service .webrion-service-grid .service-col .all-service ul li a {
    color: #1A4D8C;
    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 #1A4D8C;
}

.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: #3E4E80;
    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: #3E4E80;
    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: #1A4D8C;
    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: #1A4D8C !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 #1A4D8C;
    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: #1A4D8C;
}

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

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

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: #1A4D8C;
}

.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: #1A4D8C;
    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-section {
    background: #83a9d91c;
    padding: 60px 0;
    margin-bottom: 99px;
}

.webrion-change-swiper .change-item::after {
    content: "";
    width: 55%;
    height: 100%;
    border: 3px solid #1A4D8C;
    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: #1A4D8C;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.webrion-change-section .change-section-text {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: end;
}

.webrion-change-section .change-section-text h4 {
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 600;
}

.webrion-change-section .change-section-text h4 span {
    display: block;
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 400;
}

.webrion-change-section .change-section-text p {
    color: #000;
    margin-bottom: 30px !important;
    font-size: 18px;
    font-weight: 400;
}

.webrion-change-section .change-section-text .change-arrow {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
}

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

.webrion-change-section .change-section-text .change-arrow .change-button-next {
    color: #1A4D8C;
    border: 1px solid #1A4D8C;
    width: 50px;
    height: 50px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
}

.webrion-change-section .change-section-text .change-arrow .change-button-next:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-change-section .change-section-text .change-arrow .change-button-next i:hover {
    color: #fff;
    transition: 0.3s;
}

.webrion-change-section .change-section-text .change-arrow .change-button-prev:hover {
    background: #1A4D8C;
    transition: 0.3s;
}

.webrion-change-section .change-section-text .change-arrow .change-button-prev i:hover {
    color: #fff;
    transition: 0.3s;
}

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

.webrion-appointment-form .appointment-form-head .form-head-title {
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
}

.webrion-appointment-form .appointment-form-head .form-head-title span {
    display: block;
    color: #1A4D8C;
    font-size: 34px;
    font-weight: 400;
}

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

.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: #fff;
    border: 1px solid #1a4d8c24;
    height: 70px;
    padding: 0 30px;
    outline: none;
    border-radius: 30px;
    color: #1A4D8C;
    -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);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.webrion-appointment-form .appointment-form-wrapper .appointment-contact-form .appointment-form-item input,
select::placeholder {
    color: #1A4D8C;
}

.appointment-btn input {
    background: #1A4D8C;
    width: 100%;
    height: 70px;
    padding: 0 30px;
    color: #fff;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;

    transition: 0.3s;
}

.appointment-btn input:hover {
    background: #83A9D9;
    transition: 0.3s;
}

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

.hb_left .number_1.slider_number {
    font-size: 50px;
    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 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    color: #1a4d8c8c;
    transition: 0.3s;
}

.webrion-quick-btn .quick-btn-wrapper ul li a:hover {
    background: #83a9d954;
    color: #1A4D8C;
    transition: 0.3s;
}

.webrion-quick-btn .quick-btn-wrapper ul li .active {
    background: #83a9d938;
    border: none;
    color: #1A4D8C;
    transition: 0.3s;
}

.webrion-quick-btn .quick-btn-wrapper ul li .active:hover {
    background: #1A4D8C;
    color: #fff;
    transition: 0.3s;
}

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

.webrion-who-are-we .container-fluid .who-are-we-text .who-are-we-title {
    color: #1A4D8C;
    font-size: 30px;
    font-weight: 400;
}


.webrion-who-are-we .container-fluid .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 .container-fluid .vision-mission-wrapper {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
}

.webrion-vision-mission .container-fluid .vision-mission-wrapper .vision-mission-item {
    background: #1a4d8cc4;
    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 .container-fluid .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 .container-fluid .vision-mission-wrapper .vision-mission-item .mission-title {
    color: #fff;
}

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

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

.webrion-vision-mission .container-fluid .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 .container-fluid .team-wrapper .team-search-area {
    padding-bottom: 60px;
}

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

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

.webrion-team .container-fluid .team-wrapper .team-search-area .team-search-item input::placeholder {
    color: #fff;
    font-size: 13px;
}

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

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

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

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

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

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

.webrion-team .container-fluid .team-wrapper .team-content .team-item span:hover {
    color: #000;
    transition: 0.3s;
}

.webrion-team .container-fluid .team-wrapper .team-content .team-item .team-title {
    color: #1A4D8C;
    font-size: 25px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.webrion-team .container-fluid .team-wrapper .team-content .team-item .team-paragraf {
    color: #1A4D8C;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 40px;
    transition: 0.3s;
}

.webrion-team .container-fluid .team-wrapper .team-content .team-item .team-paragraf:hover {
    color: #000;
    transition: 0.3s;
}

.webrion-team .container-fluid .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 .container-fluid .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;
    transition: 0.3s;
}

.webrion-team .container-fluid .team-wrapper .team-content .team-item .team-btn-content .team-btn:hover {
    background: #fff;
    transition: 0.3s;
}

.webrion-team .container-fluid .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 .container-fluid .team-wrapper .team-content .team-item .team-btn-content .team-btn i {
    color: #1A4D8C;
}

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

.webrion-faq .accordion-sect {
    background: #fff;
    border: 1px solid #1a4d8c33;
    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 #1a4d8c33;
}

.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: #1A4D8C;
    font-size: 17px;
    font-weight: 500;
}

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

.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: #1A4D8C;
    font-weight: 400;
}

.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: #1A4D8C;
}

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

.faq-form .faq-contact-form .faq-form-item input {
    width: 100%;
    background: #fff;
    border: 1px solid #1a4d8c24;
    height: 50px;
    padding: 0 30px;
    outline: none;
    border-radius: 30px;
    color: #1A4D8C;
    -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: #1A4D8C;
    opacity: 50%;
}


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

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

.faq-form .faq-contact-form .faq-form-item select {
    width: 100%;
    background: #fff;
    border: 1px solid #1a4d8c24;
    height: 50px;
    padding: 0 30px;
    outline: none;
    border-radius: 30px;
    color: #1A4D8C;
    -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 input {
    background: #1A4D8C;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border-radius: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-form .faq-contact-form .faq-btn input:hover {
    color: #1A4D8C;
    background: #83a9d91c;
    border-color: #83a9d91c;
    transition: 0.3s;
}

.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 #1A4D8C;
    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: #1A4D8C;
    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 .container-fluid .other-treatments {
    border: 1px solid #E0E0E0;
    padding: 30px;
    border-radius: 30px;
    margin-top: 30px;
}

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

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

.webrion-single .container-fluid .other-treatments ul li a:hover {
    color: #1A4D8C;
    transition: 0.3s;
}

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

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

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

.webrion-single .container-fluid .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 .container-fluid .single-text .single-social .single-social-text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

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

.webrion-single .container-fluid .single-text .single-social ul li a {
    color: #1A4D8C;
    font-size: 20px;
}

.webrion-single .container-fluid .single-text .single-social ul li a:hover {
    transition: 0.3s;
    color: #000;
}

.webrion-contact-map .container-fluid {
}

.webrion-contact-map iframe {
    border-radius: 0 0 30px 30px;
}

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

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

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

.webrion-comment .ti-widget.ti-goog .ti-header .ti-rating-text strong.ti-rating {
    font-size: 40px !important;
    font-weight: 500;
    display: none;
}

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

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

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

.webrion-change-section .row {
    align-items: center;
}

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

.webrion-gallery .webrion-gallery-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

.webrion-gallery .webrion-gallery-content::before {
    z-index: 9999;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-image: url(https://wd1.webrion.com.tr/wp-content/uploads/2024/05/tooth4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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-gallery-swiper .gallery-item img {
    border-radius: 30px;
}

.webrion-gallery-swiper-second .gallery-item img {
    border-radius: 30px;
}

.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 {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
}

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

header .head-bar-wrapper .right-bar .menu-lang {background: #fff;position: absolute;left: 0;top: 70px;background-color: #fff;width: 100%;border-radius: 0 0 10px 10px;padding: 5px 0;display: none;}

header .head-bar-wrapper .right-bar .text-phone {
    position: relative;
    padding: 20px;
    gap: 5px;
}

header .head-bar-wrapper .right-bar .lang-open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 180px;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 0 0 20px 20px;
    border-top: 0;
}

header .head-bar-wrapper .right-bar .text-phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 180px;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 0 0 20px 20px;
    border-top: 0;
    z-index: -9;
}

select.minimal {
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
}

select.minimal:focus {
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E");
    outline: 0;
}

.faq-form .faq-contact-form .faq-form-item select.minimal {
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
}

.faq-form .faq-contact-form .faq-form-item select.minimal:focus {
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E");
    outline: 0;
}

.webrion-comment .ti-widget.ti-goog .ti-controls .ti-prev::before, .webrion-comment .ti-widget.ti-goog .ti-controls .ti-next::before {
    content: "";
    opacity: 0;
}

.webrion-comment .ti-widget.ti-goog .ti-controls .ti-prev::after, .webrion-comment .ti-widget.ti-goog .ti-controls .ti-next::after {
    content: "";
    opacity: 0;
}

.webrion-breadcrumb .breadcrumb-content ul li {
    color: #fff !important;
}

.webrion-breadcrumb .breadcrumb-content ul li.separator {
    display: flex;
    align-items: center;
}

.webrion-breadcrumb .breadcrumb-content ul li.separator:before {
    content: "";
    width: 10px;
    height: 1px;
    display: block;
    position: relative;
    color: #fff;
    border: 1px solid;
}

.webrion-single .service-gallery .gallery-content {
    position: relative;
    width: 100%;
}

.webrion-single .service-gallery .gallery-content .gallery-box {
    height: 370px;
    position: relative;
    width: 100%;
    display: block;
}

.webrion-single .service-gallery .gallery-content .gallery-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(177deg, rgb(0 0 0 / 0%) 11%, rgb(0 0 0 / 84%) 96%);
    border-radius: 30px;
}

.webrion-single .service-gallery .gallery-content .gallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.webrion-single .service-gallery .gallery-content .gallery-box .gallery-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.webrion-single .service-gallery .gallery-content .gallery-box:hover .gallery-title {
    transition: 0.3s;
    color: #1A4D8C;
}

.webrion-single .single-text h1 {
    color: #1A4D8C;
}

.webrion-single .single-text h2 {
    color: #1A4D8C;
}

.webrion-single .single-text h3 {
    color: #1A4D8C;
}

.webrion-single .single-text h4 {
    color: #1A4D8C;
}

.webrion-single .single-text h5 {
    color: #1A4D8C;
}

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

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

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

.pagination {
    justify-content: center;
    gap: 8px;
    margin: 30px 0 0;
}

.pagination .page-numbers.current {
    width: 44px;
    height: 44px;
    background-color: #1A4D8C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: unset;
}

.pagination .page-numbers:not(.current):hover {
    background-color: #ededed;
    transition: all .5s ease;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: auto;
    padding: 0px 20px;
}

.pagination .page-numbers {
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #ccd3dd;
    background-color: #fff;
    transition: all .5s ease;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
}

.pagination .dots {
    background-color: unset;
    color: #1A4D8C;
    border: unset;
}

footer .footer-grid .footer-item .footer-left .copyright p {
    width: 60%;
    text-align: center;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
}

.webrion-appointment {
    margin: 70px 0;
}

.webrion-appointment .appointment-box {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.webrion-appointment .appointment-box label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.webrion-appointment .appointment-box input {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
    border-radius: 10px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.webrion-appointment .appointment-box input::placeholder {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
}

/*
.webrion-appointment .appointment-box input[type=date]{
  background-color: #0080ff;
  padding: 15px;
  color: #ffffff;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 5px;
}
::-webkit-calendar-picker-indicator{
  background-color: #ffffff;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
}
*/

.webrion-appointment .appointment-box .row {
    row-gap: 20px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

.thanks-appointment {
    margin: 70px 0;
}

.thanks-appointment .thanks-box {
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px;
}

.thanks-appointment .thanks-box .icon {
}

.thanks-appointment .thanks-box .icon img {
    width: 100px;
}

.thanks-appointment .thanks-box .thanks-text {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
}

.thanks-appointment .thanks-box .thanks-text span {
    font-weight: 600;
    color: #1A4D8C;
}

.thanks-appointment .thanks-box a {
    background-color: #1A4D8C;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    margin-top: 20px;
}

.content-common {
    margin: 70px 0;
}

.content-common h1 {
    color: #1A4D8C;
}

.content-common h2 {
    color: #1A4D8C;
}

.content-common h3 {
    color: #1A4D8C;
}

.content-common h4 {
    color: #1A4D8C;
}

.content-common h5 {
    color: #1A4D8C;
}

.content-common p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px !important;
}

.webrion-single .service-gallery .row {
    row-gap: 30px;
}

.webrion-vision-mission .container-fluid .vision-mission-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.webrion-service .webrion-service-body .service-content .service-title i {
    font-size: 25px;
}

.webrion-gallery .about-text a i {
    font-size: 25px;
}

.webrion-blog-swiper .blog-content .blog-btn a i {
    font-size: 25px;
}

footer .footer-grid .footer-bottom .footer-bottom-btn i {
    font-size: 25px;
}

header .head-bar-wrapper .right-bar .text-phone a:hover {
    color: #1A4D8C;
    transition: 0.3s;
}

header .head-bar-wrapper .right-bar .text-phone a {
    color: #fff;
    font-weight: 600;
}

.webrion-entry .entry-wrapper .webrion-swiper .entry-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    z-index: 9;
}

.search_page {
    padding: 0px 0 100px 0px;
}

.no-results.not-found {
    margin: 50px 0 0;
}

.none_search {
    background-color: #1A4D8C;
    border-radius: 25px;
    padding: 30px;
}

.none_search .page-header {
    padding: 0;
    position: relative;
}

.none_search h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.search_page .page-content {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 20px;
}

.search_page .page-content p {
    color: #fff !important;
}

.search_page .page-content form {
    display: flex;
    justify-content: unset;
    gap: 20px;
}

.none_search input {
    border: unset;
    height: 50px;
    width: 200px;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
}

.none_search .page-header:before {
    visibility: hidden;
}

.page_common {
    padding: 50px 0px;
    border-bottom: 1px solid #EDEDED;
}

.page_common .common_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_common .common_flex .title_c h1 {
    font-size: 30px !important;
}

.page_common .common_flex .title_c h1 span {
    color: #1A4D8C;
    font-weight: 600;
}

.search_wrapper_c {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 25px;
}

.search_wrapper_c article {
    width: 48%;
}

.blog_connect {
    border: 1px solid #EDEDED;
    display: block;
    border-radius: 25px;
    height: 100%;
    padding: 20px;
}

.blog_box {
    height: 100%;
}

.blog_box .blog_flex {
    display: flex;
    height: 100%;
    gap: 15px;
}

.blog_box .blog_flex .content_blog {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.blog_box .blog_flex .content_blog .title_blog {
    color: #1A4D8C;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog_box .blog_flex .content_blog .title_blog h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.blog_box .blog_flex .content_blog p {
    color: #0a0000;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
}

.blog_box .blog_flex .content_blog .button_format2 {
    margin-top: 20px;
    gap: 10px;
    background-color: #1A4D8C;
    transition: all .6s ease;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 20px;
}

.blog_box .blog_flex .media_blog {
    height: auto;
    width: 50%;
}

.blog_box .blog_flex .media_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.webrion-team .container-fluid .team-wrapper .team-content .team-item .team-btn-content .team-btn.border:last-child {
    border: none !important;
}

.webrion-gallery-swiper .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
}

.webrion-single .single-text img {
    margin: 40px 0;
}

.webrion-single .single-text ul {
    margin-bottom: 20px;
}

.webrion-single .single-text ul li {
    font-size: 17px;
    font-weight: 400;
    color: #1A4D8C;
}

header .head-bar-wrapper .right-bar .menu-lang ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

header .head-bar-wrapper .right-bar .menu-lang ul li {
    width: 100%;
    text-align: center;
}

header .head-bar-wrapper .right-bar .lang-open {
    padding: 20px 31px;
    position: relative;
}

header .head-bar-wrapper .right-bar .lang-open .lang-buton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 0;
}

header .head-bar-wrapper .right-bar .lang-open .lang-buton i {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    opacity: .6;
}

header .head-bar-wrapper .right-bar .lang-open .lang-buton i.main-ico {
    color: #fff;
    opacity: 1;
    font-size: 20px;
    line-height: 1;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a:hover {
    background: #1A4D8C;
    color: #fff;
    transition: 0.3s;
}

.mobile-menu .mobile-nav .language-item ul {
    display: flex;
    gap: 15px;
}

.mobile-menu .mobile-nav .language-item ul li {
    border: none;
    padding: 0;
    margin: 0;
}