/*
Theme Name: Webrion Cilingir Sitesi WR1
Theme URI: https://wr1.webrion.com.tr/
Author: Webrion | Yonkasoft
Author URI: https://yonkasoft.com/
Description: https://wr1.webrion.com.tr/
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: Webrion tema.
License URI: https://wr1.webrion.com.tr/

 */

 * {
    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: "Inter", sans-serif !important;
}

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

* a {
    color: inherit;
}
.menu-footer-hizmetler-menu-container .f-list{
	    overflow-y: auto;
    max-height: 200px;
}
.menu-footer-hizmetler-menu-container .f-list::-webkit-scrollbar {
    width: 7px;
}

.menu-footer-hizmetler-menu-container .f-list::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 10px;
}

.menu-footer-hizmetler-menu-container .f-list::-webkit-scrollbar-thumb {
    background: #a52027;
    border-radius: 10px;
}
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: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 9999999;
    padding: 40px 0;
}

header .head-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webrion-contact .webrion-contact-form .contact-form .contact-form-btn{
	    margin-top: 37px;
}
header .head-bar-wrapper .left-bar .logo {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 99999999;
}

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

header .head-bar-wrapper .left-bar .logo img {
    width: 200px;
    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 i{
	    z-index: -99;
	   color:#a52027 !important;
}

header .head-bar-wrapper .center-bar .menu-center ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
}

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

header .head-bar-wrapper .right-bar a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .head-bar-wrapper .right-bar img {
    width: 37px;
}

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

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

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

.webrion-home {
    position: relative;
    height: 100vh;
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.webrion-home .content-section {
    position: relative;
    height: 100%;
}

.webrion-home .content-section .webrion-swiper {
    height: 100%;
}

.webrion-home .content-section .webrion-swiper .swiper-pagination {
    bottom: 30px;
}

.webrion-home .content-section .container-fluid {
    padding: 0 70px;
}

.webrion-home .content-section .webrion-swiper .hero-big-img {
    position: absolute;
    top: 0;
    border-radius: 30px;
    height: 100%;
    object-fit: cover;
}
.webrion-swiper .swiper-slide::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
    z-index: 9;
    left: 0;
    border-radius: 30px;
}
.webrion-home .content-section .webrion-swiper .swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.webrion-home .content-section .webrion-swiper .swiper-content span {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.webrion-home .content-section .webrion-swiper .swiper-content .hero-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
}

.webrion-home .content-section .webrion-swiper .swiper-content p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn {
     color: #ffffff;
    border: 1px solid #ffffff;
    width: fit-content;
    margin-top: 30px;
    padding: 0 30px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
    height: 55px;
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn:hover {
       background: #a52027;
    color: #fff;
    transition: 0.3s;
}

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

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn i {
   color: #fff;
    font-size: 34px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
   
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.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;
	    border-radius: 30px;
}

.webrion-contact-us .contact-us-right h2 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

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

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

.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: #a52027;
    border: 1px solid #a52027;
    width: fit-content;
    margin-top: 30px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    padding: 0 25px 0 22px;
    height: 45px;
}

.webrion-contact-us .contact-us-right .contact-us-btn .contact-us-phone:hover {
    background: #212529;
    border-color: #212529;
    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: #a52027;
    font-size: 27px;
}

.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 25px 0 22px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    transition: 0.3s;
    height: 45px;
    font-weight: 400;
}

.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;
    font-size: 27px;
}

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

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

.webrion-service .webrion-service-head .service-head-title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
}

.webrion-service .webrion-service-head .service-head-title span {
    display: block;
    color: #a52027;
    font-size: 32px;
    font-weight: 300;
}

.webrion-service .webrion-service-head a {
    color: #a52027;
    border: 1px solid #a52027;
    width: fit-content;
    padding: 0 7px 0 17px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    transition: 0.3s;
    height: 60px;
}

.webrion-service .webrion-service-head i {
    font-size: 34px;
}

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

.webrion-service .webrion-service-head a:hover i {
    color: #fff;
    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 .service-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    transition: 0.3s;
}

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

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

.webrion-about-us {
    margin-bottom: 30px;
    position: relative;
}

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

.webrion-about-us .about-us-content {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 60px;
    grid-template-areas:
        ". ."
        ". .";
    background: #212529;
    border-radius: 0 30px 30px 0;
    padding: 100px;
    padding-left: 0;
    position: relative;
    z-index: 9;
}

.webrion-about-us .about-us-content .about-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.webrion-about-us .about-us-content .about-us-item img {
    width: 60px;
}

.webrion-about-us .about-us-content .about-us-item .item-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.webrion-about-us .about-us-content .about-us-item p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 80%;
}

