/*
Author       : Theme-Family
Template Name: Akids - Kingdergarden School Website Template
Version      : 1.0.2
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		-- START HOME DEFALT
		-- CLIPE HOME DESIGN
		-- PARTICLES HOME DESIGN
		-- GRADIENT HOME DESIGN
		-- WABES HOME DESIGN
		-- RIPPLE WATER HOME DESIGN
		-- BUBBLE HOME DESIGN
		-- START SLIDER DESIGN
    04. START FEATURE DESIGN
    05. START ABOUT DESIGN
	06.	START KIDS DESIGN
	07.	START PROGRAM  DESIGN (START ACCRODING  DESIGN)
	08.	START GALLERY DESIGN
	09.	START CLASS  DESIGN
	10.	START TESTIMONIAL DESIGN
	11.	START COUNTER DESIGN
	12.	START TEAM DESIGN
	13.	START SPECIAL DESIGN
	14. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
		--START PORTFOLIO DETAILS DESIGN
	15. START CONTACT DESIGN 
	16.	START FOOTER DESIGN(START MAP DESIGN)
	
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 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: "Open Sans", sans-serif;
    --atf-ff-heading: "Bubblegum Sans", sans-serif;
    --atf-ff-fontawesome: "Font Awesome 6 Free";
    /**
  @color declaration
  */
    --atf-thm-white: #ffffff;
    --atf-thm-black: #5a1e90;
    --atf-thm-color: #ff4b2b;
    --atf-thm-base: #feda00;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #171a2b;
    --atf-text-body: #858585;
    --atf-border-1: #dddddd;
    --thm-line: linear-gradient(to bottom, #ff416c, #ff4b2b);
}
body {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
    letter-spacing: -0.03em;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--atf-thm-black);
    font-family: var(--atf-ff-heading);
}

h1 {
    font-size: 44px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 22px;
    }
}
h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 32px;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}
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 {
    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);
}
.color-bg {
    background-color: var(--atf-thm-color);
}
.grey-bg-1 {
    background-color: #f9f9f9;
}
.grey-bg-2 {
    background: #f5f5f5;
}
.grey-bg-3 {
    background-color: #f6f9ff;
}
.atf_border_bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.atf-image-left {
    position: relative;
}
.atf-image-left::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/choose/bg-choose.jpg);
    height: 100%;
    width: 50%;
    right: auto;
    left: 0;
    top: 0;
}
.atf-image-right {
    position: relative;
}
.atf-image-right::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../img/client/client-bg.jpg);
    height: 100%;
    width: 50%;
    left: auto;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 991px) {
    .atf-image-right::before {
        z-index: -1;
    }
    .atf-image-left::before {
        z-index: -1;
    }
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
    background: var(--atf-thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--atf-thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
    padding: 100px 0;
}
/*START SECTION TITLE DESIGN*/

.atf-section-title {
    margin-bottom: 50px;
}
.atf-section-title .atf-sheading {
    color: var(--atf-thm-white);
    margin: 0px 0 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: var(--atf-thm-color);
    display: inline-block;
    padding: 2px 15px;
    border-radius: 5px;
    font-weight: 400;
}
.atf-section-title .tilte {
    font-weight: 400;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: var(--atf-ff-heading);
}
.atf-section-title .description {
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}
.atf-section-title .atf-sec_icon {
    position: relative;
    display: inline-block;
}
.atf-section-title .atf-sec_icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--atf-thm-color);
    top: 16px;
    left: -56px;
}
.atf-section-title .atf-sec_icon:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--atf-thm-color);
    top: 16px;
    right: -56px;
}
.atf-section-title .atf-sec_icon .atf-sec_radiu i {
    margin-top: 10px;
    color: var(--atf-thm-color);
}

@media only screen and (max-width: 480px) {
    .atf-section-title h2 {
        font-size: 25px;
    }
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
    position: fixed;
    right: 105%;
    bottom: 70px;
    z-index: 99;
    cursor: pointer;
    transition: 1.5s ease;
    border: none;
    background: transparent;
}

.atf-scrollup-icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: var(--atf-thm-color);
    line-height: 50px;
    color: var(--atf-thm-white);
    border-radius: 50%;
    box-shadow: 0px 0 15px rgba(242, 233, 233, 0.6);
}
.atf-scrollup-icon:hover {
    background: var(--atf-thm-black);
    transition: 0.3s;
}
.atf-scroll-top.open {
    right: 30px;
}

