*, dl, ol, ul {
	margin: 0;
	padding: 0
}
body, p {
	color: var(--atf-text-body)
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
.transition-3, a, button, input, li, p, select, textarea {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}
:root {
--atf-ff-body:"Manrope", sans-serif;
--atf-ff-heading:"Urbanist", sans-serif;
--atf-ff-fontawesome:"Font Awesome 6 Free";
--atf-thm-white:#ffffff;
--atf-thm-black:#333333;
--atf-thm-color:#002fc4;
--atf-thm-base:#162557;
--atf-grey-1:#f9f9f9;
--atf-grey-2:#f5f5f5;
--atf-grey-3:#f6f6f6;
--atf-text-body:#77726e;
--atf-border-1:#dddddd
}
body {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--atf-ff-body);
	letter-spacing: -.01em
}
.atf-hero-content .title, .atf-section-title .title, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: var(--atf-ff-heading)
}
.m-img img, img {
	max-width: 100%
}
a {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.2;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
	color: var(--atf-thm-black)
}
h1 {
	font-size: 40px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 28px
}
h4 {
	font-size: 20px;
	font-weight: 900
}
@media only screen and (max-width:1200px) {
h4 {
	font-size: 18px
}
}
h5 {
	font-size: 20px
}
h6 {
	font-size: 16px
}
p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 34px;
	font-family: var(--atf-ff-body)
}
dl, ol, ul {
	list-style: none
}
a:focus, a:hover, a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}
.button:focus, a:focus {
	text-decoration: none;
	outline: 0
}
a, button {
	color: inherit;
	outline: 0;
	border: none;
	background: 0 0
}
button:hover {
	cursor: pointer
}
button:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase
}
.capitalize {
	text-transform: capitalize
}
::-moz-selection {
background:var(--atf-thm-color);
color:var(--atf-thm-white);
text-shadow:none
}
::selection {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	text-shadow: none
}
::-moz-placeholder {
color:var(--atf-thm-color);
font-size:14px;
opacity:1
}
::placeholder {
color:var(--atf-thm-color);
font-size:14px;
opacity:1
}



