2024-07-29 11:43:52 +08:00

2599 lines
54 KiB
CSS

:root {
--thm-font: 'Barlow', sans-serif;
--heading-font: 'Amatic SC';
--thm-base: #0c75d8;
--thm-base-rgb: 12, 117, 216;
--thm-primary: #ffd240;
--thm-primary-rgb: 255, 210, 64;
--thm-black: #0a1c4f;
--thm-black-rgb: 10, 28, 79;
--thm-gray: #f3f5f9;
--thm-gray2: #f2f4f8;
--thm-text: #848895;
}
body {
font-family: 'Microsoft YaHei', sans-serif;
color: var(--thm-text);
font-size: 20px;
line-height: 36px;
font-weight: 500;
}
a:active,
a:hover,
a:focus,
a:visited {
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Microsoft YaHei', sans-serif;
}
.page-wrapper {
position: relative;
margin: 0 auto;
width: 100%;
}
@media (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
/* block title */
.block-title {
margin-bottom: 60px;
}
.block-title p {
margin: 0;
color: var(--thm-base);
font-weight: 500;
font-size: 18px;
line-height: 1em;
}
.block-title p+h3 {
margin-top: 11px;
}
.block-title h3 {
margin: 0;
font-weight: bold;
font-size: 60px;
color: var(--thm-black);
}
/* thm btn */
.thm-btn {
border: none;
outline: none;
display: inline-block;
vertical-align: middle;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), color-stop(51%, #fa9442), to(#ffd240));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 51%, #ffd240 100%);
background-size: 200% auto;
-webkit-transition: 500ms;
transition: 500ms;
font-size: 16px;
font-weight: 600;
color: #fff;
border-radius: 4px;
padding: 13px 49.5px;
}
.thm-btn:hover {
color: #fff;
background-position: right;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
background-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
outline: none !important;
}
.bootstrap-select .dropdown-menu {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
z-index: 991;
border-radius: 0;
}
.bootstrap-select .dropdown-menu>li+li>a {
border-top: 1px solid var(--thm-gray);
}
.bootstrap-select .dropdown-menu>li.selected>a {
background: var(--thm-base);
color: #fff;
}
.bootstrap-select .dropdown-menu>li>a {
font-size: 16px;
font-weight: 500;
padding: 4px 20px;
color: var(--thm-black);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.bootstrap-select .dropdown-menu>li>a:hover {
background: var(--thm-base);
color: #fff;
cursor: pointer;
}
ul.pagination {
display: inline-block;
padding: 0;
margin: 0;
}
ul.pagination li {
display: inline;
}
ul.pagination li a {
color: black;
float: left;
padding: 4px 12px;
text-decoration: none;
transition: background-color .3s;
border: 1px solid #ddd;
margin: 0 2px;
cursor: pointer;
}
ul.pagination li.active a {
background-color: #4CAF50;
color: white;
border: 1px solid #4CAF50;
cursor: pointer;
}
ul.pagination li.disabled {
color: #ddd;
pointer-events: none;
cursor: pointer;
}
ul.pagination li:hover:not(.active) a {
background-color: #ddd;
}
.auth-links .login-link,
.auth-links .register-link {
color: #9ea8c6;
cursor: pointer;
margin-right: 20px;
}
.auth-links .login-link:hover {
color: red;
}
.auth-links .register-link:hover {
color: red;
}
.user-info {
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.user-name {
font-size: 28px;
/* 修改姓名字体大小 */
margin-bottom: 5px;
/* 将姓名往下移动一点 */
padding-top: 30px;
}
.user-username {
font-size: 20px;
/* 修改用户名字体大小 */
opacity: 0.7;
/* 降低用户名的不透明度 */
padding-bottom: 10px;
}
.user-info-box {
border: 1px solid #ddd;
padding: 20px;
margin-left: 20px;
margin-bottom: 20px;
}
.info-row {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.info-label {
width: 80px;
}
.info-value {
flex: 1;
}
.send_info-label {
display: inline-block;
margin-right: 10px;
padding-bottom: 2px;
width: 200px;
border-bottom: 1px solid black;
}
.postavatar {
display: flex;
justify-content: center;
align-items: center;
width: 75px;
height: 75px;
border-radius: 50%;
font-size: 60px;
/* 设置字体大小为视口宽度的10% */
font-weight: 700;
text-align: center;
line-height: 70px;
color: #fff;
position: relative;
}
.avatar {
display: inline-block;
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 8vw;
/* 设置字体大小为视口宽度的10% */
font-weight: 700;
text-align: center;
line-height: 150px;
/* 等于height属性的值 */
color: #fff;
}
.postavatar.red {
background-color: red;
}
.postavatar.green {
background-color: green;
}
.postavatar.orange {
background-color: orange;
}
.postavatar.blue {
background-color: blue;
}
.form-control::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #999;
font-style: italic;
}
.form-control:-ms-input-placeholder {
/* IE 10+ */
color: #999;
font-style: italic;
}
.btn-lg {
padding-top: 7px;
padding-bottom: 7px;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5px;
font-size: 18px;
line-height: 1.5;
border-radius: 0.3rem;
}
.avatar.blue {
background-color: blue;
}
.avatar-image {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
cursor: pointer;
}
#initial {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
}
.flash_container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
}
.speech-bubble-left, .speech-bubble-right {
display: inline-block;
position: relative;
margin-bottom: 10px;
padding: 5px;
border-radius: 10px;
color: #fff;
font-size: 14px;
min-width: 50px;
}
.speech-bubble-left:before, .speech-bubble-right:before {
content: "";
display: block;
position: absolute;
bottom: -7px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 0;
}
.speech-bubble-left {
background-color: #428bca;
float: left;
}
.speech-bubble-left:before {
left: -10px;
border-color: transparent #428bca transparent transparent;
}
.speech-bubble-right {
background-color: #5cb85c;
float: right;
}
.speech-bubble-right:before {
right: -10px;
border-color: transparent transparent #5cb85c transparent;
}
.avatar.red {
background-color: red;
}
.avatar.green {
background-color: green;
}
.avatar.orange {
background-color: orange;
}
.floating-button {
position: fixed;
right: 20px;
top: 50%;
margin-top: -25px;
/* 假设按钮高度为50px */
z-index: 9999;
}
.btn-group {
margin-left: auto;
}
.appointment-info {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.appointment-row {
font-size: 18px;
margin-bottom: 5px;
}
.appointment-row-label {
color: #333;
opacity: 0.8;
}
.appointment-row-value {
color: black;
margin-left: 120px;
}
.col-form-label {
font-size: 20px;
}
.btn-group>.btn {
/*类为btn-group的所有直接子元素中带有btn类的元素 */
padding: 0.25rem 0.5rem;
margin-left: 5px;
margin-right: 5px;
font-size: 0.8rem;
}
.btn-group>.faqbtn {
/*类为btn-group的所有直接子元素中带有btn类的元素 */
padding: 0.25rem 0.5rem;
margin-left: 5px;
margin-right: 5px;
font-size: 1rem;
}
.btn-group .datebtn { /*不是直接子元素也可以应用样式*/
font-size: 15px;
margin-right: 40px;
border-radius: 5px;
background-color: white;
}
.btn-group .cancel_datebtn { /*不是直接子元素也可以应用样式*/
font-size: 15px;
margin-right: 40px;
border-radius: 5px;
background-color: white;
}
.modal-content {
background-color: #f8f9fa;
border: none;
border-radius: 5px;
}
.info-label{
width: 120px;
}
.post-actions-container {
padding-top: 10px;
padding-left: 10px;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
height: 60px;
z-index: 1000;
display: none;
float: left;
min-width: 5rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}
.form-control-file {
height: 100%;
}
.rating {
display: inline-block;
font-size: 1rem;
}
.fa-star {
font-size: 24px;
color: #ccc;
}
.checked {
color: orange;
}
.search-form input[type="text"] {
width: 300px;
}
.preloader {
position: fixed;
background-color: #fff;
background-position: center center;
background-repeat: no-repeat;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9991;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.preloader__image {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: flipInY;
animation-name: flipInY;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.scroll-to-top {
display: inline-block;
width: 45px;
height: 45px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), color-stop(51%, #fa9442), to(#ffd240));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 51%, #ffd240 100%);
background-size: 200% auto;
position: fixed;
bottom: 40px;
right: 40px;
z-index: 99;
text-align: center;
-webkit-transition: all .4s ease;
transition: all .4s ease;
display: none;
border-radius: 50%;
transition: all .4s ease;
}
.scroll-to-top i {
color: #ffffff;
font-size: 18px;
line-height: 45px;
}
.scroll-to-top:hover {
background-position: right;
}
.scroll-to-top:hover i {
color: #fff;
}
/* Cursor Style */
.cursor {
position: absolute;
background-color: #fff;
width: 6px;
height: 6px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
-webkit-transform: scale(1);
transform: scale(1);
visibility: hidden;
}
.cursor {
visibility: visible;
}
.cursor.active {
opacity: 0.5;
-webkit-transform: scale(0);
transform: scale(0);
}
.cursor.hovered {
opacity: 0.08;
}
.cursor-follower {
position: absolute;
background-color: RGBA(255, 255, 255, 0.3);
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
z-index: 10000;
visibility: hidden;
}
.cursor-follower {
visibility: visible;
}
.cursor-follower.active {
opacity: 0.7;
-webkit-transform: scale(1);
transform: scale(1);
}
.cursor-follower.hovered {
opacity: 0.08;
}
.cursor-follower.close-cursor:before {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
left: 48%;
top: 12px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
display: inline-block;
}
.cursor-follower.close-cursor:after {
position: absolute;
content: '';
height: 25px;
width: 2px;
background: #fff;
right: 48%;
top: 12px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@keyframes planeMove2 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
25% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
50% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
75% {
-webkit-transform: translateX(5px);
transform: translateX(5px);
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}
@-webkit-keyframes virusMove {
0% {
-webkit-transform: rotate(0deg) translateZ(0px);
transform: rotate(0deg) translateZ(0px);
}
25% {
-webkit-transform: rotate(90deg) translateZ(20px);
transform: rotate(90deg) translateZ(20px);
}
50% {
-webkit-transform: rotate(180deg) translateZ(30px);
transform: rotate(180deg) translateZ(30px);
}
75% {
-webkit-transform: rotate(90deg) translateZ(20px);
transform: rotate(90deg) translateZ(20px);
}
100% {
-webkit-transform: rotate(0) translateZ(0px);
transform: rotate(0) translateZ(0px);
}
}
@keyframes virusMove {
0% {
-webkit-transform: rotate(0deg) translateZ(0px);
transform: rotate(0deg) translateZ(0px);
}
25% {
-webkit-transform: rotate(90deg) translateZ(20px);
transform: rotate(90deg) translateZ(20px);
}
50% {
-webkit-transform: rotate(180deg) translateZ(30px);
transform: rotate(180deg) translateZ(30px);
}
75% {
-webkit-transform: rotate(90deg) translateZ(20px);
transform: rotate(90deg) translateZ(20px);
}
100% {
-webkit-transform: rotate(0) translateZ(0px);
transform: rotate(0) translateZ(0px);
}
}
@-webkit-keyframes bubbleMover {
0% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
}
30% {
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
transform: translateY(30px) translateX(50px) rotate(15deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
50% {
-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
transform: translateY(50px) translateX(100px) rotate(45deg);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
80% {
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
transform: translateY(30px) translateX(50px) rotate(15deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
100% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center;
}
}
@keyframes bubbleMover {
0% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
}
30% {
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
transform: translateY(30px) translateX(50px) rotate(15deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
50% {
-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
transform: translateY(50px) translateX(100px) rotate(45deg);
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
80% {
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
transform: translateY(30px) translateX(50px) rotate(15deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
100% {
-webkit-transform: translateY(0px) translateX(0) rotate(0);
transform: translateY(0px) translateX(0) rotate(0);
-webkit-transform-origin: center center;
transform-origin: center center;
}
}
@-webkit-keyframes featureImgBounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@keyframes featureImgBounce {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
}
@-webkit-keyframes roundRound {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
75% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes roundRound {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
25% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
50% {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
75% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.site-header-one {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 91;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
a {
color: #777;
text-decoration: none;
background-color: transparent;
}
.nav-link.active {
color: #007bff
}
.nav {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
align-content: center;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.main-nav__one .container-fluid {
padding-left: 100px;
padding-right: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-nav__one .main-nav__logo-box {
padding-right: 100px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
min-height: 133px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-nav__one .main-nav__main-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 60px;
}
.main-nav__one .main-nav__main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-nav__one .main-nav__navigation-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-nav__one .main-nav__navigation-box>li {
padding-top: 48.5px;
padding-bottom: 48.5px;
}
.main-nav__one .main-nav__navigation-box>li+li {
margin-left: 50px;
}
.main-nav__one .main-nav__navigation-box>li>a {
font-size: 20px;
color: #9ea8c6;
font-weight: 500;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: 500ms;
transition: 500ms;
}
.main-nav__one .main-nav__navigation-box>li:hover>a,
.main-nav__one .main-nav__navigation-box>li.current>a {
color: #007bff;
}
.main-nav__one .main-nav__navigation-box li.active a {
color: #007bff;
}
/* Dropdown menu */
.main-nav__main-navigation .dropdown-btn {
display: none;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul {
position: absolute;
width: 230px;
background-color: #fff;
border-top: 4px solid var(--thm-primary);
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-webkit-transform-origin: top;
transform-origin: top;
visibility: hidden;
opacity: 0;
z-index: 991;
-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
position: relative;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
border-top: 1px solid rgba(var(--thm-base-rgb), 0.3);
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
display: block;
color: var(--thm-black);
font-size: 15px;
word-break: break-all;
padding-top: 9.5px;
padding-bottom: 9.5px;
padding-left: 20px;
padding-right: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
color: #fff;
background-color: var(--thm-base);
}
/* Second level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul {
top: 100%;
left: 0;
-webkit-transform: translateY(30px);
transform: translateY(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
}
/* Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
top: 0;
left: 100%;
-webkit-transform: translateX(30px);
transform: translateX(30px);
visibility: hidden;
opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
-webkit-transform: translateX(0px);
transform: translateX(0px);
visibility: visible;
opacity: 1;
}
/* After Third level menu */
.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
display: none;
}
/* main nav cta */
.main-nav__one .main-nav__cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 170px;
}
.main-nav__one .main-nav__cta-icon i {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
color: #fff;
font-size: 21px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
width: 54px;
height: 54px;
border-radius: 50%;
margin-right: 20px;
}
.main-nav__one .main-nav__cta-content h3 {
margin: 0;
line-height: 1em;
color: #fff;
font-size: 30px;
font-weight: bold;
}
.main-nav__one .main-nav__cta-content h3 a {
color: inherit;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-nav__one .main-nav__cta-content h3 a:hover {
color: var(--thm-base);
}
.main-nav__one .main-nav__cta-content p {
margin: 0;
color: #9ea8c6;
font-size: 14px;
font-weight: 500;
line-height: 1em;
margin-top: 3px;
}
.main-nav__one .main-nav__right {
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-nav__one .main-nav__btn {
display: inline-block;
border: 2px solid #ffffff;
font-size: 16px;
font-weight: 600;
color: #fff;
border-radius: 4px;
padding: 6px 47.5px;
-webkit-transition: 500ms;
transition: 500ms;
}
.main-nav__one .main-nav__btn:hover {
background-color: #fff;
color: var(--thm-black);
}
.stricked-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 80%;
z-index: 999;
background-color: var(--thm-gray);
-webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.3);
opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.stricked-bottom.stricky-fixed {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
left: 150px;
}
/* stricked menu */
.stricked-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background-color: var(--thm-black);
-webkit-box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px -3px 20px 0px rgba(0, 0, 0, 0.4);
opacity: 0;
-webkit-transform: translateY(-110%);
transform: translateY(-110%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.stricked-menu.stricky-fixed {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
.stricked-menu .main-nav__logo-box {
min-height: 85px;
}
.stricked-menu .main-nav__navigation-box>li {
padding-top: 24.5px;
padding-bottom: 24.5px;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-one {
background-color: #0a1c4f;
position: relative;
padding-bottom: 210px;
padding-top: 308px;
}
.banner-one::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(../images/background/banner-1--1-bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
opacity: 6%;
}
.banner-one .container {
position: relative;
}
.banner-one__moc {
position: absolute;
top: 0;
right: 0;
-webkit-animation: planeMove2 5s ease-in infinite;
animation: planeMove2 5s ease-in infinite;
}
.banner-one__content h5 {
margin: 0;
font-size: 50px;
font-weight: bold;
color: #fff;
margin-bottom: 26px;
}
.banner-one__content h5 span {
display: inline-block;
line-height: 1em;
position: relative;
}
.banner-one__content h5 span::before {
content: '';
width: 100%;
height: 7px;
background-image: url(../images/shapes/banner-1-line.png);
background-position: center;
background-repeat: no-repeat;
position: absolute;
top: 95%;
left: 0;
}
.banner-one__content p {
font-size: 20px;
line-height: 36px;
font-weight: 500;
color: #fff;
opacity: 60%;
margin: 0;
margin-bottom: 44px;
}
.banner-one__btn {
background-image: -webkit-gradient(linear, right top, left top, from(#0a6ad6), color-stop(51%, #23e7ea), to(#0a6ad6));
background-image: linear-gradient(-90deg, #0a6ad6 0%, #23e7ea 51%, #0a6ad6 100%);
}
.banner-one__video {
display: inline-block;
position: absolute;
top: -110px;
right: -70px;
}
.banner-one__video>img {
border-radius: 50%;
-webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
}
.banner-one__video-btn {
width: 192px;
height: 192px;
border-radius: 50px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), color-stop(51%, #fa9442), to(#ffd240));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 51%, #ffd240 100%);
border: 27px solid var(--thm-black);
display: block;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: calc(68% - 96px);
left: calc(4% - 96px);
color: #fff;
font-size: 40px;
background-size: 200% auto;
-webkit-transition: 500ms;
transition: 500ms;
}
.banner-one__video-btn:hover {
color: #fff;
background-position: right;
}
/*--------------------------------------------------------------
# Prevention
--------------------------------------------------------------*/
.prevention-one {
padding-bottom: 60px;
}
.prevention-one__box {
margin-bottom: 60px;
counter-reset: preventNum;
}
.prevention-one__box-top {
background-image: -webkit-gradient(linear, right top, left top, from(#0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #0a6ad6 0%, #23e7ea 100%);
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding-top: 32.5px;
padding-bottom: 52.5px;
position: relative;
}
.prevention-one__box-top::before {
content: '';
width: 100%;
height: 20px;
background-image: url(../images/shapes/prevent-header-shape-1-1.png);
background-repeat: no-repeat;
background-position: center;
border-left: 1px solid #e6e9f2;
border-right: 1px solid #e6e9f2;
position: absolute;
bottom: 0;
left: 0;
}
.prevention-one__box-top h3 {
margin: 0;
font-size: 40px;
font-weight: bold;
color: #fff;
}
.prevention-one__box-bottom {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 1px solid #e6e9f2;
border-top: 0;
padding-bottom: 60px;
padding-top: 40px;
padding-left: 60px;
padding-right: 60px;
-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.prevention-one__single {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
counter-increment: preventNum;
}
.prevention-one__single+.prevention-one__single {
border-top: 1px solid #e6e9f2;
padding-top: 30px;
margin-top: 30px;
}
.prevention-one__icon {
position: relative;
}
.prevention-one__icon::before {
z-index: 15;
content: counters(preventNum, ".", decimal-leading-zero);
width: 50px;
height: 50px;
border-radius: 50%;
border: 10px solid #fff;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
left: 0;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
font-size: 20px;
font-weight: bold;
color: #fff;
font-family: var(--heading-font);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.prevention-one__icon-inner {
width: 138px;
height: 138px;
border-radius: 50%;
background-color: #f3f5f9;
overflow: hidden;
margin-right: 20px;
position: relative;
}
.prevention-one__icon-inner>img {
width: 100%;
}
.prevention-one__single:hover .prevention-one__icon-inner {
-webkit-animation: roundRound 5s linear infinite;
animation: roundRound 5s linear infinite;
}
[class*=col-]:last-of-type .prevention-one__box-top {
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
}
[class*=col-]:last-of-type .prevention-one__icon::before {
background-image: -webkit-gradient(linear, right top, left top, from(#0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #0a6ad6 0%, #23e7ea 100%);
}
.prevention-one__home-1 {
margin-top: -111px;
z-index: 11;
position: relative;
}
.prevention-one__content h3 {
margin: 0;
color: var(--thm-black);
font-size: 30px;
font-weight: bold;
font-family: 'Microsoft YaHei', sans-serif;
}
.prevention-one__content p {
margin: 0;
font-size: 16px;
line-height: 34px;
font-weight: 500;
color: #848895;
margin-top: 15px;
}
.prevention-one__prevention-page {
padding-top: 120px;
}
/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
padding-top: 90px;
padding-bottom: 100px;
text-align: center;
}
.funfact-one__virus-1,
.funfact-one__virus-2 {
position: absolute;
top: calc(50% - 90.5px);
-webkit-animation: virusMove 5s linear infinite;
animation: virusMove 5s linear infinite;
}
.funfact-one__virus-1 {
left: 15px;
}
.funfact-one__virus-2 {
right: 15px;
}
.funfact-one .container {
position: relative;
}
.funfact-one h3 {
font-size: 150px;
font-weight: bold;
letter-spacing: -.02em;
line-height: 1em;
}
.funfact-one h3 span {
position: relative;
display: inline-block;
background-image: -webkit-gradient(linear, right top, left top, from(#23e7ea), to(#0a6ad6));
background-image: linear-gradient(-90deg, #23e7ea 0%, #0a6ad6 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.funfact-one h3 span::before {
content: '';
background-image: url(../images/shapes/funfact-line-1-1.png);
position: absolute;
bottom: 3px;
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 100% auto;
width: 104%;
height: 7px;
z-index: -1;
}
.funfact-one p {
margin: 0;
font-size: 40px;
font-weight: 300;
color: var(--thm-black);
margin-top: 30px;
}
/* funfact two */
.funfact-two {
padding-top: 120px;
padding-bottom: 90px;
position: relative;
}
.funfact-two__virus {
position: absolute;
right: 6%;
top: -10%;
z-index: 10;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-perspective: 85px;
perspective: 85px;
-webkit-animation-name: bubbleMover;
animation-name: bubbleMover;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.funfact-two .container {
position: relative;
}
.funfact-two__single {
text-align: center;
margin-bottom: 30px;
position: relative;
}
.funfact-two__single i {
color: var(--thm-black);
font-size: 64px;
line-height: 1em;
position: relative;
}
.funfact-two__single i::after {
content: '';
width: 81px;
height: 81px;
border-radius: 50%;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
position: absolute;
top: calc(50% - 40.5px);
left: -40.5px;
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
}
.funfact-two__single i::before {
position: relative;
z-index: 10;
}
.funfact-two__single:hover i::after {
-webkit-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
}
.funfact-two__single h3 {
margin: 0;
color: var(--thm-black);
font-size: 70px;
font-weight: bold;
line-height: 1em;
margin-top: 20px;
margin-bottom: 17px;
}
.funfact-two__single p {
margin: 0;
color: #848895;
font-size: 18px;
font-weight: 500;
line-height: 1em;
}
[class*=col]:not(:last-of-type) .funfact-two__single::after,
[class*=col]:not(:last-of-type) .funfact-two__single::before {
content: '';
width: 1px;
height: 84px;
position: absolute;
bottom: 0;
right: 0;
background-color: #e6e9f2;
}
[class*=col]:not(:last-of-type) .funfact-two__single::after {
bottom: auto;
top: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
position: relative;
z-index: 20;
}
.about-one__virus {
position: absolute;
bottom: 8%;
right: 5%;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-perspective: 85px;
perspective: 85px;
-webkit-animation-name: bubbleMover;
animation-name: bubbleMover;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.about-one .inner-container {
border-bottom: 1px solid #e6e9f2;
padding-bottom: 20px;
position: relative;
z-index: 10;
}
.about-one__icon-box {
position: relative;
padding-left: 80px;
margin-bottom: 35px;
}
.about-one__icon-box i {
background-image: -webkit-gradient(linear, left bottom, left top, from(#23e7ea), to(#0a6ad6));
background-image: linear-gradient(0deg, #23e7ea 0%, #0a6ad6 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 64px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-43%);
transform: translateY(-43%);
display: block;
line-height: 1em;
}
.about-one__icon-box p {
font-size: 30px;
line-height: 40px;
font-weight: 300;
color: var(--thm-black);
margin: 0;
}
.about-one__content .block-title {
margin-bottom: 35px;
}
.about-one__content>p {
margin: 0;
font-size: 18px;
line-height: 36px;
color: #848895;
font-weight: 500;
}
.about-one__list {
margin-bottom: 50px;
margin-top: 35px;
}
.about-one__list li {
position: relative;
padding-left: 45px;
}
.about-one__list li+li {
margin-top: 10px;
}
.about-one__list li>i {
position: absolute;
top: 50%;
left: 0%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(0deg, #ffd240 0%, #fa9442 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 26px;
}
.about-one__btn {
background-image: -webkit-gradient(linear, right top, left top, from(#23e7ea), color-stop(51%, #0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #23e7ea 0%, #0a6ad6 51%, #23e7ea 100%);
}
.about-one__images {
padding-right: 50px;
position: relative;
}
.about-one__images>img {
border-radius: 5px;
}
.about-one__images>img:nth-child(2) {
position: absolute;
bottom: -125px;
right: calc(100% - 120px);
}
.about-one__video-btn {
position: absolute;
left: 50px;
bottom: 140px;
border-radius: 50%;
width: 114px;
height: 114px;
background-image: -webkit-gradient(linear, right top, left top, from(#23e7ea), color-stop(51%, #0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #23e7ea 0%, #0a6ad6 51%, #23e7ea 100%);
background-size: 200% auto;
-webkit-transition: 500ms;
transition: 500ms;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-size: 30px;
color: #fff;
}
.about-one__video-btn::before {
content: '';
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
border: 1px dashed rgba(255, 255, 255, 0.3);
border-radius: 50%;
}
.about-one__video-btn:hover {
background-position: right;
color: #fff;
}
.about-one__fact {
width: 100%;
max-width: 370px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* about three */
.about-three {
padding-top: 120px;
padding-bottom: 110px;
}
.about-three__text {
margin-top: 50px;
}
.about-three__text p {
margin: 0;
color: #848895;
font-size: 18px;
line-height: 36px;
}
.about-three__image>img {
border-radius: 5px;
width: 100%;
}
.about-three__title {
margin-top: 30px;
padding-top: 25px;
padding-bottom: 25px;
padding-left: 50px;
padding-right: 50px;
border-radius: 5px;
background-image: -webkit-gradient(linear, right top, left top, from(#0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #0a6ad6 0%, #23e7ea 100%);
}
.about-three__title h3 {
margin: 0;
color: #fff;
font-size: 30px;
font-weight: bold;
line-height: 1em;
}
.show_img__single {
counter-increment: Methods;
margin-bottom: 70px;
background-color: #74a2d2;
text-align: center;
padding-top: 50px;
padding-bottom: 50px;
border-radius: 10px;
position: relative;
-webkit-transition: 500ms;
transition: 500ms;
}
.show_img__single:hover {
-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}
.show_img__single::before {
z-index: 15;
content: counters(Methods, ".", decimal-leading-zero);
width: 58px;
height: 58px;
border-radius: 50%;
border: 10px solid #fff;
position: absolute;
-webkit-transform: translateY(50%) translateX(-50%);
transform: translateY(50%) translateX(-50%);
left: 50%;
bottom: 0;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
font-size: 22px;
font-weight: bold;
color: #fff;
font-family: var(--heading-font);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.show_img__single h3 {
margin: 0;
color: var(--thm-black);
font-size: 32px;
font-weight: bold;
}
/*--------------------------------------------------------------
# call to action
--------------------------------------------------------------*/
.cta-one {
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), color-stop(51%, #fa9442), to(#ffd240));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 51%, #ffd240 100%);
padding-top: 80px;
padding-bottom: 80px;
}
.cta-one .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cta-one h3 {
margin: 0;
color: #fff;
font-size: 60px;
font-weight: bold;
line-height: 1em;
}
.cta-one__btn {
background-image: -webkit-gradient(linear, left top, right top, from(#40548d), color-stop(51%, #0a1c4f), to(#40548d));
background-image: linear-gradient(90deg, #40548d 0%, #0a1c4f 51%, #40548d 100%);
}
.cta-three {
position: relative;
z-index: 11;
padding-bottom: 120px;
}
.cta-three__bg {
position: absolute;
position: absolute;
top: 0;
right: 0;
}
.cta-three .inner-container {
border-radius: 5px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cta-three .inner-container::before {
content: '';
opacity: 10%;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
width: calc(100% - 40px);
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 100%;
border-radius: 5px;
z-index: -1;
}
.cta-three__icon {
position: relative;
}
.cta-three__icon i {
width: 176px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
height: 131px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
display: block;
font-size: 50px;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.cta-three__content {
position: relative;
padding-left: 60px;
padding-right: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cta-three__content h3 {
color: #fff;
margin: 0;
font-weight: bold;
font-size: 40px;
}
.cta-three__btn {
display: inline-block;
border: 2px solid #ffffff;
font-size: 16px;
font-weight: 600;
color: #fff;
border-radius: 4px;
padding: 6px 47.5px;
-webkit-transition: 500ms;
transition: 500ms;
}
.cta-three__btn:hover {
background-color: #fff;
color: var(--thm-black);
}
/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-one .accrodion {
border-style: solid;
border-width: 1px;
border-color: #e6e9f2;
border-radius: 5px;
background-color: white;
-webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
border-radius: 5px;
position: relative;
}
.faq-one .accrodion+.accrodion {
margin-top: 10px;
}
.faq-one .accrodion::before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transition: -webkit-transform 500ms;
transition: -webkit-transform 500ms;
transition: transform 500ms;
transition: transform 500ms, -webkit-transform 500ms;
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
background-image: -webkit-gradient(linear, right top, left top, from(#23e7ea), color-stop(51%, #0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #23e7ea 0%, #0a6ad6 51%, #23e7ea 100%);
background-size: 200% auto;
-webkit-transition: 500ms;
transition: 500ms;
}
.faq-one .accrodion:hover::before {
background-position: right center;
}
.faq-one .accrodion.active::before {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
}
.faq-one .accrodion.active h4 {
color: var(--thm-black);
}
.faq-one .accrodion.active .accrodion-title::before {
color: #0c75d8;
content: '\f068';
}
.faq-one .accrodion-title {
cursor: pointer;
position: relative;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
.faq-one .accrodion-title::before {
content: '\f067';
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
position: absolute;
top: 50%;
right: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #fff;
font-size: 14px;
}
.faq-one .accrodion h4 {
color: #fff;
margin: 0;
font-size: 34px;
font-weight: bold;
-webkit-transition: 500ms;
transition: 500ms;
}
.faq-one .accrodion p {
margin: 0;
font-size: 18px;
line-height: 36px;
font-weight: 500;
color: #848895;
}
.faq-one .accrodion-content {
position: relative;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px;
}
.faq-one__faq-page {
padding-top: 80px;
}
.faq-one__home-one {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}
.faq-one__home-one .container {
position: relative;
}
.faq-one__virus {
position: absolute;
right: 6%;
bottom: -5%;
z-index: 10;
-webkit-animation-duration: 12s;
animation-duration: 12s;
-webkit-perspective: 85px;
perspective: 85px;
-webkit-animation-name: bubbleMover;
animation-name: bubbleMover;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.faq-one__block .block-title {
margin-bottom: 35px;
}
.faq-one__block>p {
margin: 0;
}
.faq-one__block>img {
border-radius: 5px;
margin-top: 35px;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
background-color: #fff;
}
.page-header::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.06;
z-index: -1;
min-height: 722px;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-image: url(../images/background/page-header-bg-1-1.jpg);
}
.mypage-header {
background-color: #fff;
}
.mypage-header::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.06;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
z-index: -1;
background-image: url(../images/background/page-header-bg-1-1.jpg);
}
.mypage-header .container {
position: relative;
padding-top: 223.5px;
padding-bottom: 0px;
text-align: center;
}
.mypage-header .container h2 {
margin: 0;
color: #fff;
font-weight: bold;
font-size: 75px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
position: relative;
z-index: 10;
padding-top: 80px;
padding-bottom: 120px;
position: relative;
}
.testimonials-one .container {
position: relative;
overflow: hidden;
}
.testimonials-one .owl-stage-outer {
overflow: visible;
}
.testimonials-one .owl-carousel .owl-item {
opacity: 0;
-webkit-transition: 500ms;
transition: 500ms;
visibility: hidden;
}
.testimonials-one .owl-carousel .owl-item.active {
opacity: 1;
visibility: visible;
}
.testimonials-one .owl-carousel .owl-item img {
width: auto;
}
.testimonials-one .block-title {
margin-bottom: 30px;
}
.testimonials-one__image {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
float: right;
z-index: 20;
}
.testimonials-one__image>img {
border-radius: 50%;
max-width: 100%;
display: block;
}
.testimonials-one__image-block {
position: relative;
}
.testimonials-one__qoute {
border: 20px solid #f3f5f9;
width: 115px;
height: 115px;
background-image: -webkit-gradient(linear, left top, right top, from(#ffd240), to(#fa9442));
background-image: linear-gradient(90deg, #ffd240 0%, #fa9442 100%);
border-radius: 50%;
text-align: center;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.testimonials-one__content {
padding-left: 50px;
}
.testimonials-one__text {
margin: 0;
font-size: 20px;
line-height: 44px;
color: #848895;
}
.testimonials-one__bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
margin-top: 30px;
}
.testimonials-one__title {
margin: 0;
font-size: 30px;
font-weight: bold;
color: var(--thm-black);
}
.testimonials-one__button-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 99;
}
[class*=testimonials-one__button__] {
width: 92px;
height: 92px;
background-color: var(--thm-black);
border-radius: 50%;
border: none;
outline: none !important;
background-position: center center;
background-size: 100% 100%;
cursor: pointer;
}
[class*=testimonials-one__button__]+[class*=testimonials-one__button__] {
margin-top: 10px;
}
.testimonials-one__button__prev-btn,
.testimonials-one__button__next-btn {
position: relative;
overflow: hidden;
}
.testimonials-one__button__prev-btn:before,
.testimonials-one__button__next-btn:before {
content: '\e905';
font-family: 'vimns-icons';
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
z-index: 100;
font-size: 24px;
}
.testimonials-one__button__prev-btn:after,
.testimonials-one__button__next-btn:after {
content: '';
background-image: -webkit-gradient(linear, right top, left top, from(#0a6ad6), to(#23e7ea));
background-image: linear-gradient(-90deg, #0a6ad6 0%, #23e7ea 100%);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .7;
}
.testimonials-one__button__next-btn:before {
content: '\e909';
-webkit-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
}