/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
    color: var(--atf-thm-white);
    background-color: var(--atf-thm-color);
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    border: none;
    opacity: 1;
    display: inline-block;
    font-size: 16px;
}
.atf-themes-btn:hover {
    color: var(--atf-thm-white);
}
.atf-themes-btn:before,
.atf-themes-btn:after,
.atf-themes-btn span:before,
.atf-themes-btn span:after {
    content: "";
    background: var(--atf-thm-black);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.atf-themes-btn:before {
    transform: scaleY(0.2);
    transition-delay: 0.3s;
}
.atf-themes-btn:after {
    transform: scaleY(0.45);
    left: 25%;
    transition-delay: 0.2s;
}
.atf-themes-btn span:before {
    transform: scaleY(0.65);
    left: 50%;
    z-index: -1;
    transition-delay: 0.1s;
}
.atf-themes-btn span:after {
    transform: scaleY(0.8);
    left: 75%;
    z-index: -1;
}
.atf-themes-btn span {
    padding: 10px 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.atf-themes-btn:hover:before,
.atf-themes-btn:hover:after,
.atf-themes-btn:hover span:before,
.atf-themes-btn:hover span:after {
    opacity: 1;
    transform: scaleY(1);
}
.atf-themes-btn.orange:before,
.atf-themes-btn.orange:after,
.atf-themes-btn.orange span:before,
.atf-themes-btn.orange span:after {
    background: linear-gradient(to bottom, #f7b42c, #fc575e);
}
.atf-themes-btn.blue:before,
.atf-themes-btn.blue:after,
.atf-themes-btn.blue span:before,
.atf-themes-btn.blue span:after {
    background: linear-gradient(to bottom, #7f53ac, #647dee);
}
.atf-themes-btn.green:before,
.atf-themes-btn.green:after,
.atf-themes-btn.green span:before,
.atf-themes-btn.green span:after {
    background: linear-gradient(to bottom, #3bb78f, #0bab64);
}
@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 20px;
    }
}
/* END BTN STYLE */

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
    overflow: hidden;
}
.atf-top-header .atf-top-header-in {
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-top-header .atf-top-social {
    font-size: 16px;
    height: 40px;
    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-top-social a i:hover {
    color: var(--atf-thm-white);
}
.atf-top-social a i {
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header-in {
    height: 0;
}
.atf-sticky-active .atf-top-social {
    height: 0;
}
.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: 14px;
}
.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 {
    transition: all 0.4s ease;
}
.atf-site-branding.atf-white-logo img {
    max-width: 110px;
    height: auto;
}
.atf-site-header.atf-style1 .atf-main-header-in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 80px;
}
.atf-site-header.atf-style1.style2.atf-sticky-active,
.atf-site-header.atf-style1.atf-sticky-active {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
    box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}
.atf-nav .atf-nav-list > li > a {
    color: var(--atf-thm-white);
}
.atf-main-menu > nav > ul > li.menu-icon > a::before {
    content: "\f067";
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li.menu-icon > a:hover::before {
    content: "\f068";
    opacity: 1;
}
.atf-main-header-in.style1 {
    margin-top: 20px;
}
.atf-sticky-active .atf-main-header-in.style1 {
    margin-top: 0px;
}
@media screen and (max-width: 991px) {
    .atf-main-menu > nav > ul > li.menu-icon > a::before {
        display: none;
    }
    .atf-main-header .container {
        width: 100%;
    }

    .atf-top-header {
        display: none;
    }

    .atf-site-header.atf-style1 {
        background-color: var(--atf-thm-black);
    }
    .atf-site-header.atf-style1.style2 {
        background-color: transparent;
        box-shadow: inherit;
    }
}
.atf-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    font-size: 16px;
}
.atf-main-header {
    position: relative;
}

@media screen and (min-width: 992px) {
    .atf-nav .atf-nav-list {
        display: flex !important;
        flex-wrap: wrap;
    }
    .atf-nav .atf-nav-list > li {
        margin-right: 30px;
        font-weight: 600;
    }
    .atf-nav .atf-nav-list > li:last-child {
        margin-right: 0;
    }
    .atf-nav .atf-nav-list > li > a {
        padding: 15px 0;
        display: inline-block;
    }
    .atf-nav .atf-nav-list > li > ul {
        left: 0;
        top: calc(100% + 15px);
    }
    .atf-nav .atf-nav-list > li > ul:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        border: 1px solid #eaeaea;
        transform: rotate(45deg);
        background-color: var(--atf-thm-white);
        border-right: none;
        border-bottom: none;
        top: -6px;
        left: 16px;
    }
    .atf-nav .atf-nav-list > li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }
    .atf-nav .atf-nav-list li {
        position: relative;
    }
    .atf-nav .atf-nav-list li a.active {
        color: var(--atf-thm-base);
    }
    .atf-nav .atf-nav-list ul {
        width: 200px;
        background-color: var(--atf-thm-white);
        position: absolute;
        border: 1px solid #eaeaea;
        border-radius: 4px;
        padding: 0px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        transition: all 0.1s ease;
    }
    .atf-nav .atf-nav-list ul li:hover ul {
        top: 0px;
    }
    .atf-nav .atf-nav-list ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }
    .atf-nav .atf-nav-list ul a {
        font-size: calc(100% - 1px);
        display: block;
        line-height: 1.6em;
        padding: 9px 20px;
        color: var(--atf-thm-black);
    }
    .atf-nav .atf-nav-list ul a:hover {
        background-color: var(--atf-thm-color);
        color: var(--atf-thm-white);
    }
    .atf-nav .atf-nav-list ul ul {
        top: 15px;
        left: 100%;
    }
    .atf-menu-toggle,
    .atf-menu-dropdown-toggle {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .atf-menu-dropdown-toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px;
    }
    .atf-menu-dropdown-toggle:before,
    .atf-menu-dropdown-toggle:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        background-color: var(--atf-thm-white);
        transition: all 0.3s ease;
    }
    .atf-menu-dropdown-toggle:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .atf-menu-dropdown-toggle.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    .atf-nav .atf-nav-list {
        position: absolute;
        right: 0;
        background-color: var(--atf-thm-black);
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 1px solid #eaeaea;
        border-bottom: 0px solid #eaeaea;
        overflow: auto;
        max-height: calc(100vh - 80px);
        width: 50%;
    }
    .atf-nav .atf-nav-list ul {
        padding-left: 15px;
        display: none;
    }
    .atf-nav .atf-nav-list a {
        display: block;
        padding: 8px 20px;
        color: var(--atf-thm-white);
    }
    .atf-nav .menu-item-has-children {
        position: relative;
    }

    /*Mobile Menu Button*/

    .atf-menu-toggle {
        position: relative;
        display: inline-block;
        width: 28px;
        height: 27px;
        margin: 25px 0px 15px 0px;
        cursor: pointer;
    }
    .atf-menu-toggle span,
    .atf-menu-toggle span:before,
    .atf-menu-toggle span:after {
        width: 100%;
        height: 2px;
        background-color: var(--atf-thm-white);
        display: block;
    }
    .atf-menu-toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }
    .atf-menu-toggle span:before {
        content: "";
        position: absolute;
        margin-top: -8px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }
    .atf-menu-toggle span:after {
        content: "";
        position: absolute;
        margin-top: 8px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }
    .atf-toggle-active span {
        background-color: rgba(0, 0, 0, 0);
        transition-delay: 0.2s;
    }
    .atf-toggle-active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.2s;
    }
    .atf-toggle-active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.2s;
    }
}
.atf-sticky-header {
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}
/*----------------------------------------*/
/*  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 {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.atf-searching-area .atf-searching-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid var(--atf-thm-color);
    background-color: var(--atf-thm-white);
    color: var(--atf-thm-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.atf-searching-area .atf-searching-form button:hover,
.atf-searching-area .atf-searching-close-btn:hover {
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-close-btn {
        right: 30px;
    }
}
.atf-searching-area .atf-searching-form {
    display: flex;
    width: 500px;
}
@media (max-width: 575px) {
    .atf-searching-area .atf-searching-form {
        width: 300px;
    }
}
.atf-searching-area .atf-searching-form input {
    border: 1px solid var(--atf-border-1);
    border-right: none;
    flex-grow: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 18px;
    color: var(--atf-thm-black);
}
.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--atf-thm-color);
}
.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--atf-thm-white);
}
.atf-header-bottom-right {
    gap: 25px;
}
.atf-searching-btn.style1 {
    background: var(--atf-grey-1);
    font-size: 18px;
    color: var(--atf-thm-color);
    border: 1px solid var(--atf-border-1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.atf-searching-btn.style2 {
    background: transparent;
    font-size: 18px;
    color: var(--atf-thm-white);
    border: none;
}
.atf-header-bottom-right .call_to_action_btn .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: var(--atf-thm-white);
    color: var(--atf-thm-color);
    border-radius: 30px;
}
.atf-header-bottom-right .call_to_action_btn .icon i {
    display: block;
    transition: all 0.5s ease-out;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
    margin-left: 15px;
}
.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
    color: var(--atf-thm-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    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-white);
    transition: all 0.5s ease-out;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call {
    color: var(--atf-thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-home {
    height: 750px;
}
.atf-aicenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}
.atf-single-text h3 {
    color: var(--atf-thm-white);
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.atf-single-text h1 {
    color: var(--atf-thm-white);
    font-size: 60px;
    line-height: 1.2;
}
.atf-single-text h1 span {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}
.atf-single-text p {
    color: var(--atf-thm-white);
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.slider-active .owl-nav .owl-next {
    border-radius: 50% 0% 0 50% !important;
}
.slider-active .owl-nav .owl-next,
.slider-active .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center !important;
    color: var(--atf-thm-white) !important;
    opacity: 1;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 70px;
    height: 60px;
    line-height: 50px;
    background: rgba(237, 237, 237, 0.3) !important;
    border-radius: 0 50% 50% 0;
    text-align: center;
}
.slider-active .owl-nav .owl-prev {
    left: -5px;
}
.slider-active .owl-nav .owl-next {
    right: -5px;
}
.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--atf-thm-color) !important;
    background: var(--atf-thm-color) !important;
    color: var(--atf-thm-white) !important;
}

/*-- Animations Start --*/
.owl-item.active .atf-single-home .title {
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
}
.owl-item.active .atf-single-home .description {
    -webkit-animation: fadeInUp 0.7s ease-in-out;
    animation: fadeInUp 0.7s ease-in-out;
}
.owl-item.active .atf-single-home .atf-hero-btn {
    -webkit-animation: fadeInUp 0.9s ease-in-out;
    animation: fadeInUp 0.9s ease-in-out;
}
@media only screen and (max-width: 480px) {
    .atf-single-text h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 820px) {
    .slider-active .owl-nav .owl-next,
    .slider-active .owl-nav .owl-prev {
        display: none !important;
    }
}
/* START HOME 2 */
.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.atf-cover-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.atf-hero-content {
    padding-top: 250px;
    padding-bottom: 220px;
}
.atf-hero-content .title {
    font-size: 60px;
    color: var(--atf-thm-white);
    font-weight: 400;
    font-family: var(--atf-ff-heading);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}
