/*
Author       : Theme-Family
Template Name: Omnipotent - Multipurpose IT Website Template
Veatfion      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--Slider CSS
		--BANNER DESIGN
		--START SLIDER  DESIGN 2
		--CLIPE HOME DESIGN
		--WABES HOME DESIGN
    04. START ABOUT DESIGN
		--START FREQUENTLY DESIGN
    05. START FEATURE DESIGN
	06.	START CHOOSE DESIGN
		--START BEST CHOOSE DESIGN
	07.	START VIDEO DESIGN 
	08.	START TEAM DESIGN
	09.	START SKILL DESIGN
	10.	START CASY STUDY DESIGN
	11.	START COUNTER DESIGN
	11.	START HIRE DESIGN
	13.	START TESTIMONIAL DESIGN (START COMPANY BRAND LOGO DESIGN )
	14. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
	15. START CONTACT DESIGN 
	16.	START FOOTER DESIGN(START MAP DESIGN)
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 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: #ff6363;
	--thm-black: #0a0a0a;
	--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: 20px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}
.atf-section-title h5 {
	color: var(--thm-color);
	line-height: 25px;
	margin: 0px 0 10px;
	text-transform: uppercase;
	font-family: var(--thm-font);
	letter-spacing: 1.6px;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
}
.atf-section-title h2 {
	font-weight: 700;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
}
.atf-section-title p {
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	margin-top: 15px;
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
}
.atf-section-title .atf-sec_icon:before{
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}
.atf-section-title .atf-sec_icon:after{	
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}
.atf-section-title .atf-sec_icon .atf-sec_radiu i {
	margin-top: 10px;
	color: var(--thm-color);
}

@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*END SECTION TITLE DESIGN*/

