
@charset "utf-8";

@font-face {
	font-family: 'Poppins Light';
	src: url('../fonts/Poppins-Light_1.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/Poppins-Light_1.eot?#iefix') format('Poppins-Light_1'),
		/* IE6-IE8 */
		url('../fonts/Poppins-Light_1.woff') format('woff'),
		url('../fonts/Poppins-Light_1.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/Poppins-Light_1.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/Poppins-Light_1.svg#Poppins-Light_1') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothicbold.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/CenturyGothicbold.eot?#iefix') format('CenturyGothicbold'),
		/* IE6-IE8 */
		url('../fonts/CenturyGothicbold.woff') format('woff'),
		url('../fonts/CenturyGothicbold.woff2') format('woff2'),
		/* Modern Browsers */
		url('../fonts/CenturyGothicbold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/CenturyGothicbold.svg#CenturyGothicbold') format('svg');
	/* Legacy iOS */
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

a:hover {
	transition: color .3s;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins Light', sans-serif;
	background-position: top center;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	color: #444;
}

.clear {
	clear: both;
}

html,
body {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

.services-container h1 {
	font-size: 26px;
}

.services-container h2 {
	font-size: 22px;
}


.menu-mobile {
	display: none;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

/* .navi-menu-4{display:none;} */
.navi-menu-4 li {
	font-weight: normal;
	margin-left: 2px;
}

.navi-menu-li-2>span {
	/* display: none; */
}

.navi-menu-4 a {
	color: #555 !important;
}

@media (min-width:1250px) {
	.menu {
		text-align: right;
		float: right;
		position: static;
	}
}

.menu-mobile:after {
	content: "\f0c9";
	font-family: "FontAwesome";
	font-size: 1.4rem;
	padding: 0;
	/*float: right;*/
	position: relative;
	top: 0;
	color: #444;
}

.menu-dropdown-icon:before {
	/* content: "\f0dd";
    font-family: "FontAwesome";
    cursor: pointer;
    float: right;
    padding: 18px 10px 0 0;
    color: #333; 
	display: block;
	font-size:14px;  */

}

.menu-dropdown-icon:hover>a {
	color: #BF529E;
}
.menu-dropdown-icon:hover ul.navi-menu-2 {
	display: flex;
}
.menu-dropdown-icon ul.navi-menu-2.normal-sub {
	flex-direction: column;
}

.navi-submenu:before {
	content: "\f0dd";
	font-family: "FontAwesome";
	cursor: pointer;
	float: right;
	color: #444;
	display: none;
	padding: .5em 3em 0 0;
}


.menu>ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
	position: static;
	box-sizing: border-box;

}


.menu>ul>li {
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	text-align: left;

}

.menu>ul>li a {
	text-decoration: none;
	padding: 1em 0.7em;
	color: #000;
	display: inline-block;
	position: relative;
}

.menu>ul>li>a {
	font-weight: bold;
}

.menu>ul>li:hover {
	/* background: #3b5998;*/
}

.menu>ul>li>ul {
	display: none;
	width: 100%;
	background: #fff;
	padding: 20px 30px;
	position: absolute;
	z-index: 9999;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
	height: auto;
}

.menu>ul>li:nth-child(2) .navi-menu-2,.menu>ul>li:nth-child(3) .navi-menu-2,.menu>ul>li:nth-child(4) .navi-menu-2{
	column-count: 3;
}

.menu>ul>li:nth-child(2) > .navi-menu-2 {
	/* display: flex; */
	flex-wrap: wrap;
}
.menu>ul>li:nth-child(2) > .navi-menu-2 > li {
	flex: 1 1 25%;
	margin-bottom: 20px;
}
.menu>ul>li a {
	line-height: 22px;
	margin: 4px 0;
}

.menu>ul>li>ul>li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 100%;
	break-inside: avoid;
}

.navi-menu-li-2>a {
	padding: 5px 0 5px 0;
	display: block;
	font-weight: bold;
	margin-right: 10px;
}

.menu>ul>li>ul>li a {

	padding: 1px 0;
	width: 95%;
	border-bottom: 1px solid #ccc;
	color: #BF529E;
	font-size: 15px;
	font-weight: bold;

}

.menu>ul>li>ul>li a span {
	float: right;
	text-align: right;
}

.menu>ul>li>ul>li>ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	font-weight: normal;

}

