/*
|----------------------------------------------------------------------
| Template Name:  AdviCore - Multipage Business & Consultant HTML Template
| Author: Themesfamily
| Developer: Themesfamily
| Description: This is Multi Business and Finance, Consultant etc.
| Version: 1.0.0
|----------------------------------------------------------------------
|----------------------------------------------------------------------
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,COMMON CLASSES, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---START HERO SECOUNDERY DESIGN
    04. START PARTNER DESIGN 
    05. START ABOUT DESIGN  
		---STAR CHOOSE DESIGN
		---START CLIENT DESIGN
		---START MARQUEE DESIGN
		---START VIDEO DESIGN
    06. START TEAM DESIGN 
	07. START FAQ DESIGN
	08. START SERVICE DESIGN ONE
		---START SERVICE DESIGN TWO
		---START WORKING PROCESS DESIGN
	09. START GALLERY DESIGN
	10. START PRICING DESIGN
		---START COUNTER DESIGN
	11. START BLOG DESIGN 
		---START BREADCRUMB DESIGN
		---START BLOG DETAILS DESIGN
		---START TEAM DETAILS DESIGN
		---START SERVICE DETAILS DESIGN
		---START GALLERY DETAILS DESIGN
		---START BLOG COMMENT DESIGN
		---START SIDEBAR DESIGN 
		---START ERROR DESIGN 
		---START PAGINATION DESIGN
		---START TERM PRIVACY DETAILS DESIGN
	12. START NEWSLETTER DESIGN
	13. START CONTACT DESIGN
	14. START CTA DESIGN
	15. START FOOTER DESIGN
		---ANIMATIONS
  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&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;
}

/* LINK COLOR */
:root {
    /**
  @font family declaration
  */
    --atf-ff-body: "Roboto", sans-serif;
    --atf-ff-heading: "Roboto", sans-serif;
    --atf-ff-fontawesome: "Roboto", sans-serif;
    /**
  @color declaration
  */
    --atf-thm-white: #ffffff;
    --atf-thm-black: #333333;
    --atf-thm-color: #2f4783; 
    --atf-thm-base: #FABC2A;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #F0F3FA;
    --atf-grey-7: #E1E6F4;
    --atf-grey-8: #D2DAEF;
	--atf-text-body:#606060;
	--atf-border-1: #dddddd;
    --atf-rgb-white: rgba(255,255,255,0.7);  
    --atf-gradient: linear-gradient(to right, #2f4783 0%, #44619d 60%, #83A0CE 100%); 
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
}
p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.9;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--atf-thm-black);
	font-family: var(--atf-ff-heading);
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
@media only screen and (max-width:767px) {
	h3 {
		font-size: 20px !important;
	}
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

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: 42px;
    width: 100%;
    line-height: 56px;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--atf-thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--atf-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(--atf-thm-black);
    font-size: 15px;
}
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(--atf-thm-black);
    font-size: 15px;
}
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(--atf-thm-black);
    font-size: 15px;
}
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(--atf-thm-black);
    font-size: 15px;
}
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(--atf-thm-black);
    font-size: 15px;
}
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(--atf-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(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

.z-index-1 {
    position: relative;
    z-index: 2;
}
.atf-title-hover {
 background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
    display: -webkit-box; 
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.atf-title-hover:hover {
  color: var(--atf-thm-color);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--atf-thm-color) 0%, var(--atf-thm-color) 100%);
}
/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.atf_attach_bg_1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_fixed {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* 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(--atf-thm-color);
  transition: all 0.25s ease-out;
}

/* Outer ring */
.cursor_body .cursor-out {
  width: 40px;
  height: 40px;
  border: 1px solid var(--atf-thm-color);
  opacity: 0.5;
  transition: all 0.2s ease;
}  
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
	overflow:hidden;
}
.black-bg {
    background-color: var(--atf-thm-black);
}
.color-bg {
    background-color: var(--atf-thm-color);
}
.grey-bg-1 {
    background-color: var(--atf-grey-1);
}
.grey-bg-2 {
    background-color: var(--atf-grey-2);
}
.grey-bg-3 {
    background-color: var(--atf-grey-3);
}
.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);
}
.dark-gradient {
    background: linear-gradient(to right, #2f4783 0%, #44619d 60%, #83A0CE 100%); 
}
.bg-half-left {
	position: absolute;
	height: 100% !important;
	width: 50%;
	right: 0;
	top: 0;
	object-fit: cover;
	overflow: hidden;
	border-radius:0;
}
@media only screen and (max-width: 991px) {
	.bg-half-left {
		display:none;
	}
}
/*---------------------------------
 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(--atf-thm-color);
}

.preloader .loader-inner .loaded {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--atf-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 BTN
---------------------------------*/
.atf-themes-btn {
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.6s ease 0s;
    color: var(--atf-thm-color);
    border: 1px solid var(--atf-thm-color);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
}
.atf-themes-btn:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
	height:100%;
    z-index: -1;
    transition: all 0.6s ease 0s;
	background: var(--atf-thm-color);
}
.atf-themes-btn.style1::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 100%;
	z-index: -1;
	transition: all 0.6s ease 0s;
	background: var(--atf-thm-color);
	border-left: 1px solid var(--atf-border-1);
}
.atf-themes-btn:hover:before{
    width: 100%;
}
.atf-themes-btn:hover{
    color:var(--atf-thm-white);
}
@media only screen and (max-width: 479px) {
    .atf-themes-btn{
        margin-bottom: 15px;
    }
}
.atf-themes-btn .icon {
	display: inline-block;
	color: var(--atf-thm-white);
}
.atf-themes-btn:hover  .icon {
  animation: bounce-up 0.3s ease-in-out 1;
}
/* home-two-btn */
.atf-themes-btn.hometwo{
	border: 1px solid var(--atf-thm-color);
}
.atf-themes-btn.hometwo:before{
	background: var(--atf-thm-color);
}
.atf-themes-btn.hometwo:hover{
    color:var(--atf-thm-white);
}
.atf-themes-btn.hometwo .icon {
	display: inline-block;
	color: var(--atf-thm-black);
}
.atf-themes-btn.hometwo:hover  .icon {
  color: var(--atf-thm-white);
}

/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title .title {
    font-family: var(--atf-ff-heading);
    color: var(--atf-thm-black);
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0px;
}


.atf-section-title p{
        margin-bottom: 0px;
}