/*单行文本省略号*/
.More1HangSLH{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/*多行文本省略号 2行*/
.More2HangSLH{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  }
  
.More3HangSLH{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  }

/*分页*/
.page_info{text-align:center;margin-top:35px;margin-bottom:15px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}

.page_list{height:30px;line-height:28px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:16px;}
.page_list a{display:inline-block;color:#ffffff;border:1px solid #00249e;background:#00249e;text-align:center;padding:0 8px;margin:0 1px;font-family:'STSong';}
.page_list a:hover{color:#fff;border:1px solid #00249e;background:#00249e;}
.page_list a.on{color:#ffffff;border:1px solid #ffa437;background:#ffa437;}

.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

/*内页标题路径位置*/
.cy_ny_bt_path h2 {
	border-left:var(--atf-thm-color) 10px solid;
	padding-left:8px;
}
.cy_ny_bt_pathwz{font-size:16px; line-height:45px;}

/*20260610 内页正文样式*/
.cy_n_r_nr{font-size: 16px; line-height: 32px;}
.cy_n_r_nr img{max-width: 100%;}

/*20260611 内页新闻内容样式*/
.cy_n_n_nr{font-size:18px;line-height:34px;border-bottom: #efefef 1px solid; margin-top:30px; margin-bottom:10px;}
.cy_n_n_nr img{max-width: 100%;} 
.cy_n_n_nr p{margin-bottom:15px;font-size:18px;line-height:34px;}

.cy_n_n_nr_bt{font-weight:600; font-size:30px; line-height:40px; text-align: center;margin-top:40px;margin-bottom:20px;}

.cy_n_n_nr_mei{border-bottom: #efefef 1px solid; text-align: center;}
.cy_n_n_nr_mei span{font-size: 14px; line-height:40px; color: #666;text-align: center;margin: 0px 50px;}
.cy_n_n_nr_updown{font-size: 18px; line-height:38px; color: #333333;}

/*单篇内容页*/
.cy_n_nr_news_zw{font-size:18px;line-height:34px; padding:20px;}
.cy_n_nr_news_zw h2{font-size:20px;line-height:34px;}
.cy_n_nr_news_zw p{margin-bottom:15px;font-size:18px;line-height:34px;}


.atf-hero-content .sub-title, .atf-section-title .sub-title, .atf-themes-btn {
	outline-offset: -5px;
	font-size: 18px;
	display: inline-block;
	text-transform: capitalize
}
#hotdeal, .atf-cover-bg, .z-index-1 {
	position: relative;
	z-index: 1
}
.read:hover::before, .w-img img {
	width: 100%
}
.fix {
	overflow: hidden
}
.clear {
	clear: both
}
.z-index-2 {
	z-index: 2
}
.z-index-3 {
	z-index: 3
}
.z-index-4 {
	z-index: 4
}
.z-index-5 {
	z-index: 5
}
.z-index-6 {
	z-index: 6
}
.z-index-7 {
	z-index: 7
}
.z-index-8 {
	z-index: 8
}
.z-index-9 {
	z-index: 9
}
.z-index-10 {
	z-index: 10
}
.gx-10 {
--bs-gutter-x:10px
}
.gx-20 {
--bs-gutter-x:20px
}
.gx-30 {
--bs-gutter-x:30px
}
.gx-40 {
--bs-gutter-x:40px
}
.gx-45 {
--bs-gutter-x:45px
}
.gx-50 {
--bs-gutter-x:50px
}
.gx-60 {
--bs-gutter-x:60px
}
.gx-70 {
--bs-gutter-x:70px
}
.gx-80 {
--bs-gutter-x:80px
}
.gx-90 {
--bs-gutter-x:90px
}
.gx-100 {
--bs-gutter-x:100px
}
.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible
}
.atf-cart-icon, .atf-footer-area .atf-single-footer, .atf-hamburger-menu ul li, .atf-single-newsletter, .error-search-input, .p-relative, .sidebar-search-input, .sinlge_post .post-img {
	position: relative
}
.p-absolute {
	position: absolute
}
.atf_attach_bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden
}
.atf-black-bg {
	background-color: #150035
}
.gray-bg-1 {
	background-color: #f9f9f9
}
.gray-bg-2 {
	background-color: #f5f5f5
}
.gray-bg-3 {
	background-color: #f6f9ff
}
.atf-preloader {
	background: var(--atf-thm-black);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999
}
.atf-themes-btn, .loader {
	position: relative;
	overflow: hidden
}
.loader {
	width: 96px;
	height: 48px;
	border-radius: 48px 48px 0 0;
	top: 50%;
	left: 50%;
	background: var(--atf-thm-white);
	margin: -40px 0 0 -40px;
	text-indent: -12345px;
	z-index: 10000
}
.loader:after, .loader:before {
	content: "";
	background: var(--atf-thm-color);
	width: 24px;
	height: 12px;
	border-radius: 24px 24px 0 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0
}
.loader:after {
	width: 4px;
	height: 32px;
	border-radius: 0;
	transform-origin: 50% 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: 2s linear infinite alternate animate
}
@keyframes animate {
0% {
transform:rotate(-70deg)
}
10% {
transform:rotate(-40deg)
}
20%, 35%, 45% {
transform:rotate(-10deg)
}
30%, 40% {
transform:rotate(-30deg)
}
50%, 60% {
transform:rotate(20deg)
}
55%, 65%, 75% {
transform:rotate(40deg)
}
70% {
transform:rotate(45deg)
}
85%, 90% {
transform:rotate(50deg)
}
95% {
transform:rotate(75deg)
}
100%, 93% {
transform:rotate(70deg)
}
}
.atf-themes-btn {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	font-weight: 600;
	padding: 10px 14px;
	border-radius: 6px 12px;
	border: 2px solid var(--atf-thm-black);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	outline: 2px solid var(--atf-thm-white)
}

.atf-themes-btn-more {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	font-size: 13px;
	font-weight: normal;
	padding: 0px 10px;
	border-radius: 0px 10px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.atf-hamburger-social a:hover, .atf-themes-btn:hover, .blogpost-details-social a:hover {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color)
}
.atf-themes-btn:before {
	content: "";
	background-color: var(--atf-thm-base);
	width: 100px;
	height: 120%;
	transform: translate(-150%, -50%) skewX(30deg);
	position: absolute;
	top: 50%;
	transition: .5s
}
.atf-themes-btn:hover:before {
	transform: translate(150%, -50%) skewX(30deg);
	transition-delay: 0.1s
}
.atf-section-title{
	margin-bottom: 50px;
}

.atf-section-title-40{
	margin-bottom: 40px;
}

.atf-section-title-30{
	margin-bottom: 30px;
}

.atf-section-title-20{
	margin-bottom: 20px;
}
.atf-section-title-10 {
	margin-bottom: 10px;
}

.atf-hero-content .sub-title, .atf-section-title .sub-title {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 5px;
	padding: 8px 15px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-style: italic
}
.atf-hero-content .sub-title i, .atf-section-title .sub-title i, .atf-slider-content .sub-title i {
	margin-right: 5px;
	font-size: 15px
}
.atf-section-title .title {
	color: var(--atf-thm-black)
}
.atf-section-padding {
	padding-top: 50px;
	padding-bottom: 50px
}

.atf-section-padding-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.atf-section-padding-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.atf-section-padding-20 {
	padding-top: 20px;
	padding-bottom: 20px
}



.border-left {
	border-left: 3px solid var(--atf-thm-color)
}
.back-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 3%;
	top: 84%;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	right: 3%;
	top: 85%;
	background: var(--atf-thm-color);
	box-shadow: 0 0 10px rgb(0 0 0 / 31%);
	z-index: 4;
	width: 50px;
	text-align: center;
	height: 50px;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s
}
.atf-hamburger, .atf-main-menu>nav>ul>li .sub-menu {
	background: var(--atf-thm-white);
	visibility: hidden
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px
	color:#ffffff;
}
@-webkit-keyframes bounce {
0%, to {
transform:translateY(5%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
50% {
transform:translateY(0);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
}
@keyframes bounce {
0%, to {
transform:translateY(5%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
50% {
transform:translateY(0);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
}
@-webkit-keyframes pulse {
0% {
border-color:#48e9d1;
box-shadow:0 0 rgba(72,233,209,.66)
}
70%, to {
border-color:#48e9d1;
box-shadow:0 0 0 10px rgba(72,233,209,0)
}
}
@keyframes pulse {
0% {
border-color:#48e9d1;
box-shadow:0 0 rgba(72,233,209,.66)
}
70%, to {
border-color:#48e9d1;
box-shadow:0 0 0 10px rgba(72,233,209,0)
}
}
.atf-top-header {
	position: relative;
	z-index: 1;
	padding: 12px 0;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: .4s;
	background-color: var(--atf-thm-white);
	overflow: hidden;
	border-bottom: 1px solid #ddd
}
.atf-top-header .atf-header-top-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: .4s
}
.atf-header-address-icon {
	margin-right: 15px;
	font-size: 48px;
	color: var(--atf-thm-color);
	border-radius: 5px
}
.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call, .atf-main-menu>nav>ul>li>a, .atf-site-header.atf-style1.atf-sticky-active .atf-main-menu.landing-page>nav>ul>li>a, .form-message {
	color: var(--atf-thm-black)
}
.atf-site-header.atf-style1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: .3s;
	background-color: transparent
}
.atf-site-header.atf-style1.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 990;
	visibility: visible;
	color: var(--atf-thm-black);
	background-color: var(--atf-thm-white);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: 0 8px 24px rgba(149,157,165,.2);
	-webkit-animation: .95s forwards stickyDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-moz-animation: .95s forwards stickyDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-o-animation: .95s forwards stickyDown;
	animation: .95s forwards stickyDown
}
@keyframes stickyDown {
0% {
margin-top:-150px
}
100% {
margin-top:0
}
}
.atf-site-branding img {
	max-width: 150px;
	height: auto
}
.atf-site-branding {
	font-size: 2rem
}
.atf-main-menu nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s ease-out
}
.atf-main-menu>nav>ul>li .sub-menu li>a::before, .atf-main-menu>nav>ul>li>a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.atf-course-inner-title h4:hover, .atf-hamburger-close-toggle:hover, .atf-hamburger-menu ul li.active>a, .atf-hamburger-menu ul li>a:hover, .atf-main-menu>nav>ul>li>a:active, .atf-main-menu>nav>ul>li>a:focus, .atf-main-menu>nav>ul>li>a:hover, .atf-search-form button[type=submit]:hover, .atf-single-skill .title a:hover, .breadcrumb-single-content span a:hover, .lp-post-title:hover, .read:hover, .sidebar-widget-content ul li a:hover, .sinlge_post .post-bar li a:hover, .sinlge_post .post-title a:hover, .testimonial .testimonial-rating li.fa-star, .testimonial-icon i {
	color: var(--atf-thm-color)
}
.atf-main-menu>nav>ul>li {
	position: relative;
	display: inline-block;
	margin-right: 40px
}
.atf-main-menu>nav>ul>li:last-child {
	margin-right: 0!important
}
.atf-main-menu>nav>ul>li>a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: 36px 0;
	display: block;
	text-transform: capitalize;
	transition: .3s ease-out;
	text-transform: capitalize
}
.atf-main-menu>nav>ul>li .sub-menu {
	position: absolute;
	top: 80%;
	left: 0;
	padding: 10px 0;
	display: block;
	min-width: 220px;
	transform: scaleY(0);
	transform-origin: top center;
	border-top: 5px solid var(--atf-thm-color);
	box-shadow: 0 10px 30px 0 rgba(25,25,26,.1);
	z-index: 6;
	transition: .3s ease-out
}
.atf-main-menu>nav>ul>li:hover>.sub-menu {
	transform: scaleY(1);
	visibility: visible
}
.atf-main-menu>nav>ul>li .sub-menu li, .sidebar-widget-content ul li {
	position: relative;
	display: block
}
.atf-main-menu>nav>ul>li .sub-menu li>a {
	font-weight: 500;
	padding: 3px 20px;
	display: block;
	transition: .3s ease-out;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font-size: 16px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.atf-main-menu>nav>ul>li .sub-menu li:hover>a {
	padding-left: 40px;
	color: var(--atf-thm-color)
}
.atf-main-menu>nav>ul>li .sub-menu li>a::before {
	position: absolute;
	width: 0;
	height: 10px;
	top: 50%;
	left: 20px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	background: var(--atf-thm-color);
	transition: .3s ease-out;
	border-radius: 50%
}
.atf-main-menu>nav>ul>li .sub-menu li:hover>a::before {
	width: 10px;
	opacity: 1;
	visibility: visible
}
.atf-main-menu>nav>ul>li .arrow {
	border: 1px solid var(--atf-thm-black);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	margin: 0 0 1px 2px
}
.atf-main-menu>nav>ul>li .down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}
.atf-main-menu>nav>ul>li:hover .arrow.down {
	transform: rotate(230deg);
	border: 1px solid var(--atf-thm-color);
	border-width: 0 2px 2px 0
}
.atf-main-menu-bars button {
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	transition: .3s
}
.atf-hamburger, .atf-menu-close {
	-webkit-transition: .3s ease-out .3s;
	-moz-transition: .3s ease-out .3s;
	-ms-transition: .3s ease-out .3s;
	-o-transition: .3s ease-out .3s;
	right: 0
}
.atf-hamburger {
	position: fixed;
	width: 500px;
	top: 0;
	padding: 50px 40px;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: .3s ease-out .3s;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	z-index: 1088
}
@media only screen and (max-width:574px) {
.atf-hamburger {
	width: 100%!important;
	padding: 35px 30px
}
}
@media only screen and (max-width:400px) {
.atf-hamburger {
	width: 100%!important;
	padding: 35px 30px
}
}
.atf-hamburger-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.atf-hamburger-close-toggle {
	font-size: 30px;
	color: var(--atf-text-body)
}
@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width:575px) {
.atf-hamburger-header {
	margin-bottom: 40px;
	border-bottom: 1px solid var(--atf-border-1);
	padding-bottom: 30px
}
}
.atf-hero-content, .atf-slider-content {
	padding-top: 220px;
	padding-bottom: 220px
}
.atf-hamburger-title {
	font-size: 35px
}
.atf-hamburger-info span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	color: var(--atf-thm-black)
}
.atf-hamburger-sm-title {
	font-size: 25px;
	margin-bottom: 15px
}
.atf-hamburger-social a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	display: inline-block;
	color: var(--atf-thm-black);
	border: 1px solid rgba(2,11,24,.1);
	margin-right: 5px;
	transition: .3s ease-out
}
.atf-hamburger-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: .45s ease-in-out;
	background: rgba(24,24,24,.4)
}
.atf-hamburger-overlay-open {
	opacity: .7;
	visibility: visible
}
.atf-hamburger-menu ul, .blogpost-comment ul li {
	list-style: none
}
.atf-hamburger-menu ul li>a {
	padding: 8px 0;
	display: block;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}
.atf-hamburger-menu ul li:not(:last-child)>a {
	border-bottom: 1px solid rgba(1,15,28,.1)
}
.atf-hamburger-menu ul li.active>.atf-menu-close {
	color: var(--atf-thm-black);
	border-color: var(--atf-thm-color)
}
.atf-hamburger-menu ul li.active>.atf-menu-close i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.atf-hamburger-menu ul li .sub-menu {
	display: none;
	padding-left: 10px
}
.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
	padding-left: 0
}
.atf-menu-close {
	position: absolute;
	top: 7.5px;
	border: 1px solid rgba(1,15,28,0);
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 29px;
	transition: .3s ease-out .3s
}
.atf-menu-close:hover {
	border: 1px solid var(--atf-thm-black)
}
.atf-menu-close i {
	-webkit-transition: .3s ease-out .3s;
	-moz-transition: .3s ease-out .3s;
	-ms-transition: .3s ease-out .3s;
	-o-transition: .3s ease-out .3s;
	transition: .3s ease-out .3s
}
.atf-search-area {
	display: flex;
	justify-content: space-between
}
.atf-search-form {
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	width: 340px;
	z-index: 9999;
	outline: 0
}
.atf-search-form input {
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
	transition: .3s ease-in-out;
	background: 0 0;
	color: var(--atf-text-body);
	padding-left: 15px;
	border-radius: 25px
}
.atf-search-form input[type=text]::placeholder {
color:var(--atf-text-body)!important
}
.atf-search-form input:active, .atf-search-form input:focus {
	border: 1px solid var(--atf-thm-color)!important
}
.atf-search-form button[type=submit] {
	color: var(--atf-thm-black);
	display: block;
	font-size: 18px;
	line-height: 48px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.atf-cart-icon i {
	font-size: 30px;
	color: var(--atf-thm-black)
}
.atf-cart-icon .cart_number {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	width: 20px;
	border-radius: 50%;
	height: 20px;
	text-align: center;
	line-height: 20px
}
.atf-cart-title {
	line-height: 1.2
}
.atf-cart-title span {
	color: var(--atf-thm-color);
	font-weight: 600
}
.atf-cover-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1
}
.landing_page.atf-cover-bg:before {
	background: linear-gradient(to left, rgba(0,0,0,0) 0, rgba(0,0,0,.6) 95%)
}
.atf-hero-area {
	background-color: #ccc
}
.atf_align_item_details {
	display: flex;
	align-items: center;
	justify-content: center
}
.atf-hero-content p {
	margin: 20px 0 30px!important;
	font-size: 16px;
	color: var(--atf-thm-black);
	width: 460px
}
.atf-hero-content .title {
	font-size: 60px;
	color: var(--atf-thm-black);
	text-shadow: 0 2px 8px rgba(0,0,0,.1);
	line-height: 1
}
.atf-hero-content .title span {
	display: inline-block
}
.animation-1 {
	-webkit-animation: .5s .3s both fadeInDown;
	animation: .5s .3s both fadeInDown
}
.animation-2 {
	-webkit-animation: .5s .5s both fadeInUp;
	animation: .5s .5s both fadeInUp
}
.animation-3 {
	-webkit-animation: .5s .7s both fadeInLeft;
	animation: .5s .7s both fadeInLeft
}
.animation-4 {
	-webkit-animation: .5s .9s both fadeInUp;
	animation: .5s .9s both fadeInUp
}
.atf-home-overlay {
	background: rgba(0,0,0,.1);
	height: 100%;
	width: 100%
}
.atf-slider-content .sub-title {
	color: var(--atf-thm-black);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius: 5px;
	padding: 8px 15px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-style: italic;
	font-size: 18px;
	font-weight: 500
}
.atf-slider-content .title {
	color: var(--atf-thm-black);
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 15px rgba(0,0,0,.1);
	text-transform: capitalize
}
.atf-slider-content .description {
	color: var(--atf-text-body);
	font-size: 18px;
	margin: 20px 0 30px
}
.atf-header-bottom-right .call_to_action_btn .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 2px
}
.atf-header-bottom-right .call_to_action_btn .icon i {
	display: block;
	transition: .5s ease-out
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
	margin-left: 18px
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
	color: var(--atf-thm-black);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	display: block;
	margin-top: 5px
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_call {
	color: var(--atf-thm-color);
	transition: .5s ease-out;
	font-size: 18px;
	font-style: normal;
	font-weight: 700
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
	left: 0;
	right: auto
}
.atf-slick-slider-1.slick-arrow-1 .slick-next {
	right: 0;
	left: auto
}
@media only screen and (max-width:1199px) {
.atf-main-menu>nav>ul>li {
	margin-right: 30px
}
.atf-site-header.atf-style1 {
	padding: 15px 0
}
.atf-slider-content .title {
	font-size: 50px
}
}
@media (max-width:768px) {
.atf-slick-slider-1.slick-arrow-1 .slick-arrow, .atf-slick-slider-1.slick-arrow-1 .slick-next {
	display: none!important
}
.atf-slick-slider-1.slick-arrow-1 .slick-dots {
	display: block!important
}
}
@media screen and (min-width:320px) and (max-width:479px) {
.atf-slider-content .title {
	font-size: 40px!important
}
.atf-slider-content .description br {
	display: none
}
}
.slick-active .atf-single-slider .sub-title {
	-webkit-animation: .5s .5s both fadeInLeft;
	animation: .5s .5s both fadeInLeft
}
.slick-active .atf-single-slider .title {
	-webkit-animation: .5s .5s both fadeInDown;
	animation: .5s .5s both fadeInDown
}
.slick-active .atf-single-slider .description {
	-webkit-animation: .5s .7s both fadeInUp;
	animation: .5s .7s both fadeInUp
}
.slick-active .atf-main-btn {
	-webkit-animation: .5s 9s both fadeInUp;
	animation: .5s .9s both fadeInUp
}



.atf-single-skill {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 30px;
	gap: 20px;
	margin: 12px 0
}
.atf-single-skill:hover .atf-skill-icon i {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 50%
}
.atf-single-skill .atf-skill-icon i {
	font-size: 25px;
	color: var(--atf-thm-color);
	background: var(--atf-grey-2);
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	border-radius: 5%;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	text-align: center
}
.atf-single-skill .atf-skill-content {
	border-top: none;
	position: relative;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}
.atf-single-skill:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.17)
}
.atf-single-skill .title {
	color: var(--atf-thm-black);
	font-weight: 700;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-out
}
.counter, .counter .counter-icon, .counter .counter-value, .pricingTable {
	color: var(--atf-thm-color)
}
.atf-single-skill .title a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: capitalize
}

