@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Serif JP';
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 32px;
	font-weight: 500;
	color: #292221;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: baseline;
	text-decoration: none;
	color: #292221;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}
@media screen and (min-width: 768px){
	a:hover img {
		opacity: 0.8;
	}
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


table {
	width: 100%;
}

strong, b {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}
.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}

/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

/* font-weight */
.fwb {
	font-weight: bold!important;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1232px;
	padding: 0 16px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
	padding-top: 130px;
}
.page-id-43 #wrapper{
	padding-top: 0 !important;
}
@media (max-width: 767px) {
	#wrapper{
		padding-top: 90px;
	}

}
/*--------------------------------------
Pc sp change
--------------------------------------*/

.sp {
	display: none !important;
}

.mb {
	display: none;
}
@media screen and (min-width:768px){
	
.txt-vertical-pc {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
.txt-vertical-pc .txt-latin {
	cursor: vertical-text;
	direction: rtl;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: sideways-right;
	-o-text-orientation: sideways-right;
	-ms-text-orientation: upright;
	-ms-text-orientation: sideways-right;
	-moz-text-orientation: sideways-right;
	-webkit-text-orientation: sideways-right;
}
}
@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

}

@media screen and (max-width:480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}
/*--------------------------------------
	text color
--------------------------------------*/
a{
	transition: 0.3s all ease-in-out;
}
.txt_color {
	color: #FF7023;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #FF7023!important;
}

.txt_link:hover {
	text-decoration: none!important;
}
.btn-link{
	max-width: 375px;
}
.btn-link.full{
	max-width: none;
}
.btn-link a{
	width: 100%;
	display: block;
	color: #000;
	border: 2px solid #000;
	font-family: 'Noto Sans JP';
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.08em;
	font-weight: 500;
	padding: 16px 0;
	text-align: center;
	position: relative;
	transition: 0.3s all ease-in-out;
}
.btn-link.full a{
	width: auto;
	display: table;
	padding: 16px 55px 16px 30px;
}
.btn-link a:after{
	content: '';
	width: 16px;
	background-image: url('img/top/icon_arrow.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	transition: 0.3s all ease-in-out;
}
.btn-link a:hover{
	background: #000;
	color: #fff;
}
.btn-link a:hover:after{
	filter: brightness(0) invert(1);
}
.btn .btn-link{
	margin: 0 auto;
}
/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	position: fixed;
	top: 0 ;
	left: 0;
	width: 100%;
	height: 110px;
	background: transparent;
	z-index: 1000;
}

.header__main-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#header{
		height: 90px;
	}
}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	width: 120px;
	position: absolute;
	left: 48px;
	top: 48px;
	z-index: 5;
}

header .header__logo img {
	width: 100%;
	max-width: 100%;
}
header .line-btn{
	width: 40px;
	position: absolute;
	top: 40px;
	right: 175px;
	z-index: 5;
}
header .line-btn img{
	transition: 0.3s all ease-in-out;
}
.nav--opened header .header__logo{
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 767px){
	header .header__logo{
		width: 100px;
		left: 24px;
		top: 24px;
	}
	header .line-btn{
		width: 32px;
		right: 134px;
		top: 31px;
	}
}
/*--------------------------------------
	nav
--------------------------------------*/
.toggleMenu {
	width: 127px;
	height: 40px;
	box-sizing: border-box;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 9999;
	background: #000;
	border-radius: 20px;
	transition: 0.3s all ease-in-out;
}
.toggleMenu:hover{
	background: #333;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}
.menu-trigger:before{
	content: 'MENU';
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 19px;
	position: absolute;
	left: 24px;
	top: 11px;
	color: #fff;
}
.nav--opened .toggleMenu .menu-trigger:before{
	content: 'CLOSE';
}
.menu-trigger {
	position: relative;
	width: 127px;
	height: 40px;
	margin: 0;
}

.menu-trigger span {
	position: absolute;
	left: 79px;
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 13px;
}

.menu-trigger span:nth-of-type(2) {
	top: 19px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 13px;
}

.nav--opened .toggleMenu .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-35deg);
	transform: translateY(6px) rotate(-35deg);
}

.nav--opened .toggleMenu .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}

.nav--opened .toggleMenu .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(35deg);
	transform: translateY(-6px) rotate(35deg);
}

#header .g_nav {
	display: none;
}

#header .header_menu {
	float: none;
	clear: both;
	margin-right: 0;
}

