/*
    Template Name: Eteach -  Online Eduction & LMS Course HTML Website Template
    Author: Themesfamily
    Description: This is Multi Eduction and LMS Course template etc.
    Version: 1.0.1

-----------------------------------------------------------------------------------
*/
/*=============================================================
    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 SLICK SLIDER DESIGN
    04. START SKILL DESIGN
		---START COUNTER DESIGN
    05. START ABOUT DESIGN
		---START VIDEO DESIGN
		---START COUNTER DESIGN
		---START VIDEO DESIGN
	06. START COURSE DESIGN
	07. START CLIENT DESIGN 	
		---START WORKING PROCESS DESIGN
		---START PRICING DESIGN
		---START FAQ DESIGN
		---START TOP CATEGORIES DESIGN
		---START TEAM DESIGN
		---START HIRE DESIGN
	08.	START HOT DEAL DESIGN 
		---START EVENT DESIGN
	09. START BLOG DESIGN
		---START BREADCRUMB DESIGN
		---START BLOG DETAILS DESIGN
		---START BLOG COMMENT DESIGN
		---START PAGINATION DESIGN
		---START SIDEBAR DESIGN 
		---START EVENT DETAILS DESIGN
		---START TEAM DETAILS DESIGN
		---START COURSE DETAILS DESIGN
		---START ERROR DESIGN 
	10. START PARTNER DESIGN
	11. START CHOOSE DESIGN 
	12. START NEWSLETTER DESIGN
	13. START CONTACT DESIGN
		---START TOP CATEGORIES DESIGN
	13. START FOOTER DESIGN
		---START SLICK DESIGN
		---Login start
		---modal start
  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
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: "Manrope", sans-serif;
    --atf-ff-heading: "Urbanist", sans-serif;
    --atf-ff-fontawesome: "Font Awesome 7 free";
    /**
  @color declaration
  */
    --atf-thm-white: #ffffff;
    --atf-thm-black: #121214;
    --atf-thm-color: #6631c7;
    --atf-thm-base: #FF9924;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
	--atf-grey-4: #f7f7f7;
    --atf-grey-5: #F2EEFC;
    --atf-grey-6: #E4DCF9;
    --atf-grey-7: #D7CBF6;
    --atf-grey-8: #CABAF3;
    --atf-text-body: #77726e;
    --atf-border-1: #dddddd;
}

body {
    font-size: 16px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
    letter-spacing: -0.01em;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -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: 22px;
	font-weight:600;
	line-height:1.4;
}
h4 {
    font-size: 22px;
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 20px;
    }
}
h5 {
    font-size: 20px;
	font-weight:600;
}

h6 {
    font-size: 16px;
	font-weight:600;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.9;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
	letter-spacing: -0.03em;
}
dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
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;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--atf-thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--atf-thm-white);
}
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-text-body);
    font-size: 16px;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--atf-text-body);
    font-size: 16px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid var(--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;
}

/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}
.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.atf_attach_bg_1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
    overflow: hidden;
}
.black-bg {
    background-color: var(--atf-thm-black);
}
.gray-bg-1 {
    background-color: var(--atf-grey-1);
}
.gray-bg-2 {
    background-color: var(--atf-grey-2);
}
.gray-bg-3 {
    background-color: var(--atf-grey-3);
}
.gray-bg-4 {
    background-color: var(--atf-grey-4);
}
.gray-bg-5 {
    background-color: var(--atf-grey-5);
}
.gray-bg-6 {
    background-color: var(--atf-grey-6);
}
.gray-bg-7 {
    background-color: var(--atf-grey-7);
}
.gray-bg-8 {
    background-color: var(--atf-grey-8);
}
/* Custom Cursor */
.cursor_body {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

.cursor_body .cursor-in,
.cursor_body .cursor-out {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

/* Inner dot */
.cursor_body .cursor-in {
  width: 10px;
  height: 10px;
  background-color: var(--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;
}  
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf_book_preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color:var(--atf-thm-white);
  z-index: 999999;
}
.loader {
    width: 140px;
    height: 100px;
    padding: 0.25em;
    border-radius: 0.25em;
    box-shadow: 0 0.25em 0.5em hsla(0, 0%, 0%, 0.3), 0 0 0 0.25em hsl(223, 90%, 55%) inset;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 37.5em;
    position: relative;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
}

.book__pg-shadow,
.book__pg {
    width: calc(50% - 0.25em);
    position: absolute;
    left: 0.25em;
}

.book__pg-shadow {
    background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, 0.3) 50%);
    height: 3.75em;
    filter: blur(0.25em);
    transform: scaleY(0);
    transform-origin: 100% 0%;
    top: calc(100% - 0.25em);
    animation-name: shadow;
}

.loader,
.book__pg-shadow,
.book__pg {
    animation: cover 7s ease-in-out infinite;
}

.book__pg {
    background-color:  hsl(223, 10%, 100%);
    background-image: linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));
    height: calc(100% - 0.5em);
    transform-origin: 100% 50%;
    animation-name: pg1;
}

.book__pg-2,
.book__pg-3,
.book__pg-4 {
    background-image: repeating-linear-gradient(hsl(223, 10%, 10%) 0 0.125em, hsla(223, 10%, 10%, 0) 0.125em 0.5em), linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5em 4.125em, 100% 100%;
}

.book__pg-2 {
    animation-name: pg2;
}

.book__pg-3 {
    animation-name: pg3;
}

.book__pg-4 {
    animation-name: pg4;
}

.book__pg-5 {
    animation-name: pg5;
}

/* Animations */

@keyframes cover {
    from,
    5%,
    45%,
    55%,
    95%,
    to {
        background-color: hsl(223, 90%, 65%);
        animation-timing-function: ease-out;
    }
    10%,
    40%,
    60%,
    90% {
        background-color: hsl(223, 90%, 45%);
        animation-timing-function: ease-in;
    }
}

@keyframes shadow {
    from,
    10.01%,
    20.01%,
    30.01%,
    40.01% {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
        animation-timing-function: ease-in;
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
        animation-timing-function: ease-out;
    }
    10%,
    20%,
    30%,
    40%,
    50%,
    to {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
        animation-timing-function: ease-out;
    }
    50.01%,
    60.01%,
    70.01%,
    80.01%,
    90.01% {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
        animation-timing-function: ease-in;
    }
    60%,
    70%,
    80%,
    90%,
    to {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes pg1 {
    from,
    to {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.4deg);
        animation-timing-function: ease-in-out;
    }
    10%,
    15% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-out;
    }
    20%,
    80% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-in;
    }
    85%,
    90% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-in-out;
    }
}

