
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #6E6AFF; 
	--thm-color: #0F172A; 
	--thm-color2: #fbac1c;
	--thm-black: #252c4b;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #737789;
	--thm-btn1: #737789;
	--thm-btn2: #9800d7;
}


ul,
li {
    margin: 0;
    padding: 0;
}

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, a:active {
	color: var(--thm-black);
	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;
}
::-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;
}
img, svg {
	vertical-align: middle;
}
*, ::after, ::before {
	box-sizing: border-box;
}
textarea {
	overflow: auto;
	resize: vertical;
}
.atf-color-ase{
	color:var(--thm-ase)! important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-status {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
}

.atf-status .atf-status-mes {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px)
}

.atf-status-mes:before,
.atf-status-mes:after {
    content: '';
    border: 1em solid #ffffff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: atf-status-mes 2s linear infinite;
            animation: atf-status-mes 2s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.atf-status-mes:before {
    -webkit-animation-delay: .5s;
            animation-delay: .5s
}

@-webkit-keyframes atf-status-mes {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes atf-status-mes {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}


/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
	text-align: left;
}
.atf-section-title h2 {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: var(--thm-font);
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-section-title p {
	padding: 10px 0 0px;
	font-size: 14px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
}
.atf-section-title h5 {
	color: var(--thm-base);
	line-height: 25px;
	margin: 0px 0 5px;
	text-transform: capitalize;
	font-family: var(--thm-font);
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title .animated-line {
	height: 4px;
	width: 70px;
	margin: 20px auto 7px auto;
	position: relative;
	border-radius: 30px;
	text-align: center;
}
.atf-section-title .animated-line,
.atf-section-title .animated-line::before {
	background-image:linear-gradient(90deg,var(--thm-color2),var(--thm-base));
}
.atf-section-title .animated-line::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
	background: var(--thm-color);
}
 @-webkit-keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
 @keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
@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-scroll-top:hover {
	transform:translateY(-10px);
}
.atf-scrollup-icon {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
	line-height: 55px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0 13px 15px rgba(0, 0, 0, 0.2);
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */


.atf-themes-btn {
    position: relative;
    z-index: 9999;
    border: none;
    color: var(--thm-white);
    border-radius: 10px;
    font-size: 16px;
    padding: 14px 38px;
    font-weight: 700;
    margin-left: 20px;
    transition: .5s;
    background: var(--thm-black);
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    letter-spacing: 0.08em;
}

@keyframes pulse-scale {
  0% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
  50% {
    transform: scale(1.05);
    filter: brightness(1.1) saturate(1.2);
  }
  100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
}


.atf-themes-btn:before {
  content: "";
  position: absolute;
  border-radius: inherit; /* 保留圆角 */
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,var(--thm-color2),var(--thm-btn2));
  box-shadow: 0 3px 0 #a33f2e, 0 8px 10px rgba(0, 0, 0, 0.3); /* 底部投影和柔光 */
  transform: scale(1);
  transform-origin: center;
  animation: pulse-scale 0.8s ease-in-out infinite;
}

.atf-themes-btn:hover, 
.atf-themes-btn:focus, 
.atf-themes-btn:active {
  color: var(--thm-white);
  transform: translateY(4px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
 
}
.atf-themes-btn:hover:before, 
.atf-themes-btn:focus:before, 
.atf-themes-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: inherit; /* 保留圆角 */
}
.atf-one__btn-wrap {
	display: flex;
	justify-content: left;
	align-items: center;
}
.atf-one__btn:hover {
	color: var(--thm-black);
}
.atf-one__btn {
	border-radius: 5px;
	color: #fff;
	transition: all .5s ease;
	text-align: left;
	width: 200px;
	position: relative;
	height: 75px;
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color));
}
.atf-one__btn::after, .atf-one__btn::before {
	content: "";
	position: absolute;
	border-radius: 5px;
	transition: transform .5s ease;
}
.atf-one__btn::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	background-color: #fff;
}
.atf-one__btn:hover::after {
	transform: scale(1);
}
.atf-one__btn::before {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	transform: scale(1);
	transform-origin: right;
	background-color: #242b4b;
}
.atf-one__btn i {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	font-size: 30px;
	background-image: linear-gradient(-90deg,var(--thm-color2),var(--thm-base));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-one_btn-watch i {
	left: 30px ! important;
}

.atf-one__btn b, .atf-one__btn span {
	font-weight: 700;
	line-height: 1em;
	position: relative;
	display: block;
	z-index: 10;
	transition: all .5s ease;
}
.atf-one__btn b {
	font-size: 18px;
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

.atf-site-header.atf-style1 {
	transition: all 0.4s ease; 
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-black);
	color: var(--thm-white) !important;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	transition: all .5s ease-in-out;
}

.atf-nav .atf-nav-list > li > a {
	color: var(--thm-white);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%; }

  .atf-top-header {
    display: none; }

}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:14px;
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 25px; 
		font-weight:500;
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 15px 0;
		display: inline-block;
	}
	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px); 
	}
	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px; 
	}
	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list li {
		position: relative; 
	}
	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-color2); 
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 10px 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s ease; 
	}
	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px; 
	}
	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.2em;
		padding: 8px 20px;
		color: var(--thm-black);
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%; 
	}
	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none; 
	} 
}
@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px; 
	}
	.atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-white);
		transition: all 0.3s ease; 
	}
	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg); 
	}
	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg); 
	}
	.atf-nav .atf-nav-list {
		position: absolute;
		width: 100vw;
		left: 0;
		background-color: var(--thm-black);
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px); 
	}
	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none; 
	}
	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px; 
		color: var(--thm-white);
	}
	.atf-nav .menu-item-has-children {
		position: relative; }

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 15px 0px 15px 0px;
	cursor: pointer; 
}
.atf-menu-toggle span,
.atf-menu-toggle span:before,
.atf-menu-toggle span:after {
	width: 100%;
	height: 2px;
	background-color: var(--thm-white);
	display: block; 
}
.atf-menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: 0.2s; 
}
.atf-menu-toggle span:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s; 
}
.atf-menu-toggle span:after {
	content: '';
	position: absolute;
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}
.atf-toggle-active span {
	background-color: rgba(0, 0, 0, 0);
	transition-delay: 0.2s; 
}
.atf-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s; 
}
.atf-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s; }
}
.atf-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
	background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
}
.atf-hero-area3:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	z-index: -1;
}
.atf-home-overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
}
.atf-cover-bg{
	position:relative;
	z-index: 1;
} 
.atf-cover-bg:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-area .atf-content-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-hero-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 50px;
	letter-spacing: 0.7px;
	line-height: 60px;
}
.atf-hero-area .atf-single-details p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: var(--thm-white);
	margin: 15px 0 25px;
	z-index: -1;
}
.atf-round-area {
	position: relative;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
}
.atf-round-area {
	position: absolute;
	top: 30%;
	right: 40px;
	width: 140%;
	height: 100%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.atf-hero-area {
	position: relative;
}
.atf-content-details  h2 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }

.atf-content-details  p {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }

.atf-content-details .atf-themes-btn{
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }
	
.atf-content-details .atf-footer-social-icon{
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both;
}
.atf-banner-img-one{
	 position: relative;
}
.atf-banner-img-one .atf-banner-img-inner {
	width: 100%;
	margin-left: -160px;
}
.atf-banner-img-one .atf-banner-img-inner   img {
	max-width: unset;
	width: auto;
}
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 83%);
}
.atf-home-active .home-image-box img{
    margin-top: 20px ! important;
	width:auto;
	height:auto;
}
.atf-watch-cart{
	position:relative;
	overflow:hidden;
	display:flex;
	cursor:pointer;
	margin: 0 0 20px 0;
}
.atf-watch-cart {
	content: '';
	position: absolute;
	left: 38%;
	top: 90%;
	background-image: linear-gradient(-90deg,var(--thm-color2),var(--thm-base));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity:0;
	visibility:hidden;
	display: inline-block;
	-o-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
	transition: all .3s;
}
.atf-watch-cart .icon{
	font-size:25px;
}
.atf-watch-cart .atf-dollar{
	font-size:20px;
}
.atf-home-active:hover .atf-watch-cart{
	opacity:1;
	visibility:visible;
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

/* owl theme */
.atf_home_img.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 20px ! important;
}
.atf_home_img.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0px;
    line-height: .7;
}
.atf_home_img .owl-controls{
	 margin-top: -25px;
}
.atf_home_img .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: linear-gradient(-90deg,var(--thm-color2),var(--thm-base));
	border: 1px solid var(--thm-color2);
	transition: 0.3s all ease-in-out;
}
.atf_home_img .owl-theme .owl-dots .owl-dot.active span,
.atf_home_img .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color2);
}
/*
* ----------------------------------------------------------------------------------------
* PARTICLES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-particles-area {
  position: relative;
  z-index: 1;
}
.atf-particle-one{
	 position: relative;
}
.atf-particle-one .atf-particle-img {
	width: 100%;
	margin-top: 140px;
}
.atf-particle-one .atf-particle-img  img {
	max-width: unset;
	width: auto;
}

/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.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%;
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.atf-web-area svg {
	height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
*  HOME SHAPE TWO DESIGN 
* ----------------------------------------------------------------------------------------
*/

