/*
Author       : Theme-Family
Template Name: 5gapps - Mobile App & Product Showcase Website 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 ONE DESIGN
		---HOME TWO DESIGN
		---HOME 3 WAVE DESIGN 
		---HOME 4 DESIGN  
		---HOME 5 DESIGN 
		---HOME 6 GRADIENT DESIGN
		---HOME 7 PARTICLES DESIGN
		---HOME 8 CLIPE DESIGN
		---HOME 9 WABES DESIGN
    04. START FEATURE DESIGN 
    05. START ABOUT DESIGN
	06. START COUNTER DESIGN 
    07. START SERVICE DESIGN 
		---START PAYMENT DESIGN
		---START VIDEO DESIGN 
    08. START SCREENSHOT DESIGN
    09. START WORKING DESIGN  
    10. START TEAM DESIGN
	11. START FREQUENTLY DESIGN
    12. START PRICING DESIGN
	13. START TESTIMONIAL DESIGN
	14. START BLOG DESIGN 
		---START BLOG DETAILS DESIGN
		---START BREADCRUMB DESIGN
		---START ERROR DESIGN
		---PAGINATION DESIGN
    15. START COMPANY BRAND LOGO DESIGN
		---START MARQUEE DESIGN
    16. START CONTACT DESIGN 
		---START NEWSLETTER DESIGN
    17. START FOOTER DESIGN
		---START COMING SOON DESIGN
		---OWl DOT DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&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:"Lexend", sans-serif;
	--thm-heading: "Manrope", sans-serif;
	--thm-base: #e83167;
	--thm-color: #1d32cd;
	--thm-color2:  #fbac1c !important;
	--thm-black: #252c4b;
	--thm-white: #ffffff;
	--thm-p: #6b6b6b;
	--line-bg: linear-gradient(90deg,var(--thm-base),var(--thm-color));
	--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;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	 scroll-behavior: smooth;
}
body {
	font-family: var(--thm-font);
	font-style: normal;
	font-size: 16px;
	color:  var(--thm-p);
}
p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: var(--thm-p);
	line-height: 1.9;
	font-family: var(--thm-font);
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-heading);
	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;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	text-decoration: none;
	transition: all 0.5s ease-out;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
dl,
ol,
ul {
    padding: 0;
    margin: 0;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}
button:hover {
    cursor: pointer;
}
button:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--thm-white);
	border-radius: 15px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: var(--thm-p);
    font-size: 16px;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
     color: var(--thm-p);
    font-size: 16px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
     color: var(--thm-p);
    font-size: 16px;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
     color: var(--thm-p);
    font-size: 16px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--thm-p);
    font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid var(--thm-white);
    font-size: 16px;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}
input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

::selection {
    background: var(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--thm-color);
    font-size: 14px;
    opacity: 1;
}
.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;
}
.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;
}
.bg-shape-dot.v1::before {
	opacity: .15;
}
.line-bg {
   background: linear-gradient(90deg,var(--thm-base),var(--thm-color));
}
.line-bg-2 {
	background: linear-gradient(-90deg,#9f6419,#0d1e97);
}
.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;
}  

/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  overflow: hidden;
  z-index: 99999;
}
.preloader svg {
  position: absolute;
  bottom: 0;
  height: 110vh;
  width: 100vw;
  fill: var(--thm-black);
}

.preloader .loader-inner .loaded {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--thm-white);
  text-transform: uppercase;
  letter-spacing: 8px;
  z-index: 99;
}

.preloader .loader-inner .loaded span {
  animation: loader-slide 1s infinite alternate;
}

.preloader .loader-inner .loaded span:nth-child(1) {
  animation-delay: 0s;
}

.preloader .loader-inner .loaded span:nth-child(2) {
  animation-delay: 0.1s;
}

.preloader .loader-inner .loaded span:nth-child(3) {
  animation-delay: 0.2s;
}

.preloader .loader-inner .loaded span:nth-child(4) {
  animation-delay: 0.3s;
}

.preloader .loader-inner .loaded span:nth-child(5) {
  animation-delay: 0.4s;
}

.preloader .loader-inner .loaded span:nth-child(6) {
  animation-delay: 0.5s;
}

.preloader .loader-inner .loaded span:nth-child(7) {
  animation-delay: 0.6s;
}

@keyframes loader-slide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/

/*START SECTION PADDING DESIGN*/
.atf_attach_bg_1, .bg_fixed {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.atf-section-padding {
	padding: 120px 0;
}
@media only screen and (max-width:991px) {
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.marquee-wrapper.pt-80.pb-120{
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.marquee-wrapper.pt-80.pb-120{
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.atf-cta-title-area.pt-80.pb-80.mb-80{
		padding-bottom: 60px;
		padding-top: 60px;
		margin-bottom:60px;
	}
}
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title .sub-title {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 500;
	background: linear-gradient(90deg,#c1053c,var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	display: block;
}
.atf-section-title .title {
	font-family: var(--thm-heading);
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.2;
}


@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;
	}
}
.animated-line {
	height: 4px;
	width: 70px;
	position: relative;
	border-radius: 30px;
	text-align: center;
}
.animated-line,
.animated-line::before {
	background-image:linear-gradient(90deg,var(--thm-color2),var(--thm-base));
}
.animated-line::before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG;
	background: var(--thm-color);
}
 @-webkit-keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
 @keyframes MOVE-BG {
 from {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
to {
	-webkit-transform: translateX(65px);
	transform: translateX(65px);
}
}
/*END SECTION TITLE DESIGN*/

/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
#back_to_top {
  height: 60px;
  width: 60px;
  background: var(--thm-white);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  inset-inline-end: 40px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}

#back_to_top.active {
  bottom: 40px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: backToTop 0.5s ease-in-out;
  background: var(--thm-color);
}