@keyframes pg2 {
    from,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-in;
    }
    5%,
    10% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-in-out;
    }
    20%,
    25% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-out;
    }
    30%,
    70% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-in;
    }
    75%,
    80% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-in-out;
    }
    90%,
    95% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg3 {
    from,
    10%,
    90%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-in;
    }
    15%,
    20% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-in-out;
    }
    30%,
    35% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-out;
    }
    40%,
    60% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-in;
    }
    65%,
    70% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-in-out;
    }
    80%,
    85% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg4 {
    from,
    20%,
    80%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-in;
    }
    25%,
    30% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-in-out;
    }
    40%,
    45% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-out;
    }
    50% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-in;
    }
    55%,
    60% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-in-out;
    }
    70%,
    75% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg5 {
    from,
    30%,
    70%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0);
        animation-timing-function: ease-in;
    }
    35%,
    40% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0deg);
        animation-timing-function: ease-in-out;
    }
    50% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.6deg);
        animation-timing-function: ease-in-out;
    }
    60%,
    65% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0);
        animation-timing-function: ease-out;
    }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
	color: var(--atf-thm-white);
	background: var(--atf-thm-base);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 15px 40px;
	border-radius: 5px;
	border: none;
	position: relative;
	box-shadow: -4px -4px 0px var(--atf-thm-white);
	z-index: 1;
	transition: all 0.35s;
	display: inline-block;
}
.atf-themes-btn:hover,
.atf-themes-btn:focus{ 
    color: var(--atf-thm-white);
    box-shadow: 4px 4px 0px var(--atf-thm-white), 10px 10px 0px var(--atf-thm-base);
}
.atf-themes-btn:before{
    content: "";
    background: var(--atf-thm-color);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
    border-radius: 5px;
}
.atf-themes-btn:hover:before{ width: 0%; }
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 30px; }
}
/* btn v2 */
.atf-themes-btn.v2 {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 15px 40px;
	border-radius: 5px;
	border: none;
	position: relative;
	box-shadow: -4px -4px 0px var(--atf-thm-white);
	z-index: 1;
	transition: all 0.35s;
	display: inline-block;
}
.atf-themes-btn.v2:before{
    content: "";
    background: var(--atf-thm-base);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
    border-radius: 5px;
}
.atf-themes-btn.v2:hover,
.atf-themes-btn.v2:focus{ 
    color: var(--atf-thm-white);
    box-shadow: 4px 4px 0px var(--atf-thm-white), 10px 10px 0px var(--atf-thm-color);
}
.atf-themes-btn.v2:hover:before{ width: 0%; }
/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title {
    margin-bottom: 50px;
}
.atf-section-title .sub-title {
	color: var(--atf-thm-white);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius: 5px;
	padding: 10px 15px;
	outline-offset: -6px;
	outline: 1px solid rgba(255,255,255,0.5);
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500;
}
.atf-section-title .sub-title i {
	margin-right:5px;
	font-size:15px;
}
.atf-section-title .title {
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-black);
	font-weight: 700;
	font-size: 50px;
	letter-spacing: -2px;
}
.atf-section-title span {
	position: relative;
	color: var(--atf-thm-base);
}
.atf-section-title span svg {
	position: absolute;
	bottom: -6px;
	left: 0;
}
/* Responsive tweaks */
@media (max-width: 991px) {
    .atf-section-title .title {
        font-size: 38px;
		letter-spacing: -1px;
    }
	.pt-100.pb-75,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.atf-section-title br{display:none;}
}

@media (max-width: 576px) {
    .atf-section-title .title {
        font-size: 28px;
        line-height: 1.3;
		letter-spacing: 0;
    }
	.pt-100.pb-75,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.atf-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.border-left {
    border-left: 3px solid var(--atf-thm-color);
}
/*---------------------------------
 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: 500;
  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
/*----------------------------------------*/
.atf-top-header {
    position: relative;
    z-index: 1;
    padding:12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-header-top-right {
    text-align: left;
}
.atf-header-top-social {
    display: inline-block;
}
.atf-header-top-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.atf-header-top-social ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}
.atf-header-top-social.style1 ul li a{
	font-size: 16px;
}
.atf-header-top-social.style1 a i:hover{
    color:var(--atf-thm-white);
}
.atf-top-header .atf-header-top-social.style1{
	justify-content: flex-start;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
    color:var(--atf-thm-white);
}
.atf-top-header {
    background-color: var(--atf-thm-black);
    overflow: hidden;
}
.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  .atf-header-top-social {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    text-align: center;
}
.atf-header-top-social a i:hover{
    color:var(--atf-thm-black);
}
.atf-header-top-social a i {
    margin-left: 15px;
    color: var(--atf-thm-base);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.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.8);
    font-size: 16px;
}
.atf-top-header-list li:last-child {
    margin-right: 0;
}
.atf-top-header-list li i {
    margin-right: 10px;
}
.atf-top-header-list li a:hover {
    color: var(--atf-thm-white);
}
.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.atf-site-header.atf-style1 {
	transition: all ease 0.3s;
	background-color: transparent;
}
.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 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-site-header.atf-style1.atf-sticky-active .atf-main-menu.landing-page > nav > ul > li > a {
	color: var(--atf-thm-black);	
}
.atf-main-menu.landing-page > nav > ul > li > a {
	color: var(--atf-thm-white);
	
}
.atf-site-branding img {
    max-width: 150px;
    height: auto;
}
.atf-site-branding {
    font-size: 2rem;
}
.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: 40px;
}
.atf-main-menu > nav > ul > li:last-child {
    margin-right: 0px !important;
}
.atf-main-menu > nav > ul > li > a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding: 36px 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: 10px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--atf-thm-white);
    border-top: 5px 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 .sub-menu {
	right: auto;
	left: 220px;
	top: 10%;
	border-top: none;
	border-left: 5px solid var(--atf-thm-color);
}
.atf-main-menu > nav > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--atf-thm-white);
    border-top: 5px 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:hover > .sub-menu {
    transform: scaleY(1);
    visibility: visible;
}
.atf-main-menu > nav > ul > li .sub-menu li {
    position: relative;
    display: block;
}
.atf-main-menu > nav > ul > li .sub-menu li > a {
    font-weight: 500;
    padding: 3px 20px;
    display: block;
    transition: all 0.5s ease;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    font-size: 18px;
    -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-color);
}
.atf-main-menu > nav > ul > li .sub-menu li > a::before {
	position: absolute;
	width: 0px;
	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 {
	width: 10px;
	opacity: 1;
	visibility: visible;
}
/* Arrow icon insert style */
.atf-main-menu > nav > ul > li.menu-item-children > a::after {
	content: "\f107";
	font-family: var(--atf-ff-fontawesome);
	font-weight: 900;
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s ease-in-out;
	font-size: 14px;
}
/* Hover korle icon rotate hobe */
.atf-main-menu > nav > ul > li.menu-item-children:hover > a:after {
    transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
    .atf-main-menu > nav > ul > li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 15px 0;
    }
}
/* sub-menu animation */
@media only screen and (min-width: 1199px) {
  .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 300ms ease, transform 300ms ease;
  }

  .sub-menu li {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 300ms ease, transform 300ms ease;
  }

  .menu-item-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .menu-item-children:hover > .sub-menu > li {
    opacity: 1;
    transform: translateY(0);
  }
  .menu-item-children:hover .sub-menu li:nth-child(1) { transition-delay: 50ms; }
  .menu-item-children:hover .sub-menu li:nth-child(2) { transition-delay: 100ms; }
  .menu-item-children:hover .sub-menu li:nth-child(3) { transition-delay: 150ms; }
  .menu-item-children:hover .sub-menu li:nth-child(4) { transition-delay: 200ms; }
  .menu-item-children:hover .sub-menu li:nth-child(5) { transition-delay: 250ms; }
  .menu-item-children:hover .sub-menu li:nth-child(6) { transition-delay: 300ms; }
  .menu-item-children:hover .sub-menu li:nth-child(7) { transition-delay: 350ms; }
  .menu-item-children:hover .sub-menu li:nth-child(8) { transition-delay: 400ms; }
  .menu-item-children:hover .sub-menu li:nth-child(9) { transition-delay: 450ms; }
  .menu-item-children:hover .sub-menu li:nth-child(10) { transition-delay: 500ms; }
  .menu-item-children:hover .sub-menu li:nth-child(n+11) { transition-delay: 550ms; }
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-main-menu-bars button {
    font-size: 18px;
    padding: 10px 15px;
    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 */
}
@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-color);
}
.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-color);
}
.atf-hamburger-menu ul li.active > .atf-menu-close {
    color: var(--atf-thm-black);
    border-color: var(--atf-thm-color);
}
.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: 10px;
}
.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);
}
.atf-menu-close i {
    -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;
}
/*----------------------------------------*/
/*  End Mobile menu Design
/*----------------------------------------*/
/*----------------------------------------*/
/*  Start Search Design
/*----------------------------------------*/
.atf-searching-area {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0%;
    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 {
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.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: 36px;
    height: 36px;
    border: 1px solid var(--atf-thm-color);
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    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-black);
}

@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);
}
.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: 30px;
}
.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--atf-thm-color);
    border: none;
}