@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;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-title .sub-title {
    color: var(--atf-thm-color);
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--atf-grey-6);
    padding: 3px 15px;
}
.atf-section-padding {
    padding-top: 50px;
    padding-bottom: 50px !important;
}
@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;
	}
}
/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
#back_to_top {
  height: 60px;
  width: 60px;
  background: var(--atf-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(--atf-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(--atf-thm-white);
  color: var(--atf-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
---------------------------------*/
/*----------------------------------------*/
/*  01. END GENERAL STYLE
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. START BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/* header top */
.atf-top-header {
    position: relative;
    z-index: 1;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    overflow: hidden;
}
.header-social-title.text-white {
	padding-right: 55px;
	font-size: 14px;
}
.header-social-divider {
	width: 35px;
	height: 1px;
	background-color: #fbf2f2;
	position: absolute;
	right: 125px;
	top: 17px;
}
.atf-header-top-social {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	gap:10px;
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    text-align: center;
}
.atf-header-top-social ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-header-top-social ul li {
	list-style:none;
}
.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	transition: all 0.5s ease-out;
}
.atf-header-top-social ul li a:hover{
	color: var(--atf-thm-white);
}
.atf-top-header .atf-top-header-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}
.atf-top-header-list li a {
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	position: relative;
}
.atf-top-header-list li 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-top-header-list li a:hover {
	color: var(--atf-thm-white);
}
.atf-top-header-list li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.atf-top-header-list li:last-child {
    margin-right: 0;
}
.atf-top-header-list li i {
	margin-right: 10px;
	color: var(--atf-thm-white);
}
.atf_bg_skew {
	position: relative;
	transition: all 0.4s ease-out;
	z-index: 7;
	background: linear-gradient(to right, #2f4783 0%, #44619d 60%, #83A0CE 100%);
}
.atf_bg_skew::after {
	background: var(--atf-thm-white) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(28% + 0px);
	border-left: 4px solid var(--atf-thm-color);
	transform: skewX(0deg);
	border-top-left-radius: 100px;
}
.atf_bg_skew::before {
	background: var(--atf-thm-white) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 25%;
	height: 100%;
	top: 0;
	left: 0;
	border-left: 4px solid var(--atf-thm-color);
	transform: skewX(0deg);
	border-bottom-right-radius: 100px;
}
.atf-site-header.atf-style1.atf-style2.atf-sticky-active.atf_bg_skew {
    background-color: var(--atf-thm-color);
}
@media only screen and (max-width:991px) {
	.atf_bg_skew::after {
		left: calc(40% + 25px);
	}
	.atf_bg_skew::before {
		width: 40%;
	}
	
}
@media only screen and (max-width:767px) {
	.atf_bg_skew::after {
		left: calc(50% + 25px);
	}
}
/*----------------------------------------*/
/*  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(--atf-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: 1024;
    
}
.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(--atf-thm-color);
    background-color: var(--atf-thm-white);
    color: var(--atf-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(--atf-thm-color);
	color: var(--atf-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(--atf-thm-black);
	border-radius: 0;
}
.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--atf-thm-color);
}
.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--atf-thm-white);
}
.atf-header-bottom-right {
    gap: 25px;
}
.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--atf-thm-color);
    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(--atf-thm-black);
    background-color: var(--atf-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 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(--atf-thm-black);
    background-color: var(--atf-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(--atf-thm-color);
}
.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: var(--atf-ff-fontawesome);
	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: 16px;
    font-weight: 600;
    padding: 20px 0;
    display: block;
    color: var(--atf-thm-black);
    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(--atf-thm-white);
    border-left: 2px solid var(--atf-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: 7px 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(--atf-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(--atf-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(--atf-thm-black);
	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(--atf-thm-black);
	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(--atf-thm-color);
}
@media only screen and (max-width: 1199px) {
    .atf-main-menu > nav > ul > li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 10px 0;
    }
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-main-menu-bars button {
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 5px;
    color: var(--atf-thm-white);
    background-color: var(--atf-thm-color);
    transition: 0.3s;
}
.atf-hamburger {
    position: fixed;
    background: var(--atf-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(--atf-text-body);
}
.atf-hamburger-close-toggle:hover {
    color: var(--atf-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(--atf-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(--atf-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(--atf-thm-white);
	background:var(--atf-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(--atf-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(--atf-thm-black);
}
.atf-hamburger-menu ul li.active > .atf-menu-close {
    color: var(--atf-thm-black);
    border-color: var(--atf-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(--atf-thm-color);
	left: 0;
	top: 20px;
	width: 8px;
	height: 8px;
	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(--atf-thm-black);
}
.call-to-action-item {
	background: var(--atf-grey-6);
	padding: 7px 16px;
	border-radius: 10px;
}
.call-to-action-icon {
	width: 50px;
	height: 50px;
	background: var(--atf-thm-color);
	text-align: center;
	line-height: 50px;
	margin-right: 15px;
	font-size: 18px;
	color: var(--atf-thm-white);
	border-radius: 50%;
}
.call-to-action-phone {
	font-size: 15px;
	font-weight:400;
}
.call-to-action-text h6 {
	font-weight: 400;
	font-size: 16px;
}
/*----------------------------------------*/
/*  End Mobile menu Design
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. START HOME DESIGN
/*----------------------------------------*/
#home {
    position: relative;
    z-index: 2;
}
/* Hero section */
.atf-hero-area {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 90px 0;
}
/* Title */
.hero-title {
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: 0px;
    white-space: normal;
    word-break: break-all;
    /* max-width: 400px; */
}
.hero-describtion {
    color: var(--atf-text-body);
    font-size: 16px;
    margin-bottom: 20px;
}
/* avatars */
.avatars img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 3px solid var(--atf-thm-white);
	margin-left: -25px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}