.atf-home-shape{
    bottom: -18px;
    left: 0;
    position: absolute;
    right: 0;
   /*  z-index: 1; */
}

.atf-home-shape img {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

.atf-hero-area .section-shape{
    z-index: 0;
}
/*
* ----------------------------------------------------------------------------------------
*  WAVE DESIGN 
* ----------------------------------------------------------------------------------------
*/

.river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.atf-river-wave {
    background: url('../img/shapee/wave.svg') repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.atf-river-wave:nth-of-type(2) {
    top: -56px;
    animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes river-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-45px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
/*
* ----------------------------------------------------------------------------------------
*  HOME SHAPE THREE DESIGN 
* ----------------------------------------------------------------------------------------
*/
.atf-home-shape3 {
	bottom: -50px;
	left: -70px;
	position: absolute;
	right: 0;
	z-index: 1;

}
.atf-home-shape3 img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
.mr-lg-5 {
    color: #eaff00;
    font-weight: bold;
    cursor: pointer;
}

/*
* ----------------------------------------------------------------------------------------
*  HOME SHAPE FOUR DESIGN 
* ----------------------------------------------------------------------------------------
*/

.atf-home-shape4 img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.atf-home-shape4 {
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
@media (min-width: 768px){
    .section-hero {
        min-height: 500px;
    }
    .section-lg {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .atf-section-circle {
        position: relative
    }
}
.atf-section-circle {
    position: relative;
}
.atf-section-circle .stars-and-coded {
    margin-top: 8rem
}

.atf-section-circle .atf-shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%
}

.atf-section-circle .atf-shape span {
    position: absolute;
}
.atf-section-circle .atf-circle-animation span{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s linear;
}
.atf-section-circle .atf-shape-primary :nth-child(1) {
    background: #53f
}

.atf-section-circle .atf-shape-primary :nth-child(2) {
    background: #4553ff
}

.atf-section-circle .atf-shape-primary :nth-child(3) {
    background: #4f40ff
}

.atf-section-circle .atf-shape-primary :nth-child(4) {
    background: #25ddf5
}

.atf-section-circle .atf-shape-primary :nth-child(5) {
    background: #1fa2ff
}


.atf-section-circle .atf-shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.atf-section-circle .atf-shape-style-1 .span-200 {
    width: 200px;
    height: 200px
}

.atf-section-circle .atf-shape-style-1 .atf-circle-150 {
    width: 150px;
    height: 150px
}

.atf-section-circle .atf-shape-style-1 .atf-circle-100 {
    width: 100px;
    height: 100px
}

.atf-section-circle .atf-shape-style-1 .atf-circle-75 {
    width: 75px;
    height: 75px
}

.atf-section-circle .atf-shape-style-1 .atf-circle-50 {
    width: 50px;
    height: 50px
}

.atf-section-circle .atf-shape-style-1 :nth-child(1) {
    bottom: auto;
    left: -3%;
    top: -20px;
    background: rgba(255, 255, 255, .1)
}

.atf-section-circle .atf-shape-style-1 :nth-child(2) {
    top: 15%;
    right: 10%;
    background: rgba(255, 255, 255, .1)
}

.atf-section-circle .atf-shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: rgba(255, 255, 255, .3)
}

.atf-section-circle .atf-shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: rgba(255, 255, 255, .15)
}

.atf-section-circle .atf-shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: rgba(255, 255, 255, .05)
}

.atf-section-circle .atf-shape-style-1 :nth-child(6) {
    top: 65%;
    right: auto;
    left: 35%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .15)
}