/*----------------------------------------*/
/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. START HOME DESIGN
/*----------------------------------------*/
.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.1);
    z-index: -1;
}
.atf-hero-area {
    background-color: #cccccc;
    height: 700px;
}
.atf_aicenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.atf-hero-content .sub-title {
	color: var(--atf-thm-white);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius:5px;
	padding: 8px 15px;
	outline-offset: -6px;
	outline: 1px solid rgba(255,255,255,0.5);
	border: 1px solid var(--atf-thm-color);
	font-size:18px;
}
.atf-hero-content p {
	margin: 20px 0 30px !important;
	font-size: 16px;
	color: #42403f;
	width: 460px;
}
.atf-hero-content .title {
	font-size: 70px;
	color: var(--atf-thm-black);
	font-weight: 700;
	font-family: var(--atf-ff-heading);
	line-height: 1.1;
	letter-spacing: -2px;
}
.atf-hero-content .title span {
    display: inline-block;
}
.atf-hero-btn-area {
    gap: 20px;
}
.animation-1 {
    -webkit-animation: 0.5s 0.3s fadeInDown both;
    animation: 0.5s 0.3s fadeInDown both;
}
.animation-2 {
    -webkit-animation: 0.5s 0.5s fadeInUp both;
    animation: 0.5s 0.5s fadeInUp both;
}
.animation-3 {
    -webkit-animation: 0.5s 0.7s fadeInLeft both;
    animation: 0.5s 0.7s fadeInLeft both;
}
.animation-4 {
    -webkit-animation: 0.5s 0.9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}
/* shape */
.shape-1 {
	right: 5%;
	top: 5%;
	width: 7%;
	z-index: 1;
	animation: 15s linear infinite spin;
	position: absolute;
}
.shape-2 {
	left: 30%;
	bottom: 16%;
	width: 12%;
	z-index: 1;
	animation: 15s linear infinite spin;
	position: absolute;
}
.hero-frame {
	display: inline-block;
	box-shadow: 0 18px 40px rgba(17,17,17,.08);
}
.shape-3 {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	position: absolute;
	height: 100%;
}
.hero-frame img {
	width: unset;
	height: 700px;
	object-fit: cover;
	bottom: 0;
	right: 200px;
	position: absolute;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Responsive tweaks */
@media (max-width: 991px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.3;
		letter-spacing: 0;
    }
}
.atf-hero-content .title span {
	position: relative;
	color: var(--atf-thm-base);
}
.atf-hero-content .title span svg {
	position: absolute;
	bottom: -3px;
	left: 0;
}
/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}
.atf-slider-content {
	padding-top:220px;
	padding-bottom:220px;
}
.atf-slider-content .sub-title{
	color: var(--atf-thm-white);
	text-transform: capitalize;
	background: var(--atf-thm-color);
	display: inline-block;
	border-radius:5px;
	padding: 8px 15px;
	outline-offset: -5px;
	outline: 2px solid var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	font-style:italic;
	font-size:18px;
	font-weight:500;
}
.atf-slider-content .sub-title i {
	margin-right:5px;
	font-size:15px;
}
.atf-slider-content .title {
	color: var(--atf-thm-black);
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: -2px;
}
.atf-slider-content .description {
    color: var(--atf-text-body);
    font-size: 18px;
    margin: 20px 0 30px;
}
.atf-header-bottom-right .call_to_action_btn .icon {
	width: 45px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 5px;
}
.atf-header-bottom-right .call_to_action_btn .icon i {
	display: block;
	transition: all .5s ease-out;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
	margin-left: 18px;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
	color: var(--atf-thm-black);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	display: block;
	margin-top: 5px;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_call {
	color: var(--atf-thm-color);
	transition: all .5s ease-out;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call{
	color: var(--atf-thm-black);
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
    left: 0;
    right: auto;
	width: 70px;
	height: 70px;
	line-height: 68px;
}
.atf-slick-slider-1.slick-arrow-1 .slick-next {
    right: 0px;
    left: auto;
	width: 70px;
	height: 70px;
	line-height: 68px;
}
@media (min-width: 1350px) {
    .atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
        left: 25px;
        right: auto;
    }
    .atf-slick-slider-1.slick-arrow-1:hover .slick-next {
        right: 25px;
        left: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .atf-slider-content .title {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
	.atf-single-slider.atf_attach_bg_1 {
		background-position: left center;
	}
}
@media (max-width: 768px) {
    .atf-slick-slider-1.slick-arrow-1 .slick-arrow,
    .atf-slick-slider-1.slick-arrow-1 .slick-next {
        display: none !important;
    }
    .atf-slick-slider-1.slick-arrow-1 .slick-dots {
        display: block !important;
    }
	.atf-slider-content .title {
		font-size: 36px;
		letter-spacing:0;
	}
	
}
@media screen and (min-width: 320px) and (max-width: 479px) {
    .atf-slider-content .title {
		font-size: 28px !important;
		line-height: 1.4;
	}
    .atf-slider-content .description br {
        display: none;
    }
}
.slick-active .atf-single-slider .sub-title {
    -webkit-animation: 0.5s 0.5s fadeInLeft both;
	animation: 0.5s 0.5s fadeInLeft both;
}
.slick-active .atf-single-slider .title {
    -webkit-animation: 0.5s 0.5s fadeInDown both;
    animation: 0.5s 0.5s fadeInDown both;
}
.slick-active .atf-single-slider .description {
    -webkit-animation: 0.5s 0.7s fadeInUp both;
    animation: 0.5s 0.7s fadeInUp both;
}
.slick-active .atf-main-btn {
    -webkit-animation: 0.5s 9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}
.slick-active .atf-single-slider {
	animation: zoomOutEffect 3s ease forwards;
	transition: all 2s ease; 
}
@keyframes zoomOutEffect {
	0%   { transform: scale(1.05); }
	100% { transform: scale(1); }
}
.atf-slider-content .title span {
	position: relative;
	color: var(--atf-thm-base);
}
.atf-slider-content .title span svg {
	position: absolute;
	bottom: -3px;
	left: 0;
}
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* LANDING PAGE DESIGN */
.landing_page{
	background: linear-gradient(135deg, #6631c7 0%, #8A4D07 100%);
	height: 700px;
}
.bg-shape-dot::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(#db8888 1px, transparent 1px), linear-gradient(90deg, #db8888 1px, transparent 1px);
	background-size: 24px 24px;
	opacity: .35;
	pointer-events: none;
	z-index: 0;
}
.bg-shape-dot.v1::before {
	opacity: .15;
}
.atf-footer-area.bg-shape-dot::before {
	opacity: .1;
}
/* --- Floating Badges --- */
.floating-badge {
	position: absolute;
	background: var(--atf-thm-white);
	color: var(--atf-thm-black);
	padding: 10px 20px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	z-index: 2;
	white-space: nowrap;
	animation: float 4s ease-in-out infinite;
}
.floating-badge .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--atf-thm-color);
}
/* Badge Positions */
.badge-top-right {
    top: 30%;
    right: 150px;
	animation-delay: 3s;
}
.badge-mid-left {
	top: 50%;
	left: 50%;
	animation-delay: 1s;
}
.badge-bottom-right {
	bottom: 25%;
	right: 150px;
	animation-delay: 2s;
}
/* Animation for hovering effect */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
/* --- Responsive Adjustments --- */
@media (max-width: 991px) {

    /* Adjust badges for mobile so they don't overflow */
    .badge-mid-left { display:none; }
    .badge-bottom-right { right: 95px; bottom: 25%; }
}

@media (max-width: 767px) {
	.image-wrapper{display:none;}
}
@media (max-width: 576px) {
    .floating-badge {
        font-size: 0.7rem;
        padding: 8px 12px;
    }
    /* Hide some badges on very small screens if cluttered */
    .badge-mid-left { display: none; } 
}
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START SKILL DESIGN
/*--------------------------------------*/
.atf-single-skill {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    gap: 20px;
    margin: 12px 0;
    border-left: 5px solid var(--atf-thm-color);
    border-radius: 10px;
}
.atf-single-skill:hover .atf-skill-icon i{
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
}
.atf-single-skill .atf-skill-icon i {
	font-size: 40px;
	color: var(--atf-thm-color);
	background: var(--atf-grey-2);
	width: 80px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	border-radius: 5%;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	text-align: center;
}
.atf-single-skill .atf-skill-content {
    border-top: none;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.atf-single-skill:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}
.atf-single-skill .title {
	color: var(--atf-thm-black);
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-out;
	font-size: 22px;
}
.atf-single-skill .title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}
.atf-single-skill .title a:hover {
    color: var(--atf-thm-color);
}
/*----------------------------------------*/
/*  04. END skill DESIGN
/*--------------------------------------*/
/**************************************
 * 05.START ABOUT DESIGN
 *************************************/
.atf-about-inner {
	background: var(--atf-thm-white);
	padding: 15px 30px;
	border-radius: 10px;
}
.atf-single-about {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.about-title h3 {
    margin-bottom: 0;
	font-size: 22px;
}
.about-icon {
    font-size: 20px;
    color: var(--atf-thm-color);
}
.atf-about-img-area.style1 {
    position: relative;
    z-index: 1;
}
.atf-about-img-area.style1.v1::before {
    content: '';
    position: absolute;
    width: 1%;
    height: 100%;
    top: 0;
    background-color: var(--atf-thm-white);
    left: 50%;
    z-index: 2;
    border-radius: 0;
}
.atf-about-img-area img,
.atf-about-img-area.style1 img {
    width: 100%;
    border-radius: 20px;
}
.atf_about_project{
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    gap: 15px;
    border-radius: 10px 0 0px 10px;
    background: var(--atf-thm-white);
    bottom: 45px;
    right: 0;
}
.atf_about_number {
    font-size: 40px;
    font-weight: 700;
    color: var(--atf-thm-color);
}
.atf_about_year_content p {
    line-height: 24px;
    font-weight: 600;
}
.atf_about_project_v2{
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    gap: 15px;
    border-radius: 0px 10px 10px 0px;
    background: var(--atf-thm-white);
    top: 45px;
    left: 0;
}
.atf_about_number_v2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--atf-thm-color);
}
.atf_about_year_content_v2 p {
    line-height: 24px;
    font-weight: 600;
}
.atf-about-list li {
	font-size: 1rem;
	color: var(--atf-text-body);
	margin-bottom: 16px;
	text-align: left;
}
.about1-list-icon {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--atf-thm-color);
	border-radius: 50%;
	margin-top:2px;
}
/**************************************
 * 05.END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
.counter_grid{
	display:flex;
	align-items:center;
	gap:15px;
}
.counter {
	color: var(--atf-thm-color);
	background: var(--atf-grey-6);
	text-align: center;
	padding: 20px 10px;
	width: 200px;
	height: 100%;
	position: relative;
	z-index: 1;
	border-radius: 20px;
}
.counter .counter-icon{
    color:var(--atf-thm-color);
    font-size: 35px;
    margin: 0 0 10px;
}
.counter .counter-icon i {line-height:inherit;}
.counter h3 {
	color: var(--atf-thm-black);
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.counter .counter-value{
    color: var(--atf-thm-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}
.counter .counter_plus{
	font-size:30px;
	font-weight: 700;
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
/*----------------------------------------*/
/*  START VIDEO DESIGN
/*----------------------------------------*/
.video-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.6);
}
.atf-hero-video {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.atf-hero-video .iq-video {
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	font-size: 20px;
	color: var(--atf-thm-white);
	border-radius: 15%;
	line-height: 100px;
	z-index: 4;
	background: var(--atf-thm-base);
	-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;
	justify-content: center;
}
.atf-hero-video .iq-video:hover {
	color: var(--atf-thm-color);
	background: var(--atf-thm-white);
}
.atf-video-icon {
	height: 70px;
	width: 70px;
	background-color: var(--atf-thm-base);
	color: var(--atf-thm-white);
	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-video-icon:hover{
	color: var(--atf-thm-white);
}
/*----------------------------------------*/
/*  END VIDEO DESIGN
/*----------------------------------------*/
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/*----------------------------------------*/
/* 06.  START COURSE DESIGN
/*--------------------------------------*/
.atf-single-course {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 15px;
	margin: 0 10px;
}
.atf-course-img{
    position:relative;
	overflow: hidden;
	border-radius: 20px !important;
}
.atf-course-img img{
	border-radius: 20px;
	width: 100%;
	transition: 1.3s;
}
.atf-single-course:hover .atf-course-img img {
	transform: scale(1.1);
}
.atf-course-img .sale_flash {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 14px;
}
.atf-course-teacher img {
	position: absolute;
	right: 10px;
	bottom: 5px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	border: 4px solid var(--atf-thm-white);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}
.atf-course-content {
    padding: 20px;
}
.atf-course-inner-title h3 {
	margin-top:5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	font-size:22px;
}
.atf-course-inner-title h3:hover {
	color: var(--atf-thm-color);
}
.atf-course-inner-title span {
    color: var(--atf-thm-color);
    font-weight: 500;
}
.atf-course-icon-star i {
    color: var(--atf-thm-color);
    font-size: 14px;
}
.atf-course-price span{
	color: var(--atf-thm-black);
    font-weight: 700;
}
.atf-course-lesson {
	display: flex;
	align-items: center;
	border: 1px solid var(--atf-border-1);
	margin-top: 15px;
	justify-content: space-evenly;
	padding: 5px 5px;
}
.atf-course-lesson span {
    border-right: 1px solid var(--atf-border-1);
    padding-right: 10px;
    margin-right: 10px;
}
.atf-course-lesson span:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}
/*----------------------------------------*/
/*  06.END COURSE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. START CLIENT DESIGN
/*--------------------------------------*/
.testimonial {
	padding: 7%;
	position: relative;
	margin: 0 10px;
	border: 1px solid rgba(22, 26, 57, 0.1);
	border-radius: 20px;
	background: var(--atf-thm-white);
}
.testimonial-content {
	display: flex;
	align-content: center;
	align-items:center;
	padding-bottom:25px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.testimonial-icon i {
	color: var(--atf-thm-color);
}
.testimonial-icon li {
	display: inline-block;
	font-size: 15px;
}
.testimonial .pic {
	width: 80px;
	height: 80px;
	border-radius: 30px;
	overflow: hidden;
	margin-right: 20px;
}
.testimonial .description {
	font-style: italic;
}
.testimonial .testimonial-title{
    margin: 0;
    text-transform: capitalize;
	font-size:22px;
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 0;
}
.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute;
}
.testimonial-course-title .title{
	color: var(--atf-thm-color);
	text-decoration:underline;
}
.no-border{
	border:none;
}
.atf-box-shadow {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--atf-thm-color) !important;
    background: var(--atf-thm-white);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}