.atf-single-btn {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	box-shadow:0 0 15px rgba(0, 0, 0, .1);
	padding:10px;
	gap:20px;
	margin:0px;margin-bottom:10px;
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	}

.atf-single-btn:hover{
	background-color: rgba(6, 38, 178, .8);
	color: var(--atf-thm-white);
}

.atf-single-btn:hover .atf-btn-icon i {
	background: #ffa437;
	color: var(--atf-thm-white);
	border-radius: 50%
}
.atf-single-btn .atf-btn-icon i {
	font-size:32px;
	color: var(--atf-thm-color);
	background: var(--atf-thm-white);
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	border-radius: 50%;
	transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	text-align: center
}
.atf-single-btn .atf-btn-content{
	border-top: none;
	position: relative;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}
.atf-single-btn:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.17)
}
.atf-single-btn .title {
	color: var(--atf-thm-white);
	font-weight: 700;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-out;
	margin-bottom: 0px;
}
.atf-single-btn .title a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	text-transform: capitalize
}
.cy_description{color: var(--atf-thm-white);font-size: 14px; line-height: 30px;}




.atf-hero-video .iq-video, .breadcrumb-single-content .arrow {
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.counter {
	background: #dedede;
	text-align: center;
	width: 200px;
	height: 200px;
	padding: 25px 15px;
	margin: 0 auto;
	border-radius: 50%;
	border: 10px dashed var(--atf-thm-color);
	position: relative;
	z-index: 1
}
.counter .counter-icon:before, .counter:after, .counter:before {
	content: "";
	background: #f2f2f2;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: -1
}
.counter::after {
	background: 0 0;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 2px solid var(--atf-border-1);
	box-shadow: none
}
.counter .counter-icon:before {
	background: 0 0;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	border: 2px dashed var(--atf-thm-color);
	box-shadow: none
}
.counter .counter-icon {
	font-size: 35px;
	margin: 0 0 10px
}
.counter .counter-icon i {
	line-height: inherit
}
.counter h3 {
	color: var(--atf-thm-black);
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 10px
}
.counter .counter-value {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	display: inline-block
}
.atf-course-inner-title h4, .atf-gallery-img .icon a:hover, .atf-hero-video .iq-video {
	color: var(--atf-thm-white)
}
.counter .counter_plus {
	font-size: 30px;
	font-weight: 700
}
@media screen and (max-width:991px) {
.counter {
	margin-bottom: 40px
}
}
.video-area.atf-cover-bg::before {
	background: rgba(0,0,0,.6)
}
.atf-hero-video {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px
}
.atf-hero-video .iq-video {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	font-size: 16px;
	border-radius: 50%;
	line-height: 60px;
	z-index: 4;
	background: var(--atf-thm-color);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	justify-content: center
}
#hotdeal::before, .atf-gallery-img::before {
	height: 100%;
	top: 0;
	width: 100%;
	position: absolute
}
.atf-course-wrapper, .atf-gallery-img img, .testimonial {
	border-radius: 20px
}
.atf-hero-video .iq-video:hover {
	color: var(--atf-thm-color);
	background: var(--atf-thm-white)
}
.atf-gallery-img {
	transition: .3s ease-out;
	position: relative;
	margin: 0 10px
}
.atf-gallery-img::before {
	content: "";
	opacity: 0;
	left: 0;
	background: var(--atf-thm-color);
	transition: .3s ease-out;
	overflow: hidden;
	border-radius: 20px
}
.atf-gallery-img:hover::before {
	opacity: .3
}
.atf-gallery-img .icon {
	opacity: 0;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	bottom: 50%;
	transition: .3s ease-out
}
.atf-gallery-img:hover .icon {
	opacity: 1;
	bottom: 30%
}
.atf-gallery-img .icon a {
	color: var(--atf-thm-black);
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: .3s ease-out;
	background: var(--atf-thm-white);
	padding: 5px 15px;
	border-radius: 10%
}
.atf-course-inner-title span, .atf-gallery-img .icon a:hover, .blogpost-comment-reply a:hover, .post-date a, .read::before {
	background: var(--atf-thm-color)
}
.pricingTable {
	background: var(--atf-thm-white);
	text-align: center;
	padding: 90px 0 45px;
	position: relative
}
.pricingTable .pricing-content:after, .pricingTable .pricing-content:before, .pricingTable:after, .pricingTable:before {
	content: "";
	background: var(--atf-thm-color);
	position: absolute
}
.pricingTable:after, .pricingTable:before {
	width: 100%;
	height: 75px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	top: 0;
	left: 0
}
.pricingTable:after {
	height: 45px;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	top: auto;
	bottom: 0
}
.pricingTable .pricing-content:after, .pricingTable .pricing-content:before {
	width: 25px;
	height: 50%;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0
}
.pricingTable .pricing-content:after {
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	left: auto;
	right: 0
}
.pricingTable .pricingTable-header {
	margin: 0 auto 18px
}
.pricingTable .title {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0
}
.pricingTable .pricing-content {
	text-align: left;
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
	display: inline-block
}
.pricingTable .pricing-content li {
	font-size: 16px;
	padding: 5px 0 3px 30px;
	position: relative;
	color: var(--atf-thm-black)
}
.atf-contact-form .button, .pricingTable .pricing-content li:last-child {
	margin: 0
}
.pricingTable .pricing-content li:before {
	content: "\f00c";
	color: var(--atf-thm-black);
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	position: absolute;
	top: 6px;
	left: 0
}
.pricingTable .pricing-content li.disable:before {
	content: "\f00d";
	color: #ef0f41
}
.pricingTable .price-value {
	margin: 0 0 5px;
	color: var(--atf-thm-black)
}
.pricingTable .price-value .currency {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	display: inline-block
}
.pricingTable .price-value .amount {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px
}
.pricingTable .pricingTable-signup {
	padding: 18px 0
}
.atf-course-wrapper {
	background: var(--atf-thm-black);
	padding: 45px
}
.atf-box-shadow, .testimonial {
	background: var(--atf-thm-white)
}
.atf-single-course {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 30px
}
.atf-single-course:last-child {
	border-bottom: inherit;
	margin-bottom: 0;
	padding-bottom: 0
}
.atf-course-img img {
	width: 170px;
	height: 150px;
	border-radius: 10px
}
.atf-course-inner-title h4 {
	margin-top: 10px;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}