.atf-section-circle .atf-shape-style-1 :nth-child(7) {
    right: 40%;
    bottom: 45%;
    background: rgba(255, 255, 255, .04)
}

.atf-section-circle .atf-shape-style-1 :nth-child(8) {
    right: 6%;
    bottom: 100px;
    background: rgba(255, 255, 255, .2)
}

.atf-section-circle .atf-shape-style-1 :nth-child(9) {
    right: 5%;
    bottom: 12%;
    background: rgba(255, 255, 255, .1)
}

.atf-section-circle .atf-shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 11%;
    left: 15%;
    background: rgba(255, 255, 255, .05)
}

@media (max-width:991.98px) {
    .atf-section-circle .atf-shape-style-1 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .atf-section-circle .atf-shape-style-1 span {
        height: 90px
    }
}
/*
* ----------------------------------------------------------------------------------------
* GRADIENT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-gradient{
	position: relative;
}
.atf-home-gradient::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity:1;
}
.atf-home-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	background: -webkit-linear-gradient(-90deg,var(--thm-base),var(--thm-color));	
	border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
	transform: scaleX(1.7);
}
.atf-img-bounce{
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature .atf-section-title{
	margin-bottom:20px;
}
.atf-shape2-two{
	position:relative;
}
[class*="atf-shape-two"] {
	position: absolute;
}
.atf-shape-two {
	bottom: 0px;
	right: 0;
	position: absolute;
	z-index: -1;
}
.atf-main-feature{
	margin:15px 0;
}
.atf-single-feature {
	padding: 20px 20px;
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.4s;
	transition-property: opacity, transform;
}
.atf-feature-content{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-single-feature {
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out;
	text-align: center;
}
.atf-feature-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-feature-icon i {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	text-align: center;
	padding-top: 5px;
}
.atf-feature-text h3 {
	padding: 10px 0 10px 0;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-feature-text p {
	color: var(--thm-p);
}
.atf-single-feature2 {
	padding: 30px 20px;
}
.atf-single-feature2 .atf-feature-text p {
	color: var(--thm-p);
	padding:0 8px;
	color: var(--thm-p);
}

/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about .atf-home-active{
	margin-top:-70px;
}
.atf-shape{
	position: relative;

}
[class*="atf-shape-one"] {
	position: absolute;
}
.atf-shape-one{
	position:absolute;
	top: 0px;
	left: 0;
	z-index:-1
}
.atf-about-content-area .atf-section-title{
	margin-bottom:0;
}
.atf-about-content-area .atf-section-title p {
	margin-top: 12px;
	color: var(--thm-p);
}
.atf-about-content-area{
	padding-left:15px;
}
.atf-about-content-area h2 {
	text-transform:capitalize;
}
.atf-about-content-area p {
	width:100%;
}
.atf-about-single-content {
	margin-top:20px;
}
.atf-about-single-content li {
	line-height: 40px;
	color: var(--thm-p);
	font-weight: 400;
}
.atf-about-single-content li::before {
	content: "\f00c";
	color: var(--thm-white);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 15px;
	border-radius: 50%;
	padding: 5px;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
}
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-counter-area {
	padding: 50px 20px;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
}
.atf-counter-value span{
	color: var(--thm-white);
}
.atf-counter-value {
	font-size: 35px;
	font-weight: 600;
}
.atf-main-counter{
	margin:15px 0;
}
.atf-counter-content h3 {
	font-weight: 700;
	font-size: 20px;
	color: var(--thm-white);
}
.atf-counter-icon{
	margin-bottom:15px;
}
.atf-counter-icon i {
	font-size: 50px;
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service{
	position:relative;
}
.atf-single-service {
	position:relative;
}
.atf-service-number {
	position: absolute;
	font-size: 150px;
	opacity: 0;
	font-weight: 500;
	bottom: 0;
	right: 0;
	transform: translate(-50%);
	left: 50%;
}
.atf-service-text {text-align:left;}

.atf-service-text h3 {
	padding: 0px 0 10px 0;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-service-content:hover .atf-service-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.1;
}
.atf-service-content{
	position:relative;
}
.atf-service-content:hover {
	box-shadow: initial;
	transform: initial;
}
.atf-service-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: var(--thm-color);
}
.atf-service-content:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-service-content:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-service-content:after {
	height: 6px;
	background: var(--thm-base);
}
.atf-service-content:hover .atf-service-icon {
	transform:translateY(-6px);
}
.atf-single-service {
	border: none;
	border-radius: 0px;
	padding: 20px 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-white);
	z-index: 1;
}
.atf-single-service p{
	padding-right:20px;
}
.atf-service-icon img {
	width: 100px;
	height: auto;
}
.atf-service-icon {
	transition: .5s ease;
}
.atf-service-icon {
	width: 80px;
	height: 80px;
	line-height: 110px;
	background: var(--thm-f6);
	border-radius: 50%;
	margin: 0 auto;
	float: right;
}
.atf-service-icon i {
	color: var(--thm-color);
	font-size: 45px;
	text-align: center;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-main-service{
	margin:15px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 07. END SERVICE DESIGN  
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START SCREENSHOT DESIGN  
* ----------------------------------------------------------------------------------------
*/
[data-carousel-3d]{
	border:none;
	background:none;
}
[data-carousel-3d]::before {
	padding-top: 75%;
}
[data-carousel-3d] [data-prev-button],
[data-carousel-3d] [data-next-button]{
	height:40px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
[data-carousel-3d] [data-prev-button]::before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
	content:"\f191";
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: auto;
    top: 0px;
    width: 40px;
    font-size: 20px;
    background-image: -moz-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    background-image: -webkit-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    background-image: -ms-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
	background-image: linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:left;
	opacity:0;
	visibility:hidden;
	left:-40px;
}
[data-carousel-3d] [data-next-button]::before {
	content:"\f152";
	font-family: "Font Awesome 5 Free";
	color: #fff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    width: 40px;
	left:auto;
    font-size: 20px;
    background-image: -moz-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    background-image: -webkit-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    background-image: -ms-linear-gradient(-45deg,#c018db 0,#4179fb 100%);
	background-image: linear-gradient(-45deg,#c018db 0,#4179fb 100%);
    border-radius: 50%;
    padding: 0px 11px;
    transition: all 0.4s ease 0s;
	cursor:pointer;
	text-align:right;
	opacity:0;
	visibility:hidden;
	right:-40px;
}
[data-carousel-3d] [data-next-button]:hover::before,
[data-carousel-3d] [data-prev-button]:hover::before{
	background-image: -moz-linear-gradient(-45deg,#4179fb 0,#c018db 100%);
    background-image: -webkit-linear-gradient(-45deg,#4179fb 0,#c018db 100%);
    background-image: -ms-linear-gradient(-45deg,#4179fb 0,#c018db 100%);
	background-image: linear-gradient(-45deg,#4179fb 0,#c018db 100%);
}
.screenshot-carousel:hover [data-next-button]::before{
	opacity:1;
	visibility:visible;
	right:0;
}
.screenshot-carousel:hover [data-prev-button]::before{
	opacity:1;
	visibility:visible;
	left:0;
}
/*
* ----------------------------------------------------------------------------------------
* . START SCREENSHOT DESIGN  
* ----------------------------------------------------------------------------------------
*/
.screenshot .swiper-slide{
    width: 300px;
}

/*
* ----------------------------------------------------------------------------------------
* END SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SETUP  DESIGN
* ----------------------------------------------------------------------------------------
*/
#set-up{
	background: var(--thm-f6);
}
.atf-setup {
	padding: 20px 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: var(--thm-white);
}
.atf-setup-content h3{
	margin-top:15px;
}
.atf-setup-icon i {
	font-size: 40px;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* END SETUP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START VIDEO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#watch{background-image:linear-gradient(90deg,var(--thm-base),var(--thm-color2));}
#watch .atf-section-title h2{
	color:var(--thm-white)! important;
	-webkit-text-fill-color: var(--thm-white)! important;
}
.atf-video-overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
}
.atf-shape3-three{
	position:relative;
}
[class*="atf-shape-three"] {
	position: absolute;
}
.atf-shape-three {
	position: absolute;
	bottom: 70px;
	left: 60px;
	animation-name: squareMover;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	perspective: 100px;
	transform-origin: center center;
}
@keyframes ImgBounce{0%{transform:translateY(0)}to{transform:translateY(-30px)}}

@keyframes squareMover{0%,to{transform:translate(0) rotate(0)}20%,60%{transform:translate(20px,40px) rotate(180deg)}30%,80%{transform:translate(40px,60px) rotate(0deg)}}

@keyframes shapeMover{0%,to{transform:perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)}50%{transform:perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)}}

.atf_home_img {
	position: relative;
	margin-top: 20px ! important;
	height:100%;
}
.atf-watch-img img {
	border-radius:8px;
}

.atf_home_img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf_home_img .iq-video {
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	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: 9;
	position: relative;
	border: 8px solid var(--thm-white);
}
.atf_home_img .iq-video i {
	margin-left: 3px;
}
.atf_home_img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf_home_img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_home_img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgb(253, 248, 252);
	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_home_img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_home_img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf_home_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)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 09.END VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.atf-single-team .atf-team-pic {
	overflow: hidden;
	position: relative;
	background: var(--thm-fb);
}
.atf-single-team .atf-team-pic::before {
	content: "";
	width: 200%;
	height: 100%;
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	position: absolute;
	bottom: -100%;
	left: -4%;
	transition: all 0.5s ease 0s;
	opacity:0.7;
}

.atf-single-team:hover .atf-team-pic:before{ bottom: 0; }
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-social {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 10%;
	right: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease 0.3s;
	transform: translateX(-60px);
}
.atf-single-team:hover .atf-team-social {
	opacity: 1;
	transform: translateX(-0px);
	transition: all 0.5s ease 0.3s;
}
.atf-single-team .atf-team-social li {
	margin: 20px;
}
.atf-single-team .atf-team-social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: var(--thm-white);
	margin-right: 10px;
	position: relative;
	transition: all 0.3s ease 0s;
	float: right;
	display: inline-block;
}
.atf-single-team .atf-team-social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background:  var(--thm-color2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover::after {
	background: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.6px;
	color: var(--thm-white);
	text-transform: uppercase;
	margin-bottom: 7px;
}
.atf-single-team .atf-team-content{
	transition: all 0.5s ease 0s;
	overflow:hidden;
	padding: 20px;
}
.atf-title{
	color: var(--thm-white);
}
.atf-team-content{
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	color: var(--thm-white);
}
.post{
    display: block;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature .atf-section-title .animated-line,
#download .atf-section-title .animated-line,
#watch .atf-section-title .animated-line,
#faq .atf-section-title .animated-line{
	margin: 20px auto 7px 2px;
} 
#faq {
	background:var(--thm-fb);
}
#faq .atf-section-title {
	margin-bottom:35px;
}
.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    -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 in out;
	transition: all 0.5s ease in out;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
	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 in out;
    transition: all 0.5s ease in out;
    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
}
/*
* ----------------------------------------------------------------------------------------
* 11. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 12. START PRICING DESIGN
 *************************************/