.atf-box-shadow:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.atf-box-active {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
/*  START WORKING PROCESS DESIGN
/*--------------------------------------*/
/* Card Styling */
.process-card {
    border: none;
    border-radius: 12px;
    position: relative;
}
.process-title {
	font-size:24px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.process-card:hover {
	color: var(--atf-thm-color);
}
.step-marker-container {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translate(-50%,-50%);
}
.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
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. END CLIENT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* START PRICING DESIGN
/*--------------------------------------*/
.pricing-card {
    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-color);
}
.text-muted-light {
	color: var(--atf-text-body);
}
/* Card Hover Effect for Professional Touch */
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.pricing-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--atf-thm-black);
}
/* 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: var(--atf-text-body);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 500;
}
.pricing-feature-list li:last-child {
    border-bottom: none;
}
.atf-pricing-btn .atf-themes-btn.hometwo{
	border-radius: 0;
}
/*----------------------------------------*/
/*  END PRICING DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
*   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: 22px;
	font-weight: 600;
	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 15px;
	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;
}
.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,.28);
}
.faq-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);
	display: inline-block;
}
/*
* ------------------------------------------
*  END  FAQ DESIGN
* ------------------------------------------
*/
/*----------------------------------------*/
/* START TOP CATEGORIES DESIGN
/*--------------------------------------*/
.atf_top_categories{
    position: relative;
    overflow: hidden;
	border-radius: 20px;
}
.atf_top_categories:before{
    content: "";
    background: rgba(0,0,0,0.6);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
	border-radius: 20px;
}
.atf_top_categories:hover:before{ transform: translateX(-50%) translateY(-50%) scale(1); }
.atf_top_categories img {
	width: 100%;
	height: auto;
	transition: all 0.25s linear;
	border-radius: 20px;
}
.atf_top_categories:hover img{  
    transform: scale(1.25);
	border-radius: 20px;
}
.atf_top_categories .inner-content{
    color: var(--atf-thm-white);
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
    z-index: 1;
}
.atf_top_categories:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.atf_top_categories .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
	color: var(--atf-thm-white);
}
.atf_top_categories .post{
    text-transform: capitalize;
    margin: 0 0 20px;
    display: block;
}
.atf_top_categories .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf_top_categories .icon li{
    display: inline-block;
    margin: 0 5px;
}
.atf_top_categories .icon li a {
	color: var(--atf-thm-white);
	font-size: 14px;
	line-height: 44px;
	height: 45px;
	width: 45px;
	border: 1px solid var(--atf-thm-white);
	border-radius: 5px;
	display: block;
	transition: all 0.3s;
}
.atf_top_categories .icon li a:hover{
    color: var(--atf-thm-color);
    background: var(--atf-thm-white);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.atf_top_categories .icon li  a i{line-height:inherit;}
@media only screen and (max-width:991px){
    .atf_top_categories { margin: 0 0 30px; }
}
/*----------------------------------------*/
/* END TOP CATEGORIES DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/* START TEAM DESIGN
/*--------------------------------------*/
.atf-single-team {
	text-align: center;
	background: var(--atf-grey-6);
	padding: 30px;
	border: 1px solid var(--atf-border-1);
	border-radius: 30px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.atf-single-team:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.atf-single-team .pic{
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}
.atf-single-team .description{
    font-size: 16px;
    color: var(--atf-thm-black);
}
.atf-single-team .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.6s ease 0s;
	border: 4px solid var(--atf-thm-color);
	padding: 6px;
	background: var(--atf-thm-white);
}
.atf-single-team .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: var(--atf-thm-black);
	margin-bottom: 5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.atf-single-team .title:hover {
	color: var(--atf-thm-color);
}
.atf-single-team .post{
    display: block;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative;
	color: var(--atf-thm-black);
}
.atf-social-heading {
	font-size: 18px;
	font-weight: 600;
	color: var(--atf-thm-black);
}
.atf-social-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--atf-grey-2);
	padding: 10px 20px;
	border-radius: 30px;
	flex-wrap: wrap;
	margin-top:25px;
	gap:10px;
}
.atf-single-team .social{
    padding: 0;
    list-style: none;
}
.atf-single-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.atf-single-team .social li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: var(--atf-thm-color);
	font-size: 14px;
	color: var(--atf-thm-white);
}
.atf-single-team .social li a:hover{
    background: var(--atf-thm-base);
    text-decoration: none;
}
@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 25px; }
}
@media only screen and (max-width: 767px){
    .atf-single-team{ overflow: hidden; }
}
 /**************************************
 * START HIRE DESIGN
 *************************************/
