/*
Author       : Theme-Family
Template Name:  Muqsat - App & Software Landing Page Template 
Version      : 1.0.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
* ----------------------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
: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;
	--line-bg: linear-gradient(90deg, #BF0FFF, #CBFF49);
	--atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #fbefec;
    --atf-grey-7: #fdcdbf;
    --atf-grey-8: #fde3dc;
	--atf-border-1: #dddddd;
}
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-style: normal;
	font-size: 16px;
	color: var(--thm-p);
}
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: 16px;
	color: var(--thm-p);
	line-height: 1.9;
	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: 270px;
	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;
}
.black-bg {
    background-color: var(--thm-black);
}
.color-bg {
    background-color: var(--thm-color);
}
.grey-bg-1 {
    background-color: #f9f9f9;
}
.grey-bg-2 {
    background-color: #f5f5f5;
}
.grey-bg-3 {
    background-color: #f6f9ff;
}
.grey-bg-4 {
    background-color: var(--atf-grey-4);
}
.grey-bg-6 {
    background-color: var(--atf-grey-6);
}
.grey-bg-7 {
    background-color: var(--atf-grey-7);
}
.grey-bg-8 {
    background-color: var(--atf-grey-8);
}
/* Custom Cursor */
.cursor_body {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.cursor_body .cursor-in,
.cursor_body .cursor-out {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

/* Inner dot */
.cursor_body .cursor-in {
  width: 10px;
  height: 10px;
  background-color: var(--thm-color);
  transition: all 0.25s ease-out;
}

/* Outer ring */
.cursor_body .cursor-out {
  width: 40px;
  height: 40px;
  border: 1px solid var(--thm-color);
  opacity: 0.5;
  transition: all 0.2s ease;
} 
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-status {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: var(--thm-black);
}

.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: 120px 0;
}
@media only screen and (max-width:991px) {
	.pt-140.pb-95,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*START SECTION TITLE DESIGN*/
.atf-section-title  .title {
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	font-family: var(--thm-font);
	letter-spacing: -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .atf-section-title .title {
		font-size: 42px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-title p {
	font-size: 16px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
}
.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.v1 .sec_icon:before {
    left: 0;
}
.atf-section-title.v1 .sec_icon .sec_radius {
    margin: -2px 65px;
}
.atf-section-title.v1 .sec_icon:after {
    right: 0px;
}
/*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: 18px;
	width: 60px;
	height: 60px;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	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: 16px;
	padding: 15px 35px;
	font-weight: 600;
	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;
}
.atf-themes-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--line-bg);
  -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-black);
}
.atf-one__btn {
	border-radius: 5px;
	color: var(--thm-white);
	transition: all .5s ease;
	text-align: left;
	width: 200px;
	position: relative;
	height: 75px;
	padding-left: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	background-image: var(--line-bg);
}
.atf-one__btn::after, .atf-one__btn::before {
	content: "";
	position: absolute;
	border-radius: 5px;
	transition: transform .5s ease;
}
.atf-one__btn::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	background-color: #fff;
}
.atf-one__btn:hover::after {
	transform: scale(1);
}
.atf-one__btn::before {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	transform: scale(1);
	transform-origin: right;
	background-color: #242b4b;
}
.atf-one__btn i {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 30px;
    background-image: var(--line-bg);
    -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: 90px; 
}
.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: 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: 15px 20px;
		color: var(--thm-black);
		border-bottom: 1px solid #ddd;
	}
	.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: 300px;
		right: 0;
		background-color: var(--thm-black);
		padding: 10px 0;
		display: none;
		top: 100%;
		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 {
    height: 750px;
    overflow: hidden;
	background: linear-gradient(90deg, #BF0FFF, #CBFF49);
}
.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: rgba(0,0,0,0.3);
	z-index: -1;
}
.aicenter {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details .sub-title {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	background: #89b904;
	padding: 5px 20px;
}
.atf-single-details .title {
	color: var(--thm-white);
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 1.1;
}
.atf-single-details p {
	font-size: 18px;
	font-weight: 400;
	color: var(--thm-white);
}
.atf-home-active:hover .atf-watch-cart{
	opacity:1;
	visibility:visible;
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

/* owl theme */
.atf_home_img.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 20px ! important;
}
.atf_home_img.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0px;
    line-height: .7;
}
.atf_home_img .owl-controls{
	 margin-top: -25px;
}
.atf_home_img .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: linear-gradient(-90deg,var(--thm-color),var(--thm-base));
	border: 1px solid var(--thm-color);
	transition: 0.3s all ease-in-out;
}
.atf_home_img .owl-theme .owl-dots .owl-dot.active span,
.atf_home_img .owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
*  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;
}
.atf-home-shape4.v1 {
	bottom: -1px;
}
@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: zoom 8s linear infinite;
    animation: zoom 8s 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
