@import url("https://use.typekit.net/cik8kmd.css"); /*
@font-face {
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url("assets/fonts/ParalucentBold.woff") format("woff"),
    url("assets/fonts/ParalucentBold.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent-condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    src: url("assets/fonts/ParalucentCondBold.woff") format("woff"),
    url("assets/fonts/ParalucentCondBold.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent-condensed", sans-serif;
    font-style: normal;
    font-weight: 600;
    src: url("assest/fonts/ParalucentCondDemiBold.woff") format("woff"),
    url("assest/fonts/ParalucentCondDemiBold.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 100;
    src: url("assets/fonts/ParalucentThin.woff") format("woff"),
    url("assets/fonts/ParalucentThin.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url("assets/fonts/ParalucentTextBook.woff") format("woff"),
    url("assets/fonts/ParalucentTextBook.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 600;
    src: url("assest/fonts/ParalucentDemiBold 2.woff") format("woff"),
    url("assest/fonts/ParalucentDemiBold 2.woff2") format("woff2");
}


@font-face {
    font-family: "paralucent-condensed", sans-serif;
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/ParalucentCondLight.woff") format("woff"),
    url("assets/fonts/ParalucentCondLight.woff") format("woff2");
}


@font-face {
    font-family: "paralucent", sans-serif;
    font-style: normal;
    font-weight: 500;
    src: url("assets/fonts/ParalucentMedium.woff") format("woff"),
    url("assets/fonts/ParalucentMedium.woff2") format("woff2");
}
*/
* {
    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: "Quicksand", 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;
}

.container-fluid {
    margin: 0 30px;
    height: 100%;
}

header {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9999999;
     padding: 30px 0;
}
.webrion-breadcrumb .webrion-breadcrumb-item{
	    position: absolute;
    right: 15%;
    bottom: -45px;
    z-index: -9;
}
.webrion-breadcrumb .webrion-breadcrumb-item img{
	    width: 100px;
    height: 100px;
}
header .head-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.webrion-service .service-box .service-form .wpcf7 form.invalid .wpcf7-response-output{
		color:#000 !important;
	}
	.wpcf7-not-valid-tip{
		font-size:14px !important;
	}
	.wpcf7 form.invalid .wpcf7-response-output{
		    font-size: 14px !important;
    margin: 24px 0px;
	}
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: 220px;
    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: 17px;
    font-weight: 500;
    color: #000;
    transition: 0.3s;
}

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

header .head-bar-wrapper .right-bar a {
      display: flex;
    align-items: center;
    background: #FF9300;
    padding: 16px 44px;
    color: #fff;
    border-radius: 31px;
    position: relative;
    transition: all 0.4s;
}

header .head-bar-wrapper .right-bar a:hover {
    background: #A92292;
    color: #fff;
     transition: all 0.4s;
}

header .head-bar-wrapper .right-bar a:hover::before {
    content: "";
    background: #a9229252;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
	    transition: all 0.4s;
}

header .head-bar-wrapper .right-bar a::before {
    content: "";
    background: #FFD8A4;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
	    transition: all 0.4s;
}

header .head-bar-wrapper .right-bar a::after {
    content: "";
    background: #fff;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 100%;
    left: 0;
    z-index: -99999999;
	    transition: all 0.4s;
}

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

header .webrion-right-bar-image {
position: absolute;
    right: 13%;
    top: -48px;
    transform: translate(-50%, 0);
}

header .webrion-right-bar-image img {
     width: 83px;
    height: 83px;

}

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

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



.webrion-home {
    position: relative;
 


}
.webrion-home .webrion-home-item{
    position: relative;
    left: -26%;
}
.webrion-home .webrion-home-item img{
	    width: 122px;
    height: 122px;
}

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

    overflow: hidden;

}



.webrion-home .content-section .webrion-swiper .swiper-pagination {
    display: flex;
    position: relative;
    bottom: -47px;
    left: 175px;
}



.webrion-home .content-section .hero-big-img {
     position: absolute;
    width: 675px;
    z-index: -9;
    right: -10px;
    bottom: 0;
}
.webrion-home .content-section .hero-big-bg-img{
     position: absolute;
    width: 100%;
    z-index: -99;
    right: -330px;
    max-width: 900px;
    height: 100%;
    object-fit: cover;
    top: 58px;

}
.webrion-home .content-section .webrion-home-content {
	
	    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #e1e1e15e;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	    padding: 120px 0px;
}

.webrion-home .content-section .webrion-home-content::before {
       content: '';
    position: absolute;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to top, #e1e1e15e, rgba(0, 0, 0, 0)) 1 100%;
    width: 100%;
    height: 100%;
}

.webrion-home .content-section .webrion-swiper-image .hero-background-img {
}