.atf-hire-area {
	background: var(--atf-thm-black);
	border-radius: 40px;
	padding: 65px 30px;
}
.atf-hire-title h2 {
	color: var(--atf-thm-white);
	font-weight: 700;
	text-align: left;
}
.atf-hire-content p {
	color: var(--thm-white);
}
 /**************************************
 * END HIRE DESIGN
 *************************************/
/*----------------------------------------*/
/*  END TEAM DESIGN
/*--------------------------------------*/
/**************************************
 *08. START HOT DEAL DESIGN
 *************************************/
#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#countdown div {
    margin-top: 20px;
    background: var(--atf-thm-color);
    padding: 15px 30px;
    border-radius: 7px;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: var(--atf-thm-white);
    font-weight: 400;
}
#countdown div strong {
    font-size: 30px;
    color: var(--atf-thm-white);
    letter-spacing: 2px;
}
.atf-single-special-img img {
    width: auto;
}
@media only screen and (max-width: 575px){
   #countdown div {
		padding: 8px 20px;
	}
	#countdown div strong {
    font-size: 22px;
    color: var(--atf-thm-white);
    letter-spacing: 2px;
}
}
/**************************************
 * 08. END HOT DEAL DESIGN
 *************************************/
 /**************************************
 *  START EVENT DESIGN
 *************************************/
 .event-bar li {
	font-weight: 600;
	color: #666668;
}
.event-categories {
	background: var(--atf-grey-5);
	padding: 5px 10px;
	border-radius: 10px;
}
.event-title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
	font-size:22px;
}
.event-title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.event-title a:hover {
    color: var(--atf-thm-color);
}
.atf-event-item .event-img {
    position: relative;
	overflow:hidden;
	border-radius: 20px !important;
}
.atf-event-item .event-img img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 20px;
	width: 100%;
	transition: 1.3s;
}
.atf-event-item:hover .event-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
    .atf-event-item {
        margin: 12px 0;
    }
}
 /**************************************
 *  END EVENT DESIGN
 *************************************/