.menu>ul>li>ul>li>ul>li {
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.menu>ul>li>ul>li>ul>li a {
	border: 0;
	color: #000;
	width: auto;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0;
}

.menu>ul>li>ul>li>ul>li a:hover {
	border: 0;
	color: #BF529E !important;
}

.menu>ul>li>ul.normal-sub {
	width: 200px;
	left: auto;
	padding: 5px 0px 5px 20px;
	font-size: 14px;

}

.menu>ul>li>ul.normal-sub>li {
	width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
	border: 0;
	padding: 0.5em 0;
	font-weight: normal;
	color: #000;
}

.menu>ul>li>ul.normal-sub>li a:hover {
	color: #BF529E;
}

.nav {
	z-index: 10000;
}

.submit_search {
	position: relative;
	z-index: 1000;
}

/* Mobile style's */




@media only screen and (max-width: 1250px) {
	.menu {
		/*width: 100%;*/
		/*text-align: left;*/
		background: #fff;
		/*z-index: 100;*/
		/*position: absolute;*/
		/*left: 0;*/
	}

	.menu-container {
		width: 100%;
	}

	 .nav {
		/* height: 90px; */
	}

	.menu-mobile {
		display: flex;
	}

	.menu-dropdown-icon:before {
		display: block;
		padding: 1.2em 2em;
		color: #fff;

	}

	.auto-header {
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.menu-top-container {
		width: auto;
	}

	.menu>ul {
		display: none;
		padding: 0;
		background-color: #585858;
	}

	.menu>ul>li {
		width: 100%;
		float: none;
		display: block;
	}

	.menu>ul>li a {
		padding: 1em;
		color: #fff;
	}

	.menu>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul.normal-sub {
		width: 100%;
	}

	.menu>ul>li>ul>li {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.menu>ul>li>ul>li:first-child {
		margin: 0;
	}

	.menu>ul>li>ul>li>ul {
		position: relative;
	}

	.menu>ul>li>ul>li>ul>li {
		float: none;
	}

	.menu .show-on-mobile {
		display: block;
		z-index: 999;
		position: absolute;
		left: 0;
		width: 100%;
	}
}

.nav.white {
	background-color: #fff;
}

/* .auto-header a img:last-child{
	display: none;
}	
.nav.white:not(.fixed) .auto-header a img:last-child{
	display: block;
}

.nav.white:not(.fixed) .auto-header a img:first-child{
	display: none;
} */


/*banner-css*/
.banner {
	position: relative;
	width: 100%;
	background-color: #e6e6e6;
	overflow: hidden;
}

.banner ul.flicks {
	width: 10000%;
	height: calc(100vh - 80px);
	padding: 0px;
	list-style: none;
}

.banner ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: top;
	background-size: cover;
	display: table;
	background-repeat: no-repeat;
}

.index-banner.banner ul.flicks>li {
	background-position: center;
	background-size: cover;
}

.banner ul.flicks>li .flick-inner {
	height: 100%;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.banner ul.flicks>li .flick-inner .flick-content {
	margin-left: auto;
	margin-right: auto;
}

.banner ul.flicks>li .flick-inner .flick-content h1 {
	color: #fff;
	text-align: left;
	font-size: 48px;
	width: 100%;
	font-family: Century Gothic;
}

.banner ul.flicks>li .flick-inner .flick-content p {
	color: #fff;
	line-height: 42px;
	text-align: left;
	font-size: 22px;
	width: 60%;
}

.btn {
	padding: 0 30px;
	clear: both;
	color: #FFF !important;
	background-color: #BF529E;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	margin-top: 10px;
	border: 2px solid #BF529E;
	display: inline-block;
	line-height:45px;
	cursor: pointer;
}

.btn:hover {
	color: #BF529E !important;
	transition: background-color .3s;
	background: #ffffff88;
}

.banner .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 5%;
	top: 10%;
	z-index: 100;
	overflow: hidden;
}

.banner .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
	cursor: pointer;
}

.banner .arrow-navigation.left {
	left: 0%;
}

.banner .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}