/*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);
}
.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	left: 10px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
	position: relative;
	color: var(--thm-white);
	border-radius: 0px;
	text-transform: capitalize;
	padding: 12px 22px;
	font-size: 15px;
	border-bottom: none !important;
	line-height: 28px;
}
.atf-themes-btn:hover{
    color:var(--thm-white);
}
.atf-themes-btn:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius:0px;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(255,255,255,0.0);
    transition: all 0.20s ease-in-out 0s;
}
.atf-themes-btn:hover:before{
    height:100%;
    background: rgba(255,255,255,0.1);
}
.atf-themes-btn.red{
    background: var(--thm-color);
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom:15px; }
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img {
	width: 170px;
	height: auto;
}
.atf-main-responsive-nav {
	display: none;
}
.atf-main-nav {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}

.atf-main-nav .navbar {
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.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-size: 16px;
	font-weight: 500;
	color: var(--thm-white);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.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: 0;
	width: 200px;
	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;
}
.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-black) !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-white);
}

.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
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-banner-area.style4 {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-banner-area.style4::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	/* opacity: 0.7; */
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-banner-area.style4 .atf-content-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-single-details h3 {
	background: rgba(255,255,255, 0.3);
	display: inline-block;
	padding: 5px 17px;
	color: var(--thm-white);
	border-radius: 3px;
	margin-bottom: 15px;
}
.atf-single-details{
	z-index:1;
}
.atf-banner-area.style4 .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 0.7px;
	line-height: 55px;
}
.atf-banner-area.style4 .atf-single-details p {
	margin: 10px 0 35px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	z-index: -1;
	max-width: 550px;
}
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* 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
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature{
	position:relative;
}
.atf-single-feature {
	position:relative;
}
.atf-feature-content {
	background: var(--thm-white);
	border:1px solid #eee;
	padding: 40px 25px;
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-number {
	position: absolute;
	font-size: 100px;
	opacity: 0;
	font-weight: 700;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50px);
}
.atf-feature-content:hover {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.atf-feature-content:hover .atf-feature-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.1;
	
}
.atf-feature-text h3 {
	padding: 25px 0 10px 0;
	color: var(--thm-black);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-content h3:hover {
	color: var(--thm-color);
}
.atf-single-feature {
	border: none;
	border-radius: 0px;
	cursor:pointer;
}
.atf-feature-icon {
	transition: .5s ease;
}
.atf-feature-content:hover .atf-feature-icon i {
	color: var(--thm-white);
	background: var(--thm-color);
	transform: scale(1.2);
}
.atf-feature-icon i {
	color: var(--thm-color);
	font-size: 30px;
	border: 1px dashed;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	transition:0.3s ease-in-out;
}
.atf-arrow-btn:hover {
	color: var(--thm-white)!important;
	background: var(--thm-color);
}
.atf-single-feature .atf-arrow-btn {
	color: var(--thm-color);
	padding: 5px 15px;
	border-radius: 6px;
	border: 1px dashed;
	font-size: 18px;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-best-service-slide{
    margin: 0 10px;
}
.atf-best-service-slide .atf-best-service-img{
    position: relative;
}
.atf-best-service-slide .atf-best-service-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0,0,0.6);
    transition: opacity 0.40s linear 0s;
}
.atf-best-service-slide:hover .atf-best-service-img:before{
    opacity: 1;
}
.atf-best-service-slide .atf-best-service-img img{
    width: 100%;
    height: auto;
}
.atf-best-service-slide .atf-best-service-content {
	padding: 15px 0;
	position: relative;
}
.atf-best-service-slide .atf-best-service-author{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden;
    border:4px solid var(--thm-white);
}
.atf-best-service-slide .atf-best-service-author img{
    width: 100%;
    height: auto;
}
.atf-best-service-slide .atf-best-service-title {
	font-weight: 700;
	color: var(--thm-black);
	margin: 0 0 15px 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-best-service-slide .atf-best-service-title:hover {
	color: var(--thm-color);
}
.atf-best-service-slide .atf-best-service-title:after{
    content: "";
    width: 75px;
    display: block;
    margin-top: 15px;
    border-bottom: 2px solid var(--thm-color);
}
.atf-best-service-slide .atf-best-service-description{
    color: var(--thm-p);
    margin-bottom:30px;
}
.atf-best-service-content .atf-themes-btn{
	border-radius:4px ! important;
}
.atf-best-service-content .atf-themes-btn:hover::before{
	border-radius:4px ! important;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START BEST CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
#best-choose{
	position:relative;
}
.atf-best-single-choose {
	position:relative;
}
.atf-best-choose-number {
	position: absolute;
	font-size: 150px;
	opacity: 0;
	font-weight: 500;
	bottom: 0;
	right: 0;
	transform: translate(-50%);
	left: 50%;
}
.atf-best-choose-text i {
	font-size: 30px;
	color: var(--thm-color);
	border: 1px dashed;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}
.atf-best-choose-text h3 {
	color: var(--thm-black);
	letter-spacing: 1px;
	margin: 20px 0 10px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.atf-best-choose-text h3:hover{
	color: var(--thm-color);
}
.atf-best-single-choose {
	border: none;
	border-radius: 6px;
	padding: 30px 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-f6);
	z-index: 1;
}
.atf-best-choose-icon img {
	width: 100px;
	height: auto;
	border: 1px dashed;
	border-radius: 50%;
	padding: 5px;
	/* background: var(--thm-base); */
}
.atf-best-choose-icon {
	transition: .5s ease;
}
.atf-best-choose-icon i {
	color: var(--thm-color);
	font-size: 59px;
	text-align: center;
	color: var(--thm-color);
}
.atf-best-main-choose{
	margin:15px 0;
}
/*
* ----------------------------------------------------------------------------------------
* END BEST CHOOSE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
#program{background: var(--thm-color);}
#program .atf-section-title h5 {
	/* background: var(--thm-white); */
	color: var(--thm-white) !important;
}