.webrion-about-us .about-us-content.about-text {
    display: flex;
    flex-flow: column;
    background: unset;
    border: none;
}

.webrion-about-us::before {
    content: "";
    width: 57%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #212529;
    border-radius: 0 30px 30px 0;
    z-index: -3;
}

.webrion-about-us .about-text h3 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

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

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

.webrion-about-us .about-text a {
    color: #a52027;
    border: 1px solid #a52027;
    width: fit-content;
    padding: 0 7px 0 22px;
    height: 55px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-weight: 300;
    transition: 0.3s;
}

.webrion-about-us .about-text a:hover {
    background: #212529;
    color: #fff;
    border-color: #212529;
    transition: 0.3s;
}

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

.webrion-comment {
    padding-bottom: 80px;
    padding-top: 50px;
}

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

.webrion-comment .webrion-comment-head .comment-head-title {
    color: #000;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.webrion-comment .webrion-comment-head .comment-head-title span {
    display: block;
    color: #a52027;
    font-size: 38px;
    font-weight: 400;
}

.webrion-comment .webrion-comment-body .comment-body-grid {
}

.webrion-comment .webrion-comment-body .comment-body-grid .comment-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 25%;
}

.webrion-comment .webrion-comment-body .comment-body-grid .comment-body .comment-title {
    color: #a52027;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 700;
}

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

.stars .star {
    color: #FDCC0D;
}

.webrion-comment .webrion-comment-body .comment-body-grid .comment-body img {
    width: 100px;
}

.webrion-comment .webrion-comment-body .comment-body-grid .comment-body span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.webrion-comment-swiper .comment-item {
    background: #F9F9F9;
    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: #a52027;
    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: 14px;
    text-align: left;
    font-weight: 400;
}

.webrion-comment-swiper .comment-item a {
    color: #a52027;
    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: 30px;
}

.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: #000;
    font-size: 35px;
    font-weight: 700;
}

.webrion-blog .webrion-blog-head .blog-head-title span {
    display: block;
    color: #a52027;
    font-size: 35px;
    font-weight: 400;
}

.webrion-blog .webrion-blog-head a {
    color: #a52027;
    border: 1px solid #a52027;
    width: fit-content;
    padding: 17px;
    border-radius: 17px;
    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: #a52027;
    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: #F9F9F9;
    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;
	    max-height: 252px;
}

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

.webrion-blog-swiper .blog-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.webrion-blog-swiper .blog-content .blog-btn a {
    color: #a52027;
    border: 1px solid #a52027;
    width: fit-content;
    padding: 0 15px 0 20px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

.webrion-blog-swiper .blog-content .blog-btn a:hover {
    background: #212529;
    border-color: #212529;
    color: #fff;
    transition: 0.3s;
}

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

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

footer {
    padding: 60px 0 0;
}

footer .container-fluid .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

footer .container-fluid .footer-logo img {
    width: 250px;
    height: auto;
}

footer .container-fluid .footer-grid {
    display: flex;
    align-items: start;
    gap: 30px;
    border-radius: 30px;
    position: relative;
}

footer .container-fluid .footer-grid .footer-group {
    flex: 1;
    z-index: 99999;
    padding: 60px 0;
}

footer .container-fluid .footer-grid .footer-group:first-child {
    margin-left: 30px;
}

footer .container-fluid .footer-grid .footer-group .f-header {
    font-size: 25px;
    color: #a52027;
    font-weight: 500;
    border-bottom: 1px solid #a52027;
    margin-bottom: 15PX;
    padding-bottom: 5px;
}

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

footer .container-fluid .footer-grid .footer-group ul li a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

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

footer .container-fluid .footer-grid::before {
    content: "";
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #212529;
    border-radius: 30px;
    z-index: 99;
}

footer .container-fluid .footer-grid::after {
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F9F9F9;
    border-radius: 30px;
    z-index: 99;
}

.webrion-copyright {
    padding: 30px;
}

.webrion-copyright .copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.webrion-copyright .copyright-text a {
    color: #000;
    transition: 0.3s;
}

.webrion-copyright .copyright-text a:hover {
    transition: 0.3s;
    color: #a52027;
}

.webrion-copyright .copyright-text span {
    font-weight: 600;
}

footer .container-fluid .footer-grid .footer-group.contact ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    text-align: end;
    gap: 5px;
	    padding-left: 100px !important;
}

footer .container-fluid .footer-grid .footer-group.contact ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    transition: 0.3s;
    gap: 10px;
}

footer .container-fluid .footer-grid .footer-group.contact ul li a:hover {
    color: #a52027;
    transition: 0.3s;
}

footer .container-fluid .footer-grid .footer-group.contact ul li span {position: relative;float: right;}