#header .header_menu .g_nav {
	text-align: center;
	padding: 30px 0 100px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	border: 24px solid #fff;
	transition: 0.3s all ease-in-out;
}
#header .header_menu.open .g_nav{
	opacity: 1;
	visibility: visible;
}
/* .nav--opened{
	overflow: hidden;
} */
body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav--opened .hamburger,
body.nav--opened .menu-trigger,
body.nav--opened .menu-trigger *,
body.nav--opened header .line-btn,
body.nav--opened header .line-btn *,
body.nav--opened  header .header__logo,
body.nav--opened  header .header__logo *,
.nav--opened #header .header_menu .g_nav,
.nav--opened #header .header_menu .g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.nav--opened #header .header_menu .g_nav {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}

.nav--opened #contact,
.nav--opened #footer,
.nav--opened #main,
.nav--opened .main-content-wrapper,
.nav--opened .title-holder,
.nav--opened #bread,
.nav--opened main{
	filter: blur(30px);
}
#header .header_menu .g_nav:before{
	content: '';
	background: rgba(0,0,0,0.64);
	position: fixed;
	left: 24px;
	right: 24px;
	top: 24px;
	bottom: 24px;
	z-index: -1;
}
#header .header_menu .g_nav a{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.08em;
	font-weight: 400;
	transition: 0.3s all ease-in-out;
}
#header .header_menu .g_nav a:hover{
	opacity: 0.7;
}
#header .header_menu .g_nav .df{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}
#header .header_menu .g_nav ul.navi{
	max-width: 220px;
	text-align: left;
}
#header .header_menu .g_nav .df .navi+.navi{
	margin-left: 10px;
}
#header .header_menu .g_nav ul.navi .ttl{
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.08em;
	font-weight: 400;
	padding-bottom: 11px;
	border-bottom: 1px solid;
	margin-bottom: 18px;
}
#header .header_menu .g_nav ul.navi ul.child{
	margin-top: 20px;
}
#header .header_menu .g_nav ul.navi ul.child a{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.08em;
	
}
#header .header_menu .g_nav ul.navi ul.child li+li{
	margin-top: 20px;
}
#header .header_menu .g_nav .fixed-box ul li a:hover{
	opacity: 1;
}
#header .header_menu .g_nav .fixed-box ul li a.btnTel:hover img{
	opacity: 1 !important;
}
@media screen and (max-width: 980px){
	#header .header_menu .g_nav{
		border-width: 16px;
	}
	#header .header_menu .g_nav:before{
		left: 16px;
		right: 16px;
		top: 16px;
		bottom: 16px;
	}
	#header .header_menu .g_nav a{
		font-size: 15px;
	}
	#header .header_menu .g_nav ul.navi ul.child a{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px){
	.toggleMenu{
		width: 100px;
		height: 32px;
		right: 22px;
		top: 31px;
	}
	.menu-trigger{
		width: 100px;
		height: 32px;
	}
	.menu-trigger:before{
		left: 15px;
		top: 6px;
	}
	.menu-trigger span{
		left: 64px;
	}
	.menu-trigger span:nth-of-type(1){
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2){
		top: 15px;
	}
	.menu-trigger span:nth-of-type(3){
		bottom: 10px;
	}
	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(1){
		transform: translateY(4px) rotate(-35deg);
	}
	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(3){
		transform: translateY(-6px) rotate(35deg);
	}
	#header .header_menu .g_nav{
		padding: 90px 0 100px;
		overflow-y: scroll;
		align-items: flex-start;
		border: none;
	}
	#header .header_menu .g_nav .df{
		display: block;
		padding: 0 16px 80px;
	}
	#header .header_menu .g_nav a{
		padding-left: 16px;
	}
	
	#header .header_menu .g_nav ul.navi{
		max-width: 278px;
		width: 94%;
	}
	#header .header_menu .g_nav .df .navi+.navi{
		margin: 34px 0 0;
	}
	#header .header_menu .g_nav ul.navi .ttl{
		padding-left: 16px;
	}
	#header .header_menu .g_nav .scroll{
		position: fixed;
		right: 30px;
		bottom: 17vw;
	}
	#header .header_menu .g_nav .fixed-box ul li a{
		padding-left: 0;
	}
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {
	padding: 64px 0 72px;
	background: #000;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}
#footer a{
	color: #fff;
	font-weight: 400;
}
#footer .coll{
	float: left;
}
.footer__logo{
	width: 233px;
}
#footer .coll .txt{
	margin: 24px 0;
	font-weight: 400;
}
#footer .sitemap a:hover{
	text-decoration: underline;
}
#footer .colr{
	width: 780px;
	float: right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0px;
}
#footer .colr li{
	width: calc(50% - 9px);
}
#footer .colr li:last-child{
	width: 270px;
	margin-top: 14px;
}
#footer address{
	margin-top: 32px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.24em;
	line-height: 16px;
}
#footer img{
	transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1140px){
	#footer .colr{
		width: 65%;
	}
}
@media screen and (max-width: 980px) {
	#footer .colr{
		max-width: 381px;
		width: 53%;
		display: block;
	}
	#footer .colr li +li{
		margin: 14px 0 0;
	}
	#footer .colr li{
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#footer{
		padding: 64px 0 32vw;
		text-align: center;
	}
	#footer .coll{
		float: none;
		width: 100%;
	}
	.footer__logo{
		margin: 0 auto;
	}
	#footer .colr{
		max-width: 300px;
		width: 100%;
		margin: 40px auto 0;
		display: block;
		float: none;
		text-align: center;
	}
	#footer .colr li:first-child{
		width: 100%;
	}
	#footer .colr li:last-child{
		width: 225px;
		margin: 14px auto 0;
	}
	#footer address{
		margin-top: 48px;
	}
}
/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 36px;
	bottom: 16px;
	display: block;
	width: 406px;
	height: 48px;
	z-index: 9;
}