.atf-course-inner-title span {
	padding: 7px 10px;
	border-radius: 4px;
	color: var(--atf-thm-white)
}
.atf-course-time i {
	color: var(--atf-thm-color);
	margin-right: 7px
}
.testimonial {
	padding: 5%;
	position: relative;
	margin: 12px;
	box-shadow: 0 0 20px 0 rgba(22,26,57,.1)
}
.testimonial-content {
	display: flex;
	align-content: center;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.testimonial-icon li {
	display: inline-block;
	font-size: 15px
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%
}
.testimonial .description {
	font-style: italic
}
.testimonial .testimonial-title {
	margin: 0;
	text-transform: capitalize
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 0
}
.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute
}
.testimonial .testimonial-rating {
	margin: 0 0 15px;
	padding: 0;
	list-style: none
}
.testimonial .testimonial-rating li {
	color: var(--atf-thm-color);
	display: inline-block
}
.no-border {
	border: none
}
.atf-box-shadow {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-bottom: 4px solid var(--atf-thm-color)!important;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	border-radius: 10px
}
.atf-box-active, .atf-box-shadow:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}
#hotdeal::before {
	content: "";
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: -1
}
.atf-hot-deal-content .title {
	font-size: 60px;
	color: var(--atf-thm-white)
}
.breadcrumb-title, .read, .sinlge_post .post-title {
	color: var(--atf-thm-black)
}
.atf-hot-deal-content #atf-timer {
	margin-bottom: 35px
}
.atf-hot-deal-content #atf-timer div {
	width: 100px;
	height: 100px;
	border-radius: 0;
	color: var(--atf-thm-color);
	background-color: var(--atf-thm-white);
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	box-shadow: 0 0 1px rgba(0,0,0,.5)
}
.atf-hot-deal-content #atf-timer div span {
	display: block;
	margin-top: 0;
	color: var(--atf-thm-color);
	font-size: 15px;
	font-weight: 600
}
@media only screen and (max-width:991px) {
.atf-course-wrapper, .pricingTable {
	margin: 0 0 30px
}
.atf-hot-deal-content .title {
	font-size: 50px
}
.sinlge_post {
	margin: 12px 0
}
}
.sinlge_post {
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	border: 1px solid rgba(0,0,0,.1);
	margin: 12px 0
}
.sinlge_post .post-img img {
	width: 100%;
	height: auto;
	position: relative
}
.sinlge_post .post-date {
	position: absolute;
	top: 10px;
	left: 9px
}
.post-date a {
	color: var(--atf-thm-white);
	padding: 10px;
	border-radius: 5px
}
.sinlge_post .post-review {
	border-top: none;
	padding: 20px;
	position: relative;
	transition: .3s ease-out;
	-webkit-transition: .3s ease-out
}
.sinlge_post:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}
.sinlge_post .post-bar {
	padding: 0 0 15px;
	list-style: none;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}