.webrion-home .content-section .webrion-swiper-image .hero-background-img-2 {
    position: absolute;
    width: 285px;
    z-index: 9999;
    top: -59px;
    left: 48%;
    transform: translate(-50%, 0);
	display:none;
}

.webrion-home .content-section .webrion-swiper-image .hero-background-img-3 {
      position: absolute;
    bottom: -136px;
    width: 352px;
    height: 376px;
    left: 18%;
    object-fit: cover;
    z-index: 1;
}

.webrion-home .content-section .webrion-swiper .swiper-content {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: 50%;
    text-align: left;
    height: 100%;
    left: 50px;
}

.webrion-home .content-section .webrion-swiper .swiper-content span {
    color: #A92292;
    font-size: 57px;
    font-weight: 700;
}

.webrion-home .content-section .webrion-swiper .swiper-content .hero-title {
    color: #000;
    margin-bottom: 0;
    font-size: 49px;
    line-height: 1.3;
    font-weight: 400;
	width:75%;
}

.webrion-home .content-section .webrion-swiper .swiper-content p {
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
	    padding: 0px 45px 0px 0px;
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn {
    margin-top: 40px;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s;
    display: flex;
    align-items: center;
   
    background: #FF9300;
    padding: 9px 40px;
    border-radius: 45px;
    position: relative;
    color: #fff;
  
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn::before {
    content: "";
    background: #FFD8A4;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
	    transition: all 0.4s;
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn:hover {
    background: #A92292;
    color: #fff;
    transition: all 0.4s;
}

.webrion-main-swiper-button-next {
       position: relative;
    z-index: 99999;
    display: inline-block;
    left: 46px;
    bottom: -69px;

}

.webrion-blog-swiper-button-next {
    position: relative;
    z-index: 99999999999;
 width: fit-content;
    left: 50%;
    bottom: 0;
}

.webrion-blog-swiper-button-prev {
     position: relative;
    left: 45%;
    z-index: 999;
    width: fit-content;
    bottom: -54px;
}

.webrion-blog-swiper-button-next img {
 width: 54px;
    transform: rotate(180deg);
}

.webrion-blog-swiper-button-prev img {
 width: 54px;
}

.webrion-main-swiper-button-prev {
    position: relative;
    z-index: 99999;
    display: inline-block;
    left: 50px;
    bottom: -69px;
  
}

.webrion-main-swiper-button-prev img {
width: 33px;
    transform: rotate(180deg);
}

.webrion-main-swiper-button-next img {
    width: 33px;
  
}

.webrion-home .content-section .webrion-swiper .swiper-content .webrion-swiper-btn:hover::before {
    content: "";
    background: #a9229252;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
}

.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: #C5AD6F;
    font-size: 40px;
}

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

}
.webrion-swiper{
	overflow:unset !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: unset;
    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: 14px !important;
    height: 14px !important;
    background-color: #FFC900 !important;
    border-radius: 50px;
    position: relative;
    opacity: 1 !important;
}

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

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

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

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

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

.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: #000;
    border: 1px solid #c5ad6f;
    width: fit-content;
    margin-top: 30px;
    padding: 0 35px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

.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: #C5AD6F;
    font-size: 30px;
}

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



.webrion-service .col-md-3:not(.webrion-services-2) {
    z-index: -1;
}

.webrion-services-2 .col-md-3 {
    padding: 0px;
    z-index: 9999;
}

.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: 35px;
    font-weight: 500;
    margin-bottom: 0;
}

.webrion-service .webrion-service-head .service-head-title span {
    display: block;
    color: #C5AD6F;
    font-size: 30px;
    font-weight: 400;
}

.webrion-service .webrion-service-head a {
    color: #fff;
    border: 1px solid #c5ad6f;
    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-service .webrion-service-head a:hover {
    background: #c5ad6f;
    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;
}

.webrion-service .webrion-service-body .service-content .service-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #C5AD6F;
    transition: 0.3s;
}

.webrion-service .webrion-service-body .service-content .service-title:hover {
    color: #3E4E80;
    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: #C5AD6F !important;
}

.webrion-about-us {
    position: relative;
    padding: 250px 0px 290px;
}

.webrion-about-us .container {
    /* height: 100%; */
}

.webrion-about-us .row {
    height: 100%;
	position:relative;
}

.webrion-about-us::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/05/about-us-bg-1.png);
    position: absolute;
    z-index: -1;
    top: -57px;
    background-repeat: round;
}

.webrion-about-us .about-us-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.webrion-about-us .about-us-content .about-us-item {
    position: absolute;
    left: 51px;
    top: -97px;
}

.webrion-about-us .about-us-content .about-us-item img {
    width: 163px;
    top: -156px;
    position: absolute;
}