* ----------------------------------------------------------------------------------------
*/
.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 .title {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -2px;
}
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-shape2-two{
	position:relative;
}
[class*="atf-shape-two"] {
	position: absolute;
}
.atf-shape-two {
	bottom: 0px;
	right: 0;
	position: absolute;
	z-index: -1;
}
.atf-single-feature {
	margin:15px 0;
	gap:15px;
}
.atf-feature-icon {
	display: inline-block;
}
.atf-feature-icon i {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
}
.atf-feature-text h3 {
    background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}
.feature-thumb img {
	height: 550px;
	object-fit: contain;
}
.feature-thumb.hero img {
	height: 500px;
	object-fit: contain;
}
/*
* ----------------------------------------------------------------------------------------
* START SETUP  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-working-content {
	padding: 25px 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
	text-align: left;
}
.atf-working-content h3{
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-working-content 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-single-screenshot{
	margin:12px 0;
}
.atf-screenshot h3{
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
/* SWIPER AREA */
.screenshot .screenshot-slider {
	width: 100%;
	padding-bottom: 65px;
}
.screenshot .swiper-slide {
	background-position: center;
	background-size: cover;
	align-items: center;
	overflow: visible;
	object-fit: cover;
}

/* PAGINATION */
.screenshot .swiper-pagination-bullet{
    background: var(--thm-color) !important;
    width: 15px !important;
    height: 15px !important;
}
/*
* ----------------------------------------------------------------------------------------
* 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-body {
	background: #ffe9e9;
	padding: 20px 28px;
}
.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- out;
	transition: all 0.5s ease-out;
	background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	font-size: 22px;
	font-weight: 600;
	padding: 12px 20px;
}
.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease- out;
	transition: all 0.5s ease-out;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: 'Font Awesome 7 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
}
.feature-thumb.v1 img {
	height: 660px;
	object-fit: contain;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 08. START PRICING DESIGN
 *************************************/