/*----------------------------------------*/
/* 09. START BLOG DESIGN
/*--------------------------------------*/
.sinlge_post {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 12px 0;
	padding: 10px;
	border-radius: 20px;
}
.sinlge_post .post-img {
    position: relative;
	overflow:hidden;
	border-radius: 20px !important;
}
.sinlge_post .post-img img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 20px;
	width: 100%;
	transition: 1.3s;
}
.sinlge_post:hover .post-img img {
	transform: scale(1.1);
}
.sinlge_post .post-img .post-bar {
    position: absolute;
    bottom: 0px;
}
.post-date a {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    padding: 10px 10px;
    border-radius: 5px;
}
.sinlge_post .post-review {
    border-top: none;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.sinlge_post:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sinlge_post .post-bar {
	padding: 0;
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	justify-content: space-evenly;
	gap: 15px;
}
.sinlge_post .post-bar.v2 {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}
.sinlge_post .post-bar li {
	display: inline-block;
	font-size: 16px;
	color: var(--atf-text-body);
	margin-right: 10px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.sinlge_post .post-bar li a:hover {
    color: var(--atf-thm-color);
}
.sinlge_post .post-bar li i {
    color: var(--atf-thm-color);
    margin-right: 8px;
}
.sinlge_post .post-title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
	font-size:22px;
}
.sinlge_post .post-title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sinlge_post .post-title a:hover {
    color: var(--atf-thm-color);
}
.sinlge_post .describtion {
    margin: 15px 0 15px;
}
.read {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600;
    color: var(--atf-thm-black);
    position: relative;
}
.read::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--atf-thm-color);
    transition: all 0.3s ease-in-out;
    color: var(--atf-thm-color);
}
.read:hover {
    color: var(--atf-thm-color);
}
.read:hover::before {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .sinlge_post {
        margin: 12px 0;
    }
}
/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.1;
	content: "";
	background-color: var(--atf-thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
}
.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);
}
.breadcrumb-single-content span a:hover {
	color: var(--atf-thm-color);
}
.breadcrumb-sub-title {
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	color: var(--atf-thm-black);
	line-height: 1.3;
	letter-spacing:-2px;
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 150px;
	padding-bottom: 100px;
}
.breadcrumb-single-content .down {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.breadcrumb-single-content .arrow {
	border: 1px solid var(--atf-text-body);
	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;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position: center;
	}
	.breadcrumb-title {
		font-size: 36px;
		letter-spacing:0px;
	}
}
@media only screen and (max-width:479px) {
	.breadcrumb-title {
		font-size:40px;
	}
	.breadcrumb-title {
		font-size: 28px;
	}
}
/*----------------------------------------*/
/*   END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blogpost-thumb {
	position: relative;
}
.blogpost-thumb img {
	width: 100%;
	border-radius: 15px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color:var(--atf-thm-color);
}
.blogpost-title {
	font-size: 36px;
	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;
}
.blogpost-text p {
	margin-bottom: 25px;
}
.atf-blog-details-blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: white;
	border: 1px solid var(--atf-border-1);
}
.atf-blog-details-blockquote blockquote {
	margin-bottom: 0;
}
.atf-blog-details-blockquote .quote-icon {
	font-size: 36px;
	color: var(--atf-thm-color);
	text-align: start;
	margin-bottom: 15px;
	display: block;
}
.atf-blog-details-blockquote p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--atf-thm-black);
	margin-bottom: 15px;
}
.atf-blog-details-blockquote .blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 30px;
}
.atf-blog-details-blockquote .blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-black);
}
.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-list{
		margin-top:30px;
	}
}
@media only screen and (max-width:576px) {
	.blogpost-details-social{
		margin-top:30px;
	}
}
@media only screen and (max-width:479px) {
	.blogpost-comment-avater {
		margin-bottom: 10px;
	}
	.blogpost-comment-title {
		font-size: 28px;
	}
	.blogpost-title {
		font-size: 28px;
	}
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: var(--atf-thm-black);
}
.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.blogpost-details-share {
	padding: 30px 0;
}
.blogpost-details-tag-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--atf-thm-black);
    line-height: 0;
}
.tagcloud a {
	font-size: 15px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid #c6c6c6;
	-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;
	font-weight: 500;
}
.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: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 5%;
	margin-right: 10px;
	color: var(--atf-thm-black);
	background: var(--atf-grey-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;
}
.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;
	padding:30px 0;
	border-top:1px solid var(--atf-border-1);
	border-bottom:1px solid var(--atf-border-1);
}
/* START BLOG COMMENT DESIGN */
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment ul li {
	list-style: none;
}
.blogpost-comment-box {
	margin-bottom: 30px;
	background: var(--atf-grey-6);
	padding: 30px;
}
.border-none{
	border:inherit;
}
.blogpost-comment-avater img {
	border-radius: 10px;
}
.blogpost-comment-avater {
	flex: 0 0 auto;
}
.blogpost-comment-name {
	font-size: 22px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment-text p{
	margin-bottom:15px;
}
.blogpost-comment-reply a {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	padding: 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;
}
.blogpost-comment-reply a:hover {
	background: var(--atf-thm-color);
}
.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
/*----------------------------------------*/
/*   START PAGINATION DESIGN
/*--------------------------------------*/
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link {
	color: var(--atf-thm-black);
	background: transparent;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 42px;
	height: 45px;
	width: 45px;
	padding: 0;
	margin: 0 10px;
	border: 1px solid var(--atf-border-1);
	border-radius: 0;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.5s ease 0s;
	box-shadow: none;
}
.pagination li:first-child a.page-link, .pagination li:last-child a.page-link {
	font-size: 16px;
	line-height: 43px;
}
.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);
    background: transparent;
    border-color: var(--atf-thm-color);
}
.pagination li a.page-link::before, .pagination li a.page-link::after {
	content: '';
	background-color: var(--atf-grey-7);
	height: 3px;
	width: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.pagination li a.page-link:after{
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after{
    background-color: var(--atf-thm-color);
    height: 100%;
    width: 3px;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: inline-block;
    }
    .pagination li{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
}
/*----------------------------------------*/
/*   END PAGINATION DESIGN
/*--------------------------------------*/
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget {
	padding: 50px;
	background: var(--atf-grey-5);
	border-radius: 15px;
}
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget-title {
	font-weight: 700;
	font-size: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget {
    padding: 40px;
  }
}
.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: 15px;
	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 15px 15px 0;
}
.sidebar-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
}
.lp-post {
	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;
}
.lp-post-thumb {
	margin-right: 15px;
	flex: 0 0 auto;
}
.lp-post-thumb a img {
	width: 72px;
	height: 72px;
	border-radius: 5px;
	object-fit:cover;
}
.lp-meta {
	font-size:12px;
	margin-top:0px;
}
.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-color);
	margin-right: 5px;
}
.lp-post-title {
	font-size: 20px;
	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;
}
.lp-post-title:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li {
	position: relative;
	display: block;
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	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: 15px;
	padding-left: 25px;
}
.sidebar-widget-content ul li a:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li a i {
	position: absolute;
	left:0px;
	top: 50%;
	transform: translateY(-50%);
}
/*----------------------------------------*/
/*   END BLOG DETAILS DESIGN
/*--------------------------------------*/
/*----------------------------------------
START EVENT DETAILS DESIGN
------------------------------------------*/
.atf_event__details-title {
	font-size: 36px;
	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;
}
@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,
	.event-details-list-title,
	.atf_event__details-title {
		font-size:28px;
	}
}
.atf_event__details-area p{
	margin-bottom:20px;
}
.atf_event__details-thumb img {
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	object-fit: cover;
}
.event_contact_box{
	text-align:left;
	border-radius:15px;
}
.atf_event-details-contact_info ul li {
	margin-bottom: 12px;
	list-style:none;
}
.atf_event-details-contact_info ul li span {
	font-weight: 600;
	color: var(--atf-thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf_event-details-contact_info ul li a:hover {
	color: var(--atf-thm-black);
	text-decoration:underline;
}
.atf_event__details-social ul li {
	display: inline-block;
	margin-top: 10px;
}
.atf_event__details-social ul li:not(:last-child) {
	margin-right: 5px;
}
.atf_event__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_event__details-social ul li a:hover {
  background: var(--atf-thm-black);
  color: var(--atf-thm-white);
}
@media (max-width: 991px) {
    .atf_event__details-social ul li {
		display: inline-block;
		margin-bottom: 0px;
	} 
}
.event-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: var(--atf-thm-black);
}
.event-details-list p{
	margin:0;
}
.event-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.event-details-list-thumb img {
	border-radius: 40px 0 40px 40px;
}
@media only screen and (max-width:767px) {
	.event-details-list.w-50,
	.atf_event__details-thumb.w-50{
		width:100% ! important;
	}
	.atf_event__details-item{
		flex-wrap:wrap;
	}
	.atf_event__details-item.mb-30{
		margin-bottom:0;
	}
	.event-details-list-area {
		flex-wrap: wrap;
	}
}
/*-------------------------------------------
END EVENT 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;
}
.progress-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--atf-thm-black);
	text-transform: capitalize;
	margin: 0 0 25px;
}
.progress{
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress:before,
.progress:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--atf-thm-white);
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}
.progress:after{
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}
.progress .progress-bar{
    box-shadow: none;
    border: none;
	overflow:visible;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 8s;
    animation: animate-positive 8s;
}
.progress .progress-value{
    width: 70px;
    height: 35px;
    line-height: 27px;
    border-radius: 20px;
    background: var(--atf-thm-white);
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 2;
}
.progress.orange:before{ border: 7px solid var(--atf-thm-color); }
.progress.orange .progress-value {
	border: 5px solid var(--atf-thm-color);
	color: var(--atf-thm-color);
}
@-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: 40px;
	text-align: center;
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-size: 15px;
}
.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;
	}  
}
.team_exp_title h3 {
	line-height: 1.7;
}
/* 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: 14px;
	padding: 2px 15px;
	border-radius: 5px;
	box-shadow: 0 0 0 2px rgba(81, 124, 251, 0.3), 0 0 0 4px rgba(255, 239, 228, 0.15);
}
.rating-icon {
	color: #ffab0b;
	font-weight: 700;
	margin-right: 10px;
	font-size: 14px;
}
.timeline_team_title{
	font-size:22px;
}
.timeline-item {
	flex: 1;
	min-width: 150px;
	border: 1px solid var(--atf-border-1);
	padding: 20px;
}
.timeline_team_des{
	margin:0;
}
 /*---------------------------------------------
END TEAM DETAILS DESIGN
---------------------------------------------*/ 
/*---------------------------------------------
START COURSE DETAILS DESIGN
---------------------------------------------*/ 
/* tab */
.atf-course-details-tab-nav .nav-tabs {
	padding: 12px 20px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 575px) {
    .atf-course-details-tab-nav .nav-tabs {
        padding-bottom: 0;
    }
}
.atf-course-details-tab-nav .nav-tabs .nav-link {
	font-size: 22px;
	color: var(--atf-text-body);
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
}
.atf-course-details-tab-nav .nav-tabs .nav-link.active,
.atf-course-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--atf-thm-black);
}
.atf-course-details-tab-nav .nav-tabs .nav-link.active::after,
.atf-course-details-tab-nav .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
@media (max-width: 575px) {
    .atf-course-details-tab-nav .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 1px;
        background-color: var(--atf-thm-black);
    }
	.atf-course-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}