.webrion-about-us .about-us-content .about-us-image {
    position: absolute;
    right: 71px;
    bottom: -152px;
    transform: rotate(4deg);
    z-index: 99;
}

.webrion-about-us .about-us-content .about-us-image-2 {
    position: absolute;
    right: -187px;
    border-radius: 30px;
    z-index: -99;
    transform: rotate(353deg);
    top: -41px;
    z-index: 9;
}

.webrion-about-us .about-us-content .about-us-image-2 img {
    width: 600px;
    border-radius: 30px;
    /* height: 422px; */
    object-fit: cover;
}

.webrion-about-us .about-us-content .about-us-image img {
    width: 600px;
    object-fit: cover;
    border-radius: 30px;
}

.webrion-about-us .about-text h3 {
    color: #00000024;
    font-size: 27px;
    font-weight: 500;
}

.webrion-about-us .about-text h3 span {
    display: block;
    color: #000000;
    font-size: 40px;
    font-weight: 600;
}

.webrion-about-us .about-text p {
    color: #0000008c;
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: 400;
    /* width: 70%; */
}

.webrion-about-us .about-text a {
    justify-content: center;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FF9300;
    padding: 15px 51px;
    border-radius: 45px;
    position: relative;
    color: #fff;
    width: fit-content;
}

.webrion-about-us .about-text a::before {
    content: "";
    background: #FFD8A4;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
	    transition: all 0.4s;
}

.webrion-about-us .about-text a:hover {
    background: #A92292;
    color: #fff;
     transition: all 0.4s;
}

.webrion-about-us .about-text a:hover::before {
    content: "";
    background: #a9229252;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
	    transition: all 0.4s;
}

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

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

.webrion-comment .webrion-comment-head .comment-head-title {
    color: #000;
    font-size: 35px;
    font-weight: 500;
}

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

.webrion-comment .webrion-comment-body .comment-body-grid {
    display: flex;
}

.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: #C5AD6F;
    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: #C5AD6F;
    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: #C5AD6F;
    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: 75%;
}

.webrion-blog {
      padding-bottom: 90px;
    position: relative;
    margin-top: 199px;
}
.webrion-blog .webrion-blog-item{
	    position: absolute;
    right: 11%;
    bottom: 22%;
}
.webrion-blog .webrion-blog-item img{
	    width: 112px;
    height: 112px;
}
.webrion-about-us .webrion-about-us-item{
    position: absolute;
    bottom: 0;
    left: 19%;
}


.webrion-about-us .webrion-about-us-item  img{
	    width: 118px;
    height: 118px;
    object-fit: cover;
}

.webrion-blog .webrion-blog-head {
    display: flex;
    justify-content: center;
    background: #FFFCF1;
    position: absolute;
    left: 50%;
    width: 640px;
    transform: translate(-50%, 0);
    height: 673px;
    top: -134px;
    padding: 36px;
    border-radius: 30px;
    text-align: center;
}

.webrion-blog .webrion-blog-head .blog-head-title {
    color: rgba(0, 0, 0, .25);
    font-size: 24px;
    font-weight: 500;
}

.webrion-blog .webrion-blog-head .blog-head-title span {
    display: block;
    color: transparent;
    font-size: 35px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(83, 32, 90, 1) 0%, rgba(173, 44, 191, 1) 100%);
    background-clip: text;
}

.webrion-blog .webrion-blog-head a {
    color: #fff;
    border: 1px solid #c5ad6f;
    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: #c5ad6f;
    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;
    padding: 22px 8px;
    border-radius: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    /* position: relative; */
    width: 100%;
    max-width: 561px;
}

.webrion-blog-swiper .blog-content a {
    position: relative;
    /* width: 498px; */
    width: 100%;
}

.webrion-blog-swiper .blog-content a::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(32deg, rgb(0 0 0 / 65%) 30%, rgb(0 0 0 / 47%) 41%, rgb(0 0 0 / 0%) 85%);
    position: absolute;
}

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

.webrion-blog-swiper .blog-content .blog-content-title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.webrion-blog-swiper .blog-content .blog-content-title span {
    color: #fff;
    font-weight: 300;
}

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

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

.webrion-blog-swiper .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background-color: #FFC900 !important;
    border-radius: 50px;
    position: relative;
    opacity: 0.4;
}
.webrion-blog-swiper  .swiper-pagination-bullet-active::before{
      content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    left: -3px;
    border: 2px solid #53205A;
    top: -3px;
    object-fit: cover;
    padding: 9px 8px 8px 9px;
}

footer {
    padding-top: 30px;
    position: relative;
    padding: 100px 0px;
}

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

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