.fixed-box ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.fixed-box ul li+li{
	margin-left: 6px;
}
.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
	transition: 0.3s all ease-in-out;
}

 
@media screen and (max-width: 767px) {
	.fixed-box{
		width: auto;
		height: auto;
		right: 8px;
		left: 8px;
		bottom: 8px;
	}
	.fixed-box img{
		vertical-align: bottom;
	}
	.fixed-box ul{
		justify-content: space-between;
	}
	.fixed-box ul li+li{
		margin-left: 5px;
	}
}
#pagetop{
	width: 48px;
	position: fixed;
	right: 48px;
	bottom: 70px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}
#pagetop:hover{
	opacity: 0.8 !important;
}
#pagetop.visible{
	opacity: 1;
	visibility: visible;
}
#pagetop img{
	transition: 0.3s all ease-in-out;
}
.nav--opened #pagetop{
	opacity: 0 !important;
	visibility: hidden !important;
}
@media screen and (max-width: 767px){
	#pagetop{
		right: 16px;
		bottom: 15vw;
	}
}
/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	contact section
--------------------------------------*/
#contact{
	background-image: url('img/top/contact_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	padding: 90px 0;
	margin-bottom: 96px;
	color: #fff;
	border-left: 24px solid #fff;
	border-right: 24px solid #fff;
}
#contact .container{
	display: flex;
	justify-content: space-between;
}
#contact .coll{
	width: 50%;
	text-align: center;
}
#contact .coll h2{
	font-size: 32px;
	line-height: 46px;
	font-weight: 500;
	letter-spacing: 0.16em;
}
#contact .coll .btxt{
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0.16em;
	margin: 16px 0 35px;
}
#contact .coll .txt{
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0;
}
.contact__list{
	width: 644px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contact__list li{
	width: 197px;
	position: relative;
	z-index: 0;
}
.contact__list li:after{
	content: '';
	background: rgba(112,112,112,0.2);
	backdrop-filter: blur(6px);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.contact__list li+li{
	margin-left: 10px;
}
.contact__list img{
	transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1080px){
	#contact .container{
		align-items: center;
	}
	.contact__list{
		width: 50%;
	}
}
@media screen and (max-width: 980px) { 
	#contact .container{
		display: block;
	}
	#contact .coll{
		width: 100%;
		margin-bottom: 40px;
	}
	.contact__list{
		width: 644px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) { 
	#contact{
		background-image: url('img/top/contact_bg_sp.jpg');
		padding: 64px 0;
		border: none;
		margin-bottom: 88px;
	}
	#contact .coll{
		margin-bottom: 35px;
	}
	#contact .coll .btxt{
		margin-left: -5px;
		margin-right: -5px;
	}
	.contact__list{
		max-width: 197px;
		width: 100%;
		display: block;
	}
	.contact__list li+li{
		margin: 32px 0 0;
	}
}
@media screen and (max-width: 370px){

}
/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 37%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	/* text-align: right; */
	position: relative;
	z-index: 1;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.conversion .conversion__title span:before,
	.conversion .conversion__title span:after{
		top: 5px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.conversion .conversion__title span:before,
	.conversion .conversion__title span:after{
		top: 5px;
	}
}