.sinlge_post .post-bar li {
	display: inline-block;
	font-size: 14px;
	color: var(--atf-text-body);
	margin-right: 10px;
	text-transform: capitalize;
	transition: .3s ease-in-out
}
.sinlge_post .post-bar li i {
	color: var(--atf-thm-color);
	margin-right: 8px
}
.sinlge_post .post-title {
	font-weight: 600;
	transition: .3s ease-in-out;
	line-height: 1.3
}
.sinlge_post .post-title a {
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
.sinlge_post .describtion {
	margin: 15px 0
}
.read {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	font-weight: 600;
	position: relative
}
.read::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	transition: .3s ease-in-out;
	color: var(--atf-thm-color)
}
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .1;
	content: "";
	background-color: var(--atf-thm-black)
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px
}
.breadcrumb-single-content span {
	font-weight: 500;
	padding-right: 10px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}
.breadcrumb-sub-title {
	margin-left: 7px
}
.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat
}
.breadcrumb-spacing {
	padding-top: 150px;
	padding-bottom: 100px
}
.breadcrumb-single-content .down {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--atf-text-body);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	margin: 0 0 1px 2px
}
.blogpost-title, .tagcloud a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.blogpost-text p, .blogpost-thumb, .sidebar-widget:not(:last-child) {
	margin-bottom: 30px
}
.blogpost-wrap {
	padding: 20px;
	border: 1px solid var(--atf-border-1)
}
.blogpost-thumb {
	position: relative;
	display: inline-block
}
.blogpost-thumb img {
	width: 100%;
	border-radius: 15px
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color: var(--atf-thm-color)
}
.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
	transition: .3s ease-out
}
.atf-blog-details-blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid var(--atf-border-1)
}
.atf-contact-form, .blogpost-comment-box, .sidebar-widget {
	background: var(--atf-grey-2)
}
.atf-blog-details-blockquote blockquote, .atf-contact-details h5, .atf-single-newsletter .atf_contact_input {
	margin-bottom: 0
}
.atf-blog-details-blockquote .quote-icon {
	font-size: 36px;
	color: var(--atf-thm-color);
	text-align: start;
	margin-bottom: 15px;
	display: block
}
.atf-blog-details-blockquote p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--atf-thm-black);
	margin-bottom: 15px
}
.atf-blog-details-blockquote .blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 30px
}
.atf-blog-details-blockquote .blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-black)
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--atf-thm-black)
}
.blogpost-details-list-thumb {
	margin-right: 30px
}
.blogpost-details-list-thumb img {
	border-radius: 15px
}
@media only screen and (max-width:576px) {
.blogpost-details-social {
	margin-top: 30px
}
}
@media only screen and (max-width:479px) {
.atf-hot-deal-content .title {
	font-size: 36px
}
.atf-hot-deal-content #atf-timer div, .blogpost-comment-avater {
	margin-bottom: 10px
}
.breadcrumb-title {
	font-size: 40px
}
.blogpost-comment-title, .blogpost-title {
	font-size: 28px
}
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: var(--atf-thm-black)
}
.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px
}
.blogpost-details-share {
	padding: 30px 0
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	color: var(--atf-thm-black)
}
.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	transition: .3s ease-out
}
.blogpost-comment-reply a, .blogpost-details-social a {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.tagcloud a:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color)
}
.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 5%;
	margin-right: 10px;
	color: var(--atf-thm-black);
	background: var(--atf-grey-1);
	transition: .3s ease-out
}
.atf-post-btn-group {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid var(--atf-border-1);
	border-bottom: 1px solid var(--atf-border-1)
}
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black)
}
.blogpost-comment-box {
	margin-bottom: 30px;
	padding: 30px
}
.border-none {
	border: inherit
}
.blogpost-comment-avater img {
	border-radius: 10px
}
.blogpost-comment-avater {
	flex: 0 0 auto
}
.blogpost-comment-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black)
}
.blogpost-comment-text p {
	margin-bottom: 15px
}
.blogpost-comment-reply a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	background: var(--atf-thm-black);
	color: var(--atf-thm-white);
	transition: .3s ease-out
}
.lp-post, .lp-post-title {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out
}
.atf-contact-form .atf_contact_input textarea, .blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
	height: 120px;
	width: 100%
}
.sidebar-widget {
	padding: 50px;
	border-radius: 15px
}
.sidebar-widget-title {
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid var(--atf-border-1);
	padding-bottom: 10px
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
.sidebar-widget {
	padding: 40px
}
}
.error-search-input input:focus, .sidebar-search-input input:focus {
	border: 1px solid var(--atf-thm-color)
}
.sidebar-search-input input {
	border: 1px solid transparent;
	height: 58px;
	border-radius: 15px;
	background-color: var(--atf-thm-white)
}
.error-search-input button, .sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white)
}
.lp-post {
	padding: 15px;
	border-radius: 15px;
	transition: .3s ease-out
}
.lp-post-thumb {
	margin-right: 15px;
	flex: 0 0 auto
}
.lp-post-thumb a img {
	width: 70px;
	height: 70px;
	border-radius: 5px
}
.lp-meta {
	font-size: 12px;
	margin-top: 0
}
.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-color);
	margin-right: 10px
}
.lp-post-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--atf-thm-black);
	transition: .3s ease-out;
	margin-bottom: 0
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 10px 15px;
	color: var(--atf-thm-black);
	display: block;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	border-radius: 15px
}
.sidebar-widget-content ul li a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.error-search-input input {
	border: 1px solid transparent;
	height: 58px;
	border-radius: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	background-color: var(--atf-thm-white)
}
.marquee {
	margin: 0 auto;
	overflow: hidden
}
.atf-single-footer .atf-list-menu li, .marquee ul.marquee-content {
	display: flex;
	align-items: center
}
.marquee ul.marquee-content li {
	flex-shrink: 0;
	width: 172px;
	height: 92px;
	line-height: 88px;
	border:#efefef 1px solid;
}
.marquee-wrapper {
	width: 100%;
	overflow: hidden
}
.atf-newsletter-area {
	border-radius: 10px;
	padding:50px
}
.atf-newsletter-title .title {
	font-size: 30px;
	color: var(--atf-thm-black);
	font-weight: 700;
	margin-bottom: 0
}
.atf-single-newsletter .atf_contact_input input {
	background: 0 0;
	color: var(--atf-thm-white);
	border: 1px solid rgba(255,255,255,.1);
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	padding-left: 15px
}
.atf-single-newsletter .atf_contact_input input:focus {
	box-shadow: none;
	outline: 0;
	background: 0 0;
	border-color: inherit;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 1px solid var(--atf-thm-color)
}
.atf-single-newsletter .atf-subscription-label {
	color: var(--atf-thm-white);
	margin-top: 2px
}
.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 16px
}
.atf-contact-form {
	padding: 40px 45px;
	border: 3px solid var(--atf-thm-black);
	border-radius: 30px
}
.atf-contact-form label {
	font-weight: 600;
	color: var(--atf-thm-black);
	font-size: 18px
}
.atf-contact-form .atf_contact_input input, .atf-contact-form .atf_contact_input textarea {
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.1);
	transition: .3s ease-in-out;
	margin: 10px 0;
	padding-left: 20px
}
.atf-contact-form .atf_contact_input input:focus, .atf-contact-form .atf_contact_input textarea:focus {
	box-shadow: none;
	border: 1px solid var(--atf-thm-color)
}
.atf-contact-area .atf-themes-btn {
	margin-top: 10px;
	text-align: center
}
.atf-contact-info {
	color: rgba(255,255,255,.6)
}
.atf-contact-details {
	border-bottom: 1px solid var(--atf-border-1);
	padding-bottom: 20px;
	margin-bottom: 20px
}
.atf-contact-details:last-child {
	border-bottom: inherit;
	padding-bottom: 0;
	margin-bottom: 0
}
.atf-contact-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--atf-thm-color);
	border-radius: 5%;
	font-size: 16px;
	color: var(--atf-thm-white);
	text-align: center
}
.atf-contact-content span {
	color: var(--atf-text-body)
}
.atf-choose-country.nice-select {
	border-radius: 0;
	width: 100%;
	background: var(--atf-thm-white);
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	height: 60px;
	padding-left: 15px
}
.atf-choose-input .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--atf-thm-black);
	float: none;
	padding: 0 26px;
	font-size: 16px;
	margin-top: 10px
}
#atf-map-area iframe {
	width: 100%;
	height: 450px
}
.atf-single-team {
	padding-bottom: 20px;
	text-align: center
}
.atf-single-team .pic {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: var(--atf-thm-color);
	padding: 70px 20px 30px;
	margin-bottom: 20px;
	position: relative
}
.atf-single-team .description {
	font-size: 16px;
	color: var(--atf-thm-black)
}
.atf-single-team .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -1px;
	transition: .6s
}
.atf-single-team:hover .pic img {
	transform: rotate(-160deg);
	transform-origin: 95% 40% 0
}
.atf-single-team .title {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black);
	margin-bottom: 5px
}
.atf-single-team .post {
	display: block;
	text-transform: capitalize;
	margin-bottom: 8px;
	position: relative;
	color: var(--atf-thm-black)
}
.atf-single-team .post:after {
	content: "";
	width: 40px;
	height: 3px;
	background: var(--atf-thm-black);
	margin: 0 auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0
}
.atf-single-team .social {
	padding: 0;
	margin: 25px 0 0;
	list-style: none
}
.atf-single-team .social li {
	display: inline-block;
	margin-right: 5px
}
.atf-single-team .social li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	background: var(--atf-thm-color);
	font-size: 15px;
	color: var(--atf-thm-white)
}
.atf-single-team .social li a:hover {
	background: var(--atf-thm-base);
	text-decoration: none
}
@media only screen and (max-width:767px) {
.atf-themes-btn {
	margin-bottom: 30px
}
.blogpost-details-list {
	margin-top: 30px
}
.atf-single-team {
	overflow: hidden
}
}
.atf-footer-payment img {
	margin-bottom: 0!important;
	background-color: var(--atf-grey-1)
}
.atf-footer-area {
	background-color: var(--atf-thm-black)
}
.atf-single-footer .title {
	margin-bottom: 30px;
	color: var(--atf-thm-white);
	text-transform: uppercase;
	font-weight: 600
}
.atf-footer-social-icon, .atf-footer-social-icon li {
	display: flex;
	align-items: center;
	gap: 10px
}
.atf-footer-social-icon li a {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--atf-thm-black);
	background: var(--atf-thm-white);
	text-align: center;
	border-radius: 5%;
	box-shadow: 0 0 15px rgba(255,255,255,.1);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}