/* footer .container-fluid.footer-grid {
    display: grid;
    grid-template-columns: 2fr 6fr repeat(3, 3fr);
    grid-template-rows: 1fr;
    grid-column-gap: 19px;
    grid-row-gap: 0px;

    align-items: baseline;
    position: relative;
    justify-items: center;
} */
footer .container .footer-content .webrion-footer-content .footer-group {
    flex: 1;
    padding: 46px 0px;
    z-index: 99999;
    position: relative;
}

footer .container .footer-content .webrion-footer-content {
    display: flex;
    gap: 17px;
    /* justify-content: space-between; */
}

footer .container .footer-content .webrion-footer-content .col-lg-3:first-child::before {
    content: "";
    width: 100%;
    border-right: 2px solid #FFAF01;
    position: absolute;
    right: 16px;
    height: 325px;
    top: 0px;
}

footer .container .footer-content .webrion-footer-content .footer-group ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

footer .container .footer-content .webrion-footer-content .col-lg-4 {
    padding: 0px;
}

footer .container .footer-content {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
    height: 100%;
}

footer .container .footer-content .webrion-footer-content .col-lg-4 .footer-group ul li a {
    color: #00000059;
}

footer .container .footer-content .webrion-footer-content .col-lg-4:last-child .footer-group ul li a {
    color: transparent;
    background: linear-gradient(to bottom, #ff9501, #ff9501, #ff9400, #ff9400, #ff9300);
    background-clip: text;
    line-height: 20px;
}

footer .container .footer-content .webrion-footer-content .col-lg-4:last-child .footer-group ul li a:hover {
    color: #A92292;
    transition: 0.3s;
}

footer .container .footer-content .webrion-footer-content .col-lg-3:not(:first-child)::before {
    content: "";
    border-right: none;
}

footer .container .footer-content .webrion-footer-content .col-lg-3 {
    position: relative;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content {
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-about-buttons {
    justify-content: center;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FF9300;
    padding: 13px 47px;
    border-radius: 45px;
    position: relative;
    color: #fff;
    width: fit-content;
    margin-top: 19px;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-text {
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-text p {
    color: #00000044;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-logo {
    margin-bottom: 39px;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-logo img {
    width: 190px;
}

footer .container .footer-content .webrion-footer-content .footer-group .f-header {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 17px;
    padding-bottom: 5px;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}


footer .container .footer-content .webrion-footer-content .footer-group ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

footer .container .footer-content .webrion-footer-content .footer-group ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s;
    display: flex;
    gap: 12px;
    /* align-items: stretch; */
}

footer .container .footer-content .webrion-footer-content .footer-group ul li a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

footer .container .footer-content .webrion-footer-content .footer-group ul li a:hover {
    color: #FF9300;
    transition: 0.3s;
}

footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* 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: 23px;
    border-top: 1px solid #EDEDED;
}

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

.webrion-copyright .copyright-text a {
    color: #000;
    font-weight: 400;
}

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

footer .container .footer-content .webrion-footer-content .footer-group.contact ul {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    text-align: end;
    gap: 5px;
}

footer .container .footer-content .webrion-footer-content .footer-group.contact ul li a {
    color: #fff;
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

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

footer .container .footer-grid .footer-content .webrion-footer-content .footer-group.contact ul li span {
    display: flex;
}

.arrow {
    display: flex;
}

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

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

.webrion-breadcrumb {
    padding-bottom: 60px;
    position: relative;
    padding: 30px 0px;
    border-top: 1px solid #E8E8E8;
}

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

.webrion-breadcrumb .webrion-breadcrumb-bg img {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    height: 400px;
    object-fit: cover;
}

.webrion-breadcrumb .webrion-breadcrumb-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 28%, rgba(255, 255, 255, 0) 67%);
}

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

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

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

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

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

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

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

.webrion-icon-content .icon-wrapper {
    background: #C5AD6F;
    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: #C5AD6F;
    z-index: -3;
}

.webrion-about-us-content .webrion-vision {
    padding-bottom: 0;
    margin-top: 72px;
    margin-bottom: 72px;
}

.webrion-about-us-content {
    position: relative;
    margin: 117px 0px;
}

.webrion-about-us-content .webrion-mission .row {
    flex-direction: row-reverse;
}

.webrion-about-us-content::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/05/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -999;
    width: 676px;
    height: 100%;
    right: -121px;
    transform: rotate(5deg);
    top: -104px;
}

.webrion-about-us-content .webrion-about {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 88px;
}

.webrion-about-us-content .webrion-about .about-left {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.webrion-about-us-content .webrion-about .about-right .about-right-image-1 {
    width: 395px;
    height: 486px;
    transform: rotate(17deg);
    right: -84px;
    top: 1px;
    position: relative;
}

.webrion-about-us-content .webrion-about .about-right {
    position: relative;
}

.webrion-about-us-content .webrion-about .about-right .about-right-image-2 {
 position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(0, -50%);
}

.webrion-about-us-content .webrion-about .about-right .about-right-image-2 img {
    width: 176px;
    height: 176px;
    object-fit: contain;
}

.webrion-about-us-content .webrion-about .about-right img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 100%;
}

.webrion-about-us-content .webrion-about .about-left p {
    color: #00000070;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    letter-spacing: 0.02em;
    line-height: 29px;
    padding-right: 53px;
}

.webrion-about-us-content .webrion-about .about-left .about-title {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 29px;
}

.webrion-about-us-content .webrion-vision .vision-right {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 90%; */
    padding: 0px 90px;
}

.webrion-about-us-content .webrion-vision .row {
    flex-direction: row-reverse;
}

.webrion-about-us-content .webrion-vision .vision-right .vision-title {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 29px;
}

.webrion-about-us-content .webrion-vision .vision-right p {
    color: #00000070;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    letter-spacing: 0.02em;
    line-height: 29px;
}

.webrion-about-us-content .webrion-vision .vision-left img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 100%;
}

.webrion-about-us-content .webrion-vision .vision-left {
    position: relative;
    width: 561px;
    transform: rotate(351deg);
    right: -66px;
    top: -42px;
    height: 389px;
}

.webrion-about-us-content .webrion-mission {
    padding: 60px 0;
    position: relative;
}

.webrion-about-us-content .webrion-mission .mission-left {
    width: 100%;
    position: relative;
    left: 77%;
    transform: translate(-50%, 0);
}

.webrion-about-us-content .webrion-mission .mission-left img {
    width: 160px;
}

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

.webrion-about-us-content .webrion-mission .mission-right .mission-title {
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 29px;
}

.webrion-about-us-content .webrion-mission .mission-right p {
    color: #0000008c;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 28px;
    color: #00000070;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    letter-spacing: 0.02em;
    line-height: 29px;
    padding-right: 53px;
}



.webrion-contact .col-md-4 {
    z-index: 1;
}

.webrion-contact .webrion-contact-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    position: relative;
	    justify-content: center;
}