.arrow {
    display: flex;
}

.arrow .button-prev {
    font-size: 50px;
    color: #a52027;
}

.arrow .button-next {
    font-size: 50px;
    color: #a52027;
}

.webrion-breadcrumb {
    padding-bottom: 60px;
    position: relative;
}

.webrion-breadcrumb img {
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}

.webrion-breadcrumb .breadcrumb-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.webrion-breadcrumb .breadcrumb-content .breadcrumb-title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.3;
}

.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: #a52027;
    transition: 0.3s;
}

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

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

.webrion-icon-content .icon-wrapper .icon-content {
    display: flex;
    padding: 15px;
    padding-right: 0;
    gap: 25px;
}

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

.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;
}

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


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

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

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

.webrion-vision .vision-left .vision-title {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.webrion-vision .vision-left .vision-title span {
    color: #a52027;
    display: block;
    font-size: 34px;
    font-weight: 300;
}

.webrion-vision .vision-left p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 30px;
    max-width: 80%;
}

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

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

.webrion-mission .row {
    align-items: center;
    justify-content: right;
}

.webrion-mission .mission-right {
    text-align: end;
}

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

.webrion-mission .mission-right .mission-title {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.webrion-mission .mission-right .mission-title span {
    color: #a52027;
    display: block;
    font-size: 34px;
    font-weight: 300;
}

.webrion-mission .mission-right p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 30px;
    text-align: right;
    max-width: 80%;
}

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

