/*
Author       : Theme-Family
Template Name: Al-Haqq - App Landing Page Template
Version      : 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
		---CLIPE HOME DESIGN
		---PARTICLES HOME DESIGN
		---WABES HOME DESIGN
		---GRADIENT HOME DESIGN
    04. START ABOUT DESIGN
	05. START COUNTER DESIGN
    06. START FEATURE DESIGN
    07. START SERVICE DESIGN
    08. START SCREENSHOT DESIGN
    09. START TEAM DESIGN
	10. START FREQUENTLY DESIGN
    11. START PRICING DESIGN
	12. START TESTIMONIAL DESIGN
	13. START BLOG DESIGN START
    14. START COMPANY BRAND LOGO DESIGN
    15. START CONTACT DESIGN
    16. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font2);
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Roboto', sans-serif;
	--thm-font2: 'Poppins', sans-serif;
	--thm-base: #ff8402;
	--thm-color: #2b1d6a;
	--thm-black: #2d3436;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #737789;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }

p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font2);
	font-weight: 400;
	letter-spacing: 0.4px;
}
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-base);
	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-ctn-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99900;
	background: var(--thm-white);
}
.atf-ctn-preloader .atf-animation-preloader {
	position: absolute;
	z-index: 100;
}

/* Spinner cargando */
.atf-ctn-preloader .atf-animation-preloader img {
	width: 300px;
	margin: 0 auto 20px;
	animation: letters-loading 5s infinite;
}

