/*
Author       : Theme-Family
Template Name: Muqsat - 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 NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---HOME SHAPE TWO DESIGN 
		---HOME SHAPE THREE DESIGN 
		---HOME SHAPE FOUR DESIGN 
    04. START ABOUT DESIGN 
    05. START FEATURE DESIGN 
		----START SETUP  DESIGN
	06. START SCREENSHOT DESIGN
    07. START FREQUENTLY DESIGN
    08. START PRICING DESIGN
    09. START TESTIMONIAL DESIGN
    10. START TEAM DESIGN
	11. START BLOG DESIGN
    12. START COMPANY BRAND LOGO DESIGN
	13. START CONTACT DESIGN
	14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	overflow-x: hidden;
	height: 100%;
}

body {
	font-family: var(--thm-font);
	font-style: normal;
	font-size: 14px;
	color: var(--thm-p);
}

:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #1F65DB;
	--thm-color: #ED355B;
	--thm-color2: #fbac1c;
	--thm-black: #252c4b;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-f8: #f8f8f8;
	--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-font);
	font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a:hover,
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);
}

.atf-section-title p {
	padding: 20px 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 .sec_icon {
	position: relative;
	display: inline-block;
	margin-top: 10px;

}

.atf-section-title .sec_icon:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color) none repeat scroll 0 0;
	top: 16px;
	left: -56px;
}

.atf-section-title .sec_icon:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color) none repeat scroll 0 0;
	top: 16px;
	right: -56px;
}

.atf-section-title .sec_icon span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 2px;
	background: var(--thm-color) none repeat scroll 0 0;
	display: inline-block;
}

.atf-section-title .sec_icon .sec_radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: var(--thm-color) none repeat scroll 0 0;
	display: inline-block;
}

@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: var(--thm-black);
	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 {
	border: none;
	color: var(--thm-white);
	border-radius: 4px;
	font-size: 14px;
	padding: 14px 23px;
	font-weight: 700;
	transition: .5s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: var(--thm-black);
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	/* text-transform: capitalize; */
	letter-spacing: 0.08em;
}

.atf-themes-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, var(--thm-base), var(--thm-color));
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.atf-themes-btn:hover,
.atf-themes-btn:focus,
.atf-themes-btn:active {
	color: var(--thm-white);

}

.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: 4px;
}

.atf-one__btn-wrap {
	display: flex;
	justify-content: left;
	align-items: center;
}

.atf-one__btn:hover {
	color: var(--thm-white);
}

.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:hover::after {
	transform: scale(1);
}

.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-color), var(--thm-white));
	-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: 20px 0 36px;
	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;
}

.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;
	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 {
	width: 35px;
	transition: 0.3s all ease-in-out;
}

/*
* ----------------------------------------------------------------------------------------
*  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;
}

/*
* ----------------------------------------------------------------------------------------
*  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%;
}

/*
* ----------------------------------------------------------------------------------------
*  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
	}
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.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 {
	color: var(--thm-p);
}

.atf-about-content-area {
	padding-left: 15px;
}

.atf-about-content-area h2 {
	text-transform: capitalize;
	line-height: 40px;
}

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

/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature {
	background: var(--thm-f8);
}

#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 {
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.4s;
	transition-property: opacity, transform;
}

.atf-single-feature {
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out;
}

.atf-feature-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
	margin: auto;
}

.atf-feature-icon i {
	font-size: 45px;
	text-align: center;
	padding-top: 5px;
}

.atf-feature-text h3 {
	padding: 10px 0 10px 0;
	font-weight: 700;
}

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

.atf-feature-text {
	margin-left: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* START SETUP  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-setup {
	padding: 25px 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	text-align: left;
}

.atf-setup-content h3 {
	font-size: 20px;
}

.atf-setup-icon i {
	font-size: 25px;
	background-image: linear-gradient(-90deg, var(--thm-base), var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*
* ----------------------------------------------------------------------------------------
* END SETUP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. START SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
#screenshot {
	background: var(--thm-f8);

}

.atf-screenshot h3 {
	font-size: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#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;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 70px;
	background: #eee;
	color: var(--thm-black);
}

.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	left: 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
}

/*
* ----------------------------------------------------------------------------------------
* 07. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 08. START PRICING DESIGN
 *************************************/
#pricing {
	background: var(--thm-fb);
}

.atf-pricing-content {
	padding: 35px 15px;
	background: var(--thm-white);
	border-radius: 7px;
	transition: all 0.4s ease 0s;
	text-align: left;
	padding-left: 70px;
}