.atf-course-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-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;
}
.atf-course-overview-list li {
	font-size: 1rem;
	color: var(--atf-text-body);
	margin-bottom: 16px;
	text-align: left;
}
.course-overview-list-icon {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--atf-thm-color);
	border-radius: 50%;
	margin-top: 2px;
}
/* curriculum */
.atf-course-details-curriculum-area {
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 20px;
}
.atf-course-details-curriculum ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: var(--atf-text-body);
	font-weight: 500;
}
.atf-course-details-curriculum:last-child ul li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.curriculum_heading_left h4 {
	display: inline-block;
	font-weight: 500;
	font-size:20px;
}
.curriculum_heading_right {
	display: flex;
	align-items: center;
	gap: 30px;
	color: var(--atf-thm-black);
}
.curriculum_left span {
	color: var(--atf-thm-color);
}
.curriculum_left a {
	-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;
}
.curriculum_left a:hover {
	color: var(--atf-thm-color);
}
.curriculum_right {
	display: flex;
	align-items: center;
	gap: 30px;
}
.curriculum_right a {
	background: var(--atf-grey-5);
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
}
/* review */
.atf-course-details-review-number {
	border: 1px solid #e0e2e3;
	padding: 40px;
}
@media (max-width: 575px) {
    .atf-course-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}
.atf-course-details-review-number-title {
    font-weight: 600;

}
.atf-course-details-review-summery {
	margin-bottom: 12px;
	line-height: 0;
}
.atf-course-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--atf-thm-black);
    margin-right: 8px;
}
.atf-course-details-review-summery-rating {
    margin-right: 3px;
}
.atf-course-details-review-summery-rating span {
    color: #ffb21d;
}
.atf-course-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}
.atf-course-details-review-rating-item > span {
    color: #a0a2a4;
    font-size: 15px;
    margin-right: 10px;
}
.atf-course-details-review-rating-bar {
	width: 80%;
	background-color: #edeeee;
	height: 10px;
	position: relative;
	margin-right: 12px;
}
@media (max-width: 767px) {
	.atf-course-details-review-rating-bar {
		width: 70%;
	}
}
@media (max-width: 575px) {
    .atf-course-details-review-rating-bar {
		width: 65%;
	}
}
.atf-course-details-review-rating-bar-inner {
    height: 100%;
    background-color: #ffb21d;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.atf-course-details-review-rating-percent span {
    font-size: 14px;
}
.atf-course-details-review-title {
    font-weight: 600;
}
@media (max-width: 575px) {
    .atf-course-details-review-list {
        padding-right: 0;
    }
}
.atf-course-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}
.atf-course-details-review-avater-thumb {
    flex: 0 0 auto;
}
.atf-course-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}
.atf-course-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}
.atf-course-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: #ffb21d;
}
.atf-course-details-review-avater-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}
.atf-course-details-review-avater-meta {
    font-size: 12px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}
.atf-course-details-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}
.atf-course-details-review-avater-comment p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}
@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-course-details-review-form {
        margin-top: 50px;
    }
}
.atf-course-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}
.atf-course-details-review-form-title {
    font-weight: 600;
}
.atf-course-details-review-form-rating {
    margin-bottom: 28px;
}
.atf-course-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px;
}
.atf-course-details-review-form-rating-icon span {
    font-size: 12px;
    color: #ffb21d;
}
.atf-course-details-review-input-box {
    position: relative;
}
.atf-course-details-review-input-box:not(:last-child) {
    margin-bottom: 20px;
}
.atf-course-details-review-input input {
    font-size: 16px;
    height: 56px;
    background: var(--atf-grey-1);
    border: 1px solid transparent;
    border: 1px solid var(--atf-border-1);
    border-radius: 15px;
}
.atf-course-details-review-input input::placeholder {
    font-size: 16px;
    color: var(--atf-text-body);
}
.atf-course-details-review-input textarea {
    height: 165px;
    resize: none;
    border: 1px solid var(--atf-border-1);
    background: var(--atf-grey-1);
    border-radius: 15px;
}
.atf-course-details-review-input input:focus,
.atf-course-details-review-input textarea:focus {
    border: 1px solid var(--atf-thm-color);
}
.atf-course-details-review-input textarea::placeholder {
    font-size: 16px;
    color: var(--atf-text-body);
}
.atf-course-details-review-input-title label {
    font-size: 14px;
    color: var(--atf-thm-black);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--atf-thm-white);
    line-height: 1;
}
.atf-course-details-review-remeber input {
    display: none;
}
.atf-course-details-review-remeber input:checked ~ label::after {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
}
.atf-course-details-review-remeber input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.atf-course-details-review-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}
.atf-course-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
}
.atf-course-details-review-remeber label::before {
    position: absolute;
    content: "\f00c";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--atf-thm-white);
	font-family: var(--atf-ff-fontawesome);
	font-weight: 700;
	font-size: 14px;
}
.atf-course-details-review-remeber label a:hover {
    color: var(--atf-thm-color);
}
.atf-course-details-review-remeber label:hover {
    cursor: pointer;
}
/* course sidebar */
.course_contact_box{
	text-align:left;
	border-radius:15px;
}
.atf_course-details-contact_info ul li {
	margin-bottom: 12px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}