/* Texto cargando */
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading {
	text-align: center;
	user-select: none;
}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:before {
	animation: letters-loading 4s infinite;
	color: #d8ecbf;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top:0;
	line-height: 70px;
	position: absolute;
}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading {
	font-weight: 700;
	letter-spacing: 23px;
	display: inline-block;
	color: #6bdb6f;
	position: relative;
	line-height: 70px;
	font-size: 70px;
}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.atf-ctn-preloader .loader-section {
	background: var(--thm-f6);
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}
.loaded .atf-animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes letters-loading {
	0%,
	75%,
	100% {
	opacity: 0;
	transform: rotateY(-90deg);
  }

	25%,
	50% {
	opacity: 1;
	transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .atf-ctn-preloader .atf-animation-preloader .spinner {
	height: 8em;
	width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .atf-ctn-preloader .atf-animation-preloader .spinner {
	height: 7em;
	width: 7em;
  }
  .atf-ctn-preloader .atf-animation-preloader .atf-text-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
/*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: 30px;
	line-height: 1.3;
	color: #6bdb6f;
	text-transform: capitalize;
	font-family: var(--thm-font);
}
.atf-section-title p {
	padding: 10px 0 0px;
	width: 50%;
	font-size: 15px;
	font-family: var(--thm-font2);
	color: var(--thm-P);
	font-weight: 300;
	line-height: 28px;
	letter-spacing: 0.4px;
}
.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: 17px auto 15px auto;
	position: relative;
	border-radius: 30px;
	text-align: center;
}
.atf-section-title .animated-line,
.atf-section-title .animated-line::before {
	background: #6bdb6f;
}
.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;
}
 @-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-scrollup-icon {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: #6bdb6f;
	line-height: 55px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0 13px 15px rgba(0, 0, 0, 0.2);
}
.atf-scrollup-icon:hover {
	background: var(--thm-base);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }

/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn {
	color: var(--thm-white);
	letter-spacing: 0.7px;
	border-radius: 5px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 500;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: capitalize;
	position: relative;
	transform: translateY(0px);
	border: 1px solid var(--thm-base);
	background: var(--thm-base);
}

.atf-themes-btn:hover{
	background: #6bdb6f;
	color: var(--thm-white);
    transform: translateY(-1px);
	border: 1px solid #6bdb6f;
}
/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-navs{
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-navs .navbar-collaps {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav{
	position: relative;
	padding-right: 0px;
	margin-left:30px;

	padding-left: 0;
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-white);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: var(--thm-font);
}
.navbar-navs.navbar-expend .menu-nav:hover, .navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-base);
}
.navbar-navs .navbar-brand{
	color: var(--thm-white);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-navs.navbar-expend .menu-nav:hover {
	color: var(--thm-base);
}
.navbar-navs.navbar-collaps .show > .nav-link,
.navbar-navs.navbar-collaps .active > .nav-link,
.navbar-navs.navbar-collaps .nav-link.show,
.navbar-navs.navbar-collaps .nav-link.active {
	color: var(--thm-base);
}
.navbar-navs.navbar-expend .show > .nav-link,
.navbar-navs.navbar-expend .active > .nav-link,
.navbar-navs.navbar-expend .nav-link.show,
.navbar-navs.navbar-expend .nav-link.active {
	color: var(--thm-base);
}
.navbar-navs.navbar-collaps {
	transition: all .5s ease-in-out;
	background: #6bdb6f;
	padding-top: 20px;
	padding-bottom: 20px;
	-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;

}
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-base);
}

.navbar-navs.navbar-collaps .show > .menu-nav, .navbar-navs.navbar-collaps .active > .menu-nav, .navbar-navs.navbar-collaps .menu-nav.show, .navbar-navs.navbar-collaps .menu-nav.active {
	color: var(--thm-base);
}

.navbar-navs.navbar-collaps .navbar-expand {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .navbar-toggler span {
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
}
.navbar-navs .navbar-expand {
	color: var(--thm-gray);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-navs .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-navs .dropdown.show .dropdown-menu,
.navbar-navs .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-navs .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-navs .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	transition: all 500ms ease;
}
.navbar-navs .dropdown-menu .dropdown-item.active {
	background: var(--thm-base);
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-nav .menu-nav {
	position: relative;
}
.navbar-nav .menu-nav a:hover::after,
.navbar-nav .menu-nav a:hover::before,
.navbar-nav .menu-nav a.active::before,
.navbar-nav .menu-nav a.active::after{
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.navbar-nav .menu-nav a::before {
	width: 70%;
	left: 0px;
}
.navbar-nav .menu-nav a::after {
	width: 20%;
	right: 0px;
}
.navbar-nav .menu-nav a::after,
.navbar-nav .menu-nav a::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background: var(--thm-base);
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
	transition: all .3s ease-out 0s;
	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);
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0px ! important;
	padding-left: 0px ! important;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-hero-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #6bdb6f;
	opacity: 0.7;
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-area .atf-content-details h5 {
	color: #6bdb6f;
	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 {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	color: var(--thm-white);
	margin: 25px 0 40px;
	z-index: -1;
}
.atf-round-area{
	position: relative;
	background: var(--thm-base);
}
.atf-round-area {
	position: absolute;
	border-radius: 50%;
	top: 50%;
	right: 40px;
	width: 20%;
	height: 100%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.6;
}
.atf-hero-area {
	position: relative;
}
.atf-content-details  h2 {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp 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 fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }

.atf-content-details .atf-footer-social-icon{
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both;
}
/*
* ----------------------------------------------------------------------------------------
* 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{
	width:auto;
	height:auto;
}
/* owl theme */
.atf_home_img.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 0px ! 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: 15px;
	height: 5px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
    border: 1px solid var(--thm-white);
	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: var(--thm-base);
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
* 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%;
	background: rgba(0, 0, 0, 0.9);
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.atf-web-area svg {
	height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* 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(106deg, #ff8402, #2b1d6a);
	background: -webkit-linear-gradient(106deg, #ff8402, #2b1d6a);
	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 ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

.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-bottom:0;
	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);
}
.atf-about-single-content li::before {
	content: "\f00c";
	color: #6bdb6f;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 15px;
	border: 1px solid #6bdb6f;
	border-radius: 50%;
	padding: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-counter {
	padding: 25px;
	box-shadow: 4px 13px 14px 1px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 4px 5px 14px 1px rgba(75, 81, 91, 0.2);
}
.atf-counter-value {
	font-size: 35px;
	font-weight: 600;
	color: #6bdb6f;
}
.atf-main-counter{
	margin:15px 0;
}
.atf-counter-content h3 {
	font-weight: 500;
	font-size: 18px;
	color: var(--thm-base);
}
.atf-counter-icon{
	margin-bottom:15px;
}
.atf-counter-icon i {
	font-size: 50px;
	color: #6bdb6f;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature{
	position:relative;
	background:var(--thm-f6);
}
.atf-single-feature {
	position:relative;
}
.atf-feature-number {
	position: absolute;
	font-size: 100px;
	opacity: 0;
	font-weight: 500;
	top: 0px;
	left: 0;
}
.atf-feature-text h3 {
	padding: 15px 0 5px 0;
	color: #6bdb6f;
	font-weight: 700;
	letter-spacing: 1px;
}
.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-content{
	position:relative;
}
.atf-feature-content:hover {
	box-shadow: initial;
	transform: initial;
}
.atf-feature-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: #6bdb6f;
}
.atf-feature-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-feature-content:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-feature-content:after {
	height: 6px;
	background: var(--thm-base);
}
.atf-feature-content:hover h3 {
	color: var(--thm-base);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-feature-content:hover .atf-feature-icon {
	transform:translateY(-6px);
}
.atf-single-feature {
	border: none;
	border-radius: 0px;
	padding: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: var(--thm-white);
}
.atf-single-feature p{
	padding:0 20px;
}
.atf-feature-icon img {
	width: 100px;
	height: auto;
}
.atf-feature-icon {
	transition: .5s ease;
}
.atf-feature-icon i {
	color: #6bdb6f;
	font-size: 45px;
	text-align: center;
}
.atf-main-feature{
	margin:15px 0;
}
/*
* ----------------------------------------------------------------------------------------
* 06. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
#service{

}
.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-services{
	margin:15px 0;
}
.atf-single-services {
	padding: 15px 15px;
	border-radius: 0px;
}
.atf-service-content{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.atf-single-services:hover {
	background: var(--thm-base);
}
.atf-single-services:hover h3,
.atf-single-services:hover p,
.atf-single-services2:hover .atf-services-text p,
.atf-single-services:hover i{
	color: var(--thm-white);
	transition:0.3s ease-in-out;
}
.atf-single-services {
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-services-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-services-icon i {
	color: #6bdb6f;
	font-size: 45px;
	text-align: center;
	padding-top: 5px;
}
.atf-services-text h3 {
	padding: 0px 0 10px 0;
	color: #6bdb6f;
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-services-text p {
	color: var(--thm-p);
}
.atf-single-services2 {
	padding: 30px 20px;
}
.atf-single-services2 .atf-services-text p {
	color: var(--thm-p);
	padding:0 8px;
	color: var(--thm-p);
}
#watch{
	background:#6bdb6f;
}
.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;
}
.atf-watch-area .atf-section-title{
	margin-bottom:20px;
}
@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;
	height:100%;
}
.atf_home_img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.atf_home_img .iq-video {
	background: #6bdb6f;
	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: rgba(161, 133, 97, 0.5);
	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)";
	}
}
/*
* ----------------------------------------------------------------------------------------
* 07.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
#screenshot{
	position: relative;
	text-align: center;
	z-index:1;
}
.atf-screenshot-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
}
.atf-screenshot-overlay{
	overflow: hidden;
	position: relative;
	background: var(--thm-white);
	padding: 30px 0;
	margin: 0 15px;
	border-radius: 3px;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.24);
}
.atf-screenshot-area .owl-carousel .active.center .atf-screenshot-overlay {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}
/* owl theme */
.atf-screen-border.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 50px;
}
.atf-screen-border.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
    line-height: .7;
}
.atf-screen-border.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-screen-border.owl-theme .owl-dots .owl-dot.active span,
.atf-screen-border.owl-theme .owl-dots .owl-dot:hover span {
    background: #6bdb6f;
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid #6bdb6f;
}
/*
* ----------------------------------------------------------------------------------------
* 08.END SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.atf-single-team{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.atf-single-team .atf-team-pic{
    overflow: hidden;
    position: relative;
}
.atf-single-team .atf-team-pic::before {
	content: "";
	width: 200%;
	height: 100%;
	background: var(--thm-base);
	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: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.atf-single-team:hover .atf-team-social{ opacity: 1; }
.atf-single-team .atf-team-social li{ display: inline-block; }
.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;
}
.atf-single-team .atf-team-social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background:  #6bdb6f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover:after{
	 background:  var(--thm-base);
	 transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.atf-single-team .atf-team-content{ padding: 20px; transition: all 0.3s ease 0s; }
.atf-single-team .atf-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.6px;
	color: var(--thm-white);
	text-transform: uppercase;
	margin-bottom: 7px;
}
.atf-title{
	color: var(--thm-white);
}
.atf-team-content{
	background:  var(--thm-base);
	color: var(--thm-white);
}
.atf-single-team .post{
    display: block;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq {
	background:var(--thm-fb);
}
#faq .atf-section-title p{
	width:100%;
	color:var(--thm-p);
}
#accordion .panel{
    border: 1px solid #6bdb6f;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 12px;
}

#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    border-right: 8px solid #6bdb6f;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px;
}
#accordion .panel-heading:after{
    border-right: 7px solid var(--thm-white);
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 13px;
    left: -6px;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px 5px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #6bdb6f;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: var(--thm-white);
    background: var(--thm-base);
    text-align: center;
    border: 1px solid var(--thm-base);
    position: absolute;
    top: 0;
    left: -50px;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 0 15px 15px;
    border: none;
    line-height: 28px;
}
#accordion .panel-body p{ margin-bottom: 0; }
/*
* ----------------------------------------------------------------------------------------
* 10. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 11. START PRICING DESIGN
 *************************************/
#pricing{
}
.atf-pricing-content {
	background: var(--thm-white);
	border-radius: 7px;
	box-shadow: 5px 15px 20px 6px rgba(75, 81, 91, 0.2);
	transition: all 0.4s ease 0s;
	border-top: 3px solid #6bdb6f;
}
.atf-pricing-heading {
	margin-bottom: 10px;
	background:#6bdb6f;
	padding: 35px 15px;
	padding-left: 70px;
}
.atf-pricing-body {
	padding-left: 70px;
}

.atf-pricing-heading i {
    font-size: 50px;
    color:#6bdb6f;
    margin-bottom: 15px;
}
.atf-pricing-heading .atf-pricing-name h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: var(--thm-white);
}
.atf-pricing-name h4 {
	font-size: 17px;
	color:var(--thm-white);
}
.atf-pricing-heading .atf-pricing-name h2 {
    font-size: 33px;
    font-weight: 700;
	color:var(--thm-white);
}
.atf-pricing-heading .atf-pricing-name .atf-pricing-small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-white);
}
.atf-pricing-body ul li:first-child{
	border-top:none;
}
.atf-pricing-body ul li {
	display: block;
	/* width: 180px;
	border-top: 1px solid #ddd; */
	padding: 10px 0;
	border-color: #ddd;
	color: var(--thm-p);
}
.atf-pricing-body ul li:last-child {
    padding-bottom: 0;
}
.atf-pricing-body ul li i {
    color: #6bdb6f;
    padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
    color: var(--thm-black);
}
.atf-pricing-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content .atf-themes-btn{

	margin:35px 70px;
}
.atf-pricing-content .atf-themes-btn:hover{
	color:var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 11.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#testimonial{

}
.atf-testimonial-item{
	margin: 0px 20px 50px 0px;
	overflow:hidden;
	position: relative;
}
.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: 30px 5px 20px 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-black {
	color: #6bdb6f !important;
}
.atf-testimonial-star-icon i {
	cursor: pointer;
	color: var(--thm-black);
	margin-top: 7px;
}
/* owl theme */
.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: 50px;
    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 {
    background: #6bdb6f;
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid #6bdb6f;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
#blog{
	background: var(--thm-fb);
 }