.pricing-sub-title{
	font-size:24px;
}
.pricing-card {
    background-color: var(--thm-black);
    border: 1px solid #333; /* Soft border */
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-feature-list li i {
	color: var(--thm-white);
}
.text-muted-light {
    color: #cccccc !important;
}
/* Card Hover Effect for Professional Touch */
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pricing-title{
	font-size:48px;
	font-weight:700;
	line-height:1.2;
	color: var(--thm-white);
}
/* Standard/Highlighted Card Styling */
.standard-highlight-card {
	border: 5px solid var(--thm-base);
	background: var(--thm-color);
}
/* Feature List Styling */
.pricing-feature-list li {
    padding: 10px 0;
    font-size: 1.05rem;
    color: #ccc;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3); /* Subtle separator */
}
.pricing-feature-list li:last-child {
    border-bottom: none;
}
.atf-pricing-btn .atf-themes-btn.hometwo{
	border-radius: 0;
}
/**************************************
 * 08. END PRICING DESIGN
 *************************************/
/*

/*
* ----------------------------------------------------------------------------------------
* 09.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial-item {
	padding: 40px 35px;
	overflow: hidden;
	position: relative;
	background: var(--atf-grey-3);
	border-radius: 8px;
}
.atf-testimonial-image {
	width: 100px;
}
.atf-testimonial-image  img{
	border-radius: 50%;
}
.atf-testimonial-info .atf-testimonial-designation {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0;
	transition: all 500ms ease;
}
.atf-testimonial-text {
	font-weight: 400;
	color: var(--thm-p);
}
.rating-content {
	font-size: 16px;
	padding: 3px 8px;
	font-weight: 400;
	color: var(--thm-black);
	justify-content: space-between;
}
.rating {
	color: var(--thm-color);
	font-weight: 600;
	font-size: 16px;
	padding: 2px 15px;
	border-radius: 5px;
	box-shadow: 0 0 0 4px rgba(240, 157, 84, 0.3), 0 0 0 6px rgba(202, 137, 14, 0.15);
}
.rating-icon {
	color: #ffab0b;
	font-weight: 700;
	margin-right: 10px;
	font-size: 16px;
}
.client-arrow {
	top: 23%;
	right: 30px;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--atf-grey-7);
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: var(--thm-black);
	font-size: 30px;
}
.bg-shape-dot {
	position: relative;
	overflow: hidden;
}
.bg-shape-dot::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#db8888 1px, transparent 1px), linear-gradient(90deg, #db8888 1px, transparent 1px);
	background-size: 24px 24px;
	opacity: .35;
	pointer-events: none;
	z-index: 0;
}
.atf-shape-download img {
	position: absolute;
	bottom: -150px;
	right: 250px;
	z-index: 2;
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team{
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-single-team .atf-team-pic {
	overflow: hidden;
	position: relative;
}
.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-team-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.atf-single-team:hover .atf-team-pic:before{ bottom: 0; }
.atf-single-team .atf-team-pic img {
	width: 100%;
	height: auto;
	background: linear-gradient(90deg,#f9e9d5,#acb5f9);
}
.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.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	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 a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: var(--thm-black);
	background: var(--thm-white);	
	position: relative;
	transition: all 0.3s ease 0s;
	display: inline-block;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	border-radius:20px;
}
.atf-single-team .atf-team-social li a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-team-content{
	background: linear-gradient(-90deg,#9f6419,#0d1e97);
	color: var(--thm-white);
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	overflow:hidden;
	padding: 30px;	
}
.atf-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--thm-white);
	text-transform: capitalize;
	margin-bottom: 5px;
}
.atf-post {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 25px; }
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START MAILCHAMP DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-mailchamp-input {
	position: relative;
}
.atf-mailchamp-title .title {
	font-size: 36px;
}
.atf-mailchamp-input form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-input form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 56px;
	padding-left: 15px;
	font-size: 16px;
	border-radius:10px;
}
.atf-mailchamp-input .form-group{
	margin-bottom:0;
}
#subscribe-button i {
	font-size: 20px;
}
.atf-mailchamp-input .atf-themes-btn {
	position: absolute;
	right: 6px;
	padding: 11px 23px;
	top: 6px;
}
.atf-mailchamp-input .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 5px;
	display:inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* END MAILCHAMP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-blog {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.atf-blog-content {
	padding: 30px 25px;
	background: var(--thm-white);
}
.atf-blog-icon i{
	color: var(--thm-color); 
}
.atf-post-img{
	overflow: hidden;
	position: relative;
}
.atf-post-img img{
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.atf-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.atf-blog-content h3 a{
	line-height: 1.4;
	font-weight:600;
	-webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.atf-blog-content h3 a:hover{
	color: var(--thm-color);
}
.atf-blog-date i{
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right:8px;
}
.atf-blog-btn a {
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	color:var(--thm-black);
}
.atf-blog-btn a:hover {
	color:var(--thm-color);
	text-decoration: underline;
}
/*
* ----------------------------------------------------------------------------------------
* 11.END BLOG DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12. START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-content {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	padding: 30px 40px;
	color:var(--thm-white);
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	border-radius:10px;
}
.atf-brand-icon i {
	font-size:30px;
}
.atf-brand-icon {
	display: flex;
	align-items: center;
	gap:10px;
}
.atf-brand-icon h3 {
	font-size: 28px;
	color: var(--thm-white);
}
.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
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
	margin-bottom: 20px;
	display: block;
}
.atf-contact-details i {
	font-size: 20px;
	color: var(--thm-color);
	text-align: center;
	overflow: hidden;
}
.atf-contact-details p {
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf_contact_input input{
	border-radius: 10px;
	margin-bottom: 15px;
	padding-left: 25px;
	border: 1px solid #eee;
	background: var(--thm-f6);
	font-size: 16px;
	height: 56px;
	width:100%;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf_contact_input input:hover,
.atf_contact_input input:active,
.atf_contact_input input:focus {
	border-color: var(--thm-color)!important;
	box-shadow: none;
	outline: 0 none;
}
.atf_contact_input textarea {
	border-radius: 10px;
	box-shadow: none;
	width:100%;
	height: 120px;
	padding-top: 15px;
	padding-left: 25px;
	border: 1px solid #eee;
	background: var(--thm-f6);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf_contact_input textarea:hover,
.atf_contact_input textarea:active,
.atf_contact_input textarea:focus {
	border-color: var(--thm-color)!important;
	box-shadow: none;
	outline: 0 none;
}
.atf_contact_input label {
	font-size: 22px;
	font-weight: 600;
	margin-bottom:10px;
	color:var(--thm-black);
	display:block;
}
.form-message {
	margin-top:5px;
}
/*
* ----------------------------------------------------------------------------------------
* 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:var(--thm-black);
	border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
	transform: scaleX(2.1);
	z-index: -1;
}

.atf-single-footer {
	position: relative;
}
.atf-single-footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	background: var(--thm-white);
	width: 11px;
	height: 3px;
}
.atf-single-footer::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 40px;
	background: var(--thm-white);
	width: 45px;
	height: 3px;
}
.atf-single-footer h3{
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 500;
}
.atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 6px;
}
.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-single-footer p{
	color: var(--thm-white);
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 55px;
	height: 55px;
	line-height: 44px;
	border-radius: 30px;
	color: var(--thm-black);
	background: var(--thm-white);
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	border: 5px solid var(--thm-base);
}
.atf-footer-social-icon a i:hover{
	background:var(--thm-color);
	color: var(--thm-white);
}
/* Footer copyright */
.atf-footer-copyright {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-copyright p{
	color: var(--thm-white);
}
.atf-footer-copyright 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-copyright a:hover{
	color:  var(--thm-white);
}
.border-b{
	border-bottom:1px solid rgba(255,255,255,0.3);
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*//* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
/* END OWL DOT & NAV DESIGN */