#back_to_top.return {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#scroll_to_top {
  height: calc(100% - 3px);
  width: calc(100% - 3px);
  background: var(--thm-white);
  color: var(--thm-black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

#scroll_to_top i {
  font-size: 16px;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  #back_to_top { height: 50px; width: 50px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #back_to_top { inset-inline-end: 30px; }
  #back_to_top.active { bottom: 30px; }
}

@media (max-width: 991px) {
  #back_to_top,
  #back_to_top.active {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
/* ---------- Animation ---------- */
@keyframes backToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  100% {
    transform: translateZ(0);
  }
}

/*---------------------------------
 END SCROLL TO TOP
---------------------------------*/

/* START BTN STYLE */

.atf-themes-btn {
	border: none;
	color: var(--thm-white);
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 40px;
	font-weight: 500;
	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: linear-gradient(90deg,var(--thm-color2),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-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: linear-gradient(90deg,var(--thm-base),var(--thm-color));
}
.atf-one__btn::after, .atf-one__btn::before {
	content: "";
	position: absolute;
	border-radius: 5px;
	transition: transform .5s ease;
}
.atf-one__btn::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: left;
	background-color: #fff;
}
.atf-one__btn:hover::after {
	transform: scale(1);
}
.atf-one__btn::before {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	transform: scale(1);
	transform-origin: right;
	background-color: #242b4b;
}
.atf-one__btn i {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	font-size: 30px;
	background-image: linear-gradient(-90deg,var(--thm-color2),var(--thm-base));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-one_btn-watch i {
	left: 30px ! important;
}

.atf-one__btn b, .atf-one__btn span {
	font-weight: 700;
	line-height: 1em;
	position: relative;
	display: block;
	z-index: 10;
	transition: all .5s ease;
}
.atf-one__btn b {
	font-size: 18px;
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  Start Search Design
/*----------------------------------------*/
.atf-searching-area {
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1032;
    
}
.atf-searching-area.active {
    opacity: 1;
    visibility: visible;
	top: 50%;
}
.atf-searching-area .atf-searching-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-color);
    background-color: var(--thm-white);
    color: var(--thm-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.atf-searching-area .atf-searching-form button:hover,
.atf-searching-area .atf-searching-close-btn:hover {
    background-color: var(--thm-color);
	color: var(--thm-white);
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-close-btn {
        right: 30px;
    }
}
.atf-searching-area .atf-searching-form {
    display: flex;
    width: 500px;
}
@media (max-width: 575px) {
    .atf-searching-area .atf-searching-form {
        width: 300px;
    }
}
.atf-searching-area .atf-searching-form input {
	border: 1px solid var(--atf-border-1);
	border-right: none;
	flex-grow: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 12px 18px;
	color: var(--thm-black);
	border-radius: 0;
}
.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--thm-color);
}
.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--thm-color);
    color: var(--thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--thm-white);
}
.atf-header-bottom-right {
    gap: 25px;
}
.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--thm-white);
    border: none;
}
/* header */
.atf-site-branding img {
    max-width: 150px;
    height: auto;
}
.atf-site-branding {
    font-size: 2rem;
}
.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
	transition: all 0.4s ease-out;
}
.header .header-top {
    padding: 20px 0
}
.atf-site-header.atf-style1.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-black);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
}
.atf-site-header.atf-style1.atf-style2.atf-sticky-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}
@keyframes stickyDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.atf-main-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li > a:active,
.atf-main-menu > nav > ul > li > a:focus,
.atf-main-menu > nav > ul > li > a:hover {
    color: var(--thm-color2);
}
.atf-main-menu > nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}
.atf-main-menu > nav > ul > li.menu-icon > a::before {
	content: "\f067";
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: -12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Font Awesome 7 free";
	font-weight: 900;
	 -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;
}