.atf-pricing-content {
	padding: 35px 15px;
	background: var(--thm-white);
	border-radius: 7px;
	transition: all 0.4s ease 0s;
	text-align: center;
}
.atf-pricing-heading {
	margin-bottom: 10px;
}
.atf-pricing-icon {
	background: rgba(255,255,255, 0.5);
	width: 100px;
	height: 100px;
	line-height: 115px;
	border-radius: 100px;
	margin: auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.atf-pricing-name .icon{
	font-size: 50px;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;

}
.atf-pricing-heading {
	position:relative;
}
.atf-pricing-heading h3 {
	position: absolute;
	left: -15px;
	top: -33px;
}
.atf-pricing-heading h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-white);
	background: var(--thm-black);
	padding: 10px 20px 10px 14px;
	opacity: 0.4;
	transition: all 0.3s ease-in-out 0s;
}
.atf-pricing-content:hover .atf-pricing-heading h3 {
	opacity:1;
}
.atf-pricing-name img {
	width: 80px;
	margin-bottom: 30px;
}
.atf-pricing-name h4 {
	font-size: 25px;
	color: var(--thm-white);
	margin: 15px 0;
	background: var(--thm-black);
	padding: 8px 20px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 700;
}
.atf-pricing-heading .atf-pricing-name h2 {
	font-size: 33px;
	font-weight: 700;
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-pricing-heading .atf-pricing-name .atf-pricing-small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-black);
}
.atf-pricing-body ul li:first-child{
	border-top:none;
}
.atf-pricing-body ul li {
	padding: 10px 0;
	color: var(--thm-white);
}
.atf-pricing-body ul li:last-child {
    padding-bottom: 0;
}
.atf-pricing-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
	color: var(--thm-white);
}
.atf-pricing-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content{
	position:relative;
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
}
.atf-pricing-content:hover {
	transform: initial;
}
.atf-pricing-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: var(--thm-ase);
}
.atf-pricing-content:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-pricing-content:hover:after {
	opacity: 1;
	transform-origin: center;
	transform: scaleX(1);
}
.atf-pricing-content:after {
	height: 4px;
	background: var(--thm-black);
}
.atf-pricing-content .atf-themes-btn{
	background: var(--thm-black);
}
/**************************************
 * 12. END PRICING DESIGN
 *************************************/