.atf-blog-area .atf-single-blog {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #6bdb6f;
}
.atf-blog-area .atf-single-blog .atf-blog-content {
	padding: 10px 25px 20px;
	background: var(--thm-white);
}
.atf-blog-icon i{
	color: #6bdb6f;
}
.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;
	color: #6bdb6f;
	line-height: 30px;
}
.atf-single-blog .atf-blog-content p {
	padding: 4px 0 15px;
}
.atf-blog-tag:hover,
.atf-blog-time:hover{
	color: #6bdb6f;
}
.atf-blog-icon {
	text-align:right;
}
.atf-blog-date i{
	color: #6bdb6f;
}
.atf-blog-date .atf-blog-comment{
	float:right;
}
.atf-blog-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-brand-content {
	background: #6bdb6f;
	padding: 30px 40px;
	color:var(--thm-white);
	border-bottom:5px solid var(--thm-base);
	border-left:5px solid var(--thm-base);
	transition:.3s;
	border-radius:5px;
}
.atf-brand-content:hover {
	background: var(--thm-base);
}
.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 }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* 14.END COMPANY BRAND LOGO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact p{
	margin-bottom:25px;
}
.contact h4 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #6bdb6f;
}
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.2);
}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 10px;
	display: block;
	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: 15%;
	background: #6bdb6f;
	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);
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 20px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	background: var(--thm-f6);
}
.contact .form-control:focus {
	border-color: #6bdb6f!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: #6bdb6f;
}
.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: 700;
	margin-bottom:10px;
	color:#6bdb6f;
}
.atf-about-btn .atf-themes-btn{

}
/*
* ----------------------------------------------------------------------------------------
* 15. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-overlay{
	background: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
}
.atf-mailchamp-border .form-group .form-control{
	line-height:40px;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-border{
	border-bottom:1px dashed var(--thm-white);
}
.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: #6bdb6f;
}
.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;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 9px;
	padding: 12px 23px;
	top: 63px;
}
.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;
}
/* Footer coloum */
.atf-footer-area{
	background:#6bdb6f;
}
.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:#6bdb6f;
	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: 25px;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-base);
}
.atf-footer-area .atf-footer-social-icon a i {
	font-size: 17px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-base);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 33px;
	background: var(--thm-base);
	width: 45px;
	height: 3px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    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: #6bdb6f;
	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-base);
}
.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