.webrion-contact .right-contact-content {

padding: 100px 0px ;

 
}

.webrion-contact .right-contact-content::before {
    background: linear-gradient(90deg, rgba(66, 92, 143, 0) 15%, rgba(70, 130, 248, 0.20772058823529416) 70%) !important;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 100%;
    right: 0;
}

.webrion-contact .right-contact {
    padding-left: 36px !important;
}

.webrion-contact .webrion-contact-grid .contact-list {
    padding: 30px;
    display: flex;
    align-items: center;
      height: 100%;
    position: relative;
    padding: 30px 30px 30px 0px;

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

.webrion-contact .webrion-contact-grid .contact-list .contact-list-content {
    padding: 0px 30px;
}

.webrion-contact .webrion-contact-grid .contact-list .contact-list-content .contact-list-title {
}

.webrion-contact .webrion-contact-grid .contact-list .contact-list-content .contact-list-title h2 {
    font-size: 26px;
    margin-bottom: 23px;
}

.webrion-contact .webrion-contact-grid::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -9;
    background: linear-gradient(90deg, rgb(70 130 248 / 25%) 45%, rgb(66 92 143 / 1%) 88%);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}

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

.webrion-contact .webrion-contact-grid .contact-list ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    z-index: 9999;
}

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

.webrion-contact .webrion-contact-grid .contact-list ul li a img {
    width: 27px;
}

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

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

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

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

.webrion-contact .webrion-contact-form .form-title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
.webrion-contact .webrion-contact-item{
position: absolute;
    bottom: 18%;
    left: 18%;
}
.webrion-contact .webrion-contact-item img{
	width: 137px;
}
.webrion-contact {
    padding: 200px 0px;
	position:relative;
	overflow:hidden;
}

.webrion-contact .webrion-contact-bg img {
    width: 100%;
    height: 100%;
}

.webrion-contact .webrion-contact-bg {
    position: absolute;
    top: 18%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: -999999999;
}

.webrion-contact .webrion-contact-form {
    background: #719EF5;
    padding: 33px;
    border-radius: 30px;
    position: relative;
    z-index: -2;
  
}

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

.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: #00000014;
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 30px;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item input::placeholder {
    color: #ffffff8f;
    font-size: 14px;
    font-weight: 300;
}

.webrion-contact .webrion-contact-form .contact-form .contact-item textarea::placeholder {
    color: #ffffff8f;
    font-size: 14px;
    font-weight: 300;
}

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