.atf-main-menu > nav > ul > li.menu-icon > a:hover::before {
	content: "\f068";
	opacity:1;
}
@media only screen and (max-width: 1199px) {
   .atf-main-menu > nav > ul > li.menu-icon > a::before {
		display:none;
	}
}
.atf-main-menu > nav > ul > li:last-child {
    margin-right: 0px !important;
}
.atf-main-menu > nav > ul > li > a {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 37px 0;
    display: block;
    color: var(--thm-white);
    text-transform: capitalize;
    -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;
    text-transform: capitalize;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
.atf-main-menu > nav > ul > li .sub-menu li .sub-menu,
.atf-main-menu > nav > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--thm-white);
    border-left: 2px solid var(--thm-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
    z-index: 6;
    transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > .sub-menu,
.atf-main-menu > nav > ul > li:hover > .sub-menu {
    transform: scaleY(1);
    visibility: visible;
}
.atf-main-menu > nav > ul > li .sub-menu li {
    position: relative;
    display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.atf-main-menu > nav > ul > li .sub-menu li > a {
	font-weight: 600;
	padding: 12px 20px;
	display: block;
	transition: all 0.5s ease;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font-size: 17px;
	-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;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a {
	padding-left: 40px;
	color: var(--thm-black);
	background: var(--atf-grey-6);
	letter-spacing:1px;
}
.atf-main-menu > nav > ul > li .sub-menu li > a::before {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 20px;
	content: "";
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	background: var(--thm-color);
	-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;
	border-radius: 50%;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a::before {
	opacity: 1;
	visibility: visible;
}
.atf-main-menu > nav > ul > li .arrow {
	border: 1px solid var(--thm-white);
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-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;
	margin: 0 0 1px 2px;
}
.atf-main-menu > nav > ul > li .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.atf-main-menu > nav > ul > li:hover .arrow.down{
	transform:rotate(230deg);
	border: 1px solid var(--thm-white);
	border-width: 0 2px 2px 0;
}
.atf-main-menu > nav > ul > li .sub-menu li .sub-menu {
	right: auto;
	left: 220px;
	top: 10%;
	border-top: none;
	border-left: 2px solid var(--thm-color);
}
@media only screen and (max-width: 1199px) {
    .atf-main-menu > nav > ul > li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 15px 0;
    }
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-main-menu-bars button {
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 5px;
	color: var(--thm-black);
	background-color: var(--thm-white);
	transition: 0.3s;
}
.atf-hamburger {
    position: fixed;
    background: var(--thm-white);
    width: 500px;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 1088;
	overflow-y: auto !important; /* Hamburger scroll */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
body.menu-open {
    overflow: hidden !important; /* Stop background scroll */
}
.atf-hamburger-overlay.atf-hamburger-overlay-open {
    pointer-events: auto;
    touch-action: none;
}
@media only screen and (max-width: 574px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 400px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
.atf-hamburger-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.atf-hamburger-close-toggle {
    font-size: 30px;
    color: var(--thm-p);
}
.atf-hamburger-close-toggle:hover {
    color: var(--thm-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .atf-hamburger-header {
        margin-bottom: 40px;
		border-bottom: 1px solid var(--atf-border-1);
		padding-bottom: 30px;
    }
}
.atf-hamburger-title {
    font-size: 35px;
}
.atf-hamburger-info span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: var(--thm-black);
}
.atf-hamburger-sm-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.atf-hamburger-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--thm-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
    margin-right: 5px;
	transition: all 0.3s ease-out;
}
.atf-hamburger-social a:hover{
	color: var(--thm-white);
	background:var(--thm-color);
}
.atf-hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.atf-hamburger-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
/*----------------------------------------*/
/* Mobile menu css
/*----------------------------------------*/
.atf-hamburger-menu ul {
    list-style: none;
}
.atf-hamburger-menu ul li {
    position: relative;
}
.atf-hamburger-menu ul li > a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -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;
}
.atf-hamburger-menu ul li > a:hover {
    color: var(--thm-black);
}
.atf-hamburger-menu ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.atf-hamburger-menu ul li.active > a {
    color: var(--thm-black);
}
.atf-hamburger-menu ul li.active > .atf-menu-close {
    color: var(--thm-black);
    border-color: var(--thm-black);
}
.atf-hamburger-menu ul li.active > .atf-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.atf-hamburger-menu ul li .sub-menu {
	display: none;
	padding-left: 15px;
	position: relative;
}
.atf-hamburger-menu ul li .sub-menu li{
	padding-left: 15px;
	position: relative;
}
.atf-hamburger-menu ul li .sub-menu li::before {
	content: '';
	background: var(--thm-color);
	left: 0;
	top: 18px;
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 50%;
}
.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
    padding-left: 0;
}
.atf-menu-close {
    position: absolute;
    right: 0;
    top: 7.5px;
    border: 1px solid rgba(1, 15, 28, 0.0);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}
.atf-menu-close:hover {
    border: 1px solid var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 02. END NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/* HOME ONE DESIGN */
#home{
	position:relative;
	z-index: 1;
}
.atf-home-shape {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	width: 100%;
}
.hero-frame {
	display: inline-block;
	box-shadow: 0 18px 40px rgba(17,17,17,.08);
}
.hero-frame img {
	position: absolute;
	object-fit: cover;
}
.hero-frame img {
	width: unset;
	height: auto;
	bottom: 55px;
	right: 100px;
}
.atf-hero-area {
    height: 750px;
    overflow: hidden;
}
.atf-aicenter {
	display: flex;
	align-items: center;
	min-height: 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;
}
.home-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-hero-content .sub-title {
	font-size: 16px;
	text-transform: uppercase;
}
.atf-hero-content .title {
	color: var(--thm-white);
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: clamp(36px, 4vw, 60px);
	letter-spacing: -2px;
	line-height: 1.1;
}
.atf-hero-content p {
	font-size: 16px;
	color: var(--thm-white);
}

/* HOME TWO DESIGN */
.home-2.atf-cover-bg::before {
	background: linear-gradient(-90deg,#9f6419,#0d1e97);
}
.hero-frame.v2 img {
	width: unset;
	height: 500px;
	bottom: 100px;
	right: 90px;
}
.shape.v2 {
	bottom: 0px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
/* avatars */
.customer-area {
	background: white;
	display: inline-block;
	padding: 25px 25px 12px;
	border-radius: 20px;
	position: absolute;
	right: 26%;
	bottom: 25%;
}
.avatars img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 3px solid var(--thm-white);
	margin-left: -5px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}
.customer-text .title {
	font-weight: 500;
	color: var(--thm-black);
	margin-bottom: 6px;
	display: inline-block;
}
.trust {
	color: var(--thm-white);
	font-size: 14px;
}
.stars {
	color: var(--thm-color2);
	font-weight: 700;
	font-size: 14px;
	width: 30px;
	height: 30px;
}
/* --- Existing CSS --- */
.hero_round_image {
	position: absolute;
	background: #ffafab;
	border-radius: 50%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 10;
	top: 35%;
	right: 25%;
	transform: translate(-50%, -50%);
}
.hero_round_text_area {
	position: relative;
	width: 140px;
	animation: spin 15s linear infinite;
	margin: 0 auto;
	padding: 5px;
}
.hero_round_text_area .about_round_text text {
    font-size: 22px;
    fill: var(--thm-black);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero_round_image .center-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	z-index: 20;
	font-size: 22px;
	color: var(--thm-color);
}

/*
* ----------------------------------------
*  HOME 3 WAVE DESIGN 
* ----------------------------------------
*/
.atf-river-shape {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	width: 100%;
}
.river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.atf-river-wave {
    background: url('../img/shape/wave.svg') repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.atf-river-wave:nth-of-type(2) {
    top: -56px;
    animation: river-wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes river-wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}
@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-45px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
/*
* ----------------------------------------
*  HOME 4 DESIGN 
* ----------------------------------------
*/
.home-4{
	background: linear-gradient(-90deg, rgb(249, 233, 213), rgb(172, 181, 249));
}
.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%;
}
.hero-frame.v3 img {
	height: 550px;
}
.atf-home3-shape-icon span {
	position: absolute;
	right: 35%;
	font-size: 100px;
	bottom: 25%;
}
.atf-home3-shape-icon.v2 span {
	position: absolute;
	right: 35%;
	font-size: 100px;
	top: 25%;
}
.atf-home4-social-icon a {
	font-size: 25px;
	width: 60px;
	height: 60px;
	display:inline-block;
	line-height: 60px;
	border-radius: 30px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-home4-social-icon a:hover {
	background: var(--thm-color);
}
/*
* ----------------------------------------
*  HOME 5 DESIGN 
* ----------------------------------------
*/
.home-5{
	background: linear-gradient(-90deg, rgb(249, 233, 213), rgb(172, 181, 249));
}
.atf-moblie-slider .moblie-slider-image img {
	width: auto;
	height: auto;
	display: inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* HOME 6 GRADIENT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home6-gradient{
	position: relative;
}
.atf-home6-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	background: -webkit-linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
	transform: scaleX(1.7);
	z-index: -1;
}
.atf-img-bounce{
	animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
/*
* ----------------------------------------------------------------------------------------
* HOME 7 PARTICLES DESIGN
* ----------------------------------------------------------------------------------------
*/
.hero-frame.home7 img {
	width: auto;
	height: auto;
	bottom: -100px;
	right: 135px;
}
.atf-particles-area {
	position: relative;
	z-index: 1;
}
/*
* ----------------------------------------------------------------------------------------
* HOME 8 CLIPE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 83%);
}
.atf-watch-cart {
	position: absolute;
	left: 40%;
	top: 90%;
	opacity:0;
	visibility:hidden;
	display: inline-block;
	-o-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	transform: translateY(35px);
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}
.atf-watch-cart .icon {
	font-size: 25px;
	margin-right: 10px;
}
.atf-watch-cart .atf-dollar{
	font-size:20px;
}
.atf-moblie-slider:hover .atf-watch-cart{
	opacity:1;
	visibility:visible;
	transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
/*
* ----------------------------------------------------------------------------------------
*  HOME 9 WABES DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home{
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.atf-web-area svg {
	height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.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-main-feature{
	margin:15px 0;
}
.atf-single-feature {
	padding: 20px 20px;
	transition-timing-function: cubic-bezier(.25, .25, .75, .75);
	transition-duration: 0.4s;
	transition-property: opacity, transform;
}
.atf-feature-content{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-single-feature {
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out;
	text-align: center;
}
.atf-feature-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-feature-icon i {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	text-align: center;
	padding-top: 5px;
}
.atf-feature-text h3 {
	padding: 10px 0 10px 0;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-feature-text p {
	color: var(--thm-p);
}
.atf-single-feature2 {
	padding: 30px 20px;
}
.atf-single-feature2 .atf-feature-text p {
	color: var(--thm-p);
	padding:0 8px;
	color: var(--thm-p);
}
/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-shape{
	position: relative;
}
[class*="atf-shape-one"] {
	position: absolute;
}
.atf-shape-one{
	position:absolute;
	top: 0px;
	left: 0;
	z-index:-1
}
.atf-about-content-area .atf-section-title{
	margin-bottom:0;
}
.atf-about-content-area .atf-section-title p {
	margin-top: 12px;
	color: var(--thm-p);
}
.atf-about-content-area{
	padding-left:15px;
}
.atf-about-content-area h2 {
	text-transform:capitalize;
}
.atf-about-content-area p {
	width:100%;
}
.atf-about-single-content {
	margin-top:20px;
}
.atf-about-single-content li {
	line-height: 40px;
	color: var(--thm-p);
	font-weight: 400;
}
.atf-about-single-content li::before {
	content: "\f00c";
	color: var(--thm-white);
	font-family: "Font Awesome 7 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 15px;
	border-radius: 50%;
	padding: 5px;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
}
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-counter-area {
	padding: 30px;
	background-image: linear-gradient(-90deg,var(--thm-base),#996608);
}
.atf-counter-value span{
	color: var(--thm-white);
}
.atf-counter-value {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
}
.atf-main-counter{
	margin:15px 0;
}
.atf-counter-content h3 {
	font-weight: 700;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 06.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
	position:relative;
}
.atf-service-text {text-align:left;margin-bottom:20px;}
.atf-service-text h3 {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-single-service {
	border: none;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-white);
	z-index: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf-single-service:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.atf-single-service:hover .atf-service-icon {
	background-color: var(--atf-grey-7);
	color: var(--thm-white);
}
.atf-service-icon {
	transition: .5s ease;
}
.atf-service-icon {
	width:70px;
	height: 70px;
	background: #fdcdbf;
	border-radius: 50%;
	line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.atf-service-icon i {
	color: var(--thm-color);
	font-size: 25px;
	text-align: center;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf-single-service:hover .atf-service-icon i {
	background-color: var(--atf-grey-7);
	color: var(--thm-white);
	-webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.atf-single-service {
	margin-bottom: 20px;
}
.feature-image-box {
	margin-top: 15px;
}
.feature-image-box.v2 {
	padding-top: 25px;
	border-radius: 25px;
	background: linear-gradient(90deg,#f9e9d5,#acb5f9);
}
.atf_video_area .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf_video_area .iq-video {
	background-color: var(--thm-color2);
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 83px;
	z-index: 9;
	position: relative;
	border: 8px solid #f7582a;
}
.atf_video_area .iq-video i {
	margin-left: 3px;
}
.atf_video_area .iq-waves {
	position: absolute;
	left: -15px;
	top: -16px;
	z-index: 2;
}
.atf_video_area .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_video_area .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgb(253, 248, 252);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf_video_area .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_video_area .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf_video_area .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
.atf_video_area.style1::before {
	border-radius: 50%;
	content: "";
	height: 864px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-432px);
	transform: translateX(-432px);
	top: calc(50% - 0px);
	width: 864px;
	z-index: 1;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color2));
}
.video-title {
	color: white;
	font-size: 40px;
	z-index: 10;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* service v2 */
.atf-single-service.v2 {
	padding: 0 55px;
	box-shadow: 0 0 15px rgba(0,0,0,0.0);
}
.atf-single-service.v2:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.0);
}
.atf-single-service.v2 h3 {
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END SERVICE DESIGN  
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START PAYMENT DESIGN  
* ----------------------------------------------------------------------------------------
*/
/* Payment design */
.payment_thumb {
	padding-top: 25px;
	border-radius: 25px;
	background: linear-gradient(90deg,#f9e9d5,#acb5f9);
}
.payment-2 {
	position: absolute;
	width: 300px;
	height: 210px;
	bottom: 0;
	right: 0;
	background: #e1cd5d;
	border-top: 20px solid white;
	border-top-left-radius: 20px;
	object-fit: contain;
	border-left: 20px solid white;
}
.payment_thumb_v2 {
	padding-top: 25px;
	border-radius: 25px;
	background: linear-gradient(90deg,#f9e9d5,#acb5f9);
}
ul.listing-style li {
	position: relative;
	padding-left: 30px;
	line-height: 34px;
	font-weight: 500;
	font-size: 16px;
	color: var(--thm-black);
}
ul.listing-style li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "\f058";
	font-family: 'Font Awesome 7 Free';
	color: var(--thm-color);
	font-size: 20px;
}
.atf-visitor-nav-list ul {
	display: flex;
	flex-direction: column;
}
.nav-tabs .nav-item .nav-link.active {
	background: var(--line-bg);
	color: var(--thm-white);
	font-weight: 500;
	border-radius: 10px;
	width: 90%;
	text-align: left;
	padding: 15px 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.20);
}
.nav-tabs .nav-item .nav-link:hover:not(.active) {
	background-color: var(--thm-color);
	color: var(--thm-white);
	border-radius: 10px;
	width: 90%;
	text-align: left;
}
.nav-tabs .nav-item .nav-link {
	background: var(--thm-black);
	color: var(--thm-white);
	border: none;
	font-weight: 500;
	font-size: 15px;
	border-radius: 10px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	padding: 15px 20px;
	text-align: left;
	width: 90%;
}
.atf-visitor-title .title{
	font-size:28px;
}
@media only screen and (max-width : 991px) {
	.atf-visitor-nav-list ul {
		flex-direction: inherit;
	}
}
/*
* ----------------------------------------------------------------------------------------
* START PAYMENT DESIGN  
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START SCREENSHOT DESIGN  
* ----------------------------------------------------------------------------------------
*/
/* SWIPER AREA */
.gallery.swiper {
	width: 100%;
	padding-bottom: 65px;
}
.gallery .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 420px !important;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}
/* PAGINATION */
.gallery .swiper-pagination-bullet{
    background: var(--thm-color) !important;
    width: 15px !important;
    height: 15px !important;
}
/* RESPONSIVE FIX */
@media (max-width: 991px){
    .gallery .swiper-slide{
        width: 260px !important;
        height: auto;
    }
}
/*
* ----------------------------------------------------------------------------------------
* END SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START WORKING DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-shape-three {
	position: absolute;
	bottom: 70px;
	left: 60px;
	animation-name: squareMover;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	perspective: 100px;
	transform-origin: center center;
	z-index:0;
}
@keyframes ImgBounce{0%{transform:translateY(0)}to{transform:translateY(-30px)}}

@keyframes squareMover{0%,to{transform:translate(0) rotate(0)}20%,60%{transform:translate(20px,40px) rotate(180deg)}30%,80%{transform:translate(40px,60px) rotate(0deg)}}

@keyframes shapeMover{0%,to{transform:perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)}50%{transform:perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)}}

.atf-single-how {
	position:relative;
}
.atf-how-text {text-align:left;margin-bottom:20px;}
.atf-how-text h3 {
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.atf-single-how {
	border: none;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-white);
	z-index: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf-single-how:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.atf-single-how:hover .atf-how-icon {
	background-color: var(--atf-grey-7);
	color: var(--thm-white);
}
.atf-how-icon {
	transition: .5s ease;
}
.atf-how-icon {
	width:70px;
	height: 70px;
	background: #fdcdbf;
	border-radius: 50%;
	line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.atf-how-icon i {
	color: var(--thm-color);
	font-size: 25px;
	text-align: center;
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.atf-single-how:hover .atf-how-icon i {
	-webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.atf-single-how {
	margin-bottom: 20px;
}
.atf-how-number {
	font-size: 55px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	font-weight: 600;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: var(--thm-color);
	-webkit-text-stroke-width: 1px;
	letter-spacing: 1px;
}
/*
* ----------------------------------------------------------------------------------------
* 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
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-shape-download img {
	position: absolute;
	bottom: -150px;
	right: 250px;
	z-index: 2;
}
.atf-shape-download.home8 img {
	position: absolute;
	bottom: -100px;
	right: 92px;
	z-index: 2;
	height: 600px;
}
.atf-shape-download.v2 img {
	position: absolute;
	bottom: -230px;
	right: 250px;
	z-index: 2;
}
.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-out;
	transition: all 0.5s ease-out;
	background: linear-gradient(-90deg,#9f6419,#0d1e97);
	font-size: 22px;
	font-weight: 500;
	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: 16px;
	font-weight: 700;
}
.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-body {
	border: 1px solid var(--atf-border-1);
}
.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}
.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--thm-color);
}
.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}
.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
/*
* ----------------------------------------------------------------------------------------
* 11. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 12. START PRICING DESIGN
 *************************************/
.atf-shape-icon span {
	position: absolute;
	right: 10%;
	font-size: 100px;
}
.atf-shape-icon-v2 span {
	position: absolute;
	left: 10%;
	font-size: 100px;
}
.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:400;
	line-height:1.2;
	color: var(--thm-white);
}
/* Standard/Highlighted Card Styling */
.standard-highlight-card {
	border: 5px solid var(--thm-color2);
	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;
}
/**************************************
 * 12. END PRICING DESIGN
 *************************************/
/*
/*
* ----------------------------------------------------------------------------------------
* 13.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial-item {
	padding: 40px 35px;
	overflow: hidden;
	position: relative;
	background: var(--thm-white);
	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;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-title-hover {
 background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
}
.atf-title-hover:hover {
  color: var(--thm-color);
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--thm-color) 0%, var(--thm-color) 100%);
}
.atf-single-blog {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.atf-blog-content-inner {
	padding:25px;
}
.atf-blog-content span {
	display: inline-block;
	background: #cfd8fb;
	padding: 8px 16px;
	border-radius: 10px;
	margin-bottom: 15px;
	color: var(--thm-color);
}
.atf-blog-icon i{
	color: var(--thm-color); 
}
.atf-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.atf-single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	object-fit: cover;
}
.atf-blog-content .atf-blog-time {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-single-blog .atf-blog-content h3 {
	padding-bottom: 10px;
	font-weight:600;
}
.atf-blog-content h3 a:hover{
	color: var(--thm-base);
}
.atf-blog-content p {
	padding: 4px 0 15px;
}
.atf-blog-icon {
	text-align:right;
}
.atf-blog-date i{
	background-image: linear-gradient(-90deg,var(--thm-base),var(--thm-color));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.3;
	content: "";
	background-color: var(--thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 10px;
	background-color: var(--thm-white);
	padding: 10px 20px;
}
.breadcrumb-single-content span {
	font-weight: 500;
	padding-right: 10px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--thm-black);
}
.breadcrumb-single-content span a:hover {
	color: var(--thm-color);
}
.breadcrumb-sub-title {
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px !important;
	font-weight: 700;
	letter-spacing: -1px;
	color: var(--thm-white);
	line-height: 1.3;
	font-family: var(--thm-heading);
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 160px;
	padding-bottom: 130px;
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--thm-black);
	display: inline-block;
	padding: 4px;
	-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;
	margin: 0px 0 0px 7px;
	background: var(--thm-black);
	border-radius: 50%;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center;
	}
}
@media only screen and (max-width:991px) {
	.breadcrumb-title {
		font-size:50px ! important;
	}
}
@media only screen and (max-width:767px) {
	.breadcrumb-title {
		font-size:36px ! important;
		letter-spacing:0px;
	}
}
/*----------------------------------------*/
/*   END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blogpost-thumb {
	position: relative;
}
.blogpost-thumb img {
	width: 100%;
	border-radius: 20px;
}
.blogpost-meta-box-area{
	padding: 35px 40px;
	border-radius: 15px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color: var(--thm-color);
}
.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--thm-black);
	-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;
	line-height: 1.3;
}
.blogpost-text p {
	margin-bottom: 20px;
}
blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: var(--thm-white);
	border: 2px solid var(--thm-color);
	margin-bottom: 0;
}
blockquote span {
	display: inline-block;
	text-align: center;
	font-size: 70px;
	line-height: 1;
	color: var(--thm-black);
	opacity: 0.2;
}
blockquote p {
	font-weight: 500;
	margin-bottom: 15px;
}
.atf-blog-details-blockquote p {
	font-size: 18px;
	font-weight: 400;
}
.blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	color: var(--thm-black);
}
.blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	content: "";
	background: var(--thm-color);
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--thm-black);
}
.blogpost-details-list-thumb img {
	border-radius: 15px;
}
@media only screen and (max-width:767px) {
	.blogpost-details-social{
		margin-top:30px;
	}
	.blogpost-comment-title {
		font-size: 28px ! important;
	}
}
@media only screen and (max-width:575px) {
	.blogpost-comment-avater {
		margin-bottom: 15px;
	}
	.blogpost-title {
		font-size: 28px;
	}
}
.blogpost-details-list-text{
	gap:25px;
}
@media only screen and (max-width:767px) {
	
	.blogpost-meta-box,
	.blogpost-details-list-text{
		flex-wrap:wrap;
	}
}
.blogpost-details-list img {
	border-radius: 20px;
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	color: var(--thm-p);
}
.blogpost-details-list ul li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: "Font Awesome 7 free";
	font-weight: 700;
	color: var(--thm-black);
}
.blogpost-details-share {
	padding: 30px 0;
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	color: var(--thm-black);
}
.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	-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;
	background: var(--thm-white);
}
.tagcloud a:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border: 1px solid var(--thm-color);
}
.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--thm-black);
	background: var(--atf-grey-7);
	-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;
}
.blogpost-details-social a:hover {
	color:var(--thm-white);
	background: var(--thm-color);
}
.atf-post-btn-group {
	display: flex;
	justify-content: space-between;
}
.atf-post-btn-group .title {
	-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;
	line-height: 1.4;
	font-size: 24px;
	color:hsl(0,0%,20%);
}
.atf-post-btn-group .title:hover{
	color:var(--thm-color);
}
.atf-post-btn-left {
	border-radius: 15px;
	-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;
}
.atf-post-author {
	border: 3px solid rgba(0,0,0,0.3);
	padding: 30px;
	border-radius: 15px;
}
.atf-author-img img {
	max-width: 170px;
	height: auto;
	flex: 0 0 auto;
	border-radius: 50px;
}
@media only screen and (max-width:575px) {
	.atf-post-author {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width:767px) {
	li.children.ml-100{
		margin-left:0;
	}
}
.atf-author-social {
	margin-top: 10px;
}
.atf-author-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.atf-author-social-icon li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-author-social-icon li a {
	display: inline-block;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--thm-black);
	background: var(--atf-grey-7);
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-author-social-icon li a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3)inset;
}
/* START BLOG COMMENT DESIGN */
.blogpost-comment {
	padding: 40px 40px;
	border-radius:15px;
}
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--thm-black);
}
.blogpost-comment ul li {
	list-style: none;
}
@media only screen and (max-width:767px) {
	li.children.ml-100{
		margin-left:0;
	}
}
.blogpost-comment-box {
	margin-bottom: 30px;
	border-bottom:1px solid var(--atf-border-1);
	padding-bottom: 30px;
}
.border-none{
	border:inherit;
}
.blogpost-comment-avater img {
	border-radius: 50px;
}
.blogpost-comment-avater {
	flex: 0 0 auto;
}
.blogpost-comment-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--thm-black);
}
.blogpost-author-date {
	font-size: 14px;
	font-weight: 500;
}
.blogpost-comment-text p{
	margin-bottom:15px;
}
.blogpost-comment-reply i {
	font-size: 13px;
}
.blogpost-comment-reply a {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 8px 18px 8px 15px;
	border-radius: 5px;
	background: var(--thm-black);
	color: var(--thm-white);
	-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;
	position: absolute;
	right: 30px;
	top: 0px;
}
.blogpost-comment-reply a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}
.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.blogpost-comment-from {
	padding: 30px 40px;
	border-radius:15px;
}
.blogpost-comment > ul > li:last-child > .blogpost-comment-box {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*----------------------------------------*/
/*   START ERROR DESIGN
/*--------------------------------------*/
.error-search-input {
	position: relative;
}
.error-search-input input:focus {
	border: 1px solid var(--thm-color);
}
.error-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 15px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	background-color: var(--thm-white);
}
.error-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 0 15px 15px 0;
}
.error-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--thm-white);
}
/*----------------------------------------*/
/* END ERROR DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START PAGINATION DESIGN
/*--------------------------------------*/
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link {
	color: var(--thm-black);
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 42px;
	height: 45px;
	width: 45px;
	padding: 0;
	margin: 0 10px;
	border: 1px solid var(--atf-border-1);
	border-radius: 0;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.5s ease 0s;
	box-shadow: none;
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link{
    font-size: 16px;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: var(--thm-color);
    background: transparent;
    border-color: var(--thm-color);
}
.pagination li a.page-link:before,
.pagination li a.page-link:after{
    content: '';
    background-color: #ccc;
    height: 3px;
    width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:after{
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after{
    background-color: var(--thm-color);
    height: 100%;
    width: 3px;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
}
/*----------------------------------------*/
/*   END PAGINATION DESIGN
/*--------------------------------------*/
/*
* -----------------------------------------
* 14.END BLOG DESIGN 
* -----------------------------------------
*/
/*
* -----------------------------------------
* 15. 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}

/*----------------------------------------*/
/* START MARQUEE DESIGN
/*--------------------------------------*/
.spread {
	visibility: hidden;
	overflow: hidden;
}
.color-me {
	color: var(--thm-color);
	width: 38px;
	height: 25px;
	margin-top: -5px;
}
.rotate {
	animation: spin 15s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marquee-wrapper {
	width: 100%;
	overflow:hidden;
}
.marquee-wrapper ul.marquee-content {
	display: flex;
	align-items: center;
	gap:30px;
}
.marquee-wrapper ul.marquee-content li {
	flex-shrink: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-table;
	font-weight: 700;
	font-size: 44px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: linear-gradient(90deg,#c1053c,var(--thm-color2));
	-webkit-text-stroke-width: 1px;
	white-space: nowrap;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	line-height: 1;
}
.marquee-wrapper ul.marquee-content li:hover{
	-webkit-text-fill-color: var(--thm-color);;
}
.marquee-wrapper ul.marquee-content li svg {
	color: var(--thm-base);
	font-size: 50px;
	margin-right: 25px;
}
@media only screen and (max-width:991px) {
.marquee-wrapper ul.marquee-content li {
		font-size: 50px;
	}
}
@media only screen and (max-width:767px) {
	.marquee-wrapper ul.marquee-content li {
		font-size: 36px;
	}
	.marquee-wrapper ul.marquee-content li i {
		font-size: 40px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.marquee-wrapper ul.marquee-content li {
		font-size: 28px;
	}
	.marquee-wrapper ul.marquee-content li i {
		font-size: 30px;
	}
	
}
/*----------------------------------------*/
/*  END MARQUEE DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 15.END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form label {
    font-weight: 600;
    color: var(--thm-black);
    font-size: 18px;
}
.atf-contact-form .atf_contact_input input,
.atf-contact-form .atf_contact_input textarea {
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    padding-left: 20px;
}
.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
    box-shadow: none;
    border: 1px solid var(--thm-color);
}
.atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.atf-choose-list.nice-select {
	border-radius: 0;
	width: 100%;
	background: var(--thm-white);
	border: 1px solid #d5d8db;
	color: var(--thm-black);
	height: 60px;
	padding-left: 15px;
}
.atf_contact_input .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--thm-p);
	float: none;
	padding: 0 20px;
	font-size: 16px;
	margin: 10px 0;
}
.atf_contact_input .nice-select::after {
	right: 20px;
}
.atf-contact-btn .atf-themes-btn {
    margin-top: 10px;
    text-align: center;
}
.form-message {
    color: var(--thm-black);
}
.atf-support-icon{
	width: 90px;
	height: 90px;
	background: var(--atf-grey-6);
	line-height: 90px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 50%;
	font-size:30px;
}
.atf-contact-address h3 {
	font-size: 22px;
	font-weight: 700;
}
.atf-contact-address p{
	margin:0;
}
.atf-contact-icon {
	font-size: 30px;
	color: var(--thm-color);
	text-align: center;
	border-radius: 5%;
}
.map iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: block;
}
/*
* ----------------------------------------------------------------------------------------
* 16. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/* START NEWSLETTER DESIGN
/*--------------------------------------*/
.atf-single-newsletter {
    position: relative;
}
.atf-single-newsletter .atf_contact_input input {
    background: transparent;
    color: var(--thm-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    padding-left: 15px;
}
.atf-single-newsletter .atf_contact_input input:focus {
    box-shadow: none;
    outline: 0 none;
    background: transparent;
    border-color: inherit;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--thm-color);
}
.atf-single-newsletter .atf_contact_input {
    margin-bottom: 0;
}
.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 16px;
	color: var(--thm-black);
	background: var(--thm-color2);
	padding: 11px 20px;
	border-radius: 5px;
	border: none;
}
.mailchamp input {
	border-radius: 0px;
	height: 55px;
	width: 100%;
}
/*----------------------------------------*/
/* END NEWSLETTER DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 17. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cta-title-area {
	border-bottom: 1px solid rgba(249, 244, 244, 0.3);
}
.atf-footer-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.55);
	z-index:-1;
}
.atf-footer-widget-logo img{
	margin-top:-4px;
}
.atf-footer-widget.footer-col-4-1 p {
	color: var(--thm-white);
}
.atf-footer-widget-text {
	margin-bottom: 25px;
}
.atf-footer-widget-text p {
  font-weight: 600;
  margin-right: 40px;
  color: #9ca6ae;
}
.atf-footer-widget-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
	color: var(--thm-white);
	margin-bottom: 50px;
	position: relative;
}
.atf-footer-widget-title::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 33px;
	background: var(--thm-white);
	width: 11px;
	height: 5px;
}
.atf-footer-widget-title::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 35px;
	background: var(--thm-white);
	width: 45px;
	height: 2px;
}
@media (max-width: 575px) {
  .atf-footer-widget-title {
    margin-bottom: 30px;
  }
}
.atf-footer-widget-menu ul li {
	list-style-type: none;
	margin-bottom: 10px;
}
.atf-footer-widget-menu ul li a {
  position: relative;
  font-size: 16px;
  color: #9ca6ae;
  font-weight: 600;
  display: inline-block;
  -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;
}
.atf-footer-widget-menu ul li a::before {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 54%;
	left: -10px;
	content: "";
	opacity: 0;
	visibility: hidden;
	border-radius: 5%;
	-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;
	transform: translateY(-50%);
	background: var(--thm-white);
}
.atf-footer-widget-menu ul li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.atf-footer-widget-menu ul li a:hover {
	padding-left: 20px;
	color: var(--thm-white);
}
.atf-footer-widget-menu ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	left: 0;
}
.atf-footer-widget-social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}
.atf-footer-widget-social ul li:last-child {
  margin-right: 0;
}
.atf-footer-widget-social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 5%;
	background: #847d7d;
	-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;
	color: var(--thm-white);
	transform: scale(1.0);
}
.atf-footer-widget-social ul li a:hover {
	color: var(--thm-black);
	background: var(--thm-color2);
	transform: scale(1.1);
}
.atf-footer-widget-info {
  gap: 25px;
}
.atf-footer-widget-info a {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: var(--thm-white);
	display: block;
	line-height: 1.7;
}
.atf-footer-widget-info p {
	color: var(--thm-white);
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
.atf-footer-widget-info span {
	color: var(--thm-black);
	font-size: 16px;
	background: var(--thm-color2);
	width: 50px;
	justify-content: center;
	display: flex;
	align-items: center;
	border-radius: 5%;
	height: 50px;
}
.atf-footer-widget-info a::after {
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  background: #9fa8ae;
  -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;
}
.atf-footer-widget-info a:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.atf-footer-widget.footer-col-4-3 span {
	font-weight: 500;
}
.atf-copyright-style {
	background: var(--thm-color);
}
.atf-copyright-text p {
	font-weight: 500;
	color: rgba(255,255,255,0.7);
}
.atf-copyright-text p a {
  color: var(--thm-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .atf-footer-widget.footer-col-4-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .atf-footer-widget {
	margin-bottom:40px;
  }
  
}
@media only screen and (max-width:991px) {
	.atf-footer-area.pb-80{padding-bottom:40px;}
	.atf-footer-area.atf-section-padding {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width:576px) {
	.atf-footer-area.pb-80{padding-bottom:20px ! important;}
	.atf-footer-area.atf-section-padding {
		padding-bottom: 20px ! important;
	}
}
.atf-footer-widget.footer-col-4-3 {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .atf-footer-widget.footer-col-4-3 {
    margin-left: 0;
  }
}
.atf-footer-widget-mail{
	gap:20px;
	background:var(--atf-grey-8);
}
.atf-footer-widget-mail span {
	padding: 5px 8px;
	background: var(--thm-white);
	color: var(--thm-color);
}
.atf-footer-widget-mailaddress p{
	margin:0;
}
/*
* ----------------------------------------------------------------------------------------
* 17.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*   START COMING SOON DESIGN
/*--------------------------------------*/
.atf-single-newsletter.style1 .subcribe-btn {
	right: 0px;
	top: 1px;
	font-size: 16px;
	padding: 12px 18px;
}
.comingsoon-details-social a {
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--thm-black);
	background: var(--atf-grey-7);
	-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;
}
.comingsoon-details-social a:hover {
	color:var(--thm-white);
	background: var(--thm-color);
}
@media only screen and (max-width:767px) {
	.atf-error-title-box .title,
	.atf-coming-title-box .title{
		font-size:28px;
	}
}
.atf-single-newsletter.style2 .subcribe-btn {
	right: 5px;
	top: 5px;
	font-size: 16px;
	padding: 10px 18px;
}
/* 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;
    }
}
/* END OWL DOT & NAV DESIGN */