.atf-hero-content .description {
    margin: 20px 0 35px !important;
    font-size: 18px;
    color: var(--atf-thm-white);
}
.thm_border_radius {
    border-radius: 20px;
    text-align: center;
}
.thm_border_radius img {
    border-radius: 20px;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .atf-hero-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .atf-hero-content .title {
        font-size: 40px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.3);
}
.atf-web-area {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.atf-web-area svg {
    height: 180px;
}

/*
* ----------------------------------------------------------------------------------------
* BUBBLE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#round {
    position: absolute;
    top: 0;
    bottom: 0;
    /* 	z-index:-1; */
}
.atf-bubble-area.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.4);
}
canvas.sketch {
    height: 750px !important;
}
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.4);
}
.atf-clip-home {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* PARTICLES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-particles-area {
    position: relative;
    z-index: 1;
}
.atf-particles-area.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.3);
}

/*
* ----------------------------------------------------------------------------------------
* GRADIENT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-gradient {
    position: relative;
    z-index: 1;
}
.atf-home-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(106deg, #5a1e90, #ff4b2b);
    background: -webkit-linear-gradient(106deg, #5a1e90, #ff4b2b);
    border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
    transform: scaleX(2.1);
    z-index: -1;
}
/*
* ----------------------------------------------------------------------------------------
* RIPPLE WATER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-ripple-home.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.7);
}
.atf-ripple-home {
    background-image: url(../img/slider/8.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
#feature {
    position: relative;
}
.atf-single-feature {
    position: relative;
    border: 1px solid var(--thm-eee);
    padding: 40px 25px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-feature-number {
    position: relative;
}
.atf-feature-number {
    position: absolute;
    font-size: 70px;
    opacity: 0;
    font-weight: 700;
    top: 20%;
    left: 30%;
    transform: translate(-50%, -50px);
    z-index: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.atf-feature-content:hover .atf-feature-number {
    opacity: 0.8;
}
.atf-feature-content .atf-feature-title {
    padding: 25px 0 10px 0;
    color: var(--atf-thm-black);
    font-size: 24px;
}
.atf-feature-content .atf-feature-title > a {
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.atf-feature-content .atf-feature-title > a:hover {
    text-decoration: none;
    color: var(--atf-thm-color) !important;
}
.atf-single-feature {
    border: none;
    border-radius: 0px;
}
.atf-feature-icon {
    transition: 0.5s ease;
}
.atf-feature-icon img {
    color: var(--atf-thm-color);
    border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
    border: 1px dashed;
    padding: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf_abouttwo_area {
    background: var(--atf-thm-black);
    padding: 50px 0 40px;
}
.atf_abouttwo_number {
    font-size: 70px;
    font-weight: 400;
    color: var(--atf-thm-white);
    justify-content: center;
}
.atf_abouttwo_img img {
    width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START KIDS DESIGN
* ----------------------------------------------------------------------------------------
*/
#service {
    position: relative;
}
.atf-single-service {
    position: relative;
    margin: 12px 0;
}
.atf-service-number {
    position: absolute;
    font-size: 150px;
    opacity: 0;
    font-weight: 500;
    bottom: 0;
    right: 0;
    transform: translate(-50%);
    left: 50%;
}
.atf-service-text h4 {
    color: var(--atf-thm-color);
}
.atf-single-service {
    border: none;
    border-radius: 0px;
    padding: 30px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: var(--atf-thm-white);
}
.atf-service-icon img {
    width: 150px;
    height: auto;
    border: 1px dashed;
    border-radius: 50%;
    padding: 5px;
}
.atf-service-icon {
    transition: 0.5s ease;
}
.atf-service-icon i {
    color: var(--atf-thm-color);
    font-size: 59px;
    text-align: center;
    color: var(--atf-thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 06. END KIDS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START PROGRAM  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-program-img img {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.atf-video-area .waves-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.atf-video-area .iq-video {
    background: var(--atf-thm-base);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--atf-thm-white);
    border-radius: 100%;
    line-height: 53px;
    z-index: 1020;
    position: relative;
    border: 8px solid var(--atf-thm-color);
}
.atf-video-area .iq-video i {
    margin-left: 3px;
}
.atf-video-area .iq-waves {
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: 2;
}
.atf-video-area .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.atf-video-area .iq-waves .waves {
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(234 237 249 / 50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
.atf-video-area .iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.atf-video-area .iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.atf-video-area .iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
* ----------------------------------------------------------------------------------------
* START ACCRODING  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left;
}
.atf-faq-accordion .card {
    border: none;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border-radius: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.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 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    position: relative;
}
.atf-faq-accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 1;
    position: relative;
}
.atf-faq-accordion .panel-heading:before,
.atf-faq-accordion .panel-heading:after {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
.atf-faq-accordion .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
.atf-faq-accordion .panel-title button {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: var(--atf-thm-white);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--atf-thm-color);
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
    width: 100%;
    text-align: left;
}
.atf-faq-accordion .panel-title button:before,
.atf-faq-accordion .panel-title button.collapsed:before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid var(--atf-thm-color);
    position: absolute;
    top: 0;
    right: 0;
}
.atf-faq-accordion .panel-title button.collapsed:before {
    content: "\f107";
}
.atf-faq-accordion .panel-title button .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 1px solid var(--atf-thm-color);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.atf-faq-accordion .panel-body {
    border-bottom: 3px solid var(--atf-thm-white);
    border-top: none;
    background: var(--atf-thm-white);
    font-size: 15px;
    color: var(--atf-thm-black);
    line-height: 27px;
}
/*
* ----------------------------------------------------------------------------------------
* END ACCRODING  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. END PROGRAM  DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
    overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
    margin-bottom: 40px;
}
.atf-portfolio-area .portfolio-filter button {
    font-size: 16px;
    margin: 0 15px 20px 0;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.4s;
    outline: none;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    border-radius: 4px;
    font-weight: 600;
    background: var(--atf-grey-1);
    border: none;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.atf-portfolio-area .atf-single-portfolio {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-content {
    position: absolute;
    width: 100%;
    bottom: 30%;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 25px;
    opacity: 0;
    -webkit-transition: 0.5s all ease-out;
    transition: 0.5s all ease-out;
    height: 100%;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(101, 20, 168, 0.9);
    z-index: -1;
    -webkit-transition: 0.25s opacity ease;
    transition: 0.25s opacity ease;
    opacity: 0.8;
    border-radius: 4px 5px;
}
.atf-portfolio-area .atf-single-portfolio .atf-portfolio-img img {
    width: 100%;
    border-radius: 4px 5px;
}
.atf-portfolio-area .atf-single-portfolio .p-zoom {
    display: inline-block;
    font-size: 14px;
    color: var(--atf-thm-white);
    transition: all 0.3s ease 0s;
    height: 46px;
    line-height: 44px;
    width: 46px;
    border: 1px solid var(--atf-thm-white);
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
}
.atf-portfolio-area .atf-single-portfolio .p-zoom:hover {
    background: var(--atf-thm-white);
    color: var(--atf-thm-black);
}
.atf-portfolio-area .atf-single-portfolio .p-title {
    line-height: normal;
    margin-top: 25px;
    color: var(--atf-thm-white);
    margin-bottom: 0;
}
.atf-portfolio-area .atf-single-portfolio .p-title a {
    color: var(--atf-thm-white);
}
.atf-portfolio-area .atf-single-portfolio .p-title a:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.atf-portfolio-area .atf-single-portfolio:hover .atf-portfolio-content {
    opacity: 1;
    bottom: 0;
}
/**************************************
 * 08. END GALLERY DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 09. START CLASS  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-class-slide {
    border: 10px solid var(--atf-thm-color);
}
.atf-class-slide .atf-class-img {
    overflow: hidden;
}
.atf-class-slide .atf-class-img img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-class-slide:hover .atf-class-img img {
    transform: scale(1.2, 1.2);
    opacity: 1;
}
.atf-class-slide .atf-class-content {
    padding: 20px 20px 20px 30px;
    position: relative;
    background: var(--atf-thm-white);
}
.atf-class-slide .atf-class-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: var(--atf-thm-color);
    position: absolute;
    top: -30px;
    left: 30px;
}
.atf-class-slide .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: var(--atf-thm-color);
    padding: 0 10px;
    background: var(--atf-thm-white);
    text-transform: uppercase;
}
.atf-class-slide .date {
    color: var(--atf-thm-white);
    font-size: 14px;
}
.atf-class-slide .atf-class-title {
    margin: 25px 0 10px;
}
.atf-class-slide .atf-class-title a {
    color: var(--atf-thm-black);
    font-size: 22px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.atf-class-slide .atf-class-title a:hover {
    color: var(--atf-thm-color);
    text-decoration: none;
}
.atf-class-slide .atf-class-description {
    font-size: 15px;
    line-height: 30px;
}
.atf-class-slide .atf-class-bar {
    padding: 10px 0;
    list-style: none;
    text-align: center;
    background: var(--atf-thm-color);
}
.atf-class-slide .atf-class-bar li {
    display: inline-block;
    margin: 2px 7px 0 0;
    color: var(--atf-thm-black);
    text-align: left;
    background: var(--atf-thm-base);
    padding: 10px 20px;
    border-radius: 5px;
}
.atf-class-slide .atf-class-bar li a {
    text-transform: capitalize;
    font-size: 14px;
    color: var(--atf-thm-color);
    transition: 0.2s ease;
    font-weight: 600;
}
.atf-class-slide .atf-class-bar li a:hover {
    text-decoration: none;
    color: var(--atf-thm-white);
}
.atf-class-slide .atf-class-bar li i {
    color: var(--atf-thm-white);
    margin-right: 5px;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END CLASS  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial {
    background-color: var(--atf-grey-1);
    border-radius: 5px;
    padding: 30px;
    margin: 0 15px;
}
.atf-testimonial .atf-testimonial-pic {
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    float: left;
}
.atf-testimonial .atf-testimonial-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.atf-testimonial .atf-testimonial-title {
    color: var(--atf-thm-black);
    margin-top: 5px;
    font-weight: 400;
    text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-title small {
    color: var(--atf-thm-color);
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.atf-testimonial .atf-testimonial-review p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}
@media screen and (max-width: 990px) {
    .testimonial-parallax h2 {
        margin-bottom: 40px;
    }
    .testimonial {
        margin: 0;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 10.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* --------------------------------------
* 11. START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.atf-counter-value {
    padding: 0px 0px 5px;
    font-size: 25px;
    font-weight: 700;
    color: var(--atf-thm-color);
}
.atf-counter-content h4 {
    font-weight: 400;
    color: var(--atf-thm-black);
}
.atf-counter-icon i {
    font-size: 25px;
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
    text-align: center;
    border: 1px solid var(--atf-border-1);
    position: relative;
}
.atf-single-team .atf-team-pic {
    position: relative;
    margin-bottom: 20px;
}
.atf-single-team .atf-team-pic img {
    width: 100%;
    height: auto;
}
.atf-single-team .atf-team-title {
    font-weight: 400;
    margin-bottom: 5px;
}
.atf-single-team .atf-team-title a {
    color: var(--atf-thm-black);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.atf-single-team .atf-team-title a:hover {
    color: var(--atf-thm-color) !important;
    text-decoration: none;
}
.atf-single-team .atf-team-post {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
}
.atf-single-team .atf-team_social {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.atf-single-team .atf-team_social > li {
    display: inline-block;
}
.atf-single-team .atf-team_social > li > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    color: var(--atf-thm-black);
    background: var(--atf-grey-4);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 16px;
    margin-right: 5px;
}
.atf-single-team .atf-team_social > li > a:hover {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
}
@media screen and (max-width: 991px) {
    .atf-single-team {
        margin-bottom: 24px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START SPECIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-special-offer .atf-home-overlay {
    background: rgba(9, 33, 159, 0.46);
    height: 100%;
    width: 100%;
}
.atf-special-content.atf-section-title h4 {
    background: var(--atf-thm-base);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 7px;
    opacity: 0.9;
    border: 2px solid var(--atf-thm-white);
}
#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;
}
/*
* ----------------------------------------------------------------------------------------
* 13. END SPECIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-slide {
    border: 1px solid #eee;
    padding: 22px;
    position: relative;
}
.atf-post-slide:before {
    content: "";
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.atf-post-slide:hover:before {
    border-top: 1px solid #3398db;
}
.atf-post-slide:hover {
    border-top: 1px solid #3398db;
}
.atf-post-slide .atf-post-img > img {
    width: 100%;
    height: auto;
}
.atf-post-slide .atf-post-title > a {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--thme-black);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-post-title > a:hover {
    text-decoration: none;
    color: var(--atf-thm-color) !important;
}
.atf-post-slide .atf-post-bar {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 10px 0;
}
.atf-post-slide .atf-post-bar > li {
    display: inline-block;
    padding: 0 10px;
    float: left;
}
.atf-post-slide .atf-post-bar > li:first-child {
    padding: 0 10px 0 0;
}
.atf-post-slide .atf-post-bar > li:last-child {
    border: 0px none;
}
.atf-post-slide .atf-post-date,
.atf-post-slide .atf-author,
.atf-post-slide .atf-comment {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
.atf-post-slide .author > a,
.atf-post-slide .comment > a,
.atf-post-slide .comment > i {
    color: var(--atf-thm-color);
    transition: all 0.3s ease-in-out 0s;
}
.atf-post-slide .atf-author > a:hover,
.atf-post-slide .atf-comment > a:hover {
    text-decoration: none;
    color: var(--thme-color);
}
.atf-post-slide .atf-post-date > i,
.atf-post-slide .atf-author > i,
.atf-post-slide .atf-comment > i {
    margin-right: 8px;
    font-size: 15px;
    color: var(--atf-thm-color);
}
.atf-post-slide .atf-post-description {
    line-height: 1.8;
    margin-bottom: 20px;
}

@media only screen and (max-width: 360px) {
    .atf-post-bar > li:last-child {
        margin-top: 8px;
        padding: 0;
    }
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/* START BREADCRUMB DESIGN */
.atf-page-heading {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 50px;
    background-size: cover;
    background-attachment: fixed;
}
.atf-page-heading.atf-size-md {
    height: 450px;
}
.atf-page-heading:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.atf-page-heading > div {
    position: relative;
    z-index: 1;
}

.atf-page-heading-title {
    color: var(--atf-thm-white);
    font-size: 45px;
    text-align: center;
    margin-bottom: 7px;
}

.atf-breadcamp {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.atf-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none;
}
.atf-breadcamp li:not(:last-child):after {
    content: "/";
    padding-right: 6px;
    margin-left: 6px;
}
.atf-breadcamp a:hover {
    color: var(--atf-thm-white);
}
/* END BREADCRUMB DESIGN */

.atf-blog-area .atf-post-slide {
    margin: 12px 0;
}
.atf-post.atf-style1 .atf-post-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 0px;
}
.atf-post.atf-style1 {
    display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
    flex: none;
    margin-right: 10px;
    width: 70px;
}
.atf-post.atf-style1 .atf-post-title a:hover {
    color: var(--atf-thm-color);
}
/* START SIDERBAR DESIGN */
.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;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    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);
}
.atf-sidebar-widget .atf-post-thumb {
    width: 80px;
}
.atf-sidebar-widget .atf-post-thumb img {
    border-radius: 10px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
    border-bottom: 1px solid var(--atf-border-1);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.atf-sidebar-widget .atf-post-info .atf-post-date {
    font-size: 13px;
}
.atf-widget {
    border: 1px solid var(--atf-border-1);
    border-radius: 8px;
    padding: 30px;
    background: var(--atf-grey-2);
    margin: 20px 0;
}
.atf-widget .atf-widget-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    margin-top: -3px;
}
.atf-widget .atf-widget-title::before {
    content: "";
    background-color: var(--atf-thm-color);
    position: absolute;
    left: 26px;
    bottom: 0px;
    height: 2px;
    width: 40px;
}
.atf-widget .atf-widget-title::after {
    content: "";
    background-color: var(--atf-thm-color);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 4px;
    width: 15px;
}
.atf-widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf-widget-list li {
    border: 1px solid var(--atf-border-1);
    background: var(--atf-thm-white);
    padding: 12px 21px;
    position: relative;
    margin: 10px 0;
}
.atf-widget-list li::before {
    content: "\f105";
    position: absolute;
    left: 8px;
    top: 12px;
    font-family: var(--atf-ff-fontawesome);
    font-weight: 900;
    color: var(--atf-thm-color);
    font-size: 13px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.atf-widget-list li span {
    font-weight: 600;
    float: right;
}
.atf-widget-list li {
    display: block;
    font-weight: 600;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.atf-widget-list li::before:hover {
    color: var(--atf-thm-white);
}
.atf-widget-list li:hover {
    color: var(--atf-thm-black);
    background: var(--atf-grey-2);
}
.atf-showcase {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.atf-showcase img {
    width: 100%;
    border-radius: 10px;
}
.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.atf-tagcloud .atf-tag:hover {
    color: var(--atf-thm-white);
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
}

/* END SIDERBAR DESIGN */

.atf-post-details.atf-style1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
}
.atf-post-details.atf-style1 .atf-post-thumb {
    margin-bottom: 25px;
}
.atf-post-details.atf-style1 .atf-post-thumb img {
    width: 100%;
}
.atf-post-details.atf-style1 .atf-post-title {
    font-size: 28px;
    margin-bottom: 10px;
}
.atf-post-details.atf-style1 blockquote {
    background-color: var(--atf-grey-1);
    /* margin: 0; */
    padding: 30px 40px 27px;
    font-size: 18px;
    /* line-height: 1.3; */
    border-left: 5px solid var(--atf-thm-color);
    border-radius: 4px;
    font-weight: 500;
    /* margin: 20px 0; */
    /* color: white; */
    text-align: center;
    /* text-transform: lowercase; */
}
.atf-post-details.atf-style1 blockquote small {
    display: block;
    line-height: inherit;
    margin-top: 4px;
    color: #b5b5b5;
    font-size: inherit;
    font-size: 16px;
}
.atf-post-details.atf-style1 blockquote small span {
    color: var(--atf-thm-black);
}
.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px;
}
.atf-post-details.atf-style1 .atf-post-text p {
    margin-bottom: 15px;
}
.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.atf-post-details.atf-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.atf-post-details.atf-style1 p {
    margin-bottom: 15px;
}
.atf-post-details.atf-style1 img {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 5px;
}
.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
}
.atf-post-details.atf-style1 .embed-responsive iframe {
    width: 100%;
    height: 459px;
}
.atf-post-label > span {
    display: inline-block;
    position: relative;
}
.atf-post-label > span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
}
.atf-post-label > span:not(:last-child)::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: #b5b5b5;
    right: 0;
    top: 8px;
}
.atf-post-label a:hover {
    color: var(--atf-thm-color);
}