.customer-text .title {
    font-weight: 500;
	color: var(--atf-thm-black);
	margin-bottom:10px;
	display: inline-block;
}
.trust {
	color: var(--atf-thm-black);
	font-size: 14px;
}
.stars {
	color: #d5c120;
	font-weight: 700;
	margin-right: 10px;
	font-size: 16px;
}
/* Image frame (tilted & bordered) */
.hero-frame {
	display: inline-block;
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}
.hero-frame img {
    width: unset;
    height: 435px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 40px;
    /* width: 100%; */
}
/* Shape-top-right */
.shape-1 {
    position: absolute;
    left: 45%;
    bottom: 15%;
    width: 7%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    object-fit: cover;
    animation: spin 15s linear infinite;
}
.shape-2 {
	position: absolute;
	right: -120px;
	top: 20%;
	width: 30%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	object-fit: cover;
	animation: atftranslateX2 15s linear infinite;
	border-radius: 50%;
}
.shape-3 {
	position: absolute;
	left: 0;
	transform: rotate(90deg);
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	top: 27%;
}
.shape-4 {
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: spin 15s linear infinite;
}
.shape-5 {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: spin 15s linear infinite;
}
.shape-6 {
	position: absolute;
	right: 5%;
	bottom: 5%;
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: spin 15s linear infinite;
}
/* Custom background shapes */
.left-glow {
	position: absolute;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, #ffd11f 0%, transparent 70%);
	top: -70px;
	left: -70px;
	z-index: 0;
	opacity: 0.7;
	animation: zoom 9s infinite;
}
.right-dots {
	position: absolute;
	right: -150px;
	top: 10%;
	width: 300px;
	height: 300px;
	background-image: radial-gradient(#a2a2a2 10%, transparent 50%);
	background-size: 6px 1px;
	background-position: center;
	opacity: 0.55;
	z-index: 0;
	transform: rotate(45deg);
	border-radius: 50%;
	animation: bounce-up 9s infinite;
}
.blur-circle {
	position: absolute;
	top: 30%;
	right: 40%;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, #fff 0%, transparent 60%);
	filter: blur(20px);
	opacity: 0.7;
	animation: zoom 7s infinite;
}
/* --- FOLLOW US Text Styling --- */
.follow-us-text {
    font-size: 12px;
    font-weight: bold;
    color: var(--atf-thm-color); /* The orange/red color */ 
    letter-spacing: 1px;
	text-align:center;
}
.icon-divider {
	width: 60px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 25px;
	top: 10px;
}
.icon-divider-right {
	width: 60px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	right: 25px;
	top: 10px;
}
/* --- Social Icons Container --- */
.social-icons {
    display: flex;
    gap: 15px; /* Space between icons */
	justify-content:center;
}

/* --- Individual Icon Styling --- */
.icon-link {
    text-decoration: none;
    color: var(--atf-thm-color); /* Orange/red color for the icons */
    font-size: 14px; /* Size of the icons */
    transition: color 0.3s ease;
}

/* Optional: Hover effect */
.icon-link:hover {
	color: var(--atf-thm-black);
}
/* Responsive tweaks */
@media (max-width: 991px) {
    .hero-title {
        font-size: 40px;
    }
    .hero-frame img {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0 60px;
    }
    .hero-title {
        font-size: 28px;
        line-height: 1.3;
		letter-spacing: 0;
    }
    .hero-frame {
        transform: none;
    }
    .hero-frame img {
        width: 100%;
        height: 260px;
    }
}
.atf-aicenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.atf-cover-bg {
    position: relative;
    z-index: 1;
}
.atf-cover-bg::before {
    content: "";
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    position: absolute;
	background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
/*
* --------------------------------
* START HERO SECOUNDERY DESIGN
* --------------------------------
*/
.hero-secondary-title {
	font-size: 100px;
	color: var(--atf-thm-white);
	letter-spacing: -2px;
	line-height: 1.1;
	font-weight: 400;
}
.hero-secondary-thumb {
	display: inline-block;
	width: 200px;
	height: 120px;
	border-radius: 150px;
}
/* --- Existing CSS --- */
.hero_round_image {
	position: absolute;
	background: var(--atf-thm-base);
	border-radius: 50%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 10;
	top: 17%;
	right: 15%;
	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(--atf-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;
	color: var(--atf-thm-black);
	z-index: 20;
}
.hero-right-dots {
	position: absolute;
	right: 16%;
	top: 0;
	width: 250px;
	height: 270px;
	opacity: 0.25;
	z-index: 0;
	background: var(--atf-thm-color);
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.hero-secondary-thumbnail img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.hero-secondary-content p{font-size:18px;}
@media screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.hero-secondary-content .avatars{display:none;}
	.hero-secondary-title {
		font-size: 70px;
	}
}
@media screen and (min-width:768px) and (max-width:991px), only screen and (min-width:575px) and (max-width:767px) {
	.hero-secondary-title {
		font-size: 50px;
		letter-spacing:0;
	}
}
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START PARTNER DESIGN
/*--------------------------------------*/
.swiper.atf__partner_slider_active a {
	border-radius: 20px;
	padding: 8px 0;
	display: inline-block;
	background: var(--atf-grey-6);
	filter: brightness(1);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.swiper.atf__partner_slider_active a:hover {
	filter: brightness(80%);
}
/*----------------------------------------*/
/*  04. END PARTNER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  05. START ABOUT DESIGN
/*--------------------------------------*/
.atf-about-item .title{
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.atf-about-item .title:hover{
	color: var(--atf-thm-color);
}
.atf-about-item-icon span {
	width: 100px;
	height: 100px;
	background: var(--atf-thm-color);
	text-align: center;
	line-height: 110px;
	border-radius: 50%;
	margin-top: 15px;
	color: var(--atf-thm-white);
	display: inline-block;
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.atf-about-item title{
	font-size:22px;
	font-weight:600;
}
.atf-about-area{
    position: relative;
    overflow: hidden; 
}
.about_round_image {
	position: absolute;
	background: var(--atf-thm-base);
	border-radius: 50%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 10;
}
.about_round_image.style1 {
	bottom: -18%;
}
.about_round_text_area {
	position: relative;
	width: 140px;
	animation: spin 15s linear infinite;
	margin: 0 auto;
	padding: 5px;
}
.about_round_text_area .about_round_text text {
	font-size: 22px;
	fill: var(--atf-thm-black);
	text-transform: uppercase;
	letter-spacing: 2px;
}
.about-image-gallery{
	position: relative;
}
.about-business-image {
    object-fit: cover;
    z-index: 2;
    position: relative;
    /* Custom shadow matching the image */
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 0 0 10px rgba(255,102,0,0.1); 
}
.secondary-about-image {
	object-fit: cover;
	z-index: 1;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.atf-about-title{
	font-size:24px;
	font-weight:400;
}
.atf-about-icon {
	font-size: 40px;
	color: var(--atf-thm-white);
	text-align: center;
	transition: 1.3s;
	background: var(--atf-thm-color);
	padding: 10px 20px;
	margin-right: 30px;
	border-radius: 10px;
}
.experience-counter {
	top: 6px;
	left: 12px;
	background-color: white;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	box-shadow: 0 0 0 10px rgba(255,102,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
	text-align: left;
}
.experience-counter .icon-circle {
	width: 70px;
	height: 70px;
	background-color: var(--atf-thm-base);
	border-radius: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--atf-thm-black);
}
.experience-counter h4 {
	color: var(--atf-thm-color);
	font-weight: 400;
	font-size: 36px;
	line-height: 1.0;
}
.experience-counter_ceontent  .counter-number{
	font-size:36px;
}
.experience-counter_ceontent .year {
	font-size: 14px;
	font-weight: 500;
}
/* --- Right Column - Text & Tabs --- */
.nav-tabs .nav-item .nav-link {
	background-color: transparent;
	color: var(--atf-text-body);
	border: none;
	border-radius: 0;
	padding: 10px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 10px;
}
.nav-tabs .nav-item .nav-link.active {
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	font-weight: 700;
	border-radius:30px;
}
.nav-tabs .nav-item .nav-link:hover:not(.active) {
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
	border-radius:30px;
}

/* --- Video Placeholder --- */
.about_video_area {
    width: 100%;
    min-height: 180px; /* Fixed height for the video box */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about_video_area img{
	border-radius:20px;
}
/* --- Feature List --- */
.feature-list li {
    font-size: 1rem;
    color:  var(--atf-text-body);
    margin-bottom: 8px;
    text-align: left;
}
.feature-list li i {
	color: var(--atf-thm-color);
	margin-right: 5px;
}
/* --- Bottom Hand/Industry Image --- */
.about-shape-image {
	position: absolute;
	bottom: 0;
	right: 20%;
	width: 350px;
	max-width: 50%;
	z-index: -1;
	opacity: 0.2;
	animation: atftranslateX2 8s linear infinite;
}
/*---------------------------------
 STAR VIDEO ICON
---------------------------------*/
/*---------------------------------
STAR CHOOSE DESIGN
---------------------------------*/
.choose-thumb{
	border-radius:100px ! important;
}
.choose-counter {
	align-items: center;
	z-index: 3;
	text-align: left;
}
.choose-counter .icon-circle {
	width: 110px;
	height: 70px;
	background-color: var(--atf-thm-base);
	border-radius: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.choose-counter h4 {
	color: var(--atf-thm-color);
	font-weight: 400;
	font-size: 36px;
	line-height: 1.0;
}
.choose-counter_ceontent  .counter-number{
	font-size:36px;
}
.choose-counter_ceontent .year {
	font-size: 14px;
	font-weight: 500;
}
.choose-business-image img{
	position:relative;
}
/* --- Existing CSS --- */
.choose_round_image {
	position: absolute;
	background: var(--atf-thm-base);
	border-radius: 50%;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	z-index: 10;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
}
.choose_round_text_area {
    position: relative;
    width: 120px;
    animation: spin 15s linear infinite;
    margin: 0 auto;
    padding: 5px;
}
.choose_round_text_area .about_round_text text {
    font-size: 24px;
    fill: var(--atf-thm-black);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.choose_round_image .center-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	color: var(--atf-thm-black);
	z-index: 20;
}
/*----------------------------------------*/
/* START MARQUEE DESIGN
/*--------------------------------------*/
.color-me {
	color: var(--atf-thm-color);
	width: 50px;
	height: 50px;
}
.rotate {
	animation: spin 15s linear infinite;
}
.marquee-wrapper {
	width: 100%;
	overflow: hidden;
}
.marquee-wrapper ul.marquee-content {
	display: flex;
	align-items: center;
	gap:30px;
}
.marquee-wrapper ul.marquee-content li {
	position: relative;
	font-size: 70px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: .8;
	text-transform: uppercase;
	background-image: url(../img/bg/bg-text.png);
	background-size: cover;
	background-position: 50%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	white-space: nowrap;
	transition: all 0.5s ease-out;
	flex-shrink: 0;
}
.marquee-wrapper ul.marquee-content li:hover{
	-webkit-text-fill-color: var(--atf-thm-color);;
}
.marquee-wrapper ul.marquee-content li svg {
	color: var(--atf-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
/*--------------------------------------*/
/*---------------------------------
END CHOOSE DESIGN
---------------------------------*/
/*----------------------------------------*/
/* START CLIENT DESIGN
/*--------------------------------------*/
.swiper.client {
	width: 700px;
	height: 400px;
}
.client .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 24px;
  font-weight: 400;
  color: var(--atf-thm-white);
}
/* Styling for the main testimonial card */
.testimonial-card {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 0 10px rgba(93, 117, 249, 0.3), 0 0 0 6px rgba(255, 239, 228, 0.15);
}
/* Styling for the small rating cards on the left */
.rating-card {
	background-color: var(--atf-thm-white);
	border-radius: 8px;
	border: 1px solid #eee;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	font-size: 16px;
	padding: 3px 8px;
	font-weight: 400;
	color: var(--atf-thm-black);
}
.rating-card i {
	color: var(--atf-thm-color);
}
.rating-content{
	font-size: 16px;
	padding: 3px 8px;
	font-weight: 400;
	color: var(--atf-thm-black);
	justify-content:space-between;
}
.rating {
	color: var(--atf-thm-color);
	font-weight: 600;
	font-size: 16px;
	padding: 2px 15px;
	border-radius: 5px;
	box-shadow: 0 0 0 4px rgba(81, 124, 251, 0.3), 0 0 0 6px rgba(255, 239, 228, 0.15);
}
.rating-icon {
	color: #ffab0b;
	font-weight: 700;
	margin-right: 10px;
	font-size: 16px;
}
/* Reviewer Image style */
.reviewer-img {
    width: 90px; 
    height: 90px;
    object-fit: cover;
}
.testimonial-card .describtion{
	font-size:18px;
}
/* Scroll Arrow style (You might need to adjust positioning based on your final layout) */
.client-arrow {
	top: 22%;
	right: 70px;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c5deff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: var(--atf-thm-black);
}
/*----------------------------------------*/
/*  END CLIENT DESIGN
/*--------------------------------------*/
/*---------------------------------
 05. END ABOUT DESIGN 
---------------------------------*/
.video-area {
	height: 550px;
}
.video-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	transform: skewX(35deg) translate(-215px,0px);
	width: 60%;
}
.about_video_area .atf-video-icon {
	height: 50px;
	width: 50px;
	background-color: var(--atf-thm-white);
	color: var(--atf-thm-color);
}
.gallery-details.atf-video-icon {
	border-radius: 50%;
	background-color: var(--atf-thm-base);
	color: var(--atf-thm-color);
	width: 70px;
	height: 70px;
}
.video-area .atf-animation-zoom1 a:hover {
	color: var(--atf-thm-black) ! important;
}
.atf-video-icon {
	height: 100px;
	width: 100px;
	background-color: var(--atf-thm-base);
	color: var(--atf-thm-black);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-ms-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
}
.atf-animation-zoom1 a {
    -webkit-animation: 1s infinite zoom1;
    animation: 1s infinite zoom1;
}
@-webkit-keyframes zoom1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes zoom1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
/*---------------------------------
 END VIDEO DESIGN
---------------------------------*/
/*----------------------------------------*/
/*  05. END ABOUT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  06. START TEAM DESIGN
/*--------------------------------------*/
/* Member Card Styling */
.member-card {
	background-color: var(--atf-thm-black);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	padding: 15px;
}

.member-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
	transform: translateY(-6px);
}

.member-card-thumb {
    position: relative;
    /* Maintain aspect ratio similar to the image */
    padding-top: 130%; /* Adjust this value if image proportions are different */
}
.member-card-thumb img{
	border-radius:12px;
}
.member-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area nicely */
}
.member-info h3{
	font-size:24px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--atf-thm-white);
}
.member-info h3:hover{
	color: var(--atf-thm-base);
}
.team-trigger {
	position: absolute;
	bottom: -72px;
	right: 2px;
	background-color: var(--atf-thm-base);
	color: var(--atf-thm-black);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: transform 0.3s ease;
}
.team-trigger:hover {
    transform: scale(1.1);
}

/* Social Icons Overlay Styling */
.social-icons-overlay {
	position: absolute;
	bottom: 0px;
	right: 350px;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 15px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 5;
	border-radius: 12px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	visibility: hidden;
	
}
@media screen and (min-width:1200px) and (max-width:1399px) {
	.social-icons-overlay {
		padding: 5px;
	}
}
.social-icons-overlay.active {
    opacity: 1; /* Show when active */
	visibility: visible;
	right: 0px;
	overflow:hidden;
	z-index: 6;
}
.team-icon-link {
	color: var(--atf-thm-color);
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
	width: 40px;
	height: 40px;
	background: var(--atf-thm-base);
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}
.team-icon-link:hover {
    background: var(--atf-thm-white);
    transform: translateY(-2px);
	color: var(--atf-thm-black);
}
/*----------------------------------------*/
/*  06. END TEAM DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
*   07. START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card {
	border: none;
}
.atf-faq-accordion .card {
	border-bottom: 1px solid var(--atf-border-1);
	display: block;
	text-align: left;
	margin-bottom: 10px;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	border-radius: 0px;
}
.atf-faq-accordion .card .card-header {
	padding: 0;
	border: none;
	text-align: left;
	color: var(--atf-thm-black);
	border-radius: 0;
	background: transparent;
}
.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover  {
	background: transparent;
	color: var(--atf-thm-black);
	border-radius: 0px;
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 10px;
	font-family: var(--atf-ff-heading);
}
.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 0px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: var(--atf-ff-fontawesome);
	font-size: 15px;
	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 {
	padding: 0px 0px 10px;
	color: var(--atf-text-body);
}
.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(--atf-thm-color);
}
.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}
.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
.atf-faq-accordion.style2 .card{
	background:none;
}
/*
* ------------------------------------------
*  07. END  FAQ DESIGN
* ------------------------------------------
*/
/* ----------------------------------------------------------------- */
/* 08. START SERVICE DESIGN ONE */
/* ----------------------------------------------------------------- */
.atf-services-area-plr{
	padding-left:50px;
	padding-right:50px;
}
.services-section {
    background-color: #f8f9fa; 
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
/* Flex Container Setup */
.flex-service-container {
    padding: 0 15px; /* Space on both sides of the container */
}
/* Flex Card Wrapper: The key to width transition */
.flex-card-wrapper {
    flex-grow: 1; /* Default: all cards will be equally small */
    flex-shrink: 1;
    flex-basis: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* For smooth size transition */ 
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* For smooth size transition */ 
    max-width: 100%;
}
.service-card {
	border: 1px solid var(--atf-border-1);
	border-radius: 0.5rem;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	background-color: var(--atf-thm-white);
	height: 370px;
	min-height: 370px;
	width: 100%;
	overflow: hidden;
	transform: scale(0.98);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/* ----------------------------------------------------------------- */
/* 2. Side Content (Default Small View) Styles */
/* ----------------------------------------------------------------- */
.card-side-content {
	background-color: var(--atf-grey-2);
	transition: opacity 0.3s;
	height: 100%;
	width: 100%;
	/* padding: 1rem; */
	position: absolute;
	z-index: 20;
}
.rotated-text {
	writing-mode: sideways-lr;
	text-orientation: mixed;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	font-size: 24px;
	white-space: pre-line;
}
/* ----------------------------------------------------------------- */
/* 3. Active/Hover Content (Detailed Large View) Styles */
/* ----------------------------------------------------------------- */

.card-active-content {
    opacity: 0; /* Hidden initially */
    transition: opacity 0.4s 0.1s; /* Fade in slightly after hover */
    height: 100%;
    width: 100%;
    display: none; /* Hidden initially */
    z-index: 10;
}
.card-image {
	height: 210px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.flex-card-wrapper:hover .card-image img{
	filter: brightness(0.85);
}
.card-image img {
	filter: brightness(1);
	object-fit: cover;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 100%;
}
.card-image .icon {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--atf-thm-base);
	color: var(--atf-thm-black);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
}
.card-side-content .icon {
	background: var(--atf-thm-white);
	color: var(--atf-thm-color);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
}
.card-active-content .bg-white {
    position: relative;
    z-index: 5;
}
.service-card-title{
	font-size:24px;
	-webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card-title:hover{
	color: var(--atf-thm-color);
}
/* ----------------------------------------------------------------- */
/* 4. Active & Hover Effects (The Magic Part) */
/* ----------------------------------------------------------------- */

/* DEFAULT ACTIVE STATE (Middle Card) */
.flex-card-wrapper.active-default {
    flex-grow: 4; /* Default Active card will be 4 times wider than others */
    z-index: 10;
}
.flex-card-wrapper.active-default .service-card {
    border: 2px solid var(--atf-thm-color);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
    transform: scale(1);
}
/* Hide side content in Active card */
.flex-card-wrapper.active-default .card-side-content {
    display: none !important;
}
/* Show main content in Active card */
.flex-card-wrapper.active-default .card-active-content {
    opacity: 1;
    display: flex !important;
}
/* HOVER EFFECT - This class increases size and shows content on hover */
.flex-card-wrapper:hover {
    flex-grow: 4; /* On hover, it becomes 4 times wider like the Active card */
    z-index: 20; /* To keep it on top */
}
.flex-card-wrapper:hover .service-card {
    border: 2px solid var(--atf-thm-color);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2);
    transform: scale(1);
}
/* Hide side content on hover */
.flex-card-wrapper:hover .card-side-content {
    opacity: 0;
    display: none !important; 
}
/* Show main content on hover */
.flex-card-wrapper:hover .card-active-content {
    opacity: 1;
    display: flex !important;
}
/* ----------------------------------------------------------------- */
/* 5. Responsive Adjustments */
/* ----------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199.98px){ /* Between 992px and 1199.98px (LG Screen) */
    .flex-card-wrapper {
        flex-grow: 1; 
        flex-basis: 48%; /* Approximately 50% width, allowing two cards side-by-side */
        margin: 1%; /* Some space between cards */
        max-width: 48%;
    }
    /* No size change effects needed for active/hover on this screen size */
    .flex-card-wrapper.active-default,
    .flex-card-wrapper:hover {
        flex-grow: 1; /* Maintain default Grow */
        max-width: 48%;
        transform: none; /* No size transformation */
    }

    /* Horizontal text instead of vertical on mobile/tablet */
    .rotated-text {
        writing-mode: initial;
        transform: none;
    }
    .flex-card-wrapper .card-side-content {
        display: none !important; /* Side content hidden */
    }
    .flex-card-wrapper .card-active-content {
        opacity: 1;
        display: flex !important; /* Show large content */
    }
	.service-card {
		height: auto;
	}
}
/* ----------------------------------------------------------------- */

/* For 768px to 991.98px (MD Screen) - 3 cards per line can be shown here */
@media (min-width: 768px) and (max-width: 991.98px) {
    .flex-card-wrapper {
        flex-grow: 1; 
        flex-basis: 48%; /* Approximately 50% width, allowing two cards side-by-side */
        margin: 1%; /* Some space between cards */
        max-width: 48%;
    }

    /* No size change effects needed for active/hover on this screen size */
    .flex-card-wrapper.active-default,
    .flex-card-wrapper:hover {
        flex-grow: 1; /* Maintain default Grow */
        max-width: 48%;
        transform: none; /* No size transformation */
    }

    /* Horizontal text instead of vertical on mobile/tablet */
    .rotated-text {
        writing-mode: initial;
        transform: none;
    }
    
    .flex-card-wrapper .card-side-content {
        display: none !important; /* Side content hidden */
    }
    .flex-card-wrapper .card-active-content {
        opacity: 1;
        display: flex !important; /* Show large content */
    }
	.service-card {
		height: auto;
	}
}

/* Below 767.98px (SM/XS Screen) */
@media (max-width: 767.98px) { 
    .flex-card-wrapper {
        flex-grow: 1; 
        flex-basis: 100%; /* Take full width on mobile */
        max-width: 100%;
    }
    /* Other styles remain the same as 992px */
    .flex-card-wrapper .card-side-content { display: none !important; }
    .flex-card-wrapper .card-active-content { opacity: 1; display: flex !important; }
    .rotated-text { writing-mode: initial; transform: none; }
	.service-card {
		margin-bottom: 20px;
	}
	.service-card {
		height: auto;
	}
}
/*----------------------------------------*/
/*  START SERVICE DESIGN TWO
/*--------------------------------------*/
.atf-service-item {
    border: 1px solid var(--atf-border-1);
    border-radius: 0px;
    width: 100%;
    padding: 22px 25px;
    transition: 1.3s;
    justify-content: space-between;
    position: relative;
    box-shadow: 2px 2px 6px #d3d3d3;
        gap: 30px;
}
.atf-service-item::after {
	content: '';
	position: absolute;
	background: var(--atf-thm-black);
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.atf-service-item:hover::after {
	width:100%;
}
.atf-service-item:hover p {
	color:#c8c8c8;
}
.atf-service-item:hover .atf-service-title {
	color: var(--atf-thm-base);
}
.atf-service-item::before {
    content: '';
    position: absolute;
    background: var(--atf-thm-color);
    right: 0;
    top: 0;
    width: 12%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 50%);
}
.atf-service-item:hover::before {
	background: var(--atf-thm-color);
	z-index: 1;
}
.atf-service-item.v2 {
    border-radius: 10px;
}
.atf-service-item.v2 img{border-radius:10px;}
.atf-service-item.v2::before{background: transparent;}
.atf-service-item.v2:hover::before{background: transparent;}
.atf-service-item.v2::after {border-radius: 10px;}
@media screen and (min-width:1200px) and (max-width:1399px) {
.atf-service-item {
    padding: 11px;
}
}
.atf-service-icon {
    font-size: 45px;
    color: var(--atf-thm-white);
    text-align: center;
    transition: 1.3s;
    background: var(--atf-thm-color);
    padding: 10px 10px;
    margin-right: 25px;
    border-radius: 10px;
    height: 85px;
    line-height: 67px;
    width: 130px;
}

.atf-service-icon img{
    width: 100%;
    height: 100%;
}


.atf-service-item:hover .atf-service-icon {
	animation: bounce-down 0.3s ease-in-out 1; 
}
.atf-service-title {
    transition: all 0.3s ease-out;
    font-size: 21px;
    font-weight: 500;
    /* letter-spacing: 1px; */
    color: #38528e;
}
.atf-service-title:hover {
	color:  var(--atf-thm-color); 
}
.atf-service-box-content p{
	margin:0;
	  display: -webkit-box;   
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.atf-service-btn a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--atf-grey-2);
    flex-shrink: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.service_btn {
    text-decoration: none;
    color: var(--atf-thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.atf-service-item:hover .atf-service-btn a{
    background-color: var(--atf-thm-base); 
	z-index: 1;
}
.atf-service-item:hover .service_btn {
    color: var(--atf-thm-black);
}
.atf-service-item.active .atf-service-btn {
    background-color: var(--atf-thm-white) !important; 
}
.atf-service-item.active .service_btn {
    color: var(--atf-thm-color) !important; 
}
.atf-service-item:hover .service_btn .icon {
	animation: bounce-up 0.3s ease-in-out 1; 
}
.atf-service-item.active:hover .service_btn .icon {
	animation: none; 
    transform: none; 
}
/*----------------------------------------*/
/*  08. END SERVICE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  START WORKING PROCESS DESIGN
/*--------------------------------------*/
.process-text {
    color: #cccccc;
}
/* Card Styling */
.process-card {
    background-color: var(--atf-thm-black);
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-top: 10px; /* Space for the marker */
    transition: transform 0.3s ease;
}
.process-card:hover {
    transform: translateY(-6px); /* Subtle hover effect */
}
.process-title {
    font-size: 21px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-weight: 500;
}
.process-card:hover {
	color: var(--atf-thm-color);
}
.step-marker-container {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.step-marker {
	background-color: var(--atf-thm-base);
	color: var(--atf-thm-black);
	width: 70px;
	height: 55px;
	border-radius: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	padding-top: 1px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	position: relative;
}
/*----------------------------------------*/
/*  END WORKING PROCESS DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  09. START GALLERY DESIGN
/*--------------------------------------*/
.portfolio{
    background: linear-gradient(to right, var(--atf-thm-color), var(--atf-thm-base), var(--atf-thm-black));
    text-align: center;
    border-radius: 30px;
}

/* OVERLAY ELEMENTS (CORRECTED SELECTOR) */
.portfolio_list .portfolio:before,
.portfolio_list .portfolio .portfolio-content{
    opacity: 0;
    transform: translate(-50%, -50%) rotate(360deg);
    position: absolute;
    top: 50%;
    left: 150%;
    transition: all 0.6s ease;
}

/* WHITE OVERLAY CIRCLE */
.portfolio_list .portfolio:before {
    content: "";
/*    background: var(--atf-thm-white);*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
}

/* TEXT CONTENT */
.portfolio_list .portfolio .portfolio-content{
    color: var(--atf-thm-black);
    width: 85%;
    z-index: 2;
}

/* HOVER FIXED (MAIN FIX) */
.portfolio_list .portfolio:hover:before,
.portfolio_list .portfolio:hover .portfolio-content{
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* IMAGE EFFECT */
.portfolio_list .portfolio img {
    width: 100%;
    height: auto;
    transition: 0.45s ease-in-out;
    border-radius: 10px;
}

.portfolio_list .portfolio:hover img{ 
    opacity: 0.3;
    filter: grayscale(100%);
}

/* TITLE */
.portfolio .title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 6px;
    color: var(--atf-thm-black);
}
/* POST */
.portfolio .post{
    font-size: 16px;
    font-style: italic;
    margin: 0 0 15px;
    display: block;
}
/* ICONS */
.portfolio .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio .icon li{
    margin: 0 3px;
    display: inline-block;
}
.portfolio .icon li a {
    color: var(--atf-thm-white);
    background: var(--atf-thm-black);
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    transition: 0.35s;
    border-radius: 50%;
    margin-top: 10px;
}
.portfolio .icon li a:hover {
	background: var(--atf-thm-base);
	color: var(--atf-thm-black);
}
/* SWIPER AREA */
.atf-portfolio-area .swiper {
	width: 100%;
	padding-bottom: 65px;
}
.atf-portfolio-area .swiper-slide{
    background-position: center;
    background-size: cover;
    width: 420px !important;
    height: auto;
    background: var(--atf-thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: visible; /* FIX FOR OVERLAY */
}

/* PAGINATION */
.atf-portfolio-area .swiper-pagination-bullet{
    background: var(--atf-thm-color) !important;
    width: 15px !important;
    height: 15px !important;
}
/* RESPONSIVE FIX */
@media (max-width: 991px){
    .atf-portfolio-area .swiper-slide{
        width: 260px !important;
        height: 360px;
    }
}
/*----------------------------------------*/
/* 09. END GALLERY DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 10. START PRICING DESIGN
/*--------------------------------------*/
.pricing-card {
    background-color: var(--atf-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(--atf-thm-base);
}
.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(--atf-thm-white);
}
/* Standard/Highlighted Card Styling */
.standard-highlight-card {
    border: 5px solid var(--atf-thm-base);
	 background: var(--atf-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;
}
/*----------------------------------------*/
/*  10. END PRICING DESIGN
/*--------------------------------------*/
 /*----------------------------------------*/
/* START COUNTER DESIGN
/*--------------------------------------*/
.bg-shape-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#d7d6d6 .5px, #e9e9e9d9 1px);
    background-size: 4px 4px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}
.atf-funfact-title {
	color: var(--atf-thm-white);
	font-size: 60px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: var(--atf-thm-white);
	-webkit-text-stroke-width: 1px;
	letter-spacing: 1px;
	font-family: var(--atf-ff-body);
	font-weight: 600;
	transition: all 0.5s ease-out;
	line-height: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.atf-funfact-title:hover {
	-webkit-text-fill-color: var(--atf-thm-base);
}
.atf-funfact-item p {
	font-weight: 400;
	color: var(--atf-rgb-white);
	font-size: 20px;
	margin: 0;
}
.atf-funfact-wrapp .row [class*="col-"]:last-child .atf-funfact-item {
	border-right: 0;
}	
/*----------------------------------------*/
/* END COUNTER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 11. START BLOG DESIGN
/*--------------------------------------*/
.atf-blog-item {
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 17px #e9e9e9;
}
@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), (max-width: 575px) 	
	{
    .atf-blog-item {
        margin-bottom: 25px;
    }
}
.atf-blog-item:hover .atf-blog-thumb img {
  transform: scale(1.1);
}
.atf-blog-thumb {
  overflow: hidden;
  display:flex;
}
.atf-blog-thumb img {
    width: 100%;
    transition: 1.3s;
    border-radius: 8px 8px 0px 0px;
    height: 255px;
    object-fit: cover;
}
.atf-blog-meta-date {
    background: var(--atf-thm-black);
    color: var(--atf-thm-white);
    padding: 0;
    -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;
    position: absolute;
    top: 56%;
}
.atf-blog-meta-date .span1 {
    font-weight: 400;
    margin: 0;
    color: #fffdfd;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1.7;
    background: #38538f;
    padding: 9px 10px 5px 10px;
}

.span2 {
    padding: 5px 10px;
    font-size: 15px;
}

.atf-blog-meta-date strong {
    font-size: 20px;
    display: inline-block;
    line-height: 0;
}
.atf-blog-meta-box {
	gap: 20px;
	color: var(--atf-thm-white);
	font-weight: 400;
/*	background: var(--atf-thm-black);*/
	margin-top: -2px;
}
.atf-blog-meta-tag {
	background: var(--atf-thm-base);
	color: var(--atf-thm-black);
	display: inline-block;
	padding: 3px 10px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}
.atf-blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    display: inline;
    -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-blog-title:hover {
	color: var(--atf-thm-color);
}
.read-btn-area {
    color: var(--atf-text-body);
    font-weight: 400;
    border-top: 1px solid #dddddd;
    padding: 7px 20px;
    margin-top: 5px;
}
.atf-blog-btn a {
	font-weight: 600;
	color: var(--atf-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;
}
.atf-blog-btn a:hover {
	color: var(--atf-thm-color);
}
.atf-blog-btn a .icon {
	display: inline-block;
	font-weight: 600;
	color: var(--atf-thm-black);
}
.atf-blog-btn a:hover  .icon{
	animation: bounce-up 0.3s ease-in-out 1;
	color: var(--atf-thm-color);
}
/* blog v2 */
.atf-blog-thumb.blog-thmb-v2 {
  overflow: hidden;
  display:flex;
}
.atf-blog-thumb.blog-thmb-v2 img {
	width: 100%;
	transition: 1.3s;
	flex: 0 0 250px;
	overflow: hidden;
	height: 270px;
	background-size: cover;
	background-position: 50%;
	object-fit: cover;
}
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.3;
	content: "";
	background-color: var(--atf-thm-black);
}
.breadcrumb-single-content {
    position: relative;
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
    background-color: var(--atf-thm-white);
    padding: 6px 15px;
}
.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(--atf-thm-black);
    text-transform: uppercase;
}
.breadcrumb-single-content span a:hover {
	color: var(--atf-thm-color);
}
.breadcrumb-sub-title {
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px !important;
	font-weight: 400;
	letter-spacing:-1px;
	color: var(--atf-thm-white);
	line-height: 1.3;
	font-family: var(--atf-ff-heading);
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
    padding-top: 70px;
    padding-bottom: 40px;
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--atf-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(--atf-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
/*--------------------------------------*/
.blog_list_slider  .atf-blog-thumb img {position:relative;}
.blog_list_slider .swiper-button-next, .swiper-button-prev {
	top: 50%;
	color: var(--swiper-navigation-color,#1b3df4);
	background: var(--atf-thm-base);
	width: 50px;
	height: 50px;
	border-radius: 30px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
	content: '\f061';
	font-size: 20px;
	font-weight: 700;
	font-family: var(--atf-ff-fontawesome);
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
	content: '\f060';
	font-size: 20px;
	font-weight: 700;
	font-family: var(--atf-ff-fontawesome);
}
@media only screen and (max-width:576px) {
	.blog_list_slider .swiper-button-next, .swiper-button-prev{
		display:none;
	}
}
.blogpost-thumb {
	position: relative;
}
.blogpost-thumb img {
	width: 100%;
	border-radius:0;
}
.blogpost-meta-box-area{
	padding: 35px 40px;
	border-radius: 15px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color: var(--atf-thm-color);
}
.blogpost-title {
	font-size: 36px;
	font-weight: 400;
	color: var(--atf-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;
}
.blogpost-text p {
	margin-bottom: 20px;
}
blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: var(--atf-rgb-white);
	border: 2px solid var(--atf-thm-color);
	margin-bottom: 0;
}
blockquote span {
	display: inline-block;
	text-align: center;
	font-size: 70px;
	line-height: 1;
	color: var(--atf-thm-black);
	opacity: 0.2;
}
blockquote p {
	font-weight: 500;
	margin-bottom: 15px;
}
.atf-blog-details-blockquote p {
	font-size: 18px;
	font-weight: 600;
}
.blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	color: var(--atf-thm-black);
}
.blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-color);
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--atf-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(--atf-text-body);
}
.blogpost-details-list ul li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 2px;
	font-family: var(--atf-ff-fontawesome);
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-details-share {
	padding: 30px 0;
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 400;
	margin-right: 30px;
	color: var(--atf-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(--atf-thm-white);
}
.tagcloud a:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border: 1px solid var(--atf-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(--atf-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(--atf-thm-white);
	background: var(--atf-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(--atf-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(--atf-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(--atf-thm-color);
	color: var(--atf-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: 400;
	color: var(--atf-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: 400;
	color: var(--atf-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: 5px 18px 5px 15px;
	border-radius: 5px;
	background: var(--atf-thm-black);
	color: var(--atf-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(--atf-thm-color);
	color: var(--atf-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;
}
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget-social{
	margin-top:12px;
	background: var(--atf-thm-black);
}
.sidebar-social-content i {
	width: 65px;
	height: 65px;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	border-radius: 0;
	margin-right: 20px;
	color: var(--atf-thm-white);
	background: var(--atf-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;
}
.sidebar-widget-social:hover .sidebar-social-content i {
	color:var(--atf-thm-white);
	background: var(--atf-thm-black);
}
.sidebar-widget {
    padding: 15px 15px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    text-align: left;
    box-shadow: 0px 3px 11px #dbdbdb;
}
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget-title {
    font-weight: 600;
    line-height: 1.5;
    font-size: 25px;
    position: relative;
    position: relative;
}
.sidebar-widget-title::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 35px;
	background: var(--atf-thm-black);
	width: 11px;
	height: 5px;
}
.sidebar-widget-title::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 37px;
	background: var(--atf-thm-black);
	width: 45px;
	height: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget {
        padding: 15px 15px;
  }
}
.sidebar-search-input {
	position: relative;
}
.sidebar-search-input input:focus {
	border: 1px solid var(--atf-thm-color);
}
.sidebar-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: var(--atf-thm-white);
}
.sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0;
}
.lp-post {
    margin-bottom: 15px;
    /* border-radius: 5px; */
    -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;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid var(--atf-border-1);
}

.lp-post:last-child {
     padding: 0px 0px 0px 0px;
    border-bottom: none;
}


.lp-post:hover .lp-post-title{
	color:var(--atf-thm-color);
}
.lp-post-thumb {
	margin-right:15px;
	flex: 0 0 auto;
}
.lp-post-thumb a img {
    width: 90px;
    height: 80px;
    border-radius: 10%;
    object-fit: cover;
}
.lp-meta {
    font-size: 14px;
    margin-top: 0px;
    color: #3e3e3e;
}
.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-black);
	margin-right: 5px;
}
.lp-post-title {
    font-size: 17px;
    font-weight: 500;
    color: var(--atf-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;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lp-post-title:hover {
	color: hsl(0,0%,10%);
}
.sidebar-widget-content ul li {
	position: relative;
	display: block;
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0px;
	background: var(--atf-thm-white);
	color: var(--atf-thm-black);
	display: 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;
	border-radius: 5px;
	padding-left: 25px;
	margin: 15px 0;
}
.sidebar-widget-content ul li a:hover {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
}
.sidebar-widget-content ul li a i {
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar-widget-content ul li span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.instagram-sidebar-image-area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.instagram-sidebar-image img{
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0 !important;
	border-radius:5px;
}
.instagram-sidebar-image {
	transition: all 0.4s ease 0s;
	position: relative;
}
.instagram-sidebar-image::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--atf-thm-color);
	transition: all 0.4s ease-in;
	overflow: hidden;
	border-radius:5px;
}
.instagram-sidebar-image:hover::before {
	opacity: 1;
}
.instagram-sidebar-image .icon {
	opacity: 0;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.4s ease 0s;
}
.instagram-sidebar-image:hover .icon {
	opacity: 1;
	top: 50%;
}
.instagram-sidebar-image .icon  a {
	color: var(--atf-thm-white);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
}
/*----------------------------------------*/
/*   START PAGINATION DESIGN
/*--------------------------------------*/
.pagination{
    font-family: var(--atf-ff-body);
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link {
	color: var(--atf-thm-black);
	background: repeating-linear-gradient(#2f4783,#2f4783 2px,#fff 2px, #fff 3px);
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	padding: 0;
	margin: 0 15px;
	border: none;
	border-radius: 0;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.1s ease 0s;
}
.pagination li:first-child a.page-link, .pagination li:last-child a.page-link {
	font-size: 18px;
	line-height: 53px;
}
.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(--atf-thm-color);
	border:none;
	box-shadow:none;
}
.pagination li a.page-link:before{
    content: '';
    background: var(--atf-thm-white);
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.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{
    border-radius: 50%;
    opacity: 1;
    transform: scale(0.7);
}
@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
/*--------------------------------------*/
/*----------------------------------------*/
/*   START ERROR DESIGN
/*--------------------------------------*/
.atf-error-image img{
	border-radius:40px 0 40px 40px;
}
.error-search-input {
	position: relative;
}
.error-search-input input:focus {
	border: 1px solid var(--atf-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(--atf-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(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
}
.error-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
}
/*----------------------------------------*/
/* END ERROR DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START SERVICE DETAILS DESIGN
/*--------------------------------------*/
.service-details-thumb {
    position: relative;
    border-radius: 10px;
}
.service-details-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.service-details-text h5{
    font-size: 22px;
    font-weight: 500;
}

.service-details-meta-box-area {
    padding: 15px 0px;
    border-radius: 0 0 30px 30px;
}
.service-details-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color:var(--atf-thm-color);
}
.service-details-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--atf-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;
}

.servicepost-area h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--atf-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;
}


@media screen and (min-width:768px) and (max-width:991px), only screen and (min-width:575px) and (max-width:767px), only screen and (min-width:320px) and (max-width:574px) {
	.service-details-title {
		font-size:28px;
	}
}
.service-details-list-content {
	gap: 30px;
}
.service-details-list-thumb img {
	border-radius: 15px;
}
@media only screen and (max-width:767px) {
	.service-details-list{
		margin-top:15px;
	}
	.service-details-list.w-50{
		width:100% ! important;
		flex-wrap:wrap;
	}
	.service-details-list-content{
		flex-wrap:wrap;
	}
	.service-details-list-area,
	.service-details-thumb-content{
		flex-wrap:wrap;
	}
}
.service-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: var(--atf-thm-black);
}
.service-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.service-details-list ul li p {
	margin:0;
}
.atf_service__details_sidebar_title{
	font-size:24px;
	line-height:1.4;
}
.atf_service__details-sidebar-icon span {
	height: 100px;
	width: 100px;
	line-height: 100px;
	background: var(--atf-thm-color);
	border-radius: 5%;
	margin: 0 auto;
	font-size: 40px;
	display: block;
	color: var(--atf-thm-white);
}
.service-details-featured-item {
	border: 1px solid var(--atf-border-1);
	padding: 25px;
}
.atf-service-thumb img{
	position:relative;
}
.atf-service-icon-post span {
    font-size: 20px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: var(--atf-thm-black);
    border-radius: 53%;
    padding: 6px 6px;
}
.atf-service-icon-post {
	position: absolute;
	bottom: 5%;
	right: 50%;
	transform: translate(50%, 50%);
}
.atf-service-btn.v2 a {
	background-color: var(--atf-thm-black);
	color: var(--atf-thm-white);
}
.service-details-feature-icon span {
	font-size: 24px;
	background: var(--atf-thm-base);
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin-bottom:20px;
}
/*----------------------------------------*/
/*   END SERVICE DETAILS DESIGN
/*--------------------------------------*/
/*--------------------------------------------------------------
START GALLERY DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-title {
	font-size: 36px;
	font-weight: 400;
	color: var(--atf-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;
}
@media screen and (min-width:768px) and (max-width:991px), only screen and (min-width:575px) and (max-width:767px), only screen and (min-width:320px) and (max-width:574px) {
	.atf_portfolio__details-title {
		font-size:28px;
	}
}
.atf_portfolio__details-wrapper p{
	margin-bottom:15px;
}
.atf_portfolio__details-thumb img {
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	object-fit: cover;
}
.portfolio_contact_box{
	text-align:left;
	border-radius:15px;
}
.atf_portfolio-details-contact_info ul li {
	margin-bottom: 12px;
	list-style:none;
}
.atf_portfolio-details-contact_info ul li span {
	font-weight: 600;
	color: var(--atf-thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio-details-contact_info ul li a:hover {
	color: var(--atf-thm-black);
	text-decoration:underline;
}
.atf_portfolio__details-social ul li {
	display: inline-block;
	margin-top: 10px;
}
.atf_portfolio__details-social ul li:not(:last-child) {
	margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--atf-thm-black);
  color: var(--atf-thm-white);
}
@media (max-width: 991px) {
    .atf_portfolio__details-social ul li {
		display: inline-block;
		margin-bottom: 0px;
	} 
}
.portfolio-details-list-title{
	font-size:24px;
}
.portfolio-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: var(--atf-thm-black);
}
.portfolio-details-list p{
	margin:0;
}
.portfolio-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.portfolio-details-list-thumb img {
	border-radius: 40px 0 40px 40px;
}
@media only screen and (max-width:767px) {
	.portfolio-details-list.w-50,
	.atf_portfolio__details-thumb.w-50{
		width:100% ! important;
	}
	.atf_portfolio__details-item{
		flex-wrap:wrap;
	}
	.atf_portfolio__details-item.mb-30{
		margin-bottom:0;
	}
	.portfolio-details-list-area {
		flex-wrap: wrap;
	}
}
/*--------------------------------------------------------------
END GALLERY DETAILS DESIGN
----------------------------------------------------------------*/
 /*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_team-details-list p {
	margin-bottom: 20px;
}
.team_progress_title {
	font-size: 20px;
	font-weight: 500;
	color: var(--atf-thm-black);
}
.team_year{
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	padding: 5px 20px;
	border-radius: 30px;
}
@media only screen and (max-width:767px) {.team_exp_title_item.pt-80{padding-top:60px;}}
.progress-info .progress, .progress-stacked {
	height: 6px;
}
.progress {
	overflow: visible ! important;
}
.progress-bar {
	overflow: visible;
}
.progress .progress-bar {
	position: relative;
	background: var(--atf-thm-color);
	-webkit-animation: animate-positive 8s;
	animation: animate-positive 8s;
}
.progress .progress-bar::after {
	content: "\f3c5";
	font-family: var(--atf-ff-fontawesome);
	font-weight: 700;
	position: absolute;
	top: -22px;
	right: -7px;
	font-size: 18px;
	color: var(--atf-thm-black);
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}
.atf_team-details-list ul li {
	margin-bottom: 12px;
	list-style:none;
}
.atf_team-details-list ul li span {
	font-weight: 600;
	color: var(--atf-thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf_team-details-list ul li a:hover {
	color: var(--atf-thm-black);
	text-decoration:underline;
}
.atf_team__details-social ul li {
	display: inline-block;
}
.atf_team__details-social ul li:not(:last-child) {
	margin-right: 5px;
}
.atf_team__details-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.atf_team__details-social ul li a:hover {
  background: var(--atf-thm-black);
  color: var(--atf-thm-white);
}
@media (max-width: 991px) {
    .atf_team__details-social ul li {
		display: inline-block;
		margin-bottom: 0px;
	}  
}
 /*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
 /*--------------------------------------------------------------
START TERM PRIVACY DETAILS DESIGN
----------------------------------------------------------------*/
.atf-terms-details p{
	margin-bottom:15px;
}
.privacy-policy-details p{
	margin-bottom:15px;
}
.atf-terms-details strong{
	font-weight:700;
	color:var(--atf-thm-black);
}
 /*--------------------------------------------------------------
END TERM PRIVACY DETAILS DESIGN
----------------------------------------------------------------*/
/*----------------------------------------*/
/* 11. END BLOG DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 12. START NEWSLETTER DESIGN
/*--------------------------------------*/
.atf-single-newsletter {
    position: relative;
}
.atf-single-newsletter .atf_contact_input input {
    background: transparent;
    color: var(--atf-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(--atf-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(--atf-thm-black);
	background: var(--atf-thm-base);
	padding: 8px 20px;
	border-radius: 5px;
}
.mailchamp input{border-radius: 0px;}
/*----------------------------------------*/
/* 12. END NEWSLETTER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 13. START CONTACT DESIGN
/*--------------------------------------*/
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form label {
    font-weight: 400;
    color: var(--atf-thm-black);
    font-size: 15px;
    line-height: 24px;
}

.check_flex {
    display: flex;
    align-items: start;
    gap: 9px;
    margin-bottom: 11px;
}

.check_flex input{
        margin-top: 5px !important;
}
.atf-contact-form .atf_contact_input input, .atf-contact-form .atf_contact_input textarea {
    border-radius: 0;
    border: 1px solid rgb(207 207 207);
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    padding-left: 15px;
}

.sidebar-widget input, .sidebar-widget textarea {
    border-radius: 0;
    border: 1px solid rgb(207 207 207);
    transition: all 0.3s ease-in-out 0s;
    margin: 5px 0 !important;
    padding-left: 15px;
}
.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
    box-shadow: none;
    border: 1px solid var(--atf-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(--atf-thm-white);
	border: 1px solid #d5d8db;
	color: var(--atf-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(--atf-text-body);
	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(--atf-thm-black);
}
.atf-contact-details {
	background: var(--atf-grey-7);
	padding: 20px 30px;
}
.atf-contact-address h3{
	font-size:24px;
	font-weight:400;
}
.atf-contact-address p{
	margin:0;
}
.atf-contact-icon {
	width: 90px;
	height: 100px;
	line-height: 100px;
	background: var(--atf-thm-color);
	font-size: 30px;
	color: var(--atf-thm-white);
	text-align: center;
	border-radius: 5%;
}
.map iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
	display: block;
}
/*----------------------------------------*/
/* 13. END CONTACT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* 14. START CTA DESIGN
/*--------------------------------------*/
.atf-cta-title-area {
	border-bottom: 1px solid rgba(249, 244, 244, 0.3);
}
.atf-cta-title {
	line-height: 1.2;
	font-size: 36px;
}
@media only screen and (max-width:991px) {
	.atf-cta-action-1{margin-top:25px;}
}
.atf-themes-btn.cta-btn{
    border:none;
}
.atf-cta-shape img {
	border-radius: 60px;
}
/*----------------------------------------*/
/*  14. END CTA DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  15. START FOOTER DESIGN
/*--------------------------------------*/
.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(--atf-thm-white);
}
.atf-footer-widget-text {
	margin-bottom: 25px;
}
.atf-footer-widget-text p {
    font-weight: 400;
    margin-right: 15px;
    color: #c0c0c1 !important;
    font-size: 15px;
    /* letter-spacing: 1px; */
}
.atf-footer-widget-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    color: var(--atf-thm-white);
    margin-bottom: 30px;
    position: relative;
}
.atf-footer-widget-title::before {
	content: '';
	position: absolute;
	left: 1px;
	top: 33px;
	background: var(--atf-thm-white);
	width: 11px;
	height: 5px;
}
.atf-footer-widget-title::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 35px;
	background: var(--atf-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: 1px;
}
.atf-footer-widget-menu ul li a {
    position: relative;
    font-size: 15px;
    color: #c0c0c1;
    font-weight: 400;
    /* line-height: 11px; */
    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(--atf-thm-white);
}
.atf-footer-widget-menu ul li 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-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(--atf-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(--atf-thm-white);
	transform: scale(1.0);
}
.atf-footer-widget-social ul li a:hover {
	color: var(--atf-thm-black);
	background: var(--atf-thm-base);
	transform: scale(1.1);
}
.atf-footer-widget-info {
    gap: 15px;
}
.atf-footer-widget-info a {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #c0c0c1;
    display: block;
    line-height: 1.7;
}
.atf-footer-widget-info p {
    color: #c0c0c1;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.atf-footer-widget-info span {
    color: #b7c0b8;
    font-size: 14px;
    /* background: #847d7d; */
    /* width: 30px; */
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5%;
    height: 27px;
}
.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 {
	color: #ccc;
	font-weight: 500;
}
.atf-footer-widget.footer-col-4-3 h3 {
	font-size: 22px;
	color: #eee;
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.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;
}
.atf-footer-widget.footer-col-4-3 h3:hover {
	color: var(--atf-thm-base);
}
.atf-copyright-style {
    background: #333333;
    border-top: 1px solid #585858;
}
.atf-copyright-text p {
    font-weight: 400;
    color: var(--atf-rgb-white);
    font-size: 15px;
    margin-bottom: 10px;
}
.atf-copyright-text p a {
  color: var(--atf-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(--atf-thm-white);
	color: var(--atf-thm-color);
}
.atf-footer-widget-mailaddress p{
	margin:0;
}
/*----------------------------------------*/
/*  16. 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(--atf-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(--atf-thm-white);
	background: var(--atf-thm-color);
}
@media only screen and (max-width:767px) {
	.atf-error-title-box .title,
	.atf-coming-title-box .title{
		font-size:28px;
	}
}

/*----------------------------------------*/
/*ANIMATIONS
/*----------------------------------------*/
@-webkit-keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-moz-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-ms-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes atftranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes atftranslateY2 {
  0% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
     -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes atfswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes atf-arrow {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@keyframes bounce-up {
    0% {
        transform: translateX(0); 
    }
    50% {
        transform: translateX(16px); 
    }
    100% {
        transform: translateX(0); 
    }
}
@keyframes bounce-down {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-16px); 
    }
    100% {
        transform: translateY(0); 
    }
}
/* herov2 shape */
.abstract-container {
	position: relative;
	width: 100%;
	min-height: 100vh; /* Ensures it covers the entire viewport height */
	overflow: hidden; /* Keeps shapes contained */
}

/* --- Common Styles for all Curved Shapes --- */
.abstract-shape {
	position: absolute;
	width: 150vw; /* Use vw units for responsiveness */
	height: 150vw;
	border-radius: 50%;
	pointer-events: none; /* Allows clicks to pass through */
	z-index: -1;
}

        /* --- Shape 1: Top-Left (Darker color, less opacity) --- */
.herov2-shape-1 {
	background-color: #D2DAEF;
	opacity: 0.1;
	top: -131vw;
	right: -100vw;
	transform: rotate(10deg);
}

/* --- Shape 2: Top-Left (Lighter color, more opacity) --- */
.herov2-shape-2 {
	background-color: #E1E6F4;
	opacity: 0.2; /* More prominent */
	top: -120vw;
	right: -120vw;
	transform: rotate(-5deg);
}

 /* --- Shape 3: Bottom-Right (Darker color, less opacity) --- */
.herov2-shape-3 {
	background-color: #D2DAEF;
	opacity: 0.1;
	bottom: -131vw;
	right: -100vw;
	transform: rotate(-20deg);
}
        
/* --- Shape 4: Bottom-Right (Lighter color, more opacity) --- */
.herov2-shape-4 {
	background-color: #E1E6F4;
	opacity: 0.2;
	bottom: -120vw;
	right: -120vw;
	transform: rotate(5deg);
}
.herov2-shape-5 {
	position: absolute;
	left: 47%;
	bottom: 55%;
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: spin 15s linear infinite;
}
@media screen and (min-width:320px) and (max-width:575px) {
	.abstract-shape{display:none;}
}
.herov2-shape-faq1 {
	position: absolute;
	left: -95px;
	bottom: 0;
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: atftranslateX2 15s linear infinite;
	border-radius: 50%;
}
/* working shape */
.working-shape-1 {
    position: absolute;
    right: 0%;
    top: 2%;
    width: 15%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.working-shape-2{
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 15%;
	background-size: cover;
	background-position: center;
	z-index: 0;
	object-fit: cover;
}
.footer-shape-1 {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 30%;
	background-size: cover;
	background-position: center;
	z-index: 0;
	object-fit: cover;
	opacity: 0.1;
}

.process-body{
        padding: 10px 15px;
}

.atf-blog-meta-box-area {
    padding: 16px 15px 14px;
}
.contect-text-inner h2 {
    font-size: 24px;
    font-weight: 500;
    color: #38538f;
    margin-bottom: 15px;
}
.icon-list-items p {
    border-bottom: 1px dashed #d5d0d1;
    padding: 0px 0 5px;
    margin-bottom: 10px;
    color: #000 !important;
    font-size: 18px !important;
}

.contect_icon {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.contect_icon li{
        height: 35px;
        width: 35px;
    background: #38528e;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
}


.atf-footer-area{
        padding: 50px 0px 20px 0px;
}




.atf-themes-btn.homethree {
    border: 1px solid var(--atf-thm-color);
    background: var(--atf-thm-color);
    color: #fff;
}
.atf-themes-btn.homethree .icon {
    display: inline-block;
    color: var(--atf-thm-white);
}


.atf-themes-btn.homethree:before {
    background: #e1e6f4;
}

.atf-themes-btn.homethree:hover {
    color: var(--atf-thm-color);
}

.atf-themes-btn:hover:before {
    width: 100%;
}


.atf-themes-btn.homethree:hover  .icon {
   color: var(--atf-thm-color);
}
.atf-themes-btn.homethree:hover  .i {
   color: var(--atf-thm-color);
}

.atf-footer-area {
    padding: 30px 0px 15px 0px;
}

.atf-section-title .title {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1.3;
    white-space: normal;
    word-break: break-all;
}

.foot_other{
        list-style: none;
    display: flex;
    gap: 10px;
    color: #c0c0c1;
    font-size: 14px;
    text-align: end;
    justify-content: end;
}


 .sect{
    background: white;
    padding: 25px 25px;
    box-shadow: 0px 4px 10px 2px #e7e4e4;
}

.sect h2 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.sect h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 5px;
}

.sect p {
    margin-bottom: 0px;
}

.sect ul li {
    color: #5E5E5E !important;
}


.sect ul{
        margin-left: 20px;
}



.fixed-tabs-Whats {
    position: fixed;
    right: 20px;
    bottom: 165px;
    z-index: 100;
}

.aba-whatsphone {
    background: #29ad17;
    height: 45px;
    width: 45px;
    outline: 4px solid #29ad1759;
    border-radius: 50%;
    transition: 0.7s 
ease;
    padding: 0px 4px;
}

.aba-whatsphone i {
    font-size: 31px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
    background: #29ad17;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    padding: 0 5px;
}

.aba-whatsphone2 {
    background: #f70119;
    height: 45px;
    width: 45px;
    padding: 7px 8px;
    outline: 4px solid #f7011952;
    border-radius: 50%;
    transition: 0.7s 
ease;
}

.aba-whatsphone2 i{
    font-size: 27px;
    /* text-align: center; */
    color: #fff;
    font-weight: 500;
    background: #f70119;
    border-radius: 50%;
    }



.fixed-tabs-mag {
    position: fixed;
    right: 20px;
    bottom: 102px;
    z-index: 100;
}

.atf-service-item:nth-child(1) {
    margin-top: 0 !important;
}


.service_img{
        height: 200px;
    object-fit: cover;
}


.icon_img{
        width: 80%;
        
}