.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-image: linear-gradient(-90deg, var(--thm-base), var(--thm-color));
	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-color);
	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;
	border-top: 1px solid #eee;
	width: 150px;
}

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

.atf-pricing-body .offer-list-none i {
	color: rgba(247, 47, 60, 0.45);
}

.atf-pricing-content {
	position: relative;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

/**************************************
 * 08. END PRICING DESIGN
 *************************************/
/*

/*
* ----------------------------------------------------------------------------------------
* 09.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#download {
	background: var(--thm-f8);
	position: relative;
}

#download .atf-download-img {
	position: absolute;
	bottom: -108px;
	left: 0;
}

#testimonial {
	position: relative;
}

.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;
	border-radius: 8px;
	padding-bottom: 25px;
	border: 1px solid #eee;
}

.atf-testimonial-image {
	width: 100px;
	margin: 0 auto;
}

.atf-testimonial-image img {
	border-radius: 50%;
	margin-top: 20px
}

.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-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-"] {
	padding: 4px 11px;
	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));

}

/*
* ----------------------------------------------------------------------------------------
* 09.END TESTIMONIAL 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-color);
	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 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 {
	margin: 15px 0;
}

.atf-blog-btn a {
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.atf-blog-btn a:hover {
	color: var(--thm-color);
	text-decoration: underline;
}

/*
* ----------------------------------------------------------------------------------------
* 11.END BLOG DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12. START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background: var(--thm-f6);
}

.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
}

/*
* ----------------------------------------------------------------------------------------
* 12.END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact p {
	margin-top: 10px;
}

.contact h4 {
	font-size: 30px;
	margin-bottom: 20px;
	background-image: linear-gradient(90deg, var(--thm-base), var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	text-align: center;
}

.atf-main-contact {
	margin: 20px 0;
}

.atf-contact-details {
	margin-bottom: 20px;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.atf-contact-details i {
	font-size: 20px;
	color: var(--thm-color);
	text-align: center;
	/* border-radius: 50%; */
	float: left;
	margin-right: 12px;
	overflow: hidden;
	margin-top: 5px;
}

.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.atf-contact-details p {
	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: 14px 15px;
	border-radius: 7px;
	margin-bottom: 5px;
	border: 1px solid #eee;
	background: var(--thm-f6);
	font-size: 14px;

}

.contact .form-group input {
	height: calc(1.5em + 0.75rem + 10px);
}

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

label.required::after {
	content: "*";
	color: red;
	margin-left: 5px;
}

.atf-about-content-area .atf-contact-details {
	display: flex;
	margin-bottom: .5rem;
}

/*
* ----------------------------------------------------------------------------------------
* 13. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	position: relative;
}

.atf-footer-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-90deg, var(--thm-base), var(--thm-color));
	background-image: -webkit-linear-gradient(-90deg, var(--thm-base), var(--thm-color));
	border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
	transform: scaleX(2.1);
	z-index: -1;
}

.atf-mailchamp-border .form-group .form-control {
	display: inline-block;
}

.atf-mailchamp-subscribe {
	position: relative;

}

.atf-mailchamp-border {
	background-image: linear-gradient(90deg, var(--thm-color), var(--thm-color));
	padding: 30px 30px;
	border-radius: 10px;
}

.atf-mailchamp-headding h2 {
	font-size: 30px;
	color: var(--thm-white);
	margin-top: -10px;
}

.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: 13px;
	padding: 7px 23px;
	top: 0px;
}

.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-boottom {
	padding: 35px 0;
	background: rgba(0, 0, 0, 0.4);
}

.atf-footer-box p {
	color: var(--thm-white);
	margin-bottom: 20px;
}

.atf-footer-box strong {
	font-weight: 700;
}

.atf-footer-social-icon a i:hover {
	background: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.atf-footer-social-icon a i {
	font-size: 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-black);
}

.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-black);
	background: #fff;
	text-align: center;
}

.atf-footer-area .atf-footer-link {
	position: relative;
}

.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 33px;
	background: var(--thm-white);
	width: 11px;
	height: 3px;
}

.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 35px;
	top: 33px;
	background: var(--thm-white);
	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-black);
	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: var(--thm-base);
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf-footer-boottom a:hover {
	color: var(--thm-white);
}

.atf-payment-link img {
	margin-right: 6px;
}

.form-message {
	margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-main-setup {
	display: flex;

	.atf-setup {
		border-radius: .5rem;
	}
}

.atf-price-display {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: center;
}

body.inner {
	padding-top: 80px;
}

body.inner header {
	background: var(--thm-black);
}