.atf-footer-social-icon li a:hover {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(255,255,255,.3) inset
}
.atf-single-footer .atf-list-menu li::before {
	content: "";
	background-color: var(--atf-thm-color);
	position: relative;
	left: 0;
	top: -6px;
	width: 0;
	height: 0;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	transition: .3s ease-out
}
.atf-single-footer .atf-list-menu li:hover::before {
	opacity: 1;
	width: 10px;
	height: 10px
}
.atf-single-footer .atf-list-menu li:hover a {
	color: var(--atf-thm-white);
	margin-left: 10px
}
.atf-single-footer .atf-list-menu li a {
	color: rgba(255,255,255,.5);
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.atf-footer-bottom p {
	color: rgba(255,255,255,.4)
}
.atf-footer-bottom a {
	color: var(--atf-thm-color);
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: underline;
	font-weight: 700
}
.atf-footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,.1)
}
.atf-footer-bottom a:hover {
	color: var(--atf-thm-white);
	text-decoration: inherit
}
@media only screen and (max-width:991px) {
.breadcrumb-bg-attach {
	background-position: center
}
.atf-single-team {
	margin-bottom: 30px
}
.atf-single-footer {
	margin: 15px 0
}
}
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 1px solid;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 50%
}
.slick-arrow-2 .slick-arrow:hover, .slick-arrow-2 .slick-prev {
	background-color: var(--atf-thm-base);
	border-color: var(--atf-thm-base);
	color: var(--atf-thm-white)!important
}
.slick-arrow-2 .slick-next {
	right: 15px;
	background-color: var(--atf-thm-white);
	border-color: var(--atf-thm-base);
	color: var(--thm-base)!important
}
.slick-arrow {
	cursor: pointer;
	z-index: 3
}
.slick-arrow-1 .slick-arrow {
	background-color: var(--atf-thm-white);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid var(--atf-thm-color);
	border-radius: 50%;
	text-align: center;
	transition: .5s ease-in-out;
	font-size: 20px;
	color: var(--thm-color)!important;
	z-index: 1;
	opacity: 0;
	visibility: visible
}
.slick-arrow-1 .slick-arrow:hover {
	background-color: var(--atf-thm-color);
	border-color: var(--atf-thm-color);
	color: var(--atf-thm-white)!important
}
.slick-arrow-1 .slick-next {
	right: 15px;
	left: auto
}
.slick-arrow-1:hover .slick-arrow {
	opacity: 1;
	visibility: visible
}
.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
	left: 50px;
	right: auto
}
.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
	right: 50px;
	left: auto
}
@media (min-width:1350px) {
.atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
	left: 25px;
	right: auto
}
.atf-slick-slider-1.slick-arrow-1:hover .slick-next {
	right: 25px;
	left: auto
}
.slick-arrow-1:hover .slick-arrow {
	left: -50px;
	right: auto
}
.slick-arrow-1:hover .slick-next {
	right: -50px;
	left: auto
}
}
.slick-dots {
	margin: 30px 0 0;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 1
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: var(--atf-thm-color);
	cursor: pointer;
	margin-top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.slick-dots li button {
	display: none
}
.slick-dots li.slick-active, .slick-dots li:hover {
	background-color: var(--atf-thm-color);
	height: 15px;
	width: 15px;
	margin-bottom: -2px
}