#program .atf-section-title {
	background: rgba(255,255,255, 0.3);
	padding: 30px;
	border-radius: 8px;
	margin-bottom:0px;
}
.atf-program-area {
	position: relative;
}
.atf-program-area  .atf-program-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0.1;
}
.atf-program-area .atf-program-img  img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-program-img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-program-img .iq-video {
	background: var(--thm-base);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-color);
}
.atf-program-img .iq-video i {
	margin-left: 3px;
}
.atf-program-img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-program-img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(234 237 249 / 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf-program-img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-program-img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-program-img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 07. END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#team{background:var(--thm-f6);}
.atf-single-team{
    text-align: center;
    position: relative;
}
.atf-single-team:before{
    content: "";
    border: 4px solid var(--thm-color);
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    transform: scale(1.03);
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover:before{
    opacity: 1;
    transform: scale(1);
}
.atf-single-team .atf-team-pic{ position: relative; }
.atf-single-team .atf-team-pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-pic:before{ opacity: 1; }
.atf-single-team img{
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-content{
    padding: 20px 0 20px;
    position: relative;
    top: 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-content{ top: -50%; }
.atf-single-team.atf-team-title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-title{ color: var(--thm-white);}
.atf-single-team .atf-team-post{
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-post{ color: var(--thm-white); }
.atf-single-team .atf-team-social{
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.6s ease 0s;
}
.atf-single-team:hover .atf-team-social{
    opacity: 1;
    transform: scale(1);
}
.atf-single-team .atf-team-social li{ display: inline-block; }
.atf-single-team .atf-team-social li a{
    display: block;
    padding: 0 15px;
    font-size: 20px;
    color: var(--thm-color);
    border-right: 1px solid var(--thm-black);
    position: relative;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover{ color: var(--thm-black); }
.atf-single-team .atf-team-social li:last-child a{ border-right: none; }
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 08. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-progress-area .atf-section-title{margin-bottom:20px;}
.progressbar-title{
    font-size: 15px;
    font-weight: 700;
    color: #414141;
    margin-top: 0;
    text-transform: uppercase;
}
.progress{
    height: 35px;
    background: #e8e6e5;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 7s;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 28px;
    z-index: 1;
}
.progress .progress-icon{
    background: #e8e6e5;
    border-bottom: 35px solid;
    border-right: 30px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}
/*
* ----------------------------------------------------------------------------------------
* 09. END SKILL DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 10. START CASY STUDY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 30px;
}
.atf-portfolio-area .portfolio-filter button {
	font-size: 13px;
	margin: 0 15px 20px 0;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: var(--thm-black);
	box-shadow: none;
	border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.atf-single-portfolio {
	font-family: var(--thm-font);
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 10px 10px;
}
.atf-single-portfolio img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
}
.atf-single-portfolio:hover img{ transform: perspective(500px) rotateX(50deg); }
.atf-single-portfolio .atf-portfolio-single-content {
	color: var(--thm-white);
	background: linear-gradient(to right, rgba(221, 90, 90, 0.72), rgba(21, 98, 123, 0.74));
	width: 100%;
	height: 100%;
	opacity: 0;
	transform-origin: top center;
	transform: perspective(500px) rotateX(-50deg);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.atf-single-portfolio:hover .atf-portfolio-single-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}
.atf-single-portfolio .atf-portfolio-content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.atf-single-portfolio .atf-portfolio-title{
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.atf-single-portfolio .atf-portfolio-post{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 10px;
}
.atf-single-portfolio .atf-portfolio-icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf-single-portfolio .atf-portfolio-icon li{
    margin: 0 3px;
    display: inline-block;
}
.atf-single-portfolio .atf-portfolio-icon li a{
    color: var(--thm-black);
    background: var(--thm-white);
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px/20px;
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.atf-single-portfolio .atf-portfolio-icon li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-black);
}
/**************************************
 * 10. END CASY STUDY DESIGN
 *************************************/
/*
* --------------------------------------
* 11. START COUNTER DESIGN
* --------------------------------------
*/
.Atf_about_Counter .atf-counter-value {
	padding: 0px 0px 5px;
	font-size: 50px;
	font-weight: 600;
	color: #FFFFFF;
	font-weight: 700;
	-webkit-text-fill-color: #793A3A00;
	-webkit-text-stroke-color: #FFFFFF;
	-webkit-text-stroke-width: 1px;
	line-height: 60px;
	display: inline-block;
	transition: all .3s ease 0s;
}
.atf-counter-value {
	padding: 0px 0px 5px;
	font-size: 25px;
	font-weight: 600;
}
.atf-main-counter{
	margin:15px 0;
}
.atf-counter-content h3 {
	color: var(--thm-black);
	margin-bottom:12px;
}
.atf-counter-content  i {
	font-size: 25px;
	color: var(--thm-color);
}
.atf-counter-content p { color: var(--thm-p);}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    background-color: #f9faff;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	color: var(--thm-white);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: var(--thm-color);
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
}
.atf-faq-accordion .card .card-header button::before {
    content: "\f078";
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: 'Font Awesome 5 Free';
    font-size: 20px
}

.atf-faq-accordion .card .card-header button.collapsed {
    border-bottom-width: 0
}

.atf-faq-accordion .card .card-header button.collapsed::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
/*
* ----------------------------------------------------------------------------------------
* END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 12. START HIRE DESIGN
 *************************************/
.atf-hire-area {
	background: var(--thm-color);
	border-radius: 6px;
	padding:25px;
}
.atf-hire-content h3 {
	color: var(--thm-white);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}
.atf-hire-content {
	text-align: left;
	display: inline-block;
	margin-left: 20px;
}
.atf-hire-content p {
	color: var(--thm-white);
	margin-top: 10px;
}
.atf-hire-btn .atf-themes-btn {
	background: var(--thm-black);
	
}
 /**************************************
 * 10. END HIRE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 12.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START TESTIMONIAL DESIGN
 *************************************/
.atf-testimonial-single {
	padding: 15px 0 100px 375px;
	position: relative;
}
.atf-testimonial-single:before,
.atf-testimonial-single:after{
    content: "";
    width: 320px;
    height: 55px;
    position: absolute;
    left: 0;
}

.atf-testimonial-single .atf-testimonial-pic {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.atf-testimonial-single .atf-testimonial-pic img{
    width: 100%;
    height: auto;
}
.atf-testimonial-single .atf-testimonial-description{
    font-size: 15px;
    color: var(--thm-p);
    position: relative;
	padding-top:15px;
}
.atf-testimonial-single .atf-testimonial-description::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -20px;
	left: 0px;
	font-size: 22px;
	color: var(--thm-p);
}
.atf-testimonial-single .atf-testimonial-title{
    font-size: 22px;
    color: var(--thm-color);
    text-transform: capitalize;
}
.atf-testimonial-single .atf-testimonial-post{
    display: block;
    font-size: 15px;
    color :var(--thm-color);
}


@media only screen and (max-width: 767px){
    .atf-testimonial-single{
        padding: 0;
        border: none;
    }
    .atf-testimonial-single:before,
    .atf-testimonial-single:after{
        border: none;
    }
    .atf-testimonial-single .atf-testimonial-pic{
        position: relative;
        top: 0;
        left: 0;
    }
    .atf-testimonial-single .atf-testimonial-description{
        margin-top: 15px;
    }
    .atf-testimonial-single .atf-testimonial-description:before{
        content: "";
    }
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-left: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
	margin-top: 30px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
	width: 30px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background:var(--thm-f6);
}
#atf-brand-area .atf-section-padding {
	margin-bottom:40px;
}

#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-blog-tags span {
	background: var(--thm-color);
	color: var(--thm-white);
	padding: 8px 20px;
	display: inline-block;
	margin: 15px 0;
	border-radius: 5px;
}
.atf-post-slide{
    position: relative;
}
.atf-post-slide:before{
    content: "";
    border-top:1px solid transparent;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-post-img > img{
    width: 100%;
    height:auto;
}
.atf-post-slide .atf-post-title > a{
    font-size: 24px;
    text-transform: capitalize;
    color:var(--thme-black);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide  .atf-post-title.mt-1 {
	margin-bottom: 10px;
}
.atf-post-slide .atf-post-title > a:hover {
	text-decoration: none;
	color: var(--thm-color) !important;
}
.atf-post-slide .atf-post-bar {
	padding: 0;
	list-style: none;
	overflow: hidden;
	padding: 10px 15px;
	background: var(--thm-black);
	color: var(--thm-white) !important;
}
.atf-post-slide .atf-post-bar > li{
    display: inline-block;
    border-right: 1px solid var(--thm-white);
    padding: 0 10px;
    float: left;
}
.atf-post-slide .atf-post-bar > li:first-child{
    padding: 0 10px 0 0;
}
.atf-post-slide .atf-post-bar > li:last-child{
    border: 0px none;
}
.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author, 
.atf-post-slide .atf-comment {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
}
.atf-post-slide .author > a,
.atf-post-slide .comment > a,
.atf-post-slide .comment > i{
    color:var(--thm-color);
    transition:all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-author > a:hover,
.atf-post-slide .atf-comment > a:hover{
    text-decoration: none;
    color:var(--thme-color);
}
.atf-post-slide .atf-post-date > i,
.atf-post-slide .atf-author > i,
.atf-post-slide .atf-comment > i{
    margin-right: 8px;
    font-size: 15px;
}
.atf-post-slide .atf-post-description{
    margin-bottom: 22px;
}
.atf-blog-btn a:hover{
	color:var(--thm-color) !important;
}
.atf-blog-btn {font-weight:700;text-decoration: underline;}

@media only screen and (max-width: 360px) {
    .atf-post-bar > li:last-child{
        margin-top: 8px;
        padding: 0;
		float:inherit;
    }
}


/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}
.atf-blog-area .atf-post-slide {
	margin: 15px 5px;
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0 5px;
	line-height: 20px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.atf-widget{
	margin:20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}
.atf-post-info{
	margin-top:-8px;
}
.blog_search {
	margin-bottom: 40px;
	position:relative;
}
.blog_search a {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 15px;
	color: var(--thm-color);
	line-height: 50px;
}
.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
	 border-color: var(--thm-color);
	 box-shadow: none;
}
.blog_search i{position:absolute;top:0; right:5px;}
.atf-page-heading {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed; }
.atf-page-heading.atf-size-md {
    height: 450px; }
.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}
.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: var(--thm-color);
	/* 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: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.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 {
	margin-bottom: 35px;
	font-size: 22px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-f3);
	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-base);
	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{
	color: var(--thm-white);
}
.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);
}
/* 新增 */
.hot-sell-wrapper h1 {
	text-align: center;
	margin: 40px;
	color: #333;
}

.hot-sell-wrapper .product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.hot-sell-wrapper .product-card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	padding: 20px;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: fadeInUp 1s ease forwards;
	opacity: 0;
}

.hot-sell-wrapper .product-card:nth-child(1) { animation-delay: 0.1s; }
.hot-sell-wrapper .product-card:nth-child(2) { animation-delay: 0.2s; }
.hot-sell-wrapper .product-card:nth-child(3) { animation-delay: 0.3s; }
.hot-sell-wrapper .product-card:nth-child(4) { animation-delay: 0.4s; }
.hot-sell-wrapper .product-card:nth-child(5) { animation-delay: 0.5s; }
.hot-sell-wrapper .product-card:nth-child(6) { animation-delay: 0.6s; }
.hot-sell-wrapper .product-card:nth-child(7) { animation-delay: 0.7s; }
.hot-sell-wrapper .product-card:nth-child(8) { animation-delay: 0.8s; }
.hot-sell-wrapper .product-card:nth-child(9) { animation-delay: 0.9s; }

@keyframes fadeInUp {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.hot-sell-wrapper .product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hot-sell-wrapper .hot-sell {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	color: white;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}

.hot-sell-wrapper .product-card img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin-bottom: 15px;
	border-radius: 8px;
}

.hot-sell-wrapper .product-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #111;
}

.hot-sell-wrapper .product-description {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.hot-sell-wrapper .read-more-btn {
	background: linear-gradient(to right, #007bff, #00c6ff);
	color: white;
	padding: 10px;
	border: none;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s ease;
}

.hot-sell-wrapper .read-more-btn:hover {
	background: linear-gradient(to right, #0056b3, #0099cc);
}

@media (max-width: 768px) {
	.hot-sell-wrapper .product-card {
		padding: 15px;
	}
}
/* 新增 */
.news-wrap * {
	box-sizing: border-box;

}

.news-wrap {
	font-family: 'Noto Sans SC', sans-serif;
	/*background: #f4f4f4;*/
	color: #333;
	margin:30px;
}

.news-wrap header {
	background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://picsum.photos/id/1015/1600/400') no-repeat center center/cover;
	padding: 60px 20px;
	text-align: center;
	color: white;
}

.news-wrap header h1 {
	font-size: 48px;
	margin-bottom: 10px;
}

.news-wrap header p {
	font-size: 18px;
	opacity: 0.9;
}

.news-wrap .news-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	padding: 40px 5%;
}

.news-wrap .news-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transform: translateY(20px);
	opacity: 0;
	transition: transform 0.6s ease, opacity 0.6s ease;
}

.news-wrap .news-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.news-wrap .news-card:hover img {
	transform: scale(1.05);
}

.news-wrap .news-card:hover {
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.news-wrap .news-content {
	padding: 20px;
}

.news-wrap .news-content h2 {
	font-size: 20px;
	margin: 0 0 10px;
}

.news-wrap .news-content h2 a {
	color: #111;
	text-decoration: none;
	position: relative;
	display: inline-block;
	transition: color 0.3s ease;
}

.news-wrap .news-content h2 a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #ff6600;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.news-wrap .news-content h2 a:hover {
	color: #ff6600;
}

.news-wrap .news-content h2 a:hover::after {
	transform: scaleX(1);
}

.news-wrap .news-content p {
	font-size: 15px;
	line-height: 1.6;
	color: #666;
}

@media (max-width: 600px) {
	.news-wrap header h1 {
		font-size: 32px;
	}
}
/* new

 */
.product-grid {
	padding: 60px 15px;
}

.product-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product-image-wrapper {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.product-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.product-card:hover .product-img {
	transform: scale(1.1);
}

.product-overlay {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
	opacity: 1;
}

.product-info {
	padding: 25px 20px;
	text-align: center;
}

.product-info h5 {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 20px;
}

.product-info p {
	font-size: 14px;
	color: #888;
	margin-bottom: 12px;
}

.price {
	font-size: 18px;
	font-weight: 600;
	color: #e91e63;
}

.btn-custom {
	border-radius: 50px;
	padding: 6px 16px;
	font-size: 14px;
}
/* 翻页*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 4px;
	padding: 10px 16px;
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	transition: all 0.3s ease;
	font-size: 15px;
}

.wp-pagenavi a:hover {
	background-color: #f0f0f0;
	color: #007bff;
	border-color: #ccc;
}

.wp-pagenavi .current {
	background-color: #007bff;
	color: #fff;
	font-weight: bold;
	border-color: #007bff;
}

.wp-pagenavi .pages {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #999;
	cursor: default;
}
/*产品样式增加
 */
/* 包裹作用域，防止污染其他页面样式 */
.atf-post-area .atf-post-slide {
	background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(32, 58, 67, 0.6);
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.atf-post-area .atf-post-slide:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 20px 40px rgba(44, 83, 100, 0.9);
}

.atf-post-area .atf-post-img {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	border-bottom: 2px solid #4c9aff;
}

.atf-post-area .atf-post-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.6s ease;
	border-radius: 12px 12px 0 0;
}

.atf-post-area .atf-post-slide:hover .atf-post-img img {
	transform: scale(1.1);
	filter: brightness(1.1);
}

.atf-post-area .atf-post-title {
	font-weight: 700;
	font-size: 1.25rem;
	color: #e0f7ff;
	margin: 16px 24px 8px 24px;
	position: relative;
	transition: color 0.3s ease;
}

.atf-post-area .atf-post-title a {
	color: inherit;
	text-decoration: none;
	position: relative;
	padding-bottom: 4px;
}

.atf-post-area .atf-post-title a::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #4c9aff;
	transition: width 0.3s ease;
}

.atf-post-area .atf-post-title a:hover::after {
	width: 100%;
}

.atf-post-area .atf-post-description {
	color: #bcd9f7;
	font-size: 0.95rem;
	margin: 0 24px 24px 24px;
	flex-grow: 1;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
