/*=======================
        General 
=======================*/
html,
body {
	margin: 0;
	padding: 0;
	background: #EBEAEA;
	color: #051842;
	line-height: 1.2;
	font-family: 'Bould';
	overflow-x: hidden;
}
p{
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 28px;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
button{
	border: none;
	outline: none;
}
ul{
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
}
/*=======================
       Page Layout
=======================*/
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-middle{
	align-items: center;
}
.flex-center{
	justify-content: center;
}
.flex-between{
	justify-content: space-between;
}
.text-center{
	text-align: center;
}
.text-uppercase{
	text-transform: uppercase;
}
.round-radius{
	border-radius: 500px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.container{
	width: 100%;
	padding: 0 28px;
	max-width: 1373px;
	margin: 0 auto;
}
.color-white{
	color: #fff;
}
.color-blue{
	color: #003366;
}
.font-300{
	font-weight: 300;
}
.font-500{
	font-weight: 500;
}
.font-600{
	font-weight: 600;
}
.font-700{
	font-weight: 700;
}
strong{
	font-weight: 700;
}
.border-green{
	border-color: #00E99A !important;
}
.animation-scroll.fade-in-right {
	 opacity: 0;
	 transform: translateX(20px);
	 -webkit-transform: translateX(20px);
	 transition: all 0.8s ease-in-out 0s;
	 -webkit-transition: all 0.8s ease-in-out 0s;
}
 .animation-scroll.fade-in-right.active {
	 opacity: 1;
	 transform: translateX(0);
	 -webkit-transform: translateX(0);
}
 .animation-scroll.fade-in-left {
	 opacity: 0;
	 transform: translateX(-20px);
	 -webkit-transform: translateX(-20px);
	 transition: all 0.8s ease-in-out 0s;
	 -webkit-transition: all 0.8s ease-in-out 0s;
}
 .animation-scroll.fade-in-left.active {
	 opacity: 1;
	 transform: translateX(0);
	 -webkit-transform: translateX(0);
}
 .animation-scroll.fade-in-up {
	 opacity: 0;
	 transform: translateY(20px);
	 -webkit-transform: translateY(20px);
	 transition: all 0.8s ease-in-out 0s;
	 -webkit-transition: all 0.8s ease-in-out 0s;
}
 .animation-scroll.fade-in-up.active {
	 opacity: 1;
	 transform: translateY(0);
	 -webkit-transform: translateY(0);
}
 .animation-scroll.zoom-in {
	 transition: all 0.8s ease-in-out 0s;
	 -webkit-transition: all 0.8s ease-in-out 0s;
	 opacity: 0;
	 transform: scale(0.9, 0.9) translate(0%, 0%);
	 -webkit-transform: scale(0.9, 0.9) translate(0%, 0%);
}
 .animation-scroll.zoom-in.active {
	 opacity: 1;
	 transform: scale(1, 1) translate(0%, 0%);
	 -webkit-transform: scale(1, 1) translate(0%, 0%);
}
 .animated-delay2 {
	 transition-delay: 0.2s !important;
}
 .animated-delay3 {
	 transition-delay: 0.4s !important;
}
 .animated-delay4 {
	 transition-delay: 0.6s !important;
}
 
.the-header{
	height: 187px;
	background: linear-gradient(90deg, #001E60 0%, #003EC6 100%);
}
#header{
	background: linear-gradient(90deg, #001E60 0%, #003EC6 100%);
	padding: 41px 0 33px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
#header.is-sticky-opening{
	padding: 21px 0;
}
#header.is-sticky-opening .hd-box .logo{
	width: 140px;
}
.hd-box{
	gap: 20px;
}
.hd-box .logo{
	width: 233px;
	display: block;
}
.hd-box .logo img{
	width: 100%;
}
.hd-right{
	padding: 7px 10px 7px 52px;
	background: #051842;
	width: calc(100% - 261px);
	align-items: center;
}
.menu-main ul{
	display: flex;
}
.menu-main ul li{
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	padding: 2px;
	border-radius: 140px;
	position: relative;
	margin-right: 2px;
	transition: background 0.3s ease-in-out;
}
.menu-main ul li.current-menu-item{
	background: linear-gradient(126.57deg, #00E99A 0%, #0066CC 53.82%);
}
.menu-main ul li.current-menu-item a {
    color: #00E99A !important;
}
.menu-main ul li.menu-item-has-children ul li{
	margin: 0;
}
.menu-main ul li.menu-item-has-children ul li:hover a{
	color: #D28DD3;
}
.menu-main ul li a{
	color: #fff;
	display: block;
	padding: 5px 17px 6px;
	background: #051842;
	border-radius: 140px;
	line-height: 1;
	font-weight: 600;
}
.menu-main ul li.menu-item-has-children .ar-menu{
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% auto;
	position: absolute;
	top: 14px;
	right: 9px;
	width: 11px;
	height: 11px;
	transition: all 0.3s ease-in-out;
}
.menu-main ul li.menu-item-has-children li:hover{
	background: #051842;
}
.menu-main ul ul li.current-menu-item{
	background: none !important;
}
.menu-main ul li.menu-item-has-children li:hover a{
	color: #00E99A;
}
.menu-main ul li.menu-item-has-children a{
	padding-right: 28px;
	position: relative;
}
.menu-main ul li.menu-item-has-children li a{
	font-weight: 400;
}
.menu-main ul li.menu-item-has-children{
	position: relative;
}
.menu-main ul li.menu-item-has-children ul{
	position: absolute;
	top: calc(100% + 7px);
	left: 0;
	right: 0;
	border-radius: 0  0 17px 17px;
	opacity: 0;
	visibility: hidden;
	padding: 18px 0 10px;
	display: block;
	transition: all 0.3s ease-in-out;
	transform: translateY(14px);
	background: linear-gradient(0deg, rgba(0, 51, 102, 0.9), rgba(0, 51, 102, 0.9));
	width: 239px;
}
.menu-main nav ul li.menu-item-has-children > ul::after {
  content: "";
  position: absolute;
  top: -14px;  
  left: 0;
  width: 100%;
  height: 14px; 
}
.menu-main ul li.menu-item-has-children ul li{
	display: block;
}
.menu-main ul li.menu-item-has-children ul li a{
	background: none !important;
	padding: 3px 18px;
	border-radius: 17px;
	line-height: 1.3;
}
.portal .btn-portal{
    font-weight: 700;
    font-size: 20px;
    gap: 10px;
    padding: 6px 27px 7px 23px;
    background: #00E99A;
    cursor: pointer;
    z-index: 3;
    font-family: 'Bould';
	color: #051842;
	-webkit-text-fill-color: #051842;
}
.portal .btn-portal img{
	height: 22px;
}
.home-top{
	background: linear-gradient(90deg, #001E60 0%, #003EC6 100%);
	padding: 0 0 53px;
}
.home-top .line1{
	width: 28%;
	top: 13%;
	right: 0;
	z-index: 10;
	    pointer-events: none;
}
.home-top .line2{
	width: 56%;
	bottom: 61px;
	left: 0;
	z-index: 2;
	pointer-events: none;
}

.home-top .information{
	width: 41%;
	padding-right: 70px;
}
.home-top .information .title{
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 52px;
}
.home-top .information .title strong{
	color: #00E99A;
}
.btn-border{
	display: inline-block;
	border: 3px solid #D28DD3;
	border-radius: 140px;
	padding: 8px 76px 10px 27px;
	font-size: 22px;
	font-weight: 700;
	background: url(../images/btn-line.svg) no-repeat right 20px center/43px auto;
	color: #fff;
}
.btn-border:hover, .portal-box .btn-login:hover{
	background-position: right 14px center;
}
.home-reason .btn-green:hover{
	background-position: right 11px center;
}
.home-reason .title-border{
	font-size: 34px;
}
.ft-menu li a:hover, .ft-information a:hover{
	color: #00E99A;
}
.social a:hover{
	opacity: 0.8;
}
.home-top .featured{
	width: 59%;
	overflow: hidden;
}
.home-top .featured img{
	display: block;
    aspect-ratio: 1.82/ 1;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.home-top .featured img:hover{
	transform: scale(1.1);
}
.over-hidden{
	overflow: hidden;
}
.home-about{
	padding: 70px 0 0;
}
.title-border{
	display: inline-block;
	border: 3px solid #0066CC;
	border-radius: 140px;
	padding: 16px 55px;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 28px;
	min-width: 419px;
}
.home-about .description{
	max-width: 1260px;
	margin: 0 auto;
}
.home-about .description p{
	margin-bottom: 0;
	font-size: 28px;
}
.home-about .description p strong{
	color: #0066CC
}
.contact-section{
	padding: 83px 0;
}

.contact-section-about{
	padding-top: 31px;
    padding-bottom: 66px;
}
.title-section{
	font-size: 38px;
	margin-bottom: 34px;
}
.home-reason{
	padding: 75px 0 76px;
	background-image: url(../images/home/reason-bg.jpg);
}
.bg-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-reason .box{
	gap: 36px;
	max-width: 1144px;
	margin: 17px auto 0;
}
.home-reason .item{
	width: calc(25% - 27px);
}
.home-reason .item .icon{
	display: block;
	margin:0 auto 21px;
	aspect-ratio: 1/1;
	max-width: 187px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.home-reason .item .icon:hover{
	transform: scale(1.1);
}
.home-reason .item h3{
	font-size: 28px;
	margin-bottom: 14px;
}
.home-reason .item p{
	font-size: 28px;
	margin: 0;
}
.home-reason .btn-green{
	margin-top: 25px;
	font-size: 22px;
	background-position: right 27px center;
	padding: 8px 94px 10px 27px;
	background-size: 56px auto;
}
.btn-green{
	color: #001E60;
	border-color: #00E99A;
	background: url(../images/line-blue.svg) #00E99A no-repeat right 21px center / 46px auto;
}
.home-services{
	padding: 69px 0 100px;
}
.border-purple{
	border-color: #D28DD3;
}
.home-services .title-border{
	color: #D28DD3;
	margin-bottom: 33px;
	font-size: 34px;
	padding: 16px 48px;
}
.home-services .title{
	margin-bottom: 68px;
}
.home-services .title p{
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0;
}
.home-services .box{
	gap: 53px 62px;
}
.trasition{
	transition: all 0.3s ease-in-out
}
.home-services .item{
	width: calc(33.33% - 42px);
	cursor: pointer;
}
.home-services .item:before{
	position: absolute;
	background: #001E6066;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 280px;
	transition: all 0.3s ease-in-out
}
.home-services .item .featured{
	display: block;
	width: 100%;
	aspect-ratio: 1.3 / 1;
	object-fit: cover;
}
.home-services .item .information{
	position: absolute;
	left: 28px;
	top: 28px;
	bottom: 28px;
	right: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	max-width: 308px;
	margin: auto;
	text-align: center;
}
.home-services .item .information h3{
	font-size: 39px;
	margin-bottom: 38px;
	color: #fff;
}
.btn-white{
	display: inline-block;
	border: 3px solid #00E99A;
	border-radius: 140px;
	padding: 8px 36px;
	font-size: 20px;
	color: #fff;
}
.home-services .item:hover:before{
	background: linear-gradient(180deg, rgba(0, 233, 154, 0.75) 0%, rgba(5, 24, 66, 0.75) 77.01%);
}
.home-services .item:hover .information{
	opacity: 1;
}
.bg-gradient{
	background-image: url(../images/contact-bg.jpg);
}
#footer{
	background: #001E60;
	padding: 56px 0 68px;
}
.ft-top{
	padding-bottom: 51px;
}
.ft-top .ft-logo img{
	height: 114px;
	display: block;
}
.ft-top .ft-logo{
	padding-right: 53px;
	display: flex;
   align-items: center;
}
.ft-description{
	padding: 23px 40px 0 43px;
	max-width: 496px;
}
.ft-description p{
	font-size: 22px;
	margin-bottom: 0;
}
.ft-information{
	padding: 24px 52px 0px 48px;
	font-weight: 600;
}
.ft-information a{
	color: #fff;
	padding-left: 45px;
	position: relative;
	display: block;
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 22px;
}
.ft-information a img{
	max-width: 27px;
	position: absolute;
	left: 0px;
	top: 7px;
}
.social{
	gap: 12px;
	padding-left: 38px;
	padding-top: 33px;
}
.social img{
	height: 35px;
}
.copyright{
	background: #051842;
	border-radius: 280px;
	padding: 17px;
}
.copyright p{
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}
.copyright p strong, .copyright p a{
	color: #00E99A;
}
.ft-menu{
	padding-top: 39px;
}
.ft-menu li{
	padding: 0 7px;
	font-weight: 600;
	color: #919191;
	font-size: 20px;
	display: inline-block;
	border-left: 2px solid #919191;
	line-height: 1;
	vertical-align: middle;
}
.ft-menu li a{
	color: #919191;
}
.ft-menu li:first-child{
	border-left: none;
}
.portal-box{
	background: linear-gradient(180deg, rgba(0, 102, 204, 0.8) 0%, rgba(0, 51, 102, 0.8) 100%);
	top: 0;
	left: 0;
	right: 0;
	border-radius: 17px;
	padding: 64px 15px 23px;
	opacity: 0;
	visibility: hidden;
}
/* .portal:hover .portal-box{
	opacity: 1;
	visibility: visible;
} */
.portal-box.open {
    opacity: 1;
    visibility: visible;
}
.portal-box .input-it{
	display: block;
	background: #fff;
	border-radius: 140px;
	padding: 7px 15px;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	border: none;
	width: 100%;
	color: #051842;
	font-family: 'Bould';
}
.portal-box .input-it::placeholder{
	color: #C5C5C5;
}
.portal-box .forgot{
	margin: 9px 0 15px;
	display: block;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.portal-box .btn-login{
	width: 100%;
	font-size: 20px;
	padding: 3px 70px 3px 14px;
	text-align: left;
	background-position: right 11px center;
	cursor: pointer;
	font-family: 'Bould';
	white-space: nowrap;
}
#footer .container{
	max-width: 1353px;
}
.ft-information .phone img{
	left: 6px;
    top: 1px;
}
.home-services .container{
	max-width: 1848px;
}
.ft-item:before{
	position: absolute;
	top: 25px;
	left: 0;
	bottom: 0;
	background: linear-gradient(98.79deg, #00E99A 0%, #0066CC 86.6%);
	width: 2px;
	content: "";
	height: 94px;
}
.toogle-menu{
	display: none;
}
.header-home{
	height: 175px;
}
.header-home #header{
	padding-bottom: 27px;
	padding-top: 35px;
}
/* about */
.about-top{
	padding-top: 66px;
	margin-bottom: -69px;
}
.about-top	.title-border{
	margin: 0 auto;
}
.about-top .box{
	gap: 52px;
	margin-top: -22px;
}
.about-top .about-information{
	width: calc(100% - 560px);
	    padding: 20px 0 114px;
}
.about-top .featured{
	width: 508px;
}
.about-top .line1{
	width: 27%;
	right: 0;
	bottom: 119px;
	pointer-events: none;
}
.about-information h3{
	color: #0066CC;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 56px;
}
.about-information p{
	font-size: 24px;
	margin-bottom: 29px;
}
.about-information p:last-child{
	margin-bottom: 0;
}
.overflow{
	overflow: hidden;
}
.overflow img{
	display: block;
}
.transition-scale:hover img{
	transform: scale(1.1);
}
.about-service{
	padding: 81px 0 88px;
	background: url(../images/page/bg.jpg) no-repeat center center/cover;
}
.about-service .featured, .about-mind .featured{
	width: 555px;
}
.about-service .about-information{
	width: calc(100% - 623px);
	max-width: 810px;
}
.about-service .box{
	gap: 68px;
}
.about-service .about-information p{
	color: #fff;
}
.about-service .about-information h3{
	color: #00E99A
}
.about-mind{
	padding: 68px 0 73px;
}
.about-mind .box{
	gap: 78px;
	align-items: flex-start;
}
.about-mind .about-information{
	width: calc(100% - 635px);
	padding-left: 8.5%;
	padding-top: 15px;
}
.about-mind .line2{
	bottom: 53px;
	left: 0;
	width: 44%;
	pointer-events: none;
}

.career-top{
	padding-top: 66px;
}
.career-top .line1{
	width: 30%;
	top: 43%;
	left: 0;
	z-index: 5;
	pointer-events: none;
}
.career-top .title{
	margin-bottom: 36px;
}
.career-top .title p{
	font-size: 24px;
	margin-bottom: 0;
}
.career-top .box{
	gap: 117px;
	/* align-items: flex-end; */
}
.career-top .information{
	width: calc(47% - 57px);
	max-width: 440px;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.career-top .featured{
	width: calc(53% - 57px);
	border-radius: 500px 500px 0 0;
	max-height: 453px;
	aspect-ratio: 743 / 453;
}
.career-top .featured img{
	object-fit: cover;
	width: 100%;
}
.career-top .information a{
	color: #0066CC;
	font-weight: 700;
}
.carrer-opportunities{
	padding: 60px 0 73px;
	background: linear-gradient(180deg, #003366 0%, #0066CC 100%);
}
.carrer-opportunities .gallery{
	margin: 30px auto 62px;
	gap: 56px;
	max-width: 1216px;
}
.carrer-opportunities .gallery .item{
	width: calc(33.33% - 38px);
}
.carrer-opportunities .gallery .item img{
	transition: all 0.3s ease-in-out;
	aspect-ratio: 367 / 282;
    object-fit: cover;
}
.carrer-opportunities p{
	font-size: 24px;
	max-width: 1108px;
	margin: 0 auto 29px;
}
.contact-top .item .featured img{
	aspect-ratio: 307 / 201;
    object-fit: cover;
}
.carrer-opportunities p strong{
	color: #00E99A;
	max-width: 800px;
	display: inline-block;
}
.carrer-opportunities .contact-icon{
	margin-top: 53px;
	gap: 48px;
}
.carrer-opportunities .contact-icon img{
	height: 47px;
	display: block;
}
.carrer-opportunities .line1{
	left: 0;
	bottom: 72px;
	width: 30%;
	pointer-events: none;
}
.carrer-opportunities .line2{
	top: 27%;
	right: 0;
	z-index: 10;
	width: 40%;
	pointer-events: none;
}
.contact-top{
	padding: 65px 0 21px;
}
.contact-top::before {
	content: "";
	background: url(../images/page/contact-bg.jpg) no-repeat center center/cover;
	height: 45%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.contact-top .list{
	gap: 21px;
	margin-top: 27px;
	padding: 0 12px;
	justify-content: center;
}
.contact-top .item{
	width: calc(25% - 16px);
}
.contact-top .item .label{
	background: #001E60;
	color: #00E99A;
	font-size: 28px;
	font-weight: 600;
	padding: 12px 10px;
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: -20px;
	z-index: 2;
	position: relative;
	min-width: 211px;
}
.contact-top .item .information{
	margin-top: 30px;
}
.contact-top.information p{
	font-size: 24px;
	margin-bottom: 0;
}
.contact-top .information p strong{
	display: block;
	color: #003366;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-top .information p span{
	font-weight: 600;
	display: block;
	color: #0066CC;
}
.bg-gradient-blue{
	background: linear-gradient(270deg, #003366 0%, #0066CC 100%);
}
.contact-touch{
	padding: 61px 0 75px;
}
.contact-touch .title-border{
	margin-bottom: 50px;
	padding: 16px 80px;
}
.contact-touch .box{
	gap: 56px;
}
.contact-touch  a{
	color: #fff;
	font-weight: 600;
	font-size: 28px;
}
.contact-touch  a img{
	height: 60px;
	margin-right: 23px;
	display: inline-block;
	vertical-align: middle;
}
.contact-touch  a.email img{
	height: 39px;
}
.contact-touch  a:hover{
	color: #00E99A;
}
.contact-form{
	padding: 74px 0 96px;
}
.contact-form .form-title{
	font-size: 24px;
	margin-bottom: 56px;
}
.contact-form .form-box{
	gap: 60px;
}
.contact-form .left{
	width: calc(44.5% - 60px);
}
.contact-form .right {
	width: 55.5%;
}
.contact-form input[type="text"], .contact-form input[type="email"],
.contact-form input[type="tel"], .contact-form textarea{
	display: block;
	background: #fff;
	border: none;
	border-radius: 40px;
	height: 70px;
	font-size: 24px;
	font-weight: 400;
	padding: 18px 32px;
	margin-bottom: 22px;
	width: 100%;
	font-family: 'Bould';
	-webkit-appearance: none !important;
}
.contact-form input[type="text"]::placeholder, .contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,.contact-form textarea::placeholder{
	color: #C5C5C5;
}
.contact-form .note{
	margin-top: 39px;
	font-size: 16px;
}
.contact-form textarea{
	height: 377px;
	padding: 28px 40px;
	margin-bottom: 39px;
}
.contact-form  input[type="submit"]{
	padding: 22px 113px 23px 34px;
	display: inline-block;
	border-radius: 40px;
	color: #003366;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	font-family: 'Bould';
	cursor: pointer;
	background: url(../images/line-submit.png) #00E99A no-repeat right 35px center/53px auto;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none !important;
}
.contact-form  input[type="submit"]:hover{
	background-position: right 25px center;
}
.health-document{
	padding: 65px 0 95px;
}
.health-document .title  p{
	font-size: 24px;
}
.health-document .box{
	gap: 61px 52px;
	max-width: 1220px;
	margin: 73px auto 0;
}
.health-document  .item{
	width: calc(50% - 26px);
}
.health-document  .item a{
	padding-left: 87px;
	background: url(../images/pdf.svg) no-repeat left center/58px auto;
	color: #051842;
	font-size: 28px;
	font-weight: 700;
	min-height: 67px;
	display: flex;
	align-items: center;
}
.health-document  .item a:hover{
	background-size: 55px auto;
}
.health-banner img{
	width: 100%;
	display: block;
	object-fit: cover;
}
.health-document .line1{
	right: 0;
	top: 154px;
	width: 26%;
	pointer-events: none;
}
.on-mb{
	display: none !important;
}
.about-mind .container{
	max-width: 1625px;
}
.about-service .container{
	max-width: 1620px;
}
.about-mind .about-information h3{
	margin-bottom: 49px;
}
.career-top .container{
	max-width: 1566px;
}
.contact-top .item .information p{
	font-size: 24px;
}
.contact-form .wpcf7-spinner{
	    position: absolute;
    top: calc(100% + 10px);
}
.contact-form .wpcf7-not-valid-tip{
	display: none;
}
.contact-form .wpcf7-not-valid{
	border: 1px solid #dc3232 !important;
}
.contact-form .wpcf7-not-valid.wpcf7-recaptcha{
	border: none !important;
}
.contact-form .wpcf7-not-valid.wpcf7-recaptcha > div{
	border: 1px solid #dc3232 !important;
}
.page-banner{
	height: 465px;
}
.page-banner .container{
	height: 100%;
	    display: flex;
    flex-direction: column;
}
.page-banner .page-icon{
	height: 76px;
	margin-bottom: 38px;
}
.page-banner::before {
	content: "";
	background: #001E6099;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.page-banner .page-title{
	display: inline-block;
	min-width: 640px;
	padding: 18px 30px;
	border: 3px solid #0066CC;
	font-size: 45px;
	font-weight: 300;
	margin: 0;
}
.services-about{
	padding: 70px 0 74px;
}
.services-about .inner{
	justify-content: space-between;
}
.services-about .left{
	max-width: 50%;
	padding-right: 95px;
}
.services-about .box{
	padding: 47px 0 59px;
	min-height: 296px;
	display: flex;
	align-items: center;
}
.services-about h2{
	margin: 0;
	font-size: 40px;
	color: #0066CC;
	font-weight: 600;
}
.services-about .right{
	width: 50%;
}
.services-about .right p{
	font-size: 20px;
	margin-bottom: 23px;
}
.services-about .right p:last-child{
	margin: 0;
}
.line-border{
	background: #00E99A;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.line-border::before {
	content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #00E99A;
    display: inline-block;
}
.line-border::after {
	content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #00E99A;
    display: inline-block;
}
.line-border-bottom{
	top: auto;
	bottom: 0;
}
.services-cleaning{
	padding: 99px 0 84px;
}
.services-cleaning .box{
	gap: 110px;
}
.services-cleaning .title{
	margin-bottom: 42px;
	display: inline-block;
	border: 3px solid #00E99A;
	font-size: 30px;
	font-weight: 300;
	padding: 11px 30px;
	width: 100%;
}
.image-fit{
	overflow: hidden;
}
.image-fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	    display: block;
}
.services-cleaning .featured img{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.services-cleaning .item{
	width: calc(33.33% - 74px);
}
.services-cleaning  .line1{
	right: 24%;
	width: 23%;
	top: 41%;
	z-index: 2;
}
.services-cleaning .border-top{
	border: 1px dashed #fff;
    top: 34px;
    right: -130px;
    width: 150px;
    left: auto;
}
.services-cleaning .border-top:after{
	content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}
.services-cleaning .border-top:before{
	content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}
.services-cleaning .item:last-child .border-top{
	display: none;
}
.services-cleaning .line2{
	width: 41%;
	left: 0;
	bottom: 53px;
}
.services-information{
	padding: 69px 0 69px;
}
.services-information .left{
	padding-right: 104px;
	width: 54.5%;
}
.services-information .right{
	padding-left: 83px;
	width: 45.5%;
}
.services-information h3{
	color: #003366;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 63px;
	padding: 14px 30px;
	border-radius: 200px;
	background: #00E99A;
	width: 497px;
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.services-information p{
	font-size: 20px;
	margin-bottom: 25px;
}
.services-information ul li{
	padding-left: 65px;
	margin-bottom: 22px;
	font-size: 30px;
	background: url(../images/list-tick.svg) no-repeat left top 2px/40px auto;
	display: block;
	margin-left: 13px;
}
.services-information ul li strong{
	font-weight: 700;
	display: block;
	color: #0066CC;
}
.services-information .right h3{
	color: #fff;
	background: #D28DD3;
	margin-bottom: 73px;
}
.services-information .line-vertical{
	top: 0;
	left: 0;
	bottom: 0;
	width: 2px;
	background: #0066CC;
}
.services-information .line-vertical::before {
	content: "";
	background: #0066CC;
    position: absolute;
    left: -4px;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.services-information .line-vertical::after {
	content: "";
	background: #0066CC;
    position: absolute;
    left: -4px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.event-hidden{
	pointer-events: none;
}
.services-cleaning .item:nth-child(2){
	z-index: 3;
}
.sv-instrument-portable{
	background: #CACACA;
}
.sv-instrument-portable .title-box{
	position: absolute;
	top: 64px;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	z-index: 3;
}
.bg-white{
	background: #fff;
}
.color-purple{
	color: #D28DD3;
}
.sv-instrument-portable .title{
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	padding: 20px 52px;
	color: #0066CC;
	margin-bottom: 50px;
}
.sv-instrument-portable .item{
	width: 50%;
    height: 784px;
    position: relative;
}
.sv-instrument-portable .item:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content:"";
	height: 63%;
	background: linear-gradient(360deg, #051842 26.44%, rgba(0, 102, 204, 0) 100%);

}
.sv-instrument-portable .item .featured{
	height: 100%;
    width: 100%;
}
.sv-instrument-portable .item p{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.sv-instrument-portable .item:last-child p{
	    display: inline-block;
}
.sv-instrument-portable .item:last-child .description{
	text-align: right;
	right: calc(50vw - 640px);
	left: auto;
	max-width: 510px;
	padding-left: 20px;
	padding-right: 0;
}
.sv-instrument-portable:before{
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	background: #D5CFCF;
	content: "";
	position: absolute;
}
.sv-instrument-calibration{
	padding: 79px 0 67px;
}
.sv-instrument-calibration .title p{
	font-size: 24px;
	font-weight: 600;
	margin-top: 5px;
}
.sv-instrument-calibration .title{
	margin-bottom: 84px;
}
.sv-instrument-calibration .list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 64px 100px;
}
.sv-instrument-calibration .list li{
	width: calc(50% - 50px);
	padding-left: 60px;
	background: url(../images/list-green.svg) no-repeat left top/40px auto;
	font-size: 24px;
	font-weight: 300;
	display: block;
}
.sv-instrument-calibration .list li strong{
	font-weight: 700;
	color: #00E99A;
	display: block;
	margin-bottom: 14px;
}
.sv-instrument-calibration .list li.list-full{
	width: 100%;
}
.sv-instrument-calibration .line2{
	width: 39%;
	left: -11%;
	top: 83px;
}
.sv-instrument-calibration .line1{
	width: 23%;
	right: 0;
	bottom: 70px;
}
.sv-partial-discharges{
	padding: 65px 0 83px;
}
.bg-green{
	background: #00E99A;
}
.sv-partial-discharges .title-border{
	border-color: #051842;
	color: #001E60;
}
.sv-partial-discharges .box{
	gap: 13px;
	margin-bottom: 51px;
	margin-top: 19px;
}
.sv-partial-discharges .item{
	width: calc(33.33% - 9px);
	padding: 15px 16px 19px 112px;
	background: url(../images/warning.svg) #fff no-repeat left 29px center/73px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sv-partial-discharges .item h3{
	color: #0066CC;
	font-size: 28px;
	margin-bottom: 0;
}
.sv-partial-discharges .item p{
	font-size: 22px;
	margin: 0;
}
.sv-partial-discharges .note{
	max-width: 950px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
}
.sv-partial-detection{
	padding: 66px 0 52px;
}
.sv-partial-detection .title p{
	font-size: 24px;
}
.sv-partial-detection .item .number{
	display: inline-block;
}
.sv-partial-detection .item .number span{
	background: linear-gradient(126.57deg, #00E99A 0%, #0066CC 53.82%);
    width: 79px;
    height: 79px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    line-height: 1;
}
.sv-partial-detection .item h3{
	font-size: 24px;
	margin: 24px 0 12px;
	color: #00E99A;
}
.sv-partial-detection .item p{
	font-size: 24px;
	font-weight: 300;
}
.sv-partial-detection .box{
	gap: 70px;
	margin-top: 66px;
}
.sv-partial-detection .item{
	width: calc(50% - 35px);
}
.sv-partial-detection .line1{
	width: 23%;
	left: 0;
	top: 47%;
}
.sv-partial-detection .line2{
	width: 40%;
	top: 90px;
	right: -10%;
}
.sv-partial-discharge{
	padding: 65px 0 59px;
}
.sv-partial-discharge .information{
	width: 46%;
	padding-right: 82px;
}
.sv-partial-discharge .item p{
	font-size: 20px;
	margin-bottom: 24px;
}
.sv-partial-discharge .featured{
	width: 51%;
}
.sv-partial-discharge .item{
	margin-bottom: 8px;
}
.sv-partial-discharge .item .featured img{
	border-radius: 200px;
	width: 100%;
	aspect-ratio: 1/0.58;
}
.sv-partial-discharge .item:last-child .featured{
	padding-right: 89px;
	width: 45%;
}
.sv-partial-discharge .item:last-child .featured img{
	aspect-ratio: 1/1;
	border-radius: 50%;
}
.sv-partial-discharge .item:last-child:before{
	width: 100%;
	top: 70px;
	bottom: 88px;
	background: #EBEAEA;
	position: absolute;
	content: "";
	left: 0;
}
.sv-partial-discharge .item:last-child .information{
	padding: 50px 0;
	width: 53.5%;
}
.sv-partial-discharge .item:last-child .box{
	flex-direction: row-reverse;
}
.sv-partial-discharge .note{
	margin-top: -47px;
}
.sv-partial-discharge .note img{
	margin-bottom: 35px;
}
.sv-partial-discharge .note p{
	font-size: 28px;
	font-weight: 500;
	padding: 0 24px;
	margin: 0;
}
.section-contact-big .contact-section .title-section{
	font-size: 42px;
    margin-bottom: 28px;
}
.services-cleaning .container{
	    max-width: 1344px;
}
.sv-instrument-calibration .container{
	max-width: 1250px;
}
.sv-instrument-portable .box{
	justify-content: space-between;
}
.sv-instrument-portable .item .featured img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.sv-instrument-portable .item .description{
    position: absolute;
    bottom: 67px;
    z-index: 2;
    color: #fff;
    max-width: 480px;
    left: calc(50vw - 647px);
    padding-right: 20px;
}
.sv-partial-discharges .container{
	    max-width: 1342px;
}
.sv-partial-discharge .line1{
	    right: -10%;
    width: 40%;
    top: 86px;
}
.sv-partial-discharge .line2{
	width: 40%;
    left: -10%;
    bottom: 220px;
    z-index: 2;
}
.sv-partial-discharge .list{
	margin-top: 14px;
}
.sv-partial-discharge .list .container{
	    max-width: 1354px;
}
@keyframes waveBounce {
	0%{
		transform: translatey(0);
	}
	50%{
		transform: translatey(-10%) ;
	}
	100%{
		transform: translatey(0%);
	}
}

.line1.active, .line2.active{
  animation: waveBounce 3s ease-in-out forwards;
}
.sv-protection-featured img{
	display: block;
	height: inherit;
	width: 50%;
	object-fit: cover;
	min-height: 400px;
	aspect-ratio: 1/0.66;
}
.sv-protection .sv-instrument-calibration .line1{
	bottom: 34%;
}
.bg-blue{
	background: #003366;
}
.sv-protection-offer{
	padding: 64px 0 60px;
}
.sv-protection-offer .title{
	color: #0066CC;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 56px;
	padding: 19px 54px;
}
.sv-protection-offer .list ul li{
	display: block;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	background: url(../images/list-green.svg) no-repeat left top / 32px auto;
	padding-left: 58px;
	min-height: 32px;
}
.sv-protection-offer .list ul li strong{
	font-weight: 600;
}
.sv-circuit .sv-instrument-calibration .line1{
	bottom: 25%;
}
.title-round{
	display: inline-block;
	padding: 19px 47px;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 0;
}
.bg-purple{
	background: #D28DD3;
}
.sv-circuit-type .item .box{
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 20px;
}
.sv-circuit-type .item .information{
	width: 53%;
	padding: 0 5% 0 10%;
}
.sv-circuit-type .item .information h3{
	margin-bottom: 28px;
	font-size: 40px;
	font-weight: 600;
	color: #0066CC;
}
.sv-circuit-type .item .information p{
	font-size: 20px;
	margin-bottom: 25px;
}
.sv-circuit-type .item .information p:last-child{
	margin-bottom: 0;
}
.sv-circuit-type .item .featured{
	width: 47%;
}
.sv-circuit-type .item:nth-child(2n) .box{
	flex-direction: row-reverse;
	align-items: center;
}
.sv-circuit-type .item:nth-child(2n) .box .information{
	padding: 100px 10% 100px 4%;
	width: 50%;
}
.sv-circuit-type .item:nth-child(3) .box{
	align-items: flex-start;
}
.sv-circuit-type .item:nth-child(3){
	padding-bottom: 54px;
}
.sv-circuit-type .line1{
	width: 51%;
	left: 0;
	bottom: 27%;
	z-index: 5;
}
.sv-circuit-type .line2{
	width: 30%;
	right: 0;
	top: 80px;
	z-index: 2;
}
.sv-circuit-type .item:first-child{
	padding-top: 213px;
}
.sv-circuit-type .item:first-child::before {
	background: #EBEAEA;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	content: "";
	bottom: 103px;
}
.sv-circuit-type .item:first-child .information{
	padding-bottom: 180px;
	position: relative;
	top: -9px;
}
.sv-circuit-type .item:nth-child(3) .information{
	padding-top: 188px;
	padding-right: 7%;
}
.sv-circuit-type .item:nth-child(3)::before {
	background: #EBEAEA;
	position: absolute;
	top: 81px;
	right: 0;
	left: 0;
	content: "";
	bottom: 0;
}
.sv-circuit-type .title-box{
	top: 72px;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	z-index: 2;
}
.sv-circuit-type .item:first-child .box{
	align-items: flex-end;
}
.sv-thermal-about{
	padding: 70px 0 86px;
}
.sv-thermal-about p{
	font-size: 30px;
	margin-bottom: 0;
}
.sv-thermal-about p strong{
	font-weight: 600;
}
.sv-thermal .note{
	padding: 61px 0 42px;
}
.sv-thermal .sv-instrument-calibration .list ul{
	gap: 55px;
}
.sv-thermal .sv-instrument-calibration .list ul li{
	width: calc(33.33% - 37px);
}
.sv-thermal .note .top{
	margin-bottom: 37px;
	gap: 15px;
}
.sv-thermal .note .top h3{
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}
.contact-section .border-purple{
	background-image: url(../images/line-purple.svg);
	margin-right: 25px;
}
.sv-protection .sv-instrument-calibration .list ul{
	gap: 46px 100px;
}
.sv-protection .sv-instrument-calibration .title{
	margin-bottom: 62px;
}
.sv-protection .sv-instrument-calibration{
	padding-bottom: 95px;
}
.sv-circuit .sv-instrument-calibration{
    padding-bottom: 104px;
}
.sv-circuit .sv-instrument-calibration .title{
	margin-bottom: 55px;
}
.sv-circuit .sv-instrument-calibration .list ul{
	    gap: 46px 100px;
}
.sv-circuit-type .item .featured img{
	aspect-ratio: 1.56 / 1;
}
.sv-circuit-type .item:nth-child(2){
	margin: -38px 0 -15px;
}
.sv-circuit-type .item:nth-child(2) .featured{
	    width: 50%;
    padding-left: 2.5%;
    padding-right: 1%;
}
.sv-thermal .sv-instrument-calibration .title{
	margin-bottom: 34px;
}
.sv-thermal .sv-instrument-calibration{
	padding-bottom: 88px;
}
.products-content .page-banner .page-title{
	border-color: #D28DD3;
	min-width: auto;
	padding: 18px 64px;
}
.products-content .services-about{
	background: #003366;
	color: #fff;
}
.products-content .services-about h2{
	color: #D28DD3;
}
.products-content .services-about .line-border, .products-content .services-about .line-border::before, .products-content .services-about .line-border::after{
	background: #fff;
}
.pd-list .item .information{
	width: 50%;
}
.pd-list .item .information .box{
	padding: 90px 70px 114px calc(50vw - 644px);
	background: #D28DD3;
	color: #003366;
	height: 100%;
}
.pd-list .item .information p{
	font-size: 30px;
}
.pd-list .item .information p strong{
	font-weight: 600;
	color: #fff;
}
.pd-list .item .information p:last-child{
	margin-bottom: 0;
}
.pd-list .item .featured{
	width: 50%;
	aspect-ratio: 1 / 0.56;
}
.pd-list .item:nth-child(2n){
	flex-direction: row-reverse;
}
.pd-list .item:nth-child(2n) .information{
}
.pd-list .item:nth-child(2n) .information .box{
	padding: 48px calc(50vw - 644px) 26px 61px;
	background: #fff;
}
.pd-list .item ul{
	margin-top: 51px;
}
.pd-ul li{
	display: block;
	padding-left: 54px;
	font-size: 30px;
	font-weight: 700;
	color: #0066CC;
	margin-bottom: 20px;
	background: url(../images/list-purple.svg) no-repeat left top/38px auto;
	min-height: 38px;
}
.pd-medium-about{
	padding: 75px 0 85px;
}
.pd-medium-about p{
	font-size: 30px;
	margin-bottom: 0;
}
.pd-medium-about.bg-purple p {
    color: #003366;
}
.pd-list-2 .item .information .box{
	height: auto;
	padding: 64px 70px 76px calc(50vw - 651px);
}
.pd-list-2.pd-ul li{
	    margin-bottom: 5px;
}
.pd-list .item .information .box-white{
	background: #fff;
	padding: 69px 70px 70px calc(50vw - 651px);
}
.pd-list-2 .item .information{
	width: 53%;
}
.pd-list-2 .item .featured{
	width: 47%;
}
.pd-list .item .information .box-white p{
	font-size: 26px;
}
.pd-list-2 .item ul{
	margin-top: 50px;
}
.bg-blue2{
	background: #0066CC;
}
.pd-benefits .top{
	padding: 68px 0 125px;
}
.pd-benefits  .line1{
	top: 95px;
	left: 0;
	width: 30%;
}
.pd-benefits .title-round{
	color: #001E60;
	padding: 19px 67px;
}
.pd-benefits .top .list{
	max-width: 1005px;
	margin: 61px auto 0;
}
.pd-benefits .list li{
	background-image: url(../images/pd-list.svg);
	width: calc(50% - 60px);
	color: #fff;
	font-weight: 700;
	padding-left: 60px;
	background-size: 43px;
	min-height: 43px;
	margin-bottom: 0px;
}
.pd-benefits .list ul{
	display: flex;
	gap: 40px 120px;
	flex-wrap: wrap;
}
.pd-benefits .bottom .information{
	padding: 69px 30px 30px 0;
	width: 48%;
}
.pd-benefits .bottom .information p{
	font-size: 20px;
	margin-bottom: 25px;
}
.pd-benefits .bottom .featured{
	width: 52%;
	position: relative;
	top: -61px;
	aspect-ratio: 1/0.6;
	margin-bottom: -24px;
}
.pd-list .item .information h2{
	display: inline-block;
	margin-bottom: 44px;
	padding: 18px 66px;
	background: #fff;
	color: #001E60;
	font-size: 30px;
	font-weight: 600;
	border-radius: 200px;
}
.pd-list .item .information h3{
	font-size: 30px;
	font-weight: 600;
	color: #003366;
	margin-bottom: 30px;
}
.pd-viewsafe .pd-list .item ul{
	margin-top: 46px;
}
.pd-viewsafe .pd-list .item ul li{
	background-image: url(../images/pd-list.svg);
	font-weight: 300;
	color: #003366;
	margin-bottom: 48px;
	padding-left: 66px;
	background-size: 44px;
}
.pd-viewsafe .pd-list .item ul li strong{
	display: block;
	font-weight: 700;
	color: #fff;
	margin-bottom: 11px;
}
.pd-viewsafe .pd-list .item ul li span{
	font-weight: 700;
}
.pd-viewsafe .pd-list .item:nth-child(2n) .information .box{
	background: #D28DD3;
	padding: 60px calc(50vw - 644px) 84px 52px;
}
.pd-gallery{
	padding: 36px;
}
.pd-gallery img{
	width: 33.33%;
	height: inherit;
	object-fit: cover;
	aspect-ratio: 1/0.7;
}
.workshop-content .page-banner .page-title{
	border-color:#00E99A;
	min-width: auto;
	padding: 18px 66px;
}
.workshop-content .services-about{
	background: #00E99A;
}
.workshop-content .services-about h2{
	color: #003366
}
.workshop-content .services-about .line-border, .workshop-content .services-about .line-border::before, .workshop-content .services-about .line-border::after{
	background: #0066CC;
}
.workshop-about .left{
	width: 50%;
	padding: 81px 95px 84px calc(50% - 649px);
	background: #AEAEAEB2;
}
.workshop-about .left p{
	color: #003366;
	font-size: 30px;
}
.workshop-about .left p strong{
	font-weight: 600;
}
.workshop-about .left p:last-child{
	margin-bottom: 0;
}
.workshop-about .right{
	width: 50%;
	aspect-ratio: 1 / 0.56;
}
.workshop-item .left{
	width: 50%;
	padding: 91px 28px 105px calc(50vw - 649px);
}
.workshop-item .left ul{
	margin-top: 50px;
	margin-bottom: 46px;
}
.workshop-item .left *:last-child{
	margin-bottom: 0;
}
.workshop-item .left ul li{
	color: #fff;
	font-weight: 600;
	padding-left: 57px;
}
.workshop-item .right{
	width: 50%;
}
.workshop-item .right .box{
	padding: 80px calc(50vw - 649px) 80px 57px;
}
.workshop-item .right h3{
	color: #0066CC;
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 40px;
}
.workshop-item .right p{
	font-size: 20px;
	margin-bottom: 25px;
}
.workshop-item .right p:last-child{
	margin-bottom: 0;
}
.workshop-item .right .image-fit{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.7;
}
.workshop-item .left p{
	font-size: 20px;
}
.products-content .services-about .right{
	width: 54%;
}
.products-content .services-about .left{
	max-width: 46%;
}
.pd-viewsafe .pd-list .item .information .box{
	    padding: 81px 70px 41px calc(50vw - 649px);
}
.workshop-content .services-about .right{
	color: #003366;
}
.about-service .featured img, .about-mind .featured img{
	    aspect-ratio: 555 / 427;
    object-fit: cover;
	
}
.about-top .featured img{
	 aspect-ratio: 0.61/1;
    object-fit: cover;
}
.single-service .page-banner::before{
	background: #001E6099;
}
.single-product .page-banner::before{
	background: #230724b5;
}
.single-workshop .page-banner::before{
	background: #1c372b9c;

}