.atf-post-tage-list {
    display: flex;
    flex-wrap: wrap;
}
.atf-post-tage-list li {
    margin-right: 5px;
    color: var(--atf-thm-black);
    font-weight: 600;
}
.atf-post-tage-list li:not(:last-child):after {
    content: ",";
}
.atf-post-tage-list li a:hover {
    color: var(--atf-thm-color);
}

.atf-post-tages,
.atf-post-share {
    display: flex;
    align-items: center;
}
.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    margin-right: 10px;
    line-height: 1.4em;
}

.atf-post-share-btn-list {
    display: flex;
    flex-wrap: wrap;
}
.atf-post-share-btn-list a:not(:last-child) {
    margin-right: 12px;
    color: var(--atf-thm-black);
}
.atf-post-share-btn-list a:hover {
    color: var(--atf-thm-color);
}

.atf-post-btn-gropu {
    display: flex;
    justify-content: space-between;
}
.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center;
}

.atf-page-heading-in .atf-post-label {
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
    background-color: var(--atf-thm-white);
}
.atf-page-heading-in .atf-post-label > span:not(:last-child) {
    color: rgba(255, 255, 255, 0.75);
}
.atf-page-heading-in .atf-post-label a:hover {
    color: var(--atf-thm-base);
}

.atf-page-heading-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
}