.webrion-contact .webrion-contact-form .contact-form .contact-form-btn input {
    position: relative;
    transition: 0.3s;
    border: none;
    font-size: 18px;
    padding: 9px 56px;
    background-image: linear-gradient(to left, #cb0b0b, #da3d04, #e85c00, #f47800, #ff9300);
    color: #fff;
    border-radius: 43px;
    text-align: center;
}

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

.webrion-service {
    padding: 160px 0px 130px;
	position:relative;
}
.webrion-service .webrion-services-item{
	position: absolute;
    left: 11%;
    bottom: 151px;
}
.webrion-service .webrion-services-item img{
	 width: 143px;
    height: 143px;
    object-fit: cover;
}

.webrion-service .webrion-service-body {
    position: relative;
}

.webrion-service .webrion-service-body a {
    display: block;
    color: #fff;
}

.webrion-service .webrion-service-body a .service-content {
    padding: 33px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.webrion-service .webrion-service-body a .service-content .webrion-service-text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.webrion-service .webrion-service-body .webrion-services-2 .service-content .webrion-service-text {
    color: #00000069;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.webrion-service .webrion-service-body a .service-content .webrion-service-text p {
    font-size: 15px;
}

.webrion-service .webrion-service-body a .service-content .webrion-services-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.webrion-service .webrion-service-body a .service-content .webrion-services-icon-text span {
    font-size: 22px;
    margin-top: 4px;
    color: #ffffffe8;
    font-weight: 300;
}

.webrion-service .webrion-service-body a .service-content .webrion-services-icon-text h2 {
    font-size: 27px;
    margin-bottom: 0;
}

.webrion-service .webrion-service-body .webrion-services-2 .service-content .webrion-services-icon-text h2 {
    color: #000;
}

.webrion-service .webrion-service-body .webrion-services-2 .service-content .webrion-services-icon-text span {
    color: #6e6e6e61;
}

.webrion-service .webrion-service-body a .service-content .webrion-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}

.webrion-service .webrion-service-body .webrion-services-1 {
    background: #E5713F;
    border-radius: 30px;
    position: relative;
}

.webrion-service .webrion-service-body .webrion-services-2 {
    background: #FFF3E2;
    border-radius: 30px;
    position: relative;
    z-index: 999999;
    box-shadow: 2px 9px 14px 0px rgb(0 0 0 / 4%);
    bottom: -47px;
}

.webrion-service .webrion-service-body .webrion-services-3 {
    background: #719EF5;
    border-radius: 30px;
    position: relative;
}

.webrion-service .webrion-service-body .webrion-services-1 .service-content .webrion-service-icon .service-icon {
    padding: 16px;
    border-radius: 50%;
    background: linear-gradient(to top, #ffc900, #f8a100, #ed7900, #de4e00, #cb0b0b);
}

.webrion-service .webrion-service-body .webrion-services-2 .service-content .webrion-service-icon .service-icon {
    padding: 16px;
    border-radius: 50%;
    background-image: linear-gradient(to right top, #d8e6ff, #d1e0fd, #c9dbfb, #c2d5f9, #bbcff7, #b2c9f6, #aac4f6, #a1bef5, #95b6f5, #89aef5, #7da6f5, #719ef5);
}

.webrion-service .webrion-service-body .webrion-services-3 .service-content .webrion-service-icon .service-icon {
    padding: 16px;
    border-radius: 50%;
    background: linear-gradient(to right top, #f2b3e7, #eca7e0, #e59ad8, #df8ed1, #d881c9, #d276c2, #cc6bbb, #c65fb4, #bf52ac, #b844a3, #b0349b, #a92292);
}

.webrion-service .webrion-service-body a .service-content .webrion-service-icon .service-icon img {
    width: 44px;
    height: 43px;
    object-fit: contain;
}

.webrion-service .webrion-service-body .webrion-service-box-bg {
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0px;
}

.webrion-service .webrion-service-body .webrion-service-box-bg img {
    width: 228px;
    height: 228px;
    object-fit: cover;
}

.webrion-service .row {
}

.swiper-pagination-bullet-active::before {
 content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    left: -3px;
    border: 2px solid #53205A;
    top: -3px;
    object-fit: cover;
    padding: 9px 8px 8px 9px;
}

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

.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: 3px solid #ff9300;
}

.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: #a92292;
    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: #a92292;
    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: #a92292;
    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.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    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: #ff9300 !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 #ff9300;
    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: #ff9300;
}

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

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 #ff9300;
    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: #ff9300;
    border-radius: 10px;
}

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

.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: #C5AD6F;
    border-radius: 10px;
}

.webrion-about-us .about-text {
}

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

.webrion-sss {
    position: relative;
padding: 100px 0px ;
    margin-bottom: 90px;
}
.webrion-sss .webrion-sss-item-image{
	    position: absolute;
    top: 0;
    left: 11%;
}
.webrion-sss .webrion-sss-item-image img{
	    width: 160px;
    height: 160px;
    object-fit: cover;
}