.banner .arrow-navigation.right {
	right: 0%
}

.banner .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}

.banner .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0px;
}

.banner .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 0px;
}

.banner .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.banner .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px;
}

.banner .dot-navigation ul li {
	display: inline-block;
	float: none
}

.banner .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}

.banner .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
}

.banner .dot-navigation .dot.active {
	background-color: #BF529E;
}

.banner.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}

.banner.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}

/* @media (min-width: 769px) and (max-width: 1250){	

.banner{top:0;height:400px;}
.banner ul.flicks>li .flick-inner .flick-content{max-width:90%;margin-left:auto;margin-right:auto;}
.banner ul.flicks>li .flick-inner .flick-content h1{color:#fff;text-align:left;font-size:24px;width:100%;font-family:Century Gothic;}
.banner ul.flicks>li .flick-inner .flick-content p{color:#fff;line-height:30px;text-align:left;font-size:18px;width:100%;}


} */
@media (max-width: 1250px) {

	.banner ul.flicks>li .flick-inner .flick-content {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.banner ul.flicks>li .flick-inner .flick-content h1 {
		color: #fff;
		text-align: left;
		font-size: 24px;
		width: 100%;
		font-family: Century Gothic;
	}

	.banner ul.flicks>li .flick-inner .flick-content p {
		color: #fff;
		line-height: 30px;
		text-align: left;
		font-size: 18px;
		width: 100%;
	}

}

.ServiceShowPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
	color: #666666;
}

.ServiceShowPic img {
	margin: auto;
}

.ServiceShowleftPic {
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowrightPic {
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #666666;
	display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}

.listarrow {
	margin: 0;
	padding: 0;
}

.listarrow li {
	line-height: 30px;
}

.listarrow li span {
	padding-right: 10px;
}

.off_icon {
	background-image: url("../images/off_icon.png");
	width: 75px;
	height: 35px;
	display: inline-block;
}

.ollist {
	padding: 0px 0px 15px 19px;
	margin: 0px;
}

.ollist li {
	list-style-type: decimal;
	padding: 5px 0;
}

.ollist li>ul>li {
	list-style-type: lower-latin
}

.Reference {
	padding-bottom: 0px;
	line-height: 20px !important;
	color: #888888 !important;
	word-break: break-word;
}

/*20200410 news add css*/
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.hvr-float img {
	max-width: 100%;
	display: block;
}

.support-box h3 a {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.support-box h3 a:hover {
	color: #BF529E;
}

.support-box{
}

.support-box h3 {
	text-align: center;
	margin: 0;
	height: 60px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.support-tit {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 28px;
}

.support-list {
	text-align: center;
	margin-bottom: 25px;
}

.support-list a {
	display: inline-block;
	padding: 5px 12px;
	background: #f9f9f9;
	border-radius: 20px;
	margin: 0 10px 10px 0;
	border: 1px solid #dddddd;
	color: #555;
	font-size: 14px;
	text-decoration: none;
}

.support-list a:hover,
.support-list a:focus,
.support-list a.su-active {
	background: #BF529E;
	color: #ffffff;
	text-decoration: none;
	transition: background-color .3s;
}

.support-hover {
	background: rgba(39, 81, 163, 0.8);
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.support-hover:hover {
	background: rgba(255, 153, 0, 0.8);
	min-height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: background-color .3s;
}

#code-sars {
	width: 100%;
	background-size: cover;
	display: block;
	background: #f0f0f0;
	position: relative;

}

#code-s {
	top: 0 !important;
}

.close {
	padding-top: 10px;
	padding-right: 30px;
}

#closebottom {
	float: right;
}

#closebottom img {
	width: 20px
}

.goodtxt {
	text-align: center;
	padding-bottom: 10px;
}

.goodtxt p {
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0;
	color: #BF529E;
	margin: 0 auto;
	width: 90%;
	font-weight: bold;
}