@media screen and (max-width: 991px) {
    .atf-page-heading-title {
        font-size: 38px;
    }

    .atf-page-heading-subtitle {
        font-size: 15px;
    }

    .atf-page-heading.atf-size-md {
        height: 350px;
        padding-top: 80px;
    }

    .atf-page-heading-title br {
        display: none;
    }

    .atf-page-heading {
        height: 500px;
        padding-top: 80px;
    }
}
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comments-area ol {
    list-style: none;
    padding-left: 0;
}
.comments-area .children {
    padding-left: 130px;
}
/* .comments-area .children .children {
    padding-left: 35px;
} */
.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
    border-radius: 50%;
}
.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.comment-author a:hover {
    color: var(--atf-thm-color);
}
.comment-author .nm {
    font-weight: 600;
    color: var(--atf-thm-black);
    font-size: 16px;
}
.comment-metadata {
    line-height: 20px;
}
.comment-metadata a {
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: -1px;
    top: 24px;
}
.comment-content {
    line-height: 25px;
    font-size: 15px;
}
.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: 14px;
}
.comment-reply-link {
    font-size: 15px;
    color: var(--atf-thm-black);
    position: relative;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--atf-thm-color);
}
.comment-reply-link i {
    margin-right: 6px;
}
.comment-reply-link:before {
    font-family: "Font Awesome Free 6";
    margin-right: 4px;
}
.reply {
    margin-top: 10px;
}
.children .comment-body {
    margin-left: 100px;
}
.comment-respond {
    display: block;
    width: 100%;
    margin-top: 56px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    border-top: 1px solid #eaeaea;
}
.post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.post-navigation > div {
    display: inline-block;
}

