/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Business
- Advantage
- Details Modal
- Details 2
- Product
- Invitation
- Pricing
- Questions
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #f9f8f8
- Buttons - navy blue #272556
- Buttons - orange #f25c05
- Headings text - navy blue #272556
- Body text - dark gray #565578
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
html {
	width: 100%;
	height: 100%;
}

body {
    font-family: 'Microsoft YaHei', sans-serif;
}

body,
p {
	color: #565578;
	font: 400 1rem/1.625rem "Microsoft YaHei", sans-serif;
}

h1 {
	color: #272556;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 3.25rem;
	letter-spacing: -0.4px;
}

h2 {
	color: #272556;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
}

h3 {
	color: #272556;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.25rem;
	letter-spacing: -0.2px;
}

h4 {
	color: #272556;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2.125rem;
	letter-spacing: -0.2px;
}

h5 {
	color: #272556;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.625rem;
}

h6 {
	color: #272556;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #565578;
	text-decoration: underline;
}

a:hover {
	color: #565578;
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.blue {
	color: #6168ff;
}

.bg-gray {
	background-color: #f9f8f8;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #272556;
	border-radius: 30px;
	background-color: #272556;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #272556;
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #fff;
	border-radius: 30px;
	background-color: #fff;
	color: #1c2b5e;
	/* font-weight: 600; */
	font-size: 25px;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	color: #1c2b5e;
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
	cursor: pointer;
}

.btn-solid-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #272556;
	border-radius: 30px;
	background-color: #272556;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-sm:hover {
	background-color: transparent;
	color: #272556;
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.375rem 2.25rem 1.375rem 2.25rem;
	border: 1px solid #f25c05;
	border-radius: 30px;
	background-color: transparent;
	color: #f25c05;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: #f25c05;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.625rem 2.625rem 1.625rem 2.625rem;
	border: 1px solid #f25c05;
	border-radius: 30px;
	background-color: transparent;
	color: #f25c05;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: #565578;
	color: #ffffff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	border: 1px solid #f25c05;
	border-radius: 30px;
	background-color: transparent;
	color: #f25c05;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: #f25c05;
	color: #ffffff;
	text-decoration: none;
}

.form-floating label {
	margin-left: 0.5rem;
	color: #72719b;
}

.form-floating .form-control {
	padding-left: 1.25rem;
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.25rem;
	border: 1px solid #f25c05;
	border-radius: 30px;
	background-color: #f25c05;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 1px solid #f25c05;
	background-color: transparent;
	color: #f25c05;
}

/* Fade Animation For Rotating Text - ReplaceMe  */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

/* end of fade animation for rotating text - replaceme */


.layer-success {
	background-color: rgb(232,244,255) !important;
	color: rgb(40,120,255) !important;
	text-transform: uppercase !important;
	text-align: center !important;
	padding: 10px !important;
	font-size: 15px !important;
	height: 45px !important;
	border-radius: 5px !important;
	box-shadow:  0 4px 6px -1px rgba(176,175,175,0.1), 0 2px 4px -2px rgba(0,0,0,0.1) !important;
}

.layer-false {
	background-color: rgb(255,227,227) !important;
	color: rgb(252,52,65) !important;
	text-transform: uppercase !important;
	text-align: center !important;
	padding: 10px !important;
	font-size: 15px !important;
	height: 45px !important;
	border-radius: 5px !important;
	box-shadow:  0 4px 6px -1px rgba(176,175,175,0.1), 0 2px 4px -2px rgba(0,0,0,0.1) !important;
}


/**********************/
/*     Cookie         */
/**********************/
.cookie {
	background-color: rgb(110, 110, 130);
	transition: bottom 1s;
	bottom: -100%;
	text-align: center;
}

