/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: var(--thm-p);
}

:root {
	--thm-font: 'Noto Sans', sans-serif;
	--thm-font2: 'Hind', sans-serif;
	--thm-base: #feda00;
	--thm-line: linear-gradient(to bottom, #FF416C, #FF4B2B);
	--thm-color: #0069EA;
	--thm-black: #0C234A;
	--thm-black1: #000000;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-f1: #f1f1f1;
	--thm-f2: #f2f2f2;
	--thm-f4: #f4f4f4;
	--thm-f5: #f5f5f5;
	--thm-p: #666666;
}

.bg-color {
	background-color: var(--thm-color);
}

.bg-base {
	background-color: var(--thm-base);
}

.bg-black {
	background-color: var(--thm-black);
}

.bg-line {
	background: var(--thm-line);
}

.bg-skew {
	background: var(--thm-skew);
}

.bg-f1 {
	background: #f1f1f1 ! important;
}

.bg-f2 {
	background: #f2f2f2 ! important;
}

.bg-f3 {
	background: #f3f3f3 ! important;
}

.bg-f4 {
	background: #f4f4f4 ! important;
}

.bg-f5 {
	background: #f5f5f5 ! important;
}

.bg-f6 {
	background-color: var(--thm-f6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--thm-black);
	clear: both;
	font-family: var(--thm-font2);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0px;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p:last-child {
	margin-bottom: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: inherit;
}

a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span {
	letter-spacing: 0;
}

a,
button,
input {
	outline: medium none;
	color: inherit;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.form-group {
	margin-bottom: 20px;
}

button,
input,
textarea {
	color: var(--thm-black);
}

button,
input,
textarea:focus {
	outline: none;
}

.atf-color-f1 {
	color: #f1f1f1 ! important;
}

.atf-color-f2 {
	color: #f2f2f2 ! important;
}

.atf-color-f3 {
	color: #f3f3f3 ! important;
}

.atf-color-f4 {
	color: #f4f4f4 ! important;
}

.atf-color-f5 {
	color: #f5f5f5 ! important;
}

.atf-color-f6 {
	color: #f6f6f6 ! important;
}

/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.atf-status-mes {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 4px solid rgba(0, 0, 0, 0.08);
	border-right: 4px solid rgba(0, 0, 0, 0.08);
	border-bottom: 4px solid rgba(0, 0, 0, 0.08);
	border-left: 4px solid var(--thm-color);
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}


/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent;
}

.atf-scrollup-icon {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
	transform: rotate(180deg);
}

.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}

.atf-scroll-top.open {
	right: 30px;
}

/*END SCROLL TO TOP*/


/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img {
	width: 119px;
	height: 45px;
}

.atf-main-responsive-nav {
	display: none;
}

.atf-main-nav {
	padding-top: 18px;
	padding-bottom: 18px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 3px 7px 0px rgba(147, 149, 174, 0.29);
}

.atf-main-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 45px;
}

.atf-main-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item a {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-size: 20px;
	font-weight: 500;
	color: var(--thm-black);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 48px;
}

.atf-main-nav .navbar .navbar-nav .nav-item a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item a i {
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}

.atf-main-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover a,
.atf-main-nav .navbar .navbar-nav .nav-item:focus a,
.atf-main-nav .navbar .navbar-nav .nav-item.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	position: absolute;
	border: none;
	top: 80px;
	left: 50px;
	min-width: unset;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
	border: 1px solid #eaeaea;
	transform: rotate(45deg);
	background-color: var(--thm-white);
	border-right: none;
	border-bottom: none;
	top: -5px;
	left: 16px;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 8px 20px;
	margin: 0;
	position: relative;
	color: var(--thm-black);
	font-size: 15.5px;
	font-weight: 500;
	white-space: nowrap;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -245px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 195px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #696997;
	text-transform: capitalize;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: var(--thm-color);
}