/*
/*
* ----------------------------------------------------------------------------------------
* 13.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#download {background-image:linear-gradient(90deg,var(--thm-color2),var(--thm-base));position: relative;}
#testimonial {background-image:linear-gradient(-90deg,var(--thm-base),var(--thm-color2)); position: relative;}
#testimonial .atf-section-title h2{
	color:var(--thm-white)! important;
	-webkit-text-fill-color: var(--thm-white)! important;
}
#download .atf-section-title h2{
	color:var(--thm-white)! important;
	-webkit-text-fill-color: var(--thm-white)! important;
}

.atf-testimonial-overlay {
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
}
.atf-testimonial-item {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	position: relative;
	background: var(--thm-white);
	border-radius: 8px;
}
.atf-testimonial-image {
	width: 100px;
	margin: 0 auto;
}
.atf-testimonial-image  img{
	border-radius: 50%;
	margin-top:30px
}
.atf-testimonial-info .atf-testimonial-designation {
	display: inline-block;
	font-size: 15px;
	line-height: 2.2em;
	font-weight: 300;
	letter-spacing: 0.05em;
	transition: all 500ms ease;
	text-align: center;
}
.atf-testimonial-inner {
	display: block;
	padding: 18px 30px;
	color: var(--thm-black);
}
.atf-testimonial-inner .atf-testimonial-text {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--thm-p);
	text-align: center;
}
.atf-testimonial-name {
	margin-top: 5px;
}
.atf-testimonial-info.text-center {
	padding-bottom: 30px;
}
.atf-testimonial-black {
	color: var(--thm-color) !important;
}
.atf-testimonial-star-icon i {
	cursor: pointer;
	color: var(--thm-black);
	margin-top: 7px;
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav [class*="owl-"] {
	color: #ffffff;
	margin: 12px;
	padding: 4px 11px;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
	border-radius: 30px;
}
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 30px ! important;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 15px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-top: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
    border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
	
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));

}
/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-blog-area .atf-single-blog {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.atf-blog-area .atf-single-blog .atf-blog-content {
	padding: 10px 25px 20px;
	background: var(--thm-white);
}
.atf-blog-icon i{
	color: var(--thm-color); 
}
.atf-post-img .atf-blog-tag a {
	overflow: hidden;
	position: relative;
}
.atf-blog-area .atf-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.atf-blog-area .atf-single-blog img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.atf-blog-content .atf-blog-tag {
	font-weight:500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-blog-content .atf-blog-time {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-single-blog .atf-blog-content h4 {
	padding-top: 18px;
	line-height: 30px;
	font-weight:600;
}
.atf-single-blog .atf-blog-content h4 a:hover{
	color: var(--thm-base);
}
.atf-single-blog .atf-blog-content p {
	padding: 4px 0 15px;
}
.atf-blog-tag:hover,
.atf-blog-time:hover{
	color: var(--thm-color);
}
.atf-blog-icon {
	text-align:right;
}
.atf-blog-date i{
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-grid{margin:15px 0;}
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}
.atf-blog-area .atf-post-slide {
	margin: 15px 0;
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 14px;
	font-weight: 400;
	margin: 6px 0;
	line-height: 20px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post-thumb.atf-zoom img {
	border-radius: 10px;
}
.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-base);
}
.atf-post-info {
	margin-top: 3px;
}
.blog_search {
	margin-bottom: 40px;
}
.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-base);
 box-shadow: none;
}
.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: 400px; }
.atf-page-heading::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
}
.atf-page-heading > div {
    position: relative;
    z-index: 1; }

.atf-page-heading-title {
  color: var(--thm-white);
  font-size: 45px;
  text-align: center;
  margin-bottom: 7px; }

.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: #fffbf2;
}
.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
	font-weight: 500;
}
	
.atf-widget .atf-widget-title::before {
	content: '';
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
	position: absolute;
	left: 26px;
	bottom: 0px;
	height: 4px;
	width: 40px;
}
.atf-widget .atf-widget-title::after {
	content: '';
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 4px;
	width: 15px;
}
.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;
}
.atf-widget-list a:hover {
    color: var(--thm-base); 
}
.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 2px 1px;
}
.atf-widget-list li::before {
	content: "\f105";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 20px;
	float: left;
	margin-right: 8px;
	margin-top: 5px;
	margin-left: 15px;
}
.atf-widget-list span {
	float: right;
	margin-right: 15px;
	font-weight: 600;
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
	border-radius: 5%;
	padding: 3px 5px;
	color: var(--thm-white);
	margin-top: -3px;
}	
.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-base);
	border-color: var(--thm-base); }

.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: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
	margin: 0;
	padding: 30px 40px 27px;
	font-size: 20px;
	line-height: 1.6em;
	border-left: 5px solid var(--thm-base);
	border-radius: 4px;
	font-weight: 400;
	margin: 20px 0;
	color: white;
	text-align: left;
}
.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #333;
	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-base); }

.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-base); }

.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-base); }

.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;
}
.children .comment-body,
.comment-body:not(:last-child) {
	border-bottom: 1px dashed;
	padding-bottom: 20px;
}
.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-base);
}

.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-base);
}
.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-base); }

.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: #fff;
    background: #2F2F2B;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    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: #fff;
    background: #2F2F2B;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.pagination li a.page-link:before{
    content: '';
    background: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.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
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 14.END BLOG DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15. START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
}
.atf-brand-content {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	padding: 30px 40px;
	color:var(--thm-white);
	transition:.3s;
	border-radius:5px;
}
.atf-brand-icon i {
	font-size:30px;
}
.atf-brand-content .atf-brand-icon {
	text-align:left;
	display:inline-block;
}
.atf-brand-content .atf-brand-icon strong{
	font-size:28px;
}
#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center; cursor:pointer; }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* 15.END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact {
	padding: 35px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
}
.contact p{
	margin-top:10px;
}
.contact h4 {
	font-size: 30px;
	margin-bottom: 20px;
	background-image: linear-gradient(90deg,var(--thm-base),var(--thm-color2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	text-align: center;
}
.atf-contact-info {
	padding: 22px 35px;
	margin-right: 25px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	background: wheat;
}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 15px 20px;
	background: white;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 50%;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	transform: translate(-0px);
	width: 100%;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 5px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	background: var(--thm-f6);
	font-size:14px;
}
.contact .form-control:focus {
	border-color: var(--thm-color)!important;
	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;
}
.contact .form-group label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom:10px;
	color:var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 16. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 17. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-mailchamp-border .form-group .form-control{
	line-height:40px;
}
.atf-mailchamp-subscribe {
	position: relative;
	background-image:linear-gradient(90deg,var(--thm-color),var(--thm-color2));
	padding: 30px 30px;
	border-radius: 10px;
}
.atf-mailchamp-border {
	border-bottom: 1px dashed var(--thm-white);
	padding-bottom: 40px;
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	color: var(--thm-white);
}
.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: 45px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
#subscribe-button i {
	font-size: 30px;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 29px;
	padding: 7px 23px;
	top: 95px;
}
.atf-mailchamp-subscribe  .atf-themes-btn:hover {
	transform: translateY(-0px);
	color:var(--thm-white);
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}

.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 17.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