.cookie * {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.cookie .close {
	display: flex;
	justify-content: flex-end;
}

.cookie .close img {
	width: 20px;
}

.cookie .title {
	font-weight: normal;
}

.cookie .btn {
	width: 200px;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 10px;
	border: none;
}

.cookie a:hover {
	text-decoration: none;
}

.cookie .more, .cookie .no {
	background-color: rgb(55, 55, 65);
}

.cookie .yes {
	background-color: rgb(40, 170, 12);
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	background-color: #fff;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	box-shadow:  0 4px 6px -1px rgba(176,175,175,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
	height: 60px;
}

.navbar .navbar-toggler:focus {
	box-shadow: none;
}

.navbar .navbar-toggler-icon {
	background-image: url("../ui/navbar/normal.png");
	background-size: 20px 20px;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	/* width: 132px; */
	height: 40px;
	/* box-shadow: 0px 0px 10px rgba(223, 217, 217, 0.5); */
}

.navbar .logo-text {
	color: #272556;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 3.25rem;
	/* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #fff;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item {
	font-weight: normal;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #272556;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	color: #f38b1a;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border: none;
	background-color: #fff2dc;
}

.navbar .dropdown-item {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #272556;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

.navbar .dropdown-item:hover {
	background-color: #fff2dc;
	color: #f25c05;
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #d1d1d1;
}

/* end of dropdown menu */

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
.header {
	padding-top: 8rem;
	padding-bottom: 3rem;
	background-color: #fff;
	text-align: center;
	background-image: url("../ui/header/bg1.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 55px;
}

.header .banner {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.header .text-container {
	margin-left: 20px;
	margin-right: 20px;
}

.header .h1-large {
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
}

.header .p-large {
	margin-bottom: 2.75rem;
	color: #fff;
	font-size: 20px;
}

.header .replace-me {
	color: #f25c05;
}

.header .replace-me span {
	text-decoration: underline;
}

.header .btn-solid-lg {
	/* display: block; */
	margin-bottom: 1.75rem;
	font-size: 20px;
}

.header .text-container {
	margin-bottom: 2rem;
}


/********************/
/*     Business     */
/********************/
.cards-1 {
	padding-top: 4rem;
	/* padding-bottom: 1.25em; */
	text-align: center;
	background-color: #fff;
}

.cards-1 .h2-heading {
	margin-bottom: 3.75rem;
}

.cards-1 .h2-heading span {
	color: #f25c05;
	text-decoration: underline;
}

.cards-1 .card {
	margin-bottom: 2rem;
	border: none;
	background-color: transparent;
	margin-left: 20px;
	margin-right: 20px;
}

.cards-1 .card-icon {
	width: 76px;
	height: 76px;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	/* border-radius: 10px;
	background-color: #efebfd; */
}

.cards-1 .card-icon .fas,
.cards-1 .card-icon .far {
	color: #8763ee;
	font-size: 2.5rem;
	line-height: 76px;
}

.cards-1 .card-icon.green {
	background-color: #defaeb;
}

.cards-1 .card-icon.green .fas,
.cards-1 .card-icon.green .far {
	color: #00d462;
}

.cards-1 .card-icon.blue {
	background-color: #e2ebfd;
}

.cards-1 .card-icon.blue .fas,
.cards-1 .card-icon.blue .far {
	color: #1f68f3;
}

.cards-1 .card-body {
	padding: 0;
}

.cards-1 .card-title {
	margin-bottom: 1rem;
	font-size: 26px;
	line-height: 30px;
}

.cards-1 .card-body p {
	margin-bottom: 1.125rem;
	font-size: 20px;
	color: #0b132c;
	/* display: -webkit-box;
	line-clamp: 3;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}


/*********************/
/*     Advantage     */
/*********************/
.basic-1 {
	padding-top: 2rem;
	padding-bottom: 5rem;
	background-color: #f8f8f8;
}

.basic-1 .text-container {
	margin-bottom: 4rem;
	margin-left: 30px;
	margin-right: 30px;
}

.basic-1 h2 {
	margin-bottom: 15px;
	font-size: 30px;
	color: #1c2b5e;
}

.basic-1 li {
	color: #0b132c;
	font-size: 20px;
}

.basic-1 p {
	margin-bottom: 5px;
	color: #0b132c;
	font-size: 20px;
}

.basic-1 .btn-solid-reg {
	cursor: pointer;
}

.basic-1 .img-container {
	text-align: center;
}

.basic-1 .img-fluid {
	width: 80%;
	margin-left: 30px;
}


/*************************/
/*     Details Modal     */
/*************************/
.modal-dialog {
	max-width: 1150px;
	margin-right: 1rem;
	margin-left: 1rem;
	pointer-events: all;
}

.modal-content {
	padding: 2.75rem 1.25rem;
}

.modal-content .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-content .image-container {
	margin-bottom: 3rem;
}

.modal-content img {
	border-radius: 6px;
}

.modal-content h3 {
	margin-bottom: 0.5rem;
}

.modal-content hr {
	width: 44px;
	margin-top: 0.125rem;
	margin-bottom: 1.25rem;
	margin-left: 0;
	height: 2px;
	border: none;
	background-color: #53575a;
}

.modal-content h4 {
	margin-top: 2rem;
	margin-bottom: 0.625rem;
}

.modal-content .list-unstyled {
	margin-bottom: 2rem;
}

.modal-content .list-unstyled .fas {
	font-size: 0.75rem;
	line-height: 1.75rem;
}

.modal-content .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.modal-content .btn-solid-reg {
	margin-right: 0.5rem;
}

.modal-content .btn-outline-reg {
	cursor: pointer;
}


/*********************/
/*     Details 2     */
/*********************/
.basic-2 {
	padding-top: 9.5rem;
	padding-bottom: 9rem;
}

.basic-2 .image-container {
	margin-bottom: 5rem;
}

.basic-2 h2 {
	margin-bottom: 1.875rem;
}

.basic-2 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.basic-2 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}


/************************/
/*     Product     */
/************************/
.slider-1 {
	padding-top: 5.5rem;
	padding-bottom: 5rem;
	background-color: #fff;
}

.slider-1 .section-title {
	text-align: center;
}

.slider-1 .h2-heading {
	margin-bottom: 3rem;
	text-align: center;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .slider-container1 {
	position: relative;
	margin-top: 50px;
}

.slider-1 .swiper-container {
	position: static;
	width: 86%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: 130px;
	background-image: url("../ui/product/prev.png");
	background-size: 30px 30px;
	top: 105%;
	width: 30px;
	height: 30px;
}

.slider-1 .swiper-button-prev:hover {
	background-image: url("../ui/product/prev_click.png");
}

.slider-1 .swiper-button-next {
	right: 130px;
	background-image: url("../ui/product/next.png");
	background-size: 30px 30px;
	top: 105%;
	width: 30px;
	height: 30px;
}

.slider-1 .swiper-button-next:hover {
	background-image: url("../ui/product/next_click.png");
}

.swiper-button-next-active {
	background-image: url("../ui/product/next_click.png") !important;
}

.swiper-button-prev-active {
	background-image: url("../ui/product/prev_click.png") !important;
}

.slider-1 .card {
	position: relative;
	margin: 20px 5px 20px 5px;
	border: none;
	background-color: transparent;
	height: 430px;
	padding-top: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(223, 217, 217, 0.5);
	overflow: hidden;
}

.slider-1 .card-image {
	width: 200px;
	height: 200px;
	margin-right: auto;
	margin-bottom: 1.25rem;
	margin-left: auto;
}

.slider-1 .card-image1 {
	width: 300px;
	height: 230px;
	margin-right: 30px;
	margin-bottom: 1.25rem;
	/* margin-left: 30px; */
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .all-remain {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100px;
	background-color: #3257cc;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
}

.slider-1 .part {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.slider-1 .testimonial-text1 {
	display: -webkit-box;
	line-clamp: 3;
    -webkit-line-clamp: 3; /* 展示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
	/* overflow-wrap: break-word; */
    /* text-overflow: ellipsis; */
	color: #fff;
	font-size: 16px;
	/* padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px; */
	text-align: left;
	line-height: 20px;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #181c3b;
}


/**********************/
/*     Invitation     */
/**********************/
.basic-3 {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background-color: #272556;
	text-align: center;
}

.basic-3 h4 {
	margin-bottom: 2.375rem;
	color: #ffffff;
}

.basic-3 .btn-outline-lg {
	border-color: #ffffff;
	color: #ffffff;
}

.basic-3 .btn-outline-lg:hover {
	background-color: #ffffff;
	color: #272556;
}


/*******************/
/*     Pricing     */
/*******************/
.cards-2 {
	padding-top: 9rem;
	padding-bottom: 5.25em;
}

.cards-2 .h2-heading {
	margin-bottom: 3.75rem;
	text-align: center;
}

.cards-2 .card {
	margin-bottom: 5rem;
	padding: 4rem 1rem;
	border: 1px solid #9fa3ae;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: center;
}

.cards-2 .card-body {
	padding: 0;
}

.cards-2 .card-title {
	margin-bottom: 2rem;
}

.cards-2 .card-title .decoration-lines {
	width: 30px;
	margin-bottom: 0.25rem;
}

.cards-2 .card-title .decoration-lines.flipped {
	transform: scaleX(-1);
}

.cards-2 .card-title span {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
	color: #272556;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

.cards-2 .card-body .list-unstyled {
	margin-bottom: 3rem;
}

.cards-2 .card-body .list-unstyled li {
	margin-bottom: 0.625rem;
}

.cards-2 .card-body .price {
	margin-bottom: 3rem;
	color: #272556;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 2rem;
	letter-spacing: -0.2px;
}

.cards-2 .card-body .price span {
	font-weight: 400;
	font-size: 1rem;
	line-height: 0;
}


/*********************/
/*     Questions     */
/*********************/
.accordion-1 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.accordion-1 .h2-heading {
	margin-bottom: 1.5rem;
	text-align: center;
}

.accordion-1 .accordion-item {
	padding-bottom: 1rem;
	border: none;
	border-bottom: 1px solid #cdcedd;
}

.accordion-1 .accordion-header {
	width: 100%;
}

.accordion-1 .accordion-button {
	width: auto;
	padding-top: 2rem;
	padding-left: 0;
	background: none;
	box-shadow: none;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.625rem;
}

.accordion-1 .accordion-button:not(.collapsed) {
	color: #212529;
}

.accordion-1 .accordion-button::after,
.accordion-1 .accordion-button:not(.collapsed)::after {
	display: none;
}

.accordion-1 .accordion-button:not(.collapsed)::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-1 .accordion-button::before {
	align-self: flex-start;
	flex-shrink: 0;
	width: 1.125rem;
	height: 0.75rem;
	margin-top: 0.5rem;
	margin-right: 0.75rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 436.686 265.011'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23272556;%7d%3c/style%3e%3c/defs%3e%3ctitle%3echevron-down-solid-1%3c/title%3e%3cpath class='cls-1' d='M201.373,257.982L7.03,63.638a24,24,0,0,1,0-33.941L29.7,7.03a24,24,0,0,1,33.9-.04L218.344,161.011,373.089,6.99a24,24,0,0,1,33.9.04L429.657,29.7a24,24,0,0,1,0,33.941L235.315,257.982a24,24,0,0,1-33.942,0h0Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.125rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-1 .accordion-body {
	padding-top: 0;
	padding-left: 1.875rem;
	padding-bottom: 1.125rem;
}


/******************/
/*  Contact US    */
/******************/
.contact-us {
	background-color: #f8f8f8;
	background-image: url("../ui/contact_us/earth.png");
	background-position: top center;
	background-size: 25% auto;
	background-repeat: no-repeat;
	min-height: 300px;
}

.contact-us .row {
	margin-left: 5px;
	margin-right: 5px;
}

.contact-us .row1 {
	margin-left: 10px;
	margin-right: 0px;
}

.contact-us .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #1c2b5e;
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact-us .align-items-center {
	margin-bottom: 20px;
}

.contact-us .icon-circle {
	background-color: navy;
	/* 藏蓝色背景 */
	border-radius: 50%;
	/* 使背景成为圆形 */
	width: 40px;
	/* 定义宽度 */
	height: 40px;
	/* 定义高度 */
	display: flex;
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中 */
	color: white;
	/* 图标颜色 */
}

.contact-us .address-content {
	width: 230px;
}

.contact-us .bi {
	font-size: 20px;
}

.contact-us .item0 {
	font-size: 14px;
	font-weight: bold;
	color: #1c2b5e;
	margin-bottom: -5px;
}

.contact-us .item1 {
	font-size: 12px;
	color: #0B132C;
	/* margin-top: -5px; */
	line-height: 15px;
}

.contact-us .send-form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-us .submit-btn {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.contact-us .custom-btn {
	border-radius: 40px;
	background-color: #12255f;
	border-color: #12255f;
	font-size: 16px;
	width: 60%;
}

.contact-us .custom-btn:hover {
	background-color: #03103b;
	border-color: #03103b;
}

.contact-us .custom-btn:focus {
	box-shadow: none;
}

/******************/
/*     Footer     */
/******************/
.footer {
	padding-top: 6.5rem;
	padding-bottom: 2rem;
	background-color: #272556;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer .footer-col {
	margin-bottom: 3rem;
}

.footer h6 {
	margin-bottom: 0.625rem;
	color: #ffffff;
	opacity: 0.8;
}

.footer p,
.footer ul {
	color: #ffffff;
	opacity: 0.8;
}

.footer .li-space-lg li {
	margin-bottom: 0.375rem;
}

.footer .footer-col.third .fa-stack {
	width: 2em;
	margin-bottom: 1.25rem;
	margin-right: 0.375rem;
	font-size: 1.375rem;
}

.footer .footer-col.third .fa-stack .fa-stack-2x {
	color: #ffffff;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack .fa-stack-1x {
	color: #272556;
	transition: all 0.2s ease;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-2x {
	color: #272556;
}

.footer .footer-col.third .fa-stack:hover .fa-stack-1x {
	color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding-bottom: 1rem;
	background-color: #070d1f;
	text-align: center;
}

.copyright .copyright-logo {
	width: 110px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.copyright p {
	color: #fff;
}

.copyright .detail {
	margin-bottom: 5px;
	color: #fff;
}

.copyright a {
	text-decoration: none;
}

.copyright .copyright-line0 {
	width: 300px;
	height: 1.5px;
}

.copyright .copyright-line {
	width: 80%;
	height: auto;
}

.copyright .footer-text {
	margin-bottom: -15px;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #44434a;
	cursor: pointer;
}

#myBtn:hover {
	background-color: #1d1d21;
}

#myBtn img {
	margin-bottom: 0.25rem;
	width: 18px;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 9rem;
	padding-bottom: 5rem;
	background-color: #fff2dc;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f9f8f8;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
	color: #f25c05;
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 600;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		padding-top: 9rem;
	}

	.header .h1-large {
		font-size: 31px;
		line-height: 3.35rem;
	}

	.header .p-large {
		font-size: 23px;
		line-height: 1.75rem;
	}

	/* .header .h1-large {
		font-size: 3.75rem;
		line-height: 4.625rem;
	} */
	/* end of header */


	/* Extra Pages */
	.ex-basic-1 .text-box {
		padding: 1.75rem 2rem 0.875rem 2rem;
	}

	/* end of extra pages */


	/* Product */
	.slider-1 .swiper-button-prev {
		left: 230px;
	}
	
	.slider-1 .swiper-button-next {
		right: 230px;
	}

	/* end of Product */

	/* Contact US */
	.contact-us .custom-btn {
		width: 25%;
	}
	/* end of Contact US */

	/* Copyright */
	.copyright .copyright-logo {
		margin-bottom: 40px;
	}

	.copyright .copyright-line {
		width: 80%;
		height: auto;
	}

	.copyright .copyright-footer {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.copyright .footer-text {
		margin-bottom: -10px;
	}

	/* end of Copyright */

}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.h2-heading {
		width: 33rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 1.5rem;
		background-color: transparent;
		transition: all 0.2s;
	}

	.navbar .container {
		margin-bottom: 10px;
	}

	.navbar.extra-page {
		padding-top: 0.5rem;
	}

	.navbar.top-nav-collapse {
		padding-top: 1.5rem;
		/* padding-bottom: 0.5rem; */
		background-color: #fff;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-outline-sm {
		margin-top: 0;
		margin-left: 0.625rem;
	}

	/* end of navigation */


	/* Header */
	.header {
		padding-top: 12rem;
		padding-bottom: 12rem;
		text-align: left;
		background-image: url("../ui/header/bg0.png");
	}

	.header {
		background-position: center 60px;
	}
	
	.header .banner {
		width: 100%;
		height: 100%;
	}

	.header .text-container {
		margin-bottom: 0;
		margin-top: 100px;
	}

	.header .btn-solid-lg {
		display: inline-block;
		margin-bottom: 0;
	}

	/* end of header */


	/* Business */
	.cards-1 {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	/* .cards-1 {
		padding-top: 9rem;
	} */

	.cards-1 .card {
		display: inline-block;
		width: 286px;
		vertical-align: top;
	}

	.cards-1 .card-title {
		font-size: 20px;
		line-height: 25px;
	}
	
	.cards-1 .card-body p {
		font-size: 17px;
		line-height: 23px;
	}

	/* .cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	} */

	/* end of Business */


	/* Advantage */
	.basic-1 {
		padding-top: 3rem;
	}
	
	.basic-1 .text-container {
		margin-bottom: 0;
	}

	.basic-1 li {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 15px;
	}
	
	.basic-1 p {
		font-size: 15px;
	}

	.basic-1 .img-fluid {
		margin-top: 100px;
		width: 100%;
		margin-left: 0px;
	}

	/* end of Advantage */


	/* Details Modal */
	/* Stops body and navbar shift on modal open */
	body.modal-open {
		overflow-y: scroll !important;
		padding-right: 0 !important;
	}

	body.modal-open .navbar {
		padding-right: 0 !important;
	}

	/* end of stops body and navbar shift on modal open */

	.modal {
		padding-right: 0 !important;
	}

	.modal-dialog {
		margin-top: 120px;
		margin-right: auto;
		margin-left: auto;
	}

	.modal-content .image-container {
		margin-bottom: 0;
	}

	/* end of details modal */


	/* Details 2 */
	.basic-2 {
		padding-bottom: 10rem;
	}

	.basic-2 .image-container {
		margin-bottom: 0;
	}

	/* end of details 2 */


	/* Product */
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .card-image1 {
		width: 500px;
		height: 350px;
		margin-right: 30px;
		margin-bottom: 1.25rem;
		/* margin-left: 30px; */
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}

	/* end of Product */


	/* Invitation */
	.basic-3 h4 {
		width: 44rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of invitation */


	/* Pricing */
	.cards-2 .card {
		display: inline-block;
		width: 298px;
		vertical-align: top;
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	/* end of pricing */


	/* Questions */
	.accordion-1 .accordion {
		width: 820px;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of questions */

	/* Contact US */
	.contact-us .title {
		margin-bottom: 80px;
	}

	.contact-us .item1 {
		margin-top: -5px;
		line-height: 25px;
	}

	.contact-us .address-content {
		width: 600px;
	}

	.contact-us .custom-btn {
		width: 18%;
	}
	/* end of Contact US */


	/* Footer */
	.footer .footer-col {
		margin-bottom: 2rem;
	}

	.footer .footer-col.first {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}

	.footer .footer-col.second {
		display: inline-block;
		width: 320px;
		margin-right: 1.75rem;
		vertical-align: top;
	}

	.footer .footer-col.third {
		display: inline-block;
		width: 224px;
		text-align: right;
		vertical-align: top;
	}

	.footer .footer-col.third .fa-stack {
		margin-right: 0;
		margin-left: 0.375rem;
	}

	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		display: inline-block;
		width: 296px;
		vertical-align: top;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	/* end of extra pages */

	/* Copyright */

	.copyright .copyright-line {
		width: 100%;
		height: auto;
	}

	.copyright .copyright-footer {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.copyright .line-left {
		margin-right: -80px;
	}

	.copyright .line-right {
		margin-left: -80px;
	}

	/* end of Copyright */
}

/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.container {
		max-width: 1140px;
	}

	/* end of general styles */


	/* Header */
	.header {
		overflow: hidden;
		height: 800px;
		/* padding-top: 18.5rem;
		padding-bottom: 18rem; */
	}

	.header .image-container {
		position: relative;
	}

	.header .image-container img {
		position: absolute;
		top: -130px;
		left: 20px;
		width: 600px;
		max-width: none;
	}

	/* end of header */


	/* Business */
	.cards-1 .card {
		width: 230px;
	}

	/* .cards-1 .card:nth-of-type(3n+2) {
		margin-right: 5.5rem;
		margin-left: 5.5rem;
	} */

	/* end of Business */


	/* Advantage */
	/* .basic-1 .text-container {
		margin-top: 10rem;
	} */

	.basic-1 h2 {
		margin-right: 4rem;
	}

	.basic-1 .image-container {
		margin-left: 4rem;
	}

	/* end of Advantage */


	/* Details Modal */
	.modal-content {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	/* end of details modal */


	/* Details 2 */
	.basic-2 .text-container {
		margin-top: 8rem;
		margin-left: 5rem;
	}

	/* end of details 2 */


	/* Product */
	.slider-1 .swiper-container {
		width: 96%;
	}

	.slider-1 .swiper-button-prev {
		left: 520px;
		top: 105%;
		transition: background-image 0.3s ease-in-out;
	}

	.slider-1 .swiper-button-next {
		right: 520px;
		top: 105%;
		transition: background-image 0.3s ease-in-out;
	}

	/* end of Product */


	/* Pricing */
	.cards-2 .card {
		width: 342px;
	}

	.cards-2 .card:nth-of-type(3n+2) {
		margin-right: 2.5rem;
		margin-left: 2.5rem;
	}

	/* end of pricing */


	/* Footer */
	.footer .footer-col.first {
		width: 352px;
		margin-right: 6rem;
	}

	.footer .footer-col.second {
		margin-right: 6.5rem;
	}

	.footer .footer-col.third {
		text-align: right;
	}

	/* end of footer */


	/* Extra Pages */
	.ex-cards-1 .card {
		width: 336px;
	}

	.ex-cards-1 .card:nth-of-type(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	}

	/* end of extra pages */
}

/* end of min-width 1200px */