.nav-previous a:before {
    content: "\f100";
    font-family: "FontAwesome";
    margin-right: 4px;
}

.nav-next a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 4px;
}

.nav-all-post {
    min-width: 120px;
    text-align: center;
    margin: 0 25px;
}
/*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.page-item.active .page-link {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
}
.pagination-outer {
    text-align: center;
}
.pagination {
    font-family: "Josefin Sans", sans-serif;
    display: inline-flex;
}
.pagination li a.page-link {
    color: var(--atf-thm-white);
    background: var(--atf-text-body);
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0 5px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.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-white);
    background: #2f2f2b;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.pagination li a.page-link:before {
    content: "";
    background-color: #f75504;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
    top: 0;
}
@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: block;
    }
    .pagination li {
        display: inline-block;
        margin: 0 0 10px;
    }
}
/*----------------------------------------*/
/*   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
/*--------------------------------------*/
/*----------------------------------------*/
/*   START SERVICE DETAILS DESIGN
/*--------------------------------------*/
.service-details-thumb {
    position: relative;
    /* margin-bottom: 30px; */
}
.service-details-thumb img {
    width: 100%;
    border-radius: 0px;
}
.service-details-meta-box-area {
    background: var(--atf-grey-2);
    padding: 30px 40px;
    border-radius: 0 0 30px 30px;
}
.service-details-meta-icon {
    font-size: 18px;
    margin-right: 8px;
    color: var(--atf-thm-color);
}
.service-details-title {
    font-size: 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;
}
.service-details-text p {
    margin-bottom: 20px;
}
.service-details-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--atf-thm-black);
}
.service-details-list-thumb {
    margin-right: 20px;
}
.service-details-list-thumb img {
    border-radius: 15px;
}
@media only screen and (max-width: 767px) {
    .service-details-list {
        margin-top: 30px;
    }
}
.service-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color: var(--atf-thm-black);
}
.service-details-list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--atf-thm-color);
    font-size: 20px;
}
.service-sidebar-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--atf-thm-color);
    font-size: 16px;
    color: var(--atf-thm-white);
    text-align: center;
    border-radius: 5%;
    margin-bottom: 20px;
}
.atf-contact-icon.style2 {
    margin: inherit;
    margin-bottom: 0px;
}
.atf-contact-content span {
    color: var(--atf-text-body);
}
/*----------------------------------------*/
/*   END SERVICE DETAILS DESIGN
/*--------------------------------------*/
/*--------------------------------------------------------------
START GALLERY DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-wrapper p {
    margin-bottom: 15px;
}
.atf_portfolio__details-thumb img {
    border-radius: 15px;
}
.atf_portfolio__details-goal {
    gap: 20px;
}
.atf_portfolio__details-goal img {
    border-radius: 15px;
}
.atf_portfolio__details-info-item ul li {
    display: inline-block;
    margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
    font-weight: 600;
    margin-right: 5px;
    color: var(--atf-thm-black);
}
.atf_portfolio__details-info-item ul li a {
    color: var(--atf-thm-color);
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover {
    color: var(--atf-thm-color);
    text-decoration: underline;
}
.atf_portfolio__details-goal-features .icon {
    color: var(--atf-thm-color);
}
.atf_portfolio__details-social ul li {
    display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
    margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--atf-grey-1);
    color: var(--atf-thm-color);
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
}
/*--------------------------------------------------------------
END GALLERY DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/
.atf_team-details-thumb img {
    border-radius: 15px;
}
.atf_team-about-details p {
    margin-bottom: 20px;
}
.atf_team-about-details ul li {
    margin-bottom: 12px;
}
.atf_team-about-details ul li span {
    font-weight: 600;
    color: var(--atf-thm-black);
    transition: all 0.3s ease-in-out 0s;
}
.atf_team-about-details ul li a:hover {
    color: var(--atf-thm-color);
    text-decoration: underline;
}
.atf_team-qualification {
    margin-bottom: 52px;
}
.atf_team-qualification .title {
    margin-bottom: 30px;
}
.progress-title {
    font-size: 20px;
    text-transform: capitalize;
}
.progress {
    height: 5px;
    background: var(--atf-grey-2);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress-bar {
    overflow: visible;
}
.progress .progress-bar {
    position: relative;
    -webkit-animation: animate-positive 5s;
    animation: animate-positive 5s;
}
.progress .progress-bar:after {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -22px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    color: var(--atf-thm-color);
}
.progress .progress-value {
    display: block;
    font-size: 12px;
    color: var(--atf-thm-color);
    position: absolute;
    top: -23px;
    right: 0;
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}
@keyframes animate-positive {
    0% {
        width: 0%;
    }
}
.atf_team__details-social ul li {
    display: inline-block;
}
.atf_team__details-social ul li:not(:last-child) {
    margin-right: 5px;
}
.atf_team__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--atf-grey-1);
    color: var(--atf-thm-color);
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}
.atf_team__details-social ul li a:hover {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
}
/*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 14.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
    padding: 35px;
    margin-right: 25px;
    box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
    -webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
}
.atf-contact-info .atf-section-title {
    margin-bottom: 30px;
}
.atf-main-contact {
    margin: 20px 0;
}
.atf-contact-details {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin-bottom: 20px;
}
.atf-contact-details i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--atf-thm-white);
    text-align: center;
    border-radius: 10%;
    background: var(--atf-thm-color);
}
.atf-contact-details h4 {
    color: var(--atf-thm-black);
    margin-bottom: 0;
}
.atf-contact-details p {
    color: var(--atf-text-body);
    display: block;
    overflow: hidden;
}
.atf-contact-social-icon a i:hover {
    background: var(--atf-thm-color);
}
.atf-contact-social-icon a i {
    font-size: 16px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: var(--atf-thm-white);
    text-align: center;
    background: var(--atf-thm-black);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.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%;
}
.border-none {
    border-right: inherit;
    padding-right: 0px;
    margin-right: 0px;
}
.atf-contact-icon {
    width: 120px;
    height: 90px;
    line-height: 80px;
    background: var(--atf-grey-2);
    font-size: 30px;
    color: var(--atf-thm-color);
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.atf-contact-icon.style2 {
    margin: inherit;
    margin-bottom: 0px;
}
.atf-contact-content span {
    color: var(--atf-text-body);
}
.form-message {
    color: var(--atf-thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
    position: relative;
}
.atf-footer-area.atf-cover-bg:before {
    background: rgba(0, 0, 0, 0.8);
}
.border_radius_design {
    position: relative;
    z-index: 1;
}
.border_radius_design::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--atf-thm-color);
    border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
    transform: scaleX(2.1);
    z-index: -1;
}
.atf-mailchamp-area {
    position: relative;
}
.atf-mailchamp-area .btn i {
    font-size: 18px;
    color: var(--atf-thm-white);
}
.atf-mailchamp-area .btn {
    position: absolute;
    right: 6px;
    box-shadow: none;
    top: 5px;
    background: var(--atf-thm-black);
    border-radius: 5px;
    width: 50px;
    height: 45px;
}
.atf-mailchamp-border {
    border-top: 1px dashed var(--atf-thm-white);
}
.atf-footer-social-icon a i {
    font-size: 16px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: var(--atf-thm-white);
    text-align: center;
    background: var(--atf-thm-black);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i:hover {
    background: var(--atf-thm-white);
    color: var(--atf-thm-black);
}
.atf-footer-area .atf-footer-link.list {
    position: relative;
}
.atf-footer-area .atf-footer-link.list::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 35px;
    background: var(--atf-thm-white);
    width: 15px;
    height: 5px;
}
.atf-footer-area .atf-footer-link.list::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 37px;
    background: var(--atf-thm-white);
    width: 45px;
    height: 2px;
}
.atf-footer-link h4 {
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--atf-thm-white);
}
.atf-footer-link .atf-list-menu li {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: var(--atf-ff-fontawesome);
    font-weight: 900;
    color: var(--atf-thm-white);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 13px;
}
.atf-footer-link .atf-list-menu li:hover::before {
    opacity: 1;
}
.atf-footer-link .atf-list-menu li a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
    color: var(--atf-thm-white);
    padding-left: 15px;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--atf-ff-body);
}
.atf-footer-link p {
    color: var(--atf-thm-white);
}
.atf-footer-boottom {
    padding: 35px 0;
    background: rgba(0, 0, 0, 0.4);
}
.atf-footer-boottom p {
    color: var(--atf-thm-white);
}
.atf-footer-boottom a {
    color: var(--atf-grey-2);
    font-weight: 700;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
}
.atf-footer-boottom a:hover {
    color: var(--atf-thm-white);
    text-decoration: inherit;
}
.form-message {
    margin-top: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 170px;
    display: block;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  17. LOGIN CSS START
/*----------------------------------------*/
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.atf-login__wrapper {
    padding: 50px 85px 55px;
    background: var(--atf-thm-white);
    box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-login__wrapper {
        padding: 50px 40px 55px;
    }
}
@media (max-width: 575px) {
    .atf-login__wrapper {
        padding: 40px 25px 45px;
    }
}
.atf-login__title {
    font-size: 34px;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
}
.atf-login__top p {
    font-size: 15px;
}
.atf-login__input {
    position: relative;
}
.atf-login__input-wrapper {
    margin-bottom: 14px;
}
.atf-login__input input {
    background: var(--atf-thm-white);
    border: 1px solid #eaeaef;
    padding-left: 55px;
    /* padding-right: 50px; */
    height: 60px;
    line-height: 60px;
    width: 100%;
}
.atf-login__input input:focus {
    border-color: var(--atf-thm-color);
}
.atf-login__input span {
    position: absolute;
    top: 50%;
    left: 27px;
    -webkit-transform: translateY(calc(-50% - 3px));
    -moz-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    -o-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item {
    position: relative;
}
.atf-login__input-item:not(:last-child) {
    margin-bottom: 20px;
}
.atf-login__input-item > span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(calc(-50% - 3px));
    -moz-transform: translateY(calc(-50% - 3px));
    -ms-transform: translateY(calc(-50% - 3px));
    -o-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item > span:hover {
    cursor: pointer;
}
.atf-login__remember input[type="checkbox"],
.atf-login__remember input[type="radio"] {
    display: none;
}
.atf-login__remember input[type="checkbox"]:checked ~ label::after,
.atf-login__remember input[type="radio"]:checked ~ label::after {
    background-color: transparent;
    border-color: var(--atf-thm-color);
}
.atf-login__remember input[type="checkbox"]:checked ~ label::before,
.atf-login__remember input[type="radio"]:checked ~ label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.atf-login__remember label {
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}
.atf-login__remember label::after,
.atf-login__remember label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--atf-thm-white);
    border: 1px solid #eaeaef;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.atf-login__remember label::before {
    width: 14px;
    height: 14px;
    background-color: var(--atf-thm-color);
    left: 3px;
    top: 5px;
    right: 3px;
    bottom: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.atf-login__remember label:hover {
    cursor: pointer;
}
.atf-login__forgot a {
    font-size: 14px;
    color: var(--atf-thm-color);
    text-transform: capitalize;
}
.atf-login__forgot a:hover {
    color: var(--atf-thm-color);
}
.atf-login__btn {
    padding-bottom: 25px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.atf-login__social-header {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.02em;
    color: var(--atf-thm-black);
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 25px;
    font-family: var(--atf-ff-body);
}
.atf-login__social-header::after,
.atf-login__social-header::before {
    position: absolute;
    content: "";
    left: 100%;
    top: 10px;
    width: 30px;
    height: 1px;
    background-color: var(--atf-thm-black);
}
.atf-login__social-header::before {
    left: auto;
    right: 100%;
}
.atf-login__social-item a {
    display: inline-block;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 14px;
    background: var(--atf-thm-white);
    border: 1px solid #eaeaef;
    margin-bottom: 20px;
    margin-right: 10px;
}
@media (max-width: 575px) {
    .atf-login__social-item a {
        width: 100%;
        margin-right: 0;
    }
    .atf-login__title {
        font-size: 25px;
    }
}
.atf-login__social-item a:last-child {
    margin-right: 0;
}
.atf-login__social-item a .login-social-icon {
    margin-right: 3px;
}
.atf-login__social-item a .login-social-icon svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.atf-login__social-item a:hover {
    border-color: var(--atf-thm-color);
}
.atf-login__register-now {
    text-align: center;
}
.atf-login__register-now p {
    font-size: 14px;
    margin-bottom: 0;
}
.atf-login__register-now p a {
    color: var(--atf-thm-black);
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s;
}
.atf-login__register-now p a:hover {
    color: var(--atf-thm-color);
}
/* OWL DOT & NAV DESIGN */
.owl-theme .owl-controls {
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination {
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--atf-thm-white);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 4px solid var(--atf-thm-white);
}
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-controls {
    margin-top: -25px;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 5px;
    background: var(--atf-thm-color);
    border: 1px solid var(--atf-thm-color);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--atf-thm-color);
    background: var(--atf-thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--atf-thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--atf-thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-prev {
    left: -38px;
    opacity: 1;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-next {
    right: -38px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
/* END OWL DOT & NAV DESIGN */