.atf-main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.atf-main-nav .black-logo {
	display: none;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.navbar-area.atf-sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
	background: var(--thm-white) !important;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a {
	color: var(--thm-black);
}

.navbar-area.atf-sticky-header .navbar-nav .nav-item a:hover,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a:focus,
.navbar-area.atf-sticky-header .navbar-nav .nav-item a.active {
	color: var(--thm-color);
}

.navbar-area.atf-sticky-header .atf-main-nav .navbar-brand .black-logo {
	display: block;
}

@media only screen and (max-width: 991px) {
	.navbar-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header {
		border-bottom: none;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-area.atf-sticky-header .logo .black-logo {
		display: block;
	}

	.atf-main-responsive-nav {
		display: block;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu {
		position: relative;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul {
		font-size: 14px;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a {
		font-size: 15px;
		color: var(--thm-black);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li a.active {
		color: var(--thm-color);
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 15px;
	}

	.atf-main-responsive-nav .atf-main-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 336px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal {
		color: var(--thm-white);
	}

	.atf-main-responsive-nav .mean-container a.meanmenu-reveal span {
		background: var(--thm-white);
	}

	.atf-main-responsive-nav .logo {
		position: relative;
		width: 50%;
		z-index: 999;
	}

	.atf-main-responsive-nav .logo .white-logo {
		display: block;
	}

	.atf-main-nav {
		display: none;
	}
}

.atf-top-header .atf-top-header-in ul li:last-child {
	border: none;
}

.atf-top-header .atf-top-header-in ul li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 10px 20px 11px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-white);
	font-size: 14px;
}

.atf-top-header {
	overflow: hidden;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-top-header .atf-top-header-in {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}

.atf-top-header .atf-top-social {
	font-size: 14px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}

.atf-top-social a i:hover {
	color: var(--thm-white);
}

.atf-top-social a i {
	margin-left: 4px;
	color: rgba(255, 255, 255, 0.8);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.navbar-area.atf-sticky-header .atf-top-header-in {
	height: 0;
}

.navbar-area.atf-sticky-header .atf-top-social {
	height: 0;
}

.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.atf-top-header-list li:last-child {
	margin-right: 0;
}

.atf-top-header-list li i {
	margin-right: 10px;
}

.atf-top-header-list li a:hover {
	color: var(--thm-white);
}

@media screen and (max-width: 991px) {
	.atf-top-header {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.atf-main-responsive-nav .logo {
		width: 60%;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*---------------------------------------
   Slider CSS
---------------------------------------*/
.atf-slider {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.atf-home-overlay {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
}

#program .atf-home-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

#best-choose .atf-home-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
}

.atf-slider.slider1 {
	position: relative;

}

.atf-slider.slider1 .atf-silder-title {
	-webkit-animation: fadeInUp 1.7s ease-in-out;
	animation: fadeInUp 1.7s ease-in-out;
}

.atf-slider.slider1 .atf-silder-desc {
	-webkit-animation: fadeInUp 1.5s ease-in-out;
	animation: fadeInUp 1.5s ease-in-out;
}

.atf-slider.slider1 .atf-silder-bottom {
	-webkit-animation: fadeInUp 1.8s ease-in-out;
	animation: fadeInUp 1.8s ease-in-out;
}

.atf-slider.slider1 .container {
	position: relative;
	height: 100%;
}

.atf-slider.slider1 .container .atf-silder-content {
	padding: 45px 35px 55px;
	border-radius: 5px;
	max-width: 545px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	left: 15px;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-title {
	margin-bottom: 20px;
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-desc {
	font-size: 16px;
	line-height: 30px;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom {
	display: inline-block;
	margin: 39px 0 20px;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom .readon {
	display: block !important;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom .white-btn {
	background: var(--thm-white);
	color: var(--thm-color);
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom ul li {
	display: inline-block;
	margin-right: 15px;
}

.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom ul li:last-child {
	margin: 0;
}

.atf-slider.slider1 .container .atf-silder-content:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.34);
	z-index: -1;
	border-radius: 5px;
	-webkit-animation: fadeInUp 1s ease-in-out;
	animation: fadeInUp 1s ease-in-out;
	opacity: 0.86;
}

.atf-slider.slider1 .nivoSlider .sl-ly-img {
	margin-left: 100px;
}

.atf-slider.slider1 .nivoSlider .sl-ly-img img {
	position: unset;
	padding-top: 150px;
	max-height: unset;
}

.atf-slider.slider1 .nivo-caption {
	padding: 0;
}

.atf-slider .nivoSlider:hover .nivo-directionNav>a {
	opacity: 1;
}

.atf-slider .nivoSlider:hover .nivo-directionNav>a.nivo-prevNav {
	left: 30px;
}

.atf-slider .nivoSlider:hover .nivo-directionNav>a.nivo-nextNav {
	right: 30px;
}

.theme-default .nivo-controlNav {
	display: none;
}

@media only screen and (max-width: 991px) {
	.atf-slider.slider1 .container .atf-silder-content {
		left: 15px;
		right: 15px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.atf-slider.slider1 .container .atf-silder-content .atf-silder-title,
	.atf-slider.slider2 .container .atf-silder-content .atf-silder-title {
		font-size: 35px;
		line-height: 50px;
	}

	.atf-slider.slider2 .container .atf-silder-content,
	.atf-slider.slider1 .container .atf-silder-content {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.atf-slider.slider1 .container .atf-silder-content:after {
		background: transparent;
	}

	.atf-slider.slider1 .container .atf-silder-content {
		margin-top: 25px;
	}

	.atf-slider.slider1 .container .atf-silder-content .atf-silder-title,
	.atf-slider.slider2 .container .atf-silder-content .atf-silder-title {
		font-size: 30px;
		line-height: 40px;
	}

	.atf-slider.slider1 .container .atf-silder-content .atf-silder-bottom {
		display: inline-block;
		margin: 20px 0 10px;
	}
}

@media only screen and (max-width: 480px) {

	.atf-slider.slider2 .container .atf-silder-content .atf-silder-desc,
	.atf-slider.slider1 .container .atf-silder-content .atf-silder-desc {
		display: none;
	}

	.atf-slider .nivo-directionNav>a.nivo-nextNav {
		right: 15px;
	}

	.atf-slider.slider1 .container .atf-silder-content .atf-silder-title,
	.atf-slider.slider2 .container .atf-silder-content .atf-silder-title {
		font-size: 20px;
		line-height: 28px;
	}

	.atf-slider .nivo-directionNav>a.nivo-prevNav {
		left: 15px;
	}

	.atf-slider .nivoSlider:hover .nivo-directionNav>a.nivo-prevNav {
		left: 3px;
	}

	.atf-slider .nivoSlider:hover .nivo-directionNav>a.nivo-nextNav {
		right: 3px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* BANNER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-banner.style2 {
	background: var(--thm-ase);
	height: 750px;
}

.atf-banner.style2 .atf-banner-content {
	position: relative;
	z-index: 1;
}

.atf-banner.style2 .atf-banner-content .atf-sub-title {
	font-weight: 700;
	color: var(--thm-color);
	text-transform: uppercase;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	padding: 5px 14px;
	border-radius: 5px;
}

.atf-banner.style2 .atf-banner-content .atf-title {
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
	color: var(--thm-black);
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.atf-banner.style2 .atf-banner-content .atf-description p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: var(--thm-p);
	margin-bottom: 50px;
}

.atf-banner.style2 .atf-banner-content .atf-banner-btn {
	position: relative;
}

/* .atf-banner.style2 .image-part {
  margin: 0px -280px 0px 0px;
} */
.atf-banner.style2 .atf-animations-shape {
	position: relative;
}

.atf-banner.style2 .atf-animations-shape .atf-pattern {
	position: absolute;
	left: -2px;
	top: -800px;
}

.atf-banner.style2 .atf-program-img .waves-box {
	left: 40% !important;
}

/*
* ----------------------------------------------------------------------------------------
* END BANNER  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLIDER  DESIGN 2
* ----------------------------------------------------------------------------------------
*/

.atf-slider.slider2 {
	position: relative;
	z-index: 1;
}

/*-- Animations Start --*/
.owl-item.active .animation__style01 .atf-subtitle {
	-webkit-animation: fadeInDown 1.7s ease-in-out;
	animation: fadeInDown 1.7s ease-in-out;
}

.owl-item.active .animation__style01 .atf-title {
	-webkit-animation: fadeInUp 1.2s ease-in-out;
	animation: fadeInUp 1.2s ease-in-out;
}

.owl-item.active .animation__style01 .atf-slider-bottom {
	-webkit-animation: fadeInUp 1.8s ease-in-out;
	animation: fadeInUp 1.8s ease-in-out;
}

/*-- Animations End --*/
.atf-slider.slider2 .slider .atf-content-part {
	padding: 300px 0 240px;
}

.atf-slider.slider2 .slider .atf-content-part .atf-subtitle {
	font-size: 50px;
	line-height: 68px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--thm-white);
	text-shadow: #222222 2px 2px 2px;
}

.atf-slider.slider2 .slider .atf-content-part .atf-title {
	font-size: 100px;
	line-height: 120px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: var(--thm-base);
	text-shadow: #222222 2px 2px 2px;
}

.atf-slider.slider2 .slider .atf-content-part .atf-slider-bottom ul li {
	display: inline-block;
	margin-right: 15px;
}

.atf-slider.slider2 .slider .atf-content-part .atf-slider-bottom ul li:last-child {
	margin: 0;
}

.atf-slider.slider2 .slider.slide1 {
	background: url(../img/style1/3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.atf-slider.slider2 .slider.slide2 {
	background: url(../img/style1/4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.atf-slider.slider2 .slider.slide3 {
	background: url(../img/style1/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.atf-slider.slider2 .owl-dots {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}

.atf-slider.slider2 .owl-dots .owl-dot {
	box-shadow: 0 0 0 2px var(--thm-white);
	border: none;
	border-radius: 50%;
	background: transparent;
	width: 15px;
	height: 15px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	display: block;
}

.atf-slider.slider2 .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1);
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	transition: all 0.3s ease;
}

.atf-slider.slider2 .owl-dots .owl-dot:hover,
.atf-slider.slider2 .owl-dots .owl-dot.active {
	box-shadow: 0 0 0 2px var(--thm-color);
}

.atf-slider.slider2 .owl-dots .owl-dot:hover span,
.atf-slider.slider2 .owl-dots .owl-dot.active span {
	background: var(--thm-color);
	transform: scale(0.4);
}

.atf-slider.slider2 .owl-dots .owl-dot.last-child {
	margin-bottom: 0;
}

.atf-slider.slider2 .owl-theme .owl-dots .owl-dot span {
	margin: 0px 0px;
}

.atf-slider.slider2 .atf-themes-btn.red {
	border-radius: 4px !important;
}

.atf-slider.slider2 .atf-themes-btn:hover::before {
	border-radius: 4px !important;
}

/*
* ----------------------------------------------------------------------------------------
* END START SLIDER  DESIGN 2
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-banner-area.style5 {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
	z-index: 1;
}

.atf-banner-area.style5::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	/* opacity: 0.7; */
	z-index: -1;
}

#home {
	position: relative;
	z-index: 1;
}

.atf-waves-home {
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}

.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.atf-wabes-img img {
	border-radius: 50% ! important;
}

.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.atf-web-area svg {
	height: 180px;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about .atf-section-title {
	margin-bottom: 25px;
}

.atf-about-btn .atf-themes-btn:before {
	left: 3%;
}

.atf-about-list h3 {
	margin: 7px 0;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner {
	position: absolute;
	bottom: 0;
	z-index: -11;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner.atf-ball {
	bottom: -55px;
	right: 14%;
}

.zoom {
	-webkit-animation: zoom 4s alternate infinite;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner.atf-dot {
	top: -45px;
	left: -40px;
}

.atf-about-area.style1 .atf-about-inner .atf-animations .atf-spinner {
	position: absolute;
	bottom: 0;
	z-index: -11;
}

.scale {
	animation: scale 8s alternate infinite;
	webkit-animation: scale 2s alternate infinite;
}

.scale {
	animation: scale 8s alternate infinite;
	webkit-animation: scale 2s alternate infinite;
}

@-webkit-keyframes scale {
	0% {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.zoom {
	-webkit-animation: zoom 4s alternate infinite;
}

@keyframes zoom {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}

	50% {
		-webkit-transform: translate3d(15px, -15px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -15px, 15px);
	}
}

.atf-about.style1 .atf-section-title {
	margin-bottom: 20px;
}

ul.listing-style li {
	position: relative;
	padding-left: 30px;
	line-height: 34px;
	font-weight: 500;
	font-size: 16px;
}

ul.listing-style li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "\f058";
	font-family: 'Font Awesome 5 Free';
	color: var(--thm-color);
	font-size: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-page-heading {
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	background-size: cover;
}

.atf-page-heading.atf-size-md {
	height: 434px;
}

.atf-page-heading:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.atf-page-heading>div {
	position: relative;
	z-index: 1;
}

.atf-page-heading-title {
	color: var(--thm-white);
	font-size: 50px;
	text-align: center;
	margin-bottom: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.atf-breadcamp {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.atf-breadcamp li {
	color: rgba(255, 255, 255, 0.7);
	list-style: none;
}

.atf-breadcamp li:not(:last-child):after {
	content: '/';
	padding-right: 6px;
	margin-left: 6px;
}

.atf-breadcamp a:hover {
	color: var(--thm-white);
}

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}

.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}

.atf-widget .atf-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 15px;
	bottom: 1px;
	height: 3px;
	width: 43px;
}

.atf-widget .atf-widget-title::after {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 2px;
	bottom: 0px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
}

.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}

.atf-widget-list li {
	border: 1px dotted #eaeaea;
	background: var(--thm-white);
	margin: 5px;
}

.atf-widget-list a {
	display: block;
	padding: 10px 0;
	padding-left: 12px;
	/* background: var(--thm-color); */
	color: var(--thm-p);
}

.atf-widget-list a:hover {
	color: var(--thm-color);
}

.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}

.atf-widget-list li::before {
	content: "\f35a";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 15px;
}

.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}

.atf-tagcloud {
	margin-bottom: -10px;
}

.atf-tagcloud .atf-tag {
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.atf-post-details.atf-style1 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8em;
}

.atf-post-details.atf-style1 .slick-slide {
	line-height: 0;
}

.atf-post-details.atf-style1 .atf-post-thumb {
	margin-bottom: 25px;
}

.atf-post-details.atf-style1 .atf-post-thumb img {
	width: 100%;
}

.atf-post-details.atf-style1 .atf-post-title {
	font-size: 28px;
	margin-bottom: 9px;
}

.atf-post-details.atf-style1 blockquote {
	background-color: var(--thm-color);
	margin: 0;
	padding: 27px 40px 25px;
	font-size: 19px;
	line-height: 1.6em;
	border-left: 5px solid var(--thm-p);
	border-radius: 100px;
	font-weight: 400;
	margin: 20px 0;
	color: white;
	text-align: center;
	border-right: 5px solid var(--thm-p);
	border-bottom: 3px solid var(--thm-p);
	font-style: italic;
}

.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px;
}

.atf-post-details.atf-style1 blockquote small span {
	color: var(--thm-black);
}

.atf-post-details.atf-style1 .atf-post-label {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-text p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-meta {
	display: flex;
	justify-content: space-between;
	padding: 23px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.atf-post-details.atf-style1 h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.atf-post-details.atf-style1 p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 img {
	margin-bottom: 20px;
	border-radius: 4px;
	margin-top: 5px;
}

.atf-post-details.atf-style1 .embed-responsive {
	margin-top: 15px;
	margin-bottom: 15px;
}

.atf-post-label>span {
	display: inline-block;
	position: relative;
}

.atf-post-label>span:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
}

.atf-post-label>span:not(:last-child):before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 3px;
}

.atf-post-label a:hover {
	color: var(--thm-color);
}

.atf-post-tage-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight: 600;
}

.atf-post-tage-list li:not(:last-child):after {
	content: ',';
}

.atf-post-tage-list li a:hover {
	color: var(--thm-color);
}

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center;
}

.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
	margin: 0;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.4em;
}

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}

.atf-post-share-btn-list a:hover {
	color: var(--thm-color);
}

.atf-post-btn-gropu {
	display: flex;
	justify-content: space-between;
}

.atf-post-btn-gropu .atf-btn {
	min-width: 170px;
	justify-content: center;
}

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}

.atf-page-heading-in .atf-post-label>span:not(:last-child):before {
	background-color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label>span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75);
}

.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white);
}

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px;
}

@media screen and (max-width: 991px) {
	.atf-page-heading-title {
		font-size: 38px;
	}

	.atf-page-heading-subtitle {
		font-size: 16px;
	}

	.atf-page-heading.atf-size-md {
		height: 350px;
		padding-top: 80px;
	}

	.atf-page-heading-title br {
		display: none;
	}

	.atf-page-heading {
		height: 500px;
		padding-top: 80px;
	}
}

/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
	padding: 40px 30px 10px 30px;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.comment-body {
	position: relative;
	margin-left: 120px;
	margin-bottom: 30px;
	min-height: 90px;
}

.children .comment-body {
	min-height: 70px;
}

.comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comments-area ol {
	list-style: none;
	padding-left: 0;
}

.comments-area .children {
	padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
	line-height: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
}

.comment-author a:hover {
	color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
	line-height: 20px;
}

.comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	position: absolute;
	left: -1px;
	top: 24px;
}

.comment-content {
	line-height: 25px;
	font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
	font-size: 15px;
	color: var(--thm-black);
	position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: var(--thm-color);
}

.comment-reply-link i {
	margin-right: 6px;
}

.comment-reply-link:before {
	font-family: 'Font Awesome Free 5';
	margin-right: 4px;
}

.reply {
	margin-top: 10px;
}

.children .comment-body {
	margin-left: 100px;
}

.comment-respond {
	display: block;
	width: 100%;
	margin-top: 56px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #eaeaea;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form-author,
.comment-form-email {
	width: 50%;
}

.comment-form-email {
	padding-left: 10px;
}

.comment-form-comment {
	width: 100%;
}

.comment-form-author {
	padding-right: 10px;
}

.comment-form-url {
	padding-left: 0px;
	width: 100%;
}

.form-submit {
	margin-bottom: 0;
}

.comment-form p {
	margin: 0;
}

.comment-form textarea,
.comment-form input {
	border: 1px solid #eaeaea;
	padding: 8px 10px;
	width: 100%;
	background-color: transparent;
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.comment-form textarea:focus,
.comment-form input:focus {
	outline: none;
	border-color: var(--thm-color);
}

.post-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.post-navigation>div {
	display: inline-block;
}

.nav-previous a:before {
	content: "\f100";
	font-family: 'FontAwesome';
	margin-right: 4px;
}

.nav-next a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 4px;
}

.nav-all-post {
	min-width: 120px;
	text-align: center;
	margin: 0 25px;
}

/*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-pagination {
	margin: 30px 0;
	justify-content: center;
}

.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.pagination-outer {
	text-align: center;
}

.pagination {
	font-family: var(--thm-font);
	display: inline-flex;
}

.pagination li a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
	color: var(--thm-white);
	background: var(--thm-black);
}

.pagination li a.page-link::before {
	content: '';
	background-color: var(--thm-color);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	/* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
	top: 0;
}

@media only screen and (max-width: 480px) {
	.pagination {
		font-size: 0;
		display: block;
	}

	.pagination li {
		display: inline-block;
		margin: 0 0 10px;
	}
}

/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.atf-contact-info .atf-section-title {
	margin-bottom: 30px;
}

.atf-main-contact {
	margin: 20px 0;
}

.atf-contact-details {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 5%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}

.atf-contact-details h4 {
	color: var(--thm-white);
	font-size: 20px;
	line-height: 16px;
	margin-bottom: 10px;
}

.atf-contact-details p {
	color: var(--thm-white);
	display: block;
	overflow: hidden;
	line-height: 20px;
}

.contact h4 {
	font-size: 30px;
	margin-bottom: 30px;
	color: var(--thm-white);
	font-weight: 400;
}

.atf-contact-area .atf-section-title p {
	width: 100%;
	color: var(--thm-p);
}

.contact .form-control {
	padding: 12px 15px;
	border-radius: 3px;
	margin-bottom: 5px;
}

.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}

.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}

.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}

.success {
	background: #fff none repeat scroll 0 0;
	color: #42c0d9;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.actions .atf-themes-btn {
	width: 100%;
}

.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	padding: 8px 22px;
}

/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
	position: relative;
}

.atf-footer-area {
	position: relative;
	z-index: 1;
}

.atf-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F8FD;

	/* border-radius: 50% 50% 0% 0%/100% 100% 0% 0%; */
	transform: scaleX(2.1);
	z-index: -1;
}

.atf-mailchamp-subscribe {
	position: relative;
}

.atf-mailchamp-subscribe .btn i {
	font-size: 18px;
	color: var(--thm-white);
}

.atf-mailchamp-subscribe .btn.atf-themes-btn {
	position: absolute;
	right: 17px;
	background: transparent;
	box-shadow: none;
	top: 3px;
	background: var(--thm-black);
	border-radius: 25px;
	color: var(--thm-white);
	padding: 4px 11px;
}

.atf-mailchamp-border {
	border-bottom: 1px dashed var(--thm-white);
}

.atf-mailchamp-headding h2 {
	font-size: 33px;
	color: var(--thm-white);
	font-weight: 700;
}

.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}

.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 43px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 25px;
}

.atf-mailchamp-subscribe .form-group {
	margin-bottom: 0;
}

.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}

.atf-footer-boottom {
	padding: 24px 0 17px;
	background: #F5F8FD;
	border-top: 2px solid #C9C9C9;
}

.atf-footer-box p {
	color: var(--thm-white);
	margin-bottom: 20px;
}

.atf-footer-box strong {
	font-weight: 700;
}

.atf-footer-social-icon a i:hover {
	background: var(--thm-black);
	color: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-color);
	text-align: center;
	background: var(--thm-white);
}

.atf-footer-area .atf-footer-link {
	position: relative;
}

/* .atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 31px;
	top: 33px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
} */

/* .atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 17px;
	top: 31px;
	background: var(--thm-white);
	width: 6px;
	height: 6px;
	border-radius: 50%;
} */

.atf-footer-link h5 {
	font-size: 21px;
	color: #333438;
	margin-bottom: 28px;
	font-weight: 600;
}

.atf-footer-link .logoImg {
	width: 105px;
	height: 48px;
	margin-bottom: 25px;
}

.atf-footer-link .iconImg {
	width: 21px;
	height: 21px;
	margin-right: 20px;
}

.atf-footer-link .attention {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.atf-footer-link .attention .qrcode {
	width: 120px;
	height: 120px;
	margin-left: 10px;
}

.atf-footer-link .attention span {
	font-size: 15px;
	color: #6F7580;
}

.atf-footer-link .atf-list-menu li a {
	color: #6F7580;
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 4px;
}

.atf-footer-link .atf-list-menu li a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 500;
	font-family: var(--thm-font);
}

.atf-footer-link p {
	color: var(--thm-white);
}

.atf-footer-boottom p .logo {
	width: 55px;
	height: 25px;
}

.atf-footer-boottom p .company {
	margin: 0 48px 0 65px;
}

.atf-footer-boottom p .recordImg {
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

.atf-footer-boottom p .record {
	font-size: 14px;
	color: #939393;
}

.atf-footer-boottom p .account {
	font-size: 14px;
	color: #000;
	margin-left: 10px;
}

/* .atf-footer-boottom a {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf-footer-boottom a:hover {
	color: var(--thm-white);
} */

.atf-payment-link img {
	margin-right: 6px;
}

.form-message.error {
	margin-top: 20px;
	color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 150px;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*----------------------------------------*/
/*  17. LOGIN CSS START
/*----------------------------------------*/
.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.atf-login__wrapper {
	padding: 50px 85px 55px;
	background: var(--thm-white);
	box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.atf-login__wrapper {
		padding: 50px 40px 55px;
	}
}

@media (max-width: 575px) {
	.atf-login__wrapper {
		padding: 40px 25px 45px;
	}
}

.atf-login__title {
	font-size: 34px;
	letter-spacing: -0.04em;
	margin-bottom: 6px;
}

.atf-login__top p {
	font-size: 16px;
}

.atf-login__input {
	position: relative;
}

.atf-login__input-wrapper {
	margin-bottom: 14px;
}

.atf-login__input input {
	background: var(--thm-white);
	border: 1px solid #EAEAEF;
	padding-left: 55px;
	/* padding-right: 50px; */
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.atf-login__input input:focus {
	border-color: var(--thm-color);
}

.atf-login__input span {
	position: absolute;
	top: 50%;
	left: 27px;
	-webkit-transform: translateY(calc(-50% - 3px));
	-moz-transform: translateY(calc(-50% - 3px));
	-ms-transform: translateY(calc(-50% - 3px));
	-o-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item {
	position: relative;
}

.atf-login__input-item:not(:last-child) {
	margin-bottom: 20px;
}

.atf-login__input-item>span {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(calc(-50% - 3px));
	-moz-transform: translateY(calc(-50% - 3px));
	-ms-transform: translateY(calc(-50% - 3px));
	-o-transform: translateY(calc(-50% - 3px));
	transform: translateY(calc(-50% - 3px));
}

.atf-login__input-item>span:hover {
	cursor: pointer;
}

.atf-login__remember input[type=checkbox],
.atf-login__remember input[type=radio] {
	display: none;
}

.atf-login__remember input[type=checkbox]:checked~label::after,
.atf-login__remember input[type=radio]:checked~label::after {
	background-color: transparent;
	border-color: var(--thm-color);
}

.atf-login__remember input[type=checkbox]:checked~label::before,
.atf-login__remember input[type=radio]:checked~label::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.atf-login__remember label {
	font-size: 14px;
	position: relative;
	padding-left: 30px;
}

.atf-login__remember label::after,
.atf-login__remember label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: var(--thm-white);
	border: 1px solid #EAEAEF;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.atf-login__remember label::before {
	width: 14px;
	height: 14px;
	background-color: var(--thm-color);
	left: 3px;
	top: 5px;
	right: 3px;
	bottom: 3px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.atf-login__remember label:hover {
	cursor: pointer;
}

.atf-login__forgot a {
	font-size: 14px;
	color: var(--thm-color);
	text-transform: capitalize;
}

.atf-login__forgot a:hover {
	color: var(--thm-color);
}

.atf-login__btn {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.atf-login__social-header {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.02em;
	color: var(--thm-black);
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 25px;
}

.atf-login__social-header::after,
.atf-login__social-header::before {
	position: absolute;
	content: "";
	left: 100%;
	top: 10px;
	width: 30px;
	height: 1px;
	background-color: var(--thm-black);
}

.atf-login__social-header::before {
	left: auto;
	right: 100%;
}

.atf-login__social-item a {
	display: inline-block;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 14px;
	background: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	margin-bottom: 20px;
	margin-right: 10px;
}

@media (max-width: 575px) {
	.atf-login__social-item a {
		width: 100%;
		margin-right: 0;
	}

	.atf-login__title {
		font-size: 25px;
	}
}

.atf-login__social-item a:last-child {
	margin-right: 0;
}

.atf-login__social-item a .login-social-icon {
	margin-right: 3px;
}

.atf-login__social-item a .login-social-icon svg {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.atf-login__social-item a:hover {
	border-color: var(--tp-theme-1);
}

.atf-login__register-now {
	text-align: center;
}

.atf-login__register-now p {
	font-size: 14px;
	margin-bottom: 0;
}

.atf-login__register-now p a {
	color: var(--thm-black);
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
}

.atf-login__register-now p a:hover {
	color: var(--thm-color);
}

/** 
	---------------------------
	about  start
	---------------------------
**/
.about-tab {
	width: 100%;
	/* height: 60px; */
}

.about-tab .container {
	display: flex;
}

.about-tab .about-tab-text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	width: 33.33%;
	font-weight: 600;
	font-size: 15px;
	color: var(--thm-black);
	letter-spacing: 2px;
	text-align: center;
	padding-top: 27px;
}

.about-tab .about-tab-text span {
	cursor: pointer;
}

.about-tab .about-tab-text .active {
	display: inline-block;
	color: #1F64FF;
	border-bottom: 2px solid #1F64FF;
	padding: 0 8px 8px;
}

.company-profile {
	border-top: 2px solid #C9C9C9;
}

.company-profile .company-profile-view.atf-size-414 {
	height: 414px;
}

.company-profile .company-profile-view .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 86px;
}

.company-profile-title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	position: relative;
	font-weight: 600;
	font-size: 36px;
	color: #0C234A;
	letter-spacing: 1px;
	padding: 0 15px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	opacity: 0;
	animation: fadeIn 1.5s ease-out forwards;
}

.company-profile-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 9px;
	width: 100%;
	height: 13px;
	background: rgba(180, 217, 255, 0.4);
}

.company-profile .container .company-profile-text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	max-width: 889px;
	font-weight: 400;
	font-size: 15px;
	padding-top: 48px;
}

.company-profile .container .company-profile-text p {
	color: var(--thm-black1);
}

@keyframes slide-up-shake {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.slide-up-shake-animation {
	/* animation: slide-up-shake 2.5s ease-out; */
	animation: fadeInUp 2s ease-in-out;
}

.company-profile .focus-areas-view .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.company-profile .focus-areas-view {
	padding-top: 80px;
	padding-bottom: 80px;
}

.company-profile .focus-areas-view .container .row {
	width: 100%;
	padding-top: 50px;
}

.company-profile .focus-areas-view .container .row .col-lg-3 {
	padding: 0 12px !important;
}

.focus-areas-bg {
	position: relative;
	width: 100%;
	height: 171px;
	box-shadow: -8px -8px 20px 0px #FFFFFF, 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
	border-radius: 4px 4px 4px 4px;
	border: 2px solid #FFFFFF;
}

/* 从上往下掉落抖动效果 */
@keyframes dropAndShake {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	20% {
		transform: translateY(0);
		opacity: 1;
	}

	30% {
		transform: translateY(-10px);
	}

	40% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

/* 从右往左进入效果 */
@keyframes slideInFromRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/* 应用动画到相应的类 */
.focus-areas-bg.animate,
.focus-areas-title.animate,
.focus-areas-text.animate {
	animation: dropAndShake 3s ease-in-out forwards;
}

.image-icon.animate img {
	animation: slideInFromRight 2s ease-in-out forwards;
}

.atf-size-171 {
	height: 171px;
}

.focus-areas-bg .focus-areas-title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 20px;
	color: #131415;
	padding-top: 30px;
	padding-left: 30px;
}

.focus-areas-bg .focus-areas-text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	/* width: 225px; */
	font-weight: 400;
	font-size: 15px;
	color: #79869E;
	padding-top: 13px;
	padding-left: 30px;
	padding-right: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.focus-areas-bg .image-icon {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
}

.contact-us {
	border-top: 2px solid #C9C9C9;
}

.contact-us .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 48px;
	padding-bottom: 50px;
}

.contact-us .container .map {
	width: 100%;
	height: 517px;
	margin-top: 24px;
}

/* 定义 .map 从中间往外显示的动画 */
@keyframes mapExpand {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.contact-us .container .map {
	animation: mapExpand 2s ease-in-out;
}

.contact-us .container .contact-us-content {
	margin-bottom: 30px;
	padding-left: 70px;
	margin-top: 48px;
}

/* 定义 .contact-us-content 和 .contact-us-qrcode 从上往下显示的动画 */
@keyframes slideDown {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.contact-us .container .contact-us-content {
	animation: slideDown 2s ease-in-out;
}

.contact-us .container .contact-us-content .p1 {
	font-weight: 400;
	font-size: 15px;
	color: var(--thm-black1);
}

.contact-us .container .contact-us-content .p1 img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.contact-us .container .contact-us-content .p2 {
	font-weight: 600;
	font-size: 20px;
	color: var(--thm-black1);
}

.contact-us .container .contact-us-qrcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 26px;
}

.contact-us .container .contact-us-qrcode {
	animation: slideDown 2s ease-in-out;
}

.contact-us .container .contact-us-qrcode .QRcode {
	width: 241px;
	height: 241px;
}

.contact-us .container .contact-us-qrcode span {
	font-weight: 400;
	font-size: 20px;
	color: var(--thm-black1);
}

.join-us {
	border-top: 2px solid #C9C9C9;
}

.join-us .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 48px;
	padding-bottom: 50px;
}

.join-us .container .title {
	margin-bottom: 32px;
}

.join-us .container .joinView {
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
}

/* 定义从左往右显示的动画 */
@keyframes slideFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* 应用从左往右显示动画的类 */
.slide-in {
	animation: slideFromLeft 1s ease-in-out;
}

.joinView .join-title {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 20px;
	color: var(--thm-black1);
	position: relative;
	margin-top: 24px;
	margin-bottom: 32px;
}

.joinView .join-title::before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 20px;
	background: #1F64FF;
	margin-right: 4px;
	vertical-align: middle;
}

.joinView h6 {
	font-size: 18px;
	color: var(--thm-black1);
	margin-bottom: 16px;
}

.joinView ul {
	margin-bottom: 24px;
	margin-left: 11px;
}

.joinView ul li::before {
	display: inline-block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 12px;
	vertical-align: middle;
	background: #1F64FF;
}

/**
	---------------------------
	about end
	---------------------------
**/

/**
	---------------------------
	index start
	---------------------------
**/
.banner {
	width: 100%;
	height: 799px;
}

.banner .bannerSwiper .swiper-slide {
	width: 100%;
	height: 799px;
	background-size: 100% 100%;
	background-position: center center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	width: 100% !important;
}

.banner .bannerSwiper .swiper-pagination-bullet-active {
	width: 60px;
	height: 6px;
	border-radius: 3px;
}

.banner .banner-view {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	color: var(--thm-black);
}

.banner .banner-view h1 {
	font-size: 48px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	padding-top: 299px;
}

.banner .banner-view h6 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 30px;
}

.banner .banner-view p {
	font-weight: 400;
	font-size: 15px;
	color: #79869E;
	line-height: 30px;
	margin-top: 30px;
}

.function {
	margin: 72px 0;
}

.function .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.function .container .row {
	width: 100%;
	margin-top: 48px;
}

.function .container .function_view {
	position: relative;
	height: 237px;
	margin-bottom: 45px;
	border-radius: 8px;
	padding: 32px 24px;
}

.function .container .function_view .title1 {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 30px;
	color: var(--thm-white);
	background: rgba(0, 0, 0, 0.63);
	padding-left: 24px;
	border-radius: 0 0 8px 8px;
}

.function .container .function_view:hover {
	background-image: url(../img/home/mask.png) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	transition: background-size 1s ease;
	z-index: 10;
}

.function .container .function_view:hover .title1 {
	display: none;
}

.function .container .function_view:hover .mask {
	display: block;
	animation: fadeInDown 1s ease;
	/* 文字从上往下掉落效果 */
}

.function .container .function_view:hover .mask .button {
	animation: fadeInUp 1s ease-in-out;
	/* 按钮从下往上升效果 */
}

/* 定义动画 */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mask {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	font-family: Microsoft YaHei, Microsoft YaHei;
	color: var(--thm-white);
}

.mask .title2 {
	font-weight: 600;
	font-size: 30px;
}

.mask .text {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.mask .button {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 43px;
	line-height: 43px;
	background-color: #1F64FF;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

.software-hardware {
	padding: 72px 0 96px;
	background-color: #EFF8FF;
}

.software-hardware {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mySwiper {
	margin-top: 48px;
	margin-bottom: 56px;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 4px rgba(145, 203, 255, 0.61);
}

.mySwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 422px;
	height: 614px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--thm-white);
	padding: 80px 46px;
	flex-shrink: 0;
}

.mySwiper .swiper-slide1 {
	padding: 0;
}

.mySwiper .swiper-slide .title {
	font-weight: 600;
	font-size: 29px;
	color: #131415;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.mySwiper .swiper-slide1 .title {
	padding-top: 56px;
}

.mySwiper .swiper-slide .text,
.text1 {
	height: 50px;
	font-size: 15px;
	color: #79869E;
	margin-top: 16px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.mySwiper .swiper-slide .text1 {
	height: 100px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.mySwiper .swiper-slide1 .text1 {
	padding: 0 46px;
}

.mySwiper .swiper-slide .button {
	width: 150px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	font-weight: 600;
	color: var(--thm-white);
	text-align: center;
	background: rgba(31, 100, 255, 0.40);
	border-radius: 4px;
	margin-top: 27px;
	margin-bottom: 68px;
	cursor: pointer;
}

.mySwiper .swiper-slide .img {
	width: 100%;
	height: 207px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
}

.mySwiper .swiper-slide1 .imgView {
	width: 100%;
	padding: 0 17px 20px;
}

.mySwiper .swiper-slide1 .imgView .img {
	height: 238px;
}

.swiper-handle {
	display: flex;
}

.swiper-handle .handle {
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.ecology {
	display: flex;
	justify-content: center;
}

.ecology div {
	width: 300px;
	height: 170px;
	background-color: var(--thm-white);
	padding: 16px;
	margin-top: 38px;
}

.ecology div img {
	width: 100%;
	height: 100%;
}

.more_case {
	height: 366px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.more_case .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.more_case .title {
	font-weight: normal;
	font-size: 48px;
	color: var(--thm-white);
}

.more_case .btn {
	font-weight: 600;
	font-size: 26px;
	color: #5365EA;
	background-color: var(--thm-white);
	padding: 9px 72px;
	margin-top: 32px;
	cursor: pointer;
}


/**
	solution
**/
.solution-banner {
	width: 100%;
	height: 434px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.solution-banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.solution-banner .banner-view h1 {
	font-weight: normal;
	font-size: 48px;
	color: #0C234A;
	animation: slideDown 2s ease-out forwards;
	opacity: 0;
	transform: translateY(-50px);
}

.solution-banner .banner-view div {
	font-size: 20px;
	color: #77787A;
	margin-top: 38px;
	animation: slideUp 1s ease-out forwards;
	opacity: 0;
	transform: translateY(50px);
	animation-delay: 1s;
}

@keyframes slideDown {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.solution-tab {
	display: flex;
	justify-content: center;
	box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.1);
}

.solution-tab .container {
	display: flex;
	height: 80px;
	line-height: 80px;
	background-color: var(--thm-white);
}

.solution-tab .container div {
	width: 25%;
	font-weight: 600;
	font-size: 30px;
	color: #0C234A;
	text-align: center;
	cursor: pointer;
}

.solution-tab .container .active {
	color: var(--thm-white);
	background-color: #1F64FF;
}

.analysis .container {
	padding: 80px 0;
}

.base-title {
	position: relative;
}

.base-title span {
	font-family: Microsoft YaHei, Microsoft YaHei;
	position: relative;
	display: inline-block;
	/* width: 150px; */
	font-weight: 600;
	font-size: 36px;
	color: #0C234A;
	letter-spacing: 1px;
	z-index: 2;
}

@keyframes baseSlideUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.base-slide-up {
	opacity: 0;
	animation: baseSlideUp 1.5s ease-out forwards;
}


.base-title i {
	position: absolute;
	left: -2px;
	bottom: 0;
	width: 100%;
	height: 13px;
	background: rgba(180, 217, 255, 0.4);
	z-index: 1;
}

.analysis .container .row {
	margin-top: 48px;
}

.analysisView {
	display: flex;
	height: 226px;
	background: var(--thm-white);
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-bottom: 24px;
}

@keyframes infoDropAndShake {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}

	60% {
		transform: translateY(10px);
		opacity: 1;
	}

	70% {
		transform: translateY(-8px);
	}

	80% {
		transform: translateY(5px);
	}

	90% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes riseUp {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.publicize-img {
	width: 240px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: riseUp 1.5s ease-out forwards;
}

.publicize-info {
	width: calc(100% - 240px);
	padding: 59px 35px 0 32px;
	animation: infoDropAndShake 1.5s ease-out forwards;
}

.publicize-info h5 {
	font-weight: 600;
	font-size: 22px;
	color: #0C234A;
}

.publicize-info .text {
	font-size: 15px;
	color: #79869E;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

/* 文本缓慢显示动画 */
@keyframes fadeInSlow {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.solution {
	width: 100%;
	height: 618px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.solution .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solution .banner-view h1 {
	font-weight: 600;
	font-size: 36px;
	color: #0C234A;
	line-height: 51px;
	letter-spacing: 1px;
}

.solution .banner-view .text {
	width: 444px;
	font-weight: 400;
	font-size: 15px;
	color: #797979;
	line-height: 2;
	margin-top: 30px;
	animation: fadeInSlow 1.5s ease-out forwards;
}

.case {
	width: 100%;
	height: 606px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 64px;
}

.case .container {
	position: relative;
	height: 100%;
}

.case .container .caseBanner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.case .container .caseBanner .case-Swiper {
	height: 100%;
	margin-top: 40px;
}

.case .container .case-banner {
	display: flex;
	width: 100%;
	height: calc(100% - 40px);
}

.case .container .case-banner .swiper-pagination {
	display: flex;
	width: 200px;
	height: 50px;
	line-height: 50px;
}

.case .container .case-banner .swiper-pagination .swiper-pagination-current {
	font-size: 40px;
	color: #131415;
	font-family: DIN-RegularItalic;
	line-height: 30px;
}

.case .container .case-banner .swiper-pagination span {
	margin: 0 5px;
}

.case .container .case-banner .swiper-pagination .swiper-pagination-total {
	font-size: 20px;
	color: #555f72;
	font-family: DIN-RegularItalic;
}

.case .container .case-banner .swiper-pagination .swiper-button-next::after {
	font-size: 16px;
}

.case .container .case-banner .swiper-pagination .swiper-button-next {
	right: 90px;
}

.case .container .case-banner .swiper-pagination .swiper-button-prev {
	left: 60px;
}

.case .container .case-banner .swiper-pagination .swiper-button-prev::after {
	font-size: 16px;
}

@keyframes caseFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.case .container .case-banner .case-recommend {
	position: absolute;
	top: 50px;
	left: 0;
	width: 330px;
	height: 400px;
	padding: 40px 30px;
	background-color: var(--thm-white);
	z-index: 3;
	/* display: block; */
	opacity: 0;
	animation: caseFadeIn 1s ease-in-out forwards;
}

.case .container .case-banner .case-recommend .line {
	width: 30px;
	height: 2px;
	margin-bottom: 20px;
	background-color: #005fc1;
}

.case .container .case-banner .case-recommend .title {
	font-size: 20px;
	color: #131415;
	font-weight: bold;
	margin-bottom: 20px;
}

.case .container .case-banner .case-recommend .desc {
	font-size: 15px;
	color: #9ba4b5;
}

.case .container .case-banner .img {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 300px);
	height: 500px;
	z-index: 2;
}

/* .case .row {
	height: 100%;
	margin-top: 73px;
}

/* 从左往右进入动画 */
/* @keyframes slideInFromL {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
} */

/* 从右往左进入动画 */
/* @keyframes slideInFromR {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
} */

/* .case .row-l {
	width: 100%;
	height: 256px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 120px;
	animation: slideInFromL 1s ease-out forwards;
}

.case .row-r {
	margin-bottom: 120px;
	animation: slideInFromR 1s ease-out forwards;
} */

/* .case .case-info {
	position: relative;
} */

/* .case .case-info h2 {
	font-weight: 600;
	font-size: 30px;
	color: #131415;
} */

/* .case .case-info .text {
	width: 100%;
	height: 163px;
	font-size: 15px;
	color: #79869E;
	background: var(--thm-white);
	margin-top: 53px;
	padding: 24px;
	box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.15);
	border-radius: 8px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	box-sizing: border-box;
} */

/* .case .case-info .case-img {
	position: absolute;
	left: 24px;
	top: 54px;
	width: 59px;
	height: 59px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../assets/img/solution/12.png);
} */

/**
	---------------------------
	customer start
	---------------------------
**/

.customer-banner {
	width: 100%;
	height: 434px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.customer-banner .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.customer-banner .banner-view h1 {
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: normal;
	font-size: 48px;
	color: #0C234A;
	animation: slideDown 2s ease-out forwards;
	opacity: 0;
	transform: translateY(-50px);
}

.customer-banner .banner-view div {
	font-size: 20px;
	color: #77787A;
	margin-top: 38px;
	animation: slideUp 1s ease-out forwards;
	opacity: 0;
	transform: translateY(50px);
	animation-delay: 1s;
}

@keyframes slideDown {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.product .product-img {
	width: 832px;
	height: 532px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 38px;
}

.enterprise {
	width: 100%;
	height: 100%;
	padding: 80px 0;
}

.enterprise .row {
	margin-top: 32px;
}

.enterprise .row-l {
	width: 100%;
	height: 387px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	margin-bottom: 32px;
	animation: slideInFromL 1s ease-out forwards;
}

.enterprise .row-r {
	height: 387px;
	font-size: 20px;
	color: #79869E;
	animation: slideInFromR 1s ease-out forwards;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
	overflow: hidden;
	box-sizing: border-box;
}

.project {
	width: 100%;
	height: 494px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.project .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 74px;
	padding-bottom: 67px;
}

.project .row div {
	font-size: 20px;
	color: #79869E;
	margin-top: 32px;
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.project .row div.show {
	opacity: 1;
	transform: translateY(0);
}

.income {
	width: 100%;
	height: 100%;
	padding: 80px 0;
}

.income .row {
	margin-top: 32px;
}

.income .row .text {
	font-size: 20px;
	color: #79869E;
}

.income .row .income-img {
	width: 100%;
	height: 686px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 32px;
}

.income .serviceArea .income-video {
	width: 100%;
	height: 533px;
	margin-top: 32px;
}

.income .serviceArea .serviceArea-img1 {
	width: 100%;
	height: 800px;
	margin-top: 32px;
}

.income .serviceArea .serviceArea-img2 {
	width: 100%;
	height: 675px;
	margin-top: 32px;
}


/**
	---------------------------
	hardware end
	---------------------------
**/
.introduce {
	padding-top: 80px;
}

.introduce .container {
	display: flex;
	flex-direction: column;
}

.w150 {
	width: 150px;
}

.introduce #case-description {
	font-size: 20px;
	color: #797979;
	margin-top: 30px;
	animation: hardwareUp 1s ease-out forwards;
	opacity: 0;
	transform: translateY(50px);
	animation-delay: 1s;
}

@keyframes hardwareUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.parameter {
	width: 100%;
	height: 100%;
	padding: 80px 0;
}

.parameter .row {
	margin-top: 32px;
}

.parameter .row-l {
	width: 100%;
	height: 387px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	margin-bottom: 32px;
	animation: slideInFromL 1s ease-out forwards;
}

.parameter .row-r {
	width: 100%;
	height: 387px;
	font-size: 20px;
	color: #79869E;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	animation: slideInFromR 1s ease-out forwards;
}

.feature {
	width: 100%;
	height: 100%;
	padding: 80px 0;
}

.feature .row {
	margin-top: 32px;
}

.feature .row .text {
	font-size: 20px;
	color: #79869E;
}