.webrion-sss .webrion-sss-item-image-2{
	    position: absolute;
    bottom: -51px;
  
    right: 5%;
}
.webrion-sss .webrion-sss-item-image-2 img{
	      width: 129px;
    height: 129px;
    object-fit: cover;
}










.webrion-sss .webrion-sss-item-row .webrion-sss-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: #FFF;
    border: 1px solid #F4F4F4;
    padding: 15px;
    border-radius: 17px;
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-title-content {
    cursor: pointer;
    /* background: #ffff; */
    /* border: 1px solid #D1D1D1; */
    /* padding: 15px; */
    /* border-radius: 17px; */
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-item-content {
    display: none;
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-item-content .content-wrapper {
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-item-content .content-wrapper p {
    font-size: 14px;
    padding: 24px 0;
    font-weight: 400;
    color: #00000075;
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-title-content h3 {
    margin: 0;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.webrion-sss .webrion-sss-item-row .webrion-sss-item .webrion-sss-title-content h3 i {
    border-radius: 60px;
    background: linear-gradient(to top, #ffc900, #ffbc00, #ffae00, #ffa100, #ff9300);
    padding: 5px 7px;
	color:#fff;
}

.webrion-sss .webrion-sss-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 44px;
    /* padding-bottom: 63px; */
    margin-bottom: 58px;
    /* width: 109%; */
    justify-content: center;
}

.webrion-sss .webrion-sss-item-row {
    gap: 32px;
    align-items: start;
    padding: 15px;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". .";
}

.ri-subtract-line:before {
    color: #fff;
}

.webrion-sss .webrion-sss-title p {
    font-size: 16px;
    line-height: 28px;
    width: 27%;
    text-align: center;
}

.webrion-sss .webrion-sss-title h2 {
    font-weight: 700;
    font-size: 40px;
}

.webrion-sss .webrion-sss-title h3 {
    color: rgb(0 0 0 / 29%);
}

.webrion-sss .webrion-sss-bg {
    position: absolute;
    top: 18%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: -999999999;
}

.webrion-sss .webrion-sss-bg img {
    width: 100%;
}

.webrion-contact .webrion-sss-bg {
    position: absolute;
 
    transform: translate(0, -25%);
    width: 100%;
    z-index: -999999999;
}

.webrion-contact .webrion-sss-bg img {
    width: 100%;
}








.webrion-main-contact-form {
    background-image: linear-gradient(to right, #ff9300, #ffa100, #ffae00, #ffbc00, #ffc900);
    position: relative;
    padding: 55px 0;
    background: #ff9300;
}

.webrion-main-contact-form .main-contact-form-content {
    height: auto;
    padding: 38px 58px 38px 47px;
    position: relative;
    border-left: none;
    z-index: 99999;
    border-top: 1px solid #ffffff63;
    border-right: 1px solid #ffffff63;
    border-bottom: 1px solid #ffffff63;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* .webrion-main-contact-form .main-contact-form-content::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: 1px solid #fff;
} */
.webrion-main-contact-form .right-contact-form {
    margin-top: 30px;
    /* padding: 0; */
    /* width: 50%; */
}

.webrion-main-contact-form .main-contact-form-content::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff63;
    position: absolute;
    border-left: none;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    top: 0px;
    z-index: -9;
	display:none;
}

.webrion-main-contact-form .webrion-contact-form-bg-image .webrion-contact-form-border-top-line{
	    width: 100%;
    height: 1px;
    background: #ffffff63;
    position: absolute;
    z-index: -9;
    right: -24px;
}
.webrion-main-contact-form .webrion-contact-form-bg-image .webrion-contact-form-border-bottom-line{
    width: 80px;
    height: 1px;
    background: #ffffff63;
    position: absolute;
    z-index: -9;
    right: -24px
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content {
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content {
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form {
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-form-btn {
    margin-top: 14px;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-form-btn input {
    border: none;
    font-size: 18px;
    padding: 11px 67px;
    background: linear-gradient(to left, #cb0b0b, #da3d04, #e85c00, #f47800, #ff9300);
    color: #fff;
    border-radius: 43px;
    text-align: center;
    transition: all 0.4s;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-form-btn input:hover {
     background: #ffc107;
    transition: all 0.4s;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-item {
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-item textarea {
    width: 100%;
    margin-top: 9px;
    outline: none;
    border: none;
    padding: 12px 16px;
    border-radius: 22px;
    background: #ffffff36;
     color: #ffff; 
    height: 144px;
}
.wpcf7-not-valid-tip{
	color:#fff;
}
.wpcf7 form.invalid .wpcf7-response-output{
	color:#fff;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-item textarea::placeholder {
    color: #00000053;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-item input {
    outline: unset;
    border: none;
    margin-bottom: 12px;
    height: 50px;
    border-radius: 50px;
    width: 100%;
    padding: 11px;
    background: #ffffff36;
    margin-top: 16px;
	color:#fff;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-content .main-contact-form .main-contact-item input::placeholder {
    color: #00000053;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-title {
    color: #fff;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-title p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}

.webrion-main-contact-form .main-contact-form-content .webrion-main-contact-form-title p span {
    font-weight: 600;
}

.webrion-main-contact-form .webrion-main-contact-text {
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 119px;
    height: 119px;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 999;
    background: linear-gradient(to left, #ffa301, #ffad00, #ffb600, #ffc000, #ffc900);
    top: 222px;
    transform: translate(-64%, 0);
}

.webrion-main-contact-form .webrion-main-contact-text p {
    margin: 0;
    font-size: 21px;
    border-radius: 50%;
    color: #fff;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-social-media {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-social-media a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 15px;
	width:fit-content;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-social-media a img {
    width: 27px;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-form-social-media-title {
    margin-bottom: 25px;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content {
    position: absolute;
    top: 90px;
    z-index: 999;
    padding: 10px 22px;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-form-social-media-title h2 span {
    font-weight: 500;
}

.webrion-main-contact-form .webrion-main-contact-social-media-content .main-contact-form-social-media-title h2 {
    width: 50%;
    font-size: 37px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

.webrion-main-contact-form .webrion-contact-form-bg-image {
    position: relative;
    margin-top: 30px;
    width: 100%;
    z-index: 99;
    left: 0px;
    max-width: 900px;
}

.webrion-main-contact-form .webrion-contact-form-bg-image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(255 147 0) 28%, rgb(255 159 0) 45%, rgb(255 179 1 / 0%) 92%);
}

.webrion-main-contact-form .webrion-contact-form-bg-image img {
    border-radius: 52px;
    width: 100%;
    height: 481px;
    object-fit: cover;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-about-buttons:hover {
    background: #A92292;
    color: #fff;
    transition: 0.3s;
}
footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-about-buttons::before {
    content: "";
    background: #FFD8A4;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
    transition: all 0.4s;
}
footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-about-buttons:after{
	    content: "";
    background: #fff;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 100%;
    left: 0;
    z-index: -99999999;
    transition: all 0.4s;
}

footer .container .footer-content .webrion-footer-content .footer-group .footer-about-content .footer-about-buttons:hover::before {
    content: "";
    background: #a9229252;
    border-radius: 31px;
    position: absolute;
    width: 100%;
    top: 6px;
    height: 100%;
    left: 0;
    z-index: -999;
}

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

.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: 80%;
}

.webrion-service .service-box {
    border: 1px solid #E0E0E0;
    padding: 27px 25px;
    margin-bottom: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 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 textarea {
    outline: none;
    background: #00000008;
    border: none;
    width: 100%;
    border-radius: 20px;
    padding: 10px 17px;
    height: 116px;
	font-size:16px;
}

.webrion-service .service-box .service-form .service-form-item textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0000005b;
}

.webrion-service .service-box .service-form .service-form-item input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #0000005b;
}

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

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    font-weight: 400;
    transition: 0.3s;
    border: none;
    font-size: 17px;
    padding: 11px 53px;
    background: linear-gradient(to left, #cb0b0b, #da3d04, #e85c00, #f47800, #ff9300);
    color: #fff;
    border-radius: 43px;
    text-align: center;
    transition: all 0.4s;
}

.webrion-service .webrion-service-grid .service-col .service-box .service-form .service-form-btn input:hover {
    background: linear-gradient(to left, #ffa301, #ffad00, #ffb600, #ffc000, #ffc900);
    transition: all 0.4s;
}

.webrion-service .service-gallery {
}

.webrion-service .service-gallery .gallery-content {
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}

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

.webrion-service .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-service .service-gallery .gallery-content .gallery-box .gallery-title {
    font-size: 25px;
    color: #fff;
    margin: 20px 0;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    top: -87px;
    left: 14px;
}

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

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

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

.webrion-service .service-wp-box {
    border: 1px solid rgb(224 224 224);
    padding: 9px 15px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

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

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

.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: 16px;
}

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

.webrion-service .all-service {
    border: 1px solid #C5AD6F;
    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 #C5AD6F;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

.webrion-service .all-service ul li a:hover {
    color: #3E4E80;
    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: #000000a3;
    font-weight: 400;
    margin-bottom: 20px !important;
    line-height: 27px;
    letter-spacing: 0.02em;
}

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

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

.webrion-service .service-content-detail h3 {
    font-size: 24px;
    font-weight: 400;
}

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

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

.webrion-gallery {
    padding: 10px 0px 102px;
}

.webrion-gallery .row {
    row-gap: 25px;
}

.p-relative {
    position: relative;
}

.webrion-gallery .gallery-box img {
	border-radius: 20px;
}