.close_read {
	background: #BF529E;
	color: #fff;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 30px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	width: 240px;
	z-index: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.close_read::after {
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 30px;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.close_read:hover::after {
	background: #fff;
	width: 100%;
	opacity: 1;
}

.close_read:hover {
	color: #000;
	;
	border-color: #BF529E;

}

.covid_publicity {
	background-color: #f5f5f5;
	display: none;
	position: relative;
}

.covid_publicity .covid_publicity_close {
	position: absolute;
	top: 0px;
	right: 0;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
#ad_exhibition {
	width: 90% !important;
}

.covid_publicity.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.target {
	width: 100%;
}

.ullist {
	margin-left: 24px;
}

.ullist li {
	list-style: disc;
	line-height: 32px;
}
.ullist li ul{
	margin-left:0px;
}

.ullist.right{
	list-style: none !important;
	margin-left: 0;
}

.ullist.right li{
	list-style: none !important;
    background-image: url('../img/star-icon.png');
    background-repeat: no-repeat;
    background-position: 3px 8px;
	background-size: 15px;
	padding-left: 24px;
}

.ullist li>ul>li {
	list-style-type: circle;
	margin-left: 30px;
}

.ullist li>ul>li>ul>li {
	list-style-type: circle;
	margin-left: 40px;
}

.ullist1.upper li {
	list-style: upper-alpha;
}

.ullist li a {
	color: #BF529E;
	text-decoration: none;
}

.ullist li a:hover {
	color: #BF529E;
}

.page-target {
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
}

.page-target h3 {
	color: #BF529E;
	font-size: 16px;
	margin: 20px 0 0 0;
	padding: 8px;
	background: #f8f8f8;
}




.target-list {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.target-list a {
	padding: 10px;
	color: #fff !important;
	text-decoration: none;
	background-color: #BF529E;
	border-radius: 3px;
	margin: 5px;
	display: inline-block;
	text-transform: capitalize;
	border: 1px solid #BF529E;
}

.target-list a:hover {
	background-color: #fff;
	color: #111 !important;
}


.bread-crumb {
	position: relative;
	font-size: 16px;
	padding: 10px 0;
}

.bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 0.85em;
	margin-right: 24px;
	line-height: 30px;
}

.bread-crumb li:last-child {
	margin-right: 0px;
}

.bread-crumb li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: -20px;
	top: 2px;
	width: 10px;
	line-height: 26px;
	font-size: 14px;
}

.bread-crumb li:last-child:after {
	display: none;
}

.bread-crumb li a {
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}

.bread-crumb li a:hover {
	color: #BF529E;
}


.pro_show_inquiry_btn .btn {
	cursor: pointer;
}

.pro_show_inquiry_btn {
	display: flex;
	align-items: center;

}

.events-href:hover {
	color: #BF529E !important;
}



/*services page General css*/
.tooltip-box{position: relative;}
.tooltip-box .tooltip{
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height:1.4em;
}
.tooltip-box .tooltip a{color:#f3e04e;}
.tooltip-box .tooltip a:hover{color:#ffe100;}
.tooltip-box:hover .tooltip {
    display: block;
    opacity: 1;
}
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}
/* add */
.img-set-modal {
	cursor: pointer;
}
.modal-content-add-css {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999999;
}
.modal-content-add-css .modal-content-container {
	background: #fff;
	width: 850px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 7px;
	padding: 10px;
	box-sizing: border-box;
}
.modal-content-add-css .modal-content-t {
	display: flex;
	justify-content: space-between;
}
.modal-content-add-css .modal-content-f {
	text-align: right;
}
.modal-content-add-css .modal-content-c img {
	width: 100%;
	object-fit: contain;
	max-height: 65vh;
}
.modal-content-add-css .modal-content-t-close {
	cursor: pointer;
	font-size: 20px;
}
@media (max-width:1500px) {
	.modal-content-add-css .modal-content-container {
		width: 700px;
	}
}
@media (max-width:1000px) {
	.modal-content-add-css .modal-content-container {
		width: 70%;
	}
}
@media (max-width:800px) {
	.modal-content-add-css .modal-content-container {
		width: 80%;
	}
}
@media (max-width:600px) {
	.modal-content-add-css .modal-content-container {
		width: 90%;
	}
	.modal-content-add-css .modal-content-c img {
		width: 100%;
		object-fit: contain;
		max-height: 50vh;
	}
}

/* add end */