.webrion-contact .webrion-contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.webrion-contact .webrion-contact-grid .contact-list {
    border: 1px solid #a52027;
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.webrion-contact .webrion-contact-grid .contact-map {
    height: 100%;
}

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

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

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

.webrion-contact .webrion-contact-grid .contact-list ul li .adress {
    font-weight: 300;
}

.webrion-contact .webrion-contact-grid .contact-list ul li span {
    display: flex;
    font-size: 25px;
    color: #a52027;
}

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

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

.webrion-contact .webrion-contact-form p {
    font-size: 14px;
    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: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 10px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea {
    height: auto;
    background: #F6F6F6;
    border: none;
    outline: none;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

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

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

.webrion-service {
    padding-bottom: 80px;
}

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

.webrion-service  {
}

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

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

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

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

.webrion-service  .service-box .service-form .service-form-item .wpcf7-form-control-wrap {
    font-size: inherit;
}

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

.webrion-service  .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  .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  .service-box .service-form .service-form-btn {
    margin-top: 30px;
}

.webrion-service  .service-box .service-form .service-form-btn input {
    color: #fff;
    background: #a52027;
    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  .service-box .service-form .service-form-btn input:hover {
    color: #fff;
    background: #212529;
    border-color: #212529;
    transition: 0.3s;
}

.webrion-service  .service-gallery {
}

.webrion-service  .service-gallery .gallery-content {
    position: relative;
    border-radius: 30px;
    padding-left: 30px;
    padding-top: 20px;
}

.webrion-service  .service-gallery .gallery-content .gallery-box img {
    width: 100%;
    border-radius: 30px;
}

.webrion-service  .service-gallery .gallery-content .gallery-box .gallery-title {
    font-size: 18px;
    color: #a52027;
    font-weight: 500;
    transition: 0.3s;
    margin: 20px;
    max-width: 80%;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.webrion-service  .all-service .all-service-head .service-head-title {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

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

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

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

.webrion-service  .all-service ul li a:hover {
    color: #212529;
    transition: 0.3s;
}

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

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

.webrion-service  .service-content-detail p {
    font-size: 18px;
    color: #393939;
    font-weight: 300;
    margin-bottom: 20px !important;
}

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

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

.mobile-menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    display: flex;
    align-items: center;
    bottom: 0;
    right: 0;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-header a {
    display: inline-block;
}

.mobile-menu-header a img {
    width: 200px;
    height: auto;
}

.mobile-menu .mobile-nav {
    width: 100%;
    padding: 0 30px;
}

.mobile-menu .mobile-nav ul {
    width: 100%;
    height: auto;
}

.mobile-menu .mobile-nav ul li a {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-align: left;
    align-items: center;
    position: relative;
    transition: 0.3s;
    gap: 5px;
}

.mobile-menu .mobile-nav ul li a:hover {
    color: #BB9441;
    transition: 0.3s;
}

.mobile-menu .mobile-nav ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BB9441;
    font-size: 20px;
}

.mobile-menu .mobile-nav .language-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    margin-top: 20px;
}

.mobile-menu .mobile-nav .language-item a {
    color: #BB9441;
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.mobile-menu-active {
    right: 0;
    bottom: 0;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease-in-out;
}

.mobile-menu-header .ham1 {
    visibility: hidden;
}

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

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

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

.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 #a52027;
}

.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: #212529;
    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: #212529;
    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: #a52027;
    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;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu {
    position: absolute;
    left: 0;
    border:1px solid #a52027;
    width: 267px;
    display: none;
    z-index: 999;
    top: 20px;
    background: #fff;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu::before {
    /* content: ""; */
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li:last-child {
    margin-bottom: 0 !important;
    border: none;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li::after {
    visibility: hidden;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    position: relative;
      color: #000;
    padding: 10px;
    display: flex;
    align-items: center;
}

header .head-bar-wrapper .center-bar .menu-center .sub-menu li a i {
    font-size: 20px;
}

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

.sub-list li a {
    font-size: 14px !important;
    color: #BB9441 !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 #a52027;
    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: #a52027;
}

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

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 #a52027;
    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: 7px;
}

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

body::-webkit-scrollbar-thumb {
    background: #a52027;
    border-radius: 10px;
}

footer .container-fluid .footer-grid .footer-group.contact .f-header {
    display: none;
}

.webrion-about-us .about-us-content::after {
    content: "";
    border: 2px solid #a52027;
    border-left: 0;
    width: 95%;
    height: 85%;
    border-radius: 0 30px 30px 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.service-head-bg {
    background: #212529;
    padding: 30px;
    padding-left: 42px;
    border-radius: 41px 0 0 41px;
    position: relative;
}

.service-head-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -30%;
    top: 0;
    background-color: #212529;
    z-index: -3;
}

.webrion-contact .webrion-contact-grid .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;
}

html.scroll_hid {
    overflow: hidden;
}

.mobile-nav .menu-item i {
    color: #000 !important;
}

.mobile-menu .mobile-nav ul li a.back-menu {
    color: #000;
    border: 1px solid #e0e0e0;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 10px;
}

footer .container-fluid .footer-grid .footer-group.contact {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.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-about-us .about-text {padding-right: 15px;}

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

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

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

.content-common p {
    font-size: 18px;
    color: #393939;
    font-weight: 300;
    margin-bottom: 20px !important;
}

.content-common h1 {
    color: #393939;
    margin-bottom: 20px;
}

.content-common h2 {
    color: #393939;
    margin-bottom: 20px;
}

.content-common h3 {
    color: #393939;
    margin-bottom: 20px;
}

.content-common h4 {
    color: #393939;
    margin-bottom: 20px;
}

.content-common h5 {
    color: #393939;
    margin-bottom: 20px;
}

.webrion-service  .service-content-detail h1 {
    color: #393939;
    margin-bottom: 20px;
}

.webrion-service  .service-content-detail h2 {
    color: #393939;
    margin-bottom: 20px;
}

.webrion-service  .service-content-detail h3 {
    color: #393939;
    margin-bottom: 20px;
}

.webrion-service  .service-content-detail h4 {
    color: #393939;
    margin-bottom: 20px;
}

.webrion-service  .service-content-detail h5 {
    color: #393939;
    margin-bottom: 20px;
}

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

.webrion-service .service-gallery .blog-content {
    osition: relative;
    width: 100%;
}

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

.webrion-service .service-gallery .blog-content .blog-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-service .service-gallery .blog-content .blog-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

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

.webrion-service .service-gallery .blog-content .blog-box .blog-title:hover {
    color: #a52027;
    transition: 0.3s;
}

.webrion-breadcrumb .breadcrumb-img {
    position: relative;
}

.webrion-breadcrumb .breadcrumb-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    border-radius: 30px;
}

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

.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-spinner {}

.webrion-contact-us .contact-us-right {
    display: flex;
    justify-content: end;
}

.webrion-contact-us .contact-us-right .contact-us-text-area {
    width: 90%;
}

.webrion-about-us .about-text a i {
    font-size: 34px;
}

.webrion-mission .mission-right .mission-text-area {
    display: flex;
    flex-direction: column;
    align-items: end;
}

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

.pagination .page-numbers.current {
    width: 44px;
    height: 44px;
    background-color: #212529;
    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: #212529;
}

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

.webrion-contact .webrion-contact-form {
    padding: 40px;
    border: 1px solid #a52027;
    border-radius: 30px;
}

.content-common ul {
    margin-bottom: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-common {
    padding: 30px 0;
}

.webrion-service .service-content-detail img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 30px;
}

.content-common a {
    color: #a52027;
    font-weight: 400;
    transition: 0.3s;
}

.content-common a:hover {
    color: #212529;
    transition: 0.3s;
}

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

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

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

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

.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;
    outline: none;
}

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

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

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