.atf_course-details-contact_info:last-child ul li {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.atf_course-details-contact_info ul li span {
	font-weight: 600;
	color: var(--atf-thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf_course-details-contact_info ul li a:hover {
	color: var(--atf-thm-black);
	text-decoration:underline;
}
.atf_course__details-social ul li {
	display: inline-block;
	margin-top: 10px;
}
.atf_course__details-social ul li:not(:last-child) {
	margin-right: 5px;
}
.atf_course__details-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: var(--atf-grey-5);
	color: var(--atf-thm-base);
	-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_course__details-social ul li a:hover {
  background: var(--atf-thm-black);
  color: var(--atf-thm-white);
}
@media (max-width: 991px) {
    .atf_course__details-social ul li {
		display: inline-block;
		margin-bottom: 0px;
	} 
}
.course-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	color: var(--atf-thm-black);
}
.course-details-list p{
	margin:0;
}
.course-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
/*---------------------------------------------
END COURSE DETAILS DESIGN
---------------------------------------------*/
/*----------------------------------------*/
/*  09. END BLOG DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  START ERROR DESIGN
/*--------------------------------------*/
.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
/*--------------------------------------*/
/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/
.marquee {
    margin: 0 auto;
    overflow: hidden;
}
.marquee ul.marquee-content {
	display: flex;
	align-items: center;
	gap: 20px;
}
.marquee ul.marquee-content li {
	flex-shrink: 0;
	width: 250px;
	border: 1px solid #ddd;
	padding: 10px;
	background: var(--atf-grey-8);
	border-radius: 30px;
}
.marquee-content img {
	border-radius: 30px;
}
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}
/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  11. START CHOOSE DESIGN
/*--------------------------------------*/
.single-choose-icon{
	font-size:80px;
	color:var(--atf-thm-color);
}
.atf-single-choose {
	background: var(--atf-grey-6);
	border-radius: 30px;
}
.choose-icon span{
	font-size:16px;
	color:var(--atf-thm-color);
}
.atf_choose_content p {
	background: var(--atf-thm-base);
	padding: 5px 15px;
	transform: rotate(-90deg);
	left: -84px;
	position: absolute;
	top: 0;
	font-size: 24px;
	border-radius: 6px;
	color: var(--atf-thm-white);
}
.bg-image-right {
	position: relative;
}
.bg-image-right::before {
	position: absolute;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/about/choose.jpg);
	height: 100%;
	width: 50%;
	left: auto;
	right: 0;
	top: 0;
}
.atf-choose-list li {
	font-size: 1rem;
	color: var(--atf-text-body);
	margin-bottom: 8px;
	text-align: left;
}
/*----------------------------------------*/
/*  11. END CHOOSE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  12. START NEWSLETTER DESIGN
/*--------------------------------------*/
.atf-newsletter.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.7);
}
.atf-newsletter-area {
    border-radius: 10px;
    padding: 50px 50px;
}
.atf-single-newsletter {
    position: relative;
}
.atf-mailchamp-title .title {
    color: var(--atf-thm-white);
    font-weight: 700;
    margin-bottom: 0;
}
.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: 9px;
	top: 6px;
	font-size: 16px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-black);
	padding: 7px 20px;
	border-radius: 5px;
}
/*----------------------------------------*/
/*  12. END NEWSLETTER DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  13. START CONTACT DESIGN
/*--------------------------------------*/
.atf__overlay_1 {
    position:relative;
}
.atf__overlay_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: url(../img/bg/bg-1.jpg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.atf__overlay_2 {
    position:relative;
}
.atf__overlay_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: url(../img/bg/video-img.jpg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.atf__overlay_1.style1 {
    height: 90%;
}
.atf__overlay_1.style1.fact {
    height: 100%;
}
.atf__overlay_1.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.8);
}
.atf__overlay_2.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.8);
}
.atf-contact-form {
	background: var(--atf-grey-6);
	padding: 40px 45px;
	border: 3px solid var(--atf-thm-black);
	border-radius: 30px;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form label {
    font-weight: 600;
    color: var(--atf-thm-black);
    font-size: 18px;
}
.atf-contact-form .atf_contact_input input,
.atf-contact-form .atf_contact_input textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    padding-left: 20px;
}
.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
    box-shadow: none;
    border: 1px solid var(--atf-thm-color);
}
.atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}
.atf-contact-area .atf-themes-btn {
    margin-top: 10px;
    text-align: center;
}
.atf-contact-info {
    color: var(--atf-thm-white);
}
.atf-contact-address h3 {
	font-size: 22px;
	line-height: 1.0;
}
.atf-contact-details {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.atf-contact-details:last-child{
	border-bottom:inherit;
	padding-bottom:0px;
	margin-bottom:0px;
}
.atf-contact-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: var(--atf-thm-color);
	font-size: 20px;
	color: var(--atf-thm-white);
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.atf-contact-content span{
	color: var(--atf-text-body);
}
.atf-choose-country.nice-select {
	border-radius: 0;
	width: 100%;
	background: var(--atf-thm-white);
	border: 1px solid #d5d8db;
	color: var(--atf-text-body);
	height: 60px;
	padding-left: 15px;
}
.atf-choose-input .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--atf-text-body);
	float: none;
	padding: 0 26px;
	font-size: 16px;
	margin-top: 10px;
}
.atf-choose-input .nice-select::after {
	right: 20px;
}
.form-message {
    color: var(--atf-thm-black);
}
#atf-map-area iframe{
	width:100%;
	height:450px;
	display: block;
	border-radius: 40px;
}
#atf-map-event iframe{
	width:100%;
	height:450px;
	display: block;
	border-radius: 0px;
}
/*----------------------------------------*/
/*  12. END CONTACT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  13. START FOOTER DESIGN
/*--------------------------------------*/
.atf-footer-payment img {
    margin-bottom: 0 !important;
	background-color: var(--atf-grey-1);
}
.atf-single-footer p {
	color: #ccc;
}
.atf-footer-area {
    background-color: var(--atf-thm-black);
}
.atf-footer-area .atf-single-footer {
    position: relative;
}
.atf-single-footer .title {
	margin-bottom: 45px;
	color: var(--atf-thm-white);
	font-weight: 600;
	font-size:22px;
}
.atf-footer-social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}
.atf-footer-social-icon li {
    display: flex;
    align-items: center;
}
.atf-footer-social-icon li a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--atf-thm-black);
    background: var(--atf-thm-white);
    text-align: center;
    border-radius: 5%;
    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-footer-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;
}
.atf-single-footer .atf-list-menu li a {
	color: #ccc;
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li {
    display: flex;
    align-items: center;
}
.atf-single-footer .atf-list-menu li::before {
	content: "";
	background-color: var(--atf-thm-color);
	position: relative;
	left: 0;
	top: -4px;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.atf-single-footer .atf-list-menu li:hover::before {
	opacity: 1;
	width: 10px;
	height: 10px;
}
.atf-single-footer .atf-list-menu li:hover a {
    color: var(--atf-thm-white);
    margin-left: 10px;
}
.atf-single-footer .atf-list-menu li a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.atf-copyright-text p {
	color: #ccc;
}
.atf-copyright-text a {
    color: var(--atf-thm-base);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
    font-weight: 700;
}
.atf-copyright-text {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.atf-copyright-text a:hover {
    color: var(--atf-thm-white);
    text-decoration: inherit;
}
.atf-contact-icon.style1 {
	font-size: 20px;
	border-radius: 5px;
	width: 50px;
	height: 60px;
	line-height: 60px;
}
@media only screen and (max-width: 991px) {
    .atf-single-footer {
        margin: 15px 0;
    }
}
/*----------------------------------------*/
/*  13. END FOOTER DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: -120px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: block;
    left: auto;
    right: 100px;
    border: 1px solid;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-2 .slick-next {
    right: 15px;
    background-color: var(--atf-thm-white);
    border-color: var(--atf-thm-color);
    color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

/* slick-arrow */
.slick-arrow {
    cursor: pointer;
    z-index: 3;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
    background-color: var(--atf-thm-white);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: block;
    border: 1px solid var(--atf-thm-color);
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    font-size: 20px;
    color: var(--thm-color) !important;
    z-index: 1;
    opacity: 0;
    visibility: visible;
}
.slick-arrow-1 .slick-arrow:hover {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-1 .slick-next {
    right: 15px;
    left: auto;
}

.slick-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
    left: 50px;
    right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
    right: 50px;
    left: auto;
}

@media (min-width: 1350px) {
    .slick-arrow-1:hover .slick-arrow {
        left: -50px;
        right: auto;
    }
    .slick-arrow-1:hover .slick-next {
        right: -50px;
        left: auto;
    }
}
/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
    margin: 30px 0 0px;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 1;
}
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--atf-thm-color);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.slick-dots li button {
    display: none;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: var(--atf-thm-color);
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
}
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
/* ==========================================================================
START MODAL/LOGIN/SIGNUP DESIGN
========================================================================== */

/* Login start
-------------------------------------------------------------- */
.sign_in {
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    cursor: pointer;
    font-weight: 600;
}
.sign_in a:hover{
    color:var(--atf-thm-color);
}
.sign_in span{
    margin:6px;
}
.sign_in_content{
    position: relative;
    z-index: 1;
}
.sign_in_content_one::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--atf-thm-white);
    margin-top: -6px;
    transform: skew(-15deg);
}
.sign_in_content a{
    padding:0 10px;
}
.forget-heading-icon{
	width:65px;
	height:65px;
	background:#fff3e0;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 15px;
	font-size:26px;
	color:#FF9924;
}
.forget-heading p{color:#777;font-size:14px;}
#forgotSuccess{
	display:none;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;padding:12px;color:#2e7d32;font-size:14px;text-align:center;margin-top:15px;
}
/* modal start
-------------------------------------------------------------- */
.modal-body {
    padding: 0 40px 40px 40px;
}
.modal-content {
    background-color: var(--atf-thm-white);
}
.modal-body .atf-contact-form {
	padding: 25px;
}
.atf-checkbox-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}
.modal-header{
    border:none;
}
.modal-header-title {
    text-transform: uppercase;
    text-align: center;
}
.atf-checkbox-login .atf-theme-forget{
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-black);
    font-weight:700;
}
.atf-checkbox-login .atf-theme-forget:hover{
    color: var(--atf-thm-color);
    text-decoration:underline;
}
.atf-click-link .atf-link{
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-black);
    font-weight:700;
}
.atf-click-link .atf-link:hover{
    color: var(--atf-thm-color);
    text-decoration:underline;
}
.atf-login-form .atf-main-btn{
    width: 100%;
    font-size: 16px;
}
.atf-checkbox-login ul li:first-child {
    flex: 1;
}
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background:var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom + .radio-custom-label:before {
    content: "";
    background:var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    background: var(--atf-thm-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    background: var(--atf-thm-color);
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}
.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: inherit;
}
.modal-footer.atf-checkbox-login {
    border-top: navajowhite;
    border-bottom: 1px solid var(--atf-border-1);
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* END MODAL/LOGIN/SIGNUP DESIGN
-------------------------------------------------------------- */
